@charset "UTF-8";

/*--------------------------------
            Fade In
 --------------------------------*/

.fadeIn {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 2s;
}
.fadeIn.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*--------------------------------
                共 通
 --------------------------------*/

#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
}

#lp_contents{
  background: #E8E8E8;
  padding-bottom: 15rem;
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;border-radius: 1.5rem;}
#lp_contents a{display: block;}
#lp_contents ul li,#LP_page ol li{list-style: none;}

/*font*/
#lp_contents h1{padding: 0;float: none;}
#lp_contents h2,#lp_contents h3,#lp_contents b{
  color: #555555;
}
#lp_contents p {
  color: #555555;
  display: block;
  margin: 0;
  line-height: 2;
  letter-spacing: 0;
}
#lp_contents p.text_L{
  font-size: 1.6rem;
}
#lp_contents p.text_M{
  font-size: 1.5rem;
}
#lp_contents p.text_S{
  font-size: 1.4rem;
}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#lp_contents small{
  font-size: 1.2rem;
  line-height: 1.75;
  color: #555555;
}
#lp_contents .staff_name{
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 1.5rem auto 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
#lp_contents .staff_name img{
  width: 1.4rem;
  border-radius: 0;
}
#lp_contents .number{
  width: 6rem;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #C7BEAF;
}
#lp_contents .number img{
  width: 2rem;
  margin-right: 0.5rem;
  border-radius: 0;
}
#lp_contents .logo_blk{
  width: 44.5rem;
  margin: 0 auto 4rem;
}
#lp_contents .eng_name{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
#lp_contents .eng_name.full{
  color: #AC9775;
}
#lp_contents .eng_name.new{
  color: #9A9A9A;
}
#lp_contents .jpn_name{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
#lp_contents .jpn_name span{
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
}
#lp_contents .cart_blk{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#lp_contents .price{
  font-size: 2.2rem;
  line-height: 1;
}
#lp_contents .price span{
  font-size: 1.4rem;
}
#lp_contents .link_btn{
  position: relative;
  width: 19rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  background: transparent linear-gradient(90deg, #E6E6C6 0%, #EBCCCC 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s;
}
#lp_contents .link_btn::before{
  content: '';
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
}
#lp_contents .link_btn:hover{
  opacity: 0.6;
}

/*sec_mv*/

#lp_contents .sec_mv{
  padding: 0 0 10rem;
  background: transparent linear-gradient(180deg, #CDCAC6 0%, #E8E8E8 100%) 0% 0% no-repeat padding-box;
}
#lp_contents .mv_wrap{
  width: 110rem;
  padding: 5rem 0 7rem;
  margin: 0 auto 8rem;
  border-bottom: 1px solid #A8A8A8;
}
#lp_contents .mv_wrap .mv_blk{
  margin: 0 auto 4rem;
}
#lp_contents .mv_wrap .mv_blk img{
  box-shadow: 0 3px 6px #00000029;
}
#lp_contents .mv_wrap .lead{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
#lp_contents .menu_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
}
#lp_contents .menu_wrap .staff_blk{
  position: relative;
  width: 36rem;
}
#lp_contents .menu_wrap .staff_blk .pop_text{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 1.2rem 3rem 2.6rem 3rem;
  background-image: url(/page/lp/230712_sincere/img/pop.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 3px 6px #00000029);
  position: absolute;
  top: -3rem;
  left: -4rem;
}
#lp_contents .menu_wrap .staff_blk .img_blk img{
  box-shadow: 0 3px 6px #00000029;
}
#lp_contents .menu_wrap .menu_blk{
  width: 58rem;
  background: #fff;
  border-radius: 1.5rem;
  padding: 3rem;
  box-sizing: border-box;
}
#lp_contents .menu_wrap .menu_blk .ttl_text{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  color: #C7BEAF;
}
#lp_contents .menu_wrap .menu_blk ul{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dotted #A8A8A8;
}
#lp_contents .menu_wrap .menu_blk ul li{
  display: flex;
  width: 100%;
  padding: 2rem 0;
  border-bottom: 1px dotted #A8A8A8;
}
#lp_contents .menu_wrap .menu_blk ul li .li_text{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #555555;
  transition: all 0.5s;
}
#lp_contents .menu_wrap .menu_blk ul li .li_text:hover{
  color: #C7BEAF;
}

/*sec_article*/

#lp_contents .sec_article{
  width: 110rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
}
#lp_contents .sec_article .ttl_wrap{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #555555;
  margin-bottom: 5rem;
}
#lp_contents .sec_article .ttl_wrap .number{
  justify-content: center;
  background: #555555;
  width: 8rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  font-size: 1.6rem;
}
#lp_contents .sec_article .ttl_wrap .ttl_text{
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#lp_contents .sec_article .ttl_wrap .ttl_text span{
  font-size: 1.9rem;
  margin-left: 2rem;
}
#lp_contents .sec_article .text_wrap{
  padding: 0 5rem;
}

/*article_1*/

#lp_contents .article_1 .text_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}
#lp_contents .article_1 .text_wrap .text_blk{
  width: 54rem;
}
#lp_contents .article_1 .text_wrap .img_blk{
  width: 40rem;
}
#lp_contents .article_1 .logo_blk{
  margin: 0 0 4rem 0;
}

/*article_2*/

#lp_contents .article_2 .text_blk{
  border-radius: 0 5rem 0 5rem;
  background-image: url(/page/lp/230712_sincere/img/bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 5rem;
  margin: 0 auto 12rem;
}
#lp_contents .article_2 .text_blk h3{
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  text-align: center;
}
#lp_contents .article_2 .item_blk ul{
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
#lp_contents .article_2 .item_blk ul li{
  position: relative;
  width: 48rem;
  border-radius: 1.5rem;
  background: #fff;
  padding: 0 3rem 3rem;
  box-sizing: border-box;
  box-shadow: 0 3px 6px #00000029;
}
#lp_contents .article_2 .item_blk .staff_blk .pop_text{
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 2rem 2rem 3rem 2rem;
  background-image: url(/page/lp/230712_sincere/img/pop_pc.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 3px 6px #00000029);
  position: absolute;
  top: -7.5rem;
  right: 0;
  z-index: 3;
}
#lp_contents .article_2 .item_blk .staff_blk .img_blk{
  position: absolute;
  top: -4.3rem;
  left: -4rem;
  width: 15rem;
}
#lp_contents .article_2 .item_blk .staff_blk .img_blk .text_img{
  position: absolute;
  z-index: 1;
  width: 5rem;
}
#lp_contents .article_2 .item_blk .staff_blk .img_blk .staff_img{
  filter: drop-shadow(0 3px 6px #00000029);
}
#lp_contents .article_2 .item_blk .item_detail_blk{
  margin: 2rem auto 3rem;
}
#lp_contents .article_2 .item_blk aside{
  background: #FAFAFA;
  border-radius: 1.5rem;
  margin: 2rem auto;
  padding: 2rem;
}
#lp_contents .article_2 .item_blk aside .ttl_text{
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #A8A8A8;
  margin-bottom: 2rem;
}
#lp_contents .article_2 .item_blk aside .ttl_text .ttl{
  font-size: 1.3rem;
}
#lp_contents .article_2 .item_blk aside .ttl_text .moon{
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  font-weight: bold;
}
#lp_contents .article_2 .item_blk aside .ttl_text .moon img{
  width: 3rem;
  margin-left: 1rem;
}
#lp_contents .article_2 .item_blk .howto_blk{
  margin: 4rem auto 0;
  width: 60rem;
  border-radius: 1.5rem;
  border: 1px solid #A99779;
  padding: 3rem;
  box-sizing: border-box;
}
#lp_contents .article_2 .item_blk .howto_blk .ttl_text{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  color: #AC9775;
}
#lp_contents .article_2 .item_blk .howto_blk .ttl_text img{
  width: 1.6rem;
}
#lp_contents .article_2 .item_blk .howto_blk p{
  text-align: center;
}

/*article_3*/

#lp_contents .article_3 .text_blk{
  margin: 3rem auto 0;
}
#lp_contents .article_3 .text_blk p{
  text-align: center;
}
#lp_contents .article_3 .img_blk{
  margin: 5rem auto 0;
  width: 30rem;
}
#lp_contents .article_3 .img_blk .ttl{
  font-size: 1.5rem;
  text-align: center;
  width: 15rem;
  height: 3rem;
  line-height: 3rem;
  background: #fff;
  border-radius: 1.5rem;
  margin: 0 auto 1.5rem;
}

/*article_4*/
/*article_5*/

#lp_contents .article_4 .text_wrap,
#lp_contents .article_5 .text_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
}
#lp_contents .article_4 .img_blk,
#lp_contents .article_5 .img_blk{
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto 3rem;
}
#lp_contents .article_4 .img_blk img,
#lp_contents .article_5 .img_blk img{
  width: 36rem;
}
#lp_contents .article_4 .text_blk p,
#lp_contents .article_5 .text_blk p{
  text-align: center;
}
#lp_contents .article_5 aside{
  background: #F3F3F3;
  border-radius: 0 5rem 0 5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
  padding: 3rem;
  box-sizing: border-box;
}
#lp_contents .article_5 aside .img_blk {
  margin: auto;
}
#lp_contents .article_5 aside .img_blk img{
  width: 28rem;
}
#lp_contents .article_5 aside .text_blk{
  width: 43rem;
}
#lp_contents .article_5 aside .text_blk p{
  text-align: left;
}
#lp_contents .article_5 aside .text_blk .ttl{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 auto 2rem;
}
#lp_contents .article_5 aside .text_blk .ttl img{
  width: 3rem;
}

/*article_6*/

#lp_contents .article_6 .text_wrap > .img_blk img{
  width: 56rem;
  box-shadow: 0 3px 6px #00000029;
  margin: 0 auto 3rem;
}
#lp_contents .article_6 .text_wrap .text_blk{
  margin: 0 auto 4rem;
}
#lp_contents .article_6 .text_wrap .text_blk p{
  text-align: center;
}
#lp_contents .article_6 .text_wrap .item_blk ul{
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
#lp_contents .article_6 .text_wrap .item_blk ul li{
  position: relative;
  width: 48rem;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 3px 6px #00000029;
  padding: 1rem 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 2rem;
}
#lp_contents .article_6 .text_wrap .item_blk .img_blk{
  width: 16rem;
}
#lp_contents .article_6 .text_wrap .item_blk .icon_text{
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: 3;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  background: #AC9775;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.23em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding: 1.5rem 0;
  box-sizing: border-box;
}
#lp_contents .article_6 .text_wrap .item_blk .jpn_name span{
  font-size: 1.2rem;
}
#lp_contents .article_6 .text_wrap .item_blk .cart_blk {
  margin: 2rem auto 0;
  gap: 2rem;
}
#lp_contents .article_6 .text_wrap .item_blk .cart_blk .price{
  font-size: 1.8rem;
}
#lp_contents .article_6 .text_wrap .item_blk .cart_blk .link_btn{
  width: 12rem;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.2rem;
  text-align: left;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

/*article_7*/

#lp_contents .article_7 .text_wrap section{
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  margin: 0 auto 5rem;
}
#lp_contents .article_7 .text_wrap section .text_blk{
  width: 58rem;
}
#lp_contents .article_7 .text_wrap section .text_blk .ttl{
  font-size: 1.6rem;
  font-weight: bold;
  color: #AC9775;
  margin: 3rem 0 1.5rem;
}
#lp_contents .article_7 .text_wrap section .img_blk{
  width: 36rem;
}
#lp_contents .article_7 .text_wrap section .img_blk .staff_name span{
  font-size: 1.2rem;
  font-weight: normal;
}
#lp_contents .article_7 .text_wrap ul{
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
#lp_contents .article_7 .text_wrap ul li{
  width: 48rem;
  background: #fff;
  padding: 2rem;
  box-sizing: border-box;
  border-radius: 1.5rem;
  box-shadow: 0px 3px 6px #00000029;
}
#lp_contents .article_7 .text_wrap ul li .ttl{
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-bottom: 1.2rem;
  border-bottom: 1px dotted #A8A8A8;
  margin-bottom: 1.5rem;
}
#lp_contents .article_7 .text_wrap ul li .ttl img{
  width: 2.2rem;
  border-radius: 0;
}
#lp_contents .article_7 .text_wrap ul li .ttl img.icon_web{
  width: 1.8rem;
}
#lp_contents .article_7 .text_wrap ul li .ttl b{ 
  font-size: 1.6rem;
  line-height: 1;
}
#lp_contents .article_7 .text_wrap ul li .ttl span{
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  color: #AC9775;
}
#lp_contents .article_7 .text_wrap ul li .text_blk{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#lp_contents .article_7 .text_wrap ul li .text_blk .item_blk{
  display: flex;
  flex-wrap: wrap;
}
#lp_contents .article_7 .text_wrap ul li .item_text{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
}
#lp_contents .article_7 .text_wrap ul li .item_text img{
  width: 1.5rem;
}
#lp_contents .article_7 .text_wrap ul li .item_text span{
  font-size: 1.6rem;
  font-weight: bold;
}

/*sec_text*/

#lp_contents .sec_text{
  margin: 10rem auto 0;
}
#lp_contents .sec_text img{
  width: 2rem;
  margin: 0 auto 8rem;
}
#lp_contents .sec_text p{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.5;
}

@media (min-width: 768px) {
/*slider*/

#lp_contents .slider{
  position: relative;
  width: 100rem;
  padding-bottom: 3rem;
}
#lp_contents .slider img{
  margin: 0 1rem;
}
#lp_contents .slick-num {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.2rem;
  color: #555555;
}
}


/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 767px) {

#lp_contents{
  padding-bottom: calc(80 *(100vw / 430));
  margin-bottom: calc(-30 *(100vw / 430));
  overflow: hidden;
}
#lp_contents .sp_only{display: block;}
#lp_contents .pc_only{display: none;}

#lp_contents img{border-radius: calc(15 *(100vw / 430));}

/*font*/
#lp_contents p.text_L{
  font-size: calc(16 *(100vw / 430));
}
#lp_contents p.text_M{
  font-size: calc(15 *(100vw / 430));
}
#lp_contents p.text_S{
  font-size: calc(14 *(100vw / 430));
}
#lp_contents sup{
  font-size: 50%;
  margin-top: calc(-5 *(100vw / 430));
}
#lp_contents small{
  font-size: calc(12 *(100vw / 430));
}
#lp_contents .staff_name{
  justify-content: center;
  gap: calc(8 *(100vw / 430));
  margin: calc(15 *(100vw / 430)) auto 0;
  font-size: calc(14 *(100vw / 430));
}
#lp_contents .staff_name img{
  width: calc(14 *(100vw / 430));
}
#lp_contents .number{
  width: calc(65 *(100vw / 430));
  font-size: calc(13 *(100vw / 430));
}
#lp_contents .number img{
  width: calc(20 *(100vw / 430));
  margin-right: calc(5 *(100vw / 430));
}
#lp_contents .logo_blk{
  width: calc(360 *(100vw / 430));
  margin: 0 auto calc(30 *(100vw / 430));
}
#lp_contents .eng_name{
  font-size: calc(14 *(100vw / 430));
  margin-bottom: calc(10 *(100vw / 430));
}
#lp_contents .jpn_name{
  font-size: calc(18 *(100vw / 430));
}
#lp_contents .jpn_name span{
  font-size: calc(12 *(100vw / 430));
  margin-top: calc(10 *(100vw / 430));
}
#lp_contents .cart_blk{
  justify-content: center;
  gap: calc(15 *(100vw / 430));
}
#lp_contents .price{
  font-size: calc(22 *(100vw / 430));
}
#lp_contents .price span{
  font-size: calc(14 *(100vw / 430));
}
#lp_contents .link_btn{
  position: relative;
  width: calc(250 *(100vw / 430));
  height: calc(50 *(100vw / 430));
  line-height: calc(50 *(100vw / 430));
  border-radius: calc(25 *(100vw / 430));
  font-size: calc(14 *(100vw / 430));
}
#lp_contents .link_btn::before{
  width: calc(5 *(100vw / 430));
  height: calc(5 *(100vw / 430));
  border-right: calc(3 *(100vw / 430)) solid #fff;
  border-bottom: calc(3 *(100vw / 430)) solid #fff;
  right: calc(20 *(100vw / 430));
}

/*sec_mv*/

#lp_contents .sec_mv{
  padding: 0 0 calc(60 *(100vw / 430));
}
#lp_contents .mv_wrap{
  width: calc(400 *(100vw / 430));
  padding: calc(40 *(100vw / 430)) 0;
  margin: 0 auto calc(70 *(100vw / 430));
}
#lp_contents .mv_wrap .mv_blk{
  margin: 0 auto calc(30 *(100vw / 430));
}
#lp_contents .mv_wrap .lead{
  font-size: calc(16 *(100vw / 430));
}
#lp_contents .menu_wrap{
  gap: calc(30 *(100vw / 430));
}
#lp_contents .menu_wrap .staff_blk{
  width: calc(280 *(100vw / 430));
}
#lp_contents .menu_wrap .staff_blk .pop_text{
  font-size: calc(14 *(100vw / 430));
  padding: calc(15 *(100vw / 430)) calc(30 *(100vw / 430)) calc(24 *(100vw / 430)) calc(30 *(100vw / 430));
  top: calc(-30 *(100vw / 430));
  left: calc(-45 *(100vw / 430));
}
#lp_contents .menu_wrap .menu_blk{
  width: calc(400 *(100vw / 430));
  border-radius: calc(15 *(100vw / 430));
  padding: calc(20 *(100vw / 430));
}
#lp_contents .menu_wrap .menu_blk .ttl_text{
  font-size: calc(16 *(100vw / 430));
  margin-bottom: calc(10 *(100vw / 430));
}
#lp_contents .menu_wrap .menu_blk ul li{
  padding: calc(15 *(100vw / 430)) 0;
}
#lp_contents .menu_wrap .menu_blk ul li .li_text{
  width: calc(290 *(100vw / 430));
  font-size: calc(16 *(100vw / 430));
}

/*sec_article*/

#lp_contents .sec_article{
  width: calc(390 *(100vw / 430));
  gap: calc(60 *(100vw / 430));
}
#lp_contents .sec_article .ttl_wrap{
  gap: calc(12 *(100vw / 430));
  padding-bottom: calc(24 *(100vw / 430));
  margin-bottom: calc(40 *(100vw / 430));
}
#lp_contents .sec_article .ttl_wrap .number{
  width: calc(70 *(100vw / 430));
  height: calc(35 *(100vw / 430));
  border-radius: calc(17.5 *(100vw / 430));
  font-size: calc(16 *(100vw / 430));
}
#lp_contents .sec_article .ttl_wrap .ttl_text{
  width: calc(308 *(100vw / 430));
  font-size: calc(19 *(100vw / 430));
}
#lp_contents .sec_article .ttl_wrap .ttl_text span{
  display: block;
  font-size: calc(15 *(100vw / 430));
  margin-left: 0;
}
#lp_contents .sec_article .text_wrap{
  padding: 0;
}

/*article_1*/

#lp_contents .article_1 .text_wrap{
  gap: calc(40 *(100vw / 430));
}
#lp_contents .article_1 .text_wrap .text_blk{
  width: 100%;
}
#lp_contents .article_1 .text_wrap .img_blk{
  margin: auto;
  width: calc(300 *(100vw / 430));
}
#lp_contents .article_1 .logo_blk{
  margin: 0 auto calc(30 *(100vw / 430));
}

/*article_2*/

#lp_contents .article_2 .text_blk{
  border-radius: 0 calc(30 *(100vw / 430)) 0 calc(30 *(100vw / 430));
  background-image: url(/page/lp/230712_sincere/img/bg_sp.jpg);
  padding: calc(25 *(100vw / 430)) calc(15 *(100vw / 430));
  margin: 0 auto calc(160 *(100vw / 430));
}
#lp_contents .article_2 .text_blk h3{
  font-size: calc(17 *(100vw / 430));
  margin-bottom: calc(8 *(100vw / 430));
}
#lp_contents .article_2 .item_blk ul{
  gap: calc(30 *(100vw / 430));
}
#lp_contents .article_2 .item_blk ul li{
  width: 100%;
  border-radius: calc(15 *(100vw / 430));
  padding: 0 calc(20 *(100vw / 430)) calc(30 *(100vw / 430));
}
#lp_contents .article_2 .item_blk .staff_blk .pop_text{
  font-size: calc(13 *(100vw / 430));
  line-height: 1.5;
  padding: calc(14 *(100vw / 430)) calc(40 *(100vw / 430)) calc(25 *(100vw / 430)) calc(40 *(100vw / 430));
  background-image: url(/page/lp/230712_sincere/img/pop_sp.svg);
  top: calc(-82 *(100vw / 430));
}
#lp_contents .article_2 .item_blk .staff_blk .img_blk{
  top: calc(-120 *(100vw / 430));
  left: 0;
  width: calc(150 *(100vw / 430));
}
#lp_contents .article_2 .item_blk .staff_blk .img_blk .text_img{
  width: calc(50 *(100vw / 430));
}
#lp_contents .article_2 .item_blk ul li > img{
  width: calc(320 *(100vw / 430));
  margin: auto;
}
#lp_contents .article_2 .item_blk .item_detail_blk{
  margin: 0 auto calc(20 *(100vw / 430));
}
#lp_contents .article_2 .item_blk aside{
  border-radius: calc(15 *(100vw / 430));
  margin: calc(20 *(100vw / 430)) auto;
  padding: calc(20 *(100vw / 430)) calc(15 *(100vw / 430));
}
#lp_contents .article_2 .item_blk aside .ttl_text{
  padding-bottom: calc(10 *(100vw / 430));
  margin-bottom: calc(20 *(100vw / 430));
}
#lp_contents .article_2 .item_blk aside .ttl_text .ttl{
  font-size: calc(13 *(100vw / 430));
}
#lp_contents .article_2 .item_blk aside .ttl_text .moon{
  font-size: calc(19 *(100vw / 430));
}
#lp_contents .article_2 .item_blk aside .ttl_text .moon img{
  width: calc(30 *(100vw / 430));
  margin-left: calc(10 *(100vw / 430));
}
#lp_contents .article_2 .item_blk .howto_blk{
  margin: calc(30 *(100vw / 430)) auto 0;
  width: 100%;
  border-radius: calc(15 *(100vw / 430));
  padding: calc(20 *(100vw / 430)) calc(15 *(100vw / 430));
}
#lp_contents .article_2 .item_blk .howto_blk .ttl_text{
  gap: calc(12 *(100vw / 430));
  font-size: calc(17 *(100vw / 430));
  margin-bottom: calc(12 *(100vw / 430));
}
#lp_contents .article_2 .item_blk .howto_blk .ttl_text img{
  width: calc(16 *(100vw / 430));
}

/*article_3*/

#lp_contents .article_3 .text_blk{
  margin: calc(30 *(100vw / 430)) auto 0;
}
#lp_contents .article_3 .text_blk p{
  text-align: left;
}
#lp_contents .article_3 .img_blk{
  margin: calc(40 *(100vw / 430)) auto 0;
  width: calc(280 *(100vw / 430));
}
#lp_contents .article_3 .img_blk .ttl{
  font-size: calc(15 *(100vw / 430));
  width: calc(150 *(100vw / 430));
  height: calc(30 *(100vw / 430));
  line-height: calc(30 *(100vw / 430));
  border-radius: calc(15 *(100vw / 430));
  margin: 0 auto calc(15 *(100vw / 430));
}

/*article_4*/
/*article_5*/

#lp_contents .article_4 .text_wrap,
#lp_contents .article_5 .text_wrap{
  gap: calc(50 *(100vw / 430));
}
#lp_contents .article_4 .img_blk,
#lp_contents .article_5 .img_blk{
  justify-content: flex-start;
  gap: calc(10 *(100vw / 430));
  margin: 0 auto calc(30 *(100vw / 430));
  width: fit-content;
}
#lp_contents .article_4 .img_blk img,
#lp_contents .article_5 .img_blk img{
  width: calc(300 *(100vw / 430));
}
#lp_contents .article_4 .text_blk p,
#lp_contents .article_5 .text_blk p{
  text-align: left;
}
#lp_contents .article_5 aside{
  border-radius: 0 calc(30 *(100vw / 430)) 0 calc(30 *(100vw / 430));
  gap: calc(30 *(100vw / 430));
  padding: calc(30 *(100vw / 430)) calc(20 *(100vw / 430));
}
#lp_contents .article_5 aside .img_blk img{
  width: calc(280 *(100vw / 430));
}
#lp_contents .article_5 aside .text_blk{
  width: 100%;
}
#lp_contents .article_5 aside .text_blk .ttl{
  gap: calc(10 *(100vw / 430));
  font-size: calc(17 *(100vw / 430));
  margin: 0 auto calc(15 *(100vw / 430));
}
#lp_contents .article_5 aside .text_blk .ttl img{
  width: calc(30 *(100vw / 430));
}

/*article_6*/

#lp_contents .article_6 .text_wrap > .img_blk img{
  width: calc(360 *(100vw / 430));
  margin: 0 auto calc(30 *(100vw / 430));
}
#lp_contents .article_6 .text_wrap .text_blk{
  margin: 0 auto calc(40 *(100vw / 430));
}
#lp_contents .article_6 .text_wrap .text_blk p{
  text-align: left;
}
#lp_contents .article_6 .text_wrap .item_blk ul{
  gap: calc(20 *(100vw / 430));
}
#lp_contents .article_6 .text_wrap .item_blk ul li{
  width: 100%;
  border-radius: calc(15 *(100vw / 430));
  padding: calc(10 *(100vw / 430));
  gap: 0;
}
#lp_contents .article_6 .text_wrap .item_blk .img_blk{
  width: calc(150 *(100vw / 430));
  height: fit-content;
}
#lp_contents .article_6 .text_wrap .item_blk .icon_text{
  top: calc(-10 *(100vw / 430));
  left: calc(-10 *(100vw / 430));
  width: calc(60 *(100vw / 430));
  height: calc(60 *(100vw / 430));
  font-size: calc(13 *(100vw / 430));
  letter-spacing: 0.3em;
  padding: calc(12 *(100vw / 430)) 0;
}
#lp_contents .article_6 .text_wrap .item_blk .item_detail_blk{
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(15 *(100vw / 430));
  margin: auto;
  height: fit-content;
}
#lp_contents .article_6 .text_wrap .item_blk .jpn_name span{
  font-size: calc(12 *(100vw / 430));
}
#lp_contents .article_6 .text_wrap .item_blk .cart_blk {
  margin: calc(20 *(100vw / 430)) auto 0;
  gap: calc(10 *(100vw / 430));
}
#lp_contents .article_6 .text_wrap .item_blk .cart_blk .price{
  font-size: calc(18 *(100vw / 430));
}
#lp_contents .article_6 .text_wrap .item_blk .cart_blk .link_btn{
  width: calc(120 *(100vw / 430));
  height: calc(32 *(100vw / 430));
  line-height: calc(32 *(100vw / 430));
  font-size: calc(12 *(100vw / 430));
  padding: 0 calc(15 *(100vw / 430));
}

/*article_7*/

#lp_contents .article_7 .text_wrap section{
  gap: calc(30 *(100vw / 430));
  margin: 0 auto calc(30 *(100vw / 430));
}
#lp_contents .article_7 .text_wrap section .text_blk{
  width: 100%;
}
#lp_contents .article_7 .text_wrap section .text_blk .ttl{
  font-size: calc(16 *(100vw / 430));
  margin: calc(30 *(100vw / 430)) 0 calc(15 *(100vw / 430));
}
#lp_contents .article_7 .text_wrap section .img_blk{
  width: 100%;
}
#lp_contents .article_7 .text_wrap section .img_blk > img{
  width: calc(280 *(100vw / 430));
  margin: auto;
}
#lp_contents .article_7 .text_wrap section .img_blk .staff_name span{
  font-size: calc(12 *(100vw / 430));
}
#lp_contents .article_7 .text_wrap ul{
  gap: calc(16 *(100vw / 430));
}
#lp_contents .article_7 .text_wrap ul li{
  width: 100%;
  padding: calc(25 *(100vw / 430)) calc(20 *(100vw / 430));
  border-radius: calc(15 *(100vw / 430));
}
#lp_contents .article_7 .text_wrap ul li .ttl{
  font-size: calc(16 *(100vw / 430));
  padding-bottom: calc(12 *(100vw / 430));
  margin-bottom: calc(20 *(100vw / 430));
  gap: calc(12 *(100vw / 430));
}
#lp_contents .article_7 .text_wrap ul li .ttl img{
  width: calc(22 *(100vw / 430));
}
#lp_contents .article_7 .text_wrap ul li .ttl img.icon_web{
  width: calc(18 *(100vw / 430));
}
#lp_contents .article_7 .text_wrap ul li .ttl b{ 
  font-size: calc(16 *(100vw / 430));
}
#lp_contents .article_7 .text_wrap ul li .ttl span{
  font-size: calc(19 *(100vw / 430));
}
#lp_contents .article_7 .text_wrap ul li .text_blk{
  gap: calc(12 *(100vw / 430));
}
#lp_contents .article_7 .text_wrap ul li .item_text{
  gap: calc(10 *(100vw / 430));
  font-size: calc(14 *(100vw / 430));
}
#lp_contents .article_7 .text_wrap ul li .item_text img{
  width: calc(15 *(100vw / 430));
}
#lp_contents .article_7 .text_wrap ul li .item_text span{
  font-size: calc(16 *(100vw / 430));
}

/*sec_text*/

#lp_contents .sec_text{
  margin: calc(80 *(100vw / 430)) auto 0;
}
#lp_contents .sec_text img{
  width: calc(20 *(100vw / 430));
  margin: 0 auto calc(80 *(100vw / 430));
}
#lp_contents .sec_text p{
  font-size: calc(15 *(100vw / 430));
}


/*---------------------
simplebar-track*/

.js_slidebar,
.js_slidebar * {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.js_slidebar::-webkit-scrollbar,
.js_slidebar *::-webkit-scrollbar {
  display: none;
}
#lp_contents .js_slidebar:not(.is-slider-none){
  margin-bottom: calc(20 *(100vw / 430));
}
#lp_contents .simplebar-track.simplebar-horizontal {
    max-width: calc(320 *(100vw / 430));
    margin: auto;
    bottom: calc(10 *(100vw / 430));
    background: #DBDBDB;
    height: calc(2 *(100vw / 430));
}
#lp_contents .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: calc(2 *(100vw / 430));
    top: 0;
}

}