@charset "UTF-8";
/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * Keyframes
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.topCanvas {
  position: fixed;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  overflow: clip;
  -webkit-box-shadow: 0px 0px 32px -8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 32px -8px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 320px) {
  .topCanvas {
    border-radius: 12px 12px 0 0;
  }
}
@media screen and (min-width: 600px) {
  .topCanvas {
    border-radius: 24px 24px 0 0;
  }
}
.topCanvas * {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.topCanvas__vid {
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  will-change: opacity;
}
.topCanvas__vid:first-child video {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(0%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(0%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.topCanvas__vid:last-child {
  opacity: 0;
}
.topCanvas__vid:last-child video {
  -webkit-filter: blur(32px) saturate(1.4) contrast(1.4) opacity(0.32);
          filter: blur(32px) saturate(1.4) contrast(1.4) opacity(0.32);
}
.topCanvas.--changed .topCanvas__vid:first-child {
  opacity: 0;
}
.topCanvas.--changed .topCanvas__vid:last-child {
  opacity: 1;
}
.topCanvas video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topHero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
.topHero__webgl {
  position: absolute;
  inset: 0;
  z-index: 0;
  mix-blend-mode: darken;
}
.topHero__webgl video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topHero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.topHero__copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  .topHero__copy {
    padding: 0 2.5vw 8rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copy {
    padding: 2.5vw;
  }
}
.topHero__copyEn {
  font-family: var(--font-head);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 0.88;
}
@media screen and (min-width: 320px) {
  .topHero__copyEn {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyEn {
    font-size: 18.4rem;
  }
}
.topHero__copyEnTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 5vw;
}
.topHero__copyEnMiddle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .topHero__copyEnMiddle {
    gap: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyEnMiddle {
    gap: 3.2rem;
  }
}
.topHero__copyEnBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.topHero__copyEn strong {
  font-family: var(--font-unique);
  font-style: oblique;
  font-weight: 100;
}
@media screen and (min-width: 320px) {
  .topHero__copyEn .pc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyEn .pc {
    display: inline-block;
  }
}
.topHero__copyJa {
  position: absolute;
}
@media screen and (min-width: 320px) {
  .topHero__copyJa {
    inset: 30rem auto auto 3.5vw;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyJa {
    inset: auto auto 3.5vw 5vw;
  }
}
.topHero__copyJa h2 {
  font-family: var(--font-unique);
  font-weight: 400;
  line-height: 1.46;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .topHero__copyJa h2 {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyJa h2 {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 320px) {
  .topHero__copyJa p {
    display: none;
    font-size: 1.8rem;
    max-width: 48rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyJa p {
    display: block;
    font-size: 1.8rem;
    max-width: 48rem;
  }
}
@media screen and (min-width: 320px) {
  .topHero__copyDesc {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyDesc {
    font-size: 2rem;
  }
}
.topHero .topHero__webglCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.topHero .topHero__webglVignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 70% at 60% 35%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 60%), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0.08)));
  background: radial-gradient(70% 70% at 60% 35%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 60%), linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.03) 40%, rgba(0, 0, 0, 0.08));
  mix-blend-mode: soft-light;
  opacity: 0.9;
}

.topConcept__inner {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .topConcept__inner {
    height: auto;
    height: auto;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__inner {
    height: 100vh;
    height: 100svh;
  }
}
.topConcept__copy {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .topConcept__copy {
    position: relative;
    inset: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28rem 0 32px;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__copy {
    position: absolute;
    inset: 0;
    display: block;
    padding: 10vw 10vw 5vw 5%;
  }
}
.topConcept__copy::before {
  content: "";
  position: absolute;
  inset: 5vw 2.5vw auto auto;
  display: block;
  width: 95%;
  height: 1px;
  background: rgb(var(--color-wh));
}
.topConcept__copyHead {
  font-family: var(--font-unique);
  font-weight: 400;
  line-height: 1.48;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .topConcept__copyHead {
    display: block;
    font-size: 3.2rem;
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__copyHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 7.2rem;
    margin-bottom: 48px;
    text-align: left;
  }
}
.topConcept__copyMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .topConcept__copyMain {
    padding: 24px 5vw 0;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__copyMain {
    padding: unset;
    width: 50%;
  }
}
.topConcept__copyEn {
  font-family: var(--font-unique);
  font-weight: 400;
  text-align: right;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .topConcept__copyEn {
    font-size: 1.8rem;
    margin-bottom: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__copyEn {
    font-size: 3.8rem;
    margin-bottom: 24px;
    text-align: unset;
  }
}
.topConcept__copyEn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}
.topConcept__copyEn span::before {
  content: "(";
}
.topConcept__copyEn span::after {
  content: ")";
}
.topConcept__copyJa {
  font-family: var(--font-unique);
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 320px) {
  .topConcept__copyJa {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__copyJa {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 320px) {
  .topConcept__copyDesc {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__copyDesc {
    font-size: 2rem;
  }
}
.topConcept__gal {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topConcept__gal {
    inset: 12vw 0 auto auto;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__gal {
    inset: 10vw 0 auto auto;
    width: 38.5%;
  }
}
.topConcept__galWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loopCl 40000ms linear infinite both;
          animation: loopCl 40000ms linear infinite both;
}
.topConcept__galImg {
  margin-right: 8px;
}
@media screen and (min-width: 320px) {
  .topConcept__galImg {
    width: 28rem;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__galImg {
    width: 42rem;
  }
}
.topConcept__imgs {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .topConcept__imgs {
    padding: 10vw 2.5vw 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__imgs {
    padding: 10vw 50% 2.5vw 2.5vw;
  }
}
.topConcept__img {
  width: 100%;
  height: 100%;
}
.topConcept__img .img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 320px) {
  .topConcept__img .imgWrapper {
    height: 0;
    padding-bottom: 66.67%;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__img .imgWrapper {
    height: 100%;
    padding-bottom: 0;
  }
}
.topConcept__feature {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .topConcept__feature {
    padding: 2.5vw 2.5vw 5vw;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__feature {
    padding: 2.5vw 5vw 5vw;
  }
}
@media screen and (min-width: 320px) {
  .topConcept__feature .topConcept__copyEn {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__feature .topConcept__copyEn {
    width: 20%;
    text-align: left;
  }
}
.topConcept__featureWrapper {
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media screen and (min-width: 320px) {
  .topConcept__featureWrapper {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__featureWrapper {
    display: grid;
  }
}
.topConcept__featureItem {
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topConcept__featureItem {
    border-radius: 4px;
    margin-bottom: 4px;
    background: rgba(var(--color-wh)/0.16);
    backdrop-filter: blur(16px);
  }
}
@media screen and (min-width: 600px) {
  .topConcept__featureItem {
    border-radius: 0px;
    margin-bottom: 0px;
    background: transparent;
    backdrop-filter: unset;
  }
}
.topConcept__featureItem:nth-child(1) {
  position: relative;
}
.topConcept__featureItem:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgb(var(--color-wh));
  position: absolute;
  inset: 0 auto auto -8%;
}
.topConcept__featureItem:nth-child(2) {
  position: relative;
}
.topConcept__featureItem:nth-child(2)::before, .topConcept__featureItem:nth-child(2)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgb(var(--color-wh));
  position: absolute;
}
.topConcept__featureItem:nth-child(2)::before {
  inset: 0 auto auto -8%;
}
.topConcept__featureItem:nth-child(2)::after {
  inset: 0 -8% auto auto;
}
.topConcept__featureItem button {
  position: relative;
  display: block;
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 1.64rem;
  color: rgb(var(--color-wh));
  padding: 10px calc(16px + 2rem) 12px 16px;
  text-align: left;
}
.topConcept__featureImg {
  display: none;
}
.topConcept__featureTitle {
  margin: 0 0 16px;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .topConcept__featureTitle {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__featureTitle {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 320px) {
  .topConcept__featureDesc {
    font-size: 1.4rem;
    padding: 0 16px 14px;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__featureDesc {
    font-size: 2rem;
    padding: 0;
  }
}

.topFeature__accPanel {
  -webkit-transition: max-height 400ms ease;
  transition: max-height 400ms ease;
}
.topFeature__accPlus {
  position: absolute !important;
  inset: 50% 14px auto auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
.topFeature__accPlus::before, .topFeature__accPlus::after {
  content: "";
  position: absolute;
  display: block;
  background: rgb(var(--color-wh));
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
}
.topFeature__accPlus::before {
  inset: calc(50% - 0.5px) auto auto 0;
  width: 100%;
  height: 1px;
}
.topFeature__accPlus::after {
  inset: 0 auto auto calc(50% - 0.5px);
  width: 1px;
  height: 100%;
}

.is-open .topFeature__accPlus::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.is-open .topFeature__accPlus::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.featureSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .featureSlider {
    margin-bottom: 128px;
  }
}
@media screen and (min-width: 600px) {
  .featureSlider {
    margin-bottom: 256px;
  }
}
.featureSlider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loopCl 40000ms linear infinite both;
          animation: loopCl 40000ms linear infinite both;
}
@media screen and (min-width: 320px) {
  .featureSlider__item {
    width: 24rem;
    margin-right: 8px;
  }
}
@media screen and (min-width: 600px) {
  .featureSlider__item {
    width: 48rem;
    margin-right: 16px;
  }
}

:root {
  --bg: 190 171 154;
  --white: 255 255 255;
  --text: 30 28 26;
  --radius: 16px;
}

.menuShowcase {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: clip;
  background: rgb(var(--bg));
}

.menuShowcase__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.menuShowcase__bgItem {
  position: absolute;
  inset: 0;
  overflow: hidden;
  /* 重要：初期は上から隠す */
  clip-path: inset(100% 0 0 0);
  will-change: clip-path;
}

.menuShowcase__bgItem.is-active {
  clip-path: inset(0 0 0 0);
}

.menuShowcase__bgItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.88);
          filter: brightness(0.88);
  /* 初期（入場前） */
  -webkit-transform: rotate(8deg) scale(1.5);
          transform: rotate(8deg) scale(1.5);
  will-change: transform;
}

.menuShowcase__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(1100px 720px at 55% 45%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 56%), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.22)));
  background: radial-gradient(1100px 720px at 55% 45%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 56%), linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.22));
}

.menuShowcase__texts {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  place-items: end start;
  padding: 10vh 5vw;
}

.menuShowcase__text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: rgb(var(--white));
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  pointer-events: none;
  will-change: opacity, transform;
}
@media screen and (min-width: 320px) {
  .menuShowcase__text {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 5vw 14rem;
    height: 100%;
  }
}
@media screen and (min-width: 600px) {
  .menuShowcase__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5vw 18rem;
    height: auto;
  }
}
@media screen and (min-width: 320px) {
  .menuShowcase__textCopy {
    position: absolute;
    inset: 0 0 auto auto;
    -webkit-transform: translateY(240%);
            transform: translateY(240%);
  }
}
@media screen and (min-width: 600px) {
  .menuShowcase__textCopy {
    position: relative;
    inset: auto;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}
.menuShowcase__textCopy div {
  font-family: var(--font-unique);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.1;
}
@media screen and (min-width: 320px) {
  .menuShowcase__textCopy div {
    font-size: 2.8rem;
    text-align: right;
  }
}
@media screen and (min-width: 600px) {
  .menuShowcase__textCopy div {
    font-size: 8.8rem;
    text-align: right;
  }
}
@media screen and (min-width: 320px) {
  .menuShowcase__textCopy div span:first-child {
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
}
@media screen and (min-width: 600px) {
  .menuShowcase__textCopy div span:first-child {
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
}

.menuShowcase__text.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.menuShowcase__eyebrow {
  font-family: var(--font-head);
  letter-spacing: 0.12em;
  opacity: 0.9;
  margin: 0 0 14px;
}
@media screen and (min-width: 320px) {
  .menuShowcase__eyebrow {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .menuShowcase__eyebrow {
    font-size: 1.8rem;
  }
}

.menuShowcase__title {
  font-family: var(--font-unique);
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.08;
  font-size: clamp(30px, 3.2vw, 52px);
}

.menuShowcase__desc {
  margin: 0 0 18px;
  line-height: 1.8;
  opacity: 0.92;
  font-size: clamp(13px, 1.2vw, 16px);
  max-width: 52ch;
}

.menuShowcase__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.menuShowcase__index {
  position: absolute;
  z-index: 3;
  right: 5vw;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.12em;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}

.menuShowcase__slash {
  opacity: 0.6;
}

.menuShowcase__thumbs {
  position: absolute;
  z-index: 4;
  pointer-events: auto;
}
@media screen and (min-width: 320px) {
  .menuShowcase__thumbs {
    inset: auto auto 1.5vw 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  .menuShowcase__thumbs {
    inset: auto auto 1.5vw 2.5vw;
  }
}

.menuShowcase__thumbsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  overflow: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  /* iOSで気持ちよく */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.menuShowcase__thumbsList::-webkit-scrollbar {
  display: none;
}

.menuShowcase__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  opacity: 0.72;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (min-width: 320px) {
  .menuShowcase__thumb {
    width: 6.4rem;
  }
}
@media screen and (min-width: 600px) {
  .menuShowcase__thumb {
    width: 12.2rem;
  }
}

.menuShowcase__thumb.is-active {
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.menuShowcase__thumbBtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: center;
  width: 100%;
  padding: 0;
}

.menuShowcase__thumbImg {
  display: block;
  width: 100%;
  overflow: hidden;
}
.menuShowcase__thumbImg .imgWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.56%;
  overflow: hidden;
}
.menuShowcase__thumbImg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menuShowcase__thumbImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.menuShowcase__thumbTitle {
  font-size: 10px;
  line-height: 1;
  margin-top: 4px;
  opacity: 0.92;
}
@media screen and (min-width: 320px) {
  .menuShowcase__thumbTitle {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .menuShowcase__thumbTitle {
    display: block;
  }
}

/* SPは右下indexと被りがちなので軽く避ける */
@media (max-width: 768px) {
  .menuShowcase__thumbs {
    left: 4vw;
    right: 4vw;
    bottom: 8rem;
    width: auto;
  }
}
.topFv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  color: #FFFFFF;
}
@media screen and (min-width: 320px) {
  .topFv {
    height: auto;
    padding: 62svh 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .topFv {
    height: 100svh;
    padding: 0 0 6rem;
  }
}
.topFv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 320px) {
  .topFv .bg {
    height: 91svh;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .bg {
    height: 100%;
  }
}
.topFv .bgImg {
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
.topFv .fvTitle {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .topFv .fvTitle {
    font-size: 1.8rem;
    letter-spacing: 0.15rem;
    padding: 0 2.5vw 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .fvTitle {
    font-size: 3.4rem;
    letter-spacing: 0.2rem;
    padding: 0 5vw 4rem;
  }
}
.topFv .slideTextWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.topFv .slideText {
  font-family: "Satoshi", sans-serif;
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .topFv .slideText {
    font-size: 8.5rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .slideText {
    font-size: 35rem;
    padding-right: 8rem;
  }
}
.topFv .fvContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .topFv .fvContent {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .fvContent {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    bottom: -3rem;
    left: 0;
    padding: 0 2.5vw 0 5vw;
  }
}
.topFv .fvVideo {
  visibility: hidden;
  background: #FFFFFF;
  border-radius: 1.6rem;
  aspect-ratio: 16/9;
  -webkit-box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 320px) {
  .topFv .fvVideo {
    display: none;
    width: 80%;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .fvVideo {
    display: block;
    width: 27.3%;
    margin-top: 0;
  }
}
.topFv .newsInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Satoshi", sans-serif;
  letter-spacing: 0.17rem;
}
@media screen and (min-width: 320px) {
  .topFv .newsInfo {
    font-size: 1.15rem;
    gap: 0 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .newsInfo {
    font-size: 1.6rem;
    gap: 0 3.6rem;
  }
}
.topFv .newsDate {
  opacity: 0.8;
}
.topFv .newsTitle {
  display: block;
  letter-spacing: 0.14rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 320px) {
  .topFv .newsTitle {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .newsTitle {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}

#fvNewsSwiper {
  position: relative;
  background: #867463;
}
@media screen and (min-width: 320px) {
  #fvNewsSwiper {
    width: 100%;
    padding: 1.5rem 5rem 2rem 2rem;
    border-radius: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  #fvNewsSwiper {
    width: 36.5%;
    padding: 2.8rem 10rem 3.8rem 6rem;
    border-radius: 7rem;
  }
}
#fvNewsSwiper .swiper-button-prev, #fvNewsSwiper .swiper-button-next {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
#fvNewsSwiper .swiper-button-prev::after, #fvNewsSwiper .swiper-button-next::after {
  content: none;
}
@media screen and (min-width: 320px) {
  #fvNewsSwiper .swiper-button-prev, #fvNewsSwiper .swiper-button-next {
    right: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #fvNewsSwiper .swiper-button-prev, #fvNewsSwiper .swiper-button-next {
    right: 4.5rem;
  }
}
#fvNewsSwiper .swiper-button-prev {
  left: unset;
}
@media screen and (min-width: 320px) {
  #fvNewsSwiper .swiper-button-prev {
    top: 28%;
  }
}
@media screen and (min-width: 1025px) {
  #fvNewsSwiper .swiper-button-prev {
    top: 33%;
  }
}
@media screen and (min-width: 320px) {
  #fvNewsSwiper .swiper-button-next {
    top: 70%;
  }
}
@media screen and (min-width: 1025px) {
  #fvNewsSwiper .swiper-button-next {
    top: 65%;
  }
}
#fvNewsSwiper .swiper-button-next .btnSvg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#fvNewsSwiper .btnSvg {
  fill: #FFFFFF;
}
@media screen and (min-width: 320px) {
  #fvNewsSwiper .btnSvg {
    width: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  #fvNewsSwiper .btnSvg {
    width: 2.5rem;
  }
}

.topIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .topIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .topIntro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 11rem 4vw 0 0;
  }
}

@media screen and (min-width: 320px) {
  .introTextWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .introTextWrapper {
    width: 41.4%;
    padding-top: 18rem;
  }
}

.introTitle {
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .introTitle {
    font-size: 2rem;
    padding: 0 5vw;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .introTitle {
    font-size: 4.8rem;
    padding: 0;
    text-align: left;
  }
}

.IntroDesc {
  line-height: 1.75;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 320px) {
  .IntroDesc {
    font-size: 1.4rem;
    padding: 2.5rem 5vw 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .IntroDesc {
    font-size: 2.1rem;
    padding: 4rem 0 0;
  }
}

#IntroSwiper {
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #IntroSwiper {
    width: 100%;
    height: 20rem;
  }
}
@media screen and (min-width: 1025px) {
  #IntroSwiper {
    width: 52%;
    height: 54rem;
  }
}
#IntroSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#IntroSwiper .swiper-slide {
  background: #FFFFFF;
}
@media screen and (min-width: 320px) {
  #IntroSwiper .swiper-slide {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #IntroSwiper .swiper-slide {
    border-radius: 1.6rem;
  }
}

@media screen and (min-width: 320px) {
  .pcBr {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .pcBr {
    display: block;
  }
}

.topMenu {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .topMenu {
    padding: 0 2.5vw 64px;
  }
}
@media screen and (min-width: 1025px) {
  .topMenu {
    padding: 0 2.5vw 128px;
  }
}
.topMenu .sectionTitleEng, .topMenu .sectionTitle {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .topMenu .sectionTitleEng, .topMenu .sectionTitle {
    padding-left: 2.5vw;
  }
}

.menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .menuList {
    padding-top: 4rem;
    gap: 2rem 3%;
  }
}
@media screen and (min-width: 1025px) {
  .menuList {
    padding-top: 10rem;
    gap: 4rem 2%;
  }
}

.menuItem {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
@media screen and (min-width: 320px) {
  .menuItem {
    width: 48.5%;
  }
}
@media screen and (min-width: 1025px) {
  .menuItem {
    width: 23.5%;
  }
}
.menuItem:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.menuItemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  background: #A18974;
  -webkit-box-shadow: 20px 20px 60px #897463, -20px -20px 60px #b99e85;
          box-shadow: 20px 20px 60px #897463, -20px -20px 60px #b99e85;
}
@media screen and (min-width: 320px) {
  .menuItemInner {
    border-radius: 8px;
    padding: 1rem 0.5rem 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .menuItemInner {
    border-radius: 12px;
    padding: 3rem 1rem 1rem;
  }
}

.menuTitleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 4% 0 7%;
}

.menuNum {
  font-weight: 700;
  margin-bottom: 0.3rem;
  white-space: nowrap;
}
@media screen and (min-width: 320px) {
  .menuNum {
    width: 100%;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .menuNum {
    width: 10%;
    font-size: 1.4rem;
  }
}

.menuTitle {
  width: 100%;
}
.menuTitle .category {
  display: none;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 320px) {
  .menuTitle .category {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .menuTitle .category {
    font-size: 1.4rem;
  }
}
.menuTitle .titleText {
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 320px) {
  .menuTitle .titleText {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .menuTitle .titleText {
    font-size: 2.1rem;
    margin-top: 1.5rem;
  }
}

.menuIcon {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFFFFF;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
@media screen and (min-width: 320px) {
  .menuIcon {
    width: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .menuIcon {
    width: 10%;
  }
}

.menuIconSvg {
  width: 40%;
}

.menuImg {
  background: #FFFFFF;
  aspect-ratio: 403/224;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 320px) {
  .menuImg {
    border-radius: 1.2rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .menuImg {
    border-radius: 2rem;
    margin-top: 3.5rem;
  }
}

.menuGuid {
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 320px) {
  .menuGuid {
    font-size: 2rem;
    margin: 6rem 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .menuGuid {
    font-size: 4.8rem;
    margin: 12rem 0 3rem;
  }
}

.topMenu .commonLinkBtn {
  background-color: #FFFFFF;
  color: #867463;
}

.topAbout {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topAbout {
    margin: 10rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout {
    margin: 0 1vw;
  }
}
.topAbout .AboutInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  overflow: hidden;
  backdrop-filter: blur(15px) contrast(1.5) brightness(0.8);
}
@media screen and (min-width: 320px) {
  .topAbout .AboutInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 4rem 10vw;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout .AboutInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 118rem;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0 1.7vw 0 4.5vw;
  }
}
.topAbout .sectionTitleEng {
  font-family: var(--font-head);
  font-weight: 400;
}
.topAbout .sectionTitleEng, .topAbout .sectionTitle {
  color: #FFFFFF;
}
@media screen and (min-width: 320px) {
  .topAbout .textWrapper {
    width: 100%;
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout .textWrapper {
    width: 55%;
    padding-top: 24.5rem;
  }
}
.topAbout .aboutText {
  color: #FFFFFF;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .topAbout .aboutText {
    font-size: 1.4rem;
    padding: 3rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout .aboutText {
    font-size: 1.8rem;
    padding: 7rem 0 0 4.5vw;
  }
}
.topAbout .btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .topAbout .btnWrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 1.2rem;
    padding: 4rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout .btnWrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 3rem;
    padding: 7rem 0 0 4.5vw;
  }
}
.topAbout .swiperArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .topAbout .swiperArea {
    width: 100vw;
    margin-left: -9.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout .swiperArea {
    width: 38%;
    margin-left: 0;
  }
}
.topAbout .aboutSwiper {
  margin: 0;
}
@media screen and (min-width: 320px) {
  .topAbout .aboutSwiper {
    width: 100%;
    height: 17.7rem;
    overflow: visible;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout .aboutSwiper {
    width: 48%;
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 320px) {
  .topAbout .aboutSwiper:nth-last-child(1) {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout .aboutSwiper:nth-last-child(1) {
    display: block;
  }
}
.topAbout .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.topAbout .aboutImgWrapper {
  background: #FFFFFF;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topAbout .aboutImgWrapper:nth-child(2n) {
    margin-top: 1.9rem;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout .aboutImgWrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.topAbout .aboutImg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 320px) {
  .topAbout .aboutImg.pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout .aboutImg.pc {
    display: block;
  }
}
@media screen and (min-width: 320px) {
  .topAbout .aboutImg.sp {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout .aboutImg.sp {
    display: none;
  }
}
.topAbout .commonLinkBtn {
  background-color: #FFFFFF;
  color: #867463;
}
@media screen and (min-width: 1025px) {
  .topAbout .commonLinkBtn:hover {
    color: #FFFFFF;
    background: #867463;
  }
}
.topAbout .commonLinkBtn .icon {
  background: #867463;
}
.topAbout .commonLinkBtn .iconSvg {
  stroke: #FFFFFF;
}
.topAbout .aboutBg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

/* =========================================================
   FEATURE (SP Accordion) - PCは現状維持 / SPだけ加筆
========================================================= */
/* ここはあなたのFEATUREセクションの親に合わせて変更してOK
   例: .topFeature / .trFeature / #topFeature など */
#topFeature {
  /* SPだけアコーディオン化 */
}
@media screen and (min-width: 320px) {
  #topFeature {
    /* PC用のgrid/columnsがあるなら、SPでは縦積みにするだけ */
  }
  #topFeature .topFeature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
  #topFeature .topFeature__item {
    /* LiquidGlass風 */
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.18);
            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
  }
  #topFeature {
    /* JSが付与するクラス */
  }
  #topFeature .topFeature__item.is-acc {
    /* クリック領域 */
  }
  #topFeature .topFeature__item.is-acc .topFeature__accBtn {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    padding: 18px 18px;
    background: transparent;
    border: 0;
    color: inherit;
    text-align: left;
    cursor: pointer;
  }
  #topFeature .topFeature__item.is-acc .topFeature__accTitle {
    /* 既存の見出しがあるならそれを活かしてOK */
    font-weight: 600;
    line-height: 1.35;
  }
  #topFeature .topFeature__item.is-acc .topFeature__accPlus {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.18);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }
  #topFeature .topFeature__item.is-acc {
    /* + の見た目（線2本） */
  }
  #topFeature .topFeature__item.is-acc .topFeature__accPlus::before,
  #topFeature .topFeature__item.is-acc .topFeature__accPlus::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 99px;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #topFeature .topFeature__item.is-acc .topFeature__accPlus::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #topFeature .topFeature__item.is-acc {
    /* 開閉パネル */
  }
  #topFeature .topFeature__item.is-acc .topFeature__accPanel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: max-height 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  #topFeature .topFeature__item.is-acc .topFeature__accPanelInner {
    padding: 0 18px 18px;
    opacity: 0.92;
    line-height: 1.8;
    /* お好み */
    font-size: 1.3rem;
  }
  #topFeature .topFeature__item.is-acc {
    /* open時 */
  }
  #topFeature .topFeature__item.is-acc.is-open .topFeature__accPlus {
    background: rgba(0, 0, 0, 0.28);
  }
  #topFeature .topFeature__item.is-acc.is-open .topFeature__accPlus::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* + → - */
  }
}/*# sourceMappingURL=top_new.css.map */