@charset "UTF-8";
.peryou_240801 {
  --lp-main-color: #000;
  --lp-sub-color: #ddd;
  --lp-third-color: #fff;
  --lp-font-jp: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans",  "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Arial, "メイリオ", Meiryo, sans-serif;
  --lp-font-en: "nimbus-sans";
  --font-trajan: "trajan-pro-3";
}



.peryou_240801 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--lp-main-color);
  /* overflow: hidden; */
  font-family: var(--lp-font-jp);
  font-weight: 500;
  width: calc(750 *(100vw / 750));
  margin: auto;
  /* font-feature-settings: "palt"; */
}
@media only screen and (min-width: 768px), print {
  .peryou_240801 {
    width: 140rem;
    margin: auto;
    padding-bottom: 17rem;
  }
}

.peryou_240801 p,
.peryou_240801 ul,
.peryou_240801 ol,
.peryou_240801 dl {
  margin: 0;
}

.peryou_240801 li {
  list-style: none;
}

.peryou_240801 img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-backface-visibility: hidden;
}

.peryou_240801 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.peryou_240801 picture,
.peryou_240801 video {
  display: block;
}

.peryou_240801 .pc {
  display: none !important;
}

@media only screen and (min-width: 768px), print {
  .peryou_240801 .sp {
    display: none !important;
  }
  .peryou_240801 .pc {
    display: block !important;
  }
}


/* common */

.peryou_240801 .sec_head{
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: calc(24* (100vw / 750 ));
  padding-bottom: calc(20* (100vw / 750 ));
  margin-top: calc(55* (100vw / 750 ));
}

.peryou_240801 .js-border::before{ 
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: var(--lp-main-color);
  bottom: 0;
}

.peryou_240801 .sec_head span:first-of-type{ 
  font-family: var(--font-trajan);
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: calc(75* (100vw / 750 ));
}

.peryou_240801 .sec_head span:last-of-type{ 
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: calc(35 * (100vw / 750 ));
}

.peryou_240801 .sec_tax{
  width: fit-content;
  margin: auto;
  margin-top: calc(35* (100vw / 750 ));
}

.peryou_240801 .sec_tax li a{ 
  font-size: calc(24* (100vw / 750 ));
  letter-spacing: 0.005em;
  text-decoration: underline;
  font-size: var(--lp-font-en);
  font-weight: 400;
}

.peryou_240801 .sec_text {
  letter-spacing: 0.075em;
  font-size: calc(23* (100vw / 750 ));
  line-height: 1.86;
  margin-top: calc(47* (100vw / 750 ));
  text-align: justify;
  font-feature-settings: "palt";
}

.peryou_240801 .sec {
  padding: 0 calc(25* (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {
  .peryou_240801 .sec_head{
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 2rem;
    padding-bottom: 1rem;
    margin-top: 0;
  }
  
  .peryou_240801 .sec_head span:first-of-type{ 
    font-size: 4rem;
  }
  
  .peryou_240801 .sec_head span:last-of-type{ 
    font-size: 1.8rem;
  }
  
  .peryou_240801 .sec_tax{
    margin: 0;
    margin-top: 3rem;
    /* font-feature-settings: "palt"; */
  }
  
  .peryou_240801 .sec_tax li a{ 
    font-size: 1.2rem;
  }
  
  .peryou_240801 .sec_text {
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 2.1;
    margin-top: 3.5rem;
    font-feature-settings: normal;
    letter-spacing: -0.03em;
  }
  
  .peryou_240801 .sec {
    padding: 0;
  }

}
/* common */


/* mv */
.peryou_240801 .mv{
  width: 100%;
  position: relative;
}

.peryou_240801 .mv .mv_text{
  font-size: calc(23* (100vw / 750 ));
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: calc(119* (100vw / 750 ));
}


@media only screen and (min-width: 768px), print {
  .peryou_240801 .mv{
    width: 100rem;
    margin: auto;
    position: relative;
    font-feature-settings: "palt";
  }

  .peryou_240801 .mv .mv_text{
    font-size: 1.4rem;
    line-height: 2.1;
    text-align: center;
    letter-spacing: 0.12em;
    margin-top: 0;
    color: #fff;
    position: absolute;
    left: 50%;
    translate:-50% 0;
    bottom: 16.6rem;
    width: 100%;
  }
}
/* mv */


/* sec01 */

.peryou_240801 .sec.--01 {
  margin-top: calc(140* (100vw / 750 ));
}


@media only screen and (min-width: 768px), print {

  .peryou_240801 .sec.--01 {
    width: 98.3rem;
    margin: auto;
    margin-top: 23.2rem;
  }

  .peryou_240801 .sec.--01 .sec_inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .peryou_240801 .sec.--01 .sec_img{
    width: 56rem;
  }
  .peryou_240801 .sec.--01 .text_wrap{
    width: 37.3rem;
    margin-top: 11.7rem;
  }
}
/* sec01 */


/* sec02 */
.peryou_240801 .sec.--02 {
  margin-top: calc(186 * (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {
  .peryou_240801 .sec.--02 {
    margin-top: 15rem;
  }
  .peryou_240801 .sec.--02 .sec_img{
    width: 70rem;
    margin: auto;
  }
  .peryou_240801 .sec.--02 .text_wrap{
    width: 70.3rem;
    margin: auto;
    margin-top: 5.2rem;
  }

}
/* sec02 */


/* sec03 */
.peryou_240801 .sec.--03 {
  margin-top: calc(176 * (100vw / 750 ));
}

.peryou_240801 .sec.--03 .sec_img_wrap{
  position: relative;
  margin-top: calc(180* (100vw / 750 ));
}

.peryou_240801 .sec.--03 .sec_text.--02{
  width: fit-content;
  height: fit-content;
  text-align: center;
  color: var(--lp-third-color);
  position: absolute;
  inset: 0;
  margin: auto;
  font-size: calc(23* (100vw / 750 ));
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}

@media only screen and (min-width: 768px), print {
  .peryou_240801 .sec.--03 {
    width: 98.3rem;
    margin: auto;
    margin-top: 10.2rem;
  }

  .peryou_240801 .sec.--03 .sec_inner{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .peryou_240801 .sec.--03 .sec_img{
    width: 56rem;
  }

  .peryou_240801 .sec.--03 .text_wrap{
    width: 37.3rem;
    margin-top: 14.6rem;
  }

  .peryou_240801 .sec.--03 .sec_img_wrap{
    width: 70rem;
    margin: auto;
    position: relative;
    margin-top: 17.7rem;
  }
  .peryou_240801 .sec.--03 .sec_text.--02{
    width: fit-content;
    height: fit-content;
    text-align: center;
    color: var(--lp-third-color);
    position: absolute;
    inset: 0;
    margin: auto;
    margin-top: 25rem;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
  }
  
}
/* sec03 */


.peryou_240801 .c-btn > a{
  display: flex;
  place-self: center;
  width: fit-content;
  margin-inline: auto;
  margin-top: 17rem;
  line-height: 1;
  letter-spacing: 0.037em;
  font-weight: 400;
  color: #000;
  padding-bottom: 0.3rem;
  font-size: 1.8rem;
  border-bottom: 0.1rem solid #000;
  font-family: var(--lp-font-en);
}

@media (max-width: 767px){
  .peryou_240801 .c-btn > a {
    padding-block: calc(3* 100vw / 750);
    font-size: calc(30* (100vw / 750 ));
    border-top: 0.1rem solid #000;
    margin-top: calc(197* 100vw / 750);
    margin-bottom: calc(90* (100vw / 750 ));
  }
}


/* アニメーション */
.peryou_240801 .js-fade,
.peryou_240801 .js-mv_fade
 {
  opacity: 0;
  transition: opacity 1s ease , transform 1s ease;
  transform: translateY(2rem);
}

.peryou_240801 .js-fade.active,
.peryou_240801 .js-mv_fade.active
 {
  opacity: 1;
  transform: translateY(0);
}


.peryou_240801 .js-border::before{ 
  width: 0;
  transition: width 1.5s ease, height 1s ease;
}

.peryou_240801 .js-border.active::before{ 
  width: 100%;
}



