@charset "utf-8";
a, a:hover {
	color: #3E291C;
}
.d-sp-block {
	display: block;
}
#currentPage main {
	background: none;
	padding-bottom: 0;
}
.main_bg {
	background: url("../../_img/index/bg_detergent_water.jpg") no-repeat center top;
	background-size: 100% 100%;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	position: relative;
	padding-bottom: 15vh;
}
.main_bg::before {
	/*content: "";*/
	display: block;
	background: url("../../_img/index/bg_detergent_baby.png") no-repeat calc(100% + 15vw) center;
	background-size: contain;
	width: 100%;
	height: 100vh;
	min-height: 800px;
	position: absolute;
	right: 0;
	top: 10vh;
	overflow: hidden;
}
.main_bg::after {
	content: "";
	display: block;
	width: 100%;
	height: 15vh;
	position: absolute;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(247,246,241,0) 0%, rgba(247,246,241,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(247,246,241,0) 0%,rgba(247,246,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(247,246,241,0) 0%,rgba(247,246,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f6f1', endColorstr='#f7f6f1',GradientType=0 ); /* IE6-9 */

}

.bg_L-yellow {
	background-color: #fbfaea;
}
.main_inner {
	position: relative;
}
/*
.main_inner > .wrapper {
	position: relative;
}
.main_inner > .wrapper > #svg-bg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
	z-index: 0;
}
.main_inner > .wrapper > h2,
.main_inner > .wrapper > ul {
	z-index: 5;
	position: relative;
}
*/

h2.titleGradient {
	display: inline-block;
	background: #469ad0; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #469ad0 0%, #b5a4ce 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #469ad0 0%,#b5a4ce 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #469ad0 0%,#b5a4ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469ad0', endColorstr='#b5a4ce',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* PC　画面サイズが990px以下 ////////////////////////// */
@media screen and (max-width:990px) {
	.main_bg::before {
		/*content: "";*/
		background: none;
	}
	.bg_detergent_baby {
		background: url("../../_img/index/bg_detergent_baby.png") no-repeat calc(100% + 15vw) center;
		padding: 5% 0;
		position: relative;
	}
	.bg_detergent_baby::before{
		/*content: "";*/
		width: 100%;
		height: 25%;
		position: absolute;
		top: 0;
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	}
	.bg_detergent_baby::after{
		/*content: "";*/
		width: 100%;
		height: 25%;
		position: absolute;
		bottom: 0;
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
}

/* PC　画面サイズが960px以上 ////////////////////////// */
@media screen and (min-width:961px) {
	.main_bg::before {
		/*content: "";*/
		width: 100%;
		height: 100vh;
		min-height: 800px;
		position: absolute;
		right: 0;
		top: -10vh;
	}
}

/* PC大　画面サイズが1281px以上 ////////////////////////// */
@media screen and (min-width:1281px) {
	.main_bg::before {
		/*content: "";*/
		width: 100%;
		height: 100vh;
		min-height: 800px;
		position: absolute;
		right: 0;
		top: -15vh;
	}
}

.w100 {
	width: 100%;
	height: auto;
}

.f_tpnMidashiGo_stdN_EB {
	font-family: "凸版文久見出しゴシック StdN EB";
}

/*
#svg_turbulance {
	position: absolute;
	top: -15px;
	left: -15px;
	margin: 0;
	width: calc(100vw + 30px);
	height: calc(100% + 30px);
	overflow: hidden;
	z-index: -1;
}

#svg_turbulance #svg {
	width: 100%;
	height: 100%;
}

#background {
	filter: url("#disFilter");
}

#main {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
*/