@charset "utf-8";
/**************************************************
//// css document
**************************************************/

/**************************************************
//// only top sheet
**************************************************/
/*
 pcviewer
*/
body {
	background-color :#000;
	height: auto !important;  /*IE6 Countermeasure*/
	height: 100%; /*IE6 Countermeasure*/
	min-height: 100%;
	position: relative;
	width: 100%;
}
/*
 bxslider setting (full screen)
*/
.bxslider {
	filter: alpha( opacity=100 );
	opacity: 1.0;
	-ms-filter: "alpha( opacity=100 )";
}
.bx-viewport {
	border: none;
	box-shadow: none;
	left: 0;
}
.bxslider_mo {
	display: none;
}
#title_mo {
	display: none;
}
.bxslider li {
	/* background: center / cover no-repeat; */
    background-size: cover;
	height: 100vh;
}
/*
 pc undisplay content
*/
#newsWrap_mo {
	display: none;
}
.mobileCont {
	display: none;
}
.mobileContFoot {
	display: none;
}
/*
 pc header menu (position bottom)
*/
header {
	/* background-image: url(../images/common/top_gnavi_bg.png); */
    background-color: #FFB050;
	background-position: bottom left;
	background-repeat: repeat-x;
	/* bottom: 0px; */
	color: #fff;
	height: 45px;
	position: absolute;
	width: 100%;
	z-index: 9999;
}
#title {
	left: 0;
	margin: 0 auto;
	padding: 50px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 300px;
}
#title .japan {
	font-family: "mplus-light";
	font-style: italic;
	font-size: 110%;
	font-weight: lighter;
	line-height: 2.0em;
	white-space: nowrap;
}
#title .english {
	font-family: "dominik-thin";
	font-size: 280%;
	line-height: 1.2em;
	padding: 0 0 0 30px;
	white-space: nowrap;
}
#logo {
	float: right;
	height: 0px;
	padding: 11px 0 0 15px;
	position: absolute;
	left: 2px;
	top: -6px;
}
#logo a img {
    height: 35px;
    width: 150px;
}
/*
 bottom global navigation
*/
header .menu {
	float: right;
	padding :0 10px 0 0;
    margin: -30px 0 0 0;
}
header .menu li {
	float: left;
	font-size: 17px;
	padding: 43px 16px 0;
}
header ul.sub-menu,
header ul.children {
	display: none;
}
/*
 tablet viewer
*/
@media screen and (max-width:789px) {
	body {
		background-color: #f0f0f0;
	}
	/*
	 mobile header menu (position top)
	*/
	header {
		display: none;
	}
	.logo {
		float: left;
		padding: 13px 0 0 15px;
	}
	.logo img {
		width: 148px;
	}
	/*
	 mobile global navigation
	*/
	.mobileCont {
		/* background-color: #333; */
        background-color: #FFB050;
		color: #fff;
		display: block;
		height: 56px;
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 9999;
	}
	.mobileCont .button-toggle {
		float: right;
		font-size: 280%;
		line-heigh: 0.7em;
		padding: 0 15px 0 0;
	}
	.mobileCont .menu {
		clear: both;
		display: none;
		opacity: 0.9;
		text-align: center;
		width: 100%;
	}
	.mobileCont div.menu > ul > li,
	.mobileCont ul.menu > li {
		background-color: #333;
		border-bottom: 1px dashed #666;
		padding: 15px 0;
	}
	.mobileCont .menu li {
		font-size: 125%;
		vertical-align: middle;
	}
	.mobileCont ul.sub-menu,
	.mobileCont ul.children {
		background-color: #000;
		display: none;
		margin-left: 0;
		position: relative;
		top: 15px;
		width: 100%;
	}
	.mobileCont .sub-menu li,
	.mobileCont .children li {
		border-top: 1px dashed #666;
		font-size: 100%;
		padding: 10px 0;
	}
	.mobileCont ul.sub-menu ul,
	.mobileCont ul.children ul {
		left: 150px;
		top: -1px;
	}
	/*
	 mobile bxslider setting
	*/
	.bxslider {
		display: none;
	}
	.bxslider li {
		height: 0px;
	}
	.bx-viewport {
		border: none;
		box-shadow: none;
		left: 0;
	}
	.bxslider_mo {
		/* background-color: #000; */
        background-color: #FFB050;
		display: block;
		padding: 56px 0 0;
	}
	.bxslider_mo li {
		background: center / cover no-repeat;
		height: 357px;
		max-width: 100%;
	}
	/*
	 mobile title
	*/
	#title_mo {
		color: #fff;
		display: block;
		position: relative;
		text-align: center;
		top: -180px;
		z-index: 9998;		
	}
	#title_mo .japan {
		font-family: "mplus-light";
		font-style: italic;
		font-size: 100%;
		font-weight: lighter;
		line-height: 2.0em;
		white-space: nowrap;
	}
	#title_mo .english {
		font-family: "dominik-thin";
		font-size: 200%;
		line-height: 1.2em;
		white-space: nowrap;
	}
	/*
	 news contents (mobile only)
	*/
	#newsWrap_mo {
		display: block;
		margin: -70px auto 0;
		min-height: 500px;
		text-align: center;
		width: 96%;
	}
	.newsCont_mo {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #333;
		float: left;
		font-family: "mplus-regular";
		height: auto;
		margin: 0 1px 12px 1px;
		width: 24%;
	}
	.newsCont_mo a {
		color: #c33;
	}
	.newsCont_mo h2 {
		color: #333;
		font-weight: normal;
		font-size: 100%;
		height: 28px;
		line-height: 30px;
		overflow: hidden;
		padding: 5px 0 5px 10px;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsCont_mo h2 a {
		color: #aaa;
	}
	.newsCont_mo hr {
		border: 0;
		border-bottom: 1px dashed #aaa;
		margin: 0 10px;
	}
	.newsCont_mo .newsImage {
		height: 150px;
		margin: 10px auto 0;
		overflow: hidden;
		position: relative;
		width: 90%;
	}
	.newsCont_mo .newsImage img {
		left: 50%;
		margin-left: -50%;
		max-width: 100%;
		min-width: 100%;
		overflow: hidden;
		position: absolute;
	}
	.newsCont_mo .contCat {
		color: #c33;
		font-size: 75%;
		line-height: 1.6em;
		padding: 0 0 0 11px;
		text-align: left;
	}
	.newsCont_mo .newsTalent {
		color: #333;
		font-size: 150%;
		overflow: hidden;
		padding: 0 0 5px;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsCont_mo .upDate {
		color: #aaa;
		font-size: 75%;
		padding: 10px 5px 5px 0;
		text-align: right;
	}
	/*
	 mobile footer contents
	*/
	footer {
		display: none;
	}
	.mobileContFoot {
		background-color: #333;
		display: block;
		height: 180px;
		margin: 100px 0 0;
		position: relative;
		text-align: center;
	}
	.mobileContFoot .menu {
		font-size: 69%;
		padding: 15px 0 0;
	}
	.mobileContFoot .menu a {
		color: #aaa;
	}
	.mobileContFoot .menu li {
		border-right: 1px solid #aaa;
		float: left;
		padding: 0 10px;
	}
	.mobileContFoot .menu li:last-child {
		border: none;
	}
	.snsicon {
		float: right;
		padding: 0 20px 0;
	}
	.snsicon img {
		width: 30px;
	}
	.mobileContFoot .footLogo {
		font-size: 69%;
	}
	.footLogo {
		bottom: 10px;
		color: #fff;
		float: right;
		font-size: 75%;
		position: absolute;
		right: 30px;
		text-align: right;
	}
	.footLogo img {
		width: 125px;
	}
}
/*
 mobile viewer
*/
@media screen and (max-width:640px) {
	body {
		background-color: #f0f0f0;
	}
	/*
	 mobile header menu (position top)
	*/
	header {
		display: none;
	}
	.logo {
		float: left;
		padding: 6px 0 0 15px;
	}
	.logo img {
		width: 148px;
	}
	/*
	 mobile global navigation
	*/
	.mobileCont {
		/* background-color: #333; */
        background-color: #FFB050;
		color: #fff;
		display: block;
		height: 56px;
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 9999;
	}
	.mobileCont .button-toggle {
		float: right;
		font-size: 280%;
		line-heigh: 0.7em;
		padding: 0 15px 0 0;
	}
	.mobileCont .menu {
		clear: both;
		display: none;
		opacity: 0.9;
		text-align: center;
		width: 100%;
	}
	.mobileCont div.menu > ul > li,
	.mobileCont ul.menu > li {
		/* background-color: #333; */
        background-color: #FFB050;
		border-bottom: 1px dashed #666;
		padding: 15px 0;
	}
	.mobileCont .menu li {
		font-size: 125%;
		vertical-align: middle;
	}
	.mobileCont ul.sub-menu,
	.mobileCont ul.children {
		/* background-color: #000; */
        background-color: #F08200;
		display: none;
		margin-left: 0;
		position: relative;
		top: 15px;
		width: 100%;
	}
	.mobileCont .sub-menu li,
	.mobileCont .children li {
		border-top: 1px dashed #666;
		font-size: 100%;
		padding: 10px 0;
	}
	.mobileCont ul.sub-menu ul,
	.mobileCont ul.children ul {
		left: 150px;
		top: -1px;
	}
	/*
	 mobile bxslider setting
	*/
	.bxslider {
		display: none;
	}
	.bxslider li {
		height: 0px;
	}
	.bx-viewport {
		border: none;
		box-shadow: none;
		left: 0;
	}
	.bxslider_mo {
		background-color: #000;
		display: block;
		padding: 56px 0 0;
	}
	.bxslider_mo li {
		background: center / cover no-repeat;
		height: 357px;
		max-width: 100%;
	}
	/*
	 mobile title
	*/
	#title_mo {
		color: #fff;
		display: block;
		position: relative;
		text-align: center;
		top: -180px;
		z-index: 9998;		
	}
	#title_mo .japan {
		font-family: "mplus-light";
		font-style: italic;
		font-size: 80%;
		font-weight: lighter;
		line-height: 2.0em;
	}
	#title_mo .english {
		font-family: "dominik-thin";
		font-size: 115%;
		line-height: 1.2em;
	}
	/*
	 news contents (mobile only)
	*/
	#newsWrap_mo {
		display: block;
		margin: -50px auto 0;
		min-height: 500px;
		text-align: center;
		width: 96%;
	}
	.newsCont_mo:nth-child(odd) {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #333;
		float: left;
		font-family: "mplus-regular";
		height: auto;
		margin: 0 0 12px;
		width: 49%;
	}
	.newsCont_mo:nth-child(even) {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #333;
		float: right;
		font-family: "mplus-regular";
		height: auto;
		margin: 0 0 12px;
		width: 49%;
	}
	.newsCont_mo a {
		color: #c33;
	}
	.newsCont_mo h2 {
		color: #333;
		font-weight: normal;
		font-size: 100%;
		height: 28px;
		line-height: 30px;
		overflow: hidden;
		padding: 5px 0 5px 10px;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsCont_mo h2 a {
		color: #aaa;
	}
	.newsCont_mo hr {
		border: 0;
		border-bottom: 1px dashed #aaa;
		margin: 0 10px;
	}
	.newsCont_mo .newsImage {
		height: 150px;
		margin: 10px auto 0;
		overflow: hidden;
		position: relative;
		width: 90%;
	}
	.newsCont_mo .newsImage img {
		left: 50%;
		margin-left: -50%;
		max-width: 100%;
		min-width: 100%;
		overflow: hidden;
		position: absolute;
	}
	.newsCont_mo .contCat {
		color: #c33;
		font-size: 75%;
		line-height: 1.6em;
		padding: 0 0 0 11px;
		text-align: left;
	}
	.newsCont_mo .newsTalent {
		color: #333;
		font-size: 150%;
		overflow: hidden;
		padding: 0 0 5px;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsCont_mo .upDate {
		color: #aaa;
		font-size: 75%;
		padding: 10px 5px 5px 0;
		text-align: right;
	}
	/*
	 mobile footer contents
	*/
	footer {
		display: none;
	}
	.mobileContFoot {
		/* background-color: #333; */
        background-color: #FFB050;
		display: block;
		height: 180px;
		margin: 100px 0 0;
		position: relative;
		text-align: center;
	}
	.mobileContFoot .menu {
		font-size: 69%;
		padding: 15px 0 0;
	}
	.mobileContFoot .menu a {
		/* color: #aaa; */
        color: #000;
	}
	.mobileContFoot .menu li {
		border-right: 1px solid #aaa;
		float: left;
		padding: 0 10px;
	}
	.mobileContFoot .menu li:last-child {
		border: none;
	}
	.snsicon {
		float: right;
		padding: 0 20px 0;
	}
	.snsicon img {
		width: 30px;
	}
	.mobileContFoot .footLogo {
		font-size: 69%;
	}
	.footLogo {
		bottom: 10px;
		color: #fff;
		float: right;
		font-size: 75%;
		position: absolute;
		right: 30px;
		text-align: right;
	}
	.footLogo img {
		width: 125px;
	}
}