@charset "utf-8";
.page_storymovie .thumbnail {
		position: absolute;
		top: 48%;
		margin-top: -92px;
		z-index: 10;
		overflow: hidden;
		padding: 42px 0;
		width: 100%;
		height: 158px;
}
.page_storymovie .thumbnail__list-wrap {
		position: relative;
		margin: 0 auto;
		width: 652px;
}
.page_storymovie .thumbnail__list {
		zoom: 1;
		z-index: 1;
		position: absolute;
}
.page_storymovie .thumbnail__list:after {
		clear: both;
}
.page_storymovie .thumbnail__item {
		cursor: pointer;
		position: relative;
}
.page_storymovie .thumbnail__item.is-disable {
		cursor: auto;
}
.page_storymovie .thumbnail__item .thumbnail__itemFigure {
		width: 100%;
		height: 100%;
		display: block;
		box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.2);
		transition: transform 0.1s;
		transform-origin: center center;
}
.page_storymovie .thumbnail__item .thumbnail__itemIcon {
		width: 47px;
		height: 47px;
		display: block;
		position: absolute;
		bottom: -10px;
		right: -20px;
		pointer-events: none;
}
.page_storymovie .book-overlay {
		z-index: 9000;
		position: fixed;
		display: none;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #fce5e8;
		opacity: 0;
}
.page_storymovie .book-overlay.animate {
		transition: opacity 0.5s;
}
.page_storymovie .book-viewport {
		overflow: auto;
		z-index: 20000;
		position: fixed;
		display: none;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
}
.page_storymovie .book-viewport__inner {
		overflow: hidden;
		margin: 0 auto;
		min-width: 1120px;
		width: 100%;
		min-height: 630px;
		height: 100%;
}
.page_storymovie .book {
		position: relative;
		margin: 0 auto 0;
		width: 1120px;
		height: 630px;
}
.page_storymovie .book__close {
		position: absolute;
		display: none;
		right: 15px;
		top: -60px;
		cursor: pointer;
}
.page_storymovie .book__body-wrap {
		z-index: 1;
		position: relative;
		margin: 0 auto;
		width: 878px;
		height: 494px;
}
.page_storymovie .book__body {
		position: relative;
		width: 878px;
		height: 494px;
		background-color: #fff;
}
.page_storymovie .book__body.animate {
		transition: opacity 0.3s;
}
.page_storymovie .book__media {
		width: 100%;
		height: 100%;
}
@media(max-width: 1024px) {
		.page_storymovie .book-viewport__inner {
				min-width: inherit;
				box-sizing: border-box;
				padding-left: 20px;
				padding-right: 20px;
		}
		.page_storymovie .book {
				max-width: 800px !important;
				width: 100% !important;
				height: auto !important
		}
		.page_storymovie .book__body-wrap {
				max-width: 800px !important;
				width: 100% !important;
				height: inherit;
				aspect-ratio: 1 / 0.563;
		}
		.page_storymovie .book__body {
				max-width: 800px !important;
				width: 100% !important;
				height: inherit;
				aspect-ratio: 1 / 0.563;
		}
		.book__media iframe {
				position: absolute !important;
				top: 0;
				left: 0;
				width: 100% !important;
				height: 100% !important;
		}
}
@media(max-width: 900px) {
		.page_storymovie .book-viewport__inner {
				min-width: inherit;
				padding-top: 20px;
				box-sizing: border-box;
				padding-left: 20px;
				padding-right: 20px;
		}
		.page_storymovie .book {
				max-width: 600px !important;
				width: 100% !important;
				height: auto !important
		}
		.page_storymovie .book__body-wrap {
				max-width: 600px !important;
				width: 100% !important;
				height: inherit;
				aspect-ratio: 1 / 0.563;
		}
		.page_storymovie .book__body {
				max-width: 600px !important;
				width: 100% !important;
				height: inherit;
				aspect-ratio: 1 / 0.563;
		}
		.book__media iframe {
				position: absolute !important;
				top: 0;
				left: 0;
				width: 100% !important;
				height: 100% !important;
		}
}
@media(max-width: 800px) {
		.page_storymovie .book-viewport__inner {
				padding-top: 60px;
		}
		.page_storymovie .book__close {
				right: -11px;
				top: -45px;
		}
}
@media(max-width: 600px) {
		.page_storymovie .book-viewport__inner {
				padding-top: 100px;
		}
}

.swiper-slide {
  user-select: none; /* テキスト選択を無効にする */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}