@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}
.taCenter {
	text-align: center !important;
}
.taRight {
	text-align: right !important;
}
/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}
.fwBold {
	font-weight: bold !important;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}
* + html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.mainBox {
	margin: 0 auto;
	max-width: 1200px;
}
/* fontMin */
.fontMin {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* comBtn */
.comBtn {
	text-align: center;
}
.comBtn a {
    padding: 13px 20px 12px 13px;
    width: 290px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-align: center;
    box-sizing: border-box;
    background-color: #000;
}
.comBtn a::after {
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 50%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-70%);
    content: "";
}
.scrFadeTop {
	-webkit-transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
	-moz-transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
	-ms-transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
	transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
	transform: translateY(10px);
	opacity: 0;
}
.scrFadeTop.view {
	transform: translateY(0);
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.comBtn a {
		padding: 22px 18px 23px!important;
		width: 90%!important;
        max-width: 340px!important;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.25rem!important;
		letter-spacing: 0.3em;
		background: #000;
	}
    .comBtn a::after {
        display: inline-block!important;
        right: 20px;
    }
	.comBtn a:hover, .comBtn input:hover {
		opacity: 1;
	}
}
/*------------------------------------------------------------
headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 26px;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.headLine01 .imgtext {
	margin-top: 12px;
	display: block;
}
@media screen and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 21px;
		font-size: 15px;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.13em;
	text-align: center;
}
.headLine02 .en {
	margin-bottom: -0.3rem;
	display: block;
	color: #9EA5C9;
	font-weight: 400;
	font-size: 4.3rem;
	letter-spacing: 0.2em;
	opacity: 0.5;
	border: none;
}
@media screen and (max-width: 767px) {
	.headLine02 {
		margin-bottom: 4.4rem;
		font-size: 1.5rem;
	}
	.headLine02 .en {
		font-size: 3.8rem;
		margin-bottom: -0.3rem;
		letter-spacing: 0.2em;
	}
}
