@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
------------------------------------------------------------*/
/* fontMin */
.fontMin {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* red */
.red {
	color: #ca0a2a;
}
/* notes */
.notes {
	display: block;
	font-size: 1rem;
}
/* headLine01 */
.headLine01 {
	margin-bottom: 40px;
	text-align: center;
}
/* headLine02 */
#main .headLine02 {
	margin-bottom: 19px;
	color: #4c4948;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 4px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
}
#main .headLine02 > span {
	margin-top: 10px;
	display: block;
	font-size: 3rem;
	line-height: 1.4;
}
#main .headLine02 span sup {
	font-size: 1rem;
	vertical-align: 15px;
}
@media screen and (max-width: 767px) {
	#main .headLine02 {
		margin-bottom: -10px;
		font-size: 1.3rem;
		letter-spacing: 3.5px;
		text-align: center;
	}
	#main .headLine02 > span {
		margin-top: 15px;
		letter-spacing: 3px;
	}
}
/* comBtn */
.comBtn {
	width: 183px;
}
.comBtn a, .comBtn input {
	padding: 7px 18px;
	color: #fff;
	display: block;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 2px;
	border-radius: 0;
	background: #AD1E32 url(../../img/common/arrow03.png) no-repeat right 10px center;
	background-size: 6px auto;
}
.comBtn a:hover, .comBtn input:hover {
	opacity: 0.7;
}
.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 {
		width: 171px;
	}
	.comBtn a {
		padding: 14px 18px 15px;
		font-size: 12px;
		background: #AD1E32 url(../../img/common/arrow03.png) no-repeat right 11px center;
		background-size: 7px auto;
	}
	.comBtn a:hover, .comBtn input:hover {
		opacity: 1;
	}
}