@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
.lp-page{

--lp-main-color: #fff;
--lp-sub-color: #ddd;
--lp-third-color: #fff;

--sp-mv-text: calc(23 *(100vw / 750)) ;
--pc-mv-text: 1.5rem;

--sp-text: calc(23 *(100vw / 750)) ;
--pc-text: 1.3rem;

--sp-credit: calc(24 *(100vw / 750)) ;
--pc-credit: 1.2rem;

--font-en:"century-gothic", sans-serif;
--font-jp:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans",  "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Arial, "メイリオ", Meiryo, sans-serif;


}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 共 通 ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
.lp-page p,
.lp-page h2,
.lp-page h3,
.lp-page h4,
.lp-page dd,
.lp-page p span {
  color: #000000;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-break: strict;
}

.lp-page .anim_enable {
  -webkit-animation: fade 1s ease forwards;
          animation: fade 1s ease forwards;
}


.lp-page .pc {
  display: none !important;
}

@media only screen and (min-width: 768px), print {
  .lp-page .sp {
    display: none !important;
  }
  .lp-page .pc {
    display: block !important;
  }

}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
#breadcrumb .cateList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
  text-align: left;
}

.lp-page {
  position: relative;
  margin: 0 auto calc(45 * 100vw/750);
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: calc(750 * 100vw/750);
  z-index: 0;
}
.lp-page img {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp-page picture {
  display: block;
}
.lp-page a {
  display: block;
  color: inherit;
}
.lp-page *:focus {
  outline: none;
}

.lp-page input {
  display: none;
}
.lp-page li,
.lp-page ol {
  list-style-type: none;
}
.lp-page .spOnly {
  display: block;
}
.lp-page .pcOnly {
  display: none;
}

.lp-page .text_link {
  text-decoration: underline;
}

.c-creditlist {
  margin-top: calc(30 * 100vw/750);
  font-size: calc(22 * 100vw/750);
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
}

/*--------------------------------
							SP  Only
--------------------------------*/
@media (max-width: 767px) {
  .lp-page a {
    transition: none;
  }
}

/* .lp-page : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/


/* .lp-page SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 768px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
  .wrapBottom {
    width: 100%;
  }
  #breadcrumb .cateList {
    max-width: 1100px;
    width: 91.666% !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
    display: flex;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    margin: 20px auto;
    color: #000;
  }
  #breadcrumb .cateList li {
    margin-left: 2px;
    margin-right: 5px;
  }
  .archive_slider {
    position: relative;
    z-index: 0;
  }
  .archive_slider::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    width: 200vw;
    height: 1px;
    opacity: 0.5;
    border-bottom: 1px solid #000;
  }
  .lp-page {
    margin: 0 auto;
    width: 100%;
    max-width: 140rem;
  }
  .lp-page .c-creditlist {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .lp-page .pcOnly {
    display: block;
  }
  .lp-page .spOnly {
    display: none;
  }
  /* .lp-page : set up PC*/




  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/


  /* .lp-page PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1200px)
 --------------------------------*/
/*# sourceMappingURL=style.css.map */


/* common */
.lp-page .sec_head{
  letter-spacing: 0.04em;
  font-family: var(--font-en);
  text-align: left;
}
.lp-page .sec_head span{
  display: block;
}

.lp-page .sec_head span:first-of-type{
  font-size: calc(26* (100vw / 750 ));
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.lp-page .sec_head span:last-of-type{
  font-size: calc(54* (100vw / 750 ));
  font-family: var(--font-en);
  font-weight: 400;
  margin-top: calc(10* (100vw / 750 ));
  letter-spacing: 0.04em;
}

.lp-page .sec_tax{
  font-family: var(--font-en);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.lp-page .sec_tax > *+*{
  margin-top: calc(17 * (100vw / 750 ));
}

.lp-page .--01 .sec_tax > *+*,
.lp-page .--03 .sec_tax > *+* {
  margin-top: calc(18 * (100vw / 750 ));
}

.lp-page .--04 .sec_tax > *+* {
  margin-top: calc(17.5 * (100vw / 750 ));
}

.lp-page .sec_tax li span{
  display: block;
  font-weight: 400;
}

.lp-page .sec_tax li span:first-of-type{
  font-size: calc(16* (100vw / 750 ));
}

.lp-page .sec_tax li span:last-of-type{
  font-size: calc(20* (100vw / 750 ));
}
.lp-page .sec_text{

  font-size: calc(24* (100vw / 750 ));
  line-height: 2;
  letter-spacing: 0.12em;
  width: calc(620* (100vw / 750 ));
  margin: auto;
  margin-top: calc(60* (100vw / 750 ));
  text-align: justify;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;

}
@media (min-width: 768px) {


  .lp-page .sec_head span:first-of-type{
    font-size: 2rem;
    letter-spacing: 0;
    letter-spacing: 0.06em;
  }
  .lp-page .sec_head span:last-of-type{
    font-size: 4rem;
    margin-top: 0.7rem;
    letter-spacing: 0.05em;
  }

  .lp-page .--01 .sec_tax > *+*,
  .lp-page .--03 .sec_tax > *+*,
  .lp-page .--04 .sec_tax > *+* {
    margin-top: 1.1rem!important;
  }

  .lp-page .sec .sec_tax > *+* {
    margin-top: 1rem ;
  }

  .lp-page .sec_tax li span:first-of-type{
    font-size: 1rem;
  }

  .lp-page .sec_tax li span:last-of-type{
    font-size: 1.2rem;
  }
  .lp-page .sec_text{
    width: 100%;
    margin: 0;
    font-size: 1.3rem;
    letter-spacing: 0.16em;
    margin-top: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "メイリオ", sans-serif;
  }
}

/* common */

/* mv */
.lp-page .mv_ttl{
  font-family: var(--font-en);
  text-align: center;
  font-size: calc(52* (100vw / 750 ));
}
.lp-page .mv_img{
  width: 100%;
  margin-top: calc(40* (100vw / 750 ));
}
.lp-page .mv_ttl_02{
  width: calc(582* (100vw / 750 ));
  margin: auto;
  margin-top: calc(47* (100vw / 750 ));
}
.lp-page .mv_text{
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: calc(155* (100vw / 750 ));
  font-size: calc(24* (100vw / 750 ));
  font-family: var(--font-jp);
}

@media (min-width: 768px) {
  .lp-page .mv_img{
    width: 120rem;
    margin: auto;
    margin-top: 0;
  }
  .lp-page .mv_ttl{
    margin-top: 6rem;
    font-size: 3.4rem;
  }
  .lp-page .mv_text{
    font-weight: 400;
    line-height: 2.17;
    letter-spacing: 0.16em;
    margin-top: 4.4rem;
    font-size: 1.2rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "メイリオ", sans-serif;
  }
}
/* mv */

/* clock01 */
.lp-page .sec.--01{
  margin-top: calc(130* (100vw / 750 ));
}

.lp-page .sec.--01 .sec_img01{
  width: 100%;
  position: relative;
}
.lp-page .sec.--01 .sec_head_wrap{
  position: absolute;
  bottom: calc(34* (100vw / 750 ));
  left: calc(25* (100vw / 750 ));
  color: #fff;
}

.lp-page .sec.--01 .sec_head{
  margin-top: calc(2* (100vw / 750 ));
  margin-left: calc(2* (100vw / 750 ));
  width: calc(130* (100vw / 750 ));
  color: #fff;
}
.lp-page .sec.--01 .sec_text{
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
}

.lp-page .sec.--01 .sec_img_inner{
  display: flex;
  justify-content: space-between;
  margin-top: calc(62* (100vw / 750 ));
}

.lp-page .sec.--01 .sec_tax{
  margin-top: calc(48* (100vw / 750 ));
  text-align: left;
  margin-left: calc(5* (100vw / 750 ));
}
.lp-page .sec.--01 .sec_img_02{
  width: calc(365* (100vw / 750 ));
}

@media (min-width: 768px) {
  .lp-page .sec.--01{
    margin-top: 9.4rem;
  }

  .lp-page .sec.--01 .sec_innner{
    width: 98rem;
    margin: auto;
  }

  .lp-page .sec.--01 .sec_img01{
    width: 57rem;
    margin: auto;
  }
  .lp-page .sec.--01 .sec_head_wrap{
    top: 33.8rem;
    bottom: auto;
    left: 2rem;
  }
  .lp-page .sec.--01 .sec_head{
    margin: 0;
    width: 9.3rem;
  }
  .lp-page .sec.--01 .sec_tax{
    margin-top: 3.1rem;
    margin-left: 0;
  }

  .lp-page .sec.--01 .sec_img_inner{
    margin-top:6rem;
  }

  .lp-page .sec.--01 .sec_img_02{
    width:48rem;
  }
  .lp-page .sec.--01 .sec_text{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "メイリオ", sans-serif;
    margin-top: 4.2rem;
    text-align: center;
  }
}
/* clock01 */


/* clock02 */
.lp-page .sec.--02{
  margin-top: calc(145* (100vw / 750 ));
}
.lp-page .sec.--02 .sec_img01{
  width: calc(585* (100vw / 750 ));
  margin-left: auto;
  position: relative;
}

.lp-page .sec.--02 .sec_head{
  position: absolute;
  top: calc(43* (100vw / 750 ));
  right: calc(40* (100vw / 750 ));
  width: calc( 135 *(100vw / 750));
}

.lp-page .sec.--02 .sec_tax{
  text-align: right;
  margin: 0;
  position: absolute;
  bottom: calc(23* (100vw / 750 ));
  left: calc(-135* (100vw / 750 ));
}

.lp-page .sec.--02 .sec_img_02{
  width: calc(585* (100vw / 750 ));
  margin-left: auto;
  margin-top: calc(20* (100vw / 750 ));
}

@media (min-width: 768px) {
  .lp-page .sec.--02{
    margin-top: 15.4rem;
  }
  .lp-page .sec.--02 .sec_innner{
    width: 104rem;
    margin-left: auto;
  }
  .lp-page .sec.--02 .sec_img_inner{
    display: flex;
    justify-content: space-between;
  }
  .lp-page .sec.--02 .sec_img01{
    width: 51rem;
    margin-left: 0;
  }

  .lp-page .sec.--02 .sec_head{
    width: 10rem;
    top: 3rem;
    left: 3.1rem;
    right: auto;
  }

  .lp-page .sec.--02 .sec_tax{
    text-align: right;
    margin: 0;
    position: absolute;
    top: 34rem;
    bottom: auto;
    left: -13.2rem;
  }

  .lp-page .sec.--02 .sec_img_02{
    width: 51rem;
    margin: 0;
  }
  .lp-page .sec.--02 .sec_text{
    margin-top: 4.3rem;
    text-align: right;
  }
}
/* clock02 */

/* clock03 */
.lp-page .sec.--03{
  margin-top: calc(148* (100vw / 750 ));
}
.lp-page .sec.--03 .sec_img01{
  width: calc(690* (100vw / 750 ));
  position: relative;
}
.lp-page .sec.--03 .sec_head{
  position: absolute;
  top: calc(37* (100vw / 750 ));
  right: calc(37 * (100vw / 750 ));
  color: #fff;
  text-align: right;
}
.lp-page .sec.--03 .sec_head span:nth-child(1) {
  margin-right: calc(4* (100vw / 750 ));
}
.lp-page .sec.--03 .sec_tax{
  color: #fff;
  position: absolute;
  text-align: left;
  bottom: calc(37* (100vw / 750 ));
  left: calc(30* (100vw / 750 ));
}

.lp-page .sec.--03 .sec_img_inner{
  display: flex;
  justify-content: space-between;
  margin-top: calc(60* (100vw / 750 ));
}

.lp-page .sec.--03 .sec_img_02{
  width: calc(295* (100vw / 750 ));
}
.lp-page .sec.--03 .sec_img_03{
  width: calc(435* (100vw / 750 ));
}
.lp-page .sec.--03 .sec_img_04{
  width: calc(450* (100vw / 750 ));
  margin-left: auto;
  margin-top: calc(150* (100vw / 750 ));
}
.lp-page .sec.--03 .sec_img_05{
  width: calc(510* (100vw / 750 ));
  margin-top: calc(25* (100vw / 750 ));
}

@media (min-width: 768px) {
  .lp-page .sec.--03{
    margin-top: 15.5rem;
  }

  .lp-page .sec.--03 .sec_img01{
    width: 60rem;
    margin: auto;
  }
  .lp-page .sec.--03 .sec_head{
    position: absolute;
    top: 3.2rem;
    right: 2.7rem;
  }
  .lp-page .sec.--03 .sec_head span:nth-child(1) {
    margin-right: .1rem;
  }
  .lp-page .sec.--03 .sec_tax{
    top: 43.1rem ;
    bottom: auto;
    left: 2rem;
  }

  .lp-page .sec.--03 .sec_img_wrap{
    width: 113.6rem;
    display: flex;
    justify-content: space-between;
    margin-top: 6rem;
  }
  .lp-page .sec.--03 .sec_img_inner{
    width: 72.6rem;
    margin-top: 0;
  }

  .lp-page .sec.--03 .sec_img_02{
    width: 28.6rem;
  }
  .lp-page .sec.--03 .sec_img_03{
    width: 42rem;
  }
  .lp-page .sec.--03 .sec_text{
    width: 36rem;
    margin-top: 47.6rem;
  }
  .lp-page .sec.--03 .sec_img_inner_02{
    width: 93rem;
    margin: auto;
    margin-top: 17rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .lp-page .sec.--03 .sec_img_04{
    width: 36rem;
    margin: 0;
  }
  .lp-page .sec.--03 .sec_img_04 .sec_text{
    margin-top: 4.5rem;
  }
  .lp-page .sec.--03 .sec_img_05{
    width:51rem;
    margin-top: 10rem;
  }

}
/* clock03 */


/* clock04 */
.lp-page .sec.--04{
  margin-top: calc(50* (100vw / 750 ));
}
.lp-page .sec.--04 .sec_img01{
  width: 100%;
  position: relative;
}
.lp-page .sec.--04 .sec_head{
  position: absolute;
  top: calc(37* (100vw / 750 ));
  left: calc(37 * (100vw / 750 ));
  color: #fff;
}
.lp-page .sec.--04 .sec_head span:nth-child(1) {
  margin-left: calc(3* (100vw / 750 ));
}
.lp-page .sec.--04 .sec_tax{
  color: #fff;
  position: absolute;
  text-align: right;
  bottom: calc(35* (100vw / 750 ));
  right: calc(30* (100vw / 750 ));
}


@media (min-width: 768px) {
  .lp-page .sec.--04{
    margin-top: 6rem;
  }
  .lp-page .sec.--04 .sec_img01{
    width: 63rem;
    margin: auto;
  }
  .lp-page .sec.--04 .sec_head{
    top: 3.3rem;
    left: 3.2rem;
  }
  .lp-page .sec.--04 .sec_head span:nth-child(1) {
    margin-left: 0.1rem;
  }
  .lp-page .sec.--04 .sec_tax{
    top: 45.5rem;
    bottom: auto;
    right: 2.1rem;
  }
}
/* clock04 */


/* clock05 */
.lp-page .sec.--05{
  margin-top: calc(160* (100vw / 750 ));
}
.lp-page .sec.--05 .sec_img_01{
  width: calc(600* (100vw / 750 ));
  margin: auto;
  position: relative;
}

.lp-page .sec.--05 .sec_img_02{
  position: relative;
  width: calc(600* (100vw / 750 ));
  margin: auto;
  margin-top: calc(20* (100vw / 750 ));
}

.lp-page .sec.--05 .sec_head{
  position: absolute;
  width: calc(134* (100vw / 750 ));
  top: calc(42 * (100vw / 750 ));
  right: calc(41 * (100vw / 750 ));
 }

.lp-page .sec.--05 .sec_tax{
  position: absolute;
  text-align: left;
  bottom: calc(20* (100vw / 750 ));
  left: calc(-45* (100vw / 750 ));
}


@media (min-width: 768px) {
  .lp-page .sec.--05{
    margin-top: 16rem;
  }
  .lp-page .sec.--05 .sec_img_inner{
    width: 104rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .lp-page .sec.--05 .sec_img_01{
    width: 51rem;
    margin: 0;
  }

  .lp-page .sec.--05 .sec_img_02{
    width: 51rem;
    margin: 0;
  }

  .lp-page .sec.--05 .sec_head{
    width: 10rem;
    top: 3rem;
    right: 2.8rem;
    }

  .lp-page .sec.--05 .sec_tax{
    text-align: right;
    top:44.3rem;
    bottom: auto;
    left: -6.8rem;
  }
  .lp-page .sec.--05 .sec_text{
    margin-top: 4.6rem;
    text-align: center;
  }
}
/* clock05 */

/* clock06 */
.lp-page .sec.--06{
  margin-top: calc(137* (100vw / 750 ));
}
.lp-page .sec.--06 .sec_img_01{
  width: calc(430* (100vw / 750 ));
}

.lp-page .sec.--06 .sec_img_02{
  width: calc(510* (100vw / 750 ));
  margin-left: auto;
  margin-top: calc(55* (100vw / 750 ));
}

.lp-page .sec.--06 .sec_img_03{
  position: relative;
  width: calc(690* (100vw / 750 ));
  margin-left: auto;
  margin-top: calc(73* (100vw / 750 ));
}

.lp-page .sec.--06 .sec_head{
  position: absolute;
  top: calc(794* (100vw / 750 ));
  left: calc(28 * (100vw / 750 ));
  color: #fff;
}
.lp-page .sec.--06 .sec_head span:nth-child(1) {
  margin-left: calc(2.7* (100vw / 750 ));
}
.lp-page .sec.--06 .sec_tax{
  position: absolute;
  text-align: right;
  top: calc(40* (100vw / 750 ));
  right: calc(30* (100vw / 750 ));
  color: #fff;
}
@media (min-width: 768px) {
  .lp-page .sec.--06{
    margin-top: 15.2rem;
  }
  .lp-page .sec.--06 .sec_innner{
    width: 123rem;
    margin: auto;
  }

  .lp-page .sec.--06 .sec_img_inner{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 87rem;
  }
  .lp-page .sec.--06 .sec_img_01{
    width: 39rem;
  }
  .lp-page .sec.--06 .sec_text{
    width: 31rem;
    position: absolute;
    top: 33.3rem;
    right: -36rem;
  }
  .lp-page .sec.--06 .sec_img_02{
    width: 42rem;
    margin-left: 0;
    margin-top: 29rem;
  }

  .lp-page .sec.--06 .sec_img_03{
    position: relative;
    width:63rem;
    margin-left: auto;
    margin-top: -27rem;
  }
  .lp-page .sec.--06 .sec_head{
    top:74rem;
    left: 49.8%;
    transform: translateX(-50%);
    text-align: center;
  }
  .lp-page .sec.--06 .sec_head span:nth-child(1) {
    margin-left: 0;
  }
  .lp-page .sec.--06 .sec_tax{
    top: 2rem;
    right: 2rem;
  }
}
/* clock06 */


/* clock07 */
.lp-page .sec.--07{
  margin-top: calc(160* (100vw / 750 ));
}

.lp-page .sec.--07 .sec_img_01{
  width: 100%;
  position: relative;
}
.lp-page .sec.--07 .sec_head{
  width: calc(140* (100vw / 750 ));
  position: absolute;
  top: calc(40* (100vw / 750 ));
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
.lp-page .sec.--07 .sec_tax{
  position: absolute;
  text-align: right;
  bottom: calc(36 * (100vw / 750 ));
  right: calc(30* (100vw / 750 ));
  color: #fff;
}

.lp-page .sec.--07 .sec_img_02{
  width: calc(555* (100vw / 750 ));
  margin: auto;
  margin-top: calc(60* (100vw / 750 ));
}

@media (min-width: 768px) {
  .lp-page .sec.--07{
    margin-top: 16rem;
  }
  .lp-page .sec.--07 .sec_innner{
    width: 108rem;
    margin: auto;
  }

  .lp-page .sec.--07 .sec_img_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lp-page .sec.--07 .sec_img_01{
    width: 60rem;
  }
  .lp-page .sec.--07 .sec_img_02{
    width: 42rem;
    margin: 0;
  }

  .lp-page .sec.--07 .sec_head{
    width: 10rem;
    top: 3.3rem;
   }
  .lp-page .sec.--07 .sec_tax{
    top: 37rem;
    bottom: auto;
    right: 2rem;
  }
  .lp-page .sec.--07 .sec_tax > *+*{
    margin-top: 1.1rem;
  }

  .lp-page .sec.--07 .sec_text{
    margin-top: 4.1rem;
    text-align: center;
  }

}
/* clock07 */




/* 下部エリア */
.lp-page .all-button {
  display: inline-block;
  margin-top: calc(143* (100vw / 750 ));
  margin-bottom: calc(150 * 100vw/750);
  padding-bottom: calc(14 * 100vw/750);
  font-family: var(--font-en);
  font-size: calc(40 * 100vw/750);
  line-height: 1;
  text-align: center;
  letter-spacing: .04em;
  border-bottom: double medium #ababab;
}
.lp-page .staff {
  margin-bottom: calc(110 * 100vw/750);
}
.lp-page .staff__text {
  font-family:  var(--font-en);
  font-size: calc(24 * 100vw/750);
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
  color: #58595B;
}

@media (min-width: 768px) {

  .lp-page .all-button {
    display: inline-block;
    margin-top: 13.2rem;
    margin-bottom: 13.8rem;
    padding-bottom: 0.6rem;
    font-size: 2rem;
  }
  .lp-page .staff {
    margin-bottom: 13.8rem;
  }
  .lp-page .staff__text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.lp-page  .fade.delay {
  transition-delay: 0.6s;
}
.lp-page  .fade {
  opacity: 0;
  transition: opacity 1s ease , transform 1s ease;
  transition-duration: 0.8s;
}

.lp-page .fade_in {
  opacity: 1;
}
