@charset "UTF-8";
.main_img {
  position: relative;
  overflow: hidden;
  margin-bottom: -5px;
  height: auto;
  z-index: 2;
}
@media (max-width: 880px) {
  .main_img {
    margin-top: 70px;
    margin-bottom: 0;
  }
}
.main_img .copy {
  position: absolute;
  width: 100%;
  top: 25%;
  left: 0;
}
@media (max-width: 1200px) {
  .main_img .copy {
    top: 23%;
  }
}
@media (max-width: 880px) {
  .main_img .copy {
    top: 16%;
  }
}
.main_img .copy::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 54%;
  left: 0;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, rgba(0, 113, 151, 0)), color-stop(3%, rgba(3, 114, 152, 0)), color-stop(50%, rgb(130, 182, 214)), color-stop(97%, rgba(0, 113, 151, 0.03)), color-stop(98%, rgba(0, 113, 151, 0)));
  background: linear-gradient(to right, rgba(0, 113, 151, 0) 2%, rgba(3, 114, 152, 0) 3%, rgb(130, 182, 214) 50%, rgba(0, 113, 151, 0.03) 97%, rgba(0, 113, 151, 0) 98%);
}
@media (max-width: 880px) {
  .main_img .copy::before {
    width: 90%;
    left: 5%;
    top: 69%;
  }
}
.main_img .copy img {
  width: 730px;
  margin: 0 auto;
  /* @include pc {
    width: 70%;
  } */
}
@media (max-width: 880px) {
  .main_img .copy img {
    width: 77%;
  }
}
.main_img video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_img span.cap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8), -2px 2px 5px rgba(0, 0, 0, 0.8), 2px -2px 5px rgba(0, 0, 0, 0.8), -2px -2px 5px rgba(0, 0, 0, 0.8);
}

.contents_wrap {
  position: relative;
}

/* .swiper {
  color: #fff;
  .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 100vh;

    .txt {
      position: absolute;
      z-index: 2;
      top: 23%;
      right: 5%;
      width: 35%;
      transition: 1s;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px 2px 5px rgba(0, 0, 0, 0.2), 2px -2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(0, 0, 0, 0.2);
      opacity: 0;
      transition: opacity 0.3s ease-out;

      @include pc {
        width: 40%;
        right: 2%;
      }
      @include tab {
        width: 94%;
        top: auto;
        right: auto;
        bottom: 25%;
        left: 6%;
      }
      @include sp {
        width: 90%;
        left: 5%;
        bottom: 25%;
        text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.5), -2px 2px 8px rgba(255, 255, 255, 0.5), 2px -2px 8px rgba(255, 255, 255, 0.5), -2px -2px 8px rgba(255, 255, 255, 0.5);
      }
      &.is-active {
        opacity: 1;
        .char {
          opacity: 1;
          transform: translateY(0);
          filter: blur(0);
        }
      }
      .char {
        display: inline-block;
        opacity: 0;
        transform: translateY(15px);
        filter: blur(4px);
        transition: opacity 0.6s, transform 0.6s, filter 0.6s;
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      }
      dt {
        margin-bottom: 30px;
        font-size: 2.6vw;
        @include pc {
          font-size: 2.7vw;
        }
        @include tab {
          font-size: 4.3rem;
        }
        @include sp {
          font-size: 6vw;
        }
      }
      dd {
        font-size: 1vw;
        line-height: 2.8;

        @include pc {
          font-size: 1.23vw;
          text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), -2px 2px 5px rgba(0, 0, 0, 0.4), 2px -2px 5px rgba(0, 0, 0, 0.4), -2px -2px 5px rgba(0, 0, 0, 0.4);
        }
        @include tab {
          margin-left: 3%;
          font-size: 1.5rem;
          text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8), -2px 2px 5px rgba(0, 0, 0, 0.8), 2px -2px 5px rgba(0, 0, 0, 0.8), -2px -2px 5px rgba(0, 0, 0, 0.8);
        }
        @include sp {
          font-size: 2.8vw;
          line-height: 2.5;
        }
      }
    }
    .caption {
      position: absolute;
      z-index: 2;
      width: 85%;
      right: 5%;
      bottom: 25px;
      @include tab {
        width: 90%;
        right: 5%;
      }
      .name_wrap {
        display: flex;
        align-items: center;
        @include tab {
          display: block;
        }
      }
      .name {
        flex-shrink: 0;
        margin-right: 23px;
        @include tab {
          margin-right: 0;
          margin-bottom: 10px;
        }
      }
      .line {
        position: relative;
        flex-grow: 1;
        height: 1px;
        background-color: rgba(132, 132, 132, 0.53);
        &::before {
          position: absolute;
          display: block;
          content: "";
          left: 0;
          top: 0;
          z-index: 5;
          width: 75%;
          height: 1px;
          background-color: rgb(132, 132, 132);
          @include tab {
            width: 43%;
          }
        }
      }
      .cap {
        display: block;
        text-align: right;
        margin-top: 60px;
        margin-right: -5px;
        @include tab {
          margin-top: 10px;
        }
      }
    }
    &.slide03,
    &.slide04 {
      .txt {
        right: auto;
        left: 12%;
        @include sp {
          left: 5%;
        }
      }
    }
  }
  .swiper-pagination {
    top: 5%;
    right: 4%;
    left: auto;
    bottom: auto;
    width: auto;
  }
} */
/* ===============
横スクロールセクション
================== */
.scroll_area {
  position: relative;
}

.area-visible {
  overflow: clip;
  width: 100%;
  height: 500vh;
}
.area-visible .area-scroll {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400%;
  height: 100vh;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  color: #000;
}
@media (max-width: 880px) {
  .area-visible .area-scroll {
    color: #fff;
  }
}
.area-visible .area-scroll .section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area-visible .area-scroll .section dt,
.area-visible .area-scroll .section dd {
  /* 基本的に非表示にしておき、次のスライドの文字が見えないようにする */
  opacity: 0;
  /* 表示される際にフワッと現れるようにトランジションを設定 */
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.area-visible .area-scroll .section .sec_in {
  width: 100vw;
  height: 100vh;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}
@media (max-width: 880px) {
  .area-visible .area-scroll .section .sec_in {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.area-visible .area-scroll .section .sec_in .name {
  position: absolute;
  top: 130px;
  right: 30px;
  z-index: 10;
}
@media (max-width: 880px) {
  .area-visible .area-scroll .section .sec_in .name {
    font-size: 1.3rem;
    right: 5%;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8), -2px 2px 5px rgba(0, 0, 0, 0.8), 2px -2px 5px rgba(0, 0, 0, 0.8), -2px -2px 5px rgba(0, 0, 0, 0.8);
  }
}
.area-visible .area-scroll .section .sec_in dl {
  position: absolute;
  z-index: 2;
  top: 28%;
  right: 5%;
  width: 35%;
  -webkit-transition: 1s;
  transition: 1s;
  font-weight: 500;
  /* text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.5), -2px 2px 5px rgba(255, 255, 255, 0.5), 2px -2px 5px rgba(255, 255, 255, 0.5), -2px -2px 5px rgba(255, 255, 255, 0.5); */
}
@media (max-width: 1200px) {
  .area-visible .area-scroll .section .sec_in dl {
    width: 40%;
    right: 2%;
  }
}
@media (max-width: 880px) {
  .area-visible .area-scroll .section .sec_in dl {
    width: 94%;
    top: auto;
    right: auto;
    bottom: 13%;
    left: 5%;
  }
}
@media (max-width: 640px) {
  .area-visible .area-scroll .section .sec_in dl {
    width: 94%;
    left: 6%;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5), -2px 2px 5px rgba(0, 0, 0, 0.5), 2px -2px 5px rgba(0, 0, 0, 0.5), -2px -2px 5px rgba(0, 0, 0, 0.5);
  }
}
.area-visible .area-scroll .section .sec_in dl dt {
  margin-bottom: 30px;
  font-size: 2.6vw;
}
@media (max-width: 1200px) {
  .area-visible .area-scroll .section .sec_in dl dt {
    font-size: 2.7vw;
  }
}
@media (max-width: 880px) {
  .area-visible .area-scroll .section .sec_in dl dt {
    font-size: 4.3rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8), -2px 2px 5px rgba(0, 0, 0, 0.8), 2px -2px 5px rgba(0, 0, 0, 0.8), -2px -2px 5px rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 640px) {
  .area-visible .area-scroll .section .sec_in dl dt {
    font-size: 6vw;
  }
}
.area-visible .area-scroll .section .sec_in dl dd {
  font-size: 1vw;
  line-height: 2.8;
}
@media (max-width: 1200px) {
  .area-visible .area-scroll .section .sec_in dl dd {
    font-size: 1.23vw;
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), -2px 2px 5px rgba(0, 0, 0, 0.4), 2px -2px 5px rgba(0, 0, 0, 0.4), -2px -2px 5px rgba(0, 0, 0, 0.4); */
  }
}
@media (max-width: 880px) {
  .area-visible .area-scroll .section .sec_in dl dd {
    margin-left: 3%;
    font-size: 1.5rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8), -2px 2px 5px rgba(0, 0, 0, 0.8), 2px -2px 5px rgba(0, 0, 0, 0.8), -2px -2px 5px rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 640px) {
  .area-visible .area-scroll .section .sec_in dl dd {
    font-size: 3.1vw;
    line-height: 2.3;
  }
}
.area-visible .area-scroll .section .sec_in dl .char {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.area-visible .area-scroll .section .sec_in .caption {
  position: absolute;
  z-index: 2;
  width: 85%;
  right: 5%;
  bottom: 25px;
}
@media (max-width: 880px) {
  .area-visible .area-scroll .section .sec_in .caption {
    width: 90%;
    right: 5%;
  }
}
.area-visible .area-scroll .section .sec_in .caption .cap {
  display: block;
  text-align: right;
  margin-top: 60px;
  margin-right: -5px;
  color: #000;
}
@media (max-width: 880px) {
  .area-visible .area-scroll .section .sec_in .caption .cap {
    margin-top: 10px;
  }
}
.area-visible .area-scroll .section .char-span {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: inline-block; /* transitionを有効にするため */
}
.area-visible .area-scroll .section .char-span.is-visible {
  opacity: 1;
}
.area-visible .area-scroll .section.section1 {
  background: url(../images/top/slide01.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media (max-width: 880px) {
  .area-visible .area-scroll .section.section1 {
    background: url(../images/top/slide01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.area-visible .area-scroll .section.section2 {
  background: url(../images/top/slide02.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media (max-width: 880px) {
  .area-visible .area-scroll .section.section2 {
    background: url(../images/top/slide02_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.area-visible .area-scroll .section.section3 {
  background: url(../images/top/slide03.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media (max-width: 880px) {
  .area-visible .area-scroll .section.section3 {
    background: url(../images/top/slide03_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.area-visible .area-scroll .section.section4 {
  background: url(../images/top/slide04.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media (max-width: 880px) {
  .area-visible .area-scroll .section.section4 {
    background: url(../images/top/slide04_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

/* .horizontal-scroll-wrapper {
  position: relative;

  height: 400vh;
  //overflow: hidden;
}
.scroll-container {
  position: -webkit-sticky; 
  position: sticky;
  top: 0;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  color: #000;
  @include tab {
    color: #fff;
  }
}

.scroll-track {
  display: flex;
  will-change: transform;
}

.h-slide {
  height: 100vh;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  @include tab {
    height: calc(var(--vh, 1vh) * 100);
  }
  img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .name {
    position: absolute;
    top: 130px;
    right: 30px;
    z-index: 10;
    @include tab {
      font-size: 1.3rem;
      right: 5%;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8), -2px 2px 5px rgba(0, 0, 0, 0.8), 2px -2px 5px rgba(0, 0, 0, 0.8), -2px -2px 5px rgba(0, 0, 0, 0.8);
    }
  }
  dl {
    position: absolute;
    z-index: 2;
    top: 28%;
    right: 5%;
    width: 35%;
    transition: 1s;
    font-weight: 500;

    @include pc {
      width: 40%;
      right: 2%;
    }
    @include tab {
      width: 94%;
      top: auto;
      right: auto;
      bottom: 13%;
      left: 5%;
    }
    @include sp {
      width: 94%;
      left: 6%;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5), -2px 2px 5px rgba(0, 0, 0, 0.5), 2px -2px 5px rgba(0, 0, 0, 0.5), -2px -2px 5px rgba(0, 0, 0, 0.5);
    }

    dt {
      margin-bottom: 30px;
      font-size: 2.6vw;
      @include pc {
        font-size: 2.7vw;
      }
      @include tab {
        font-size: 4.3rem;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8), -2px 2px 5px rgba(0, 0, 0, 0.8), 2px -2px 5px rgba(0, 0, 0, 0.8), -2px -2px 5px rgba(0, 0, 0, 0.8);
      }
      @include sp {
        font-size: 6vw;
      }
    }
    dd {
      font-size: 1vw;
      line-height: 2.8;

      @include pc {
        font-size: 1.23vw;
      }
      @include tab {
        margin-left: 3%;
        font-size: 1.5rem;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8), -2px 2px 5px rgba(0, 0, 0, 0.8), 2px -2px 5px rgba(0, 0, 0, 0.8), -2px -2px 5px rgba(0, 0, 0, 0.8);
      }
      @include sp {
        font-size: 3.1vw;
        line-height: 2.3;
      }
    }
    .char {
      display: inline-block;
      opacity: 0;
      transition: opacity 0.6s, transform 0.6s;
      filter: blur(10px);
    }
    &.is-active .char {
      opacity: 1;
      filter: none;
      transform: translateY(0);
    }
  }
  .caption {
    position: absolute;
    z-index: 2;
    width: 85%;
    right: 5%;
    bottom: 25px;
    @include tab {
      width: 90%;
      right: 5%;
    }

    .cap {
      display: block;
      text-align: right;
      margin-top: 60px;
      margin-right: -5px;
      color: #000;
      @include tab {
        margin-top: 10px;
      }
    }
  }
} */
/* ===============
ページネーション
================== */
.h-pagination {
  position: fixed;
  top: 100px;
  right: 30px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.h-pagination.is-show {
  opacity: 1;
}
@media (max-width: 880px) {
  .h-pagination {
    right: 5%;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6), -1px 1px 5px rgba(0, 0, 0, 0.6), 1px -1px 5px rgba(0, 0, 0, 0.6), -1px -1px 5px rgba(0, 0, 0, 0.6);
  }
}

.story {
  position: relative;
  z-index: 1;
}
.story .copy {
  position: absolute;
  z-index: 2;
  width: 800px;
  top: 20%;
  left: calc(50% - 400px);
}
@media (max-width: 1200px) {
  .story .copy {
    width: 70%;
    left: 15%;
  }
}
@media (max-width: 880px) {
  .story .copy {
    width: 50%;
    top: 15%;
    left: 25%;
  }
}
.story span.cap {
  position: absolute;
  bottom: 7px;
  right: 7px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8), -2px 2px 5px rgba(0, 0, 0, 0.8), 2px -2px 5px rgba(0, 0, 0, 0.8), -2px -2px 5px rgba(0, 0, 0, 0.8);
}

/* .top_resreq {
  margin-top: 50px;
  dl {
    text-align: center;
    font-size: 3.5rem;
    @include sp {
      font-size: 5.2vw;
    }
    dt {
      line-height: 1.3;
      sup {
        font-size: 40%;
        vertical-align: top;
        position: relative;
        top: 10px; //お好きな位置に
      }
      span {
        font-size: 1.8rem;
        @include sp {
          font-size: 3.5vw;
        }
      }
    }
  }
  .res-req {
    margin: 30px auto 20px;
  }
  .cap {
    width: 700px;
    margin: 10px auto 0;
    color: #d30000;
    font-size: 1.2rem;
    @include sp {
      width: 100%;
    }
  }
}
 */