@charset "UTF-8";

/*
GLOBAL
***************************************************************************/
html.nonf {
	font-size: 62.5%;
	overflow-y: auto;
}

#nonf_contents {
	font-size: 1.2rem;
	color: #51504e;
}
article {
	display: inline-block;/*成分修正_インラインブロック*/
}

@media screen and (min-width: 480px){

	html.nonf {
		font-size: 93.8%;
	}

}

/* ▼BR▼ */
@media screen and (min-width: 480px){

	.landscape { display:block; }
	.portrait { display:none; }

}

@media screen and (max-width: 479px){

	.landscape { display:none; }
	.portrait { display:block; }

}

/*
FEATURE
***************************************************************************/
#nonf_feature .box {
	padding-bottom: 25px;
}

#nonf_feature .box:nth-child(1) { background:#e4f6fc url(../img/non-fcream/feature_bg01.jpg) center top no-repeat; background-size:100%; }
#nonf_feature .box:nth-child(2) { background:#fef6f3 url(../img/non-fcream/feature_bg02.jpg) center top no-repeat; background-size:100%; }
#nonf_feature .box:nth-child(3) { background:#e4f6fc url(../img/non-fcream/feature_bg03.jpg) center top no-repeat; background-size:100%; }
#nonf_feature .box:nth-child(4) { background:#fef6f3 url(../img/non-fcream/feature_bg04.jpg) center top no-repeat; background-size:100%; }

#nonf_feature .content {
	margin: 0 3.125%;
	padding: 15px 3.5%;
	color: #fff;
}

#nonf_feature .box:nth-child(2n+1) .content { background:#2a9abd; }
#nonf_feature .box:nth-child(2n) .content { background:#7b3e25; }
.boxtop20 {
	margin-top: 20px;
}

@media screen and (min-width: 480px){

	#nonf_feature .box {
		padding-bottom: 37.5px;
	}

	#nonf_feature .content {
		padding: 22.5px 3.5%;
	}

}

/*
COMPONENT
***************************************************************************/
#nonf_component .box {
	margin-bottom: 15px;
}

#nonf_component .box .title {
	padding: 6px 3% 4px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #705d28;
	line-height: 1.5;
	background: #cbbaa2;
}

#nonf_component .box .inner {
	padding: 15px 3.5% 20px;
	background: #f6eee2;
}

#nonf_component .box .img {
	float: left;
	width: 35%;
}

#nonf_component .box .txt {
	float: right;
	width: 60%;
}

.size10 { font-size:1rem; }

@media screen and (min-width: 480px){

	#nonf_component .box {
		margin-bottom: 22.5px;
	}

	#nonf_component .box .title {
		padding: 9px 3% 6px;
	}

	#nonf_component .box .inner {
		padding: 22.5px 3.5% 30px;
	}

	#nonf_component .box .img {
		width: 30%;
	}

	#nonf_component .box .txt {
		width: 65%;
		margin-top: 10px;
	}

}

/*
RELEASE
***************************************************************************/
#nonf_release {
	background: #f7f7f7 url(../img/non-fcream/release_bg.jpg) center bottom no-repeat;
	background-size: 100%;
}

#nonf_release .content {
	padding: 15px 3% 10px;
	background: rgba(255,255,255,0.8);
}

#nonf_release .txt {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #7b3e25;
	line-height: 1.5;
}

@media screen and (min-width: 480px){

	#nonf_release .content {
		padding: 22.5px 3% 15px;
	}

	#nonf_release .txt {
		margin-bottom: 15px;
	}

}

/*
COMPARE
***************************************************************************/
#nonf_compare {
	background: url(../img/non-fcream/compare_bg.jpg) center bottom no-repeat;
	background-size: cover;
}

/*
BANNER
***************************************************************************/
/*
.btn_bound img {
	-webkit-animation: bomb 3s linear 0s infinite normal;
	animation: bomb 3s linear 0s infinite normal;
	transition: .3s;
}

@-webkit-keyframes bomb {
	0% { -webkit-transform:scale(0.93); }
	7% { -webkit-transform:scale(0.98); }
	14% { -webkit-transform:scale(0.94); }
	21% { -webkit-transform:scale(1); }
	28% { -webkit-transform:scale(0.94); }
	35% { -webkit-transform:scale(0.98); }
	42% { -webkit-transform:scale(0.93); }
	49% { -webkit-transform:scale(0.97); }
	56% { -webkit-transform:scale(0.93); }
	100% { -webkit-transform:scale(0.93); }
}

@keyframes bomb {
	0% { transform:scale(0.93); }
	7% { transform:scale(0.98); }
	14% { transform:scale(0.94); }
	21% { transform:scale(1); }
	28% { transform:scale(0.94); }
	35% { transform:scale(0.98); }
	42% { transform:scale(0.93); }
	49% { transform:scale(0.97); }
	56% { transform:scale(0.93); }
	100% { transform:scale(0.93); }
}
*/
