@charset "UTF-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
スリホ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
	width: 100vw;
	overflow-x: hidden;
}
.h1_aqua .h1bg {
	background-image: url("./h1n_aqua.jpg");
	background-position: center center;
}
.aqua_main {
	background: url(./aqua_topbg.png) no-repeat 95% bottom;
	background-size: 330px auto;
	min-height: 700px;
	margin-bottom: 30px;
}
.catch_btmp01_aqua {
	font-size: 15px;
	padding: 15px 200px 40px 5%;
	box-sizing: border-box;
	width: 100%;
}
.aquabg {
	background: #fff8fb;
}
.aqua_test {
	width: 160px;
	float: left;
	margin-left: 5%;	
}
.aqua_test2 {
	width: 160px;
	float: left;
	margin-left: 10px;
}
.aqua_test p, .aqua_test2 p {
	line-height: 1.4em;
	font-size: 12px;
	padding: 5px;
}
.aqua_reason {
	max-width: 700px;
	margin: 0 auto 40px;
	background: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 1.8em;
	padding: 18px 0;
	border: #fcd5e6 4px solid;
}
.aquaWrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aqua_circle01 {
	width: 350px;
	height: 350px;
	position: relative;
	border-radius: 50%;
	background: #FFF;
}
.aqua_circle02 {
	width: 350px;
	height: 350px;
	position: relative;
	border-radius: 50%;
	background: #FFF;
}
.textBox {
	width: 200px;
	position: absolute;
	top: 60px;
	left: 40px;
}
.textBox .p01 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #ff5c8a;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: dotted #ff5c8a 2px;
}
.textBox .p02 {
	font-size: 14px;
	line-height: 1.8em;
}
.tpink {
	color: #ff5c8a;
}
.aqua_circle01 .img01 {
	position: absolute;
	top: -60px;
	right: -140px;
}
.aqua_circle02 .img01 {
	position: absolute;
	top: 0px;
	right: -170px;
}
.aqua_btn {
	width: 580px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background-color: #ff5c8a;
	border-radius: 4px;
	color: #fff;
	line-height: 64px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #c14c6d;
}
.aqua_btn:hover {
	background-color: #ff5c8a;
	box-shadow: none;
	top: 3px;
	box-shadow: 0 3px 0 #c14c6d;
}
.aqua_btn:active {
	top: 2px;
	box-shadow: none;
}
.aqua_btn a {
	font-size: 18px;
	padding-top: 2px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.yline {
	background: #fff99b;
	padding: 0 5px;
}
.ap01 {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 15px;
}
.ap02 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.4em;
	margin-bottom: 50px;
}
.ap03 {
	text-align: center;
	width: 80%;
	max-width: 400px;
	margin: 0 auto 40px;
}
.aqbtn {
	width: 90%;
	max-width: 340px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
.aqua_main {
	background: url(../img/beauty_img/aqua_topbg.png) no-repeat 95% 100px;
	background-size: 130px auto;
	min-height: 700px;
	margin-bottom: 30px;
}
.catch_btmp01_aqua {
	font-size: 14px;
	padding: 15px 180px 40px 5%;
	box-sizing: border-box;
	width: 100%;
}
.aquabg {
	background: #fff8fb;
}
.aqua_test {
	width: 150px;
	float: left;
	margin-left: auto;	
}
.aqua_test2 {
	width: 150px;
	float: left;
	margin-left: 10px;
}
.aquaBox {
	width: 310px;
	margin: 0 auto;
}
.aqua_test p, .aqua_test2 p {
	line-height: 1.4em;
	font-size: 12px;
	padding: 5px;
}
.aqua_reason {
	width: 90%;
	max-width: 700px;
	margin: 0 auto 30px;
	background: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 1.8em;
	padding: 12px 0;
	border: #fcd5e6 4px solid;
}
.aquaWrap {
	width: 100%;
	max-width: 310px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aqua_circle01 {
	width: 310px;
	height: 310px;
	position: relative;
	border-radius: 50%;
	background: #FFF;
	margin-bottom: 40px;
}
.aqua_circle02 {
	width: 310px;
	height: 310px;
	position: relative;
	border-radius: 50%;
	background: #FFF;
}
.textBox {
	width: 180px;
	position: absolute;
	top: 50px;
	left: 40px;
}
.textBox .p01 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #ff5c8a;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: dotted #ff5c8a 2px;
}
.textBox .p02 {
	font-size: 13px;
	line-height: 1.6em;
}
.tpink {
	color: #ff5c8a;
}
.aqua_circle01 .img01 {
	position: absolute;
	top: -40px;
	right: -100px;
	width: 100px;
}
.aqua_circle02 .img01 {
	position: absolute;
	top: 20px;
	right: -130px;
	width: 130px;
}
.yline {
	background: #fff99b;
	padding: 0 5px;
}
.ap01 {
	margin-top: 50px;
	padding: 0 5%;
	text-align: center;
	margin-bottom: 15px;
}
.ap02 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 50px;
}
.ap03 {
	text-align: center;
	width: 80%;
	max-width: 400px;
	margin: 0 auto 40px;
}
.aqbtn {
	width: 90%;
	max-width: 340px;
	margin: 0 auto;
}
}
@media screen and (max-width: 414px) {
.aqua_main {
	background: url(../img/beauty_img/aqua_topbg.png) no-repeat center 55%;
	background-size: 120px auto;
	min-height: 700px;
	margin-bottom: 30px;
}
.catch_btmp01_aqua {
	font-size: 14px;
	padding: 15px 5% 250px 5%;
	box-sizing: border-box;
	width: 100%;
}
.ap02 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 50px;
}
}