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

}

.center{
    text-align: center;
}

#cont_02{
    position: relative;
    width: 100%;
    aspect-ratio: 800/69;
}

#cont_02txt{
    position: absolute;
    width: 90%;
    height: 80%;
    left: 5%;
    top: 11%;
    font-size: min(3vw, 35px);
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 640px) {
    #cont_02txt{
        top: 10%;
        font-size: 4vw;
    }
}

#cont_03{
    position: relative;
    aspect-ratio: 800/813;
}

#cont_03btn{
    position: absolute;
    aspect-ratio:157/32;
    width: 19.625%;
    bottom: 6%;
    left: 11.5%;
}

#cont_04{
    position: relative;
    aspect-ratio: 800/357;
}

#cont_04btn{
    position: absolute;
    aspect-ratio: 800/200;
    left: 0;
    bottom: 0%;
}

#cont_06{
    position: relative;
    width: 100%;
    aspect-ratio: 800/353;
    background: url("https://img.p-antiaging.com/duo/img/campaign/duoday/202504/cont_06.webp") no-repeat 0 0 / 100% 100%;
}

#cont_06txt{
    position: absolute;
    aspect-ratio: 604/90;
    width: 75.5%;
    left: 12.25%;
    font-size: min(5vw,70px);
    bottom: 12%;
    text-align: center;
}

@media (1000px <= width <= 1130px ) {
    #cont_06txt{
        bottom: 11%;
    }
}

@media (640px <= width <= 1000px ) {
    #cont_06txt{
        bottom: 10%;
    }
}

@media screen and (max-width: 640px) {
    #cont_06txt{
        font-size: 7vw;
    }
}

#cont_09link{
    position: absolute;
    aspect-ratio: 800/53;
    width: 100%;
    left: 0;
    bottom: 7%;
}

#cont_10{
    position: relative;
    aspect-ratio: 800/957;
}

#cont_10link{
    position: absolute;
    aspect-ratio: 800/53;
    width: 100%;
    left: 0;
    bottom: 69%;
}

#cont_10btn{
    position: absolute;
    aspect-ratio: 800/251;
    width: 100%;
    left: 0;
    bottom: 0%;
}

#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{
    position: fixed;
    bottom: 3vh;
    right: 5%;
    width: 10%;
    max-width: 150px;
    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{
        position: fixed;
        bottom: 2vh;
        right: 5%;
        width: 20%;
    }

}

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

/*アコーディオン▼*/
#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;
}