/* SPOKES動画 モーダル */
.movie-banner__lead {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.name-movie {
	margin: 40px auto 0;
	text-align: center;
}

.spokes-movie-trigger {
	display: block;
	position: relative;
	width: min(538px, 58%);
	margin: 0 auto;
	transition: opacity .2s;
}

.spokes-movie-trigger:hover {
	opacity: .85;
}

.spokes-movie-trigger picture,
.spokes-movie-trigger img {
	display: block;
	width: 100%;
	height: auto;
}

.spokes-movie-trigger::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .32);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.spokes-movie-trigger::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: 4px;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 28px solid #fff;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.spokes-modal {
	display: none;
}

.spokes-modal.is-open {
	display: block;
}

.spokes-modal__overlay {
	position: fixed;
	z-index: 10001;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100vw;
	height: var(--spokes-modal-height, 100vh);
	padding: 40px 30px;
	background: rgba(0, 0, 0, .78);
}

.spokes-modal__container {
	position: relative;
	box-sizing: border-box;
	width: min(1080px, calc(100vw - 120px));
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	outline: 0;
}

.spokes-modal__container:focus {
	outline: 0;
}

.spokes-modal__inner {
	position: relative;
	max-width: 100%;
	width: 100%;
	padding: 0;
	background: transparent;
}

.spokes-modal__title {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.spokes-modal__video {
	width: 100%;
	height: min(600px, calc(var(--spokes-modal-height, 100vh) - 120px));
	min-height: 420px;
	margin: 0 auto;
}

.spokes-modal__video iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.spokes-modal__close {
	position: absolute;
	z-index: 1;
	top: -54px;
	right: 0;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
	appearance: none;
}

.spokes-modal__close::before,
.spokes-modal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 44px;
	height: 2px;
	background: #fff;
}

.spokes-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.spokes-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.spokes-modal__close span {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

html.is-spokes-modal-open,
body.is-spokes-modal-open {
	overflow: hidden !important;
}

body.is-spokes-modal-open iframe#bedore-webagent-inner {
	visibility: hidden !important;
	pointer-events: none !important;
}

@media screen and (max-width: 767px) {
	.name-movie {
		margin-top: 25px;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.spokes-movie-trigger {
		width: min(100%, 390px);
	}

	.spokes-movie-trigger::after {
		width: 58px;
		height: 58px;
	}

	.spokes-movie-trigger::before {
		border-top-width: 14px;
		border-bottom-width: 14px;
		border-left-width: 22px;
	}

	.spokes-modal__overlay {
		padding: 100px 0;
	}

	.spokes-modal__container {
		width: 100vw !important;
		max-width: 100vw !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.spokes-modal__inner {
		width: 100vw !important;
		max-width: 100vw !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.spokes-modal__video {
		width: 100vw !important;
		max-width: 100vw !important;
		height: min(420px, calc(var(--spokes-modal-height, 100vh) - 120px));
		min-height: 330px;
		margin: 0 !important;
	}

	.spokes-modal__video iframe {
		width: 100vw !important;
		max-width: 100vw !important;
	}

	.spokes-modal__close {
		top: -50px;
		right: 8px;
	}
}

@media screen and (max-width: 1180px) and (max-height: 620px) and (orientation: landscape) {
	.spokes-modal__overlay,
	.spokes-modal__container,
	.spokes-modal__inner {
		width: 100vw !important;
		height: var(--spokes-modal-height, 100vh) !important;
		max-width: 100vw !important;
		margin: 0 !important;
		overflow: hidden !important;
	}

	.spokes-modal__overlay {
		padding: 0 !important;
	}

	.spokes-modal__container,
	.spokes-modal__inner {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.spokes-modal__video {
		width: 100vw;
		height: var(--spokes-modal-height, 100vh);
		min-height: 0;
		margin: 0 auto;
	}

	.spokes-modal__close {
		top: 0 !important;
		right: 0 !important;
	}
}
