@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;
}

/* ------------------------------------
	* contents
* ------------------------------------ */
.cmBox ul {
	display: flex;
	justify-content: space-evenly;
	padding-top: 30px;
	gap: 8%;
}
.cmBox ul > li {
	flex: 1;
}
.playerCover {
	width: auto;
    height: 250px;
	position: relative;
}
.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: cover;
}
.playerCover iframe {
	width: 100%;
    height: 250px;
}
/* .playerCover iframe {
    width: 435px !important;
    height: 243px !important;
} */

.content-video {
	position: relative;
}

.button_video {
	position: absolute;
	left: calc(50% - 42px);
	top: calc(50% - 9px);
	width: 50%;
	z-index: 10;
}

.button_video img {
	width: 360px;
	cursor: pointer;
}
.button_video img:hover {
	opacity: 0.8;
}

.ap-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	background: transparent;
}
.ap-modal.is-open {
	display: flex;
}
.ap-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}
.ap-modal__dialog {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	width: 980px;
	max-width: calc(100vw - 40px);
	background: #fff;
	color: #111;
	padding: 56px 64px 40px;
	box-sizing: border-box;
	font-family: "Times New Roman", Times, serif;
	overflow: visible;
}
.ap-modal__close {
	position: absolute;
	right: -860px;
	top: 24px;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	transform: translateX(2px);
}
.ap-modal__close img {
	display: block;
	width: 40px;
	height: auto;
}
.ap-modal__closeLabel {
	display: block;
	font-size: 18px;
	line-height: 1;
	color: #111;
	letter-spacing: 0.02em;
}
.ap-modal__content {
	font-size: 22px;
	line-height: 1.6;
}
.ap-modal__dialog,
.ap-modal__dialog * {
	color: #111;
}
.ap-modal__cols {
	display: flex;
	gap: 56px;
	align-items: flex-start;
	justify-content: space-between;
}
.ap-modal__col {
	flex: 1;
	text-align: left;
	letter-spacing: 0.02em;
}
.ap-modal__mt {
	margin-top: 26px;
}
.ap-modal__em {
	letter-spacing: 0.06em;
}
.ap-modal__rule {
	margin-top: 34px;
	border-top: 2px solid #9ab0b9;
}
.ap-modal__credits {
	margin-top: 22px;
	font-size: 18px;
	line-height: 1.8;
}
.ap-modal__credits p {
	margin: 0;
}

.link-img {
	position: absolute;
    left: 50.05%;
    bottom: 56.5%;
}
.link-img img {
	padding-left: 4px;
	width: 16px;
	padding-bottom: 3px;
}

.link-img a {
	color: #528494;
	font-family: "Times New Roman", Times, serif;
}

/* ------------------------------------
	* utility classes
* ------------------------------------ */
.mb-0 {
	margin-bottom: 0 !important;
}

/* ------------------------------------
	* section styles
* ------------------------------------ */
.section-bg-2 {
	background-image: url('../images/PC_02.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	width: 90%;
	margin: 0 auto;
}
.section-bg-3 {
	padding-bottom: 120px;
}

.section-bg-4 {
	position: relative;

}
.w-100-4 {
	width: 90%;
    height: auto;
    display: block;
	margin: 0 auto;
}

.section-bg-5 {
	background-image: url('../images/PC_07.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 90vh;
	margin: 0 auto;
	width: 90%;
}

/* ------------------------------------
	* layout classes
* ------------------------------------ */
.w-100 {
	width: 90%;
}
.w-50 {
	width: 50%;
}
.w-55 {
	width: 55%;
}
.w-55-center {
	width: 55%;
	margin: auto;
}
.pt-76 {
	padding-top: 100px;
}

/* ------------------------------------
	* text styles
* ------------------------------------ */

.text_video {
	color: #111111;
	font-family: "Times New Roman", Times, serif;
}

/* ------------------------------------
	* flexbox layouts
* ------------------------------------ */
.p-10 {
	padding: 10px;
}

@media print{
	#contentMain .guard img {
		visibility: hidden;
	}
	h1:before {
		content: '新生活住まい応援キャンペーン';
	}
}




