.aquauv{
	margin:0 auto 50px;
    @media(min-width:640px){
        margin:0 auto 100px;
        max-width: 640px;
        box-shadow: 0px 0px 15px -5px #777;
    }
}
video{
	clip-path: inset(2px);
	margin: -2px -2px 0;
    width: calc(100% + 4px);
}
.kv{
    position: relative;
    .kv_title{
	    z-index: 3;
	    position: absolute;
	    top: 25px;
	    right: 25px;
	    width: 100px;
	    @media(min-width:640px){
			top: 20px;
	        right: 35px;
	        width: 195px;
	    }
    }
    .text-group{        
        position: absolute;
        bottom: 60vw;
        left: 0;
        right: 0;
        width: 87%;
        text-align: center;
        margin: auto;
        @media(min-width:640px){
	        bottom: 370px;
        }
        .prd-name{
            text-shadow: 
            #fff 1px 1px 10px, #fff -1px 1px 10px,
            #fff 1px -1px 10px, #fff -1px -1px 10px;
            font-weight: bold;
            text-align: center;
            display: block;
            font-size: 2.2rem;
            line-height: 1;
            margin:0 0 2px 0;
            @media(min-width:640px){
                font-size: 3.2rem;
            }
        }
        .prod_type {
            font-size: 14px;
            border: 1px #555 solid;
            padding: 0px 6px;
            display: inline-block;
            margin-right: 3px;
                @media(min-width:640px){
                font-size: 16px;
                padding: 3px 7px;
            }
        }
        .tax {
            font-size: 1.4rem;
            font-weight: normal;
                @media(min-width:640px){
                font-size: 15px;
                }
        }
        .prd-ctg{
            text-shadow: 
                #fff 1px 1px 10px, #fff -1px 1px 10px,
                #fff 1px -1px 10px, #fff -1px -1px 10px;
            margin: 6px 10px 2px 0;
            font-size: 1.4rem;
            @media(min-width:640px){
                font-size: 16px;
                margin: 10px 10px 6px;
            }
        }
        .price-group{
            .prd-price{
                font-weight: bold;
                font-size: 2.4rem;
                @media(min-width:640px){
                font-size: 3.5rem;
            }
            }
            .prd-crc{
                position: relative;
                top: 0px;
                font-weight: bold;
                font-size: 1.8rem;
                @media(min-width:640px){
                font-size: 2.5rem;
            }
            }
        }
    }
    .btn-area{
        text-align: center;
        position: absolute;
        bottom: 48vw;
        left: 0;
        right: 0;
        margin: auto;
        width: 70%;
        @media(min-width:640px){
	        bottom: 280px;
        }
        a{
            display: block;
            background: #333;
            color: #fff;
            font-weight: bold;
            padding: 12px 16px;
            font-size: 16px;
            line-height: 1.3;
            @media(min-width:640px){
                font-size: 2.8rem;
                padding: 20px 16px;
            }
            
            &::after{
                content: "";
                width: 10px;
                height: 10px;
                border: 0px;
                border-top: solid 1px #fff;
                border-right: solid 1px #fff;
                transform: rotate(45deg);
                position: absolute;
                top: 50%;
                right: 18px;
                margin-top: -4px;
                @media(min-width:640px){
                    width: 15px;
                    height: 15px;
                }
            }
        }
    }
    .kv_award {
        position: absolute;
        bottom: 6vw;
        left: 0;
        right: 0;
        margin: auto 30px;
        text-align: center;
        @media (min-width: 640px) {
            bottom: 50px;
            left: 0;
            right: 0;
            margin: auto;
        }
        .note{
            color: #555;
            width: fit-content;
            margin:15px auto 0;
            font-size: 10px;
            padding-left: 20px;
            text-align: left;
            @media(min-width:640px){
                font-size: 12px;
                padding-left: 10px;
            }
        }

    }
}

.sec01{
	margin-top: -8px;
    .sec01_wrapper{
    background:#dae7ec url(/template/default/img/sp/aquauv/sec01_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 30px 0 0;
    aspect-ratio: 750/2236;
        @media(min-width:640px){
            padding: 80px 0 0;
        }
    }
    .bnr {
        margin: auto;
        text-align: center;
        background: linear-gradient(to bottom, #deeaef, #d2e1e8);;
    }
    .title{
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
        font-size: 3.4rem;
        @media(min-width:640px){
                font-size: 6rem;
        }
        .blue{
            color: #489bb0;
        }
    }
    .title-group{
        margin: 0 0 15px;
    }
    .lead{
        text-align: center;
        line-height: 1.4;
        font-size: 1.8rem;
        @media(min-width:640px){
                font-size: 3.4rem;
        }
    }
    .thumb{
        width: 82%;
        margin: 0 auto 40px;
        @media(min-width:640px){
            margin: 0 auto 100px;
        }
    }
    .list{
        box-shadow: 0px 0px 15px -5px #777777;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 15px;
        width: 94%;
        margin: auto;
        padding: 15px 0 0;
        @media(min-width:640px){
            padding: 25px 0 0;
        }
        .item{
            width: 32%;
            margin: 0 .3% 20px;
            @media(min-width:640px){
                margin: 0 .3% 40px;
            }
        }
    }
    .note{
        color: #777;
        width: fit-content;
        margin:15px auto 0;
        font-size: 10px;
        padding-left: 20px;
        @media(min-width:640px){
                font-size: 1.4rem;
                padding-left: 60px;
        }
    }
}
.sec02{
    position: relative;
    .title{
        margin: 0;
        @media(min-width:640px){
            margin: 0;
        }
    }
}
.sec03{
    position: relative;
    .sec3_title{
	    z-index: 3;
	    position: absolute;
	    top: 8px;
	    right: 25px;
        width: 80%;
	    @media(min-width:640px){
			top: 20px;
	        right: 35px;
	    }
    }
    .text-group{        
        position: absolute;
        bottom: 5vw;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
        width: 80%;
        @media(min-width:640px){
            bottom: 30px;
        }
    }
}
.sec04{
    padding: 0;
}
.sec05{
    background: url(/template/default/img/sp/claywash/kafun/3reasons.jpg) no-repeat center top;
    background-size: cover;   
    aspect-ratio: 640/2059;
    padding: 30px 0 0;
    position: relative;
    .title{
        position: absolute;
        top: 65px;
        left: 30px;
        width: 58%;
        @media(min-width:640px){
            top: 95px;
            left: 55px;
            width: initial;
        }
    }
    .reason {
        position: absolute;
        top: 400px;
        left: 0px;
        @media(min-width:640px){
            top: 620px;
            left: 0px;
        }
    }
}

.sec06{
    padding: 30px 0 0;
    @media(min-width:640px){
        padding: 40px 0 0;
    }
    .title-group{
        text-align: center;
        margin: 0;
    }
    .list{
        margin: -15px 20px 60px;
        .item01{
            text-align: center;
            margin: 0 0 20px;
            @media(min-width:640px){
                margin: 0 0 20px;
            }
        }
        .item02{
            text-align: center;
            margin: 0 0 20px;
            @media(min-width:640px){
                margin: 0 0 20px 21px;
            }
        }
    }
}

.sec07{
    .text-group{        
        text-align: center;
        margin: 20px auto 0;
        .prd-name{
            text-shadow: 
            #fff 1px 1px 10px, #fff -1px 1px 10px,
            #fff 1px -1px 10px, #fff -1px -1px 10px;
            font-weight: bold;
            text-align: center;
            display: block;
            font-size: 2.2rem;
            line-height: 1;
            margin:0 0 2px 0;
            @media(min-width:640px){
                font-size: 3.2rem;
            }
        }
        .prod_type {
            font-size: 14px;
            border: 1px #555 solid;
            padding: 0px 6px;
            display: inline-block;
            margin-right: 3px;
                @media(min-width:640px){
                font-size: 16px;
                padding: 3px 7px;
            }
        }
        .tax {
            font-size: 1.4rem;
            font-weight: normal;
                @media(min-width:640px){
                font-size: 15px;
                }
        }
        .prd-ctg{
            text-shadow: 
                #fff 1px 1px 10px, #fff -1px 1px 10px,
                #fff 1px -1px 10px, #fff -1px -1px 10px;
            margin: 6px 10px 2px 0;
            font-size: 1.4rem;
            @media(min-width:640px){
                font-size: 16px;
                margin: 10px 10px 6px;
            }
        }
        .price-group{
            .prd-price{
                font-weight: bold;
                font-size: 2.2rem;
                @media(min-width:640px){
                font-size: 3.5rem;
            }
            }
            .prd-crc{
                position: relative;
                top: 0px;
                font-weight: bold;
                @media(min-width:640px){
                font-size: 2.5rem;
            }
            }
        }
    }
    .btn-area{
        text-align: center;
        margin: auto;
        width: 70%;
        a{
            display: block;
            background: #333;
            color: #fff;
            font-weight: bold;
            padding: 12px 16px;
            font-size: 16px;
            line-height: 1.3;
            @media(min-width:640px){
                font-size: 2.8rem;
                padding: 20px 16px;
            }
            
            &::after{
                content: "";
                width: 15px;
                height: 15px;
                border: 0px;
                border-top: solid 1px #fff;
                border-right: solid 1px #fff;
                transform: rotate(45deg);
                position: absolute;
                top: 50%;
                right: 18px;
                margin-top: -4px;
                @media(min-width:640px){
                    width: 15px;
                    height: 15px;
                }
            }
        }
    }
    .refund {
        padding: 30px 0 50px;
    }
}

.sec08{
   background: url(/template/default/img/sp/aquauv/sec08_bg.jpg) no-repeat center top;
    background-size: cover; 
    padding: 50px 0 0; 
    aspect-ratio: 750/1051;
    .title{
        text-align: center;
        font-size: 2.7rem;
        line-height: 1.4;
        margin: 0 0 10px;
        @media(min-width:640px){
                font-size: 5rem;
            } 
        .blue{
            color: #59a9bd;
        }
    }   
    .content{
        width: 80%;
        margin: auto;
        .desc{
            white-space: nowrap;
            font-size: 1.7rem;
            text-shadow: 0 0 10px #fff,
               0 0 10px #fff,
               0 0 10px #fff,
               0 0 10px #fff,
               0 0 10px #fff;
               @media(min-width:640px){
                font-size: 3.0rem;
            } 
        }
    }
}

.howto-area{
	background: #f8f8f8;
	padding: 20px 20px 40px;
}
.howto-area h3{
	font-weight:normal;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", HG明朝E, serif;
	text-align: center;
	color: #4f3613;
	font-size: 22px;
	margin:0 0 15px 0;
}
.howto-area .pic{
	text-align: center;
}
.howto-area .pic img{
	width: 45%;
	margin: auto;
}
.howto-area .pic span{
	display: block;
	text-align: left;
	font-size: 14px;
	padding:20px 0 10px 0;
	margin-bottom: 10px;
	line-height: 1.5;
}
.howto-area ul{
	padding-left: 12px;
}
.howto-area ul span{
	display: none;
}
.howto-area li{
	font-size: 6px;
}
.howto-area li p:before{
	content:"・";
}
.howto-area li span{
	padding-right: 7px;
    display: inline-block;
    width: 33px;
}
.howto-area li p{
	font-size: 14px;
	text-indent: -15px;
	margin: 0;
}
.howto-area small{
	color: #888;
	display: block;
	margin-top: 15px;
}
.howto-area .content{
	margin:auto;
	padding: 20px;
	position: relative;
}
.howto-area .pc-wrap{
    background: #fff;
    padding: 10px;
    margin: 10px;
}
.faq-area{
	background: #eee;
	padding:  15px;
}
.faq-area h3{
	font-weight:normal;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", HG明朝E, serif;
	text-align: center;
	font-size: 22px;
	padding:5px 0;	
	margin: 0;
}
.faq-area dl {
  padding: 10px 0;
}

.faq-area dt {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
  padding: 10px 15px;
  position: relative;
  background: #fff;
  font-size: 18px;
}

.faq-area dt div{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", HG明朝E, serif;
	width: 83%;
    line-height: 1.4;

}
.faq-area  dt span{
	position: relative;
	display: block;
	background: #eeeeee;
	width: 30px;
	height: 30px;
	margin:0 0 0 auto;
}
.faq-area  dt span::before,
.faq-area  dt span::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background: #157bfe;
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
}
  
.faq-area  dt span::after {
  background: #157bfe;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.faq-area  dt.active span::after {
  transform: rotate(0);
  transition: 0.5s;
  height: 0px;
}
.faq-area  dd{
	font-size: 15px;
	padding:10px 10px 0;
}
.mt-area{
	padding: 20px 15px;
}
.mt-area h3{
	font-weight:normal;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", HG明朝E, serif;
	font-size: 22px;
    padding: 0 0 10px;
    margin: 0;
    text-align: center;	
}
.mt-area p{
	padding: 15px 0;
	margin: 0;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
.mt-area .cta_button a{
	width: 65%;
	margin:20px auto 0;
}

.mt-area .ct {
    padding: 20px 0 0;
    text-align: center;
}
.mt-area .ct b{
	display:block;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", HG明朝E, serif;
	font-size:22px;
}
.mt-area .ct .txt{
	display:block;
	font-weight: bold;
	font-size:16px;
	margin: 10px 0;
}
.mt-area .ct .txt{
	display:block;
}
.mt-area .cta_button a{
	border:1px solid #ccc;
	background: #f4f4f4;
	width: 80%;
    margin: auto auto 10px;
    padding: 8px 0;
    display: block;
}
.mt-area .cta_button i{
    padding-left: 10px;	
    vertical-align: 1px;
}

@media(min-width:640px){
.howto-area {
    padding: 20px 0;
}
.howto-area .wrapper{
	margin: auto;
}
.howto-area .content {
    padding: 50px;
}
.howto-area .block {
  display: flex;
  flex-wrap: wrap;
}
.howto-area .pc-wrap{
	width: calc(50% - 20px);
    margin: 10px;
    background: #fff;
}
.howto-area .pc-wrap .pic{
	width: 200px;
    margin: 0 auto;
}
.howto-area .pic img {
    width: auto;
}
.howto-area .pc-wrap ul{
	width: 600px;
	font-size: 15px;

}
.howto-area li {
    font-size: 15px;
    padding-left: 15px;
}
.howto-area li:nth-child(2){
    border-top: 1px solid #ccc;
    padding-top: 10px;	
}
.howto-area li:last-child{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;	
}
.howto-area ul span {
    display: block;
    padding: 0 0 10px 0;

}
.howto-area small {
    font-size: 13px;
}
.faq-area {
    padding: 25px 0;
}
.faq-area .wrapper{
	width: 90%;
	margin: auto;
}
.faq-area h3 {
    margin: 0 0 10px;
}
.faq-area dl {
    padding: 12px 0;
}
.faq-area dt{
	cursor: pointer;
	box-shadow: 0px 0px 6px 1px #d6d6d6;
	padding: 15px 20px;
	font-size: 20px;
}
.faq-area dt div{
	width: auto;

}
.faq-area dd {
    padding: 20px 15px 0;
}
.mt-area {
    padding: 40px 0px;
}
.mt-area .wrapper{
	width: 90%;
	margin: auto;
}
.mt-area h3,
.faq-area h3,
.howto-area h3 {
    font-size: 37px;
    margin: 0 0 15px 0;
    font-weight: normal;
}
.mt-area .cta_button a {
    border: 1px solid #ccc;
    background: #f4f4f4;
    width: 515px;
    margin: auto;
    padding: 14px 0;
    display: block;
    font-size: 18px;
}
.mt-area .ct {
    padding: 50px 0 25px;
    text-align: center;
    width: 100%;
    margin: auto;
    border-top: 1px solid #ccc;
}
.mt-area p {
    border-top: 1px solid #ccc;
    border-bottom:1px solid #ccc;
    font-size: 15px;
}
}


.fadeInRight,
.fadeInLeft,
.fadeIn {
	animation-duration:3s;

}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

