@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Roboto:300,400,700');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 'Roboto', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", 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;
}

* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


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

a:visited {
	color: #FFF;
}

a:hover {
	color: #FFF;
}

a:active {
	color: #FFF;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
	height: 100%;
}

body {
	color: #FFF;
	font-size: 12px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #000;
	min-height: 100%;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;

}

#container {
	text-align: left;
}

#main {
	padding: 0 0 30px;
}

.en {
	font-family: 'Roboto', sans-serif;
}

#cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 999;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	height: 140px;
}

#header .headerFix {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 140px;
	background: url(../img/common/header_bg.png) repeat-x left top;
	z-index: 100;
}

#header .hBox {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	padding: 19px 0;
	box-sizing: border-box;
}

#header h1 {
	color: #FFF;
	float: left;
	font-size: 21px;
	font-weight: 300;
	padding: 8px 0 0 25px;
}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 232px;
	height: 47px;
	background: url(../img/common/logo.png) no-repeat;
	background-size: 100% auto;
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	float: right;
	padding:  7px 18px 0 0;
}

#gNavi li {
	margin: 0 16px;
	display: inline-block;
}

#gNavi li a {
	letter-spacing: 0.4px;
	font-size: 13px;
	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
}

#gNavi li a:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 10px;
	z-index: 100;
	overflow: hidden;
}

#footer .fBox {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	box-sizing: border-box;
	padding: 0 30px 15px 15px;
}

#footer .policy {
	float: left;
}

#footer .copyright {
	float: right;
	color: #FFF;
}

.sp {
	display: none !important;
}


@media all and (min-width: 768px) and (max-width: 900px) {
	#gNavi li {
		margin: 0 10px;
	}
	
	#gNavi li a {
		letter-spacing: 0;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	body {
		min-width: 320px;
	}
	
	#header {
		height: 38px;
	}
	
	#header .headerFix {
		background: url(../img/common/sp_header_bg.png) repeat-x left top;
		background-size: auto 50px;
		height: 50px;
	}
	
	#header .hBox {
		padding: 9px 0 9px 16px;
	}
	
	#header h1 {
		font-size: 13px;
		padding: 5px 0 0;
	}
	
	#header h1 a {
		width: 134px;
		height: 33px;
		background: url(../img/common/sp_logo.png) no-repeat;
		background-size: 134px auto;
	}
	
	#header .menu {
		position: absolute;
		right: 2px;
		top: 0;
		padding: 13px;
		cursor: pointer;
	}
	
	#header .menu img {
		display: block;
	}
	
	.menuBox {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #222222;
		z-index: 200;
		display: none;
	}
	
	.menuBox .close {
		width: 30px;
		height: 30px;
		background: url(../img/common/close.png) no-repeat center center;
		background-size: 12px;
		position: absolute;
		right: 6px;
		top: 4px;
		cursor: pointer;
	}
	
	.menuBox .navi {
		position: absolute;
		left: 31%;
		top: 50%;
		width: 65%;
		transform: translate(0,-58%);
		-webkit-transform: translate(0,-58%);
	}
	
	.menuBox .navi li {
		font-size: 15px;
		line-height: 2.55;
	}
	
	.menuBox p {
		position: absolute;
		bottom: 12px;
		font-size: 9px;
	}
	
	.menuBox .policy {
		left: 15px;
	}
	
	.menuBox .copyright {
		right: 15px;
	}
	
	#main {
		padding: 35px 25px 76px;
		width: auto;
	}
	
	#footer {
		position: static;
		left: auto;
		bottom: auto;
		width: 100%;
		font-size: 9px;
	}
	
	#footer .fBox {
		padding: 0 16px 13px 16px;
	}
	
	#footer .fNavi {
		margin: 0 0 46px;
	}
	
	#footer .fNavi li {
		display: inline-block;
		width: 55%;
		font-size: 12px;
		padding: 0 0 15px 33px;
		box-sizing: border-box;
	}
	
	#footer .fNavi li:nth-child(2n+1){
		width: 38%;
	}
	
	.pageTop {
		margin-bottom: 35px;
	}
	
	.pageTop a {
		display: block;
		text-align: center;
	}
	

}

/*------------------------------------------------------------
	general
------------------------------------------------------------*/
.ttlBox {
	margin-bottom: 46px;
}

h2 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 3px;
}

h2 span.en {
	letter-spacing: 4px;
	font-size: 30px;
	display: block;
	margin-bottom: 1px;
}

.trans a,
.transLink {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.trans a:hover,
.transLink:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

@media all and (min-width: 0) and (max-width: 767px) {	
	.ttlBox {
		margin-bottom: 42px;
	}
	
	h2 {
		font-size: 11px;
		letter-spacing: 2px;
	}
	
	h2 span.en {
		letter-spacing: 3px;
		font-size: 23px;
		margin-bottom: 2px;
	}
}

.wp-pagenavi {
	display: none;
}

.arrow {
	margin-top: 50px;
	margin-bottom: 50px;
}

.arrow .prev {
	float: left;
}

.arrow .next {
	float: right;
}

.arrow a {
	display: block;
	background: #333;
	width: 75px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	position: relative;
}

/* {
	content: "◀";
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 10px;
}
*/

/*
	content: "▶";
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 10px;
}
*/

.arrow .prev a:before{
	content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -3px;
    width: 4px;
    height: 6px;
    background: url(../img/contact/btn_ico03.png) no-repeat;
    font-size: 10px;
}


.arrow .next a:before {
	content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -3px;
    width: 4px;
    height: 6px;
    background: url(../img/contact/btn_ico01.png) no-repeat;
    font-size: 10px;
}
	

.arrow .disabled a,
.arrow .disabled a:hover {
	transition: none !important;
	opacity: 0.5 !important;
}

@media all and (min-width: 0) and (max-width: 767px) {	
	.arrow {
		display: block;
		margin-bottom: 0;
	}
}

.tabBox {
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.tabBox.show {
	width: auto;
	height: auto;
	visibility: visible;
	overflow: visible;
}

.tabUl {
	text-align: center;
}

.tabUl li {
	display: inline-block;
	font-size: 12px;
	background: url(../img/common/line.png) repeat-y left top;
}

.tabUl li:first-child {
	background: none;
}

.tabUl li a {
	display: block;
	padding: 0 55px;
	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
}

.tabUl li.on a,
.tabUl li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.tabUl li span {
	display: block;
	color: #F2DDB2;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.content .tabTtl {
		margin-bottom: 27px;
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	
	.content .tabTtl span {
		display: block;
		color: #F2DDB2;
		font-size: 12px;
	}
	
	.tabUl {
		margin-top: 55px;
	}
	
	.tabUl li {
		font-size: 11px;
	}
	
	.tabUl li a {
		padding: 0 20px;
	}
	
	.tabUl li span {
		font-size: 9px;
	}
	
	.tabBox .tabUl {
		margin-left: -25px;
		margin-right: -25px;
	}
	
}

.mask {
	position: absolute;
	left: 0;
	top: 165px;
	width: 100%;
	background: #000;
	z-index: 200;
	display: none;
}

.mask .en {
	color: #F2DDB2;
}

.mask .popBox {
	position: relative;
}

.mask .pop {
	padding: 105px 0;
	position: relative;
}

.mask .close {
	position: absolute;
	right: 23px;
	top: 23px;
	width: 30px;
	height: 30px;
	z-index: 10;
	cursor: pointer;
	background: url(../img/business/close.png) no-repeat center center;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.mask .prev,
.mask .next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 10;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.mask .close:hover,
.mask .prev:hover,
.mask .next:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.mask .prev a,
.mask .next a {
	width: 30px;
	height: 30px;
	display: block;
}

.mask .prev {
	left: 20px;
	background: url(../img/business/prev.png) no-repeat center center;
}

.mask .next {
	right: 20px;
	background: url(../img/business/next.png) no-repeat center center;
}

.mask .popInner {
	margin: 0 auto;
	width: 600px;
	padding-left: 55px;
	position: relative;
}

.mask .text p {
	font-size: 12px;
	line-height: 1.8;
	margin-top: 30px;
}

.mask .text p:first-child {
	margin: 0;
}

.mask .titleBox {
	position: absolute;
	left: -190px;
	top: 3px;
	width: 245px;
}

.mask .titleBox p {
	font-size: 16px;
}

.mask .titleBox p span {
	display: block;
	font-size: 12px;
	margin-top: 12px;
}


@media all and (min-width: 768px) and (max-width: 1050px) {
	.mask .titleBox {
		position: static;
		left: auto;
		top: auto;
		margin-bottom: 40px;
	}
	
	.mask .popInner {
		padding: 0;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {	
	.mask .popOverlay {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000;
	}
	
	.mask .close {
		right: 6px;
		top: 11px;
		width: 30px;
		height: 30px;
		z-index: 10;
		cursor: pointer;
		background: url(../img/business/close.png) no-repeat center center;
	}
	
	.mask .close02 {
		top: auto;
		bottom: 20px;
	}
	
	.mask .pop {
		padding: 76px 0 150px;
	}
	
	.mask .titleBox {
		position: static;
		left: auto;
		top: auto;
		text-align: center;
		width: auto;
		margin-bottom: 30px;
	}

	.mask .titleBox p {
		font-size: 15px;
	}
	
	.mask .titleBox p span {
		font-size: 11px;
		margin-top: 5px;
	}
	
	.mask .popInner {
		padding: 0 25px;
		width: auto;
	}
	
	.mask .text p {
		font-size: 11px;
		line-height: 1.65;
		margin-top: 40px;
	}
	
	.mask .prev,
	.mask .next {
		top: auto;
		bottom: 80px;
		margin: 0;
	}
	
}

.fixBg {
	position: fixed;
	left: 0;
	top: 0;
	width: 115%;
	height: 115%;
	overflow: hidden;
	z-index: -1;
}

.fixBg .backstretch img {
	transition: transform 6s linear;
	-webkit-transition: -webkit-transform 6s linear;
}

/*	zoomin	*/
.fixBg .backstretch .style0.active {
	transform: scale(1.2) translate3d(0, 0, 0);
	-webkit-transform: scale(1.2) translate3d(0, 0, 0);
}

/*	zoomout	*/
.fixBg .backstretch .style1 {
	transform: scale(1.2) translate3d(0, 0, 0);
	-webkit-transform: scale(1.2) translate3d(0, 0, 0);
}

.fixBg .backstretch .style1.active {
	transform: scale(1) translate3d(0, 0, 0);
	-webkit-transform: scale(1) translate3d(0, 0, 0);
}

/*	右->左	*/
.fixBg .backstretch .style2 {
	transform: scale(1.1) translate3d(43px, 0, 0);
	-webkit-transform: scale(1.1) translate3d(43px, 0, 0);
}

.fixBg .backstretch .style2.active {
	transform: scale(1.1) translate3d(-43px, 0, 0);
	-webkit-transform: scale(1.1) translate3d(-43px, 0, 0);
}

/*	左->右	*/
.fixBg .backstretch .style3 {
	transform: scale(1.1) translate3d(-43px, 0, 0);
	-webkit-transform: scale(1.1) translate3d(-43px, 0, 0);
}

.fixBg .backstretch .style3.active {
	transform: scale(1.1) translate3d(43px, 0, 0);
	-webkit-transform: scale(1.1) translate3d(43px, 0, 0);
}

/*	上->下	*/
.fixBg .backstretch .style4 {
	transform: scale(1.1) translate3d(0, -43px, 0);
	-webkit-transform: scale(1.1) translate3d(0, -43px, 0);
}

.fixBg .backstretch .style4.active {
    transform: scale(1.1) translate3d(0, 43px, 0);
	-webkit-transform: scale(1.1) translate3d(0, 43px, 0);
}

/*	左->右	*/
.fixBg .backstretch .style5 {
	transform: scale(1.1) translate3d(-43px, 0, 0);
	-webkit-transform: scale(1.1) translate3d(-43px, 0, 0);
}

.fixBg .backstretch .style5.active {
	transform: scale(1.1) translate3d(43px, 0, 0);
	-webkit-transform: scale(1.1) translate3d(43px, 0, 0);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /*animation-timing-function: linear;
  -webkit-animation-timing-function: linear;*/
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}