@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_detail{
        max-width: 100%;
        height:13vh!important;
    }

    .btn_a_detail img{
        width: 80%;
        left: 10%;
    }
}

.btn_a_cart{
    position: absolute;
    aspect-ratio: 595/157;
    width: 74.375%;
    left: 12.8125% 
}


.btn_a_detail{
    max-width: 800px;
    height: 130px!important;
    background:url("https://img.p-antiaging.com/paa/img/202509_autumn/autumn_a_11b.webp") no-repeat 0 0/100% 100%
}


.btn_b_cart{
    position: absolute;
    aspect-ratio: 660/99;
    width: 82.5%;
    left: 8.75%;
}

.btn_b_cart_s{
    position: absolute;
    aspect-ratio: 266/101;
    width: 33.25%;
}

.btn_b_detail{
    position: absolute;
    aspect-ratio: 676/165;
    width: 84.5%;
    left: 7.75%;
}

.offer_a_01_bara{
    position: relative;
    aspect-ratio: 800/1305;
}

.offer_a_01_btn_a_bara{
    bottom: 3%;
}

#process_btn_wrap_bara{
    position: relative;
    aspect-ratio: 800/190;
}

.process_btn_bara{
    bottom: 70%;
    border: none;
    background-color: #fff;
}

#offer_a_01{
    position: relative;
    aspect-ratio: 800/1704;
}

.offer_a_01_btn_a{
    bottom: 25%;
}

.offer_a_01_btn_b{
    bottom: 11%;
}

.offer_a_02{
    position: relative;
    aspect-ratio: 800/1388;
}

.offer_a_02_btn{
    bottom: 14%;
}

.offer_a_03{
    position: relative;
    aspect-ratio: 800/574;
}

.offer_a_03_btn{
    top: 9%;
}

.offer_b_01{
    position: relative;
    aspect-ratio: 800/2344;
}

.offer_b_01_btn_a{
    bottom: 50.5%;
}

.offer_b_01_btn_b{
    bottom: 4%;
}

.offer_b_02{
    position: relative;
    aspect-ratio: 800/2407;
}

.offer_b_02_btn_a{
    bottom: 50.5%;
}

.offer_b_02_btn_b{
    bottom:5%;
}

.offer_b_03{
    position: relative;
    aspect-ratio: 800/2307;
}

.offer_b_03_btn_a{
    bottom: 53%;
}

.offer_b_03_btn_b{
    bottom:2.5%;
}

.offer_b_04{
    position: relative;
    aspect-ratio: 800/2975;
}

.offer_b_04_btn_a{
    bottom: 52.5%;
    left: 15.5%;
}

.offer_b_04_btn_b{
    bottom: 52.5%;
    right: 15.5%;
}

.offer_b_04_btn_c{
    bottom: 40.5%;
    left: 15.5%;
}

.offer_b_04_btn_d{
    bottom: 40.5%;
    right: 15.5%;
}

.offer_b_04_btn_e{
    bottom:2%;
}

.offer_b_05{
    position: relative;
    aspect-ratio: 800/2475;
}

.offer_b_05_btn_a{
    bottom: 51%;
}

.offer_b_05_btn_b{
    bottom:5%;
}

.offer_b_06{
    position: relative;
    aspect-ratio: 800/2442;
}

.offer_b_06_btn_a{
    bottom: 51.5%;
}

.offer_b_06_btn_b{
    bottom: 6.5%;
}

.process_link{
    position: relative;
    aspect-ratio: 800/2175;
}

.process_link_btn{
    position: absolute;
    aspect-ratio: 525/207;
    width: 66.625%;
    right: 12%;
    bottom: 51%;
}

.process_link_20250902{
    position: relative;
    aspect-ratio: 800/2715;
}

.process_link_btn_20250902{
    position: absolute;
    aspect-ratio: 533/199;
    width: 66.625%;
    right: 11%;
    bottom: 60.8%;
}

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

#bunner{
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 800px;
    transition: 1s;
    opacity: 1;
    z-index: 1;
    transform: translateX(-50%);
}

.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, #bunner_b{
        flex-wrap: nowrap;
        position: fixed;
        max-width: 100%;
        width: 100%;
        bottom: 0%;
        right: 0;
        width: 100%;
    }

    #bunner a:hover, 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; 
}

/*アコーディオン▼*/
.ac,
.ac dd {
  margin: 0;
}
.ac dt {
  cursor: pointer;
}
.ac .wrap_btn {
  height: 0;
  padding-top: 0;
}
.ac .wrap_btn img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ac .wrap_btn .btn {
  width: auto;
  top: 0;
  left: 0;
}

.ac dd,
.ac .wrap_btn .btn.cls {
  display: none;
}
.ac .wrap_btn.open .btn.opn {
  display: none !important;
}
.ac .wrap_btn.open .btn.cls {
  display: inline !important;
}
.wrap_btn {
  position: relative;
}

.ac .btn {
    padding: 0;
}

@media screen and (max-width: 640px) {
    .ac .wrap_btn {
        height: 13vh!important;
        padding-top: 0;
      }
      .ac .wrap_btn img {
        max-width: 80%!important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
      }
}