@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');


/* リセット */
body {
	margin: 0;
	padding: 0;
}
#contents_outer {
	margin:0!important;
	padding:0!important;
	width:100%!important;
}
#contents {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
#main_contents{
	width:100%!important;
	float: none!important;
}

.hydracare a:link,
.hydracare a:visited {
	color: unset;
	text-decoration: none;
}

/* 経口補水サプリメント */

.hydracare {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
}
.hydracare * {
	margin: 0;
	padding: 0;
}
.hydracare img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.hydracare .pc {
	display: inline-block;
}
.hydracare .sp {
	display: none;
}

.hydracare__header {
	background: #231815;
}
.hydracare img.hydracare__header__logo {
	width: 145px;
}
.hydracare__mv {
	min-height: 230px;
	background: #72b2dc;
}
.hydracare__mv.urinary {
	background: #ed5bb5;
}
.hydracare__mv__inner {
	position: relative;
	width: 800px;
	margin: auto;
}
.hydracare__mv__ttl {
	padding: 42px 0 17px;
	width: 365px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5em;
	color: #fff;
	text-align: left;
}
.urinary .hydracare__mv__ttl {
	padding: 42px 0 47px;
}
.hydracare__mv__ttl small {
	margin: 0 0 1.5em;
	padding: 0.5em 0;
	border: 2px solid #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	display: block;
	text-align: center;
}
.hydracare__mv__photo {
	position: absolute;
	right: 0;
	top: 35px;
	width: 367px;
}
.urinary .hydracare__mv__photo {
	right: 0;
	top: 35px;
	width: 382px;
}
.hydracare__product {
	width: 800px;
	margin: 0 auto;
	padding: 1em 0 2em;
	font-size: 13px;
	line-height: 2em;
	text-align: left;
}
.hydracare__product__name {
	padding: 0.5em 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: inline-block;
}
.hydracare__product strong {
	font-size: 18px;
	font-weight: 700;
}
.hydracare__product small {
	margin: 0 0 0 1em;
	font-size: 12px;
}

.hydracare__feature {
	background: linear-gradient(135deg,#eaf3fa,#eaf3fa 69%,#a3cde8);
}
.hydracare__feature.urinary {
	background: linear-gradient(135deg,#fef7fb,#fef7fb 69%,#fbe0ed);
}
.hydracare__feature__points {
	width: 800px;
	margin: 0 auto;
	padding: 40px 0 18px;
	display: flex;
	justify-content: space-between;
}
.hydracare__feature__point {
	position: relative;
	width: 240px;
	height: 365px;
	list-style: none;
	text-align: left;
}
.urinary .hydracare__feature__point {
	width: 260px;
	height: 190px;
}
.hydracare__feature__ttl {
	padding: 0 0 1em;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6em;
	zoom: 100%;
}
.urinary .hydracare__feature__ttl {
	font-size: 15px;
}
.hydracare__feature__ttl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hydracare__feature__num {
	width: 36px;
	margin: -1em 0.8em 0 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1em;
	color: #405a90;
	text-align: center;
	display: inline-block;
	float: left;
}
.urinary .hydracare__feature__point:first-child .hydracare__feature__num {
	margin: -1em 0.8em 1em 0;
}
.urinary .hydracare__feature__num {
	color: #d52892;
}
.hydracare__feature__num img {
	margin: 1em 0 0;
}
.hydracare__feature__txt {
	padding: 0 37px 0 5px;
	font-size: 14px;
	line-height: 1.6em;
}
.hydracare__feature__photo {
	position: absolute;
	left: 5px;
	bottom: 0;
	width: 198px;
}
.urinary .hydracare__feature__photo {
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	width: 73px;
}
.hydracare__feature__point:last-child .hydracare__feature__photo img {
	width: auto;
}
.urinary .hydracare__feature__point:last-child .hydracare__feature__photo img {
	width: 100%;
}

.hydracare__notice {
	padding: 40px 0 1em;
	font-size: 12px;
	line-height: 1em;
}
.hydracare__notice {
	padding: 40px 0 1.5em;
	font-size: 12px;
	line-height: 1em;
}
.hydracare__vets {
	padding: 0 0 36px;
}
.hydracare a.hydracare__vets__btn {
	width: 325px;
	height: 55px;
	background: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 55px;
	color: #fff;
	display: inline-block;
}
.hydracare a.hydracare__vets__btn:hover {
	background: #405a90;
	transition: all .4s;
}

.hydracare__summary {
	width: 800px;
	margin: 36px auto 0;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hydracare__summary__point {
	padding: 0 0 0 1em;
	text-indent: -1em;
	box-sizing: border-box;
	font-size: 11.3px;
	line-height: 1.8em;
	display: inline-block;
}
.hydracare__summary__point:before {
	content: "●";
	color: #d52892;
}

.hydracare__footer {
	padding: 9px 0;
	background: #e50012;
}
.hydracare__footer + .hydracare__header {
	margin: 18px 0 0;
}
.hydracare img.hydracare__footer__logo {
	width: 282px;
}

.hydracare__arrow {
	margin: 0 0 -32px;
}
.hydracare img.hydracare__arrow__img {
	width: 350px;
}
.hydracare__mv__logo {
	width: 130px;
	padding: 0 0 34px;
}







/* ----------------------------------------------------------------- */
/* smartphone */
/* ----------------------------------------------------------------- */

@media screen and (max-width: 767px) {

/* リセット */
#benesse-header,
.pagetop,
.ad_area,
#search_keyword,
#menu_sp,
#product-info,
#gfooter{
display: none!important;
}

.hydracare .pc {
	display: none;
}
.hydracare .sp {
	display: inline-block;
}


.hydracare img.hydracare__header__logo {
	width: 40%;
}
.hydracare__mv {
	min-height: unset;
}
.hydracare__mv__inner {
	width: auto;
}
.hydracare__mv__ttl {
	padding: 16vw 5% 4vw;
	width: auto;
	font-size: 6.5vw;
	text-align: center;
}
.urinary .hydracare__mv__ttl {
	padding: 5vw 5% 2vw;
}
.hydracare__mv__ttl small {
	margin: 0 0 1.2em;
	border: 0.5vw solid #fff;
	font-size: 4.3vw;
}
.hydracare__mv__photo,
.urinary .hydracare__mv__photo {
	position: relative;
	right: auto;
	top: auto;
	width: auto;
}
.hydracare__mv__photo {
	margin: 0 8% 25vw 2%;
}
.urinary .hydracare__mv__photo {
	margin: 0 8% 25vw;
}
.hydracare__mv__photo img {
	margin: 0 0 -25vw;
}
.hydracare__product {
	position: relative;
	width: auto;
	margin: -1.2em 0 0;
	padding: 0 5% 0.5em;
	font-size: 4vw;
	line-height: 1.4em;
	text-align: center;
}
.hydracare__product__name {
	margin: 0.5em 0 0;
	padding: 1em 0;
	text-align: left;
}
.hydracare__product strong {
	font-size: 6vw;
	line-height: 1.6em;
}
.hydracare__product small {
	font-size: 3.8vw;
}

.hydracare__feature {
	background: none;
}
.hydracare__feature__points {
	width: auto;
	margin: 0 auto;
	padding: 0;
	flex-wrap: wrap;
}
.hydracare__feature__point {
	width: 100%;
	height: unset;
	padding: 10vw 5%;
	background: url(../img/HC_product_201109/slant01.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.urinary .hydracare__feature__point {
	width: 100%;
	height: unset;
}
.urinary .hydracare__feature__point {
	background: url(../img/UR_HC_product_201109/slant01_ur.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hydracare__feature__point:nth-child(2n) {
	background: url(../img/HC_product_201109/slant02.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.urinary .hydracare__feature__point:nth-child(2n) {
	background: url(../img/UR_HC_product_201109/slant02_ur.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hydracare__feature__ttl {
	padding: 0 0 1em;
	font-size: 5.5vw;
}
.urinary .hydracare__feature__ttl {
	padding: 0 0 0.5em;
	font-size: 5.1vw;
}
.hydracare__feature__num {
	width: 16%;
	font-size: 4vw;
}
.hydracare__feature__num img {
	margin: 0.5em 0 0;
}
.hydracare__feature__txt {
	padding: 0 0 1em;
	font-size: 3.7vw;
}
.hydracare__feature__photo {
	position: relative;
	left: auto;
	bottom: auto;
	width: 100%;
}
.hydracare__feature__point:last-child .hydracare__feature__photo img {
	width: 100%;
}
.urinary .hydracare__feature__photo {
	bottom: auto;
	width: 40%;
}

.hydracare__notice {
	padding: 0 0 1.5em;
	font-size: 3.6vw;
	line-height: 1.4em;
}
.hydracare__vets {
	padding: 0 5% 8vw;
}
.hydracare a.hydracare__vets__btn {
	width: auto;
	height: 20vw;
	font-size: 6vw;
	line-height: 20vw;
	display: block;
}

.hydracare__summary {
	width: auto;
	margin: 3vw 5% 8vw;
	padding: 3vw 0;
	border-top: 0.5vw solid #000;
	border-bottom: 0.5vw solid #000;
	display: block;
}
.hydracare__summary__point {
	width: 100%;
	font-size: 3.8vw;
	line-height: 1.6em;
}

.hydracare__footer {
	padding: 2vw 0;
}
.hydracare__footer + .hydracare__header {
	margin: 8vw 0 0;
}
.hydracare img.hydracare__footer__logo {
	width: 80%;
}

.hydracare__arrow {
	margin: 0 0 -15vw;
}
.hydracare img.hydracare__arrow__img {
	width: 74%;
}
.hydracare__mv__logo {
	width: 36%;
	padding: 0 32%;
}

}


