@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%;
}

.products__container, .history__container, .quiz__container, .cont__container {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.remodal {
  max-width: 935px;
  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 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.remodal.modal_shop img {
  width: 100%;
  height: auto;
}

.remodal.modal_shop .modal__inner {
  border-radius: 28px;
  background-color: #FFF;
  padding: 17px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .remodal.modal_shop .modal__inner {
    border-radius: 2.6923076923vw;
    padding: 1.6346153846vw;
  }
}

.remodal.modal_shop .modal__inner .frame {
  border-radius: 23px;
  border: 6px solid #d39c42;
  padding: 0 30px 30px 60px;
}
@media screen and (max-width: 1040px) {
  .remodal.modal_shop .modal__inner .frame {
    border: 0.5769230769vw solid #d39c42;
    padding: 0 2.8846153846vw 2.8846153846vw 5.7692307692vw;
  }
}

.remodal.modal_shop .modal__inner .frame .ribon {
  width: 120px;
  position: absolute;
  top: 0;
  left: 30px;
}
@media screen and (max-width: 1040px) {
  .remodal.modal_shop .modal__inner .frame .ribon {
    width: 11.5384615385vw;
    left: 2.8846153846vw;
  }
}

.remodal.modal_shop .modal__inner .frame .title {
  font-size: 40px;
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  line-height: 1.4;
  text-align: left;
  padding: 50px 0;
  padding-left: 90px;
}
@media screen and (max-width: 1040px) {
  .remodal.modal_shop .modal__inner .frame .title {
    font-size: 3.8461538462vw;
    padding: 4.8076923077vw 0;
    padding-left: 8.6538461538vw;
  }
}

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

.remodal.modal_shop .modal__inner .frame .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.remodal.modal_shop .modal__inner .frame .group .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-right: 40px;
}

.remodal.modal_shop .modal__inner .frame .group .body .place {
  font-size: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1040px) {
  .remodal.modal_shop .modal__inner .frame .group .body .place {
    font-size: 2.8846153846vw;
    margin-bottom: 1.4423076923vw;
  }
}

.remodal.modal_shop .modal__inner .frame .group .body .txt {
  font-size: 22px;
}
@media screen and (max-width: 1040px) {
  .remodal.modal_shop .modal__inner .frame .group .body .txt {
    font-size: 2.1153846154vw;
  }
}

.remodal.modal_shop .modal__inner .frame .group .ph {
  width: 420px;
}
@media screen and (max-width: 1040px) {
  .remodal.modal_shop .modal__inner .frame .group .ph {
    width: 40.3846153846vw;
  }
}

.remodal.modal_shop .modal__inner .btn_close {
  width: 40px;
  height: 40px;
  background-image: url(../img/modal/close.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 43px;
  right: 40px;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .remodal.modal_shop .modal__inner .btn_close {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    background-size: contain;
    top: 4.1346153846vw;
    right: 3.8461538462vw;
  }
}

#modal_quiz .modal__inner {
  border-radius: 28px;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1040px) {
  #modal_quiz .modal__inner {
    border-radius: 2.6923076923vw;
  }
}

#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: 100px;
}
@media screen and (max-width: 1040px) {
  #modal_quiz .modal__inner .frame::before {
    height: 9.6153846154vw;
  }
}

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

#modal_quiz .body {
  padding: 90px 75px 60px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  #modal_quiz .body {
    padding: 9.6153846154vw 7.2115384615vw 5.7692307692vw;
  }
}

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

#quiz_area {
  min-height: 295px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1040px) {
  #quiz_area {
    min-height: 28.3653846154vw;
  }
}

#quiz_area img {
  width: 100%;
  height: auto;
}

#quiz_area > div {
  display: none;
}

#quiz_area > div:not(#q0) {
  padding-left: 125px;
  padding-right: 125px;
}
@media screen and (max-width: 1040px) {
  #quiz_area > div:not(#q0) {
    padding-left: 12.0192307692vw;
    padding-right: 12.0192307692vw;
  }
}

#quiz_area .btn {
  width: 350px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1040px) {
  #quiz_area .btn {
    width: 33.6538461538vw;
    margin: 2.8846153846vw auto 0;
  }
}

#quiz_area .btn + .annotation {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1040px) {
  #quiz_area .btn + .annotation {
    font-size: 1.5384615385vw;
    margin-top: 1.4423076923vw;
  }
}

#modal_quiz .ball {
  width: 150px;
  position: absolute;
  top: -70px;
  left: 75px;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  #modal_quiz .ball {
    width: 15.7692307692vw;
    top: -6.7307692308vw;
    left: 7.2115384615vw;
  }
}

#modal_quiz .question {
  font-size: 28px;
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  line-height: 1.5;
  margin-right: -20px;
  text-align: left;
}
@media screen and (max-width: 1040px) {
  #modal_quiz .question {
    font-size: 2.6923076923vw;
    margin-right: -1.9230769231vw;
  }
}

#modal_quiz #q0 .question {
  margin-top: -50px;
}
@media screen and (max-width: 1040px) {
  #modal_quiz #q0 .question {
    margin-top: -4.8076923077vw;
  }
}

#modal_quiz .answer {
  margin-top: 25px;
}
@media screen and (max-width: 1040px) {
  #modal_quiz .answer {
    margin-top: 2.4038461538vw;
  }
}

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

#modal_quiz .answer li + li {
  margin-top: 18px;
}
@media screen and (max-width: 1040px) {
  #modal_quiz .answer li + li {
    margin-top: 1.7307692308vw;
  }
}

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

#modal_quiz .answer li > a {
  font-size: 26px;
  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;
  opacity: 1;
}
@media screen and (max-width: 1040px) {
  #modal_quiz .answer li > a {
    font-size: 2.5vw;
  }
}

#modal_quiz #quiz_area a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#modal_quiz .answer li > a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/modal/quiz_arrow.svg);
  background-repeat: no-repeat;
  margin-right: 18px;
}
@media screen and (max-width: 1040px) {
  #modal_quiz .answer li > a::before {
    width: 4.8076923077vw;
    height: 4.8076923077vw;
    margin-right: 1.7307692308vw;
  }
}

#modal_quiz .btn_close {
  width: 40px;
  height: 40px;
  background-image: url(../img/modal/close_w.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: 40px;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  #modal_quiz .btn_close {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    background-size: contain;
    top: 2.4038461538vw;
    right: 3.8461538462vw;
  }
}

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

#modal_quiz .result {
  font-size: 56px;
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  line-height: 1.4;
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (max-width: 1040px) {
  #modal_quiz .result {
    font-size: 5.3846153846vw;
    margin-bottom: 0.6730769231vw;
  }
}

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

#modal_quiz #complete {
  width: 780px;
  margin: -55px auto 0;
  padding: 0 !important;
}
@media screen and (max-width: 1040px) {
  #modal_quiz #complete {
    width: 75vw;
    margin: -5.2884615385vw auto 0;
  }
}

#modal_quiz #complete > .complete {
  width: 70%;
  margin: 0 auto;
}

#modal_quiz #complete .btn {
  display: none;
  margin-top: 30px;
}
@media screen and (max-width: 1040px) {
  #modal_quiz #complete .btn {
    margin-top: 2.8846153846vw;
  }
}

#modal_quiz .commentary {
  width: 800px;
  height: 300px;
  line-height: 1.7;
  margin: 30px -10px 0;
  padding: 30px;
  border: 1px solid #CCC;
  font-size: 18px;
  text-align: left;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  #modal_quiz .commentary {
    width: 70.1923076923vw;
    height: 28.8461538462vw;
    margin: 2.8846153846vw -0.9615384615vw 0;
    padding: 2.8846153846vw;
    font-size: 1.7307692308vw;
  }
}

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

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

#modal_quiz .commentary li + li {
  margin-top: 50px;
}
@media screen and (max-width: 1040px) {
  #modal_quiz .commentary li + li {
    margin-top: 4.8076923077vw;
  }
}

.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);
  }
}
.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 */
/* anchor:start */
.anchor {
  background-color: #c81332;
  position: sticky;
  top: 0;
  z-index: 999;
}
.anchor__inner {
  max-width: 1000px;
  height: 80px;
  margin: auto;
  padding: 0 15px;
  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;
}
@media screen and (max-width: 1040px) {
  .anchor__inner {
    max-width: 96.1538461538%;
    height: 7.6923076923vw;
    padding-left: 1.4423076923%;
    padding-right: 1.4423076923%;
  }
}
.anchor__text {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.25;
  position: relative;
  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;
}
@media screen and (max-width: 1040px) {
  .anchor__text {
    font-size: 1.9230769231vw;
  }
}
.anchor__text::after {
  content: "";
  position: absolute;
  right: -72px;
  background: #fff;
  width: 2px;
  height: 37px;
  border-radius: 2px;
}
@media screen and (max-width: 1040px) {
  .anchor__text::after {
    width: 0.1923076923vw;
    height: 3.5576923077vw;
    border-radius: 0.1923076923vw;
    right: -6.9230769231vw;
  }
}
.anchor__text:last-child::after {
  content: none;
}
.anchor__text a {
  color: #fff;
}

/* anchor: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;
}
@media screen and (max-width: 1040px) {
  .message__container {
    padding-top: 1.9230769231vw;
  }
}
.message__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 660px;
  margin: 0 auto;
  padding: 70px 0 120px;
}
@media screen and (max-width: 1040px) {
  .message__content {
    width: 63.4615384615vw;
    padding: 6.7307692308vw 0 11.5384615385vw;
  }
}
.message__title {
  max-width: 1000px;
}
.message__txt {
  width: 660px;
  font-size: 22px;
  color: #FFF;
  line-height: 2.3;
}
@media screen and (max-width: 1040px) {
  .message__txt {
    font-size: 2.1153846154vw;
    width: 63.4615384615vw;
  }
}
.message__ph {
  width: 515px;
  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;
  margin-top: 30px;
}
@media screen and (max-width: 1040px) {
  .message__ph {
    width: 49.5192307692vw;
    margin-top: 2.8846153846vw;
  }
}
.message__ph picture {
  width: 210px;
  margin-right: 20px;
}
@media screen and (max-width: 1040px) {
  .message__ph picture {
    width: 20.1923076923vw;
    margin-right: 1.9230769231vw;
  }
}
.message__job {
  font-size: 24px;
  color: #FFF;
  margin-top: 10px;
}
@media screen and (max-width: 1040px) {
  .message__job {
    font-size: 2.5vw;
    margin-top: 0.9615384615vw;
  }
}
.message__name {
  font-size: 29px;
  color: #FFF;
}
@media screen and (max-width: 1040px) {
  .message__name {
    font-size: 2.9807692308vw;
  }
}

/* message:end */
/* history:start */
.history {
  background-color: #f0f0f0;
  position: relative;
}
.history::after {
  content: "";
  display: block;
  width: 352px;
  height: 287px;
  background-image: url(../img/history_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 28px;
  right: 20px;
  z-index: 1;
}
@media screen and (max-width: 1040px) {
  .history::after {
    width: 42.1153846154vw;
    height: 34.6153846154vw;
    top: 2.6923076923vw;
    right: 1.9230769231vw;
  }
}
.history__container {
  margin: 0 auto;
  padding: 120px 0 150px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .history__container {
    padding-top: 11.5384615385vw;
    padding-bottom: 14.4230769231vw;
  }
}
.history__ttl-sub {
  width: 218px;
  margin: 0 auto 25px;
  font-size: 0;
}
@media screen and (max-width: 1040px) {
  .history__ttl-sub {
    width: 20.9615384615vw;
    margin-bottom: 2.4038461538vw;
  }
}
.history__ttl {
  font-size: 56px;
  color: #c81332;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 1040px) {
  .history__ttl {
    font-size: 5.3846153846vw;
    margin-bottom: 1.4423076923vw;
  }
}
.history__ttl strong {
  font-size: 150%;
}
.history__txt {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .history__txt {
    font-size: 1.7307692308vw;
  }
}
.history .slide {
  width: 1000px;
  height: 574px;
  margin: 80px auto 0;
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 1040px) {
  .history .slide {
    width: 96.1538461538vw;
    height: 55.1923076923vw;
    margin: 7.6923076923vw auto 0;
  }
}
.history__wrap {
  position: relative;
}
.history .swiper-scrollbar.swiper-scrollbar-vertical, .history .swiper-vertical > .swiper-scrollbar {
  width: 7px;
  height: 90%;
  bottom: 0;
  margin: auto;
  right: 23px;
}
.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: 290px;
  font-size: 52px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #FFF;
  position: relative;
  border-right: 4px solid #000;
}
@media screen and (max-width: 1040px) {
  .history .slide__year {
    font-size: 5vw;
    width: 27.8846153846vw;
  }
}
.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: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .history .slide__year::after {
    width: 1.9230769231vw;
    height: 1.9230769231vw;
    right: -1.1538461538vw;
  }
}
.history .slide__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px 90px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .history .slide__body {
    padding: 4.8076923077vw 8.6538461538vw;
  }
}
.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: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  .history .slide__txt {
    font-size: 1.9230769231vw;
  }
}
.history .slide__txt strong {
  font-size: 33px;
  display: block;
}
@media screen and (max-width: 1040px) {
  .history .slide__txt strong {
    font-size: 3.1730769231vw;
  }
}
.history .slide__note {
  font-size: 20px;
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  color: #c81332;
}
@media screen and (max-width: 1040px) {
  .history .slide__note {
    font-size: 1.9230769231vw;
  }
}
.history .slide__ph {
  width: 280px;
  margin-top: 15px;
}
@media screen and (max-width: 1040px) {
  .history .slide__ph {
    width: 26.9230769231vw;
    margin-top: 1.4423076923vw;
  }
}
.history .slide__ph + .slide__note {
  margin-top: 24px;
}
@media screen and (max-width: 1040px) {
  .history .slide__ph + .slide__note {
    margin-top: 2.3076923077vw;
  }
}
.history .slide__ph.unique {
  width: 420px;
}
@media screen and (max-width: 1040px) {
  .history .slide__ph.unique {
    width: 40.3846153846vw;
  }
}

/* history:end */
.history .slide.end {
  pointer-events: none;
}

/* quiz:start */
.quiz {
  background-color: #fff;
  position: relative;
}
.quiz__container {
  margin: 0 auto;
  padding: 120px 0 150px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .quiz__container {
    padding-top: 11.5384615385vw;
    padding-bottom: 14.4230769231vw;
  }
}
.quiz__ttl-sub {
  width: 167px;
  margin: 0 auto 10px;
  font-size: 0;
}
@media screen and (max-width: 1040px) {
  .quiz__ttl-sub {
    width: 16.0576923077vw;
    margin-bottom: 0.9615384615vw;
  }
}
.quiz__ttl {
  width: 577px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .quiz__ttl {
    width: 55.4807692308vw;
  }
}
.quiz__body {
  width: 645px;
  margin: 47px auto 0;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .quiz__body {
    width: 62.0192307692vw;
    margin: 2.5961538462vw auto 0;
  }
}
.quiz__cpn-end {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  width: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .quiz__cpn-end {
    font-size: 1.7307692308vw;
    padding: 1.4423076923vw;
    top: -2.4038461538vw;
  }
}
.quiz__date {
  width: 600px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1040px) {
  .quiz__date {
    width: 57.6923076923vw;
    margin: 0 auto 4.8076923077vw;
  }
}
.quiz__txt {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .quiz__txt {
    font-size: 1.7307692308vw;
  }
}
.quiz__annotation {
  font-size: 14px;
}
@media screen and (max-width: 1040px) {
  .quiz__annotation {
    font-size: 1.3461538462vw;
  }
}
.quiz__note {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 1040px) {
  .quiz__note {
    font-size: 1.7307692308vw;
    margin-top: 3.0769230769vw;
  }
}
.quiz__note span {
  display: inline-block;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 1040px) {
  .quiz__note span {
    border-bottom: 0.1923076923vw solid #000;
  }
}
.quiz__btns {
  width: 520px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1040px) {
  .quiz__btns {
    width: 50vw;
    margin: 3.8461538462vw auto 0;
  }
}
.quiz__btns li + li {
  margin-top: 40px;
}
@media screen and (max-width: 1040px) {
  .quiz__btns li + li {
    margin-top: 3.8461538462vw;
  }
}

/* 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 {
  color: #FFF;
  padding: 120px 0 150px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .shop__container {
    padding-top: 11.5384615385vw;
    padding-bottom: 14.4230769231vw;
  }
}
.shop__ttl-sub {
  width: 196px;
  margin: 0 auto 30px;
  font-size: 0;
}
@media screen and (max-width: 1040px) {
  .shop__ttl-sub {
    width: 18.8461538462vw;
    margin-bottom: 2.4038461538vw;
  }
}
.shop__ttl {
  font-size: 52px;
  color: #FFF;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  .shop__ttl {
    font-size: 5vw;
    margin-bottom: 4.8076923077vw;
  }
}
.shop__txt {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .shop__txt {
    font-size: 1.7307692308vw;
  }
}
.shop .comingsoon {
  width: 497px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .shop .comingsoon {
    width: 47.7884615385vw;
  }
}
.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: 70px;
}
@media screen and (max-width: 1040px) {
  .shop__list {
    margin-top: 6.7307692308vw;
  }
}
.shop__list > li {
  width: 326px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1040px) {
  .shop__list > li {
    width: 31.3461538462vw;
    margin-bottom: 1.5384615385vw;
  }
}
.shop__list > li .annotation {
  font-size: 16px;
  text-align: right;
  display: none;
}
@media screen and (max-width: 1040px) {
  .shop__list > li .annotation {
    font-size: 1.5384615385vw;
  }
}

/* shop:end */
/* products:start */
.products {
  background-color: #FFF;
  background-image: url(../img/products_bg.png);
  position: relative;
  overflow: hidden;
}
.products__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 0 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .products__container {
    padding-top: 11.5384615385vw;
    padding-bottom: 9.6153846154vw;
  }
}
.products__ttl-sub {
  width: 257px;
  margin: 0 auto 10px;
  font-size: 0;
}
@media screen and (max-width: 1040px) {
  .products__ttl-sub {
    width: 24.7115384615vw;
    margin-bottom: 0.9615384615vw;
  }
}
.products__ttl {
  font-size: 56px;
  color: #c81332;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .products__ttl {
    font-size: 5.3846153846vw;
    margin-bottom: 1.9230769231vw;
  }
}
.products__ttl strong {
  font-size: 150%;
}
.products__txt {
  font-size: 18px;
  text-align: left;
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .products__txt {
    font-size: 1.7307692308vw;
    width: 61.5384615385vw;
  }
}
.products__list {
  margin: 65px auto 0;
}
@media screen and (max-width: 1040px) {
  .products__list {
    margin-top: 6.25vw;
  }
}
.products__list > li {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  padding: 23px 22px;
  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%);
}
@media screen and (max-width: 1040px) {
  .products__list > li {
    padding: 2.2115384615vw 2.1153846154vw;
  }
}
.products__list > li + li {
  margin-top: 23px;
}
@media screen and (max-width: 1040px) {
  .products__list > li + li {
    margin-top: 2.2115384615vw;
  }
}
.products__ph {
  width: 390px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .products__ph {
    width: 37.5vw;
  }
}
.products__ph .annotation {
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .products__ph .annotation {
    font-size: 1.5384615385vw;
    bottom: 0.9615384615vw;
    left: 0.9615384615vw;
  }
}
.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-left: 22px;
  margin-right: 45px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .products__body {
    padding-left: 2.1153846154vw 0;
    margin-right: 4.3269230769vw 0;
  }
}
.products__stamp {
  width: 140px;
  position: absolute;
  top: -5px;
  right: -32px;
  z-index: -1;
}
@media screen and (max-width: 1040px) {
  .products__stamp {
    width: 13.4615384615vw;
    top: -0.4807692308vw;
    right: -3.0769230769vw;
  }
}
.products__name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 10;
  margin-right: -25px;
}
@media screen and (max-width: 1040px) {
  .products__name {
    font-size: 2.8846153846vw;
    margin-right: -2.4038461538vw;
  }
}
.products__name span {
  font-size: 60%;
}
.products__price {
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1040px) {
  .products__price {
    font-size: 1.5384615385vw;
    margin-bottom: 0.4807692308vw;
  }
}
.products__price strong {
  font-size: 150%;
}
.products__price .release {
  font-size: 17px;
  color: #ff0000;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 5px 10px 3px;
  margin-left: 10px;
  border-radius: 100px;
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  .products__price .release {
    font-size: 1.6346153846vw;
    padding: 0.4807692308vw 0.9615384615vw 0.2884615385vw;
    margin-left: 0.9615384615vw;
  }
}
.products__comment {
  font-size: 17px;
  line-height: 1.4;
  border-top: 2px solid #FFF;
  margin-top: 13px;
  padding-top: 20px;
}
@media screen and (max-width: 1040px) {
  .products__comment {
    font-size: 1.6346153846vw;
    margin-top: 1.25vw;
    padding-top: 1.9230769231vw;
  }
}
.products__comment span {
  font-size: 16px;
}
@media screen and (max-width: 1040px) {
  .products__comment span {
    font-size: 1.5384615385vw;
  }
}
.products__option {
  width: 1467px;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .products__option {
    width: 141.0576923077vw;
    top: 9.6153846154vw;
  }
}
.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: 410px;
  background-color: #FFF;
  border: 7px solid #e90000;
  border-radius: 16px;
  padding: 95px 60px 50px;
  margin: 80px auto 0;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .products__special {
    min-height: 39.4230769231vw;
    border: 0.6730769231vw solid #e90000;
    padding: 9.1346153846vw 5.7692307692vw 4.8076923077vw;
    margin-top: 7.6923076923vw;
  }
}
.products__label {
  width: 750px;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .products__label {
    width: 72.1153846154vw;
    top: -0.6730769231vw;
  }
}
.products__ball {
  width: 141px;
  position: absolute;
  top: 37px;
  left: -30px;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .products__ball {
    width: 13.5576923077vw;
    top: 3.5576923077vw;
    left: -2.8846153846vw;
  }
}
.products__special-title {
  font-size: 45px;
  font-weight: bold;
  color: #c81332;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .products__special-title {
    font-size: 4.3269230769vw;
    margin-bottom: 0.9615384615vw;
  }
}
.products__special-lead {
  width: 350px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .products__special-lead {
    font-size: 2.2115384615vw;
    width: 33.6538461538vw;
    margin-bottom: 0.9615384615vw;
  }
}
.products__special-txt {
  width: 350px;
  font-size: 18px;
}
@media screen and (max-width: 1040px) {
  .products__special-txt {
    font-size: 1.7307692308vw;
    width: 33.6538461538vw;
  }
}
.products__paperbag {
  width: 298px;
  position: absolute;
  bottom: 28px;
  right: 40px;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .products__paperbag {
    width: 28.6538461538vw;
    bottom: 2.6923076923vw;
    right: 3.8461538462vw;
  }
}
.products__badge {
  width: 236px;
  position: absolute;
  bottom: 74px;
  right: 320px;
  z-index: 5;
}
@media screen and (max-width: 1040px) {
  .products__badge {
    width: 22.6923076923vw;
    bottom: 7.1153846154vw;
    right: 30.8653846154vw;
  }
}

/* products:end */
/* campaign:start */
.campaign {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
.campaign::before, .campaign::after {
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  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%);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .campaign::before, .campaign::after {
    height: 2.5961538462vw;
  }
}
.campaign__container {
  max-width: 1000px;
  margin: 0 auto;
  color: #FFF;
  padding: 70px 0 75px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .campaign__container {
    padding-top: 6.7307692308vw;
    padding-bottom: 7.2115384615vw;
  }
}
.campaign__container img {
  width: 100%;
  height: auto;
}
.campaign__inner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .campaign__inner {
    max-width: 86.5384615385vw;
  }
}
.campaign__head {
  position: relative;
}
.campaign__ttl-sub {
  width: 258px;
  margin: 0 auto 35px;
  font-size: 0;
}
@media screen and (max-width: 1040px) {
  .campaign__ttl-sub {
    width: 24.8076923077vw;
    margin-bottom: 3.3653846154vw;
  }
}
.campaign__ttl {
  width: 603px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 1040px) {
  .campaign__ttl {
    width: 57.9807692308vw;
    margin-bottom: 2.4038461538vw;
  }
}
.campaign__txt {
  width: 640px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .campaign__txt {
    width: 61.5384615385vw;
    font-size: 1.7307692308vw;
  }
}
.campaign__cpn-end {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 640px;
  margin: 0 auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 1040px) {
  .campaign__cpn-end {
    font-size: 1.9230769231vw;
    width: 61.5384615385vw;
    padding: 1.4423076923vw;
  }
}
.campaign__frame {
  margin: 40px 0 70px;
}
@media screen and (max-width: 1040px) {
  .campaign__frame {
    margin: 3.8461538462vw 0 6.7307692308vw;
  }
}
.campaign__btn {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .campaign__btn {
    margin-top: 6.7307692308vw;
  }
}
.campaign__btn a {
  display: inline-block;
  width: 400px;
}
@media screen and (max-width: 1040px) {
  .campaign__btn a {
    width: 38.4615384615vw;
  }
}
.campaign__option {
  width: 1467px;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .campaign__option {
    width: 141.0576923077vw;
    top: 9.6153846154vw;
  }
}
.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 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 3px solid #000;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  .stamp__detail > li {
    border: 0.2884615385vw solid #000;
  }
}
.stamp__detail > li + li {
  margin-top: 22px;
}
@media screen and (max-width: 1040px) {
  .stamp__detail > li + li {
    margin-top: 2.1153846154vw;
  }
}
.stamp__detail-th {
  width: 260px;
  font-size: 20px;
  font-weight: bold;
  background-color: #000;
  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;
  padding: 5px 0;
}
@media screen and (max-width: 1040px) {
  .stamp__detail-th {
    font-size: 1.9230769231vw;
    width: 25vw;
    padding: 0.4807692308vw 0;
  }
}
.stamp__detail-td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background-color: #FFF;
  padding: 15px 55px;
}
@media screen and (max-width: 1040px) {
  .stamp__detail-td {
    font-size: 1.9230769231vw;
    padding: 1.4423076923vw 5.2884615385vw;
  }
}
.stamp__detail-td span {
  font-size: 18px;
}
@media screen and (max-width: 1040px) {
  .stamp__detail-td span {
    font-size: 1.7307692308vw;
  }
}
.stamp__detail-date {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1040px) {
  .stamp__detail-date {
    padding-top: 0.4807692308vw;
    padding-bottom: 0.4807692308vw;
  }
}
.stamp__detail-date em {
  font-size: 150%;
  font-style: normal;
}

/* campaign:end */