@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------- 
  settings
----------------------------------------------------------------------- */
body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.15em;
	line-height: 2.25;
	text-align: justify;
	text-justify: inter-ideograph;
	background: url(../img/body_bg01.jpg) repeat top left;
	overflow-x: hidden;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:768px) {
body {
	font-size: 10px;
	line-height: 2.0;
	letter-spacing: 0.1em;
	background-size: 100% auto;
}
}
/* ----------------------------------------------------------------------- 
  common layout
----------------------------------------------------------------------- */
.footerIn,
.contentIn {
	margin: 0 auto;
	position: relative;
}
.clearfix:after,
.footerIn:after,
.contentIn:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

@media screen and (max-width:768px) {
}
/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	height: 100vh;	
}
.hLogo {
	width: 100%;
	height: 132px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.hLogo img {
	width: auto;
	height: 132px;
}

@media screen and (max-width:768px) {
.hLogo {
	top: 42%;
	bottom: auto;
	height: auto;
}
.hLogo img {
	max-width: 16%;
	height: auto;
}
.btnMenu,
.btnMenu span {
	display: inline-block;
	transition: all .4s;
}
.btnMenu{
	width: 15px;
	height: 13px;
	position: fixed;
	top: 15px;
	right: 4%;
	z-index: 5000;
}
.btnMenu span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
.btnMenu span:nth-of-type(1) {
	top: 0;
}
.btnMenu span:nth-of-type(2) {
	top: 6px;
}
.btnMenu span:nth-of-type(3) {
	bottom: 0;
}
.btnMenu.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-20deg);
	transform: translateY(6px) rotate(-40deg);
}
.btnMenu.active span:nth-of-type(2) {
	opacity: 0;
}
.btnMenu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(20deg);
	transform: translateY(-6px) rotate(40deg);
}
}

/* ----------------------------------------------------------------------------------------------------
*  gNavi
* --------------------------------------------------------------------------------------------------*/
#gNavi {
	position: fixed;
	top: 10px;
	right: 0;
	z-index: 5000;
}
#gNavi li {
	margin-right: 3em;
	float: left;
}
#gNavi li a {
	opacity: 0.5;
	font-size: 10px;
	line-height: 1.0;
}
#gNavi li a:hover {
	opacity: 1.0;
}

@media screen and (max-width:768px) {
#gNavi {
	display: none;
	top: 40px;	
	right: 4%;
}
#gNavi li {
	margin: 0 0 1em;
	float: none;
	text-align: right;
}
#gNavi li a {
	display: block;
	opacity: 1.0;
	font-size: 9px;
}
#gNavi li a:hover {
}
}

/* ----------------------------------------------------------------------------------------------------
*  content
* --------------------------------------------------------------------------------------------------*/
#content section,
#content .secSeparate:nth-child(n+2) {
	position: relative;
}

@media screen and (max-width:768px) {
}
/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
#footer {
	position: relative;
}
.jsGoTop {
	display: block;
	opacity: 0.5;
	bottom: 20px;
	right: 50px;
	z-index: 6000;
}
.jsGoTop:hover {
	opacity: 1.0;
}
.footerIn {
	max-width: 900px;
	padding: 250px 50px 45px;
}
.fTitle {
	position: absolute;
	top: 100px;
	right: 75px;
}
.fInfo {
	margin: 45px 0 0 95px;
	font-size: 14px;
	line-height: 2.0;
}
.fBtnArea {
	text-align: center;
	margin: 85px 0 95px;
}
.fBtnArea .btnEnglish {
	margin-top: 25px;
	font-size: 12px;
	line-height: 1.6;
}
.fBtnArea .btnEnglish a {
	font-size: 18px;
	text-decoration: underline;
}
.fBtnArea .btnEnglish a:hover {
	opacity: 0.7;
}
.fCopy {
	text-align: center;
	font-size: 12px;
}

@media screen and (max-width:768px) {
.jsGoTop {
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}
.jsGoTop:hover {
	opacity: 0.5;
}
.footerIn {
	max-width: none;
	width: 100%;
	padding: 185px 10.666666% 18px;
}
.fLogo {
	width: 20%;
}
.fTitle {
	top: 50px;
}
.fInfo {
	margin: 25px auto 0;
	font-size: 10px;
}
.fBtnArea {
	margin: 50px 0 43px;
}
}
