:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

.is-foot .l-bg_text {
  position: absolute;
}

.l-content {
  padding-top: 10rem;
  padding-bottom: 20.5rem;
  overflow: visible;
}
@media screen and (max-width: 899px) {
  .l-content {
    padding-top: 5.6rem;
    padding-bottom: 12.2rem;
  }
}

.l-main {
  padding-bottom: 0;
  overflow: hidden;
}

.l-in_header {
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 899px) {
  .l-in_header {
    margin-bottom: 4.2rem;
  }
}
.l-in_header__ttl {
  transform: translateY(25px);
  opacity: 0;
}
.is-load .l-in_header__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
.l-in_header__ttl h2 {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 1.4rem;
  font-size: 5.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(90deg, #091d46 0%, #4166b0 50%, #091d46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 899px) {
  .l-in_header__ttl h2 {
    font-size: 3.4rem;
    padding-bottom: 0.9rem;
  }
}
.l-in_header__ttl h2::before {
  content: "";
  width: 100%;
  height: 5.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/deco_ttl.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .l-in_header__ttl h2::before {
    height: 2.5px;
  }
}
.l-in_header__ttl-cap {
  text-align: center;
  margin-top: 1.6rem;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  transform: translateY(10px);
  opacity: 0;
}
.is-load .l-in_header__ttl-cap {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 899px) {
  .l-in_header__ttl-cap {
    margin-top: 0.8rem;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
  }
}

.l-in_logo {
  position: relative;
  margin: 0 auto;
  width: 28.7rem;
  padding-top: 3.6rem;
}
@media screen and (max-width: 899px) {
  .l-in_logo {
    width: 16.7rem;
    padding-top: 2.7rem;
  }
}
.l-in_logo a {
  display: block;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .l-in_logo a:hover {
    opacity: 0.6;
    transform: scale(0.97);
  }
}

.l-in_loadshow {
  position: absolute;
  top: 3.9rem;
  left: 4rem;
  width: 24.9rem;
}
@media screen and (max-width: 899px) {
  .l-in_loadshow {
    display: none;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C9E1FD;
  background: linear-gradient(0deg, rgb(201, 225, 253) 0%, rgb(239, 218, 249) 50%, rgb(202, 238, 254) 100%);
  z-index: 100;
}
.is-load .l-loading {
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none;
}
.l-loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-loading .loader {
  width: 6rem;
  height: 6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #b39242 94%, rgba(0, 0, 0, 0)) top/3px 3px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #b39242);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 3px), #000 0);
  animation: l13 1s infinite linear;
}
@media screen and (max-width: 899px) {
  .l-loading .loader {
    width: 5rem;
    height: 5rem;
  }
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}