@charset "utf-8";


@media screen and (min-width: 768px){
	.pc_tit-flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.pc_tit-button{
		display: block;
	}
	.sp_tit-button{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.pc_tit-button{
		display: none;
	}
	.sp_tit-button{
		display: block;
		margin-top: 50px;
	}
}

/*******************************
/* EVENT
*******************************/
#top_event{
	margin-top: 4.61538rem;
}
.top_event-contents{
	width: 87.5%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.eventSwiper .swiper-wrapper{
	display: flex;
}
.eventSwiper .swiper-slide{
	display: flex;
	height: auto;
}
.eventSwiper .swiper-slide > a{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.eventSwiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%; /* 親要素(画面幅)に対して100% */
	margin-top: 40px;
	gap: 7px;
}
.eventSwiper-pagination .swiper-pagination-bullet{
	background-color: #bebebe;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	opacity: 1;
	transition:	background-color 0.3s ease,	width 0.3s ease, border-radius 0.3s ease;
}
.eventSwiper-pagination .swiper-pagination-bullet-active{
	background-color: #f27518;
	width: 18px;
	height: 7px;
	border-radius: 4px;
}
.eventSwiper-button-prev, .eventSwiper-button-next{
	position: absolute;
	content: "";
	display: block;
	width: 48px;
	height: 24px;
	border-radius: 30px;
	background-color: #f27518;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.eventSwiper-button-prev{
	left: 11px;
}
.eventSwiper-button-next{
	right: 11px;
}
.eventSwiper-button-prev::after, .eventSwiper-button-next::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 8.8px;
	height: 7.2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.eventSwiper-button-prev::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.eventSwiper-button-prev.swiper-button-disabled, .eventSwiper-button-next.swiper-button-disabled{
	background-color: rgba(0,0,0,0.2);
}
@media screen and (min-width: 768px){
	.top_event-contents{
		width: 93.75%;
		margin-left: auto;
        margin-right: 0 !important;
        padding-left: 0 !important;
	}
	.top_event-contents .eventSwiper {
        width: 100% !important;
        margin-left: 0 !important;
    }
	/* ★ 修正：CSS側で幅を固定せず、JSの slidesPerView: 3.5 に計算を任せる */
    .eventSwiper .swiper-slide {
        width: auto; 
        height: auto;
    }
	.top_event-contents .eventSwiper:not(.swiper-initialized){
		width: 93.333%;
		margin-left: 0;
	}
	.eventSwiper:not(.swiper-initialized) .swiper-wrapper{
		display: flex;
		gap: 20px;
	}
	.eventSwiper:not(.swiper-initialized) .swiper-slide{
		width: calc((100% - 40px)/3);
	}
	.eventSwiper-button-prev{
		left: -33px;
	}
	.eventSwiper-button-next{
		right: calc(6.3% - 33px);
	}
}
@media screen and (min-width: 1200px){
	#top_event{
		margin-top: 9.6428rem;
	}
	.eventSwiper:not(.swiper-initialized) .swiper-wrapper{
		gap: 30px;
	}
	.eventSwiper:not(.swiper-initialized) .swiper-slide{
		width: calc((100% - 60px)/3);
	}
	.eventSwiper-button-prev, .eventSwiper-button-next{
		width: 60px;
		height: 30px;
	}
	.eventSwiper-button-prev{
		left: -45px;
	}
	.eventSwiper-button-next{
		right: calc(6.3% - 45px);
	}
	.eventSwiper-button-prev::after, .eventSwiper-button-next::after{
		width: 11px;
		height: 9px;
	}
}
@media screen and (min-width: 1400px){
	.top_event-contents{
		width: 87.0588%;
	}
	.top_event-contents .eventSwiper:not(.swiper-initialized){
		width: 85.1351%;
	}
	.eventSwiper-button-prev{
		left: -45px;
	}
	.eventSwiper-button-next{
		right: calc(14.5% - 45px);
	}
}
@media screen and (max-width: 767px){
	.eventSwiper-button-prev, .eventSwiper-button-next{
		top: 35%;
		transform: unset;
	}
}

/*******************************
/* コンセプト
*******************************/
#top_concept{
	position: relative;
	margin-top: 6.923rem;
	padding-top: 7.6923rem;
}
#top_concept::before{
	position: absolute;
	content: "";
	width: 87.5%;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.tCon{
	margin-bottom: 4.815rem;
}
.tCon-txt{
	font-size: 1.0769rem;
	line-height: 2.29;
}
#top_concept .vm{
	margin-top: 4.7692rem;
}
@media screen and (min-width: 768px){
	#top_concept::before{
		width: 94.11764%;
	}
}
@media screen and (min-width: 992px){
	.tCon{
		display: flex;
		justify-content: space-between;
	}
	.tCon .c-copy{
		margin-bottom: 0;
	}
	.tCon-txt{
		line-height: 2;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.tCon-txt{
		width: 586px;
		font-size: 1.1428rem;
	}
}
@media screen and (min-width: 1200px){
	#top_concept{
		padding-top: 10.71rem;
		margin-top: 10.71rem;
	}
	.tCon{
		margin-bottom: 10.371rem;
	}
	#top_concept .vm{
		margin-top: 5.5714rem;
	}
}
/* 施工事例 */
.topgallerySwiper .swiper-wrapper {
  animation: swiper-scroll-top 40s linear infinite;
  display: flex;
  width: max-content !important;
  transition-timing-function: linear !important;
}
/* アニメーションの定義 */
@keyframes swiper-scroll-top {
  0% {
    transform: translateX(0);
  }
  100% {
    /* スライドがループ用に複製されているので、半分（-50%）まで動かすと繋がります */
    transform: translateX(-50%);
  }
	
}
@media (hover: hover) {
  .topgallerySwiper:hover .swiper-wrapper {
    animation-play-state: paused; /* マウスが乗った時だけ一時停止 */
  }
}
.topgallerySwiper .swiper-slide {
	width: 350px;
	border-radius: 8px;
	overflow: hidden;
	pointer-events: auto;
}
.topgallerySwiper .swiper-slide a{
	display: block;
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
}
.topgallerySwiper .gallery_img{
	position: relative;
}
.topgallerySwiper .swiper-slide img{
	pointer-events: none;
}
.topgallerySwiper .gallery_img .gallery_tit{
	position: absolute;
	width: auto;
	max-width: calc(100% - 32px);
	left: 16px;
	bottom: 16px;
	color: #000;
	padding: 2px 18px 7px 5px;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.5; 
	z-index: 1;
}
.topgallerySwiper .gallery_img .gallery_tit::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (min-width: 400px){
	.topgallerySwiper .swiper-slide{
		width: 400px;
	}
}
@media screen and (min-width: 768px){
	.topGallery_block{
		position: relative;
	}
	.topGallery_block::before{
		position: absolute;
		content: "";
		width: 28.1764%;
		height: 166%;
		top: 38.8%;
		right: 0;
		background-color: #fff;
		border-radius: 10px;
		z-index: -1;
	}
	.topgallerySwiper .swiper-slide{
		width: 370px;
	}
}
@media screen and (min-width: 1200px){
	.topgallerySwiper::before{
		border-right: 15px;
	}
	.topgallerySwiper .swiper-slide{
		width: 400px;
		border-radius: 10px;
	}
	.topgallerySwiper .gallery_img .gallery_tit{
		max-width: calc(100% - 40px);
		font-size: 1.1428rem;
		left: 20px;
		bottom: 20px;
		padding: 2px 25px 9px 6px;
	}
}
@media screen and (min-width: 1400px){
	.topgallerySwiper .swiper-slide{
		width: 450px;
	}
}
@media screen and (min-width: 1600px){
	.topgallerySwiper .swiper-slide{
		width: 500px;
	}
}
/* ディティールギャラリー */
.topDgallery_block{
	margin-top: 6.923rem;
}
.d_gallery-txtArea .txt_block{
	color: #515151;
	line-height: 1.94;
}
.d_gallery-imgArea{
	position: relative;
	aspect-ratio: 25 / 34;
}
.d_gallery-imgArea div{
	border-radius: 6.5px;
	overflow: hidden;
}
.d_galelry-img1{
	width: 93.3333%;
}
.d_galelry-img2{
	width: 53.3333%;
	position: absolute;
	right: 0;
	top: 36.2745%;
}
.d_galelry-img3{
	width: 40%;
	position: absolute;
	bottom: 0;
	left: 13.3333%;
}
@media screen and (min-width: 768px){
	.topDgallery_block{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
	.d_gallery-txtArea{
		width: 42.12328%;
		margin-top: -30px;
	}
	.d_gallery-txtArea .txt_block{
		color: #000;
	}
	#top_concept .d_gallery-txtArea .vm{
		margin-top: 3.2461rem;
	}
	.d_gallery-imgArea{
		width: 49.315%;
		aspect-ratio: 72 / 71;
	}
	.d_galelry-img1{
		width: 75%;
	}
	.d_galelry-img2{
		width: 41.6666%;
		top: 29.57746%;
	}
	.d_galelry-img3{
		width: 34.722222%;
		left: 29.16666%;
	}
}
@media screen and (min-width: 992px){
	.d_gallery-txtArea{
		margin-top: -40px;
	}
}
@media screen and (min-width: 1200px){
	.topDgallery_block{
		margin-top: 14.2857rem;
	}
	.d_gallery-txtArea{
		margin-top: -50px;
	}
	#top_concept .d_gallery-txtArea .vm{
		margin-top: 3.5857rem;
	}
}
@media screen and (min-width: 1400px){
	.d_gallery-txtArea{
		margin-top: -60px;
	}
}
@media screen and (min-width: 1600px){
	.d_gallery-txtArea{
		margin-top: -100px;
	}
}
@media screen and (min-width: 1800px){
	.d_gallery-txtArea{
		margin-top: -160px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.topDgallery_block.container_1460{
		width: 93.75%;
		margin-left: 0;
	}
}
@media screen and (max-width: 767px){
	.topDgallery_block.container_1460{
		width: 100%;
	}
	.d_gallery-imgArea{
		width: 93.75%;
	}
	.d_gallery-txtArea{
		width: 75%;
		margin: 0 auto 4.7846rem;
	}
	.d_gallery-txtArea .sp_tit-button{
		margin-top: 0;
	}
}

/*******************************
/* モデルハウス
*******************************/
#top_model{
	position: relative;
	margin-top: 7.692rem;
	padding-top: 6.538rem;
}
#top_model::before{
	position: absolute;
	content: "";
	width: 87.5%;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.top_model_txtArea .c-title2{
	margin-bottom: 2.607rem;
}
.top_model_txtArea .txt_block{
	color: #515151;
	line-height: 1.94;
	letter-spacing: 0.05em;
}
.top_model_contents{
	position: relative;
}
.modelSwiper .swiper-slide{
	border-radius: 10px;
	overflow: hidden;
}
.modelSwiper .swiper-slide a{
	display: block;
	padding: 35px;
	background-color: rgba(255,255,255,0.8);
	transition: .3s all;
}
.modelSwiper .swiper-slide a:hover{
	background-color: #f6ece5; 
	text-decoration: none;
}
.modelSwiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%; /* 親要素(画面幅)に対して100% */
	margin-top: 40px;
	gap: 7px;
}
.modelSwiper-pagination .swiper-pagination-bullet{
	background-color: #bebebe;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	opacity: 1;
	transition:	background-color 0.3s ease,	width 0.3s ease, border-radius 0.3s ease;
}
.modelSwiper-pagination .swiper-pagination-bullet-active{
	background-color: #f27518;
	width: 18px;
	height: 7px;
	border-radius: 4px;
}
.modelSwiper-button-prev, .modelSwiper-button-next{
	position: absolute;
	content: "";
	display: block;
	width: 48px;
	height: 24px;
	border-radius: 30px;
	background-color: #f27518;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.modelSwiper-button-prev{
	left: 11px;
}
.modelSwiper-button-next{
	right: 11px;
}
.modelSwiper-button-prev::after, .modelSwiper-button-next::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 8.8px;
	height: 7.2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.modelSwiper-button-prev::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.modelSwiper-button-prev.swiper-button-disabled, .modelSwiper-button-next.swiper-button-disabled{
	background-color: rgba(0,0,0,0.2);
}
.top_model_imgArea{
	border-radius: 5px;
	overflow: hidden;
	aspect-ratio: 7 / 8;
}
.top_model_imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_model_tit{
	color: #000;
	font-size: 1.0769rem;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 0.43076rem;
}
.top_model_detail{
	font-size: 0.923rem;
	letter-spacing: 0;
	line-height: 1.9;
	color: #515151;
	margin-bottom: 1.70769rem;
}
.top_model_detail li{
	list-style: none;
	display: flex;
}
.top_model_detail li .item{
	width: 60px;
	text-align: justify;
	text-align-last: justify; /* 最終行も揃える */
}
.top_model_detail li .con{
	width: calc(100% - 60px);
}
.model_accepting{
	display: inline-block;
	color: #f27518;
	background-color: #fff;
	border: 1px solid #f27518;
	border-radius: 20px;
	font-size: 0.80769rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding: 0 1rem;
	height: 21.5px;
	line-height: 21.5px;
}
#top_model .vm{
	margin-top: 50px;
}
@media screen and (min-width: 768px){
	#top_model::before{
		width: 94.11764%;
	}
	.top_model_txtArea .txt_block{
		color: #000;
		letter-spacing: 0.08em;
		line-height: 1.8;
	}
	.modelSwiper .swiper-slide a{
		display: flex;
		justify-content: space-between;
	}
	.modelSwiper-button-prev{
		left: -24px;
	}
	.modelSwiper-button-next{
		right: calc(17.5% - 24px);
	}
	.top_model_imgArea{
		width: 41.09589%;
	}
	.top_model_txt{
		width: 52.05479%;
		align-self: center;
	}	
}
@media screen and (min-width: 992px){
	.top_model-flex{
		display: flex;
		justify-content: space-between;
		width: 87.05882%;
		margin-left: auto;
	}
	.top_model_txtArea{
		width: 21.51351%;
	}
	.top_model_contents{
		width: 67.94594%;
		padding-top: 10px;
	}
}
@media screen and (min-width: 1200px){
	#top_model{
		margin-top: 12.1428rem;
		padding-top: 10rem;
	}
	.top_model_txtArea{
		width: 18.51351%;
	}
	.top_model_txtArea .c-title2{
		margin-bottom: 2.8714rem;
	}
	.top_model_contents{
		width: 70.94594%;
	}
	.modelSwiper .swiper-slide{
		border-radius: 15px;
	}
	.modelSwiper .swiper-slide a{
		padding: 45px;
	}
	.modelSwiper-pagination{
		margin-top: 50px;
	}
	.modelSwiper-button-prev, .modelSwiper-button-next{
		width: 60px;
		height: 30px;
	}
	.modelSwiper-button-prev::after, .modelSwiper-button-next::after{
		width: 11px;
		height: 9px;
	}
	.modelSwiper-button-prev{
		left: -30px;
	}
	.modelSwiper-button-next{
		right: calc(17.4% - 30px);
	}
	.top_model_imgArea{
		aspect-ratio: 4 / 5;
	}
	.top_model_tit{
		font-size: 1.428rem;
		margin-bottom: 1.2428rem;
	}
	.top_model_detail{
		font-size: 0.928rem;
		line-height: 2;
		margin-bottom: 1.3428rem;
	}
	.top_model_detail li .item{
		width: 65px;
	}
	.top_model_detail li .con{
		width: calc(100% - 65px);
	}
	.model_accepting{
		font-size: 0.8571rem;
		letter-spacing: 0.08em;
		height: 24.5px;
		line-height: 24.5px;
		padding: 0 15px;
	}
	#top_model .vm{
		margin-top: 70px;
	}
}
@media screen and (min-width: 1400px){
	.modelSwiper .swiper-slide a{
		padding: 55px;
	}
}
@media screen and (max-width: 991px){
	.top_model_txtArea{
		width: 75%;
		margin: 0 auto 3.8615rem;
	}
	.top_model_contents{
		width: 87.5%;
		margin: 0 0 0 auto;
	}
}
@media screen and (max-width: 767px){
	.top_model_contents{
		width: 87.5%;
		margin: 0 auto;
	}
	.top_model_imgArea{
		margin-bottom: 1.623rem;
	}
	.modelSwiper-button-prev, .modelSwiper-button-next{
		top: 35%;
		transform: unset;
	}
}

/*******************************
/* ウィルハウジングのこだわり
*******************************/
#top_features{
	position: relative;
	z-index: 1;
	display: block;
	padding-top: 5.3846rem;
	padding-bottom: 7.6923rem;
	margin-top: 7.6923rem;
}
#top_features::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10px 0 0 10px;
	top: 0;
	right: 0;
	z-index: -1;
}
.top_features-inner{
	width: 81.333%;
	margin: 0 auto;
}
.top_features-inner .txt_block{
	color: #515151;
}
.features-couter{
	display: flex;
	line-height: 1;
	letter-spacing: 0.08em;
}
.features-couter .count{
	color: #f27518;
	font-size: 1.523rem;
}
.features-couter .all{
	position: relative;
	color: #ccc;
	font-size: 0.9rem;
	padding-top: 30px;
	padding-left: 13px;
}
.features-couter .all::after{
	position: absolute;
	content: "";
	width: 51px;
	height: 0.5px;
	background-color: #ccc;
	transform: rotate(-45deg);
	top: 24px;
	right: -2px;
}
.top_features-mainTxt{
	margin-bottom: 4.01538rem;
}
.features-tit{
	font-size: 1.692rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 1.738rem;
}
.features-tit span{
	display: block;
	color: #515151;
	font-size: 0.846rem;
	letter-spacing: 0.03em;
	margin-top: 0.7384rem;
}
.top_features-block + .top_features-block{
	margin-top: 5.3846rem;
}
.top_features-img img{
	border-radius: 5px;
}
.features-button{
	margin-top: 2.80769rem;
}
@media screen and (min-width: 768px){
	#top_features::before{
		width: 93.75%;
	}
	.top_features-inner{
		width: 81.25%;
		margin-right: 6.25%;
	}
	.top_features-contents{
		position: relative;
	}
	.features-couter{
		position: absolute;
		top: 0;
		left: 0;
		transition: opacity 0.3s;
	}
	.features-couter.pc-none{
		display: none;
	}
	.features-couter.sp-none.is-fixed{
		position: fixed;
		top: 100px;
	}
	.top_features-block{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.top_features-img{
		width: 55.147%;
	}
	.top_features-txtArea{
		width: 36.02941%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		position: relative;
	}
	.features-couter{
		position: absolute;
		top: 0;
		left: 0;
	}
	.top_features-txtInner{
		width: 77.5510%;
		margin-left: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.top_features-img{
		width: 43.147%;
	}
	.top_features-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.top_features-txtArea{
		width: 48.029%;
	}
}
@media screen and (min-width: 1200px){
	#top_features{
		padding: 11.25rem 0 12.1428rem;
		margin-top: 10.714rem;
	}
	#top_features::before{
		width: 94.1176%;
	}
	.top_features-inner{
		width: 80%;
		margin-right: 7.0588%;
	}
	.features-couter .count{
		font-size: 1.5714rem;
	}
	.features-couter .all{
		font-size: 0.928rem;
	}
	.features-couter .all::after{
		width: 56.6px;
	}
	.top_features-block + .top_features-block{
		margin-top: 5rem;
	}
	.top_features-img{
		width: 50.147%;
	}
	.top_features-img img{
		border-radius: 15px;
	}
	.top_features-txtArea{
		width: 41.029%;
	}
	.features-tit{
		font-size: 1.928rem;
		margin-bottom: 2.3rem;
	}
	.features-tit span{
		font-size: 0.857rem;
		margin-top: 0.62857rem;
	}
	.features-button{
		margin-top: 3.11428rem;
	}
}
@media screen and (min-width: 1400px){
	.top_features-mainTxt{
		margin-bottom: 10.384rem;
	}
	.top_features-img{
		width: 55.147%;
	}
	.top_features-txtArea{
		width: 36.02941%;
	}
}
@media screen and (min-width: 1700px){
	.top_features-img{
		height: 550px;
	}
	.top_features-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 767px){
	#top_features{
		width: 93.75%;
		margin-left: auto;
	}
	.top_features-inner .c-title2{
		padding-top: 14px;
	}
	.top_features-inner .c-title2::before{
		left: 0;
	}
	.features-couter{
		margin-bottom: 2.7769rem;
	}
	.features-couter.sp-none{
		display: none;
	}
	.top_features-img{
		margin-bottom: 3.30769rem;
	}
	.features-button{
		text-align: center;
	}
}

/*******************************
/* 規格住宅クラフィット
*******************************/
#top_crafit{
	width: 75%;
	margin: 8.6153rem auto 0;
}
.top_crafit-imgArea{
	position: relative;
}
.top_crafit-inner img{
	border-radius: 5px;
}
.top_crafit-exterior{
	position: absolute;
}
.top_crafit-txtArea .c-title2{
	margin-bottom: 2.584rem;
}
.top_crafit-txtArea .txt_block{
	color: #515151;
	text-align: justify;
}
@media screen and (min-width: 768px){
	#top_crafit{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		width: 87.5%;
		margin-right: 0;
	}
	.top_crafit-imgArea{
		width: 40.5405%;
	}
	.top_crafit-exterior{
		width: 60%;
		bottom: -11.11%;
		right: -20%;
	}
	.top_crafit-txtArea{
		width: 50.33783%;
	}
	.top_crafit-txtArea .inner{
		width: 86.5771%;
	}
	.craft_btn{
		text-align: right;
		margin-top: 2.4769rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.top_crafit-inner{
		height: 350px;
	}
	.top_crafit-inner img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (min-width: 992px){
	.top_crafit-exterior{
		width: 50%;
		bottom: -21.11%;
		right: -30%;
	}
}
@media screen and (min-width: 1200px){
	#top_crafit{
		width: 87.0588%;
		margin-right: 0;
		margin-top: 12.1428rem;
	}
	.top_crafit-inner img{
		border-radius: 10px;
	}
	.top_crafit-txtArea .c-title2{
		margin-bottom: 2.5714rem;
	}
	.top_crafit-txtArea .txt_block{
		letter-spacing: 0;
	}
	.craft_btn{
		margin-top: 3.5rem;
	}
}
@media screen and (min-width: 1400px){
}
@media screen and (max-width: 767px){
	.top_crafit-imgArea{
		aspect-ratio: 150 / 157;
		margin-top: 3.246rem;
	}
	.top_crafit-inner{
		width: 100%;
	}
	.top_crafit-exterior{
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 60%;
	}
	#top_crafit .vm{
		margin-top: 3.0769rem;
	}
}

/*******************************
/* ウィルハウジングについて
*******************************/
#top_other{
	margin-top: 6.923rem;
}
.top_other-item a{
	display: block;
}
.top_other-item a:hover{
	text-decoration: none;
}
.top_other-img{
	border-radius: 5px;
	overflow: hidden;
}
.top_other-btn{
	position: relative;
	font-size: 1.30769rem;
	letter-spacing: 0;
	line-height: 1.4;
	color: #000;
	margin-top: 2.30769rem;
}
.top_other-btn span{
	display: block;
	font-size: 0.923rem;
	letter-spacing: 0.08em;
	color: #808080;
	margin-top: 0.7538rem;
}
.top_other-btn::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 20px;
	border-radius: 20px;
	background-color: #f27518;
	background-image: url("../images/arrow_w.svg");
	background-repeat: no-repeat;
	background-size: 7.3px 6px;
	background-position: center;
	top: 0;
	right: 0;
	transition: .3s;
}
a:hover .top_other-btn{
	text-decoration: none;
}
a:hover .top_other-btn::after{
	background-color: rgba(242,117,24,0.8);
}
@media screen and (min-width: 768px){
	#top_other{
		margin-top: 9.923rem;
	}
	#top_other .c-title2{
		margin-bottom: -2.4615rem;
	}
	.top_other_flex{
		width: 88.0952%;
		margin-left: auto;
		aspect-ratio: 37 / 22;
		position: relative;
	}
	.top_other-item{
		width: calc((100% - 60px)/3);
		position: absolute;
	}
	.top_other-item:nth-of-type(1){
		bottom: 0;
		left: 0;
	}
	.top_other-item:nth-of-type(2){
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.top_other-item:nth-of-type(3){
		top: 0;
		right: 0;
	}
}
@media screen and (min-width: 992px){
	.top_other-item{
		width: calc((100% - 100px)/3);
	}
}
@media screen and (min-width: 1200px){
	#top_other{
		margin-top: 14.2857rem;
	}
	#top_other .c-title2{
		margin-bottom: -2.5rem;
	}
	.top_other-item{
		width: calc((100% - 120px)/3);
	}
	.top_other-img{
		border-radius: 10px;
	}
	.top_other-btn{
		font-size: 1.42857rem;
		margin-top: 2.5rem;
		line-height: 1.2;
	}
	.top_other-btn span{
		font-size: 0.923rem;
		margin-top: 1.0285rem;
	}
}
@media screen and (min-width: 1400px){
}
@media screen and (max-width: 767px){
	#top_other .c-title2{
		width: 85.814%;
		margin: 0 auto 4.215rem;
	}
	.top_other-item{
		width: 74.285%;
	}
	.top_other-item + .top_other-item{
		margin-top: 3.446rem;
	}
	.top_other-item:nth-of-type(odd){
		margin-left: auto;
	}
	.top_other-item:nth-of-type(even){
		margin-right: auto;
	}
}

/*******************************
/* BLOG
*******************************/
#top_blog{
	margin-top: 7.00769rem;
	padding-top: 6.1538rem;
}
.top_blog-contents{
	width: 87.5%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.blogSwiper .swiper-wrapper{
	display: flex;
}
.blogSwiper .swiper-slide{
	display: flex;
	height: auto;
}
.blogSwiper .swiper-slide > a{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.blogSwiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%; /* 親要素(画面幅)に対して100% */
	margin-top: 40px;
	gap: 7px;
}
.blogSwiper-pagination .swiper-pagination-bullet{
	background-color: #bebebe;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	opacity: 1;
	transition:	background-color 0.3s ease,	width 0.3s ease, border-radius 0.3s ease;
}
.blogSwiper-pagination .swiper-pagination-bullet-active{
	background-color: #f27518;
	width: 18px;
	height: 7px;
	border-radius: 4px;
}
.blogSwiper-button-prev, .blogSwiper-button-next{
	position: absolute;
	content: "";
	display: block;
	width: 48px;
	height: 24px;
	border-radius: 30px;
	background-color: #f27518;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.blogSwiper-button-prev{
	left: 11px;
}
.blogSwiper-button-next{
	right: 11px;
}
.blogSwiper-button-prev::after, .blogSwiper-button-next::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 8.8px;
	height: 7.2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.blogSwiper-button-prev::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.blogSwiper-button-prev.swiper-button-disabled, .blogSwiper-button-next.swiper-button-disabled{
	background-color: rgba(0,0,0,0.2);
}
@media screen and (min-width: 768px){
	.top_blog-contents{
		width: 93.75%;
		margin-left: auto;
        margin-right: 0 !important;
        padding-left: 0 !important;
	}
	.top_blog-contents .blogSwiper {
        width: 100% !important;
        margin-left: 0 !important;
    }
	/* ★ 修正：CSS側で幅を固定せず、JSの slidesPerView: 3.5 に計算を任せる */
    .blogSwiper .swiper-slide {
        width: auto; 
        height: auto;
    }
	.top_blog-contents .blogSwiper:not(.swiper-initialized){
		width: 93.333%;
		margin-left: 0;
	}
	.blogSwiper:not(.swiper-initialized) .swiper-wrapper{
		display: flex;
		gap: 20px;
	}
	.blogSwiper:not(.swiper-initialized) .swiper-slide{
		width: calc((100% - 40px)/3);
	}
	.blogSwiper-button-prev{
		left: -33px;
	}
	.blogSwiper-button-next{
		right: calc(6.3% - 33px);
	}
}
@media screen and (min-width: 1200px){
	#top_blog{
		margin-top: 8.3714rem;
		padding-top: 12.1428rem;
	}
	.blogSwiper:not(.swiper-initialized) .swiper-wrapper{
		gap: 30px;
	}
	.blogSwiper:not(.swiper-initialized) .swiper-slide{
		width: calc((100% - 60px)/3);
	}
	.blogSwiper-button-prev, .blogSwiper-button-next{
		width: 60px;
		height: 30px;
	}
	.blogSwiper-button-prev{
		left: -45px;
	}
	.blogSwiper-button-next{
		right: calc(6.3% - 45px);
	}
	.blogSwiper-button-prev::after, .blogSwiper-button-next::after{
		width: 11px;
		height: 9px;
	}
}
@media screen and (min-width: 1400px){
	.top_blog-contents{
		width: 87.0588%;
	}
	.top_blog-contents .blogSwiper:not(.swiper-initialized){
		width: 85.1351%;
	}
	.blogSwiper-button-prev{
		left: -45px;
	}
	.blogSwiper-button-next{
		right: calc(14.5% - 45px);
	}
}
@media screen and (max-width: 767px){
	.blogSwiper-button-prev, .blogSwiper-button-next{
		top: 35%;
		transform: unset;
	}
}

/*******************************
/* Instagram
*******************************/
#top_insta{
	margin-top: 6.1538rem;
	padding-bottom: 7.692rem;
}
#top_insta #sb_instagram{
	padding: 0 !important;
}
#top_insta #sb_instagram #sbi_images{
	padding: 0 !important;
}
#top_insta #sb_instagram #sbi_images .sbi_item{
	border-radius: 5px;
	overflow: hidden;
}
@media screen and (min-width: 1200px){
	#top_insta{
		margin-top: 10.714rem;
		padding-bottom: 11.0714rem;
	}
	#top_insta #sb_instagram #sbi_images .sbi_item{
		border-radius: 10px;
	}
}
@media screen and (min-width: 1400px){
}
@media screen and (max-width: 1199px){
	#top_insta #sb_instagram #sbi_images{
		gap: 15px !important;
	}
}
@media screen and (max-width: 767px){
	#top_insta #sb_instagram #sbi_images{
		gap: 10px !important;
	}
}