@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__inner {
	position: relative;
	width: 800px;
	margin: auto;
}
.hydracare__mv__ttl {
	padding: 42px 0 47px;
	width: 362px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5em;
	color: #fff;
	text-align: left;
}
.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;
}
.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__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;
}
.hydracare__feature__ttl {
	padding: 0 0 1em;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6em;
	zoom: 100%;
}
.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;
}
.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;
}
.hydracare__feature__point:last-child .hydracare__feature__photo img {
	width: auto;
}

.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__footer {
	padding: 9px 0;
	background: #e50012;
}
.hydracare img.hydracare__footer__logo {
	width: 282px;
}


/* ----------------------------------------------------------------- */
/* 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: 5vw 5% 2vw;
	width: auto;
	font-size: 6.5vw;
	text-align: center;
}
.hydracare__mv__ttl small {
	margin: 0 0 1.2em;
	border: 0.5vw solid #fff;
	font-size: 4.3vw;
}
.hydracare__mv__photo {
	position: relative;
	right: auto;
	top: auto;
	width: auto;
	margin: 0 8% 25vw 2%;
}
.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%;
}
.hydracare__feature__point:nth-child(2n) {
	background: url(../img/HC_product_201109/slant02.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hydracare__feature__ttl {
	padding: 0 0 1em;
	font-size: 5.5vw;
}
.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%;
}

.hydracare__notice {
	padding: 0 0 1.5em;
	font-size: 3.6vw;
	line-height: 1.4em;
}
.hydracare__vets {
	padding: 0 5% 5vw;
}
.hydracare a.hydracare__vets__btn {
	width: auto;
	height: 20vw;
	font-size: 6vw;
	line-height: 20vw;
	display: block;
}

.hydracare__footer {
	padding: 2vw 0;
}
.hydracare img.hydracare__footer__logo {
	width: 80%;
}

}


