@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-theme-light: #ffeae7;
  --color-theme-medium: #e8c1c6;
  --color-theme-dark: #c587a2;
  --color-black: #000;
  --color-white: #fff;
  --color-pink-light: #ffeae7;
  --color-pink-medium: #e8c1c6;
  --color-pink-dark: #c587a2;
  --color-blue-light: #d8eff5;
  --color-blue-medium: #abd6df;
  --color-blue-dark: #85b7d0;
  --color-yellow-light: #fffcd1;
  --color-red-medium: #f6e7e0;
  --color-red-dark: #880407;
  --color-red: #e4345b;
  --font-jp: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-eng: YakuHanJP, "Abril Fatface", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
}

html {
  font-size: min(0.7142857143vw, 12px);
}
@media (max-width: 750px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  fill: var(--color-theme-dark);
  transition: fill 0.6s var(--ease-out-cubic);
}

use {
  display: block;
  width: 100%;
  height: 100%;
}

.is-sp {
  display: none;
}
@media (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

.l-wrapper {
  overflow: hidden;
  background: var(--color-theme-light);
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  transition: background-color 0.6s var(--ease-out-cubic);
}

.l-content__wrapper {
  margin-top: 7rem;
}
@media (max-width: 750px) {
  .l-content__wrapper {
    margin-top: 4.1rem;
  }
}
.l-content__inner {
  margin-top: 13.3rem;
}
@media (max-width: 750px) {
  .l-content__inner {
    margin-top: 8.9rem;
  }
}

.l-section--movie {
  margin-top: 13.5rem;
}
@media (max-width: 750px) {
  .l-section--movie {
    margin-top: 9.4rem;
  }
}
.l-section--others {
  margin-top: 18.1rem;
}
@media (max-width: 750px) {
  .l-section--others {
    margin-top: 10.1rem;
  }
}
.l-section--shop {
  margin-top: 20.6rem;
}
@media (max-width: 750px) {
  .l-section--shop {
    margin-top: 12.4rem;
  }
}
.l-section--event {
  margin-top: 15.6rem;
}
@media (max-width: 750px) {
  .l-section--event {
    margin-top: 10.7rem;
  }
}
.l-section--campaign {
  margin-top: 14.6rem;
}
@media (max-width: 750px) {
  .l-section--campaign {
    margin-top: 10.3rem;
  }
}
.l-section__title {
  position: relative;
  width: 100%;
  color: var(--color-theme-dark);
  font-family: var(--font-eng);
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.002em;
  transition: color 0.6s var(--ease-out-cubic);
}
@media (max-width: 750px) {
  .l-section__title {
    font-size: 4rem;
    letter-spacing: 0.005em;
  }
}
.l-section__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 11.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  -webkit-mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.l-section.is-active .l-section__title::before {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.8s var(--ease-out-cubic);
  transition: mask-position 1.8s var(--ease-out-cubic);
  transition: mask-position 1.8s var(--ease-out-cubic), -webkit-mask-position 1.8s var(--ease-out-cubic);
}
@media (max-width: 750px) {
  .l-section__title::before {
    height: 5.6rem;
  }
}
.l-section--release .l-section__title::before {
  top: 54%;
  left: 49.2%;
  background-image: url(../img/title_release_bg.png);
}
@media (max-width: 750px) {
  .l-section--release .l-section__title::before {
    left: 50%;
  }
}
.l-section--movie .l-section__title::before {
  top: 47%;
  height: 10rem;
  background-image: url(../img/title_movie_bg.png);
}
@media (max-width: 750px) {
  .l-section--movie .l-section__title::before {
    height: 5rem;
  }
}
.l-section--shop .l-section__title::before {
  top: 55%;
  height: 10.9rem;
  background-image: url(../img/title_shop_bg.png);
}
@media (max-width: 750px) {
  .l-section--shop .l-section__title::before {
    height: 5.4rem;
  }
}
.l-section--event .l-section__title::before {
  top: 39.5%;
  height: 11.25rem;
  background-image: url(../img/title_event_bg.png);
}
@media (max-width: 750px) {
  .l-section--event .l-section__title::before {
    height: 5.6rem;
  }
}
.l-section--campaign .l-section__title::before {
  top: 88%;
  left: 51%;
  height: 16.8rem;
  background-image: url(../img/title_campaign_bg.png);
}
@media (max-width: 750px) {
  .l-section--campaign .l-section__title::before {
    top: 85%;
    left: 50%;
    height: 8.4rem;
  }
}
.l-section__title .p-in-txt {
  display: block;
  position: relative;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 9.1rem;
  -webkit-mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .l-section__title .p-in-txt {
    padding: 0 4.6rem;
  }
}
.l-section.is-active .l-section__title .p-in-txt {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.5s var(--ease-out-cubic);
  transition: mask-position 1.5s var(--ease-out-cubic);
  transition: mask-position 1.5s var(--ease-out-cubic), -webkit-mask-position 1.5s var(--ease-out-cubic);
}
.l-section__title .p-in-txt .p-in-deco {
  display: block;
  position: absolute;
  transform: translateY(-50%);
}
.l-section__title .p-in-txt .p-in-deco.--left {
  top: calc(50% + 0.2rem);
  left: 0;
  width: 5.8rem;
}
@media (max-width: 750px) {
  .l-section__title .p-in-txt .p-in-deco.--left {
    top: 50%;
    width: 3rem;
  }
}
.l-section__title .p-in-txt .p-in-deco.--right {
  top: calc(50% + 0.3rem);
  right: 0.7rem;
  width: 5.8rem;
}
@media (max-width: 750px) {
  .l-section__title .p-in-txt .p-in-deco.--right {
    top: 50%;
    right: 0.3rem;
    width: 3rem;
  }
}
.l-section__label {
  margin-top: -0.16em;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}
@media (max-width: 750px) {
  .l-section__label {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

.l-footer {
  position: relative;
  padding-top: 12.5rem;
  padding-bottom: 9.2rem;
}
@media (max-width: 750px) {
  .l-footer {
    padding-top: 9.1rem;
    padding-bottom: 8rem;
  }
}
.l-footer__inner {
  position: relative;
}
.l-footer__official-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  font-family: var(--font-eng);
  color: var(--color-theme-dark);
  font-size: 4rem;
  letter-spacing: 0.01em;
  transition: transform 0.5s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic), color 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .l-footer__official-link:hover {
    transform: scale(1.05);
    opacity: 0.8;
  }
}
@media (max-width: 750px) {
  .l-footer__official-link {
    font-size: 2rem;
    letter-spacing: 0.01em;
  }
}
.l-footer__sns {
  width: 100%;
  margin: 0 auto;
  margin-top: 6.9rem;
}
@media (max-width: 750px) {
  .l-footer__sns {
    width: 71%;
    margin-top: 4.4rem;
  }
}
.l-footer__sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .l-footer__sns-list {
    justify-content: flex-start;
  }
}
.l-footer__sns-list-item {
  margin: 0 2.4rem;
}
@media (max-width: 750px) {
  .l-footer__sns-list-item {
    width: 49%;
    margin: 0;
  }
}
@media (max-width: 750px) {
  .l-footer__sns-list-item:nth-child(n+3) {
    margin-top: 1.2rem;
  }
}
.l-footer__sns-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
.l-footer__sns-icon {
  display: block;
  width: 3.3rem;
  transition: transform 0.5s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
@media (max-width: 750px) {
  .l-footer__sns-icon {
    width: 2.7rem;
  }
}
@media (hover: hover) {
  .l-footer__sns-link:hover .l-footer__sns-icon {
    transform: scale(1.15);
    opacity: 0.7;
  }
}
.l-footer__sns-txt {
  display: block;
  margin-left: 0.5rem;
  font-family: var(--font-eng);
  color: var(--color-theme-dark);
  transition: color 0.6s var(--ease-out-cubic);
}
@media (max-width: 750px) {
  .l-footer__sns-txt {
    margin-left: 0.7rem;
    font-size: 1.3rem;
  }
}
.l-footer__copy {
  margin-top: 7.2rem;
  text-align: center;
}
@media (max-width: 750px) {
  .l-footer__copy {
    margin-top: 4rem;
  }
}
.l-footer__copy-txt {
  color: var(--color-theme-dark);
  font-family: var(--font-eng);
  letter-spacing: -0.01em;
  transition: color 0.6s var(--ease-out-cubic);
}
@media (max-width: 750px) {
  .l-footer__copy-txt {
    font-size: 1.2rem;
    font-weight: 450;
    letter-spacing: 0.04em;
  }
}
.l-footer__pagetop {
  position: absolute;
  top: -2rem;
  right: 9.5rem;
  width: 26.5%;
  max-width: 11.1rem;
}
@media (max-width: 750px) {
  .l-footer__pagetop {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 5.3rem;
  }
}
.l-footer__pagetop-link {
  display: block;
  position: relative;
  transition: transform 0.5s var(--ease-out-cubic);
}
@media (hover: hover) {
  .l-footer__pagetop-link:hover {
    transform: scale(1.1);
  }
}
.l-footer__pagetop-link-bg {
  display: block;
  position: relative;
  animation: rotate 50s linear infinite;
}
.l-footer__pagetop-link-arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.l-ham {
  position: fixed;
  top: 2.4rem;
  right: 2.5rem;
  z-index: 10;
  width: 8.5rem;
  height: 2rem;
  cursor: pointer;
  opacity: 0;
}
.on-load .l-ham {
  transition: opacity 0.6s var(--ease-out-cubic) 1s;
  opacity: 1;
}
@media (max-width: 750px) {
  .l-ham {
    top: 2.1rem;
    right: 0.9rem;
    width: 6rem;
    height: 1.2rem;
  }
}
.l-ham::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% - 0.8rem));
  width: 100%;
  height: 0.2rem;
  background: var(--color-theme-dark);
  transition: background-color 0.4s var(--ease-out-cubic), transform 0.4s var(--ease-out-cubic);
}
@media (max-width: 750px) {
  .l-ham::before {
    transform: translateY(calc(-50% - 0.6rem));
    height: 1px;
  }
}
@media (hover: hover) {
  .l-ham:hover::before {
    background-color: var(--color-white);
  }
}

@media (min-width: 751px) {
  .menu-open .l-ham:hover::before {
    background-color: var(--color-black);
  }
}

.menu-open .l-ham::before {
  background-color: var(--color-white);
  transform: translateY(-50%) rotate(30deg);
}
.l-ham::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 0.8rem));
  width: 100%;
  height: 0.2rem;
  background: var(--color-theme-dark);
  transition: background-color 0.4s var(--ease-out-cubic), transform 0.4s var(--ease-out-cubic);
}
@media (max-width: 750px) {
  .l-ham::after {
    transform: translateY(calc(-50% + 0.6rem));
    height: 1px;
  }
}
@media (hover: hover) {
  .l-ham:hover::after {
    background-color: var(--color-white);
  }
}

@media (min-width: 751px) {
  .menu-open .l-ham:hover::after {
    background-color: var(--color-black);
  }
}

.menu-open .l-ham::after {
  background-color: var(--color-white);
  transform: translateY(-50%) rotate(-30deg);
}
.l-ham span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.2rem;
  background: var(--color-theme-dark);
  transition: background-color 0.4s var(--ease-out-cubic), opacity 0.3s var(--ease-out-cubic) 0.1s;
}
@media (max-width: 750px) {
  .l-ham span {
    height: 1px;
  }
}
@media (hover: hover) {
  .l-ham:hover span {
    background-color: var(--color-white);
  }
}

@media (hover: hover) {
  .menu-open .l-ham:hover span {
    background-color: var(--color-black);
  }
}

.menu-open .l-ham span {
  transition-delay: 0s;
  opacity: 0;
}

.l-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: var(--color-theme-dark);
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.5s var(--ease-out-cubic), background-color 0.6s var(--ease-out-cubic);
}
.menu-open .l-menu {
  opacity: 1;
}
@media (max-width: 750px) {
  .l-menu {
    padding-top: 8.8rem;
  }
}
.l-menu__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
}
@media (max-width: 750px) {
  .l-menu__wrapper {
    display: block;
  }
}
.l-menu__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .l-menu__inner {
    display: block;
  }
}
.l-menu__logo {
  width: 31%;
  margin-top: 1.3rem;
  -webkit-mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.menu-open .l-menu__logo {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.2s var(--ease-out-cubic);
  transition: mask-position 1.2s var(--ease-out-cubic);
  transition: mask-position 1.2s var(--ease-out-cubic), -webkit-mask-position 1.2s var(--ease-out-cubic);
}
@media (max-width: 750px) {
  .l-menu__logo {
    width: 55%;
    margin: 0 auto;
  }
}
.l-menu__logo-main {
  width: 4.5rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .l-menu__logo-main {
    width: 13.5%;
  }
}
.l-menu__logo-release {
  margin-top: 1.8rem;
}
@media (max-width: 750px) {
  .l-menu__logo-release {
    margin-top: 1.7rem;
  }
}
.l-menu__nav {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 22.7%;
}
@media (max-width: 750px) {
  .l-menu__nav {
    margin-top: 7.1rem;
    margin-left: 0;
  }
}
.l-menu__nav-list-item {
  transform: translateX(1.2rem);
  opacity: 0;
  transition: transform 0s var(--ease-out-cubic) 0.5s, opacity 0s var(--ease-out-cubic) 0.5s;
}
.menu-open .l-menu__nav-list-item {
  transition-duration: 1s, 0.5s;
  transform: translateX(0);
  opacity: 1;
}
.menu-open .l-menu__nav-list-item:nth-child(1) {
  transition-delay: calc(0.12s * 0 + 0.45s);
}
.menu-open .l-menu__nav-list-item:nth-child(2) {
  transition-delay: calc(0.12s * 1 + 0.45s);
}
.menu-open .l-menu__nav-list-item:nth-child(3) {
  transition-delay: calc(0.12s * 2 + 0.45s);
}
.menu-open .l-menu__nav-list-item:nth-child(4) {
  transition-delay: calc(0.12s * 3 + 0.45s);
}
.menu-open .l-menu__nav-list-item:nth-child(5) {
  transition-delay: calc(0.12s * 4 + 0.45s);
}
.menu-open .l-menu__nav-list-item:nth-child(6) {
  transition-delay: calc(0.12s * 5 + 0.45s);
}
@media (max-width: 750px) {
  .l-menu__nav-list-item:nth-child(n+2) {
    margin-top: 0.05rem;
  }
}
.l-menu__nav-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-family: var(--font-eng);
  color: var(--color-white);
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: color 0.5s var(--ease-out-cubic);
}
@media (hover: hover) {
  .l-menu__nav-link:hover {
    color: var(--color-black);
  }
}
@media (max-width: 750px) {
  .l-menu__nav-link {
    margin: 0 auto;
    font-size: 3.9rem;
    letter-spacing: 0.04em;
  }
}

.c-btn {
  position: relative;
  width: 100%;
}
.c-btn__link {
  display: block;
  position: relative;
  width: 100%;
  height: 8.6rem;
  background: var(--color-theme-dark);
  border-radius: 5rem;
  text-decoration: none;
  transition: transform 0.5s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic), background-color 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .c-btn__link:hover {
    transform: scale(1.03);
    opacity: 0.8;
  }
}
@media (max-width: 750px) {
  .c-btn__link {
    height: 5.2rem;
  }
}
.c-btn__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1.4rem);
  height: calc(100% - 1.4rem);
  border: 2px var(--color-white) solid;
  border-radius: 5rem;
}
@media (max-width: 750px) {
  .c-btn__link::after {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
    border-width: 1px;
  }
}
.c-btn__wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-btn__wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 7.5%;
  width: 4.3%;
  height: 100%;
  background: url(../img/btn_icon_l.svg) no-repeat center center/100% auto;
}
.c-btn__wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 6.2%;
  width: 4.3%;
  height: 100%;
  background: url(../img/btn_icon_r.svg) no-repeat center center/100% auto;
}
.c-btn__back {
  display: block;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-family: var(--font-eng);
  color: var(--color-white);
  font-size: 5.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  opacity: 0.1;
}
@media (max-width: 750px) {
  .c-btn__back {
    font-size: 3.1rem;
  }
}
.c-btn__txt {
  display: block;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: var(--color-white);
  font-size: 1.9rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .c-btn__txt {
    font-size: 1.3rem;
  }
}

.c-comingsoon {
  position: relative;
  width: 100%;
  padding-top: 15rem;
  margin-top: 5.3rem;
}
@media (max-width: 750px) {
  .c-comingsoon {
    margin-top: 4.1rem;
    padding-top: 6rem;
  }
}
.c-comingsoon__txt {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  min-width: 187rem;
  height: 100%;
  transition: opacity 0.6s var(--ease-out-cubic);
}
.c-comingsoon__txt:nth-child(1) {
  opacity: 0;
}
[data-theme-color=pink] .c-comingsoon__txt:nth-child(1) {
  opacity: 1;
}
.c-comingsoon__txt:nth-child(2) {
  opacity: 0;
}
[data-theme-color=blue] .c-comingsoon__txt:nth-child(2) {
  opacity: 1;
}
.c-comingsoon__txt:nth-child(3) {
  opacity: 0;
}
[data-theme-color=yellow] .c-comingsoon__txt:nth-child(3) {
  opacity: 1;
}
.c-comingsoon__txt-wrap {
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
}
.c-comingsoon__txt:nth-child(1) .c-comingsoon__txt-wrap {
  background-image: url(../img/coming_soon_i.png);
}
.c-comingsoon__txt:nth-child(2) .c-comingsoon__txt-wrap {
  background-image: url(../img/coming_soon_v.png);
}
.c-comingsoon__txt:nth-child(3) .c-comingsoon__txt-wrap {
  background-image: url(../img/coming_soon_e.png);
}
@media (min-width: 751px) {
  .c-comingsoon__txt-wrap {
    animation: MoveSoonPC 30s linear infinite;
  }
}
@media (max-width: 750px) {
  .c-comingsoon__txt-wrap {
    animation: MoveSoonSP 20s linear infinite;
  }
}
@keyframes MoveSoonPC {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-93.5rem);
  }
}
@keyframes MoveSoonSP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-37.4rem);
  }
}

.m-modal.m-modal-custom .m-modal__content {
  max-width: 100rem;
  opacity: 0;
  transition: opacity 0.7s var(--ease-out-cubic) 0.4s;
}
.is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
  margin: 8rem auto;
}
@media (max-width: 750px) {
  .is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
    margin: 6rem auto;
  }
}
.m-modal.is-open .m-modal__content {
  opacity: 1;
}

.m-modal.m-modal-custom .m-modal__bg {
  opacity: 0.9;
  cursor: auto;
  background: var(--color-theme-dark);
  transition: background-color 0.6s var(--ease-out-cubic);
}
.m-modal.m-modal-custom .m-modal__close-btn {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: 6rem;
  height: 6rem;
}
@media (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    width: 4rem;
    height: 4rem;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before, .m-modal.m-modal-custom .m-modal__close-btn::after {
  width: 0.2rem;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

.js-accordion-btn {
  transition: color 0.5s var(--ease-out-cubic);
}
@media (hover: hover) {
  .js-accordion-btn:hover {
    color: var(--color-theme-dark);
  }
}
.js-accordion-icon {
  position: absolute;
  top: 50%;
  right: 2.4%;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
}
@media (max-width: 750px) {
  .js-accordion-icon {
    right: 6.8%;
    width: 2rem;
    height: 2rem;
  }
}
.js-accordion-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 100%;
  border-radius: 1rem;
  background: var(--color-black);
  transition: opacity 0.4s var(--ease-out-cubic), background-color 0.5s var(--ease-out-cubic);
}
@media (hover: hover) {
  .js-accordion-btn:hover .js-accordion-icon::before {
    background-color: var(--color-theme-dark);
  }
}
.is-open .js-accordion-icon::before {
  opacity: 0;
}
@media (max-width: 750px) {
  .js-accordion-icon::before {
    width: 0.2rem;
  }
}
.js-accordion-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 0.3rem;
  height: 100%;
  border-radius: 1rem;
  background: var(--color-black);
  transition: background-color 0.5s var(--ease-out-cubic);
}
@media (hover: hover) {
  .js-accordion-btn:hover .js-accordion-icon::after {
    background-color: var(--color-theme-dark);
  }
}
@media (max-width: 750px) {
  .js-accordion-icon::after {
    width: 0.2rem;
  }
}
.js-accordion-content {
  height: 0;
  overflow: hidden;
}
.default-open .js-accordion-content {
  height: auto;
}