/*layout*/
.img-modal-area{
	display: flex;
	margin-bottom: 25px;
}
.img-modal-area-img{
	width: 64%;
	cursor: pointer;
	transition: 0.3s;
}
.img-modal-area-img:hover{
	opacity: .7;
}
@media (max-width: 767px) {
.img-modal-area{
	display: block;
	argin-bottom: 40px;
}
.img-modal-area-img{
	width: 100%;
	margin-top: 20px;
}

}

/*modal*/
.modaal-wrapper{
	z-index: 999999 !important;
}
.modaal-overlay{
	z-index: 999998 !important;
}
.mov-pop {
	display: block;
	margin: auto;
	padding: 30px;
	/* width: 100%; */
	/* height: 500px; */
	padding: 29% 50%;
	position: relative;
}
.mov-pop.pimg{
	padding: 0;
}
.mov-pop iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.mov-pop video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 1px;
	border: 1px solid #fff;
}

@media (max-width: 767px) {
	.mv-slider .slick-dots {
		bottom: -1px;
		display: block;
	}

	.mv-slider-wrapper {
		gap: 0px;
	}

	.movie-btn {
		right: auto;
		top: auto;
		width: 23%;
		bottom: auto;
		left: auto;
		right: 7%;
		top: 31%;
	}

	.modaal-close.movie-close {
		position: absolute;
		right: 0;
		left: 0;
		top: auto;
		width: 50px;
		height: 70px;
		bottom: -36%;
		margin: auto;
	}

	.mov-pop {
		padding: 26% 50%;
	}

	.mov-pop iframe {
		width: 90%;
		margin: auto;
	}

	.mov-pop video {
		width: 94%;
		margin: auto;
	}
}

.mbtn {
	width: 100% !important;
	margin-top: 20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
	.mbtn {
		margin-top: 10px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	}
}

.mv-modal-content {
	position: fixed;
	top: 0;
	visibility: hidden;
}

.mv-modal__wrapper {
	color: #fff;
	max-width: 894px;
	/*border: 1px solid #fff;*/
	background: #000;
	margin: 0 24px;
	position: relative;
	padding: 14px 15px;
}

@media (min-width: 768px) {
	.mv-modal__wrapper {
		padding: 36.6px 40.7px;
		margin: 0 auto;
	}
}

.mv-modal-popup_wrapper {
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: center;
}

@media (min-width: 768px) {
	.mv-modal-popup_wrapper {
		align-items: start;
		flex-direction: row;
		gap: 19px;
	}
}

.mv-modal-popup-left {
	max-width: 446px;
}

.mv-modal-popup-right {
	max-width: 346px;
	padding-top: 5px;
}

.mv-modal-popup-date {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
}

@media (min-width: 768px) {
	.mv-modal-popup-date {
		font-size: 18px;
		margin-bottom: 2px;
		line-height: 22px;
	}
}

.mv-modal-popup-head {
	margin-bottom: 15px;
}

.mv-modal-popup-ttl {
	font-weight: 600;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	line-height: 24px;
}

@media (min-width: 768px) {
	.mv-modal-popup-ttl {
		font-size: 24px;
		line-height: 32px;
	}
}

.mv-modal-popup-content-txt {
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 17px;
	font-size: 13px;
	line-height: 18.67px;
}

@media (min-width: 768px) {
	.mv-modal-popup-content-txt {
		font-size: 18px;
		line-height: 20.67px;
		line-height: 1.3;
		margin-bottom: 15px;
	}
}

.mv-modal-popup-btn {
	max-width: 156px;
}

.mv-modal-popup-btn.-btnmb {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.mv-modal-popup-btn.-btnmb {
		margin-bottom: 19px;
	}
}

@media (min-width: 768px) {
	.mv-modal-popup-btn {
		max-width: 276px;
	}
}

.mv-modal-popup-btn a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Sans", sans-serif;
	padding: 8px 0;
	font-weight: 600;
	letter-spacing: 0.05em;
	background-color: #ffffff;
	color: #000;
	position: relative;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
}

.mv-modal-popup-btn a br {
	display: none;
}

@media (min-width: 768px) {
	.mv-modal-popup-btn.-fst a {
		padding: 4px 0 5px;
		line-height: 26px;
	}
}

@media (min-width: 768px) {
	.mv-modal-popup-btn a br {
		display: block;
	}
}

@media (min-width: 768px) {
	.mv-modal-popup-btn a {
		font-size: 19px;
		padding: 16px 0 15px;
		line-height: 25px;
	}
}

.mv-modal-popup-btn a::after {
	content: "";
	background-image: url("../img/mv-slider/modaal-event/event-btn-rgt.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;

	top: 50%;
	transform: translateY(-50%);
	height: 12px;
	right: 10px;
	width: 5px;
}

@media (min-width: 768px) {
	.mv-modal-popup-btn a::after {
		width: 7px;
		right: 17px;
		height: 14px;
	}
}

.mv-tabs-item-link {
	color: #fff;
	text-decoration: underline;
	display: flex;
	align-items: center;
	font-family: "Noto Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
}

.mv-tabs-item-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 5px;
}

.mv-tabs-item-head-txt {
	display: flex;
	color: #fff;
	letter-spacing: -1px;
	/*text-decoration: underline;
	border-bottom: 1px solid #fff;*/
	padding-bottom: 2px;
	font-size: 10px;
}

.mv-tabs-item-head-txt img {
	display: none;
}

@media (min-width: 768px) {
	.mv-tabs-item-head-txt {
		font-size: 14px;
		letter-spacing: 0;
		font-weight: 400;
	}
}

.mv-tabs-item-head-txt img {
	width: 20px;
	height: 16px;
	object-fit: cover;
}

.mv-modal__wrapper.-news {
	background: #293569 !important;
}

.mv-modal__wrapper.-news .mv-modal-popup-btn {
	max-width: 100% !important;
}

.mv-modal__wrapper .modaal-close {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -90px;
	top: unset;
	transform: translateX(-50%);
	right: unset;
}

@media (min-width: 768px) {
	.mv-modal__wrapper .modaal-close {
		display: block;
		position: absolute;
		right: -5px;
		top: -90px;
		left: unset;
		transform: none;
	}
}

.mv-modal__wrapper .modaal-close::after,
.mv-modal__wrapper .modaal-close::before {
	height: 36px;
}

@media (min-width: 768px) {

	.mv-modal__wrapper .modaal-close::after,
	.mv-modal__wrapper .modaal-close::before {
		height: 56px;
	}
}

@media (max-width: 767px) {
	.mv-popup-in-wrp .modaal-inner-wrapper {
		padding: 115px 0;
	}
}

.mv-tabs-item-container {
	position: relative;
}

/*modal*/
body .con-pop {
	display: table;
	margin: auto;
	padding: 30px;
}

body .modaal-container {
	width: 100%;
	max-width: 954px;
	background: none;
}

body .modaal-content-container {
	padding: 0;
}

body .map-pop {
	background: #fff;
	color: #000;
	max-width: 954px;
	display: flex;
	position: relative;
}

body .hide-inner.map-pop p {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	line-height: 1.5;
}

body .map-pop-txt {
	padding: 50px 50px 0 50px;
}

body .map-pop-txt h3 {
	font-size: 25px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	line-height: 1.5;
	margin-bottom: 20px;
}

body .basyo {
	margin-bottom: 30px;
}

body .btn-press {
	text-align: center;
	margin-top: 30px;
}

body .btn-press img {
	width: 290px;
}

@media only screen and (max-width: 767px) {
	body .map-pop {
		display: block;
		width: 90%;
		margin: auto;
		margin-top: -100px;
	}

	body .map-pop-txt {
		padding: 20px;
	}

	body .map-pop-txt h3 {
		font-size: 15px;
	}

	body .btn-press img {
		width: 175px;
	}
}

body .modaal-close {
	display: none;
}

body .hide-inner .modaal-close {
	display: block;
}

body .modaal-close.mp {
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 1);
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
	body .modaal-close.mp {
		width: 30px;
		height: 30px;
	}

	body .modaal-close.mp:after,
	body .modaal-close.mp:before {
		display: block;
		content: " ";
		position: absolute;
		top: 3px;
		left: 14px;
		width: 4px;
		height: 22px;
		border-radius: 4px;
		background: #fff;
		-webkit-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
	}
}

body .modaal-close.movie-close:after,
body .modaal-close.movie-close:before {
	width: 3px !important;
	background: #fff !important;
	height: 41px;
}

body .modaal-close span {
	clip: auto;
	overflow: auto;
	width: auto !important;
	height: auto !important;
	left: 0;
	right: 0;
	bottom: -1px;
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	font-size: 12px;
}

body .modaal-close:focus,
body .modaal-close:hover {
	outline: 0;
	background: none;
}

body .modaal-close.movie-close {
	position: fixed;
	position: absolute;
	right: 10%;
	top: 10%;
	right: 0;
    top: -13%;
	width: 50px;
	height: 70px;
}

body .modaal-close.movie-close span {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	body .mov-pop {
		padding: 26% 50%;
	}

	body .modaal-close.movie-close {
		position: absolute;
		right: 0;
		left: 0;
		right: 3%;
        left: auto;
		top: auto;
		top: -36%;
		width: 50px;
		height: 70px;
		bottom: -36%;
		bottom: auto;
		margin: auto;
	}

	body .modaal-inner-wrapper {
		vertical-align: top;
		text-align: center;
		padding: 180px 0;
	}
}
