.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;
    background: #d2e1e8;
    .kv_title{
	    z-index: 3;
	    position: absolute;
	    top: 25px;
	    right: 25px;
	    width: 100px;
	    @media(min-width:640px){
			top: 80px;
	        right: 35px;
	        width: 195px;
	    }
    }
    .kv_content {
        margin-bottom: -8px;
    }
    .text-group{        
        position: absolute;
        bottom: 20vw;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
        @media(min-width:640px){
	        bottom: 115px;
        }
        .txt1{
            box-shadow: 0px 0px 15px -5px #fff;
            display: block;
            background: #59a9bd;
            color: #fff;
            width: fit-content;
            padding: 3px 15px 0;
            margin:0 auto 25px;
            font-size: 1.7rem;
            @media(min-width:640px){
                font-size: 2.9rem;
            }
        }
        .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: 4.2rem;
            }
        }
        .txt2{
            text-shadow: 
                #fff 1px 1px 10px, #fff -1px 1px 10px,
                #fff 1px -1px 10px, #fff -1px -1px 10px;
            display: block;
            font-size: 1.9rem;
            @media(min-width:640px){
                font-size: 3.5rem;
            }
        }
        .txt3{
            text-shadow: 
                #fff 1px 1px 10px, #fff -1px 1px 10px,
                #fff 1px -1px 10px, #fff -1px -1px 10px;
            display: block;
            margin: 6px 0 2px;
            @media(min-width:640px){
                font-size: 2.5rem;
                margin: 10px 0 6px;
            }
        }
        .price-group{
            display: flex;
            justify-content: center;
            align-items: flex-end;
            .txt4{
                position: relative;
                top: -3px;
                font-size: 1.7rem;
                margin: 0 2px;
                @media(min-width:640px){
                font-size: 2.9rem;
            }
            }
            .txt5{
                font-weight: bold;
                font-size: 2.2rem;
                @media(min-width:640px){
                font-size: 4.5rem;
            }
            }
            .txt6{
                position: relative;
                top: -4px;
                @media(min-width:640px){
                font-size: 2.9rem;
            }
            }
        }
    }
    .btn-area{
        text-align: center;
        position: absolute;
        bottom: 4vw;
        left: 0;
        right: 0;
        margin: auto;
        width: 70%;
        @media(min-width:640px){
	        bottom: 15px;
        }
        a{
            display: block;
            background: #074150;
            color: #fff;
            font-weight: bold;
            padding: 12px 16px;
            font-size: 16px;
            line-height: 1.3;
            text-decoration: none;
            @media(min-width:640px){
                font-size: 3rem;
                padding: 25px 16px;
            }
            &::after{
                content: "";
                width: 8px;
                height: 8px;
                border: 0px;
                border-top: solid 1px #fff;
                border-right: solid 1px #fff;
                transform: rotate(45deg);
                position: absolute;
                top: 50%;
                right: 18px;
                margin-top: -4px;
            }
        }
    }
}

.btn-prime{
    text-align: center;
    background: #deeaef;
    padding: 0 0 20px;
    a{
        text-align: center;
        margin: auto;
        padding: 5px 5px 0;
        border-bottom: 1px #333 solid;
        font-size: 16px;
        display: inline-block;
        text-decoration: none;
    }
}

.bnr {
    margin: auto;
    text-align: center;
    background: linear-gradient(to bottom, #deeaef, #d2e1e8);
    padding: 0 10px 20px;
}

.sec01{
	margin-top: 0px;
    .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;
        }
    }
    .title{
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
        font-size: 3.4rem;
        margin-right: -35px;
        @media(min-width:640px){
            font-size: 6rem;
            margin-right: -50px;
        }
        .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;
    background: url(/template/default/img/sp/aquauv/sec02_bg.jpg) no-repeat center top;
    background-size: cover;  
    padding: 25px 0 50px;  
    .prd{
        position: absolute;
        left: 10px;
        top: -17px;
        width: 58px;
        @media(min-width:640px){
        left: 17px;
        top: -34px;
        width: 115px;
        }
    }
    .title{
        margin: 0 0 10px;
        @media(min-width:640px){
            margin: 0 0 40px;
        }
    }
    .list{
        
        width: 90%;
        margin: auto;
        .item{
            text-align: center;
            line-height: 0;
        }
    }
}
.sec03{
    position: relative;
    background: url(/template/default/img/sp/aquauv/sec03_bg.jpg) no-repeat center top;
    background-size: cover; 
    padding: 30px 0 25px;
    @media(min-width:640px){
        padding: 60px 0 45px;
    }
    .title-group{
        text-align: center;
        .txt1{
            font-size: 1.6rem;
            margin: 0;
            @media(min-width:640px){
                font-size: 3.5rem;
            }
        }
        .content{
            display: flex;
            .img{
                width: 43%;
            }
            .txt2{
                position: relative;
                left: -10px;
                width: 57%;
            }
        }

    }
    .list{
        .item:nth-child(1){
            margin-top: -40px;
        }
        .item:nth-child(2){
            margin-top: -50px;
        }
        .item:nth-child(3){
            margin-top: -15px;
        }
        .item:nth-child(4){
            margin-top: -20px;
        }
        .item:nth-child(5){
            margin-top: -20px;
            margin-bottom: 50px;
        }
    }
    .note-group{
        margin: 0 5% 0 auto;
        width: 94%;
    }
    .note{
        color: #777;
        font-size: 10px;
        text-align: left;
        margin: 0 0 0 auto;
        width: fit-content;
        @media(min-width:640px){
            font-size: 1.4rem;
        }
        }
}
.sec04{
    background: #d9e7ed; 
    padding: 40px 0;
    @media(min-width:640px){
        padding: 80px 0;
    }
    .title{
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
        font-size: 2.6rem;
        margin: 0 0 20px;
        @media(min-width:640px){
                font-size: 5rem;
        }
        b{
            font-size: 3rem;
       @media(min-width:640px){
                font-size: 6rem;
        }
        }
        .blue{
            color: #005b86;
        }
    }  
    .btn-area{
        text-align: center;
        margin:20px auto 0;
        width: 70%;
        a{
            position: relative;
            display: block;
            background: #005b86;
            color: #fff;
            font-weight: bold;
            padding: 12px 16px;
            font-size: 16px;
            line-height: 1.3;
            @media(min-width:640px){
                font-size: 3rem;
                padding: 25px 16px;
            }
            
            &::after{
                content: "";
                width: 8px;
                height: 8px;
                border: 0px;
                border-top: solid 1px #fff;
                border-right: solid 1px #fff;
                transform: rotate(45deg);
                position: absolute;
                top: 50%;
                right: 18px;
                margin-top: -4px;
            }
        }
    } 
}
.sec05{
    position: relative;
    background: #d9e7ed;
    .title-group{
        background: #59a9bd;
        color: #fff;
        padding: 20px 0;
        @media(min-width:640px){
            padding: 30px 0;
        }
        .txt{
            position: relative;
            text-align: center;
            line-height: 1.4;
            font-size: 2.3rem;
            right: -30px;
            @media(min-width:640px){
                font-size: 3.3rem;
            }
        }
        b{
            font-size: 115%;
        }
    }
    .texture{
        width: 80px;
        position: absolute;
        left: 0;
        top: -10px;
        @media(min-width:640px){
            width: 140px;
        }
    }
    .list{
        display: flex;
        justify-content: center;
        width: 80%;
        margin: auto;
        padding:10px 0 30px 0;
        .item:first-child{
            margin-right: 4px;
        }
    }
}
.sec06{
    background: url(/template/default/img/sp/aquauv/sec06_bg.jpg) no-repeat center top;
    background-size: cover;   
    padding: 30px 0 0;
    aspect-ratio: 7/10;
    @media(min-width:640px){
        padding: 60px 0 0;
        aspect-ratio: 750/1280;
    }
    .title-group{
        text-align: center;
        color: #fff;
        margin: 0 0 10px;
        .txt1{
            display: block;
            font-size: 1.7rem;
             @media(min-width:640px){
                font-size: 4rem;
            }
        }
        .txt2{
            font-weight: bold;
            line-height: 1.2;
            font-size: 3.3rem;
             @media(min-width:640px){
                font-size: 6rem;
            }            
        }
    }
    .list{
        .item{
            position: relative;
            margin: 30px 0 0;
            @media(min-width:640px){
                margin: 120px 0 0;
            }
            .thumb{
                text-align: center;
                width: 120px;
                position: absolute;
                left: 0;
                top: -30px;
                @media(min-width:640px){
                    width: 250px;
                    top: -100px;
                }
                .name{
                    position: relative;
                    display: block;
                    background: #ffe1df;
                    padding: 3px 8px;
                    width: fit-content;
                    margin:-10px auto 0;
                    @media(min-width:640px){
                        font-size: 2.7rem;
                    }
                }
            }
            .text{
                box-shadow: 0px 0px 15px -5px #777777;
                background: #fff;
                width: 70%;
                margin: 0 5% 0 auto;
                padding: 16px 20px 15px 40px;
                @media(min-width:640px){
                    padding: 26px 35px 35px 90px;
                }
                .item-title{
                    font-weight: bold;
                    line-height: 1.3;
                    font-size: 2rem;
                    margin: 0 0 5px;
                    @media(min-width:640px){
                        font-size: 4rem;
                        margin: 0 0 10px;
                    } 
                }
                .desc{
                    margin: 0;
                    @media(min-width:640px){
                        font-size: 2.0rem;
                    } 
                }
            }
        }
        .item:last-child{
             margin: 50px 0 0;
             @media(min-width:640px){
                margin: 160px 0 0;
            }
            .thumb{
                left: auto;
                right: 0;
            }
            .text{
                margin: 0 auto 0 5%;
                padding: 16px 40px 15px 20px;
                @media(min-width:640px){
                    padding: 26px 90px 35px 35px;
                }
            }
        }
    }
}
.sec07{
   background: url(/template/default/img/sp/aquauv/sec07_bg.jpg) no-repeat center top;
    background-size: cover;   
    aspect-ratio: 750/1451;
    padding: 30px 0 0;
    .title{
        text-align: center;
        color: #041360;
        margin: 0 0 20px;
        @media(min-width:640px){
            margin: 0 0 40px;
        }
        .txt1{
            display: block;
            background: #f19da3;
            color: #fff;
            font-weight: bold;
            width: fit-content;
            padding:4px 15px 2px 15px;
            margin: auto;
            font-size: 1.6rem;
            @media(min-width:640px){
                font-size: 3.0rem;
            } 
        }
       .txt2{
            font-style: italic;
            font-weight: bold;
            display: block;
            font-size: 2.8rem;
            line-height: 1.2;
            @media(min-width:640px){
                font-size: 4.6rem;
            } 
            .num{
                color: #489bb0;
                font-size: 140%;
            }
        }        
    }  
    .list{
        .item{
            background: rgba(255,255,255,.8);
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            display: flex;
            align-items: center;
            width: 68%;
            margin: 0 0 20px auto;
            padding: 10px 0;
            .num{
                position: relative;
                font-family: "Times New Roman", Times, serif;
                font-weight: bold;
                font-style: italic;
                color: #489bb0;
                font-size: 8rem;
                left: -10px;
                @media(min-width:640px){
                font-size: 19rem;
            } 
            }
            .item-iner{
                .item-title{
                    color: #041360;
                    font-weight: bold;
                    font-size: 2.3rem;
                    line-height: 1.3;
                    @media(min-width:640px){
                font-size: 4.0rem;
            } 
                }
                .desc{
                    margin: 0;
                    font-size: 1.5rem;
                    @media(min-width:640px){
                        font-size: 2.4rem;
                    } 
                    .pink{
                        font-weight: bold;
                        color: #d25059;
                    }
                }
            }
        }
    }
}
.insta{
    background: #c0e0ed;
    text-align: center;
    padding:60px 30px 10px;
}
@media(min-width:640px){
	.insta{
		padding:30px 16px;
		}
		}
.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: #fff;
	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;
	border-bottom:1px solid #ccc;
	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 .content:after{

}
.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: 50px 0;
}
.howto-area .wrapper{
	margin: auto;
}
.howto-area .content {
    padding: 50px;
}
.howto-area .content:after {

}
.howto-area .pc-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 20px 0 10px;
}
.howto-area .pc-wrap .pic{
	width: 155px;
}
.howto-area .pic img {
    width: auto;
}
.howto-area .pc-wrap .pic span{
	display: none;
}
.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: 95%;

}
.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: 27px;
    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);
  }
}

