@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html,
body,
button,
a {
  cursor: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #222222;
  background-color: #F9F9F9;
  font-family: "YuGothic", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.6rem;
}
body.is-fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.5;
}

@font-face {
  font-family: "Desolator"; /* 任意のフォント名 */
  src: url("../fonts/Desolator-Light.otf");
  font-weight: light;
}
@font-face {
  font-family: "Desolator"; /* 任意のフォント名 */
  src: url("../fonts/Desolator.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Desolator"; /* 任意のフォント名 */
  src: url("../fonts/Desolator-Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Polonium"; /* 任意のフォント名 */
  src: url("../fonts/Polonium.otf") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Polonium"; /* 任意のフォント名 */
  src: url("../fonts/Polonium-Bold.otf") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "Calypso"; /* 任意のフォント名 */
  src: url("../fonts/calypso.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "CavasNeraFree"; /* 任意のフォント名 */
  src: url("../fonts/CavasNeraFree.ttf");
  font-weight: normal;
}
/* 初期状態（透明 + 移動） */
.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px); /* 下から上 */
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out; /* 速さを半分に */
}

.fadeIn.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 元の位置に戻す（下から上） */
}

/* 左から右のアニメーション */
.fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px); /* 左から右へ移動 */
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.fadeLeft.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); /* 元の位置に戻す */
}

/* 右から左のアニメーション */
.fadeRight {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px); /* 右から左へ移動 */
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.fadeRight.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); /* 元の位置に戻す */
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes reversePulse {
  0% {
    -webkit-transform: translateX(1.2em) scaleX(2.5);
            transform: translateX(1.2em) scaleX(2.5);
  }
  50% {
    -webkit-transform: translateX(1.2em) scaleX(1);
            transform: translateX(1.2em) scaleX(1);
  }
  100% {
    -webkit-transform: translateX(1.2em) scaleX(2.5);
            transform: translateX(1.2em) scaleX(2.5);
  }
}
@keyframes reversePulse {
  0% {
    -webkit-transform: translateX(1.2em) scaleX(2.5);
            transform: translateX(1.2em) scaleX(2.5);
  }
  50% {
    -webkit-transform: translateX(1.2em) scaleX(1);
            transform: translateX(1.2em) scaleX(1);
  }
  100% {
    -webkit-transform: translateX(1.2em) scaleX(2.5);
            transform: translateX(1.2em) scaleX(2.5);
  }
}
@-webkit-keyframes pulseSpacing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(1.2em);
            transform: translateX(1.2em);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes pulseSpacing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(1.2em);
            transform: translateX(1.2em);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.js-fv-title-2 > :nth-child(n+3) {
  -webkit-transform: translateX(1.2em);
          transform: translateX(1.2em);
}

.js-fv-title-2 > :nth-child(n+3):nth-child(-n+6) {
  -webkit-animation: pulseSpacing 3s infinite linear;
          animation: pulseSpacing 3s infinite linear;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.js-fv-title-2 span:nth-child(2) {
  -webkit-animation: pulse 3s infinite linear;
          animation: pulse 3s infinite linear;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.js-fv-title-2 span:nth-child(7) {
  -webkit-animation: reversePulse 3s infinite linear;
          animation: reversePulse 3s infinite linear;
  -webkit-transform-origin: right;
          transform-origin: right;
}

/* ① Todayの2文字目 (O) を左右に伸縮させる */
.js-fv-title-4 span:nth-child(2) {
  -webkit-animation: pulse 3s infinite linear;
          animation: pulse 3s infinite linear;
  -webkit-transform-origin: left;
          transform-origin: left;
}

/* ② 3文字目以降 (D, A, Y) をOに押されるように動かす */
.js-fv-title-4 > :nth-child(n+3) {
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}

.js-fv-title-4 > :nth-child(n+3):nth-child(-n+6) {
  -webkit-animation: pulseSpacing 3s infinite linear;
          animation: pulseSpacing 3s infinite linear;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.inner {
  max-width: 900px;
  margin: 0 auto;
  padding-inline: 45px;
}
@media (max-width: 768px) {
  .inner {
    padding-inline: 15px;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.disabled {
  pointer-events: none; /* クリックできなくする */
}

.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  color: #ffffff;
}

.header__inner {
  padding-inline: 45px;
  height: inherit;
}
@media (max-width: 768px) {
  .header__inner {
    padding-inline: 15px;
  }
}

.header__wrapper {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo-link {
  display: inline-block;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .header__logo-link {
    font-size: 2rem;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.btn__switch-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9F9F9;
  color: #222222;
  width: 52px;
  height: 20px;
  padding: 3px 15px;
  border-radius: 10px;
}

.btn__hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 30px;
  height: 25px;
  border: none;
}
.btn__hamburger-menu.is-active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.btn__hamburger-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.btn__hamburger-menu.is-active span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

.btn__hamburger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer {
  background-color: #1B1B1B;
  color: #F9F9F9;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 50px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 20px;
}
@media (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__title {
  font-size: 6.4rem;
  font-family: "Jost";
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer__title {
    text-align: center;
    font-size: 4.4rem;
  }
}

.footer__title-link {
  display: inline-block;
}

.footer__sns {
  margin-top: 30px;
}

.footer__sns-list {
  gap: 40px;
}

.footer__sns-item {
  max-width: 35px;
}

.copyright {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Inter";
  padding-block: 10px;
  text-align: center;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-weight: 700;
  line-height: 2.33;
}
@media (max-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    font-size: 1.4rem;
    font-weight: 300;
  }
}

@media (max-width: 768px) {
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
  }
}

.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sns__item {
  max-width: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sns__item:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sns__item:hover:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.nav {
  position: fixed;
  z-index: 1;
  top: 414px;
  left: 10px;
  width: 120px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media (max-width: 1000px) {
  .nav {
    display: none;
  }
}

.nav__item-link {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
  line-height: 2;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav__item-link:hover {
  opacity: 1;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.hamburger-menu {
  position: fixed;
  z-index: 950;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #1B1B1B;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger-menu.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.hamburger-menu__logo {
  color: #F9F9F9;
}

.hamburger-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  margin-top: 100px;
}

.hamburger-menu__item-link {
  color: #F9F9F9;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.75;
}
@media (max-width: 600px) {
  .hamburger-menu__item-link {
    font-size: 2.2rem;
  }
}
@media (max-width: 600px) {
  .hamburger-menu__item-link {
    font-size: 1.8rem;
  }
}

.hamburger-menu__item-link span {
  font-size: 1.6rem;
  font-weight: 300;
  margin-left: 30px;
}
@media (max-width: 600px) {
  .hamburger-menu__item-link span {
    font-size: 1.2rem;
  }
}

.cursor {
  position: fixed;
  top: -5px; /*座標調整*/
  left: -5px; /*座標調整*/
  width: 10px;
  height: 10px;
  background: #8051CB;
  border-radius: 50%;
  z-index: 1000;
  -webkit-transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
  transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: none;
}

.cursor.cursor--hover {
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background: rgba(128, 81, 203, 0.5);
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #1B1B1B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10000;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loading.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading-text {
  color: white;
  font-size: 3rem;
}

.spinner {
  display: block;
  margin-top: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid #FFF;
  border-left-color: red;
  -webkit-animation: spinner-rotation 1s linear infinite;
  animation: spinner-rotation 1s linear infinite;
}

/* アニメーションの設定 */
@-webkit-keyframes spinner-rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading__content {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}