@charset "UTF-8";
/* ===========================================
 * 多摩ニュータウン コンフォール諏訪 brand
 * ======================================== */
/* ---------------------------------------------
*   section / layout
--------------------------------------------- */
/* sec_brand */
.cfs_container .sec_brand {
	position: relative;
	margin-top: 100px;
}
.cfs_container .sec_brand:first-child {
	margin-top: 0;
}
.cfs_container .sec_brand .sec_brand_inner {
	width: 800px;
	margin: 0 auto;
}
.cfs_container .sec_brand .sec_brand_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 16px;
	opacity: 0;
	-webkit-transform: translate(-20%, 0);
	        transform: translate(-20%, 0);
}
.cfs_container .sec_brand .sec_brand_header > span {
	font-size: 16px;
	font-weight: bold;
}
.cfs_container .sec_brand .sec_brand_header.is-show {
	-webkit-animation: fadein_left 1s 0.5s ease forwards;
	        animation: fadein_left 1s 0.5s ease forwards;
}
.cfs_container .sec_brand .sec_brand_body {
	margin-top: 50px;
}
.cfs_container .sec_brand.sec_brand--first::after {
	content: "";
	position: absolute;
	bottom: -370px;
	right: 0;
	z-index: -1;
	display: inline-block;
	width: 50%;
	height: 504px;
	background-image: url("../img/common/bg_dot_right.png");
	background-repeat: repeat-x;
	background-size: 1024px 504px;
}
.cfs_container .sec_brand.sec_brand--first .sec_brand_header::before {
	content: "";
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: inline-block;
	height: 12px;
	background-color: #a8cd21;
	border-radius: 6px;
}
.cfs_container .sec_brand.sec_brand--first .sec_brand_header::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #a8cd21;
	border-radius: 50%;
}
.cfs_container .sec_brand.sec_brand--second::after {
	content: "";
	position: absolute;
	bottom: -130px;
	left: 0;
	z-index: -1;
	display: inline-block;
	width: 50%;
	height: 504px;
	background-image: url("../img/common/bg_dot_left.png");
	background-repeat: repeat-x;
	background-size: 1024px 504px;
	background-position: center right;
}
.cfs_container .sec_brand.sec_brand--second .sec_brand_header::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #a8cd21;
	border-radius: 50%;
}
.cfs_container .sec_brand.sec_brand--second .sec_brand_header::after {
	content: "";
	display: inline-block;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 12px;
	background-color: #a8cd21;
	border-radius: 6px;
}
.cfs_container .sec_brand.sec_brand--third .sec_brand_header::before {
	content: "";
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: inline-block;
	height: 12px;
	background-color: #a8cd21;
	border-radius: 6px;
}
.cfs_container .sec_brand.sec_brand--third .sec_brand_header::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #a8cd21;
	border-radius: 50%;
}

/* ---------------------------------------------
*   module
--------------------------------------------- */
/* flow */
.cfs_container .brand .brand_obj {
	opacity: 0;
	-webkit-transform: translate(-20%, 0);
	        transform: translate(-20%, 0);
}
.cfs_container .brand .brand_obj > img {
	border-radius: 16px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}
.cfs_container .brand .brand_obj.is-show {
	-webkit-animation: fadein_left 1s 0.5s ease forwards;
	        animation: fadein_left 1s 0.5s ease forwards;
}
.cfs_container .brand .brand_desc {
	margin-top: 40px;
	opacity: 0;
	-webkit-transform: translate(-20%, 0);
	        transform: translate(-20%, 0);
}
.cfs_container .brand .brand_desc:first-child {
	margin-top: 0;
}
.cfs_container .brand .brand_desc.is-show {
	-webkit-animation: fadein_left 1s 0.5s ease forwards;
	        animation: fadein_left 1s 0.5s ease forwards;
}
.cfs_container .brand .brand_title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
}
.cfs_container .brand .brand_text {
	margin-top: 16px;
	font-size: 16px;
	line-height: 1.6;
}
.cfs_container .brand .brand_item {
	position: relative;
	margin-top: 45px;
	padding-bottom: 537px;
}
.cfs_container .brand .brand_item:first-child {
	margin-top: 0;
}
.cfs_container .brand .brand_item .brand_card {
	position: absolute;
	width: 340px;
	opacity: 0;
}
.cfs_container .brand .brand_item .brand_card:first-child {
	width: 520px;
}
.cfs_container .brand .brand_item .brand_card > img {
	border-radius: 16px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}
.cfs_container .brand .brand_item .brand_card .brand_caption {
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.6;
}
.cfs_container .brand .brand_item .brand_card:first-child {
	z-index: 2;
	top: 0;
	left: 0;
}
.cfs_container .brand .brand_item .brand_card:first-child .brand_caption {
	padding-right: 100px;
}
.cfs_container .brand .brand_item .brand_card:first-child.is-show {
	-webkit-animation: fadein_blur 1s 0.5s ease forwards;
	        animation: fadein_blur 1s 0.5s ease forwards;
}
.cfs_container .brand .brand_item .brand_card:last-child {
	z-index: 1;
	top: 204px;
	right: 0;
}
.cfs_container .brand .brand_item .brand_card:last-child.is-show {
	-webkit-animation: fadein_blur 1s 0.8s ease forwards;
	        animation: fadein_blur 1s 0.8s ease forwards;
}
.cfs_container .brand .brand_item.brand_item--reverse {
	padding-bottom: 455px;
}
.cfs_container .brand .brand_item.brand_item--reverse .brand_card:first-child {
	left: auto;
	right: 0;
}
.cfs_container .brand .brand_item.brand_item--reverse .brand_card:first-child .brand_caption {
	padding-left: 94px;
	padding-right: 0;
}
.cfs_container .brand .brand_item.brand_item--reverse .brand_card:last-child {
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
}

/* ---------------------------------------------
*   botton
--------------------------------------------- */