@charset "utf-8";
.crew_modal_overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 110vh;
		background: rgba(0, 0, 0, 0.8);
		display: none;
}
.crew_modal_container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 9999;
		display: flex;
		justify-content: center;
		align-items: center;
		display: none;
}
.crew_modal_wrap {
		width: 75vh;
		max-width: 800px;
		margin: 0 auto;
		background: #310140;
		border: 2px solid #d000df;
		box-sizing: border-box;
		padding: 4vh 3vh;
		position: relative;
		z-index: 10;
}
.crew_modal_hd_en {
		font-family: 'Rajdhani', sans-serif;
		font-size: 32px;
		font-weight: 400;
		letter-spacing: 0.02em;
		margin: 0;
}
.crew_modal_hd_jp {
		font-size: 14px;
}
.crew_modal_hover {
		padding: 10px;
		border: 1px solid #D000DF;
		position: relative;
		box-sizing: border-box;
		width: 80%;
		margin: 0 auto;
		opacity: 0;
		transition: opacity 0.4s;
}
.isActive .crew_modal_hover {
		opacity: 1;
}
.crew_modal_hover img {
		width: 100%;
		height: auto;
}
.crew_modal_hover_up, .crew_modal_hover_bottom {
		position: relative;
}
.crew_modal_hover_up {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
}
.crew_modal_hover_bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
}
.crew_modal_hover_up::before, .crew_modal_hover_up::after, .crew_modal_hover_bottom::before, .crew_modal_hover_bottom::after {
		content: '';
		display: block;
		position: absolute;
		width: 8px;
		height: 8px;
}
.crew_modal_hover_up::before {
		top: -1px;
		left: -1px;
		border-top: 1px solid #FFDE00;
		border-left: 1px solid #FFDE00;
}
.crew_modal_hover_up::after {
		top: -1px;
		right: -1px;
		border-top: 1px solid #FFDE00;
		border-right: 1px solid #FFDE00;
}
.crew_modal_hover_bottom::before {
		bottom: -1px;
		left: -1px;
		border-bottom: 1px solid #FFDE00;
		border-left: 1px solid #FFDE00;
}
.crew_modal_hover_bottom::after {
		bottom: -1px;
		right: -1px;
		border-bottom: 1px solid #FFDE00;
		border-right: 1px solid #FFDE00;
}
.crew_modal_figure {
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 1;
		transition: opacity 0.4s;
}
.isActive .crew_modal_hover {
		opacity: 1;
}
.isActive .crew_modal_figure {
		opacity: 0;
}
.mobileDevice .isActive .crew_modal_hover {
		opacity: 0;
}
.mobileDevice .isActive .crew_modal_figure {
		opacity: 1;
}
.mobileDevice .isOpen .crew_modal_figure {
		animation: itemHover 6s linear infinite;
		animation-delay: 1.5s
}
.mobileDevice .isOpen .crew_modal_hover {
		animation: figureHover 6s linear infinite;
		animation-delay: 1.5s
}
.crew_modal_photo {
		aspect-ratio: 10 / 9;
		margin: 0 auto 1vh;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
}
.crew_modal_photo .crew_modal_figure {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
}
.crew_modal_figure.emiko, .crew_modal_figure.teflon {
		width: calc(100% + 60px);
		top: -50px;
		left: -30px;
}
.crew_modal_figure.kagita {
		width: calc(100% + 40px);
		top: -40px;
		left: -20px;
}
.crew_modal_figure.shimizu, .crew_modal_figure.fusazaki, .crew_modal_figure.kato, .crew_modal_figure.shinooka {
		width: calc(100% + 60px);
		top: -10px;
		left: -30px;
}
.crew_modal_figure {
		cursor: pointer;
}
.crew_modal_figure img {
		width: 80%;
		height: auto;
}
.crew_modal_hdr {
		display: flex;
		align-items: center;
		padding-bottom: 1.1vh;
		border-bottom: 2px solid #D000DF;
}
.crew_modal_hdr h5 {
		font-family: 'Rajdhani', sans-serif;
		font-size: 2.6vh;
		font-size: 26px;
		font-weight: 400;
		letter-spacing: 0.03em;
		margin-right: 20px;
}
.crew_modal_hdr ul {
		font-family: 'Rajdhani', sans-serif;
		display: flex;
		align-items: center;
		list-style: none;
		font-size: 1.3vh;
		font-size: 14px;
}
.crew_modal_hdr li {
		margin-left: 1em;
		position: relative;
		margin-right: 8px;
}
.crew_modal_hdr ul li:last-child {
		margin-right: 0;
}
.crew_modal_hdr li::after {
		content: '・';
		display: block;
		position: absolute;
		top: 0;
		top: -1px;
		left: -1em;
		color: #FFDE00;
}
.crew_modal_caption {
		padding-top: 1.1vh;
}
.crew_modal_caption p {
		font-size: 14px;
		line-height: 1.8;
}
@media(min-width: 1921px) {
		.crew_modal_caption p {
				font-size: 16px;
		}
}
.crew_modal_wrap .modal_close {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 18px;
		right: 18px;
		cursor: pointer;
}
.modal_close::before, .modal_close::after {
		content: '';
		display: block;
		position: absolute;
		top: 10px;
		left: 0;
		width: 20px;
		height: 1px;
		background: #fff;
		pointer-events: none;
}
.modal_close::before {
		transform: rotate(45deg)
}
.modal_close::after {
		transform: rotate(-45deg)
}
@media (hover: hover) {
		.modal_close:hover::before, .modal_close:hover::after {
				background: #ffde00;
		}
}
@media(max-width: 1194px) {
		.crew_modal_container {
				display: flex;
				justify-content: center;
				align-items: flex-start;
				display: none;
				box-sizing: border-box;
				padding-top: 100px;
		}
		.crew_modal_wrap {
				width: 100%;
				max-width: calc(100vw - 200px);
				padding: 40px;
		}
		.crew_modal_hd_en {
				font-size: 30px;
		}
		.crew_modal_hdr {
				display: block;
				padding: 0;
				border: none;
				margin-bottom: 25px;
		}
		.crew_modal_hdr h5 {
				font-size: 32px;
				margin: 0 0 10px;
				padding-bottom: 5px;
				border-bottom: 1px solid #D000DF;
		}
		.crew_modal_hdr ul {
				font-size: 15px;
				display: flex;
				flex-wrap: wrap;
		}
}
@media(max-width: 1194px) {
		.crew_modal_wrap {
				padding-top: 50px;
		}
}
@media(max-width: 840px) {
		.crew_modal_wrap {
				width: 100%;
				max-width: calc(100vw - 80px);
				padding: 50px 40px 40px;
		}
}
@media(max-width: 1194px) {
		.verLandscape .crew_modal_container {
				padding: 0 60px;
		}
		.verLandscape .crew_modal_wrap {
				border-top: none;
				border-bottom: none;
				height: 100vh;
		}
		.verLandscape .crew_modal_cont {
				display: flex;
		}
		.verLandscape .crew_modal_photo {
				aspect-ratio: 10 / 9;
				width: 65%;
				display: flex;
				align-items: center;
				justify-content: center;
				position: relative;
				margin: 0 -3% 0 -5%;
		}
		.verLandscape .crew_modal_right {
				flex: 1;
		}
}
@media(max-width: 840px) {
		.verLandscape .crew_modal_container {
				padding: 0 20px;
		}
		.verLandscape .crew_modal_wrap {
				width: 100%;
				max-width: inherit;
				padding: 20px 20px 10px;
				height: 100vh;
				margin-top: 0;
		}
		.verLandscape .crew_modal_photo {
				aspect-ratio: 10 / 9;
				width: 50%;
				margin: 0 0 0 -3%;
				display: flex;
				align-items: flex-start;
				justify-content: center;
		}
		.verLandscape .crew_modal_hover {
				margin-top: 30px;
		}
		.verLandscape .crew_modal_hdr {
				margin-bottom: 15px;
		}
}
@media(max-width: 700px) {
		.crew_modal_wrap {
				width: calc(100vw - 40px);
				max-width: calc(100vw - 20px);
				padding: 50px 20px 30px;
				height: auto;
				margin-top: 5vh;
		}
		.crew_modal_container {
				display: flex;
				justify-content: center;
				align-items: flex-start;
				display: none;
				padding-top: 0;
		}
		.crew_modal_photo .crew_modal_figure {
				top: -20px;
				left: -15px;
				width: calc(100% + 30px);
		}
		.crew_modal_photo .crew_modal_figure.emiko, .crew_modal_photo .crew_modal_figure.teflon {
				width: calc(100% + 60px);
				top: -50px;
				left: -30px;
		}
		.crew_modal_photo .crew_modal_figure.kagita {
				width: calc(100% + 40px);
				top: -30px;
				left: -20px;
		}
		.crew_modal_photo .crew_modal_figure.shimizu, .crew_modal_photo .crew_modal_figure.fusazaki, .crew_modal_photo .crew_modal_figure.kato, .crew_modal_photo .crew_modal_figure.shinooka {
				width: calc(100% + 60px);
				top: -20px;
				left: -30px;
		}
		.crew_modal_hdr {
				margin-bottom: 10px;
		}
		.crew_modal_hdr h5 {
				font-size: 28px;
		}
		.crew_modal_caption p {
				font-size: 14px;
		}
		.crew_modal_photo {
				aspect-ratio: inherit;
				height: calc(calc(100vw - 40px) * 0.7);
				margin: 0 auto 25px;
				display: flex;
				align-items: center;
				justify-content: center;
				position: relative;
		}
}

.extraScale {
	transform: scale(1.15)
}
