@charset "UTF-8";
/*---------------------------------------------
メディアクエリ
---------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*---------------------------------------------
ローディング
---------------------------------------------*/
#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 2.5em));
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p {
    transform: translate(-50%, calc(-50% - 3.5em));
  }
}
.p span {
  animation: blink 0.5s ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*---------------------------------------------
ツール
---------------------------------------------*/
.opacity-0 {
  opacity: 0;
}

.translate-y-4 {
  transform: translateY(-25%);
}

.translate-y-2 {
  transform: translateY(50%);
}

.scrollShow {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.8s;
}
.scrollShow.-right {
  transform: translateX(40px);
}
.scrollShow.-left {
  transform: translate(-40px, 0);
}
@media screen and (min-width: 1440px) {
  .scrollShow.-left_pc {
    transform: translate(-40px, 0);
  }
}
.scrollShow.-top {
  transform: translateY(-40px);
}
@media screen and (max-width: 767px) {
  .scrollShow.-top_sp {
    transform: translateY(-40px);
  }
}
.scrollShow.-scale {
  transition: all 0.6s;
  transform: scale(0);
  transform-origin: center center;
}
.scrollShow.-fade {
  transition: all 0.6s;
  opacity: 0;
  transform: translateY(0);
}
.scrollShow.-transformScaleY {
  transition: all 0.6s;
  transform: translateY(0) scaleY(0);
  opacity: 1;
}
.scrollShow.show.-transformScaleY {
  transform: scaleY(1);
}
.scrollShow.show {
  opacity: 1;
  transform: translateY(0);
}
.scrollShow.show.-top {
  transform: translateY(0px);
}
@media screen and (max-width: 767px) {
  .scrollShow.show.-top_sp {
    transform: translateY(0px);
  }
}
.scrollShow.show.-right {
  transform: translateX(0px);
}
.scrollShow.show.-left {
  transform: translateX(0px);
}
@media screen and (min-width: 1440px) {
  .scrollShow.show.-left_pc {
    transform: translate(0px, 0px);
  }
}
.scrollShow.show.-scale {
  transform: scale(1);
}
.scrollShow.show.-fade {
  opacity: 1;
}

typewritten-text[paused] .typewritten-text_current::after {
  visibility: hidden;
}

.marker {
  background: linear-gradient(#D9E021 0%, #D9E021 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.6s;
}
.marker.is-active {
  background-size: 100% 100%;
}

.marker2 {
  background: linear-gradient(#000 0%, #000 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.6s;
}
.marker2.is-active {
  background-size: 100% 100%;
}

/*---------------------------------------------
ベースセッティング
---------------------------------------------*/
html {
  height: 100%;
  overflow: auto;
  overscroll-behavior: none;
}

body {
  overscroll-behavior: none;
}
body.is-lock {
  overflow: hidden;
  position: relative;
}

.siteHeader {
  position: relative;
}

.pace-running .lp-wrapper {
  opacity: 0;
}

.lp-wrapper {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000000;
  /*background-image: linear-gradient(180deg, #F7F7F7 0%, #FFFFFF 84.78%, #D9E021 100%);*/
  /*background-size: 100% 140%;
  background-position: 50% 0;*/
  overflow: hidden;
  position: relative;
  /*@include sp-only {
      background-image: linear-gradient(180deg, #F7F7F7 0%, #FFFFFF 93.85%, #D9E021 100%);
  }*/
  /*.topImg {
      width: 100%;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      video {
          max-width: 100%;
      }
  }*/
}
.lp-wrapper:after {
  background-color: #D9E021;
  width: 0;
  height: 140vh;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.45s ease-in-out;
}
.lp-wrapper.background-active {
  /* Animation 
  animation-duration: 4s;
  animation-name: gradients;
  animation-fill-mode: forwards;*/
}
.lp-wrapper.background-active:after {
  width: 100%;
}
@keyframes gradients {
  0% {
    background-position: 50% 0;
  }
  100% {
    background-position: 50% 100%;
  }
}
.lp-wrapper *,
.lp-wrapper *::before,
.lp-wrapper *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.lp-wrapper img {
  max-width: 100%;
}
.lp-wrapper li {
  list-style: none;
}
.lp-wrapper section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  /*.fList-wrapper {
      display: flex;
      flex-direction: column;
  }*/
}
@media screen and (max-width: 767px) {
  .lp-wrapper section {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
.lp-wrapper section .section-inner {
  max-width: 1468px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-wrapper section .section-inner {
    width: 89.3333333333vw;
  }
}
.lp-wrapper section .content-wrapper {
  width: 76.663%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-wrapper section .content-wrapper {
    width: 73.3333333333vw;
  }
}
.lp-wrapper section .fBox {
  display: flex;
  align-items: center;
  padding: 10.4166666667vw 0;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper section .fBox {
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper section .fBox {
    flex-direction: column;
    padding: 10vw 0;
  }
}
.lp-wrapper section .fBox .imgBox {
  width: 37.5vw;
  margin-right: 16.6666666667vw;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper section .fBox .imgBox {
    width: 540px;
    margin-right: 240px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper section .fBox .imgBox {
    width: 72vw;
    margin-right: 0;
  }
}
.lp-wrapper section .fBox .imgBox p {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-wrapper section .fBox .imgBox p {
    margin-top: 2vw;
  }
}
.lp-wrapper section .fBox .imgBox.imgBox04_01 > div {
  width: 100%;
}
.lp-wrapper section .fBox .txtBox {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .lp-wrapper section .fBox .txtBox {
    margin-top: 8vw;
  }
}
.lp-wrapper section .fBox .txtBox p {
  line-height: 3.125;
}
@media screen and (max-width: 767px) {
  .lp-wrapper section .fBox .txtBox p {
    line-height: 2.5;
    font-size: 3.2vw;
  }
}
.lp-wrapper section .fBox:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .lp-wrapper section .fBox:nth-of-type(even) {
    flex-direction: column;
  }
}
.lp-wrapper section .fBox:nth-of-type(even) .imgBox {
  margin-right: 0;
  margin-left: 16.6666666667vw;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper section .fBox:nth-of-type(even) .imgBox {
    margin-left: 240px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper section .fBox:nth-of-type(even) .imgBox {
    margin-left: 0;
  }
  .lp-wrapper section .fBox:nth-of-type(even) .imgBox img {
    width: 100%;
  }
}
.lp-wrapper section .fList {
  display: flex;
  align-items: center;
  /*&.swiper-slide-active {
      & > * {
          opacity: 1;
          img {
              transform: translate(0, 0);
          }
          &:nth-child(2n){
              img {
                  transform: translate(0, 0);
              }
          }
      }
  }*/
}
@media screen and (max-width: 767px) {
  .lp-wrapper section .fList {
    flex-direction: column;
  }
  .lp-wrapper section .fList + .fList {
    margin-top: 24vw;
  }
}
.lp-wrapper section .fList > * {
  width: 46%;
  margin: 4.1666666667vw 2%;
  /*img {
      transform: translate(-20%, 0);
      transition: all .3s ease-in-out;
      transition-delay: .1s;
  }
  &:nth-child(2n){
      img {
          transition-delay: .5s;
          transform: translate(0, -10%);
      }
  }*/
}
@media screen and (min-width: 1440px) {
  .lp-wrapper section .fList > * {
    margin: 60px 2%;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper section .fList > * {
    width: 100%;
    margin: 0;
  }
}
.lp-wrapper section .fList > *:last-child {
  transition: all 0.8s ease-out;
  transition-delay: 0.6s;
}
.lp-wrapper section .fList img {
  width: 100%;
}
.lp-wrapper section .note {
  font-size: 1.6666666667vw;
  line-height: 3.75;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper section .note {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper section .note {
    font-size: 3.2vw;
    line-height: 2.5;
  }
}
.lp-wrapper .mainTitle {
  position: relative;
  z-index: 10;
}
.lp-wrapper .mainTitle .mainTitle_en {
  font-size: 6.3888888889vw;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper .mainTitle .mainTitle_en {
    font-size: 92px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper .mainTitle .mainTitle_en {
    font-size: 6.4vw;
  }
}
.lp-wrapper .mainTitle .mainTitle_en .marker .word {
  display: flex !important;
}
.lp-wrapper .mainTitle .mainTitle_en .marker .word .char {
  line-height: 1.05;
}
.lp-wrapper .mainTitle .mainTitle_ja {
  font-size: 2.9166666667vw;
  font-weight: 500;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper .mainTitle .mainTitle_ja {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper .mainTitle .mainTitle_ja {
    font-size: 2.9333333333vw;
  }
}
.lp-wrapper .mainTitle strong {
  position: relative;
  font-weight: inherit;
}
.lp-wrapper .mainImg {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.lp-wrapper .mainImg.is-ended {
  top: 0;
  right: 0;
  transform: translate(-8%, -15%);
}
.lp-wrapper .heading-wrapper {
  text-align: center;
  padding: 0 0 12em;
  position: relative;
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper .heading-wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper .heading-wrapper {
    margin-bottom: 10.6666666667vw;
    padding: 0 0 32vw;
  }
}
.lp-wrapper .heading-wrapper .heading-number {
  margin-bottom: 65px;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper .heading-wrapper .heading-number {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper .heading-wrapper .heading-number {
    margin-bottom: 6vw;
  }
  .lp-wrapper .heading-wrapper .heading-number img {
    height: 8.2666666667vw;
  }
}
.lp-wrapper .heading-wrapper h2 {
  font-size: 3.4722222222vw;
  border-top: none;
  border-bottom: none;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper .heading-wrapper h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper .heading-wrapper h2 {
    font-size: 4.8vw;
  }
}
.lp-wrapper .heading-wrapper h2 + p {
  margin-top: 0.5em;
  font-size: 2.0833333333vw;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper .heading-wrapper h2 + p {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper .heading-wrapper h2 + p {
    font-size: 3.2vw;
  }
}
.lp-wrapper .heading-wrapper .line {
  display: block;
  width: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 8em;
  transform-origin: top center;
}
@media screen and (max-width: 767px) {
  .lp-wrapper .heading-wrapper .line {
    height: 20vw;
  }
}

/*---------------------------------------------
LEAD
---------------------------------------------*/
#anim_img_box {
  position: fixed;
  width: 110%;
  height: 100vh;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: 44% center;
  transition: opacity 0.45s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #anim_img_box {
    height: auto;
    width: 150vw;
  }
}

#anim_img {
  width: 100%;
  position: relative;
  transform-origin: center center;
  transform: translate(10vw, -10vw);
}
@media screen and (max-width: 767px) {
  #anim_img {
    width: 66.6666666667vw;
    position: relative;
    transform: translate(0, -10vw);
  }
}

@media screen and (max-width: 1024px) {
  .lp-wrapper.is-reverse #anim_img_box {
    top: 15%;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper.is-reverse #anim_img_box {
    top: 30%;
  }
}
.lp-wrapper.is-reverse #anim_img {
  transform: translate(0, -26vw);
}
@media screen and (max-width: 767px) {
  .lp-wrapper.is-reverse #anim_img {
    transform: translate(-15vw, 0);
  }
}

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

#index1 {
  position: relative;
  z-index: 0;
}

/*---------------------------------------------
kv
---------------------------------------------*/
.lp-wrapper .kv {
  height: 100vh;
  position: relative;
  z-index: 2;
  padding: 500px 60px 150px;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper .kv {
    padding: 34.7222222222vw 4.1666666667vw 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper .kv {
    padding: 50.6666666667vw 8vw 13.3333333333vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.lp-wrapper .kv h1 .marker {
  transition-delay: 0.2s;
}
.lp-wrapper .kv .video {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 88.8888888889vw;
  transform: translate(50%, -50%);
  transform-origin: center center;
}
.lp-wrapper .kv .video.is-ended {
  top: 20%;
  right: 26%;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper .kv .video {
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper .kv .video {
    width: 122.6666666667vw;
    right: inherit;
    left: 50%;
    transform: translate(-44%, -20%);
  }
  .lp-wrapper .kv .video.is-ended {
    top: 20%;
  }
}
.lp-wrapper .kv .video video {
  width: 100%;
  height: auto;
}

/*---------------------------------------------
introduction
---------------------------------------------*/
.lp-wrapper .introduction {
  position: relative;
  z-index: 2;
  text-align: center;
}
.lp-wrapper .introduction p {
  font-size: 1.6666666667vw;
  line-height: 2.5;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper .introduction p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper .introduction p {
    font-size: 3.2vw;
  }
}

/*---------------------------------------------
slide
---------------------------------------------*/
.content-slide {
  position: relative;
  width: 100%;
  height: 80vh;
}

.impressionAnchorTag {
  position: absolute;
  /*transform: translate(0, 50vh);*/
  top: 10%;
  width: 100%;
  height: 60vh;
  z-index: 1;
  /*background-color: red;*/
}

.content-slide #myCarousel .myCarousel_item {
  width: 1134px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.content-slide #myCarousel .fList > div {
  opacity: 0;
  transition: all 0.5s ease-out;
}

.content-slide #myCarousel .fList > div:nth-child(1) {
  transform: translate(-20%, 0);
}

.content-slide #myCarousel .fList > div:nth-child(2) {
  /*transform: translate(0, -10%);*/
  transition: all 1s ease-out;
  transition-delay: 0.8s;
}

.content-slide #myCarousel .myCarousel_item.is-active .fList > div {
  opacity: 1;
  transform: translate(0, 0);
}

/*---------------------------------------------
section05
---------------------------------------------*/
@media screen and (min-width: 1440px) {
  .lp-wrapper .section05 .heading-wrapper {
    margin-bottom: 0;
  }
}

/*---------------------------------------------
section06
---------------------------------------------*/
.lp-wrapper .section06 {
  padding: 10.4166666667vw 4.1666666667vw 13.8888888889vw;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper .section06 {
    padding: 150px 60px 300px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper .section06 {
    padding: 4vw 0 24vw;
  }
  .lp-wrapper .section06 .reverse-obj.line {
    position: absolute !important;
  }
}
.lp-wrapper .section06 .reverse-obj:not(.heading-number):not(.line) {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lp-wrapper .section06 .heading-wrapper {
    padding-bottom: 32vw;
    margin-bottom: 8vw;
  }
}
.lp-wrapper .section06 .reverse-obj.heading-number {
  position: relative;
  z-index: 0;
}
.lp-wrapper .section06 .note {
  margin-bottom: 69.4444444444vw;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper .section06 .note {
    margin-bottom: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper .section06 .note {
    margin-bottom: 90.6666666667vw;
  }
}
.lp-wrapper .section06 .footImage {
  display: flex;
  justify-content: flex-end;
  margin-top: 13.8888888889vw;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper .section06 .footImage {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper .section06 .footImage {
    margin-top: 2.6666666667vw;
  }
}
.lp-wrapper .section06 .footImage .video {
  transform: translate(30%, 0);
  width: 88.8888888889vw;
}
@media screen and (min-width: 1440px) {
  .lp-wrapper .section06 .footImage .video {
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper .section06 .footImage .video {
    width: 100%;
    transform: translate(20%, 0);
  }
}
.lp-wrapper .section06 .footImage .video video {
  width: 100%;
  height: auto;
}
.lp-wrapper .section06 .mainTitle {
  padding-top: 18.0555555556vw;
  transform: translate(0, 25%);
  /*@media screen and (max-width: 1024px) {

  }*/
}
@media screen and (min-width: 1440px) {
  .lp-wrapper .section06 .mainTitle {
    padding-top: 160px;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper .section06 .mainTitle {
    /*top: calc(100vw *(-300 / 750));*/
    transform: translate(0, 0);
    position: relative;
    padding-top: 0;
  }
}
.lp-wrapper .section06 .mainTitle strong {
  color: #fff;
}

.trigger {
  position: absolute;
  bottom: 500px;
  left: 0;
  width: 100%;
  height: 10vw;
}