:root {
  --basefont: min(1.333cqi,6px);
  --headerHeight: 12rem;
  --width: 650px;
  --height: 100vh;
  --padding: 5.5rem;
  --c-black: #000;
  --c-darkblack: #1f1f1f;
  --c-white: #fff;
  --c-pink: #ea92a5;
  --c-yellow: #fcf9e1; }
  @media screen and (max-width: 767px) {
    :root {
      --height: 100dvh; } }

/*--

  reset

====================================================== --*/
* {
  font-style: normal;
  list-style: none;
  margin: 0px;
  padding: 0px; }

figure,
nav {
  display: block; }

/*--

  body

====================================================== --*/
html {
  font-size: 10px; }
  html:has(.top) {
    font-size: var(--basefont); }
    @media screen and (max-width: 767px) {
      html:has(.top) {
        height: var(--height);
        overflow: hidden; } }
  @media screen and (max-width: 767px) {
    html {
      scroll-padding-top: calc(var(--basefont) * 12 + 30px); } }

body {
  background: var(--c-white);
  color: var(--c-black);
  text-align: center;
  -webkit-text-size-adjust: 100%; }
  body::before, body::after {
    content: "";
    height: 16rem;
    left: 0px;
    position: fixed;
    width: 100%;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      body::before, body::after {
        content: none; } }
  body::before {
    background: url(../images/wave_bottom.webp) repeat-x center bottom, var(--c-yellow);
    background-size: auto 20rem;
    top: 0%; }
  body::after {
    background: url(../images/wave_top.webp) repeat-x center top, var(--c-yellow);
    background-size: auto 20rem;
    bottom: 0%; }
  body:has(.top) {
    font-family: "Zen Maru Gothic", sans-serif; }
    @media screen and (max-width: 767px) {
      body:has(.top) {
        overflow: hidden;
        height: var(--height); } }

.anchor {
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0px; }

img {
  vertical-align: top; }

svg {
  pointer-events: none; }

a {
  color: var(--c-black); }
  a:hover {
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      pointer-events: none;
      text-decoration: none !important; } }

@media screen and (max-width: 767px) {
  .c-pc {
    display: none; } }

@media screen and (min-width: 768px) {
  .c-sp {
    display: none; } }

.svgdefs {
  height: 0px;
  position: absolute;
  width: 0px; }

/*--

  layout

====================================================== --*/
.l-all {
  background: var(--c-white);
  margin: 0px auto;
  position: relative;
  z-index: 2;
  container-type: inline-size; }
  @media screen and (max-width: 767px) {
    .l-all {
      min-width: 320px;
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .l-all {
      height: 100vh;
      max-width: 480px;
      min-width: 360px;
      aspect-ratio: 750 / 1500; } }

@media screen and (min-width: 768px) {
  .l-contents {
    background: var(--c-white);
    box-shadow: 0px 0px 7px rgb(0 0 0 / 0.1);
    overflow: hidden; } }

.l-logo {
  bottom: 0px;
  left: 0px;
  margin: auto 50cqi auto 0px;
  position: fixed;
  right: 50%;
  top: 0px;
  z-index: 1;
  display: block flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 767px) {
    .l-logo {
      display: none; } }
  .l-logo img {
    height: 100%;
    object-fit: contain;
    width: 100%; }
  .l-logo a {
    display: block;
    height: 24%;
    max-height: 160px;
    width: 45%; }

.l-links {
  bottom: 0px;
  left: 50%;
  margin: auto 0px auto 50cqi;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 1;
  display: block flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 767px) {
    .l-links {
      display: none; } }
  .l-links ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 60%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-height: 440px;
    margin-left: 15%; }
  .l-links li {
    font-size: 14px;
    line-height: 1em;
    text-align: right; }
    .l-links li a {
      position: relative;
      font-family: "Manrope", sans-serif;
      text-decoration: none; }
      .l-links li a span {
        letter-spacing: -0.3em; }
      .l-links li a::after {
        background: var(--c-pink);
        content: "";
        height: 3px;
        margin: auto;
        position: absolute;
        width: 0px;
        inset: 3px auto 0px calc(100% + 10px);
        transition: all 250ms ease; }
      .l-links li a[data-current="true"]::after {
        width: 12px; }

/*-- all --*/
/*-- ------------------------------------------------- --*/
/*--

  header

====================================================== --*/
.header {
  background: var(--c-white);
  filter: drop-shadow(0px 5px 5px rgb(0 0 0 / 0.05));
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: calc(var(--basefont) * 12);
  margin: 0px auto;
  position: fixed;
  z-index: 100;
  inset: 0px 0px auto; }
  .header--top nav a[data-current="init"], .header--top nav a[data-current="true02"], .header--top nav a[data-current="true"] {
    pointer-events: none; }
  @media screen and (min-width: 768px) {
    .header {
      display: none; } }
  .header__logo {
    background: var(--c-white);
    border-radius: 100%;
    box-sizing: border-box;
    height: calc(var(--basefont) * 20);
    margin: calc(var(--basefont) * -4) auto 0px;
    padding-bottom: calc(var(--basefont) * 3);
    width: calc(var(--basefont) * 24);
    position: relative;
    z-index: 2;
    display: block flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: end;
        align-items: flex-end; }
    .header__logo img {
      width: calc(var(--basefont) * 8.8); }
  .header nav {
    box-sizing: border-box;
    margin: auto;
    margin: 0px auto;
    max-width: var(--width);
    padding: 0px calc(var(--basefont) * 7.5);
    position: absolute;
    z-index: 1;
    inset: 0px 0px 0px;
    display: block flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .header nav a {
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: calc(var(--basefont) * 3);
      position: relative;
      text-decoration: none; }
      .header nav a[data-current="init"]::after, .header nav a[data-current="true02"]::after, .header nav a[data-current="true"]::after {
        width: calc(var(--basefont) * 4);
        transition: all 250ms ease; }
      .header nav a[data-current="init"]::after, .header nav a[data-current="true02"]::after {
        transition: none; }
      .header nav a::after {
        background: var(--c-pink);
        content: "";
        height: calc(var(--basefont) * 0.4);
        margin: auto;
        position: absolute;
        width: 0rem;
        inset: auto 0px calc(var(--basefont) * -1.2); }

/*--

  footer

====================================================== --*/
.footer {
  background: var(--c-white);
  border-top: 1px solid #f1f1f1;
  box-sizing: border-box;
  padding: calc(var(--basefont) * 8) 0px 0px;
  position: relative; }
  .footer .c-pagetop {
    background: var(--c-pink);
    border: none;
    border-radius: 100%;
    bottom: 5px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 0px;
    height: calc(var(--basefont) * 8);
    position: absolute;
    right: 5px;
    width: calc(var(--basefont) * 8);
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    display: block flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .footer .c-pagetop::after {
      background: var(--c-white);
      content: "";
      margin-bottom: calc(var(--basefont) * 2);
      width: calc(var(--basefont) * 2.54);
      aspect-ratio: 25.4 / 14.1;
      clip-path: polygon(94.45% 100%, 50.02% 20.04%, 5.55% 100%, 0% 90.01%, 50.02% 0%, 100% 90.01%); }
  .footer nav {
    margin-bottom: calc(var(--basefont) * 7); }
    .footer nav a {
      -ms-flex-direction: column;
          flex-direction: column;
      font-size: calc(var(--basefont) * 2);
      gap: 20px;
      height: calc(var(--basefont) * 15);
      line-height: 1.2em;
      margin: 0px auto;
      position: relative;
      text-decoration: none;
      width: calc(var(--basefont) * 48.5);
      display: block flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .footer nav a img {
        width: calc(var(--basefont) * 23.3); }
      .footer nav a span {
        gap: 10px;
        text-decoration: underline;
        display: block flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .footer nav a span::before, .footer nav a span::after {
          background: url(../images/arrow_03.svg) no-repeat center;
          background-size: contain;
          content: "";
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin: 0px 0px -2px;
          width: calc(var(--basefont) * 0.9);
          aspect-ratio: 9.6 / 17.0; }
        .footer nav a span::before {
          background: none; }
  @media screen and (min-width: 768px) {
    .footer--story {
      display: none; } }
  @media screen and (min-width: 768px) {
    .footer--more {
      margin-top: 30px;
      border-top: none; } }

.footer__copyright {
  background: var(--c-pink);
  color: var(--c-white);
  font-size: calc(var(--basefont) * 1.8);
  height: calc(var(--basefont) * 5);
  line-height: 1.2em;
  display: block flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 767px) {
    .footer__copyright {
      padding-bottom: 10px; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
