@charset "UTF-8";
/* css Products [meta-control] */

@import url("../content.css");
@import url("../fullscreen-overlay.css");
@import url("../animate.min.css");

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
#mc-contents {
	padding-top: 0;
}

#main-cont-title {
	padding-top: 112px;
	position: absolute;
	top: 0;
	//border-bottom: 1px solid rgba(255, 255, 255, .36);
	border-bottom: none;
}

#main-cont-title h2 {
	//color: #fff;
}

#contents-navi-fs > a {
	//background-color: transparent;
	//border: 1px solid rgba(255, 255, 255, .75);
	//-moz-border-radius: 4px;
	//-webkit-border-radius: 4px;
	//border-radius: 4px;
}

#contents-navi-fs > a:before {
	//color: rgba(255, 255, 255, .75);
}

#contents-navi-fs > a:hover:before {
	color:#fff;
}

#contents-navi-fs > a:hover {
	//background-color: rgba(255, 255, 255, .3);
	//border: 1px solid rgba(255, 255, 255, 0);
}

hr {
	max-width: 1240px;
	margin: 0 auto;
}

/*---------------------------------------------------- */
/* Mainbanner */
/*---------------------------------------------------- */
#mainbanner {
	width: 100%;
	margin: 0;
	padding-top: 198px; /* 112px + 46px + 40px */
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#mainbanner h2 {
	padding: 0;
	margin: 0;
	display: none;
}

#mainbanner p {
	padding: 0;
	margin: 0;
	display: none;
}

#mainbanner .bnr_main {
	padding: 0;
	margin: 0;
	margin-top: -148px;
	width: 100%;
	height: auto;
	text-align: center;
}

#mainbanner .bnr_main img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* Section 001 */
/*---------------------------------------------------- */
/*== Section ==*/
#sect001 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#sect001 .bg {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

#sect001 .wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
}

#sect001 h3 {
	width: 29.435483%;
	width: calc((365 / 1240) * 100%);
	height: 0;
	margin: 0 auto 4em;
	padding-top: 8.548387%;
	padding-top: calc((106 / 1240) * 100%);
	padding-bottom: 0;
	position: relative;
	display: block;
	overflow: hidden;
	background: url(../../images/products/meta_control/section_001_headline.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#sect001 .topic {
	width: 100%;
	margin-bottom: 6em;
}

#sect001 .topic img {
	margin-left: 5%;
	float: right;
}

#sect001 .topic .detail {
	padding: 20px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .75);
	-moz-box-shadow: 0 0 3px #fff, 0 0 5px #fff;
	box-shadow: 0 0 3px #fff, 0 0 5px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#sect001 .topic h4 {
	color: #006796;
	font-size: 182%;
	margin-top: 0;
	padding: 0;
	margin-bottom: .7em;
}

#sect001 .topic p {
	font-size: 131%;
	margin: 0;
	padding: 0;
}

#sect001 .ingredient {
	background-color: rgba(247, 254, 254, .85);
	border: 1px solid #e6e8eb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#sect001 .ingredient h5 {
	margin-top: 0;
	margin-bottom: .3em;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

/*---------------------------------------------------- */
/* Section 002 */
/*---------------------------------------------------- */
/*== Section ==*/
#sect002 {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fcf9f3;
	overflow: hidden;
}

#sect002 .bg { 
	max-height: 550px;
	position: absolute;
	top: 30px;
	right: 60px;
}

#sect002 .wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
}

#sect002 .wrap-container {
	//width: 82.580645%;
	//width: calc(1024 / 1240 * 100%);
	max-width: 800px;
	//margin-right: calc((1024 /1240 * 100%) - 440px);
	padding: 15px 10px 15px 0;
	background-color: rgba(252, 249, 243, .75);
	-moz-box-shadow: 0 0 3px #fcf9f3, 0 0 5px #fcf9f3;
	box-shadow: 0 0 3px #fcf9f3, 0 0 5px #fcf9f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#sect002 .detail {
	margin: 0;
	position: relative;
}

#sect002 .detail h3 {
	font-size: 138.5%;
	margin-bottom: .3em;
	margin-top: 0;
	padding: 0;
}

#sect002 .detail h3:before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	background-color: #1d9ad1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	top: 1px;
	margin-right: 5px;
}

#sect002 .detail p {
	font-size: 138.5%;
	line-height: 1.75;
	margin: 0;
	padding: 0;
}

#sect002 .detail img {
	margin-bottom: 4em;
}

#sect002 .detail .non-mobile {
	display: block;
}

#sect002 .detail .mobile-only {
	display: none;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
#main-cont-title h2 {
	font-size: 21px;
	color: #fff;
}

/*---------------------------------------------------- */
/* Mainbanner */
/*---------------------------------------------------- */
#mainbanner .bnr_main {
	margin-top: -88px;
}


}


/* Minimum width 959px and Tablet */
@media all and (max-width: 960px) and (min-width: 680px) {
/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
#main-cont-title {
	padding: 0;
	margin: 0 0 0 2%;
	width: 96%;
	top: 15px;
}

#main-cont-title h2 {
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Mainbanner */
/*---------------------------------------------------- */
#mainbanner {
	padding-top: 86px; /* 46px + 40px */
}

#mainbanner h2 {
	padding: 0;
	margin: 0;
	display: none;
}

#mainbanner p {
	padding: 0;
	margin: 0;
	display: none;
}

#mainbanner .bnr_main {
	padding: 0;
	margin: 0;
	margin-top: -10px;
	width: 100%;
	height: auto;
	text-align: center;
}

/*---------------------------------------------------- */
/* Section 001 */
/*---------------------------------------------------- */
/*== Section ==*/
#sect001 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#sect001 .bg {
	opacity: .18;
}

#sect001 .wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}

#sect001 h3 {
	margin-bottom: 2.5em;
}

#sect001 .topic {
	margin-bottom: 3em;
}

#sect001 .topic img {
	margin-left: 5%;
	float: right;
	width: 40%;
	height: auto;
}

#sect001 .topic .detail {
	padding: 20px;
}

#sect001 .topic h4 {
	font-size: 20px;
}

#sect001 .topic p {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Section 002 */
/*---------------------------------------------------- */
/*== Section ==*/
#sect002 .bg {
	opacity: .18;
}

#sect002 .wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}

#sect002 .wrap-container {
	width: 100%;
	margin-right: 0;
	padding: 0;
	background-color: transparent;
	-moz-box-shadow: 0 0 5px rgba(252, 249, 243, 0), 0 0 20px rgba(252, 249, 243, 0);
	box-shadow: 0 0 5px rgba(252, 249, 243, 0), 0 0 20px rgba(252, 249, 243, 0);
}

#sect002 .detail p {
	font-size: 16px;
	text-align: center;
}

#sect002 .detail img {
	margin-bottom: 3em;
}

#sect002 .detail .non-mobile {
	display: block;
}

#sect002 .detail .mobile-only {
	display: none!important;
}


}


/* Phone Landscape (Retina) */
@media all and (max-width: 679px) {
/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
#main-cont-title {
	padding: 0;
	margin: 0 0 0 2%;
	width: 96%;
	top: 15px;
}

#main-cont-title h2 {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Mainbanner */
/*---------------------------------------------------- */
#mainbanner {
	padding-top: 86px; /* 46px + 40px */
}

#mainbanner h2 {
	padding: 0;
	margin: 0;
	display: none;
}

#mainbanner p {
	padding: 0;
	margin: 0;
	display: none;
}

#mainbanner .bnr_main {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	width: 100%;
	height: auto;
	text-align: center;
}

/*---------------------------------------------------- */
/* Section 001 */
/*---------------------------------------------------- */
/*== Section ==*/
#sect001 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	//background: url(../../images/products/meta_control/section_001_img.png) 0 50% no-repeat #fff;
	//-webkit-background-size: auto 100%;
	//-moz-background-size: auto 100%;
	//background-size: auto 100%;
}

#sect001 .bg {
	display: none;
}

#sect001 .wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

#sect001 h3 {
	width: 50%;
	margin-bottom: 2em;
	padding-top: 14.6%;
}

#sect001 .topic {
	margin-bottom: 2em;
}

#sect001 .topic img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
}

#sect001 .topic .detail {
	margin-top: 30px;
	padding: 0;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0);
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#sect001 .topic h4 {
	font-size: 17px;
}

#sect001 .topic p {
	font-size: 14px;
}

#sect001 p {
	font-size: 10px;
}

#sect001 .ingredient {
	width: 100%;
}

/*---------------------------------------------------- */
/* Section 002 */
/*---------------------------------------------------- */
/*== Section ==*/
#sect002 {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fcf9f3;
	overflow: hidden;
}

#sect002 .bg { 
	display: none;
}

#sect002 .wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

#sect002 .wrap-container {
	width: 100%;
	margin-right: 0;
	padding: 0;
	background-color: transparent;
	-moz-box-shadow: 0 0 5px rgba(252, 249, 243, 0), 0 0 20px rgba(252, 249, 243, 0);
	box-shadow: 0 0 5px rgba(252, 249, 243, 0), 0 0 20px rgba(252, 249, 243, 0);
}

#sect002 .detail .non-mobile {
	display: none;
}

#sect002 .detail .mobile-only {
	display: block;
	text-align: center;
	margin-bottom: 2em;
}

#sect002 .detail p {
	font-size: 15px;
}

#sect002 .detail h3 {
	font-size: 15px;
}

#sect002 .detail h3:before {
	width: 14px;
	height: 14px;
}



}