@charset "utf-8";

/******
フォント

Optima
font-family: "OptimaLTPro-Roman";

Zen Antique Soft
font-family: "Zen Antique Soft", serif;
font-weight: 400;

Shippori Mincho
font-family: "Shippori Mincho", serif;
font-weight: 400;→regular
font-weight: 500;→medium
font-weight: 600;→semibold
font-weight: 700;→bold

Poppins
font-family: "Poppins", sans-serif;
font-weight: 300;→light
font-weight: 400;→regular
font-weight: 500;→medium
font-weight: 600;→semibold
font-weight: 700;→bold
font-weight: 800;→extrabold
font-weight: 900;

Noto Sans JP
font-family: "Noto Sans JP", sans-serif;


*******/

body {
  color: #222;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

.img {
  width: 100%;
  height: auto;
}

.img--sp {
  display: none;
}

.ilblk {
  display: inline-block;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.clr--wh {
  color: #fff;
}

.bg--sky {
  background-color: #dce2e9;
}

.bg--black {
  background-color: #222;
}

.bg--black2 {
  background-color: #000;
}

.inner-1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.inner-1375 {
  max-width: 1375px;
  margin-left: auto;
  margin-right: auto;
}

.inner-1350__lft {
  width: 96%;
  max-width: 1350px;
  margin: 0 auto 0 0;
}
.inner-1350__rgt {
  width: 96%;
  max-width: 1350px;
  margin: 0 0 0 auto;
}

.inner-1360 {
  width: 92%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.inner-1300 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.inner-1260 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.inner-1320 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.inner-1095 {
  width: 100%;
  max-width: 1095px;
  margin: 0 auto;
}

.inner-1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.inner-907 {
  max-width: 907px;
  margin-left: auto;
  margin-right: auto;
}

.z-index__type01 {
  position: relative;
  z-index: 1;
}

.flex-start {
  align-items: flex-start;
}

.flex-end {
  align-items: flex-end;
}

.position--relative {
  position: relative;
}

.section-title {
  text-align: center;
  margin-bottom: 41px;
}
.section-title__en,
.section-title__ja {
  display: block;
}
.section-title__en {
  font-size: 69px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.section-title__ja {
  font-size: 17px;
  font-family: "Zen Antique Soft", serif;
  text-align: center;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.yellow--line {
  background: #ffde01;
  padding: 4px 10px;
  line-height: 25px;
  display: inline-block;
}

.yellow--line:not(:last-child) {
  margin-bottom: 1px;
}

a.sptel {
  cursor: default;
  pointer-events: none;
  display: inline;
}

/* AOS.js　アニメーション */
[data-aos="fade-l"] {
  opacity: 0;
  transform: translate(-100px, 0);
  -webkit-transform: translate(-100px, 0);
  transition-property: transform, opacity;
}
[data-aos="fade-l"].aos-animate {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

[data-aos="fade-r"] {
  opacity: 0;
  transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  transition-property: transform, opacity;
}
[data-aos="fade-r"].aos-animate {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*===============
fv
================*/
.fv {
  width: 100%;
  /* height: 100vh; */
  /* max-height: 913px; */
  padding: 888px 0 0;
  position: relative;
}

.fv__back {
  width: 100%;
  height: 100vh;
  position: absolute;
}
.fv__back--img1 {
  width: 100vw;
  height: 61.666vw;
  bottom: 0;
  background: url("../imgs/index/mv_bg1.png") center right / cover no-repeat;
  opacity: 0;
  /* 初期状態は非表示 */
  z-index: 1;
}
.fv__back--img2 {
  width: 72.986vw;
  height: 61.666vw;
  bottom: 0;
  right: -9999px;
  background: url("../imgs/index/mv_bg2.png") center right / cover no-repeat;
  /* opacity: 0; */
  /* 初期状態は非表示 */
  z-index: 2;
}
.fv__back--img3 {
  width: 41.18vw;
  height: 61.666vw;
  bottom: 0;
  right: -9999px;
  background: url("../imgs/index/mv_bg3.png") center right / cover no-repeat;
  /* opacity: 0; */
  /* 初期状態は非表示 */
  z-index: 3;
}
.fv__back--img4 {
  width: 13.263vw;
  height: 38.611vw;
  bottom: 0;
  right: -9999px;
  background: url("../imgs/index/mv_bg4.png") center right / cover no-repeat;
  /* opacity: 0; */
  /* 初期状態は非表示 */
  z-index: 4;
}
.fv__text {
  color: #fff;
  font-size: 28px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  width: 100%;
  max-width: 820px;
  margin: 0 auto 26px 0;
  line-height: 1.26;
  letter-spacing: 0.07em;
  opacity: 0;
}
.fv__title {
  color: #ffde01;
  font-size: 141px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.05em;
}

.fv__title--en {
  display: block;
  position: relative;
}

.fv__titleContents--type01 {
  position: absolute;
  bottom: 333px;
  left: 7.5%;
  z-index: 5;
}
.fv__titleContents--type02 {
  position: absolute;
  bottom: 207px;
  left: 4.5%;
  z-index: 5;
}
.fv__titleContents--type03 {
  position: absolute;
  bottom: 83px;
  left: 18.8%;
  z-index: 5;
}

.fv__title--type01 {
  opacity: 0;
}
.fv__title--type02 {
  opacity: 0;
}
.fv__title--type03 {
  opacity: 0;
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fv__figure {
  width: 100%;
  max-width: 404px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 154px;
  z-index: 4;
  opacity: 0;
  /* 初期状態は非表示 */
}

.swiper-slide {
  opacity: 0; /* 初期状態では非表示 */
  transition: opacity 0.5s ease-in-out; /* 表示・非表示のスムーズなトランジション */
}

.swiper-slide-active {
  visibility: visible; /* アクティブスライドのみ表示 */
}

/* スクロールバー */
.scroll_btn {
  display: inline-block;
  animation-delay: 2s;
  position: absolute;
  bottom: 17px;
  right: 45px;
  z-index: 5;
  padding: 160px 10px 0;
  overflow: hidden;
  opacity: 0;
}

.scroll_btn__text {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-top: 26px;
  letter-spacing: 0.05em;
}

.scroll_btn::before {
  content: "";
  position: absolute;
  top: 79px;
  left: 45px;
  width: 1.8px;
  height: 90px;
  background: #808080;
}

.scroll_btn::after {
  content: "";
  position: absolute;
  top: 250px;
  left: 45px;
  width: 1.8px;
  height: 31px;
  background: #fff;
  animation: sdl 5s ease infinite;
}

@keyframes sdl {
  0% {
    transform: translateY(-180px);
    opacity: 1;
  }

  50%,
  100% {
    transform: translateY(-70px);
    opacity: 0;
  }
}

/* プログレスバー */
.container {
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: -91px;
  right: -250px;
  z-index: 6;
  transform: rotate(270deg) scale(-1, 1);
  /* opacity: 0; */
}

@media screen and (max-width: 1440px) {
  .fv {
    padding: 61.666vw 0 0;
  }
}

@media screen and (max-width: 1400px) {
  .inner-1375 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .inner-1300 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 1420px) {
  .inner-1320 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 1370px) {
  /*===============
fv
================*/
  .fv {
    padding: 64.817vw 0 0;
  }
  .fv__text {
    font-size: 2.043vw;
    margin: 0 auto 1.897vw 0;
  }
  .fv__title {
    font-size: 10.291vw;
  }
  .fv__back--img1 {
    height: 64.817vw;
  }
  .fv__back--img2 {
    width: 74.986vw;
    height: 64.817vw;
  }
  .fv__back--img3 {
    width: 42.18vw;
    height: 64.817vw;
  }
  .fv__back--img4 {
    width: 100%;
    max-width: 13.941vw;
    height: 40.583vw;
  }
  .fv__titleContents--type01 {
    bottom: 24.306vw;
  }
  .fv__titleContents--type02 {
    bottom: 15.109vw;
  }
  .fv__titleContents--type03 {
    bottom: 6.058vw;
  }
  .fv__figure {
    max-width: 23.576vw;
    right: 11.24vw;
  }
  .scroll_btn {
    bottom: 1.24vw;
    right: 10px;
    padding: 160px 0 0;
  }
  .scroll_btn::before {
    left: 38px;
  }
  .scroll_btn::after {
    left: 38px;
  }
  /* プログレスバー */
  .container {
    width: 36.496vw;
    height: 36.496vw;
    bottom: -6.642vw;
    right: -18.248vw;
  }
}

@media screen and (max-width: 1360px) {
  .inner-1260 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 1080px) {
  .yellow--line {
    padding: 2px 7px;
  }
  .yellow--line:not(:last-child) {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 1007px) {
  .inner-907 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 880px) {
  br.b-880 {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  br.b-800 {
    display: none;
  }

  /*===============
	fv
	================*/
  .scroll_btn__text {
    font-size: 11px;
    margin-top: 9px;
  }
  .scroll_btn::before {
    top: 79px;
    left: 33px;
    width: 1.3px;
    height: 80px;
  }
  .scroll_btn::after {
    top: 255px;
    left: 33px;
    width: 1.3px;
    height: 26px;
  }
}

@media screen and (max-width: 980px) {
}

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

  .img--sp {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  /*===============
fv
================*/
  .scroll_btn__text {
    font-size: 11px;
    margin-top: 9px;
  }
  .scroll_btn::before {
    top: 79px;
    left: 33px;
    width: 1.3px;
    height: 80px;
  }
  .scroll_btn::after {
    top: 255px;
    left: 33px;
    width: 1.3px;
    height: 26px;
  }
}

@media screen and (max-width: 750px) {
  .section-title__en {
    font-size: 51px;
  }
  .section-title__ja {
    font-size: 14px;
  }

  .yellow--line {
    padding: 1px 5px;
  }

  /*===============
fv
================*/
  .fv {
    padding: 426px 0 0;
  }
  .fv__text {
    font-size: 15px;
    margin: 0 auto 14px 0;
  }

  .fv__back--img1 {
    height: 486px;
  }
  .fv__back--img2 {
    width: 562px;
    height: 486px;
  }
  .fv__back--img3 {
    width: 316px;
    height: 486px;
  }

  .scroll_btn {
    padding: 140px 0 0;
    bottom: -48px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .scroll_btn::before {
    top: 75px;
    height: 50px;
  }
  .scroll_btn::after {
    top: 255px;
    height: 16px;
  }
  @keyframes sdl {
    0% {
      transform: translateY(-180px);
      opacity: 1;
    }

    50%,
    100% {
      transform: translateY(-120px);
      opacity: 0;
    }
  }
  .scroll_btn__text {
    margin-top: 0;
  }

  /* プログレスバー */
  .container {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
}

@media screen and (max-width: 480px) {
  .section-title__en {
    font-size: 40px;
  }
  .section-title__ja {
    font-size: 13px;
  }
  /*===============
fv
================*/
  .fv {
    padding: 266px 0 30px;
  }
  .fv__text {
    font-size: 14px;
  }

  .scroll_btn {
    padding: 40px 0 0;
    bottom: -38px;
  }
  .scroll_btn::before {
    top: 0;
    height: 30px;
  }
  .scroll_btn::after {
    top: -10px;
    height: 10px;
  }

  @keyframes sdl {
    0% {
      transform: translateY(0);
      opacity: 1;
    }

    50%,
    100% {
      transform: translateY(50px);
      opacity: 0;
    }
  }
}

@media screen and (max-width: 375px) {
}
