@charset "UTF-8";
/* css Products [gel-balm] */

@import url("../content.css");
@import url("../fullscreen-overlay.css");
@import url("../animate.min.css");
@import url("all_accordion.css");
@import url("all_use.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 002 */
/*---------------------------------------------------- */
#sect002 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

#sect002 .topic {
	margin: 0 auto;
}

#sect002 .topic .detail {
	margin-bottom: 1.6em;
}

#sect002 .topic h3 {
	font-size: 197%;
	line-height: 1.6;
	margin: 0 0 1.7em;
	padding: 0;
}

#sect002 .topic ul {
	margin: 0 0 5em;
	padding: 0;
}

#sect002 .topic ul > li {
	margin: 0 0 1.7em;
	padding: 0;
	position: relative;
}

#sect002 .topic ul h4 {
	font-size: 138.5%;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 .3em;
	padding: 0 0 0 20px;
	position: relative;
}

#sect002 .topic ul > li h4:before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #c99b6a;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 0;
}

#sect002 .topic p {
	margin: 0;
	padding: 0;
}

#sect002 #four-ingredient {
	margin-bottom: 0;
	text-align: center;
}

#sect002 #four-ingredient h4 {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	background: -moz-linear-gradient(left,  rgba(0,160,225,0) 0%, rgba(0,160,225,1) 15%, rgba(0,160,225,1) 50%, rgba(0,160,225,1) 85%, rgba(0,160,225,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,160,225,0) 0%,rgba(0,160,225,1) 15%,rgba(0,160,225,1) 50%,rgba(0,160,225,1) 85%,rgba(0,160,225,0) 100%);
	background: linear-gradient(to right,  rgba(0,160,225,0) 0%,rgba(0,160,225,1) 15%,rgba(0,160,225,1) 50%,rgba(0,160,225,1) 85%,rgba(0,160,225,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000a0e1', endColorstr='#0000a0e1',GradientType=1 );
	margin-bottom: 2em;
}

#sect002 #four-ingredient h4 span {
	width: 35.483870%;
	width: calc((440 / 1080) * 100%);
	height: 0;
	margin: 0 auto;
	padding-top: 2.962962%;
	padding-top: calc((32 / 1080) * 100%);
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	background: url(../../images/products/gel-balm/section_002_four-ingredient_title.png) 0 0 no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	text-align: center;
}

#sect002 #four-ingredient .figures {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start; 
	align-items: flex-start
}

#sect002 #four-ingredient .figures img {
	width: 40%;
	margin: 0 0 2.4em;
	//margin: 0 0 calc((38 / 1080) * 100%);
}

#sect002 #four-ingredient .figures img:nth-last-child(-n+2) {
	margin-bottom: 0;
}

#sect002 .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;
}



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

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

/*---------------------------------------------------- */
/* Section 002 */
/*---------------------------------------------------- */
#sect002 {
	padding-top: 40px;
	/*padding-top: 70px;*/
	padding-bottom: 0;
}

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

#sect002 .topics {
	width: 98%;
	max-width: 1080px;
}

#sect002 #four-ingredient {
	margin-bottom: 20px;
	width: 100%;
}


}


/* Minimum width 959px and Tablet */
@media all and (max-width: 960px) and (min-width: 569px) {
/*---------------------------------------------------- */
/* 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 002 */
/*---------------------------------------------------- */
#sect002 {
	padding-top: 30px;
	/*padding-top: 50px;*/
	padding-bottom: 0;
}

#sect002 img {
	top: 50px;
	right: 2%;
	float: none;
	opacity: .15;
}

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

#sect002 .topic {
	width: 100%;
}

#sect002 .topic .detail {
	margin-bottom: 1.5em;
	padding: 0 20px;
	background-color: rgba(255, 255, 255, 0);
	-moz-box-shadow: none;
	box-shadow: none;
}

#sect002 .topic h3 {
	font-size: 20px;
}

#sect002 .topic ul h4 {
	font-size: 16px;
	padding: 0 0 0 19px;
}

#sect002 .topic ul > li h4:before {
	width: 15px;
	height: 15px;
}

#sect002 .topic ul p {
	font-size: 13px;
}

#sect002 .topic ul > li > ol li {
	font-size: 15px;
	padding: 0 0 0 20px;
}

#sect002 .topic ul > li > ol li:before {
	line-height: 17px;
	width: 16px;
	height: 16px;
	font-size: 11px;
}

#sect002 #four-ingredient {
	margin-bottom: 50px;
}

#sect002 #four-ingredient h4 {
	margin-bottom: 2em;
}

#sect002 #four-ingredient .figures img {
	width: 42%;
	opacity: 1;
}

#sect002 .ingredient p {
	font-size: 11px;
}


}


/* SP */
@media all and (max-width: 568px) {
/*---------------------------------------------------- */
/* 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 002 */
/*---------------------------------------------------- */
#sect002 {
	padding-top: 20px;
	/*padding-top: 30px;*/
	padding-bottom: 0;
}

#sect002 img {
	display: none;
}

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

#sect002 .topic {
	width: 100%;
}

#sect002 .topic .detail {
	margin-bottom: 1.5em;
	padding: 0;
	background-color: transparent;
	-moz-box-shadow: 0 0 3px rgba(250, 252, 252, 0), 0 0 5px rgba(250, 252, 252, 0);
	box-shadow: 0 0 3px rgba(250, 252, 252, 0), 0 0 5px rgba(250, 252, 252, 0);
}

#sect002 .topic h3 {
	font-size: 16px;
	margin: 0 0 1.7em;
	text-align: center;
}

#sect002 .topic ul {
	margin-bottom: 3.5em;
}

#sect002 .topic ul h4 {
	font-size: 15px;
	line-height: 1.4;
	padding: 0 0 0 18px;
}

#sect002 .topic ul > li h4:before {
	width: 14px;
	height: 14px;
	top: 3px;
}

#sect002 .topic ul p {
	font-size: 13px;
	line-height: 1.4;
}

#sect002 .topic ul > li > ol {
	margin: .7em 0 0 1.2em;
}

#sect002 .topic ul > li > ol li {
	font-size: 13px;
	padding: 0 0 0 20px;
}

#sect002 .topic ul > li > ol li:before {
	line-height: 16px;
	width: 15px;
	height: 15px;
	font-size: 10px;
}

#sect002 .topic p {
	font-size: 12px;
}

#sect002 #four-ingredient {
	margin-bottom: 60px;
}

#sect002 #four-ingredient h4 {
	margin-bottom: 2em;
}

#sect002 #four-ingredient h4 span {
	width: calc((440 / 640) * 100%);
	padding-top: calc((32 / 640) * 100%);
}

#sect002 #four-ingredient .figures {
	display: flex;
	-webkit-flex-direction: column; 
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}

#sect002 #four-ingredient .figures img {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	opacity: 1;
	display: block;
}

#sect002 #four-ingredient .figures img:nth-last-child(2) {
	margin-bottom: 2.4em;
}

#sect002 #four-ingredient .figures img:nth-of-type(4):nth-last-of-type(1) {
	margin-bottom: 0;
}

#sect002 .ingredient p {
	font-size: 10px;
}


}