@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;}
.popp {
	font-family: "Poppins", sans-serif;
}
/*------------------------------------------------------------
	line
------------------------------------------------------------*/
.line {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,#F2727F 50%,#43C8F5 50%);
	-webkit-mask: url(../img/common/mask01.png) no-repeat left 1.9rem top 1.9rem / 2rem,
    url(../img/common/mask02.png) no-repeat left 1.9rem bottom 1.9rem / 2rem,
    url(../img/common/mask03.png) no-repeat right 1.9rem top 1.9rem / 2rem,
	url(../img/common/mask04.png) no-repeat right 1.9rem bottom 1.9rem / 2rem,
    linear-gradient(#000 0, #000 100%) no-repeat left top / 2rem 100%,
	linear-gradient(#000 0, #000 100%) no-repeat left top / 100% 2rem,
	linear-gradient(#000 0, #000 100%) no-repeat right top / 2rem 100%,
	linear-gradient(#000 0, #000 100%) no-repeat left bottom / 100% 2rem;
	-moz-mask: url(../img/common/mask01.png) no-repeat left 1.9rem top 1.9rem / 2rem,
    url(../img/common/mask02.png) no-repeat left 1.9rem bottom 1.9rem / 2rem,
    url(../img/common/mask03.png) no-repeat right 1.9rem top 1.9rem / 2rem,
	url(../img/common/mask04.png) no-repeat right 1.9rem bottom 1.9rem / 2rem,
    linear-gradient(#000 0, #000 100%) no-repeat left top / 2rem 100%,
	linear-gradient(#000 0, #000 100%) no-repeat left top / 100% 2rem,
	linear-gradient(#000 0, #000 100%) no-repeat right top / 2rem 100%,
	linear-gradient(#000 0, #000 100%) no-repeat left bottom / 100% 2rem;
    mask: url(../img/common/mask01.png) no-repeat left 1.9rem top 1.9rem / 2rem,
    url(../img/common/mask02.png) no-repeat left 1.9rem bottom 1.9rem / 2rem,
    url(../img/common/mask03.png) no-repeat right 1.9rem top 1.9rem / 2rem,
	url(../img/common/mask04.png) no-repeat right 1.9rem bottom 1.9rem / 2rem,
    linear-gradient(#000 0, #000 100%) no-repeat left top / 2rem 100%,
	linear-gradient(#000 0, #000 100%) no-repeat left top / 100% 2rem,
	linear-gradient(#000 0, #000 100%) no-repeat right top / 2rem 100%,
	linear-gradient(#000 0, #000 100%) no-repeat left bottom / 100% 2rem;
	content: '';
	pointer-events: none;
	z-index: 999;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3.9rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
}
.headLine01 .en {
	margin-bottom: 0.2rem;
	display: block;
	font-family: "Poppins", sans-serif;
	color: #F2727F;
	font-size: 6rem;
	font-weight: 600;
}
.headLine01.white,
.headLine01.white .en {
	color: #FFF;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3rem;
		font-size: 1.6rem;
	}
	.headLine01 .en {
		font-size: 2.6rem;
	}
}
@media all and (max-width: 374px) {
	.headLine01 {
		margin: 0 -1rem 3rem;
		font-size: 4.2vw;
	}
	.headLine01 .en {
		font-size: 6.9vw;
	}
}
/*------------------------------------------------------------
	comLinkArea
------------------------------------------------------------*/
.comLinkArea a {
	padding: 1.7rem 0 0;
	min-height: 40rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: url(../img/index/bg01.jpg) no-repeat center center / cover;
	box-sizing: border-box;
}
.comLinkArea.style01 a {
	background-image: url(../img/index/bg02.jpg);
}
.comLinkArea a:hover {
	opacity: 0.7;
}
.comLinkArea a .subBox {
	width: 108rem;
	background: url(../img/common/icon01.png) no-repeat right top calc(50% - 0.9rem) / 8rem;
}
@media all and (max-width: 896px) {
	.comLinkArea a {
		padding: 0;
		min-height: 20rem;
	}
	.comLinkArea a .subBox {
		padding: 0 2rem;
		width: 100%;
		background-size: 4rem;
		background-position: right 2rem center;
	}
	.comLinkArea a .subBox .headLine01 {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 2rem;
	box-sizing: content-box;
}