@charset "utf-8";
/*********************************************************************
 *
 *  For 分譲地 詳細
 *
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
	padding-top: 30px;
	padding-bottom: 50px;
}

.sec_mv_wrap .clms_wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	min-height: 365px;
}

.sec_mv_wrap .clms_wrap>.clm_wrap:nth-of-type(1) {
	position: relative;
	width: 640px;
}

.sec_mv_wrap .clms_wrap>.clm_wrap:nth-of-type(2) {
	padding-top: 30px;
	width: 460px;
}

.sec_mv_wrap .mv {}

.sec_mv_wrap .mv .item>span {
	display: block;
	padding-top: 75%;
	width: 100%;
	height: 0;
	background-position: center;
	background-size: cover;
}

.sec_mv_wrap .mv .slick-dots {
	position: absolute;
	left: 0;
	bottom: 20px;
	justify-content: flex-end;
	padding: 0 20px;
}

.sec_mv_wrap .mv .slick-dots button:before {
	background-color: #F1F1F1;
}

.sec_mv_wrap .cat_wrap {
	display: flex;
	margin-bottom: 20px;
}

.sec_mv_wrap .cat_wrap .status {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	z-index: 1;
}

.sec_mv_wrap .cat_wrap>div+div {
	margin-left: 10px;
}

.sec_mv_wrap .cat_wrap>div>span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	height: 30px;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	/* border: 1px solid #000 */
}

.sec_mv_wrap .cat_wrap .area>span {
	color: #FFF;
	background-color: #000;
}

.sec_mv_wrap .cat_wrap .status>span {
	color: #FFF;
	background-color: #000;
}

.sec_mv_wrap .cat_wrap .cat>span.tochi_1 {
    background-color: #0089D2;
}

.sec_mv_wrap .cat_wrap .cat>span.tochi_2 {
    background-color:#EC6C26;
}

.sec_mv_wrap .cat_wrap .cat>span.kodate_1 {
    background-color:#6E6E6E;
}

.sec_mv_wrap .cat_wrap .cat>span.kodate_3 {
    background-color:#E03B57;
}

.sec_mv_wrap .cat_wrap .cat>span.kodate_2 {
    background-color:#746FAF;
}

.sec_mv_wrap .cat_wrap .cat>span.mansion_2 {
    background-color:#8CB808;
}

.sec_mv_wrap .ttl_wrap {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #707070;
}

.sec_mv_wrap .ttl_wrap .area {
	display: none;
}

.sec_mv_wrap .post_ttl {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
}

.sec_mv_wrap .post_copy {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec_mv_wrap .overview {
	margin-top: 20px;
	line-height: 1.4;
}

.sec_mv_wrap .overview>ul>li {
	display: flex;
	align-items: flex-start;
}

.sec_mv_wrap .overview>ul>li+li {
	margin-top: 10px;
}

.sec_mv_wrap .overview .ttl {
	flex: none;
	margin-right: 10px;
	width: 95px;
	text-align: center;
	border-right: 1px solid #000;
}

.sec_mv_wrap .overview .desc .price {
	font-size: 2.0rem;
	line-height: 1;
}

.sec_mv_wrap .stats_text {
	display: flex;
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.4;
}

.sec_mv_wrap .btn_wrap_model_house {
	margin: 60px auto 0;
	width: 350px;
}

.sec_mv_wrap .btn_wrap_model_house a+a {
	margin-top: 15px;
}

.sec_mv_wrap .gmap.s2Map {
	height: 500px;
    margin-top: 55px;
}

@media (max-width: 767px) {
	.sec_mv_wrap {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.sec_mv_wrap .clms_wrap {
		display: block;
		min-height: auto;
	}

	.sec_mv_wrap .clms_wrap>.clm_wrap:nth-of-type(1) {
		width: auto;
	}

	.sec_mv_wrap .clms_wrap>.clm_wrap:nth-of-type(2) {
		width: auto;
	}

	.sec_mv_wrap .mv {
		position: relative;
		margin: 0 -20px;
		width: calc(100% + 40px);
	}

	.sec_mv_wrap .cat_wrap {
		flex-wrap: wrap;
		margin-bottom: 15px;
	}

	.sec_mv_wrap .cat_wrap>div+div {
		margin-left: 0;
	}

	.sec_mv_wrap .cat_wrap .cat {
		width: 100%;
	}

	.sec_mv_wrap .cat_wrap .status {
		left: -20px;
	}

	.sec_mv_wrap .cat_wrap .area {
		display: none;
	}

	.sec_mv_wrap .ttl_wrap {
		display: flex;
		align-items: flex-start;
	}

	.sec_mv_wrap .ttl_wrap .area {
		flex: initial;
		display: block;
		min-width: 55px;
		width: auto;
		margin-right: 5px;
	}

	.sec_mv_wrap .ttl_wrap .area>span {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 2px;
		padding: 0 10px;
		height: 24px;
		color: #FFF;
		font-size: 1.5rem;
		font-weight: 500;
		text-align: center;
		background-color: #000;
		border: 1px solid #000
	}

	.sec_mv_wrap .overview {
		font-size: 1.3rem;
	}

	.sec_mv_wrap .overview>ul>li+li {
		margin-top: 5px;
	}

	.sec_mv_wrap .overview .ttl {
		flex: none;
		margin-right: 10px;
		width: 90px;
		text-align: center;
		border-right: 1px solid #000;
	}

	.sec_mv_wrap .overview .desc .price {
		font-size: 1.6rem;
	}

	.sec_mv_wrap .btn_wrap_model_house {
		margin: 30px auto 0;
		width: auto;
	}

	.sec_mv_wrap .btn_wrap_model_house a+a {
		margin-top: 15px;
	}

	.sec_mv_wrap .gmap.s2Map {
		height: 350px;
		margin-top: 30px;
	}
}


/* ---------------------------------------------------- */
/* sec_post_wrap */
/* ---------------------------------------------------- */
.sec_post_wrap {
	padding-bottom: 70px;
}

.sec_post_wrap .post_desc {
	margin-bottom: 100px;
	line-height: 2;
	text-align: center;
}

.sec_post_wrap .clms_wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.sec_post_wrap .clms_wrap>.clm_wrap:nth-of-type(1) {
	width: 640px;
}

.sec_post_wrap .clms_wrap>.clm_wrap:nth-of-type(2) {
	width: 460px;
}

.sec_post_wrap article+article {
	margin-top: 60px;
}

.sec_post_wrap .art_ttl {
	margin-bottom: 30px;
}

.sec_post_wrap .slide_1 .slick-track {
	display: flex;
	line-height: 0;
	background-color: #6E6E6E;
}

.sec_post_wrap .slide_1 .item .img {
	position: relative;
	display: block;
	border: 1px solid #000;
	border-bottom: none;
}

.sec_post_wrap .slide_1 .item .img::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 34px;
	height: 34px;
	background-color: #000;
	background-image: url(../../common/img/ico/zoom_1.svg);
	background-size: 18px auto;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.3s ease-in-out;
}

.sec_post_wrap .slide_1 .item .img:hover::after {
	background-color: #585858;
}

.sec_post_wrap .slide_1 .item .img>span {
	display: block;
	padding-top: 75%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.sec_post_wrap .slide_1 .item .caption {
	padding: 10px 30px;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: justify;
}

.sec_post_wrap .slide_1 .slick-dots {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0;
	padding-top: 68%;
	justify-content: center;
	pointer-events: none;
}

.sec_post_wrap .slide_1 .slick-dots button {
	pointer-events: all;
}

.sec_post_wrap .slide_1 .slick-dots button:before {
	background-color: #F1F1F1;
}

.sec_post_wrap .slide_1 .slick-next,
.sec_post_wrap .slide_1 .slick-prev {
	position: absolute;
	top: 50%;
	display: block;
	width: 34px;
	height: 34px;
	border: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	outline: 0;
	z-index: 10;
	cursor: pointer;
	background-color: #000;
	transition: 0.3s ease-in-out;
}

.sec_post_wrap .slide_1 .slick-prev {
	left: 0;
	transform: translateY(-50%) scale(-1, -1);
}

.sec_post_wrap .slide_1 .slick-next {
	right: 0;
	transform: translateY(-50%);
}

.sec_post_wrap .slide_1 .slick-prev:before,
.sec_post_wrap .slide_1 .slick-next:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 14px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: translate(-80%, -50%) rotate(45deg);
	transition: 0.3s ease-in-out;
}

.sec_post_wrap .slide_ctrl {
	margin: 20px auto 0;
	width: 360px;
}

.sec_post_wrap .slide_ctrl .item {
	position: relative;
	margin: 0 5px;
}

.sec_post_wrap .slide_ctrl .slick-current .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 4px solid #000;
}

.sec_post_wrap .slide_ctrl .item .img>span {
	display: block;
	padding-top: 75%;
	background-size: cover;
	background-position: center;
	background-color: #FFF;
}

.sec_post_wrap .slide_ctrl .slick-next,
.sec_post_wrap .slide_ctrl .slick-prev {
	position: absolute;
	top: 50%;
	display: block;
	width: 34px;
	height: 34px;
	border: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	outline: 0;
	z-index: 10;
	cursor: pointer;
	background-color: transparent;
	transition: 0.3s ease-in-out;
}

.sec_post_wrap .slide_ctrl .slick-prev {
	left: -50px;
	transform: translateY(-50%) scale(-1, -1);
}

.sec_post_wrap .slide_ctrl .slick-next {
	right: -50px;
	transform: translateY(-50%);
}

.sec_post_wrap .slide_ctrl .slick-prev:before,
.sec_post_wrap .slide_ctrl .slick-next:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 14px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: translate(-80%, -50%) rotate(45deg);
	transition: 0.3s ease-in-out;
}

.sec_post_wrap .location_wrap .gmap {
	margin-bottom: 10px;
	height: 350px;
}

.sec_post_wrap .location_wrap .address {
	margin-bottom: 10px;
	font-size: 1.8rem;
	text-align: center;
}

.sec_post_wrap .location_wrap .carnav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	padding: 10px;
	color: #FFF;
	font-size: 1.5rem;
	background-color: #A0A29E;
}

.sec_post_wrap .location_wrap .carnav>span:nth-of-type(1) {
	flex: initial;
	width: auto;
	white-space: nowrap;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #FFF;
}

.sec_post_wrap .location_wrap .list_1 {
	margin-top: 30px;
	font-size: 1.5rem;
	text-align: center;
}

.sec_post_wrap .location_wrap .list_1>ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-bottom: -30px;
}

.sec_post_wrap .location_wrap .list_1>ul>li {
	flex: none;
	margin-right: 20px;
	margin-bottom: 30px;
	width: calc(50% - 20px);
}

.sec_post_wrap .location_wrap .list_1 .img {
	margin-bottom: 10px;
}

.sec_post_wrap .location_wrap .list_1 .img>span {
	display: block;
	padding-top: 68%;
	background-size: cover;
	background-position: center;
}

.sec_post_wrap .location_wrap .list_2 {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #707070;
	font-size: 1.5rem;
}

.sec_post_wrap .location_wrap .list_2>ul>li {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.sec_post_wrap .location_wrap .list_2>ul>li+li {
	margin-top: 20px;
}

.sec_post_wrap .location_wrap .list_2>ul>li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 0;
	border-bottom: 1px dotted #5D5D5D;
}

.sec_post_wrap .location_wrap .list_2 .name,
.sec_post_wrap .location_wrap .list_2 .distance {
	position: relative;
	background-color: #FFF;
}

.sec_post_wrap .location_wrap .list_2 .name {
	padding-right: 10px;
}

.sec_post_wrap .location_wrap .list_2 .distance {
	padding-left: 10px;
}

.sec_post_wrap .location_wrap .caption_1 {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #707070;
}

@media (max-width: 767px) {
	.sec_post_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 50px;
		background-color: #F1F1F1;
	}

	.sec_post_wrap .post_desc {
		margin-bottom: 50px;
		line-height: 1.6;
		text-align: justify;
	}

	.sec_post_wrap .clms_wrap {
		position: relative;
		display: block;
	}

	.sec_post_wrap .clms_wrap>.clm_wrap:nth-of-type(1) {
		width: auto;
	}

	.sec_post_wrap .clms_wrap>.clm_wrap:nth-of-type(2) {
		margin-top: 50px;
		width: auto;
	}

	.sec_post_wrap article+article {
		margin-top: 50px;
	}

	.sec_post_wrap .art_ttl {
		margin-bottom: 15px;
		text-align: center;
	}

	.sec_post_wrap .slide_1 .item .caption {
		padding: 10px 20px;
		font-size: 1.2rem;
	}

	.sec_post_wrap .location_wrap .address {
		font-size: 1.6rem;
	}

	.sec_post_wrap .location_wrap .carnav {
		font-size: 1.3rem;
	}

	.sec_post_wrap .location_wrap .list_1 {
		margin-top: 20px;
		font-size: 1.3rem;
	}

	.sec_post_wrap .location_wrap .list_1>ul {
		margin-right: -15px;
		margin-bottom: -20px;
	}

	.sec_post_wrap .location_wrap .list_1>ul>li {
		margin-right: 15px;
		margin-bottom: 20px;
		width: calc(50% - 15px);
	}

	.sec_post_wrap .location_wrap .list_1 .img {
		margin-bottom: 5px;
	}

	.sec_post_wrap .location_wrap .list_2 {
		padding-top: 15px;
		margin-top: 15px;
		font-size: 1.3rem;
	}

	.sec_post_wrap .location_wrap .list_2>ul>li {
		position: relative;
		display: flex;
		justify-content: space-between;
	}

	.sec_post_wrap .location_wrap .list_2>ul>li+li {
		margin-top: 10px;
	}

	.sec_post_wrap .location_wrap .list_2 .name,
	.sec_post_wrap .location_wrap .list_2 .distance {
		background-color: #F1F1F1;
	}

	.sec_post_wrap .location_wrap .list_2 .name {
		padding-right: 5px;
	}

	.sec_post_wrap .location_wrap .list_2 .distance {
		padding-left: 5px;
	}

	.sec_post_wrap .location_wrap .caption_1 {
		padding-top: 15px;
		margin-top: 15px;
		font-size: 1.1rem;
	}

	.sec_post_wrap .slide_1 .slick-next,
	.sec_post_wrap .slide_1 .slick-prev {
		width: 20px;
	}

	.sec_post_wrap .slide_1 .slick-prev {
		left: -20px;
	}

	.sec_post_wrap .slide_1 .slick-next {
		right: -20px;
	}

	.sec_post_wrap .slide_1 .slick-prev:before,
	.sec_post_wrap .slide_1 .slick-next:before {
		width: 10px;
		height: 10px;
	}

	.sec_post_wrap .slide_ctrl {
		width: 280px;
	}

	.sec_post_wrap .slide_ctrl .slick-next,
	.sec_post_wrap .slide_ctrl .slick-prev {
		width: 20px;
	}

	.sec_post_wrap .slide_ctrl .slick-prev {
		left: -25px;
	}

	.sec_post_wrap .slide_ctrl .slick-next {
		right: -25px;
	}

	.sec_post_wrap .slide_ctrl .slick-prev:before,
	.sec_post_wrap .slide_ctrl .slick-next:before {
		width: 10px;
		height: 10px;
	}

}



/* ---------------------------------------------------- */
/* sec_outline_wrap */
/* ---------------------------------------------------- */
.sec_outline_wrap {
	padding-bottom: 80px;
}

.sec_outline_wrap .sec_ttl {
	margin-bottom: 30px;
}

.sec_outline_wrap .clms_wrap {
	display: flex;
	justify-content: space-between;
}

.sec_outline_wrap .clms_wrap>.clm_wrap {
	flex: none;
	width: 560px;
}

.sec_outline_wrap .list_1 table {
	width: 100%;
	border: 1px solid #707070;
}

.sec_outline_wrap .list_1 th {
	padding: 10px;
	width: 140px;
	white-space: nowrap;
	background-color: #E8E8E8;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

.sec_outline_wrap .list_1 td {
	padding: 10px;
	border-bottom: 1px solid #707070;
}

@media (max-width: 767px) {
	.sec_outline_wrap {
		padding-bottom: 50px;
	}

	.sec_outline_wrap .sec_ttl {
		margin-bottom: 20px;
		text-align: center;
	}

	.sec_outline_wrap .clms_wrap {
		display: block;
	}

	.sec_outline_wrap .clms_wrap>.clm_wrap {
		width: auto;
	}

	.sec_outline_wrap .clms_wrap>.clm_wrap+.clm_wrap {
		margin-top: -1px;
	}

	.sec_outline_wrap .list_1 table {
		font-size: 1.3rem;
	}

	.sec_outline_wrap .list_1 th {
		padding: 5px 7px;
		width: 130px;
	}

	.sec_outline_wrap .list_1 td {
		padding: 5px 7px;
	}
}


/* ---------------------------------------------------- */
/* sec_merit_wrap */
/* ---------------------------------------------------- */
.sec_merit_wrap {
	padding-bottom: 80px;
}

.sec_merit_wrap .block {
	padding: 0 80px 80px;
	background-color: #F1F1F1;
	border-radius: 30px;
}

.sec_merit_wrap .sec_ttl {
	display: table;
	margin: 0 auto 50px;
	padding: 0 60px 30px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	background-color: #FFF;
	border-radius: 0 0 20px 20px;
}

.sec_merit_wrap .list_1>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -30px;
}

.sec_merit_wrap .list_1>ul>li {
	margin-right: 30px;
	width: calc(33.33% - 30px);
}

.sec_merit_wrap .list_1 .ttl {
	margin-bottom: 20px;
	padding: 5px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	background-color: #FFF;
}

.sec_merit_wrap .list_1 .desc {
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.sec_merit_wrap .list_1>.quo-card-none>li {
		display: flex;
		margin-right: 30px;
		width: calc(50% - 30px);
	}

	.sec_merit_wrap .list_1>.quo-card-none>li>.box {
		display: block;
		width: 220px;
		margin: 0 10px 0 0;
	}

	.sec_merit_wrap .list_1>.quo-card-none>li>.desc {
		width: 175px;
		line-height: 1.4;
	}
}


@media (max-width: 767px) {
	.sec_merit_wrap {
		padding-bottom: 50px;
	}

	.sec_merit_wrap .block {
		padding: 0 20px 40px;
		border-radius: 10px;
	}

	.sec_merit_wrap .sec_ttl {
		display: table;
		margin: 0 auto 15px;
		padding: 0 20px 10px;
		border-radius: 0 0 10px 10px;
	}

	.sec_merit_wrap .list_1>ul {
		margin-right: 0;
		margin-bottom: -30px;
	}

	.sec_merit_wrap .list_1>ul>li {
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.sec_merit_wrap .list_1 .ttl {
		margin-bottom: 15px;
	}

	.sec_merit_wrap .list_1 .desc {
		font-size: 1.5rem;
		line-height: 1.6;
	}
}



/* ---------------------------------------------------- */
/* sec_voice_wrap */
/* ---------------------------------------------------- */
.sec_voice_wrap {
	padding-bottom: 100px;
}

.sec_voice_wrap .clms_wrap {
	display: flex;
	justify-content: center;
	padding: 70px;
	border: 3px solid #000;
	border-radius: 30px;
}

.sec_voice_wrap .clms_wrap>.clm_wrap:nth-of-type(1) {
	flex: none;
	width: 610px;
}

.sec_voice_wrap .clms_wrap>.clm_wrap:nth-of-type(2) {
	flex: none;
	margin-left: 20px;
	width: 230px;
}

.sec_voice_wrap .sec_ttl {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	padding: 0 20px;
	font-size: 3.0rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	white-space: nowrap;
	background-color: #FFF;
}

.sec_voice_wrap .sec_ttl::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	display: block;
	width: calc(100% - 40px);
	height: 10px;
	background-color: #FFEF24;
}

.sec_voice_wrap .ttl_1 {
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: 500;
}

.sec_voice_wrap .desc_1 {
	font-size: 1.5rem;
}

@media (max-width: 767px) {
	.sec_voice_wrap {
		padding-bottom: 50px;
	}

	.sec_voice_wrap .clms_wrap {
		display: block;
		padding: 50px 20px 30px;
		border-radius: 20px;
	}

	.sec_voice_wrap .clms_wrap>.clm_wrap:nth-of-type(1) {
		width: auto;
	}

	.sec_voice_wrap .clms_wrap>.clm_wrap:nth-of-type(2) {
		margin: 0;
		margin-top: 10px;
		width: auto;
	}

	.sec_voice_wrap .sec_ttl {
		padding: 0 10px;
		font-size: 2.4rem;
	}

	.sec_voice_wrap .sec_ttl::after {
		bottom: -10px;
		width: calc(100% - 20px);
		height: 5px;
	}

	.sec_voice_wrap .ttl_1 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}

	.sec_voice_wrap .img {
		margin: 0 auto;
		width: 70%;
	}
}

/* ---------------------------------------------------- */
/* sec_registration_wrap */
/* ---------------------------------------------------- */
.sec_registration_wrap .block_1 {
	padding: 30px;
	margin: 0 auto;
	width: 860px;
	background-color: #FFF;
}

.sec_registration_wrap .sec_ttl {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
}

.sec_registration_wrap .sec_ttl::before {
	content: "";
	display: block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background-image: url(../../common/img/ico/limited_2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 767px) {
	.sec_registration_wrap .block_1 {
		padding: 30px 20px;
		margin: 0 -20px;
		width: auto;
	}

	.sec_registration_wrap .sec_ttl {
		display: block;
		margin-bottom: 20px;
		font-size: 1.7rem;
	}

	.sec_registration_wrap .sec_ttl::before {
		margin: 0 auto 5px;
	}
}

/* ---------------------------------------------------- */
/* sec_other_wrap */
/* ---------------------------------------------------- */
.sec_other_wrap {
	padding-top: 100px;
}

.sec_other_wrap .sec_ttl {
	margin-bottom: 40px;
}

.sec_other_wrap .archive_wrap .archive_item {
	padding: 0 5px;
	width: 375px;
}

@media (max-width: 767px) {
	.sec_other_wrap {
		padding-top: 70px;
	}

	.sec_other_wrap .sec_ttl {
		margin-bottom: 20px;
	}

	.sec_other_wrap .archive_wrap {
		margin: 0 -10px;
	}

	.sec_other_wrap .slick-track {
		display: flex;
	}

	.sec_other_wrap .slick-slide {
		float: none;
		height: auto;
	}

	.sec_other_wrap .slick-slide>div {
		height: 100%;
	}

	.sec_other_wrap .slick-slide>div>li {
		height: 100%;
	}

	.sec_other_wrap .archive_wrap .archive_item {
		padding: 0;
		width: auto;
		height: 100%;
	}

	.sec_other_wrap .archive_wrap .archive_item a {
		height: 100%;
		background-color: #F1F1F1;
	}

}
/* ---------------------------------------------------- */
/* sec_cv_wrap */
/* ---------------------------------------------------- */
.sec_cv_wrap .btn_wrap_model_house {
	margin: 60px auto 0;
	width: 350px;
}

.sec_cv_wrap .btn_wrap_model_house a+a {
	margin-top: 15px;
}

@media (max-width: 767px) {
	.sec_cv_wrap .btn_wrap_model_house {
		margin: 30px auto 0;
		width: auto;
	}
}



/* ---------------------------------------------------- */
/* content-banner */
/* ---------------------------------------------------- */
.content-banner {
	margin: 0 0 100px;
}

.campaign-banner {
	display: block;
	margin: 0 0 60px;
}

.modelhouse__title {
	margin: 0 0 30px;
	font-weight: 600;
	font-size: clamp(16px, 5vw, 30px);
	text-align: center;
	white-space: nowrap; /* 折返し禁止 */
}

.content-banner__list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.content-banner__item a{
  display:block;
  position:relative;
  border-radius:8px;
  overflow:hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

/* --- PC用 hover エフェクト --- */
@media (hover: hover) and (pointer: fine) {
  .content-banner__item a:hover,
  .content-banner__item a:focus-visible{
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
  }

  .content-banner__item a:hover .content-banner__picture img,
  .content-banner__item a:focus-visible .content-banner__picture img{
    filter: brightness(1.05);
    transform: scale(1.02);
  }
}

/* --- スマホ用 active エフェクト --- */
@media (hover: none) and (pointer: coarse) {
  .content-banner__item a:active {
    transform: scale(0.97);
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
  }
}

.content-banner__picture img{
  display:block;
  width:100%;
  height:auto;
  transition: transform .25s ease, filter .25s ease;
}

@media (max-width: 767px) {
	.campaign-banner {
		width: 100vw;
		margin: 0 -20px 60px;
	}
	
	.content-banner__list {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
}