@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
* ------------------------------------ */
.playerCover {
	width: 500px;
	height: 376px;
	position: relative;
}

/* Section 2: Smaller video players - responsive with % */
section:nth-of-type(2) .playerCover {
	width: 70%;
	/* max-width: 400px; */
	height: auto;
	aspect-ratio: 4 / 3;
}

section:nth-of-type(2) li {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	padding-top: 10%;
	width: 33%;

}

.info-movie {
	margin: 80px auto 0;
}

.mt75 {
	margin-top: 75px !important;
}




@media print{
	#contentMain .video-overlay img {
		visibility: hidden;
	}
	h1:before {
		content: 'さあ、理想のお部屋へ。';
	}
}


footer#footer .btn_pagetop {
	display: none;
}

/* Section 5: TikTok embed styling - responsive với % */
#tiktok-video-container {
	margin: 0;
	padding: 0;
	width: 15.61%;
	/* max-width: 325px; */
	position: relative;
	height: 100%
	
}

/* Style cho TikTok player iframe - responsive với % */
#tiktok-video-container iframe {
	width: 100% !important;
	
	height: 48.45% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	display: block !important;
	border-radius: 31px !important;
}

@media (max-width: 1550px) {
    #tiktok-video-container iframe {
        border-radius: 24px !important;
    }
}


@media (max-width: 1350px) {
    #tiktok-video-container iframe {
        border-radius: 21px !important;
    }
}


@media (max-width: 1050px) {
    #tiktok-video-container iframe {
        border-radius: 17px !important;
    }
}

