@charset "UTF-8";
/* ===========================================
 * 賃貸ステートメントサイト
 * ======================================== */
/* ---------------------------------------------
*   animation
--------------------------------------------- */
/* fadein_left */
@-webkit-keyframes fadein_left {
	0% {
		-webkit-filter: blur(8vw);
		        filter: blur(8vw);
	}
	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(8vw);
		        filter: blur(8vw);
	}
	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(8vw);
		        filter: blur(8vw);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0);
		        filter: blur(0);
	}
}
@keyframes fadein_blur {
	0% {
		-webkit-filter: blur(8vw);
		        filter: blur(8vw);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0);
		        filter: blur(0);
	}
}
/* zoom-out */
@-webkit-keyframes zoom-out {
	0% {
		-webkit-filter: blur(2.667vw);
		        filter: blur(2.667vw);
		-webkit-transform: scale(1.08);
		        transform: scale(1.08);
	}
	30% {
		-webkit-filter: blur(2.667vw);
		        filter: blur(2.667vw);
	}
	70% {
		-webkit-filter: blur(0);
		        filter: blur(0);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes zoom-out {
	0% {
		-webkit-filter: blur(2.667vw);
		        filter: blur(2.667vw);
		-webkit-transform: scale(1.08);
		        transform: scale(1.08);
	}
	30% {
		-webkit-filter: blur(2.667vw);
		        filter: blur(2.667vw);
	}
	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
--------------------------------------------- */
body.is-fixed {
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
}

/* 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_lead */
.statement_container .sec_lead .sec_lead_mv {
	overflow: hidden;
}
.statement_container .sec_lead .sec_lead_mv > img {
	width: 100%;
}
.statement_container .sec_lead .sec_lead_catch {
	margin-top: 10.667vw;
	padding-inline: 8.533vw;
}
.statement_container .sec_lead .sec_lead_header {
	font-size: 9.067vw;
	font-weight: bold;
	line-height: 1.2;
}
.statement_container .sec_lead .sec_lead_desc {
	margin-top: 10.667vw;
}
.statement_container .sec_lead .sec_lead_modal {
	margin-top: 5.333vw;
	padding-inline: 8.533vw;
}
.statement_container .sec_lead .sec_lead_move {
	margin-top: 18.667vw;
	padding-inline: 8.533vw;
}

/* unit */
.statement_container .unit {
	margin-top: 16vw;
}
.statement_container .unit:first-child {
	margin-top: 0;
}
.statement_container .unit .unit_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 .unit .unit_title::before {
	content: "";
	display: inline-block;
	width: 7.467vw;
	height: 7.467vw;
	background-image: url("../img/icon_title.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.statement_container .unit .unit_titlelink {
	margin-top: 2.133vw;
	text-align: right;
}
.statement_container .unit .unit_body {
	margin-top: 8vw;
}
.statement_container .unit .unit_list > li {
	margin-top: 10.667vw;
}
.statement_container .unit .unit_list > li:first-child {
	margin-top: 0;
}

/* sec_contents */
.statement_container .sec_contents {
	margin-top: 18.667vw;
	padding-inline: 8.533vw;
}
.statement_container .sec_contents .sec_contents_inner {
	position: relative;
	padding-top: 14.667vw;
}
.statement_container .sec_contents .sec_contents_inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 0.533vw;
	background-color: #910d53;
}
.statement_container .sec_contents .sec_contents_inner::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 0.533vw;
	background-color: #01437d;
}
.statement_container .sec_contents .sec_contents_header {
	font-size: 7.467vw;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.statement_container .sec_contents .sec_contents_header.sec_contents_header--textleft {
	text-align: left;
}
.statement_container .sec_contents .sec_contents_body {
	margin-top: 9.333vw;
}

/* pickupblock */
.statement_container .pickupblock {
	margin-top: 13.333vw;
}
.statement_container .pickupblock:first-child {
	margin-top: 0;
}
.statement_container .pickupblock .pickupblock_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 5.333vw;
	padding: 3.2vw;
	border: 0.267vw solid #aaa;
}
.statement_container .pickupblock .pickupblock_headernum {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 8vw;
	        flex: 0 0 8vw;
}
.statement_container .pickupblock .pickupblock_headernum > img {
	width: 8vw;
	height: 8vw;
}
.statement_container .pickupblock .pickupblock_headertext {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 4.8vw;
	font-weight: bold;
	line-height: 1;
}
.statement_container .pickupblock .pickupblock_body {
	margin-top: 8vw;
}

/* ---------------------------------------------
*   module
--------------------------------------------- */
/* desc */
.statement_container .desc .desc_text {
	margin-top: 12.8vw;
	font-size: 4.267vw;
	font-weight: bold;
	line-height: 2;
}
.statement_container .desc .desc_text:first-child {
	margin-top: 0;
}
.statement_container .desc .desc_note {
	margin-top: 8vw;
	font-size: 3.733vw;
}
.statement_container .desc .desc_note:first-child {
	margin-top: 0;
}

.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/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;
}

/* movieacc */
.statement_container .movieacc .movieacc_list {
	overflow: hidden;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.statement_container .movieacc .movieacc_list > li {
	margin-top: 6.667vw;
}
.statement_container .movieacc .movieacc_list > li:first-child {
	margin-top: 0;
}
.statement_container .movieacc .movieacc_btn {
	display: none;
	margin-top: 12vw;
	text-align: center;
}

/* catch */
.statement_container .catch .catch_item {
	margin-top: 6.667vw;
}
.statement_container .catch .catch_item:first-child {
	margin-top: 0;
}
.statement_container .catch .catch_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 2.667vw;
}
.statement_container .catch .catch_titlenumber {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 13.333vw;
	        flex: 0 0 13.333vw;
}
.statement_container .catch .catch_titletext {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 4.8vw;
	font-weight: bold;
}
.statement_container .catch .catch_desc {
	margin-top: 8vw;
	font-size: 4.267vw;
	line-height: 1.5;
}
.statement_container .catch .catch_desc > strong {
	display: block;
	font-weight: bold;
}
.statement_container .catch .catch_text {
	margin-top: 9.333vw;
	font-size: 4.267vw;
	font-weight: bold;
	line-height: 1.6;
}

/* card */
.statement_container .card {
	display: block;
}
.statement_container .card .card_obj {
	overflow: hidden;
}
.statement_container .card .card_obj > img {
	width: 100%;
}
.statement_container .card .card_title {
	margin-top: 8vw;
	padding: 0 6.133vw;
}
.statement_container .card .card_title:first-child {
	margin-top: 0;
}
.statement_container .card .card_title > img {
	width: 100%;
}
.statement_container .card .card_text {
	margin-top: 8vw;
	font-size: 4.267vw;
	line-height: 1.5;
}
.statement_container .card .card_text:first-child {
	margin-top: 0;
}
.statement_container .card .card_link {
	margin-top: 6.933vw;
	text-align: right;
}
.statement_container .card .card_linkitem {
	position: relative;
	display: inline-block;
	padding-bottom: 1.067vw;
	padding-right: 3.2vw;
	color: #000;
	font-size: 3.2vw;
	font-weight: bold;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.statement_container .card .card_linkitem::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 13.333vw;
	height: 1.867vw;
	background-image: url("../img/icon_arrow_link.svg");
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* ---------------------------------------------
*   botton
--------------------------------------------- */
/* btn_more */
.statement_container .btn_more {
	display: inline-block;
	width: 100%;
	padding: 3.2vw 1.333vw;
	background-color: #fff;
	border: 0.267vw solid #aaa;
	border-radius: 6.667vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #000;
	font-size: 3.733vw;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.statement_container .btn_more.is-open {
	background-color: #000;
	color: #fff;
}

/* 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/icon_arrow_link.svg");
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* ---------------------------------------------
*   modal
--------------------------------------------- */
/* modal */
.statement_container .modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}
.statement_container .modal.is-open {
	display: block;
}
.statement_container .modal .modal_contents {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 91.467vw;
	height: calc(100dvh - 26.667vw);
	padding: 16vw 4.8vw 9.6vw;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow-y: auto;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.statement_container .modal .modal_header {
	font-size: 9.067vw;
	font-weight: bold;
	line-height: 1.2;
}
.statement_container .modal .modal_body {
	margin-top: 10.667vw;
}
.statement_container .modal .modal_btn {
	margin-top: 8vw;
}