@charset "utf-8";

/* ================================================ */
/* effect
------------------------------------------------------ */
.effbox,.effbox-right,.effbox-left{
	position: relative;
	opacity: 0;
	visibility: hidden;
	transition: 1s;
}
.effbox.on,.effbox-right.on,.effbox-left.on{
	opacity: 1;
	visibility: visible;
}
.effbox-right{
	right: -10rem;
}
.effbox-right.on{
	right: 0;
}
.effbox-left{
	left: -10rem;
}
.effbox-left.on{
	left: 0;
}
/* ================================================ */
/* main_wrap
------------------------------------------------------ */
.main_wrap{
	position: relative;
	width: 100%;
}
/* テキスト
--------------------------- */
.main_wrap-txt{
	position: absolute;
	z-index: 1;
}
.main_wrap-txt h1{
	line-height: 1.7;
	letter-spacing: 0.08em;
}
.main_wrap-txt>.efont-Inter{
	font-size: 1.4rem;
	margin-bottom: 0;
}
@media screen and (max-width: 767px){
	.main_wrap-txt h1{
		font-size: 2.2rem;
		margin-right: -0.5em;
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 768px){
	.main_wrap-txt h1{
		margin-bottom: 3.6rem;
	}
}
@media screen and (min-width:768px) and (max-width:1199px){
	.main_wrap-txt h1{
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 1199px){
	.main_wrap-txt{
		width: 82.05128205128205%;
		left: 8.974358974358975%;
		bottom: 19.66666666666667%;
	}
	.main_wrap-txt>.efont{
		font-size: 1.4rem;
	} 
}
@media screen and (min-width: 1200px){
	.main_wrap-txt{
		width: 72.22222222222222%;
		left: 13.88888888888889%;
		bottom: 26.4%;
	}
	.main_wrap-txt h1{
		font-size: 4rem;
	}
}

/* FVスライド
--------------------------- */
.fv-swiper-item{
	width: 100%;
	min-width: 100vw;
	height: 100vh;
	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;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            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: 991px){
	.fsi-img01{
		background-image: url("../images/fv01-sp.webp?2025");
	}
	.fsi-img02{
		background-image: url("../images/fv02-sp.webp?2025");
	}
	.fsi-img03{
		background-image: url("../images/fv03-sp.webp?2025");
	}
}
@media screen and (min-width: 992px){
	.fsi-img01{
		background-image: url("../images/fv01.webp?202506");
	}
	.fsi-img02{
		background-image: url("../images/fv02.webp?202506");
	}
	.fsi-img03{
		background-image: url("../images/fv03.webp?202506");
	}
}
@media screen and (max-width: 1199px){
	.fv-swiper-item{
		min-height: 48rem;
	}
}
@media screen and (min-width: 1200px){
	.fv-swiper-item{
		min-height: 72rem;
	}
}

/* ================================================ */
/* EVENT イベント情報
------------------------------------------------------ */
/*ttl*/
.top-event-ttl-wrap{
	display: flex;
	justify-content: space-between;
}
.top-event-ttl-wrap .top-bfont{
	margin-bottom: 0;
}
@media screen and (max-width: 575px){
	.top-event-ttl-wrap .top-bfont{
		margin-top: -0.32em;
	}
	.top-event-ttl-wrap .top-bfont-row{
		display: block;
	}
	.top-event-ttl-wrap .top-bfont .efont{
		padding-right: 0;
		margin-bottom: 0.3428571428571429em;
	}
	.top-event-btn .bt_more a{
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
@media screen and (min-width: 576px){
	.top-event-ttl-wrap .top-bfont{
		margin-top: -0.6em;
	}
	.top-event-btn{
		width: 20rem;
	}
}
/*swiper wrap*/
@media screen and (min-width:576px) and (max-width:991px){
    .top-event-swiper.swiper-initialized .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0);
    }
}
@media screen and (min-width: 1200px){
	.top-event-swiper-wrap{
		width: 72.22222222222222%;
	}
}
/*swiper 枚数が足りないとき*/
@media screen and (min-width: 576px){
	.top-event-swiper:not(.swiper-initialized) .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		width: auto;
	}
}
@media screen and (min-width:576px) and (max-width:767px){
	.top-event-swiper:not(.swiper-initialized) .swiper-slide{
		width: calc(100% / 2);
	}
}
@media screen and (min-width:576px) and (max-width:1199px){
	.top-event-swiper:not(.swiper-initialized) .swiper-wrapper {
		margin-right: -0.7rem;
		margin-left: -0.7rem;
	}
	.top-event-swiper:not(.swiper-initialized) .swiper-slide{
		padding-right: 0.7rem;
		padding-left: 0.7rem;
	}
}
@media screen and (min-width: 768px){
	.top-event-swiper:not(.swiper-initialized) .swiper-slide{
		width: calc(100% / 3);
	}
}
@media screen and (max-width: 1199px){
	.top-event-swiper:not(.swiper-initialized){
		width: 92.30769230769231%;
	}
}
@media screen and (min-width: 1200px){
	.top-event-swiper:not(.swiper-initialized) .swiper-wrapper {
		margin-right: -2.5rem;
		margin-left: -2.5rem;
	}
	.top-event-swiper:not(.swiper-initialized) .swiper-slide{
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
}

/* ================================================ */
/* WORKS 施工事例
------------------------------------------------------ */
.top-event-wrap+.top-works-wrap>.container-small{
	border-top: 1px rgba(55,66,9,0.25) solid;
}
@media screen and (max-width: 1199px){
	.top-event-wrap+.top-works-wrap>.container-small{
		padding-top: 4.8rem;
	}
	.top-works-wrap{
		padding-top: 9rem;
	}
}
@media screen and (min-width: 1200px){
	.top-event-wrap+.top-works-wrap>.container-small{
		padding-top: 7rem;
	}
	.top-works-wrap{
		padding-top: 18rem;
	}
}
.top-event-wrap+.top-works-wrap{
	padding-top: 0;
}
/*caption*/
@media screen and (max-width: 575px){
	.top-construction-caption-main .efont-Inter{
		line-height: 1.5;
	}
}
@media screen and (max-width: 767px){
	.top-construction-caption-main{
		margin-bottom: 3.2rem;
	}
}
@media screen and (min-width: 768px){
	.top-construction-caption-wrap{
		display: flex;
		justify-content: space-between;
	}
	.top-construction-btn{
		width: 20rem;
	}
}
/*swiper*/
.top-construction-swiper .swiper-slide{
	height: auto;
}
@media screen and (min-width: 576px){
	.top-construction-swiper.swiper-initialized .swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
}
@media screen and (max-width: 1199px){
	.top-construction-swiper{
		padding-bottom: 3.2rem;
	}
}
@media screen and (min-width: 1200px){
	.top-construction-swiper{
		padding-bottom: 7rem;
	}
}
/*swiper 枚数が足りないとき*/
.top-construction-swiper:not(.swiper-initialized) {
	padding-bottom: 0;
}
@media screen and (max-width: 575px){
	.top-construction-swiper:not(.swiper-initialized) .common-item-construction{
		width: 100%;
	}
}
@media screen and (min-width: 576px){
	.top-construction-swiper:not(.swiper-initialized) .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		width: auto;
	}
	.top-construction-swiper:not(.swiper-initialized) .swiper-slide{
		width: calc(100% / 2);
	}
}
@media screen and (min-width:576px) and (max-width:1199px){
	.top-construction-swiper:not(.swiper-initialized) .swiper-wrapper {
		margin-right: -0.7rem;
		margin-left: -0.7rem;
	}
	.top-construction-swiper:not(.swiper-initialized) .swiper-slide{
		padding-right: 0.7rem;
		padding-left: 0.7rem;
	}
}
@media screen and (max-width: 1199px){
	.top-construction-swiper:not(.swiper-initialized){
		width: 92.30769230769231%;
	}
	.top-construction-swiper:not(.swiper-initialized) .swiper-slide{
		margin-bottom: 3.2rem;
	}
}
@media screen and (min-width: 1200px){
	.top-construction-swiper:not(.swiper-initialized){
		width: 72.22222222222222%;
	}
	.top-construction-swiper:not(.swiper-initialized) .swiper-wrapper {
		margin-right: -2.4rem;
		margin-left: -2.4rem;
	}
	.top-construction-swiper:not(.swiper-initialized) .swiper-slide{
		padding-right: 2.4rem;
		padding-left: 2.4rem;
		margin-bottom: 7rem;
	}
}

/* ================================================ */
/* DETAIL GALLERY 部分別ギャラリー集
------------------------------------------------------ */
/*grid*/
.top-gallery-inner {
	display: grid;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.top-gallery-item{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.tgi01 {
	background-image: url("../images/tgi01.webp");
}
.tgi02 {
	background-image: url("../images/tgi02.webp");
}
.tgi03 {
	background-image: url("../images/tgi03.webp");
}
.tgi04 {
	background-image: url("../images/tgi04.webp");
}
@media screen and (max-width: 575px){
	.top-gallery-inner {
		grid-template-columns: repeat(2, 50%);
		grid-template-rows: 42.22222222222222% 31.11111111111111% 1fr;
		min-height: 48rem;
	}
	.top-gallery-item{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.tgi01 {
		grid-area: 3 / 1 / 4 / 2;
	}
	.tgi02 {
		grid-area: 3 / 2 / 4 / 3;
	}
	.tgi03 {
		grid-area: 2 / 1 / 3 / 3;
	}
	.tgi04 {
		grid-area: 1 / 1 / 2 / 3;
	}
}
@media screen and (min-width: 576px){
	.top-gallery-inner {
		grid-template-columns: 26.66666666666667% 31.11111111111111% 42.22222222222222%;
		grid-template-rows: repeat(2, 50%);
	}
	.top-gallery-item{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.tgi01 {
		aspect-ratio: 1 / 0.792;
		grid-area: 1 / 1 / 2 / 2;
	}
	.tgi02 {
		aspect-ratio: 1 / 0.792;
		grid-area: 2 / 1 / 3 / 2;
	}
	.tgi03 {
		aspect-ratio: 1 / 1.357;
		grid-area: 1 / 2 / 3 / 3;
	}
	.tgi04 {
		aspect-ratio: 1 / 1;
		grid-area: 1 / 3 / 3 / 4;
	}
}
/*filter*/
.top-gallery-filter{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.30);
}
/* ================================================ */
/* CONCEPT コンセプト
------------------------------------------------------ */
@media screen and (max-width: 575px){
	.top-concept-txt p:not(.top-caption) br{
		display: none;
	}
}
@media screen and (min-width: 576px){
	.tct-pc-mb-30{
		margin-bottom: 3rem;
	}
}
@media screen and (max-width: 991px){
	.top-concept-img{
		margin-bottom: 4rem;
	}
	.top-concept-img img{
		-o-object-fit: cover;
		   object-fit: cover;
		aspect-ratio: 1 / 0.625;
	}
}
@media screen and (min-width: 992px){
	.top-concept-wrap{
		display: flex;
		align-items: center;
	}
}
@media screen and (min-width:992px) and (max-width:1599px){
	.top-concept-img{
		width: 42%;
	}
	.top-concept-txt{
		width: 58%;
		padding-left: 9.5%;
	}
}
@media screen and (max-width: 1199px){
	.top-concept-wrap .top-bfont{
		margin-bottom: 3rem;
	}
	.top-concept-wrap .top-caption{
		margin-bottom: 2.4rem;
	}
}
@media screen and (min-width:1200px) and (max-width:1599px){
	.top-concept-wrap .top-bfont{
		margin-bottom: 5rem;
	}
	.top-concept-wrap .top-caption{
		margin-bottom: 4rem;
	}
}
@media screen and (min-width: 1600px){
	.top-concept-wrap .top-bfont{
		margin-bottom: 10rem;
	}
	.top-concept-wrap .top-caption{
		margin-bottom: 7rem;
	}
	.top-concept-img{
		width: 38.96103896103896%;
	}
	.top-concept-txt{
		width: 61.03896103896104%;
		padding-left: 16.81818181818182%;
	}
}

/* ================================================ */
/* LINE UP ラインナップ
------------------------------------------------------ */
.top-lineup-e-ttl{
	position: absolute;
	top: -0.5rem;
	line-height: 1;
	z-index: 1;
}
.top-lineup-e-ttl .d-inline-block{
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}
@media screen and (max-width: 575px){
	.top-lineup-e-ttl{
		font-size: 8rem;
	}
	.top-lineup-sp-pl{
		padding-left: 8.8rem;
	}
}
@media screen and (min-width:576px) and (max-width:1199px){
	.top-lineup-e-ttl{
		font-size: 11rem;
	}
	.top-lineup-sp-pl{
		padding-left: 12rem;
	}
}
@media screen and (max-width: 1199px){
	.top-lineup-e-ttl{
		left: 2.2%;
	}
	.top-lineup-e-ttl .d-inline-block{
		min-height: 48rem;
	}
}
@media screen and (min-width: 1200px){
	.top-lineup-e-ttl{
		left: 5.5%;
		font-size: 18rem;
	}
	.top-lineup-e-ttl .d-inline-block{
		min-height: 66rem;
	}
}
/*item*/
@media screen and (min-width: 768px){
	.top-lineup-item{
		display: flex;
		align-items: center;
	}
}
/*img*/
@media screen and (max-width: 767px){
	.top-lineup-item-img{
		margin-bottom: 5.6rem;
	}
}
@media screen and (min-width: 768px){
	.pc-tpai-order-2{
		order: 2;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.top-lineup-item-img{
		width: 53%;
	}
}
@media screen and (min-width: 992px){
	.top-lineup-item-img{
		width: 56.66666666666667%;
	}
}
/*txt*/
.top-lineup-item-ttl .efont{
	line-height: 1;
}
.top-lineup-item-ttl::after{
	content: " ";
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 3.4rem;
	height: 1px;
	background-color: rgba(255,255,255,0.50);
}
.top-lineup-item-caption{
	line-height: 1.9;
}
@media screen and (max-width: 767px){
	.top-lineup-item-txt{
		padding-bottom: 6rem;
	}
}
@media screen and (min-width: 768px){
	.top-lineup-item-txt{
		padding-right: 3%;
		padding-left: 3%;
	}
	.pc-tpai-order-1{
		order: 1;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.top-lineup-item-txt{
		width: 47%;
		padding-right: 3%;
		padding-left: 3%;
	}
}
@media screen and (min-width: 992px){
	.top-lineup-item-txt{
		width: 43.33333333333333%;
	}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.top-lineup-item-caption{
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 1199px){
	.top-lineup-item-ttl{
		margin-bottom: 2.8rem;
	}
	.top-lineup-item-ttl .efont{
		font-size: 2.4rem;
		margin-bottom: 1rem;
	}
	.top-lineup-item-ttl .txtmin{
		font-size: 1.3rem;
	}
	.top-lineup-item-ttl::after{
		margin-top: 2.8rem;
	}
}
@media screen and (min-width: 1200px){
	.top-lineup-item-ttl{
		margin-bottom: 4.4rem;
	}
	.top-lineup-item-ttl .efont{
		font-size: 3rem;
		margin-bottom: 1.6rem;
	}
	.top-lineup-item-ttl .txtmin{
		font-size: 1.5rem;
	}
	.top-lineup-item-ttl::after{
		margin-top: 4rem;
	}
	.top-lineup-item-caption{
		font-size: 2rem;
	}
}
/*img house*/
.top-lineup-item-img-house{
	position: absolute;
}
@media screen and (max-width: 767px){
	.top-lineup-item-img-house{
		bottom: -10%;
		right: 5%;
		width: 30%;
		max-width: 14rem;
	}
}
@media screen and (min-width: 768px){
	.top-lineup-item-img-house{
		bottom: 6.944444444444444%;
		left: -14.70588235294118%;
		width: 17.64705882352941%;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.top-lineup-item-img img{
		object-fit: cover;
		aspect-ratio: 1 / 1;
	}
}
/* ================================================ */
/* 特徴
------------------------------------------------------ */
/*row*/
.top-about-col a{
	display: block;
	position: relative;
}
.top-about-col a:hover{
	color: #fff;
}
.top-about-col-filter{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.30);
}
.top-about-col-ttl .efont{
	font-size: 2.4rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 576px){
	.top-about-row{
		display: flex;
		flex-wrap: wrap;
	}
	.top-about-col{
		width: calc(100% / 3);
	}
}
@media screen and (min-width:576px) and (max-width:1199px){
	.top-about-row{
		margin-right: -1rem;
		margin-left: -1rem;
	}
	.top-about-col{
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media screen and (max-width: 1199px){
	.top-about-col-ttl .efont{
		line-height: 1;
	}
}
@media screen and (min-width: 1200px){
	.top-about-row{
		margin-right: -2.2rem;
		margin-left: -2.2rem;
	}
	.top-about-col{
		padding-right: 2.2rem;
		padding-left: 2.2rem;
	}
}

/* ================================================ */
/* 新着情報
------------------------------------------------------ */
.top-news-wrap{
	border-top: 1px rgba(55,66,9,0.25) solid;
}
@media screen and (max-width: 575px){
	.top-news-wrap .top-bfont{
		margin-bottom: 3.2rem;
	}
}
@media screen and (min-width: 576px){
	.top-news-wrap{
		display: flex;
		align-items: flex-start;
	}
	.top-news-wrap .top-bfont{
		width: 33.84615384615385%;
	}
	.top-news-main{
		flex: 1;
	}
}
@media screen and (max-width: 1199px){
	.top-news-wrap{
		padding-top: 4.8rem;
	}
	.top-news-wrap .top-bfont{
		margin-top: -0.32em;
		min-width: 25rem;
	}
	.top-news-item-wrap{
		padding-top: 1.6rem;
	}
}
@media screen and (min-width: 1200px){
	.top-news-wrap{
		padding-top: 8rem;
	}
	.top-news-wrap .top-bfont{
		margin-top: -0.6em;
		min-width: 35.6rem;
	}
	.top-news-item-wrap{
		padding-top: 3rem;
	}
}
/*tab*/
.top-news-tab-wrap {
	display: flex;
	flex-wrap: wrap;
}
.top-news-tab-label {
	text-align: center;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
	background-color: #eeefea;
	color: #313131;
	margin-bottom: 0;
}
.top-news-tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.top-news-tab-switch:checked+.top-news-tab-label {
	background: #313131;
	color: #fff;
}
.top-news-tab-switch:checked+.top-news-tab-label+.top-news-tab-content {
	height: auto;
	overflow: auto;
	opacity: 1;
	transition: .5s opacity;
}
.top-news-tab-switch {
	display: none;
}
@media screen and (max-width: 1199px){
	.top-news-tab-label {
		font-size: 1.5rem;
		line-height: 4.8rem;
	}
}
@media screen and (min-width: 1200px){
	.top-news-tab-label {
		font-size: 1.8rem;
		line-height: 6rem;
	}
}
