@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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;}
.serif {
	font-family: "Noto Serif JP", serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 144rem;
	box-sizing: content-box;
	position: relative;
	z-index: 5;
}
@media all and (max-width: 767px) {
	.content {
		margin: 0;
		padding: 0 1.6rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 4.4rem;
    padding-bottom: 3.5rem;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.38;
    text-align: center;
}
.headLine01::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50rem;
    height: 0.5rem;
    background-color: #10274b;
    content: "";
    z-index: 1;
}
.headLine01::after {
    position: absolute;
    bottom: 0;
    left: calc(50% + 15rem);
    content: "";
    z-index: 2;
    width: 10rem;
    height: 0.5rem;
    background-color: #d7282d;
}
.headLine01 small {
	margin-bottom: 0.3rem;
	display: block;
	font-size: 2.8rem;
}
.headLine01.white::before {
	background-color: #FFF;
}
@media all and (max-width: 767px) {
	.headLine01 {
        margin-bottom: 1.6rem;
        padding-bottom: 2.4rem;
        font-size: 2rem;
        line-height: 1.5;
    }
    .headLine01::before {
        width: 25rem;
    }
    .headLine01::after {
        left: calc(50% + 7.5rem);
        width: 5rem;
    }
	.headLine01 small {
		margin-bottom: 0.6rem;
		display: block;
		font-size: 1.6rem;
	}
	.headLine01 .sub {
		margin-bottom: 0.1rem;
		display: block;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto;
	width: 40rem;
}
.comLink a {
	padding: 0 1rem 0.2rem;
	min-height: 6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #D7282D;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
@media all and (min-width: 768px) {
	.comLink a:hover {
		background: #F02228;
	}
}
@media all and (max-width: 767px) {
    .comLink {
        width: 30rem;
    }
    .comLink a {
        font-size: 2rem;
    }
}
/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-bg {
	opacity: 1 !important;
	background: rgba(0, 0, 0, 0.7) !important;
}
.mfp-container {
	height: auto !important;
	padding: 4.8rem 2rem 26.5rem !important;
}
.popBox {
	margin: 0 auto;
	max-width: 120rem;
}
.popBox .close {
	margin: 0 -13.7rem 6.7rem auto;
	width: 6.2rem;
	cursor: pointer;
	transition: 0.3s;
}
.popBox .movieBox {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.popBox .movieBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (min-width: 768px) and (max-width: 1540px) {
	.popBox .close {
		margin: 0 0 6.7rem auto;
	}
}
@media all and (min-width: 768px) {
	.popBox .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	.mfp-container {
		height: 100% !important;
		padding: 0 !important;
	}
	.mfp-content {
		padding: 12rem 2rem !important;
	}
	.popBox .close {
		margin: 0 0 3rem auto;
		width: 3.1rem;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: 1000ms;
    transition: 1000ms;
}
.fadeInUp.on {
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fadeIn {
	opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: 1000ms;
    transition: 1000ms;
}
.fadeIn.active {
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 767px) {
}