@charset "utf-8";
/*********************共通tab*********************/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;;
}
.tab-label {
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
}
.tab-label .tab-label-color{
  background-color: #ededea;
  color: #313131;
  display: block;
  transition: .5s;
}
.tab-switch:checked+.tab-label .tab-label-color {
  background: #666666;
  color: #fff;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .5s opacity;
}
.tab-switch {
  display: none;
}
@media screen and (max-width: 1199px){
	.tab-label {
		padding-right: 0.25rem;
		padding-left: 0.25rem;
		line-height: 2.2rem;
		font-size: 1rem;
		margin-bottom: 4rem;
	}
	.tab-label .tab-label-color{
	border-radius: 1.1rem;
	}
}
@media screen and (min-width: 1200px){
	.tab-label {
		padding-right: 0.8rem;
		padding-left: 0.8rem;
		line-height: 3.2rem;
		font-size: 1.4rem;
		margin-bottom: 5.6rem;
	}
	.tab-label .tab-label-color{
	border-radius: 1.6rem;
	}
}
/* 個別設定 */
@media screen and (max-width: 1199px){
	.tab-label-sp-75 .tab-label{
		max-width: 7.5rem;
	}
	.tab-label-sp-90 .tab-label{
		max-width: 9rem;
	}
}
@media screen and (min-width: 1200px){
	.tab-label-sp-75 .tab-label{
		max-width: 10.4rem;
	}
	.tab-label-sp-90 .tab-label{
		max-width: 12rem;
	}
}
/********************* 共通スライド *********************/
/* swiper解除時 */
.common-centermode-slide:not(.swiper-initialized) .swiper-wrapper{
	display: flex;
	margin-right: -1rem;
	margin-left: -1rem;
	width: auto;
	justify-content: center;
	flex-wrap: wrap;
}
.common-centermode-slide:not(.swiper-initialized) .swiper-slide{
	width: 50%;
	padding-right: 1rem;
	padding-left: 1rem;
}
@media screen and (max-width: 991px){
	.common-centermode-slide:not(.swiper-initialized){
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}
	.common-centermode-slide:not(.swiper-initialized) .swiper-slide{
		width: 50%;
	}
}
@media screen and (min-width: 992px){
	.common-centermode-slide:not(.swiper-initialized) .swiper-slide{
		width: calc(100% / 3);
	}
}
/********************* 共通ライン *********************/
.common-after-line::after{
	content: " ";
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 85%;
	height: 1px;
	background-color: rgb(220, 220, 220,0.49);
}
/* ================================================ */
/* main_wrap
------------------------------------------------------ */
#top-all-warap{
	overflow: hidden;
}
.main_wrap{
	position: relative;
	width: 100%;
}
.main_wrap-inner{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
@media screen and (max-width: 767px){
	.main_wrap{
		aspect-ratio: 1 / 1.667;
	}
	.main_wrap-inner{
		left: 0;
	}
}
@media screen and (min-width: 768px){
	.main_wrap{
		height: 100vh;
	}
	.main_wrap-inner{
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		flex-wrap: wrap;
		padding-bottom: 5rem;
	}
}
@media screen and (min-width:768px) and (max-width:1199px){
	.main_wrap-inner{
		width: 85%;
		left: 7.5%;
	}
}
@media screen and (min-width:768px) and (max-width:1399px) and (max-height:630px){
	.main_wrap-inner{
		flex-direction: row;
		align-items: flex-end;
	}
}
@media screen and (min-width: 1200px){
	.main_wrap-inner{
		width: 88.23529411764706%;
		left: 5.88235294117647%;
	}
}
/* swiper */
.fv-swiper-item{
	width: 100%;
	overflow: hidden;
	position: relative;
}
[class*=swiper]:focus {
	outline: none;
}
.fsi-img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#fv-swiper.swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
}
#fv-swiper.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .fsi-img,.swiper-slide-duplicate-active .fsi-img,.swiper-slide-prev .fsi-img {
  animation: zoom 7s linear 0s normal both;
}
@media screen and (max-width: 767px){
	#fv-swiper,.fv-swiper-item{
		height: 100%;
		aspect-ratio: 1 / 1.667;
	}
	.fsi-img01{
		background-image: url("../images/top-fv/fv01-sp.webp");
	}
	.fsi-img02{
		background-image: url("../images/top-fv/fv02-sp.webp");
	}
	.fsi-img03{
		background-image: url("../images/top-fv/fv03-sp.webp");
	}
	.fsi-img04{
		background-image: url("../images/top-fv/fv04-sp.webp");
	}
	.fsi-img05{
		background-image: url("../images/top-fv/fv05-sp.webp");
	}
}
@media screen and (min-width: 768px){
	.fv-swiper-item{
		height: 100vh;
		min-height: 72rem;
	}
	.fsi-img01{
		background-image: url("../images/top-fv/fv01-pc.webp");
	}
	.fsi-img02{
		background-image: url("../images/top-fv/fv02-pc.webp");
	}
	.fsi-img03{
		background-image: url("../images/top-fv/fv03-pc.webp");
	}
	.fsi-img04{
		background-image: url("../images/top-fv/fv04-pc.webp");
	}
	.fsi-img05{
		background-image: url("../images/top-fv/fv05-pc.webp");
	}
}

/* テキスト
--------------------------- */
.main_wrap-txt h1{
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 2rem;
}
.main_wrap-txt{
	line-height: 1.6;
}
@media screen and (min-width:576px) and (max-width:767px){
	.main_wrap-circle{
		max-width: 32rem;
	}
}
@media screen and (max-width: 767px){
	.main_wrap-txt{
		top: calc(16% + 7.6rem);
		position: absolute;
		width: 85%;
		left: 7.5%;
		font-size: 1.1rem;
	}
	.main_wrap-txt h1{
		font-size: 2.4rem;
	}
	.main_wrap-circle{
		width: 85%;
		position: absolute;
		left: 7.5%;
		bottom: 10rem;
	}
}
@media screen and (min-width: 768px){
	.main_wrap-txt{
		padding-bottom: 10rem;
		font-size: 1.8rem;
	}
	.main_wrap-txt h1{
		font-size: 4.6rem;
	}
	.main_wrap-circle{
		width: 36.66666666666667%;
		min-width: 48rem;
	}
}
@media screen and (min-width:768px) and (max-width:1399px) and (max-height:630px){
	.main_wrap-txt{
		flex: 1;
	}
	.main_wrap-circle{
		min-width: 0;
	}
}
/* ================================================ */
/* EVENT イベント
------------------------------------------------------ */
.top-event-tag-wrap{
	display: flex;
	flex-wrap: wrap;
}
.top-event-tag-wrap>.common-cat-name{
	width: 100%;
	margin-right: 1rem;
	margin-top: 0.8rem;
}
@media screen and (max-width: 1199px){
	.top-event-wrap{
		padding-top: 8rem;
	}
	.top-event-wrap .top-bfont{
		margin-bottom: 4rem;
	}
	.common-cat-name{
		margin-bottom: 0.4rem;
	}
}
@media screen and (min-width: 1200px){
	.top-event-wrap{
		padding-top: 15rem;
	}
	.top-event-wrap .top-bfont{
		margin-bottom: 7rem;
	}
}
/* swiper */
@media screen and (max-width: 1199px){
	.ccsp-event{
		margin-top: 4rem;
		margin-bottom: 7rem;
	}
}
@media screen and (min-width: 1200px){
	.top-event-wrap .common-centermode-slide{
		width: 88.23529411764706%;
	}
	.ccsp-event{
		margin-top: 6rem;
		margin-bottom: 8rem;
	}
}
/* swiper無効化 */
.ccs-event:not(.swiper-initialized) .ccsp-event{
	margin-top: 0;
}
@media screen and (min-width:992px) and (max-width:1199px){
	.top-event-wrap .common-centermode-slide:not(.swiper-initialized) .swiper-slide{
		width: 50%;
		margin-bottom: 4rem;
	}
}
@media screen and (min-width: 1200px){
	.top-event-wrap .common-centermode-slide:not(.swiper-initialized) .swiper-wrapper{
		margin-right: -2rem;
		margin-left: -2rem;
	}
	.top-event-wrap .common-centermode-slide:not(.swiper-initialized) .swiper-slide{
		width: 25%;
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
/* ================================================ */
/* CONCEPT コンセプト
------------------------------------------------------ */
@media screen and (min-width: 576px){
	.top-concept-wrap{
		display: flex;
	}
}
@media screen and (max-width: 1199px){
	.top-concept-wrap{
		padding-top: 9.6rem;
		padding-bottom: 7.2rem;
	}
}
@media screen and (min-width: 1200px){
	.top-concept-wrap{
		padding-top: 15rem;
		padding-bottom: 18rem;
		width: 94.1176%;
		margin-right: auto;
		margin-left: auto;
	}
}
/*img*/
@media screen and (max-width: 575px){
.top-concept-img{
	width: 92.5%;
	margin-left: auto;
	margin-bottom: 5.6rem;
}
}
@media screen and (min-width:576px) and (max-width:991px){
	.top-concept-img{
		width: 45%;
	}
}
@media screen and (min-width: 992px){
	.top-concept-img{
		width: 56.25%;
	}
}
/*txt*/
.top-concept-txt-jttl{
	letter-spacing: 0.05em;
	line-height: 1.9;
}
.top-concept-txt-etxt{
	letter-spacing: 0.03em;
}
.top-concept-txt-jtxt{
	letter-spacing: 0.02em;
}
@media screen and (max-width: 575px){
	.top-concept-txt{
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (min-width: 576px){
	.top-concept-txt{
		padding-left: 8.125%;
	}
}
@media screen and (min-width:576px) and (max-width:991px){
	.top-concept-txt{
		width: 55%;
	}
}
@media screen and (min-width: 992px){
	.top-concept-txt{
		width: 43.75%;
	}
}
@media screen and (min-width:576px) and (max-width:1199px){
	.top-concept-txt{
		padding-top: 5rem;
	}
}
@media screen and (max-width: 1199px){
	.top-concept-txt-ettl{
		margin-bottom: 3.2rem;
	}
	.top-concept-txt-jttl{
		font-size: 2.2rem;
		margin-bottom: 1.4rem;
	}
	.top-concept-txt-etxt{
		font-size: 0.9rem;
		margin-bottom: 2.4rem;
	}
	.top-concept-txt-jtxt{
		font-size: 1.4rem;
		line-height: 2.1;
	}
}
@media screen and (min-width: 1200px){
	.top-concept-txt{
		padding-top: 8rem;
	}
	.top-concept-txt-ettl{
		margin-bottom: 5.6rem;
		font-size: 1.9rem;
	}
	.top-concept-txt-jttl{
		font-size: 4rem;
		margin-bottom: 2rem;
	}
	.top-concept-txt-etxt{
		font-size: 1.8rem;
		margin-bottom: 3.2rem;
	}
	.top-concept-txt-jtxt{
		font-size: 1.8rem;
		line-height: 2.4;
	}
}

/* ================================================ */
/* 安心価格～デザイン
------------------------------------------------------ */
.top-four-link-wrap{
	margin-bottom: 6rem;
}
.top-four-link-item-link{
	position: relative;
	z-index: 1;
	display: flex;
	color: #fff;
	flex-direction: column;
	justify-content: flex-end;
	text-decoration: none;
}
.top-four-link-item-link::before,.top-four-link-item-link::after{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top-four-link-item-link::before{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.top-four-link-item.tfli01 .top-four-link-item-link::before{
	background-image: url("../images/top-four-link-item01.webp");
}
.top-four-link-item.tfli02 .top-four-link-item-link::before{
	background-image: url("../images/top-four-link-item02.webp");
}
.top-four-link-item.tfli03 .top-four-link-item-link::before{
	background-image: url("../images/top-four-link-item03.webp");
}
.top-four-link-item.tfli04 .top-four-link-item-link::before{
	background-image: url("../images/top-four-link-item04.webp");
}
.top-four-link-item-link::after{
	background-color: rgba(49,49,49,0.40);
}
@media screen and (min-width: 576px){
	.top-four-link-wrap{
		display: flex;
		flex-wrap: wrap;
	}
	.top-four-link-item{
		width: 50%;
	}
}
@media screen and (max-width: 767px){
	.top-four-link-item-link{
		aspect-ratio: 1 / 0.701;
	}
}
@media screen and (min-width: 768px){
	.top-four-link-item-link{
		aspect-ratio: 1 / 0.494;
	}
}
@media screen and (max-width: 1199px){
	.top-four-link-item-link{
		padding-right: 7.5%;
		padding-left: 7.5%;
		padding-bottom: 3.2rem;
	}
}
@media screen and (min-width: 1200px){
	.top-four-link-item-link{
		padding-right: 8.352941176470588%;
		padding-left: 8.352941176470588%;
		padding-bottom: 6.4rem;
	}
}
/*txt*/
.top-four-link-item-number{
	line-height: 1;
}
.top-four-link-item-ttl{
	line-height: 1.6;
}
.top-four-link-item-subttl{
	line-height: 1;
	opacity: 0.6;
}
/*last*/
.top-four-link-last-btn{
	padding-bottom: 10rem;
	margin-bottom: 9.6rem;
}
@media screen and (max-width: 1199px){
	.top-four-link-all-wrap{
		padding-bottom: 4rem;
	}
	.top-four-link-item-number{
		margin-bottom: 2.4rem;
	}
	.top-four-link-item-ttl{
		font-size: 2rem;
		margin-bottom: 1.6rem;
	}
	.top-four-link-item-subttl{
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 1200px){
	.top-four-link-all-wrap{
		padding-bottom: 9rem;
	}
	.top-four-link-item-number{
		margin-bottom: 3rem;
		font-size: 1.9rem;
	}
	.top-four-link-item-ttl{
		font-size: 3rem;
		margin-bottom: 2rem;
	}
	.top-four-link-item-subttl{
		font-size: 1.8rem;
	}
}

/* ================================================ */
/* WORKS 施工事例
------------------------------------------------------ */
@media screen and (max-width: 1199px){
	.top-works-wrap{
		margin-bottom: 9.6rem;
	}
	.top-works-wrap .top-bfont{
		margin-bottom: 4rem;
	}
	.top-works-wrap .bt_more{
		padding-top: 1rem;
	}
}
@media screen and (min-width: 1200px){
	.top-works-wrap{
		margin-bottom: 15rem;
	}
	.top-works-wrap .top-bfont{
		margin-bottom: 6.4rem;
	}
	.top-works-wrap .bt_more{
		padding-top: 2rem;
	}
}

/* ================================================ */
/* LINEUP ラインナップ
------------------------------------------------------ */
.top-lineup-scroll-swiper{
	margin-bottom: 1.8rem;
}
@media screen and (max-width: 1199px){
	.top-lineup-wrap{
		margin-bottom: 10rem;
	}
	.top-lineup-wrap .top-bfont{
		margin-bottom: 4rem;
	}
	.top-lineup-scroll-swiper2{
		margin-bottom: 5rem;
	}
}
@media screen and (min-width: 1200px){
	.top-lineup-wrap{
		margin-bottom: 14rem;
	}
	.top-lineup-wrap .top-bfont{
		margin-bottom: 8rem;
	}
	.top-lineup-scroll-swiper2{
		margin-bottom: 9.6rem;
	}
}

/* ================================================ */
/* MODEL HOUSE モデルハウス
------------------------------------------------------ */
.top-modelhouse-wrap .bdb-1-dcdcdc-s{
	padding-bottom: 10rem;
}
.top-modelhouse-link-map{
	padding-top: 4.4rem;
	padding-bottom: 3.2rem;
}
@media screen and (max-width: 991px){
	.top-modelhouse-ttl-wrap{
		text-align: center;
	}
}
@media screen and (max-width: 1199px){
	.top-modelhouse-wrap{
		margin-bottom: 7.2rem;
	}
	.top-modelhouse-wrap .top-bfont{
		margin-bottom: 3.2rem;
	}
}
@media screen and (min-width: 1200px){
	.top-modelhouse-wrap .bdb-1-dcdcdc-s{
		border-bottom: none;
	}
	.top-modelhouse-wrap .top-bfont{
		margin-bottom: 6rem;
	}
}
/* 投稿表示 */
@media screen and (max-width: 991px){
	.top-modelhouse-post-pc{
		display: none;
	}
}
@media screen and (min-width: 992px){
	.top-modelhouse-post-visible{
		display: grid;
		grid-template-columns: 47.33333333333333% auto 26.4rem;
		grid-template-rows: auto auto; /* これで各行の高さがコンテンツに合わせて自動調整されます */
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.top-modelhouse-post-visible .top-modelhouse-ttl-wrap{
		grid-area: 1 / 1 / 2 / 3;
		padding-bottom: 8rem;
	}
	.top-modelhouse-post-visible .top-modelhouse-link-map{
		grid-area: 2 / 1 / 3 / 2;
		padding-top: 0;
		padding-bottom: 0;
	}
	.top-modelhouse-link-map-inner{
		padding-right: 20.4225%;
	}
	.top-modelhouse-post-visible .top-modelhouse-post-pc{
		grid-area: 2 / 2 / 3 / 4;
	}
	.top-modelhouse-post-visible .top-modelhouse-pc-btn{
		grid-area: 1 / 3 / 2 / 4;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
		padding-bottom: 8rem;
	}
	.top-modelhouse-post-visible .top-modelhouse-pc-btn .mra-mla{
		margin-right: initial;
		margin-left: initial;
		width: 100%;
	}
}
@media screen and (min-width: 1200px){
	.top-modelhouse-post-visible .top-modelhouse-ttl-wrap .top-bfont{
		padding-left: 3.338762214983713%;
	}
	.top-modelhouse-post-visible .top-modelhouse-ttl-wrap .top-bfont+p{
		padding-left: 3.338762214983713%;
	}
	.top-modelhouse-link-map-inner{
		padding-left: 5.8156%;
	}
}

/* ================================================ */
/* VOICE  お客様の声
------------------------------------------------------ */
.top-voice-wrap .top-bfont{
	margin-bottom: 4rem;
}
.top-voice-swiper.swiper-initialized .common-voice-item{
	padding-right: 1.5rem;
}
.top-voice-arrow-scrollbar-wrap{
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px){
	.top-voice-wrap.common-after-line::after{
		margin-top: 10rem;
	}
}
@media screen and (min-width: 768px){
	.top-voice-wrap.common-after-line::after{
		display: none;
	}
}
@media screen and (max-width: 1199px){
	.top-voice-wrap{
		margin-bottom: 8.8rem;
	}
	.top-voice-wrap .top-bfont{
		text-align: center;
	}
	.top-voice-container{
		width: 92.5%;
		margin-left: auto;
	}
	.top-voice-swiper{
		margin-bottom: 5rem;
	}
	.top-voice-arrow-scrollbar-wrap{
		margin-top: 4.8rem;
		width: 91.89189189189189%;
	}
	.top-voice-swiper-button-wrap{
		width: 8rem;
	}
	.top-voice-swiper-scrollbar{
		width: calc(100% - 8rem);
	}
	.common-voice-add-name{
		font-size: 1rem;
	}
}
@media screen and (min-width: 1200px){
	.top-voice-wrap{
		margin-bottom: 15rem;
		display: flex;
		width: 91.4706%;
		margin-left: auto;
		position: relative;
	}
	.top-voice-wrap .top-bfont{
		width: calc(6.302250803858521% + 26.4rem);
	}
	.top-voice-container{
		width: calc(93.69774919614148% - 26.4rem);
	}
	.top-voice-arrow-scrollbar-wrap{
		margin-top: 6.4rem;
		width: 83.82229673093043%;
		padding-bottom: 2.4rem;
	}
	.top-voice-swiper-button-wrap{
		width: 16.2rem;
	}
	.top-voice-swiper-scrollbar{
		width: calc(100% - 16.2rem);
	}
	.top-voice-wrap .bt_more{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
}
/* swiper解除 */
.top-voice-swiper:not(.swiper-initialized){
	margin-bottom: 0;
	padding-right: 8.1081%;
}
.top-voice-swiper:not(.swiper-initialized) .swiper-wrapper{
	display: flex;
	width: auto;
}
@media screen and (max-width: 991px){
	.top-voice-swiper:not(.swiper-initialized) .swiper-wrapper{
		margin-right: -0.75rem;
		margin-left: -0.75rem;
	}
	.top-voice-swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{
		padding-right: 0.75rem;
		padding-left: 0.75rem;
		width: 50%;
	}
}
@media screen and (min-width: 992px){
	.top-voice-swiper:not(.swiper-initialized) .swiper-wrapper{
		margin-right: -2.5rem;
		margin-left: -2.5rem;
	}
	.top-voice-swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{
		padding-right: 2.5rem;
		padding-left: 2.5rem;
		width: calc(100% / 3);
	}
}

/* ================================================ */
/* ESTATE
------------------------------------------------------ */
@media screen and (max-width: 1199px){
	.top-estate-wrap{
		position: relative;
		padding-bottom: 8.8rem;
	}
	.top-estate-wrap .top-bfont{
		margin-bottom: 4rem;
	}
	.top-estate-wrap.common-after-line::after{
		margin-top: 10rem;
	}
	.top-estate-wrap .common-centermode-slide-pagenation{
		margin-top: 4rem;
		margin-bottom: 6rem;
	}
}
@media screen and (min-width: 1200px){
	.top-estate-wrap{
		padding-bottom: 16rem;
	}
	.top-estate-wrap .top-bfont{
		margin-bottom: 6.4rem;
	}
	.top-estate-wrap.common-after-line::after{
		margin-top: 16rem;
	}
	.top-estate-wrap .common-centermode-slide-pagenation{
		margin-top: 6rem;
		margin-bottom: 8rem;
	}
}
	.top-estate-wrap .common-centermode-slide:not(.swiper-initialized) .common-centermode-slide-pagenation{
		margin-bottom: 0;
	}

/* ================================================ */
/* INFOMATION
------------------------------------------------------ */
@media screen and (max-width: 1199px){
	.top-information-wrap{
		margin-bottom: 8rem;
	}
	.top-information-wrap .top-bfont{
		margin-bottom: 4rem;
	}
	.top-information-wrap .common-centermode-slide-pagenation{
		margin-top: 3.2rem;
		margin-bottom: 6rem;
	}
}
@media screen and (min-width: 1200px){
	.top-information-wrap{
		margin-bottom: 18rem;
	}
	.top-information-wrap .top-bfont{
		margin-bottom: 6.4rem;
	}
	.top-information-wrap .common-centermode-slide-pagenation{
		margin-top: 6rem;
		margin-bottom: 8rem;
	}
}
	.top-information-wrap .common-centermode-slide:not(.swiper-initialized) .common-centermode-slide-pagenation{
		margin-bottom: 0;
	}
