@charset "utf-8";
/* ------------------------------------
	* main
* ------------------------------------ */
#containerWrapper {
	display: block;
	width: 100% !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;
	gap: 8%;
}
.cmBox ul > li {
	flex: 1;
}
.playerCover {
	width: auto;
    height: 250px;
	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: 100%;
    height: 250px;
}
/* .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;
}

.footer_content, #footerWrapper .btn_pagetop {
	display: none;
}

/* ------------------------------------
	* utility classes
* ------------------------------------ */
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.pt-50 {
	padding-top: 50px !important;
}

/* ------------------------------------
	* section styles
* ------------------------------------ */
.section-bg-2 {
	background-image: url('../images/02_PC_2.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	min-height: 40vw;
}
.section-bg-3 {
	background-image: url('../images/03_PC.png');
	background-size: contain;
	background-repeat: round;
	padding: 60px 0;
	padding-bottom: 120px;
}
.section-bg-4 {
	background-color: #fffde1;
	padding: 60px 0;
	padding-bottom: 120px;
}
.section-bg-5 {
	background-image: url('../images/05_PC.png');
	background-size: contain;
	background-repeat: round;
	padding: 60px 0;
	padding-bottom: 120px;
}
.section-bg-6 {
	background-image: url('../images/06_PC.png');
	background-size: contain;
	background-repeat: round;
	padding: 60px 0;
}

/* ------------------------------------
	* layout classes
* ------------------------------------ */
.w-100 {
	width: 100%;
}
.w-45 {
	width: 45%;
}
.w-48 {
	width: 48%;
}
.w-55 {
	width: 55%;
}
.w-80 {
	width: 80%;
}
.w-25 {
	width: 25%;
}
.w-40 {
	width: 40%;
}
.w-100px {
	width: 100px;
}
.w-75px {
	width: 75px;
}
.w-55-center {
	width: 55%;
	margin: auto;
}
.w-55-center-mb35 {
	width: 55%;
	margin: auto;
	margin-bottom: 35px;
}
.w-55-center-mb80 {
	width: 55%;
	margin: auto;
	margin-bottom: 80px;
}
.pos-relative {
	position: relative;
}
.pt-9 {
	padding-top: 9%;
}

/* ------------------------------------
	* text styles
* ------------------------------------ */
.text-note-blue {
	text-align: left;
	font-size: 12px;
	color: #6fb3de;
	line-height: 1.5;
}
.text-note-yellow {
	text-align: left;
	font-size: 12px;
	color: #cfc695;
	line-height: 1.5;
}

/* ------------------------------------
	* flexbox layouts
* ------------------------------------ */
.flex-center {
	display: flex;
	justify-content: center;
	gap: 5%;
}
.flex-center-sns {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.p-10 {
	padding: 10px;
}

@media print{
	#contentMain .guard img {
		visibility: hidden;
	}
	h1:before {
		content: 'さあ、理想のお部屋へ。';
	}
}
