@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-family: "mfw-pa1gothicstdn-regular", sans-serif;
  color: #432107;
  overflow-x: hidden;
  width: 100%;
}

body {
  position: relative;
  background: #F2EDE0;
}
body.fixed {
  overflow: hidden;
}

a {
  color: #432107;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.u-en {
  font-family: "mfw-pa1gothicstdn-regular", sans-serif;
}

.u-font-light {
  font-family: "mfw-pa1gothicstdn-light", sans-serif;
}

.u-font-regular {
  font-family: "mfw-pa1gothicstdn-regular", sans-serif;
}

.u-font-medium {
  font-family: "mfw-pa1gothicstdn-medium", sans-serif;
}

.u-font-bold {
  font-family: "mfw-pa1gothicstdn-bold", sans-serif;
}

html[lang="zh-Hans"] .u-font-medium {
  font-family: "MFW-PA1GothicSCGb0-Medium", sans-serif;
}

html[lang="zh-Hans"] .u-font-bold {
  font-family: "MFW-PA1GothicSCGb0-Bold", sans-serif;
}

.lang-option[data-lang="ja"],
.lang-option[data-lang="en"] {
  font-family: "mfw-pa1gothicstdn-medium", sans-serif !important;
}
.lang-option[data-lang="zh-CN"] {
  font-family: "MFW-PA1GothicSCGb0-Medium", sans-serif !important;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

/*===========================================================================*/
/*  loading  */
/*===========================================================================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: all;
}
.loading.is-hidden {
  pointer-events: none;
  visibility: hidden;
}
.loading__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F4B71D;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: circle(150% at 50% 50%);
}
.loading.is-animating .loading__bg {
  animation: loading-mask 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.loading__logo {
  width: 280px;
  max-width: 80vw;
}
.loading__text {
  position: fixed;
  bottom: 40px;
  left: 40px;
  color: #432107;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.loading__dots {
  display: inline-block;
}
.loading__dots span {
  display: inline-block;
  opacity: 0;
  animation: loading-dot 1.4s infinite;
}
.loading__dots span:nth-child(1) {
  animation-delay: 0s;
}
.loading__dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading__dots span:nth-child(3) {
  animation-delay: 0.4s;
}
.loading.is-animating .loading__text {
  opacity: 0;
}

@keyframes loading-dot {
  0%, 20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60%, 100% {
    opacity: 1;
  }
}
@keyframes loading-mask {
  0% {
    clip-path: circle(150% at 50% 50%);
  }
  100% {
    clip-path: circle(0% at 50% 50%);
  }
}
/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.p-header__lang {
  position: relative;
}
.p-header__lang.is-open .p-header__lang-arrow {
  transform: rotate(180deg);
}
.p-header__lang.is-open .p-header__lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.p-header__lang-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #432107;
  border: none;
  border-radius: 16.5px;
  padding: 0 24px;
  height: 66px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-header__lang-icon {
  width: 32px;
  height: 32px;
}
.p-header__lang-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.p-header__lang-arrow {
  width: 20px;
  height: auto;
  transition: transform 0.3s;
}
.p-header__lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  min-width: 160px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  list-style: none;
  margin: 0;
}
.p-header__lang-item {
  margin: 0;
}
.p-header__lang-option {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: none;
  border: none;
  text-align: left;
  font-size: 15px;
  color: #484848;
  cursor: pointer;
  transition: background-color 0.2s;
}
.p-header__lang-option:hover {
  background-color: #f5f5f5;
}
.p-header__lang-option.is-active {
  color: #432107;
  font-weight: 600;
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-mv {
  aspect-ratio: 1440/810;
  position: relative;
  overflow: hidden;
}
.p-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/kv.webp) no-repeat center center/cover;
  transform: scale(1);
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0;
}
body.is-loaded .p-mv::before {
  transform: scale(1.05);
}
.p-mv__title {
  width: 46.94444%;
  max-width: 676px;
}
.p-mv__title dotlottie-player {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.p-mv__img {
  display: none;
}
.p-mv__nav {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(1px);
}
.p-mv__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 25px;
  gap: 20px;
}
.p-mv__nav-list a {
  color: #432107;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.p-mv .p-mv-btn {
  display: block;
  width: 171px;
  height: 171px;
  position: fixed;
  z-index: 10;
  right: 35px;
  bottom: 35px;
  background: #432107;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 25.939px;
  font-weight: 600;
  line-height: 100%;
  transition: opacity 0.3s;
}
.p-mv .p-mv-btn:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

/*===========================================================================*/
/*  concept  */
/*===========================================================================*/
.p-concept {
  position: relative;
  background-color: #F4B71D;
  padding: 80px 0 120px;
  overflow: hidden;
}
.p-concept__wrapper {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
}
.p-concept__bg-text {
  position: absolute;
  top: 30%;
  left: 0;
  white-space: nowrap;
  display: flex;
  animation: marquee-bg 35s linear infinite;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
}
.p-concept__bg-text span {
  color: #FFF;
  font-size: 158.815px;
  font-weight: 400;
  line-height: 140%;
  filter: blur(10px);
  margin-right: 100px;
}
.p-concept__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.p-concept__title {
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
}
.p-concept__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
.p-concept__main {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.p-concept__subtitle {
  color: #FFF;
  font-size: 38.923px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  z-index: 2;
  top: -0.71em;
  right: -65px;
}
@media (max-width: 1300px) {
  .p-concept__subtitle {
    font-size: 30px;
    right: -40px;
  }
}
.p-concept__media {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-concept__video {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
}
.p-concept__video iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.p-concept__video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-concept__char {
  position: absolute;
  z-index: 3;
}
.p-concept__char--top {
  left: calc(100% + 39px);
  top: 20px;
  width: 257px;
}
@media (max-width: 1300px) {
  .p-concept__char--top {
    top: 53%;
    width: 17%;
    left: 92%;
  }
}
.p-concept__char--bottom {
  right: -210px;
  bottom: -93px;
  width: 330px;
}
@media (max-width: 1300px) {
  .p-concept__char--bottom {
    width: 20%;
    right: -5%;
  }
}
.p-concept__char--left {
  right: 100%;
  top: -96px;
  width: 222px;
}
@media (max-width: 1300px) {
  .p-concept__char--left {
    width: 16%;
    top: -60px;
    right: 91%;
  }
}
.p-concept__catch {
  text-align: left;
  color: #FFF;
  font-size: 125.667px;
  font-weight: 600;
  line-height: 120%;
  left: -158px;
  bottom: -0.9em;
  position: absolute;
  z-index: 1;
  letter-spacing: -0.03em;
}
@media (max-width: 1300px) {
  .p-concept__catch {
    font-size: 100px;
    left: -40px;
  }
}
.p-concept__catch.--top {
  bottom: 0.3em;
}
.p-concept__catch.--bottom {
  bottom: -0.9em;
}
html[lang="en"] .p-concept__catch {
  font-size: 80px;
}
.p-concept__tags {
  position: relative;
  z-index: 2;
  margin-top: 120px;
  overflow: hidden;
}
.p-concept__tags-track {
  display: flex;
  gap: 20px;
  animation: marquee-tags 20s linear infinite;
  width: fit-content;
}
.p-concept__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background-color: transparent;
  border: 2px solid #432107;
  border-radius: 9999px;
  font-size: 20px;
  font-weight: 600;
  color: #432107;
  white-space: nowrap;
  flex-shrink: 0;
}
.p-concept__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F2EDE0;
}
.p-concept__wave picture {
  width: 100%;
  height: auto;
}

@keyframes marquee-bg {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(-50%);
  }
}
@keyframes marquee-tags {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll-fence {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 1000px center;
  }
}
/*===========================================================================*/
/*  system  */
/*===========================================================================*/
.p-system {
  background-color: #F2EDE0;
  padding: 60px 0 60px;
  position: relative;
  overflow: hidden;
}
.p-system__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 40px;
}
.p-system__title {
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
  flex-shrink: 0;
}
.p-system__lead {
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
  text-align: left;
}
.p-system__slider {
  position: relative;
  padding-left: calc((100vw - 1240px) / 2);
}
@media (max-width: 1320px) {
  .p-system__slider {
    padding-left: 40px;
  }
}
.p-system__card-img {
  position: relative;
}
.p-system__card-img-main {
  border-radius: 20px;
}
.p-system__card-img-char-1 {
  position: absolute;
  bottom: 30%;
  left: -17%;
  width: 33.8%;
}
.p-system__card-img-char-2 {
  position: absolute;
  bottom: -28%;
  right: -5%;
  width: 43.77%;
}
.p-system__card-img-coin-1 {
  position: absolute;
  top: -15%;
  left: 3%;
  width: 20%;
}
.p-system__card-img-coin-2 {
  position: absolute;
  bottom: -12%;
  right: 3%;
  width: 30%;
}
.p-system__card-img-char-3 {
  position: absolute;
  top: -25%;
  right: 10%;
  width: 38.38%;
}
.p-system__card-img-char-4 {
  position: absolute;
  bottom: -28%;
  right: -12%;
  width: 36.36%;
}
.p-system__card-title {
  margin-top: 32px;
  font-size: 56px;
  font-weight: 600;
  line-height: 140%;
  font-feature-settings: "palt" on;
}
.p-system__card-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 20px;
}

.system-swiper {
  overflow: visible;
}
.system-swiper .swiper-slide {
  width: 320px;
  height: auto;
}

/*===========================================================================*/
/*  features  */
/*===========================================================================*/
.p-features {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.p-features__header {
  padding-bottom: 75px;
  position: relative;
  text-align: center;
}
.p-features__title {
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
}
.p-features__icon {
  position: absolute;
  width: 204px;
  bottom: 0;
  right: 40px;
  cursor: pointer;
  transform-origin: 50% 120%;
}
.p-features__main {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
}
.p-features__item {
  position: relative;
  padding: 80px 40px;
  overflow: hidden;
}
.p-features__item--01 {
  background: linear-gradient(180deg, #432107 0%, #6B3906 24.94%);
}
.p-features__item--02 {
  background-color: #432107;
}
.p-features__item--03 {
  background-color: #432107;
}
.p-features__item-bg {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  z-index: 0;
  background: url(../img/feature-bg.webp) repeat left center/auto 100%;
}
.p-features__item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1038px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-features__item-inner--reverse {
  flex-direction: row-reverse;
}
.p-features__content {
  flex: 1;
  color: #fff;
}
.p-features__num {
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  border-bottom: 1px dashed #fff;
  padding-bottom: 4px;
  display: inline-block;
}
.p-features__num span {
  font-size: 14px;
  margin-right: 8px;
}
.p-features__item-title {
  font-feature-settings: "palt" on;
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
  margin-top: 16px;
  margin-bottom: 24px;
}
.p-features__text {
  font-size: 15px;
  font-weight: 600;
  line-height: 160%;
}
.p-features__img {
  position: relative;
  flex-shrink: 0;
  width: 48%;
  max-width: 500px;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.p-features__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-features__img iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.p-features__img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*===========================================================================*/
/*  characters  */
/*===========================================================================*/
.p-characters {
  padding-top: 60px;
  padding-bottom: 133px;
  position: relative;
}
.p-characters::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 206px;
  background: url(../img/fence-bg.webp) repeat center center/auto 100%;
  z-index: -1;
  animation: scroll-fence 30s linear infinite;
}
.p-characters__inner {
  position: relative;
  z-index: 1;
}
.p-characters__box {
  border-radius: 40px;
  background: #F4B71D;
  padding: 44px 40px 100px;
  position: relative;
  z-index: 1;
}
.p-characters__box--inner {
  max-width: 1100px;
  margin: 0 auto;
}
.p-characters__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 104px;
  position: relative;
}
.p-characters__title {
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
.p-characters__pagination {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 600;
  color: #F4B71D;
  background-color: #432107;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 44px;
}
.p-characters__current {
  color: #F4B71D;
}
.p-characters__total {
  color: #F4B71D;
}
.p-characters__content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.p-characters__info {
  flex-shrink: 0;
  position: relative;
  min-width: 410px;
}
@media (max-width: 1200px) {
  .p-characters__info {
    width: 300px;
    min-width: 300px;
  }
}
.p-characters__info-item {
  display: none;
}
.p-characters__info-item.is-active {
  display: block;
}
.p-characters__char-img {
  width: 100%;
  max-width: 324px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
}
.p-characters__ruby {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
html[lang="en"] .p-characters__ruby {
  display: none;
}
.p-characters__name {
  margin-top: -2px;
  font-size: 60px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 29px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1200px) {
  .p-characters__name {
    font-size: 42px;
  }
}
.p-characters__name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.56667em;
  background: #FEE198;
  z-index: -1;
}
.p-characters__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .p-characters__desc {
    font-size: 16px;
  }
}
.p-characters__gallery {
  flex: 1;
  max-width: 576px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-characters__main-img {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
}
.p-characters__main-img-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.p-characters__main-img-item.is-active {
  opacity: 1;
}
.p-characters__main-img-item iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.p-characters__main-img-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-characters__thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.p-characters__thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #432107;
  padding: 0;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.p-characters__thumb.is-active {
  opacity: 1;
}
.p-characters__thumb:hover {
  opacity: 0.8;
}
.p-characters__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*===========================================================================*/
/*  gallery  */
/*===========================================================================*/
.p-gallery {
  padding-top: 100px;
  padding-bottom: 306px;
  position: relative;
}
.p-gallery::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 206px;
  background: url(../img/fence-bg.webp) repeat center center/auto 100%;
  z-index: -1;
  animation: scroll-fence 30s linear infinite;
}
.p-gallery__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 77px;
  position: relative;
}
.p-gallery__title {
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
}
.p-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 45px;
}
.p-gallery__item {
  position: relative;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  border-radius: 40px;
  overflow: hidden;
}
.p-gallery__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px solid #F4B71D;
  border-radius: 40px;
  z-index: 1;
  pointer-events: none;
  transition: border-width 0.3s;
}
.p-gallery__item:hover::before {
  border-width: 20px;
}
.p-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s;
}
.p-gallery__item:hover img {
  transform: scale(1.05);
}

/*===========================================================================*/
/*  gallery-popup  */
/*===========================================================================*/
.p-gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-gallery-popup.is-open {
  opacity: 1;
  visibility: visible;
}
.p-gallery-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(244, 183, 29, 0.9);
}
.p-gallery-popup__content {
  position: relative;
  width: 100%;
  max-width: 1080px;
}
.p-gallery-popup__close {
  position: absolute;
  z-index: 10;
  top: 28px;
  right: 37px;
  transition: opacity 0.3s;
}
.p-gallery-popup__close:hover {
  opacity: 0.7;
}
.p-gallery-popup__slider {
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 24px;
}
.p-gallery-popup__slider img {
  width: 100%;
  height: auto;
  display: block;
}
.p-gallery-popup__nav {
  display: flex;
  justify-content: center;
  background: #432107;
  gap: 32px;
  width: 216px;
  height: 61px;
  border-radius: 9999px;
  margin: 0 auto;
}
.p-gallery-popup__prev, .p-gallery-popup__next {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-gallery-popup__prev:hover, .p-gallery-popup__next:hover {
  opacity: 0.8;
}
.p-gallery-popup__prev svg, .p-gallery-popup__next svg {
  flex-shrink: 0;
}
.p-gallery-popup__prev span, .p-gallery-popup__next span {
  margin-bottom: 3px;
}

/*===========================================================================*/
/*  trailer  */
/*===========================================================================*/
.p-trailer {
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
}
.p-trailer__title {
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
.p-trailer__video {
  margin-top: 59px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
}
.p-trailer__video iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*===========================================================================*/
/*  outline  */
/*===========================================================================*/
.p-outline {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-outline__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.p-outline__title {
  flex-shrink: 0;
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
  flex-shrink: 0;
  margin-top: 75px;
}
.p-outline__card {
  flex: 1;
  background: #fff;
  border-radius: 40px;
  padding: 75px 32px 50px;
  max-width: 593px;
}
.p-outline__list {
  display: flex;
  flex-direction: column;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.p-outline__row {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed rgba(67, 33, 7, 0.3);
}
.p-outline__row:first-child {
  padding-top: 0;
}
.p-outline__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-outline__term {
  width: 160px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
}
.p-outline__desc {
  font-size: 14px;
  font-weight: 500;
  color: #432107;
}
.p-outline__desc a {
  text-decoration: underline;
}

/*===========================================================================*/
/*  presskit  */
/*===========================================================================*/
.p-presskit {
  padding-top: 60px;
  padding-bottom: 120px;
}
.p-presskit__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #432107;
  border-radius: 40px;
  padding: 80px 140px;
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1200px) {
  .p-presskit__card {
    padding: 50px 80px;
  }
}
.p-presskit__card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F4B71D;
  clip-path: ellipse(0% 0% at 50% 100%);
  z-index: -1;
  border-radius: 40px;
  transition: clip-path 0.3s cubic-bezier(0.8, 0, 1, 1);
}
.p-presskit__card:hover::before {
  clip-path: ellipse(200% 150% at 50% 100%);
}
.p-presskit__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-presskit__title {
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
}
.p-presskit__text {
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  color: #fff;
}
.p-presskit__icon {
  flex-shrink: 0;
}
.p-presskit__icon svg {
  width: 161px;
}

@keyframes drip-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer {
  padding-top: 195px;
  padding-bottom: 125px;
  background: #F4B71D;
  position: relative;
  overflow: hidden;
}
.p-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 113px;
  background: url(../img/footer-wave.svg) repeat-x bottom center/auto 100%;
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-footer.in-view::before {
  transform: translateY(0);
}
.p-footer__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 459.68px;
  margin-left: auto;
  margin-right: auto;
}

/* 言語切り替えUI */
.language-selector {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 50;
}

.lang-button {
  background-color: #432107;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 17px 24px;
  border-radius: 16.5px;
  cursor: pointer;
  border: none;
}

.globe-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.globe-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lang-text {
  font-size: 16px;
  text-align: center;
  color: white;
  white-space: nowrap;
}

.lang-text p {
  margin: 0;
  line-height: normal;
}

.arrow-container {
  width: 18.15px;
  height: 9.075px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.arrow-container svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.arrow-container.open svg {
  transform: rotate(180deg);
}

/* ドロップダウンメニュー */
.lang-dropdown {
  position: absolute;
  top: 100%;
  margin-top: 8px;
  right: 0;
  background-color: #432107;
  border-radius: 16.5px;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  min-width: 200px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lang-dropdown.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lang-option {
  width: 100%;
  padding: 12px 24px;
  text-align: left;
  font-size: 16px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  opacity: 0;
  transform: translateX(-20px);
}

.lang-dropdown.open .lang-option {
  animation: slideIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.lang-dropdown.open .lang-option:nth-child(1) {
  animation-delay: 0s;
}

.lang-dropdown.open .lang-option:nth-child(2) {
  animation-delay: 0.05s;
}

.lang-dropdown.open .lang-option:nth-child(3) {
  animation-delay: 0.1s;
}

.lang-dropdown.open .lang-option:nth-child(4) {
  animation-delay: 0.15s;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.lang-option:hover {
  background-color: #5a2d0a;
}

.lang-option.selected {
  background-color: #5a2d0a;
  color: #FFC107;
}

/* Wishlist on Steam ボタン */
.wishlist-button {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 171px;
  height: 171px;
  cursor: pointer;
  transition: bottom 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 40;
}

.wishlist-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 171px;
  height: 171px;
}

.wishlist-circle svg {
  display: block;
  width: 100%;
  height: 100%;
}

.wishlist-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 25.939px;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  color: #FFFFFF;
}

.wishlist-text p {
  margin: 0;
  margin-bottom: 0;
}

.wishlist-text p:last-child {
  margin-bottom: 0;
}

/* レスポンシブ対応 - スマホ */
@media screen and (max-width: 900px) {
  .wishlist-button {
    width: 104px;
    height: 104px;
    bottom: 10px;
    right: 10px;
  }
  .wishlist-button.menu-expanded {
    bottom: 60px;
  }
  .wishlist-circle {
    width: 104px;
    height: 104px;
  }
  .wishlist-text {
    font-size: 16px;
  }
}
/* 下部メニュー */
#bottomMenu {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 456px;
  height: 50px;
  backdrop-filter: blur(1px);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 50;
  cursor: pointer;
  transform-origin: center center;
  will-change: transform, width, height, left;
}

#menuItems {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: "A P-OTF A1Gothic StdN:B", sans-serif;
  color: #432107;
  font-size: 16px;
  white-space: nowrap;
  opacity: 1;
}

.menu-item a {
  margin: 0;
  line-height: 1;
  transition: color 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-decoration: none;
  color: inherit;
}

.menu-item:hover a {
  color: #F4B71D;
}

/* ハンバーガーアイコン */
#hamburgerIcon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.line-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.line {
  width: 20px;
  height: 2px;
  background-color: #432107;
  border-radius: 9999px;
  transform: scaleX(0);
  transform-origin: left center;
}

/* スマホ対応 */
@media (max-width: 900px) {
  #bottomMenu {
    width: 350px;
    height: 44px;
    bottom: 10px;
  }
  #menuItems {
    gap: 12px;
    font-size: 14px;
  }
  .menu-item a {
    font-size: 14px;
  }
  .line {
    width: 16px;
  }
  .wishlist-button {
    width: 104px;
    height: 104px;
    bottom: 10px;
    right: 10px;
  }
  .wishlist-circle svg {
    width: 104px;
    height: 104px;
  }
  .wishlist-text {
    font-size: 15.78px;
  }
  .wishlist-text p {
    font-size: 15.78px;
    line-height: 1;
  }
  .language-selector {
    top: 10px;
    right: 10px;
  }
  .lang-button {
    width: 52px;
    height: 52px;
    padding: 0;
    justify-content: center;
  }
  .globe-icon {
    width: 25px;
  }
  .lang-text {
    display: none;
  }
  .arrow-container {
    display: none;
  }
  .lang-dropdown {
    width: 140px;
    min-width: 140px;
    top: 57px;
    margin-top: 0;
  }
  .lang-option {
    padding: 10px 12px;
    font-size: 13px;
  }
}
/* アニメーション用スタイル */
.animate-heading {
  overflow: visible;
  position: relative;
  display: inline-block;
}

.animate-heading .letter {
  display: inline-block;
  transform: translateY(150px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.animate-heading.in-view .letter {
  transform: translateY(0);
  opacity: 1;
}

.animate-heading::after {
  content: "";
  position: absolute;
  bottom: -0.1em;
  left: 0;
  width: 0;
  height: 0.08em;
  background-color: currentColor;
  transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.animate-heading.underline-drawn::after {
  width: 100%;
}

.animate-section {
  will-change: transform, opacity;
}

.animate-slide-in {
  display: inline-block;
  opacity: 0;
}

.animate-slide-in.animated {
  opacity: 1;
  transform: translateX(0);
}

.character-image-01,
.character-image-02 {
  transform: scale(0);
}

@media (max-width: 900px) {
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner {
    max-width: 520px;
  }
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline;
  }
  /*===========================================================================*/
  /*  loading  */
  /*===========================================================================*/
  .loading__logo {
    width: 200px;
  }
  .loading__text {
    bottom: 30px;
    left: 20px;
    font-size: 24px;
  }
  /*===========================================================================*/
  /*  header  */
  /*===========================================================================*/
  .p-header {
    top: initial;
    bottom: 0;
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .p-header__lang-btn {
    border-radius: 0 16.5px 0 0;
  }
  /*===========================================================================*/
  /*  mv  */
  /*===========================================================================*/
  .p-mv {
    aspect-ratio: initial;
    background: none;
    position: relative;
    overflow: hidden;
    aspect-ratio: 375/438;
  }
  .p-mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/kv-sp.webp) no-repeat bottom center/cover;
    transform: scale(1);
    transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0;
  }
  body.is-loaded .p-mv::before {
    transform: scale(1.05);
  }
  .p-mv__inner {
    height: 438px;
    padding-top: 10%;
    position: relative;
    overflow: hidden;
  }
  .p-mv__title {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .p-mv .p-mv-btn {
    width: 104px;
    height: 104px;
    right: 9px;
    bottom: 9px;
    font-size: 15.776px;
  }
  /*===========================================================================*/
  /*  concept  */
  /*===========================================================================*/
  .p-concept {
    padding: 80px 0 132px;
  }
  .p-concept__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-concept__bg-text {
    top: 30%;
  }
  .p-concept__bg-text span {
    font-size: 67.246px;
    filter: blur(4.2342338562px);
    margin-right: 40px;
  }
  .p-concept__header {
    margin-bottom: 50px;
  }
  .p-concept__title {
    font-size: 52px;
  }
  .p-concept__lead {
    margin-top: 99px;
    font-size: 18px;
  }
  .p-concept__subtitle {
    font-size: 18.111px;
    top: -0.71em;
    right: 0;
  }
  .p-concept__char {
    display: none;
  }
  .p-concept__catch {
    font-size: 43.647px;
    left: 0;
  }
  .p-concept__catch.--top {
    bottom: -0.5em;
  }
  .p-concept__catch.--bottom {
    bottom: -1.7em;
  }
  html[lang="en"] .p-concept__catch {
    font-size: 34px;
  }
  .p-concept__tags {
    margin-top: 39px;
  }
  .p-concept__tag {
    padding: 16px 20px;
    font-size: 14px;
  }
  .p-concept__tags-track {
    animation: marquee-tags 30s linear infinite;
  }
  /*===========================================================================*/
  /*  system  */
  /*===========================================================================*/
  .p-system {
    padding: 40px 0 45px;
  }
  .p-system__header {
    flex-direction: column;
    gap: 34px;
    margin-bottom: 70px;
  }
  .p-system__title {
    font-size: 52px;
  }
  .p-system__lead {
    font-size: 28px;
    text-align: left;
  }
  .p-system__slider {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-system__card-img-char-1 {
    position: absolute;
    bottom: initial;
    top: -20%;
    left: -20px;
  }
  .p-system__card-img-coin-1 {
    position: absolute;
    top: -25%;
    left: -2%;
    width: 26%;
  }
  .p-system__card-img-coin-2 {
    position: absolute;
    bottom: -12%;
    right: 3%;
    width: 40%;
  }
  .p-system__card-title {
    font-size: 46px;
  }
  .p-system .system-swiper {
    overflow: visible;
  }
  .p-system .system-swiper .swiper-wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .p-system .system-swiper .swiper-slide {
    width: 100% !important;
  }
  /*===========================================================================*/
  /*  features  */
  /*===========================================================================*/
  .p-features {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .p-features__header {
    padding-bottom: 32px;
    padding-left: 5px;
    text-align: left;
  }
  .p-features__title {
    font-size: 52px;
    text-align: left;
  }
  .p-features__icon {
    width: 106px;
    right: 0;
  }
  .p-features__item {
    padding: 56px 20px 48px;
  }
  .p-features__item--01 {
    padding-top: 25px;
  }
  .p-features__item-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
  }
  .p-features__item-inner--reverse {
    flex-direction: column-reverse;
  }
  .p-features__num {
    font-size: 22px;
  }
  .p-features__item-title {
    margin-top: 16px;
    font-size: 28px;
    margin-bottom: 24px;
  }
  .p-features__text {
    font-size: 14px;
  }
  .p-features__img {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .p-features__img iframe {
    width: 100%;
    height: 100%;
    display: block;
  }
  .p-features__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .p-features__wave svg {
    height: 24px;
  }
  /*===========================================================================*/
  /*  characters  */
  /*===========================================================================*/
  .p-characters {
    padding-top: 40px;
    padding-bottom: 103px;
  }
  .p-characters__box {
    border-radius: 20px;
    padding: 25px 25px 98px;
  }
  .p-characters__header {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 28px;
    position: initial;
  }
  .p-characters__title {
    font-size: 52px;
  }
  .p-characters__pagination {
    position: absolute;
    left: 50%;
    top: initial;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 35px;
    font-size: 16px;
    width: 70px;
    height: 28px;
  }
  .p-characters__content {
    flex-direction: column;
    gap: 28px;
  }
  .p-characters__info {
    width: 100%;
    text-align: left;
  }
  .p-characters__char-img {
    width: 180px;
    margin: 0 auto 19px;
  }
  .p-characters__ruby {
    font-size: 14px;
  }
  .p-characters__name {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .p-characters__desc {
    font-size: 15px;
    text-align: left;
  }
  .p-characters__gallery {
    max-width: 100%;
    gap: 20px;
  }
  .p-characters__thumbs {
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
  }
  /*===========================================================================*/
  /*  gallery  */
  /*===========================================================================*/
  .p-gallery {
    padding-top: 80px;
    padding-bottom: 286px;
  }
  .p-gallery__header {
    margin-bottom: 48px;
  }
  .p-gallery__title {
    font-size: 52px;
  }
  .p-gallery__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .p-gallery__item {
    border-radius: 20px;
  }
  .p-gallery__item::before {
    border-radius: 20px;
  }
  .p-gallery__item:hover::before {
    border-width: 10px;
  }
  /*===========================================================================*/
  /*  gallery-popup  */
  /*===========================================================================*/
  .p-gallery-popup__content {
    max-width: 100%;
    padding: 0 20px;
  }
  .p-gallery-popup__close {
    top: 5px;
    right: 30px;
  }
  .p-gallery-popup__close svg {
    width: 24px;
  }
  .p-gallery-popup__slider {
    border-radius: 20px;
    margin-bottom: 16px;
  }
  .p-gallery-popup__nav {
    width: 180px;
    height: 50px;
    gap: 24px;
  }
  .p-gallery-popup__prev, .p-gallery-popup__next {
    font-size: 14px;
    gap: 8px;
  }
  .p-gallery-popup__prev svg, .p-gallery-popup__next svg {
    width: 14px;
  }
  .p-gallery-popup__prev span, .p-gallery-popup__next span {
    margin-bottom: 1px;
  }
  /*===========================================================================*/
  /*  trailer  */
  /*===========================================================================*/
  .p-trailer {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .p-trailer__title {
    font-size: 52px;
  }
  .p-trailer__video {
    margin-top: 40px;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
  }
  .p-trailer__video iframe {
    width: 100%;
    height: 100%;
    display: block;
  }
  /*===========================================================================*/
  /*  outline  */
  /*===========================================================================*/
  .p-outline {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-outline__content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .p-outline__title {
    font-size: 52px;
    text-align: center;
    width: 100%;
    margin-top: 0;
  }
  .p-outline__card {
    border-radius: 24px;
    padding: 32px;
    max-width: 100%;
    width: 100%;
  }
  .p-outline__list {
    max-width: 100%;
    width: 100%;
  }
  .p-outline__row {
    padding: 16px 0;
  }
  .p-outline__term {
    width: 150px;
    font-size: 14px;
  }
  .p-outline__desc {
    font-size: 14px;
  }
  /*===========================================================================*/
  /*  presskit  */
  /*===========================================================================*/
  .p-presskit {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .p-presskit__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    padding: 28px 0 50px;
    gap: 30px;
  }
  .p-presskit__card::before {
    border-radius: 20px;
  }
  .p-presskit__card:active::before {
    clip-path: ellipse(200% 150% at 50% 100%);
  }
  .p-presskit__info {
    align-items: center;
    gap: 37px;
  }
  .p-presskit__title {
    font-size: 52px;
  }
  .p-presskit__text {
    font-size: 18px;
  }
  /*===========================================================================*/
  /*  footer  */
  /*===========================================================================*/
  .p-footer {
    padding-top: 170px;
    padding-bottom: 247px;
  }
  .p-footer::before {
    height: 85.5px;
    background: url(../img/footer-wave-sp.svg) repeat-x bottom center/auto 100%;
  }
  .p-footer__logo {
    max-width: 286px;
  }
}
