@charset "utf-8";
/* ------------------------------------
	* main
* ------------------------------------ */
#containerWrapper {
	display: block;
	width: 1000px !important;
	margin: 0 auto;
	background-color: #FFFFFF !important;
}
#contentHeader {
	width: 1000px;
	margin: 0 auto;
	padding-top: 1em;
}
#contentMain {
	margin-bottom: 50px;
	color: #787878;
	font-size: 20px;
	text-align: center;
}
#contentMain a:hover {
	opacity: 0.7;
}
.btn_pagetop_authority {
	display: none;
	width: 950px;
	font-size: 14px;
	font-weight: bold;
	margin: 20px auto 30px;
	text-align: right;
}
.btn_pagetop {
	position: fixed;
	right: 20px;
	bottom: 7px;
	z-index: 1000;
}

/* ------------------------------------
	* contents
* ------------------------------------ */
.cmBox ul {
	display: flex;
	justify-content: space-evenly;
	padding-top: 50px;
}
.playerCover {
	width: 435px;
    height: 326px;
	position: relative;
}
.info-movie {
	margin: 80px auto 0;
}
.playerCover .guard {
	background-color: black;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.playerCover .guard img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .playerCover iframe {
    width: 435px !important;
    height: 243px !important;
} */
section.contents > div {
	margin-top: 50px;
}
section.bottom {
	position: relative;
	/* margin-top: 75px; */
}
section.bottom div.button {
	display: flex;
	justify-content: space-evenly;
	position: absolute;
	top: 158px;
	left: 0;
	width: 1000px;
}
section.bottom div.link {
	font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #003b95;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	text-shadow: 1px 1px #003b95;
	position: absolute;
	bottom: 75px;
	right: 154px;
}
section.bottom div.link a {
	color: #003b95;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mt75 {
	margin-top: 75px !important;
}

@media print{
	#contentMain .guard img {
		visibility: hidden;
	}
	h1:before {
		content: 'さあ、理想のお部屋へ。';
	}
}
