@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap');
/*
Layout（ページを構成する要素に対して使用するクラス）・・・「l-」
Component（複数のページで再利用できる要素に対して使用するクラス）・・・「c-」
Project（ページ単位で使用するクラス）・・・「p-」
Utility（強制的にスタイルを当てたりする調整用のクラス）・・・「u-」
*/

/* ================================================
   RESET
================================================ */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
address, caption, cite, code, dfn, th, var {
font-style: normal;
font-weight: normal;
}
caption, th {
text-align: left;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img, abbr, acronym, fieldset {
border: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
img {
max-width: 100%;
height: auto;
vertical-align: top;
}
a {
display: block; 
text-decoration: none;
color: inherit;
outline: none;
}

/* ================================================
   BASIC
================================================ */
html {
font-size:62.5%;
}
body {
font-size: 1.5rem;
line-height: 1.5;
font-family: 'Noto Sans JP','Lato',"游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
color: #3d2110;
padding: 0px;
margin: 0px;
-webkit-text-size-adjust:100%;
letter-spacing:0.03em;
overflow:hidden;
overflow-y:scroll;
overflow-x:hidden;
-webkit-backface-visibility: hidden;
-webkit-font-smoothing: antialiased;
background:url(images/main_bg.jpg) repeat-y center center;
background-size:contain;
text-align: justify;
}

a {
color:#000;
-webkit-transition: all .4s;
transition: all .4s;
text-decoration:none;
}
a:hover {
opacity: 0.7;
-webkit-transition: all .4s;
transition: all .4s;
text-decoration:none;
}

/* WRAPPER
------------------------------------------------ */
#wrapper {

}
#wrapper img {
max-width:100%;
height:auto;
}

/* HEADER
------------------------------------------------ */
div#header {
width: 100%;
background:#f9f1e4;
height:95px;
}
.l-header-inr {
position: relative;
margin: 0 auto;
padding: 10px;
max-width: 1500px;
display: flex;
justify-content: space-between;
align-items: center;
}
.l-logo {
width: 350px;
}
.l-header-tel {
width: 340px;
}

.l-header-button {
width: 15.2rem;
margin-left: 3.2rem;
}
.l-header-button a {
display: block;
padding: 1.9rem 1rem;
font-size: 1.2rem;
text-align: center;
border-radius: 100px;
border: 1px solid rgba(0,0,0,1);
}

@media screen and (max-width: 768px) {
  .l-logo {
  width: 180px;
  display: flex;
  }
  .l-header-tel {
  width: 160px;
  }
  div#header {
  height: 55px;
  }
  .l-header-inr {
  padding-left: 5px;
  padding-right: 5px;
  }
}

/* NAVI
------------------------------------------------ */
#l-gnav {
max-width: 1200px;
margin:2em auto;
display: flex;
justify-content: space-between;
align-items: center;
}
#l-gnav .l-gnav__nav {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0;
padding: 0;
}
#l-gnav .l-gnav__nav li a {
display: block;
white-space: nowrap;
padding:0 2em;
}

/* FV
------------------------------------------------ */
#l-mv {
width: 100%;
margin: 0 auto;
}
.l-mv-cover {
margin: 0 auto;
max-width: 1500px;
width:100%;
background:#efefef;
color:#fff;
background:url(images/mv_bg_kikuimo.jpg) no-repeat center bottom;
background-size:cover;
position:relative;
}
.l-mv-cover__sky {
position:absolute;
left:0;
top:0;
margin:auto;
background:url(images/mv_sky_bg.png) no-repeat center bottom;
background-size:cover;
width:100%;
height:700px;
z-index:1;
}
.l-mv-package {
padding: 0 0 75px;
max-width:1500px;
}
.l-mv-btn {
padding: 1em 0 7.5em;
margin:0 auto;
text-align: center;
width: 90%;
}
.l-mv-btn a {
display:inline-block;
}
.l-mv-txt {
font-family: 'Noto Serif JP';
font-size:4.3rem;
font-weight:bold;
color:#fff;
text-align:center;
text-shadow: 0px 0px 5px rgba(0,0,0,0.3), 0px 0px 5px rgba(0,0,0,0.3);
padding-bottom: 100px;
}
.l-mv-package img.mv_sp {
display:none;
}
.l-mv-package img.mv_pc {
display:block;
}
@media screen and (max-width: 1023px) {
  .l-mv-package img {
  margin: 0 auto 2em auto;
  }
  .l-mv-txt {
  font-size: 3.8vw;
  }
  .l-mv-txt {
      padding-bottom: 14%;
  }
  .l-mv-package {
  padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .l-mv-txt {
  font-size: 5vw;
  padding-bottom: 15%;
  }
  
}
@media screen and (max-width: 640px) {
  .l-mv-btn {
  padding: 1em 0 11%;
  }
  .l-mv-package img.mv_sp {
  display:block;
  }
  .l-mv-package img.mv_pc {
  display:none;
  }
  .l-mv-package img {
  margin: 0 auto 0.8em auto;
  }
}
/* CONTENTS
------------------------------------------------ */
#l-contents {
}
.l-contents-inr {
}
#l-main {
max-width: 1200px;
min-height: 600px;
width:72%;
background:#efefef;
}

/* SIDE COLUMN
------------------------------------------------ */
.l-side-column {
width:25%;
background:#efefef;
}

/* FOOTER
------------------------------------------------ */
#l-footer {
width: 100%;
background:#3d2110;
color:#fff;
}
#l-footer a{
color:#fff;
}
.l-footer-inr {
max-width: 1200px;
margin:0 auto;
display: flex;
align-items: end;
justify-content: space-between;
padding: 6.3rem 4.1rem;
}
.l-footer-l {
display: flex;
align-items: center;
width: 48%;
font-family: 'Noto Serif JP';
}
.l-footer-r {
display: flex;
align-items: center;
justify-content: flex-end;
}
.l-footer-logo {
width: 30rem;
margin-bottom:1em;
}

.l-footer-copy {
margin-top: 3em;
font-size: 1.5rem;
line-height: 1;
text-align: right;
}
.l-footer-nav {
display: flex;
align-items: center;
margin-left: 3.2rem;
}
.l-footer-nav a {
display: inline-block;
font-size: 1.5rem;
}
.l-footer-nav li+li {
margin-left: 1.6rem;
}


@media screen and (max-width: 1023px) {

  .l-footer-logo {
  text-align: center;
  margin: 0 auto 30px;
  }
  .l-footer-inr {
  display:block;
  }
  .l-footer-r {
  display:block;
  text-align: center;
  }
  .l-footer-copy {
  text-align: center;
  }
  .l-footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin:3em auto;
  }
  .l-footer-nav li {
  margin:0 15px;
  }
  .l-footer-nav li a {
  }
  .l-footer-l {
  margin: 0 auto;
  width: 70%;
  }

}

@media screen and (max-width: 768px) {
  .l-footer-l {
  display: flex;
  width: auto;
  }
  .l-footer-logo {
  margin-bottom:1em;
  }
}

@media screen and (max-width: 640px) {
  .l-footer-nav {
  display: block;
  margin: 3em auto;
  }
  .l-footer-nav li {
  margin:20px 0;
  }
}
/* BLOG
------------------------------------------------ */
#l-aside {
margin:3em;
background:#ccc;
}



/* ================================================
   コンテンツページ
================================================ */

/*NAYAMI*/
.l-nayami {
max-width: 1200px;
margin:0 auto;
padding:0 15px 8em;
position:relative;
}
.l-nayami-list li:nth-child(even){
text-align:right;
}
.l-nayami-arw {
position:absolute;
bottom:-6em;
width:360px;
left:0;
right:0;
margin:auto;
}


/*FUTURE*/
.l-future-ttl {
font-size:6.4rem;
font-family:YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
margin: 0 auto 0.5em auto;
font-weight:bold;
text-align:center;
position:relative;
display: flex;
justify-content: center;
z-index:2;
max-width: 850px;
}

.l-future-ttl .__undeline {
border-bottom:5px solid #eae608;
}

/*.l-future-ttl:after {
content:"";
display: inline-block;
position: absolute;
bottom: 11px;
left: 0;
z-index: -1;
width: 100%;
height: 10px;
background: #ffff00;
}
*/
.l-future-ttl span.__gradation {
 background: -webkit-linear-gradient(0deg, #432b02, #f1cb5a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-future-package {
margin:auto;
background:url(images/future_package_bg.jpg) no-repeat center bottom;
background-size:cover;
width:100%;
padding:8em 0 8em;
}

.l-product .l-future-package {
padding:4em 0 ;
}

.l-future-point {
background:url(images/future_main_bg.jpg) no-repeat center top;
background-size:cover;
padding:7em 0 8em;
}
.l-future-package__inr {
max-width: 1200px;
margin:0 auto;
}
.l-future-point__col {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1200px;
margin:3em auto 0 auto;
padding:0 15px;
}
.l-future-point__col.__reverse {
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row-reverse;
padding:0 15px;
}

.l-future-point__left {
width:50%;
}
.l-future-point__right {
width:43%;
}
.l-future-point__col h3 {
font-size:4.2rem;
font-family:YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
line-height:1.2;
margin-bottom:0.5em;
font-weight:bold;

}
.l-future-point__col p {
font-size:2.1rem;
margin-bottom:0.8em;
text-align: justify;
}
.l-future-point__col_bottom {
padding:80px 0 0;
max-width:1500px;
margin:0 auto;
}


@media screen and (max-width: 1200px) {
  .l-future-ttl {
  font-size: 5vw;
  }
  .l-future-point__col h3 {
  font-size: 3.6vw;
  }

}

@media screen and (max-width: 1023px) {
  .l-future-point__col p {
  font-size: 1.8rem;
  }
  .l-future-package {
  padding: 8em 0 5em;
  }
}

@media screen and (max-width: 768px) {
  .l-future-ttl {
    }
  .l-future-point {
  padding: 3em 0 5em;
  }
  .l-nayami-arw {
  width: 270px;
  bottom: -3em;
  }
  .l-future-package {
  padding: 4em 0 3em;
  }
  .l-future-ttl {
  font-size:4.8rem;
  }
  .l-future-point__col {
  display: block;
  padding:0 15px;
  }
  .l-future-point__left {
  width:auto;
  }
  .l-future-point__right {
  width:auto;
  margin-top: 1.5em
  }
  .l-future-point__col h3 {
  font-size: 3.6rem;
  text-align:center;
  }
  .l-future-point__col.__reverse {
  display: block;
  margin:3em 0;
  }

}

@media screen and (max-width:640px) {
  .l-future-ttl {
  max-width: 420px;
  }
  .l-future-ttl {
  font-size:3.2rem;
  }
  .l-future-point__col h3 {
  font-size: 3rem;
  }
  .l-future-point__col p {
  font-size: 1.6rem;
  }
  .l-future-ttl {
  font-size: 2.8rem;
  }
  .l-future-point__col h3 {
  font-size: 2.4rem;
  }
}
@media screen and (max-width:500px) {

}

/*PRODUCT 商品購入*/
.l-product-container_first {
padding:0 15px 0em;
}
.l-product-container {
padding:0 15px 6em;
}
.l-product-campaign-mes {
margin:6em auto 3em auto;
}
.l-product-campaign-ttl {
font-size:7.5rem;
font-weight:bold;
text-align:center;
margin-bottom:0.2em;
line-height:1;
color:#784310;
}
.l-product-campaign-ttl_sub {
margin: 20px auto;
font-weight:bold;
text-align:center;
max-width:710px;
color:#fff;
font-size:3.4rem;
background:#784310;
padding: 10px 23px;
border-radius: 100px 100px;
line-height: 1.2;
}
.l-product-campaign-ttl_sub span {

}
.l-product-campaign-ttl_sub span br{
display:none;
}
.l-product-campaign-ttl br {
display:none;
}
.l-product-campaign-lead {
font-size:4.2rem;
font-weight:bold;
color:#e60012;
line-height:1.2;
text-align:center;
}
.l-product-price-main {
max-width:1200px;
margin:2em auto ;
background:#fff;
border-radius:20px 20px ;
box-shadow: 0px 0px 20px -13px #333;
}
.l-product-price-main__sub {
max-width:1200px;
margin:0 auto ;
background:#fff;
border-radius:30px 30px ;
box-shadow: 0px 0px 20px -13px #333;
}
.l-product-price__inr {
padding:2em 1.8em 3em;
}
.l-product-price__col {
display: flex;
align-items: center;
justify-content: space-between;
}
.l-product-price__col_left {
width:28%;
position:relative;
}
.l-product-price__col_left .__fukidashi {
width: 155px;
position: absolute;
left: -20px;
top: -66px;
}
.l-product-price__col_right {
width:72%;
}
.l-product-price__btn {
margin-top:40px;
}
.l-product-price__btn .__btn_txt {
text-align:center;
font-size:3.2rem;
font-weight:bold;
line-height:1.1;
position:relative;
display: block;
}


.l-product-price__btn .__btn_txt span.__pos_center {
position:relative;

}
.l-product-price__btn .__btn_txt span.__pos_center:after {
content:"";
height:35px;
width:2px;
background:#000;
display:block;
position:absolute;
right:-15px;
top:3px;
transform:rotate(30deg);
}
.l-product-price__btn .__btn_txt span.__pos_center:before {
content:"";
height:35px;
width:2px;
background:#000;
display:block;
position:absolute;
left:-15px;
top:3px;
transform:rotate(-30deg);
}
.l-product-price__btn .__btn_txt span.__red {
color:#cc0000;
}

.l-product-price__btn .__btn_txt_code {
text-align:center;
margin:0.3em 0 2em;
display: flex;
justify-content: center;
}
.l-product-price__btn .__btn_txt_code span {
background:#eb6100;
color:#fff;
font-size:2.4rem;
font-weight:bold;
padding:8px 20px;
border-radius:10px 10px;
}

.l-product-price__btn .__btn_txt_sub {
text-align:center;
font-size:2.4rem;
font-weight:bold;
margin:0.3em 0 0.5em;
}
.l-product-price__btn .__btn_txt_small {
text-align:center;
font-size:1.3rem;
font-weight:normal;
}
.l-product-price__btn .__btn_link {
max-width:800px;
margin:0.5em auto;
}

.__btn_txt_btm {
font-size:2.4rem;
font-weight:bold;
text-align:center;
}
.__btn_txt_btm br {
display:none;
}

.l-product-contact_ttl {
color:#fff;
background:#eb6100;
font-size:3.8rem;
font-weight:bold;
padding: 0.3em;
text-align:center;
border-radius:30px 30px 0 0;
}
.l-product-contact {
margin:2em auto ;
max-width:1200px;
}
.l-product-contact_wrap {
display: flex;
align-items: center;
justify-content: space-between;
background:#fff;
border-radius:0 0 30px 30px ;
box-shadow: 0px 0px 20px -13px #333;
}
.l-product-contact__pic {
position: relative;
width: 35%;
padding-top: 27%;
background: url(images/product_contact_pic.jpg) no-repeat center center;
border-radius: 30px 0 0 30px;
background-size: cover;
}
.l-product-contact__pic img {
border-radius: 30px 30px;
}
.l-product-contact__pic:after {
/*content: "";*/
width: 100%;
height: 100%;
display: block;
background: url(images/product_contact_wht_grad.png) no-repeat center right;
background-size: contain;
position: absolute;
top:0;
right:0;
}
.l-product-contact__main {
width:57%;
padding: 2em 2em 2em 0;
}

.l-product-campaign-lead br {
display:none;
}

@media screen and (max-width: 1200px) {
  .l-product-campaign-ttl {
  font-size:6vw;
  }
  .l-product-campaign-lead {
  font-size: 4.2vw;
  }
}
@media screen and (max-width: 1023px) {
  .l-product-contact_ttl {
  font-size: 3.2vw;
  padding: 0.8em 0.3em;
  }
  .l-product-container {
  margin:0 15px;
  }
  .l-product-contact__main {
  width: 53%;
  }
  .l-product-contact__pic {
  width: 38%;
  padding-top: 33%;
  }
}
@media screen and (max-width: 900px) {
  .l-product-price__btn .__btn_txt_sub {
  font-size:1.8rem;
  }
  .__btn_txt_btm {
  font-size:1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-product-contact__main {
  width: 53%;
  }
  .l-product-contact__pic {
  width: 38%;
  padding-top: 36%;
  }
  .l-product-campaign-ttl br {
  display:block;
  }
  .l-product-campaign-ttl {
  font-size: 7vw;
  }
  .l-product-campaign-lead {
  font-size: 4vw;
  }
  .l-product-campaign-mes {
  margin: 3em auto 2em;
  }
  .l-product-price__btn .__btn_txt {
  font-size: 4vw;
  display: flex;
  justify-content: center;
  }
  .l-product-price__btn .__btn_txt_sub {
  font-size: 1.8rem;
  }
  .l-product-contact__pic {
  width:100%;
  margin:0 auto;
  padding-top: 36%;
  border-radius: 0;
  }
  .l-product-container {
  padding: 0 0 1em;
  }
  .l-product-contact__main {
  width: auto;
  margin:0 auto;
  padding: 1.2em ;
  }
  .l-product-contact {
  display: block;
  padding: 1em 0;
  }
  .l-product-campaign-ttl_sub {
  font-size: 5vwm;
  }
  .l-product-campaign-ttl_sub span br{
  display:block;
  }
  .l-product-contact_wrap {
  display: block;
  }
  .l-product-price__btn .__btn_txt_code span {
  font-size: 2rem;
  }
  .l-product-price__inr {
  padding:2em 1.5em 3em;
  }
  .l-product-price__col_left .__fukidashi {
  width: 100px;
  top: -43px;
  left: -3px;
  }



}
@media screen and (max-width: 640px) {
  .l-product-price__col {
  display: block;
  }
  .l-product-price__col_left {
  width:auto;
  margin:0 auto;
  }
  .l-product-price__col_left img {
  width:100%;
  margin:0 auto;
  text-align:center;
  display: block;
  }
  .l-product-price__col_right {
  width:auto;
  }
  .l-product-price__inr {
  padding: 1em 1em 2em;
  }
  .l-product-price__btn .__btn_txt_small {
  font-size:1.6rem;
  }
  .l-product-price__btn .__btn_txt_code span {
  font-size: 1.6rem;
  }
  .l-product-price__btn .__btn_txt_sub {
  font-size: 1.6rem;
  line-height: 1.3;
  margin:0.5em 0 0.5em;
  }
  .l-product-price__btn .__btn_txt span.__red {
  display:block;
  }
  .l-product-price__btn .__btn_txt {
  font-size: 2rem;
  }
  .l-product-price__btn .__btn_txt {
  font-size: 2.4rem;
  }
  .l-product-campaign-ttl_sub {
  font-size: 2.4rem;
  }
  .l-product-campaign-ttl {
  font-size: 2.8rem;
  }
  .l-product-campaign-lead {
  font-size: 2.4rem;
  margin:13px 0 ;
  }
  .l-product-campaign-lead br {
  display:block;
  }
  .__btn_txt_sub {
  font-size:1.6rem;
  }
  .__btn_txt_btm {
  font-size:1.6rem;
  line-height: 1.3;
  }
  .__btn_txt_btm br {
  display:block;
  }
  .l-product-price__btn .__btn_txt_small {
  font-size:1.8rem;
  font-weight:bold;
  }

  .l-product-price__btn .__btn_txt_small {
  font-size:1.3rem;
  font-weight:normal;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  }
  .__btn_txt_small br {
  display:none;
  }
}

/*stickle こだわり*/
.l-stickle-head {
background:#f3f5f4;
position:relative;
}
.l-stickle-head:after {
content: "";
border-top: 59px solid #f3f5f4;
border-right: 40px solid transparent;
border-left: 40px solid transparent;
position: absolute;
left: 0;
right: 0;
margin: auto;
z-index: 10;
width: 0px;
}
.l-stickle-head h2 {
max-width:1200px;
margin:0 auto;
}
.l-stickle-ttl {
font-size:4.8rem;
font-weight:500;
line-height:1.1;
font-family: 'Noto Serif JP';
}
.l-stickle_head_number {
width:130px;
margin-right:0.5em;
}
.l-stickle_head {
display: flex;
align-items: center;
justify-content: space-between;
}
.l-stickle-col_head {
display: flex;
align-items: center;
margin-bottom:2.5em;
}
.l-stickle-col {
padding:7em 0 2em 0;
position:relative;
z-index:2;
}
.l-stickle-col_two {
padding:10em 0 2em;
position:relative;
z-index:2;
}
.l-stickle-col_three {
padding:10em 0 6em;
position:relative;
z-index:-1 !important;
}
.l-stickle-col:after {
content:"";
display:block;
width:100%;
height:140px;
background:#fffde4;
position:absolute;
left:0;
right:0;
bottom: -70px;
margin:auto;
z-index: -1;
border-radius: 0 0 50% 50%;
}
.l-stickle-col_two:after {
content:"";
display:block;
width:100%;
height:140px;
background:#fff;
position:absolute;
left:0;
right:0;
bottom: -70px;
margin:auto;
z-index: -1;
border-radius: 0 0 50% 50%;
}
.l-stickle-col_three:after {
content:"";
display:block;
width:100%;
height:140px;
background:#fffde4;
position:absolute;
left:0;
right:0;
bottom: -70px;
margin:auto;
z-index: -1;
border-radius: 0 0 50% 50%;
}
.l-stickle-col__flex {
display: flex;
justify-content: space-between;
max-width:1200px;
margin:0 auto;
padding: 0 15px
}
.l-stickle-col.__bgbeige {
background:#fffde4;
}
.l-stickle-col_two.__bgwhite {
background:#fff;
position:relative;
z-index:0;
}
.l-stickle-col_three.__bgbeige {
background:#fffde4;
position:relative;
z-index:0;
}
.l-stickle-col__flex.__reverse {
flex-direction: row-reverse;
}
.l-stickle-col__left {
width:50%;
min-width:600px;
}
.l-stickle-col__right {
width:46%;
margin-right: 3em;
}
.l-stickle-col_two .l-stickle-col__right {
width:46%;
margin-left: 3em;
}
.l-stickle-col .__txt,
.l-stickle-col_two .__txt,
.l-stickle-col_three .__txt {
font-size:2.1rem;
}
.l-stickle-list {
margin-top: 2em;
color:#fff;
}
.l-stickle-list li {
margin:0.5em 0 0 0;
font-size:1.9rem;
font-weight:bold;
}
.l-stickle-list .__good {
background:#eb6101;
padding:0.8em;
border-radius:10px 10px;
}
.l-stickle-list .__bad {
background:#91683d;
padding:0.8em;
border-radius:10px 10px;
}
.l-stickle-list-check {
display: flex;
align-items: center;
justify-content: start;
}
.l-stickle-list-check dt {
display: flex;
align-items: center;
width:180px;
}
.l-stickle-list-check dd {
line-height:1.1;
width:380px;
} 
.__mark_good {
display:block;
width: 26px;
height: 26px;
line-height: 40px;
background: none;
border-radius: 50%;
color: #fff;
border:8px solid #fff;
margin-right:0.5em;
}
.__mark_bad{
display: block;
width: 40px;/*枠の大きさ*/
height: 40px;/*枠の大きさ*/
position: relative;
margin-right:0.5em;
}
.__mark_bad::before, .__mark_bad::after{
content: "";
display: block;
width: 100%;/*バツ線の長さ*/
height: 6px;/*バツ線の太さ*/
background: #fff;
transform: rotate(45deg);
transform-origin:0% 50%;
position: absolute;
top: calc(14% - 5px);
left: 14%;
}
.__mark_bad::after{
transform: rotate(-45deg);
transform-origin:100% 50%;
left: auto;
right: 14%;
}

@media screen and (max-width: 1023px) {

  .l-stickle-col {
  padding:5em 15px;

  }
  .l-stickle-col__flex {
  display: block;
  width:80%;
  margin:0 auto;
  }
  .l-stickle-col__flex.__reverse {
  flex-direction: row-reverse;
  }
  .l-stickle-col__left {
  width:auto;
  min-width:auto;
  margin-bottom: 3em;
  }
  .l-stickle-col__right {
  width:auto;
  margin-right: 0;
  }
  .l-stickle-col_two .l-stickle-col__right {
  width:auto;
  margin-left: 0;
  }

}
@media screen and (max-width: 768px) {
  .l-stickle-ttl br {
  display:none;
  }
  .l-stickle-col__flex {
  width:auto;
  }
  .l-stickle-ttl {
  font-size: 2.8rem;
  }
  .l-stickle-head:after {
  content: "";
  border-top: 30px solid #f3f5f4;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 0px;
  }
  .l-stickle-col_head {
  margin-bottom: 1em;
  }
}
@media screen and (max-width: 640px) {
  .l-stickle-ttl {
  font-size: 2.2rem;
  }
  .l-stickle-col_three {
  padding: 6em 0 2em;
  }
  .l-stickle-ttl br{
  display:none;
  }

  .l-stickle-list-check {
  }
  .l-stickle-list-check dd {
  width: 48%;
  margin-top: 5px;
  }
  .l-stickle-list-check dt {
  font-size: 1.8rem;
  width:50%;
  }
  .l-stickle-list li {
  font-size: 1.6rem;
  }
  .l-stickle-col_two {
  padding: 5em 0 2em;
  }
  .l-stickle-col_two:after {
  height: 60px;
  bottom: -40px;
  }
  .l-stickle-col:after {
  height: 60px;
  bottom: -40px;
  }
  .l-stickle-col {
  padding: 4em 0 2em;
  }
  .l-stickle-col .__txt,
  .l-stickle-col_two .__txt,
  .l-stickle-col_three .__txt {
  font-size:1.6rem;
  }
  .__mark_good {
  display:block;
  width: 22px;
  height: 22px;
  line-height: 40px;
  background: none;
  border-radius: 50%;
  color: #fff;
  border:8px solid #fff;
  margin-right:0.5em;
  }
  .__mark_bad{
  display: block;
  width: 36px;/*枠の大きさ*/
  height: 36px;/*枠の大きさ*/

  }
}

/*フロー*/
.l-stickle-flow {
max-width: 1200px;
margin: 4em auto 2em;
background: #fff;
border-radius: 20px 20px;
box-shadow: 0px 0px 20px -13px #333;
padding-bottom:0.5em;
width:97%;
}
.l-l-stickle-flow__bggray {
padding:3em;
background:#eee;
margin:3em;
}
.l-stickle-flow__ttl {
font-size:3.6rem;
font-weight:bold;
text-align:center;
background:#eb6100;
color:#fff;
border-radius: 20px 20px 0 0;
padding:0.5em 0;
}
.l-stickle-flow_chart {
width:;
margin:0 auto;
}
.l-stickle-flow-list {
position:relative;
z-index:3;
}
.l-stickle-flow-list__flex {
display: flex;
align-items: center;
justify-content: space-between;
padding:0 2em;
}
.l-stickle-flow-list__flex li {
margin-bottom:2em;
}
.l-stickle-flow-list__flex.__reverse {
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row-reverse;
}
.l-stickle-flow-list__flex dl dt {
font-size:2.8rem;
font-weight:bold;
color:#eb6100;
margin-bottom:0.1em;
}
.l-stickle-flow-list__flex dl dd {
font-size:2rem;
}
.l-stickle-flow-list li {
border:4px solid #784310;
padding:1em;
border-radius:10px 10px;
background:#fff;
margin-top:2em;
}
.l-stickle-flow-list__flex dl {
width:60%;
}
.l-stickle-flow-list__flex div {
width:32%;
}
.l-stickle-flow-list .__greenline {
border:4px solid #009944;
}
.l-stickle-flow-list .__greentxt {
color:#009944;
}

.l-stickle-flow_bgline {
position:relative;
}
.l-stickle-flow__arwline {
position:absolute;
top:40px;
left:0;
right:0;
margin:auto;
width:40px;
height:100%;
background: linear-gradient(#ddaf28, #784310);
z-index:1;
}
.l-stickle-flow__arw {
border-style: solid;
border-width: 40px 50px 0 50px;
border-color: #784310 transparent transparent transparent;
position:absolute;
bottom:-30px;
left:0;
right:0;
margin:auto;
margin-left:-30px;
}
@media screen and (max-width: 1023px) {
  .l-stickle-flow {
  margin: 3em 15px 2em;
  width: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-stickle-col__left {
  margin-bottom: 2em;
  }
  .l-stickle-flow {
  margin: 3em 15px 2em;
  }
  .l-l-stickle-flow__bggray {
  padding: 1em;
  margin: 1em;
  }
  .l-stickle-flow-list__flex dl {
  margin-bottom:0.8em;
  }
  .l-stickle-flow-list__flex dl dt {
  font-size: 2rem;
  text-align:center;
  margin-bottom:0.3em;
  }
  .l-stickle-flow-list__flex {
  padding: 0 ;
  display: block;
  }
  .l-stickle-flow-list__flex dl dd {
  font-size: 1.6rem;
  }
  .l-stickle-flow-list__flex dl {
  width:auto;
  }
  .l-stickle-flow-list__flex div {
  width: 80%;
  margin:0 auto;
  }
  .l-stickle-flow-list__flex.__reverse {
  display: block;
  }
  .l-stickle-flow_chart {
  margin:1em 0;
  }
  .l-stickle_head_number {
  width: 90px;
  }
  .l-stickle-flow__ttl {
  font-size: 3rem;
  padding: 0.3em 0;
  }
}
@media screen and (max-width: 640px) {
  .l-stickle-flow__ttl {
  font-size: 2.4rem;
  }
  .l-stickle-flow__head {
  display:none;
  }
  .l-stickle_head_number {
  width: 68px;
  }
}
/*CAMPAIGN 特典*/
.l-campaign {
background:#fff;
padding:0 0 8em 0;
}
.l-campaign-head {
/*padding:8% 15px 5%;
background: url(images/campaign_head_bg.jpg) no-repeat center right;
background-size: cover;*/
max-width:1200px;
margin:0 auto;
}
.l-campaign-head__inr {
max-width:1200px;
margin:0 auto;
}
.l-campaign-tokuten {
max-width:1200px;
margin:0 auto;
padding: 0 15px;
}
.l-campaign-package {
max-width:1200px;
margin:0 auto;
v
}
.l-campaign-tokuten-list {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.l-campaign-tokuten-list li {
width:49%;
margin:1em auto;
}
.l-campaign-head_pic {
max-width:310px;
margin:3em 0;
}
.l-campaign-head__ttl {
font-size: 8rem;
line-height:1.1;
font-family:YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
font-weight:700;
position:relative;
}
.l-campaign-head__ttl span {
border-bottom:8px solid #ffff00;
bottom:-10px;
left:0;
display:inline-block;
}
.l-campaign-head__txt {
font-size: 2.4rem;
font-weight:700;
margin:1.5em 0;
}
.l-campaign-head .__shadow {
text-shadow: #fff 0 0 7px,#fff 0 0 7px,#fff 0 0 7px,#fff 0 0 7px,#fff 0 0 7px,#fff 0 0 7px,#fff 0 0 7px,#fff 0 0 7px,#fff 0 0 7px;
}

@media screen and (max-width: 768px) {
  .l-campaign-tokuten-list {
  display: block;
  padding:0 ;
  }
  .l-campaign-tokuten-list li {
  width: auto;
  }
  .l-campaign-tokuten {
  padding:0 15px;
  }
  .l-campaign-package {
  padding:0 15px;
  }
  .l-campaign {
  padding: 0 0 4em 0;
  }
}


/*VOICE*/
.l-voice {
background:#fff;
background: url(images/voice_yellow_bg.jpg) repeat center center;
background-size: cover;
}
.l-voice-mes {
position:relative;

background:#fff;
}
.l-voice-mes_bg {
max-width:1500px;
background: url(images/voice_main_bg.jpg) no-repeat right center #fff;
background-size: contain;
padding-top: 53%;
position:relative;
margin:0 auto;
}
.l-voice-mes__pos {
background:rgba(255,255,255,0.9);
position:absolute;
left:0;
top:0;
bottom:0;
margin:auto;
max-width:650px;
width: 40%;
padding:2em;
font-family: 'Noto Serif JP';
font-weight:bold;
font-size: 2rem;
height: fit-content;
}
.l-voice-mes__pos img {
margin: 0 auto;
max-width:1500px;
}
.l-voice-mes_ttl {
color:#eb6100;
font-size: 6rem;
line-height:1.1;
font-weight:bold;
text-align:center;
}
.l-voice-mes_txt {
margin:1em 0;
}
.l-voice-mes_txt_green {
color:#009944;
border-top:1px solid #009944;
border-bottom:1px solid #009944;
padding:15px 0;
}

.l-voice-mes-txt {
background:rgba(255,255,255,0.9);
padding:2em;
width:570px;
}
.l-voice-mes-txt h2 {
font-size: 7rem;
color:#eb6100;
font-family:YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
line-height:1.2;
margin-bottom:20px;
}
.l-voice-mes-txt p {
font-size: 2rem;
margin-top:0.5em;
font-weight:600;
font-family: 'Noto Serif JP';
}

.l-voice__inr {
max-width:1200px;
margin:0 auto;
padding:8em 15px 8em;
}
.l-voice-subttl {
font-size: 5rem;
font-weight:700;
text-align:center;
font-family: 'Noto Serif JP';
margin:0 auto 1em;
background: #784310;
color: #fff;
padding: 15px 0;
border-radius: 60px 60px;
position:relative;
}
.l-voice-subttl:before {
content: "";
position: absolute;
bottom: -65px;
left: 50%;
margin-left: -15px;
border: 30px solid transparent;
border: 30px solid transparent;
border-top: 40px solid #784310;
}

.l-voice-list__head {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom:1em;
}
.l-voice-list li{
border:5px solid #eb6100;
border-radius:6px 6px;
margin:0.8em 0;
padding:2em;
background:#fff;
}
.l-voice-list_ttl {
width:95%;
}
.l-voice-list_ppl {
width:100px;
margin-right:2em;
min-width: 100px;
text-align: center;
font-size: 1.4rem;
}
.l-voice-list_ttl h4 {
font-size: 3rem;
font-weight:700;
color:#eb6100;
line-height: 1.2;
}
.l-voice-list_ttl h4.__mainttl {
font-size: 3.6rem;
font-weight:700;
color:#eb6100;
line-height:1.2;
}
.l-voice-list__text p {
font-size: 1.7rem;
font-weight:500;
}
.l-voice-list__text p.__mainvoice {
font-size: 2rem;
font-weight:500;
}

.__mainvoice_subtxt {
font-size:1.3rem !important;
font-weight:normal !important;
text-indent: -1em;
padding-left: 1em;
}

.l-voice-list__star__bg {
display:inline-block;
}
.l-voice-list__star {
margin-top:1em;
border:1px solid #eb6100;
background:#fff6e9;
padding:0.4em;
font-weight:700;
display: flex;
align-items: center;
font-size: 1.6rem;
}
.l-voice-list__star dt {
color:#333;
}
.l-voice-list__star dd {
color:#ffae00;
}
.l-voice-list__flex {
display: flex;
align-items: center;
justify-content: space-between;
}
.l-voice-list__mainpic {
margin-right:2em;
min-width:280px;
}


@media screen and (max-width: 1400px) {
  .l-voice-mes_ttl {
  font-size: 4vw;
  }
  .l-voice-mes__pos {
  font-size: 1.47vw;
  }
}

@media screen and (max-width: 1023px) {
  .l-voice-mes__pos img {
  max-width: 100%;
  }
  .l-voice-mes__pos {
  font-size: 1.6rem;
  position: static;
  max-width: 100%;
  width: auto;
  padding: 1.5em;
  }
  .l-voice-mes_ttl {
  font-size: 3rem;
  }
  .l-voice-mes_bg {
  background: url(images/voice_main_bg_sp.jpg) no-repeat center top #fff;
  background-size: contain;
  padding-top: 56%;
  }
}

@media screen and (max-width: 900px) {
  .l-voice-list_ttl h4.__mainttl {
  font-size: 3rem;
  }
  .l-voice-list_ttl h4.__mainttl br{
  display:none;
  }
  .l-voice-list__text p.__mainvoice {
  font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .l-voice-subttl {
  font-size: 2.8rem;
  margin: 0 auto 2em;
  }
  .l-voice-list_ttl h4 {
  font-size: 2.4rem;
  }
  .l-voice-list__flex {
  display: block;
  }
  .l-voice-list__mainpic {
  margin: 0 auto;
  min-width: 280px;
  }
  .l-voice-list_ttl {
  width: auto;
  }
  .l-voice-list_ttl h4.__mainttl {
  font-size: 2.4rem;
  margin-top:15px;
  }
  .l-voice__inr {
  padding: 4em 15px 4em;
  }
}
@media screen and (max-width: 640px) {
  .l-voice-subttl {
  font-size: 2.5rem;
  }
  .l-voice-list li {
  margin: 0.8em 0;
  padding: 1em;
  }
  .l-voice-list_ppl {
  width: 80px;
  margin-right: 1em;
  }
  .l-voice-list_ttl h4 {
  font-size: 2rem;
  }

  .l-voice-subttl:before {
  bottom: -40px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 30px solid #784310;
  }
  .l-voice-list__text p.__mainvoice {
  font-size: 1.6rem;
  margin-bottom: 20px;
  }
  .l-voice-mes_ttl {
  font-size: 2.8rem;
  }
  .l-voice-mes_ttl br {
  display:block;
  }
  .l-voice-list_ttl h4.__mainttl br {
  display:none;
  }
  .l-voice-list__text p {
  font-size: 1.6rem;
  font-weight:normal;
  }
}

/*FAQ*/
.l-faq-subttl {
font-size: 5rem;
font-weight: 700;
text-align: center;
font-family: 'Noto Serif JP';
margin: 0 auto 1em;
}
.l-faq-head {
background: #fff;
background-size: cover;
}
.l-faq-head__inr {
text-align: center;
}
.l-faq-head__inr img {
margin: 0 auto;
max-width: 1500px;
}
.l-faq {
}
.l-faq__inr {
max-width:1200px;
margin:0 auto;
padding:4em 15px 8em 15px;
}
.qa-list dl {
    position: relative;
    cursor: pointer;
    border: 2px solid #3d2110;
    margin: 0 0 -2px; 
    background:#fff;
}
.qa-list dl:first-child {
  margin-top: 0;
}

/*
.qa-list dl::after {
position: absolute;
top: 31px;
right: 26px;
display: block;
width: 14px;
height: 14px;
margin: auto;
content: '';
transform: rotate(135deg);
border-top: 4px solid #009944;
border-right: 4px solid #009944;
}

.qa-list .open::after {
    transform: rotate(-45deg);
}
*/
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 30px 20px 30px 60px;
    font-weight: bold;
    font-size: 2rem;
    font-weight:bold;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 30px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #eb6100;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #009944;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 0 60px 30px 60px;
}
.qa-list dl dd p {
    margin: 20px 0 0;
    font-size: 1.8rem;
    font-weight:500;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 1023px) {
  .l-faq-head__inr img {
  margin: 0 auto;
  max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
 .qa-list dl {
    margin: 10px 0 0;
  }
  .qa-list dl:after {
      top: 20px;
      right: 20px;
      width: 7px;
      height: 7px;
  }
  .qa-list dl dt {
      padding: 22px 50px 22px 50px;
      font-size: 1.8rem;
  }
  .qa-list dl dt::before {
      top: 20px;
      left: 20px;
  }
  .qa-list dl dd::before {
      left: 20px;
      margin-top: 5px;
  }
  .qa-list dl dd {
      margin: 0;
      padding: 16px 25px 16px 50px;
      font-size: 15px;
  }
  .qa-list dl dd p {
      margin: 30px 0 0;
      font-size: 1.6rem;
  }
  .qa-list dl dd p:first-child{
      margin-top: 0;
  }
  .l-faq__inr {
  padding: 4em 15px 4em 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-faq_cat_list li {
  width: 48%;
  }
  .l-faq_ttl {
  font-size: 2.1rem;
  }
}
@media screen and (max-width: 640px) {
  .l-faq-subttl {
  font-size: 3rem;
  }
}

@media screen and (max-width: 540px) {
  .l-faq_cat_list li a {
  font-size:1.4rem;
  }
  .l-faq_cat_list li {
  width: auto;
  }
  .l-faq_cat_list {
  display: block;
  }
}


/*PRODUCT*/
.l-product {
padding:;
}
.l-product-head {
background:#fff;
background: url(images/product_main_bg.jpg) no-repeat center bottom;
background-size: cover;
padding: 7% 0;
display: flex;
align-items: center;
}
.l-product__inr {
padding:0 15px;
}
.l-product-head__inr {
max-width:1200px;
margin:0 auto;
}
.l-product-main {
max-width: 1200px;
margin: 5em auto 2em;
background: #fff;
border-radius: 20px 20px;
box-shadow: 0px 0px 20px -13px #333;
padding-bottom:0.5em;
}
.l-product-main__ttl {
font-size:3.6rem;
font-weight:bold;
text-align:center;
background:#eb6100;
color:#fff;
border-radius: 20px 20px 0 0;
padding:0.5em 0;
}
.l-product-main__inr {
padding:3em;
}
.l-product__table {
width:100%;
}
.l-product__table tr {
border-bottom:1px solid #3d2110;
}
.l-product__table tr th {
padding:1.2em 0;
font-weight:bold;
width:190px;
font-size:1.8rem;
}
.l-product__table tr td {
padding:1.2em 1em;
font-size:1.6rem;
font-weight:500;
}

@media screen and (max-width: 1023px) {
  .l-product-head {
  }
}

@media screen and (max-width: 768px) {
  .l-product-main__inr {
  padding:2em;
  }
  .l-product__table tr th {
  padding: 1em 0;
  width: 170px;
  font-size: 1.6rem;
  }
  .l-product-main__ttl {
  font-size: 3rem;
  }
  .l-product-main {
  margin: 2em auto 2em;
  }
}
@media screen and (max-width: 640px) {
  .l-product-main__inr {
  padding:1.3em;
  }
  .l-product-main__ttl {
  font-size: 2.4rem;
  }
  .l-product__table tr th {
  padding: 0.5em;
  margin-bottom: 0.5em;
  width: auto;
  font-size: 1.6rem;
  display: block;
  background: #eee;
  }
  .l-product__table tr td {
  padding: 0 0.6em 1.2em;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  }
  .l-product__table tr {
  border-bottom: none;
  }
}

/*Trial 期間限定*/
.l-trial {
max-width: 1200px;
margin: 5em auto 2em;
background: #fff;
border-radius: 20px 20px;
box-shadow: 0px 0px 20px -13px #333;
}
.l-trial__inr {
padding:2em;
}

@media screen and (max-width: 768px) {
  .l-trial__inr {
  padding:1.5em;
  }
  .l-trial {
  margin: 2em auto 0;
  }
}

/* ADD
------------------------------------------------ */
.b {
font-weight:bold;
}
.center {
text-align:center;
}
.mt10 {
margin-top: 10px;
}
.mt20 {
margin-top: 20px;
}
.mt30 {
margin-top: 30px;
}
.mt40 {
margin-top: 40px;
}
.mt60 {
margin-top: 60px;
}
.mt80 {
margin-top: 80px;
}
.mt120 {
margin-top: 120px;
}
.f11{
font-size: 11px;
}
.f12{
font-size: 12px;
}
.f15{
font-size: 15px;
}
.f16{
font-size: 16px;
}
.f18 {
font-size: 18px;
}
.f21 {
font-size: 21px;
}
.f24 {
font-size: 24px;
}
.red {
color: #cc0000;
}
.txt-r {
text-align: right;
}
.bg-gray1{
padding:20px;
background:#efefef;
}
.aligncenter {
display: block;
margin: 0 auto;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

.pc_display {
display:block;
}
.sp_display {
display:none;
}

@media screen and (max-width: 640px) {
  .pc_display {
  display:none;
  }
  .sp_display {
  display:block;
  }

}

/* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
.icon-wrap {
  position: absolute;
  right: 15px;
  top: 50%;
  transform:translatey(-50%);
  width: 38px;
  height: 38px;
}
/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #eb6100;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 4px;
  transform: translate(-50%, -50%);
}
/* そのうち1本を縦にする */
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

/*カート*/

.cartjs_product_table {
display:none;
}
.cart_btn .cartjs_cart_in input {
padding: 11% 0;
max-width:1000px;
width:100% !important;
height:100% !important;
max-height:153px;
margin-bottom: 0 !important;
color:transparent !important;
animation: anime1 0.8s ease 0s infinite alternate;
transform-origin:center;
transition: all .4s;
}
@keyframes anime1 {
  from {
    transform: scale(0.95,0.95);
  }
  to {
    transform: scale(1);
  }
}
.cart_btn .cartjs_cart_in input:hover {
opacity:0.7;
transition: all .4s;
}
.cart_btn .cartjs_box {
padding:0 0 15px !important;
}
.cart_btn.__teiki .cartjs_cart_in input {
background: url(images/price_btn_1.png) no-repeat center center;
background-color:#fff !important;
background-size: cover;
}
.cart_btn.__otameshi .cartjs_cart_in input {
background: url(images/price_btn_2.png) no-repeat center center;
background-color:#fff !important;
background-size: cover;
}

@media screen and (max-width: 1200px) {
  .cart_btn .cartjs_cart_in input {
  padding: 12% 0;
  }
}
@media screen and (max-width: 800px) {
  .cart_btn .cartjs_cart_in input {
  padding: 10% 0;
  }
}
@media screen and (max-width: 640px) {
  .icon:before, .icon:after {
  width: 20px;
  right: 10px;
  }
  .l-product-price__btn .__btn_txt_code {
      margin: 0.3em 0 1em;
  }
}
@media screen and (max-width: 540px) {
  .cart_btn .cartjs_cart_in input {
  }
  .cart_btn.__teiki .cartjs_cart_in input {
  background-size: contain;
  }
  .cart_btn.__otameshi .cartjs_cart_in input {
  background-size: contain;
  }
  .cart_btn .cartjs_box {
  padding: 0 0 5px !important;
  }
}
