@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
.cont__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.shop__container, .history__container, .quiz__container, .cont__container {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  max-width: 89.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

/* common:start */
[v-cloak] {
  display: none;
}

.remodal {
  width: 100% !important;
  font-size: 0;
  outline: none;
}

.remodal .modal__inner {
  font-weight: 500;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7) !important;
}

.remodal.modal_shop .modal__inner {
  border-radius: 3.7333333333vw;
  background-color: #FFF;
  padding: 2.2666666667vw;
  overflow: hidden;
  position: relative;
}

.remodal.modal_shop .modal__inner .frame {
  border-radius: 3.0666666667vw;
  border: 0.8vw solid #d39c42;
  padding: 0 6.4vw 4vw;
}

.remodal.modal_shop .modal__inner .frame .ribon {
  width: 16vw;
  position: absolute;
  top: 0;
  left: 4vw;
}

.remodal.modal_shop .modal__inner .frame .title {
  font-size: 4.6666666667vw;
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  line-height: 1.4;
  text-align: left;
  padding: 6.6666666667vw 0;
  padding-left: 12vw;
}

.remodal.modal_shop .modal__inner .frame .title span {
  font-size: 70%;
}

.remodal.modal_shop .modal__inner .frame .group .ph {
  margin-bottom: 2vw;
}

.remodal.modal_shop .modal__inner .frame .group .body {
  text-align: left;
}

.remodal.modal_shop .modal__inner .frame .group .body .place {
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.3333333333vw;
}

.remodal.modal_shop .modal__inner .frame .group .body .txt {
  font-size: 2.9333333333vw;
}

.remodal.modal_shop .modal__inner .btn_close {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/modal/close.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5.7333333333vw;
  right: 5.3333333333vw;
  z-index: 10;
}

#modal_quiz .modal__inner {
  border-radius: 3.7333333333vw;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
}

#modal_quiz .modal__inner .frame::before {
  content: "";
  display: block;
  background: #C81332;
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 19, 50)), to(rgb(255, 0, 0)));
  background: linear-gradient(90deg, rgb(200, 19, 50) 0%, rgb(255, 0, 0) 100%);
  height: 13.3333333333vw;
}

#modal_quiz .modal__inner .frame.complete::before {
  display: none;
}

#modal_quiz .body {
  padding: 15.3333333333vw 6.4vw 8.8vw;
  position: relative;
}

#quiz_area.lock {
  pointer-events: none;
}

#quiz_area {
  min-height: 40.6666666667vw;
}

#quiz_area > div {
  display: none;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
}

#quiz_area .btn {
  width: auto;
  margin: 4vw auto 0;
}

#quiz_area .btn + .annotation {
  font-size: 2.6666666667vw;
  text-align: center;
  margin-top: 2vw;
}

#modal_quiz .ball {
  width: 21.8666666667vw;
  position: absolute;
  top: -9.3333333333vw;
  left: 9.3333333333vw;
  z-index: 10;
}

#modal_quiz .question {
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  line-height: 1.7;
  margin-right: -3.3333333333vw;
  text-align: left;
}

#modal_quiz #q0 .question {
  margin-top: -6.6666666667vw;
}

#modal_quiz .answer {
  margin-top: 4vw;
}

#modal_quiz .answer li {
  text-align: left;
}

#modal_quiz .answer li + li {
  margin-top: 4vw;
}

#modal_quiz .answer li > span {
  display: inline-block;
  vertical-align: middle;
}

#modal_quiz .answer li > a {
  font-size: 3.4666666667vw;
  font-weight: 600;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#modal_quiz .answer li > a::before {
  content: "";
  display: block;
  width: 8vw;
  height: 8vw;
  background-image: url(../img/modal/quiz_arrow.svg);
  background-repeat: no-repeat;
  margin-right: 2.4vw;
}

#modal_quiz .btn_close {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/modal/close_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3.3333333333vw;
  right: 5.3333333333vw;
  z-index: 10;
}

#modal_quiz .frame.complete .btn_close {
  background-image: url(../img/modal/close.svg);
}

#modal_quiz .result {
  font-size: 7.4666666667vw;
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.9333333333vw;
}

#modal_quiz .result + .question {
  text-align: center;
}

#modal_quiz #complete {
  width: auto;
  margin: -6.6666666667vw auto 0;
  padding: 0 !important;
}

#modal_quiz #complete .btn {
  margin-top: 4vw;
  width: 60.5333333333vw;
}

#modal_quiz .commentary {
  height: 60vw;
  line-height: 1.7;
  margin: 4vw auto 0;
  padding: 4vw;
  border: 1px solid #CCC;
  font-size: 3.2vw;
  text-align: left;
  overflow-y: scroll;
}

#modal_quiz .commentary em {
  font-style: normal;
  font-weight: bold;
}

#modal_quiz .commentary strong {
  color: #ff0000;
}

#modal_quiz .commentary li + li {
  margin-top: 6.6666666667vw;
}

.cp_wrap {
  /* min-width: 1000px; */
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.area_inner_noimg {
  max-width: 1000px;
  width: auto;
}

@media screen and (min-width: 1001px) {
  a.push img {
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  }
  a.push:hover img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.cp_wrap {
  /* min-width: 1000px; */
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.js-fade-ready {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.js-fade-active {
  -webkit-animation-name: basic_in_anime;
          animation-name: basic_in_anime;
}

.js-fade2 {
  opacity: 0;
  -webkit-transition: 0.8s opacity 1s;
  transition: 0.8s opacity 1s;
}

.js-fade2-active {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0) !important;
          transform: translateX(0) translateY(0) !important;
}

.js-fade-product {
  opacity: 0;
  -webkit-transition: 1.2s all;
  transition: 1.2s all;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.js-fade-product-active {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.js-fade-deray {
  opacity: 0;
  -webkit-transition: 1.2s all;
  transition: 1.2s all;
}
.js-fade-deray-active {
  opacity: 1;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.js-fade-list {
  opacity: 0;
}
.js-fade-list li {
  opacity: 0;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
.js-fade-list-active {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

@-webkit-keyframes basic_in_anime {
  0% {
    -webkit-transform: scale(1.02) translateY(60px);
            transform: scale(1.02) translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@keyframes basic_in_anime {
  0% {
    -webkit-transform: scale(1.02) translateY(60px);
            transform: scale(1.02) translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
}
/* common:end */
/* kv:start */
.kv {
  max-width: 100%;
  position: relative;
  background-color: #FFF;
  opacity: 1;
  -webkit-transition: 0.8s opacity 1s;
  transition: 0.8s opacity 1s;
}

/* kv:end */
/* nav:start */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 54px;
  left: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 100%;
  height: calc(100% - 54px);
  background-color: #ffffff;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
}
.nav.active {
  opacity: 1;
  pointer-events: all;
}
.nav__items {
  width: 100%;
}
.nav__childs {
  display: none;
  width: 100%;
  background-color: #fff;
  padding: 4vw 0;
}
.nav__child {
  font-size: 4.2666666667vw;
  border-bottom: 0.5333333333vw solid #ca190d;
  position: relative;
}
.nav__child:last-child {
  margin-bottom: 0;
}
.nav__child a {
  display: block;
  padding: 4vw 8vw;
  font-weight: bold;
  color: #ca190d;
}
.nav__child::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4.9333333333vw;
  background-image: url(../img/nav_child_arrow.png);
  background-position: left;
  background-repeat: repeat;
  background-size: cover;
  width: 2.2666666667vw;
  height: 4.5333333333vw;
  content: "";
}
.nav__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  outline: none !important;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  width: 100%;
  height: 11.6vw;
}
.nav__button.active .nav__button-icon {
  background-color: transparent;
}
.nav__button.active .nav__button-icon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav__button.active .nav__button-icon::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-fixed {
  overflow: hidden;
}

/* nav:end */
/* hamburger:start */
.hamburger {
  position: sticky;
  top: 54px;
  z-index: 999;
}
.hamburger__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  outline: none !important;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #c81332;
  width: 100%;
  height: 11.6vw;
}
.hamburger__button.active .nav__button-icon {
  background-color: transparent;
}
.hamburger__button.active .nav__button-icon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger__button.active .nav__button-icon::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* hamburger:end */
/* message:start */
.message {
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 19, 50)), to(rgb(255, 0, 0)));
  background: linear-gradient(90deg, rgb(200, 19, 50) 0%, rgb(255, 0, 0) 100%);
}
.message__container {
  padding-top: 20px;
}
.message__content {
  margin: 0 auto;
  padding: 2.6666666667vw 0 12vw;
}
.message__title {
  width: 92.2666666667vw;
  padding-left: 0.4vw;
  margin-bottom: 6.6666666667vw;
}
.message__txt {
  font-size: 2.9333333333vw;
  color: #FFF;
  line-height: 2.3;
  padding: 5.3333333333vw 7.2vw 0;
}
.message__ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68.8vw;
  margin: auto;
  margin-top: 4vw;
}
.message__ph picture {
  display: block;
  width: 38.6666666667vw;
}
.message__job {
  font-size: 3.4666666667vw;
  color: #FFF;
  margin-top: 0.6666666667vw;
}
.message__name {
  font-size: 4.16vw;
  color: #FFF;
}

/* message:end */
/* history:start */
.history {
  background-color: #f0f0f0;
  position: relative;
}
.history::after {
  content: "";
  display: block;
  width: 32.8vw;
  height: 26.8vw;
  background-image: url(../img/history_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  z-index: 1;
}
.history__container {
  margin: 0 auto;
  padding: 13.3333333333vw 0;
  position: relative;
  z-index: 10;
}
.history__ttl-sub {
  width: 29.0666666667vw;
  margin: 0 auto 4vw;
  font-size: 0;
}
.history__ttl {
  font-size: 6.4vw;
  color: #c81332;
  text-align: center;
  line-height: 1;
  margin-bottom: 3.3333333333vw;
}
.history__ttl strong {
  font-size: 150%;
}
.history__txt {
  font-size: 2.9333333333vw;
  text-align: center;
  text-align: left;
}
.history .slide {
  margin-top: 5.3333333333vw;
  height: 85.3333333333vw;
  overflow-y: scroll;
}
.history__wrap {
  position: relative;
}
.history .swiper-scrollbar.swiper-scrollbar-vertical, .history .swiper-vertical > .swiper-scrollbar {
  width: 0.9333333333vw;
  height: 90%;
  bottom: 0;
  margin: auto;
  right: 2vw;
}
.history .swiper-scrollbar-drag {
  background-color: #000;
}
.history .swiper-scrollbar {
  background-color: #ccc;
}
.history .swiper-slide {
  height: auto !important;
}
.history .slide__container > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.history .slide__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22vw;
  font-size: 4vw;
  font-family: "Montserrat";
  font-weight: 400;
  color: #FFF;
  position: relative;
  border-right: 0.5333333333vw solid #000;
}
.history .slide__container > li:nth-child(odd) .slide__year {
  background-color: #c81332;
}
.history .slide__container > li:nth-child(odd) .slide__year.old {
  background-color: #de4740;
}
.history .slide__container > li:nth-child(even) .slide__year {
  background-color: #ff0000;
}
.history .slide__container > li:nth-child(even) .slide__year.old {
  background-color: #e96756;
}
.history .slide__year::after {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-color: #000;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.6vw;
  margin: auto;
  z-index: 10;
  margin: auto;
}
.history .slide__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5.3333333333vw 8vw;
  position: relative;
}
.history .slide__container > li:nth-child(odd) .slide__body {
  background-color: #f0faff;
}
.history .slide__container > li:nth-child(even) .slide__body {
  background-color: #fff;
}
.history .slide__txt {
  font-size: 2.4vw;
  font-weight: bold;
}
.history .slide__txt strong {
  font-size: 4.4vw;
  display: block;
}
.history .slide__note {
  font-size: 2.4vw;
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  color: #c81332;
}
.history .slide__ph {
  width: 37.3333333333vw;
  margin-top: 2vw;
}
.history .slide__ph + .slide__note {
  margin-top: 3.2vw;
}
.history .slide__ph.unique {
  width: 50.1333333333vw;
}

/* history:end */
.history .slide.end,
.history .slide.end .slide__container,
.history .slide.end .swiper-wrapper {
  pointer-events: none;
}

/* quiz:start */
.quiz {
  background-color: #fff;
  position: relative;
}
.quiz__container {
  margin: 0 auto;
  padding: 16vw 0 20vw;
  position: relative;
  z-index: 10;
}
.quiz__ttl-sub {
  width: 22.4vw;
  margin: 0 auto 1.3333333333vw;
  font-size: 0;
}
.quiz__ttl {
  width: 76.9333333333vw;
  margin: 0 auto;
}
.quiz__body {
  width: 85.3333333333vw;
  margin: 6.6666666667vw auto 0;
  position: relative;
}
.quiz__cpn-end {
  font-size: 2.9333333333vw;
  font-weight: bold;
  line-height: 1.6;
  color: #FFF;
  text-align: center;
  width: 100%;
  padding: 2.6666666667vw;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: -2.1333333333vw;
  left: 0;
  z-index: 10;
}
.quiz__date {
  width: 64.2666666667vw;
  margin: 0 auto 8vw;
}
.quiz__txt {
  font-size: 2.9333333333vw;
  text-align: center;
}
.quiz__annotation {
  font-size: 2.4vw;
}
.quiz__note {
  font-size: 2.9333333333vw;
  font-weight: bold;
  text-align: center;
  margin-top: 5.3333333333vw;
}
.quiz__note span {
  display: inline-block;
  border-bottom: 0.2666666667vw solid #000;
}
.quiz__btns {
  margin: 5.3333333333vw auto 0;
}
.quiz__btns li + li {
  margin-top: 5.3333333333vw;
}

/* quiz:end */
/* shop:start */
.shop {
  position: relative;
  background: #C81332;
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 19, 50)), to(rgb(255, 0, 0)));
  background: linear-gradient(90deg, rgb(200, 19, 50) 0%, rgb(255, 0, 0) 100%);
}
.shop__container {
  margin: 0 auto;
  padding: 14.6666666667vw 0 16vw;
}
.shop__ttl-sub {
  width: 26.1333333333vw;
  margin: 0 auto 4vw;
  font-size: 0;
}
.shop__ttl {
  font-size: 6.4vw;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 4vw;
}
.shop__txt {
  font-size: 2.9333333333vw;
  text-align: left;
}
.shop .comingsoon {
  width: 66.2666666667vw;
  margin: 0 auto;
}
.shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5.3333333333vw;
}
.shop__list > li {
  width: 44vw;
  margin-bottom: 2vw;
}
.shop__list > li .annotation {
  font-size: 2.1333333333vw;
  text-align: right;
  margin-top: -0.6666666667vw;
  margin-bottom: -1.7333333333vw;
  display: none;
}

/* shop:end */
/* products:start */
.products {
  background-color: #FFF;
  background-image: url(../img/products_bg.png);
  background-repeat: repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
.products__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 11.3333333333vw 5.3333333333vw 12.6666666667vw;
  position: relative;
  z-index: 10;
}
.products__ttl-sub {
  width: 34.6666666667vw;
  margin: 0 auto 0.6666666667vw;
  font-size: 0;
}
.products__ttl {
  font-size: 6.4vw;
  color: #c81332;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2.6666666667vw;
}
.products__ttl strong {
  font-size: 150%;
}
.products__txt {
  font-size: 2.9333333333vw;
  text-align: left;
}
.products__list {
  margin: 6.6666666667vw auto 0;
}
.products__list > li {
  color: #FFF;
  padding: 4vw;
  background: #FF0000;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 0, 0)), to(rgb(200, 19, 50)));
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(200, 19, 50) 100%);
}
.products__list > li + li {
  margin-top: 4.9333333333vw;
}
.products__ph {
  position: relative;
}
.products__ph .annotation {
  font-size: 2.1333333333vw;
  position: absolute;
  bottom: 1.3333333333vw;
  left: 1.3333333333vw;
  z-index: 10;
}
.products__ph .annotation.black {
  color: #000;
}
.products__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4vw 0 0;
  position: relative;
}
.products__stamp {
  width: 22.6666666667vw;
  position: absolute;
  top: 1.3333333333vw;
  right: 0;
  z-index: 1;
}
.products__name {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  z-index: 10;
}
.products__name span {
  font-size: 60%;
}
.products__price {
  font-size: 2.1333333333vw;
  margin-bottom: 0.6666666667vw;
  position: relative;
  z-index: 10;
}
.products__price strong {
  font-size: 150%;
}
.products__price .release {
  font-size: 2.2666666667vw;
  color: #ff0000;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 0.6666666667vw 1.3333333333vw 0.4vw;
  margin-left: 1.3333333333vw;
  border-radius: 100px;
  background-color: #fff;
}
.products__comment {
  font-size: 2.8vw;
  position: relative;
  z-index: 10;
  border-top: 0.2666666667vw solid #FFF;
  margin-top: 1.7333333333vw;
  padding-top: 2.6666666667vw;
}
.products__comment span {
  font-size: 2.6666666667vw;
}
.products__option {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  z-index: 1;
  margin: auto;
}
.products__op2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.8s opacity 1.5s;
  transition: 0.8s opacity 1.5s;
}
.products__option.js-fade2-active .products__op2 {
  opacity: 1;
}
.products__special {
  min-height: 87.4666666667vw;
  background-color: #FFF;
  border: 0.9333333333vw solid #e90000;
  border-radius: 2.6666666667vw;
  padding: 20.6666666667vw 5.0666666667vw 4.6666666667vw;
  margin: 4.9333333333vw auto 0;
  position: relative;
}
.products__label {
  width: 63.8666666667vw;
  position: absolute;
  top: -0.2666666667vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.products__ball {
  width: 16.2666666667vw;
  position: absolute;
  top: 18.6666666667vw;
  left: 1.8666666667vw;
  z-index: 10;
}
.products__special-title {
  font-size: 4.8vw;
  font-weight: bold;
  color: #c81332;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 2vw;
}
.products__special-lead {
  font-size: 3.3333333333vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.3333333333vw;
}
.products__special-txt {
  font-size: 2.6666666667vw;
}
.products__img {
  padding-right: 3.2vw;
  margin-top: 1.3333333333vw;
}

/* products:end */
/* campaign:start */
.campaign {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
.campaign::before, .campaign::after {
  content: "";
  display: block;
  width: 100%;
  height: 3.7333333333vw;
  background: #C81332;
  background: -webkit-gradient(linear, right top, left top, from(rgb(200, 19, 50)), to(rgb(255, 0, 0)));
  background: linear-gradient(270deg, rgb(200, 19, 50) 0%, rgb(255, 0, 0) 100%);
}
.campaign__container {
  color: #FFF;
  padding: 9.3333333333vw 0 13.3333333333vw;
  position: relative;
  z-index: 10;
}
.campaign__inner {
  padding: 0 5.0666666667vw;
  margin: 0 auto;
}
.campaign__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.0666666667vw;
}
.campaign__badge {
  width: 22.9333333333vw;
  margin-right: 2.4vw;
}
.campaign__date {
  text-align: center;
  margin-top: 2.4vw;
}
.campaign__date span {
  display: inline-block;
  font-size: 3.2vw;
  font-weight: bold;
  color: #c81332;
  line-height: 1;
  background-color: #FFF;
  border-radius: 50px;
  padding: 1.0666666667vw 3.3333333333vw;
}
.campaign__ttl-sub {
  width: 34.6666666667vw;
  margin: 0 auto 3.3333333333vw;
  font-size: 0;
}
.campaign__ttl {
  font-size: 6.2666666667vw;
  line-height: 1;
  width: 80.4vw;
  margin: 0 auto;
}
.campaign__txt {
  font-size: 2.9333333333vw;
  color: #000;
  text-align: left;
  margin-bottom: 6vw;
}
.campaign__cpn-end {
  font-size: 2.9333333333vw;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 2.6666666667vw;
  background-color: rgba(0, 0, 0, 0.75);
}
.campaign__frame {
  margin: 6.6666666667vw 0 8.6666666667vw;
}
.campaign__btn {
  margin-top: 7.3333333333vw;
  padding: 0 5.0666666667vw;
  text-align: center;
}
.campaign__btn a {
  display: inline-block;
  width: 100%;
}
.campaign__option {
  width: 100%;
  position: absolute;
  top: 10vw;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  z-index: 1;
  margin: auto;
}
.campaign__op2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.8s opacity 1.5s;
  transition: 0.8s opacity 1.5s;
}
.campaign__option.js-fade2-active .campaign__op2 {
  opacity: 1;
}

.stamp__detail {
  padding: 0 5.3333333333vw;
}
.stamp__detail > li {
  border: 0.5333333333vw solid #000;
  border-radius: 1.0666666667vw;
  overflow: hidden;
}
.stamp__detail > li + li {
  margin-top: 2.6666666667vw;
}
.stamp__detail-th {
  font-size: 3.4666666667vw;
  font-weight: bold;
  text-align: center;
  background-color: #000;
  padding: 1.6vw 0;
}
.stamp__detail-td {
  font-size: 3.2vw;
  font-weight: bold;
  color: #000;
  background-color: #FFF;
  padding: 2.6666666667vw;
  text-align: center;
}
.stamp__detail-td span {
  display: inline-block;
  font-size: 2.4vw;
}
.stamp__detail-date em {
  font-size: 130%;
  font-style: normal;
}

/* campaign:end */