﻿

/*=============================================================
 02_base
=============================================================*/
/*!  02_base
================================================ */
html {
	overflow: auto;
	font-size: 62.5%;
}

body {
	color: #4c4c4c;
	position: relative;
	min-width: 1240px;
	line-height: 1.8;
	font-size: 1.5rem;
	letter-spacing: .06rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}

* { box-sizing: border-box; }
img { width: 100%; height: auto; }
p,li,dt,dd,th,td { word-break: break-all; }
span { font-weight: inherit; }


/* Link
=========================================== */
a { color: inherit; outline: none; text-decoration: none; -webkit-transition: all .2s linear; transition: all .2s linear; }
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #000; }
.alpha { -webkit-transition: all .2s linear; transition: all .2s linear; }
.alpha:hover { opacity: .7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }


/* Clearfix
=========================================== */
.cf:after { content: ''; display: block; clear: both; }


/* layout
=========================================== */
.wrapperInner {
	width: 1170px;
	margin: 0 auto;
}


/* #gHeader
=========================================== */
#gHeader {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 40px 50px 10px;
	z-index: 9997;
}
#gHeader .logo {
	float: left;
}
#gHeader .logo a {
	color: #fff;
	display: block;
	font-weight: bold;
}
#gHeader .logo .hdLogo01 {
	float: left;
	width: 120px;
	height: 50px;
	position: relative;
}
#gHeader .logo img {
	position: absolute;
	top: 0;
	left:  0;
		-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
#gHeader .logo .logoB {
	opacity: 0;
}
#gHeader .logo .siteTit {
	float: left;
	margin: 13px 0 0 19px;
	font-size: 1.5rem;
}

/* color changer */

#gHeader.fixed .logo .logoW {
	opacity: 0;
}
#gHeader.fixed .logo .logoB {
	opacity: 1;
}
#gHeader.fixed .logo a {
	color: #000;
}


/* #gNav
=========================================== */
#gNav {
	display: table;
	float: right;
}
#gNav li {
	float: left;
	font-weight: 500;
	margin-right: 60px;
}
#gNav li a {
	color: #fff;
	display: block;
	font-size: 1.8rem;
	text-align: center;
}
#gNav li:last-of-type {
	margin-right: 0;
}


/* color changer */

#gHeader.fixed #gNav li a {
	color: #000;
}


/* #main
=========================================== */
#main {
	margin: 30px 0;
}

/* #contents
=========================================== */


/* #gFooter
=========================================== */
#gFooter {
	text-align: center;
	padding: 0 0 35px;
	background: #f5f9fc;
}

/*.footerTop {
	padding: 130px 0 125px;
	margin-bottom: 25px;
	background: url(../image/bg_footer.png) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}*/
.footerTop {
	box-sizing: border-box;
	width: 100%;
	height: 363px;
	padding: 130px 0 125px;
	margin-bottom: 25px;
	background: #2f465d url(../image/bg_footer.png) no-repeat center top;
	background-size: auto 150%;
}

	.ipad .footerTop,
	.iphone .footerTop,
	.android .footerTop {
		background-attachment: scroll;
	}

.footerTop .txt {
	color: #fff;
	text-align: center;
	font-size: 6rem;
	letter-spacing: 2px;
}

.footerList {
	display: table;
	margin: 0 auto 35px;
}

.footerList li {
	float: left;
	font-size: 15px;
	text-align: center;
}

.footerList li a {
	color: #4c4c4c;
	display: block;
	padding: 0 27px;
}

#gFooter .logo {
	text-align: center;
	margin-bottom: 20px;
}

#gFooter .logo a {
	display: block;
}

#gFooter .logo img {
	width: 120px;
	height: 50px;
	display: block;
	margin: 0 auto 20px;
}

#gFooter .siteTit {
	color: #4c4c4c;
}

#gFooter .copyright {
	color: #999;
	font-size: 12px;
}

/* .pagetop
------------------------------ */

.pagetop {
	width: 78px;
	height: 78px;
	text-align: center;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}

.pagetop a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 18px;
	background: #1f364d;
}

.pagetop a img {
	width: 32px;
}


/*!  #subMv (下層ページ メインビジュアル)
================================================ */

#subMv {
	height: 587px;
	text-align: center;
	background: url(../image/img_undermv01.png) no-repeat center;
	background-size: cover;
}

.subMvTitWrap {
	top: 49%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	overflow: hidden;
}

#subMv .tit .ja {
	color: #fff;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.8;
}

#subMv .tit .en {
	display: block;
	color: #fff;
	font-size: 7rem;
	font-weight: 500;
	line-height: 1.5;
}
