@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
.ly_mv {
  background: url(../images/lp/mv_bg01.jpg) top center / cover no-repeat;
  padding: 198px 0 0;
  height: 722px;
  position: relative;
  overflow: hidden;
}
.ly_mv::after {
  content: "";
  position: absolute;
  background: url(../images/lp/mv_bg_open.png) top center / cover no-repeat;
  width: 1168px;
  height: 722px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: mv_open 1.8s ease-in 1.5s forwards;
  z-index: 3;
}
@keyframes mv_open {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, -100%);
  }
}
.bl_mv_conts {
  display: flex;
  flex-direction: column;
}
.bl_mv_ttl {
  width: 717px;
  margin: 0 auto;
}
.bl_mv_txt {
  font-size: 36px;
  text-align: center;
  color: #3E2012;
  letter-spacing: 1.92px;
  line-height: 1.5;
  margin: 60px auto 0;
}
.bl_mv .el_waitTxt{
	text-align: center;
	margin-top: 67px;
	font-size: 24px;
	color: #905314;
}
.bl_mv .el_btn {
  width: 300px;
  height: 62px;
  font-size: 24px;
  margin-top: 26px;
}
@media screen and (max-width: 750px) {
  .ly_mv {
    background: url(../images/lp/mv_bg_sp.png) top center / cover no-repeat;
    padding: 236px 0 146px;
    height: auto;
  }
  .ly_mv::after {
    background: url(../images/lp/mv_bg_open_sp.png) top center / contain no-repeat;
    width: 750px;
    height: 844px;
    top: 0;
    animation: mv_open 1.8s ease-in 1.5s forwards;
  }
  .bl_mv_ttl {
    width: 430px;
    margin: 10px auto 0;
    opacity: 1;
    animation: unset;
  }
  @keyframes mv_box {
    0% {
      opacity: 0;
      z-index: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .bl_mv_txt {
    font-size: 32px;
	  margin-top: 35px;
	}
  .bl_mv .el_waitTxt{
	  font-size: 28px;
	  margin-top: 48px;
	}
  .bl_mv .el_btn {
	  width: 320px;
	  height: 72px;
	  margin-top: 26px;
	  font-size: 32px;
	}
}
/*=======================================================
first
=======================================================*/
.bl_first {
  padding: 32px 0;
  background: url(../images/lp/first_bg.jpg) top center / cover no-repeat;
}
.bl_firstList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.bl_firstList > li {
  width: 320px;
  height: 102px;
  background: url(../images/lp/first_item_bg.svg) top center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 2px;
}
@media screen and (max-width: 750px) {
  .bl_first {
    padding: 32px 0;
    background: url(../images/lp/first_bg_sp.jpg) top center / cover no-repeat;
  }
  .bl_firstList {
    gap: 26px;
  }
  .bl_firstList > li {
    width: 332px;
    height: 106px;
    font-size: 28px;
    line-height: 1.3;
  }
  .bl_firstList > li:last-child {
    font-size: 26px;
  }
}
/*=======================================================
feature
=======================================================*/
.bl_feature {
  padding: 56px 0 315px 0;
  background: url(../images/lp/feature_bg.jpg) top center / cover no-repeat;
}
.bl_feature .el_sec_mainTtl {
  font-size: 24px;
  margin: 0 auto 54px;
  position: relative;
}
.bl_feature .el_sec_mainTtl > span {
  display: block;
  margin-top: 12px;
}
.bl_feature .el_sec_mainTtl::after {
  content: "";
  position: absolute;
  background: url(../images/lp/feature_illust.png) top center / cover no-repeat;
  width: 90px;
  height: 88px;
  margin-left: 272px;
  top: 33px;
}
.bl_feature_imgWrapper {
  width: 672px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .bl_feature {
    padding: 72px 0 355px;
    background: url(../images/lp/feature_bg_sp.jpg) top center / cover no-repeat;
  }
  .bl_feature .el_sec_mainTtl {
    font-size: 30px;
    margin: 0 auto 60px;
  }
  .bl_feature .el_sec_mainTtl > span {
    margin-top: 25px;
  }
  .bl_feature .el_sec_mainTtl::after {
    content: none;
  }
  .bl_feature_imgWrapper {
    width: 100%;
  }
}
/*=======================================================
promise
=======================================================*/
.bl_promise {
  padding: 60px 0 64px;
  background: url(../images/lp/promise_bg.jpg) top center / cover no-repeat;
}
.bl_promise .bl_3promise {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -243px auto 0;
  position: relative;
  z-index: 1;
}
.bl_promise .bl_3promise::before {
  content: "";
  position: absolute;
  background: url(../images/lp/promises_pc.png) top center / contain no-repeat;
  width: 926px;
  height: 550px;
  top: -93px;
  left: 164px;
}
.bl_promise .bl_3promise .el_sec_mainTtl {
  color: #3e2012;
  /* padding-bottom: 22px; */
  /* margin: -25px 0 0 0; */
  margin-bottom: 34px;
}
.bl_promise .bl_3promise .el_sec_mainTtl::after {
  content: "";
  position: absolute;
  background: url(../images/lp/ttl_line.svg) top center / contain no-repeat;
  width: 600px;
  height: 24px;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
}
.bl_promise .bl_3promise .el_sec_mainTtl > span {
  color: #fff;
  width: 44px;
  height: 44px;
  margin: 0 8px;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.bl_promise .bl_3promise .el_sec_mainTtl > span::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background: #905314;
  top: 5px;
  left: 0px;
  z-index: -1;
}
.bl_promise .bl_3promise .bl_promise_txt {
  /* display: inline-block; */
  text-align: left;
  font-size: 27px;
  color: #3e2012;
  z-index: 1;
}
.bl_promise .bl_3promise .bl_promise_txt > li {
  margin-bottom: 24px;
}
.bl_promise .bl_3promise > .el_txt {
  color: #905314;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 14px;
  z-index: 1;
}
.bl_promise_list {
  display: flex;
  flex-direction: column;
  margin-top: 108px;
}
.bl_promise_item {
  padding: 48px 56px 40px;
  height: 304px;
  position: relative;
}
.bl_promise_item:nth-of-type(2) {
  padding: 52px 55px 80px;
  background: url(../images/lp/promise_item_bg02.svg) top center / contain no-repeat;
  height: 782px;
  margin-bottom: 42px;
}
.bl_promise_item:nth-of-type(3) {
  padding: 52px 55px 80px;
  background: url(../images/lp/promise_item_bg03.svg) top center / contain no-repeat;
  height: 726px;
}
.bl_promise_item:first-of-type {
  padding: 29px 0 0 403px;
  background: url(../images/lp/promise_img.png) top center / cover no-repeat;
  width: 1024px;
  height: 300px;
}
.bl_promise_item:first-of-type .el_txt {
  text-align: left;
  font-size: 20px;
  color: #fff;
  padding-left: 257px;
}
.bl_promise_item:first-of-type .bl_media_body .bl_media_txt {
  color: #fff;
  font-size: 20px;
}
.bl_promise_ttl {
  color: #3e2012;
  font-size: 32px;
  letter-spacing: 1.68px;
  text-align: center;
  position: relative;
}
.bl_promise_item:first-of-type .bl_promise_ttl {
  font-size: 36px;
  margin-bottom: 15px;
  color: #fff;
  text-align: left;
}
.bl_promise_item:nth-of-type(2) .bl_promise_ttl {
  margin-bottom: 24px;
}
.bl_promise_item:nth-of-type(3) .bl_promise_ttl {
  margin-bottom: 32px;
}
.bl_promise_item .el_txt {
  color: #3e2012;
}
/* 消す */
.bl_promise_item:nth-of-type(3) .bl_promise_ttl + p {
  text-align: center;
  height: 214px;
  margin-bottom: 30px;
}
.bl_promise_videoWrapper {
  width: 460px;
  margin: 0 auto 24px;
}
.bl_promise_item .bl_media {
  margin-top: 32px;
}
.bl_promise_item .bl_media_imgWrapper {
  flex: 0 1 440px;
}
.bl_promise_imgWrapper {
  width: 788px;
  margin: 20px auto 0 82px;
}
.bl_promise_item:nth-of-type(2) picture{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 32px auto 0;
  width: 540px;
}
.bl_growup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 240px;
  margin-bottom: 40px;
}
.bl_growup > li {
  width: 224px;
  position: relative;
}
.bl_growup > li:not(:first-of-type)::before {
  content: "";
  position: absolute;
  background: url(../images/lp/arrow.svg) top center / cover no-repeat;
  width: 160px;
  height: 160px;
  top: 50%;
  transform: translateY(-50%);
  left: -200px;
}
.bl_grow_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 38px;
}
.bl_grow_list > li {
  width: 186px;
  height: 118px;
  background: url(../images/lp/grow_item_bg.svg) top center / contain no-repeat;
  color: #b3904f;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 18px 0 0;
  position: relative;
}
.bl_grow_list > li:last-of-type {
  width: 170px;
  background: #fff;
  border: 1px solid #905314;
  padding: 10px 0 0 0;
}
.bl_grow_list > li::before {
  content: "";
  position: absolute;
  background: url(../images/lp/grow_img01.svg) top center / contain no-repeat;
  width: 60px;
  height: 44px;
  left: calc(50% - 8px);
  /* left: 50%; */
  transform: translateX(-50%);
  bottom: 15px;
}
.bl_grow_list > li:nth-of-type(2)::before {
  background: url(../images/lp/grow_img02.svg) top center / contain no-repeat;
  width: 56px;
  height: 56px;
  bottom: 13px;
}
.bl_grow_list > li:nth-of-type(3)::before {
  background: url(../images/lp/grow_img03.svg) top center / contain no-repeat;
  width: 52px;
  height: 62px;
  bottom: 10px;
}
.bl_grow_list > li:nth-of-type(4)::before {
  background: url(../images/lp/grow_img04.svg) top center / contain no-repeat;
  width: 70px;
  height: 62px;
  bottom: 8px;
}
.bl_grow_list > li:last-of-type::before {
  background: url(../images/lp/grow_img05.svg) top center / contain no-repeat;
  width: 94px;
  height: 56px;
  left: 50%;
  bottom: 11px;
}
@media screen and (max-width: 750px) {
  .bl_promise {
    padding: 80px 0 64px 0;
    background: url(../images/lp/promise_bg_sp.jpg) top center / cover no-repeat;
  }
  .bl_promise .bl_3promise {
    margin: -228px auto 0;
  }
  .bl_promise .bl_3promise::before {
    background: url(../images/lp/promises_sp.png) top center / contain no-repeat;
    width: 750px;
    height: 548px;
    top: -162px;
    left: -30px;
  }
  .bl_promise .bl_3promise .el_sec_mainTtl {
    font-size: 36px;
    letter-spacing: 2.16px;
    /* padding-bottom: 34px; */
    margin: -110px 104px 59px 0;
  }
  .bl_promise .bl_3promise .el_sec_mainTtl::after {
    width: 502px;
    height: 28px;
    top: 130px;
  }
  .bl_promise .bl_3promise .el_sec_mainTtl > span {
    width: 50px;
    height: 50px;
    margin: 0 3px 0 0;
    position: relative;
    z-index: 0;
  }
  .bl_promise .bl_3promise .el_sec_mainTtl > span::before {
    width: 46px;
    height: 46px;
    top: 6px;
    left: 1px;
  }
  .bl_promise .bl_3promise .bl_promise_txt {
    margin-left: -113px;
  }
  .bl_promise .bl_3promise .bl_promise_txt > li {
    margin-bottom: 28px;
  }
  .bl_promise .bl_3promise .el_txt {
    display: none;
  }
  .bl_promise_list {
    z-index: 3;
    margin: 120px 0 0;
  }
  .bl_promise_list::before {
    width: 166px;
    height: 314px;
    top: -303px;
    left: inherit;
    right: 15px;
    z-index: -1;
  }
  .bl_promise_item {
    padding: 56px 50px 0;
    height: 530px;
  }
  .bl_promise_item:nth-of-type(2) {
    padding: 56px 50px 0;
    background: url(../images/lp/promise_item_bg02_sp.svg) top center / contain no-repeat;
    height: 1548px;
    margin-bottom: 40px;
  }
  .bl_promise_item:nth-of-type(3) {
    padding: 56px 50px 0;
    background: url(../images/lp/promise_item_bg03_sp.svg) top center / contain no-repeat;
    height: 758px;
  }
  .bl_promise_item:first-of-type {
    padding: 40px 0 0 0;
    background: url(../images/lp/promise_img_sp.png) top center / cover no-repeat;
    width: 690px;
    height: 660px;
    text-align: center;
  }
  .bl_promise_item:first-of-type::before {
    width: 178px;
    height: 442px;
    bottom: 4px;
    left: 68px;
  }
  .bl_promise_ttl {
    font-size: 38px;
    letter-spacing: 1px;
	  padding-bottom: 8px;
    margin-bottom: 24px;
    position: relative;
  }
  .bl_promise_item:first-of-type .bl_promise_ttl {
    font-size: 44px;
    margin-bottom: 28px;
    text-align: center;
  }
  .bl_promise_item:first-of-type .bl_promise_ttl::after {
    width: 64px;
    height: 94px;
    top: -24px;
    margin-left: 22px;
  }
  .bl_promise_item:nth-of-type(2) .bl_promise_ttl::after,
  .bl_promise_item:nth-of-type(3) .bl_promise_ttl::after{
    position: absolute;
    content: "";
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #3E2012;
  }
  .bl_promise_item:nth-of-type(3) .bl_promise_ttl {
    margin-bottom: 24px;
  }
  .bl_promise_item:nth-of-type(2) .bl_promise_ttl::after {
    width: 360px;
  }
  .bl_promise_item:nth-of-type(3) .bl_promise_ttl::after {
    width: 602px;
  }
  .bl_promise_item:first-of-type .bl_media_body .bl_media_txt {
    font-size: 28px;
  }
  .bl_promise_item .el_txt {
    letter-spacing: 0;
  }
  .bl_promise_item:first-of-type .el_txt {
    font-size: 28px;
    padding-left: 225px;
  }
  .bl_promise_item:nth-of-type(2) .el_txt {
    text-align: left;
  }
  .bl_promise_item:nth-of-type(3) .el_txt {
    text-align: left;
  }
  /* 消す */
  .bl_promise_item:nth-of-type(3) .bl_promise_ttl + p {
    margin-bottom: 59px;
  }
  .bl_promise_item .bl_media {
    margin-top: 32px;
  }
  .bl_promise_item:nth-of-type(2) .bl_media {
    margin-top: 24px;
    gap: 24px;
  }
  .bl_promise_item .bl_media_imgWrapper {
    flex: 0 1 100%;
  }
  .bl_promise_imgWrapper {
    width: 410px;
    margin: 32px auto 0;
  }
  .bl_promise_item:nth-of-type(2) picture{
	  margin-top: 24px;
    width: 100%;
	}
  .bl_growup {
    gap: 190px;
    margin-bottom: 32px;
  }
  .bl_growup > li {
    width: 200px;
  }
  .bl_growup > li:not(:first-of-type)::before {
    left: -175px;
  }
  .bl_promise_videoWrapper {
    width: 500px;
    /* margin: 0 auto 32px; */
  }
  .bl_grow_list {
	display: none;
    margin-top: 0;
  }
  .bl_grow_list > li {
    width: 580px;
    height: 141px;
    background: url(../images/lp/grow_item_bg_sp.svg) top center / contain no-repeat;
    font-size: 32px;
    padding: 32px 0 0 0;
  }
  .bl_grow_list > li:last-of-type {
    width: 580px;
    height: 118px;
    border: 2px solid #905314;
    padding: 32px 0 0 0;
  }
  .bl_grow_list > li::before {
    width: 88px;
    height: 64px;
    left: 64px;
    transform: unset;
    bottom: 33px;
  }
  .bl_grow_list > li:nth-of-type(2)::before {
    width: 88px;
    height: 88px;
    bottom: 33px;
  }
  .bl_grow_list > li:nth-of-type(3)::before {
    width: 86px;
    height: 102px;
    bottom: 33px;
  }
  .bl_grow_list > li:nth-of-type(4)::before {
    width: 104px;
    height: 92px;
    bottom: 36px;
  }
  .bl_grow_list > li:last-of-type::before {
    width: 120px;
    height: 72px;
    left: 47px;
    bottom: 25px;
  }
}
/*=======================================================
treasure
=======================================================*/
.bl_treasure {
}
/* treasure voice */
.bl_treasure_voice {
  padding: 56px 0 68px;
  background: url(../images/lp/treasure_bg.jpg) top center / cover no-repeat;
}
.bl_treasure_voice .el_sec_mainTtl {
  background: url(../images/lp/treasure_ttl_bg.png) top center / contain no-repeat;
  width: 482px;
  height: 116px;
  padding-top: 17px;
  letter-spacing: 1.92px;
  margin: 0 auto -33px;
}
.bl_treasure_voice .el_att {
  color: #fff;
  text-align: center;
  padding: 0;
}
.bl_treasure_voice .el_att::before {
  position: relative;
}
.bl_treasure_list {
  width: 790px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  margin: 52px auto 0;
}
.bl_treasure_list .bl_treasure_item {
  width: 600px;
  height: 250px;
  background: url(../images/lp/treasure_item_bg.svg) top center / contain no-repeat;
  padding-top: 58px;
  padding-left: 103px;
  margin-left: 182px;
  position: relative;
}
.bl_treasure_list .bl_treasure_item:nth-of-type(even) {
  margin: 0;
}
.bl_treasure_item:nth-of-type(2) {
  padding-left: 227px;
}
.bl_treasure_item:nth-of-type(3) {
  padding-left: 100px;
}
.bl_treasure_item:nth-of-type(4) {
  padding-left: 238px;
}
.bl_treasure_item:nth-of-type(5) {
  padding-left: 118px;
}
.bl_treasure_item:nth-of-type(6) {
  padding-left: 189px;
}
.bl_treasure_item:last-of-type {
  padding-left: 103px;
}
.bl_treasure_list .bl_treasure_item::before {
  content: "";
  position: absolute;
}
.bl_treasure_item:first-of-type::before {
  background: url(../images/lp/treasure_img01.png) top center / contain no-repeat;
  width: 320px;
  height: 368px;
  top: -73px;
  right: -86px;
}
.bl_treasure_item:nth-of-type(2)::before {
  background: url(../images/lp/treasure_img02.png) top center / contain no-repeat;
  width: 170px;
  height: 298px;
  top: -32px;
  left: 5px;
}
.bl_treasure_item:nth-of-type(3)::before {
  background: url(../images/lp/treasure_img03.png) top center / contain no-repeat;
  width: 344px;
  height: 374px;
  top: -106px;
  right: -100px;
}
.bl_treasure_item:nth-of-type(4)::before {
  background: url(../images/lp/treasure_img04.png) top center / contain no-repeat;
  width: 128px;
  height: 370px;
  top: -83px;
  left: 16px;
}
.bl_treasure_item:nth-of-type(5)::before {
  background: url(../images/lp/treasure_img05.png) top center / contain no-repeat;
  width: 256px;
  height: 370px;
  top: -102px;
  right: -12px;
}
.bl_treasure_item:nth-of-type(6)::before {
  background: url(../images/lp/treasure_img06.png) top center / contain no-repeat;
  width: 234px;
  height: 346px;
  top: -66px;
  left: -62px;
}
.bl_treasure_item:last-of-type::before {
  background: url(../images/lp/treasure_img07.png) top center / contain no-repeat;
  width: 234px;
  height: 308px;
  top: -10px;
  right: -80px;
}
.bl_treasure_ttl {
  width: 194px;
  margin: 0 0 25px -30px;
  position: relative;
}
.bl_treasure_ttl::before {
  content: "";
  position: absolute;
  background: url(../images/lp/voice.svg) top center / contain no-repeat;
  width: 100px;
  height: 44px;
  top: -30px;
  left: -34px;
}
.bl_treasure_txt > img {
  width: auto;
  height: 80px;
}
/* detail */
.bl_detail {
  padding: 64px 0;
  background: linear-gradient(271deg, #29150b 0%, #692f24 50%, #29150b 100%);
}
.bl_detail_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bl_detail_item {
  background: url(../images/lp/detail_bg01.svg) top center / contain no-repeat;
  height: 428px;
  padding: 56px 0 78px;
}
.bl_detail_item:nth-of-type(3) {
  background: url(../images/lp/detail_bg02.svg) top center / contain no-repeat;
  height: 1162px;
  padding: 60px 48px 56px;
}
.bl_detail_item:nth-of-type(4) {
  color: #fff;
  text-align: center;
  font-size: 30px;
  background: none;
  height: auto;
  padding: 0;
}
.bl_detail_item:nth-of-type(4) iframe {
  width: 750px;
  height: 432px;
  margin-top: 10px;
}
.bl_detail_item:nth-of-type(5) {
  background: url(../images/lp/detail_bg03.svg) top center / contain no-repeat;
  height: 910px;
}
.bl_detail_item:last-of-type {
  background: url(../images/lp/detail_bg04.svg) top center / contain no-repeat;
  height: 800px;
}
.bl_detail_ttl {
  line-height: 1;
  color: #3e2012;
  text-align: center;
  font-size: 28px;
  padding-bottom: 46px;
  margin-bottom: 20px;
  position: relative;
}
.bl_detail_ttl::after {
  content: "";
  position: absolute;
  background: url(../images/lp/ttl_line.svg) top center / contain no-repeat;
  width: 600px;
  height: 24px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bl_detail_item:first-of-type .bl_media {
  align-items: center;
}
.bl_detail_item .bl_media {
	justify-content: center;
}
.bl_detail_item .bl_media_imgWrapper {
  flex: unset;
  width: 352px;
}
.bl_detail_item .bl_media_body {
  flex: unset;
  width: 528px;
}
.bl_detail_item:first-of-type .bl_media_txt {
  font-size: 20px;
}
.bl_detail_item:first-of-type .bl_media_txt:last-of-type{
	font-weight: bold;
}
.bl_detail_item .el_txt:not(:first-of-type) {
  margin-top: 25px;
}
.bl_detail_item .el_txt.bl_bigTxt {
  font-size: 20px;
  color: #3e2012;
}
.bl_detail_imgWrapper {
  width: 360px;
  margin: 24px auto;
}
.bl_detail_item:last-of-type .bl_detail_imgWrapper {
  width: 496px;
  margin-top: 32px;
}
.bl_detail_item .el_small {
  font-size: 14px;
}
.bl_detail_item:nth-of-type(3) .el_att {
  margin-left: 240px;
  padding: 0;
  margin-top: 34px;
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em;
}
.bl_detail_item:nth-of-type(3) .el_att:last-of-type {
  margin-top: 0;
}
.bl_detail_item:nth-of-type(3) .el_att::before {
  position: relative;
  margin-right: 0.5em;
}
.bl_detail_item:nth-of-type(3) .el_txt_link + .el_att{
	margin-top: 4px;
}
.bl_detail_item:nth-of-type(3) .el_txt_link {
  margin-left: 240px;
  font-size: 11px;
  text-align:left;
  margin-top: 2px;
}
.bl_detail_item:nth-of-type(3) .el_attAfter::after{
	content: '※1';
	font-size: 14px;
	bottom: 28px;
	position: relative;
	right: -100px;
}
.bl_detail_item:nth-of-type(3) .el_attAfter:nth-of-type(2)::after{
	content: '※2';
	position: relative;
	font-size: 14px;
	bottom: 2px;
	right: -3px;
}
.bl_happy{
	width: 580px;
	margin: 24px auto;
}
.bl_happy_ttl{
	height: 38px;
	background: #3E2012;
	font-size: 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2px;
}
.bl_happy_list{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 10px  0 8px;
}
.bl_happy_item{
	width: 50%;
	position: relative;
}
.bl_happy_item:not(:first-of-type)::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 96%;
	background: #905314;
	top: 50%;
	transform: translateY(-50%);
	left: 19px;
}
.bl_happy_sTtl{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.bl_happy_imgWrapper{
	width: 110px;
	margin: 6px  auto 0;
}
.bl_happy_item:nth-of-type(2) .bl_happy_imgWrapper{
	width: 136px;
}
.bl_txtWrapper{
	display: flex;
	flex-direction: column;
	position: relative;
	margin-right: 42px;
}
.bl_txtWrapper::after{
	content: '倍増';
	position: absolute;
	font-size: 17px;
	font-weight: bold;
	padding-top: 1px;
	font-family: initial;
	color: #fff;
	width: 50px;
	height: 50px;
	background: #FFA62F;
	border-radius: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -3px;
	right: -40px;
}
.bl_txtWrapper .bl_happy_txt{
	width: 210px;
}
.bl_txtWrapper .bl_happy_txt:nth-of-type(2){
	text-align: right;
	margin: -17px auto;
}
.bl_happy_txt{
	position: relative;
	margin: 0 auto;
}
.bl_happy_item:nth-of-type(2) .bl_happy_txt{
	text-align: center;
	width: auto;
	margin: 4px 31px 0px auto;
}
.bl_happy_item:nth-of-type(2) .bl_happy_txt::after{
	content: '節約';
	position: absolute;
	font-size: 17px;
	padding-top: 1px;
	font-family: initial;
	color: #fff;
	width: 50px;
	height: 50px;
	background: #FFA62F;
	border-radius: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -12px;
	right: -12px;
}
.bl_happy_item .bl_bigTxt{
	font-size: 28px;
}
.bl_detail_item:nth-of-type(5) .el_att {
  text-align: center;
  padding-left: 0;
  font-size: 14px;
  margin-top: 6px;
}
.bl_detail_item:nth-of-type(5) .el_att::before {
  position: relative;
}
.bl_children_imgWrapper{
	width: 428px;
	margin: 32px auto;
}
.bl_company_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 38px auto 30px;
}
.bl_company_list > li {
  width: 256px;
}
.bl_company_list > li:nth-of-type(2){
	width: 114px;
}
.bl_company_list > li:nth-of-type(3){
	/* width: 176px; */
	width: 267px;
}
.bl_company_list > li:nth-of-type(3) > img{
	border-radius: 8px;
}
.bl_company_list > li:nth-of-type(4){
	width: 176px;
}
.bl_company_list > li:nth-of-type(5){
	width: 160px;
}
.bl_detail_item:nth-of-type(5) .el_smallTxt{
	font-size: 14px;
}
.bl_detail_item:nth-of-type(5) .el_txt.bl_bigTxt {
	font-size: 24px;
	margin-top: 9px;
}
@media screen and (max-width: 750px) {
  /* treasure voice */
  .bl_treasure_voice {
    padding: 40px 0 132px;
    background: url(../images/lp/treasure_bg_sp.jpg) top center / cover no-repeat;
  }
  .bl_treasure_voice .el_sec_mainTtl {
    width: 630px;
    height: 152px;
    padding-top: 24px;
    /* margin: 0 auto -22px; */
  }
  .bl_treasure_list {
    width: auto;
    gap: 32px;
    margin: 62px auto 0;
  }
  .bl_treasure_list .bl_treasure_item {
    width: 660px;
    height: 275px;
    background: url(../images/lp/treasure_item_bg.svg) top center / contain no-repeat;
    padding-top: 49px;
    padding-left: 99px;
    margin-left: 0;
    position: relative;
  }
  .bl_treasure_list .bl_treasure_item:nth-of-type(even) {
    margin: 0 0 0 32px;
  }
  .bl_treasure_item:nth-of-type(2) {
    padding-left: 226px;
  }
  /* .bl_treasure_item:nth-of-type(3){
    padding-left: 122px;
  } */
  .bl_treasure_item:nth-of-type(4) {
    padding-left: 230px;
  }
  .bl_treasure_item:nth-of-type(5) {
    padding-left: 100px;
  }
  .bl_treasure_item:nth-of-type(6) {
    padding-left: 174px;
  }
  .bl_treasure_item:last-of-type {
    padding: 46px 0 0 99px;
  }
  .bl_treasure_list .bl_treasure_item::before {
    content: "";
    position: absolute;
  }
  .bl_treasure_item:first-of-type::before {
    width: 302px;
    height: 348px;
    top: -39px;
    right: -29px;
  }
  .bl_treasure_item:nth-of-type(2)::before {
    width: 192px;
    height: 336px;
    top: -34px;
    left: -15px;
  }
  .bl_treasure_item:nth-of-type(3)::before {
    width: 320px;
    height: 348px;
    top: -42px;
    right: -57px;
  }
  .bl_treasure_item:nth-of-type(4)::before {
    width: 140px;
    height: 400px;
    top: -66px;
    left: 18px;
    z-index: 1;
  }
  .bl_treasure_item:nth-of-type(5)::before {
    width: 248px;
    height: 356px;
    top: -27px;
    right: 34px;
  }
  .bl_treasure_item:nth-of-type(6)::before {
    width: 218px;
    height: 325px;
    top: -24px;
    left: -58px;
  }
  .bl_treasure_item:last-of-type::before {
    width: 246px;
    height: 324px;
    top: -20px;
    right: -58px;
  }
  .bl_treasure_ttl {
    width: 224px;
    margin: 0 0 25px -38px;
  }
  .bl_treasure_item:nth-of-type(even) .bl_treasure_ttl {
    margin-left: -39px;
  }
  .bl_treasure_ttl::before {
    width: 110px;
    height: 48px;
    top: -23px;
    left: -33px;
  }
  .bl_treasure_txt > img {
    height: 96px;
  }
  /* detail */
  .bl_detail {
    padding: 64px 0;
    background: linear-gradient(271deg, #29150b 0%, #692f24 50%, #29150b 100%);
  }
  .bl_detail_list {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .bl_detail_item:nth-of-type(4) {
    height: auto;
  }
  .bl_detail_item:nth-of-type(4) iframe {
    width: 648px;
    height: 360px;
	margin: 16px auto 10px;
  }
  .bl_detail_item {
    background: url(../images/lp/detail_bg01_sp.svg) top center / contain no-repeat;
    height: 970px;
    padding: 62px 45px 77px;
  }
  .bl_detail_item:nth-of-type(2) {
    background: url(../images/lp/detail_bg02_sp.svg) top center / contain no-repeat;
    height: 895px;
  }
  .bl_detail_item:nth-of-type(3) {
    background: url(../images/lp/detail_bg03_sp.svg) top center / contain no-repeat;
    height: 2333px;
  }
  .bl_detail_item:nth-of-type(5) {
    background: url(../images/lp/detail_bg04_sp.svg) top center / contain no-repeat;
    height: 1562px;
  }
  .bl_detail_item:last-of-type {
    background: url(../images/lp/detail_bg05_sp.svg) top center / contain no-repeat;
    height: 1255px;
  }
  .bl_detail_ttl {
    line-height: 1.3;
    font-size: 38px;
  }
  .bl_detail_item .bl_media_imgWrapper {
    width: 580px;
    margin: 0 auto;
  }
  .bl_detail_item .bl_media_body {
    width: 100%;
  }
  .bl_detail_item .bl_media_txt {
    text-align: left;
  }
  .bl_detail_item:first-of-type .bl_media_txt {
    text-align: center;
    color: #3e2012;
    font-size: 32px;
  }
  .bl_detail_item .el_txt:not(:first-of-type) {
    margin-top: 38px;
  }
  .bl_detail_item .el_txt.bl_bigTxt {
    font-size: 38px;
    margin-top: 0;
  }
  .bl_detail_item:nth-of-type(3) .el_att {
    margin-left: 0;
    font-size: 20px;
    text-indent: -10px;
    padding-left: 10px;
  }
  .bl_detail_item:nth-of-type(3) .el_txt_link {
	  margin-left: 0;
	  font-size: 20px;
	  margin-top: 2px;
	 }
	.bl_detail_item:nth-of-type(3) .el_txt_link + .el_att{
		margin-top: 8px;
	}
  .bl_detail_item:nth-of-type(3) .el_attAfter::after{
    font-size: 20px;
    bottom: 44px;
    right: -10px;
  }
  .bl_detail_item:nth-of-type(3) .el_attAfter:nth-of-type(2)::after{
    font-size: 20px;
    bottom: 2px;
    right: -12px;
  }
  .bl_detail_item:nth-of-type(5) .el_att.sp {
    margin-top: 40px;
    font-size: 20px;
    display: block;
    text-align: left;
    color: #707070;
  }
  .bl_detail_item:nth-of-type(5) .el_txt:first-of-type{
	  letter-spacing: 0px;
  }
  .bl_detail_imgWrapper {
    width: 580px;
    margin: 45px auto 20px;
  }
  .bl_detail_item:last-of-type .bl_detail_imgWrapper {
    width: 580px;
  }
  .bl_detail_item .el_small {
    font-size: 24px;
  }
  .bl_detail_item:nth-of-type(4) .el_att {
    margin-top: 32px;
    font-size: 24px;
    padding-left: 0;
  }
  .bl_detail_item:nth-of-type(4) .el_att.sp {
    font-size: 28px;
    padding-left: 0;
  }
	.bl_happy{
    width: 530px;
    margin: 32px auto;
  }
  .bl_happy_ttl{
    height: 54px;
    font-size: 30px;
  }
  .bl_happy_list{
    padding: 24px  0;
    gap: 28px;
  }
  .bl_happy_item{
    width: 100%;
  }
  .bl_happy_item:not(:first-of-type)::before{
    content: none;
  }
  .bl_happy_sTtl{
    font-size: 28px;
  }
  .bl_happy_imgWrapper{
    /* width: 204px; */
    width: 180px;
    margin: 12px  auto;
  }
  .bl_happy_item:nth-of-type(2) .bl_happy_imgWrapper{
   /* width: 272px; */
   width: 240px;
  }
  .bl_txtWrapper{
		display: flex;
		flex-direction: column;
		position: relative;
		margin-right: 42px;
	}
	.bl_txtWrapper::after{
    font-size: 30px;
    width: 87px;
    height: 87px;
    top: -10px;
    right: 0;
 }
	.bl_txtWrapper .bl_happy_txt{
		width: 300px;
	}
	.bl_txtWrapper .bl_happy_txt:nth-of-type(2){
		margin: -11px auto 0;
	}
  .bl_happy_item:nth-of-type(2) .bl_happy_txt{
    text-align: center;
    width: auto;
    margin: 0 auto
  }
  .bl_happy_item:nth-of-type(2) .bl_happy_txt::after{
    font-size: 30px;
    width: 87px;
    height: 87px;
    top: -37px;
    right: 42px;
  }
  .bl_happy_item .bl_bigTxt{
    font-size: 36px;
  }
  .bl_children_imgWrapper{
    width: 590px;
    margin: 40px auto;
  }
  .bl_company_wrapper {
    position: relative;
    width: 600px;
    overflow-x: scroll;
  }
  .bl_company_list {
    gap: 24px;
    margin: 24px 0;
    white-space: nowrap;
    border-collapse: collapse;
    min-width: 1464px;
    justify-content: unset;
  }
  .bl_company_list > li {
    width: 450px;
  }
  .bl_company_list > li:nth-of-type(2){
    width: 192px;
  }
  .bl_company_list > li:nth-of-type(3){
    /* width: 288px; */
    width: 450px;
  }
  .bl_company_list > li:nth-of-type(3) > img{
	border-radius: 12px;
  }
  .bl_company_list > li:nth-of-type(4){
    width: 296px;
  }
  .bl_company_list > li:nth-of-type(5){
    width: 270px;
  }
  .bl_detail_item:nth-of-type(5) .bl_company_wrapper + .el_txt {
	  font-size: 22px;
	  margin-top: 0;
  }
  .bl_detail_item:nth-of-type(5) .el_txt.bl_bigTxt {
    font-size: 38px;
    margin-top: 40px;
  }
}
/*=======================================================
product
=======================================================*/
.bl_product {
  padding: 64px 0;
}
.bl_product .el_sec_mainTtl {
  width: 340px;
  margin: 0 auto 42px;
}
.bl_product .el_sec_mainTtl::before,
.bl_product .el_sec_mainTtl::after {
  content: "";
  position: absolute;
}
.bl_product .el_sec_mainTtl::before {
  background: url(../images/lp/icon_set01.svg) top center / contain no-repeat;
  width: 76px;
  height: 62px;
  left: -8px;
  top: -16%;
}
.bl_product .el_sec_mainTtl::after {
  background: url(../images/lp/icon_set02.svg) top center / contain no-repeat;
  width: 48px;
  height: 68px;
  right: 18px;
  top: -30%;
}
.bl_contents{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 42px;
}
.bl_contents_left{
	width: 380px;
}
.bl_contents_left .bl_contents_imgWrapper{
	width: 360px;
}
.bl_contents .bl_numList{
	margin: 16px auto 0;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
}
.bl_contents .bl_numList > li {
  order: 1;
  width: 44%;
}
.bl_contents .bl_numList > li:nth-of-type(2) {
    order: 3;
}
.bl_contents .bl_numList > li:nth-of-type(3) {
    order: 5;
}
.bl_contents .bl_numList > li:nth-of-type(4) {
    order: 7;
}
.bl_contents .bl_numList > li:nth-of-type(5) {
    order: 9;
}
.bl_contents .bl_numList > li:nth-of-type(6) {
    order: 11;
}
.bl_contents .bl_numList > li:nth-of-type(7) {
    order: 2;
}
.bl_contents .bl_numList > li:nth-of-type(8) {
    order: 4;
}
.bl_contents .bl_numList > li:nth-of-type(9) {
    order: 6;
}
.bl_contents .bl_numList > li:nth-of-type(10) {
    order: 8;
}
.bl_contents .bl_numList > li:nth-of-type(11) {
    order: 10;
}
.bl_contents .bl_numList > li:nth-of-type(12) {
    order: 12;
    width: 60%;
    margin-right: -10%;
}
.bl_contents_right{
	width: 330px;
}
.bl_contents_right .bl_contents_imgWrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bl_contents_right .el_bigTxt{
	color: #3E2012;
	font-size: 24px;
	margin-top: 3px;
}
.bl_contents_detail{
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 8px;
}
.bl_contents_detail.sp{
	display: none;
}
.bl_contents_detail > div{
	display: flex;
	gap: 0;
}
.bl_contents_detail > div:first-of-type{
	order: 1;
}
.bl_contents_detail > div:nth-of-type(2){
	order: 3;
}
.bl_contents_detail > div:nth-of-type(3){
	order: 2;
}
.bl_contents_detail > div:nth-of-type(4){
	order: 4;
}
.bl_contents_detail > div > dd::before{
	content: '：';
}
@media screen and (max-width: 750px) {
  .bl_product {
    padding: 64px 0;
  }
  .bl_product .el_sec_mainTtl {
    width: 446px;
    margin: 0 auto 52px;
  }
  .bl_product .el_sec_mainTtl::before {
    width: 98px;
    height: 80px;
  }
  .bl_product .el_sec_mainTtl::after {
	width: 58px;
	height: 80px;
  }
  .bl_contents_left{
    width: 100%;
    display: flex;
    gap: 24px;
    width: 750px;
	margin-left: 30px;
  }
  .bl_contents_left_sp{
	  width: 390px;
  }
  .bl_contents_left .bl_contents_imgWrapper{
	width: 100%;
  }
  .bl_contents_detail.sp{
	display: block;
	margin: 24px 0 0;
	font-size: 22px;
  }
  .bl_contents .bl_numList{
    /* margin: 24px auto 0; */
    font-size: 18px;
    margin: 0;
    flex-direction: column;
    letter-spacing: 0;
    width: 300px;
	display: block;
  }
  .bl_contents .bl_numList > li{
	width: 100%;
  }
  .bl_contents .bl_numList > li:nth-of-type(14){
	width: 100%;
	margin-right: 0;
	}
  .bl_contents_right{
    width: 100%;
	position: relative;
  }
  .bl_contents_right .bl_contents_imgWrapper{
	  display: flex;
	  gap: 30px;
	  flex-direction: row;
  }
  .bl_contents_right .bl_contents_imgWrapper picture{
	  width: 390px;
	  margin: 0;
  }
  .bl_contents_right .bl_contents_imgWrapper img{
	  width: 390px;
	  margin: 0;
  }
  .bl_contents_right .bl_contents_imgWrapper > figcaption{
	  width: 268px;
	  font-size: 32px;
	  text-align: left;
	 }
  .bl_contents_right p{
	position: absolute;
	top: 112px;
	right: 35px;
  }
  .bl_contents_detail{
	display: none;
	}
}

/*=======================================================
plan
=======================================================*/
.bl_plan{
	padding: 64px 0;
	background: url(../images/lp/plan_bg.jpg) top center / cover no-repeat;
}
.bl_plan .bl_media{
	padding: 10px 64px 0 98px;
	background: rgba(255,255,255,0.7);
	align-items: center;
	gap: 80px;
	margin-bottom: 32px;
}
.bl_plan .bl_media_imgWrapper{
	flex: 0 1 270px;
}
.bl_plan .bl_media_ttl{
	font-size: 26px;
	margin-bottom: 24px;
}
.bl_plan .bl_media_ttl > span{
	font-size: 17px;
	font-weight: normal;
	font-family: initial;
}
.bl_plan .bl_media_ttl > span:first-of-type{
	display: block;
	margin-bottom: 8px;
  color: #9D873E;
  font-weight: bold;
}
.bl_plan_list{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 32px;
}
.bl_plan_list.sp{
	display: none;
}
.bl_plan_list > li{
	width: 160px;
	height: 48px;
	background: #D47B17;
	border-radius: 28px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bl_planDetail_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin: 24px auto;
}
.bl_planDetail_item{
	width: 180px;
}
.bl_planDetail_item > dt{
	background: #D47B17;
	color: #fff;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 34px 34px 0 0;
}
.bl_planDetail_item > dd{
	background: #fff;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 34px 34px;
}
.bl_plan .el_att.center{
	text-align: center;
	padding: 0;
	margin-top: 16px;
}
.bl_plan .el_att.center::before{
	position: relative;
}
@media screen and (max-width: 750px){
	.bl_plan{
		background: url(../images/lp/plan_bg_sp.jpg) top center / cover no-repeat;
	}
	.bl_plan .bl_media{
		padding: 24px 30px 32px 10px;
		justify-content: flex-end;
		gap: 0 24px;
		margin-bottom: 40px;
	}
	.bl_plan .bl_media_imgWrapper{
		flex: 0 1 294px;
	}
	.bl_plan .bl_media_ttl{
		font-size: 40px;
		margin-bottom: 32px;
	}
	.bl_plan .bl_media_ttl > span{
		font-size: 28px;
	}
	.bl_plan .bl_media_ttl > span:first-of-type{
		margin-bottom: 14px;
    font-size: 28px;
	}
	.bl_plan_list.sp{
		display: flex;
		gap: 16px;
		margin-top: 0;
	}
	.bl_plan_list.pc{
		display: none;
	}
	.bl_plan_list > li{
		width: 200px;
		height: 56px;
		font-size: 22px;
	}
	.bl_plan .el_txt{
		text-align: left;
	}
	.bl_planDetail_list{
		gap: 15px;
		margin: 40px auto;
	}
	.bl_planDetail_item{
		width: 220px;
		font-size: 22px;
	}
	.bl_planDetail_item > dt{
		height: 40px;
		border-radius: 40px 40px 0 0;
	}
	.bl_planDetail_item > dd{
		height: 52px;
		border-radius: 0 0 40px 40px;
	}
	.bl_plan .el_att.center{
		padding-left: 1.2em;
		text-align: left;
		letter-spacing: 0.8px;
		margin-top: 12px;
	}
	.bl_plan .el_att.center::before{
		position: absolute;
	}
}
/*=======================================================
message
=======================================================*/
/* .bl_message {
  padding: 64px 0;
  background: url(../images/lp/message_bg.jpg) top center / cover no-repeat;
  color: #fff;
  font-size: 20px;
}
.bl_message .el_txt:not(:first-of-type) {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .bl_message {
    background: url(../images/lp/message_bg_sp.jpg) top center / cover no-repeat;
    font-size: 28px;
    padding: 58px 0;
  }
  .bl_message .el_txt:not(:first-of-type) {
    margin-top: 42px;
  }
} */
/*=======================================================
cart
=======================================================*/
.bl_cart {
  padding: 64px 0;
  background: url(../images/lp/cart_bg.jpg) top center / cover no-repeat;
}
.bl_cart .el_sec_mainTtl{
	color: #fff;
	line-height: 1;
	margin-bottom: 48px;
}
.bl_cart_ttl{
	font-size: 30px;
	color: #fff;
	height: 56px;
	background: #AC8440;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bl_cart_ttl.child{
	background: #AC5540;
}
.bl_media + .bl_cart_ttl.child{
	margin-top: 64px;
}
.bl_cart_ttl > span{
	font-size: 24px;
	padding-top: 4px;
}
.bl_cart .bl_media {
  background: url(../images/lp/cart_media_bg.svg) top center / cover no-repeat #fff;
  height: 362px;
  padding: 32px 48px 32px 32px;
  gap: 40px;
}
.bl_cart .bl_media.child{
  background: url(../images/lp/cart_media_bg02.svg) top center / cover no-repeat #fff;
}
.bl_cart .bl_media_imgWrapper {
  flex: unset;
  flex: 0 1 460px;
}
.bl_cart .bl_media_ttl {
  font-size: 24px;
  color: #3e2012;
  margin: 15px 0 6px 0;
  letter-spacing: 1.44px;
}
.bl_cart .bl_media_ttl > span {
  font-size: 20px;
}
.bl_cart .bl_price {
  font-size: 40px;
  letter-spacing: 2.4px;
  color: #9d873e;
  margin-bottom: 32px;
}
.bl_cart .bl_media.child .bl_price{
  color: #AC5440;
}
.bl_cart .bl_yen {
  font-size: 26px;
  letter-spacing: 0;
}
.bl_cart .bl_tax {
  font-size: 18px;
}
.bl_cart .bl_fee {
  font-size: 20px;
  display: block;
  line-height: 1;
  margin: 16px 0 -4px;
}
.bl_cart .bl_postage {
  font-size: 20px;
  margin-left: -4px;
}
.bl_cart .el_btn__orange {
  width: 228px;
  height: 56px;
  margin: 36px 0 0;
}
.bl_cart .bl_media + .el_txt {
  font-size: 24px;
  color: #fff;
  margin-top: 28px;
}
.bl_cart .bl_media_txt{
	margin-top: 12px;
}
.bl_cart .el_btn_more {
  width: 300px;
  height: 64px;
  background: linear-gradient(180deg, #FFA62E 0%, #9A4100 100%);
  border-radius: 2px;
  margin: 26px auto 0;
}
.bl_cart .el_btn_more::after {
  content: "▶︎";
  width: auto;
  height: auto;
  font-size: 16px;
  right: 16px;
  border: none;
}
@media screen and (max-width: 750px) {
  .bl_cart {
	background: #490F5C;
  }
  .bl_cart_ttl{
    font-size: 36px;
    height: 72px;
  }
  .bl_media + .bl_cart_ttl.child{
    margin-top: 48px;
  }
  .bl_cart_ttl > span{
    font-size: 28px;
  }
  .bl_cart .bl_media {
    background: url(../images/lp/cart_media_bg_sp.svg) top center / cover no-repeat #fff;
    height: 1002px;
    padding: 58px 30px 64px;
  }
  .bl_cart .bl_media.child{
	background: url(../images/lp/cart_media_bg02_sp.svg) top center / cover no-repeat #fff;
  }
  .bl_cart .bl_media_ttl {
    font-size: 38px;
    text-align: center;
	  letter-spacing: 2.28px;
	  margin: 5px 0 0;
  }
  .bl_cart .bl_media_ttl > span {
    font-size: 28px;
  }
  .bl_cart .bl_price.sp {
    font-size: 48px;
    display: block;
    text-align: center;
    margin: 12px 0 30px;
  }
  .bl_cart .bl_yen {
    font-size: 32px;
  }
  .bl_cart .bl_tax {
    font-size: 24px;
  }
  .bl_cart .bl_fee {
    font-size: 28px;
    width: 345px;
    text-align: left;
    margin: 28px auto -4px;
  }
  .bl_cart .bl_postage {
	font-size: 28px;
	margin-left: -4px;
	}
  .bl_cart .bl_media_txt {
    text-align: center;
    margin-top: 42px;
  }
  .bl_cart .el_waitTxt {
	  margin-top: 6px;
  }
  .bl_cart .el_btn__orange {
    width: 320px;
    height: 88px;
    margin: 38px auto 0;
  }
  .bl_cart .bl_media + .el_txt {
    font-size: 36px;
    margin: 66px -20px 0px;
  }
  .bl_cart .el_btn_more {
    width: 500px;
    height: 88px;
    margin: 54px auto 0;
  }
  .bl_cart .el_btn_more::after {
    font-size: 24px;
    right: 24px;
  }
  .bl_cart .el_link {
    font-size: 32px;
  }
}
/*=======================================================
charge
=======================================================*/
.bl_charge {
  padding: 53px 0;
}
.bl_charge .el_sec_mainTtl {
  margin-bottom: 33px;
}
.bl_charge .el_sec_mainTtl:first-of-type::after {
  content: "";
  position: absolute;
  background: url(../images/lp/charge_icon01.svg) top center / contain no-repeat;
  width: 62px;
  height: 100px;
  top: -30px;
  margin-left: 30px;
}
.bl_charge .el_sec_mainTtl:last-of-type::after {
  content: "";
  position: absolute;
  background: url(../images/lp/charge_icon02.svg) top center / contain no-repeat;
  width: 62px;
  height: 100px;
  top: -30px;
  margin-left: 30px;
}
.bl_charge .bl_media:first-of-type {
  margin-bottom: 53px;
}
.bl_charge .bl_media:last-of-type {
  flex-direction: row-reverse;
}
.bl_charge .el_att {
  margin-top: 8px;
}
.bl_charge .el_att + .bl_media_txt {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .bl_charge {
    padding: 56px 0 64px;
  }
  .bl_charge .el_sec_mainTtl {
    margin-bottom: 24px;
  }
  .bl_charge .el_sec_mainTtl::after {
    width: 86px;
    height: 138px;
    top: -41px;
    margin-left: 11px;
  }
  .bl_charge .bl_media {
  }
  .bl_charge .bl_media_imgWrapper {
    flex: 0 1 100%;
  }
  .bl_charge .bl_media_body {
  }
  .bl_charge .bl_media_txt {
  }
  .bl_charge .el_att {
    margin-top: 16px;
  }
}
/*=======================================================
voice
=======================================================*/
.bl_voice {
  padding: 64px 0;
  background: linear-gradient(270deg, #29150b 0%, #692f24 50%, #29150b 100%);
}
.bl_voice .el_sec_mainTtl {
	width: 458px;
	height: 134px;
	background: url(../images/lp/voice_ttl_bg.svg) top center / contain no-repeat;
	margin: 0 auto 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 3px;
}
.bl_voice .bl_media {
  width: 1024px;
  background: #f4f3d7;
  padding: 32px;
  position: relative;
}
.bl_voice .bl_media_imgWrapper {
  flex: 0 1 188px;
}
.bl_voice .bl_media_body {
  display: flex;
  flex-direction: column;
}
.bl_voice .bl_media_txt {
  line-height: 1.5;
}
.bl_voice .bl_media_ttl {
  margin-bottom: 24px;
}
.bl_voice .bl_media_ttl span {
  display: flex;
}
.bl_voice .bl_media_ttl .bl_conmapny {
  color: #905314;
  font-size: 18px;
  margin-bottom: 8px;
}
.bl_voice .bl_media_ttl .bl_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.bl_voice .bl_media_ttl .bl_post {
  font-size: 15px;
  font-weight: normal;
}
.bl_voice .bl_media_ttl .bl_name {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .bl_voice .el_sec_mainTtl {
    width: 582px;
    height: 170px;
    background: url(../images/lp/voice_ttl_bg.svg) top center / contain no-repeat;
    margin: 0 auto 32px;
  }
  .bl_voice .bl_media {
    width: 100%;
    padding: 40px 30px 42px;
  }
  .bl_voice .bl_media_imgWrapper {
    position: absolute;
    width: 180px;
    top: 42px;
  }
  .bl_voice .bl_media:nth-of-type(3) .bl_media_imgWrapper {
    bottom: 77px;
  }
  .bl_voice .bl_media_txt {
    font-size: 24px;
  }
  .bl_voice .bl_media_ttl {
    margin: 0 0 44px 204px;
  }
  .bl_voice .bl_media_ttl span {
    justify-content: unset;
  }
  .bl_voice .bl_media_ttl span.pc {
    display: none;
  }
  .bl_voice .bl_media_ttl .bl_conmapny {
    font-size: 27px;
    margin-bottom: 14px;
  }
  .bl_voice .bl_media_ttl .bl_wrapper {
    flex-direction: column;
    align-items: unset;
    gap: 14px;
  }
  .bl_voice .bl_media_ttl .bl_post {
    font-size: 24px;
  }
  .bl_voice .bl_media_ttl .bl_name {
    font-size: 30px;
  }
}

/*=======================================================
faq
=======================================================*/
.bl_faq{
  padding: 48px 0 64px;
}
.bl_faq .el_sec_mainTtl{
  background: url(../images/lp/faq_ttl_bg.svg) top center / contain no-repeat;
  width: 572px;
  height: 84px;
  display: flex;
  justify-content:  center;
  align-items: center;
  padding-bottom: 10px;
  font-size: 30px;
  margin: 0 auto 32px;
}
.bl_faq_list{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bl_faq .bl_q{
  min-height: 54px;
  background: #3E2012;
	color: #fff;
  display: flex;
  align-items: center;
  font-size: 22px;
  padding: 3px 72px 5px;
	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: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.bl_faq .bl_q::after{
  content: '▼';
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  padding: 0px 0.5px 0 2px;
  background: #fff;
  color: #3E2012;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.bl_faq .bl_a{
  margin-top: 16px;
  display: none;
}
.bl_faq .bl_q.open::after{
  content: '▲';
}
@media screen and (max-width: 750px) {
  .bl_faq .el_sec_mainTtl{
    background: url(../images/lp/faq_ttl_bg.svg) top center / contain no-repeat;
    width: 690px;
    height: 101px;
    padding-bottom: 12px;
    font-size: 38px;
  }
  .bl_faq .bl_q{
    min-height: 72px;
    font-size: 28px;
    padding: 5px 80px 7px;
  }
  .bl_faq .bl_q::before{
	width: 48px;
	height: 48px;
  }
  .bl_faq .bl_q::after{
	width: 48px;
	height: 48px;
    font-size: 24px;
  }
  .bl_faq .bl_a{
    margin-top: 24px;
  }
}

/*=======================================================
fun
=======================================================*/
.bl_fun {
  padding: 99px 0;
  background: url(../images/lp/fun_bg.jpg) top center / cover no-repeat;
}
.bl_fun .el_sec_mainTtl {
  width: 594px;
  margin: 0 auto 4px;
}
.bl_fun .el_att {
  text-align: center;
}
.bl_fun .el_att::before {
  position: relative;
}
@media screen and (max-width: 750px) {
  .bl_fun {
    padding: 64px 0 26px;
    background: none;
    position: relative;
  }
  .bl_fun::before {
    content: "";
    position: absolute;
    background: url(../images/lp/fun_bg_sp.jpg) top center / cover no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.35;
  }
  .bl_fun .el_sec_mainTtl {
    width: 728px;
    margin: 0 auto 65px -19px;
  }
  .bl_fun .el_att {
    text-align: left;
    width: 587px;
    font-size: 24px;
    padding-left: 0;
    letter-spacing: 0;
  }
}
