.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.product__container, .store__container, .campaign__container, .gallery__container-01, .gallery__container-02, .movie__container, .statement__container, .cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .product__container, .store__container, .campaign__container, .gallery__container-01, .gallery__container-02, .movie__container, .statement__container, .cont__container, .cont__container--small {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .product__container, .store__container, .campaign__container, .gallery__container-01, .gallery__container-02, .movie__container, .statement__container, .cont__container, .cont__container--small {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.cont__container--small {
  max-width: 990px;
}
@media screen and (max-width: 1024px) {
  .cont__container--small {
    max-width: 89.3333333333vw;
  }
}

.campaign, .main-lookback {
  background-image: url(../img/content_bg-01.png);
  background-position: center top;
  background-size: 36.4583333333vw 2.6041666667vw;
  background-repeat: repeat;
}
@media screen and (max-width: 1024px) {
  .campaign, .main-lookback {
    background-image: url(../img/content_bg-01_sp.png);
    background-size: 100%;
  }
}

.campaign__sub-blue, .gallery__toggle, .modal__close, .link, .movie__play, .modal__play, .product__button, .btn-line--white {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.campaign__sub-blue:hover, .gallery__toggle:hover, .modal__close:hover, .link:hover, .movie__play:hover, .modal__play:hover, .product__button:hover, .btn-line--white:hover {
  opacity: 0.7;
}

.campaign__prizeItem-soon, .campaign__prizeNum, .period__date {
  font-family: "Noto Sans JP", sans-serif;
}

.product__button, .btn-line--white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.0416666667vw;
  height: 3.6458333333vw;
  border-radius: 1.8229166667vw;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  font-size: 1.1458333333vw;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .product__button, .btn-line--white {
    max-width: 100%;
    width: 78.6666666667vw;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
    font-size: 4vw;
    margin: 0 auto;
  }
}

.movie__play, .modal__play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
}
.movie__play::before, .modal__play::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  width: 4.9479166667vw;
  height: 4.9479166667vw;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .movie__play::before, .modal__play::before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.movie__play::after, .modal__play::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 51.5%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.8229166667vw solid transparent;
  border-bottom: 1.8229166667vw solid transparent;
  border-left: 3.0208333333vw solid #dedede;
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .movie__play::after, .modal__play::after {
    border-top: 4.6666666667vw solid transparent;
    border-bottom: 4.6666666667vw solid transparent;
    border-left: 7.7333333333vw solid #dedede;
  }
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .spOnly {
    display: none !important;
  }
}

.main-lookback {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #290b00;
  background-position: center 0.8333333333vw;
}
.main-lookback * {
  box-sizing: border-box;
}

/* common:end */
/* btn-line:start */
.btn-line--white {
  color: #e44444;
  background-color: #fff;
  border: 0.1041666667vw solid #e44444;
}
@media screen and (max-width: 1024px) {
  .btn-line--white {
    border-width: 0.2666666667vw;
    letter-spacing: 0.08em;
    font-size: 3.7333333333vw;
  }
}

/* btn-line:end */
/* heading-bar:start */
.heading-bar {
  max-width: 66.6666666667vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0.7291666667vw 0;
  background-color: #d4944d;
  color: #fff;
  text-align: center;
  font-size: 1.6666666667vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .heading-bar {
    max-width: none;
    padding: 2.6666666667vw 0;
    font-size: 5.3333333333vw;
  }
}

/* heading-bar:end */
/* tag-line:start */
.tag-line {
  display: inline-block;
  padding: 0 1.5625vw 0;
  border: 0.1041666667vw solid #290b00;
  color: #290b00;
  font-size: 1.1458333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .tag-line {
    padding: 0 4.6666666667vw 0;
    border-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
  }
}

/* tag-line:end */
/* marker:start */
.marker {
  background: linear-gradient(transparent 55%, #ffef80 55%);
  padding: 0 0.5208333333vw;
}
@media screen and (max-width: 1024px) {
  .marker {
    padding: 0 2.6666666667vw;
  }
}

/* marker:end */
/* period:start */
.period {
  text-align: center;
}
.period__date {
  margin-top: 0.7291666667vw;
  font-size: 1.1458333333vw;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .period__date {
    margin-top: -0.2666666667vw;
    font-size: 4.8vw;
  }
}
.period__date--big {
  font-size: 1.8333333333vw;
}
@media screen and (max-width: 1024px) {
  .period__date--big {
    font-size: 7.68vw;
  }
}

/* period:end */
/* heading-line:start */
.heading-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.125vw;
  font-size: 1.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.heading-line::before, .heading-line::after {
  content: "";
  height: 1px;
  width: 13.8020833333vw;
  background-color: #290b00;
}
@media screen and (max-width: 1024px) {
  .heading-line {
    justify-content: space-between;
    gap: 0;
    font-size: 5.3333333333vw;
  }
  .heading-line::before, .heading-line::after {
    border-width: 0.2666666667vw;
    width: 26.6666666667vw;
  }
}

/* heading-line:end */
/* sp-slider:start */
@media screen and (max-width: 1024px) {
  .js-sp-slider {
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .js-sp-slider__slide {
    flex-shrink: 0;
    width: 100%;
  }
}

/* sp-slider:end */
/* slider-nav:start */
.slider-nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  .slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10.6666666667vw;
    --swiper-pagination-bullet-size: 2.6666666667vw;
    --swiper-pagination-bullet-horizontal-gap: 0px;
    --swiper-pagination-color: #b38859;
    --swiper-pagination-bullet-inactive-color: #999999;
    --swiper-pagination-bullet-inactive-opacity: 1;
  }
}
.slider-nav .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  gap: 4vw;
  width: auto;
  line-height: 1;
}
.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
  margin: 0;
}
.slider-nav .swiper-button-prev::after,
.slider-nav .swiper-button-next::after {
  content: none;
}
.slider-nav .swiper-button-next {
  transform: scaleX(-1);
}
@media screen and (max-width: 1024px) {
  .slider-nav--side {
    position: absolute;
    z-index: 2;
    justify-content: space-between;
    gap: 0;
    pointer-events: none;
  }
}
.slider-nav--side .swiper-button-prev,
.slider-nav--side .swiper-button-next {
  position: relative;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #b38859;
  pointer-events: auto;
}
.slider-nav--side .swiper-button-prev::after,
.slider-nav--side .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.4666666667vw;
  width: 2.4vw;
  height: 4.1333333333vw;
  transform: translate(-50%, -50%);
  background: url(../img/product_slider_arrow.png) no-repeat center/contain;
}
.slider-nav--side .swiper-button-prev {
  margin-left: -7.7333333333vw;
}
.slider-nav--side .swiper-button-next {
  margin-right: -7.7333333333vw;
}

/* slider-nav:end */
/* modal:start */
html.jsModalOpen {
  overflow: hidden;
}

html {
  scrollbar-gutter: stable;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10002;
  width: 100%;
  height: 100%;
  overscroll-behavior: contain;
  --modalFrameW: min(50vw, 151.11vh);
}
@media screen and (max-width: 1024px) {
  .modal {
    --modalFrameW: min(89.3333333333vw, 151.11vh);
  }
}
.modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal__inner {
  position: relative;
  width: var(--modalFrameW);
}
.modal__inner:focus {
  outline: none;
}
.modal__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
  border-radius: 0.5208333333vw;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .modal__frame {
    border-radius: 1.3333333333vw;
  }
}
.modal__frame.is-loaded .modal__play {
  opacity: 0;
}
.modal__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal__play {
  pointer-events: none;
  --playW: calc(var(--modalFrameW) * 0.0604);
  --playH: calc(var(--modalFrameW) * 0.0729);
}
@media screen and (max-width: 1024px) {
  .modal__play {
    --playW: calc(var(--modalFrameW) * 0.0866);
    --playH: calc(var(--modalFrameW) * 0.1045);
  }
}
.modal__play::before {
  width: 9.8958333333%;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
  .modal__play::before {
    width: 14.9253731343%;
    height: auto;
  }
}
.modal__play::after {
  border-top-width: calc(var(--playH) / 2);
  border-bottom-width: calc(var(--playH) / 2);
  border-left-width: var(--playW);
  left: 50.7%;
}
.modal__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125%;
  aspect-ratio: 1;
  transform: translate(33.3333333333%, -33.3333333333%);
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #323232;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .modal__close {
    width: 9.552238806%;
    transform: translate(43.75%, -50%);
  }
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 53.3333333333%;
  height: 6.6666666667%;
  background-color: #323232;
}
@media screen and (max-width: 1024px) {
  .modal__close::before, .modal__close::after {
    width: 6.25%;
    height: 53.125%;
  }
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* modal:end */
/* kv:start */
.kv {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .kv::after {
    content: "";
    width: 100%;
    height: 0.2083333333vw;
    position: absolute;
    bottom: 0;
    background-image: url(../img/content_line.png);
    background-repeat: repeat-x;
    background-position: center;
  }
}
.kv__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.kv__visual {
  display: block;
  width: 100%;
  height: auto;
}

/* kv:end */
/* statement:start */
.statement {
  padding-bottom: 3.6458333333vw;
}
@media screen and (max-width: 1024px) {
  .statement {
    padding-bottom: 0;
  }
}
.statement__container {
  text-align: center;
  padding-top: 7.5520833333vw;
}
@media screen and (min-width: 1025px) {
  .statement__container {
    width: 46.875vw;
  }
}
@media screen and (max-width: 1024px) {
  .statement__container {
    padding-top: 19.3333333333vw;
  }
}
.statement__title {
  color: #290b00;
  font-size: 1.4583333333vw;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .statement__title {
    font-size: 5.3333333333vw;
  }
}
.statement__text {
  margin-top: 1.3020833333vw;
  font-size: 1.0416666667vw;
  line-height: 2.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .statement__text {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
    line-height: 2;
  }
}

/* statement:end */
/* message:start */
.message {
  scroll-margin-top: 1.5625vw;
  padding-top: 4.9479166667vw;
}
@media screen and (max-width: 1024px) {
  .message {
    scroll-margin-top: 4vw;
    padding-top: 21.3333333333vw;
  }
}
.message__banner {
  width: 100%;
}

/* message:end */
/* movie:start */
.movie {
  padding-top: 8.3333333333vw;
  padding-bottom: 7.2916666667vw;
}
@media screen and (max-width: 1024px) {
  .movie {
    padding-top: 21.3333333333vw;
    padding-bottom: 20.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .movie__container {
    max-width: 100vw;
  }
}
.movie__title {
  width: 8.75vw;
  margin: 0 auto 2.6041666667vw;
}
@media screen and (max-width: 1024px) {
  .movie__title {
    width: 33.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.movie__title img {
  width: 100%;
}
.movie__frame {
  position: relative;
  width: 50vw;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1024px) {
  .movie__frame {
    width: 89.3333333333vw;
  }
}
.movie__play {
  border-radius: 0.5208333333vw;
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .movie__play {
    border-radius: 1.3333333333vw;
    box-shadow: 0px 0px 4vw 1.3333333333vw rgba(0, 0, 0, 0.2);
  }
}
.movie__play::after {
  left: 50.7%;
}
@media screen and (max-width: 1024px) {
  .movie__play::after {
    left: 51%;
  }
}
.movie__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* movie:end */
.gallery__container-02, .gallery__container-01 {
  max-width: 100vw;
  padding: 0;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1024px) {
  .gallery__container-02, .gallery__container-01 {
    padding-bottom: 21.3333333333vw;
  }
}

/* gallery:start */
.gallery {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .gallery__container-01 {
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .gallery__container-02 {
    padding-bottom: 8.0729166667vw;
  }
}
.gallery__list {
  display: flex;
  align-items: stretch;
}
.gallery__item {
  flex: 0 0 auto;
  width: auto;
  padding: 1.0416666667vw 0;
  margin-right: 1.0416666667vw;
}
@media screen and (max-width: 1024px) {
  .gallery__item {
    padding: 2.6666666667vw 0;
    margin-right: 2.6666666667vw;
  }
}
.gallery__img {
  display: block;
  width: auto;
  height: 24.0625vw;
  box-shadow: 0px 0px 1.0416666667vw 0.2604166667vw rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .gallery__img {
    height: 68.5333333333vw;
    box-shadow: 0px 0px 2.6666666667vw 0.6666666667vw rgba(0, 0, 0, 0.2);
  }
}
.gallery__toggle {
  position: absolute;
  right: 6.0416666667vw;
  bottom: 5.46875vw;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  border-radius: 50%;
  background-color: rgba(50, 50, 50, 0.5);
  filter: drop-shadow(0 0 0.15625vw rgba(0, 0, 0, 0.35));
}
.gallery__toggle[hidden] {
  display: none;
}
.gallery__toggle::before, .gallery__toggle::after {
  content: "";
  display: block;
  width: 0.2604166667vw;
  height: 1.0416666667vw;
  background-color: #ecedef;
}
.gallery__toggle::after {
  margin-left: 0.2083333333vw;
}
.gallery__toggle--paused::before {
  width: 0;
  height: 0;
  margin-left: 0.15625vw;
  border-style: solid;
  border-width: 0.5208333333vw 0 0.5208333333vw 0.78125vw;
  border-color: transparent transparent transparent #ecedef;
  background-color: transparent;
}
.gallery__toggle--paused::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .gallery__toggle {
    right: 14.6666666667vw;
    bottom: 12vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .gallery__toggle::before, .gallery__toggle::after {
    width: 0.9333333333vw;
    height: 2.6666666667vw;
  }
  .gallery__toggle::after {
    margin-left: 0.6666666667vw;
  }
  .gallery__toggle--paused::before {
    width: 0;
    height: 0;
    margin-left: 0.8vw;
    border-width: 2vw 0 2vw 2.6666666667vw;
  }
}

/* gallery:end */
/* campaign:start */
.campaign {
  position: relative;
  padding-top: 8.3333333333vw;
  background-image: url(../img/content_bg-02.png);
}
@media screen and (max-width: 1024px) {
  .campaign {
    padding-top: 19.3333333333vw;
    background-image: url(../img/content_bg-02_sp.png);
  }
}
.campaign::before, .campaign::after {
  content: "";
  width: 100%;
  height: 0.2083333333vw;
  position: absolute;
  background-image: url(../img/content_line.png);
  background-repeat: repeat-x;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .campaign::before, .campaign::after {
    height: 0.4vw;
    background-image: url(../img/content_line_sp.png);
  }
}
.campaign::before {
  top: -0.1041666667vw;
}
@media screen and (max-width: 1024px) {
  .campaign::before {
    top: -0.2666666667vw;
  }
}
.campaign::after {
  bottom: -0.2604166667vw;
}
@media screen and (max-width: 1024px) {
  .campaign::after {
    bottom: -0.6666666667vw;
  }
}
.campaign__container {
  max-width: 66.6666666667vw;
}
@media screen and (max-width: 1024px) {
  .campaign__container {
    max-width: 89.3333333333vw;
  }
}
.campaign__title {
  width: 14.1666666667vw;
  margin: 0 auto 3.6458333333vw;
}
@media screen and (max-width: 1024px) {
  .campaign__title {
    width: 49.8666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.campaign__title img {
  width: 100%;
}
.campaign__sub-title {
  font-size: 1.4583333333vw;
  line-height: 1.7142857143;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  color: #b38859;
  margin-top: 1.8229166667vw;
}
@media screen and (max-width: 1024px) {
  .campaign__sub-title {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    margin-top: 4vw;
  }
}
.campaign__sub {
  margin-top: 2.0833333333vw;
  text-align: center;
  font-size: 0.9375vw;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .campaign__sub {
    margin-top: 6vw;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.campaign__sub-blue {
  color: #4c84c4;
  text-decoration: underline;
}
.campaign .period {
  margin-top: 3.6458333333vw;
}
@media screen and (max-width: 1024px) {
  .campaign .period {
    margin-top: 10.6666666667vw;
  }
}
.campaign__prize {
  margin-top: 3.3854166667vw;
}
@media screen and (max-width: 1024px) {
  .campaign__prize {
    margin-top: 13.3333333333vw;
  }
}
.campaign__prizeList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0833333333vw;
}
@media screen and (max-width: 1024px) {
  .campaign__prizeList {
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
  }
}
.campaign__prizeItem {
  position: relative;
  height: 28.6458333333vw;
  padding-top: 2.4479166667vw;
  border-radius: 0.5208333333vw;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 1.0416666667vw 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .campaign__prizeItem {
    height: 80vw;
    padding: 5.3333333333vw 0;
    border-radius: 1.3333333333vw;
    box-shadow: 0px 0px 4vw 0.6666666667vw rgba(0, 0, 0, 0.2);
  }
}
.campaign__prizeItem-filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5208333333vw;
}
@media screen and (max-width: 1024px) {
  .campaign__prizeItem-filter {
    border-radius: 1.3333333333vw;
  }
}
.campaign__prizeItem-soon {
  font-size: 2.34375vw;
  font-weight: bold;
  white-space: nowrap;
  color: #e44444;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 1024px) {
  .campaign__prizeItem-soon {
    font-size: 6.6666666667vw;
  }
}
.campaign__badge {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 1.5625vw;
  line-height: 1;
  font-weight: 700;
  color: #401809;
  width: 6.5625vw;
  height: 6.71875vw;
  padding-top: 0.9895833333vw;
  background-image: url(../img/campaign_badge-bg.png);
  background-size: contain;
  background-position: top left;
}
@media screen and (max-width: 1024px) {
  .campaign__badge {
    font-size: 4.5333333333vw;
    width: 17.8666666667vw;
    height: 17.4666666667vw;
    padding-top: 2.9333333333vw;
    background-image: url(../img/campaign_badge-bg_sp.png);
    background-size: 100%;
  }
}
.campaign__badge--prize {
  font-size: 3.2291666667vw;
}
@media screen and (max-width: 1024px) {
  .campaign__badge--prize {
    font-size: 8.16vw;
  }
}
.campaign__prizeImage {
  display: block;
  width: 100%;
  object-fit: contain;
}
.campaign__prizeImage--goods {
  width: auto;
  height: 13.59375vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .campaign__prizeImage--goods {
    height: 36.8vw;
  }
}
.campaign__prizeName {
  font-size: 1.25vw;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 1024px) {
  .campaign__prizeName {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.campaign__prizeName--small {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1024px) {
  .campaign__prizeName--small {
    font-size: 3.2vw;
  }
}
.campaign__prizeNote {
  margin-top: 0.2604166667vw;
  font-size: 0.8333333333vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .campaign__prizeNote {
    margin-top: 0.8vw;
    font-size: 2.6666666667vw;
  }
}
.campaign__prizeNote-list {
  text-align: left;
  width: fit-content;
  margin: 0.5208333333vw auto 0;
  font-size: 0.8333333333vw;
  line-height: 1.375;
}
@media screen and (max-width: 1024px) {
  .campaign__prizeNote-list {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
.campaign__prizeWinners {
  font-size: 1.7708333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  white-space: nowrap;
  color: #dd6666;
  position: absolute;
  left: 50%;
  bottom: 0.8854166667vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .campaign__prizeWinners {
    font-size: 5.3333333333vw;
    bottom: 3.7333333333vw;
  }
}
.campaign__prizeNum {
  font-size: 3.1875vw;
  position: relative;
  top: 0.05em;
}
@media screen and (max-width: 1024px) {
  .campaign__prizeNum {
    font-size: 9.6vw;
  }
}
.campaign__prizeNum--small {
  font-size: 2.1875vw;
}
@media screen and (max-width: 1024px) {
  .campaign__prizeNum--small {
    font-size: 6.4vw;
  }
}
.campaign__prizeColor {
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 1024px) {
  .campaign__prizeColor {
    font-size: 4.2666666667vw;
  }
}
.campaign__ctaNote {
  margin-top: 1.8229166667vw;
  font-size: 0.8333333333vw;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .campaign__ctaNote {
    margin-top: 6.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.75;
  }
}

/* campaign:end */
/* store:start */
.store {
  padding-top: 4.1666666667vw;
  padding-bottom: 7.8125vw;
}
@media screen and (max-width: 1024px) {
  .store {
    padding-top: 18.6666666667vw;
    padding-bottom: 14.6666666667vw;
  }
}
.store__container {
  max-width: 66.6666666667vw;
}
@media screen and (max-width: 1024px) {
  .store__container {
    max-width: 89.3333333333vw;
  }
}
.store__lead {
  font-size: 1.4583333333vw;
  line-height: 1.7142857143;
  font-weight: bold;
  text-align: center;
  color: #b38859;
  margin-top: 1.8229166667vw;
}
@media screen and (max-width: 1024px) {
  .store__lead {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    margin-top: 4vw;
  }
}
.store__lead--small {
  font-size: 0.6em;
}
.store__sub {
  margin-top: 2.0833333333vw;
  text-align: center;
  font-size: 0.9375vw;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .store__sub {
    margin-top: 6vw;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.store__facilities {
  margin-top: 3.3854166667vw;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .store__facilities {
    margin-top: 10vw;
  }
}
.store__facilities .heading-line::before,
.store__facilities .heading-line::after {
  width: 11.9791666667vw;
}
@media screen and (max-width: 1024px) {
  .store__facilities .heading-line::before,
  .store__facilities .heading-line::after {
    width: 21.3333333333vw;
  }
}
.store__facilityList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0833333333vw;
  margin-top: 3.125vw;
}
@media screen and (max-width: 1024px) {
  .store__facilityList {
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
    margin-top: 8vw;
  }
}
.store__facilityItem {
  padding: 1.5625vw 1.5625vw 2.0833333333vw;
  border-radius: 0.625vw;
  background-color: #fff;
  box-shadow: 0px 0px 1.0416666667vw 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .store__facilityItem {
    padding: 6vw 5.3333333333vw 5.3333333333vw;
    border-radius: 1.3333333333vw;
    box-shadow: 0px 0px 2.6666666667vw 0px rgba(0, 0, 0, 0.2);
  }
}
.store__facilityPlace {
  padding-bottom: 0.7291666667vw;
  border-bottom: 0.1041666667vw solid #b38859;
  color: #b38859;
  font-size: 1.25vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .store__facilityPlace {
    padding-bottom: 2.6666666667vw;
    border-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.store__address {
  font-size: 0.8333333333vw;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: bold;
  text-align: center;
  margin-top: 0.78125vw;
}
@media screen and (max-width: 1024px) {
  .store__address {
    font-size: 3.2vw;
    line-height: 1.75;
    margin-top: 3.0666666667vw;
  }
}
.store__storePhoto {
  margin: 1.5625vw auto 0;
  border-radius: 0.5208333333vw;
  width: 23.9583333333vw;
}
@media screen and (max-width: 1024px) {
  .store__storePhoto {
    width: 64vw;
    border-radius: 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.store__cinema {
  width: 23.9583333333vw;
  height: 6.1979166667vw;
  border-radius: 0.5208333333vw;
  padding-top: 0.78125vw;
  margin: 1.0416666667vw auto 0;
  background-color: #ececec;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .store__cinema {
    width: 100%;
    height: 24vw;
    border-radius: 1.3333333333vw;
    padding-top: 2.6666666667vw;
    margin-top: 4.6666666667vw;
  }
}
.store__cinema-title {
  width: 6.3541666667vw;
  height: 1.3541666667vw;
  border-radius: 0.6770833333vw;
  margin: 0 auto 0.9375vw;
  background-color: #290b00;
  font-size: 0.8333333333vw;
  line-height: 1.625;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .store__cinema-title {
    width: 24vw;
    height: 5.8666666667vw;
    border-radius: 2.9333333333vw;
    margin-bottom: 4.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.8333333333;
  }
}
.store__cinema-name, .store__cinema-name--long {
  font-size: 1.0416666667vw;
  line-height: 1.3;
  color: #290b00;
}
@media screen and (max-width: 1024px) {
  .store__cinema-name, .store__cinema-name--long {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 1024px) {
  .store__cinema-name--long {
    margin-top: -3.3333333333vw;
  }
}
.store__link {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1024px) {
  .store__link {
    margin: 10.6666666667vw auto 0;
    width: 78.6666666667vw;
  }
}
.store__link .btn-line--white {
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 1024px) {
  .store__link .btn-line--white {
    font-size: 4.2666666667vw;
  }
}

/* store:end */
/* product:start */
.product {
  padding-top: 8.3333333333vw;
  padding-bottom: 9.375vw;
}
@media screen and (max-width: 1024px) {
  .product {
    padding-top: 18.6666666667vw;
    padding-bottom: 19.3333333333vw;
  }
}
.product__container {
  max-width: 66.6666666667vw;
}
@media screen and (max-width: 1024px) {
  .product__container {
    max-width: 89.3333333333vw;
  }
}
.product__title {
  width: 28.1770833333vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .product__title {
    width: 85.2vw;
  }
}
.product__title img {
  width: 100%;
}
.product__lead {
  margin-top: 0.78125vw;
  font-size: 1.4583333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .product__lead {
    margin-top: 3.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.product__slider {
  width: 66.6666666667vw;
  margin-top: 3.125vw;
}
@media screen and (max-width: 1024px) {
  .product__slider {
    width: auto;
    margin-top: 4.6666666667vw;
    margin-left: -3.3333333333vw;
    margin-right: -3.3333333333vw;
    padding: 3.3333333333vw 3.3333333333vw 11.3333333333vw;
  }
}
.product__list {
  display: grid;
  justify-content: space-between;
  gap: 3.6458333333vw;
}
@media screen and (max-width: 1024px) {
  .product__list {
    display: flex;
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product__list .product__item {
    height: 142vw;
  }
}
@media screen and (max-width: 1024px) {
  .product .slider-nav--side {
    top: 36vw;
    left: 50%;
    width: 78.6666666667vw;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .product .slider-nav--dots {
    margin-top: 5.3333333333vw;
  }
}
.product__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30.7291666667vw;
}
@media screen and (max-width: 1024px) {
  .product__item {
    max-width: none;
    width: 100%;
  }
}
.product__item:last-of-type {
  grid-column: 1/3;
  margin: 0 auto;
}
.product__name {
  margin-bottom: 1.0416666667vw;
  font-size: 1.0416666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .product__name {
    margin-bottom: 3.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.product__imgWrap {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .product__imgWrap {
    width: 78.6666666667vw;
  }
}
.product__img {
  width: 100%;
  height: auto;
  border-radius: 0.5208333333vw;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .product__img {
    width: 78.6666666667vw;
    border-radius: 1.3333333333vw;
    box-shadow: 0px 0px 1.3333333333vw 0px rgba(0, 0, 0, 0.2);
  }
}
.product__desc {
  flex: 1;
  margin-top: 2.34375vw;
  font-size: 0.9375vw;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .product__desc {
    width: 78.6666666667vw;
    margin-top: 6.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.product__button {
  width: 100%;
  min-width: 0;
  width: 26.0416666667vw;
  height: 3.6458333333vw;
  border-radius: 3.125vw;
  margin-top: 2.6041666667vw;
  padding: 0 1.4583333333vw;
  font-size: 1.4583333333vw;
  font-weight: 700;
  background: #fff;
  color: #e44444;
  border: 0.1041666667vw solid #e44444;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1025px) {
  .product__button {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1024px) {
  .product__button {
    max-width: none;
    width: 80vw;
    height: 13.3333333333vw;
    border-radius: 8vw;
    margin-top: 0;
    padding: 0;
    position: relative;
    bottom: 5px;
    font-size: 4.2666666667vw;
    border-width: 0.2666666667vw;
  }
}

/* product:end */
/* closing:start */
.closing__container {
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 1024px) {
  .closing__container {
    padding-bottom: 8vw;
  }
}
.closing__banner {
  width: 100%;
}
.closing__button {
  margin: 6.25vw auto 0;
}
@media screen and (max-width: 1024px) {
  .closing__button {
    margin-top: 16vw;
  }
}
.closing__button .btn-line--white {
  letter-spacing: 0.1em;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 1024px) {
  .closing__button .btn-line--white {
    width: 82.6666666667vw;
    height: 14.6666666667vw;
    padding-left: 1.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.closing__button .btn-line--white::after {
  content: "";
  flex-shrink: 0;
  width: 0.8854166667vw;
  height: 0.8854166667vw;
  background-image: url(../img/closing_link_icon.png);
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .closing__button .btn-line--white::after {
    width: 3.0666666667vw;
    height: 3.0666666667vw;
    background-image: url(../img/closing_link_icon_sp.png);
  }
}
.closing__copy {
  font-size: 0.625vw;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center;
  font-weight: bold;
  margin-top: 4.9479166667vw;
}
@media screen and (max-width: 1024px) {
  .closing__copy {
    font-size: 2.9333333333vw;
    letter-spacing: 0;
    margin-top: 12vw;
  }
}

/* notes:end */