/**/
.btn_chousei{
margin-left:3%;
}

#demo{
	width:100%;
    height:100vh;
    position:fixed;
    background:#0000005c; 
    color:#fff; 
    text-align:center;
    z-index:10000;
    display:none;
}

#demo p{
background: #c9a35d;
    line-height: 2.5rem;
    width: 50%;
    max-width:700px;
    height: 100%;
    max-height: 200px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 5%;
    border-radius: 10px;
    font-size: 2rem;    
}
@media screen and (max-width:751px){

    #demo p{
    width: 91%;
    padding-top: 14%;

    }
}



/*all-refund refund link*/
.all-refund {
position: absolute;
    display: block;
    width: 22%;
    height: 5%;
    left: 46%;
    bottom: 40%;
    /*background: orange;*/
}


div.cancel_return_box{
 text-align: left;
}
.feature_03 {
    width: 37.8%;
    height: 26.3%;
    border: 1px solid #D70738;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 14%;
    right: 3.5%;
}

.feature_03 img {
    width: 94.4%;
    height: 94.4%;
    object-fit: cover;
    border-radius: 50%;
    object-position: center 40px;
    background-color: #fff;
}

.sns_area {
    position: relative;
    overflow: hidden;
}

.sns_scroll {
    position: absolute;
    display: flex;
    width: 200%;
    overflow: hidden;
    top: 43%;
    left: 0;
}

.sns_scroll .sns_img {
    width: 47.3%;
}

.kochira {
    display: block;
    width: 9%;
    height: 3.5%;
    position: absolute;
    left: 17.5%;
    top: 40.2%;
}
.cta_kochira {
　display: block;
    width: 11%;
    height: 1.5%;
    position: absolute;
    left: 50.5%;
    bottom: 11%;
}

/*==在庫コンテンツ=*/
div.zaiko div {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    left: 9%;
}

div.zaiko #two_months_ago {
   top: 48.1%;
}

div.zaiko #month_ago {
   bottom: 35.6%;
}

#campain_p{font-size:16px;color:red; text-align:center;}



@media screen and (max-width: 751px) {
    
    .btn_chousei{
margin-left:1%;
}

    div.zaiko div {
        font-size: 1.5rem;
    }
}


@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

.sns_scroll .sns_img:first-child {
    animation: loop 16s -8s linear infinite;
}

.sns_scroll .sns_img:last-child {
    animation: loop2 16s linear infinite;
}
/*返金保証リンク*/
.henkin a{
    position: absolute;
    display: block;
    width: 22%;
    height: 3.5%;
    left: 28%;
    top: 54.5%;
}

  /* 11/17全額返金適応
  .refund a {
    position: absolute;
    display: block;
    width: 22%;
    height: 3.5%;
    left: 39%;
    top: 41.5%;
  }
  */