@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: 651/201;
    width: 77.625%;
    left: 11.1875% 
}

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

.offer_01_btn_a{
    bottom: 48%;
}

.offer_01_btn_b{
    bottom: 23.5%;
}

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

.offer_02_btn_a{
    bottom: 43%;
}

.offer_02_btn_b{
    bottom: 19.5%;
}

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

.offer_03_btn_a{
    bottom: 42%;
}

.offer_03_btn_b{
    bottom: 19%;
}

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

.offer_04_btn_a{
    bottom: 44.5%;
}

.offer_04_btn_b{
    bottom: 22%;
}

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

