@charset "UTF-8";
/* 引数のpxをremに変換 */
.is-mobile {
  display: none;
}
@media (max-width: 767px) {
  .is-mobile {
    display: block;
  }
}

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

/* ===================================================================

reset style

=================================================================== */
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
  font-size: 100%;
  font: inherit;
  font-variant-numeric: tabular-nums;
  vertical-align: baseline;
  border: 0;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

select,
input,
textarea,
button {
  vertical-align: middle;
  background-color: transparent;
  outline: 0px;
}

select,
input,
textarea {
  border: 1px solid;
}

*:focus-within {
  outline: none;
  border: none;
}

:focus-visible {
  outline: revert;
}

/* ===================================================================

init style

=================================================================== */
html {
  --baseFontSize: 16;
  --baseWindowWidth: 1440;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-y: scroll;
}
body.is-scrolllock {
  overflow-y: hidden;
}
body.is-scrolllock .wrap {
  overflow: hidden;
  scrollbar-gutter: stable;
}

@media all and (-ms-high-contrast: none) {
  body {
    width: 100%;
  }
}
.wrap {
  width: 100%;
}

.header.--top > .headerContainer.--pc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.header.--sub > .headerContainer.--pc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.headerContainer.--pc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, -webkit-max-content);
  grid-template-rows: repeat(2, max-content);
  width: 100%;
  padding: calc(30rem / var(--baseFontSize));
}
@media (max-width: 767px) {
  .headerContainer.--pc {
    display: none;
  }
}
.headerContainer.--pc > .headerLogo {
  width: calc(136rem / var(--baseFontSize));
  grid-area: 1/1/2/2;
}
.headerContainer.--pc > .headerLogo > .image {
  width: 100%;
}
.headerContainer.--pc > .headerNavigation {
  grid-area: 2/1/3/2;
  margin-top: calc(40rem / var(--baseFontSize));
}
.headerContainer.--pc > .headerNavigation > .headerNavigationList > .headerNavigationList-item {
  margin-bottom: calc(25rem / var(--baseFontSize));
  line-height: 1;
}
.headerContainer.--pc > .headerNavigation > .headerNavigationList .headerNavigationList-link {
  color: #fff;
  font-size: calc(14rem / var(--baseFontSize));
  letter-spacing: 0.05em;
  line-height: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.headerContainer.--pc > .headerNavigation > .headerNavigationList .headerNavigationList-link:hover {
  opacity: 0.7;
}
.headerContainer.--pc > .headerLink {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  grid-area: 1/2/2/3;
  align-self: center;
  margin-left: auto;
  font-size: calc(14rem / var(--baseFontSize));
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.headerContainer.--pc > .headerLink:hover {
  opacity: 0.7;
}

.footer {
  position: relative;
  z-index: 2;
  padding: 60px;
  background-color: #0b0d26;
}
@media (max-width: 767px) {
  .footer {
    padding: 60px 58px 25px;
  }
}
.footer > .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 38px;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer > .logo:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer > .logo {
    margin: 0 auto;
    margin-bottom: calc(25rem / var(--baseFontSize));
  }
}
.footer .footerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .footerWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footerWrapper > .footerContainer.--left {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .footer .footerWrapper > .footerContainer.--left {
    display: contents;
    padding-top: 25px;
  }
}
.footer .footerWrapper > .footerContainer.--left > .address {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer .footerWrapper > .footerContainer.--left > .address {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 60px;
  }
}
.footer .footerWrapper > .footerContainer.--left > .address > .text {
  display: block;
  font-size: calc(14rem / var(--baseFontSize));
  line-height: 2;
  color: #fff;
  letter-spacing: 0.05em;
}
.footer .footerWrapper > .footerContainer.--left > .address > .text.--link {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer .footerWrapper > .footerContainer.--left > .address > .text.--link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer .footerWrapper > .footerContainer.--left > .address > .text {
    font-size: calc(13rem / var(--baseFontSize));
    text-align: center;
  }
}
.footer .footerWrapper > .footerContainer.--left > .address > .text > .english {
  font-family: "Cardo", serif;
}
.footer .footerWrapper > .footerContainer.--left > .copyright {
  display: block;
  font-size: calc(10rem / var(--baseFontSize));
  font-family: "Cardo", serif;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .footer .footerWrapper > .footerContainer.--left > .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    margin-top: 54px;
  }
}
.footer .footerWrapper > .footerContainer.--right {
  width: calc(360rem / var(--baseFontSize));
}
@media (max-width: 767px) {
  .footer .footerWrapper > .footerContainer.--right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer .footerWrapper > .footerContainer.--right > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .footerWrapper > .footerContainer.--right > .list {
    width: 100%;
  }
}
.footer .footerWrapper > .footerContainer.--right > .list > .item {
  width: calc(50% - 24.5px);
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .footer .footerWrapper > .footerContainer.--right > .list > .item {
    width: 50%;
  }
}
.footer .footerWrapper > .footerContainer.--right > .list > .item > .link {
  font-size: calc(14rem / var(--baseFontSize));
  line-height: 2;
  color: #fff;
  letter-spacing: 0.05em;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer .footerWrapper > .footerContainer.--right > .list > .item > .link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer .footerWrapper > .footerContainer.--right > .list > .item > .link {
    font-size: calc(13rem / var(--baseFontSize));
  }
}
.footer .footerWrapper > .footerContainer.--right > .list > .item > .link.--small {
  font-size: calc(12rem / var(--baseFontSize));
  color: #b6b7be;
}
.footer .footerWrapper > .footerContainer.--right > .list > .item > .link.--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #b6b7be;
}
.footer .footerWrapper > .footerContainer.--right > .list > .item > .link.--icon > .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footerWrapper > .footerContainer.--right > .list > .item > .link.--icon > .icon.--instagram {
  width: calc(16rem / var(--baseFontSize));
}
.footer .footerWrapper > .footerContainer.--right > .list > .item > .link.--icon > .text {
  display: block;
  font-size: calc(12rem / var(--baseFontSize));
  font-family: "Cardo", serif;
  letter-spacing: 0.05em;
}

.globalmenu-button {
  display: none;
  background-color: transparent;
  border: 0;
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  right: 10px;
  top: 13.5px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -ms-touch-action: none;
      touch-action: none;
  z-index: 101;
}
@media (max-width: 767px) {
  .globalmenu-button {
    display: block;
    opacity: 1;
  }
  .globalmenu-button.is-hide {
    visibility: hidden;
    opacity: 0;
  }
}
.globalmenu-button .globalmenu-icon {
  overflow: visible;
  width: 23px;
  height: 11px;
}
.globalmenu-button .globalmenu-icon .globalmenu-icon__line {
  stroke: #fff;
  stroke-width: 1px;
  -webkit-transition: translate 0.4s, rotate 0.4s;
  transition: translate 0.4s, rotate 0.4s;
}
.globalmenu-button .globalmenu-icon .globalmenu-icon__line--1 {
  -webkit-transform-origin: top;
          transform-origin: top;
}
.globalmenu-button .globalmenu-icon .globalmenu-icon__line--2 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.globalmenu-button.is-open {
  overflow: hidden;
  scrollbar-gutter: stable;
}
.globalmenu-button.is-open .globalmenu-icon .globalmenu-icon__line--1 {
  rotate: 405deg;
  translate: 0 50%;
}
.globalmenu-button.is-open .globalmenu-icon .globalmenu-icon__line--2 {
  rotate: -405deg;
  translate: 0 -50%;
}

.globalmenu-description {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

#globalmenu {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: none;
}
@media (max-width: 767px) {
  #globalmenu {
    display: block;
  }
}
#globalmenu.is-show {
  opacity: 1;
  pointer-events: auto;
  scrollbar-gutter: stable;
}
#globalmenu .globalmenu-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../../assets/images/common/icons/icon-circle.webp");
  background-size: cover;
  background-position: center;
}
#globalmenu .globalmenu-inner .globalmenu-navigation {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.2s;
  transition: opacity 0.4s 0.2s;
}
@media (pointer: coarse) {
  #globalmenu .globalmenu-inner .globalmenu-navigation {
    height: calc(100% + 1px);
  }
}
#globalmenu .globalmenu-inner .globalmenu-navigation.on-animation {
  opacity: 1;
}
#globalmenu .globalmenu-inner .globalmenu-navigation .globalmenu-list {
  width: 100%;
  margin: auto;
  padding: 20px;
}
#globalmenu .globalmenu-inner .globalmenu-navigation .globalmenu-list .globalmenu-item {
  text-align: center;
}
#globalmenu .globalmenu-inner .globalmenu-navigation .globalmenu-list .globalmenu-item:not(:last-of-type) {
  margin-bottom: calc(40rem / var(--baseFontSize));
}
#globalmenu .globalmenu-inner .globalmenu-navigation .globalmenu-list .globalmenu-item .globalmenu-anchor {
  color: #000;
}

.mouseStalker {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  translate: -50% -50%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mouseStalker.is-show {
  opacity: 1;
}
@media (pointer: coarse) {
  .mouseStalker {
    display: none !important;
  }
}

.recruit {
  position: relative;
  grid-area: 1/1/2/2;
  z-index: 1;
  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;
  background-image: url("../../assets/images/top/background/background-recruit.webp");
  background-size: cover;
}
.recruit.--top {
  grid-area: 1/1/2/2;
}
.recruit.--sub {
  height: 400px;
}
.recruit > .recruitTitle {
  font-size: calc(50rem / var(--baseFontSize));
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  font-size: calc(50rem / var(--baseFontSize));
  z-index: 1;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .recruit > .recruitTitle {
    font-size: calc(25rem / var(--baseFontSize));
  }
}
.recruit > .recruitTitle:before {
  content: attr(data-subtitle);
  display: block;
  font-family: "Cardo", serif;
  letter-spacing: 0.05em;
  font-size: calc(40rem / var(--baseFontSize));
  margin-bottom: calc(30rem / var(--baseFontSize));
}
@media (max-width: 767px) {
  .recruit > .recruitTitle:before {
    font-size: calc(20rem / var(--baseFontSize));
    margin-bottom: calc(5rem / var(--baseFontSize));
  }
}
.recruit > .recruitLink {
  cursor: none;
}
.recruit > .recruitLink:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.recruit > .recruitLink > .overlay,
.recruit > .recruitLink > .text {
  display: none;
}
@media (pointer: coarse) {
  .recruit > .recruitLink {
    cursor: revert;
    margin-top: calc(60rem / var(--baseFontSize));
    display: grid;
  }
  .recruit > .recruitLink:before {
    display: none;
  }
  .recruit > .recruitLink > .overlay {
    display: block;
    grid-area: 1/1/2/2;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 20px #fff, 0 0 40px 20px #fff;
            box-shadow: 0 0 20px 20px #fff, 0 0 40px 20px #fff;
    mix-blend-mode: overlay;
  }
  .recruit > .recruitLink > .text {
    display: block;
    grid-area: 1/1/2/2;
    padding: 10px;
    color: #000;
    font-size: calc(12rem / var(--baseFontSize));
    line-height: 1.4;
  }
}

.recruitMouseStalker {
  width: 120px;
  aspect-ratio: 1/1;
  display: block;
}
.recruitMouseStalker.recruitMouseStalkerOverlay {
  width: 180px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: overlay;
  -webkit-box-shadow: 0 0 80px 40px #fff, 0 0 42px 22px #fff, 0 0 8px 4px #fff, 0 0 14px 6px #fff;
          box-shadow: 0 0 80px 40px #fff, 0 0 42px 22px #fff, 0 0 8px 4px #fff, 0 0 14px 6px #fff;
}
.recruitMouseStalker.recruitMouseStalkerText {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  z-index: 1;
}
.recruitMouseStalker.recruitMouseStalkerText > .text {
  color: #000;
  font-size: calc(16rem / var(--baseFontSize));
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
}

.main {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
}

/* GSAPのpin追加時にiOSのみpinのセクションと次のセクションとの間にできる余白を詰める */
@media (max-width: 767px) {
  .footer {
    margin-top: -1px;
  }
}

.fv {
  position: relative;
  z-index: 4;
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100vh;
}
.fv > .fvMovie {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv > .fvMovie:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
@media (max-width: 767px) {
  .fv > .fvMovie:before {
    content: none;
  }
}
.fv > .fvMovie > .noise > .image {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
}
.fv > .fvMovie > .noise > .image.--pc {
  bottom: 0;
  aspect-ratio: 1440/280;
}
@media (max-width: 767px) {
  .fv > .fvMovie > .noise > .image.--pc {
    display: none;
  }
}
.fv > .fvMovie > .fvMovieContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap {
    width: 100%;
    height: initial;
  }
}
.fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .video {
  width: 100%;
  vertical-align: bottom;
}
.fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .video.--pc {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .video.--pc {
    display: none;
  }
}
.fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .video.--mobile {
  display: none;
  height: auto;
  -o-object-fit: initial;
     object-fit: initial;
}
@media (max-width: 767px) {
  .fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .video.--mobile {
    display: block;
  }
}
.fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .noise {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .noise {
    display: block;
  }
  .fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .noise.--mobile-top-bottom {
    top: -1px;
    width: 100%;
    height: 52px;
  }
  .fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .noise.--mobile-bottom-top {
    bottom: -8px;
    width: 100%;
    height: 122px;
  }
}
.fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .fvCloudContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: screen;
}
.fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .fvCloudContainer > .fvCloudItem {
  position: absolute;
  bottom: 0;
}
.fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .fvCloudContainer > .fvCloudItem.--left {
  width: 71.5%;
  left: 0;
}
@media (max-width: 767px) {
  .fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .fvCloudContainer > .fvCloudItem.--left {
    width: 74.2%;
    bottom: -50px;
  }
}
.fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .fvCloudContainer > .fvCloudItem.--right {
  width: 47.9%;
  right: 0;
}
@media (max-width: 767px) {
  .fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .fvCloudContainer > .fvCloudItem.--right {
    width: 54.4%;
    bottom: -110px;
  }
}
.fv > .fvMovie > .fvMovieContainer > .fvMovieContainerVideoWrap > .fvCloudContainer > .fvCloudItem .image {
  width: 100%;
}
.fv > .fvMovie > .fvMovieContainer > .noise.--pc {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .fv > .fvMovie > .fvMovieContainer > .noise.--pc {
    display: none;
  }
}
.fv > .fvMovie > .fvMovieContainer > .noise.--pc > .image {
  width: 100%;
}
.fv > .fvMovie > .fvMovieContainer > .noise.--mobile-top-top {
  display: none;
}
@media (max-width: 767px) {
  .fv > .fvMovie > .fvMovieContainer > .noise.--mobile-top-top {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.fv > .fvMovie > .fvMovieContainer > .noise.--mobile-bottom-bottom {
  display: none;
}
@media (max-width: 767px) {
  .fv > .fvMovie > .fvMovieContainer > .noise.--mobile-bottom-bottom {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.fv > .fvTitle {
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  z-index: 5;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
@media (max-width: 767px) {
  .fv > .fvTitle {
    top: calc(50% - 30px);
  }
}
.fv > .fvTitle > .fvTitle-logo {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100rem / var(--baseFontSize));
  aspect-ratio: 1/1;
  margin-bottom: calc(50rem / var(--baseFontSize));
}
@media (max-width: 767px) {
  .fv > .fvTitle > .fvTitle-logo {
    width: calc(50rem / var(--baseFontSize));
    margin-bottom: calc(20rem / var(--baseFontSize));
  }
}
.fv > .fvTitle > .fvTitle-logo .image {
  width: 100%;
}
.fv > .fvTitle > .fvTitle-text {
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: calc(70rem / var(--baseFontSize));
  letter-spacing: 0.1em;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .fv > .fvTitle > .fvTitle-text {
    font-size: calc(30rem / var(--baseFontSize));
    line-height: 1;
  }
}
.fv .fvScroll {
  position: absolute;
  bottom: 4.7%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: calc(14rem / var(--baseFontSize));
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .fv .fvScroll {
    font-size: calc(12rem / var(--baseFontSize));
    bottom: 17.4%;
  }
}

.philosophy {
  grid-area: 1/1/2/2;
  z-index: 3;
  color: #fff;
  background-image: url("../../assets/images/top/background/background-noizy.png");
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .philosophy {
    background-size: 185px;
  }
}
.philosophy > .philosophyTitle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.philosophy > .philosophyTitle > .philosophyTitle__text.--primary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: calc(50rem / var(--baseFontSize));
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  letter-spacing: 0.5em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .philosophy > .philosophyTitle > .philosophyTitle__text.--primary {
    font-size: calc(25rem / var(--baseFontSize));
    margin-bottom: 10px;
  }
}
.philosophy > .philosophyTitle > .philosophyTitle__text.--primary:before {
  content: attr(data-subtitle);
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: "Cardo", serif;
  font-size: calc(96rem / var(--baseFontSize));
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  letter-spacing: 0.05em;
  text-align: center;
  color: #808080;
}
@media (max-width: 767px) {
  .philosophy > .philosophyTitle > .philosophyTitle__text.--primary:before {
    font-size: calc(48rem / var(--baseFontSize));
  }
}
.philosophy > .philosophyTitle > .philosophyTitle__text.--secondary {
  font-size: calc(26rem / var(--baseFontSize));
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .philosophy > .philosophyTitle > .philosophyTitle__text.--secondary {
    font-size: calc(18rem / var(--baseFontSize));
  }
}
.philosophy > .philosophySentence {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  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;
}
.philosophy > .philosophySentence > .philosophySentence__text {
  font-size: calc(26rem / var(--baseFontSize));
  letter-spacing: 0.2em;
  line-height: 2.7;
  text-align: center;
}
@media (max-width: 767px) {
  .philosophy > .philosophySentence > .philosophySentence__text {
    font-size: calc(15rem / var(--baseFontSize));
    line-height: 2.8;
  }
}

.contents {
  grid-area: 1/1/2/2;
  z-index: 2;
  position: relative;
  background-image: url("../../assets/images/top/background/background-noizy.png");
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .contents {
    background-size: 185px;
  }
}
.contents > .contentsNavigation {
  position: relative;
  width: 100%;
  height: 100%;
}
.contents > .contentsNavigation > .contentsNavigation-item {
  position: absolute;
}
.contents > .contentsNavigation > .contentsNavigation-item.--first {
  top: calc(50% + -60rem / var(--baseFontSize));
  left: calc(50% + 100rem / var(--baseFontSize));
}
@media (max-width: 767px) {
  .contents > .contentsNavigation > .contentsNavigation-item.--first {
    top: calc(50% + -32rem / var(--baseFontSize));
    left: calc(50% + -53rem / var(--baseFontSize));
  }
}
.contents > .contentsNavigation > .contentsNavigation-item.--first > .contentsNavigation-button > .contentsNavigation-button__light {
  font-size: 25px;
}
@media (max-width: 767px) {
  .contents > .contentsNavigation > .contentsNavigation-item.--first > .contentsNavigation-button > .contentsNavigation-button__light {
    width: calc(125rem / var(--baseFontSize));
  }
}
.contents > .contentsNavigation > .contentsNavigation-item.--second {
  top: calc(50% + 150rem / var(--baseFontSize));
  left: calc(50% + -135rem / var(--baseFontSize));
}
@media (max-width: 767px) {
  .contents > .contentsNavigation > .contentsNavigation-item.--second {
    top: calc(50% + 95rem / var(--baseFontSize));
    left: calc(50% + -170rem / var(--baseFontSize));
  }
}
.contents > .contentsNavigation > .contentsNavigation-item.--second > .contentsNavigation-button > .contentsNavigation-button__light {
  font-size: 15px;
}
@media (max-width: 767px) {
  .contents > .contentsNavigation > .contentsNavigation-item.--second > .contentsNavigation-button > .contentsNavigation-button__light {
    width: calc(90rem / var(--baseFontSize));
  }
}
.contents > .contentsNavigation > .contentsNavigation-item.--third {
  top: calc(50% + 150rem / var(--baseFontSize));
  left: calc(50% + 210rem / var(--baseFontSize));
}
@media (max-width: 767px) {
  .contents > .contentsNavigation > .contentsNavigation-item.--third {
    top: calc(50% + 95rem / var(--baseFontSize));
    left: calc(50% + 35rem / var(--baseFontSize));
  }
}
.contents > .contentsNavigation > .contentsNavigation-item.--third > .contentsNavigation-button > .contentsNavigation-button__light {
  font-size: 20px;
}
@media (max-width: 767px) {
  .contents > .contentsNavigation > .contentsNavigation-item.--third > .contentsNavigation-button > .contentsNavigation-button__light {
    width: calc(80rem / var(--baseFontSize));
  }
}
.contents > .contentsNavigation > .contentsNavigation-item > .contentsNavigation-button {
  position: relative;
  font-size: calc(20rem / var(--baseFontSize));
  letter-spacing: 0.05em;
  color: #fff;
  padding: 10px;
  cursor: none;
}
@media (max-width: 767px) {
  .contents > .contentsNavigation > .contentsNavigation-item > .contentsNavigation-button {
    font-size: calc(15rem / var(--baseFontSize));
  }
}
@media (pointer: coarse) {
  .contents > .contentsNavigation > .contentsNavigation-item > .contentsNavigation-button {
    cursor: pointer;
  }
}
.contents > .contentsNavigation > .contentsNavigation-item > .contentsNavigation-button > .contentsNavigation-button__light {
  position: absolute;
  right: calc(100% - 40px);
  bottom: calc(100% - 40px);
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .contents > .contentsNavigation > .contentsNavigation-item > .contentsNavigation-button > .contentsNavigation-button__light {
    left: calc(100% - 40px);
    bottom: calc(100% - 40px);
  }
}
.contents > .contentsNavigation > .contentsNavigation-item > .contentsNavigation-button > .contentsNavigation-button__light:before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  pointer-events: none;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5em 0.5em #fff, 0 0 1.6em 0.8em #fff, 0 0 2.6em 1.4em #fff;
          box-shadow: 0 0 0.5em 0.5em #fff, 0 0 1.6em 0.8em #fff, 0 0 2.6em 1.4em #fff;
}
.contents > .contentsNavigation > .contentsNavigation-item > .contentsNavigation-button > .contentsNavigation-button__light > .image {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: calc(17rem / var(--baseFontSize));
  aspect-ratio: 1/1;
}
@media (pointer: coarse) {
  .contents > .contentsNavigation > .contentsNavigation-item > .contentsNavigation-button > .contentsNavigation-button__light > .image {
    display: block;
  }
}
.contents .contentsMouseStalker {
  z-index: 2;
}
.contents .contentsMouseStalker > .contentsMouseStalker__inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contents .contentsMouseStalker > .contentsMouseStalker__inner > .text {
  color: #000;
  font-size: calc(16rem / var(--baseFontSize));
  letter-spacing: 0.05em;
}
.contents .modal-target {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: initial;
  max-height: initial;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-color: transparent;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  background-image: url("../../assets/images/common/icons/icon-circle.webp"), url("../../assets/images/top/background/background-noizy.png");
  background-size: cover, 185px;
  background-repeat: no-repeat, repeat;
  background-position: center, left top;
}
.contents .modal-target[open] {
  -webkit-animation: show 0.4s forwards;
          animation: show 0.4s forwards;
}
.contents .modal-target.is-close {
  -webkit-animation: close 0.4s forwards;
          animation: close 0.4s forwards;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contents .modal-target::-ms-backdrop {
  background: none;
}
.contents .modal-target::backdrop {
  background: none;
}
.contents .modal-target .modal-target__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  color: #000;
}
@media (pointer: coarse) {
  .contents .modal-target .modal-target__inner {
    height: calc(100% + 1px);
  }
}
.contents .modal-target .modal-target__inner .modal-content {
  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;
  width: 100%;
  height: 100%;
  margin-inline: auto;
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__information {
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding-top: 90px;
  padding-bottom: 150px;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 120px, #000 180px, #000 calc(100% - 90px), rgba(0, 0, 0, 0) calc(100% - 0px));
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 120px, #000 180px, #000 calc(100% - 60px), rgba(0, 0, 0, 0) calc(100% - 0px));
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__information {
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 120px, #000 180px, #000 calc(100% - 150px), rgba(0, 0, 0, 0) calc(100% - 100px));
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 120px, #000 180px, #000 calc(100% - 150px), rgba(0, 0, 0, 0) calc(100% - 100px));
    padding-top: 150px;
  }
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__title {
  position: relative;
  margin-bottom: calc(40rem / var(--baseFontSize));
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__title > .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  width: 100%;
  font-size: calc(26rem / var(--baseFontSize));
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__title > .text {
    font-size: calc(18rem / var(--baseFontSize));
    line-height: 1.9;
  }
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__title:before {
  content: attr(data-subtitle);
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: calc(96rem / var(--baseFontSize));
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  opacity: 0.3;
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__title:before {
    font-size: calc(48rem / var(--baseFontSize));
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
  }
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence {
  margin-bottom: 30px;
  max-width: 600px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence {
    height: initial;
  }
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .text {
  font-size: calc(16rem / var(--baseFontSize));
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 3;
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .text {
    font-size: calc(13rem / var(--baseFontSize));
    line-height: 2.8;
  }
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .modal-contentNews > .modal-contentNews-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .modal-contentNews > .modal-contentNews-body:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .modal-contentNews > .modal-contentNews-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    gap: initial;
  }
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .modal-contentNews > .modal-contentNews-body > .modal-contentNews-date {
  width: calc(90rem / var(--baseFontSize));
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .modal-contentNews > .modal-contentNews-body > .modal-contentNews-date {
    display: contents;
  }
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .modal-contentNews > .modal-contentNews-body > .modal-contentNews-date > .text {
  color: #6b6b6b;
  font-size: calc(14rem / var(--baseFontSize));
  font-family: "Cardo", serif;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .modal-contentNews > .modal-contentNews-body > .modal-contentNews-date > .text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: calc(12rem / var(--baseFontSize));
  }
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .modal-contentNews > .modal-contentNews-body > .modal-contentNews-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: calc(16rem / var(--baseFontSize));
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .modal-contentNews > .modal-contentNews-body > .modal-contentNews-title {
    display: contents;
  }
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .modal-contentNews > .modal-contentNews-body > .modal-contentNews-title > .text {
  color: #000;
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .modal-contentNews > .modal-contentNews-body > .modal-contentNews-title > .text {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: calc(13rem / var(--baseFontSize));
  }
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .modal-contentNews > .modal-contentNews-body > .modal-contentNews-title > .text:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: auto;
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .modal-contentNews > .modal-contentNews-body > .modal-contentNews-title > .division {
  color: #1a1649;
  letter-spacing: 0.2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__information > .modal-content__sentence > .modal-contentNews > .modal-contentNews-body > .modal-contentNews-title > .division {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: calc(12rem / var(--baseFontSize));
  }
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__bottom {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: grid;
  pointer-events: none;
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__bottom {
    bottom: 0%;
  }
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__bottom.is-scrollend > .modal-content__link {
  opacity: 1;
  pointer-events: auto;
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__bottom.is-scrollend > .modal-content__scroll {
  opacity: 0;
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__bottom > .modal-content__link {
  grid-area: 1/1/2/2;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  opacity: 0;
  width: 150px;
  height: 150px;
  margin-inline: auto;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__bottom > .modal-content__link:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #1c184a;
  border-radius: 50%;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
  will-change: filter;
  -webkit-box-shadow: 0 0 20px 20px #1c184a, 0 0 70px 50px #1c184a;
          box-shadow: 0 0 20px 20px #1c184a, 0 0 70px 50px #1c184a;
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__bottom > .modal-content__link:before {
    -webkit-box-shadow: 0 0 20px 20px #1c184a, 0 0 40px 40px #1c184a;
            box-shadow: 0 0 20px 20px #1c184a, 0 0 40px 40px #1c184a;
  }
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__bottom > .modal-content__link:hover:before {
  -webkit-filter: blur(20px) brightness(1.2);
          filter: blur(20px) brightness(1.2);
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__bottom > .modal-content__link > .text {
  font-family: "Cardo", serif;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 767px) {
  .contents .modal-target .modal-target__inner .modal-content > .modal-content__bottom > .modal-content__link > .text {
    font-size: 12px;
  }
}
.contents .modal-target .modal-target__inner .modal-content > .modal-content__bottom > .modal-content__scroll {
  grid-area: 1/1/2/2;
  width: 31px;
  margin-inline: auto;
  z-index: 1;
  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;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.contents .modal-target .modalCloseTrigger {
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contents .modal-target .modalCloseTrigger {
    right: 10px;
    top: 13.5px;
  }
}
.contents .modal-target .modalCloseTrigger > .icon {
  width: 30px;
  height: 30px;
  stroke: #fff;
  stroke-width: 1px;
}
@media (max-width: 767px) {
  .contents .modal-target .modalCloseTrigger > .icon {
    overflow: visible;
    width: 23px;
    height: 11px;
  }
  .contents .modal-target .modalCloseTrigger > .icon .icon__line {
    overflow: hidden;
    stroke: #fff;
    stroke-width: 1px;
  }
  .contents .modal-target .modalCloseTrigger > .icon .icon__line--1 {
    -webkit-transform-origin: top;
            transform-origin: top;
    rotate: 405deg;
    translate: 0 50%;
  }
  .contents .modal-target .modalCloseTrigger > .icon .icon__line--2 {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    rotate: -405deg;
    translate: 0 -50%;
  }
}
.contents > .contents-flash {
  position: absolute;
  inset: 0;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
}

.cloudOverSection {
  position: fixed;
  inset: 0;
  z-index: 4;
  mix-blend-mode: screen;
  pointer-events: none;
  -webkit-transform-origin: center;
          transform-origin: center;
  visibility: hidden;
  opacity: 0;
  --dist: 1;
}
@media (max-width: 767px) {
  .cloudOverSection {
    -webkit-transform-origin: 65% 65%;
            transform-origin: 65% 65%;
  }
}
.cloudOverSection > .cloud {
  position: absolute;
}
.cloudOverSection > .cloud .image {
  width: 100%;
}
.cloudOverSection > .cloud.--left {
  top: 11%;
  left: calc(-38% * var(--dist));
  width: 90%;
}
@media (max-width: 767px) {
  .cloudOverSection > .cloud.--left {
    display: none;
  }
}
.cloudOverSection > .cloud.--right {
  top: -39%;
  right: calc(-47% * var(--dist));
  width: 95%;
}
@media (max-width: 767px) {
  .cloudOverSection > .cloud.--right {
    display: none;
  }
}
.cloudOverSection > .cloud.--top {
  display: none;
  right: calc(-54% * var(--dist));
  width: 114%;
  top: 50%;
  translate: 0 -100%;
}
@media (max-width: 767px) {
  .cloudOverSection > .cloud.--top {
    display: block;
  }
  .cloudOverSection > .cloud.--top > .image {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
}
.cloudOverSection > .cloud.--center {
  display: none;
  left: calc(-46% * var(--dist));
  width: 114%;
  top: 50%;
  translate: 0 -25%;
}
@media (max-width: 767px) {
  .cloudOverSection > .cloud.--center {
    display: block;
  }
}
.cloudOverSection > .cloud.--bottom {
  display: none;
  right: calc(-73% * var(--dist));
  width: 114%;
  top: 50%;
  translate: 0 10%;
}
@media (max-width: 767px) {
  .cloudOverSection > .cloud.--bottom {
    display: block;
  }
}

.scrubTimelineStep1 {
  will-change: filter, opacity;
}

.scrubTimelineStep2 {
  will-change: filter, opacity;
}

.scrubTimelineStep2-2 {
  will-change: opacity, transform;
}

.scrubTimelineStep2-3 {
  will-change: opacity, transform;
}

.scrubTimelineStep2-4 {
  will-change: opacity, transform;
}

.scrubTimelineStep2-5 {
  will-change: opacity, transform;
}

.scrubTimelineStep2-6 {
  will-change: opacity, transform;
}

.scrubTimelineStep3 {
  will-change: filter, opacity;
}

.scrubTimelineStep4 {
  will-change: filter, opacity;
}

.scrubTimelineStep5 {
  will-change: filter, opacity;
}

.scrubTimelineStep6-1 {
  will-change: filter, opacity;
}

.scrubTimelineStep6-2 {
  will-change: filter, opacity;
}

.scrubTimelineStep6-3 {
  will-change: opacity;
}

.scrubTimelineStep7 {
  will-change: filter, opacity, transform;
}

.scrubTimelineStep7-2 {
  will-change: pointer-events;
}

.scrubTimelineStep7-3 {
  will-change: opacity;
}

.scrubTimelineStep8 {
  will-change: filter, opacity;
}

.scrubTimelineStep9 {
  will-change: opacity;
}

.scrubTimelineStep10 {
  will-change: opacity;
}

.scrubTimelineStep11 {
  will-change: opacity, filter;
}

.scrubTimelineStep12 {
  will-change: opacity, filter;
}

.subContainer {
  position: relative;
}
.subContainer > .subContainer-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/images/sub/background/background-fixed.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.subContainer > .subContainer-gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(11, 13, 38)), to(rgba(11, 13, 38, 0)));
  background-image: linear-gradient(360deg, rgb(11, 13, 38) 0%, rgba(11, 13, 38, 0) 100%);
}
.subContainer > .subContainer-content {
  position: relative;
  z-index: 3;
}