@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* 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;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 114rem;
	margin: 0 auto;
	padding: 0 2rem;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		max-width: inherit !important;
		padding: 0 2rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	max-width: 86rem;
	margin: 0 auto;  
}
.comLink a {
	padding: 2rem 0 2.2rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	background-image: linear-gradient( 0deg, rgba(234,133,1,0.99608) 0%, rgb(232,132,0) 49%, rgb(254,144,1) 50%, rgb(255,145,1) 100%);
	box-shadow: 0 0.4rem 0 0 rgba(178,101,0,1);
	border-radius: 10rem;
	font-feature-settings: "palt";
}
.comLink a:hover {
	opacity: 0.7;
}
.comLink a span {
	margin-bottom: -0.5rem;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.comLink {
		/* max-width: 33.4rem; */
		margin: 0 -1rem;
	}
	.comLink a {
		padding: 2rem 0 1.8rem;
		font-size: 2.4rem;
		line-height: 1.25;
		border-radius: 3rem;
	}
	.comLink a span {
		line-height: 1.6;
		margin-bottom: 0.4rem;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.7rem;
	text-align: center;
	font-weight: 700;
}
.headLine01 .en {
	margin-bottom: 4.8rem;
	display: block;
	position: relative;
	font-size: 7.5rem;
}
.headLine01 .en::before {
	position: absolute;
	left: 50%;
	bottom: -1.6rem;
	width: 8rem;
	height: 1px;
	background-color: #000;
	transform: translateX(-50%);
	content: "";
}
.headLine01 .en .color {
	color: #005db0;
}
.headLine01 .jp {
	display: block;
	color: #005db0;
	font-size: 4.8rem;
	letter-spacing: 0.06em;
}
.headLine01 .jp .sml {
	margin-bottom: -0.3rem;
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
.headLine01 .jp .color {
	color: #ff9003;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 1.6rem;
	}
	.headLine01 .en {
		margin-bottom: 2.7rem;
		font-size: 3.8rem;
	}
	.headLine01 .en::before {
		bottom: -0.9rem;
		width: 4rem;
	}
	.headLine01 .jp {
		font-size: 3.2rem;
		line-height: 1.18;
	}
	.headLine01 .jp .sml {
		margin-bottom: 0.9rem;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	margin-bottom: 3.3rem;
	text-align: center;
	font-weight: 700;
	color: #005db0;
	font-size: 4.2rem;
	line-height: 1.33;
	letter-spacing: 0.06em;
}
.comText .ico {
	position: relative;
}
.comText .ico::before {
	position: absolute;
	left: -3.7rem;
	top: -1.8rem;
	background: url(../img/common/icon02.webp) no-repeat;
	background-size: 100% 100%;
	width: 3.8rem;
	height: 3.8rem;
	content: "";
}
.comText .line {
	background: linear-gradient(transparent 80%, #ffda02 0%);
}
@media all and (max-width: 896px) {
	.comText {
		margin-bottom: 1.6rem;
		font-size: 2.8rem;
		line-height: 1.28;
	}
	.comText .ico::before {
		left: -2.5rem;
		top: -1.4rem;
		width: 2.7rem;
		height: 2.7rem;
	}
}
/*------------------------------------------------------------
	pop
------------------------------------------------------------*/
.pop {
	max-width: 96rem;
	margin: 0 auto;
	padding: 5rem 0;
}
.pop .popBox {
	padding: 7.5rem 7.5rem;
	box-sizing: border-box;
	position: relative;
	background-color: #fff;
}
.pop .topClose {
	position: absolute;
	right: -4rem;
	top: -4.1rem;
	cursor: pointer;
	width: 8.1rem;
	transition: .3s;
}
.pop h2 {
	margin-bottom: 4.1rem;
	padding: 3.7rem 0 4.1rem 14rem;
	position: relative;
	color: #ff9003;
	font-size: 3.2rem;
	font-weight: 700;
	border: 0.2rem solid rgb(0, 93, 176);
	border-radius: 1.5rem;
}
.pop h2 img {
	position: absolute;
	left: 3.3rem;
	top: 50%;
	width: 9.1rem;
	transform: translateY(-50%);
}
.pop h3 {
	margin-bottom: 1.9rem;
	font-size: 2.4rem;
	font-weight: 700;
	color: #005db0;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
}
.pop p,
.pop ul {
	margin-bottom: 2.8rem;
	line-height: 1.55;
	letter-spacing: 0.06em;
}
.pop ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.pop p span {
	color: #ff9003;
	font-weight: 700;
}
.pop .btmClose {
	cursor: pointer;
	width: 25.1rem;
	margin: 4.4rem auto 0;
	transition: .3s;
}
.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: 1;
}
.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 {
	background-color: rgba(0,0,0,0.8)
}
.mfp-container {
	padding: 0 2rem;
}
@media all and (min-width: 1025px) {
	.pop .topClose:hover, 
	.pop .btmClose:hover{
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pop {
		max-width: inherit;
	}
	.pop .popBox {
		padding: 4rem 2rem;
	}
	.pop .topClose {
		right: 1.5rem;
		top: -2.1rem;
		width: 4.3rem;
	}
	.pop h2 {
		margin-bottom: 2.4rem;
		padding: 1.8rem 0 2rem 7.8rem;
		font-size: 1.8rem;
		line-height: 1.33;
		letter-spacing: 0.06em;
	}
	.pop h2 img {
		left: 1.5rem;
		width: 5.4rem;
	}
	.pop h3 {
		margin-bottom: 0.9rem;
		font-size: 1.6rem;
		letter-spacing: 0.14em;
	}
	.pop p,
	.pop ul {
		margin-bottom: 2.4rem;
		line-height: 1.71;
		letter-spacing: 0.04em;
	}
	.pop .btmClose {
		width: 24.1rem;
		margin: 2.5rem auto 0;
	}
}

/* CTAジャンプ */
.btnAnim {
    display: block;
    animation: jump 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}