@charset "UTF-8";
:root {
  --color-main: #000;
  --color-gray: #D9D9D9;
  --color-white: #fff;
  --color-header: #1A1925;
  --color-footer: #E3E2EB;
  --color-current: #0066FF;
  --color-hover: #746DC8;
  --font-base: "Noto Sans JP", sans-serif;
  --font-notosan: "Noto Sans JP", sans-serif;
  --font-lexend: "Lexend", sans-serif;
  --font-lexendgiga: "Lexend Giga", sans-serif;
  --font-caveat: "Caveat", cursive;
  --font-just: "Jost", sans-serif;
  --header-h-pc:100px;
  --header-h-sp:13.0769230769vw;
  --footer-h-pc:780px;
  --footer-h-sp:223.0769230769vw;
  --hero-pt-pc:136px;
  --hero-pt-sp:25.7vw;
  --padding-side-xl-pc:20px;
  --padding-side-pc:0;
  --padding-side-sp:6.4102564103vw;
  --nav-side-width-md: 13px;
  --nav-side-line-color: #D9D9D9;
  --line-height-default: 1.6;
  --container-width: 1220px;
  --container-width-1000px: 1000px;
}

/* ==========================================================================
  animation
========================================================================== */
/* ==========================================================================
   index
========================================================================== */
/* --------------------------------------------------------------------------
  共通パーツの上書き
-------------------------------------------------------------------------- */
.l-footer {
  --footer-h-sp:200vw;
}

/* --------------------------------------------------------------------------
  top__hero
-------------------------------------------------------------------------- */
.p-top-hero {
  padding: 5.1282051282vw 2.5641025641vw 0;
}
@media screen and (min-width: 768px) {
  .p-top-hero {
    padding: 20px 20px 0;
  }
}

.p-top-hero__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 370/600;
  width: 100%;
  border-radius: 6.6666666667vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/hero_sp@3x.webp);
}
@media screen and (min-width: 768px) {
  .p-top-hero__inner {
    aspect-ratio: 1506/803;
    width: 100%;
    min-height: 700px;
    max-height: 803px;
    border-radius: 50px;
    background-image: url(../img/top/hero_pc@2x.webp);
  }
}

.p-top-hero__bg {
  width: 100%;
  height: 100%;
}
.p-top-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.p-top-hero__title {
  position: absolute;
  left: 6.1538461538vw;
  bottom: 36.1538461538vw;
  z-index: 0;
  color: var(--color-white);
  font-size: 6.6666666667vw;
  text-shadow: 0.5128205128vw 0.5128205128vw 1.5384615385vw rgba(0, 0, 0, 0.4);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .p-top-hero__title {
    left: 26px;
    bottom: 180px;
    font-size: 52px;
    text-shadow: none;
    line-height: 1;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-hero__title {
    left: 50px;
    bottom: 46px;
    font-size: min(62px, 4.7vw);
  }
}

.p-top-hero__chara {
  position: absolute;
  right: -1.2820512821vw;
  bottom: -11.0256410256vw;
  width: 43.0769230769vw;
}
@media screen and (min-width: 768px) {
  .p-top-hero__chara {
    right: 0;
    bottom: -49px;
    width: 248px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-hero__chara {
    bottom: -75px;
    right: 30px;
    width: min(507px, 30%);
  }
}
@media screen and (min-width: 1430px) {
  .p-top-hero__chara {
    right: 50px;
  }
}

/* --------------------------------------------------------------------------
  p-top-menu
-------------------------------------------------------------------------- */
.p-top-menu {
  width: 100%;
  padding: 21.0256410256vw 0 32.0512820513vw;
}
@media screen and (min-width: 768px) {
  .p-top-menu {
    width: min(1220px, 100%);
    margin: 0 auto;
    padding: 150px 0 190px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-menu__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.p-top-menu__photo {
  margin: 10.2564102564vw 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-menu__photo {
    width: min(500px, 86%);
    margin: 0 0 0 auto;
    text-align: right;
  }
}

.p-top-menu__lists {
  counter-reset: menunum;
  display: flex;
  flex-direction: column;
  color: #1A1925;
}
@media screen and (min-width: 768px) {
  .p-top-menu__lists {
    gap: 49px 0;
  }
}

.p-top-menu-items {
  border-bottom: 1px var(--color-gray) solid;
}
@media screen and (min-width: 768px) {
  .p-top-menu-items {
    border-bottom: 1px var(--color-gray) solid;
  }
}

.p-top-menu-items__text--jp {
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-menu-items__text--jp {
    font-size: 16px;
  }
}

.p-top-menu-items__text--en {
  font-family: var(--font-lexend);
  font-size: 9.7435897436vw;
  font-weight: 500;
  line-height: 1.31;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-top-menu-items__text--en {
    font-size: 60px;
    line-height: 0.83;
  }
}

.p-top-menu-items__text--notes {
  font-size: 2.8205128205vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-menu-items__text--notes {
    font-size: 16px;
  }
}

.p-top-menu__link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2820512821vw 0;
  padding: 5.1282051282vw 0;
}
@media screen and (min-width: 768px) {
  .p-top-menu__link {
    gap: 20px 0;
    padding: 0 0 20px;
  }
}
.p-top-menu__link::after {
  counter-increment: menunum; /* counter-resetと同じ文字列 */
  content: counter(menunum, decimal-leading-zero); /* カウントした数に応じて番号を表示 */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-lexendgiga);
  font-size: 5.1282051282vw;
  font-weight: 700;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-top-menu__link::after {
    font-size: 20px;
  }
}

/* --------------------------------------------------------------------------
  p-top-future
-------------------------------------------------------------------------- */
.p-top-future__container {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-future__container {
    width: min(1200px, 100%);
    margin: 0 auto;
  }
}

.p-top-future {
  position: relative;
  padding: 0 var(--padding-side-sp) 38.4615384615vw;
  background: linear-gradient(90deg, #EDEDED 0%, #EDEDED 50%, #F7F7F7 50%, #F7F7F7 100%);
}
@media screen and (min-width: 768px) {
  .p-top-future {
    padding: 0 0 150px;
  }
}
.p-top-future::before {
  content: "";
  display: block;
  position: absolute;
  top: -6.1538461538vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 65.8974358974vw;
  height: 95.1282051282vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/top/future/mark.svg?v2);
}
@media screen and (min-width: 768px) {
  .p-top-future::before {
    top: -40px;
    width: 474px;
    height: 683px;
  }
}
.p-top-future::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 38.4615384615vw;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (min-width: 768px) {
  .p-top-future::after {
    height: 150px;
  }
}

.p-top-future__hero {
  padding: 17.4358974359vw 0 17.9487179487vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-future__hero {
    padding: 130px 0 76px;
  }
}

.p-top-future__hero-title {
  color: #1B50A0;
  font-size: 5.641025641vw;
  font-weight: 700;
  line-height: 2.27;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-future__hero-title {
    font-size: 50px;
    line-height: 1;
  }
}

.p-top-future__hero-texts {
  padding-top: 5.1282051282vw;
  color: #0A0146;
  font-size: 2.8205128205vw;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-future__hero-texts {
    padding-top: 40px;
    font-size: 20px;
  }
}

.p-top-future-lists {
  position: sticky;
  top: calc(var(--header-h-sp) + 10.2564102564vw);
  width: 100%;
  margin: -5.1282051282vw auto 0;
  padding: 15.3846153846vw 5.1282051282vw;
  border-radius: 6.6666666667vw 6.6666666667vw 0px 0px;
}
@media screen and (min-width: 768px) {
  .p-top-future-lists:nth-of-type(odd) .p-top-future-lists__inner {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-top-future-lists {
    top: calc(var(--header-h-pc) + 40px);
    width: min(1220px, 100%);
    margin: -30px auto 0;
    padding: 70px 36px;
    border-radius: 0;
  }
}
@media screen and (min-width: 1220px) {
  .p-top-future-lists {
    padding: 70px 56px;
    border-radius: 30px 30px 0px 0px;
  }
}
.p-top-future-lists.bg-sky {
  background: #9CE4E6;
}
.p-top-future-lists.bg-pink {
  background: #EAC6E6;
}
.p-top-future-lists.bg-yellow {
  background: #FAE789;
}
.p-top-future-lists.bg-blue {
  background: #96C5F1;
}
.p-top-future-lists.bg-red {
  background: #FFB3B3;
}

.p-top-future-lists__inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 5.1282051282vw 0;
}
@media screen and (min-width: 768px) {
  .p-top-future-lists__inner {
    flex-direction: row;
    gap: 0 36px;
  }
}
@media screen and (min-width: 1220px) {
  .p-top-future-lists__inner {
    gap: 0 66px;
  }
}

.p-top-future-lists__photo {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-future-lists__photo {
    width: 45%;
  }
}
@media screen and (min-width: 1220px) {
  .p-top-future-lists__photo {
    width: min(600px, 60%);
  }
}

@media screen and (min-width: 768px) {
  .p-top-future-lists__texts {
    flex: 1 1;
  }
}

.p-top-future-lists__header {
  font-weight: 700;
}

.p-top-future-lists__header--en {
  font-family: var(--font-lexend);
  font-size: 9.2307692308vw;
  line-height: 1.38;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-top-future-lists__header--en {
    font-size: 5.2rem;
    line-height: 0.96;
  }
}

.p-top-future-lists__header-title--jp {
  font-size: 4.1025641026vw;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-top-future-lists__header-title--jp {
    padding-top: 10px;
    font-size: 2rem;
    line-height: 1;
  }
}

.p-top-future-lists__header-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.8461538462vw 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.2820512821vw;
}
@media screen and (min-width: 768px) {
  .p-top-future-lists__header-sub {
    gap: 20px 0;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 12px;
  }
}
.p-top-future-lists__header-sub p {
  display: grid;
  place-items: center;
  width: 100%;
  height: 12.8205128205vw;
  padding-left: 2.8205128205vw;
  padding-right: 2.8205128205vw;
  font-size: 4.358974359vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.92;
  border-width: 0.2564102564vw;
  border-style: solid;
  border-color: #000;
  border-radius: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .p-top-future-lists__header-sub p {
    height: 61px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 2.4rem;
    border-width: 1px;
    border-radius: 10px;
  }
}
.p-top-future-lists__header-sub svg {
  width: 7.6923076923vw;
  height: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .p-top-future-lists__header-sub svg {
    width: 30px;
    height: 30px;
  }
}

.p-top-future-lists__notes {
  padding-top: 2.5641025641vw;
  font-size: 3.0769230769vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-top-future-lists__notes {
    padding-top: 20px;
    font-size: 2rem;
  }
}

/* --------------------------------------------------------------------------
  p-top-evolution
-------------------------------------------------------------------------- */
.p-top-evolution {
  padding-bottom: 25.641025641vw;
}
@media screen and (min-width: 768px) {
  .p-top-evolution {
    padding-bottom: 150px;
    padding-left: clamp(0px, (1260px - 100%) / 2, var(--padding-side-xl-pc));
    padding-right: clamp(0px, (1260px - 100%) / 2, var(--padding-side-xl-pc));
  }
}

.p-top-evolution-header {
  margin-bottom: 3.8461538462vw;
  padding-bottom: 2.5641025641vw;
  color: #1B50A0;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-evolution-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.p-top-evolution-header__title--en {
  font-family: var(--font-lexend);
  font-size: 7.6923076923vw;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-top-evolution-header__title--en {
    font-size: 6rem;
  }
}

.p-top-evolution-header__title--jp {
  font-size: 3.5897435897vw;
  line-height: 3.25;
}
@media screen and (min-width: 768px) {
  .p-top-evolution-header__title--jp {
    font-size: 2rem;
    line-height: 2.5;
  }
}

.p-top-evolution__inner {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0px 6.6666666667vw;
  grid-template-areas: "crystal crystal" "textl textr";
}
@media screen and (min-width: 768px) {
  .p-top-evolution__inner {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr min(400px, 42%) 1fr;
    grid-template-rows: auto;
    gap: 0px 30px;
    justify-content: space-between;
    align-items: center;
    grid-template-areas: "textl crystal textr";
  }
}

.p-top-evolution-textl {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: textl;
}
@media screen and (min-width: 768px) {
  .p-top-evolution-textl {
    text-align: right;
  }
}

.p-top-evolution-crystal {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: crystal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-top-evolution-textr {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: textr;
}

@media screen and (min-width: 768px){
  .p-top-evolution-textl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-evolution-crystal {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-top-evolution-textr {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-evolution-textr .p-top-evolution__list-title {
    flex-direction: row-reverse;
  }
}

.p-top-evolution__lists {
  display: flex;
  flex-direction: column;
  gap: 6.4102564103vw 0;
}
@media screen and (min-width: 768px) {
  .p-top-evolution__lists {
    gap: 40px 0;
  }
}

.p-top-evolution__list-title {
  display: flex;
  flex-direction: column-reverse;
  color: #1B4585;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-evolution__list-title {
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-evolution__list-title {
    flex-direction: row;
    align-items: center;
    gap: 0 1em;
  }
}

.p-top-evolution__list-title--jp {
  display: inline-block;
  font-size: 3.5897435897vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top-evolution__list-title--jp {
    font-size: 1.8rem;
  }
}

.p-top-evolution__list-title--en {
  display: inline-block;
  font-size: 5.1282051282vw;
  font-family: var(--font-lexend);
  text-transform: capitalize;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top-evolution__list-title--en {
    font-size: 3rem;
  }
}

.p-top-evolution__list-notes {
  padding-top: 1.2820512821vw;
  font-size: 3.3333333333vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top-evolution__list-notes {
    padding-top: 0;
    font-size: 1.6rem;
  }
}