@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% 
}

.link{
    position: absolute;
    aspect-ratio: 536/105;
    width: 67%;
    left: 16.5%;
}

/* open用ここから */

.open_offer_01{
    position: relative;
    aspect-ratio: 800/1722;
}

.open_btn_01{
    bottom: 16%;
}

.open_offer_02{
    position: relative;
    aspect-ratio: 800/816;
}

.open_btn_02{
    bottom: 30%;
}

.open_offer_03{
    position: relative;
    aspect-ratio: 800/933;
}

.open_btn_03{
    bottom: 15%;
}

.open_offer_04{
    position: relative;
    aspect-ratio: 800/1306;
}

.open_btn_04{
    bottom: 12%;
}

.open_offer_05{
    position: relative;
    aspect-ratio: 800/1023;
}

.open_btn_05{
    bottom: 17%;
}

.open_offer_06{
    position: relative;
    aspect-ratio: 800/1536;
}

.open_btn_06{
    bottom: 10%;
}

.open_offer_07{
    position: relative;
    aspect-ratio: 800/841;
}

.open_btn_07{
    bottom: 25%;
}

.open_offer_08{
    position: relative;
    aspect-ratio: 800/903;
}

.open_btn_08{
    bottom: 22%;
}

.open_offer_09{
    position: relative;
    aspect-ratio: 800/1648;
}

.open_btn_09{
    bottom: 14%;
}

.open_offer_10{
    position: relative;
    aspect-ratio: 800/1140;
}

.open_btn_10{
    bottom: 22%;
}

.open_offer_11{
    position: relative;
    aspect-ratio: 800/1626;
}

.open_btn_11{
    bottom: 10%;
}

.open_offer_12{
    position: relative;
    aspect-ratio: 800/1091;
}

.open_btn_12{
    bottom: 21%;
}

/* open用ここまで */
/* close用ここから */

.close_offer_01{
    position: relative;
    aspect-ratio: 800/2032;
}

.close_btn_01{
    bottom: 16%;
}

.close_offer_02{
    position: relative;
    aspect-ratio: 800/1445;
}

.close_btn_02{
    bottom: 21%;
}

.close_offer_03{
    position: relative;
    aspect-ratio: 800/941;
}

.close_btn_03{
    bottom: 16%;
}

.close_offer_04{
    position: relative;
    aspect-ratio: 800/1591;
}

.close_btn_04{
    bottom: 12%;
}

.close_offer_05{
    position: relative;
    aspect-ratio: 800/1056;
}

.close_btn_05{
    bottom: 20%;
}

.close_offer_06{
    position: relative;
    aspect-ratio: 800/1809;
}

.close_btn_06{
    bottom: 12%;
}

.close_offer_07{
    position: relative;
    aspect-ratio: 800/1470;
}

.close_btn_07{
    bottom: 20%;
}

.close_offer_08{
    position: relative;
    aspect-ratio: 800/926;
}

.close_btn_08{
    bottom: 22%;
}

.close_offer_09{
    position: relative;
    aspect-ratio: 800/1850;
}

.close_btn_09{
    bottom: 14%;
}

.close_offer_10{
    position: relative;
    aspect-ratio: 800/1117;
}

.close_btn_10{
    bottom: 22%;
}

.close_offer_11{
    position: relative;
    aspect-ratio: 800/1831;
}

.close_btn_11{
    bottom: 9%;
}

.close_offer_12{
    position: relative;
    aspect-ratio: 800/1094;
}

.close_btn_12{
    bottom: 21%;
}

@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/paa/img/202506_summer/close_coopon_02.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;
}

#last{
	width: 100%;
    position: relative;
    background-color: #ffe6e9;
    z-index: 2;	
}

#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: -70%;
    right: 3%;
    width: 20%;
    max-width: 200px;
    transition: 1s;
    opacity: 1;
    z-index: 1;
}

.bunner_in{
    transition: 1s;
    opacity: 0!important;
}

.bunner_out{
    transition: 1s;
    bottom: 5%!important;
}

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

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

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

    #bunner a:hover{
        opacity: 1;
    }

    .bunner_out{
        transition: 1s;
        bottom: 0!important;
    }

}

@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;
}