@charset "UTF-8";
/* ------------------------------------------------------------- */
/* layout / parts                                                */
/* ------------------------------------------------------------- */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

html {
  overflow-x: hidden;
}

body {
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(253, 146, 30) 5%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 85%, rgb(253, 146, 30) 95%, rgb(255, 255, 255) 100%);
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
  line-height: 1.2;
  outline: none;
  overflow-x: hidden;
}
@media (max-width: 599px) {
  body {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(253, 146, 30) 2%, rgb(0, 0, 0) 6%, rgb(0, 0, 0) 94%, rgb(253, 146, 30) 98%, rgb(255, 255, 255) 100%);
  }
}

html.lock {
  overflow-y: hidden;
}

input,
textarea {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
}

.inner {
  margin: 0 auto;
}

.padding-100 {
  padding: 100px 0;
}

.m-center {
  display: block;
  margin: 0 auto;
}

.m-left-auto {
  margin-left: auto;
}

.m-right-auto {
  margin-right: auto;
}

.reverse {
  flex-direction: row-reverse;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.black {
  font-weight: 900;
}

.white {
  color: #fff;
}

.red {
  color: #ff0014;
}

.yellow {
  color: #e0b755;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.u-border {
  border-bottom: solid 1px #e0b755;
  padding-bottom: 1px;
}

/*-----------------画像--------------------*/
img.fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

img.fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}

figure img {
  width: 100%;
}

img {
  vertical-align: top;
}

/*-----------------flex--------------------*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.right {
  justify-content: flex-end;
}

.flex.center {
  justify-content: center;
}

.flex.left {
  justify-content: flex-start;
}

.flex.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.flex.al-center {
  align-items: center;
}

.flex.al-top {
  align-items: flex-start;
}

.flex.al-bottom {
  align-items: flex-end;
}

.v-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*-----------------Link--------------------*/
a {
  text-decoration: none;
  transition: all 0.3s ease;
}

a {
  color: inherit;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

/*----------------text---------------------*/
.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

@media (min-width: 1201px) {
  .inner {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media (max-width: 599px) {
  body {
    min-width: auto;
    font-size: 4.5vw;
  }
  .inner {
    width: 90%;
  }
  a:hover {
    opacity: 1;
  }
  .reverse {
    flex-wrap: wrap;
  }
}
/*----------------------------------------*/
/*----------------------------------------*/
/*----------------------------------------*/
.ttl {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 3rem;
  color: #f1b751;
}
@media (max-width: 599px) {
  .ttl {
    font-size: 6vw;
    margin-bottom: 1.5rem;
  }
}

.btn {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  padding: 20px 80px;
  color: rgb(42, 42, 42);
  font-size: 19px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 1px 0px rgba(255, 255, 255, 0.5) inset, -1px -2px 1px 0px rgba(0, 0, 0, 0.6) inset;
}
@media (max-width: 599px) {
  .btn {
    display: block;
    font-size: 16px;
    width: 90%;
    padding: 25px 0;
    margin: 0 auto;
  }
}
.btn.black {
  color: #ffe08c;
  background-color: rgb(42, 42, 42);
  border: solid 3px #e0b755;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  padding: 30px 80px;
}
@media (max-width: 599px) {
  .btn.black {
    display: block;
    font-size: 16px;
    width: 90%;
    padding: 25px 0;
    margin: 0 auto;
  }
}
.btn.black::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #e0b755;
  top: 50%;
  right: 4%;
  transform: translate(-50%, -50%);
}
.btn.gold {
  background: rgb(231, 194, 123);
  background: linear-gradient(45deg, rgb(231, 194, 123) 0%, rgb(255, 220, 154) 50%, rgb(231, 194, 123) 100%);
}
.btn.silver {
  background: rgb(0, 75, 138);
  background: linear-gradient(45deg, rgb(227, 234, 238) 0%, rgb(234, 237, 242) 50%, rgb(227, 234, 238) 100%);
}
.btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #2a2a2a;
  top: 50%;
  right: 4%;
  transform: translate(-80%, -50%);
  transition: transform 0.3s ease-in-out;
}
.btn:hover {
  opacity: 1;
  filter: brightness(70%);
}
.btn:hover::after {
  transform: translate(-30%, -50%);
}

/* ------------------------------------------------------------- */
/* MV                                                            */
/* ------------------------------------------------------------- */
.mv {
  position: relative;
  width: 1200px;
  max-width: 100%;
  aspect-ratio: 1200/675;
  margin: 0 auto;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  background: url(../img/mv_bg.png) no-repeat center/contain, black;
}
.mv .container::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 10px 15px #FFF;
}
@media (max-width: 599px) {
  .mv {
    background: url(../img/mv_bg_sp.png) no-repeat center/cover;
    aspect-ratio: 1/1;
    width: 100%;
  }
}
.mv__ttl {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  margin-bottom: 5px;
  text-shadow: 0 0 7px rgba(0, 0, 8, 0.7);
}
@media (max-width: 768px) {
  .mv__ttl {
    font-size: 8vw;
  }
}
.mv__ttl rt {
  font-size: 24px;
}
@media (max-width: 768px) {
  .mv__ttl rt {
    font-size: 0.5em;
  }
}
.mv__sub-ttl {
  color: #f1b751;
  font-size: 35px;
  text-shadow: 0 0 8px rgba(0, 0, 8, 0.7);
}
@media (max-width: 768px) {
  .mv__sub-ttl {
    font-size: 4vw;
  }
}
.mv__catch-wrap {
  position: relative;
  width: 455px;
  text-align: center;
  margin: 33px auto 90px;
  padding: 25px 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  -o-border-image: linear-gradient(90deg, rgba(255, 220, 154, 0) 0%, rgb(229, 174, 68) 20%, rgb(255, 220, 154) 49%, rgb(229, 174, 68) 80%, rgba(229, 174, 68, 0) 100%);
     border-image: linear-gradient(90deg, rgba(255, 220, 154, 0) 0%, rgb(229, 174, 68) 20%, rgb(255, 220, 154) 49%, rgb(229, 174, 68) 80%, rgba(229, 174, 68, 0) 100%);
  border-image-slice: 1;
}
@media (max-width: 768px) {
  .mv__catch-wrap {
    width: 100%;
    padding: 15px 0;
    margin: 15px auto 40px;
    -o-border-image: linear-gradient(90deg, rgba(255, 220, 154, 0) 0%, rgb(229, 174, 68) 20%, rgb(255, 220, 154) 49%, rgb(229, 174, 68) 80%, rgba(229, 174, 68, 0) 100%);
       border-image: linear-gradient(90deg, rgba(255, 220, 154, 0) 0%, rgb(229, 174, 68) 20%, rgb(255, 220, 154) 49%, rgb(229, 174, 68) 80%, rgba(229, 174, 68, 0) 100%);
  }
}
.mv__catch-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(255, 220, 154);
  background: radial-gradient(circle, rgb(255, 220, 154) 0%, rgb(229, 174, 68) 60%, rgba(229, 174, 68, 0) 100%);
  top: 0;
  left: 0;
}
.mv__catch-txt-wrap {
  position: relative;
  z-index: 10;
}
.mv__catch {
  font-size: 28px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .mv__catch {
    font-size: 5vw;
  }
}
.mv__sub-catch {
  font-size: 16px;
}
@media (max-width: 768px) {
  .mv__sub-catch {
    font-size: 3.5vw;
  }
}

/* ------------------------------------------------------------- */
/* msg-movie                                                     */
/* ------------------------------------------------------------- */
.msg-movie {
  padding: 80px 0;
}
@media (max-width: 599px) {
  .msg-movie {
    padding: 30px 0;
  }
}
.msg-movie__flex {
  gap: 20px;
}
.msg-movie__movie-wrap {
  position: relative;
  width: 45%;
  margin: 0px auto 0px;
  aspect-ratio: 16/9;
  text-align: center;
  z-index: 10;
}
.msg-movie__movie-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(241, 183, 81, 0.5);
  filter: blur(20px);
  z-index: -1;
}
@media (max-width: 1024px) {
  .msg-movie__movie-wrap {
    width: 90%;
  }
}
.msg-movie__movie-wrap iframe {
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------- */
/* countdownArea                                                 */
/* ------------------------------------------------------------- */
.countdownArea {
  padding: 50px 0;
}
@media (max-width: 649px) {
  .countdownArea {
    padding: 20px 0;
  }
}
.countdownArea .countdownArea-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 38px;
  border-top: solid 3px #e0b755;
  border-bottom: solid 3px #e0b755;
}
@media (max-width: 649px) {
  .countdownArea .countdownArea-wrap {
    width: 100%;
    padding: 7vw 0 9vw;
  }
}
.countdownArea .countdownArea-wrap p {
  font-size: 20px;
  margin-bottom: 0px;
}
@media (max-width: 649px) {
  .countdownArea .countdownArea-wrap p {
    font-size: 5vw;
    margin-bottom: 2px;
  }
}
.countdownArea .countdown {
  text-align: center;
  font-size: 75px;
  background: linear-gradient(0deg, #ffc83c 7%, #9b7105 38%, #ffffff 39%, #ffd876 70%);
  background: -webkit-linear-gradient(90deg, #ffc83c 7%, #9b7105 38%, #ffffff 39%, #ffd876 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: middle;
  text-shadow: 0px 0px 7px #ffe59e;
}
@media (max-width: 649px) {
  .countdownArea .countdown {
    font-size: 10vw;
  }
}
.countdownArea .countdown-el {
  position: relative;
  display: inline-block;
  width: 14.2857142857%;
  margin: 0 12px;
  font-size: 120px;
  background: linear-gradient(0deg, #ffc83c 7%, #9b7105 38%, #ffffff 39%, #ffd876 70%);
  background: -webkit-linear-gradient(90deg, #ffc83c 7%, #9b7105 38%, #ffffff 39%, #ffd876 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: -11%;
}
@media (max-width: 649px) {
  .countdownArea .countdown-el {
    width: 14vw;
    font-size: 10vw;
    margin: 0 5px;
  }
}
.countdownArea .countdown-el::after {
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 649px) {
  .countdownArea .countdown-el::after {
    font-size: 3vw;
  }
}
.countdownArea .countdown-el.day::after {
  content: "DAYS";
}
.countdownArea .countdown-el.hour::after {
  content: "HOURS";
}
.countdownArea .countdown-el.min::after {
  content: "MINUTES";
}
.countdownArea .countdown-el.sec::after {
  content: "SECONDS";
}

/* ------------------------------------------------------------- */
/* voice                                                         */
/* ------------------------------------------------------------- */
.voice {
  padding: 50px 0;
}
@media (max-width: 599px) {
  .voice {
    padding: 30px 0;
  }
}
.voice .inner {
  width: min(850px, 90%);
}
.voice__ctr {
  position: relative;
  width: min(800px, 100%);
  padding: 20px 30px;
  color: #fff;
  border: #e0b755 solid 1px;
  border-radius: 10px;
  line-height: 1.7;
  background-color: #000;
}
@media (max-width: 599px) {
  .voice__ctr {
    font-size: 3.3vw;
  }
}
.voice__ctr:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .voice__ctr:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.voice__ctr img {
  position: absolute;
  top: -10%;
}
@media (max-width: 599px) {
  .voice__ctr img {
    width: 11vw;
    top: -5%;
  }
}
.voice__ctr.right {
  margin-left: auto;
  padding: 20px 30px 20px 60px;
}
@media (max-width: 599px) {
  .voice__ctr.right {
    padding: 20px 6vw 20px 14vw;
  }
}
.voice__ctr.right img {
  left: 0;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .voice__ctr.right img {
    transform: translateX(0%);
  }
}
.voice__ctr.left {
  margin-right: auto;
  padding: 20px 60px 20px 30px;
}
@media (max-width: 599px) {
  .voice__ctr.left {
    padding: 20px 14vw 20px 6vw;
  }
}
.voice__ctr.left img {
  right: 0;
  transform: translateX(50%);
}
@media (max-width: 599px) {
  .voice__ctr.left img {
    transform: translateX(0%);
  }
}

/* ------------------------------------------------------------- */
/* CTA                                                           */
/* ------------------------------------------------------------- */
.cta {
  padding: 50px 0 100px;
}
@media (max-width: 599px) {
  .cta {
    padding: 17px 0 50px;
  }
}
.cta .frame {
  position: relative;
  margin: 0 auto;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 599px) {
  .cta .frame {
    padding: 30px;
  }
}
.cta .frame::before {
  position: absolute;
  inset: 0;
  content: "";
  z-index: -1;
  background: radial-gradient(circle at top left, transparent 20px, #e0b755 20px, #e0b755 23px, transparent 23px) left top/23px 23px no-repeat, radial-gradient(circle at top right, transparent 20px, #e0b755 20px, #e0b755 23px, transparent 23px) right top/23px 23px no-repeat, radial-gradient(circle at bottom left, transparent 20px, #e0b755 20px, #e0b755 23px, transparent 23px) left bottom/23px 23px no-repeat, radial-gradient(circle at bottom right, transparent 20px, #e0b755 20px, #e0b755 23px, transparent 23px) right bottom/23px 23px no-repeat, linear-gradient(90deg, transparent 20px, #e0b755 23px) left top/51% 3px no-repeat, linear-gradient(-90deg, transparent 20px, #e0b755 23px) right top/51% 3px no-repeat, linear-gradient(90deg, transparent 20px, #e0b755 23px) left bottom/51% 3px no-repeat, linear-gradient(-90deg, transparent 20px, #e0b755 23px) right bottom/51% 3px no-repeat, linear-gradient(180deg, transparent 20px, #e0b755 23px) left top/3px 51% no-repeat, linear-gradient(0deg, transparent 20px, #e0b755 23px) left bottom/3px 51% no-repeat, linear-gradient(180deg, transparent 20px, #e0b755 23px) right top/3px 51% no-repeat, linear-gradient(0deg, transparent 20px, #e0b755 23px) right bottom/3px 51% no-repeat;
}
.cta .frame::after {
  position: absolute;
  inset: 10px;
  content: "";
  box-shadow: 0 0 0 1px #e0b755;
  z-index: -1;
}
.cta__deco.up {
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .cta__deco.up {
    margin-bottom: 40px;
  }
}
.cta__deco.btm {
  margin-top: 50px;
  transform: rotate(180deg);
}
@media (max-width: 599px) {
  .cta__deco.btm {
    margin-top: 40px;
  }
}
.cta__ttl {
  color: #e0b755;
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .cta__ttl {
    font-size: 4vw;
  }
}
.cta__ippan {
  line-height: 1.7;
  margin-top: 30px;
  font-size: 27px;
}
@media (max-width: 599px) {
  .cta__ippan {
    font-size: 4vw;
    line-height: 1.3;
  }
}
.cta__ippan-flex {
  gap: 10px;
  margin-top: 3px;
}
.cta__ippan-flex *:nth-child(2) {
  font-size: 22px;
  margin: 23px 0;
  line-height: 1.4;
  animation: blinking 1.1s ease-in-out 1s infinite alternate;
}
@media (max-width: 599px) {
  .cta__ippan-flex *:nth-child(2) {
    font-size: 4vw;
    line-height: 1.3;
  }
}
@keyframes blinking {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cta__ippan-flex *:nth-child(2) span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (max-width: 599px) {
  .cta__ippan-flex *:nth-child(2) span {
    font-size: 3vw;
  }
}
.cta__ippan-flex *:nth-child(4) {
  font-size: 18px;
}
@media (max-width: 599px) {
  .cta__ippan-flex *:nth-child(4) {
    font-size: 3vw;
  }
}
.cta__btn-flex {
  position: relative;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 599px) {
  .cta__btn-flex {
    margin-top: 20px;
    gap: 20px;
  }
}
.cta__btn-wrap {
  width: calc(33% - 10px);
}
@media (max-width: 1200px) {
  .cta__btn-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .cta__btn-wrap {
    width: 100%;
  }
}
.cta__txt {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
  .cta__txt {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .cta__txt {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .cta__txt {
    font-size: 3vw;
  }
}
.cta__txt.btm {
  margin-top: 8px;
}
.cta .btn {
  width: 100%;
  padding: 30px 0;
}
@media (max-width: 599px) {
  .cta .btn {
    padding: 26px 0;
    width: 100%;
  }
}
.cta a[disabled] {
  position: relative;
  pointer-events: none;
}
.cta a[disabled]::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.cta a[disabled] .comingSoonTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  opacity: 1;
}
.cta .soldout {
  line-height: 1.3;
  margin-top: 60px;
}
@media (max-width: 599px) {
  .cta .soldout {
    margin-top: 40px;
    line-height: 1.6;
  }
}
.cta .soldout span:first-child {
  background: #e0b755;
  color: #000;
  font-weight: 600;
  padding: 3px 13px;
  font-size: 28px;
}
@media (max-width: 599px) {
  .cta .soldout span:first-child {
    font-size: 5vw;
  }
}
.cta .soldout span:last-child {
  font-size: 16px;
}
@media (max-width: 599px) {
  .cta .soldout span:last-child {
    font-size: 3.5vw;
  }
}

/* ------------------------------------------------------------- */
/* jump-btn                                                      */
/* ------------------------------------------------------------- */
.jump {
  position: fixed;
  display: flex;
  writing-mode: vertical-lr;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  width: 65px;
  height: auto;
  padding: 15px;
  border-radius: 10px 0 0 10px;
  background: rgb(231, 194, 123);
  background: linear-gradient(45deg, rgb(231, 194, 123) 0%, rgb(255, 220, 154) 50%, rgb(231, 194, 123) 100%);
  right: 0%;
  bottom: 60px;
  z-index: 30;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 599px) {
  .jump {
    font-size: 11px;
    width: 50px;
    bottom: 27px;
  }
}
.jump p {
  margin: 0 auto;
}

/* ------------------------------------------------------------- */
/* footer                                                        */
/* ------------------------------------------------------------- */
.footer {
  color: #fff;
  background-color: #0d0d0d;
  padding: 20px 0;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 599px) {
  .footer {
    font-size: 2.5vw;
  }
}

/* ------------------------------------------------------------- */
/* animation                                                     */
/* ------------------------------------------------------------- */
.fadeIn {
  will-change: animation;
  perspective: 1000px;
  backface-visibility: hidden;
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  will-change: animation;
  perspective: 1000px;
  backface-visibility: hidden;
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */