@charset "UTF-8";
/* CSS Document */







/* --- Typography ---*/
body main,
button,
input,
select,
textarea {
	color: #575757;
	/* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; */
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1em;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/* --- Elements --- */
hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: collapse;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* テーブルのセル幅、割合の設定 */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic; /* IE8で画像を縮小したとき汚く見える→きれいに見せる */
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}



sup {
	font-size: 0.7em;
}



/* --- その他追加CSS --- */

.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
}

.inline_block {  
	display: inline-block;  
	/* *display: inline; */
	/* *zoom: 1; */
}

a {
	text-decoration: none;
}

a,a:hover {
	/*
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	*/
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


.textL {text-align: left;}
.textR {text-align: right;}
.textC {text-align: center;}
.mT0 {margin-top: 0;} .mT5 {margin-top: 5px;} .mT10 {margin-top: 10px;} .mT15 {margin-top: 15px;} .mT20 {margin-top: 20px;} .mT25 {margin-top: 25px;} .mT30 {margin-top: 30px;}
.mB0 {margin-bottom: 0;} .mB5 {margin-bottom: 5px;} .mB10 {margin-bottom: 10px;} .mB15 {margin-bottom: 15px;} .mB20 {margin-bottom: 20px;} .mB25 {margin-bottom: 25px;} .mB30 {margin-bottom: 30px;}
.mL0 {margin-left: 0;} .mL5 {margin-left: 5px;} .mL10 {margin-left: 10px;} .mL15 {margin-left: 15px;} .mL20 {margin-left: 20px;} .mL25 {margin-left: 25px;} .mL30 {margin-left: 30px;}
.mR0 {margin-right: 0;} .mR5 {margin-right: 5px;} .mR10 {margin-right: 10px;} .mR15 {margin-right: 15px;} .mR20 {margin-right: 20px;} .mR25 {margin-right: 25px;} .mR30 {margin-right: 30px;}
.pT0 {padding-top: 0;} .pT5 {padding-top: 5px;} .pT10 {padding-top: 10px;} .pT15 {padding-top: 15px;} .pT20 {padding-top: 20px;} .pT25 {padding-top: 25px;} .pT30 {padding-top: 30px;}
.pB0 {padding-bottom: 0;} .pB5 {padding-bottom: 5px;} .pB10 {padding-bottom: 10px;} .pB15 {padding-bottom: 15px;} .pB20 {padding-bottom: 20px;} .pB25 {padding-bottom: 25px;} .pB30 {padding-bottom: 30px;}
.pL0 {padding-left: 0;} .pL5 {padding-left: 5px;} .pL10 {padding-left: 10px;} .pL15 {padding-left: 15px;} .pL20 {padding-left: 20px;} .pL25 {padding-left: 25px;} .pL30 {padding-left: 30px;}
.pR0 {padding-right: 0;} .pR5 {padding-right: 5px;} .pR10 {padding-right: 10px;} .pR15 {padding-right: 15px;} .pR20 {padding-right: 20px;} .pR25 {padding-right: 25px;} .pR30 {padding-right: 30px;}
.lineH10 {line-height: 1em} .lineH12 {line-height: 1.2em} .lineH14 {line-height: 1.4em} .lineH20 {line-height: 2.0em}

.center {
	text-align: center;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}



/* --- 時々使うCSS3 start -----------------------------

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end  --------------------------------------- */

/*
h1 {
	font-size: 3em;
	line-height: 1.4;
}
*/
h2 {
	font-size: 2em;
	line-height: 1.6;
	margin-top: 2em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.6;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h4 {
}
h5 {
}
h6 {
}


a,
a:hover {
	color: #e53434;
}


section {
	margin-bottom: 80px;
}

aside {
	margin-bottom: 80px;
}


figcaption {
	font-size: 0.875em;
	line-height: 1.4;
}




.box-wrap {
}
.box-wrap:after {
	content: "";
	clear: both;
	display: block;
}
.box66 {
	float: left;
	width: 66.6%;
}
.box33 {
	float: left;
	width: 33.3%;
}
.box32 {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.box32:nth-child(3n) {
	margin-right: 0;
}
.box50 {
	float: left;
	width: 50%;
}
.space-left {
	padding-left: 20px;
}
.space-right {
	padding-right: 20px;
}

.wrap-wide2 {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}
.wrap-wide2:after {
	content: "";
	clear: both;
	display: block;
}




.kome {
	font-size: 0.4em;
}
.note {
	font-size: 0.8em;
}
.jisage {
	padding-left: 1em;
	text-indent: -1em;
}










.content-head2 {
	position: relative;
	height: 780px;
	overflow: hidden;
}
.head-bg {
	background: url("../images/main-bg.jpg") no-repeat top center;
	background-size: auto 100%;
	height: 100%;
}
.head-text {
	position: relative;
	height: 100%;
}
h1.page-title2 {
	display: block;
    padding: 60px 20px 50px;
    margin-right: 150px;
}
.content-head2 .product-appeal {
	margin: 50px 40% 0 10%;
}
.content-head2 .product-copy {
	margin-bottom: 70px;
}
.point-list li {
	display: inline-block;
}
.content-head2 .point-list li {
	max-width: 80px;
	margin-bottom: 10px;
}
.product-cat {
	position: absolute;
	right: 20px;
	top: 120px;
}
.note-hoshitsu {
	position: absolute;
	bottom: 10px;
	right: 20px;
	margin-bottom: 0;
	font-size: 0.8em;
}



.point-sec h2 {
	text-align: center;
	font-weight: normal;
}
.point-cont dl {
	width: 48%;
	float: left;
	margin-right: 4%;
	border: 2px solid #00a9c2;
	padding: 20px;
	border-radius: 10px;
	line-height: 1.6;
	background: linear-gradient(to bottom, #ffffff 50%, #eaf8fa);
}
.point-cont dl:nth-child(2n) {
	margin-right: 0;
}
.point-cont dl:nth-child(1) {
	background: url(../images/point_image01.png) no-repeat top right;
    background-size: contain;
}
.point-cont dl:nth-child(2) {
	background: url(../images/point_image02.png) no-repeat top right;
    background-size: contain;
}
.point-cont dl:nth-child(3) {
	background: url(../images/point_image03.png) no-repeat top right;
    background-size: contain;
}
.point-cont dl:nth-child(4) {
	background: url(../images/point_image04.png) no-repeat top right;
    background-size: contain;
}
.point-cont dl dt {
	font-size: 1.3125em;
	color: #00a9c2;
	margin-bottom: 10px;
}
.point-cont dl dd {
	margin-bottom: 0;
}
.point-cont dl dt,
.point-cont dl dd {
	margin-right: 120px;
}

.feature-sec .catch-wrap {
	
}
.feature-sec .catch-wrap::after {
	content: "";
	width: 100%;
	height: 0;
	display: block;
	padding-bottom: 4.545454545%;
	background: url("../images/line_nami-bg02.png") no-repeat top center;
	background-size: cover;
}
.feature-sec .catch {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-color: #00a9c2;
	margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.feature-sec .catch span {
	font-size: 1.8em;
	color: inherit;
}

.feature-bg {
	min-height: 820px;
	padding-bottom: 30px;
}
#purun .feature-bg {
	background: url("../images/purun-image.png") no-repeat top 200px left -100px;
	background-size: 38% auto;
}
#purun .feature-title {
	float: left;
	width: 28%;
}
#purun .feature-cont {
	width: 70%;
	margin-left: 30%;
	padding-top: 100px;
}
#surun .feature-bg {
	background: url("../images/surun-image.png") no-repeat top 200px right -100px,#ddf4f7;
	background-size: 38% auto;
}
#surun .feature-title {
	float: right;
	width: 28%;
}
#surun .feature-cont {
	width: 70%;
	margin-right: 30%;
	padding-top: 100px;
}
.feature-wrap#surun::before {
	content: "";
	width: 100%;
	height: 0;
	display: block;
	padding-bottom: 4.545454545%;
	background: url("../images/line_nami-bg03.png") no-repeat top center;
	background-size: cover;
}
.feature-wrap#surun::after {
	content: "";
	width: 100%;
	height: 0;
	display: block;
	padding-bottom: 4.545454545%;
	background: url("../images/line_nami-bg04.png") no-repeat top center;
	background-size: cover;
}
#tsurun .feature-bg {
	background: url("../images/tsurun-image.png") no-repeat top 200px left -100px;
	background-size: 38% auto;
}
#tsurun .feature-title {
	float: left;
	width: 28%;
}
#tsurun .feature-cont {
	width: 70%;
	margin-left: 30%;
	padding-top: 100px;
}
.feature-cont .image-cont {
	text-align: center;
}
.feature-cont img {
	margin-bottom: 20px;
}


.feature-title h2 {
	margin-top: 0;
}
#surun .feature-title {
	margin-top: -40px;
	text-align: right;
}
#surun .feature-cont {
	padding-top: 60px;
}
.feature-cont h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.feature-cont h3:first-child {
	margin-top: 0;
	clear: none;
}
#purun .feature-cont h3 {
	margin-top: 1em;
}
ul.fruits-list {
	letter-spacing: -0.4em;
	margin-bottom: 10px;
}
ul.fruits-list li {
	display: inline-block;
	letter-spacing: normal;
	width: 18%;
	margin-right: 2%;
	vertical-align: top;
	margin-bottom: 15px;
}
ul.fruits-list li:last-child {
	margin-right: 0;
}
ul.fruits-list li figcaption {
	text-align: center;
}
ul.fruits-list li img {
	margin-bottom: 5px;
}




.no-doublefacewash-sec {
	/*
	background-color: #ddf4f7;
	*/
	padding-top: 20px;
	padding-bottom: 50px;
	background: url("../images/koreippon_bg.jpg") no-repeat top center;
	background-size: cover;
}
.no-doublefacewash-sec h2 {
	text-align: center;
	font-weight: normal;
	margin-top: 1em;
}
.flow {
	width: 63%;
	float: left;
	text-align: center;
}
.howtouse {
	width: 35%;
	float: right;
}
.howtouse-title {
	font-size: 1.1em;
	border-bottom: 1px solid #575757;
	margin-bottom: 10px;
}







.induction-sec {
	padding-top: 50px;
}
.induction-sec .product-appeal {
	width: 73%;
	float: right;
	position: relative;
	padding-top: 100px;
	text-align: center;
}
.induction-sec figure {
	display: block;
	width: 27%;
	float: left;
	text-align: center;
}
.induction-sec .product-logo {
	margin-bottom: 30px;
}
.induction-sec .product-copy {
	margin-bottom: 30px;
}
.induction-sec .price {
	text-align: center;
	margin-bottom: 50px;
}
.purchase {
	text-align: center;
}
.purchase ul {
	letter-spacing: -0.4em;
}
.purchase ul li {
	letter-spacing: normal;
	display: inline-block;
	width: 46%;
	max-width: 300px;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.4;
	border-radius: 5px;
	vertical-align: top;
}
.purchase a {
	display: block;
	padding: 10px 20px;
	border-radius: 5px;
	color: #575757;
}
ul.purchase-web-list li a {
	background-color: #f6df7a;
}
ul.purchase-web-list li a:hover {
	background-color: #00a9c2;
	color: #ffffff;
}
ul.purchase-shop-list li {
	padding: 10px 20px;
	border-radius: 5px;
}
ul.purchase-shop-list li p {
	margin-bottom: 5px;
	font-weight: bold;
}
ul.purchase-shop-list li p.note {
	font-size: 0.6em;
	margin-bottom: 0;
	font-weight: normal;
}
ul.purchase-shop-list li.tokyuhands {
	background-color: #007236;
}
ul.purchase-shop-list li.tokyuhands p {
	color: #ffffff;
}
ul.purchase-shop-list li.loft {
	background-color: #fdd000;
}
ul.purchase-shop-list li.loft p {
	color: #000000;
}
.induction-sec .product-cat {
	position: absolute;
	right: 0;
	top: -50px;
}





.foot {
	text-align: center;
}
.foot-bg {
	background: url("../images/foot-bg.jpg") repeat top left;
}
.foot .point-list {
	padding: 30px 0;
	background-color: rgba(85,197,215,0.3);
}
.component {
	text-align: left;
	font-size: 0.8125em;
}

.copyright {
	font-size: 0.75em;
	text-align: center;
	padding: 5px 0;
	margin: 0;
}
.copyright p {
	margin: 0;
}












/* 料金 */








/* ACCESS MAP */









/** ===========================================================================================
 *
 *  Media Queries
 *
 *  =========================================================================================== */
	

@media screen and (max-width: 1200px) {
	
}


@media screen and (max-width: 1140px) {
	.wrap-wide2 {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}


@media screen and (max-width: 959px) {
	.content-head2 {
		height: 600px;
	}
	.head-bg {
		background-position: top 30px center;
	}
	h1.page-title2 {
		padding: 30px 0px 30px;
		margin-right: 0;
	}
	.content-head2 .product-appeal {
		margin: 20px 35% 0 0;
	}
	.content-head2 .product-copy {
		margin-bottom: 50px;
	}
	.product-cat {
		right: 20px;
		top: 130px;
		width: 100px;
	}
	
	
	section {
		margin-bottom: 50px;
	}
	
	
	.point-cont dl:nth-child(1) {
		background: url(../images/point_image01.png) no-repeat top right;
		background-size: contain;
		background-color: rgba(255,255,255,0.6);
		background-blend-mode: lighten;
	}
	.point-cont dl:nth-child(2) {
		background: url(../images/point_image02.png) no-repeat top right;
		background-size: contain;
		background-color: rgba(255,255,255,0.6);
		background-blend-mode: lighten;
	}
	.point-cont dl:nth-child(3) {
		background: url(../images/point_image03.png) no-repeat top right;
		background-size: contain;
		background-color: rgba(255,255,255,0.6);
		background-blend-mode: lighten;
	}
	.point-cont dl:nth-child(4) {
		background: url(../images/point_image04.png) no-repeat top right;
		background-size: contain;
		background-color: rgba(255,255,255,0.6);
		background-blend-mode: lighten;
	}
	.point-cont dl dt,
	.point-cont dl dd {
    	margin-right: 0px;
	}
	
	
	.feature-bg {
		min-height: inherit;
	}
	#purun .feature-bg {
		background: url("../images/purun-image.png") no-repeat top 200px left -15%;
		background-size: 40% auto;
	}
	#purun .feature-title {
		float: left;
		width: 30%;
	}
	#purun .feature-cont {
		width: 68%;
		margin-left: 32%;
		padding-top: 50px;
	}
	#surun .feature-bg {
		background: url("../images/surun-image.png") no-repeat top 200px right -15%,#ddf4f7;
		background-size: 40% auto;
	}
	#surun .feature-title {
		float: right;
		width: 30%;
	}
	#surun .feature-cont {
		width: 68%;
		margin-right: 32%;
		padding-top: 50px;
	}
	#tsurun .feature-bg {
		background: url("../images/tsurun-image.png") no-repeat top 200px left -15%;
		background-size: 40% auto;
	}
	#tsurun .feature-title {
		float: left;
		width: 30%;
	}
	#tsurun .feature-cont {
		width: 68%;
		margin-left: 32%;
		padding-top: 50px;
	}
	
	
	.induction-sec .product-appeal {
		width: 73%;
		padding-top: 70px;
	}
	
	
	.foot .point-list li {
		width: 80px;
	}
	
}


@media screen and (max-width: 767px) {
	
}

	
@media screen and (max-width: 560px) {
	body main,
	button,
	input,
	select,
	textarea {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.wrap-wide2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.box-wrap {
		margin-bottom: 30px;
	}
	.box32 {
    	float: none;
    	width: 100%;
    	margin-right: 0;
	}
	
	section {
		margin-bottom: 40px;
	}
	
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.3em;
	}
	
	
	.content-head2 {
		height: 500px;
	}
	h1.page-title2 {
		padding: 20px 0 10px;
	}
	.content-head2 .product-copy {
		margin-bottom: 30px;
	}
	.content-head2 .point-list li {
		max-width: 60px;
	}
	.product-cat {
		right: -5px;
		top: 105px;
		width: 80px;
	}
	.note-hoshitsu {
		bottom: 0;
		right: 10px;
	}
	
	
	.point-cont dl {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	
	.feature-sec .catch {
		font-size: 1.3em;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.feature-bg {
		min-height: inherit;
	}
	#purun .feature-bg,
	#tsurun .feature-bg {
		background: transparent;
	}
	#purun .feature-title,
	#surun .feature-title,
	#tsurun .feature-title {
		float: none;
		width: 100%;
		max-width: 160px;
		margin-top: 0
	}
	#purun .feature-cont,
	#surun .feature-cont,
	#tsurun .feature-cont {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
	}
	#surun .feature-bg {
		background: #ddf4f7;
	}
	
	ul.fruits-list li {
		width: 80px;
	}
	
	
	.flow {
		width: 100%;
		float: none;
	}
	.howtouse {
		width: 100%;
		float: none;
	}
	
	
	.induction-sec figure {
		width: 100%;
		float: none;
	}
	.induction-sec figure img {
		max-width: 50%;
	}
	.induction-sec .product-appeal {
		width: 100%;
		padding-top: 40px;
	}
	.purchase a {
		padding: 10px 10px;
		font-size: 1.2em;;
		border-radius: 6px;
	}
	.induction-sec .product-cat {
		right: 0;
		top: -50px;
	}
	
	
	.foot .point-list {
		padding: 20px 0;
	}
	.foot .point-list li {
		width: 60px;
	}
	
	
	.purchase ul li {
		display: block;
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	
	
	
}


@media screen and (max-width: 390px) {
	.content-head2 {
		height: 420px;
	}
}

