@charset "UTF-8";
/*!
*** based on ***
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* HTML5 display-role reset for older browsers */
address, article, aside, figure, figcaption, footer,
header, hgroup, hr, legend, main, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Adjust border color as needed */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* Added global box-sizing reset */
*,
::before,
::after {
  box-sizing: border-box;
}

/* Cancel webkit text-size adjustment */
body {
  -webkit-text-size-adjust: 100%;
}

/* Reset button default styles */
button {
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
}

/* Adjust small tag default size */
small {
  font-size: 75%;
}

/* Hide hidden elements */
[hidden] {
  display: none;
}

/* Remove mark default background */
mark {
  background: none;
}

/* Normalize em tag to non-italic */
em {
  font-style: normal;
}

/* Set input opacity to visible */
input {
  opacity: 1;
}

/* Align images to bottom */
img {
  vertical-align: bottom;
}

/* Normalize address font style */
address {
  font-style: normal;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

.sp-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
    visibility: hidden;
  }
}

.pc-only {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
    visibility: visible;
  }
}

.al-right {
  text-align: right;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
}

body {
  position: relative;
  margin: 0;
  font-family: "Noto Serif JP", "Noto Serif", Georgia, serif;
  line-height: 1.5;
  background: #FFFFFF;
  color: #000;
  font-size: 0.875rem;
  overflow-x: hidden;
  letter-spacing: 0.07em;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: clamp(12px, 1.17vw, 1.17vw);
    line-height: 1.625;
  }
}
body strong {
  font-weight: bold;
}
body a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in;
}
body a:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease-in;
}

button,
input,
select,
option,
textarea,
label {
  font-family: "Noto Serif JP", "Noto Serif", Georgia, serif;
}

:root {
  --bg-0: #07070a;
  --bg-1: #0e0e12;
  --bg-2: #191920;
  --text-0: #ece5d0;
  --text-1: #ccc;
  --gold: #c4a03c;
  --gold-dim: rgba(196, 160, 60, 0.1);
  --gold-border: rgba(196, 160, 60, 0.22);
  --border-subtle: rgba(236, 229, 208, 0.06);
}

body {
  font-family: "Noto Serif JP", "Noto Serif", Georgia, serif;
  background-color: var(--bg-0);
  background-image: radial-gradient(ellipse 100% 40% at 50% 0%, rgba(196, 160, 60, 0.045) 0%, transparent 70%);
  color: var(--text-0);
  letter-spacing: 0.08em;
}
body a {
  color: var(--text-0);
  transition: all 0.25s ease;
}
body a:hover {
  color: var(--gold);
  text-decoration: none;
  opacity: 0.85;
}

button,
input,
select,
option,
textarea,
label {
  font-family: "Noto Serif JP", "Noto Serif", Georgia, serif;
}

.noise-overlay {
  position: fixed;
  inset: 0;
  z-index: 9000;
  pointer-events: none;
  /* SVGのfractalNoiseでグレイン質感 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.03;
  mix-blend-mode: overlay;
}

.anim {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.anim.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.anim--d1 {
  transition-delay: 0.1s;
}
.anim--d2 {
  transition-delay: 0.22s;
}
.anim--d3 {
  transition-delay: 0.34s;
}
.anim--d4 {
  transition-delay: 0.46s;
}

.header {
  padding: 32px 20px;
  border-bottom: 1px solid var(--border-subtle);
  background: var(--bg-0);
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 40px 65px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .header__inner {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 1310px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .header__logo {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.header__logo img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .header__logo img {
    max-width: 422px;
  }
}

.hero__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px 0;
}
@media only screen and (min-width: 768px) {
  .hero__inner {
    padding: 110px 15px 0;
  }
}
.hero img {
  display: block;
  width: 100%;
  height: auto;
}
.hero__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 24px;
  padding: 20px 0;
  text-align: center;
  color: var(--text-0);
  letter-spacing: 0.14em;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}
@media only screen and (min-width: 768px) {
  .hero__title {
    font-size: 52px;
    margin-bottom: 56px;
    padding: 28px 0;
    letter-spacing: 0.18em;
  }
}

.event {
  padding: 80px 20px 0;
}
@media only screen and (min-width: 768px) {
  .event {
    padding: 120px 0 0;
  }
}
.event__inner {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .event__inner {
    padding: 0 15px;
  }
}
.event__heading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
  color: var(--text-0);
  letter-spacing: 0.18em;
  position: relative;
  padding-bottom: 20px;
}
.event__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 1px;
  background: var(--gold);
}
@media only screen and (min-width: 768px) {
  .event__heading {
    font-size: 30px;
    margin-bottom: 34px;
  }
}
.event__box {
  background-color: var(--bg-2);
  border: 1px solid var(--gold-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  min-height: 240px;
  padding: 40px 20px 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.event__box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 85%;
  background: radial-gradient(ellipse 100% 80% at 50% 100%, rgba(96, 165, 250, 0.4) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .event__box::before {
    width: 70%;
  }
}
.event__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}
@media only screen and (min-width: 768px) {
  .event__box {
    min-height: 460px;
    gap: 24px;
    padding: 64px 20px 52px;
  }
}
.event__corner {
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
  z-index: 3;
}
.event__corner--tl {
  top: 10px;
  left: 10px;
  border-top: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
}
.event__corner--tr {
  top: 10px;
  right: 10px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}
.event__corner--bl {
  bottom: 10px;
  left: 10px;
  border-bottom: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
}
.event__corner--br {
  bottom: 10px;
  right: 10px;
  border-bottom: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}
.event__visual {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
}
.event__visual::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 16px;
  background: radial-gradient(ellipse, rgba(96, 165, 250, 0.55) 0%, transparent 70%);
  filter: blur(5px);
  pointer-events: none;
  z-index: 0;
}
.event__coming-soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  letter-spacing: 0.22em;
  font-weight: 900;
  color: var(--gold);
  margin: 0;
  z-index: 2;
  white-space: nowrap;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.9), 0 0 60px rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 768px) {
  .event__coming-soon {
    font-size: 54px;
    letter-spacing: 0.28em;
  }
}
.event__silhouette {
  width: 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .event__silhouette {
    width: 160px;
  }
}
.event__silhouette svg {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.2));
}
.event__silhouette svg path {
  fill: #2a318e;
}
.event__silhouette1 {
  width: 100%;
  max-width: 240px;
  position: relative;
  z-index: 1;
  opacity: 0.9;
}
@media only screen and (min-width: 768px) {
  .event__silhouette1 {
    max-width: 320px;
  }
}
.event__status {
  font-size: 17px;
  margin: 0;
  color: var(--text-1);
  letter-spacing: 0.15em;
  position: relative;
  z-index: 1;
  padding: 8px 22px;
  border: 1px solid var(--gold-border);
}
@media only screen and (min-width: 768px) {
  .event__status {
    font-size: 26px;
    padding: 10px 32px;
  }
}
.event__notice {
  font-size: 12px;
  color: var(--text-1);
  letter-spacing: 0.18em;
  margin: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.event__notice::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  -webkit-animation: event-pulse 2s ease-in-out infinite;
          animation: event-pulse 2s ease-in-out infinite;
}
@media only screen and (min-width: 768px) {
  .event__notice {
    font-size: 18px;
  }
}

@-webkit-keyframes event-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.65);
  }
}

@keyframes event-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.65);
  }
}
.why {
  padding: 80px 20px;
}
@media only screen and (min-width: 768px) {
  .why {
    padding: 130px 0 160px;
  }
}
.why__inner {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .why__inner {
    padding: 0 15px;
  }
}
.why__heading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 38px;
  color: var(--text-0);
  letter-spacing: 0.15em;
  position: relative;
  padding-bottom: 20px;
}
.why__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 1px;
  background: var(--gold);
}
@media only screen and (min-width: 768px) {
  .why__heading {
    font-size: 30px;
    margin-bottom: 52px;
  }
}
.why__sub {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 18px;
  color: var(--gold);
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .why__sub {
    font-size: 21px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.why__text {
  font-size: 14px;
  line-height: 2.1;
  margin: 0;
  color: var(--text-1);
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .why__text {
    font-size: 19px;
    text-align: center;
  }
}

.recruit {
  border-top: 1px solid var(--gold-border);
  padding: 80px 20px;
  background: var(--bg-1);
  position: relative;
}
.recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(196, 160, 60, 0.07) 0%, transparent 70%);
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .recruit {
    padding: 110px 0 100px;
  }
}
.recruit__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .recruit__inner {
    padding: 0 15px;
  }
}
.recruit__heading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 34px;
  color: var(--text-0);
  letter-spacing: 0.12em;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .recruit__heading {
    font-size: 26px;
    margin-bottom: 34px;
  }
}
.recruit__box {
  background-color: var(--bg-2);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(196, 160, 60, 0.025) 14px, rgba(196, 160, 60, 0.025) 28px);
  border: 1px solid var(--gold-border);
  padding: 36px 20px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) {
  .recruit__box {
    height: 226px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
  }
}
.recruit__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .recruit__list {
    gap: 36px;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.recruit__item {
  background: transparent;
  border: 1px solid var(--gold-border);
  padding: 20px 10px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--text-0);
  letter-spacing: 0.14em;
  transition: border-color 0.3s ease, background 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .recruit__item {
    width: 228px;
    height: 90px;
    font-size: 18px;
  }
}
.recruit__note {
  font-size: 13px;
  margin: 0 0 10px;
  color: var(--text-1);
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .recruit__note {
    font-size: 17px;
    margin-bottom: 14px;
  }
}
.recruit__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: var(--gold);
  color: var(--bg-0);
  text-decoration: none;
  width: 210px;
  height: 56px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.recruit__btn:hover {
  background-color: var(--text-0);
  color: var(--bg-0);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .recruit__btn {
    width: 280px;
    height: 72px;
    font-size: 17px;
  }
}

body.has-bg {
  background-image: url("./images/bg1.png") !important;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
body.has-bg .header {
  background: rgba(7, 7, 10, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
body.has-bg .hero,
body.has-bg .event,
body.has-bg .why {
  background-color: rgba(7, 7, 10, 0.1);
}
body.has-bg .event__box {
  background-color: rgba(25, 25, 32, 0.6);
}
body.has-bg .recruit {
  background: rgba(7, 7, 10, 0.6);
}
body.has-bg .recruit::before {
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(196, 160, 60, 0.05) 0%, transparent 70%);
}
body.has-bg .recruit__box {
  background-color: rgba(25, 25, 32, 0.6);
}
body.has-bg .footer {
  background: rgba(7, 7, 10, 0.88);
}

body.is-navy {
  --bg-0: #1c227e;
  --bg-1: #151b6a;
  --bg-2: #2a318e;
  --bg-3: #f0f0f0;
  --black: #07070a;
  --white: #ffffff;
  --text-0: #ffffff;
  --text-1: #c8d0e8;
  --gold: #fff;
  --gold-dim: rgba(96, 165, 250, 0.1);
  --gold-border: rgba(96, 165, 250, 0.35);
  --border-subtle: rgba(255, 255, 255, 0.1);
  background-color: var(--bg-0);
  background-image: radial-gradient(ellipse 100% 40% at 50% 0%, rgba(196, 160, 60, 0.06) 0%, transparent 70%);
  color: var(--text-0);
}
body.is-navy .header {
  background: var(--bg-3);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
body.is-navy .footer {
  background: var(--black);
  border-top-color: rgba(255, 255, 255, 0.08);
}

body.is-navy.has-bg {
  background-image: url("./images/bg1.png") !important;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
body.is-navy.has-bg .header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
body.is-navy.has-bg .hero,
body.is-navy.has-bg .event,
body.is-navy.has-bg .why {
  background-color: rgba(28, 34, 126, 0.2);
}
body.is-navy.has-bg .event__box {
  background-color: rgba(21, 27, 106, 0.65);
}
body.is-navy.has-bg .recruit {
  background: rgba(28, 34, 126, 0.65);
}
body.is-navy.has-bg .recruit::before {
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(96, 165, 250, 0.07) 0%, transparent 70%);
}
body.is-navy.has-bg .recruit__box {
  background-color: rgba(21, 27, 106, 0.65);
}
body.is-navy.has-bg .recruit__btn:hover {
  opacity: 0.7;
}
body.is-navy.has-bg .footer {
  background: rgba(7, 7, 10, 0.92);
}

body.is-index .event__coming-soon {
  font-style: italic;
  font-size: 38px;
  letter-spacing: 0.06em;
  transform: translate(-50%, -50%) skewX(-6deg);
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9), 0 0 40px rgba(255, 255, 255, 0.4), 0 0 80px rgba(96, 165, 250, 0.5), 0 4px 30px rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 768px) {
  body.is-index .event__coming-soon {
    font-size: 80px;
    letter-spacing: 0.08em;
  }
}

.footer {
  border-top: 1px solid var(--border-subtle);
  padding: 28px 20px;
  text-align: center;
  background: var(--bg-0);
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 44px 0;
  }
}
.footer__inner {
  max-width: 960px;
  margin: 0 auto;
}
.footer__copy {
  font-size: 11px;
  color: var(--text-1);
  letter-spacing: 0.18em;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .footer__copy {
    font-size: 13px;
  }
}
/*# sourceMappingURL=style.css.map */