.main-container {
  font-size: calc((100 / 750) * 1vw);
  font-family: sans-serif;
}
section {
  font-size: calc((100 / 750) * 1vw);
}
@media screen and (min-width: 750px) {
    .main-container {
    font-size: 1px;
    font-family: sans-serif;
    }
    section {
    font-size: 1px;
    }
}
.l-container {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.full-width-img {
  width: 750em;
}
section {
  position: relative;
  width: 750em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a img {
  transition: transform 0.3s;
}
a:hover img {
  transform: scale(1.04);
}
.common_info a:hover img {
 transform: none;
} 
.notice {
    margin: 20em;
    width: 677em;
}
.cta_btn_wrap {
  background-color: #fe9a8b;
  border-top: 1px dotted #CCCCCC;
  font-size: 153.9%;
  font-weight: bold;
/*  margin: 15em 0 0;*/
  padding: 40em 0 30em 20em;
}
.pink_wrap {
  background-color: #fe9a8b;
}
.pink1_wrap {
  background-color: #fe9a8b;
  padding: 15px 15px 80px 15px;
}
.btn_1 {
    position: absolute;
    width: 287em;
    bottom: 200em;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}
.sajione {
    padding-top: 30em;
}
.cta_btn {
  left: 0;
  right: 0;
  bottom: 30em;
  width: fit-content;
  margin: auto;

  img {
    width: 648em;
  }
  &:hover {
    text-decoration: none;
    transform: translateY(3em);
  }
}
.img_4 {
    margin-top: -478em;
    position: relative;
    z-index: -1;
}
.img_14 {
    margin: 40em 0;
}
.slide {
  display: flex;
  flex-wrap: wrap;
  gap: 15em;
  justify-content: center;
  width: 750em;

  img {
    width: 750em;
  }
}

.step-item-relative {
  position: relative;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
.toggleWrap {
  margin-bottom: 30em;
}
.toggleHeader {
  position: relative;
  width: 700em;
  height: 66em;
  color: #666666;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: auto;
  margin-top: 15em;
  cursor: pointer;
  border-color: #d0d0d0;
  border-width: 1px;
  padding: 20em 40em;
  height: fit-content;
  line-height: 38em;
  button {
    position: absolute;
    right: 30em;
    width: 23em;
    height: 23em;
    background: url(../img/plus.png);
    background-size: 19em 19em;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.toggleHeader.open {
  button {
    background: url(../img/minus.png);
    background-size: 23em 2em;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.toggleContent {
  display: none;
  width: 700em;
  margin: auto;
  line-height: 44em;
  transition-timing-function: ease-in-out;
  border: 2px solid #d0d0d0;
  padding: 20em 40em;
  border-top: 0;
  border-width: 1px;  
  background-color: #faf4f0;
  color: #666666;
}
.toggleContentTitle {
    font-size: 23em;
    color: #e28a94;
    font-weight: bold;
}
.toggleContentWrap {
    display: flex;
}
.toggleContent p {
    font-size: 23em;
}
.toggleContent-a {
    font-size: 40em;
    margin-right: 1em;
}
.toggleContent a {
  color: #ff8c44;
}
.toggleTitle {
  font-size: 23em;
}
.toggleTitle-q {
  font-size: 40em;
  margin-right: 1em;
}
.footerCopy {
    padding: calc(13 / 700* 100vw) 0 calc(11 / 700* 100vw);
    font-size: 14em;
    font-weight: 300;
    color: #000;
    line-height: 1;
    text-align: center;
    background: #E1E1E1;
}
.footerLink {
    margin: 0 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
.footerLink li {
    width: 100%;
    text-align: left;
    padding-bottom: 3%;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000000;
    padding: 0;
}
.contact_btn {
  img {
    width: 750em;
  }
  &:hover {
    text-decoration: none;
    transform: none;
    transition: none;
  }
}
/*====================
 お支払いについて他（開閉）
====================*/
.flud {
    width: 100%;
    height: auto;
}
.common_info {
    max-width: 750px;
    padding: 10px 15px;
    color: #333333;
    margin-top: 30px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.common_info strong {
    font-weight: bold;
}
.common_info > dt {
    padding: 12px 10px;
    font-size: 15px;
    font-weight: bold;
    background: #ececec url(../img/info_toggle_off.png) no-repeat right 17px center / 8px auto;
    background-size: 5% auto;
    border-radius: 5px;
    cursor: pointer;
}
.common_info > dt:not(:first-child) {
    margin-top: 10px;
}
.common_info > dt.on {
    background-image: url(../img/info_toggle_on.png);
    background-size: 5% auto;
}
.common_info > dd {
    font-feature-settings: 'palt';
    padding: 0 10px;
}
.info_txt_s {
    margin: 1em 0;
    font-size: 80%;
}
.info_txt_m {
    margin: 1em 0;
    font-size: 13px;
    line-height: 20px;
}
.info_txt_l {
    margin: 1em 0 0.25em;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.info_alert {
    padding: 11px 15px;
    font-size: 13px;
    line-height: 20px;
    background-color: #fcfad2;
}
.info_txt_l + .info_txt_m, .info_alert .info_txt_m:first-child {
    margin-top: 0;
}
.info_txt_m .red {
    color: #f00;
}
@media screen and (min-width: 768px) {
    .common_info {
        padding: 20px 30px;
        margin-top: 60px;
    }
    .common_info > dt {
        padding: 25px 20px;
        font-size: 28px;
        line-height: 30px;
        background: #ececec url(../img/info_toggle_off.png) no-repeat right 35px center;
        border-radius: 10px;
    }
    .common_info > dt:not(:first-child) {
        margin-top: 20px;
    }
    .common_info > dt.on {
        background-image: url(../img/info_toggle_on.png);
    }
    .common_info > dd {
        padding: 0 20px;
    }
    .info_txt_m {
        font-size: 18px;
        line-height: 1.6;
    }
    .info_txt_l {
        font-size: 22px;
        line-height: 1.6;
    }
    .info_alert {
        padding: 22px 30px;
        font-size: 18px;
        line-height: 1.6;
    }
    .info_2 {
        width: 325px;
    }
    .info_2 > a > img {
        width: 100%;
        height: auto;
    }
}

/*====================
      footer
====================*/
.footer-wrap {
    color: #8A8A8A;
    padding: 40px 0 0 0;
    width: 100%;
    font-size: 16px;
}
.footer-wrap a {
    text-decoration: underline;
    font-size: 11px;
}
@media (min-width: 768px) {
    .footer-wrap a {
        font-size: 12px;
    }
}
.footer-menu {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
@media (min-width: 768px) {
    .footer-menu {
        margin-bottom: 35px;
    }
}
.footer-menu li + li {
    margin-left: 20px;
}
@media (min-width: 768px) {
    .footer-menu li + li {
        margin-left: 40px;
    }
}
.footer-company {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .footer-company {
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
        align-items: center;
    }
}
.footer-company-logo {
    max-width: 142px;
    margin-right: 28px;
    margin: 0 auto 20px;
}
@media (min-width: 768px) {
    .footer-company-logo {
        margin: 0 20px 0 0;
    }
}
.footer-company-logo img {
    width: 100%;
}
@media (min-width: 768px) {
    .footer-company-logo img {
        width: 100%;
        height: auto;
    }
}
.footer-company-txt {
    text-align: left;
    font-size: 10px;
    margin-left: 50px;
}
@media (min-width: 768px) {
    .footer-company-txt {
        font-size: 12px;
        margin-left: 0px;
    }
}
.footer-company-logo {
    width: 30%;
}
.copyright {
    background-color: #3c1e05;
    display: block;
    padding: 10px 0;
    color: #F0F0F0;
    font-size: 0.7em;
    text-align: center;
}
.copyright span {
    margin-left: 2em;
}
/***********************************

　ランディングページ

************************************/
/*====================
      商品詳細
====================*/
.product_box {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    color: #66350E;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .product_box {
        width: 750px;
        line-height: 1.5;
    }
}
.product_box .title {
    font-weight: bold;
    font-size: 14px;
}
@media (min-width: 768px) {
    .product_box .title {
        font-size: 16px;
    }
}
.product_box tbody, .product_box tr {
    border: 1px solid #ffe2c5;
    font-size: 0.9rem;
    line-height: 1.7em;
}
.product_box th {
    background-color: #FFE2C5;
    width: 25%;
    border-bottom: 1px solid #fff;
    padding: 3%;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
}
@media (min-width: 768px) {
    .product_box th {
        font-size: 15px;
    }
}
.product_box td {
    padding: 3%;
    font-size: 12px;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .product_box td {
        font-size: 15px;
        padding: 3%;
    }
}

/*栄養成分表示*/
.fs90 {
    font-size: 90%;
}
.product_box dl {
    display: table;
    width: 100%;
    margin: auto;
    line-height: 1.3;
}
@media (min-width: 768px) {
    .product_box dl {
        line-height: 1.5;
    }
}
.product_box dl dt {
    flex-basis: auto;
    width: 40%;
    padding: .25em;
    display: table-cell;
}
@media (min-width: 768px) {
    .product_box dl dt {
        width: 22%;
    }
}
.product_box dl dd {
    flex-basis: auto;
    padding: .25em;
    display: table-cell;
}

/*====================
 お支払いについて他（開閉）
====================*/
.flud {
    width: 100%;
    height: auto;
}
.common_info {
    max-width: 750px;
    padding: 10px 15px;
    color: #333333;
    margin-top: 30px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.common_info strong {
    font-weight: bold;
}
.common_info > dt {
    padding: 12px 10px;
    font-size: 15px;
    font-weight: bold;
    background: #ececec url("../img/info_toggle_off.png") no-repeat right 17px center / 8px auto;
    background-size: 5% auto;
    border-radius: 5px;
    cursor: pointer;
}
.common_info > dt:not(:first-child) {
    margin-top: 10px;
}
.common_info > dt.on {
    background-image: url("../img/info_toggle_on.png");
    background-size: 5% auto;
}
.common_info > dd {
    font-feature-settings: 'palt';
    padding: 0 10px;
}
.info_txt_s {
    margin: 1em 0;
    font-size: 80%;
}
.info_txt_m {
    margin: 1em 0;
    font-size: 13px;
    line-height: 20px;
}
.info_txt_l {
    margin: 1em 0 0.25em;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.info_alert {
    padding: 11px 15px;
    font-size: 13px;
    line-height: 20px;
    background-color: #fcfad2;
}
.info_txt_l + .info_txt_m, .info_alert .info_txt_m:first-child {
    margin-top: 0;
}
.info_txt_m .red {
    color: #f00;
}
@media screen and (min-width: 768px) {
    .common_info {
        padding: 20px 30px;
        margin-top: 60px;
    }
    .common_info > dt {
        padding: 25px 20px;
        font-size: 28px;
        line-height: 30px;
        background: #ececec url("../img/info_toggle_off.png") no-repeat right 35px center;
        border-radius: 10px;
    }
    .common_info > dt:not(:first-child) {
        margin-top: 20px;
    }
    .common_info > dt.on {
        background-image: url("../img/info_toggle_on.png");
    }
    .common_info > dd {
        padding: 0 20px;
    }
    .info_txt_m {
        font-size: 18px;
        line-height: 1.6;
    }
    .info_txt_l {
        font-size: 22px;
        line-height: 1.6;
    }
    .info_alert {
        padding: 22px 30px;
        font-size: 18px;
        line-height: 1.6;
    }
    .info_2 {
        width: 325px;
    }
    .info_2 > a > img {
        width: 100%;
        height: auto;
    }
}
footer a {
    color: #004b91;
}

#form_payment_method_credit .credit_box {
    border-block-style: none !important;
    border-style: none !important;
    border-inline-style: none !important;
}

 #form_payment_method_credit .credit_title {
    border-block-style: none !important;
    border-style: none !important;
    border-inline-style: none !important;
}

 #form_payment_method_credit .credit_input {
    border-block-style: none !important;
    border-style: none !important;
    border-inline-style: none !important;
}

 #form_payment_method_credit .credit_example {
    border-block-style: none !important;
    border-style: none !important;
    border-inline-style: none !important;
}