@media (min-width: 1024px) {
  .for-tab, .for-sp {
    display: none !important;
  }
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .for-pc, .for-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .for-pc, .for-tab, .for-tab-pc {
    display: none !important;
  }
}

body {
  color: #000;
}

body.is-fixed {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

dl, dd, dt, ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fontPreLoad {
  position: absolute;
  visibility: hidden;
  font-weight: 700;
}

#globalHeader a {
  color: #333;
}

figure, figcaption {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: initial;
}

a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}

.ua-desktop a:hover {
  cursor: pointer;
}

main {
  overflow: hidden;
  line-height: 1.8;
}

main.-show {
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

main img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  main {
    line-height: 2;
  }
}

.sectionContent {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .sectionContent {
    padding: 0 50px;
  }
}

@media (min-width: 1024px) {
  .sectionContentNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 130px;
    margin-bottom: 100px;
  }
  .sectionContentNav__left {
    display: block;
    width: 180px;
    min-width: 180px;
  }
  .sectionContentNav__left h2 {
    font-weight: 700;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    font-size: 42px;
    white-space: nowrap;
  }
  .sectionContentNav__left h2 .deg90 {
    display: inline-block;
    margin: -2px 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    letter-spacing: -0.025em;
  }
  .ua-edge .sectionContentNav__left h2 .deg90, .ua-ie .sectionContentNav__left h2 .deg90 {
    -webkit-transform: translateY(23px) rotate(-90deg);
    transform: translateY(23px) rotate(-90deg);
  }
  .sectionContentNav__left:empty {
    display: none;
  }
  .sectionContentNav__right {
    width: calc(100% - 180px);
  }
  .sectionContentNav .checkListBtn {
    font-weight: bold;
    background: #7e031c;
    height: 50px;
    padding: 11px;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    display: block;
    text-align: center;
  }
}

@media (min-width: 1024px) and (max-width: 1214px) {
  .sectionContentNav {
    padding: 0 40px 0 115px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .sectionContentNav .checkListBtn {
    width: 200px;
    margin-top: 40px;
  }
}

@media (min-width: 1024px) {
  .ua-desktop .sectionContentNav .checkListBtn:hover {
    opacity: .8;
    color: #FFF;
  }
  .sectionContentNav .checkListBtn.-disabled {
    background-color: #999;
  }
  .sectionContentNav .checkListBtn.-disabled:hover {
    opacity: 1;
  }
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .sectionContentNav {
    margin-bottom: 80px;
  }
  .sectionContentNav__left h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .sectionContentNav {
    margin-bottom: 40px;
  }
  .sectionContentNav__left h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}

@media (min-width: 1501px) {
  .sectionContentNav__left:empty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.sectionContentNav__list {
  margin: 0 0 20px -100px;
  padding: 0;
  list-style: none;
}

.sectionContentNav__list a {
  display: block;
  font-size: 22px;
  line-height: 1.4;
  padding: .3em 0;
  font-weight: 700;
  color: #ccc;
}

.sectionContentNav__list a.-current {
  color: #000;
}

.ua-desktop .sectionContentNav__list a {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.ua-desktop .sectionContentNav__list a:hover {
  color: #000;
}

@media (min-width: 1024px) and (max-width: 1214px) {
  .sectionContentNav__list {
    margin: 0 0 20px -85px;
  }
}

@media print, (min-width: 1024px) and (max-width: 1099px) {
  .sectionContentNav__list a {
    font-size: 2.1484375vw;
  }
}

.js-fixedNav {
  position: relative;
}

.js-fixedNavTarget.-fixed {
  position: fixed;
  top: 100px;
  margin-top: 0 !important;
}

.js-fixedNavTarget.-bottom {
  position: absolute;
  bottom: 0;
  margin-bottom: 0 !important;
}

@media (min-width: 1500px) {
  .js-fixedNavTarget.-fixed {
    left: calc(50% - 620px);
  }
}

@media (min-width: 1500px) {
  .js-fixedNavTarget.-bottom {
    left: calc(50% - 620px);
  }
}

.link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.link span {
  display: inline-block;
}

.ua-desktop .link:hover span {
  text-decoration: underline;
}

.link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.25em;
  right: 0;
  width: 17px;
  height: 17px;
  margin-top: -2px;
  margin-left: 3px;
  background: url(/img/feature/newlife/21aw/img-btnlink-bk.png) no-repeat;
  background-size: 17px;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 24deg);
    transform: rotate3d(0, 0, 1, 24deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
    transform: rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 24deg);
    transform: rotate3d(0, 0, 1, 24deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
    transform: rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.keyVisual {
  position: relative;
  max-width: 1500px;
  margin: 0 auto 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media (min-width: 1024px) and (max-width: 1524px) {
  .keyVisual {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .keyVisual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}

.keyVisual__image {
  -webkit-flex-basis: 62.666666%;
  -ms-flex-preferred-size: 62.666666%;
      flex-basis: 62.666666%;
  max-width: 62.666666%;
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .keyVisual__image {
    -webkit-flex-basis: 384px;
    -ms-flex-preferred-size: 384px;
        flex-basis: 384px;
    max-width: 384px;
  }
}

@media only screen and (max-width: 767px) {
  .keyVisual__image {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
  }
}

.keyVisual__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-flex-basis: 560px;
  -ms-flex-preferred-size: 560px;
      flex-basis: 560px;
  max-width: 560px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 1024px) {
  .keyVisual__txtInner {
    width: 70%;
  }
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .keyVisual__txt {
    -webkit-flex-basis: calc(100% - 384px);
    -ms-flex-preferred-size: calc(100% - 384px);
        flex-basis: calc(100% - 384px);
    max-width: calc(100% - 384px);
    height: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .keyVisual__txt {
    display: block;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    height: auto;
  }
}

.keyVisual__month {
  position: absolute;
  z-index: 2;
}

@media (min-width: 1024px) {
  .keyVisual__month {
    top: 25px;
    left: 30px;
    width: 38px;
  }
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .keyVisual__month {
    top: 18px;
    left: 20px;
    width: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .keyVisual__month {
    top: 9px;
    left: 13px;
    width: 25px;
  }
}

.keyVisual__ttl {
  font-weight: 700;
  margin: 0 0 35px;
  line-height: 1.5;
}

.keyVisual__ttl strong {
  display: inline-block;
}

@media (min-width: 1024px) {
  .keyVisual__ttl {
    font-size: 30px;
  }
  .keyVisual__ttl strong {
    margin-bottom: 10px;
    font-size: 50px;
  }
}

@media (max-width: 1214px) and (min-width: 768px) {
  .keyVisual__ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .keyVisual__ttl strong {
    margin-bottom: 10px;
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .keyVisual__ttl {
    position: relative;
    z-index: 2;
    margin: 20px 0 10px;
    padding: 0 25px;
    font-size: 18px;
  }
  .keyVisual__ttl strong {
    font-size: 36px;
  }
}

.keyVisual__logo {
  display: block;
}

@media (min-width: 1024px) {
  .keyVisual__logo {
    width: 124px;
    margin-bottom: 20px;
  }
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .keyVisual__logo {
    width: 110px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .keyVisual__logo {
    width: 95px;
    margin-bottom: 15px;
  }
}

.keyVisual__image {
  margin: 0;
}

.keyVisual__images {
  position: relative;
  display: block;
}

.keyVisual__images img {
  width: 100%;
  max-width: none;
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .keyVisual__images {
    height: 384px;
  }
}

@media only screen and (max-width: 767px) {
  .keyVisual__images {
    height: auto;
  }
}

.keyVisual__imagesItem {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-size: cover;
  -webkit-transition: opacity 1.6s ease;
  transition: opacity 1.6s ease;
  opacity: 0;
}

.keyVisual__imagesItem.-show {
  opacity: 1;
}

.keyVisual__info {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .keyVisual__info {
    margin-top: 6px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .keyVisual__info {
    padding: 0 20px;
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
  }
}

.js-lifestyleCat {
  display: none;
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .lifestyle__section:last-child {
    margin-bottom: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .lifestyle__section:last-child {
    margin-bottom: 80px;
  }
}

.lifestyle__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px 0 20px;
}

#tab01-sec01 .lifestyle__head {
  margin-top: 0;
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .lifestyle__head {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .lifestyle__head {
    display: block;
    margin: 80px 0 15px;
  }
}

.lifestyle__ttl {
  margin: 0 0 25px;
  width: 100%;
  font-weight: 700;
  font-size: 42px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .lifestyle__ttl {
    font-size: 32px;
    margin: 0 0 20px;
  }
}

.contentTtl {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .contentTtl {
    font-size: 28px;
  }
}

.lifestyle__numList {
  min-width: 364px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .lifestyle__numList {
    min-width: 1px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.lifestyle__numItem {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  height: 55px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

.lifestyle__numItem::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  background-color: #3C3C43;
}

.lifestyle__numItem.-current {
  padding-bottom: 2px;
  border-bottom: 2px solid #3C3C43;
}

.ua-desktop .lifestyle__numItem:not(.-current):hover::after {
  height: 2px;
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .lifestyle__numItem:not(:first-child) {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lifestyle__numItem {
    font-size: 15px;
    height: 40px;
  }
  .lifestyle__numItem:not(:first-child) {
    margin-left: 15px;
  }
}

.lifestyle__lead {
  margin: 15px 0 0;
  font-size: 14px;
  color: #585858;
}

@media print, (min-width: 1215px) {
  .lifestyle__lead--left {
    margin-top: -100px;
    margin-bottom: 100px;
    width: calc(100% - 510px);
  }
}

@media (max-width: 1214px) and (min-width: 1024px) {
  .lifestyle__lead {
    margin: 20px 0 0;
  }
  .lifestyle__lead--left {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .lifestyle__lead {
    margin: 20px 0 0;
    line-height: 1.8;
  }
}

.lifestyle__visual .swiper-pagination {
  position: static;
  margin-top: 10px;
  text-align: right;
}

.lifestyle__visual .swiper-pagination-bullet {
  margin: 0 0 0 10px !important;
  width: 160px;
  height: 97px;
  border-radius: 0;
  background: #999;
  outline: none;
  opacity: 1;
}

.lifestyle__visual .visualPagination__tmb {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.lifestyle__visual .swiper-pagination-bullet-active .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .lifestyle__visual .swiper-parent {
    margin: 0 -50px;
  }
  .lifestyle__visual .swiper-pagination-bullet:last-child {
    margin-right: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .lifestyle__visual .swiper-parent {
    margin: 0 -20px;
  }
  .lifestyle__visual .swiper-pagination-bullet {
    margin: 0 0 0 5px !important;
    width: 80px;
    height: 48px;
  }
  .lifestyle__visual .swiper-pagination-bullet:last-child {
    margin-right: 10px !important;
  }
}

.lifestyle__recommend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin: 60px 0 0;
}

.lifestyle__recommend .lifestyle__item {
  width: 22.169811%;
}

.lifestyle__recommend .lifestyle__item a {
  width: 100%;
}

.lifestyle__recommend .lifestyle__item:not(:first-child) {
  margin-left: 3.773585%;
}

@media only screen and (max-width: 767px) {
  .lifestyle__recommend {
    margin: 30px 0 0;
  }
  .lifestyle__recommend .lifestyle__item {
    width: 47.761194%;
  }
  .lifestyle__recommend .lifestyle__item:nth-child(n+3) {
    margin-top: 35px;
  }
  .lifestyle__recommend .lifestyle__item:not(:first-child) {
    margin-left: 0;
  }
  .lifestyle__recommend .lifestyle__item:nth-child(2n) {
    margin-left: 4.477612%;
  }
}

.lifestyle__fig {
  margin: 0 0 10px;
  -webkit-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}

.lifestyle__other .lifestyle__fig {
  margin-bottom: 15px;
}

.lifestyle__name {
  margin: 0 0 5px;
  line-height: 1.5;
}

.lifestyle__icon {
  display: table;
  font-weight: bold;
  color: #7e031c;
  font-size: 12px;
  margin: 0 auto 10px;
  padding: 0 5px;
  border: solid 1px #7e031c;
  border-radius: 3px;
  white-space: nowrap;
}

.lifestyle__other .swiper-nav {
  display: none;
}

@media print, (min-width: 1024px) {
  .lifestyle__other {
    position: relative;
    padding: 0 30px;
  }
  .lifestyle__other .swiper-container {
    position: static;
  }
  .lifestyle__other .swiper-nav {
    display: block;
  }
  .lifestyle__other .swiper-button-disabled {
    display: none;
  }
  .lifestyle__other .swiper-button-prev, .lifestyle__other .swiper-button-next {
    border: 1px solid #ddd;
    width: 20px;
    height: 40px;
  }
  .lifestyle__other .swiper-button-prev {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.034%22%20height%3D%2213.109%22%20viewBox%3D%220%200%206.034%2013.109%22%3E%20%3Cpath%20d%3D%22M2144.782-8274.282l-4%2C6%2C4%2C6%22%20transform%3D%22translate(-2139.58%208274.837)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: 5px 12px;
  }
  .lifestyle__other .swiper-button-next {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.034%22%20height%3D%2213.109%22%20viewBox%3D%220%200%206.034%2013.109%22%3E%20%3Cpath%20d%3D%22M2140.782-8274.282l4%2C6-4%2C6%22%20transform%3D%22translate(-2139.95%208274.837)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: 5px 12px;
  }
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .lifestyle__other {
    margin: 0 -50px;
  }
  .lifestyle__other .swiper-container {
    padding: 0 50px;
  }
  .lifestyle__other .swiper-wrapper {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .lifestyle__other {
    margin: 0 -20px;
  }
  .lifestyle__other .swiper-container {
    padding: 0 20px;
  }
  .lifestyle__other .swiper-wrapper {
    padding: 0;
  }
}

.lifestyle__otherTtl {
  margin: 45px 0 15px;
  font-size: 26px;
  font-weight: 700;
}

@media print, (min-width: 1024px) {
  .lifestyle__otherTtl {
    margin-left: -30px;
  }
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .lifestyle__otherTtl {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .lifestyle__otherTtl {
    margin: 45px 0 20px;
    padding: 0 20px;
    font-size: 18px;
  }
}

.lifestyle__list {
  margin: 0 auto;
  padding: 0;
}

.lifestyle__list .lifestyle__item {
  width: 14.150943%;
}

.lifestyle__list .lifestyle__name {
  font-size: 13px;
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .lifestyle__list {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .lifestyle__list {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.lifestyle__link {
  color: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.ua-desktop .lifestyle__link:hover {
  opacity: .65;
}

.lifestyle__price {
  margin: 0;
  font-size: 12px;
}

.lifestyle__price .num {
  font-weight: 700;
  font-size: 16px;
  margin: 0 1px 0 4px;
}

.lifestyle__price br {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1214px) {
  .lifestyle__price {
    line-height: 1.4;
  }
  .lifestyle__price br {
    display: block;
  }
}

.lifestyle__cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  height: 25px;
  width: 100%;
  color: #000;
  font-size: 12px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.lifestyle__cart::before {
  content: '';
  min-width: 25px;
  height: 25px;
  margin-right: 5px;
  background-image: url(/img/feature/newlife/21aw/icon_cart.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}

.ua-desktop .lifestyle__cart:hover {
  opacity: .65;
}

.lifestyle__secLinkArea {
  width: 416px;
  margin: 60px auto 0;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .lifestyle__secLinkArea--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 864px;
  }
  .lifestyle__secLinkArea--3btn {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .lifestyle__secLinkArea {
    max-width: 335px;
    width: 100%;
    margin: 50px auto 0;
  }
}

.mt-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
  padding: 10px 5px;
  border: 1px solid #999;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.ua-desktop .mt-btn:hover {
  border: 1px solid #000;
}

@media only screen and (min-width: 768px) {
  .lifestyle__secLinkArea--flex .mt-btn {
    width: calc(48% - 10px);
  }
  .lifestyle__secLinkArea--3btn .mt-btn {
    width: calc(32% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .mt-btn + .mt-btn {
    margin-top: 20px;
  }
}

.lifestyle__catList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto 85px;
  padding: 0;
}

.lifestyle__catList::after {
  content: '';
  width: 31.343284%;
  height: 0;
}

@media (min-width: 1024px) {
  .lifestyle__catList {
    display: none;
  }
}

@media print, (min-width: 768px) and (max-width: 1023px) {
  .lifestyle__catList {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .lifestyle__catList {
    margin-top: 60px;
  }
}

.lifestyle__catItem {
  width: 31.343284%;
}

.lifestyle__catItem:nth-child(n+4) {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .lifestyle__catItem:nth-child(n+4) {
    margin-top: 15px;
  }
}

.lifestyle__catLink {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: center;
}

.lifestyle__catLink span {
  position: relative;
  padding-bottom: 15px;
}

.lifestyle__catLink span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 12px;
  height: 8px;
  margin-left: -5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.414%22%20height%3D%227.121%22%20viewBox%3D%220%200%2011.414%207.121%22%3E%20%3Cpath%20d%3D%22M4439.921%2C980.847l5%2C5%2C5-5%22%20transform%3D%22translate(-4439.214%20-980.14)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.lifestyle__catFixedList {
  display: none;
}

@media (min-width: 1024px) {
  .lifestyle__catFixedList {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .lifestyle__catFixedList {
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 59px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 5px;
  }
  .lifestyle__catFixedItem {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lifestyle__catFixedItem.js-current {
    border-bottom: 3px solid #3C3C43;
    padding-top: 3px;
  }
  .lifestyle__catFixedLink {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
  }
}

.ua-mp-ios .lifestyle__catFixedList {
  height: calc(12vh + 59px) !important;
}

.ua-mp-ios .lifestyle__catFixedItem {
  padding-top: 12vh !important;
}

.ua-mp-ios .lifestyle__catFixedItem.js-current {
  padding-top: calc(12vh + 3px) !important;
}

.lifestyle__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  color: #FFF;
  font-weight: 700;
  font-size: 25px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
  background-color: #999;
}

.lifestyle__btn[data-cat="morning"] {
  background: #54dec7 url(/jp/feature/newlife/img/tab01/sp/bg-cat-btn.png) no-repeat center top;
  background-size: 60px auto;
}

.lifestyle__btn[data-cat="day"] {
  background: #e77974 url(/jp/feature/newlife/img/tab01/sp/bg-cat-btn.png) no-repeat center center;
  background-size: 60px auto;
}

.lifestyle__btn[data-cat="night"] {
  background: #0e4669 url(/jp/feature/newlife/img/tab01/sp/bg-cat-btn.png) no-repeat center bottom;
  background-size: 60px auto;
}

.ua-mp .lifestyle__btn {
  bottom: calc(12vh + 20px);
}

.lifestyle__btn span {
  position: relative;
  padding-top: 10px;
}

.lifestyle__btn span::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: solid 5px transparent;
  border-bottom: solid 5px #FFF;
  border-left: solid 5px transparent;
}

.lifestyle .modal {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.85);
  overflow-y: auto;
}

.lifestyle .modal dt {
  margin-bottom: -36px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #dcdcdc;
}

.lifestyle .modal dt.-current {
  color: #000;
}

.lifestyle .modal dd {
  margin-left: 60px;
  margin-bottom: 10px;
  font-size: 14px;
}

.lifestyle .modal a {
  font-weight: 700;
  color: #000;
}

.lifestyle .modal__inner {
  display: table;
  width: 210px;
  margin: 0 auto;
  padding: 11vh 0;
  padding: calc(var(--vh, 1vh) * 11) 0;
}

.ua-mp .lifestyle .modal__inner {
  padding: 12vh 0;
}

@media (max-height: 600px) {
  .lifestyle .modal__inner {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.lifestyle__nav + .lifestyle__nav {
  margin-top: 30px;
}

.lifestyle .modal__closeBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  color: #000;
  background: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
  padding: 9px 24px 9px 0;
  background: url(/jp/feature/newlife/img/tab01/img-icon-close.png) right center no-repeat;
  background-size: 18px;
}

.ua-mp .lifestyle .modal__closeBtn {
  bottom: calc(12vh + 20px);
}

@media only screen and (min-width: 768px) {
  .adviceBlock--sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 50px;
  }
}

@media print, (min-width: 768px) and (max-width: 1215px) {
  .adviceBlock {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .adviceBlock--sub {
    display: block;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .adviceBlock {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .adviceBlock--sub {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .adviceBlock__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .adviceBlock__list:not(:first-child) {
    margin-top: 40px;
  }
  .adviceBlock__list--sub {
    width: 48.113208%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .adviceBlock__list--sub:not(:first-child) {
    margin-top: 0;
  }
}

@media print, (min-width: 768px) and (max-width: 1215px) {
  .adviceBlock__list--sub {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .adviceBlock__list--sub:not(:first-child) {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .adviceBlock__list {
    margin-bottom: 45px;
  }
  .adviceBlock__list--sub {
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) {
  .adviceBlock__heading {
    min-width: 300px;
    margin-right: 30px;
  }
  .adviceBlock__heading--sub {
    min-width: 160px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .adviceBlock__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .adviceBlock__heading .adviceBlock__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
        flex: 1;
  }
}

@media (max-width: 767px) {
  .adviceBlock__image {
    width: 170px;
    margin-right: 15px;
  }
  .adviceBlock__image--sub {
    width: 120px;
    margin-right: 20px;
  }
}

.adviceBlock__title {
  font-weight: 700;
  line-height: 1.5;
  font-size: 24px;
  color: #000;
}

.adviceBlock__title--sub {
  font-size: 18px;
}

.adviceBlock__title span {
  display: inline-block;
}

@media (min-width: 768px) {
  .adviceBlock__title {
    width: 100%;
  }
  .adviceBlock__title br {
    display: none;
  }
}

.adviceBlock__text {
  line-height: 1.8;
  margin-top: 0;
  text-align: justify;
  color: #585858;
}

@media only screen and (max-width: 767px) {
  .adviceBlock__text {
    margin: 15px 0 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .adviceBlock__text .adviceBlock__title {
    display: none;
  }
}

.adviceBlock__link {
  margin-left: -10px;
  margin-top: 10px;
  text-align: right;
  font-weight: bold;
}

.adviceBlock__link .link:nth-of-type(n+2) {
  margin-top: 5px;
}
/*# sourceMappingURL=style_211226.css.map */