@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
.animation {
	opacity: 0;
	-webkit-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animate-duration-100 {
	-webkit-animation-duration: .1s;
	animation-duration: .1s;
}
.animate-duration-200 {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
}
.animate-duration-300 {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}
.animate-duration-400 {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
}
.animate-duration-500 {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
.animate-duration-600 {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}
.animate-duration-700 {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
}
.animate-duration-800 {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
}
.animate-duration-900 {
	-webkit-animation-duration: .9s;
	animation-duration: .9s;
}
.animate-delay-100 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
.animate-delay-200 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.animate-delay-300 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
.animate-delay-400 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.animate-delay-500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.animate-delay-600 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
.animate-delay-700 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
.animate-delay-800 {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}
.animate-delay-900 {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}
.animate-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animate-delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.fadeInUp.on {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeIn.on {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 996px;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 15px;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 88px;
	padding-bottom: 20px;
	height: 365px;
	background: #B10B24;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.pageTitle h2 {
	margin: 0 auto;
	max-width: 1294px;
	width: 100%;
	color: #fff;
	font-size: 4rem;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
.pageTitle h2 span {
    margin-bottom: 8px;
    letter-spacing: 0.2em;
    display: block;
    font-size: 5.3rem;
    font-weight: 900;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 30px !important;
		padding: 10px;
		height: 200px;
	}
	.pageTitle h2 {
		font-size: 2rem;
	}
	.pageTitle h2 span {
		margin-bottom: 0;
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 42px;
	font-size: 6.5rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.15;
	text-align: center;
}
.headLine01 .en {
	margin-top: 16px;
	display: block;
	font-size: 5rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 25px !important;
		font-size: 2.8rem;
	}
	.headLine01 .en {
		margin-top: 5px;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	font-size: 4rem;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
.headLine02 span {
	margin-bottom: 8px;
	letter-spacing: 0.2em;
	display: block;
	font-size: 5.3rem;
	font-weight: 900;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 2rem !important;
	}
	.headLine02 span {
		margin-bottom: 0;
		font-size: 3rem !important;
	}
}
/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore {
	margin-top: 46px;
}
.comMore a {
	padding: 15px 114px 15px 16px;
	color: #fff;
	position: relative;
	display: inline-block;
	font-size: 3rem;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
}
.comMore a .img01 {
	margin-top: -37px;
	width: 74px;
	position: absolute;
	right: 0;
	top: 50%;
}
.comMore a .img02 {
	margin-top: -18px;
	width: 58px;
	position: absolute;
	right: 8px;
	top: 50%;
}
@keyframes hover_icon {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}
@keyframes hover_arrow {
	0% {
		opacity: 0
	}
	29.9% {
		opacity: 0
	}
	30% {
		transform: translate3d(-15px, 0, 0);
		opacity: 1
	}
	100% {
		transform: translate3d(0, 0, 0)
	}
}
@media all and (min-width: 897px) {
	.comMore a:hover {
		opacity: 0.5;
	}
	.comMore a:hover .img01 {
		transition: opacity .7s;
		transition-timing-function: cubic-bezier(.165, .84, .44, 1);
	}
	.comMore a:hover .img01 {
		animation: hover_icon 1.3s cubic-bezier(.19, 1, .22, 1)
	}
	.comMore a:hover .img02 {
		animation: hover_arrow 1.2s cubic-bezier(.165, .84, .44, 1)
	}
}
@media all and (max-width: 896px) {
	.comMore {
		margin-top: 20px;
	}
	.comMore a {
		padding-left: 0;
		padding-right: 70px;
		font-size: 2rem;
		background-size: 37px auto;
	}
	.comMore a .img01 {
		margin-top: -19px;
		width: 37px;
	}
	.comMore a .img02 {
		margin-top: -9px;
		width: 29px;
		right: 4px;
	}
}
