@charset "UTF-8";

:root {
  --base-font: "the-seasons", sans-serif;
  --mincho-font: "Shippori Mincho", serif;
  --bg-color: #F8F5ED;
  --font-color: #000;
}

/*--------------------------------
            CSS Animation
 --------------------------------*/

/*------------ Fade In ------------*/

#lp_contents .fadeIn {
  opacity: 0;
  transition: 2s;
}

#lp_contents .fadeIn.is-show {
  opacity: 1;
}


/*------------ simplebar ------------*/

#lp_contents .simple-bar_wrap *{
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

#lp_contents .simple-bar_wrap{
  overflow-x: scroll;
  overflow-y: visible;
  position: relative;
  z-index: 5;
  -ms-overflow-style: none;
    scrollbar-width: none;
}

#lp_contents .simple-bar_wrap *::-webkit-scrollbar{
  display:none;
}

#lp_contents .simple-bar_wrap ul{
  display: flex;
  width: fit-content;
  padding: 0 2rem;
}

#lp_contents .simplebar-track.simplebar-horizontal {
  height: 0.2rem;
  width: 25rem;
  background: rgba(0,0,0,0.1);
  margin: auto;
}

#lp_contents .simplebar-track.simplebar-horizontal .simplebar-scrollbar{
  top: 0;
  height: 0.2rem;
  background: #000;
  min-width: 10rem;
}


/*------------ modal ------------*/

#lp_contents .modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#lp_contents .modal__bg{
  background: rgba(0,0,0,0.3);
  height: 100vh;
  position: absolute;
  width: 100%;
}

#lp_contents .modal__content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100rem;
  padding: 5rem;
  background-color: var(--bg-color);
}

#lp_contents .modal__content .js-modal-close{
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid;
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

#lp_contents .modal__content .js-modal-close .close{
  width: 2rem;
  height: 2rem;
  position: relative;
}

#lp_contents .modal__content .js-modal-close .close:before,
#lp_contents .modal__content .js-modal-close .close:after{
  content: '';
  width: 1.5rem;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

#lp_contents .modal__content .js-modal-close .close:after{
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  #lp_contents .modal__content{
    width: 100vw;
    padding: 3.5rem 3.5rem 5rem;
    transform: none;
    top: 0;
    left: 0;
    overflow-y: scroll;
    height: 100vh;
  }

  #lp_contents .modal__content .js-modal-close{
    position: fixed;
  }
}


/*--------------------------------
                共 通
 --------------------------------*/

#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
}

#lp_contents *{
  box-sizing: border-box;
}

#lp_contents{
  font-family: Pragmatica , 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: var(--font-color);
  position: relative;
  background-color: var(--bg-color);
  /*overflow: hidden;*/
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;}
#lp_contents a{display: block;cursor: pointer;transition: all 0.5s;}
#lp_contents ul li,#LP_page ol li{list-style: none;}
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}
#lp_contents section{
  position: relative;
}


/*------------ sec_mv ------------*/

#lp_contents .sec_mv{
  background: linear-gradient(-18.523deg, #eee4da 0%, #f3f3f5 53.2%, #eee4da 100%);
  padding: 6rem 0;
}

#lp_contents .sec_mv .mv_wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}

#lp_contents .sec_mv .mv_wrap h1{
  font-family: var(--base-font);
  text-align: center;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

#lp_contents .sec_mv .mv_wrap h1 small{
  font-size: 2.4rem;
  font-weight: bold;
}

#lp_contents .sec_mv .mv_wrap img{
  width: 37rem;
}


/*------------ sec_lead ------------*/

#lp_contents .sec_lead{
  background-image: url(../img/lead_bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 8rem 0 11rem;
  text-align: center;
}

#lp_contents .sec_lead:after{
  content: '';
  display: block;
  width: 38.724rem;
  height: 11.544rem;
  background-image: url(../img/lead_text.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 5.8rem;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(53rem);
}

#lp_contents .sec_lead h2{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 auto 4rem;
}

#lp_contents .sec_lead p{
  text-align: center;
  font-size: 1.5rem;
}

#lp_contents .sec_lead p:not(:last-child){
  margin-bottom: 4rem;
}


/*------------ sec_topics ------------*/

#lp_contents .sec_topics:before{
  content: '';
  display: block;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
}

#lp_contents .sec_topics .topics_wrap{
  position: relative;
  margin: auto;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

#lp_contents .sec_topics .topics_wrap::-webkit-scrollbar{
  display: none;
}

#lp_contents .sec_topics .topics_wrap:after{
  content: '';
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

#lp_contents .sec_topics .ttl_blk{
  margin-bottom: 8rem;
}

#lp_contents .sec_topics .ttl_blk .no_text{
  font-family: var(--base-font);
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

#lp_contents .sec_topics .ttl_blk .no_text big{
  font-size: 7.8rem;
}

#lp_contents .sec_topics .ttl_blk h3{
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 2rem;
}

#lp_contents .sec_topics .ttl_blk .lead{
  text-align: center;
  margin-top: 3rem;
  font-size: 1.6rem;
}

#lp_contents .sec_topics .text_blk{
  padding-left: 6rem;
  border-left: 1px solid;
  width: 70rem;
  margin-left: auto;
}

#lp_contents .sec_topics .text_blk p:not(:last-child){
  margin-bottom: 4rem;
}

#lp_contents .sec_topics .user_blk{
  margin: 6rem auto 0;
  justify-content: center;
  gap: 3rem;
}

#lp_contents .sec_topics .user_blk li{
  width: 24rem;
}

#lp_contents .sec_topics .user_blk figure{
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 1rem;
}

#lp_contents .sec_topics .user_blk p{
  text-align: center;
  line-height: 1.5;
}

#lp_contents .sec_topics .user_blk .brand{
  font-size: 1.3rem;
}

#lp_contents .sec_topics .user_blk .name{
  font-size: 1.6rem;
}

#lp_contents .sec_topics .user_blk .theme{
  font-family: var(--mincho-font);
  font-size: 1.6rem;
  margin-top: 1rem;
}

#lp_contents .sec_topics .user_blk .check_btn{
  width: 10rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  margin: 1.5rem auto 0;
  cursor: pointer;
}

#lp_contents .sec_topics .user_blk .check_btn .plus{
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}

#lp_contents .sec_topics .user_blk .check_btn .plus:before,
#lp_contents .sec_topics .user_blk .check_btn .plus:after{
  content: '';
  display: block;
  width: 1rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#lp_contents .sec_topics .user_blk .check_btn .plus:after{
  transform: rotate(90deg);
}

/*topics_1*/

#lp_contents .topics_1{
  padding: 4rem 0 21rem;
}

#lp_contents .topics_1 .topics_wrap{
  width: 90rem;
}

#lp_contents .topics_1 .topics_wrap:after{
  background-image: url(../img/t1_img_pc.svg);
  bottom: 2rem;
  left: 3rem;
  width: 94.7rem;
  height: 29.1rem;
}

/*topics_2*/

#lp_contents .topics_2{
  padding: 0 0 16.5rem;
  background-color: #F1ECE8;
}

#lp_contents .topics_2:before{
  background-image: url(../img/t2_wv_pc.png);
  height: 13rem;
  top: -13rem;
}

#lp_contents .topics_2 .topics_wrap{
  width: 90rem;
}

#lp_contents .topics_2 .topics_wrap:after{
  background-image: url(../img/t2_img.svg);
  width: 7.4rem;
  height: 7.2rem;
  top: 7.5rem;
  right: 9rem;
}

/*topics_3*/

#lp_contents .topics_3{
  padding: 5rem 0 12rem;
}

#lp_contents .topics_3:before{
  background-image: url(../img/t3_wv_pc.png);
  height: 14.6rem;
  top: -14.6rem;
}

#lp_contents .topics_3 .topics_wrap:after{
  background-image: url(../img/t3_img_pc.svg);
  width: 85.675rem;
  height: 63.413rem;
  top: 8rem;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(2rem);
}

#lp_contents .topics_3 .ttl_blk{
  text-align: left;
  width: 35rem;
  margin: auto;
}

#lp_contents .topics_3 .ttl_blk h3{
  text-align: right;
}


/*------------ intv_wrap ------------*/

#lp_contents .intv_wrap{
  display: flex;
  gap: 5rem;
}

#lp_contents .intv_wrap .profile_blk{
  width: 36rem;
  text-align: center;
}

#lp_contents .intv_wrap .profile_blk figure{ 
  margin: 0 auto 1.5rem;
}

#lp_contents .intv_wrap .profile_blk p{
  text-align: center;
  font-size: 1.6rem;
}

#lp_contents .intv_wrap .text_blk{
  width: 49rem;
}

#lp_contents .intv_wrap .text_blk .theme{
  font-family: YakuHanJP_Narrow,var(--mincho-font);
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 2.5rem;
  margin-bottom: 4rem;
  width: 100%;
  border-bottom: 1px solid;
}

#lp_contents .intv_wrap .text_blk dt{
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

#lp_contents .intv_wrap .text_blk dt big{
  font-family: var(--base-font);
  width: 5rem;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

#lp_contents .intv_wrap .text_blk dd:not(:last-child){
  margin-bottom: 3rem;
}


/*--------------------------------
            Responsive
 --------------------------------*/

@media screen and (max-width: 1600px){
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}

/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 767px) {

  html {
    font-size: calc(10 * (100vw / 430));
  }

  #footer{margin-top: -2.5rem;}

  #lp_contents .sp_only{display: block;}
  #lp_contents .pc_only{display: none;}

  #lp_contents p {
    font-size: 1.5rem;
  }

  /*------------ sec_mv ------------*/

  #lp_contents .sec_mv{
    padding: 5rem 0;
  }

  #lp_contents .sec_mv .mv_wrap{
    gap: 3rem;
  }

  #lp_contents .sec_mv .mv_wrap h1{
    font-size: 5rem;
  }

  #lp_contents .sec_mv .mv_wrap h1 small{
    font-size: 2rem;
  }

  #lp_contents .sec_mv .mv_wrap img{
    width: 30rem;
  }


  /*------------ sec_lead ------------*/

  #lp_contents .sec_lead{
    background-image: url(../img/lead_bg_sp.png);
    padding: 5rem 0 12rem;
  }

  #lp_contents .sec_lead:after{
    content: none;
  }

  #lp_contents .sec_lead h2{
    font-size: 2.5rem;
    position: relative;
    padding-top: 4rem;
  }

  #lp_contents .sec_lead h2 span{
    font-family: var(--base-font);
    font-size: 4rem;
    color: #45300B;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.1;
  }


  /*------------ sec_topics ------------*/

  #lp_contents .sec_topics .ttl_blk{
    margin-bottom: 3rem;
  }

  #lp_contents .sec_topics .ttl_blk .no_text{
    font-size: 3.2rem;
  }

  #lp_contents .sec_topics .ttl_blk .no_text big{
    font-size: 5rem;
  }

  #lp_contents .sec_topics .ttl_blk h3{
    text-align: right;
    font-size: 2.2rem;
  }

  #lp_contents .sec_topics .ttl_blk .lead{
    margin-top: 2rem;
  }

  #lp_contents .sec_topics .text_blk{
    padding-left: 3rem;
    width: 39rem;
  }

  #lp_contents .sec_topics .user_blk{
    margin: 3.5rem auto 0;
    padding-bottom: 4rem;
    gap: 1.5rem;
  }

  #lp_contents .sec_topics .user_blk li{
    width: 18rem;
  }

  /*topics_1*/

  #lp_contents .topics_1{
    padding: 4rem 0 17rem;
  }

  #lp_contents .topics_1 .topics_wrap{
    width: 39rem;
  }

  #lp_contents .topics_1 .topics_wrap:after{
    background-image: url(../img/t1_img_sp.svg);
    top: -6rem;
    right: 0;
    bottom: auto;
    left: auto;
    width: 37rem;
    height: 89.7rem;
  }

  /*topics_2*/

  #lp_contents .topics_2{
    padding: 2rem 0 12rem;
  }

  #lp_contents .topics_2:before{
    background-image: url(../img/t2_wv_sp.png);
    height: 9rem;
    top: -9rem;
  }

  #lp_contents .topics_2 .topics_wrap{
    width: 39rem;
  }

  #lp_contents .topics_2 .topics_wrap:after{
    top: -4rem;
    right: 0;
  }

  /*topics_3*/

  #lp_contents .topics_3{
    padding: 8rem 0 10rem;
  }

  #lp_contents .topics_3:before{
    background-image: url(../img/t3_wv_sp.png);
    height: 9rem;
    top: -9rem;
  }

  #lp_contents .topics_3 .topics_wrap:after{
    background-image: url(../img/t3_img_sp.svg);
    width: 38.775rem;
    height: 65.997rem;
    top: -2rem;
    left: 0;
    right: auto;
    margin: 0;
    transform: 0;
  }

  #lp_contents .topics_3 .ttl_blk{
    text-align: left;
    width: 39rem;
    margin: auto;
  }

  #lp_contents .topics_3 .ttl_blk .no_text{
    padding-left: 2rem;
  }

  #lp_contents .topics_3 .ttl_blk h3{
    text-align: right;
    padding-right: 2rem;
  }


  /*------------ intv_wrap ------------*/

  #lp_contents .intv_wrap{
    flex-wrap: wrap;
    gap: 3rem;
  }

  #lp_contents .intv_wrap .profile_blk figure{ 
    margin: 0 auto 3rem;
  }

  #lp_contents .intv_wrap .profile_blk p{
    text-align: center;
  }

  #lp_contents .intv_wrap .profile_blk .theme{
    font-family: var(--mincho-font);
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }

  #lp_contents .intv_wrap .profile_blk .brand{
    font-size: 1.8rem;
  }

  #lp_contents .intv_wrap .profile_blk .name{
    font-size: 2rem;
  }

  #lp_contents .intv_wrap .text_blk{
    width: 39rem;
  }

  #lp_contents .intv_wrap .text_blk dt{
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  #lp_contents .intv_wrap .text_blk dt big{
    width: 10rem;
    font-size: 3.2rem;
  }

}