@charset "utf-8";


/*=======================================================
	グーン
=======================================================*/

/*---------------------------------------------
	index
---------------------------------------------*/
/* brand color */
#brand_index_header header{
	margin-bottom: 5px;
	padding: 0;
	text-align: center;
}
#brand_index_header header h1{
	padding: 0;
}

/* brand_nav */
#navbadge{
	margin-bottom: -43px;
}
#brand_nav ul{
	background: url(../img/brand_nav_bg.png) no-repeat left top;
	background-size: 970px 100%;
}
#brand_nav ul li{
	float: left;
	height: 55px;
}
#brand_nav ul li a{
	padding-top: 10px;
}
#brand_nav ul li.useful_info a{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 22px;
	font-size: 1.2rem;
	text-indent: -22px;
	line-height: 2px;
}

/* brand_nav 現在地表示調整 */
.products_cont #brand_nav ul li.products,
.useful_info_cont #brand_nav ul li.useful_info{
	background: url(/img/brand_nav_current_bg.png) no-repeat center bottom;
}
.products_cont #brand_nav ul li.products a,
.useful_info_cont #brand_nav ul li.useful_info a{
	border-bottom: 2px dotted #fff;
	opacity: 1;
	color: #fff;
	text-decoration: none;
}
.products_cont #brand_nav ul li.products a:before,
.useful_info_cont #brand_nav ul li.useful_info a:before{
	opacity: 1;
}

.products_cont #brand_nav ul li.special,
.useful_info_cont #brand_nav ul li.special{
	background-image: none;
}
.products_cont #brand_nav ul li.special a,
.useful_info_cont #brand_nav ul li.special a{
	border-bottom: none;
}

/* モニター募集 */
.monitoring_cont{
	position: relative;
}
.monitoring_cont a{
	display: block;
	position: relative;
	background-color: #fff;
}
.monitoring_btn{
	padding: 10px 32px 10px 15px;
	display: block;
	border: 2px solid #fff;
	background: #f24350 url(/img/arrow03.png) no-repeat 96% center;
	background: url(/img/arrow03.png) no-repeat 96% center,
	-webkit-linear-gradient(top, #ef6770 0%,#f24350 100%);
	background: url(/img/arrow03.png) no-repeat 96% center,
	linear-gradient(to bottom, #ef6770 0%,#f24350 100%);
	background-color: #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.monitoring_cont a span{
	display: block;
	font-size: 1.2rem;
}
.monitoring_cont a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.monitoring_cont .info_text{
	padding: 5px 10px;
	color: #696969;
	font-size: 1.2rem;
	line-height: 1.6;
}

/* goon_message */
#goon_message #brand_wrap.goon_cont{
	font-size: 1.6rem;
	line-height: 2.0;
}
#brand #brand_index_header header h1{
	margin: 0;
	padding: 0;
	width: auto;
	color: #666;
	font-size: 1.4rem;
	text-align: center;
}
#brand_message_cont{
	padding: 50px 100px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	text-align: center;
}
#brand_message_cont p{
	margin-bottom: 20px;
}
#brand_message_cont p strong{
	font-size: 2.6rem;
}
#brand_nav{
	position: relative;
	z-index: 10;
}

/* --- 品質管理 --- */
#quality_cont{
	/*margin: -25px;*/
	padding: 35px;
	background-color: #fff;
}
#factory_map{
	padding-top: 30px;
	clear: both;
}
#info_text{
	width: 600px;
}
#item_img{
	margin-top: -25px;
}
#factory_map h2{
	margin: 0 40px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	height: 36px;
	background: url(../img/ttl.png) no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
}
#group_cont{
	margin: 10px 0 0;
	padding: 15px;
	width: 560px;
	border: 1px solid #efefef;
	background-color: #fff;
}
#map_cont{
	margin: -30px auto 0;
	padding: 0 0 5px;
	position: relative;
	width: 894px;
	min-height: 620px;
	background: url(../img/map.png) no-repeat center top;
}
#factory li{
	padding: 20px 17px 25px;
	position: relative;
	width: 250px;
	border: 1px solid #ccc;
	background-color: #fff;
}
#factory li h3{
	margin: 0 0 10px;
	padding: 0 0 0 45px;
	line-height: 1.3;
}
#factory li h3 span{
	display: block;
	font-size: 1.1rem;
	font-weight: normal;
}
#factory li p{
	text-align: center;
}
#japan{
	margin: 30px 40px 15px 0;
	float: right;
	background: url(../img/japan_flag.png) no-repeat 20px 20px;
}
#china{
	margin: 60px 0 -300px 40px;
	float: left;
	background: url(../img/china_flag.png) no-repeat 20px 20px;
}
#thai{
	margin: 0 0 0 510px;
	clear: both;
	background: url(../img/thai_flag.png) no-repeat 20px 20px;
}
#indonesia{
	margin: -232px 0 20px 80px;
	background: url(../img/indonesia_flag.png) no-repeat 20px 20px;
}
.character{
	margin: 40px 0 ;
	padding: 15px 0;
}


/* --- キャンペーンバナー --- */
.goon_campaign_banner_cont{
	text-align: center;
}
.goon_campaign_banner_cont img{
	max-width: 100%;
	height: auto;
}
.goon_campaign_banner_text{
	margin: 0 0 15px;
	text-align: center;
	display: inline-block;
	position: relative;
	-webkit-backface-visibility: hidden;
	font-size: 1.8rem;
	color: #2eafd6;
	font-weight: bold;
	line-height: 1.4;
}
.goon_campaign_banner_text:before,
.goon_campaign_banner_text:after{
	content: ' ';
	border-left: 3px dotted rgba(160, 160, 160, 0.56);
	display: block;
	height: 100%;
	width: 5px;
	position: absolute;
	left: -50px;
	top: 0;
	filter: drop-shadow(0 0 1px #fff);
	transform: rotate(-35deg);
	opacity: 0.8;
}
.goon_campaign_banner_text:after{
	right: -50px;
	left: auto;
	transform: rotate(35deg);
}

/* 調節 */
#goo-n_sample_banner{
	margin: 50px 0 40px;
}
#premama_banner{
	margin: 30px 60px 50px;
}
#mama_banner{
	margin: 20px 50px 50px;
}
#excretion_banner{
	margin: 20px 90px 50px;
}
#omutsu_school_banner{
	margin: 30px 0 40px;
}
#omutsu_school_banner .goon_campaign_banner_text{
	color: #f07487;
}
#mama_banner img,
#omutsu_school_banner img{
	border: 3px solid #fff;
}
#omutsu_school_banner .goon_campaign_banner_text:before,
#omutsu_school_banner .goon_campaign_banner_text:after{
	border-left: 3px dotted rgba(101, 92, 92, 0.56);
}


/* clearfix */
#brand_nav ul:after,
#map_cont:after{
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
}


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	#brand_message_cont{
		padding: 25px 5px 10px;
		background-color: #fff;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.8;
	}

	/* brand_nav */
	#brand_nav ul{
		display: flex;
		background: none;
		background-color: #c62130;
		flex-wrap: wrap;
	}
	#brand_nav ul li{
		padding: 5px 0;
		display: flex;
		height: auto;
		line-height: 1.0;
		align-items: center;
	}
	#brand_nav ul li a{
		padding: 6px 0;
		border-bottom: 2px dotted rgba(58, 124, 195, 0);
		flex: 1;
	}
	#brand_nav ul li a:before{
		margin-top: -2px;
		height: 20px;
	}
	#brand_nav ul li.useful_info a{
		padding: 0 0 4px 22px;
		font-size: 1.1rem;
		text-indent: -22px;
		line-height: 1.0;
	}
	#brand_nav ul li.useful_info a:before{
		margin-top: 0;
	}

	/* brand_nav 現在地表示調整 */
	.useful_info_cont #brand_nav ul li.useful_info{
		background: none;
		background-color: rgba(255,255,255,0.1);
	}
	.useful_info_cont #brand_nav ul li.special{
		background-color: transparent;
	}

	/* 商品情報 */
	.products_cont #brand_nav ul li.products{
		background: none;
		background-color: rgba(255,255,255,0.1);
	}

	#brand_wrap.goon_cont{
		padding: 10px;
	}
	#info_text{
		margin: 10px 0;
		float: none;
		width: auto;
	}
	#brand #brand_index_header header h1{
		padding-bottom: 99%;
		overflow: hidden;
		width: 100%;
		height: 0;
		background: url(../img/s/brand_header.jpg) no-repeat left top;
		background-size: 100% auto;
		text-indent: 100%;
		white-space: nowrap;
	}
	#item_img{
		margin: 0 auto 10px;
		float: none;
		width: 150px;
		text-align: center;
	}
	#group_cont{
		width: auto;
	}
	#group_cont li{
		margin: 5px 0;
		padding: 0 0 5px;
		border-bottom: 1px dotted #ccc;
		line-height: 1.3;
	}

	/* --- 品質管理 --- */
	#quality_cont{
		margin: -10px;
		padding: 10px;
		background-color: #fff;
	}
	#factory_map{
		padding-top: 10px;
	}
	#factory_map h2{
		margin-bottom: -25px;
		overflow: visible;
		background: none;
		background: url(../img/s/ttl_bg.png) no-repeat center center;
		background-size: 241px auto;
		color: #fff;
		text-indent: 0;
		text-align: center;
		vertical-align: middle;
		line-height: 36px;
		white-space: normal;
	}
	#map_cont{
		margin: 10px auto 0;
		padding: 73% 0 0;
		overflow: hidden;
		position: relative;
		width: 90%;
		height: auto;
		background: url(../img/s/map.png) no-repeat center top;
		background-size: 100% auto;
	}
	#factory{
		margin: 15px 0 0;
	}
	#factory li{
		margin: 0 0 10px;
		padding: 15px;
		box-sizing: border-box;
		position: static;
		width: 100%;
	}
	#factory li h3{
		padding: 0 0 0 55px;
	}
	#factory li img{
		margin: 0 auto;
		display: block;
	}
	#china,
	#japan{
		float: none;
	}

	#japan{
		background: url(../img/s/japan_flag.png) no-repeat 20px 20px;
		background-size: 38px auto;
	}
	#china{
		background: url(../img/s/china_flag.png) no-repeat 20px 20px;
		background-size: 38px auto;
	}
	#thai{
		background: url(../img/s/thai_flag.png) no-repeat 20px 20px;
		background-size: 38px auto;
	}
	#indonesia{
		background: url(../img/s/indonesia_flag.png) no-repeat 20px 20px;
		background-size: 38px auto;
	}
	
	/* --- キャンペーンバナー --- */
	/* 調節 */
	#premama_banner{
		margin: 20px 10px 50px;
	}
	#mama_banner{
		margin: 20px 20px 50px;
	}
	#excretion_banner{
		margin: 20px 15px 50px;
	}
	.goon_campaign_banner_text{
		margin: 0 0 10px;
	}
	
}
