@charset "UTF-8";

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc(10* (100vw / 1200));
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img,
video,
svg {
  width: 100%;
  height: auto;
}

#Wrap {
  width: 100%;
}

.main__wrap {
  width: 100%;
  padding-top: 3.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 2;
  color: #000000;
  text-align: center;
}

.firstview {
  width: 120rem;
  margin: 0 auto;
}

.fv__img {
  width: 120rem;
}

.fv__lead {
  margin-top: 11.25rem;
}

.fv__animation {
  width: 12rem;
  margin-top: 11.45rem;
  margin-left: auto;
  margin-right: auto;
}

.fv__animation .footprint {
  width: 2.4rem;
  height: 2.1rem;
  opacity: 0;
}

.fv__animation.active .footprint {
  opacity: 1;
}

.footprint:nth-of-type(1) {
  margin-left: 4rem;
}

.footprint:nth-of-type(2) {
  margin-top: 1.8rem;
  margin-left: 6rem;
  transition-delay: .3s;
}

.footprint:nth-of-type(3) {
  margin-top: 1rem;
  margin-left: 3rem;
  transition-delay: .6s;
}

.footprint:nth-of-type(4) {
  margin-top: .5rem;
  margin-left: 7rem;
  transition-delay: .9s;
}

.footprint:last-of-type {
  margin-top: 1.3rem;
  margin-left: 5rem;
  transition-delay: 1.2s;
}

/* content */
.content__block {
  /* width: 99.6rem; */
  display: flex;
  justify-content: center;
  margin-top: 15rem;
  margin-left: auto;
  margin-right: auto;
}

.content__block:first-of-type {
  margin-top: 12rem;
}

.content__unit {
  position: relative;
}

.content__ttl {
  font-family: futura-pt, sans-serif;
  font-size: 4rem;
  margin-top: 36.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.content__ttl.sec01 {
  margin-top: 36.7rem;
}

.content__lead {
  margin-top: 3.25rem;
}

.credit {
  font-family: futura-pt, sans-serif;
  font-size: 2.6rem;
  margin-top: 2.75rem;
  line-height: 1;
}

.content__img {
  width: 54rem;
}

.content__bk {
  position: absolute;
  width: 54rem;
}

/* check btn */
.check__btn {
  width: 20.2rem;
  margin: 11.8rem auto;
}

.check__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid #6b6b6b;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-family: pragmatica, sans-serif;
  font-feature-settings: "palt";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  color: #333;
  line-height: 1;
  letter-spacing: 0.075em;
}

/* for pc */
@media only screen and (min-width: 768px) {
  .sp__only {
    display: none;
  }

  .content__unit:nth-of-type(2) {
    margin-left: 9.2rem;
  }
}


/* for tablet */
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .sp__only {
    display: none;
  }
}


/* for sp */
@media only screen and (max-width: 767px) {
  .pc__only {
    display: none;
  }

  .order_1 {
    order: 1;
  }

  .order_2 {
    order: 2;
  }

  .main__wrap {
    width: calc(750* (100vw / 750));
    padding-top: 0;
    font-size: calc(28* (100vw / 750));
  }

  .firstview {
    width: calc(750* (100vw / 750));
    margin: 0 auto;
  }

  .fv__img {
    width: calc(750* (100vw / 750));
  }

  .fv__lead {
    margin-top: calc(140* (100vw / 750));
    line-height: 1.8571428571;
  }

  .fv__animation {
    width: calc(150* (100vw / 750));
    margin-top: calc(142* (100vw / 750));
    margin-left: auto;
    margin-right: auto;
  }

  .fv__animation .footprint {
    width: calc(36* (100vw / 750));
    height: calc(29* (100vw / 750));
  }

  .footprint:nth-of-type(1) {
    margin-left: calc(46* (100vw / 750));
  }

  .footprint:nth-of-type(2) {
    margin-top: calc(30* (100vw / 750));
    margin-left: calc(74* (100vw / 750));
  }

  .footprint:nth-of-type(3) {
    margin-top: calc(16* (100vw / 750));
    margin-left: calc(28* (100vw / 750));
  }

  .footprint:nth-of-type(4) {
    margin-top: calc(10* (100vw / 750));
    margin-left: calc(88* (100vw / 750));
  }

  .footprint:nth-of-type(5) {
    margin-top: calc(20* (100vw / 750));
    margin-left: calc(58* (100vw / 750));
  }

  /* content */
  .content__block {
    width: calc(660* (100vw / 750));
    flex-direction: column;
    align-items: center;
    margin-top: calc(202* (100vw / 750));
  }

  .content__block:first-of-type {
    margin-top: calc(150* (100vw / 750));
  }

  .content__ttl {
    font-size: calc(60* (100vw / 750));
    margin-top: calc(70* (100vw / 750));
  }

  .content__ttl.sec01 {
    margin-top: calc(74* (100vw / 750));
  }

  .content__ttl.sec04 {
    margin-top: calc(60* (100vw / 750));
  }

  .content__lead {
    margin-top: calc(40* (100vw / 750));
    line-height: 1.8571428571;
  }

  .credit {
    font-size: calc(36* (100vw / 750));
    margin-top: calc(35* (100vw / 750));
  }

  .content__img {
    width: calc(660* (100vw / 750));
  }

  .content__bk {
    width: calc(660* (100vw / 750));
  }

  /* check btn */
  .check__btn {
    width: calc(320* (100vw / 750));
    margin-top: calc(152* (100vw / 750));
    margin-bottom: calc(150* (100vw / 750));
  }

  .check__btn a {
    width: calc(320* (100vw / 750));
    padding-top: calc(26* (100vw / 750));
    padding-bottom: calc(26* (100vw / 750));
    font-size: calc(26* (100vw / 750));
  }

}


/* ここから下、アニメーション用css */
/* フェードインアニメーション */
.js-fade {
  transition: all 1s;
  visibility: hidden;
  opacity: 0;
  transition-duration: 1s;
}

.js-fade.active {
  visibility: visible;
  opacity: 1;
}

/* めくれるアニメーション */
.js-cutIn-BtoT,
.js-cutIn-TtoB {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.js-cutIn-BtoT {
  top: 0;
  left: 0;
}

.js-cutIn-TtoB {
  bottom: 0;
  left: 0;
}

.js-cutIn-BtoT.active,
.js-cutIn-TtoB.active {
  animation: Vr 1s forwards;
  animation-delay: 1s;
}

@keyframes Vr {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}