@charset "utf-8";

/* Proposal Styles */



/* Movie
------------------------------------------------------------- */

.proposal_movie_box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
}

.proposal_movie_box .movie_thmb {
	position: relative;
}

.proposal_movie_box .movie_thmb::before {
	content: "";
	display: block;
	width: 15%;
	max-width: 100px;
	height: auto;
	aspect-ratio: 1/1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/icon_youtube_red.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 1;
}

.proposal_movie_box .movie_thmb a[data-fancybox]::before {
	display: none;
}

.proposal_movie_box .movie_thmb a img {
	width: 100%;
	aspect-ratio: 16/8.9;
	object-fit: cover;
	margin-bottom: 10px;
}

.proposal_movie_box .movie_thmb p.movie_title {
	text-align: center;
}



/* Files
------------------------------------------------------------- */

.onsen_mice_box {
	width: 100%;
	margin-bottom: 60px;
	border-bottom: 1px solid #d5d5d5;
}

.onsen_mice_box:last-child {
	border-bottom: 0;
}

.onsen_mice_box > div {
	width: 100%;
	margin: 0 0 60px 0;
}

.onsen_mice_box > div > a {
	display: block;
	margin-bottom: 10px;
}

.onsen_mice_box > div img {
	width: 100%;
}

.onsen_mice_box > div > p {
	text-align: center;
	font-size: 1.4rem;
}





/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:360px) {



}





/* for MiddleSize(480-)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:640px) {



}





/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/* Files
	------------------------------------------------------------- */

	.onsen_mice_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.onsen_mice_box > div {
		width: calc(50% - 20px);
		margin-right: 40px;
	}

	.onsen_mice_box > div:nth-child(even),
	.onsen_mice_box > div:only-child {
		margin-right: 0;
	}

	.onsen_mice_box > div > p {
		white-space: nowrap;
	}

}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:980px) {



}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1080px) {

	/* Files
	------------------------------------------------------------- */

	.onsen_mice_box > div {
		width: calc(50% - 30px);
		margin-right: 60px;
	}

	.onsen_mice_box > div:nth-child(even),
	.onsen_mice_box > div:only-child {
		margin-right: 0;
	}

}





/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1280px) {

	/* Files
	------------------------------------------------------------- */

	.onsen_mice_box > div > p {
		font-size: 1.6rem;
	}

}





/*** Print Styles ***/

@media print {



}


