/*tabContentWrapper*/
.popupContents {
	position: relative;
	width: 100%;
	max-width: 100vw;
	height: 100vh;
	padding: 1em;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	overflow-y: hidden;
}
/*
.mfp-content .widthWrapper .insideWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 698px;
	max-height: 90vh;
	padding: 1px;
	background-color: #7059ff;
	background: linear-gradient(90deg, #7059ff 0%, #01c647 100%);
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	overflow-y: auto;
}
@media screen and (max-width: 1500px) {
	.popupContents {
		padding: 5vw 0;
	}
	.mfp-content .widthWrapper .insideWrapper {
		max-height: 90vh;
		max-height: calc(100vh - 10vw);
		overflow-y: scroll;
	}
}
*/
@media screen and (max-width: 800px) and (orientation:portrait) {
	.mfp-content .widthWrapper .insideWrapper {
		width: 80%;
		max-width: inherit;
	}
}
/*popup*/
.mfp-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	overflow: hidden;
	z-index: 1042;
}
.mfp-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	/*
	position: absolute;
	*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}
.mfp-container:before {
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	/*
	height: 100vh;
	*/
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	/*
	width: 100%;
	*/
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none!important;
}
.mfp-preloader {
	position: absolute;
	top: 50%;
	left: 8px;
	right: 8px;
	width: auto;
	color: #ccc;
	margin-top: -0.8em;
	text-align: center;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	display: block;
	padding: 0;
	cursor: pointer;
	font-size: 0!important;
	box-shadow: none;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	outline: none;
	overflow: visible;
	z-index: 1046;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	position: fixed;
	top: 30px;
	right: 30px;
	width: 2.6vw;
	max-width: 39px;
	height: 2.6vw;
	max-height: 39px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	background-image: url("../images/_svg/iconClose.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	.mfp-close {
		top: 2vw;
		right: 2vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.mfp-img-mobile .mfp-close,
	.mfp-close {
		top: 5vw;
		right: 5vw;
		width: 10vw;
		height: 10vw;
	}
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.mfp-iframe-holder .mfp-content {
		height: 150%;
	}
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 150%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}