@charset "utf-8"; /* CSS Document */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img{
    width: 100%;
    vertical-align: bottom;
}

#wrapper{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

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

    #wrapper{
        width: 100%;
    }

}

.btn{
    position: absolute;
    aspect-ratio: 690/180;
    width: 86.25%;
    left: 6.875%;
}

.offer_01{
    position: relative;
    aspect-ratio: 800/1547;
}

.btn_01{
    bottom: 18%;
}

.offer_02{
    position: relative;
    aspect-ratio: 800/1178;
}

.btn_02{
    bottom: 30%;
}

.offer_03{
    position: relative;
    aspect-ratio: 800/1658;
}

.btn_03{
    bottom: 16%;
}

.offer_04{
    position: relative;
    aspect-ratio: 800/1249;
}

.btn_04{
    bottom: 28%;
}

.offer_05{
    position: relative;
    aspect-ratio: 800/1696;
}

.btn_05{
    bottom: 15%;
}

.offer_06{
    position: relative;
    aspect-ratio: 800/1256;
}

.btn_06{
    bottom: 28%;
}

.offer_07{
    position: relative;
    aspect-ratio: 800/1670;
}

.btn_07{
    bottom: 21%;
}

.offer_08{
    position: relative;
    aspect-ratio: 800/1309;
}

.btn_08{
    bottom: 22%;
}

.offer_09{
    position: relative;
    aspect-ratio: 800/1180;
}

.btn_09{
    bottom: 30%;
}

.offer_10{
    position: relative;
    aspect-ratio: 800/1364;
}

.btn_10{
    bottom: 19%;
}

.offer_11{
    position: relative;
    aspect-ratio: 800/1207;
}

.btn_11{
    bottom: 26%;
}

.offer_12{
    position: relative;
    aspect-ratio: 800/1387;
}

.btn_12{
    bottom: 19%;
}

.offer_13{
    position: relative;
    aspect-ratio: 800/1257;
}

.btn_13{
    bottom: 28%;
}

.offer_14{
    position: relative;
    aspect-ratio: 800/1331;
}

.btn_14{
    bottom: 25%;
}

.cont_19{
    position: relative;
    aspect-ratio: 800/932;
}

#movie{
    position: absolute;
    aspect-ratio: 640/360;
    width: 80%;
    bottom: 20%;
    left: 10%;
}



@media screen and (max-width:640px){
    .btn_move{
        animation: 6s btn_move infinite;
    }
    
    @keyframes btn_move{
    0%{opacity: 1;}
    50%{opacity: 0.6;}
    100%{opacity: 1;}
    }
}

.teiki{
    width: 100%;
    padding: 0 8vw;    
    background-image: url("https://img.p-antiaging.com/duo/img/campaign/balm/202410/offer_03bk.webp");
    background-size: 100% auto;
    background-repeat: repeat-y;
}

.teiki{
    width: 100%;
    padding: 0 10%;    
    font-size: 15px;
}

@media screen and (max-width: 640px) {
    .teiki{
        font-size: 80%;
    }
}

.teiki p{
    padding-bottom: 1vh;
}

.teiki .bold{
    font-size: 18px;
}

@media screen and (max-width: 640px){
.teiki .bold{
    font-size: 3.2vw !important;
}
}

.teiki .red{
    color: #dc143c;
}

.teiki a{
    text-decoration: underline;
}

.block-page-top{
display: none !important;
}

.offer_1 {
    background: url("https://img.p-antiaging.com/canadel/img/campaign/prbl/202408/offer_07bk.webp") no-repeat 0 0 / 100% 100%;
}

#last{
	width: 100%;
    background-color: #ffe6e9;	
}

#last p{
	width: 800px;
	margin:20px auto 10px;
	padding: 0 5px 20px;
	font-size: 16px;
}

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

#last{
    background-color: #ffe6e9;		
}

#last p{
    width: 100%;
    margin: 20px auto 10px;
    padding: 0px 20px 20px;
    font-size: 16px;
}

}

#bunner{
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: 3vh;
    right: 3%;
    width: 20%;
    max-width: 250px;
    transition: 1s;
    opacity: 0;
    z-index: 1;
}

.bunner_out{
    transition: 1s;
    opacity: 1!important;
}

.block-page-top{
display: none !important;
}

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

    #bunner{
        flex-wrap: nowrap;
        position: fixed;
        bottom: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
    }

    #bunner a:hover{
        opacity: 1;
    }

}

@keyframes bunner_out{
    100%{opacity: 0;}
}

a, dt {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover, .con_btn:hover, input:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
}

.cam {
    display: block;
    margin-top: -30px;
    padding-top: 30px;
}

@media screen and (max-width: 640px) {
    .cam {
        display: block;
        margin-top: -60px;
        padding-top: 60px;
    }
}

.fv_movie{
    position: relative;
    aspect-ratio: 1024/664;
}

.fv_movie video{
    position: absolute;
    aspect-ratio: 1024 / 664;
    width: 100%;
    bottom: 0%;
    left: 0%;  
}

video{
    width: 100%;
}

iframe{
    width: 100%;
    height: 100%;
}

#ac_cont{
    position: relative;
    aspect-ratio: 800/1602; 
}

/*アコーディオン▼*/
#faq_wrap{
    width: 100%;
    max-width: 800px;
    background-color: #fdfbf4;
    margin-top: -5%;
}

.faq{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 2vh 0;
}

.faq_head{
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding: 2vh 0;
}

.ac,
.ac dd {
  margin: 0;
}
.ac dt {
  cursor: pointer;
}
.ac .wrap_btn {
  height: 0;
  padding-top: 10%;
}
.ac .wrap_btn img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ac .wrap_btn .ac_btn {
  width: auto;
  top: 0;
  left: 0;
}

.ac dd,
.ac .wrap_btn .btn.cls {
  display: none;
}
.ac .wrap_btn.open .ac_btn.opn {
  display: none !important;
}
.ac .wrap_btn.open .ac_btn.cls {
  display: inline !important;
}
.wrap_btn {
  position: relative;
}

.ac .ac_btn {
    padding: 0;
}