@charset "UTF-8";
/***********************
          BACE
***********************/
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  line-height: 1.78;
  line-break: strict;
  word-wrap: break-word;
  overflow-x: hidden;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  margin: 0;
}
body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/bg.webp") no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  touch-action: manipulation;
  text-decoration: none;
  color: rgb(39, 39, 39);
  transition: 0.2s ease-out;
}
a img {
  border-style: none;
}
a:active, a:hover {
  outline-width: 0;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

p {
  font-size: 1.8rem;
}

ol,
ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  list-style-position: inside;
}

dl {
  margin: 0;
}
dl dd {
  margin-left: 0;
}

iframe {
  border: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  padding: 0;
}

* {
  box-sizing: border-box;
  word-break: break-word;
  caret-color: transparent;
}
*::before, *::after {
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  width: 95%;
}

/***********************
          HEADER
***********************/
/***********************
          MAIN
***********************/
/***********************
          FV
***********************/
.fv {
  position: relative;
}
.fv .sp_none {
  display: none;
}
.fv .fv_inner {
  margin-top: 135px;
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.fv .fv_inner::after {
  content: "";
  width: 106%;
  height: 100%;
  max-width: 1347px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 50%;
  transform: skewX(-9.5deg) translateX(-50%);
  /*z-index: -1;*/
}
.fv .fv_inner .fv_inner_catch {
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.fv .fv_inner .fv_inner_catch h1 {
  max-width: 630px;
  display: flex;
  font-size: 13.46rem;
  font-family: video-cond, serif;
  font-weight: 800;
  line-height: 1;
  transform: translate(-0.1em, -0.3em);
  letter-spacing: 0.005em;
  position: relative;
  z-index: 1;
}
.fv .fv_inner .fv_inner_catch h1 span {
  display: block;
  position: relative;
}
.fv .fv_inner .fv_inner_catch h1 span::before {
  content: attr(data-text);
  position: absolute;
  top: 0.15em; /* 下にずらす */
  left: 0.15em; /* 右にずらす */
  z-index: -1;
  background-image: linear-gradient(90deg, rgb(255, 255, 120), rgb(173, 255, 210) 50%, rgb(171, 255, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv .fv_inner .fv_inner_catch h1 span:first-of-type {
  width: 2.5em;
}
.fv .fv_inner .fv_inner_catch h1 span:last-of-type {
  width: 3.5em;
}
.fv .fv_inner .fv_inner_catch > span {
  font-size: 3.5rem;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.8em;
}
.fv .fv_inner .fv_inner_catch > p {
  font-size: 2.2rem;
}
.fv .fv_inner .fv_inner_info {
  position: absolute;
  top: 5%;
  right: 0;
  width: 56%;
  max-width: 683.269px;
  z-index: 1;
}
.fv .fv_inner .fv_inner_info .fv_inner_info_img {
  aspect-ratio: 683.269/522.8355;
  position: relative;
  overflow: hidden;
}
.fv .fv_inner .fv_inner_info .fv_inner_info_img picture {
  width: 100%;
  height: 100%;
  clip-path: polygon(13% 0%, 100% 0%, 87% 100%, 0% 100%);
  display: block;
}
.fv .fv_inner .fv_inner_info .fv_inner_info_img picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.fv .fv_inner .fv_inner_info .fv_inner_info_img::after {
  position: absolute;
  top: 11.8%;
  left: 4.3%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(150deg, rgb(0, 114, 107), rgb(78, 157, 152));
  clip-path: polygon(13% 0%, 100% 0%, 87% 100%, 0% 100%);
  z-index: -1;
}
.fv .fv_inner .fv_inner_info .fv_inner_info_text {
  position: absolute;
  z-index: 2;
  right: 6.2%;
  bottom: 4%;
}
.fv .fv_inner .fv_inner_info .fv_inner_info_text p {
  min-width: 380px;
  padding: 0.6em 1.5em;
  text-align: right;
  color: rgb(255, 255, 255);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.45;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 146.6577px;
  align-items: center;
  justify-content: center;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
  position: relative;
}
.fv .fv_inner .fv_inner_info .fv_inner_info_text p::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  transform: skewX(-9.5deg);
  z-index: -1;
  width: 89%;
  height: 100%;
}

@media (max-width: 1240px) {
  .fv .fv_inner::after {
    width: 95%;
  }
  .fv .fv_inner .fv_inner_catch {
    padding-bottom: 40px;
  }
  .fv .fv_inner .fv_inner_catch h1 {
    font-size: 11rem;
  }
  .fv .fv_inner .fv_inner_catch > span {
    font-size: 3rem;
  }
  .fv .fv_inner .fv_inner_catch > p {
    font-size: 1.8rem;
  }
  .fv .fv_inner .fv_inner_info .fv_inner_info_text p {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .fv {
    margin-bottom: 150px;
  }
  .fv .fv_inner {
    margin-top: 50px;
  }
  .fv .fv_inner::after {
    content: none;
  }
  .fv .fv_inner .fv_inner_catch {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fv .fv_inner .fv_inner_catch h1 {
    font-size: 8rem;
    transform: translate(0, -0.3em);
  }
  .fv .fv_inner .fv_inner_catch > span {
    font-size: 2.5rem;
  }
  .fv .fv_inner .fv_inner_catch > p {
    font-size: 1.6rem;
  }
  .fv .fv_inner .fv_inner_catch::after {
    content: "";
    width: 95%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 50%;
    transform: skewX(-9.5deg) translateX(-50%);
    z-index: -1;
  }
  .fv .fv_inner .fv_inner_info {
    width: 80%;
    margin: 35px auto 0;
    position: inherit;
    top: inherit;
    right: inherit;
    max-width: inherit;
  }
  .fv .fv_inner .fv_inner_info .fv_inner_info_text p {
    font-size: 1.6rem;
    min-height: inherit;
  }
}
@media (max-width: 576px) {
  .fv {
    min-height: 780px;
    height: calc(100vh - 120px);
  }
  .fv .fv_inner {
    height: 100%;
    margin-top: 0;
    padding-top: 50px;
  }
  .fv .fv_inner .fv_inner_catch {
    align-items: flex-start;
  }
  .fv .fv_inner .fv_inner_catch h1 {
    font-size: 24vw;
    flex-direction: column;
  }
  .fv .fv_inner .fv_inner_catch h1 > span:last-of-type {
    margin-top: -0.15em;
  }
  .fv .fv_inner .fv_inner_catch > span {
    font-size: 5.4vw;
    margin-top: -0.8em;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8);
  }
  .fv .fv_inner .fv_inner_catch > p {
    font-size: 4.2vw;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8);
  }
  .fv .fv_inner .fv_inner_catch::after {
    width: 110%;
    height: calc(100% + 60px);
    top: inherit;
    bottom: 0;
    transform: skewX(-9.5deg) translateX(-35%);
  }
  .fv .fv_inner .fv_inner_info {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
  .fv .fv_inner .fv_inner_info .fv_inner_info_img {
    aspect-ratio: auto;
    height: 100%;
  }
  .fv .fv_inner .fv_inner_info .fv_inner_info_img picture {
    clip-path: none;
  }
  .fv .fv_inner .fv_inner_info .fv_inner_info_img::after {
    content: none;
  }
  .fv .fv_inner .fv_inner_info .fv_inner_info_text {
    right: -10px;
    bottom: -15px;
  }
  .fv .fv_inner .fv_inner_info .fv_inner_info_text p {
    font-size: 4.2vw;
  }
  .fv .sp_none {
    display: block;
  }
}
/***********************
          Discord
***********************/
#discord {
  position: fixed;
  top: 37.8px;
  right: 0;
  z-index: 10;
  width: 217px;
}
#discord a {
  padding: 25.5px;
  background-color: rgb(88, 101, 242);
  border-radius: 18px 0 0 18px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-out;
}
#discord a figure {
  aspect-ratio: 163/25;
}
#discord a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#discord a figure figcaption {
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
#discord a span {
  display: flex;
  justify-content: center;
  margin-top: 19px;
  font-size: 1.6rem;
  color: #ffffff;
}
#discord a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  background-image: linear-gradient(140deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 65%);
  transition: 0.2s ease-out;
}
#discord a:hover {
  background-color: rgb(65, 48, 219);
}
#discord a:hover::before {
  left: 100%;
}

@media (max-width: 992px) {
  #discord {
    top: inherit;
    bottom: 0;
    width: 100%;
  }
  #discord a {
    border-radius: 18px 18px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
  }
  #discord a figure {
    width: 40%;
  }
  #discord a span {
    margin-top: inherit;
    margin-left: 25px;
  }
}
.slider {
  position: relative;
  aspect-ratio: 16/9; /* お好みで。高さが決まっている場合は不要 */
  overflow: hidden;
}

.slider picture {
  position: absolute;
  inset: 0; /* 親いっぱいに広げる */
  opacity: 0;
  animation: slide 15s infinite;
}

.slider picture:nth-child(1) {
  animation-delay: 0s;
}

.slider picture:nth-child(2) {
  animation-delay: 5s;
}

.slider picture:nth-child(3) {
  animation-delay: 10s;
}

/* 0‑5‑10 秒周期で 3 枚を回す */
@keyframes slide {
  0%, 5% {
    opacity: 1;
  } /* 表示 */
  30%, 100% {
    opacity: 0;
  } /* 非表示 → 次の画像へ */
}
.fv_inner_info_img .swiper-wrapper {
  display: flex;
}

.fv_inner_info_img .swiper-slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.fv_inner_info_img picture,
.fv_inner_info_img img {
  display: block; /* 行間のスキマを消す */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 元の比率でトリミング／fill は任意 */
}

/* ① スライダー外へはみ出た要素を非表示に */
.fv_inner_info_img.swiper {
  overflow: hidden; /* ← これが無いと前後が見える */
}

/* ② 1 枚をコンテナ幅いっぱいに固定 */
.fv_inner_info_img .swiper-slide {
  flex: 0 0 100%; /* または width:100% だけでも可 */
  max-width: 100%;
}

/***********************
          TITLE
***********************/
/***********************
          BUTTON
***********************/
/***********************
          FOOTER
***********************//*# sourceMappingURL=style.css.map */