/* 210921追加 */
.modal-btn02 {
    background: #ffffff;
    max-width: 500px;
    margin: 30px auto;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    transition-duration: 0.3s;
    padding: 2px;
    border: 1px solid #c7c7c7;
    position: relative;
}

.modal-btn02::before {
	content: '';
	position: absolute;
	z-index: 2;
	background: url(/biz/media-sphere/images/icon_mov.svg) no-repeat left top;
	background-size: 84px 84px;
	width: 84px;
	height: 84px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: .6;
}
.modal-btn02 img{
	width: 100%;
    height: auto;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
}
.modal-btn02:hover {
	opacity: .7;
}
.remodal {
	position: relative;
	padding: 25px;
	max-width: 940px !important;
	height: 528.75px !important;
	background: none !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.remodal img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.remodal-cancel {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent !important;
	min-width: 35px !important;
	margin-bottom: 0 !important;
}
.remodal-cancel::before,
.remodal-cancel::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 35px;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #fff;
	border-radius: 5px;
	margin-top: -6px;
}
.remodal-cancel:before {
    transform: rotate(
45deg);
}
.remodal-cancel:after {
    transform: rotate(
-45deg);
}
.remodal-cancel:hover {
	background: #333;
}


@media only screen and (max-width:  768px) {
	.remodal-cancel {
		right: 10px !important;
	}

	.remodal-is-initialized {
	    height: 53.3333vw !important
	}

	.modal-btn02::before {
		width: 64px;
		height: 64px;
		background-size: 64px 64px;
	}
}
