@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* 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;}
#main p {
	line-height: 1.68;
	font-weight: 300;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 116.6rem;
	position: relative;
	z-index: 1;
}
.content.content02 {
	width: 96rem;
}
@media all and (max-width: 896px) {
	.content  {
		width: auto !important;
	}
	.content.content02 {
		margin: 0 2rem;
	}
	#main p {
		line-height: 1.558;
	}
}
.fixedBtn {
	width: 24.1rem;
	position: fixed;
	right: 4.9rem;
	bottom: 2rem;
	z-index: 1000;
	border-radius: 100%;
	overflow: hidden;
	background: #5FA5C4;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.fixedBtn a {
	display: block;
}
@media all and (min-width: 897px) {
	.fixedBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.fixedBtn {
		width: 11.7rem;
		right: 1.1rem;
		bottom: 2rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.modal{
	display: none;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 1000;
}
.modal-bg {
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.blur.is-modal-open {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.modal-content {
	position: absolute;
	background-color: #fff;
	min-width: 800px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
	padding: 20px;
	overflow-y: auto;
}
@media all and (max-height: 785px) {
	.modal-content {
		height: 100vh;
	}
}
.cross {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 3%;
	right: 3%;
	text-decoration: none;
	font-size: 40px;
	line-height: 0.75;
	padding-top: 0;
	text-align: center;
	color: #000;
	cursor: pointer;
}
.cross:hover {
	opacity: 0.7;
}
.tokusyo-ttl{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
.tokusho{
	position: relative;
}
.tokusyo-dt{
	float: left;
	width: 200px;
	font-size: 1.4rem;
	color: #4d4d4d;
	font-weight: bold;
}
.tokusyo-dd{
	margin-bottom: 10px;
	font-size: 1.4rem;
	padding-bottom: 15px;
	border-bottom: 1px #000 solid;
	font-weight: bold;
	padding-left: 200px;
}
.tokusyo-dd a:hover {
	opacity: 0.7;
}
.tdd-f{
	border-bottom: none;
}
.privacy-link {
	margin: 0 auto 18px;
	width: 160px;
	font-size: 1.9rem;
	position: relative;
	font-weight: bold;
	cursor: pointer;
	transition: all .2s;
	color: #333;
	border-bottom: 1px solid #030000;
}
.privacy-link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.modal-content {
		min-width: 80%;
		height: 80vh;
		overflow-y: scroll;
		padding: 5vw;
	}
	.tokusyo-ttl {
		font-weight: bold;
		font-size: 4.25vw;
		text-align: center;
		margin-bottom: 3vw;
	}
	.tokusyo-dt {
		width: auto;
		margin-top: 1.5vw;
		font-size: 3.3vw;
		float: inherit;
	}
	.tokusyo-dd {
		margin-top: 1vw;
		font-size: 3.3vw;
		padding: 0 0 1.5vw;
		border-bottom: .2vw #000 solid;
	}
	.cross {
		top: 2%;
		right: 2%;
		font-size: 10vw;
	}
	.modal-link {
		margin: 0 auto 10px;
		width: 168px;
		font-size: 1.4rem;
	}
	.privacy-link {
		margin: 0 auto 10px;
		width: 115px;
		font-size: 1.4rem;
	}
}

.modal-link {
	margin: 0 auto 18px;
	width: 233px;
	font-size: 1.9rem;
	position: relative;
	font-weight: bold;
	cursor: pointer;
	transition: all .2s;
	color: #333;
	border-bottom: 1px solid #030000;
}
@media all and (min-width: 897px) {
	.modal-link:hover {
		opacity: .6;
	}
	.mfp-video-popup .mfp-close:hover {
		opacity: 0.7;
	}
	.comBox a:hover .comLink span {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
    .modal-link {
		margin: 0 auto 10px;
		width: 168px;
		font-size: 1.4rem;
	}
	.privacy-link {
		margin: 0 auto 10px;
		width: 115px;
		font-size: 1.4rem;
	}
}
@media all and (max-width: 374px) {
    .modal-link {
		font-size: 3.733vw;
	}
	.privacy-link {
		font-size: 3.733vw;
	}
}
/*------------------------------------------------------------
	pop
------------------------------------------------------------*/
.mfp-container {
	padding: 8rem 2rem;
	overflow-y: auto;
	position: fixed;
}
.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;
}

@media all and (max-width: 896px) {
	.mfp-container {
		padding-left: 2.8rem;
		padding-right: 2.8rem;
	}
}
.mfp-video-popup .mfp-iframe-holder .mfp-content {
	max-width: 800px;
	line-height: 1.5;
}
.mfp-video-popup .mfp-iframe-scaler {
	line-height: 0;
	position: relative;
}
.mfp-video-popup .mfp-title {
	margin: 1rem 0 0;
	padding: 0;
	line-height: 1.5;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}
.mfp-video-popup .mfp-close {
	padding: 0;
    position: absolute;
    right: 0;
    top: -40px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    opacity: 1;
    background-color: #FFF;
	cursor: pointer;
}
@media all and (max-width: 896px) {
	.mfp-video-popup .mfp-container {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-video-popup .mfp-title {
		font-size: 1.2rem;
	}
}
