@charset "utf-8";
@font-face {
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	font-style: 'normal';
	src: url('../img/font/notosansjapanese.otf') format('opentype'),
	url('../img/font/notosansjapanese.woff') format('woff'),
	url('../img/font/notosansjapanese.eot') format('embedded-opentype');
}
/* =======================================

	CommonElements

======================================= */
html,
body {
	height: 100%;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック',YuGothic,'メイリオ','Meiryo','Osaka','MS Pゴシック','MS P Gothic',Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 160%;
	text-align: center;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}

a.blank {
	display: inline-block;
	overflow: hidden;
	padding: 0 0 0 20px;
	background: url(../img/icon_link_blank.png) no-repeat left center;
	background: url(../img/icon_link_blank_ie8.png) no-repeat left center\9;
	background-size: 15px 13px;
}

a:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: .7;
}

sup {
	font-size: smaller;
	vertical-align: super;
}

/* ------------------------------------
	wrap
------------------------------------ */
#siteHeader .hedWrap,
#siteFooter .ftWrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#container {
	visibility: hidden;
}

/* ------------------------------------
	Header
------------------------------------ */
#siteHeader {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 65px;
	background: rgba(255,255,255,.9);
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,.5);
}
#siteHeader .hedWrap h1 {
	width: 270px;
	height: 60px;
	padding-top: 5px;
}

#siteHeader .hedWrap h1 img {
	width: auto;
	height: 100%;
}

#siteHeader .hedWrap ul {
	position: absolute;
	top: 40px;
	right: 10px;
}

#siteHeader .hedWrap ul li {
	display: inline-block;
	margin-left: 15px;
}

#siteHeader #globalNav {
	position: relative;
	width: 100%;
	background: rgba(255,255,255,.5);
}

#siteHeader #globalNav > ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	border-bottom: 1px solid #000;
}

#siteHeader ul li a {
	font-family: 'Noto Sans Japanese', sans-serif;
}

#siteHeader #globalNav.ex > ul {
	border-bottom: 1px solid #ddd;
}

#siteHeader #globalNav.ex > ul li a {
	color: #fff;
}
#siteHeader #globalNav.ex > ul li a:hover {
	color: #333;
	background: #fff;
}

#siteHeader #globalNav > ul li {
	display: block;
	height: 60px;
	text-align: center;
}
#siteHeader #globalNav > ul > li {
	width: auto;
	flex-grow: 1;
}
#siteHeader #globalNav > ul li a {
	display: flex;
	padding:0;
	text-align: center;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#siteHeader #globalNav > ul li .businessMenu {
	position: absolute;
	z-index: 10000;
	top: 61px;
	right: 0;
	left: 0;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#siteHeader #globalNav > ul li .businessMenu ul {
	height: 0;
	-webkit-transition: all 0 ease-in-out;
	-moz-transition: all 0 ease-in-out;
	transition: all 0 ease-in-out;
	opacity: 0;
	display: flex;
	flex-flow: row nowrap;
}
#siteHeader #globalNav > ul li .businessMenu ul > li {
	position: relative;
	width: 196px;
	flex-grow: 1;
}
#siteHeader #globalNav > ul li .businessMenu ul > li.about {
	position: relative;
	width: 165px;
	flex-grow: 0;
}
#siteHeader #globalNav > ul li .businessMenu ul > li a.beauty {
	display: block;
	padding: 6px 0;
}
#siteHeader #globalNav > ul:hover .busBtn .businessMenu {
	height: 60px;
	padding: 0 0 15px;
	background: rgba(255,255,255,.9);
}
#siteHeader #globalNav > ul:hover li .businessMenu ul {
	overflow: hidden;
	width: 980px;
	height: 60px;
	margin: 0 auto;
	opacity: 1;
}

#siteHeader #globalNav.ex,
#siteHeader #globalNav.ex > ul:hover .busBtn:hover .businessMenu {
	background: rgba(255,255,255,.2);
}

#siteHeader #globalNav > ul:hover .busBtn:hover .businessMenu.mt10 {
	margin-top: 10px;
}
#siteHeader #globalNav > ul:hover .busBtn:hover .businessMenu.mt10 ul li a {
	margin-top: -10px;
}
#siteHeader .submen {
	position: absolute;
	top: 25px;
	right: 120px;
	font-size: .9em;
	color: #666;
}


/* ------------------------------------
	Footer
------------------------------------ */
#siteFooter {
	width: 100%;
}

.comingFooter {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

#siteFooter small {
	font-size: .9em;
	display: block;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 5px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	border-top: 1px solid #000;
}

#siteFooter.movie small {
	border-top: none;
}

.business #siteFooter {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
}

/* ------------------------------------
	gotop
------------------------------------ */
#pageTop {
	position: fixed;
	right: 5%;
	bottom: 2%;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
	background: url(../img/gotop.png) no-repeat center center;
	background-size: 50px 50px;
}

#pageTop:hover {
	bottom: 3%;
}

#pageTop.show {
	opacity: .6;
}

/* ------------------------------------
	hSelect
------------------------------------ */
.hSelect {
	position: absolute;
	top: 20px;
	right: 0;
	width: 100px;
	height: 30px;
	background: url(../img/language.png) no-repeat center center;
	background-size: 100px 28px;
}
.hSelect form {
	opacity: 0;
}
.hSelect select {
	width: 100px;
	height: 28px;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	border: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.hSelect select option {
	padding-right: 10px;
}




/* =====================================
	ClearFixElements
===================================== */
.column:before,
.column:after,
.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}
.column:after,
.clearfix:after {
	clear: both;
}

.column,
.clearfix {
	*zoom: 1;
}
