@charset "UTF-8";
@keyframes is-open-pc {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    opacity: 1;
  }
}
/* Base Style
===============================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1535px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 1326px) {
  html {
    font-size: 44%;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

img {
  height: auto;
}

a:hover {
  cursor: pointer;
}

/* Visible Style
===============================*/
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 1110px) {
  .tb {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
}

.sp-600 {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-600 {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .pc-600 {
    display: none;
  }
}

.sp-360 {
  display: none;
}
@media screen and (max-width: 365px) {
  .sp-360 {
    display: block;
  }
}

#footer-link-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #footer-link-sp {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  #footer-link-pc {
    display: none;
  }
}

.nav-sp {
  display: none;
}
@media screen and (max-width: 1110px) {
  .nav-sp {
    display: block;
  }
}

@media screen and (max-width: 1110px) {
  .nav-pc {
    display: none;
  }
}

/* Media Query
===============================*/
/* Margin Calc Set
===============================*/
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-feature-settings: "palt";
}

/*  共通：色設定
===============================*/
body {
  color: #221714;
}

.orange {
  color: #f08437;
}

.white {
  color: #FFFFFF;
}

/*  タイトル周辺 設定
===============================*/
.mv-copy {
  font-size: 15px;
  line-height: 2.2;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.t-center {
  text-align: center;
}

.fsz-12 {
  font-size: 12px;
  font-weight: 500;
}

.fsz-14 {
  font-size: 14px;
  font-weight: 500;
}

.fsz-15 {
  font-size: 15px;
  font-weight: 500;
}

.fsz-16 {
  font-size: 16px;
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.lh-14 {
  line-height: 1.4;
}

/*  個別設定
===============================*/
/* Media Query
===============================*/
/* Margin Calc Set
===============================*/
/* ARROW SETTINGS
===============================*/
.arrow {
  width: 6%;
  transition: 0.5s;
}
.arrow:hover {
  cursor: pointer;
}

.arrowA {
  top: 40%;
  right: 0%;
}

.arrowB {
  top: 40%;
  right: 0%;
}

.arrowC {
  top: 40%;
  right: 0%;
}

.arrowD {
  top: 40%;
  right: 0%;
}

.arrowE {
  top: 40%;
  right: 0%;
}

.arrowF {
  top: 40%;
  right: 0%;
}

.arrow-active {
  transform-origin: center;
  transform: rotate(180deg);
}

/* 定番 TRANSITION-Y
================================*/
.trans-y {
  opacity: 0;
  transform: translateY(4%);
}

.trans-y-active {
  opacity: 1;
  transform: translateY(0%);
  transition: 0.75s ease-in-out;
}

.pon {
  opacity: 0;
  transform: scale(0.8);
}

.pon-active {
  animation: pon 0.5s ease-in-out forwards;
}

@keyframes pon {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* オープニング アニメーション
================================*/
.op-x {
  opacity: 0;
  animation: op-x 1s ease-in-out forwards;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
}
.op-x:nth-child(2) {
  animation-delay: 0.03s;
}
.op-x:nth-child(3) {
  animation-delay: 0.06s;
}
.op-x:nth-child(4) {
  animation-delay: 0.09s;
}
.op-x:nth-child(5) {
  animation-delay: 0.12s;
}
.op-x:nth-child(6) {
  animation-delay: 0.15s;
}
.op-x:nth-child(7) {
  animation-delay: 0.18s;
}
.op-x:nth-child(8) {
  animation-delay: 0.21s;
}
.op-x:nth-child(9) {
  animation-delay: 0.24s;
}
.op-x:nth-child(10) {
  animation-delay: 0.27s;
}
.op-x:nth-child(11) {
  animation-delay: 0.3s;
}
.op-x:nth-child(12) {
  animation-delay: 0.33s;
}
.op-x:nth-child(13) {
  animation-delay: 0.36s;
}
.op-x:nth-child(14) {
  animation-delay: 0.39s;
}
.op-x:nth-child(15) {
  animation-delay: 0.42s;
}
.op-x:nth-child(16) {
  animation-delay: 0.45s;
}
.op-x:nth-child(17) {
  animation-delay: 0.48s;
}
.op-x:nth-child(18) {
  animation-delay: 0.51s;
}

@keyframes op-x {
  0% {
    transform: translate3d(8%, 0, 0); /* 3Dで統一 */
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0); /* 3Dで統一 */
    filter: blur(0px); /* 0 → 0px にしておくとより安全 */
    opacity: 1;
  }
}
.op-date {
  opacity: 0;
  animation: op-y 1s ease-in-out forwards 0.75s;
}

.op-y {
  opacity: 0;
  animation: op-y 1s ease-in-out forwards 1.25s;
}

@keyframes op-y {
  0% {
    transform: translateY(1%);
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    filter: blur(0);
    opacity: 1;
  }
}
/* ゆらゆら
================================*/
.yurayura {
  animation: yurayura 3s ease-in-out infinite;
}

@keyframes yurayura {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(0);
  }
}
/* Media Query
===============================*/
/* Margin Calc Set
===============================*/
/* LP Common Style
===============================*/
img {
  width: 100%;
  height: auto;
}

.abs {
  position: absolute;
}

.abs-def {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.rel {
  position: relative;
}

.sticky {
  position: sticky;
}

.mt-1 {
  margin-top: -1px;
}

.opacity {
  opacity: 0;
}

.zeroA {
  margin: 0 auto;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* Delay Set
===============================*/
.delay-005 {
  transition-delay: 0.05s;
  animation-delay: 0.05s;
}

.delay-01 {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-015 {
  transition-delay: 0.15s;
  animation-delay: 0.15s;
}

.delay-02 {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-025 {
  transition-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-03 {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-035 {
  transition-delay: 0.35s;
  animation-delay: 0.35s;
}

.delay-04 {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-045 {
  transition-delay: 0.45s;
  animation-delay: 0.45s;
}

.delay-05 {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-055 {
  transition-delay: 0.55s;
  animation-delay: 0.55s;
}

.delay-06 {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-07 {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-08 {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-10 {
  transition-delay: 1s;
  animation-delay: 1s;
}

/* ボディ背景色 設定
===============================*/
body {
  background-color: #f4e4c8;
  font-feature-settings: "palt";
}

.wrapA {
  background-color: #FFFFFF;
  padding-top: 105px;
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-radius: 0 0 20px 20px;
}

.wrapB {
  background-color: #FFFFFF;
  padding-top: 42px;
  border-radius: 20px 20px 0 0;
}

/* HEADER 設定
===============================*/
.header-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header-fixed .header-fixed-wrap {
  width: 375px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 20px;
}
@media screen and (max-width: 400px) {
  .header-fixed {
    width: 100%;
    left: 0;
  }
}
.header-fixed .header-main {
  display: block;
  width: 33.5%;
  padding-left: 7.8%;
}
.header-fixed .g-nav {
  width: 26px;
  top: 28px;
  right: 8%;
}
.header-fixed .g-nav .g-nav-btn {
  transition: 0.2s;
}
.header-fixed .g-nav .g-nav-btn:hover {
  cursor: pointer;
}
.header-fixed .g-nav .g-nav-btn-active {
  transform: rotate(90deg);
}

.nav-over-flow {
  position: fixed;
  top: 68px;
  right: calc((100vw - 375px) / 2);
  width: 294px;
  z-index: 2000;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 400px) {
  .nav-over-flow {
    width: 78%;
    left: auto;
    right: 0;
  }
}
.nav-over-flow .nav-wrap {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f08437;
}

.nav-wrap-active {
  opacity: 1;
  pointer-events: auto;
}

/* CENTER 設定
===============================*/
.center {
  width: 375px;
  z-index: 5;
}
@media screen and (max-width: 400px) {
  .center {
    width: 100%;
  }
}

/* カラム 設定
===============================*/
.column-325 {
  width: 87.2%;
  margin: 0 auto;
}

/* FIXED 設定
===============================*/
.fixed {
  position: fixed;
  width: 24%;
  top: 32%;
  left: 9%;
}
@media screen and (max-width: 950px) {
  .fixed {
    display: none;
  }
}
.fixed .left-illust {
  width: 45%;
  right: 0;
  bottom: 0;
}

.top-arrow {
  position: fixed;
  width: 43px;
  bottom: 10px;
  right: calc((100vw - 375px) / 2 + 22px);
  z-index: 20;
}

/* 共通 設定
===============================*/
.dl-container {
  display: flex;
}

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

/* メイン 設定
===============================*/
.main-logo {
  width: 51.2%;
  margin-left: 7%;
}

.main-illust {
  width: 37.2%;
  top: 38%;
  right: 11%;
}

/* イベントA 設定
===============================*/
.sec-eventA {
  width: 87.2%;
  padding-top: 45px;
  border-top: #231815 solid 1px;
}
.sec-eventA .eventA-p {
  margin-bottom: 30px;
}
.sec-eventA .eventA-p-02 {
  margin-bottom: 15px;
}

/* フッター 設定
===============================*/
.footer {
  width: 87.2%;
  padding-bottom: 80px;
}
.footer .footer-shop {
  padding-top: 30px;
  padding-bottom: 0px;
  border-bottom: #231815 solid 1px;
}
.footer .footer-shop .shop-container {
  display: flex;
}
.footer .faq-container {
  display: flex;
  justify-content: space-between;
  width: 72%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .faq-container .faq-anker-01 {
  display: block;
  width: 76%;
  padding-right: 5%;
  margin-right: 5%;
  border-right: #231815 1px solid;
}/*# sourceMappingURL=style.css.map */