@charset "UTF-8";

:root {
  --font-eng: "EB Garamond", serif;
  --font-mincho: "Noto Serif JP", serif;
  --color-bg: #D9D8D7;
  --color-bg_frame: #FAF5F2;
  --color-font: #444;
  --color-main: #694333;
  --color-point: #ECE3D9;
  --color-btn:#CDA046;
}

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

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

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

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

#lp_contents .fadeInUp {
  opacity: 0;
  transform: translate(0, 5rem);
  transition: 2s;
}

#lp_contents .fadeInUp.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

#lp_contents .delay1{
  transition-delay: 0.25s;
}
#lp_contents .delay2{
  transition-delay: 0.5s;
}
#lp_contents .delay3{
  transition-delay: 0.75s;
}
#lp_contents .delay4{
  transition-delay: 1s;
}


/*------------ slider ------------*/

#lp_contents .slick-dots{
  position: static;
  line-height: 0;
  margin: 1.5rem auto 0;
}

#lp_contents .slick-dots li{
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  margin: 0 0.5rem;
  background-color: var(--color-bg);
}

#lp_contents .slick-dots li:first-child:last-child{
  display: none;
}

#lp_contents .slick-dots li.slick-active{
  background-color: var(--color-main);
}

#lp_contents .slick-dots li button{
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
}

#lp_contents .slick-dots li button:before{
  content: none;
}


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

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

#FooterWrap{
  position: relative;
  z-index: 2;
}

#lp_contents *{
  box-sizing: border-box;
  z-index: 2;
}

#lp_contents{
  font-family: YakuHanJP_Narrow , var(--font-base);
/*  font-feature-settings: "palt";*/
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1.75;
  text-align: center;

  color: var(--color-font);
  background-color: var(--color-bg);
  position: relative;
  /*overflow: hidden;*/
}
#lp_contents:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;}
#lp_contents a{display: block;width: 100%;cursor: pointer;transition: all 0.5s;color: inherit;}
#lp_contents a:hover{opacity: .8}
#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.5rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#lp_contents small.note{
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
#lp_contents section{
  position: relative;
  padding: 7rem 0;
  margin: auto;
}

#lp_contents section:nth-child(n+2){
  margin-top: 8rem;
}

#lp_contents .inner{
  position: relative;
  z-index: 2;
}

#lp_contents .frame{
  background-color: var(--color-bg_frame);
  width: 80rem;
  padding: 0 0 2rem;
  margin: auto;
}

#lp_contents .frame:before,
#lp_contents .frame:after{
  content: '';
  display: block;
  background: var(--color-bg_frame);
  height: calc(tan(60deg) * 8.1rem / 2);
  width: 100%;
  position: absolute;
}

#lp_contents .frame:before{
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  top: -7rem;
}

#lp_contents .frame:after{
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -7rem;
}

#lp_contents .jpn{
  font-family: var(--font-mincho);
  font-weight: 600;
  color: var(--color-main);
}

#lp_contents .ttl_wrap{
  margin: 0 auto 3rem;
}

#lp_contents .ttl_wrap .ttl{
  width: fit-content;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: auto;
}

#lp_contents .ttl_wrap .ttl big{
  display: block;
  font-size: 2.7rem;
  line-height: 1;
  margin: 0.8rem 0;
}

#lp_contents .ttl_wrap .ttl big.eng{
  font-family: var(--font-eng);
  font-size: 3.4rem;
}

#lp_contents .ttl_wrap .lead{
  font-size: 1.7rem;
  line-height: 2;
  margin-top: 2.5rem;
}

#lp_contents .ttl_wrap .line-frame{
  background-image: url(../img/cmnt-line.svg);
  padding: 0 1.5rem 3.2rem;
}

#lp_contents .ttl_wrap .line{
  min-width: 50rem;
  background-image: url(../img/line.svg);
  padding-bottom: 2.5rem;
}

#lp_contents .sub-ttl_wrap{
  position: relative;
  width: 72rem;
  margin: 0 auto 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp_contents .sub-ttl_wrap:before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color-main);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#lp_contents .sub-ttl_wrap .sub-ttl{
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  padding: 0 2rem;
  background-color: var(--color-bg_frame);
  z-index: 2;
}

#lp_contents .link_btn{
  width: 29rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-btn);
  color: #fff;
  font-family: var(--font-eng), var(--font-mincho, serif);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  margin: 2rem auto 0;
}

#lp_contents .link_btn + .link_btn{
  margin-top: 0.5rem;
}

#lp_contents .link_btn .jpn{
  color: #fff;
  font-size: 1.8rem;
}


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

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

#lp_contents .sec_mv .mv_wrap{
  width: 96rem;
  margin: auto;
}

#lp_contents .sec_mv .ttl_wrap{
  margin-top: 7rem;
}

#lp_contents .sec_mv .lead{
  margin: 3rem auto 0;
  font-size: 1.7rem;
  line-height: 2;
}


/*------------ sec_merit ------------*/

#lp_contents .sec_merit .merit_wrap .merit_list li{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#lp_contents .sec_merit .merit_wrap .merit_list li:nth-child(n+2){
  margin-top: 3rem;
}

#lp_contents .sec_merit .merit_wrap .img_blk{
  width: 15rem;
}

#lp_contents .sec_merit .merit_wrap .text_blk{
  width: 33rem;
  text-align: left;
}

#lp_contents .sec_merit .merit_wrap .merit{
  width: fit-content;
  background-color: var(--color-point);
  font-size: 1.7rem;
  line-height: 1;
  border-radius: 10rem;
  padding: 0.4rem 1.2rem;
  margin-bottom: 1.2rem;
}

#lp_contents .sec_merit .merit_wrap .triangle{
  background: #CBBA9F;
  height: calc(tan(60deg) * 1.2rem / 2);
  width: 2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 2rem auto 0;
}

#lp_contents .sec_merit .merit_wrap .merit_blk{
  width: 60rem;
  margin: 2rem auto 0;
  padding: 2.5rem 0;
  border: 1px solid var(--color-main);
}

#lp_contents .sec_merit .merit_wrap .merit_blk .ttl{
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5rem;
}


/*------------ sec_qa ------------*/

#lp_contents .sec_qa .qa_wrap{
  width: 60rem;
  margin: auto;
}

#lp_contents .sec_qa .qa_wrap dl:nth-child(n+2){
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  background-image : linear-gradient(to right, #A0A0A0 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}

#lp_contents .sec_qa .qa_wrap dt,
#lp_contents .sec_qa .qa_wrap dd{
  display: flex;
}

#lp_contents .sec_qa .qa_wrap dd{
  margin-top: 1rem;
}

#lp_contents .sec_qa .qa_wrap .initial{
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-eng);
  font-size: 3.2rem;
  line-height: 1;
  color: var(--color-main);
  margin-right: 1rem;
  box-shadow: 0 0 1rem #EFE5DF;
}

#lp_contents .sec_qa .qa_wrap .question{
  font-size: 2rem;
  line-height: 1;
}

#lp_contents .sec_qa .qa_wrap p{
  text-align: justify;
  margin-top: 1.5rem;
  width: 54rem;
}


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

#lp_contents .sec_item .frame:before,
#lp_contents .sec_item .frame:after{
  content: none;
}

#lp_contents .sec_item .frame:first-child:before,
#lp_contents .sec_item .frame:last-child:after{
  content: '';
}

#lp_contents .sec_item .frame:nth-child(n+2){
  margin-top: 1rem;
  padding: 5rem 0;
}

#lp_contents .sec_item .frame:last-child{
  padding-bottom: 2rem;
}

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

#lp_contents .sec_item .nav_list ul{
  display: flex;
}

#lp_contents .sec_item .nav_list li{
  position: relative;
  min-width: 18rem;
  padding: 1.8rem 3rem 3.6rem;
  font-size: 1.8rem;
  line-height: 1.2;
}

#lp_contents .sec_item .nav_list li:not(:last-child){
  border-right: 1px solid #C4C4C4;
}

#lp_contents .sec_item .nav_list a{
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp_contents .sec_item .nav_list a:before{
  content: '';
  display: block;
  width: 1.2rem;
  height: 0.6rem;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.8rem;
  margin: auto;
  transition: all 0.5s;
}

#lp_contents .sec_item .nav_list a:hover:before{
  transform: translateY(0.3rem);
}

/*item_wrap*/
#lp_contents .sec_item .item_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem 2rem;
}

#lp_contents .sec_item .item_wrap .item_blk{
  width: 35rem;
}

#lp_contents .sec_item .item_wrap .item_blk.full{
  width: 100%;
}

#lp_contents .sec_item .item_wrap .item_blk figure{
  margin: 0 auto 2.5rem;
}

#lp_contents .sec_item .item_wrap .item_blk.full img{
  width: 40rem;
  margin: 0 0.75rem;
}

#lp_contents .sec_item .item_wrap .tag_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto 2.5rem;
}

#lp_contents .sec_item .item_wrap .tag_list span{
  font-family: var(--font-mincho);
  color: var(--color-main);
  line-height: 1;
  background-color: var(--color-point);
  border-radius: 10rem;
  padding: 0.6rem 1.2rem;
}

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

#lp_contents .sec_item .item_wrap .price{
  font-size: 1.7rem;
  line-height: 1;
  margin-top: 1rem;
}


/*------------ sec_btm ------------*/

#lp_contents section.sec_btm{
  margin-top: 0 !important;
}

#lp_contents .sec_btm .link_btn{
  width: 48rem;
  height: 7rem;
  font-size: 2.2rem;
  margin: auto;
}

#lp_contents .sec_btm .link_btn:nth-child(n+2){
  margin-top: 1rem;
}


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

  #FooterWrap {
    margin-top: -3rem;
  }

  #lp_contents:before{
    background-image: url(../img/bg_sp.png);
  }

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

  #lp_contents section{
    padding: 4rem 0;
  }

  #lp_contents section:nth-child(n+2){
    margin-top: 4rem;
  }

  #lp_contents .frame{
    width: 41rem;
    padding: 2rem 0;
  }

  #lp_contents .frame:before,
  #lp_contents .frame:after{
    height: calc(tan(60deg) * 4.7rem / 2);
  }

  #lp_contents .frame:before{
    top: -4rem;
  }

  #lp_contents .frame:after{
    bottom: -4rem;
  }

  #lp_contents .ttl_wrap{
    margin: 0 auto 2.5rem;
  }

  #lp_contents .ttl_wrap .ttl{
    font-size: 1.9rem;
    font-weight: 700;
  }

  #lp_contents .ttl_wrap .ttl big{
    font-size: 2.4rem;
    margin: 0.8rem 0;
  }

  #lp_contents .ttl_wrap .ttl big.eng{
    font-size: 3rem;
    font-weight: 600;
  }

  #lp_contents .ttl_wrap .lead{
    font-size: 1.6rem;
  }

  #lp_contents .ttl_wrap .line-frame{
    padding: 0 0 3rem;
  }

  #lp_contents .ttl_wrap .line{
    min-width: 28rem;
    padding-bottom: 2rem;
  }

  #lp_contents .sub-ttl_wrap{
    width: 37.5rem;
    margin: 0 auto 2rem;
  }

  #lp_contents .sub-ttl_wrap .sub-ttl{
    padding: 0 1.5rem;
  }


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

  #lp_contents .sec_mv{
    padding: 0;
  }

  #lp_contents .sec_mv .mv_wrap{
    width: 100%;
  }

  #lp_contents .sec_mv .ttl_wrap{
    margin-top: 4rem;
  }

  #lp_contents .sec_mv .lead{
    margin: 2.5rem auto 0;
    font-size: 1.6rem;
  }


  /*------------ sec_merit ------------*/

  #lp_contents .sec_merit .merit_wrap .merit_list li{
    gap: 1rem;
  }

  #lp_contents .sec_merit .merit_wrap .text_blk{
    width: 21.5rem;
  }

  #lp_contents .sec_merit .merit_wrap .merit{
    font-size: 1.5rem;
  }

  #lp_contents .sec_merit .merit_wrap .merit_blk{
    width: 38rem;
  }

  #lp_contents .sec_merit .merit_wrap .merit_blk .ttl{
    font-size: 1.9rem;
  }


  /*------------ sec_qa ------------*/

  #lp_contents .sec_qa .qa_wrap{
    width: 37.5rem;
  }

  #lp_contents .sec_qa .qa_wrap p{
    width: 31.5rem;
  }


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

  #lp_contents .sec_item .frame:last-child{
    padding-bottom: 5rem;
  }

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

  #lp_contents .sec_item .nav_list li{
    min-width: auto;
    width: calc(100% / 4);
    padding: 1rem 1rem 3rem;
    font-size: 1.5rem;
  }

  #lp_contents .sec_item .nav_list a:before{
    bottom: 1rem;
  }

  /*item_wrap*/
  #lp_contents .sec_item .item_wrap{
    gap: 4rem;
  }

  #lp_contents .sec_item .item_wrap .item_blk{
    width: 100%;
  }

  #lp_contents .sec_item .item_wrap .item_blk figure{
    margin: 0 auto 2rem;
  }

  #lp_contents .sec_item .item_wrap .item_blk img{
    width: 27rem;
    margin: auto;
  }

  #lp_contents .sec_item .item_wrap .item_blk.full img{
    margin: 0 0.5rem;
  }

  #lp_contents .sec_item .item_wrap .tag_list{
    max-width: 90%;
    margin: 0 auto 2rem;
  }


  /*------------ sec_btm ------------*/

  #lp_contents .sec_btm .link_btn{
    width: 37rem;
    height: 6rem;
  }
}