@charset "utf-8";
/* CSS Document */

/*******************

 LP style

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
img[width="1"],img[width='1'] { /* px cord */
  display: block;
  width: 1px;
  height: 1px;
  margin: 0;
}

/* content
--------------------------------------------------*/
.lpbox , #lpfooter {
  font-size: 14px;
  font-size: 3.7333vw;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#303030;
  line-height:1.5em;
}
@media screen and (min-width:750px){
.lpbox , #lpfooter {
    font-size: 28px;
    max-width: 750px;
    margin: 0 auto;
  }
}
.lpbox a , #lpfooter a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.lpbox a:hover, #lpfooter a:hover{
  text-decoration: underline;
}
.lpbox span, #lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}
.lpbox img ,
.lpbox video ,
#lpfooter img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
.lpbox img.img-t ,
#lpfooter img.img-t {
  vertical-align: top;
}
/* cart css reset */

.lpbox header ,
.lpbox h1 ,
.lpbox h2 ,
.lpbox h3 ,
.lpbox p ,
.lpbox dl ,
.lpbox dt ,
.lpbox dd ,
.lpbox div ,
.lpbox section ,
.lpbox span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter footer ,
#lpfooter div,
#lpfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter ul,
#lpfooter li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/*----------------------------------------*/
.lpbox .box {
  position: relative;
  display: block;
  margin: 0 auto;
}

.lpbox .cta__bg {
  background: #a73439 url(../img/cta_bg.webp) no-repeat top left;
  -webkit-background-size: cover;
  background-size: cover;
}
.lpbox .cta__bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc( 128 / 750 * 100%);
  background: url(../img/cta_inner_02.webp) no-repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 1;
  margin-top: clamp(-10px,calc(10 / 750 * 100vw * -1),0px);
  position: relative;
}

.lpbox .cta__box {
  background: url(../img/cta_inner_01.webp) repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 1px calc(( 750 - 610 ) / 750 * 100% * 0.5);
  width: 100%;
  position: relative;
  z-index: 2;
}
.lpbox .cta__btn {
  box-sizing: border-box;
  width: 100%;
  display: block;
}
.lpbox .cta__tel {
  box-sizing: border-box;
  width: 100%;
  display: none;
  margin-top:  calc(30 / 610 * 100%);
}
.lpbox.lpbox--now-accepting .cta__tel {
  display: block;
}


/*---------------------------*/
.lpbox .qa__box {
  margin: clamp(30px,calc(60 / 750 * 100%),60px) auto 0;
}
.lpbox .qa__box p {
  margin-top: clamp(20px,calc(40 / 750 * 100%),40px);
}
/*---------------------------*/


.lpbox .product {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: calc(50 / 750 * 100%) calc(45 / 750 * 100%) calc(30 / 750 * 100%) ;
}
.lpbox .product__box {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  z-index: 2;
  margin: 0 auto 0;
}
.lpbox .product__box dt {
  color: #582e19;
  border-bottom: 1px solid ;
  padding: .5em;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.lpbox .product__box dt span {
  font-size: calc(22 / 26 * 1em);
}
.lpbox .product__box dd {
  color: #582e19;
  padding: .8em 0 1.5em;
  position: relative;
  text-align: center;
  font-size: calc(24 / 26 * 1em);
  line-height: calc(44 / 24 * 1em);
  font-size: 0.88em;
  line-height: calc(30 / 20 * 1em);
  padding: 1em 0 2.5em;
  box-sizing: border-box;
}
.lpbox .product__box dd p {
  text-align: left;
}
.lpbox .product__box dd p + p ,
.lpbox .product__box dd table + p ,
.lpbox .product__box dd p + table {
  margin-top: 1.5em;
}
.lpbox .product__box dd .ingr__list {
  margin: 0 auto 1em ;
  width: 100%;
  box-sizing: border-box;
}
.lpbox .product__box dd .ingr__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  box-sizing: border-box;
  padding: .3em;
}
.lpbox .product__box dd .ingr__list li:nth-child(even) {
  background: #f2f2f2;
}
.lpbox .product__box dd .ingr__list span {
  display: block;
  margin: 0;
}
.lpbox .product__box dd table {
  width: 100%;
}
.lpbox .product__box dd table th {
  background: #582e19;
  color: #fff;
  width: 33%;
  border: 1px solid;
  box-sizing: border-box;
  padding: .5em;
}
.lpbox .product__box dd table td {
  text-align: center;
  padding: .5em;
  font-size: calc(20 / 24 * 1em);
  border: 1px solid;
  vertical-align: middle;
}
.lpbox .product__box dd table th.product__th--40 {
  width: 40%;
}
.lpbox .product__box dd table th.product__th--60 {
  width: 60%;
}


#lpfooter {
  display: block;
  box-sizing: border-box;
  margin: 0em auto 0;
}

#lpfooter .footer__logo {
  display: block;
  width: clamp(10px,calc(350 / 750 * 100%),350px);
  margin: 0 auto 2em;
}
#lpfooter .footer__link {
  display: block;
  box-sizing: border-box;
  padding: calc(10 / 750 * 100%) calc(45 / 750 * 100%);
}
#lpfooter .footer__link {
}
#lpfooter .footer__link li {
  margin-bottom: 2em;
}
#lpfooter .footer__link li:before {
  content: "━";
  font-size: 1em;
  vertical-align: middle;
  margin-right: 1em;
  color: #bc131b;
}
#lpfooter #copy {
  background: #bc131b;
  color: #fff;
  font-size: 0.76em;
  text-align: center;
  padding: .8em;
}

/* popup */
.mgf__box {
  display: block;
  box-sizing: border-box;
  border-radius: clamp(15px,calc(30 / 750 * 100vw),30px);
  background: #fff;
  overflow: hidden;
  width: calc(690 / 750 * 100%);
  max-width: 960px;
  margin: 0.5em auto 15svh;  
}


.mgf__box .mgf__title {
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: clamp(10px,calc(20 / 750 * 100vw),20px);
  border-bottom: 1px solid #410401;
}
.mgf__box .mgf__title img {
  max-width: 548px;
  width: calc(548 / 690 * 100%);
  display: block;
  margin: 0 auto;
}
.mgf__box .mgf__text {
  display: block;
  box-sizing: border-box;
  padding:clamp(10px,calc(20 / 750 * 100vw),20px) clamp(15px,calc(30 / 750 * 100vw),30px);
  color: #582e19;
  font-weight: 400;
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
  line-height: calc(34 / 24 * 1em);
}
.mgf__box .mgf__text p {
  margin: 0 auto;
}
.mgf__box .mgf__text p + p {
  margin-top: 0.5em;
}
.mgf__box .mgf__text + .mgf__text {
  padding-top: 0;
}
.mgf__box ul {
  margin: 0.5em auto;
  padding: 0;
}
.mgf__box li {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  box-sizing: border-box;
  list-style: none;
}
.mgf__box .mgf__acd {
  margin: 1em auto 0;
}
.mgf__box .mgf__acdbtn {
  box-sizing: border-box;
  border: 1px solid;
  padding: 0.5em 1em;
  position: relative;
  color: #c4080f;
}
.mgf__box .mgf__acdbtn span {
  font-size: 1.25em;
  font-weight: bold;
}
.mgf__box .mgf__acdbtn:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - .5em);
  right: 1em;
  background: url(../img/popacd_ar.webp) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  transition: all .5s ease;
  transform: rotate(180deg);
}
.mgf__box .acd__btn--open.mgf__acdbtn:after {
  content: "";
  transform: rotate(0deg);
}
.mgf__box .acd__box {
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: clamp(15px,calc(30 / 750 * 100vw),30px);
  display: block;
  text-align: justify;
}
.mgf__box .acd__box br {
}
.mgf__box .acd__sttl {
  border-bottom: 1px solid;
  font-size: 1.15em;
  font-weight: 700;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
.mgf__box .mgf__att {
  font-size: 0.92em;
}
.mgf__box .mgf__close__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 clamp(15px,calc(30 / 750 * 100vw),30px) clamp(30px,calc(60 / 750 * 100vw),60px);
  max-width: 630px;
  margin: 0 auto;
}
.mgf__box .mgf__close {
  cursor: pointer;
  display: block;
  width: calc(300 / 630 * 100%);
  margin: 0;
  max-width: 300px;
}
.mgf__box .submitbtn {
  display: block;
  width: calc(300 / 630 * 100%);
  margin: 0;
  max-width: 300px;
}


@media screen and (min-width:750px){
  

.mgf__box {
  border-radius:20px;
  max-width: 980px;
  margin: 10px auto;  
}
.mgf__box .mgf__title {
  text-align: center;
  box-sizing: border-box;
  padding: 12px;
}
.mgf__box .mgf__title img {
  max-width: 349px;
  width: calc(359 / 980 * 100%);
}
.mgf__box .mgf__text {
  padding: 20px 20px 10px;
  font-size: 14px;
  line-height: calc(22 / 14 * 1em);
}
.mgf__box .mgf__acd {
  margin: 10px auto 0;
}
.mgf__box .mgf__acdbtn {
  box-sizing: border-box;
  border: 1px solid;
  padding: 0.5em 1em;
  position: relative;
}
.mgf__box .mgf__acdbtn span {
  font-size: 20px;
  font-weight: bold;
}
.mgf__box .mgf__acdbtn:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - .5em);
  right: 1em;
  background: url(../img/popacd_ar.webp) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  transition: all .5s ease;
  transform: rotate(180deg);
}
.mgf__box .acd__btn--open.mgf__acdbtn:after {
  content: "";
  transform: rotate(0deg);
}
.mgf__box .acd__box {
  padding: 20px;
}
.mgf__box .mgf__att {
  font-size: 0.92em;
}
.mgf__box .mgf__close__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 0 40px;
  max-width: 630px;
  gap:40px;
  margin: 0 auto;
}
.mgf__box .mgf__close {
  cursor: pointer;
  display: block;
  width: 180px;
  margin: 0;
  max-width: 300px;
}
.mgf__box .submitbtn {
  display: block;
  width: 180px;
  margin: 0;
  max-width: 300px;
}
  
  
}

/* mgf__scroll */
.mgf__scroll {
 height: 40svh;
 margin-bottom: 1em;
}

@media screen and (min-width:750px){
.mgf__scroll {
 height: auto;
 margin-bottom: 0;
}
}