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

.sp{
    display: none;
}

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

#wrapper{
        width: 100%;
    }

.sp{
    display: block;
}

}



.btn{
    position: absolute;
    aspect-ratio: 673/151;
    width: 84.125%;
    left: 7.9375%;
}

.fv_a{
    position: relative;
    aspect-ratio: 800/1636;
}

.fv_a_btn{
    bottom: 5%;
}

.fv_b{
    position: relative;
    aspect-ratio: 800/1328;
}

.fv_b_btn{
    bottom: 7%;
}

.cont_01{
    position: relative;
    aspect-ratio: 800/2949;
}

.cont_01_btn{
    bottom: 7%;
}

.cont_02{
    width: 100%;  
    background-image: url("https://img.p-antiaging.com/paa/img/202602_app-point/cont_02.webp");
    background-size: 100% auto;
    background-repeat: repeat-y;
}

a:hover{
    opacity: 0.7;
}

#last{
	width: 100%;
}

#last p{
	width: 800px;
	margin:0 auto 20px;
	padding: 0 3vw 30px;
	font-size: 16px;
}

@media screen and (max-width: 640px) {
#last{
    margin-top: -1vh;
}

#last p{
    width: 100%;
    margin: 0 auto 20px;
    padding: 0px 5vw 30px;
    font-size: 3vw;
}

}
