html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, b {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 100%;
  list-style-type: none;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: var(--text-color-head, #222827);
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

img {
  max-width: 100%;
  max-height: 100%;
}

input[type=submit], input[type=button],
button[type=submit],
button[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration,
button[type=submit]::-webkit-search-decoration,
button[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus,
button[type=submit]::focus,
button[type=button]::focus {
  outline-offset: -2px;
}

a {
  transition: 0.3s;
}
body.page-top {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

body.page-top main {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.header-cursor {
  position: fixed;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: radial-gradient(circle, rgba(253, 199, 25, 0.85) 0%, rgba(253, 199, 25, 0) 70%);
  filter: blur(5px);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.35s ease, height 0.35s ease, opacity 0.25s ease;
  z-index: 9999;
  opacity: 0;
}

.header-cursor.is-active {
  opacity: 1;
}

.header-cursor.is-hover {
  width: 72px;
  height: 72px;
}

body.page-top .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
}

body.page-top .header__inner {
  max-width: 1375px;
  margin: 0 auto;
  padding: 32px 48px 28px 13px;
  display: flex;
  justify-content: space-between;
}

body.page-top .header__logo {
  flex-shrink: 0;
}

body.page-top .header__logo img {
  width: 334px;
  height: auto;
}

.header__nav {
  padding-top: 14px;
}

body.page-top .header__nav-list {
  display: flex;
  align-items: center;
  gap: 0;
}

body.page-top .header__nav-item {
  display: flex;
  align-items: center;
}

body.page-top .header__nav-sep {
  color: #FFF;
  padding: 0 18px;
  font-size: 1.2rem;
}

body.page-top .header__nav-link {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 143.75%;
  letter-spacing: 2.788px;
}

body.page-top .header__hamburger {
  display: none;
}

.hero {
  position: relative;
  overflow-x: hidden;
  flex-shrink: 0;
}

.hero__moon {
  position: absolute;
  top: 79px;
  right: 232px;
  width: 536px;
  pointer-events: none;
}

@keyframes moonGlow {
  0%, 100% {
    filter: drop-shadow(-24px 30px 10px rgba(235, 225, 200, 0.55));
  }
  50% {
    filter: drop-shadow(-24px 30px 16px rgba(235, 225, 200, 0.8));
  }
}
.hero__moon img {
  width: 100%;
  height: auto;
  animation: moonGlow 5s ease-in-out infinite;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 1135px;
  margin: 0 auto;
  padding-top: clamp(80px, 31vh, 372px);
}

.hero__subtitle-img {
  display: block;
  height: auto;
  margin-bottom: 37px;
  opacity: 0;
}

.hero__title-img {
  display: block;
  height: auto;
  margin-bottom: 100.52px;
  opacity: 0;
}

.hero__cta {
  padding-left: 4px;
  position: relative;
}

.hero__cta::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 1px;
  height: calc(100% - 32px);
  background: rgba(255, 255, 255, 0.7);
}

.hero__cta-lead {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 146.154%;
  letter-spacing: 3.188px;
  margin-bottom: 10px;
  padding-left: 41px;
}

.hero__cta-btn {
  display: inline-block;
  position: relative;
  padding: 3px 0px 0px 40px;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)) 0 100%/100% 1px no-repeat;
}

.hero__cta-btn::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 14px;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  transform: rotate(34deg);
  transform-origin: left center;
}

.hero__cta-btn::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 14px;
  width: 26px;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  transform: rotate(0deg);
  transform-origin: left center;
}

.hero__cta-text {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 72px;
  letter-spacing: 13.684px;
  white-space: nowrap;
}

.hero__cta-char {
  display: inline-block;
  opacity: 0;
}

.page-nav {
  padding: 174px 0 clamp(15px, 5vh, 80px);
  flex-shrink: 0;
}

.page-nav__inner {
  max-width: 1135px;
  margin: 0 auto;
  padding: 0;
}

.page-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
}

.page-nav__link {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 25.8px;
  letter-spacing: 0.05em;
  position: relative;
}

.page-nav__item {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.page-nav__item.is-visible {
  opacity: 1;
  transform: translateX(0);
}

@keyframes moonSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page-nav__icon {
  width: 28px;
  height: auto;
  flex-shrink: 0;
  animation: moonSpin 3s linear infinite;
}

.page-nav__beam {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 0;
  background: rgba(253, 199, 25, 0.9);
  box-shadow: 0 0 6px 2px rgba(253, 199, 25, 0.5);
  pointer-events: none;
  transition: width 0.25s ease;
}

.page-nav__beam.is-active {
  width: calc(100% - 9px);
}

.page-nav__char {
  display: inline-block;
  transition: color 0.15s ease;
}

.page-nav__char.is-lit {
  color: #FDC719;
}

body.page-top .footer {
  border-top: none;
}

.footer__copyright {
  text-align: right;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 2.594px;
  max-width: 1135px;
  margin: 0 auto;
  padding: 112px 0 28px;
}/*# sourceMappingURL=application.css.map */