@charset "UTF-8";

:root {
  --font-base: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --font-eng: "Outfit", sans-serif;
  --color-bg: #F3F5F9;
  --color-font: #000;
  --color-main: #899BBF;
}

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

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

#footer{
  position: relative;
  z-index: 5;
}

#lp_contents *{
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#lp_contents{
  font-family: "Outfit","Noto Sans JP",'ヒラギノ角ゴシック','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(--color-font);
  position: relative;
  padding-bottom: 12rem;
  /*overflow: hidden;*/
}
#lp_contents:before{
  content: "";
  position: fixed;
  width: 100vw;
  height: 100%;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 0;
}
#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;}

/*text*/
#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.3rem;
  font-weight: 300;
  line-height: 2;
  text-align: center;
}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#lp_contents .note{
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  width: 100%;
}
#lp_contents .ttl_wrap h2{
  text-align: center;
  font-size: 4.8rem;
  font-weight: 100;
  line-height: 1;
  margin: 0 auto 4rem;
  width: fit-content;
}
#lp_contents .ttl_wrap h2 small{
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 2rem;
}
#lp_contents .ttl_wrap .icon{
  width: 9rem;
  height: 9rem;
  border-radius: 100%;
  background: linear-gradient(#E6F9F2 0%, #D1DBF7 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -11.4rem;
  margin: auto;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lp_contents .ttl_wrap .lead_text{
  margin-bottom: 8rem;
}
#lp_contents .lead_text{
  font-size: 1.8rem;
  line-height: 2.2;
}
#lp_contents .lead_text b{
  font-weight: bold;
  color: var(--color-main);
}
#lp_contents .text{
  font-size: 1.6rem;
}

/*btn*/
#lp_contents .link_btn{
  margin: 3rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#lp_contents .link_btn a{
  width: 30rem;
  height: 5rem;
  background-color: #fff;
  border: 1px solid #464646;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 300;
}

#lp_contents .link_btn a:hover{
  background-color: #464646;
  color: #fff;
  opacity: 1;
}


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

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

#lp_contents .sec_mv .lead_wrap .lead_ttl{
  font-family: var(--font-serif);
  font-size: 3.6rem;
  line-height: 1.75;
  margin-bottom: 3rem;
}


/*------------ nav_list ------------*/

#lp_contents .nav_list{
  width: 100%;
  background-color: var(--color-main);
  margin: 0 auto 10rem;
}

#lp_contents .nav_list ul{
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 6.5rem;
  padding: 1.7rem 0;
}

#lp_contents .nav_list li{
  position: relative;
}

#lp_contents .nav_list li:not(:last-child):before{
  content: "";
  width: 2.7rem;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4.5rem;
  margin: auto;
}

#lp_contents .nav_list a{
  color: #fff;
  font-size: 2.7rem;
  font-weight: 100;
  line-height: 1;
}

#lp_contents .nav_list a small{
  font-size: 1.2rem;
  font-weight: 300;
  margin-left: 1rem;
}


/*------------ sec_cmpn ------------*/

#lp_contents .sec_cmpn{
  margin: 0 auto 12rem;
}

/*gift_wrap*/
#lp_contents .sec_cmpn .gift_wrap .gift_blk{
  width: 110rem;
  backdrop-filter: blur(4.51177978515625px);
  --webkit-backdrop-filter: blur(4.51177978515625px);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 6rem 5rem;
  margin: auto;
}

#lp_contents .sec_cmpn .gift_wrap .gift_blk:not(:last-child){
  margin: 0 auto 8rem;
}

#lp_contents .sec_cmpn .gift_wrap .gift_ttl{
  position: absolute;
  top: 0;
  left: 4rem;
  transform: translateY(-50%);
  font-size: 4rem;
  font-weight: 100;
  line-height: 1;
  z-index: 2;
}

#lp_contents .sec_cmpn .gift_wrap .gift_ttl big{
  font-size: 10rem;
  letter-spacing: 0;
}

#lp_contents .sec_cmpn .gift_wrap .ttl_text{
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 3rem;
}

#lp_contents .sec_cmpn .gift_wrap .img_blk{
  margin: 4rem auto 0;
  width: 50rem;
}

#lp_contents .sec_cmpn .gift_wrap .gift_2 .img_blk{
  width: 40rem;
}

#lp_contents .sec_cmpn .gift_wrap .icon{
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  position: absolute;
  top: -2rem;
  left: -2rem;
  background: linear-gradient(#f8f7de 0%, #ebe1f5 100%);
  color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp_contents .sec_cmpn .gift_wrap .icon p{
  font-size: 1.5rem;
  line-height: 1.5;
}

#lp_contents .sec_cmpn .gift_wrap .icon span{
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
}

#lp_contents .sec_cmpn .gift_wrap .icon span big{
  font-size: 4.5rem;
  font-weight: 100;
  line-height: 1;
}

#lp_contents .sec_cmpn .gift_wrap .lineup_blk{
  background-color: var(--color-bg);
  width: 50rem;
  margin: 4rem auto 3rem;
  padding: 2rem;
}

/*step_wrap*/
#lp_contents .sec_cmpn .step_wrap{
  margin: 6rem auto 0;
}

#lp_contents .sec_cmpn .step_wrap dt{
  width: 100%;
  padding: 2rem;
  min-height: 6rem;
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp_contents .sec_cmpn .step_wrap .step_blk{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 6rem auto 0;
}

#lp_contents .sec_cmpn .step_wrap .step_blk:not(:first-child){
  margin: 10rem auto 0;
}

#lp_contents .sec_cmpn .step_wrap .step_blk:not(:last-child):after{
  content: "";
  background: var(--color-main);
  height: 2.4rem;
  width: 3.6rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5rem;
  transform: translateY(50%);
  margin: auto;
}

#lp_contents .sec_cmpn .step_wrap .step_blk > *{
  flex: 1;
}

#lp_contents .sec_cmpn .step_wrap .step_ttl{
  font-size: 3.2rem;
  font-weight: 100;
  line-height: 1;
  z-index: 2;
  margin-bottom: 2.5rem;
}

#lp_contents .sec_cmpn .step_wrap .step_ttl big{
  font-size: 6rem;
  letter-spacing: 0;
}


/*------------ sec_item ------------*/

#lp_contents .sec_item{
  margin: 0 auto 12rem;
  z-index: 2;
}

/*item_wrap*/
#lp_contents .item_wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 2.5rem;
  padding: 0 6rem;
  margin: auto;
  max-width: 160rem;
}

#lp_contents .item_wrap ul.modal_list{
  padding: 0;
  max-height: 90vh;
}

#lp_contents .item_wrap ul li{
  width: 35rem;
  padding: 3rem 1.5rem 10.5rem;
  background-color: #fff;
}

#lp_contents .item_wrap ul.modal_list li{
  width: 56rem;
  padding: 3rem 4rem;
  overflow-y: scroll;
}

#lp_contents .item_wrap .icon{
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  background-color: var(--color-main);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  z-index: 2;
  font-size: 1.3rem;
}

#lp_contents .item_wrap ul.modal_list .icon{
  width: 10rem;
  height: 10rem;
  top: 0;
  left: 0;
}

#lp_contents .item_wrap .cate{
  color: var(--color-main);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
}

#lp_contents .item_wrap figure{
  margin: 0 auto 1.5rem;
  max-width: 32rem;
}

@media (min-width: 768px) {
  #lp_contents .sec_item > .item_wrap li:hover figure a{
    opacity: 1;
  }

  #lp_contents .sec_item > .item_wrap li:hover figure:before,
  #lp_contents .sec_item > .item_wrap li:hover figure:after{
    content: "";
    width: 2rem;
    height: 1px;
    background-color: var(--color-main);
    position: absolute;
    top: 3rem;
    right: 2rem;
    z-index: 2;
  }

  #lp_contents .sec_item > .item_wrap li:hover figure:after{
    width: 1px;
    height: 2rem;
    top: 2rem;
    right: 3rem;
  }
}

#lp_contents .item_wrap figure .ecocert{
  width: 8rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

#lp_contents .item_wrap .tag_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 2rem auto 3rem;
  line-height: 1;
}

#lp_contents .item_wrap .tag_list span{
  padding: 0.5rem 1.5rem;
  background-color: var(--color-bg);
}

#lp_contents .item_wrap .lead{
  color: var(--color-main);
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

#lp_contents .item_wrap ul.modal_list .lead{
  font-size: 2rem;
}

#lp_contents .item_wrap .text{
  text-align: justify;
  font-size: 1.4rem;
  margin: 0 auto 3rem;
}

#lp_contents .item_wrap .item_name,
#lp_contents .item_wrap .item_price{
  line-height: 1.75;
}

#lp_contents .item_wrap .item_name{
  margin-bottom: 0.5rem;
}

#lp_contents .item_wrap .item_price .sale_price{
  color: var(--color-main);
}

#lp_contents .item_wrap .item_price big{
  font-size: 2.4rem;
}

#lp_contents .item_wrap ul:not(.modal_list) .link_btn{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  margin: auto;
  padding: 0 1.5rem;
}

#lp_contents .item_wrap .detail_blk{
  background-color: var(--color-bg);
  padding: 0.8rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  margin: 1.5rem auto;
}

#lp_contents .item_wrap .detail_blk dd{
  margin-top: 0.5rem;
  line-height: 1.75;
}


/*------------ sec_set ------------*/

#lp_contents .sec_set{
  margin: 0 auto 8rem;
}

#lp_contents .sec_set .item_wrap ul{
  max-width: 110rem;
  margin: auto;
  box-sizing: content-box;
}

#lp_contents .sec_set .item_wrap ul li{
  padding: 1.5rem 1.5rem 10.5rem;
}

#lp_contents .sec_set .item_wrap .item_name{
  font-size: 1.45rem;
}

#lp_contents .sec_set .item_wrap .item_price{
  line-height: 1.5;
  font-size: 1.4rem;
}


/*------------ all_btn_wrap ------------*/

#lp_contents .all_btn_wrap .link_btn{
  width: fit-content;
}

#lp_contents .all_btn_wrap .link_btn a{
  width: 40rem;
  height: 7.2rem;
  font-size: 1.5rem;
}

#lp_contents .all_btn_wrap .link_btn svg{
  width: 16rem;
  margin-right: 1rem;
  transition: all 0.5s;
}

#lp_contents .all_btn_wrap .link_btn:hover svg{
  fill: #fff;
}


/*------------ sec_step ------------*/

#lp_contents .sec_step{
  margin: 0 auto 12rem;
}

#lp_contents .sec_step .step_item_wrap .step_item_blk{
  position: relative;
  width: 130rem;
  background-color: #fff;
  padding: 5rem 5rem 3rem;
  margin: 6.5rem auto 0;
}

#lp_contents .sec_step .step_item_wrap .step_ttl{
  width: 30rem;
  height: 5rem;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  font-family: var(--font-eng);
  font-size: 2.5rem;
  font-weight: 200;
}

#lp_contents .sec_step .step_item_wrap .step_ttl img{
  width: 3rem;
}

#lp_contents .sec_step .step_item_wrap .step_ttl small{
  font-family: var(--font-base);
  font-size: 1.2rem;
}

#lp_contents .sec_step .step_item_wrap .blk_inner{
  width: fit-content;
  margin: auto;
}

#lp_contents .sec_step .step_item_wrap ul{
  display: flex;
  justify-content: center;
  gap: 6rem;
}

#lp_contents .sec_step .step_item_wrap li{
  position: relative;
}

#lp_contents .sec_step .step_item_wrap li:not(:last-child):before{
  content: "";
  display: block;
  height: calc(tan(45deg) * 2.4rem);
  width: 1.2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4rem;
  z-index: 2;
  margin: auto;
}

#lp_contents .sec_step .step_item_wrap .step_no{
  width: 12rem;
  height: 3.6rem;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-family: var(--font-eng);
  font-size: 1.8rem;
  border: 1px solid;
}

#lp_contents .sec_step .step_item_wrap .step_no big{
  font-size: 2.5rem;
}

#lp_contents .sec_step .step_item_wrap .step_cate{
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 auto 1rem;
}

#lp_contents .sec_step .step_item_wrap img{
  width: auto;
  height: 24rem;
}

#lp_contents .sec_step .step_item_wrap .meter{
  height: 2.8rem;
  margin-top: 1rem;
  background-color: #F8F8F8;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  clip-path: polygon(0 0, calc(100% - 4rem) 0, 100% 100%, 0 100%);
}

#lp_contents .sec_step .step_item_wrap .meter.step3{
  width: 60rem;
}

#lp_contents .sec_step .step_item_wrap .meter.step4{
  width: 90rem;
}

/*morning_blk*/
#lp_contents .sec_step .step_item_wrap .morning_blk li:not(:last-child):before,
#lp_contents .sec_step .step_item_wrap .morning_blk .step_ttl{
  background-color: #FFEEEA;
}

#lp_contents .sec_step .step_item_wrap .morning_blk .step_no{
  border-color: #FFEEEA;
}

/*night_blk*/
#lp_contents .sec_step .step_item_wrap .night_blk li:not(:last-child):before,
#lp_contents .sec_step .step_item_wrap .night_blk .step_ttl{
  background-color: #D2DBED;
}

#lp_contents .sec_step .step_item_wrap .night_blk .step_no{
  border-color: #D2DBED;
}


/*--------------------------------
            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));
  }

  #lp_contents{
    padding-bottom: 4rem;
  }
  #lp_contents .sp_only{display: block;}
  #lp_contents .pc_only{display: none;}

  /*text*/
  #lp_contents p {
    font-size: 1.2rem;
  }
  #lp_contents .ttl_wrap h2{
    font-size: 3.8rem;
    margin: 0 auto 3rem;
  }
  #lp_contents .ttl_wrap h2 small{
    margin-top: 1.5rem;
  }
  #lp_contents .ttl_wrap .icon{
    width: 7.2rem;
    height: 7.2rem;
    left: -8.6rem;
    font-size: 1.4rem;
  }
  #lp_contents .ttl_wrap .lead_text{
    margin-bottom: 6rem;
  }
  #lp_contents .lead_text{
    font-size: 1.5rem;
  }
  #lp_contents .text{
    font-size: 1.4rem;
  }

  /*btn*/
  #lp_contents .link_btn{
    position: static !important;
    margin: 1.5rem auto 0!important;
    padding: 0 !important;
    flex-wrap: wrap;
    gap: 0.6rem;
  }

  #lp_contents .link_btn a{
    width: 100%;
    max-width: 32rem;
  }


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

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

  #lp_contents .sec_mv .lead_wrap .lead_ttl{
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }


  /*------------ nav_list ------------*/

  #lp_contents .nav_list{
    margin: 0 auto 8rem;
  }

  #lp_contents .nav_list ul{
    gap: 5rem;
    padding: 1.2rem 0 1rem;
  }

  #lp_contents .nav_list li:not(:last-child):before{
    right: -3.6rem;
  }

  #lp_contents .nav_list a{
    font-size: 2rem;
    text-align: center;
  }

  #lp_contents .nav_list a small{
    font-size: 1rem;
    display: block;
    margin: 0.6rem auto 0;
  }


  /*------------ sec_cmpn ------------*/

  #lp_contents .sec_cmpn{
    margin: 0 auto 9rem;
  }

  /*gift_wrap*/
  #lp_contents .sec_cmpn .gift_wrap .gift_blk{
    width: 39rem;
    padding: 6rem 2rem 4rem;
  }

  #lp_contents .sec_cmpn .gift_wrap .gift_blk:not(:last-child){
    margin: 0 auto 6rem;
  }

  #lp_contents .sec_cmpn .gift_wrap .gift_ttl{
    left: 1.5rem;
    font-size: 2.7rem;
  }

  #lp_contents .sec_cmpn .gift_wrap .gift_ttl big{
    font-size: 6.5rem;
  }

  #lp_contents .sec_cmpn .gift_wrap .ttl_text{
    font-size: 2.7rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  #lp_contents .sec_cmpn .gift_wrap .img_blk{
    width: 35rem;
  }

  #lp_contents .sec_cmpn .gift_wrap .gift_2 .img_blk{
    width: 24rem;
  }

  #lp_contents .sec_cmpn .gift_wrap .icon{
    width: 10rem;
    height: 10rem;
    top: -1rem;
    left: -1rem;
  }

  #lp_contents .sec_cmpn .gift_wrap .icon p{
    font-size: 1.2rem;
  }

  #lp_contents .sec_cmpn .gift_wrap .icon span{
    font-size: 2.3rem;
  }

  #lp_contents .sec_cmpn .gift_wrap .icon span big{
    font-size: 3.7rem;
  }

  #lp_contents .sec_cmpn .gift_wrap .lineup_blk{
    width: 35rem;
    margin: 3rem auto ;
  }

  #lp_contents .sec_cmpn .gift_wrap .lineup_blk + .text{
    text-align: justify;
  }

  /*step_wrap*/
  #lp_contents .sec_cmpn .step_wrap{
    margin: 4rem auto 0;
  }

  #lp_contents .sec_cmpn .step_wrap dt{
    font-size: 1.5rem;
  }

  #lp_contents .sec_cmpn .step_wrap .step_blk{
    margin: 4rem auto 0;
    gap: 2rem;
  }

  #lp_contents .sec_cmpn .step_wrap .step_blk:not(:first-child){
    margin: 7.5rem auto 0;
  }

  #lp_contents .sec_cmpn .step_wrap .step_blk:not(:last-child):after{
    height: 1.6rem;
    width: 2.4rem;
    bottom: -3.75rem;
  }

  #lp_contents .sec_cmpn .step_wrap .step_blk > *{
    flex: auto;
  }

  #lp_contents .sec_cmpn .step_wrap .step_ttl{
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }

  #lp_contents .sec_cmpn .step_wrap .step_ttl big{
    font-size: 4rem;
  }


  /*------------ sec_item ------------*/

  #lp_contents .sec_item{
    margin: 0 auto 9rem;
  }

  /*item_wrap*/
  #lp_contents .item_wrap ul{
    justify-content: flex-start;
    gap: 1rem;
    padding: 0 2rem;
  }

  #lp_contents .item_wrap ul li{
    /*2カラム*/
    width: 19rem;
    padding: 1.5rem 1rem;
    /*1カラム*/
    width: 100%;
    padding: 3rem 1rem;
  }

  #lp_contents .item_wrap ul.modal_list li{
    width: 39rem;
    padding: 3rem 2rem;
  }

  #lp_contents .item_wrap .cate{
    /*2カラム*/
    font-size: 1.6rem;
    margin-bottom: 1rem;
    /*1カラム*/
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  #lp_contents .sec_item > .item_wrap figure:before,
  #lp_contents .sec_item > .item_wrap figure:after{
    content: "";
    height: 1px;
    background-color: var(--color-main);
    position: absolute;
    z-index: 2;
    /*2カラム*/
    width: 1.5rem;
    top: 1.65rem;
    right: 1rem;
    /*1カラム*/
    width: 2rem;
    top: 2.95rem;
    right: 2rem;
  }

  #lp_contents .sec_item > .item_wrap figure:after{
    width: 1px;
    /*2カラム*/
    height: 1.5rem;
    top: 1rem;
    right: 1.75rem;
    /*1カラム*/
    height: 2rem;
    top: 2rem;
    right: 2.95rem;
  }

  #lp_contents .item_wrap .tag_list span{
    font-size: 1.3rem;
  }

  #lp_contents .item_wrap .tag_list .note{
    margin: 0 5rem;
  }

  #lp_contents .item_wrap .lead{
    margin-bottom: 2rem;
    /*2カラム*/
    font-size: 1.3rem;
    /*1カラム*/
    font-size: 1.7rem;
  }

  #lp_contents .item_wrap ul.modal_list .lead{
    font-size: 2rem;
  }

  #lp_contents .item_wrap .item_name,
  #lp_contents .item_wrap .item_price{
    /*1カラム*/
    font-size: 1.5rem;
  }

  #lp_contents .item_wrap ul.modal_list .item_name,
  #lp_contents .item_wrap ul.modal_list .item_price{
    font-size: 1.5rem;
  }

  #lp_contents .sec_item > .item_wrap .link_btn a{
    /*2カラム*/
    height: 3.6rem;
    font-size: 1.2rem;
    /*1カラム*/
    height: 5rem;
    font-size: 1.4rem;
  }

  #lp_contents .item_wrap .detail_blk{
    background-color: var(--color-bg);
    padding: 0.8rem 1.5rem;
    font-size: 1.2rem;
    text-align: center;
    margin: 1.5rem auto;
    max-width: 32rem;
  }

  #lp_contents .item_wrap .detail_blk dd{
    margin-top: 0.5rem;
    line-height: 1.75;
  }


  /*------------ sec_set ------------*/

  #lp_contents .sec_set{
    margin: 0 auto 4rem;
  }

  #lp_contents .sec_set .ttl_wrap .lead_text{
    margin-bottom: 3rem;
  }

  #lp_contents .sec_set .item_wrap ul{
    max-width: 100%;
    gap: 2rem;
  }

  #lp_contents .sec_set .item_wrap ul li{
    width: 100%;
    padding: 3rem 2.5rem ;
  }


  /*------------ all_btn_wrap ------------*/

  #lp_contents .all_btn_wrap .link_btn a{
    max-width: 39rem;
    height: 6rem;
  }

  #lp_contents .all_btn_wrap .link_btn svg{
    width: 14rem;
  }


  /*------------ sec_step ------------*/

  #lp_contents .sec_step{
    margin: 0 auto 8rem;
  }

  #lp_contents .sec_step .step_item_wrap .step_item_blk{
    width: 39rem;
    padding: 5rem 0 3rem;
    margin: 5.5rem auto 0;
  }

  #lp_contents .sec_step .step_item_wrap .blk_inner{
    width: 39rem;
    padding: 0 2rem;
    overflow-x: scroll;
  }

  #lp_contents .sec_step .step_item_wrap ul{
    justify-content: flex-start;
  }

  #lp_contents .sec_step .step_item_wrap li:last-child{
    padding-right: 2rem;
  }

}