@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "fields-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.caption {
  font-family: fields, sans-serif;
  font-weight: 300;
  font-style: normal;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #fff;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
    transition: all 0.5s;
    cursor: pointer;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .footer_bg {
    background-image: url(../assets/images/footer_bg_sp.jpg);
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg {
    background-image: url(../assets/images/footer_bg_pc.jpg);
    background-size: cover;
  }
}
footer a:hover {
  opacity: 0.4;
}
footer .txt {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .txt {
    font-size: 12px;
    padding: 20vw 0 0;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  footer .txt {
    font-size: min(1.0416666667vw, 15px);
    padding: 10.7142857143vw 0 0;
    line-height: 1.875;
  }
}
footer .txt .m_b {
  margin-bottom: 1em;
}
footer .all_btn {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .all_btn {
    width: 66.6666666667vw;
    max-width: 400px;
    padding: 0 2%;
    margin: 20vw auto 23.2vw;
  }
}
@media screen and (min-width: 769px) {
  footer .all_btn {
    width: 25.7142857143vw;
    margin: 7.8571428571vw auto 9.2857142857vw;
  }
}
footer .logo_btn {
  max-width: 127px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .logo_btn {
    padding: 20vw 0;
  }
}
@media screen and (min-width: 769px) {
  footer .logo_btn {
    padding: 10vw 0 10.3571428571vw;
    max-width: 170px;
    width: 100%;
  }
}
footer .logo_btn svg {
  fill: #fff;
}
footer .link ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  width: 64%;
}
@media screen and (min-width: 769px) {
  footer .link ul {
    font-size: 16px;
    width: 22.8571428571vw;
  }
}
footer .link ul li {
  padding: 0 24px;
  margin-bottom: 10px;
  border-right: 1px solid #fff;
}
footer .link ul li:last-child {
  border-right: none;
}
footer .link ul li a {
  color: #fff;
}
footer .copyright {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 8px;
    padding: 0 0 2.1333333333vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  footer .copyright {
    font-size: 10px;
    padding: 0 0 1.4285714286vw;
    letter-spacing: 0.1em;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fv .inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv .inner {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.fv .inner::before {
  content: "";
  display: block;
  padding-top: 173.3333333333%;
}
.fv .inner h1 {
  position: absolute;
  color: #f7ff29;
  text-align: center;
  z-index: 2;
  letter-spacing: 0.075em;
  line-height: 1.14;
}
@media screen and (max-width: 768px) {
  .fv .inner h1 {
    left: 27.2vw;
    bottom: 36.8vw;
    font-size: 13.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner h1 {
    left: 41.0714285714vw;
    bottom: 13.5714285714vw;
    font-size: 5.3571428571vw;
  }
}
.fv .inner .fv_txt {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_txt {
    width: 89.3333333333vw;
    left: 5.3333333333vw;
    bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .fv_txt {
    width: 36.4285714286vw;
    left: 32.2857142857vw;
    bottom: 4.3571428571vw;
  }
}
.fv .inner .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.fv .inner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.ex-text-slide {
  position: absolute; /* 絶対位置 */
  text-align: center; /* テキストを中央揃え */
  overflow: hidden; /* はみ出した部分を隠す */
}

.ex-text-slide span {
  display: block; /* spanをブロック要素に設定 */
  transform: translateY(70%); /* 初期位置は画面外（下） */
  opacity: 0; /* 初期状態は透明 */
  transition: transform 0.5s linear, opacity 0.4s linear; /* アニメーション設定 */
}

.ex-text-slide.ex-active span {
  transform: translateY(0); /* 下から上にスライド */
  opacity: 1; /* 透明度を1に */
}

.ex-text-slide.ex-active p:nth-child(1) span {
  transition-delay: 0.5s; /* 1行目は即座に表示 */
}

.ex-text-slide.ex-active p:nth-child(2) span {
  transition-delay: 0.8s; /* 2行目は0.5秒後 */
}

.ex-text-slide.ex-active p:nth-child(3) span {
  transition-delay: 1.1s; /* 3行目は1秒後 */
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
.credit_card {
  position: relative;
}
.credit_card.active .plus {
  transform: rotate(45deg);
  transition: all 0.4s;
}

.credit_wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .credit_wrap {
    margin-top: 6vw;
    padding-bottom: 17.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit_wrap {
    margin-top: 1.7857142857vw;
    padding-bottom: 12.8571428571vw;
  }
}
.credit_wrap.t_left {
  text-align: left;
}
.credit_wrap li {
  color: #000;
}
@media screen and (max-width: 768px) {
  .credit_wrap li {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) {
  .credit_wrap li {
    font-size: 14px;
    line-height: 1.857;
    letter-spacing: 0.05em;
  }
}
.credit_wrap li a {
  color: #000;
  display: inline-block;
}
.credit_wrap li a:hover {
  opacity: 0.4;
}
.credit_wrap li.all {
  line-height: 1;
  margin-top: 0.5em;
}
.credit_wrap li.all a {
  display: inline-block;
  position: relative;
}
.credit_wrap li.all a::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plus {
  position: absolute;
  transition: all 0.4s;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .plus {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .plus {
    width: min(1.7361111111vw, 25px);
    height: min(1.7361111111vw, 25px);
    bottom: min(2.0833333333vw, 30px);
    right: min(2.0833333333vw, 30px);
  }
}
.plus:before, .plus:after {
  content: "";
  background-color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .plus:before {
    width: 5.3333333333vw;
    height: 1px;
  }
}
@media screen and (min-width: 769px) {
  .plus:before {
    width: min(1.7361111111vw, 25px);
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .plus:after {
    width: 1px;
    height: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .plus:after {
    width: 1px;
    height: min(1.7361111111vw, 25px);
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
svg {
  display: block;
  width: 100%;
}

.inner {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.dummy {
  position: sticky;
  top: 0;
  z-index: -1;
  height: 500px;
  width: 100%;
}

section {
  overflow: hidden;
}

svg {
  width: 100%;
}

.textAnime.active {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  animation: textAnime 2s forwards;
  display: inline-block;
}

.textAnime.lead_delay1.active {
  animation-delay: 1.5s;
}

.textAnime.lead_delay2.active {
  animation-delay: 2s;
}

.fv_txt.textAnime {
  visibility: hidden; /* 最初は非表示 */
}

.fv_txt.textAnime.active {
  visibility: visible; /* active クラスが追加されたら表示 */
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  animation: textAnime 2s forwards;
  display: inline-block;
}

@keyframes textAnime {
  100% {
    webkit-clip-path: inset(0);
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.textAnime_bottom.active {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  animation: textAnime_bottom 2s forwards;
  display: inline-block;
}

@keyframes textAnime_bottom {
  100% {
    webkit-clip-path: inset(0);
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.textAnime_top.active {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  animation: textAnime_bottom 2s forwards;
  display: inline-block;
}

#section01 .wrap1 .textAnime_top.active {
  animation-delay: 0.5s;
}

@keyframes textAnime_top {
  100% {
    webkit-clip-path: inset(0);
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.textAnime_top.txt_delay1.active {
  animation-delay: 1s;
}

/*以下フェードイン表示の指定*/
.fadein {
  opacity: 0;
  animation: fadein 1s ease forwards;
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}
/*以下遅延の指定*/
.txt01 {
  animation-delay: 1s;
}

.txt02 {
  animation-delay: 1.5s;
}

.txt03 {
  animation-delay: 2s;
}

.txt04 {
  animation-delay: 2.5s;
}

.txt05 {
  animation-delay: 3s;
}

.move-img-wrap {
  width: 100%;
  overflow: hidden;
}

.move-img-inner {
  padding: 0 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .move-img-inner .move-img {
    width: 192vw;
  }
}
@media screen and (min-width: 769px) {
  .move-img-inner .move-img {
    width: 308.5714285714vw;
    width: 214.2857142857vw;
    display: flex;
  }
}

.scroll_h {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slides-wrapper {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
}

.slide-img {
  width: 80vw;
}
@media screen and (max-width: 768px) {
  .slide-img {
    width: 60vw;
  }
}
@media screen and (min-width: 769px) {
  .slide-img {
    width: 38.5714285714vw;
  }
}

.flex_wrap {
  display: flex;
}
@media screen and (min-width: 769px) {
  .flex_wrap {
    width: 53.5714285714vw;
    width: 38%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .flex_wrap .fade_l {
    width: 33.2857142857vw;
  }
}

#sec_lead .pic {
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec_lead .pic {
    width: 61.3333333333vw;
    margin: 18.6666666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  #sec_lead .pic {
    width: 23.7857142857vw;
    margin: 9.5vw auto;
  }
}
#sec_lead .pic p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
  color: #f7ff29;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec_lead .pic p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #sec_lead .pic p {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #sec_lead .pic p.top {
    top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #sec_lead .pic p.top {
    top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #sec_lead .pic p.bottom {
    bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #sec_lead .pic p.bottom {
    bottom: 2vw;
  }
}

.fade_move {
  overflow: hidden;
}

#section01 .area1,
#section02 .area1,
#section03 .area1,
#section04 .area1,
#section05 .area1,
#section06 .area1 {
  position: relative;
}
@media screen and (max-width: 768px) {
  #section01 .area1 .pic:not(.big),
  #section02 .area1 .pic:not(.big),
  #section03 .area1 .pic:not(.big),
  #section04 .area1 .pic:not(.big),
  #section05 .area1 .pic:not(.big),
  #section06 .area1 .pic:not(.big) {
    width: 62.8vw;
    margin: 0 auto;
    padding-top: 14.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #section01 .area1 .pic:not(.big),
  #section02 .area1 .pic:not(.big),
  #section03 .area1 .pic:not(.big),
  #section04 .area1 .pic:not(.big),
  #section05 .area1 .pic:not(.big),
  #section06 .area1 .pic:not(.big) {
    width: 33.6428571429vw;
    margin: 0 auto;
    padding-top: 7.8571428571vw;
  }
}
#section01 .area1 .loop_top,
#section02 .area1 .loop_top,
#section03 .area1 .loop_top,
#section04 .area1 .loop_top,
#section05 .area1 .loop_top,
#section06 .area1 .loop_top {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #section01 .area1 .loop_top,
  #section02 .area1 .loop_top,
  #section03 .area1 .loop_top,
  #section04 .area1 .loop_top,
  #section05 .area1 .loop_top,
  #section06 .area1 .loop_top {
    width: 100%;
    left: 0;
    top: 3.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section01 .area1 .loop_top,
  #section02 .area1 .loop_top,
  #section03 .area1 .loop_top,
  #section04 .area1 .loop_top,
  #section05 .area1 .loop_top,
  #section06 .area1 .loop_top {
    width: 100%;
    left: 0;
    top: 1.7857142857vw;
    top: 1.4285714286vw;
  }
}
#section01 .area1 .loop_bottom,
#section02 .area1 .loop_bottom,
#section03 .area1 .loop_bottom,
#section04 .area1 .loop_bottom,
#section05 .area1 .loop_bottom,
#section06 .area1 .loop_bottom {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #section01 .area1 .loop_bottom,
  #section02 .area1 .loop_bottom,
  #section03 .area1 .loop_bottom,
  #section04 .area1 .loop_bottom,
  #section05 .area1 .loop_bottom,
  #section06 .area1 .loop_bottom {
    width: 100%;
    left: 0;
    top: 121.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section01 .area1 .loop_bottom,
  #section02 .area1 .loop_bottom,
  #section03 .area1 .loop_bottom,
  #section04 .area1 .loop_bottom,
  #section05 .area1 .loop_bottom,
  #section06 .area1 .loop_bottom {
    width: 100%;
    left: 0;
    top: 64.2857142857vw;
    top: 47.1428571429vw;
  }
}
#section01 .area1 .text2,
#section02 .area1 .text2,
#section03 .area1 .text2,
#section04 .area1 .text2,
#section05 .area1 .text2,
#section06 .area1 .text2 {
  z-index: 1;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #section01 .area1 .text2,
  #section02 .area1 .text2,
  #section03 .area1 .text2,
  #section04 .area1 .text2,
  #section05 .area1 .text2,
  #section06 .area1 .text2 {
    width: 30.5333333333vw;
    left: 5.3333333333vw;
    top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #section01 .area1 .text2,
  #section02 .area1 .text2,
  #section03 .area1 .text2,
  #section04 .area1 .text2,
  #section05 .area1 .text2,
  #section06 .area1 .text2 {
    width: 14.2857142857vw;
    left: 4.9285714286vw;
    top: 3.9285714286vw;
  }
}
@media screen and (max-width: 768px) {
  #section01 .area1 .bg1,
  #section02 .area1 .bg1,
  #section03 .area1 .bg1,
  #section04 .area1 .bg1,
  #section05 .area1 .bg1,
  #section06 .area1 .bg1 {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #section01 .area1 .bg1,
  #section02 .area1 .bg1,
  #section03 .area1 .bg1,
  #section04 .area1 .bg1,
  #section05 .area1 .bg1,
  #section06 .area1 .bg1 {
    width: 100%;
    margin: 0 auto;
  }
}
#section01 .area1 .wrap2 .wrap_element,
#section02 .area1 .wrap2 .wrap_element,
#section03 .area1 .wrap2 .wrap_element,
#section04 .area1 .wrap2 .wrap_element,
#section05 .area1 .wrap2 .wrap_element,
#section06 .area1 .wrap2 .wrap_element {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #section01 .area1 .wrap2 .wrap_element,
  #section02 .area1 .wrap2 .wrap_element,
  #section03 .area1 .wrap2 .wrap_element,
  #section04 .area1 .wrap2 .wrap_element,
  #section05 .area1 .wrap2 .wrap_element,
  #section06 .area1 .wrap2 .wrap_element {
    width: 100%;
    height: 133.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section01 .area1 .wrap2 .wrap_element,
  #section02 .area1 .wrap2 .wrap_element,
  #section03 .area1 .wrap2 .wrap_element,
  #section04 .area1 .wrap2 .wrap_element,
  #section05 .area1 .wrap2 .wrap_element,
  #section06 .area1 .wrap2 .wrap_element {
    width: 53.5714285714vw;
    height: 71.4285714286vw;
    width: 40%;
    height: 53.3571428571vw;
  }
}
#section01 .area1 .wrap2 .pic,
#section02 .area1 .wrap2 .pic,
#section03 .area1 .wrap2 .pic,
#section04 .area1 .wrap2 .pic,
#section05 .area1 .wrap2 .pic,
#section06 .area1 .wrap2 .pic {
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #section01 .area1 .wrap2 .pic,
  #section02 .area1 .wrap2 .pic,
  #section03 .area1 .wrap2 .pic,
  #section04 .area1 .wrap2 .pic,
  #section05 .area1 .wrap2 .pic,
  #section06 .area1 .wrap2 .pic {
    width: 53.5714285714vw;
    width: 40%;
    margin: 0 auto;
    position: absolute;
    inset: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  #section01 .area3,
  #section02 .area3,
  #section03 .area4,
  #section04 .area3,
  #section05 .area3,
  #section06 .area3 {
    padding: 18.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  #section01 .area3,
  #section02 .area3,
  #section03 .area4,
  #section04 .area3,
  #section05 .area3,
  #section06 .area3 {
    padding: 9.5vw;
  }
}
@media screen and (max-width: 768px) {
  #section01 .area3 .pic,
  #section02 .area3 .pic,
  #section03 .area4 .pic,
  #section04 .area3 .pic,
  #section05 .area3 .pic,
  #section06 .area3 .pic {
    width: 62.8vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #section01 .area3 .pic,
  #section02 .area3 .pic,
  #section03 .area4 .pic,
  #section04 .area3 .pic,
  #section05 .area3 .pic,
  #section06 .area3 .pic {
    width: 23.7857142857vw;
    margin: 0 auto;
  }
}

#section01 .area4,
#section02 .area2,
#section03 .area3,
#section04 .area4,
#section05 .area2,
#section06 .area4 {
  width: 100%;
}
#section01 .area4 .wrap_sticky .pic_sticky,
#section02 .area2 .wrap_sticky .pic_sticky,
#section03 .area3 .wrap_sticky .pic_sticky,
#section04 .area4 .wrap_sticky .pic_sticky,
#section05 .area2 .wrap_sticky .pic_sticky,
#section06 .area4 .wrap_sticky .pic_sticky {
  position: sticky;
  top: 0;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #section01 .area4 .wrap_sticky .pic_sticky,
  #section02 .area2 .wrap_sticky .pic_sticky,
  #section03 .area3 .wrap_sticky .pic_sticky,
  #section04 .area4 .wrap_sticky .pic_sticky,
  #section05 .area2 .wrap_sticky .pic_sticky,
  #section06 .area4 .wrap_sticky .pic_sticky {
    height: 133.2vw;
  }
}
@media screen and (min-width: 769px) {
  #section01 .area4 .wrap_sticky .pic_sticky,
  #section02 .area2 .wrap_sticky .pic_sticky,
  #section03 .area3 .wrap_sticky .pic_sticky,
  #section04 .area4 .wrap_sticky .pic_sticky,
  #section05 .area2 .wrap_sticky .pic_sticky,
  #section06 .area4 .wrap_sticky .pic_sticky {
    width: 53.5714285714vw;
    height: 71.3571428571vw;
    width: 38%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #section01 .area4 .wrap_sticky .pic_sticky.small,
  #section02 .area2 .wrap_sticky .pic_sticky.small,
  #section03 .area3 .wrap_sticky .pic_sticky.small,
  #section04 .area4 .wrap_sticky .pic_sticky.small,
  #section05 .area2 .wrap_sticky .pic_sticky.small,
  #section06 .area4 .wrap_sticky .pic_sticky.small {
    width: 73.3333333333vw;
    height: 133.2vw;
  }
  #section01 .area4 .wrap_sticky .pic_sticky.small figure,
  #section02 .area2 .wrap_sticky .pic_sticky.small figure,
  #section03 .area3 .wrap_sticky .pic_sticky.small figure,
  #section04 .area4 .wrap_sticky .pic_sticky.small figure,
  #section05 .area2 .wrap_sticky .pic_sticky.small figure,
  #section06 .area4 .wrap_sticky .pic_sticky.small figure {
    padding: 18.2666666667vw 0 18.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #section01 .area4 .wrap_sticky .pic_sticky.small,
  #section02 .area2 .wrap_sticky .pic_sticky.small,
  #section03 .area3 .wrap_sticky .pic_sticky.small,
  #section04 .area4 .wrap_sticky .pic_sticky.small,
  #section05 .area2 .wrap_sticky .pic_sticky.small,
  #section06 .area4 .wrap_sticky .pic_sticky.small {
    width: 39.2857142857vw;
    height: 71.3571428571vw;
    width: 28%;
    height: auto;
  }
  #section01 .area4 .wrap_sticky .pic_sticky.small figure,
  #section02 .area2 .wrap_sticky .pic_sticky.small figure,
  #section03 .area3 .wrap_sticky .pic_sticky.small figure,
  #section04 .area4 .wrap_sticky .pic_sticky.small figure,
  #section05 .area2 .wrap_sticky .pic_sticky.small figure,
  #section06 .area4 .wrap_sticky .pic_sticky.small figure {
    padding: 9.5vw 0 0;
    padding: 6.2857142857vw 0 6.2857142857vw;
  }
}

@media screen and (min-width: 769px) {
  #section01 .area5,
  #section02 .area5,
  #section03 .area2,
  #section04 .area5,
  #section06 .area5 {
    width: 53.5714285714vw;
    width: 38%;
    margin: 0 auto;
  }
}

#section01 {
  background-color: #e3deac;
}
#section01 .area1 .text {
  color: #f7ff29;
  transform: scale(0.95, 1);
  transform-origin: top right;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: right;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #section01 .area1 .text {
    right: 5.3333333333vw;
    top: 10.6666666667vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #section01 .area1 .text {
    right: 32.1428571429vw;
    top: 3.5714285714vw;
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #section01 .area1 .text2 {
    width: 27.7333333333vw;
    left: 9.3333333333vw;
    top: 7.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section01 .area1 .text2 {
    width: 14.2857142857vw;
    left: 27.8571428571vw;
    top: 3.9285714286vw;
    width: 10.7142857143vw;
    left: 34.2857142857vw;
    top: 2.8571428571vw;
  }
}
@media screen and (min-width: 769px) {
  #section01 .area1 .bottom_png {
    top: 0.0357142857vw;
  }
}
#section01 .area1 .wrap2 .wrap_element {
  background-color: #e3deac;
}

#section02 {
  background-color: #ccd7d8;
}
@media screen and (max-width: 768px) {
  #section02 .area1 .text2 {
    width: 82.6666666667vw;
    left: 13.8666666667vw;
    top: 56vw;
  }
}
@media screen and (min-width: 769px) {
  #section02 .area1 .text2 {
    width: 29.8571428571vw;
    left: 37.8571428571vw;
    top: 23.5714285714vw;
  }
}
#section02 .area1 .wrap2 .wrap_element {
  background-color: #ccd7d8;
}

#section03 {
  background-color: #e3deac;
}
@media screen and (max-width: 768px) {
  #section03 .area1 .text2 {
    width: 84vw;
    left: 5.3333333333vw;
    top: 9.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #section03 .area1 .text2 {
    width: 29.8571428571vw;
    left: 33.9285714286vw;
    top: 2.9642857143vw;
  }
}
@media screen and (max-width: 768px) {
  #section03 .area1 .text2.text2_2 {
    width: 40vw;
    left: 53.8666666667vw;
    top: 62.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section03 .area1 .text2.text2_2 {
    width: 14.8571428571vw;
    left: 50.6428571429vw;
    top: 21.6428571429vw;
  }
}
@media screen and (min-width: 769px) {
  #section03 .area1 .bottom_png {
    top: 0.0357142857vw;
  }
}
#section03 .area1 .wrap2 .wrap_element {
  background-color: #e3deac;
}
@media screen and (max-width: 768px) {
  #section03 .area3 .wrap_sticky .pic_sticky {
    padding: 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  #section03 .area3 .wrap_sticky .pic_sticky {
    padding-top: 0;
  }
}

#section04 {
  background-color: #ddcdc0;
}
@media screen and (max-width: 768px) {
  #section04 .area1 .text2 {
    width: 22.6666666667vw;
    left: 47.4666666667vw;
    top: 25.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section04 .area1 .text2 {
    width: 8.2142857143vw;
    left: 49.2857142857vw;
    top: 10.7142857143vw;
  }
}
#section04 .area1 .wrap2 .wrap_element {
  background-color: #ddcdc0;
}

#section05 {
  background-color: #e3deac;
}
@media screen and (max-width: 768px) {
  #section05 .area1 .text2 {
    width: 8vw;
    left: 8vw;
    top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #section05 .area1 .text2 {
    width: 2.8571428571vw;
    left: 31.4285714286vw;
    top: 1.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  #section05 .area1 .text2.text2_2 {
    width: 3.2vw;
    left: 18.1333333333vw;
    top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #section05 .area1 .text2.text2_2 {
    width: 1.0714285714vw;
    left: 35vw;
    top: 1.4285714286vw;
  }
}
#section05 .area1 .wrap2 .wrap_element {
  background-color: #e3deac;
}
@media screen and (max-width: 768px) {
  #section05 .area2 .wrap_sticky .pic_sticky {
    padding: 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  #section05 .area2 .wrap_sticky .pic_sticky {
    padding-top: 0;
  }
}

#section06 {
  background-color: #ccd7d8;
}
@media screen and (max-width: 768px) {
  #section06 .area1 .text2 {
    width: 33.3333333333vw;
    left: 2.6666666667vw;
    top: 64.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #section06 .area1 .text2 {
    width: 12.1428571429vw;
    left: 32.1428571429vw;
    top: 26.4285714286vw;
  }
}
#section06 .area1 .wrap2 .wrap_element {
  background-color: #ccd7d8;
}

#section01,
#section02,
#section03,
#section04,
#section05,
#section06 {
  overflow: inherit;
}
#section01 .fixed-text,
#section02 .fixed-text,
#section03 .fixed-text,
#section04 .fixed-text,
#section05 .fixed-text,
#section06 .fixed-text {
  display: grid;
  position: sticky;
  top: 0;
}
#section01 .wrap,
#section02 .wrap,
#section03 .wrap,
#section04 .wrap,
#section05 .wrap,
#section06 .wrap {
  position: relative;
}
#section01 .bottom,
#section01 .bottom_png,
#section02 .bottom,
#section02 .bottom_png,
#section03 .bottom,
#section03 .bottom_png,
#section04 .bottom,
#section04 .bottom_png,
#section05 .bottom,
#section05 .bottom_png,
#section06 .bottom,
#section06 .bottom_png {
  position: absolute;
  inset: 0;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  #section01 .bottom,
  #section01 .bottom_png,
  #section02 .bottom,
  #section02 .bottom_png,
  #section03 .bottom,
  #section03 .bottom_png,
  #section04 .bottom,
  #section04 .bottom_png,
  #section05 .bottom,
  #section05 .bottom_png,
  #section06 .bottom,
  #section06 .bottom_png {
    width: 53.5714285714vw;
    width: 40%;
    margin: 0 auto;
  }
}
#section01 .bottom_png,
#section02 .bottom_png,
#section03 .bottom_png,
#section04 .bottom_png,
#section05 .bottom_png,
#section06 .bottom_png {
  z-index: 20;
}
#section01 .text,
#section02 .text,
#section03 .text,
#section04 .text,
#section05 .text,
#section06 .text {
  z-index: 10;
}
#section01 svg,
#section02 svg,
#section03 svg,
#section04 svg,
#section05 svg,
#section06 svg {
  fill: #f7ff29;
}
#section01 .dummy_,
#section02 .dummy_,
#section03 .dummy_,
#section04 .dummy_,
#section05 .dummy_,
#section06 .dummy_ {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}
#section01 .white_svg svg,
#section02 .white_svg svg,
#section03 .white_svg svg,
#section04 .white_svg svg,
#section05 .white_svg svg,
#section06 .white_svg svg {
  fill: #fff;
}
#section01 .wrap2,
#section02 .wrap2,
#section03 .wrap2,
#section04 .wrap2,
#section05 .wrap2,
#section06 .wrap2 {
  z-index: 10;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
#section01 .white_text,
#section02 .white_text,
#section03 .white_text,
#section04 .white_text,
#section05 .white_text,
#section06 .white_text {
  color: #fff !important;
}

.c-text {
  overflow: hidden;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  color: #f7ff29;
}

.c-text__item {
  font-family: fields, sans-serif;
  font-weight: 300;
  font-style: normal;
  flex-shrink: 0;
  white-space: nowrap;
  letter-spacing: 0.05em;
  transform: scale(0.95, 1);
  transform-origin: top left;
}
@media screen and (max-width: 768px) {
  .c-text__item {
    font-size: 45px;
  }
}
@media screen and (min-width: 769px) {
  .c-text__item {
    font-size: 60px;
  }
}
.c-text:not(.no-tick) .c-text__item:nth-child(odd) {
  animation: MoveLeft var(--tick-duration, 24s) var(--tick-delay, -12s) infinite linear;
}
.c-text:not(.no-tick) .c-text__item:nth-child(even) {
  animation: MoveLeft2 var(--tick-duration, 24s) infinite linear;
}
.c-text:not(.no-tick) .c-text__item.c-text__reverse:nth-child(odd) {
  animation: MoveRight var(--tick-duration, 24s) var(--tick-delay, -12s) infinite linear;
}
.c-text:not(.no-tick) .c-text__item.c-text__reverse:nth-child(even) {
  animation: MoveRight2 var(--tick-duration, 24s) infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes MoveRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes MoveRight2 {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */