@charset "utf-8";
/*------------------------------------------------------------
	video
------------------------------------------------------------*/
#main .movieLink {
	position: fixed;
	left: 4.3rem;
	top: calc((33.3svh + 20rem));
}
#main .movieLink a {
	padding: 0.2rem 0 0 2.6rem;
	display: inline-block;
	font-size: max(10px, 1.1rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	background: url(/img/common/icon04.png) no-repeat left top/1.9rem;
}
#main .comBox {
	width: 89%;
}
#main .mediaList {
	gap: 4.5rem 0;
	margin-bottom: 0;
}
#main .mediaList li {
	margin: 0 !important;
	width: 46.5% !important;
}
#main .mediaList .photoBox a {
	aspect-ratio: 370/207;
}
#main .mediaList .textBox {
	min-height: inherit;
}
#main .mediaList .textBox .title {
	padding: 1.6rem 0 2rem 1.5rem;
}
.comStictyTitle {
	z-index: 1;
}
@media all and (hover: hover) and (min-width: 1000px) {
	#main .movieLink a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	#main .movieLink {
		margin-top: 2.8rem;
		position: static;
		left: auto;
		right: auto;
		top: auto;
		text-align: center;
	}
	#main .movieLink a {
		padding: 2.3rem 0 0;
		-webkit-writing-mode : tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		background-position: center top;
		background-image: url(/img/common/icon05.png);
		background-size: 1.7rem;
	}
	#main .comBox {
		padding-bottom: 2.8rem;
	}
	#main .mediaList {
		display: block;
		width: calc(100% - 7rem);
	}
	#main .mediaList li {
		width: auto !important;
	}
	#main .mediaList li:not(:last-child) {
		margin-bottom: 5.2rem !important;
	}
	#main .mediaList .textBox .title {
		min-height: inherit;
		padding: 1.1rem 0 1.4rem 1rem;
	}
	#gFooter {
		padding-top: 10.7rem;
	}
}