@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
.ly_mv {
  height: 822px;
  background: url(../images/lp/mv_bg.jpg) top center / cover no-repeat;
  padding-top: 87px;
  position: relative;
}
.bl_mv_ttl{
  width: 464px;
  margin: 0 auto;
}
.bl_mv_ttl > span{
  width: 334px;
  display: block;
  margin: 0 auto 7px;
}
.bl_mv_txt{
  width: 412px;
  margin: 234px auto 0;
}
.bl_mv_use{
  position: absolute;
  width: 2000px;
  height: 238px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/lp/mv_use_bg.png) top center / cover no-repeat;
}
.bl_mv_use .bl_media{
  width: 680px;
  margin: 56px auto 0;
}
.bl_mv_use .bl_media_imgWrapper{
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 0 1 374px;
}
.bl_mv_use .bl_media_imgWrapper > img:first-of-type{
  width: 208px;
}
.bl_mv_use .bl_media_imgWrapper > img:last-of-type{
  width: 142px;
}
.bl_mv_useTtl{
  font-size: 24px;
  color: #B17373;
  font-weight: bold;
  text-decoration: underline;
}
.bl_mv_useTxt{
  font-size: 24px;
  font-weight: bold;
  margin-top: 14px!important;
}
/* MV animetion */
.bl_mv::after{
  content: '';
  position: absolute;
  background: url(../images/lp/mv_item.png) top center / contain no-repeat;
  width: 318px;
  height: 195px;
  top: 154px;
  right: 2px;
  animation: mv_item 1s ease-in 2s forwards;
  opacity: 0;
}
@keyframes mv_item{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.bl_animeWrapper{
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 434px;
  height: 435px;
  position: absolute;
  top: 78px;
  right: -5px;
}
.animeWrapper_slide {
  opacity: 0;
  animation: slideTextY-100 1.3s ease-in 0.3s forwards;
}
.animeWrapper_slideDown {
  opacity: 0;
  animation: slideTextY100 1.3s ease-in 0.3s forwards;
}
@keyframes slideTextY100 {
	from {
		transform: translateY(100%);/* 要素を上の枠外に移動*/
		opacity: 0;
	}
	to {
		transform: translateY(0);/* 要素を元の位置に移動*/
		opacity: 1;
	}
}
@keyframes slideTextY-100 {
	from {
		transform: translateY(-100%);/* 要素を下の枠外に移動*/
		opacity: 0;
	}
	to {
		transform: translateY(0);/* 要素を元の位置に移動*/
		opacity: 1;
	}
}
@media screen and (max-width: 750px) {
  .ly_mv {
    height: 1254px;
    background: url(../images/lp/mv_bg_sp.jpg) top center / 750px 896px no-repeat;
    padding: 118px 0 0 161px;
  }
  .bl_mv_ttl{
    width: 560px;
    margin: 0;
  }
  .bl_mv_ttl > span{
    width: 446px;
    margin: 0;
  }
  .bl_mv_txt{
   width: 504px;
   margin: 426px 0 0 40px;
  }
  .bl_mv_use{
    height: 358px;
    background: #F9F8F4;
  }
  .bl_mv_use .bl_media{
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 32px auto 0;
  }
  .bl_mv_use .bl_media_imgWrapper{
    gap: 32px;
    flex: 0 1 100%;
  }
  .bl_mv_use .bl_media_imgWrapper > img:first-of-type{
    width: 256px;
  }
  .bl_mv_use .bl_media_imgWrapper > img:last-of-type{
    width: 196px;
  }
  .bl_mv_useTtl{
    font-size: 32px;
    text-align: center;
  }
  .bl_mv_useTxt{
    font-size: 28px;
  }
  /* MV animetion */
  .bl_mv::after{
    width: 409px;
    height: 252px;
    top: 176px;
    right: 132px;
  }
  .bl_animeWrapper.pc{
	  display: none;
  }
  .bl_animeWrapper_sp{
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 532px;
    height: 336px;
    position: absolute;
    top: 153px;
    right: 100px;
  }
  .animeWrapper_slide_sp {
    animation: slideTextX-100 2s ease-in 0.5s forwards;
  }
  .animeWrapper_slideDown_sp {
    animation: slideTextX100 2s ease-in 0.5s forwards;
  }
  @keyframes slideTextX100 {
    from {
      transform: translateX(100%); /* 要素を右の枠外に移動*/
      opacity: 0;
    }
    to {
      transform: translateX(0); /* 要素を元の位置に移動*/
      opacity: 1;
    }
  }
  @keyframes slideTextX-100 {
    from {
      transform: translateX(-100%); /* 要素を左の枠外に移動*/
      opacity: 0;
    }
    to {
      transform: translateX(0); /* 要素を元の位置に移動*/
      opacity: 1;
    }
  }
}

/*=======================================================
about
=======================================================*/
.bl_about{
  padding: 88px 0 242px;
  background: url(../images/lp/about_bg.jpg) top center / cover no-repeat;
}
.bl_about .el_sec_mainTtl{
  width: 286px;
  margin: 0 auto 72px;
}
.bl_about .el_sec_mainTtl::before,
.bl_about .el_sec_mainTtl::after{
  content: none;
}
.bl_about .el_txt{
  font-size: 24px;
  color: #EED5B9;
  letter-spacing: 0.96px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .bl_about{
    padding: 80px 0 284px;
    background: url(../images/lp/about_bg_sp.jpg) top center / cover no-repeat;
  }
  .bl_about .el_sec_mainTtl{
    width: 440px;
    margin: 0 auto 80px;
    padding-top: 0;
  }
  .bl_about .el_txt{
    font-size: 32px;
    letter-spacing: 1.28px;
    line-height: 1.4;
  }
}

/*=======================================================
mechanism
=======================================================*/
.bl_mechanism{
  padding: 43px 0;
  background: #F4EEE9;
}
.bl_mechanism .bl_media_ttl{
  font-size: 24px;
  letter-spacing: 1.56px;
  /* line-height: 1; */
  color: #A19579;
  margin-bottom: 6px;
}
@media screen and (max-width: 750px) {
  .bl_mechanism{
    padding: 56px 0;
    background: #F4EEE9;
  }
  .bl_mechanism .ly_cont_inner{
    width: 610px;
  }
  .bl_mechanism .bl_media_ttl{
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }
  .bl_mechanism .bl_media_body {
    letter-spacing: 1px;
  }
  .bl_mechanism .bl_media{
    gap: 22px;
  }
}

/*=======================================================
ingredient
=======================================================*/
.bl_ingredient{
  padding: 56px 0 0;
}
.bl_ingredient .bl_card{
  width: 496px;
  padding: 32px;
  background: #E6E6E6;
  border: 1px solid #B58E40;
}
.bl_ingredient .bl_card_ttl{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 22px 0 16px;
  color: #5F460F;
  font-size: 26px;
}
.bl_ingredient .bl_card_ttl > span{
  width: 93px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-family: initial;
  background: #B58E40;
}
@media screen and (max-width: 750px) {
  .bl_ingredient{
    padding: 64px 0 0;
  }
  .bl_ingredient .bl_cardUnit{
    gap: 42px;
  }
  .bl_ingredient .bl_card{
    width: 100%;
    padding: 40px;
    border: 2px solid #B58E40;
  }
  .bl_ingredient .bl_card_ttl{
    gap: 40px;
    margin: 32px 0 21px;
    font-size: 38px;
    gap: 24px;
  }
  .bl_ingredient .bl_card_ttl > span{
    width: 137px;
    height: 52px;
    font-size: 28px;
  }
}

/*=======================================================
excercise
=======================================================*/
.bl_excercise{
  padding: 80px 0 0;
  position: relative;
}
.bl_excercise::before{
  content: '';
  position: absolute;
  background: url(../images/lp/excercise_bg.jpg) top center / contain no-repeat;
  width: 2000px;
  height: 1187px;
  top: -386px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
  z-index: -1;
}
.bl_excercise .el_sec_mainTtl{
  flex-direction: column;
}
.bl_excercise .el_sec_mainTtl > span{
  display: block;
  color: #B58E40;
  font-size: 24px;
}
.bl_excercise .el_sec_mainTtl::before,
.bl_excercise .el_sec_mainTtl::after{
  position: absolute;
  bottom: 10px;
}
.bl_excercise .el_sec_mainTtl::before{
  left: 270px;
}
.bl_excercise .el_sec_mainTtl::after{
  right: 270px;
}
.bl_excerciseList{
  margin-top: 40px;
  display: flex;
  gap: 56px;
}
.bl_excerciseList:not(:first-of-type){
  margin-top: 27px;
}
.bl_excerciseList > li figure{
  width: 456px;
}
.bl_excerciseList > li:first-of-type figure{
  width: 512px;
}
.bl_excerciseList > li p{
  color: #A19579;
  font-size: 24px;
  margin-top: 6px;
  text-align: center;
}
.bl_excerciseList > li:nth-of-type(odd)  p{
  text-align: left;
  padding-left: 17px;
}
.bl_excerciseList > li:nth-of-type(even) p{
  color: #B58E40;
}

@media screen and (max-width: 750px) {
  .bl_excercise::before{
    content: none;
  }
  .bl_excercise .ly_cont_inner{
    width: 610px;
  }
  .bl_excercise .el_sec_mainTtl{
    margin-bottom: 23px;
  }
  .bl_excercise .el_sec_mainTtl > span{
    font-size: 32px;
  }
  .bl_excercise .el_sec_mainTtl::before{
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .bl_excercise .el_txt{
    text-align: left;
  }
  .bl_excerciseList{
    margin-top: 51px;
    flex-direction: column;
    gap: 59px;
    position: relative;
  }
  .bl_excerciseList:not(:first-of-type){
    margin-top: 101px;
  }
  .bl_excerciseList:nth-of-type(2)::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #5F460F;
    top: -48px;
    left: 0;
  }
  .bl_excerciseList > li{
    display: flex;
    flex-direction: column;
  }
  .bl_excerciseList > li figure{
    width: 100%;
    order: 2;
  }
  .bl_excerciseList > li:first-of-type figure{
    width: 100%;
    position: relative;
  }
  .bl_excerciseList > li:first-of-type figure::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 305px solid transparent;
    border-right: 305px solid transparent;
    border-top: 48px solid #A59480;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
  }
  .bl_excerciseList > li p{
    font-size: 32px;
    margin: 0 0 22px;
    order: 1;
    letter-spacing: 1.92px;
  }
  .bl_excerciseList > li:nth-of-type(odd)  p{
    text-align: center;
    padding-left: 0;
  }
}

/*=======================================================
recommend
=======================================================*/
.bl_recommend{
  padding: 68px 0 56px;
  background: url(../images/lp/recommend_bg.jpg) bottom center / contain no-repeat;
}
.bl_recommend .el_sec_mainTtl{
  flex-direction: column;
  margin-bottom: 23px;
}
.bl_recommend .el_sec_mainTtl > span{
  display: block;
  color: #B58E40;
  font-size: 24px;
}
.bl_recommend .el_sec_mainTtl::before,
.bl_recommend .el_sec_mainTtl::after{
  position: absolute;
  bottom: 10px;
}
.bl_recommend .el_sec_mainTtl::before{
  left: 270px;
}
.bl_recommend .el_sec_mainTtl::after{
  right: 270px;
}
.bl_recommendList{
  background: #222;
  border: 3px solid #B58E40;
  width: 690px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 25px 100px 22px 118px;
}
.bl_recommendList > li{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-left: 42px;
  position: relative;
}
.bl_recommendList > li::before{
  content: '';
  position: absolute;
  background: url(../images/lp/icon_check.svg) top center / contain no-repeat;
  width: 26px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 750px) {
  .bl_recommend{
    padding: 80px 0 95px;
    background: url(../images/lp/recommend_bg_sp.jpg) bottom center / cover no-repeat;
  }
  .bl_recommend .el_sec_mainTtl{
    flex-direction: column;
    padding-top: 64px;
    margin-bottom: 32px;
  }
  .bl_recommend .el_sec_mainTtl > span{
    font-size: 32px;
  }
  .bl_recommend .el_sec_mainTtl::before{
    left: 50%;
    transform: translateX(-50%);
  }
  .bl_recommendList{
    gap: 14px;
    padding: 50px 36px 50px 40px;
  }
  .bl_recommendList > li{
    padding-left: 42px;
    font-size: 27px;
  }
}

/*=======================================================
cart
=======================================================*/
.bl_cart{
  padding: 40px 0 57px;
  background: #222;
}
.bl_cart .el_sec_mainTtl{
  color: #EED5B9;
  margin-bottom: 16px;
}
.bl_cart .el_txt{
  width: 284px;
  margin: 0 auto;
}
.bl_cart .bl_cardUnit{
  margin-top: 40px;
  gap: 27px;
}
.bl_cart .bl_card{
  border: 1px solid #5F460F;
  padding: 24px 16px 28px 24px;
  position: relative;
  z-index: 2;
}
.bl_cart .bl_card::before{
  content: '';
  position: absolute;
  width: 320px;
  height: 100%;
  border: 2px solid #B58E40;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.bl_cart .bl_card::after{
  content: '';
  position: absolute;
  width: 320px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
}
.bl_cart .bl_card_ttl{
  text-align: center;
  font-size: 20px;
  color: #5F460F;
  margin: 8px 0 16px;
}
.bl_cart .bl_card_ttl .el_small{
  font-size: 17px;
}
.bl_cart .bl_price{
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.28px;
}
.bl_cart .bl_price .el_square{
  width: 46px;
  height: 46px;
  background: #B58E40;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.bl_cart .bl_price .el_small{
  font-size: 20px;
  display: block;
  letter-spacing: 0.8px;
  margin-bottom: -7px;
}
.bl_cart .el_btn{
  width: 236px;
  height: 48px;
  background: #5F460F;
  border-radius: 2px;
  margin: 24px auto 0;
}
form table{
  display: none;
}
.bl_cart form input{
  display: none;
}
@media screen and (max-width: 750px) {
  .bl_cart{
    padding: 64px 0;
  }
  .bl_cart .el_sec_mainTtl{
    color: #F2ECE6;
    padding-top: 55px;
    margin-bottom: 3px;
  }
  .bl_cart .el_txt{
    width: 398px;
    margin: 0 auto;
  }
  .bl_cart .bl_cardUnit{
    margin-top: 70px;
    flex-direction: column;
    align-items: center;
    gap: 68px;
  }
  .bl_cart .bl_card{
    width: 595px;
    border: 2px solid #5F460F;
    padding: 20px 24px 56px;
    margin-left: 12px;
    z-index: 2;
  }
  .bl_cart .bl_card::before{
    width: 595px;
    height: 100%;
    top: -18px;
    left: -15px;
  }
  .bl_cart .bl_card::after{
    width: 595px;
    height: 100%;
    top: 0;
    left: 0;
  }
  .bl_cart .bl_card_ttl{
    font-size: 36px;
    margin: 0 0 10px;
  }
  .bl_cart .bl_card_ttl .el_small{
    font-size: 30px;
  }
  .bl_cart .bl_price{
    font-size: 58px;
    justify-content: center;
  }
  .bl_cart .bl_price .el_square{
    width: 86px;
    height: 85px;
    font-size: 25px;
    margin-right: 24px;
  }
  .bl_cart .bl_price .el_small{
    font-size: 37px;
    margin-bottom: -16px;
  }
  .bl_cart .el_btn{
    width: 439px;
    height: 89px;
    margin: 32px auto 0;
    font-size: 32px;
  }
}

/*=======================================================
feature
=======================================================*/
.bl_wrapper{
  padding: 48px 0 59px;
  background: url(../images/lp/wrapper_bg.jpg) bottom center / 2000px 2066px no-repeat;
}
.bl_feature .bl_media_imgWrapper{
  box-shadow: -6px 6px 0px #CFCCCC;
}
.bl_feature .bl_media_ttl{
  font-size: 26px;
  letter-spacing: 1.56px;
  color: #A19579;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .bl_wrapper{
    padding: 64px 0;
    background: none;
  }
  .bl_feature .ly_cont_inner{
    width: 610px;
  }
  .bl_feature .el_sec_mainTtl{
    padding-top: 58px;
  }
  .bl_feature .bl_mediaList{
    gap: 52px;
  }
  .bl_feature .bl_media_imgWrapper.sp{
    display: block;
    width: 100%;
  }
  .bl_feature .bl_media_ttl{
    font-size: 34px;
    text-align: center;
    border-bottom: 2px solid #5F460F;
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
  .bl_feature .bl_media_txt{
    letter-spacing: 1px;
  }
  .bl_feature .bl_media_imgWrapper + .bl_media_txt{
    margin-top: 32px;
  }
}

/*=======================================================
use
=======================================================*/
.bl_use{
  padding-top: 80px;
}
.bl_use .el_sec_mainTtl{
  margin-bottom: 18px;
}
.bl_use .bl_media{
  margin-top: 32px;
}
.bl_use .bl_media_imgWrapper{
  border: 2px solid #B58E40;
  box-sizing: content-box;
}
.bl_use .bl_media_body .el_att{
  margin-top: 7px;
  letter-spacing: 0.4px;
}
.bl_use .bl_media_body .el_att + .el_att{
  margin-top: 0;
  
}
.bl_use .el_sec_sTtl{
  margin: 38px 0 20px;
  color: #A19579;
  font-size: 24px;
  text-align: center;
}
.bl_useList{
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.bl_useItem{
  width: 232px;
}
.bl_useItem > img{
  border: 1px solid #B58E40;
  box-sizing: content-box;
}
.bl_useItem .bl_useTtl{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #B58E40;
  margin-top: 4px;
}
@media screen and (max-width: 750px) {
  .bl_use{
    padding-top: 104px;
  }
  .bl_use .ly_cont_inner{
    width: 610px;
  }
  .bl_use .el_sec_mainTtl {
    margin-bottom: 32px;
  }
  .bl_use .bl_media{
    margin-top: 40px;
  }
  .bl_use .bl_media_body .el_att{
    margin-top: 24px;
  }
  .bl_use .el_sec_sTtl{
    margin: 56px 0 40px;
    font-size: 32px;
  }
  .bl_useList{
    gap: 40px 42px;
  }
  .bl_useItem{
    width: 284px;
  }
  .bl_useItem > img{
    border: 2px solid #B58E40;
  }
  .bl_useItem .bl_useTtl{
    font-size: 27px;
    margin-top: 8px;
  }
}

/*=======================================================
plan
=======================================================*/
.bl_plan{
  padding: 70px 0 0;
}
.bl_plan .el_txt{
  margin-bottom: 40px;
}
.bl_plan_thead > tr > th{
  width: 232px;
  height: 47px;
  background: #A59480;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}
.bl_plan_thead > tr > th + th{
  border-left: 1px solid #fff;
}
.bl_plan_thead > tr > th:nth-of-type(2){
  width: 240px;
}
.bl_plan_thead > tr > th:nth-of-type(3){
  width: 138px;
}
.bl_plan_thead > tr > th:nth-of-type(4){
  width: 138px;
}
.bl_plan_thead > tr > th:nth-of-type(5){
  width: 138px;
}
.bl_plan_thead > tr > th:last-of-type{
  width: 138px;
}
.bl_plan_tbody{
  background: #F2ECE6;
}
.bl_plan_tbody > tr > th{
  color: #5F460F;
}
.bl_plan_tbody > tr:not(:nth-of-type(5)) > th{
  border-bottom: 1px solid #fff;
}
.bl_plan_tbody > tr > td{
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.bl_plan_tbody > tr:nth-of-type(odd) > td{
  background: #F9F8F4;
}
.bl_plan_tbody > tr:nth-of-type(5) > td:first-of-type,
.bl_plan_tbody > tr:last-of-type > td{
  border-bottom: none;
}
.bl_plan_tbody > tr:nth-of-type(odd) > td:first-of-type{
  height: 105px;
  padding-left: 26px;
  text-align: left;
  position: relative;
}
.bl_plan_tbody > tr:nth-of-type(odd) > td:first-of-type img{
  position: absolute;
  width: 90px;
  top: 5px;
  right: 35px;
}
.bl_plan_tbody > tr:nth-of-type(3) > td:first-of-type img{
  width: 132px;
  right: 16px;
}
.bl_plan_tbody > tr:nth-of-type(5) > td:first-of-type img{
  width: 102px;
  right: 30px;
}
@media screen and (max-width: 750px) {
  .bl_plan .el_txt{
    text-align: left;
  }
  .bl_plan .el_att{
    font-size: 24px;
    color: #5F460F;
  }
  .bl_tableWrapper{
    margin-top: 24px;
    position: relative;
    width: 690px;
    overflow-x: scroll;
  }
  .bl_plan_table{
    white-space: nowrap;
    border-collapse: collapse;
    min-width: 1620px;
    font-size: 28px;
  }
  .bl_plan_thead > tr > th{
    width: 258px;
    height: 80px;
    border-bottom: 2px solid #fff;
  }
  .bl_plan_thead > tr > th + th{
    border-left: 1px solid #fff;
  }
  .bl_plan_thead > tr > th:nth-of-type(2){
    width: 402px;
  }
  .bl_plan_thead > tr > th:nth-of-type(3){
    width: 236px;
  }
  .bl_plan_thead > tr > th:nth-of-type(4){
    width: 236px;
  }
  .bl_plan_thead > tr > th:nth-of-type(5){
    width: 236px;
  }
  .bl_plan_thead > tr > th:last-of-type{
    width: 236px;
  }
  .bl_plan_tbody > tr:not(:nth-of-type(5)) > th{
    border-bottom: 2px solid #fff;
  }
  .bl_plan_tbody > tr > td{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }  
  .bl_plan_tbody > tr:nth-of-type(5) > td:first-of-type,
  .bl_plan_tbody > tr:last-of-type > td{
    border-bottom: none;
  }
  .bl_plan_tbody > tr:nth-of-type(odd) > td:first-of-type{
    height: 179px;
    padding-left: 44px;
  }
  .bl_plan_tbody > tr:nth-of-type(odd) > td:first-of-type img{
    width: 154px;
    top: 9px;
    right: 62px;
  }
  .bl_plan_tbody > tr:nth-of-type(3) > td:first-of-type img{
    width: 229px;
    right: 24px;
  }
  .bl_plan_tbody > tr:nth-of-type(5) > td:first-of-type img{
    width: 176px;
    right: 50px;
  }
}

/*=======================================================
cartBig
=======================================================*/
.bl_cartBig{
  padding: 56px 0 102px;
  background: url(../images/lp/cartBig_bg.jpg) top center / cover no-repeat;
}
.bl_cartBig .bl_mediaList{
  gap: 40px;
}
.bl_cartBig .bl_media{
  padding: 25px 60px 14px 32px;
  background: url(../images/lp/cart_bg.jpg) top center / contain no-repeat;
  width: 1024px;
  height: 284px;
  color: #fff;
  gap: 43px;
}
.cartFade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 3s, transform 1s;
}
.cartFade.active {
	opacity: 1;
	transform: translateY(0px);
}
.bl_cartBig .bl_media_imgWrapper{
  flex: unset;
  width: 364px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bl_cartBig .bl_media_imgWrapper > img{
  width: 306px;
}
.bl_cartBig .bl_media:nth-of-type(2) .bl_media_imgWrapper > img{
  width: 364px;
}
.bl_cartBig .bl_media:nth-of-type(3) .bl_media_imgWrapper > img{
  width: 352px;
}
.bl_cartBig .bl_media_imgWrapper > figcaption{
  width: 256px;
  margin-top: -19px;
}
.bl_cartBig .bl_media:nth-of-type(2) .bl_media_imgWrapper > figcaption{
  width: 274px;
}
.bl_cartBig .bl_media:nth-of-type(3) .bl_media_imgWrapper > figcaption{
  width: 282px;
}
.bl_cartBig .bl_media_body{
  flex: unset;
  width: 470px;
  /* color: #fff; */
  padding-top: 6px;
}
.bl_cartBig .bl_media_ttl{
  font-size: 24px;
  margin-bottom: 16px;
}
.bl_cartBig .bl_media_ttl > span:first-of-type{
  font-size: 15px;
  display: block;
  margin-bottom: 6px;
}
.bl_cartBig .bl_media_ttl .el_small{
  font-size: 17px;
}
.bl_cartBig .bl_media:first-of-type .bl_media_ttl > .el_small{
  font-size: inherit;
}
.bl_cartBig .bl_price{
  display: flex;
  font-weight: bold;
  font-size: 32px;
}
.bl_cartBig .bl_price .el_square{
  width: 56px;
  height: 56px;
  background: #B58E40;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 32px;
}
.bl_cartBig .bl_price .el_small{
  font-size: 20px;
  display: block;
  margin: 15px 0 0 4px;
}
.bl_cartBig .el_btn{
  width: 320px;
  height: 48px;
  background: linear-gradient(261deg, #B58E40 0%, #5F460F 100%);
  border: 1px solid #F9F8F4;
  border-radius: 2px;
  margin-top: 24px;
}
.bl_cartBig .el_btn::after{
  right: 68px;
}
.bl_cartBig .bl_present{
  align-items: center;
  width: 846px;
  height: 236px;
  padding: 27px 32px 0 76px;
  background: none;
  margin: 48px auto 0;
  gap: 70px;
  position: relative;
  z-index: 1;
}
.bl_cartBig .bl_present::before{
  content: '';
  position: absolute;
  background: url(../images/lp/present_frame.svg) top center / contain no-repeat;
  width: 902px;
  height: 284px;
  top: -1px;
  left: -27px;
}
.bl_cartBig .bl_present::after{
  content: '';
  position: absolute;
  width: 846px;
  height: 236px;
  background: #fff;
  left: 0;
  top: 24px;
  z-index: -1;
}
.bl_present .bl_media_imgWrapper{
  width: 240px;
}
.bl_present .bl_media_imgWrapper > img{
  width: 240px;
}
.bl_present .bl_media_body{
  width: 414px
}
.bl_present .bl_media_ttl{
  color: #5F460F;
  font-size: 20px;
}
.bl_present .bl_media_txt{
  color: initial;
}
@media screen and (max-width: 750px) {
  .bl_cartBig{
    padding: 64px 0;
    background: #222;
  }
  .bl_cartBig .bl_mediaList{
    justify-content: center;
  }
  .bl_cartBig .bl_media{
    padding: 50px 80px 48px;
    background: url(../images/lp/cart_bg_sp.jpg) top center / contain no-repeat;
    width: 610px;
    height: 712px;
    gap: 0;
  }
  .bl_cartBig .bl_media_imgWrapper{
    width: 100%;
  }
  .bl_cartBig .bl_media_imgWrapper > img{
    width: 340px;
  }
  .bl_cartBig .bl_media:nth-of-type(2) .bl_media_imgWrapper > img{
    width: 364px;
  }
  .bl_cartBig .bl_media:nth-of-type(3) .bl_media_imgWrapper > img{
    width: 385px;
  }
  .bl_cartBig .bl_media_imgWrapper > figcaption{
    width: 322px;
    margin: -7px 0 10px;
  }
  .bl_cartBig .bl_media:nth-of-type(2) .bl_media_imgWrapper > figcaption{
    width: 306px;
    margin: 12px 0 22px;
  }
  .bl_cartBig .bl_media:nth-of-type(3) .bl_media_imgWrapper > figcaption{
    width: 316px;
    margin: -2px 0 22px;
  }
  .bl_cartBig .bl_media_body{
    width: 100%;
    padding-top: 0;
  }
  .bl_cartBig .bl_media_ttl{
    font-size: 37px;
    text-align: center;
    margin-bottom: -2px;
  }
  .bl_cartBig .bl_media_ttl > span:first-of-type{
    font-size: 20px;
    margin-bottom: 0px;
  }
  .bl_cartBig .bl_media:first-of-type .bl_media_ttl .el_small{
    display: inline;
    font-size: 20px;
  }
  .bl_cartBig .bl_media_ttl .el_small{
    font-size: 20px;
    display: block;
    text-align: right;
  }
  .bl_cartBig .bl_price{
    font-size: 56px;
    align-items: center;
    justify-content: center;
  }
  .bl_cartBig .bl_price .el_square{
    width: 74px;
    height: 74px;
    font-size: 27px;
    line-height: 1.2;
    margin-right: 24px;
  }
  .bl_cartBig .bl_price .el_small{
    font-size: 27px;
    margin: 27px 0 0 3px;
  }
  .bl_cartBig .el_btn{
    width: 442px;
    height: 90px;
    margin-top: 42px;
    font-size: 32px;
  }
  .bl_cartBig .el_btn::after{
    right: 65px;
  }
  .bl_cartBig .bl_present{
    width: 100%;
    height: auto;
    background: #fff;
    border: 3px solid #B58E40;
    gap: 24px;
    padding: 36px 29px 40px 24px;
  }
  .bl_cartBig .bl_present::after{
    content: none;
  }
  .bl_cartBig .bl_present::before{
    content: none;
  }
  .bl_present .bl_media_imgWrapper{
    width: 240px;
  }
  .bl_present .bl_media_imgWrapper > img{
    width: 240px;
  }
  .bl_present .bl_media_body{
    width: 366px;
  }
  .bl_present .bl_media_ttl{
    font-size: 27px;
    text-align: left;
    margin-bottom: 28px;
  }
  .bl_present .bl_media_txt{
    font-size: 20px;
    line-height: 1.8;
  }
}

/*=======================================================
achievement
=======================================================*/
.bl_achievement{
  padding: 46px 0;
}
.bl_achievement .el_sec_mainTtl{
  margin-bottom: 24px;
}
.bl_achivement_imgWrapper{
  width: 777px;
  margin: 32px auto 80px;
}
.bl_achievement .bl_meida_ttl{
  font-size: 26px;
  color: #A19579;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .bl_achievement{
    padding: 64px 0;
  }
  .bl_achievement .ly_cont_inner{
    width: 610px;
  }
  .bl_achivement_imgWrapper{
    width: 100%;
    margin: 40px auto 64px;
  }
  .bl_achievement .bl_meida_ttl{
    font-size: 32px;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #5F460F;
    margin-bottom: 24px;
  }
}

/*=======================================================
faq
=======================================================*/
.bl_faq{
  padding: 56px 0;
  position: relative;
}
.bl_faq::before{
  content: '';
  position: absolute;
  background: url(../images/lp/faq_bg.jpg) top center / cover no-repeat;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.bl_faq .bl_faqList{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bl_faq .bl_q{
  padding: 9px 68px 11px;
  min-height: 54px;
  background: #B58E40;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.bl_faq .bl_q::before{
  content: '';
  position: absolute;
  background: url(../images/lp/icon_q.svg) top center / contain no-repeat;
  width: 40px;
  height: 40px;
  top: 7px;
  left: 16px;
}
.bl_q::after{
  content: '▼';
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0px 0.5px 0 2px;
  background: #5F460F;
  color: #fff;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 12px;
  right: 19px;
}
.bl_q.open::after{
  content: '▲';
}
.bl_faq .bl_a{
  margin-top: 24px;
  padding-right: 28px;
  display: none;
}
@media screen and (max-width: 750px) {
  .bl_faq{
    padding: 64px 0;
    background: url(../images/lp/faq_bg_sp.jpg) top center / cover no-repeat;
  }
  .bl_faq::before{
    content: none;
  }
  .bl_faq .bl_faqList{
    gap: 56px;
  }
  .bl_faq .bl_q{
    min-height: 64px;
    font-size: 30px;
  }
  .bl_faq .bl_q::before{
    top: 12px;
  }
  .bl_q::after{
    width: 37px;
    height: 37px;
    padding: 0px 0.5px 0 2px;
    right: 16px;
  }
  .bl_faq .bl_a{
    padding-right: 0;
  }
}

/*=======================================================
product
=======================================================*/
.bl_product{
  padding: 56px 0;
  background: url(../images/lp/product_bg.jpg) top center / cover no-repeat;
}
.bl_product .ly_cont_inner{
  background: rgba(255,255,255,0.5);
  width: 1104px;
  padding: 33px 40px 168px;
}
.bl_product .bl_imgList{
  display: flex;
  gap: 32px;
}
.bl_product .bl_imgList > li{
  width: 496px;
}
.bl_detailWrapper{
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.bl_detail{
  width: 496px;
  display: flex;
  flex-direction: column;
}
.bl_detail > div{
  padding: 18px 0;
  display: flex;
  border-top: 1px solid #B58E40;
}
.bl_detail > div:last-of-type{
  border-bottom: 1px solid #B58E40;
}
.bl_detail > div > dt{
  width: 144px;
  font-size: 18px;
  font-weight: bold;
}
.bl_attention{
  width: 496px;
  padding: 6px 3px 20px 16px;
  background: #954040;
  color: #fff;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.bl_attention_ttl{
  font-size: 24px;
  padding: 0 0 4px 42px;
  margin-bottom: 8px;
  position: relative;
}
.bl_attention_ttl::before{
  content: '';
  position: absolute;
  background: url(../images/lp/icon_caution.svg) top center / contain no-repeat;
  width: 32px;
  height: 30px;
  top: 4px;
  left: 0;
}
.bl_attention_ttl::after{
  content: '';
  position: absolute;
  width: 465px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.bl_attention_sTtl{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 4px;
}
.bl_attention .el_txt{
  text-align: left;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 750px) {
  .bl_product{
    padding: 64px 0 80px;
    background: url(../images/lp/product_bg_sp.jpg) top center / cover no-repeat;
  }
  .bl_product .ly_cont_inner{
    width: 690px;
    padding: 40px;
  }
  .bl_product .bl_imgList > li{
    width: 100%;
  }
  .bl_detailWrapper{
    margin-top: 32px;
    gap: 0;
  }
  .bl_detail{
    width: 100%;
  }
  .bl_detail > div{
    padding: 32px 0;
  }
  .bl_detail > div > dt{
    width: 210px;
    font-size: 28px;
  }
  .bl_detail > div > dd{
    width: 400px;
  }
  .bl_attention{
    width: 100%;
    padding: 20px 24px 43px;
    margin: 40px 0;
    position: unset;
  }
  .bl_attention_ttl{
    font-size: 37px;
    padding: 0 0 22px 74px;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
  }
  .bl_attention_ttl::before{
    width: 54px;
    height: 50px;
    top: 4px;
  }
  .bl_attention_ttl::after{
    content: none;
  }
  .bl_attention_sTtl{
    font-size: 32px;
    margin-bottom: 4px;
  }
  .bl_attention .el_txt{
    text-align: left;
    letter-spacing: 0.4px;
  }
}