@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi:wght@400;500;700&display=swap");
.poyon {
  animation-name: poyon;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.2, 2, 0.6, 0.6);
  animation-fill-mode: both;
}

.boyon {
  animation-name: boyon;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.2, 2, 0.6, 0.6);
  animation-fill-mode: both;
}

@keyframes boyon {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes poyon {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.98);
    opacity: 1;
  }
}
@keyframes rotation1 {
  0% {
    transform: translateX(90%) rotate(0);
  }
  100% {
    transform: translateX(90%) rotate(-360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: translateY(-50%) translateX(90%) rotate(0);
  }
  100% {
    transform: translateY(-50%) translateX(90%) rotate(-360deg);
  }
}
@keyframes rotation3 {
  0% {
    transform: translateX(90%) rotate(0);
  }
  100% {
    transform: translateX(90%) rotate(-360deg);
  }
}
.simpleY {
  opacity: 0;
  transform: translateY(min(1.3227513228vw, 20px));
  will-change: transform, opacity;
  transition: 0.8s cubic-bezier(0.18, 0.89, 0.32, 1.27);
  transition-delay: 0.2s;
}
.simpleY.active {
  opacity: 1;
  transform: translateY(0);
}

.simpleX {
  opacity: 0;
  transform: translateX(max(-1.3227513228vw, -20px));
  transition: 0.4s ease-in-out;
  will-change: transform, opacity;
}
.simpleX.active {
  opacity: 1;
  transform: translateX(0);
}

.slideX {
  clip-path: inset(0% 100% 0% 0% round min(1.3227513228vw, 20px));
  transform: translateX(max(-2.6455026455vw, -40px));
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  will-change: transform, opacity;
  opacity: 0;
}
.slideX.active {
  clip-path: inset(0 0 0 0% round min(1.3227513228vw, 20px));
  transform: translateX(0);
  opacity: 1;
}

.slideX_nbr {
  clip-path: inset(0% 100% 0% 0%);
  transform: translateX(max(-2.6455026455vw, -40px));
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  will-change: transform, opacity;
  opacity: 0;
}
.slideX_nbr.active {
  clip-path: inset(0 0 0 0%);
  transform: translateX(0);
  opacity: 1;
}

.slideX_nbr_load {
  clip-path: inset(0% 100% 0% 0%);
  transform: translateX(max(-2.6455026455vw, -40px));
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  will-change: transform, opacity;
  opacity: 0;
}
.slideX_nbr_load.active {
  clip-path: inset(0 0 0 0%);
  transform: translateX(0);
  opacity: 1;
}

:root {
  --small_pc:vw(13);
  --base_pc:vw(15);
  --h2_pc:vw(15);
  --h3_pc:vw(15);
  --h4_pc:vw(15);
  --h5_pc:vw(15);
  --small_sp:13px;
  --base_sp:15px;
  --h2_sp:15px;
  --h3_sp:15px;
  --h4_sp:15px;
  --h5_sp:15px;
}

.loader {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: fixed;
  background-color: rgb(17, 23, 48);
  left: 0vw;
  top: 0;
  z-index: 40002;
  transition: all 600ms ease-in-out;
  will-change: opacity, transform;
  transition-delay: 0.4s;
}
.loader.active {
  opacity: 0;
  pointer-events: none;
}

@keyframes messageFade {
  0% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes textUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(-2px);
  }
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
@keyframes shutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes shutterOpen {
  0% {
    transform: scaleX(0);
    height: 1px;
  }
  80% {
    transform: scaleX(1);
    transform-origin: left;
  }
  81% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@font-face {
  font-family: "dinb";
  src: url("../fonts/DINNLTP-B.otf") format("otf"), url("../fonts/DINNLTP-B.woff") format("woff"), url("../fonts/DINNLTP-B.woff2") format("woff2");
}
@font-face {
  font-family: "dinm";
  src: url("../fonts/DINNLTP-M.otf") format("otf"), url("../fonts/DINNLTP-M.woff") format("woff"), url("../fonts/DINNLTP-M.woff2") format("woff2");
}
@media print {
  html,
  body {
    top: 0 !important;
    left: 0 !important;
    width: 200mm !important;
    overflow-x: hidden;
    size: A4;
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
}

/* 星空の背景のスタイル */
.stars {
  position: relative;
  width: 100%; /* 星空の横幅 */
  height: auto; /* 星空の縦幅 */
  overflow: hidden; /* 星が枠外にはみ出すのを防ぐ */
}

/* 星のスタイル */
.star {
  position: absolute;
  display: block;
  background-color: #fff; /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2); /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite;
}
@media screen and (max-width: 1040px) {
  .star {
    animation: none;
    opacity: 1;
  }
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.alert {
  width: 100vw;
  height: 100svh;
  background-color: rgb(135, 0, 29);
  font-size: 14px;
  color: #F0D475;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  pointer-events: none;
}
.alert.active {
  display: flex;
  pointer-events: all;
}

.mainvisual {
  width: 100vw;
  height: 100svh;
  background-color: black;
  background-image: url(../images/mv_bg.webp);
  background-size: 83vw auto;
  background-position: left -15vw bottom -6vw;
  overflow: hidden;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 820px) {
  .mainvisual {
    background-size: 120vw;
    background-position: left -15vw bottom 0;
  }
}
@media screen and (max-width: 480px) {
  .mainvisual {
    background-size: 120vw;
    background-position: left -15vw bottom 0;
    position: relative;
  }
}
.mainvisual .mainvisual_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  flex-direction: column;
  gap: 5.291005291vw;
  position: relative;
  z-index: 3;
}
.mainvisual .mainvisual_inner h1 {
  font-size: 0;
  width: 37vw;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
  background-image: url(../images/mainlogo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center;
  opacity: 0;
  transform: translateY(-40px) translateZ(0);
  backface-visibility: hidden;
  will-change: transform, opacity;
}
.mainvisual .mainvisual_inner h1.active {
  animation: drop-bounce 0.8s ease-in-out forwards;
}
@media screen and (max-width: 820px) {
  .mainvisual .mainvisual_inner {
    justify-content: flex-end;
    gap: 10svh;
    height: calc(100svh - 60px);
  }
  .mainvisual .mainvisual_inner h1 {
    width: 80vw;
    max-width: 500px;
  }
}
@media screen and (max-width: 480px) {
  .mainvisual .mainvisual_inner {
    justify-content: flex-end;
    gap: 5svh;
    height: calc(100svh - 60px);
    padding-bottom: 5svh;
  }
  .mainvisual .mainvisual_inner h1 {
    width: 85vw;
  }
}
@keyframes drop-bounce {
  0% {
    opacity: 0;
    transform: translateY(-20px) translateZ(0);
  }
  40% {
    opacity: 1;
    transform: translateY(20px) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mainvisual .mainvisual_inner h1 {
    animation: none !important;
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}
.mainvisual .mainvisual_text {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  flex-direction: column;
  font-size: 0;
  gap: 1.6534391534vw;
  width: auto;
}
@media screen and (max-width: 820px) {
  .mainvisual .mainvisual_text {
    gap: 25px;
  }
}
@media screen and (max-width: 820px) {
  .mainvisual .mainvisual_text {
    max-width: 100vw;
    align-content: flex-end;
  }
}
.mainvisual .mainvisual_text li {
  position: relative;
  opacity: 0;
  transition: 0.6s cubic-bezier(0.58, 0.35, 0.61, 1.185);
  transform: translateX(20%);
  will-change: transform, opacity;
}
.mainvisual .mainvisual_text li .inner {
  background: #9A0B24;
  padding: 0.6613756614vw 2.6455026455vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  box-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
}
.mainvisual .mainvisual_text li .inner img {
  height: 1.8518518519vw;
  width: auto;
}
@media screen and (max-width: 820px) {
  .mainvisual .mainvisual_text li .inner img {
    height: 23px;
  }
}
@media screen and (max-width: 820px) {
  .mainvisual .mainvisual_text li .inner {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 820px) {
  .mainvisual .mainvisual_text li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
}
@media screen and (max-width: 820px) {
  .mainvisual .mainvisual_text li {
    width: 100%;
  }
  .mainvisual .mainvisual_text li svg {
    height: 10svh;
  }
}
.mainvisual .mainvisual_text li.active {
  opacity: 1;
  transform: translateX(0);
}
.mainvisual .mainvisual_text li:nth-of-type(1) {
  transition-delay: 0.3s;
}
.mainvisual .mainvisual_text li:nth-of-type(1) .inner {
  transform: translateX(-33%);
}
@media screen and (max-width: 820px) {
  .mainvisual .mainvisual_text li:nth-of-type(1) .inner {
    transform: translateX(0);
  }
}
.mainvisual .mainvisual_text li:nth-of-type(2) {
  transition-delay: 0.4s;
}
.mainvisual .mainvisual_text li:nth-of-type(2) .inner {
  transform: translateX(-20%) translateY(-25%);
}
@media screen and (max-width: 820px) {
  .mainvisual .mainvisual_text li:nth-of-type(2) .inner {
    transform: translateX(0) translateY(-25%);
  }
}
.mainvisual .mainvisual_text li:nth-of-type(3) {
  transition-delay: 0.5s;
}
.mainvisual .mainvisual_text li:nth-of-type(3) .inner {
  transform: translateX(22%) translateY(-52%);
}
@media screen and (max-width: 820px) {
  .mainvisual .mainvisual_text li:nth-of-type(3) .inner {
    transform: translateX(0) translateY(-50%);
  }
}
.mainvisual .tickwrap {
  width: 200vw;
  height: 118svh;
  display: block;
  position: absolute;
  left: -10vw;
  top: 0;
  z-index: 1;
  overflow: visible;
  background-color: transparent;
  transform: rotateZ(30.61deg);
  z-index: 1;
}
.mainvisual .tickwrap img {
  display: block;
  height: 29.5svh;
  width: auto;
  aspect-ratio: 42/29;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
  .mainvisual .tickwrap img {
    height: 22.5svh;
  }
}
.mainvisual .tick1 {
  z-index: 1;
}
.mainvisual .tick2 {
  z-index: 1;
}
.mainvisual .tick3 {
  z-index: 1;
}
.mainvisual .tick4 {
  z-index: 1;
  left: 0;
}

.ovwerwrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  max-width: 100vw;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ovwerwrap::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.ovwerwrap::-webkit-scrollbar-track {
  display: none;
}
.ovwerwrap::-webkit-scrollbar-thumb {
  display: none;
}

.content {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: transparent;
  padding-top: 2svh;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .content {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden;
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .content {
    position: relative;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 60px;
    min-height: 0;
  }
}
.content .conth {
  width: 100%;
  height: 8.664021164vw;
  padding: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  transform: translateY(30px);
  background-size: 13.2936507937vw 8.664021164vw;
  background-position: center top;
}
.content .conth.animate {
  animation: fadeInUp 0.8s ease-out forwards;
}
@media screen and (max-width: 820px) {
  .content .conth {
    height: 100px;
    background-size: auto 100px;
  }
}
.content .spacer {
  width: 100%;
  height: 100svh;
  background: transparent;
}

.rule {
  background-color: #0A112D;
  height: auto;
  min-height: 150svh;
}
@media screen and (max-width: 820px) {
  .rule {
    min-height: 200svh;
  }
}
.rule .conth {
  background-image: url(../images/svg/rule_title.svg);
}
.rule.active .inner {
  overflow: auto;
  overflow-x: hidden;
}
.rule .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  position: relative;
  z-index: 5;
  height: 100svh;
  padding-top: 60px;
  padding-bottom: 20vh;
  overflow: hidden;
  background-color: transparent;
  transition: 0.4s;
  transform: translateY(10px);
  font-family: "Inter", sans-serif;
}
.rule .inner.scrollable {
  overflow: auto;
  pointer-events: all;
  opacity: 1;
  transform: translateY(0px);
}
@media screen and (max-width: 480px) {
  .rule .inner.scrollable {
    overflow: hidden;
  }
}
@media screen and (max-width: 820px) {
  .rule .inner {
    padding-top: 60px;
    height: calc(100svh - 120px);
    max-height: calc(100svh - 120px);
    overflow: hidden;
    overflow-x: hidden;
    padding-bottom: 30svh;
    align-items: flex-start;
    align-content: flex-start;
  }
  .rule .inner.scrollable {
    overflow-y: auto;
    pointer-events: all;
  }
  .rule .inner.scrollable .ruleslide {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 480px) {
  .rule .inner {
    position: relative;
    top: 0px;
    height: auto;
    max-height: 500vh;
    padding-bottom: 60px;
    align-items: flex-start;
    align-content: flex-start;
  }
  .rule .inner.scrollable {
    overflow-y: auto;
    pointer-events: all;
  }
  .rule .inner.scrollable .ruleslide {
    opacity: 1;
    transform: translateY(0px);
  }
}
.rule .inner .ruleslide {
  width: 100%;
  position: relative;
  display: none;
  z-index: 5;
}
@media screen and (max-width: 820px) {
  .rule .inner .ruleslide {
    display: block;
    opacity: 0;
    transition: 0.6s;
    transform: translateY(10px);
  }
}
.rule .inner .ruleslide .swiper-slide {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
}
.rule .inner .ruleslide .swiper-slide:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background-image: url(../images/svg/star.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.rule .inner .ruleslide .steps {
  font-size: 20px;
  font-weight: bold;
  color: white;
  position: relative;
  z-index: 1;
  height: 62px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-left: 26px;
}
.rule .inner .ruleslide .steps span {
  font-size: 20px;
}
.rule .inner .ruleslide img {
  width: 100%;
  height: auto;
  aspect-ratio: 31/24;
  border-radius: 15px;
  object-fit: cover;
  margin-bottom: 10px;
}
.rule .inner .ruleslide .read {
  font-size: 16px;
  color: white;
  line-height: 200%;
  font-weight: bold;
}
.rule .inner .stepout {
  width: 82.27vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.9682539683vw;
}
@media screen and (max-width: 820px) {
  .rule .inner .stepout {
    display: none;
  }
}
.rule .inner .stepout li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  gap: 0.6613756614vw;
  width: 25.7936507937vw;
  opacity: 0;
  transform: translateY(10px);
  animation: none;
  will-change: opacity, transform;
}
.rule .inner .stepout li.animate {
  animation: fadeInUp 0.6s ease-out forwards;
}
.rule .inner .stepout li:nth-child(1) {
  animation-delay: 0s;
}
.rule .inner .stepout li:nth-child(2) {
  animation-delay: 0.2s;
}
.rule .inner .stepout li:nth-child(3) {
  animation-delay: 0.4s;
}
.rule .inner .stepout li:before {
  content: "";
  width: 3.3068783069vw;
  height: 3.3068783069vw;
  display: block;
  background-image: url(../images/svg/star.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.rule .inner .stepout li .steps {
  font-size: 1.7195767196vw;
  font-weight: bold;
  color: white;
  position: relative;
  z-index: 1;
  height: 3.3068783069vw;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-left: 1.6534391534vw;
}
.rule .inner .stepout li .steps span {
  font-size: 2.6455026455vw;
}
.rule .inner .stepout li img {
  width: 25.7936507937vw;
  height: 15.873015873vw;
  border-radius: 15px;
  object-fit: cover;
  margin-bottom: 0.6613756614vw;
}
.rule .inner .stepout li .read {
  font-size: 1.0582010582vw;
  color: white;
  line-height: 200%;
  font-weight: bold;
}
.rule:after {
  content: "";
  width: 100%;
  height: 20svh;
  display: block;
  background-color: transparent;
}
.rule .swiperui {
  width: 100vw;
  height: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-top: 20px;
  gap: 10px;
  display: none;
}
@media screen and (max-width: 820px) {
  .rule .swiperui {
    display: flex;
  }
}
.rule .swiperui > * {
  margin: 0;
  padding: 0;
  opacity: 1;
}
.rule .swiperui .swiper-scrollbar {
  width: 40vw;
  height: 10px;
  border-radius: 10px;
  position: relative;
  background-color: #D9D9D9 !important;
}
.rule .swiperui .swiper-scrollbar-drag {
  background-color: #1F2D54;
  border-radius: 10px;
}
.rule .swiperui .swiper-button-prev, .rule .swiperui .swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}
.rule .swiperui .swiper-button-next {
  background-color: #1F2D54;
}
.rule .swiperui .swiper-button-next:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/svg/arrow2.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.rule .swiperui .swiper-button-prev {
  background-color: #1F2D54;
}
.rule .swiperui .swiper-button-prev:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/svg/arrow2.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.rule .swiperui .swiper-button-disabled {
  background-color: #D9D9D9 !important;
  cursor: default !important;
}
@media screen and (max-width: 480px) {
  .rule {
    min-height: 0;
    height: auto;
    margin-top: -20px;
  }
  .rule:after {
    display: none;
  }
}

.storeWrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  flex-direction: column;
  gap: 0.3306878307vw;
}
@media screen and (max-width: 480px) {
  .storeWrap {
    height: auto;
  }
}

.store {
  align-items: center;
  font-family: "Inter", sans-serif;
  background-color: #9A0C26;
  min-height: 200svh;
}
@media screen and (max-width: 480px) {
  .store {
    min-height: 0;
    height: auto;
    margin-top: -20px;
    padding-bottom: 60px;
  }
}
.store .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100svh;
  overflow-y: auto;
  overflow-x: hidden;
  overflow: hidden;
  padding-top: 2svh;
  padding-bottom: 20vh;
  background-color: transparent;
  transition: 0.4s;
  opacity: 0;
  transform: translateY(10px);
}
.store .inner.scrollable {
  overflow: auto;
  pointer-events: all;
  opacity: 1;
  transform: translateY(0px);
}
@media screen and (max-width: 480px) {
  .store .inner.scrollable {
    overflow: hidden;
  }
}
@media screen and (max-width: 820px) {
  .store .inner {
    margin-top: 60px;
    padding-bottom: 14vh;
    height: calc(100svh - 160px);
  }
}
@media screen and (max-width: 480px) {
  .store .inner {
    margin-top: 60px;
    padding-bottom: 0;
    height: auto;
  }
}
.store .conth {
  background-image: url(../images/svg/store.svg);
}
@media screen and (max-width: 820px) {
  .store .conth {
    margin-bottom: 60px;
  }
}
.store .storebox {
  width: 74.0740740741vw;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  flex-direction: column;
  gap: 0.6613756614vw;
}
@media screen and (max-width: 820px) {
  .store .storebox {
    width: 90vw;
  }
}
.store .store_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.store .store_header h3 {
  font-size: 1.5873015873vw;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 820px) {
  .store .store_header h3 {
    font-size: 19px;
  }
}
.store .store_header:after {
  content: "";
  width: 100%;
  height: 0.3306878307vw;
  display: block;
  background-color: #BA1735;
  margin-top: 0.6613756614vw;
}
@media screen and (max-width: 820px) {
  .store .store_header:after {
    height: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.store .store_header .opener {
  background-color: #B19552;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 1.9841269841vw;
  height: 1.9841269841vw;
  border-radius: 0.1322751323vw;
  position: relative;
  margin-right: 0.6613756614vw;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  z-index: 5;
}
.store .store_header .opener:hover {
  transform: scale(1.05);
}
.store .store_header .opener:after {
  content: "";
  width: 0.9259259259vw;
  height: 0.1322751323vw;
  background-color: white;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.store .store_header .opener:before {
  content: "";
  width: 0.9259259259vw;
  height: 0.1322751323vw;
  background-color: white;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.2s;
}
@media screen and (max-width: 820px) {
  .store .store_header .opener {
    width: 30px;
    height: 30px;
  }
  .store .store_header .opener:after, .store .store_header .opener:before {
    width: 14px;
    height: 2px;
  }
}
.store .store_header .opener.active:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.store .store_items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  gap: 3.3068783069vw;
  row-gap: 0.9920634921vw;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s linear;
}
@media screen and (max-width: 820px) {
  .store .store_items {
    row-gap: 10px;
  }
}
.store .store_items.active {
  max-height: 300svh;
  margin-bottom: 1.9841269841vw;
  transition: max-height 1s linear, margin-bottom 0.1s linear;
}
@media screen and (max-width: 820px) {
  .store .store_items.active {
    margin-bottom: 50px;
    max-height: 200svh;
  }
}
.store .store_items:not(.active) {
  transition: none;
}
.store .store_items .store_item {
  width: 22.4867724868vw;
  height: 2.9761904762vw;
  width: calc(50% - 1.6534391534vw);
  height: auto;
  font-size: 1.0582010582vw;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: center;
  gap: 0.8597883598vw;
  color: white;
  border-bottom: 1px solid #BA1735;
  padding-bottom: 0.9920634921vw;
}
@media screen and (max-width: 820px) {
  .store .store_items .store_item {
    gap: 20px;
  }
}
.store .store_items .store_item:nth-last-of-type(1) {
  margin-bottom: 1.9841269841vw;
}
.store .store_items .store_item .floor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 2.6455026455vw;
  height: 1.917989418vw;
  font-size: 1.0582010582vw;
  background-color: #BA1735;
  flex-shrink: 0;
}
.store .store_items .store_item .floor.mid {
  width: 3.9682539683vw;
}
@media screen and (max-width: 820px) {
  .store .store_items .store_item .floor.mid {
    width: 60px;
  }
}
.store .store_items .store_item .floor.long {
  width: 11.9047619048vw;
}
@media screen and (max-width: 820px) {
  .store .store_items .store_item .floor.long {
    width: 175px;
  }
}
@media screen and (max-width: 820px) {
  .store .store_items .store_item .floor {
    font-size: 16px;
    width: 40px;
    height: 29px;
  }
}
.store .store_items .store_item .store_name {
  font-size: 1.0582010582vw;
  letter-spacing: 2px;
  line-height: 180%;
  height: auto;
}
@media screen and (max-width: 820px) {
  .store .store_items .store_item {
    width: 100%;
    font-size: 16px;
    padding-bottom: 10px;
  }
  .store .store_items .store_item .store_name {
    font-size: 16px;
  }
}

.storecontent {
  position: relative;
  z-index: 5;
  margin-top: -178svh;
}
.storecontent .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100svh;
  overflow-y: auto;
  overflow-x: hidden;
  overflow: hidden;
  padding-top: 2svh;
  padding-bottom: 20vh;
  background-color: transparent;
}
.storecontent .inner.scrollable {
  overflow: auto;
  pointer-events: all;
}
@media screen and (max-width: 820px) {
  .storecontent .inner {
    padding-bottom: 10vh;
    height: calc(100svh - 160px);
  }
}
.storecontent .conth {
  background-image: url(../images/svg/store.svg);
  opacity: 1;
  transform: translateY(0px);
}
.storecontent .storebox {
  width: 74.0740740741vw;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  flex-direction: column;
  gap: 0.6613756614vw;
}
@media screen and (max-width: 820px) {
  .storecontent .storebox {
    width: 90vw;
  }
}
.storecontent .store_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.storecontent .store_header h3 {
  font-size: 1.5873015873vw;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 820px) {
  .storecontent .store_header h3 {
    font-size: 19px;
  }
}
.storecontent .store_header:after {
  content: "";
  width: 100%;
  height: 0.3306878307vw;
  display: block;
  background-color: #BA1735;
  margin-top: 0.6613756614vw;
}
@media screen and (max-width: 820px) {
  .storecontent .store_header:after {
    height: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.storecontent .store_header .opener {
  background-color: #B19552;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 1.9841269841vw;
  height: 1.9841269841vw;
  border-radius: 0.1322751323vw;
  position: relative;
  margin-right: 0.6613756614vw;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  z-index: 5;
}
.storecontent .store_header .opener:hover {
  transform: scale(1.05);
}
.storecontent .store_header .opener:after {
  content: "";
  width: 0.9259259259vw;
  height: 0.1322751323vw;
  background-color: white;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.storecontent .store_header .opener:before {
  content: "";
  width: 0.9259259259vw;
  height: 0.1322751323vw;
  background-color: white;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.2s;
}
@media screen and (max-width: 820px) {
  .storecontent .store_header .opener {
    width: 30px;
    height: 30px;
  }
  .storecontent .store_header .opener:after, .storecontent .store_header .opener:before {
    width: 14px;
    height: 2px;
  }
}
.storecontent .store_header .opener.active:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.storecontent .store_items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  gap: 3.3068783069vw;
  row-gap: 0.9920634921vw;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s linear;
}
.storecontent .store_items.active {
  max-height: 100svh;
  transition: max-height 0.6s linear;
}
.storecontent .store_items:not(.active) {
  transition: max-height 0.2s;
}
.storecontent .store_items .store_item {
  width: 22.4867724868vw;
  height: 2.9761904762vw;
  font-size: 1.0582010582vw;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 0.8597883598vw;
  color: white;
  border-bottom: 1px solid #BA1735;
}
.storecontent .store_items .store_item:nth-last-of-type(1) {
  margin-bottom: 1.9841269841vw;
}
.storecontent .store_items .store_item .floor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 2.6455026455vw;
  height: 1.917989418vw;
  font-size: 1.0582010582vw;
  background-color: #BA1735;
}
.storecontent .store_items .store_item .store_name {
  font-size: 1.0582010582vw;
  letter-spacing: 2px;
}
@media screen and (max-width: 820px) {
  .storecontent .store_items .store_item {
    width: 100%;
    height: 55px;
    font-size: 16px;
  }
  .storecontent .store_items .store_item .store_name {
    font-size: 16px;
  }
}

.prize {
  background-color: #214229;
  min-height: 200svh;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .prize {
    height: auto;
    min-height: 0;
    margin-top: -20px;
    padding-bottom: 60px;
  }
}
.prize .conth {
  background-image: url(../images/svg/prize.svg);
}
@media screen and (max-width: 820px) {
  .prize .conth {
    background-size: auto 123px;
    height: 123px;
    margin-bottom: 60px;
  }
}
.prize .inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  flex-direction: column;
  gap: 3.3068783069vw;
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 120svh;
  padding-bottom: 40vh;
  padding-top: 3.9682539683vw;
}
.prize .inner.scrollable {
  overflow: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 820px) {
  .prize .inner {
    padding-bottom: 20vh;
    height: calc(100svh - 160px);
    margin-top: 60px;
    transition: 0.4s;
    opacity: 0;
    transform: translateY(10px);
  }
  .prize .inner.scrollable {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 480px) {
  .prize .inner {
    padding-bottom: 0px;
    height: auto;
    margin-top: 60px;
    transition: 0.4s;
    opacity: 0;
    transform: translateY(10px);
  }
  .prize .inner.scrollable {
    opacity: 1;
    transform: translateY(0px);
  }
}
.prize .cardwrap {
  width: 74.0740740741vw;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  z-index: 5;
  gap: 3.3068783069vw;
}
@media screen and (max-width: 820px) {
  .prize .cardwrap {
    width: 100vw;
    justify-content: center;
    gap: 30px;
  }
}
.prize .cardwrap .inwrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  gap: 3.3068783069vw;
}
.prize .cardwrap .inwrap:nth-of-type(2) {
  margin-top: 6.6137566138vw;
}
@media screen and (max-width: 820px) {
  .prize .cardwrap .inwrap:nth-of-type(2) {
    margin-top: 0px;
  }
}
.prize .cardwrap .inwrap.pcnon {
  display: none;
}
.prize .cardwrap .inwrap.spnon {
  display: flex;
}
@media screen and (max-width: 820px) {
  .prize .cardwrap .inwrap {
    gap: 30px;
  }
  .prize .cardwrap .inwrap.pcnon {
    display: flex;
  }
  .prize .cardwrap .inwrap.spnon {
    display: none;
  }
}
.prize .card {
  width: 35.3835978836vw;
  height: auto;
  padding: 0 3.3068783069vw 1.6534391534vw;
  background-color: #fff;
  border-radius: 1.3227513228vw;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  flex-direction: column;
  gap: 1.3227513228vw;
  padding: 1.6534391534vw 3.3068783069vw 1.6534391534vw;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 820px) {
  .prize .card {
    width: 89vw;
    border-radius: 20px;
    gap: 20px;
    padding: 40px 20px;
  }
  .prize .card > .sample_img {
    width: 80vw !important;
  }
}
.prize .card span {
  font-size: 1.3888888889vw;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.4em;
  background: #B19552;
  color: white;
  border-radius: 0.6613756614vw;
  padding: 1.3227513228vw;
  display: block;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  font-family: "Kaisei HarunoUmi", serif;
}
@media screen and (max-width: 820px) {
  .prize .card span {
    font-size: 16px;
  }
}
.prize .card .stampwrap {
  width: 28.4391534392vw;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  font-family: "Inter", sans-serif;
}
.prize .card .stampwrap p {
  font-size: 1.0582010582vw;
  font-weight: bold;
  color: #B19552;
}
.prize .card .stampwrap ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  gap: 0.4298941799vw;
}
.prize .card .stampwrap ul li img {
  width: 2.4722222222vw;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 820px) {
  .prize .card .stampwrap {
    width: 170px;
    height: auto;
  }
  .prize .card .stampwrap p {
    font-size: 16px;
  }
  .prize .card .stampwrap ul {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .prize .card .stampwrap ul li img {
    width: 30px;
  }
}
@media screen and (max-width: 820px) {
  .prize .card.minatomirai {
    width: 89vw;
  }
}
.prize .card.minatomirai .meister {
  font-size: 0;
  width: 18.5185185185vw;
  height: 6.6137566138vw;
  background-image: url(../images/svg/minatomirai.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
@media screen and (max-width: 820px) {
  .prize .card.minatomirai .meister {
    width: 224px;
    height: 80px;
  }
}
.prize .card.minatomirai .sample_img {
  width: 20.5026455026vw;
  height: auto;
}
.prize .card.bronze .meister {
  font-size: 0;
  width: 23.544973545vw;
  height: 6.6137566138vw;
  background-image: url(../images/svg/bronze.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
@media screen and (max-width: 820px) {
  .prize .card.bronze .meister {
    width: 285px;
    height: 80px;
  }
}
.prize .card.bronze .stamp {
  width: 28.4391534392vw;
  height: auto;
}
.prize .card.bronze .sample_img {
  width: 100%;
  height: auto;
}
.prize .card.bronze .or {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.prize .card.bronze .or .or_icon {
  width: 16.7989417989vw;
}
@media screen and (max-width: 820px) {
  .prize .card.bronze .or .or_icon {
    width: 200px;
  }
}
.prize .card.bronze .or .or_img {
  width: 100%;
  aspect-ratio: 47/24;
  border-radius: 0.9920634921vw;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
  .prize .card.bronze .or .or_img {
    border-radius: 15px;
    aspect-ratio: 31/24;
  }
}
.prize .card.bronze span {
  font-size: 1.3888888889vw;
  line-height: 160%;
}
@media screen and (max-width: 820px) {
  .prize .card.bronze span {
    font-size: 16px;
  }
}
.prize .card.silver .meister {
  font-size: 0;
  width: 23.544973545vw;
  height: 6.6137566138vw;
  background-image: url(../images/svg/silver.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
@media screen and (max-width: 820px) {
  .prize .card.silver .meister {
    width: 290px;
    height: 80px;
  }
}
.prize .card.silver .stamp {
  width: 28.4391534392vw;
  height: auto;
}
.prize .card.silver .sample_img {
  width: 100%;
  height: auto;
}
.prize .card.silver .or_img {
  width: 100%;
  aspect-ratio: 47/24;
  border-radius: 0.9920634921vw;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
  .prize .card.silver .or_img {
    border-radius: 15px;
    aspect-ratio: 31/24;
  }
}
.prize .card.silver .or {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.prize .card.silver .or .or_icon {
  width: 16.7989417989vw;
}
@media screen and (max-width: 820px) {
  .prize .card.silver .or .or_icon {
    width: 200px;
  }
}
.prize .card.silver span {
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 820px) {
  .prize .card.silver span {
    font-size: 16px;
  }
}
.prize .card.gold .meister {
  font-size: 0;
  width: 23.544973545vw;
  height: 6.6137566138vw;
  background-image: url(../images/svg/gold.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
@media screen and (max-width: 820px) {
  .prize .card.gold .meister {
    width: 284px;
    height: 80px;
  }
}
.prize .card.gold .stamp {
  width: 28.4391534392vw;
  height: auto;
}
.prize .card.gold .sample_img {
  width: 20.5026455026vw;
  height: auto;
}
.prize .btn {
  margin-top: 0;
  margin-bottom: 5.9523809524vw;
}
@media screen and (max-width: 820px) {
  .prize .btn {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

.illumination {
  background-color: #0A112D;
  min-height: 100svh;
  position: relative;
  height: auto;
  padding-bottom: 3.9682539683vw;
  padding-top: 1.9841269841vw;
}
.illumination .conth {
  background-image: url(../images/svg/illumination.svg);
  background-size: 25.9920634921vw 8.1349206349vw;
  height: 8.1349206349vw;
}
@media screen and (max-width: 820px) {
  .illumination .conth {
    background-size: 393px 123px;
    height: 123px;
  }
}
.illumination .illumislide {
  width: 100%;
  height: auto;
  padding-left: 9.2592592593vw;
  position: relative;
  margin-top: 3.9682539683vw;
  z-index: 5;
}
@media screen and (max-width: 820px) {
  .illumination .illumislide {
    padding-left: 5vw;
    height: auto;
    top: 24svh;
    margin-top: -60px;
  }
}
@media screen and (max-width: 820px) {
  .illumination .illumislide {
    padding-left: 5vw;
    height: auto;
    position: relative;
    top: 0;
    margin-top: 60px;
  }
}
.illumination .illumislide .swiper-wrapper {
  height: auto;
}
.illumination .illumislide .slidecard {
  width: 23.2804232804vw;
  height: auto;
  padding: 1.3227513228vw;
  border-radius: 0.9920634921vw;
  background-color: #1F2D54;
  color: #fff;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  gap: 1.3227513228vw;
}
.illumination .illumislide .slidecard h3 {
  font-size: 1.3227513228vw;
  line-height: 1.4em;
  border-bottom: 1px solid white;
  padding-bottom: 0.6613756614vw;
  width: 100%;
}
.illumination .illumislide .slidecard img {
  border-radius: 0.6613756614vw;
  width: 20.5026455026vw;
  height: 15.873015873vw;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
  .illumination .illumislide .slidecard {
    width: 90vw;
    align-content: center;
    border-radius: 15px;
    padding: 20px;
    gap: 20px;
  }
  .illumination .illumislide .slidecard img {
    width: 78vw;
    aspect-ratio: 31/24;
    object-fit: cover;
    height: auto;
    border-radius: 10px;
  }
}
.illumination .illumislide .textitem {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  gap: 0.9920634921vw;
}
@media screen and (max-width: 820px) {
  .illumination .illumislide .textitem {
    gap: 15px;
  }
}
.illumination .illumislide .textitem dd {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  gap: 0.6613756614vw;
  line-height: 1.8em;
}
@media screen and (max-width: 820px) {
  .illumination .illumislide .textitem dd {
    gap: 10px;
  }
}
.illumination .illumislide .textitem dd dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.6613756614vw;
}
@media screen and (max-width: 820px) {
  .illumination .illumislide .textitem dd dl {
    gap: 10px;
  }
}
.illumination .illumislide .textitem dd dt, .illumination .illumislide .textitem dd dd {
  font-size: 0.7936507937vw;
  line-height: 1.8em;
}
@media screen and (max-width: 820px) {
  .illumination .illumislide .textitem dd dt, .illumination .illumislide .textitem dd dd {
    font-size: 12px;
  }
}
.illumination .illumislide .textitem dd dt {
  flex: 0 0 auto;
}
.illumination .illumislide .textitem dd dd {
  flex: 1;
}
.illumination .illumislide .textitem dd p {
  font-size: 0.7936507937vw;
  line-height: 1.8em;
}
@media screen and (max-width: 820px) {
  .illumination .illumislide .textitem dd p {
    font-size: 12px;
  }
}
.illumination .illumislide .swiperui {
  width: 82.0105820106vw;
  height: 3.9682539683vw;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 1.3227513228vw;
  margin-top: 3.3068783069vw;
}
.illumination .illumislide .swiperui > * {
  margin: 0;
  padding: 0;
  opacity: 1;
}
.illumination .illumislide .swiper-scrollbar {
  width: 70.7671957672vw;
  height: 10px;
  border-radius: 0.6613756614vw;
  position: relative;
  background-color: #D9D9D9 !important;
}
.illumination .illumislide .swiper-scrollbar-drag {
  background-color: #1F2D54;
  border-radius: 0.3306878307vw;
}
.illumination .illumislide .swiper-button-prev, .illumination .illumislide .swiper-button-next {
  width: 3.9682539683vw !important;
  height: 3.9682539683vw !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  border-radius: 1.9841269841vw;
  display: flex !important;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}
.illumination .illumislide .swiper-button-next {
  background-color: #1F2D54;
}
.illumination .illumislide .swiper-button-next:after {
  content: "";
  width: 0.9920634921vw;
  height: 0.9920634921vw;
  background-image: url(../images/svg/arrow2.svg);
  background-size: 0.9920634921vw auto;
  background-repeat: no-repeat;
  background-position: center;
}
.illumination .illumislide .swiper-button-prev {
  background-color: #1F2D54;
}
.illumination .illumislide .swiper-button-prev:after {
  content: "";
  width: 0.9920634921vw;
  height: 0.9920634921vw;
  background-image: url(../images/svg/arrow2.svg);
  background-size: 0.9920634921vw auto;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.illumination .illumislide .swiper-button-disabled {
  background-color: #D9D9D9 !important;
  cursor: default !important;
}
@media screen and (max-width: 820px) {
  .illumination .illumislide .swiperui {
    width: 100vw;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-top: 20px;
    gap: 15px;
    display: none;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  .illumination .illumislide .swiperui {
    display: flex;
  }
}
@media screen and (max-width: 820px) {
  .illumination .illumislide .swiperui > * {
    margin: 0;
    padding: 0;
    opacity: 1;
  }
  .illumination .illumislide .swiperui .swiper-scrollbar {
    width: 55vw;
    height: 10px;
    border-radius: 10px;
    position: relative;
    background-color: #D9D9D9 !important;
  }
  .illumination .illumislide .swiperui .swiper-scrollbar-drag {
    background-color: #1F2D54;
    border-radius: 10px;
  }
  .illumination .illumislide .swiperui .swiper-button-prev, .illumination .illumislide .swiperui .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }
  .illumination .illumislide .swiperui .swiper-button-next {
    background-color: #1F2D54;
  }
  .illumination .illumislide .swiperui .swiper-button-next:after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/svg/arrow2.svg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .illumination .illumislide .swiperui .swiper-button-prev {
    background-color: #1F2D54;
  }
  .illumination .illumislide .swiperui .swiper-button-prev:after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/svg/arrow2.svg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
  }
  .illumination .illumislide .swiperui .swiper-button-disabled {
    background-color: #D9D9D9 !important;
    cursor: default !important;
  }
}
@media screen and (max-width: 820px) {
  .illumination {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .illumination {
    height: auto;
    min-height: 100svh;
    margin-top: -20px;
    padding-bottom: 80px;
  }
}

.attention {
  height: auto;
  min-height: 100svh;
  background-color: rgb(135, 0, 29);
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  flex-direction: column;
  padding-top: 3.9682539683vw;
  position: relative;
  top: 0;
}
@media screen and (max-width: 480px) {
  .attention {
    min-height: 0;
    height: auto;
    margin-top: -20px;
    position: relative;
  }
}
.attention h2 {
  font-size: 2.1164021164vw;
  font-weight: bold;
  color: white;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 820px) {
  .attention h2 {
    font-size: 16px;
    padding-top: 20px;
  }
}
.attention .inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  flex-direction: column;
  gap: 3.3068783069vw;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  z-index: 5;
  height: 100svh;
}
.attention .inner.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: all;
}
@media screen and (max-width: 820px) {
  .attention .inner {
    padding-bottom: 60px;
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .attention .inner {
    height: auto;
    padding-bottom: 0px;
    gap: 20px;
  }
}
.attention .txtareawrap {
  width: 82.0105820106vw;
  height: 33.0687830688vw;
  flex-shrink: 0;
  padding: 1.9841269841vw 1.3227513228vw 1.9841269841vw 3.3068783069vw;
  border-radius: 0.3306878307vw;
  box-sizing: border-box;
  background: #BA1735;
  position: relative;
}
.attention .txtareawrap.short {
  height: 32.0767195767vw;
}
.attention .txtareawrap:after {
  content: "";
  height: 3.9682539683vw;
  width: 95%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #BA1735 50%, transparent 100%);
  z-index: 5;
  border-radius: 0.3306878307vw;
}
@media screen and (max-width: 820px) {
  .attention .txtareawrap:after {
    height: 60px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 820px) {
  .attention .txtareawrap {
    width: 90vw;
    height: 127vw;
    border-radius: 5px;
  }
  .attention .txtareawrap.short {
    height: 127vw;
  }
}
.attention .inwrapper {
  width: 100%;
  height: 100%;
  padding-left: 1.3227513228vw;
  padding-top: 1.3227513228vw;
  scrollbar-gutter: stable; /* 常にバー分の余白を確保 */
  /* SimpleBar のバーを常に表示 */
  /* hover状態でしか表示されないルールを無効化 */
  /* スクロールバー本体を常時可視に */
}
.attention .inwrapper [data-simplebar] {
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE, Edge (旧) */
}
.attention .inwrapper .simplebar-scrollbar::before {
  background: #F24061;
  border-radius: 4px;
  width: 10px;
  left: 0;
  opacity: 1 !important;
}
@media screen and (max-width: 820px) {
  .attention .inwrapper .simplebar-scrollbar::before {
    width: 5px;
  }
}
.attention .inwrapper .simplebar-track.simplebar-vertical {
  width: 10px;
  background: #9A0C26;
  border-radius: 10px;
  right: 0vw;
  height: 29.1005291005vw;
}
@media screen and (max-width: 820px) {
  .attention .inwrapper .simplebar-track.simplebar-vertical {
    width: 5px;
    height: 100%;
  }
}
.attention .inwrapper .simplebar-track {
  opacity: 1 !important;
  visibility: visible !important;
}
.attention .inwrapper .simplebar-track.simplebar-horizontal {
  display: none !important;
}
.attention .inwrapper .simplebar-track.simplebar-vertical,
.attention .inwrapper .simplebar-track.simplebar-horizontal {
  transition: none !important;
}
.attention .inwrapper .simplebar-scrollbar {
  opacity: 1 !important;
  display: block !important;
}
.attention .txarea {
  width: 100%;
  height: 100%;
  font-size: 0.9920634921vw;
  font-weight: normal;
  color: white;
  line-height: 200%;
  font-family: "Inter", sans-serif;
  padding-right: 2.6455026455vw;
  padding-top: 1.3227513228vw;
  padding-bottom: 2.6455026455vw;
}
@media screen and (max-width: 820px) {
  .attention .txarea {
    font-size: 11px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  .attention .txarea {
    font-size: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
.attention .txarea.nolist li {
  list-style: none;
}
.attention .txarea li {
  list-style-type: disc;
}
.attention .txarea li.read {
  list-style: none;
  margin-bottom: 2.6455026455vw;
}
.attention .txarea li.end {
  list-style: none;
  margin-top: 2.6455026455vw;
}
.attention .txarea li.txt_q_a .txt_q {
  font-weight: 600;
  display: flex;
  margin-bottom: 0.6613756614vw;
}
@media screen and (max-width: 820px) {
  .attention .txarea li.txt_q_a .txt_q {
    margin-bottom: 1em;
  }
}
.attention .txarea li.txt_q_a .txt_q:before {
  content: "Q.";
  display: block;
  position: relative;
  width: 2em;
}
.attention .txarea li.txt_q_a .txt_a {
  display: flex;
  padding: 1.3227513228vw;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.6613756614vw;
  margin-bottom: 1.3227513228vw;
}
@media screen and (max-width: 820px) {
  .attention .txarea li.txt_q_a .txt_a {
    padding: 1em;
    margin-bottom: 2em;
  }
}
.attention .txarea li.txt_q_a .txt_a:before {
  content: "A.";
  display: block;
  position: relative;
  width: 2em;
}
.attention .txarea .os {
  display: block;
  margin: 1.9841269841vw 0;
}
.attention small {
  font-weight: bold;
  font-size: 1.0582010582vw;
  color: white;
  margin-top: 10.9126984127vw;
  margin-bottom: 3.3068783069vw;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .attention small {
    font-size: 14px;
    color: #F0D475;
  }
}
.attention .footinfo {
  width: 100%;
  height: 13.5582010582vw;
  display: block;
  background-image: url(../images/svg/footbuilding.svg);
  background-size: 49.8677248677vw 13.5582010582vw;
  background-repeat: no-repeat;
  background-position: left;
  padding-top: 13.5582010582vw;
  box-sizing: border-box;
  position: relative;
}
.attention .footinfo:after {
  content: "";
  width: 100%;
  height: 2.1825396825vw;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
}

.fixmenu {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  height: 60px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.fixmenu li {
  width: auto;
  height: 60px;
  box-sizing: border-box;
  border-left: 1px solid #212A4E;
  flex-grow: 1;
}
.fixmenu li a {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: white;
  background: #0A112D;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  flex-direction: column;
  gap: 5px;
  font-size: 11px;
  transition: 0.2s;
}
.fixmenu li a:hover {
  background: #B19552;
}
.fixmenu li a img {
  width: auto;
  height: 25px;
}
@media screen and (max-width: 820px) {
  .fixmenu {
    display: flex;
  }
}

.stars {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.5;
}

.charms {
  position: absolute;
  top: 0;
  height: 10.0317460317vw;
  width: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 820px) {
  .charms {
    height: 95px;
  }
}
.charms.lp {
  left: 3.9682539683vw;
}
.charms.rp {
  right: 3.9682539683vw;
}
.charms li:nth-of-type(1) {
  opacity: 0;
  transform: translateY(-100%);
  animation: none;
}
.charms li:nth-of-type(1).animate {
  animation: dropAndBounce 0.6s ease-out forwards;
}
.charms li:nth-of-type(1) img {
  width: 1.6164021164vw;
  height: 5.0925925926vw;
}
@media screen and (max-width: 820px) {
  .charms li:nth-of-type(1) img {
    width: 15.31px;
    height: 48px;
  }
}
.charms li:nth-of-type(2) {
  opacity: 0;
  transform: translateY(-100%);
  animation: none;
}
.charms li:nth-of-type(2).animate {
  animation: dropAndBounce 1.2s ease-out forwards;
}
.charms li:nth-of-type(2) img {
  width: 3.1243386243vw;
  height: 10.0317460317vw;
}
@media screen and (max-width: 820px) {
  .charms li:nth-of-type(2) img {
    width: 29.74px;
    height: 95px;
  }
}
.charms li:nth-of-type(3) {
  opacity: 0;
  transform: translateY(-100%);
  animation: none;
}
.charms li:nth-of-type(3).animate {
  animation: dropAndBounce 1.2s ease-out forwards;
}
.charms li:nth-of-type(3) img {
  width: 2.3697089947vw;
  height: 6.4814814815vw;
}
@media screen and (max-width: 820px) {
  .charms li:nth-of-type(3) img {
    width: 22.84px;
    height: 65.55px;
  }
}

@keyframes dropAndBounce {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(-4px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.btnwrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  margin-top: 3.9682539683vw;
}
.btnwrap::before {
  content: "";
  width: 22.4206349206vw;
  height: 20.1058201058vw;
  display: block;
  background-image: url(../images/svg/perup.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
@media screen and (max-width: 820px) {
  .btnwrap::before {
    width: 300px;
    height: 260px;
  }
}
.btnwrap .btn {
  margin-top: 0;
  margin-bottom: 3.9682539683vw;
}

.btn {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 1.3227513228vw;
  display: inline-block;
  width: 21.8253968254vw;
  height: 3.9682539683vw;
  border-radius: 1.9841269841vw;
  line-height: 3.9682539683vw;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #B19552;
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 4.6296296296vw;
  text-decoration: none;
  transition: all 1000ms cubic-bezier(0.74, 0.015, 0.15, 1);
  transition-timing-function: cubic-bezier(0.74, 0.015, 0.15, 1);
  transform: translateY(20px);
  opacity: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  z-index: 5;
}
.btn.active {
  opacity: 1;
  transform: translateY(0px);
}
@media print {
  .btn {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 820px) {
  .btn {
    font-size: 20px;
    width: 310px;
    height: 60px;
    border-radius: 30px;
    flex-shrink: 0;
  }
}
.btn:hover {
  transition: box-shadow 0.3s ease;
  box-shadow: 0 0px 12px rgb(245, 240, 227);
}
.btn .shine {
  position: absolute;
  background-image: url("../images/svg/shine.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  animation: twinkle 2s ease-in-out infinite;
}
.btn .shine.star-1 {
  width: 3.2407407407vw;
  height: 3.2407407407vw;
  top: -1.6534391534vw;
  left: -0.0447916005vw;
  animation-delay: 0s;
}
@media screen and (max-width: 820px) {
  .btn .shine.star-1 {
    width: 45.3187828064px;
    height: 45.5577201843px;
    top: -20px;
    left: -8px;
  }
}
.btn .shine.star-2 {
  width: 1.2566137566vw;
  height: 1.2566137566vw;
  top: 1.2202380952vw;
  left: 1.6534391534vw;
  animation-delay: 0.5s;
}
@media screen and (max-width: 820px) {
  .btn .shine.star-2 {
    width: 18.4558372498px;
    height: 18.5531425476px;
    top: 15.45px;
    left: 20.54px;
  }
}
.btn .shine.star-3 {
  width: 3.2407407407vw;
  height: 3.2407407407vw;
  bottom: -0.9920634921vw;
  right: -0.6613756614vw;
  animation-delay: 0.2s;
}
@media screen and (max-width: 820px) {
  .btn .shine.star-3 {
    width: 49px;
    height: 59px;
    bottom: -20px;
    right: -10px;
  }
}
.btn .shine.star-4 {
  width: 1.2566137566vw;
  height: 1.2566137566vw;
  bottom: -1.6534391534vw;
  right: -0.9920634921vw;
  animation-delay: 0.8s;
}
@media screen and (max-width: 820px) {
  .btn .shine.star-4 {
    width: 18.4558372498px;
    height: 18.5531425476px;
    bottom: -20px;
    right: -10px;
  }
}

.footlink {
  margin-top: 3.9682539683vw;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 5.291005291vw;
  transition: all 1000ms cubic-bezier(0.74, 0.015, 0.15, 1);
  transition-timing-function: cubic-bezier(0.74, 0.015, 0.15, 1);
  transform: translateY(20px);
  opacity: 0;
}
.footlink.active {
  opacity: 1;
  transform: translateY(0px);
}
@media print {
  .footlink {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 820px) {
  .footlink {
    gap: 60px;
    margin-top: 30px;
  }
}
.footlink a {
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: bold;
  font-size: 1.0582010582vw;
  color: white;
  transition: 0.2s;
}
.footlink a:hover {
  color: #B19552;
}
@media screen and (max-width: 820px) {
  .footlink a {
    font-size: 20px;
  }
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.2;
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
    transform: scale(1.4);
  }
}
.bgTicker {
  position: absolute;
  position: relative;
  left: 0;
  transform-origin: center;
  width: 150vw;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  pointer-events: none;
  overflow: visible;
  --ticker-duration:60s;
}
.bgTicker:has(.is-reverse) {
  justify-content: flex-start;
}
.bgTicker .track {
  display: flex;
  width: 200%;
  will-change: transform;
  animation: ticker-x var(--ticker-duration) linear infinite;
  animation-fill-mode: none;
}
.bgTicker .track.is-reverse {
  animation-direction: reverse;
  justify-content: flex-end;
}
.bgTicker ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bgTicker li {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@keyframes ticker-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
* {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

a {
  -webkit-tap-highlight-color: rgba(29, 17, 17, 0);
  text-decoration: none;
}

body,
html {
  position: relative;
  caret-color: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  font-family: "Noto Sans JP", sans-serif;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  display: none;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  display: none;
}

body {
  max-width: 100vw;
  padding: 0;
  position: relative;
  height: 100vh;
  font-family: "lineseedRg";
}
body.under {
  height: auto;
  overflow-x: hidden;
  background-color: white;
}
body.menuopen {
  overflow: hidden;
}

body.toppage {
  max-width: 100vw;
  height: auto;
  overflow-x: hidden;
  -webkit-overflow-w: hidden;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.pcnon {
  display: none;
}
@media screen and (max-width: 1360px) {
  .pcnon {
    display: inline;
  }
}

.spnon {
  display: inline;
}
@media screen and (max-width: 1360px) {
  .spnon {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */