@charset "UTF-8";

/* modal */
.is-modal-open,.is-modal-open body {
	overflow: hidden
}
.m-modal-overlay {
	display: flex;
	overflow-x: hidden;
	overflow-y: auto;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 1000000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.7);
}
.m-modal-overlay .m-modal-wrapper {
	overflow: auto;
	width: 100%;
	max-width: 960px;
	max-height: calc(100vh - 48px);
	padding: 10px
}
.m-modal-overlay .m-modal {
	width: 100%
}
.m-modal-overlay .m-modal img {
	max-width: 100%
}
.m-modal-overlay .m-modal .m-modal_content {
	text-align: center
}
.m-modal-overlay .m-modal.movie {
	position: relative;
	padding: 10px
}
.m-modal-overlay .m-modal.movie .m-modal_inner {
	padding: 10px
}
.m-modal-overlay .m-modal.movie iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.m-modal-overlay .m-modal.movie .m-modal_content {
	position: relative;
	width: 100%;
	padding-top: 56.25%
}
.m-modal-overlay .m-modal_close-btn {
	display: table;
	position: relative;
	margin: 8px auto 0;
	cursor: pointer;
	color: #3db4d0;
	border: 1px solid #3db4d0;
	border-radius: 4px;
	background: #fff
}
.m-modal-overlay .m-modal_close-btn:focus,.m-modal-overlay .m-modal_close-btn:hover {
	color: #fff;
	background: #3db4d0
}
.img-modal-wrap {
	display: inline-block;
	position: relative;
	width: 100%
}
.img-modal-wrap .ico-zoom {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: auto!important;
	margin: 0
}
.img-modal-wrap>img {
	width: 100%;
	cursor: pointer
}
.movie-modal-wrap {
	display: inline-block;
	position: relative;
	width: 100%
}
.movie-modal-wrap .ico-movie {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto!important;
	margin: 0;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
.movie-modal-wrap>img {
	width: 100%;
	cursor: pointer
}