@charset "UTF-8";

html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main__wrap img,
.main__wrap video,
.main__wrap svg {
  width: 100%;
  height: auto;
}

#Wrap {
  width: 100%;
}

.main__wrap {
  width: 100%;
  padding-top: 58px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 2;
  color: #000000;
  text-align: center;
  /* background-image: url(../img/LP_pc.jpg); */
  /* background-size: 100%; */
  /* background-position: center -80px; */
}

.firstview {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.fv__img {
  width: 1200px;
  margin: 0 auto;
}

.fv__ttl {
  position: absolute;
  width: 499px;
  top: 114px;
  right: 62px;
}

.fv__lead {
  margin-top: 130px;
  font-size: 16px;
  line-height: 2.2857;
}

.main__wrap section {
  margin-top: 180px;
}

.main__wrap section.sec01 {
  width: 100%;
  margin-top: 130px;
}

.main__wrap section.sec03 {
  width: 100%;
  background-color: #e4e7eb;
}

.content__mv {
  width: 620px;
  margin: 0 auto;
}

.sec06 .content__mv {
  width: 580px;
}

.content__wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.sec02 .content__wrap {
  margin-top: 65px;
}

.sec04 .content__wrap {
  text-align: left;
}

.sec06 .content__wrap {
  margin-top: 65px;
}

.content__txt {
  text-align: left;
  margin-top: 106px;
  z-index: 1;
}

.content__img {
  width: 582px;
}

.content__lead {
  margin-top: 62px;
}

.credit {
  font-family: pragmatica-condensed, sans-serif;
  font-size: 13px;
  color: #333333;
  letter-spacing: 0.05em;
  margin-top: 26.5px;
}

.sec02 .credit {
  margin-top: 30px;
  text-align: right;
}

.sec04 .credit {
  margin-top: 19.5px;
}

/* check btn */
.check__btn {
  width: 202px;
  margin: 120px auto;
}

.check__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 202px;
  padding-top: 15px;
  padding-bottom: 15px;
  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: 13px;
  font-style: normal;
  font-weight: 400;
  color: #333;
  line-height: 1;
  letter-spacing: 0.075em;
}

/* for pc */
@media only screen and (min-width: 600px) {
  .sp__only {
    display: none;
  }

  .main__wrap section.sec02 {
    margin-top: 182px;
  }

  .sec01 .content__img:nth-of-type(1) {
    background-color: #e4e7eb;
    padding-top: 135px;
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 135px;
  }

  .sec02 .content__img:nth-of-type(1) {
    width: 360px;
    margin-top: 40px;
  }

  .sec02 .content__img:nth-of-type(2) {
    width: 322px;
    margin-left: 20px;
  }

  .sec03 .content__img {
    margin-left: -104px;
  }

  .sec04 .content__img:nth-of-type(1) {
    width: 540px;
    margin-top: 240px;
  }

  .sec04 .content__img:nth-of-type(2) {
    width: 400px;
    margin-left: 70px;
  }

  .sec05 .content__img:nth-of-type(1) {
    background-color: #faf1eb;
    width: 620px;
    padding-top: 165px;
    padding-left: 110px;
    padding-right: 110px;
    padding-bottom: 165px;
  }

  .sec05 .content__img:nth-of-type(2) {
    width: 620px;
  }

  .sec06 .content__img:nth-of-type(1) {
    width: 360px;
  }

  .sec06 .content__img:nth-of-type(2) {
    width: 360px;
    margin-left: 20px;
  }
}


/* for tablet */
@media only screen and (min-width: 600px) and (max-width: 1400px) {
  .sp__only {
    display: none;
  }

  .main__wrap {
    padding-top: calc(58* (100vw / 1400));
    font-size: calc(14* (100vw / 1400));
    /* background-image: url(../img/LP_pc.jpg); */
    /* background-size: 1280px; */
    /* background-position: center -80px; */
  }

  .firstview {
    width: calc(1200* (100vw / 1400));
  }

  .fv__img {
    width: calc(1200* (100vw / 1400));
  }

  .fv__ttl {
    width: calc(499* (100vw / 1400));
    top: calc(114* (100vw / 1400));
    right: calc(62* (100vw / 1400));
  }

  .fv__lead {
    margin-top: calc(130* (100vw / 1400));
    font-size: calc(16* (100vw / 1400));
  }

  .main__wrap section {
    margin-top: calc(180* (100vw / 1400));
  }

  .main__wrap section.sec01 {
    margin-top: calc(130* (100vw / 1400));
  }

  .main__wrap section.sec02 {
    margin-top: calc(182* (100vw / 1400));
  }

  .content__mv {
    width: calc(620* (100vw / 1400));
  }

  .sec02 .content__wrap {
    margin-top: calc(65* (100vw / 1400));
  }

  .sec06 .content__wrap {
    margin-top: calc(65* (100vw / 1400));
  }

  .content__txt {
    margin-top: calc(106* (100vw / 1400));
  }

  .content__img {
    width: calc(582* (100vw / 1400));
  }

  .sec01 .content__img:nth-of-type(1) {
    padding-top: calc(135* (100vw / 1400));
    padding-left: calc(90* (100vw / 1400));
    padding-right: calc(90* (100vw / 1400));
    padding-bottom: calc(135* (100vw / 1400));
  }

  .sec02 .content__img:nth-of-type(1) {
    width: calc(360* (100vw / 1400));
    margin-top: calc(40* (100vw / 1400));
  }

  .sec02 .content__img:nth-of-type(2) {
    width: calc(322* (100vw / 1400));
    margin-left: calc(20* (100vw / 1400));
  }

  .sec03 .content__img {
    margin-left: calc(-104* (100vw / 1400));
  }

  .sec04 .content__img:nth-of-type(1) {
    width: calc(540* (100vw / 1400));
    margin-top: calc(240* (100vw / 1400));
  }

  .sec04 .content__img:nth-of-type(2) {
    width: calc(400* (100vw / 1400));
    margin-left: calc(70* (100vw / 1400));
  }

  .sec05 .content__img:nth-of-type(1) {
    width: calc(620* (100vw / 1400));
    padding-top: calc(165* (100vw / 1400));
    padding-left: calc(110* (100vw / 1400));
    padding-right: calc(110* (100vw / 1400));
    padding-bottom: calc(165* (100vw / 1400));
  }

  .sec05 .content__img:nth-of-type(2) {
    width: calc(620* (100vw / 1400));
  }

  .sec06 .content__img:nth-of-type(1) {
    width: calc(360* (100vw / 1400));
  }

  .sec06 .content__img:nth-of-type(2) {
    width: calc(360* (100vw / 1400));
    margin-left: calc(20* (100vw / 1400));
  }

  .content__lead {
    margin-top: calc(62* (100vw / 1400));
  }

  .credit {
    font-size: calc(13* (100vw / 1400));
    margin-top: calc(26.5* (100vw / 1400));
  }

  .sec02 .credit {
    margin-top: calc(30* (100vw / 1400));
  }

  .sec04 .credit {
    margin-top: calc(19.5* (100vw / 1400));
  }

  /* check btn */
  .check__btn {
    width: calc(202* (100vw / 1400));
    margin-top: calc(120* (100vw / 1400));
    margin-bottom: calc(120* (100vw / 1400));
  }

  .check__btn a {
    width: calc(202* (100vw / 1400));
    padding-top: calc(15* (100vw / 1400));
    padding-bottom: calc(15* (100vw / 1400));
    font-size: calc(13* (100vw / 1400));
  }
}


/* for sp */
@media only screen and (max-width: 599px) {
  .pc__only {
    display: none;
  }

  .order_1 {
    order: 1;
  }

  .order_2 {
    order: 2;
  }

  .order_3 {
    order: 3;
  }

  .order_4 {
    order: 4;
  }

  .main__wrap {
    padding-top: 0;
    font-size: calc(28* (100vw / 750));
    /* background-image: url(../img/LP_pc.jpg); */
    /* background-size: 1280px; */
    /* background-position: center -80px; */
  }

  .firstview {
    width: calc(750* (100vw / 750));
  }

  .fv__img {
    width: calc(750* (100vw / 750));
  }

  .fv__ttl {
    width: calc(648* (100vw / 750));
    top: calc(737* (100vw / 750));
    right: calc(49* (100vw / 750));
  }

  .fv__lead {
    margin-top: calc(138* (100vw / 750));
    font-size: calc(30* (100vw / 750));
  }

  .main__wrap section {
    margin-top: calc(220* (100vw / 750));
  }

  .main__wrap section.sec01 {
    margin-top: calc(138* (100vw / 750));
  }

  .sec04 {
    text-align: left;
  }

  .content__mv {
    width: calc(660* (100vw / 750));
  }

  .sec06 .content__mv {
    width: calc(620* (100vw / 750));
  }

  .content__wrap {
    flex-direction: column;
    align-items: center;
  }

  .sec02 .content__wrap {
    flex-direction: inherit;
    align-items: inherit;
    margin-top: calc(57* (100vw / 750));
  }

  .sec03 .content__wrap {
    align-items: flex-start;
    padding-top: calc(80* (100vw / 750));
    padding-left: calc(65* (100vw / 750));
    padding-bottom: calc(58* (100vw / 750));
  }

  .sec04 .content__wrap {
    align-items: inherit;
    margin-left: calc(45* (100vw / 750));
  }

  .sec06 .content__wrap {
    margin-top: calc(56* (100vw / 750));
  }

  .content__txt {
    margin-top: 0;
  }

  .content__img {
    width: calc(620* (100vw / 750));
  }

  .sec01 .content__img:nth-of-type(1) {
    background-color: #e4e7eb;
    padding-top: calc(80* (100vw / 750));
    padding-left: calc(90* (100vw / 750));
    padding-right: calc(90* (100vw / 750));
    padding-bottom: calc(80* (100vw / 750));
  }

  .sec02 .content__img:nth-of-type(1) {
    width: calc(400* (100vw / 750));
    margin-top: calc(300* (100vw / 750));
  }

  .sec02 .content__img:nth-of-type(2) {
    width: calc(360* (100vw / 750));
    margin-left: calc(-40* (100vw / 750));
  }

  .sec04 .content__img:nth-of-type(1) {
    width: calc(580* (100vw / 750));
    margin-top: calc(77* (100vw / 750));
  }

  .sec04 .content__img:nth-of-type(2) {
    width: calc(440* (100vw / 750));
    margin-left: calc(219* (100vw / 750));
  }

  .sec05 .content__img:nth-of-type(1) {
    width: calc(660* (100vw / 750));
    background-color: #faf1eb;
    padding-top: calc(80* (100vw / 750));
    padding-left: calc(110* (100vw / 750));
    padding-right: calc(110* (100vw / 750));
    padding-bottom: calc(80* (100vw / 750));
  }

  .sec05 .content__img:nth-of-type(2) {
    width: calc(660* (100vw / 750));
  }

  .sec06 .content__img {
    width: calc(440* (100vw / 750));
  }

  .sec06 .content__img:nth-of-type(2) {
    margin-top: calc(20* (100vw / 750));
  }
  
  .content__lead {
    margin-top: calc(66* (100vw / 750));
  }

  .credit {
    font-size: calc(27* (100vw / 750));
    margin-top: calc(42.5* (100vw / 750));
  }

  .sec02 .credit {
    margin-top: calc(160* (100vw / 750));
    margin-left: calc(100* (100vw / 750));
    text-align: left;
  }

  .sec04 .credit {
    margin-top: calc(50.5* (100vw / 750));
  }

  .sec06 .credit {
    margin-top: calc(39.5* (100vw / 750));
  }

  /* check btn */
  .check__btn {
    width: calc(322* (100vw / 750));
    margin-top: calc(126* (100vw / 750));
    margin-bottom: calc(150* (100vw / 750));
  }

  .check__btn a {
    width: calc(322* (100vw / 750));
    padding-top: calc(26* (100vw / 750));
    padding-bottom: calc(26* (100vw / 750));
    font-size: calc(26* (100vw / 750));
  }

}


/* ここから下、アニメーション用css */

.js-fadeIn {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(30%);
}

.js-fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn-load {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(30%);
}

.js-fadeIn-load.active {
  opacity: 1;
  transform: translateY(0);
}