@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #5a5a67;
	text-decoration: none;
}

a:visited {
	color: #5a5a67;
}

a:hover {
	color: #5a5a67;
}

a:active {
	color: #5a5a67;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #5a5a67;
	font-size: 14px;
	line-height: 1.5;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	padding-top: 135px;
}

.animation {
	opacity: 0;
}
body p{
	max-height: 100%;
}

/*------------------------------------------------------------
	ローディング画面
------------------------------------------------------------*/
#loading {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
#loading > .loadingInner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	animation: loadingFadeIn 2s ease 0s 1 normal;
}
@keyframes loadingFadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
#loading .loadingTxt {
	font-size: 24px;
	color: #514e4d;
	text-align: center;
	margin-top: 40px;
}
#loading .loadingTxt span {
	display: inline-block;
	margin: 0 -.05em;
	animation: loadingTxt 2.0s infinite alternate;
}
#loading .loadingTxt span:nth-child(2) { animation-delay: .2s;}
#loading .loadingTxt span:nth-child(3) { animation-delay: .4s;}
#loading .loadingTxt span:nth-child(4) { animation-delay: .6s;}
#loading .loadingTxt span:nth-child(5) { animation-delay: .8s;}
#loading .loadingTxt span:nth-child(6) { animation-delay: 1.0s;}
#loading .loadingTxt span:nth-child(7) { animation-delay: 1.2s;}
#loading .loadingTxt span:nth-child(8) { animation-delay: 1.4s;}
#loading .loadingTxt span:nth-child(9) { animation-delay: 1.6s;}
#loading .loadingTxt span:nth-child(10) { animation-delay: 1.8s;}
@keyframes loadingTxt {
	0% { opacity: 1;}
	100% { opacity: 0;}
}



/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
 -webkit-animation-fill-mode: both;
 -ms-animation-fill-mode: both;
 animation-fill-mode: both;
 -webkit-animation-duration: 1s;
 -ms-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
 visibility: visible !important;
}

@-webkit-keyframes fadeIn {
 0% { opacity: 0; -webkit-transform: translateY(15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeIn {
 0% { opacity: 0; -webkit-transform: translateY(15px); -ms-transform: translateY(15px); transform: translateY(15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding: 46px 52px 17px 53px;
	position: fixed;
	left: 0 ;
	top: 0;
	box-sizing: border-box;
	z-index: 100;
	background-color: #FFF;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

#gHeader.on {
	padding: 19px 52px 12px 51px;
	box-shadow: 0 2px 2px #F6F6F6;
}

#gHeader.on .hBox .language {
	height: 0;
	overflow: hidden;
}

#gHeader.on h1 img {
	width: 200px;
}

#gHeader h1 {
	float: left;
	margin-top:14px;
}

#gHeader h1 img {
	width: 220px;
	height: auto;
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
	-ms-transition: width 0.3s;
}

#title_link {
	width: 100px;
	height: auto;
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
	-ms-transition: width 0.3s;
}

#gHeader .hBox {
	float: right;
}

#gHeader .hBox .language {
	height: 21px;
	text-align: right;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

#gHeader .hBox .language li {
	margin-left: 4px;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000;
}

#gHeader .hBox .language li a {
	margin-right: 7px;
	color: #a8a8a8;
}

#gHeader .hBox .language li a:hover {
	color: #26262A;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 28px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

#gHeader.on #gNavi {
	margin-top: 32px;
}

#gNavi li {
	margin-left: 45px;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}

#gNavi li:last-child img {
	margin-top: -5px;
	width: 102px;
	height: auto;
}

#gNavi li .over {
	display: none;
}

#gNavi li a:hover .over {
	display: block;
}

#gNavi li a:hover .out {
	display: none;
}

#gNavi li a:hover {
	color: #26262A;
	text-decoration: underline;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox {
	padding: 59px 100px 76px;
	background-color: #3F3F49;
	text-align: right;
}

#gFooter .fBox .photo img {
	width: 116px;
	height: auto;
}

#gFooter .fBox .copyright {
	margin-top: 2px;
	font-size: 10px;
	color: #D0D0D0;
}

#gFooter .fBox .copyright .copy{
	font-family: Verdana;
}

#gFooter .pageTop {
	margin: 40px 0 34px;
	text-align: center;
}

#gFooter .pageTop a {
	padding: 10px;
	display: inline-block;
}

#gFooter .pageTop a:hover img {
	opacity: 0.7;
}

#gFooter .pageTop img {
	width: 27px;
	height: auto;
}