@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;
  mix-blend-mode: darken;
  pointer-events: none;
}
.topCanvas * {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.topCanvas__vid {
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  will-change: opacity;
}
.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-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;
}
@media screen and (min-width: 320px) {
  .topHero__copyEn {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyEn {
    font-size: 16.4rem;
  }
}
.topHero__copyEn span {
  display: block;
  line-height: 1;
}
.topHero__copyEn span:last-child {
  text-align: right;
}
@media screen and (min-width: 320px) {
  .topHero__copyEn span:last-child {
    margin-top: 16px;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyEn span:last-child {
    margin-top: 0;
  }
}
.topHero__copyJa {
  font-family: var(--font-unique);
  font-weight: 400;
  line-height: 1.64;
  position: absolute;
}
@media screen and (min-width: 320px) {
  .topHero__copyJa {
    font-size: 3.4rem;
    inset: 20rem auto auto 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyJa {
    font-size: 4.8rem;
    inset: 26rem auto auto 2.5vw;
  }
}
@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 {
  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__copy {
    position: relative;
    inset: auto;
    padding: 36rem 0 32px;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__copy {
    position: absolute;
    inset: 0;
    padding: 10vw 5vw 5vw 55%;
  }
}
.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 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--font-unique);
  font-weight: 400;
  line-height: 1.48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .topConcept__copyHead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__copyHead {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 40%;
    font-size: 5.2rem;
  }
}
.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 {
    width: 100%;
    padding: 24px 5vw 0;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__copyMain {
    width: 43%;
    padding: unset;
  }
}
.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: ")";
}
@media screen and (min-width: 320px) {
  .topConcept__copyDesc {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__copyDesc {
    font-size: 2rem;
  }
}
.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 2.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 {
  display: grid;
}
@media screen and (min-width: 320px) {
  .topConcept__featureWrapper {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__featureWrapper {
    width: 71.4%;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}
.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__featureImg {
  display: none;
}
.topConcept__featureTitle {
  margin: 0 0 16px;
}
@media screen and (min-width: 320px) {
  .topConcept__featureTitle {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__featureTitle {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 320px) {
  .topConcept__featureDesc {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__featureDesc {
    font-size: 1.6rem;
  }
}

: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-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: center;
  padding: 10vh 5vw;
}

.menuShowcase__text {
  position: absolute;
  width: min(760px, 88vw);
  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;
}

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

.menuShowcase__eyebrow {
  letter-spacing: 0.12em;
  opacity: 0.9;
  margin: 0 0 14px;
  font-size: 12px;
}

.menuShowcase__title {
  margin: 0 0 10px;
  font-weight: 400;
  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;
  left: 5vw;
  bottom: 24px;
  width: min(720px, 90vw);
  pointer-events: auto;
}

.menuShowcase__thumbsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  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;
}

.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: rgba(0, 0, 0, 0.35);
  color: #fff;
  padding: 10px 10px 9px;
  border-radius: 14px;
  cursor: pointer;
  display: grid;
  gap: 8px;
  text-align: left;
  min-width: 150px;
  backdrop-filter: blur(10px);
}

.menuShowcase__thumbImg {
  display: block;
  width: 150px;
  height: 94px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.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 {
  display: block;
  font-size: 12px;
  letter-spacing: 0.06em;
  opacity: 0.92;
  white-space: nowrap;
}

/* SPは右下indexと被りがちなので軽く避ける */
@media (max-width: 768px) {
  .menuShowcase__thumbs {
    left: 4vw;
    right: 4vw;
    bottom: 54px;
    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: #73b1d2;
}
@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: 10rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .topMenu {
    padding: 10rem 2.5vw 0;
  }
}
.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%;
  }
}

@media screen and (min-width: 320px) {
  .menuItem {
    width: 48.5%;
  }
}
@media screen and (min-width: 1025px) {
  .menuItem {
    width: 23.5%;
  }
}

.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-color: rgb(232, 238, 238);
  -webkit-box-shadow: -0.38rem -0.32rem 1rem 0 rgba(255, 255, 255, 0.8), 3.83px 3.214px 10px 0px rgba(193, 213, 213, 0.8);
          box-shadow: -0.38rem -0.32rem 1rem 0 rgba(255, 255, 255, 0.8), 3.83px 3.214px 10px 0px rgba(193, 213, 213, 0.8);
}
@media screen and (min-width: 320px) {
  .menuItemInner {
    border-radius: 1.5rem;
    padding: 1rem 0.5rem 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .menuItemInner {
    border-radius: 2rem;
    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-family: "Satoshi", sans-serif;
  color: #73b1d2;
  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: 74%;
}
.menuTitle .category {
  font-family: "Satoshi", sans-serif;
  color: #73b1d2;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@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;
  }
}

.topAbout {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topAbout {
    margin: 10rem 2.5vw 0;
    border-radius: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout {
    margin: 25rem 1vw 0;
    border-radius: 4rem;
  }
}
.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, .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 {
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout .aboutImgWrapper {
    border-radius: 2rem;
  }
}
@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: #73b1d2;
}
@media screen and (min-width: 1025px) {
  .topAbout .commonLinkBtn:hover {
    color: #FFFFFF;
    background: #73b1d2;
  }
}
.topAbout .commonLinkBtn .icon {
  background: #73b1d2;
}
.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 */