@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* 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;}
/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 2.4rem;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3.2rem;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: -0.06rem;
	line-height: 1.4;
}
.headLine01 .en {
	margin-bottom: 0.7rem;
	padding: 0.3rem 1.5rem 0.2rem;
	font-size: 1.6rem;
	color: #0D5AC5;
	font-weight: 600;
	border-radius: 5rem;
	position: relative;
	border: 0.2rem solid #0D5AC5; 
	display: inline-block;
	letter-spacing: 0;
}
.headLine01 .en::before {
	width: 0.8rem;  
	height: 0.8rem;
	vertical-align: 0.2rem;
	border-radius: 100%;
	margin-right: 0.3rem;
	background-color: #0D5AC5;
	display: inline-block;
	content: ""; 
}

/*------------------------------------------------------------
	lineLink
------------------------------------------------------------*/
.lineLink {
	margin: 0 auto;
}
.lineLink a {
	padding: 0.2rem 3.5rem 0.2rem 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #fff;
	min-height: 6.4rem;
	border-radius: 5rem;
	position: relative;
	background-color: #06C755;
}
.lineLink a img {
	width: 4.8rem;
	position: absolute;
	top: 50%;
	right: 0.7rem;
	transform: translateY(-50%);
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.popBox {
	border-radius: 2.4rem;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.12); 
	backdrop-filter: blur(12px); 
}
.popBox .close {
	position: absolute;
	top: 0.8rem;
	right: 0.8rem;
	cursor: pointer;
}
.popBox .popPhoto img {
	width: 100%;
}
.popBox .textBox {
	padding: 2.2rem 2.4rem;
	background-color: #fff;
}
.popBox .textBox p {
	line-height: 1.7;
}
.popBox .textBox .name {
	margin-bottom: 1.2rem;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: -0.06rem;
}
.popBox .textBox .name .en {
	margin-bottom: -0.2rem;
	display: block;
	font-size: 1.4rem;
	color: #31A5AD;
	letter-spacing: 0;
	font-weight: 400;
}
.popBox .textBox .name .en02 {
	color: #BB41FA;
}
.popBox .textBox .name .en03 {
	color: #E36009;
}
.popBox .textBox .name .en04 {
	color: #3585F2;
}
.popBox .textBox .name .en05 {
	color: #F035A5;
}
.popBox .textBox .name .en06 {
	color: #3585F2;
}
.mfp-container {
	padding: 8rem 1.6rem;
	overflow-y: auto;
	position: fixed;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	background: rgba(8, 3, 46, 0.20);
	-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;
}

.fixdBox {
	position: fixed;
	bottom: -2rem;
	right: -0.8rem;
	z-index: 100;
}
.fixdBox .sub {
	position: absolute;
	bottom: calc(100% + 0.8rem);
	right: 2.5rem;
	padding: 1.6rem;
	box-sizing: border-box;
	width: 13.1rem;
	border-radius: 1.6rem;
	color: #fff;
	background-color: #262532;
}
.fixdBox .sub:after {
	width: 1.6rem;  
	height: 0.8rem;
	background: url(../img/common/icon01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -0.8rem;
	right: 1.5rem;  
	content: ""; 
}
.fixdBox p {
	font-size: 1.2rem;
	text-align: right;
	font-weight: 600;
}
.fixdBox p .green {
	color: #06C755;
}

@media all and (min-width: 897px) {
	.fixdBox {
		right: calc(50% - 15rem);
		transform: translateX(50%);
	}
	.mfp-container {
		left: calc(50% - 0.2rem);
		transform: translateX(-50%);
		max-width: 39.3rem;
	}
	a:hover img,
	a:hover {
		opacity: 0.7;
	}
	.popBox .close:hover,
	.menu:hover {
		opacity: 0.7;
	}
	.fLogo a:hover img,
	.fLogo a:hover,
	.logo a:hover img,
	.logo a:hover {
		opacity: 1;
	}
}