@charset "UTF-8";
/*************************************/
#stalker {
  pointer-events: none;
  position: fixed;
  top: -3px;
  left: -3px;
  width: 16px;
  height: 16px;
  background: #FFF;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s, top 0.5s, left 0.5s, width .5s, height .5s, background-color .5s, -webkit-transform 0.2s;
  transition: opacity 0.3s, top 0.5s, left 0.5s, width .5s, height .5s, background-color .5s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.3s, top 0.5s, left 0.5s, width .5s, height .5s, background-color .5s;
  transition: transform 0.2s, opacity 0.3s, top 0.5s, left 0.5s, width .5s, height .5s, background-color .5s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  mix-blend-mode: difference;
  z-index: 999;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* 透明度の変化を滑らかにする */
  opacity: 0;
  /* 初期状態は非表示 */
}

#stalker.hov_ {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

/* マウスストーカーの非表示用のスタイルを追加 */
#stalker.hide {
  opacity: 0;
  display: none;
  pointer-events: none;
}

/**************************************/
@supports (-webkit-touch-callout: none) {
  section {
    height: -webkit-fill-available;
  }
}

.section {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 80px 80px 0 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translate(0, 100%) rotate(10deg) scale(0.7);
          transform: translate(0, 100%) rotate(10deg) scale(0.7);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 0;
}

.section.active {
  border-radius: 0 0 0 0;
  -webkit-transform: translate(0, 0%) rotate(0deg) scale(1);
          transform: translate(0, 0%) rotate(0deg) scale(1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.section1 {
  z-index: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

div.logo {
  width: 60%;
  max-width: 434px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}

h1.sub-title {
  position: absolute;
  font-size: 62px;
  padding-left: 1em;
  left: 0;
  top: 0;
}

h1.sub-title::before {
  content: "・";
  display: block;
  font-weight: 200;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: 200;
}

/*******************各セクション*******************/
.section1 {
  background: #FFF;
}

.section1 h1 {
  width: 100%;
  font-size: 55px;
  letter-spacing: 7.65px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section1 h1 span {
  display: inline-block;
}

@media screen and (min-width: 1000px) {
  .section1 h1 {
    font-size: 65px;
    letter-spacing: 7.65px;
  }
}

@media screen and (min-width: 1320px) {
  .section1 h1 {
    font-size: 85px;
  }
}

.section1 p.txt01 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 200;
  position: absolute;
  left: 5%;
  bottom: 5%;
}

@media screen and (min-width: 1000px) {
  .section1 p.txt01 {
    font-size: 23px;
    line-height: 1.6em;
  }
}

.section1 p.txt01 span {
  display: inline-block;
}

/*.section1*/
.section2 {
  background: #FFF;
  z-index: 2;
  /*div.txt-wrap*/
}

.section2 h1.sub-title {
  top: 20%;
  left: 10%;
  z-index: 6;
}

.section2 h1.sub-title span {
  display: block;
}

.section2 h1.sub-title span.ja {
  font-size: 20px;
  margin-top: 30px;
}

.section2 div.txt-wrap {
  width: 65%;
  position: absolute;
  left: 35%;
  bottom: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  z-index: 5;
  /* div.tet-box{*/
}

.section2 div.txt-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(200, 200, 200, 0.2);
  /* ここでの背景色は半透明の白ですが、好みに合わせて変更できます */
  z-index: -99;
  /* これにより背景が .image の直下に配置されます */
}

@media screen and (min-width: 1000px) {
  .section2 div.txt-wrap {
    width: 56%;
    left: 44%;
    padding: 60px;
  }
}

@media screen and (min-width: 1320px) {
  .section2 div.txt-wrap {
    bottom: 44%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
}

@media screen and (min-width: 1000px) {
  .section2 div.txt-wrap div.tet-box {
    max-width: 580px;
  }
}

.section2 div.txt-wrap div.tet-box p {
  letter-spacing: 0.02em;
  line-height: 1.8em;
}

@media screen and (min-width: 1000px) {
  .section2 div.txt-wrap div.tet-box p {
    line-height: 2em;
  }
}

/*section2*/
.section3 {
  background-color: #000;
  z-index: 3;
  /*h1*/
  /*div.border-line*/
}

.section3 h1.sub-title {
  top: 20%;
  left: 10%;
  z-index: 6;
  color: #FFF;
}

.section3 h1.sub-title span {
  display: block;
}

.section3 h1.sub-title span.ja {
  font-size: 20px;
  margin-top: 30px;
}

.section3 div.border-line {
  width: 90%;
  max-width: 1100px;
  position: absolute;
  left: 50%;
  top: 32%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 1320px) {
  .section3 div.border-line {
    top: 32%;
  }
}

.section3 div.border-line::after {
  /*            content: " ";
            display: block;
            width: 100%;
            height: 2px;
            background: #FFF;
            position: absolute;
            left: 0;
            bottom: 0;
            transform: translate( 0, 0);*/
}

.section3 div.border-line a.link-btn {
  color: #FFF;
  margin-left: 83%;
}

.section3 div.border-line a.link-btn span.arrow {
  background: #FFF;
  border-radius: 60px;
}

.section3 div.border-line a.link-btn span.arrow::before {
  background: #222;
}

.section3 div.border-line a.link-btn span.arrow::after {
  border-color: #222;
}

.section3 div.border-line a.link-btn:hover span.btn-txt span {
  color: #222;
}

.section3 div.swiper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 43%;
  padding-top: 50px;
}

.section3 div.swiper div.swiper-slide {
  opacity: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: translate(0, 8%) rotate(5deg);
          transform: translate(0, 8%) rotate(5deg);
  border-radius: 8px;
  overflow: hidden;
}

.section3 div.swiper div.swiper-slide h4 {
  color: #FFF;
  font-size: 12px;
  margin-top: 20px;
}

@media screen and (min-width: 1000px) {
  .section3 div.swiper div.swiper-slide h4 {
    font-size: 16px;
  }
}

.section3 div.swiper div.swiper-scrollbar {
  width: 90%;
  max-width: 1100px;
  height: 1px;
  background: #FFF;
  left: auto;
  bottom: auto;
  top: auto;
  left: 50%;
  top: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translate(-50%, 0) scaleX(0);
          transform: translate(-50%, 0) scaleX(0);
}

/*section3*/
.section4 {
  background-color: #DDD;
  z-index: 4;
  /*h1*/
  /*div.sec04-txt-box*/
}

.section4 h1.sub-title {
  top: 20%;
  left: 10%;
  z-index: 6;
}

.section4 h1.sub-title span {
  display: block;
}

.section4 h1.sub-title span.ja {
  font-size: 20px;
  margin-top: 30px;
}

.section4 div.sec04-txt-box {
  width: 34%;
  position: absolute;
  left: 14%;
  top: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 4;
}

.section4 div.sec04-txt-box p {
  letter-spacing: 0.02em;
  line-height: 1.8em;
}

@media screen and (min-width: 1000px) {
  .section4 div.sec04-txt-box p {
    line-height: 2em;
  }
}

.section4 div.image-wrap {
  width: 38.8%;
  padding-top: 25%;
  position: absolute;
  left: 55%;
  top: 25%;
}

@media screen and (min-width: 1000px) {
  .section4 div.image-wrap {
    width: 38.8%;
    padding-top: 25%;
  }
}

@media screen and (min-width: 1320px) {
  .section4 div.image-wrap {
    padding-top: 25%;
  }
}

.section4 div.image-wrap div.image {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}

.section4 div.image-wrap div.image img {
  opacity: 0;
  z-index: 1;
}

.section4 div.image-wrap div.image span {
  width: calc(100% / 3);
  height: 100%;
  background: #03FFD2;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 5;
}

.section4 div.image-wrap div.image span:nth-child(2) {
  right: calc(100% / 3);
}

.section4 div.image-wrap div.image span:nth-child(3) {
  right: auto;
  left: 0;
}

.section4 div.image-wrap div.image02 {
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.section4 div.image-wrap div.image02 img {
  opacity: 0;
  z-index: 1;
}

.section4 div.image-wrap div.image02 span {
  width: calc(100% / 3);
  height: 100%;
  background: #03FFD2;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 5;
}

.section4 div.image-wrap div.image02 span:nth-child(2) {
  right: calc(100% / 3);
}

.section4 div.image-wrap div.image02 span:nth-child(3) {
  right: auto;
  left: 0;
}

/*.section4*/
section.section5 {
  background: #000;
  z-index: 5;
  /*h1*/
}

section.section5 h1.sub-title {
  padding-left: 0;
  top: 20%;
  left: 50%;
  z-index: 6;
  color: #FFF;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

section.section5 h1.sub-title::before {
  display: none;
}

section.section5 h1.sub-title span {
  display: block;
  text-align: center;
}

section.section5 h1.sub-title span.ja {
  font-size: 20px;
  margin-top: 30px;
}

section.section5 a.link-btn {
  color: #FFF;
  display: block;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

section.section5 a.link-btn span.arrow {
  background: #FFF;
}

section.section5 a.link-btn span.arrow::before {
  background: #222;
}

section.section5 a.link-btn span.arrow::after {
  border-color: #222;
}

section.section5 a.link-btn:hover span.btn-txt span {
  color: #222;
}

.section5 {
  background-color: #FFF;
  z-index: 5;
}

.section6 {
  background-color: #222;
  z-index: 6;
}

/****************パスアニメーション***************/
.pash-svg01, .pash-svg02, .pash-svg03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.pash-svg01 svg, .pash-svg02 svg, .pash-svg03 svg {
  width: 100vw;
  height: 100vh;
}

.pash-svg01 {
  width: 110vw;
  top: -5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.pash-svg01 svg {
  width: 130vw;
  height: 130vh;
}

.pash-svg01 path, .pash-svg02 path {
  stroke-dasharray: 4000;
  /* この値は一旦仮です。 */
}

.pash-svg01 path {
  /*    animation: draw 2.4s 0.6s cubic-bezier(0.19, 0.44, 0.25, 1)  forwards;*/
  -webkit-animation: draw 2.8s 0.6s cubic-bezier(0, 0.82, 0.07, 1.08) forwards;
          animation: draw 2.8s 0.6s cubic-bezier(0, 0.82, 0.07, 1.08) forwards;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.pash-svg02 {
  width: 110vw;
  height: 100vh;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

.pash-svg02 svg {
  width: 120vw;
  height: 115vh;
}

.pash-svg02 path {
  stroke-dashoffset: -4000;
  /* 初期値をパスの長さの負の値に設定します。 */
  -webkit-animation: none;
          animation: none;
}

section.section2.active .pash-svg02 path {
  -webkit-animation: draw 2.8s 0.8s cubic-bezier(0.19, 0.44, 0.25, 1) forwards;
          animation: draw 2.8s 0.8s cubic-bezier(0.19, 0.44, 0.25, 1) forwards;
}

.pash-svg03 {
  top: -15%;
}

.pash-svg03 svg {
  width: 101vw;
}

.pash-svg03 path {
  stroke-dashoffset: -4000;
  /* 初期値をパスの長さの負の値に設定します。 */
  -webkit-animation: none;
          animation: none;
}

section.section3.active .pash-svg03 path {
  -webkit-animation: draw 2.8s 0.8s cubic-bezier(0.17, 0.64, 0.17, 1) forwards;
          animation: draw 2.8s 0.8s cubic-bezier(0.17, 0.64, 0.17, 1) forwards;
}

@-webkit-keyframes draw-reverse {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw-reverse {
  to {
    stroke-dashoffset: 0;
  }
}

/****************パスアニメーションここまで***************/
/****************リンクボタンアニメーション***************/
a.link-btn {
  display: inline-block;
  margin-top: 30px;
  position: relative;
  padding-left: 1.9em;
  line-height: 1em;
  color: #000;
}

a.link-btn span.arrow {
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 60px;
  background: #222;
  position: absolute;
  left: 0;
  top: 47%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

a.link-btn span.arrow::before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 24%;
  top: 50%;
  /*線の形状*/
  width: 50%;
  height: 1px;
  background: #FFF;
}

a.link-btn span.arrow::after {
  content: "";
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 54%;
  top: 51%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition-delay: 0.38s;
          transition-delay: 0.38s;
}

a.link-btn span.btn-txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 20px;
}

a.link-btn span.btn-txt span {
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: link-btn-text-ani02 0.2s 0.3s ease forwards;
          animation: link-btn-text-ani02 0.2s 0.3s ease forwards;
}

a.link-btn span.btn-txt span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

a.link-btn span.btn-txt span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

a.link-btn span.btn-txt span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

a.link-btn span.btn-txt span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

a.link-btn span.btn-txt span:nth-child(6) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

a.link-btn span.btn-txt span:nth-child(7) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

a.link-btn span.btn-txt span:nth-child(8) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

a.link-btn span.btn-txt span:nth-child(9) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

a.link-btn:hover {
  /*span.arrow*/
}

a.link-btn:hover span.arrow {
  width: 140%;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.link-btn:hover span.arrow::before {
  width: 67%;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  /*線の形状*/
  background: #FFF;
  -webkit-animation: arrow-ani 0.4s 0.2s ease forwards;
          animation: arrow-ani 0.4s 0.2s ease forwards;
}

a.link-btn:hover span.arrow::after {
  left: 88%;
}

a.link-btn:hover span.btn-txt span {
  overflow: hidden;
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
  color: #FFF;
  opacity: 0;
  -webkit-animation: link-btn-text-ani 0.2s 0.1s ease forwards;
          animation: link-btn-text-ani 0.2s 0.1s ease forwards;
}

a.link-btn:hover span.btn-txt span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

a.link-btn:hover span.btn-txt span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

a.link-btn:hover span.btn-txt span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

a.link-btn:hover span.btn-txt span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

a.link-btn:hover span.btn-txt span:nth-child(6) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

a.link-btn:hover span.btn-txt span:nth-child(7) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

a.link-btn:hover span.btn-txt span:nth-child(8) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

a.link-btn:hover span.btn-txt span:nth-child(9) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/*a.link-btn{*/
@-webkit-keyframes arrow-ani {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
  }
}
@keyframes arrow-ani {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
  }
}

/*ボタンのテキスト部分*/
@-webkit-keyframes link-btn-text-ani {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80%, 0);
            transform: translate(-80%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
@keyframes link-btn-text-ani {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80%, 0);
            transform: translate(-80%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

/*ボタンのテキスト部分*/
@-webkit-keyframes link-btn-text-ani02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes link-btn-text-ani02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */