@charset "UTF-8";
/* 
---------------------------------------
WEBフォント追加
---------------------------------------
*/
@font-face {
  font-family: 'Anton';
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/Anton-Regular.woff2") format("woff2"), url("../fonts/Anton-Regular.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'NotoSansJP';
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2"), url("../fonts/NotoSansJP-VariableFont_wght.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/Oswald-VariableFont_wght.woff2") format("woff2"), url("../fonts/Oswald-VariableFont_wght.woff") format("woff");
  font-display: swap; }
html {
  scroll-behavior: auto; }

body {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Noto Sans JP", "NotoSansJP", sans-serif;
  color: #FFFFFF;
  position: relative;
  background: linear-gradient(rgba(61, 69, 76, 0.9), rgba(61, 69, 76, 0.9)), url("../img/common/noise.png"), #3d454c;
  background-repeat: repeat;
  background-size: 100px, 100px, auto;
  z-index: 1;
  overflow: clip; }
  @media screen and (max-width: 834px) {
    body {
      font-size: 14px; } }

.inner {
  max-width: 1250px;
  width: 90%;
  margin: 0 auto; }

.sp {
  display: none; }
  @media screen and (max-width: 834px) {
    .sp {
      display: block; } }

.pc {
  display: block; }
  @media screen and (max-width: 834px) {
    .pc {
      display: none; } }

.ja {
  font-family: "Noto Sans JP", "NotoSansJP", sans-serif; }

.en {
  font-family: "Oswald", sans-serif; }

.fadein.scroll-activate {
  opacity: 0;
  transform: translate(0, 30px);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.2s; }

.fadein.scroll-activate.active {
  opacity: 1;
  transform: translateY(0); }

.text-fadeIn span {
  transform: translateY(20px);
  opacity: 0; }

.text-fadeIn.active span {
  animation: fadeInUp 0.25s ease-out forwards; }
.text-fadeIn.active span:nth-child(1) {
  animation-delay: 0.05s; }
.text-fadeIn.active span:nth-child(2) {
  animation-delay: 0.1s; }
.text-fadeIn.active span:nth-child(3) {
  animation-delay: 0.15s; }
.text-fadeIn.active span:nth-child(4) {
  animation-delay: 0.2s; }
.text-fadeIn.active span:nth-child(5) {
  animation-delay: 0.25s; }
.text-fadeIn.active span:nth-child(6) {
  animation-delay: 0.3s; }
.text-fadeIn.active span:nth-child(7) {
  animation-delay: 0.35s; }
.text-fadeIn.active span:nth-child(8) {
  animation-delay: 0.4s; }
.text-fadeIn.active span:nth-child(9) {
  animation-delay: 0.45s; }
.text-fadeIn.active span:nth-child(10) {
  animation-delay: 0.5s; }
.text-fadeIn.active span:nth-child(11) {
  animation-delay: 0.55s; }
.text-fadeIn.active span:nth-child(12) {
  animation-delay: 0.6s; }
.text-fadeIn.active span:nth-child(13) {
  animation-delay: 0.65s; }
.text-fadeIn.active span:nth-child(14) {
  animation-delay: 0.7s; }
.text-fadeIn.active span:nth-child(15) {
  animation-delay: 0.75s; }
.text-fadeIn.active span:nth-child(16) {
  animation-delay: 0.8s; }
.text-fadeIn.active span:nth-child(17) {
  animation-delay: 0.85s; }
.text-fadeIn.active span:nth-child(18) {
  animation-delay: 0.9s; }
.text-fadeIn.active span:nth-child(19) {
  animation-delay: 0.95s; }
.text-fadeIn.active span:nth-child(20) {
  animation-delay: 1s; }
.text-fadeIn.active span:nth-child(21) {
  animation-delay: 1.05s; }
.text-fadeIn.active span:nth-child(22) {
  animation-delay: 1.1s; }
.text-fadeIn.active span:nth-child(23) {
  animation-delay: 1.15s; }
.text-fadeIn.active span:nth-child(24) {
  animation-delay: 1.2s; }
.text-fadeIn.active span:nth-child(25) {
  animation-delay: 1.25s; }
.text-fadeIn.active span:nth-child(26) {
  animation-delay: 1.3s; }
.text-fadeIn.active span:nth-child(27) {
  animation-delay: 1.35s; }
.text-fadeIn.active span:nth-child(28) {
  animation-delay: 1.4s; }
.text-fadeIn.active span:nth-child(29) {
  animation-delay: 1.45s; }
.text-fadeIn.active span:nth-child(30) {
  animation-delay: 1.5s; }
.text-fadeIn.active span:nth-child(31) {
  animation-delay: 1.55s; }
.text-fadeIn.active span:nth-child(32) {
  animation-delay: 1.6s; }
.text-fadeIn.active span:nth-child(33) {
  animation-delay: 1.65s; }
.text-fadeIn.active span:nth-child(34) {
  animation-delay: 1.7s; }
.text-fadeIn.active span:nth-child(35) {
  animation-delay: 1.75s; }
.text-fadeIn.active span:nth-child(36) {
  animation-delay: 1.8s; }
.text-fadeIn.active span:nth-child(37) {
  animation-delay: 1.85s; }
.text-fadeIn.active span:nth-child(38) {
  animation-delay: 1.9s; }
.text-fadeIn.active span:nth-child(39) {
  animation-delay: 1.95s; }
.text-fadeIn.active span:nth-child(40) {
  animation-delay: 2s; }
.text-fadeIn.active span:nth-child(41) {
  animation-delay: 2.05s; }
.text-fadeIn.active span:nth-child(42) {
  animation-delay: 2.1s; }
.text-fadeIn.active span:nth-child(43) {
  animation-delay: 2.15s; }
.text-fadeIn.active span:nth-child(44) {
  animation-delay: 2.2s; }
.text-fadeIn.active span:nth-child(45) {
  animation-delay: 2.25s; }
.text-fadeIn.active span:nth-child(46) {
  animation-delay: 2.3s; }
.text-fadeIn.active span:nth-child(47) {
  animation-delay: 2.35s; }
.text-fadeIn.active span:nth-child(48) {
  animation-delay: 2.4s; }
.text-fadeIn.active span:nth-child(49) {
  animation-delay: 2.45s; }
.text-fadeIn.active span:nth-child(50) {
  animation-delay: 2.5s; }
.text-fadeIn.active span:nth-child(51) {
  animation-delay: 2.55s; }
.text-fadeIn.active span:nth-child(52) {
  animation-delay: 2.6s; }
.text-fadeIn.active span:nth-child(53) {
  animation-delay: 2.65s; }
.text-fadeIn.active span:nth-child(54) {
  animation-delay: 2.7s; }
.text-fadeIn.active span:nth-child(55) {
  animation-delay: 2.75s; }
.text-fadeIn.active span:nth-child(56) {
  animation-delay: 2.8s; }
.text-fadeIn.active span:nth-child(57) {
  animation-delay: 2.85s; }
.text-fadeIn.active span:nth-child(58) {
  animation-delay: 2.9s; }
.text-fadeIn.active span:nth-child(59) {
  animation-delay: 2.95s; }
.text-fadeIn.active span:nth-child(60) {
  animation-delay: 3s; }
.text-fadeIn.active span:nth-child(61) {
  animation-delay: 3.05s; }
.text-fadeIn.active span:nth-child(62) {
  animation-delay: 3.1s; }
.text-fadeIn.active span:nth-child(63) {
  animation-delay: 3.15s; }
.text-fadeIn.active span:nth-child(64) {
  animation-delay: 3.2s; }
.text-fadeIn.active span:nth-child(65) {
  animation-delay: 3.25s; }
.text-fadeIn.active span:nth-child(66) {
  animation-delay: 3.3s; }
.text-fadeIn.active span:nth-child(67) {
  animation-delay: 3.35s; }
.text-fadeIn.active span:nth-child(68) {
  animation-delay: 3.4s; }
.text-fadeIn.active span:nth-child(69) {
  animation-delay: 3.45s; }
.text-fadeIn.active span:nth-child(70) {
  animation-delay: 3.5s; }
.text-fadeIn.active span:nth-child(71) {
  animation-delay: 3.55s; }
.text-fadeIn.active span:nth-child(72) {
  animation-delay: 3.6s; }
.text-fadeIn.active span:nth-child(73) {
  animation-delay: 3.65s; }
.text-fadeIn.active span:nth-child(74) {
  animation-delay: 3.7s; }
.text-fadeIn.active span:nth-child(75) {
  animation-delay: 3.75s; }
.text-fadeIn.active span:nth-child(76) {
  animation-delay: 3.8s; }
.text-fadeIn.active span:nth-child(77) {
  animation-delay: 3.85s; }
.text-fadeIn.active span:nth-child(78) {
  animation-delay: 3.9s; }
.text-fadeIn.active span:nth-child(79) {
  animation-delay: 3.95s; }
.text-fadeIn.active span:nth-child(80) {
  animation-delay: 4s; }
.text-fadeIn.active span:nth-child(81) {
  animation-delay: 4.05s; }
.text-fadeIn.active span:nth-child(82) {
  animation-delay: 4.1s; }
.text-fadeIn.active span:nth-child(83) {
  animation-delay: 4.15s; }
.text-fadeIn.active span:nth-child(84) {
  animation-delay: 4.2s; }
.text-fadeIn.active span:nth-child(85) {
  animation-delay: 4.25s; }
.text-fadeIn.active span:nth-child(86) {
  animation-delay: 4.3s; }
.text-fadeIn.active span:nth-child(87) {
  animation-delay: 4.35s; }
.text-fadeIn.active span:nth-child(88) {
  animation-delay: 4.4s; }
.text-fadeIn.active span:nth-child(89) {
  animation-delay: 4.45s; }
.text-fadeIn.active span:nth-child(90) {
  animation-delay: 4.5s; }
.text-fadeIn.active span:nth-child(91) {
  animation-delay: 4.55s; }
.text-fadeIn.active span:nth-child(92) {
  animation-delay: 4.6s; }
.text-fadeIn.active span:nth-child(93) {
  animation-delay: 4.65s; }
.text-fadeIn.active span:nth-child(94) {
  animation-delay: 4.7s; }
.text-fadeIn.active span:nth-child(95) {
  animation-delay: 4.75s; }
.text-fadeIn.active span:nth-child(96) {
  animation-delay: 4.8s; }
.text-fadeIn.active span:nth-child(97) {
  animation-delay: 4.85s; }
.text-fadeIn.active span:nth-child(98) {
  animation-delay: 4.9s; }
.text-fadeIn.active span:nth-child(99) {
  animation-delay: 4.95s; }
.text-fadeIn.active span:nth-child(100) {
  animation-delay: 5s; }

@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
.btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background 0.3s, color 0.3s; }
  @media screen and (max-width: 834px) {
    .btn {
      width: 183px; } }

.button-text-wrapper {
  position: relative;
  height: 20px;
  width: 100%; }
  @media screen and (max-width: 834px) {
    .button-text-wrapper {
      height: 50px; } }

/* 初期テキストのスタイル */
.button-text {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-align: center; }

/* 最初のテキスト */
.button-text.first {
  transform: translateY(0%);
  opacity: 1; }

/* 2つ目のテキスト */
.button-text.second {
  transform: translateY(100%);
  opacity: 0; }

/* ホバー時のアニメーション */
.btn:hover .button-text.first {
  transform: translateY(-100%);
  opacity: 0; }

.btn:hover .button-text.second {
  transform: translateY(0%);
  opacity: 1; }

.header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem 0;
  padding: 45px 20px 10px 3%;
  position: fixed;
  top: 0;
  left: 0;
  width: 21%;
  background: transparent;
  z-index: 1000;
  transition: transform 0.6s ease, opacity 0.6s ease;
  /*sp Entryページ遷移*/ }
  .header.active {
    animation: headerShowUp 1s 1.5s ease-out forwards; }
  .header.hidden {
    transform: translateY(-100%); }
  @media screen and (max-width: 834px) {
    .header {
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      padding: 10px 5%;
      position: fixed;
      height: auto;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); } }
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1625px;
    margin: 0 auto; }
  .header__logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    max-width: 284px; }
    @media screen and (max-width: 1400px) {
      .header__logo {
        max-width: 234px; } }
    @media screen and (max-width: 1200px) {
      .header__logo {
        max-width: 200px; } }
    @media screen and (max-width: 990px) {
      .header__logo {
        max-width: 140px; } }
    @media screen and (max-width: 834px) {
      .header__logo {
        max-width: 140px; } }
    .header__logo-img {
      width: 100%;
      height: auto; }
  .header__nav {
    display: flex; }
    @media screen and (max-width: 834px) {
      .header__nav {
        display: none; } }
    .header__nav ul {
      display: flex;
      list-style: none;
      flex-direction: column;
      gap: 0.3rem 0;
      align-items: flex-start; }
    .header__nav a {
      font-family: "Oswald", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      text-decoration: none;
      line-height: 1;
      transition: opacity 0.3s ease; }
      .header__nav a:hover, .header__nav a:focus {
        opacity: 0.6; }
  .header__sp-nav {
    display: none; }
    @media screen and (max-width: 834px) {
      .header__sp-nav {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #000000;
        padding: 17px 15px;
        width: 100%; } }
    .header__sp-nav .header__sp-nav-list {
      gap: 3rem;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      display: flex;
      gap: 0 3rem;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      padding-bottom: 1rem; }
    .header__sp-nav .header__sp-nav-list-item {
      scroll-snap-align: start;
      white-space: nowrap;
      font-size: 12px;
      font-weight: 600; }
    .header__sp-nav .header__sp-nav-list-sub {
      padding-left: 1rem;
      gap: 2rem; }
    .header__sp-nav .header__sp-nav-list-sub-item {
      font-size: 15px; }
    .header__sp-nav .header__sp-nav-list a.active {
      color: #FF3057; }
  .header .entry__btn {
    display: none; }
    @media screen and (max-width: 834px) {
      .header .entry__btn {
        background: linear-gradient(to right, #FF3057, #D8133A);
        color: #fff;
        text-align: center;
        padding: 0 15px;
        height: 30px;
        border-radius: 30px;
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 0.2rem;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); } }
    .header .entry__btn .entry__text-en {
      font-size: 16px;
      font-weight: 600; }
    .header .entry__btn .entry__text-ja {
      font-size: 12px;
      font-weight: 700; }
  .header .entry__btn:hover {
    opacity: 0.8s; }

.footer {
  position: relative;
  padding: 20rem 0 3rem;
  z-index: 3;
  background: url("../img/top/fotter-bg.webp") center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 834px) {
    .footer {
      padding: 7rem 0 2rem; } }
  .footer .swiper-slide {
    display: flex;
    align-items: center;
    gap: 0 4rem;
    width: fit-content;
    margin-right: 8rem; }
    @media screen and (max-width: 834px) {
      .footer .swiper-slide {
        gap: 0 1rem;
        margin-right: 0rem; } }
  .footer__slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 7; }
    .footer__slider .swiper {
      z-index: 6 !important; }
    .footer__slider .swiper-wrapper {
      transition-timing-function: linear !important; }
  .footer .swiper-slide {
    display: flex;
    gap: 0 5rem;
    align-items: center;
    position: relative;
    z-index: 6 !important; }
    @media screen and (min-width: 835px) {
      .footer .swiper-slide {
        height: 200px !important; } }
    @media screen and (max-width: 834px) {
      .footer .swiper-slide {
        height: 100px !important;
        aspect-ratio: 2/1; } }
  .footer__slider--en {
    font-size: clamp(65px, 9vw, 150px);
    font-weight: 700; }
    @media screen and (max-width: 834px) {
      .footer__slider--en {
        font-size: clamp(45px, 8vw, 65px);
        white-space: nowrap; } }
  .footer__swiper--picture {
    height: auto;
    object-fit: cover; }
  .footer__catch {
    text-align: center;
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 700;
    margin: 1rem auto 4rem; }
    @media screen and (max-width: 834px) {
      .footer__catch {
        font-size: clamp(22px, 6vw, 32px);
        margin: 2rem auto 3rem;
        line-height: 1.2; } }
  .footer .btn {
    background: transparent;
    color: white;
    width: 290px;
    border: 1px solid #fff;
    padding: 25px 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    border-radius: 35px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 3rem auto 0; }
    @media screen and (max-width: 834px) {
      .footer .btn {
        font-size: 14px;
        padding: 10px 0;
        width: 250px;
        margin: 3rem auto 0; } }
  @media screen and (max-width: 834px) {
    .footer .button-text-wrapper {
      height: 35px; } }
  .footer .btn:hover {
    background: #fff;
    color: #FF3057; }
  .footer__info {
    margin-top: 10rem;
    border-top: 1px solid #FFFFFF;
    padding-top: 6rem; }
    @media screen and (max-width: 834px) {
      .footer__info {
        margin-top: 5rem;
        padding-top: 3rem; } }
  .footer__info--inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 834px) {
      .footer__info--inner {
        flex-direction: column;
        gap: 3rem 0; } }
  .footer__info--left {
    display: flex;
    align-items: center;
    gap: 0 4.5rem; }
    @media screen and (max-width: 834px) {
      .footer__info--left {
        flex-direction: column;
        gap: 1rem 0; } }
    @media screen and (max-width: 834px) {
      .footer__info--left a.footer__logo {
        width: 80%; } }
    .footer__info--left a.co-link {
      text-decoration: underline;
      font-size: 13px;
      font-weight: 700; }
  .footer .copy-right {
    font-size: 12px;
    font-weight: 300; }

.error-page .error__inner {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
.error-page .error__title {
  font-size: clamp(50px, 8vw, 70px);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-bottom: 2rem; }
.error-page .error__sub-title {
  font-size: clamp(20px, 5vw, 39px);
  font-weight: 700; }
.error-page .error__txt {
  font-size: clamp(15px, 8vw, 22px);
  font-weight: 400; }
