@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_a{
    position: absolute;
    aspect-ratio: 690/180;
    width: 86.25%;
    left: 6.875% 
}

.btn_b{
    position: absolute;
    aspect-ratio: 508/75;
    width: 63.5%;
    left: 18.75%;
}

#coopon{
    background-image: url("https://img.p-antiaging.com/paa/img/202506_summer/coopon_bk.webp");
    background-size: 100% auto;
    background-repeat: repeat-y;
}

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

.offer_01btn{
    bottom: 12%;
}

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

.offer_02btn{
    bottom: 55.5%;
}

.offer_02link{
    bottom: 10%;
}

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

.offer_03btn{
    bottom: 44%;
}

.offer_03link{
    bottom: 8.5%;
}

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

.offer_04btn{
    bottom: 40%;
}

.offer_04link{
    bottom: 7%;
}

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

.offer_05btn{
    bottom: 42%;
}

.offer_05link{
    bottom: 8%;
}

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

.offer_06btn{
    bottom: 7.5%;
}

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

.offer_07btn{
    bottom: 55%;
}

.offer_07link{
    bottom: 12.5%;
}

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

.offer_08btn{
    bottom: 38%;
}

.offer_08link{
    bottom: 5.5%;
}

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

.offer_09btn{
    bottom: 43%;
}

.offer_09link{
    bottom: 7.5%;
}


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

#close_bunner{
    position: fixed;
    bottom: -70%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 800px;
    transition: 1s;
    opacity: 1;
    z-index: 1;
}

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

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

.close_bunner_out{
    transition: 1s;
    bottom: 0!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%;
    }

    #close_bunner{
        position: fixed;
        max-width: 100%;
        width: 100%;
        bottom: -20%;
        right: 0;
        width: 100%;
    }

    #bunner a:hover, #close_bunner a:hover{
        opacity: 1;
    }

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

    .close_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;
}