@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
	font-size: 1.08em !important;
}

.fsP2 {
	font-size: 1.16em !important;
}

.fsP3 {
	font-size: 1.24em !important;
}

.fsP4 {
	font-size: 1.32em !important;
}

.fsP5 {
	font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
	font-size: 0.92em !important;
}

.fsM2 {
	font-size: 0.84em !important;
}

.fsM3 {
	font-size: 0.76em !important;
}

.fsM4 {
	font-size: 0.68em !important;
}

.fsM5 {
	font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

.animBox {
	opacity: 0;
	-webkit-transform: translate(0, 60px);
	-moz-transform: translate(0, 60px);
	-ms-transform: translate(0, 60px);
	-o-transform: translate(0, 60px);
	transform: translate(0, 60px);
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.animBox_moved {
	opacity: 1.0;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

* + html .clearfix {
	zoom: 1;
}

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

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 900px;
	margin: 0 auto;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 43px;
	text-align: center;
	font-weight: normal;
	font-size : 30px;
	line-height: 1;
  letter-spacing : 6.3px;
	margin-right: -6.3px;
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin-left: 5px;
}

.comBtn embed {
	width: 12px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 -4px;
}

.comBtn a {
	display: inline-block;
	font-weight: normal !important;
	font-size: 14px;
	width: 68px;
	text-align: center;
	position: relative;
	border: 1px solid #000;
	letter-spacing: 3px;
	line-height: 1;
	padding: 3px 0;
}

.busBtn {
	margin: 10px 0 !important;
}

.comBtn.busBtn a {
	width: auto;
	padding: 5px 10px 2px;
}

@media all and (min-width: 768px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}


.comBtn a:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 46px;
	font-size : 30px;
	line-height : 1;
	letter-spacing : 4.5px;
	font-weight: normal;
}

.headLine02 .en {
	display: block;
	margin-top: 1em;
  font-size : 18px;
  letter-spacing : 1.98px;
  color : #DFB967;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 1000;
}

.pageTop a {
	display: block;
	width: 46px;
	height: 46px;
}

.pageTop a:before {
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.pageTop embed {
	width: 46px;
	height: 46px;
}

@media all and (min-width: 768px) {
	.pageTop a:hover {
		opacity: 0.7;
	}
}


@media all and (max-width: 767.98px) {
	/*------------------------------------------------------------
		content
  ------------------------------------------------------------*/
	.content {
		width: auto;
		margin: 0 auto;
		padding: 0 calc(45 / 750 * 100vw);
	}

	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	.headLine01 {
		margin-bottom: calc(70 / 750 * 100vw);
		font-size: calc(39 / 750 * 100vw);
		letter-spacing: calc(8.19 / 750 * 100vw);
		margin-right: calc(-8.19 / 750 * 100vw);
	}

	/*------------------------------------------------------------
		comBtn
	------------------------------------------------------------*/
	.comBtn {
	}

	.comBtn a {
		padding: 4px 0;
		font-size: calc(24 / 750 * 100vw);
	}

	.busBtn {
		float: none !important;
	}

	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	.headLine02 {
		font-size: calc(41 / 750 * 100vw);
		letter-spacing: calc(9 / 750* 100vw);
		margin-bottom: calc(50 / 750 * 100vw);
		text-align: center;
	}

	.headLine02 .en {
		font-size: calc(24 / 750 * 100vw);
		letter-spacing: calc(2.64 / 750 * 100vw);
		text-align: center;
	}

	/*------------------------------------------------------------
		pageTop
	------------------------------------------------------------*/
	.pageTop {
		position: fixed;
		right: 10px;
		bottom: 40px;
		opacity: .8;
	}

	.pageTop a {
		width: 41px;
		height: 41px;
	}

	.pageTop a:before {
		width: 41px;
		height: 41px;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
	}

	.pageTop embed {
		width: 41px;
		height: 41px;
	}
}

@media all and (-ms-high-contrast: none) {
	.comBtn a {
		padding-top: 4px;
	}
}