@charset "UTF-8";
/**************************************↓↓全体**********************************************/
* {
  margin: 0;
  padding: 0;
}
.wrapper{
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  }

 /************ローカルの見た目はリピスト上の1/3サイズになります**********************************************/

 .grecaptcha-badge { visibility: hidden; }

 .relative{
  position: relative;
}
 .main-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}  


.mocchiri {
	animation: mocchiri 1s infinite;
}
@keyframes mocchiri {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(0.90, 0.86)
	}
}


.button-img{
  width: 100%;
}
  .button1 {
  position: absolute;
  top: 78.7%;
  left: 0%;
    width: 100%;
  overflow: hidden;
}

.button2 {
  position: absolute;
  top: 56%;
  left: 2.5%;
  width: 95%;
  overflow: hidden;
}

.button3 {
  position: absolute;
  top: 61.5%;
  left: 0%;
    width: 100%;
  overflow: hidden;
}




/**************************************↓↓QA**********************************************/
body #smp-content .qa .inner h2 
{
    font-size: 18px;
}
body #smp-content .qa .inner h2 p
{
    margin: 0 0 4% 0
}
body #smp-content .qa .inner .qa-cont
{
    width: 93%;
    margin: 0 auto
}
body #smp-content .qa .inner .qa-cont .accbox
{
    margin: 3% 0;
    padding: 0;
    max-width: 100%;
    border-bottom: 1px solid #ccd49c;
    padding: 2%;
    text-align: left;
    position: relative
}
body #smp-content .qa .inner .qa-cont .accbox label
{
    display: block;
    margin: 1.5px 0;
    font-weight: bold;
    font-size: 130%;
    cursor: pointer;
    transition: all .5s;
    background: none
}
body #smp-content .qa .inner .qa-cont .acc-label::before
{
    content: '';
    width: 17px;
    height: 17px;
    background: #ccd49c;
    border-radius: 50%;
    position: absolute;
    right: 2.5%;
    top: 1rem;
    margin-top: -7px
}
body #smp-content .qa .inner .qa-cont .acc-label::after
{
    content: '';
    width: 4px;
    height: 4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 4.7%;
    top: 1rem;
    margin-top: -1px
}
body #smp-content .qa .inner .qa-cont .accbox input
{
    display: none
}
body #smp-content .qa .inner .qa-cont .accbox .accshow
{
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: .8s
}
body #smp-content .qa .inner .qa-cont .cssacc:checked+.accshow
{
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1
}
body #smp-content .qa .inner .qa-cont .cssacc:checked+.acc-label:before
{
    content: '';
    width: 17px;
    height: 17px;
    background: #ccd49c;
    border-radius: 50%;
    position: absolute;
    right: 2%;
    top: 1.5rem;
    margin-top: -7px
}
body #smp-content .qa .inner .qa-cont .cssacc:checked+.acc-label:before
{
    content: '';
    width: 4px;
    height: 4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 4.5%;
    top: 1.5rem;
    margin-top: -1px
}
body #smp-content .qa .inner .qa-cont .faq-ttl
{
    width: 100%
}
body #smp-content .qa .inner .qa-cont img
{
    margin-bottom: 20px
}
body #smp-content .qa .inner .qa-cont .qa-box
{
    border-left: solid 1px #ccd49c;
    margin-bottom: 4%;
    position: relative;
    padding: 3% 0 1% 3%;
    text-align: left
}
body #smp-content .qa .inner .qa-cont .qa-box .question
{
    font-size: 100%;
    text-align: left;
    width: 100%
}
body #smp-content .qa .inner .qa-cont .qa-box .question .icon
{
    display: inline-block;
    background-size: contain;
    width: 5%;
    height: 0;
    padding-top: 6%;
    margin: .5% .5rem 0 0
}
body #smp-content .qa .inner .qa-cont .qa-box .question .q-txt
{
    display: inline-block;
    text-align: left;
    width: 88%;
    line-height: 1.5;
    vertical-align: top;
    margin-left: -15px;
    margin-top: 3px;
}
body #smp-content .qa .inner .qa-cont .qa-box .question .q-txt a
{
    color: #ccd49c;
    text-decoration: underline
}
body #smp-content .qa .inner .qa-cont .qa-box .question .q-txt .or-arrow
{
    display: block;
    margin: 3% 35%
}
body #smp-content .qa .inner .qa-cont .qa-box .answer
{
    font-size: 93%;
    text-align: left;
    width: 100%;
    margin-top: 1%
}
body #smp-content .qa .inner .qa-cont .qa-box .answer .icon
{
    display: inline-block;
    background-size: contain;
    height: 0;
    padding-top: 5%;
    width: 5%;
    margin: .5% .5rem 0 0
}
body #smp-content .qa .inner .qa-cont .qa-box .answer .a-txt
{
    display: inline-block;
    text-align: left;
    width: 88%;
    line-height: 1.5;
    vertical-align: top;
    margin-left: -15px;
}
body #smp-content .qa .inner .qa-cont .qa-box .answer .a-txt a
{
    color: #3a92a1;
    text-decoration: underline
}
body #smp-content .qa .inner .qa-cont .qa-box .answer .a-txt .or-arrow
{
    display: block;
    margin: 3% 35%
}
body #smp-content .qa .inner .qa-cont .qa-box .attention
{
    font-size: 1.6rem;
    color: #ff8300;
    text-align: left;
    padding: 0 0 0 5rem;
    font-weight: bold;
    width: 100%
}
body #smp-content .qa .inner .qa-cont .qa-box .attention .at-ttl
{
    display: inline-block;
    text-align: left;
    width: 100%;
    line-height: 1.5;
    vertical-align: top
}
body #smp-content .qa .inner .qa-cont .qa-box .attention .at-ttl a
{
    color: #ff8300;
    text-decoration: underline
}
body #smp-content .qa .inner .qa-cont .qa-box .attention .at-ttl .or-arrow
{
    display: block;
    margin: 3% 35%
}
body #smp-content .qa .inner .qa-cont .qa-box .attention-txt
{
    font-size: 1.4rem;
    color: #3a92a1;
    text-align: left;
    padding: 1rem 0 0 .5rem;
    font-weight: bold;
    width: 100%
}
body #smp-content .qa .inner .qa-cont .qa-box .attention-txt .at-txt
{
    display: inline-block;
    text-align: left;
    width: 96%;
    padding-left: 1rem;
    line-height: 1.5;
    vertical-align: top
}
body #smp-content .qa .inner .qa-cont .qa-box .attention-txt .at-txt a
{
    color: #3a92a1;
    text-decoration: underline
}
body #smp-content .qa .inner .qa-cont .qa-box .attention-txt .at-txt .or-arrow
{
    display: block;
    margin: 3% 35%
}
body #smp-content .qa .inner .qa-cont .qa-box .grad-btn
{
    display: flex;
    width: 10%
}
body #smp-content .qa .inner .qa-cont .qa-box .grad-btn::before
{
    content: '';
    width: 17px;
    height: 17px;
    background: #ccd49c;
    border-radius: 50%;
    position: absolute;
    right: 2.5%;
    top: 1.2rem;
    margin-top: -7px
}
body #smp-content .qa .inner .qa-cont .qa-box .grad-btn::after
{
    content: '';
    width: 4px;
    height: 4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 4.8%;
    top: 1.2rem;
    margin-top: -1px
}
body #smp-content .qa .inner .qa-cont .qa-box .grad-item
{
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: .5s
}
body #smp-content .qa .inner .qa-cont .qa-box .grad-item::before
{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px
}
body #smp-content .qa .inner .qa-cont .qa-box .grad-trigger
{
    display: none
}
body #smp-content .qa .inner .qa-cont .qa-box .grad-trigger:checked~.grad-btn::before
{
    content: '';
    width: 17px;
    height: 17px;
    background: #ccd49c;
    border-radius: 50%;
    position: absolute;
    right: 2.1%;
    top: 1.4rem;
    margin-top: -7px
}
body #smp-content .qa .inner .qa-cont .qa-box .grad-trigger:checked~.grad-btn::after
{
    content: '';
    width: 4px;
    height: 4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 4.5%;
    top: 1.5rem;
    margin-top: -1px
}
body #smp-content .qa .inner .qa-cont .qa-box .grad-trigger:checked~.grad-item
{
    max-height: 50rem
}
body #smp-content .qa .inner .qa-cont .qa-box .grad-trigger:checked~.grad-item::before
{
    display: none
}
/**************************************↓↓フォーム**********************************************/

body #smp-lpshoppingcolumn dt{
  font-size: 11px;
  padding: 0px;
}
body form dd{
  font-size: 11px;
}
body #lp-shop-name{
  font-size: 12px;
}
body #smp-lpshoppingcolumn .ft_s02{
  font-size: 11px;
}
body #smp-lpshoppingcolumn .add_comment{
  font-size: 11px;
}
body #smp-lpshoppingcolumn .smp-req{
  font-size: 10px;
  padding: 0.5px 1px 0.5px 1px;
}
body #smp-lpshoppingcolumn .deliv_btn{
  height: 35px;
}
body #smp-lpshoppingcolumn #form1 #coupon_area #entry_coupon_td dt p{
  font-size: 8px;
}
body #smp-lpshoppingcolumn #form1 #coupon_area .cupon_btn{
  padding: 0px;
  height: 25px;
  width: 12%;
}
body #smp-lpshoppingcolumn .nohyphen{
  font-size: 11px;
}
body #smp-lpshoppingcolumn .reinput{
  font-size: 11px;
}
body #smp-lpshoppingcolumn .psw_comment{
  font-size: 11px;
}
body #smp-lpshoppingcolumn .zip_button{
  font-size: 11px;
  height: 38px;
}
body .deliv_check_comment{
  font-size: 8px;
}
body #order_sex_group label{
  font-size: 11px;
}
body #smp-lpshoppingcolumn em{
  font-size: 8px;
  line-height: 1.5;
}
body .smp-lp-section h3{
 font-size: 11px;
}
body #smp-lpshoppingcolumn .smp_lp_red2 {
  font-size:11px;
}
body form li{
  font-size: 11px;
}
body form .custom-select select{
  font-size: 11px;
}
body #smp-lpshoppingcolumn .register_btn{
  height: 35px;
  margin-top: 8px;
}
body #smp-lpshoppingcolumn .mgl-15 {
 top: -6px;
}
body #smp-lpshoppingcolumn input[type=checkbox] + label::before {
  top: 13px;
}

/**************************************↓↓フッター**********************************************/

body .footer .inner a {
  color: #a2a2a2;
  font-size: 10px;
}
body .inner{
  text-align: center;
font-size: 10px;
color: #a2a2a2;
}