@charset "UTF-8";

/* -------------------------------------------------------------------------- **
**  HOWTO
** -------------------------------------------------------------------------- */
#special.howto {}
#special.howto hr { margin: auto; color: #d5d9dc; background-color: #d5d9dc; }
#special.howto .howto-row {
	display: table;
	width: 100%;
	padding: 60px 0 100px;
}
#special.howto .howto-row .column-image,
#special.howto .howto-row .column-lead {
	display: table-cell;
	vertical-align: middle;
}
#special.howto .howto-row .column-image {
	width: 41.836734693877551%;
	padding: 0 64px;
	text-align: right;
}

#special.howto .howto-row .catalog-image {
	float: right;
	width: 164px;
	height: 232px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	box-shadow: 0px 1px 3px #b2b2b2;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
}
.no-boxshadow #special.howto .howto-row .catalog-image { border: solid 1px #b2b2b2; }
#special.howto .howto-row .column-lead {
	width: 47.959183673469388%;
	text-align: left;
}
#special.howto .howto-row .column-lead h3 {
	font-size: 1.125em;
	font-size: 1.8rem;
	line-height: 1.6;
}
#special.howto .howto-row .column-lead .download-link {
	margin-top: 1em;
}
@media (max-width: 735px) {
	#special.howto .howto-row {
		display: block;
	}
	#special.howto .howto-row .column-image,
	#special.howto .howto-row .column-lead {
		display: block;
		width: 100%;
	}
	#special.howto .howto-row .column-image {
		padding: 0;
		margin-bottom: 2em;
		text-align: center;
	}
	#special.howto .howto-row .catalog-image {
		float: none;
		margin: auto;
	}
	#special.howto .howto-row .catalog-lead {
		text-align: center;
	}
}



/*  !浄水器の上手な使い方 */
/* -------------------------------------------------------------------------- */
.use {}
.use .container {
	padding-top: 100px;
}
.use .footnote {
	margin-bottom: 60px;
}
.use .use-ttl {
	margin-bottom: .3em;
	text-align: center;
}
.use .use-ttl img {
	max-width: 100%;
}
.use .lead {
	margin-bottom: 50px;
	text-align: center;
}
.use .grid-row {
	margin-bottom: 3.5em;
}
.use .grid-row .grid-col {
	font-size: 1.125em;
	font-size: 1.8rem;
	line-height: 1.866666666666667;
}
.use .use-ttl-h3 {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10% 8.333333333333333%;
	line-height: 1.2;
}
.use .use-ttl-h3 small {
	font-size: .583333333333333em;
	font-size: 1.4rem;
	line-height: 1;
}
.use .use-row1 .use-ttl-h3 { color: #1d1f80; }
.use .use-row2 .use-ttl-h3 { color: #726503; }
.use .use-row3 .use-ttl-h3 { color: #006100; }
.use .use-row4 .use-ttl-h3 { color: #5e3f01; }

.use .use-row4 .use-problem-col {
	width: 66.666666666666667%;
}
.use .use-row4 .use-problem {
	padding: 50px 20px;
	text-align: center;
	border-radius: 10px;
}
.use .use-row4 .use-problem .use-problem-ttl {
	margin-bottom: .8em;
	color: #fff;
	font-size: 2.444444444444444em;
	font-size: 4.4rem;
}
.use .use-row4 .use-problem .use-problem-ttl2 {
	margin-bottom: 1em;
	color: #fff;
	font-size: 1.333333333333333em;
	font-size: 2.4rem;
}
.use .use-spport {
	width: 16em;
	min-width: 150px;
	margin-left: auto;
	font-size: .875em;
	font-size: 1.4rem;
	text-align: center;
}
.img-use-mms {
	width: 150px;
	height: 76px;
	margin: auto;
	margin-bottom: .5em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.img-use-case {
	position: relative;
	max-width: 300px;
	margin: auto;
	margin-bottom: .8em;
	background-size: 300% auto;
}
.img-use-case:before {
	content: "";
	display: block;
	padding-top: 61.666666666666667%;
}
.use-case1 { background-position: 0% 0%; }
.use-case2 { background-position: 50% 0%; }
.use-case3 { background-position: 100% 0%; }
.use-case4 { background-position: 0% -100%; }
.use-case5 { background-position: 50% -100%; }
.use-case6 { background-position: 100% -100%; }
.use-case7 { background-position: 0% -200%; }
.use-case8 { background-position: 50% -200%; }
.use-case9 { background-position: 100% -200%; }
.use-case10 { background-position: 0% -300%; }

.img-use-case { background-image: url(../images/special/howto/use-case.png); }
.img-use-mms { background-image: url(../images/special/howto/use-mms.png); }


@media
	(-webkit-min-device-pixel-ratio:1.5),
	(min-resolution:1.5dppx) {
	.img-use-case { background-image: url(../images/special/howto/use-case_2x.png); }
	.img-use-mms { background-image: url(../images/special/howto/use-mms_2x.png); }
}
.svg .img-use-mms { background-image: url(../images/special/howto/use-mms.svg); }

@media (max-width: 735px) {
	.use .grid-row {
		margin-bottom: auto;
	}
	.use .grid-row .grid-col {
		float: none;
		width: auto;
		margin-bottom: 2em;
	}
	.use .use-row4 .use-problem-col {
		float: none;
		width: auto;
		margin-bottom: 2em;
	}
	.use .use-spport {
		width: auto;
		margin: auto;
	}
}

/*  !浄水器の水の上手な保管方法 */
/* -------------------------------------------------------------------------- */
.keep {
	background: transparent url(../images/special/howto/keep-bg.jpg) no-repeat center top;
	background-size: 1920px auto;
}
@media
	(-webkit-min-device-pixel-ratio:1.5),
	(min-resolution:1.5dppx) {
	.keep { background-image: url(../images/special/howto/keep-bg_2x.jpg); }
}
.keep .container {
	padding-top: 100px;
}
.keep .section-content {
	padding-bottom: 60px;
}
.keep img {
	max-width: 100%;
}
.keep .keep-ttl {
	margin-bottom: 2em;
	color: #fff;
	text-align: center;
	text-shadow: 0px 1px 3px rgba(35, 24, 21, 0.3);
}
.keep .keep-content {
	max-width: 880px;
	margin: auto;
}
.keep .keep-head {
	position: relative;
	color: #fff;
}
.keep .keep-head .img-keep-picup {
	position: absolute;
	left: auto;
	top: -1em;
	right: 0;
}
.keep .keep-head .keep-ttl-h3 {
	margin-left: -0.714285714285714%;
	margin-bottom: 25px;
}
.keep .keep-head .keep-lead {
	max-width: 610px;
	margin-bottom: 4.125em;
	text-shadow: 0px 1px 5px rgba(35, 24, 21, 0.8);
	font-weight: 700;
	/*
	text-shadow : 0px 1px 3px rgba(35, 24, 21, 0.47);
	-webkit-text-stroke: 0.5px #fff;
	-moz-text-stroke: 0.5px #fff;
	-ms-text-stroke: 0.5px #fff;
	-o-text-stroke: 0.5px #fff;
	text-stroke: 0.5px #fff;
	*/
}
.keep .keep-row {
	margin-left: -10px;
	margin-right: -10px;
}
	.keep .keep-row .keep-col {
		float: left;
		width: 50%;
		width: 100%;
		padding: 0 10px;
		font-size: .875em;
		font-size: 1.4rem;
		text-align: justify;
	}
	.keep .keep-row .keep-large {
		width: 66.666666666666667%;
	}
	.keep .keep-row .keep-sidebar {
		width: 33.333333333333333%;
	}
.keep .keep-content .keep-wrap {
	position: relative;
	margin-bottom: 30px;
	padding: 28px;
	background-color: #fffaea;
	border: solid 2px #076fb4;
	border-radius: 0px 8px 8px 8px;
}
.keep .keep-content .keep-wrap2 {
	padding: 18px;
}
.keep .keep-content .keep-badge {
	position: relative;
	margin-bottom: 30px;
	padding: 18px 11.363636363636364%;
	background-color: #c9dc80;
	border: solid 2px #a5b857;
	border-radius: 8px;
}
.keep .keep-content .keep-title {
	position: absolute;
	left: -2px;
	top: auto;
	bottom: 100%;
}
.keep .keep-content .keep-title3 {
	margin-bottom: -16px;
	padding: 0 11.363636363636364%;
}
.keep .keep-content .keep-subtitle {
	margin-left: -4px;
}
.keep .keep-content .keep-wrap .keep-title-h4 {
	margin-bottom: 20px;
	background-color: #ef9400;
	border-radius: 8px;
}
.keep .keep-content .keep-wrap ol {
	margin-left: -25px;
	margin-right: -25px;
	padding-bottom: 34px;
}
.keep .keep-content .keep-wrap ol li {
	float: left;
	width: 50%;
	padding: 0 25px;
	text-align: justify;
}
.keep .keep-content .keep-wrap .keep-step3 {
	position: absolute;
	top: auto;
	left: auto;
	right: 28px;
	bottom: 28px;
	width: 26.136363636363636%;
	padding: 0;
}
.keep .keep-content .keep-wrap ol li p {
	margin-bottom: 1em;
}
.keep .keep-content .keep-wrap figure {
	position: relative;
	text-align: left;
}
.keep .keep-content .keep-wrap figure:after {
	position: absolute;
	content: "";
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


.keep .keep-content .keep-wrap .keep-step1 figure:after {
	top: 50%;
	left: auto;
	right: 0px;
	width: 32px;
	height: 96px;
	margin: -48px -48px auto auto;
	background-image: url(../images/special/howto/keep-arrow1.png);
}
.keep .keep-content .keep-wrap .keep-step2 figure:after {
	top: 50%;
	left: auto;
	right: 0px;
	width: 94px;
	height: 32px;
	margin: -16px auto auto auto;
	background-image: url(../images/special/howto/keep-arrow2.png);
}

.keep .keep-content .keep-wrap .keep-petbottle {
	width: 67.073170731707317%;
	max-width: 550px;
	background-color: #fff;
	border: solid 1px #076fb4;
	border-radius: 8px;
	box-shadow: inset 2px 2px 10px rgba(0,0,0,.2);
}
.img-keep-catalog {
	background-image: url(../images/special/howto/keep-catalog.png?1682519282);
}

@media
	(-webkit-min-device-pixel-ratio:1.5),
	(min-resolution:1.5dppx) {
	.keep .keep-content .keep-wrap .keep-step1 figure:after { background-image: url(../images/special/howto/keep-arrow1_2x.png); }
	.keep .keep-content .keep-wrap .keep-step2 figure:after { background-image: url(../images/special/howto/keep-arrow2_2x.png); }
	.img-keep-catalog { background-image: url(../images/special/howto/keep-catalog_2x.png?1682519282); }
}


@media (max-width: 924px) {
	.keep .keep-content .keep-wrap ol {
		margin-bottom: 64px;
	}
}
@media (max-width: 880px) {
	.keep .keep-head .img-keep-picup {
		position: static;
		top: auto;
	}
}
@media (max-width: 844px) {
	.keep .keep-content .keep-wrap ol {
		margin-bottom: auto;
	}
	.keep .keep-content .keep-wrap figure {
		text-align: center;
	}
	.keep .keep-content .keep-wrap .keep-step2 figure:after { display: none; }
	.keep .keep-content .keep-wrap .keep-step3 {
		position: static;
		right: auto;
		bottom: auto;
		float: none;
		clear: both;
		width: 50%;
		margin: auto;
		padding: 25px 25px 0;
	}
	.keep .keep-content .keep-wrap .keep-petbottle {
		margin: auto;
		width: auto;
	}
}
@media (max-width: 654px) {
	.keep .keep-content .keep-wrap {
		padding: 18px;
	}
	.keep .keep-content .keep-wrap ol li {
		float: none;
		width: auto;
		margin-bottom: 25px;
	}
	.keep .keep-content .keep-wrap .keep-step1 figure:after { display: none; }
	.keep .keep-content .keep-wrap .keep-step3 {
		width: auto;
	}
	
	.keep .keep-row .keep-col {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	.keep .keep-content .keep-badge {
		padding: 18px;
	}
	.keep .keep-content .keep-title3 {
		padding: 0;
	}
}


/*  !浄水器で作る熱中症対策 */
/* -------------------------------------------------------------------------- */
.drink {
	background: transparent url(../images/special/howto/drink-bg.jpg) no-repeat center top;
	background-size: 1920px auto;
	overflow: hidden;
}
@media
	(-webkit-min-device-pixel-ratio:1.5),
	(min-resolution:1.5dppx) {
	.drink { background-image: url(../images/special/howto/drink-bg_2x.jpg); }
}
.drink .container {
	position: relative;
	padding-top: 100px;
}
.drink .section-content {
	position: relative;
	padding-bottom: 60px;
	z-index: 1;
}
.drink img {
	max-width: 100%;
}
.drink figure {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.drink .drink-ttl {
	margin-bottom: 2em;
	color: #fff200;
	text-align: center;
	text-shadow: 0px 1px 3px rgba(35, 24, 21, 0.3);
}
.drink .drink-lead {
	margin-bottom: 8.75em;
	color: #fff;
	text-shadow: 0px 1px 5px rgba(35, 24, 21, 0.8);
	font-weight: 700;
	/*
	text-shadow : 0px 1px 3px rgba(35, 24, 21, 0.47);
	-webkit-text-stroke: 0.5px #fff;
	-moz-text-stroke: 0.5px #fff;
	-ms-text-stroke: 0.5px #fff;
	-o-text-stroke: 0.5px #fff;
	text-stroke: 0.5px #fff;
	*/
}
.drink .drink-content {
	max-width: 880px;
	margin: auto;
}
.drink .drink-content ol {
	margin-left: -20px;
	margin-right: -20px;
}
.drink .drink-content ol li {
	float: left;
	width: 50%;
	padding: 20px;
}
.drink .drink-content .drink-ttl-h3 {
	margin-bottom: 20px;
	background-color: #fd8000;
	border-radius: 5px;
}

.img-drink1,
.img-drink2,
.img-drink3,
.img-drink4 {
	height: 400px;
	margin: auto;
}
.img-drink1 {
	max-width: 340px;
}
.img-drink2 {
	max-width: 490px;
	margin-left: -15.909090909090909%;
}
.img-drink3 {
	max-width: 610px;
	margin-right: -43.181818181818182%;
}
.img-drink4 {
	max-width: 300px;
	margin-left: 27.272727272727273%;
}


.img-drink-lensflare {
	position: absolute;
	top: 0;
	left: 50%;
	right: auto;
	width: 124.489795918367347%;
	margin-top: -53.061224489795918%;
	margin-left: -22.244897959183673%;
	background-image: url(../images/special/howto/drink-lensflare.png);
	z-index: 0;
}
.img-drink-lensflare:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.img-drink1 { background-image: url(../images/special/howto/drink-img1.png); }
.img-drink2 { background-image: url(../images/special/howto/drink-img2.png); }
.img-drink3 { background-image: url(../images/special/howto/drink-img3.png); }
.img-drink4 { background-image: url(../images/special/howto/drink-img4.png); }

.img-drink-catalog { background-image: url(../images/special/howto/drink-catalog.png); }

@media
	(-webkit-min-device-pixel-ratio:1.5),
	(min-resolution:1.5dppx) {
	.img-drink-lensflare { background-image: url(../images/special/howto/drink-lensflare_2x.png); }
	.img-drink1 { background-image: url(../images/special/howto/drink-img1_2x.png); }
	.img-drink2 { background-image: url(../images/special/howto/drink-img2_2x.png); }
	.img-drink3 { background-image: url(../images/special/howto/drink-img3_2x.png); }
	.img-drink4 { background-image: url(../images/special/howto/drink-img4_2x.png); }
	.img-drink-catalog { background-image: url(../images/special/howto/drink-catalog_2x.png); }
}
@media (max-width: 654px) {
	.img-drink-lensflare {
		width: 200%;
		margin-left: -60%;
		margin-top: -80%;
	}
	.drink .drink-content ol li {
		float: none;
		width: auto;
	}
	.img-drink1,
	.img-drink2,
	.img-drink3,
	.img-drink4 {
		height: auto;
	}
	.img-drink1:before,
	.img-drink2:before,
	.img-drink3:before,
	.img-drink4:before {
		content: "";
		display: block;
	}
	.img-drink1:before { padding-top: 117.647058823529412%; }
	.img-drink2:before { padding-top: 81.63265306122449%; }
	.img-drink3:before { padding-top: 65.573770491803279%; }
	.img-drink4:before { padding-top: 133.333333333333333%; }
	.img-drink2 { margin-left: auto; }
	.img-drink3 { margin-right: auto; }
	.img-drink4 { margin-left: auto; }
}

