@charset "UTF-8";
/* ===========================================
 * 賃貸ステートメントサイト common
 * ======================================== */
/* ---------------------------------------------
*   animation
--------------------------------------------- */
/* fadein_left */
@-webkit-keyframes fadein_left {
	0% {
		-webkit-filter: blur(30px);
		        filter: blur(30px);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0);
		        filter: blur(0);
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@keyframes fadein_left {
	0% {
		-webkit-filter: blur(30px);
		        filter: blur(30px);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0);
		        filter: blur(0);
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
/* fadein_blur */
@-webkit-keyframes fadein_blur {
	0% {
		-webkit-filter: blur(30px);
		        filter: blur(30px);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0);
		        filter: blur(0);
	}
}
@keyframes fadein_blur {
	0% {
		-webkit-filter: blur(30px);
		        filter: blur(30px);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0);
		        filter: blur(0);
	}
}
/* zoom-out */
@-webkit-keyframes zoom-out {
	0% {
		-webkit-filter: blur(10px);
		        filter: blur(10px);
		-webkit-transform: scale(1.08);
		        transform: scale(1.08);
	}
	30% {
		-webkit-filter: blur(10px);
		        filter: blur(10px);
	}
	70% {
		-webkit-filter: blur(0);
		        filter: blur(0);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes zoom-out {
	0% {
		-webkit-filter: blur(10px);
		        filter: blur(10px);
		-webkit-transform: scale(1.08);
		        transform: scale(1.08);
	}
	30% {
		-webkit-filter: blur(10px);
		        filter: blur(10px);
	}
	70% {
		-webkit-filter: blur(0);
		        filter: blur(0);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
/* zoom-in */
@-webkit-keyframes zoom-in {
	0% {
		-webkit-filter: brightness(1);
		        filter: brightness(1);
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-filter: brightness(1.1);
		        filter: brightness(1.1);
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}
@keyframes zoom-in {
	0% {
		-webkit-filter: brightness(1);
		        filter: brightness(1);
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-filter: brightness(1.1);
		        filter: brightness(1.1);
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}
/* ---------------------------------------------
*   base
--------------------------------------------- */
/* statement_container */
.statement_container {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", "BIZ UDPGothic", "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
}

/* hiddenlayer */
.hiddenlayer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	z-index: 10;
	opacity: 1;
}
.hiddenlayer > span {
	width: 0;
	height: 0;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	display: inline-block;
}

/* ---------------------------------------------
*   section / layout
--------------------------------------------- */
/* sec_contents */
.statement_container .sec_contents {
	margin-top: 16vw;
	padding: 0 8.533vw;
}
.statement_container .sec_contents .sec_contents_title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 4vw;
	font-size: 4.8vw;
	font-weight: bold;
}
.statement_container .sec_contents .sec_contents_title::before {
	content: "";
	display: inline-block;
	width: 7.467vw;
	height: 7.467vw;
	background-image: url("../img/common/icon_title.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.statement_container .sec_contents .sec_contents_link {
	text-align: right;
}
.statement_container .sec_contents .sec_contents_body {
	margin-top: 5.333vw;
}
.statement_container .sec_contents .sec_contents_list > li {
	margin-top: 10.667vw;
}
.statement_container .sec_contents .sec_contents_list > li:first-child {
	margin-top: 0;
}
.statement_container .sec_contents.sec_contents--brand {
	padding: 0;
}
.statement_container .sec_contents.sec_contents--brand .sec_contents_header {
	padding: 0 8.533vw;
}

/* ---------------------------------------------
*   module
--------------------------------------------- */
.statement_container .movie .movie_item {
	position: relative;
}
.statement_container .movie .movie_item > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.statement_container .movie .movie_obj {
	position: relative;
	padding: 0;
	border: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	overflow: hidden;
}
.statement_container .movie .movie_obj::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 13.333vw;
	height: 13.333vw;
	background-image: url("../img/common/icon_play.svg");
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.statement_container .movie .movie_obj > img {
	width: 100%;
}
.statement_container .movie .movie_title {
	margin-top: 5.333vw;
	font-size: 4.267vw;
	font-weight: bold;
	text-align: center;
}
.statement_container .movie.movie--brand .movie_item {
	width: 100%;
	height: 100%;
	aspect-ratio: 375/211;
}
.statement_container .movie.movie--cm .movie_item {
	width: 100%;
	height: 100%;
	aspect-ratio: 311/175;
}

/* ---------------------------------------------
*   botton
--------------------------------------------- */
/* link_transition */
.statement_container .link_transition {
	position: relative;
	display: inline-block;
	padding-bottom: 1.067vw;
	padding-right: 3.2vw;
	color: #000;
	font-size: 3.2vw;
	font-weight: bold;
}
.statement_container .link_transition::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 13.333vw;
	height: 1.867vw;
	background-image: url("../img/common/icon_arrow_link.svg");
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}