﻿:root {
  --width-mv-slide: 27.397260274vw;
  --width-mv-slideSp: 100vw;
}
@media screen and (min-width: 768px) {
  :root {
    --container-default: 124rem;
  }
}

@media screen and (max-width: 767px) {
  .p-page-home .home-hidden-md-up {
    display: block;
  }
}

/* =============================================================
    Component
============================================================= */
.c-product-head__picture::before {
  content: "";
  display: block;
  padding-top: 100%;
}

/* =============================================================
    Module
============================================================= */
/**
 * #m-homeMainVisual
 */
.smw-homeMainVisual .m-homeMainVisual__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  position: relative;
}
.smw-homeMainVisual .m-homeMainVisual__container .m-homeMainVisual-slider .m-homeMainVisual-slider__item {
  max-width: var(--width-mv-slideSp);
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .smw-homeMainVisual .m-homeMainVisual__container .m-homeMainVisual-slider .m-homeMainVisual-slider__item {
    max-width: var(--width-mv-slide);
  }
}
.smw-homeMainVisual .m-featureSlide-slideController {
  position: absolute;
  bottom: -5rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .smw-homeMainVisual .m-featureSlide-slideController {
    bottom: -6.5rem;
    right: 13rem;
  }
}
.smw-homeMainVisual .m-featureSlide-slideController__prev, .smw-homeMainVisual .m-featureSlide-slideController__next {
  position: static;
  display: block;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  background: transparent;
}
.smw-homeMainVisual .m-featureSlide-slideController__prev img, .smw-homeMainVisual .m-featureSlide-slideController__next img {
  width: 100%;
}
.smw-homeMainVisual .m-featureSlide-slideController__prev {
  left: 0.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .smw-homeMainVisual .swiper-horizontal > .swiper-pagination-bullets,
  .smw-homeMainVisual .swiper-pagination-bullets.swiper-pagination-horizontal,
  .smw-homeMainVisual .swiper-pagination-custom,
  .smw-homeMainVisual .swiper-pagination-fraction {
    position: absolute;
    z-index: 1;
    bottom: 2rem;
    margin-bottom: 0;
    gap: 1rem 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .smw-homeMainVisual .swiper-horizontal > .swiper-pagination-bullets,
  .smw-homeMainVisual .swiper-pagination-bullets.swiper-pagination-horizontal,
  .smw-homeMainVisual .swiper-pagination-custom,
  .smw-homeMainVisual .swiper-pagination-fraction {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    bottom: -6.4rem;
    gap: 0.7rem;
  }
}
.smw-homeMainVisual .m-featureSlide-slidePagination__item {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--color-primary);
}
@media screen and (max-width: 767px) {
  .smw-homeMainVisual .m-featureSlide-slidePagination__item {
    border: 1px solid var(--color-white);
    background: transparent;
  }
}
.smw-homeMainVisual .m-featureSlide-slidePagination__item.swiper-pagination-bullet-active {
  background: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .smw-homeMainVisual .m-featureSlide-slidePagination__item.swiper-pagination-bullet-active {
    background: var(--color-white);
  }
}
.smw-homeMainVisual .swiper-pagination-extra {
  position: absolute;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 2rem;
  bottom: -5rem;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .smw-homeMainVisual .swiper-pagination-extra {
    left: auto;
    right: 26rem;
    bottom: -6.5rem;
  }
}

/* =============================================================
    Page
============================================================= */
/**
 * common
 */
.p-homeSection {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-homeSection {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.smw-homeSection__grid {
  display: grid;
  grid-gap: 2.9rem;
  width: 100%;
  max-width: var(--container-default);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .smw-homeSection__grid {
    padding-left: 2rem;
    padding-right: 2rem;
    display: grid;
    grid-template-columns: min(50vw, 64rem) min(32.81vw, 42rem);
    grid-gap: min(5.46875vw, 7rem);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.smw-homeSection__grid .l-container {
  padding-left: 0;
  padding-right: 0;
}
.smw-homeSection__grid .smw-container-homeSection .smw-homeSection__title {
  padding: 0;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .smw-homeSection__grid .smw-container-homeSection .smw-homeSection__title {
    grid-gap: 1.5rem;
    padding-top: 0.4rem;
    margin-bottom: 2.5rem;
    font-family: var(--font-ja);
  }
}
.smw-homeSection__grid .smw-homeSection__description {
  display: grid;
  grid-gap: 2.2rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .smw-homeSection__grid .smw-homeSection__description {
    font-size: min(1.17vw, 1.5rem);
    margin-bottom: 2.8rem;
    line-height: 1.75;
  }
}
.smw-homeSection__grid .smw-homeSection__description p {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .smw-homeSection__grid .smw-btn__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .smw-homeSection__grid .smw-btn__wrap .smw-btn a {
    width: min(16.129vw, 20rem);
  }
}

.smw-homeSection__title {
  display: grid;
  grid-gap: 0.3rem;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .smw-homeSection__title {
    padding: 0 2rem;
    grid-gap: 0.7rem;
  }
}
.smw-homeSection__title--en {
  font-size: 1.3rem;
  font-family: var(--font-os);
  letter-spacing: 0.1em;
  font-weight: var(--fw-medium);
}
@media screen and (min-width: 768px) {
  .smw-homeSection__title--en {
    font-size: min(1.25vw, 1.6rem);
  }
}
.smw-homeSection__title--jp {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: var(--fw-bold);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .smw-homeSection__title--jp {
    font-size: min(2.34vw, 3rem);
    letter-spacing: 0.08em;
  }
}

.smw-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.smw-btn__wrap .smw-btn a {
  width: 18rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--color-primary);
  background-color: transparent;
  color: var(--color-primary);
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .smw-btn__wrap .smw-btn a {
    width: min(18.75vw, 24rem);
    height: min(3.90625vw, 5rem);
    font-size: min(1.09375vw, 1.4rem);
  }
}
.smw-btn__wrap .smw-btn__about a {
  background-color: transparent;
  border-color: var(--color-white);
  color: var(--color-color);
}

@media (hover: hover) {
  .smw-btn a {
    -webkit-transition: all var(--transition-default);
    transition: all var(--transition-default);
  }
  .smw-btn a:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
  }
  .smw-btn__about a {
    -webkit-transition: all var(--transition-default);
    transition: all var(--transition-default);
  }
  .smw-btn__about a:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
  }
}
.slider-arrow {
  background: transparent;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  outline: none;
  border: none;
  padding: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url(../../assets/img/home/home_arrow_prev_sp.svg);
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .slider-arrow {
    background-image: url(../../assets/img/home/home_arrow_prev.svg);
    width: min(3.90625vw, 5rem);
    height: min(3.90625vw, 5rem);
  }
}
.slider-arrow-next {
  position: relative;
  right: 0.1rem;
  background-image: url(../../assets/img/home/home_arrow_next_sp.svg);
}
@media screen and (min-width: 768px) {
  .slider-arrow-next {
    background-image: url(../../assets/img/home/home_arrow_next.svg);
  }
}

.smw-home {
  padding-bottom: 0;
}

/**
 * .smw-homeMainVisual
 */
/**
 * data-section="about"
 */
[data-section=about] {
  height: 132.8vw;
  background-image: url(../../assets/img/home/home_about.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 0;
  margin-top: 4.9rem;
}
@media screen and (min-width: 768px) {
  [data-section=about] {
    height: 48.2rem;
    margin-top: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
[data-section=about]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
[data-section=about] .p-homeSection__innner {
  width: 100%;
  max-width: var(--container-default);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  [data-section=about] .p-homeSection__innner {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 7rem;
    display: grid;
    grid-template-columns: min(35.958vw, 52.5rem) min(35.958vw, 52.5rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
[data-section=about] .p-homeSection__innner .smw-about__title {
  color: var(--color-white);
  position: relative;
  z-index: 1;
  grid-gap: 1.5rem;
  padding: 5rem 3rem 0 3.5rem;
}
@media screen and (min-width: 768px) {
  [data-section=about] .p-homeSection__innner .smw-about__title {
    padding: 0;
    padding-top: 1rem;
    grid-gap: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=about] .p-homeSection__innner .smw-about__title--en {
    font-size: min(1.40625vw, 1.8rem);
  }
}
[data-section=about] .p-homeSection__innner .smw-about__title--jp {
  line-height: 1.75;
}
[data-section=about] .p-homeSection__innner .l-container-about {
  position: relative;
  z-index: 1;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  [data-section=about] .p-homeSection__innner .l-container-about {
    padding: 2.5rem 3.5rem 4rem;
    display: grid;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  [data-section=about] .p-homeSection__innner .l-container-about {
    padding: 0;
    padding-left: 0.5rem;
  }
}
[data-section=about] .p-homeSection__innner .smw-about__description {
  display: grid;
  grid-gap: 2.2rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  [data-section=about] .p-homeSection__innner .smw-about__description {
    font-size: min(1.17vw, 1.5rem);
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=about] .p-homeSection__innner .smw-btn__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/**
 * data-section="membership"
 */
[data-section=membership] {
  padding-top: 4.5rem;
  border-bottom: 0.3rem solid var(--color-secondary-bg);
}
@media screen and (max-width: 767px) {
  [data-section=membership] {
    padding-bottom: 4.4rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=membership] {
    border-bottom: 0.5rem solid var(--color-secondary-bg);
    padding-top: 8rem;
  }
}
[data-section=membership] .smw-btn__wrap .smw-btn a {
  width: 16.25rem;
}
@media screen and (min-width: 768px) {
  [data-section=membership] .smw-btn__wrap .smw-btn a {
    width: min(16.129vw, 20rem);
  }
}

/**
 * data-section="new-release"
 */
[data-section=new-release] {
  position: relative;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  [data-section=new-release] {
    padding-bottom: 7.5rem;
  }
}
[data-section=new-release] .l-container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  [data-section=new-release] .l-container {
    padding-left: min(10.15vw, 13rem);
    padding-right: 0;
    max-width: none;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: min(21vw, 27rem) calc(100% - min(21vw, 27rem));
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  [data-section=new-release] .l-container .smw-homeSection__title {
    grid-gap: 1.7rem;
    padding-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  [data-section=new-release] .l-container .slider-arrow__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 5.3rem;
    right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=new-release] .l-container .slider-arrow__wrap {
    position: absolute;
    left: min(10.15vw, 13rem);
    top: min(7.270677vw, 10.5rem);
  }
}
[data-section=new-release] .c-product-body {
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  [data-section=new-release] .c-product-body {
    margin-top: 0.4rem;
  }
}
[data-section=new-release] .c-product-body__title-name {
  font-size: 1.4rem;
  font-weight: var(--fw-medium);
  line-height: 1.5;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  [data-section=new-release] .c-product-body__title-name {
    font-size: 1.5rem;
  }
}
[data-section=new-release] .c-product-body__price {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  [data-section=new-release] .c-product-body__price {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  [data-section=new-release] .smw-btn__wrap {
    margin-top: 2.7rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=new-release] .smw-btn__wrap {
    position: absolute;
    bottom: calc(8rem + min(2.255vw, 2.8rem));
    left: min(10.15vw, 13rem);
  }
}

/**
 * data-section="event"
 */
[data-section=event] {
  border-top: 0.3rem solid var(--color-secondary-bg);
  position: relative;
}
@media screen and (max-width: 767px) {
  [data-section=event] {
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=event] {
    border-top: 0.5rem solid var(--color-secondary-bg);
  }
}
[data-section=event] .l-container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  [data-section=event] .l-container {
    padding-left: min(10.15vw, 13rem);
    padding-right: 0;
    max-width: none;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: min(21vw, 27rem) calc(100% - min(21vw, 27rem));
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  [data-section=event] .l-container .slider-arrow__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 4.75rem;
    right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=event] .l-container .slider-arrow__wrap {
    position: absolute;
    left: min(10.15vw, 13rem);
    top: min(8.270677vw, 12.5rem);
  }
}
[data-section=event] .c-product-body {
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  [data-section=event] .c-product-body {
    display: grid;
    grid-gap: 0.6rem;
  }
}
[data-section=event] .c-product-body__title-name {
  font-size: 1.4rem;
  font-weight: var(--fw-medium);
  line-height: 1.5;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  [data-section=event] .c-product-body__title-name {
    font-size: 1.5rem;
  }
}
[data-section=event] .c-product-body__price {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  [data-section=event] .c-product-body__price {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  [data-section=event] .smw-btn__wrap {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=event] .smw-btn__wrap {
    position: absolute;
    bottom: calc(8rem + min(2.578vw, 3.3rem));
    left: min(10.15vw, 13rem);
  }
}

/**
 * data-section="flavour"
 */
[data-section=flavour] {
  border-top: 0.3rem solid var(--color-secondary-bg);
}
@media screen and (max-width: 767px) {
  [data-section=flavour] {
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=flavour] {
    border-top: 0.5rem solid var(--color-secondary-bg);
    padding-top: 8.2rem;
  }
}
[data-section=flavour] .l-container-flavour {
  max-width: none;
  padding-top: 5.6rem;
  padding-bottom: 2.4rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  [data-section=flavour] .l-container-flavour {
    padding-top: 3.8rem;
    padding-bottom: 2.3rem;
  }
}
[data-section=flavour] .smw-homeSection__title {
  justify-items: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  [data-section=flavour] .smw-homeSection__title {
    margin-bottom: 0;
    grid-gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=flavour] .smw-homeSection__title--jp {
    font-size: min(2.85vw, 3.6rem);
  }
}
[data-section=flavour] .slider-arrow__wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 6.2rem;
}
@media screen and (min-width: 768px) {
  [data-section=flavour] .slider-arrow__wrap {
    right: 0;
    left: 0;
    top: -5.3rem;
    width: 100%;
    max-width: var(--container-default);
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
[data-section=flavour] .swiper-pagination-extra-flavour {
  position: absolute;
  top: 0;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 6.2rem;
}
@media screen and (min-width: 768px) {
  [data-section=flavour] .swiper-pagination-extra-flavour {
    right: 0;
    left: 0;
    top: -5.3rem;
    width: 100%;
    max-width: var(--container-default);
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 2rem;
    padding-right: calc(4.8rem + min(3.90625vw, 5rem) * 2);
    height: min(3.90625vw, 5rem);
  }
}
[data-section=flavour] .swiper-pagination {
  position: static;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  [data-section=flavour] .swiper-pagination {
    margin-top: 2.7rem;
  }
}
[data-section=flavour] .swiper-pagination-bullet {
  position: relative;
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  width: 1.6rem;
  height: 1.6rem;
  opacity: 1;
}
[data-section=flavour] .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--current-color);
  border-radius: 5rem;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
[data-section=flavour] .swiper-pagination-bullet-active {
  border-color: var(--current-color);
}
[data-section=flavour] .swiper-pagination-bullet:first-of-type {
  --current-color: var(--color-flavour-ys);
}
[data-section=flavour] .swiper-pagination-bullet:nth-of-type(2) {
  --current-color: var(--color-flavour-sfm);
}
[data-section=flavour] .swiper-pagination-bullet:nth-of-type(3) {
  --current-color: var(--color-flavour-ss);
}
[data-section=flavour] .swiper-pagination-bullet:nth-of-type(4) {
  --current-color: var(--color-flavour-sd);
}
[data-section=flavour] .swiper-pagination-bullet:nth-of-type(5) {
  --current-color: var(--color-flavour-drd);
}
[data-section=flavour] .swiper-pagination-bullet:nth-of-type(6) {
  --current-color: var(--color-flavour-od);
}
[data-section=flavour] .swiper-pagination-bullet:nth-of-type(7) {
  --current-color: var(--color-flavour-ld);
}
[data-section=flavour] .swiper-pagination-bullet:nth-of-type(8) {
  --current-color: var(--color-flavour-jov);
}
[data-section=flavour] .swiper-pagination-bullet:nth-of-type(9) {
  --current-color: var(--color-flavour-oc);
}
[data-section=flavour] .swiper-pagination-bullet:nth-of-type(10) {
  --current-color: var(--color-flavour-lp);
}
[data-section=flavour] .swiper-pagination-bullet:nth-of-type(11) {
  --current-color: var(--color-flavour-p);
}
[data-section=flavour] .swiper-pagination-bullet:nth-of-type(12) {
  --current-color: var(--color-flavour-hp);
}
[data-section=flavour] .flavourlist__item--name {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-weight: var(--fw-medium);
}

/**
 * data-section="category"
 */
[data-section=category] {
  border-top: 0.3rem solid var(--color-secondary-bg);
}
@media screen and (max-width: 767px) {
  [data-section=category] {
    padding-bottom: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=category] {
    border-top: 0.5rem solid var(--color-secondary-bg);
    padding-top: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  [data-section=category] .smw-homeSection__title {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=category] .smw-homeSection__title {
    grid-gap: 1.3rem;
    width: 100%;
    max-width: var(--container-default);
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;
  }
}
[data-section=category] .l-container-category {
  position: relative;
}
@media screen and (max-width: 767px) {
  [data-section=category] .l-container-category {
    padding: 3rem 2rem 0;
  }
}
@media screen and (min-width: 768px) {
  [data-section=category] .l-container-category {
    padding-top: 5rem;
  }
}
[data-section=category] .smw-categoryNav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 2rem;
  top: -2.3rem;
}
@media screen and (min-width: 768px) {
  [data-section=category] .smw-categoryNav__link {
    right: 2rem;
    top: -2.2rem;
  }
}
[data-section=category] .smw-categoryNav__link--text {
  font-size: 1.2rem;
  text-decoration-line: underline;
  text-underline-offset: 0.1rem;
  letter-spacing: 0.08em;
  color: #646464;
  font-weight: var(--fw-medium);
}
@media screen and (min-width: 768px) {
  [data-section=category] .smw-categoryNav__link--text {
    font-size: 1.5rem;
    text-underline-offset: 0.2rem;
  }
}

/**
 * data-section="partner"
 */
[data-section=partner] {
  border-top: 0.3rem solid var(--color-secondary-bg);
}
@media screen and (max-width: 767px) {
  [data-section=partner] {
    padding-bottom: 0;
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=partner] {
    border-top: 0.5rem solid var(--color-secondary-bg);
  }
}
@media screen and (max-width: 767px) {
  [data-section=partner] .smw-homeSection__title {
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  [data-section=partner] .smw-homeSection__description {
    margin-bottom: 2rem;
  }
}

/**
* data-section="banner"
*/
/**
* data-section="news"
*/
[data-section=news] {
  background-color: var(--color-secondary-bg);
  min-height: 27rem;
}
[data-section=news] .l-container__news {
  display: grid;
}
@media screen and (max-width: 767px) {
  [data-section=news] .l-container__news {
    padding-left: 2rem;
    padding-right: 2rem;
    grid-gap: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=news] .l-container__news {
    grid-gap: 2rem;
    grid-template-columns: min(18.75vw, 24rem) min(67.96875vw, 87rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    position: relative;
  }
}
[data-section=news] .l-container__news .smw-homeSection__title {
  padding: 0;
}
@media screen and (min-width: 768px) {
  [data-section=news] .l-container__news .smw-homeSection__title {
    grid-gap: 1.5rem;
    padding-top: 0.5rem;
  }
}
[data-section=news] .l-container__news .p-homeNewsList {
  border: none;
  display: grid;
  grid-gap: 0.5rem;
}
[data-section=news] .l-container__news .p-homeNewsList__item:nth-of-type(n+4) {
  display: none;
}
[data-section=news] .l-container__news .p-homeNewsList-body {
  border: none;
  background-color: #fff;
  padding: 1.2rem 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  [data-section=news] .l-container__news .p-homeNewsList-body {
    padding: 3.1rem 4rem 2.9rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
[data-section=news] .l-container__news .p-homeNewsList-body__time {
  display: block;
  margin-bottom: 1.1rem;
  font-size: 1.3rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  [data-section=news] .l-container__news .p-homeNewsList-body__time {
    margin-bottom: 0;
    width: 11rem;
    position: relative;
    top: -0.4rem;
  }
}
[data-section=news] .l-container__news .p-homeNewsList-body__time:empty {
  margin-bottom: 0;
}
[data-section=news] .l-container__news .p-homeNewsList-body__title {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  --clamp-line: 3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--clamp-line);
}
@media screen and (min-width: 768px) {
  [data-section=news] .l-container__news .p-homeNewsList-body__title {
    font-size: 1.5rem;
    --clamp-line: 2;
    max-width: calc(100% - 11rem);
  }
}
[data-section=news] .l-container__news .p-homeNewsList-body__title dd {
  display: none;
}
[data-section=news] .l-container__news .p-homeNewsList-body__title a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  [data-section=news] .smw-homeNews__wrapper {
    margin-bottom: 0.3rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=news] .smw-homeNews__wrapper {
    padding-top: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=news] .smw-btn__wrap {
    position: absolute;
    left: 2rem;
    top: 10.8rem;
  }
}