@charset "utf-8";

.clearfix:before,.clearfix:after{content:"";display: table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}

html,body{
	width:100%;
	height: 100%;
}

h1,h2,h3,h4,h5,h6,
ul,li,p{
	margin: 0;
	padding: 0;
}

body {
	min-width: 980px;
	background-color: #019843;
}

@media print{
	.omit { display:none; }
}

/* header */

header{
	position:fixed;
	width: 100%;
	min-width: 980px;
	top: 0;
	z-index: 100;
}
header h1{
	position: relative;
	z-index: 1;
}
header h1 img{
	position: absolute;
	top: 6px;
	left: 6px;
}
header ul.navi{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 8px 0 0;
}
header ul.navi li{
	float: left;
	display: block;
	margin-right: 12px;
}
header ul.navi li a{
	display: block;
	width: 120px;
	height: 150px;
	margin-top: -100px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../img/nav_tab_product.png') no-repeat 0 0;
}
header ul.navi li.prod a{ background-image: url('../img/nav_tab_product.png'); }
header ul.navi li.cm   a{ background-image: url('../img/nav_tab_cm.png'); }
header ul.navi li.top  a{ background-image: url('../img/nav_tab_top.png'); height: 100px; margin-top: -50px;}


/* footer */
footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 980px;
	height: 60px;
	background-color: #009944;
	background-color: rgba(0,153,68,0.9);
	z-index: 300;
}
footer ul.navi{
	position: absolute;
	left: 50%;
	margin: -10px 0 0 -130px;
	width: 260px;
}
footer ul.navi li{
	display: none;
}
footer ul.navi li.top{
	display: block;
}
footer ul.navi a{
	display: block;
	width: 260px;
	height: 84px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../img/foot_btn_next.png') no-repeat 0 0;
}
footer ul.navi li.top a{
	background-image: url('../img/foot_btn_top.png');
}
footer ul.link{
	position: absolute;
	left: 16px;
	top: 5px;
}
footer ul.link li{
	float: left;
	display: block;
}
footer ul.link li.cam{
	margin-right: 6px;
}
footer div.nobel{
	position: absolute;
	right: 20px;
	top: 18px;
}

/******************************
 TOP 
*******************************/
#TOP{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url('../img/bg.jpg') no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#TOP p.catch{
	position: absolute;
	left: 48%;
	top: 32%;
	height: 18%;
}
#TOP p.catch img{
	height: 100%;
}
#TOP p.chr{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 92%;
	height: 65%;
	text-align: center;
	z-index: 200;
}
#TOP p.chr img{
	height: 100%;
}
#TOP p.campaign{
	position: absolute;
	top: 90px;
	right: 20px;
}

.ios #TOP {
	background-attachment: scroll;
}
.ios #TOP p.chr img {
	max-width: 100%;
}

/******************************
 CAMPAIGN
*******************************/
#CAMPAIGN_SP{
	display: none;
}

/******************************
 PRODUCT
*******************************/
#PRODUCT{
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	background: #96cb60; /* Old browsers */
	background: -moz-linear-gradient(top, #b3d465 0%, #59b654 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3d465), color-stop(100%,#59b654)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b3d465 0%,#59b654 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b3d465 0%,#59b654 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b3d465 0%,#59b654 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b3d465 0%,#59b654 100%); /* W3C */
}
#PRODUCT h2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 150px;
	border-bottom: #009944 62px solid;
}
#PRODUCT h2 em{
	position: absolute;
	display: block;
	width: 542px;
	height: 51px;
	right: 20px;
	bottom: -58px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../img/prod_h2.png') no-repeat 0 0;
}
#PRODUCT h2 span{
	position: absolute;
	display: block;
	width: 164px;
	height: 193px;
	left: 440px;
	bottom: -62px;
	background: url('../img/prod_h2_chr.png') no-repeat 0 0;
}
#PRODUCT .wrap-v{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
#PRODUCT .wrap{
	position: relative;
	padding: 214px 0 100px;
}
#slideProd{
	width: 9999px;
}
#slideProd li{
	display: block;
	height: 405px;
}
#slideProd li img{
	display: block;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	border-radius: 10px;
}
#PRODUCT .labo{
	position: absolute;
	bottom: 64px;
	right: 20px;
}
#PRODUCT .labo a{
	display: block;
	width: 330px;
	height: 60px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../img/prod_btn_labo.png') no-repeat 0 0;
}
/******************************
 CM
*******************************/

#CM {
	position: relative;
	height: 100%;
	min-height: 700px;
	overflow: hidden;
	background: url('../img/bg.jpg') no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#CM h2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 150px;
	border-bottom: #009944 62px solid;
}
#CM h2 em{
	position: absolute;
	display: block;
	width: 578px;
	height: 50px;
	right: 20px;
	bottom: -57px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../img/cm_h2.png') no-repeat 0 0;
}
#CM h2 span{
	position: absolute;
	display: block;
	width: 164px;
	height: 193px;
	left: 440px;
	bottom: -62px;
	background: url('../img/cm_h2_chr.png') no-repeat 0 0;
}
#CM p.chr{
	position: absolute;
	bottom: 56px;
	left: 0;
	height: 62%;
}
#CM p.chr img{
	height: 100%;
}
#CM p.chr-sp{
	display: none;
}
#CM ul{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 588px;
	padding: 230px 0 64px;
	text-align: right;
	background: url('../img/cm_ul_bg.png') repeat-y 0 0;
}
#CM ul li{
	position: relative;
	list-style-type: none;
	margin: 0 20px 10px 0;
	height: 11%;
	max-height: 102px;
	right: -500px;
}
.ie8 #CM ul li{
	height: 80px;
}
#CM ul li a:hover{
	opacity: 0.8;
}
#CM ul li a img{
	height: 100%;
}

.ios #CM {
	background-attachment: scroll;
}
.ios #CM p.chr{
	max-height: 50%;
}
.ios #CM ul li,
.android #CM ul li{
	right: 20px!important;
}
.ios #CM ul li a:hover{
	opacity: 1;
}


/** bxSlider
===================================*/

.bx-wrapper {
	width: 980px;
	margin: 0 auto;
	*zoom: 1;
	z-index: 1;
	overflow: visible;
}

.bx-wrapper img {
	display: block;
}
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../img/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-prev {
	left: -10px;
	width: 87px;
	background: url('../img/prod_arw_prev.png') no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: -10px;
	width: 82px;
	background: url('../img/prod_arw_next.png') no-repeat 0 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -75px;
	outline: 0;
	height: 200px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 0;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}