@charset "utf-8";

img{
	max-width: 100%;
	height: auto;
}
.top_txt p{
	letter-spacing: 0.15em;
	line-height: 1.7;
	margin-bottom: 0;
}

/**************************
/* TOP EVENT
**************************/
#t_event{
	padding: 4.17rem 0 5.12rem;
}
@media screen and (min-width: 768px){
	#t_event{
		width: 83.33%;
		margin-right: auto;
		margin-left: auto;
	}
	.tit_flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 2.87rem;
	}
	.tit_flex .c-title1{
		margin-bottom: 0;
	}
	.tit_flex .vm{
		display: inline-flex;
	}
}
@media screen and (min-width: 992px){
	#t_event{
		padding: 9.64rem 0 10.25rem;
	}
}
@media screen and (min-width: 1400px){
	#t_event{
		padding: 12.06rem 0 13.33rem;
	}
	.tit_flex{
		margin-bottom: 3.73rem;
	}
}
@media screen and (min-width: 1800px){
	#t_event{
		width: 72.22%;
	}
}
@media screen and (max-width: 767px){
	.tit_flex .c-title1{
		text-align: center;
	}
	.tit_flex .vm{
		display: none;
	}
	.event_swiper .swiper-slide{
		visibility: visible;
		margin-top: 0 !important;
	}
	#t_event .vm{
		margin-top: 3.076rem;
	}
	/* 共通Swiper修正 */
.event_swiper .swiper-wrapper,
.estate_swiper .swiper-wrapper {
  display: flex !important;      /* 複製後もflex維持 */
}

.event_swiper .swiper-slide,
.estate_swiper .swiper-slide {
  flex-shrink: 0;                /* 見切れ幅を維持 */
  width: auto;                   /* Swiperが幅を自動計算 */
}

  .event_swiper .swiper-slide,
  .estate_swiper .swiper-slide {
    visibility: visible;         /* 以前のhiddenを解除 */
  }

}

/**************************
/* TOP GALLERY
**************************/
#t_gallery{
	margin: 3.65rem 0 4.358rem;
}
@media screen and (min-width: 992px){
	#t_gallery{
		margin: 7.91rem 0 8.71rem;
	}
}
@media screen and (min-width: 1400px){
	#t_gallery{
		margin: 10.33rem 0 11.33rem;
	}
}

/**************************
/* TOP MODEL HOUSE
**************************/
#t_model{
	padding: 3.45rem 0 5.12rem;
}
#t_model a{
	transition: .4s;
}
#t_model a:hover{
	text-decoration: none;
}
.model_inner{
	width: 84.615%;
	margin-right: auto;
	margin-left: auto;
}
.model_txtArea{
	position: relative;
	z-index: 2;
	transition: .4s;
}
.model_txtArea .c-title1{
	margin-bottom: 1.4rem;
}

.model_img{
	width: 100%;
	max-height: 350px;
	text-align: center;
	margin: 3.07rem 0;
}
.model_img img{
	max-width: 100%;
	max-height: 350px;
	height: auto; /* 縦横比維持 */
	width: auto;  /* 縦横比維持 */
	object-fit: contain;
	display: inline-block;
}
.t_model_tit{
	color: #000;
	font-size: 1.15rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-bottom: 0;
}
a:hover .model_txtArea .c-title1, a:hover .t_model_tit{
	color: #fff;
}
a:hover .model_txtArea .vm{
	background-color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	color: #000;
}
.model_hover_flex{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .4s ease;
	display: flex;
	flex-direction: column;
}
.model_hover_flex::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
}
.moder_hover_item{
	width: 100%;
	height: 50%;
}
.moder_hover_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
a:hover .model_hover_flex{
	opacity: 1;
}
@media screen and (min-width: 768px){
	.model_inner{
		display: flex;
		justify-content: space-between;
	}
	.model_hover_flex{
		flex-direction: row;
	}
	.moder_hover_item{
		width: 50%;
		height: 100%;
	}
	.t_model_tit{
		font-size: 1.3rem;
	}
	.model_txtArea{
		width: 40.45%;
		align-self: center;
	}
	.model_img{
		width: 54.79%;
		margin: 0;
	}
	#t_model .vm{
		margin-top: 3.93rem;
	}
}
@media screen and (min-width: 992px){
	#t_model{
		padding: 8.71rem 0 10.25rem;
	}
	.model_txtArea{
		width: 32.45%;
	}
	.model_img{
		width: 62.79%;
	}
	#t_model .vm{
		margin-top: 3.93rem;
	}
}
@media screen and (min-width: 1200px){
	.model_img{
		max-height: 500px;
	}
	.model_img img{
		max-height: 500px;
	}
}
@media screen and (min-width: 1400px){
	#t_model{
		padding: 11.33rem 0 13.33rem;
	}
	.model_txtArea .c-title1{
		margin-bottom: 1.56rem;
	}
	.t_model_tit{
		font-size: 1.66rem;
	}
	.model_txtArea{
		width: 35.45%;
	}
	.model_img{
		width: 59.79%;
	}
	#t_model .vm{
		margin-top: 4.93rem;
	}
}
@media screen and (min-width: 1600px){
	.model_txtArea{
		width: 30.45%;
	}
	.model_img{
		width: 64.79%;
	}
}
@media screen and (min-width: 1800px){
	.model_txtArea{
		width: 27.45%;
	}
	.model_img{
		width: 67.79%;
		max-height: 600px;
	}
	.model_img img{
		max-height: 600px;
	}
}
@media screen and (max-width: 767px){
	.model_inner{
		text-align: center;
	}
}
/* MOUSE FOLLOW */
#mouse-follow {
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	z-index: 2000;
	pointer-events: none;
	will-change: transform;
	opacity: 0;
	transform: scale(0);
	transition: transform 0.2s, opacity 0.4s, -webkit-transform 0.2s;
}
#mouse-follow.is-show {
	opacity: 1;
	transform: scale(1);
}
@media screen and (max-width: 1023px) {
	#mouse-follow {
		display: none;
	}
}

/**************************
/* TOP MODEL HOUSE
**************************/
.concept_img{
	width: 100%;
}
.concept_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.concept_movieArea{
	position: relative;
	width: 100%;
}
.concept_movie{
	width: 100%;
	height: 423px;
}
.concept_movie video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.concept_txtArea{
	position: absolute;
	top: -1.35rem;
	left: 50%;
	width: 90%;
	transform: translateX(-50%);
	text-align: center;
}
.concept_txtArea .f40{
	letter-spacing: 0.04em;
	line-height: 1.3;
	margin-bottom: 2.94rem;
}
.concept_txtArea .txt_block{
	color: #323232;
	font-size: 1.07rem;
	letter-spacing: 0.05em;
	line-height: 2;
}
.concept_txtArea .vm{
	margin-top: 2.37rem;
}
@media screen and (min-width: 768px){
	.concept_txtArea{
		margin-top: -0.15rem;
	}
	.concept_txtArea .f40{
		letter-spacing: 0.06em;
		margin-bottom: 3.61rem;
	}
	.concept_txtArea .vm{
		margin-top: 3.24rem;
	}
}
@media screen and (min-width: 992px){
	.concept_movie{
		height: 466px;
	}
}
@media screen and (min-width: 1200px){
	.concept_movie{
		height: 510px;
	}
}
@media screen and (min-width: 1400px){
	.concept_movie{
		height: 656px;
	}
	.concept_txtArea{
		top: -2rem;
	}
	.concept_txtArea .txt_block{
		font-size: 1.13rem;
	}
	.concept_txtArea .f40{
		margin-bottom: 4.23rem;
	}
	.concept_txtArea .vm{
		margin-top: 3.96rem;
	}
}
@media screen and (min-width: 1800px){
	.concept_img{
		height: 800px;
	}
	.concept_txtArea{
		top: -1.9rem;
	}
}
@media screen and (max-width: 767px){
	.concept_img{
		height: 330px;
	}
	.concept_movie{
		height: 374px;
	}
}
@media screen and (max-width: 576px){
	.concept_img{
		height: 250px;
	}
}

/**************************
/* TOP design casa
**************************/
#t_designcasa{
	padding: 4.35rem 0 5.12rem;
}
.dc_logo{
	width: 130px;
	margin-bottom: 2.869rem;
}
.dc_txtArea .f35{
	line-height: 1.54;
	letter-spacing: 0.04em;
	margin-bottom: 1.3rem;
}
.dc_txtArea .txt_block{
	color: #323232;
	text-align: justify;
	letter-spacing: 0.05em;
	line-height: 1.86;
	margin-bottom: 2.19rem;
}
.dc_img{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.dc_img .img1{
	width: 63.36%;
	max-height: 850px;
	position: relative;
}
.dc_img .img2{
	width: 34.65%;
	position: relative;
}
.dc_img .img1.watermark::after, .dc_img .img2.watermark::after{
	width: 55px;
	height: 10px;
	bottom: 6px;
	right: 10px;
}
#t_designcasa .youtube{
	width: 84.615%;
	border-radius: 13px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	padding: 0;
	margin: 3.84rem auto;
}
@media screen and (min-width: 576px){
	.dc_img .img1.watermark::after, .dc_img .img2.watermark::after{
		width: 65px;
	}
}
@media screen and (min-width: 768px){
	.dc_main{
		width: 94.75%;
		margin-right: auto;
		margin-left: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-left: 5.71%;
	}
	.dc_txtArea{
		align-self: flex-end;
		width: 36.31%;
	}
	.dc_logo{
		width: 170px;
		margin-bottom: 4.11rem;
	}
	.dc_txtArea .f35{
		letter-spacing: 0.06em;
		margin-bottom: 1.59rem;
	}
	.dc_txtArea .txt_block{
		margin-bottom: 3.24rem;
	}
	.dc_img{
		width: 56.44%;
	}
	.dc_img .img1.watermark::after, .dc_img .img2.watermark::after{
		bottom: 8px;
	}
	#t_designcasa .youtube{
		width: 83.33%;
	}
}
@media screen and (min-width: 992px){
	#t_designcasa{
		padding: 8.71rem 0 10.25rem;
	}
	.dc_txtArea{
		width: 31.31%;
	}
	.dc_img{
		width: 61.44%;
	}
	.dc_img .img1.watermark::after, .dc_img .img2.watermark::after{
		width: 75px;
		height: 12px;
		bottom: 10px;
		right: 15px;
	}
	#t_designcasa .youtube{
		margin: 6.15rem auto;
	}
}
@media screen and (min-width: 1400px){
	#t_designcasa{
		padding: 11.33rem 0 13.33rem;
	}
	.dc_logo{
		width: 170px;
		margin-bottom: 4.96rem;
	}
	.dc_txtArea .f35{
		margin-bottom: 2.36rem;
	}
	.dc_txtArea .txt_block{
		margin-bottom: 4.16rem;
	}
	.dc_txtArea{
		width: 33.31%;
	}
	.dc_img{
		width: 59.44%;
	}
	.dc_img .img1.watermark::after, .dc_img .img2.watermark::after{
		width: 80px;
		height: 13px;
		right: 20px;
		bottom: 15px;
	}
	#t_designcasa .youtube{
		margin: 10rem auto;
	}
}
@media screen and (min-width: 1600px){
	.dc_txtArea{
		width: 29.31%;
	}
	.dc_img{
		width: 63.44%;
	}
}
@media screen and (min-width: 1800px){
	.dc_main{
		width: 91.11%;
		padding-left: 6.66%;
		margin-right: auto;
	}
	.dc_txtArea{
		width: 27.31%;
	}
	.dc_img{
		width: 65.44%;
		height: 850px;
	}
	.dc_img img{
		width: 100%;
		object-fit: cover;
	}
	.dc_img .img1 img{
		max-height: 850px;
	}
	#t_designcasa .youtube{
		width: 77.77%;
	}
}
@media screen and (max-width: 767px){
	.dc_txtArea{
		width: 84.615%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 4.615rem;
	}
	.dc_img{
		width: 92.3075%;
		margin-left: auto;
	}
}
/*-- slide --*/
.dc_arch_item a::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	opacity: 0;
	transition: .3s ease;
}
.dc_arch_item a:hover::after{
	opacity: 1;
}
.dc_arch_txtArea{
	position: absolute;
	width: 86%;
	height: auto;
	z-index: 2;
	color: #fff;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: .3s;
}
a:hover .dc_arch_txtArea{
	opacity: 1;
}
.dc_arch_office{
	font-size: 0.846rem;
	line-height: 1.3;
	margin-bottom: 1.24rem;
}
.dc_arch_office .f-eng{
	letter-spacing: 0;
	font-weight: 300;
}
.dc_arch_name{
	font-size: 1.11rem;
	margin-bottom: 0;
}
.dc_arch_name .f-eng{
	display: block;
	line-height: 1;
	font-size: 0.846rem;
	font-weight: 300;
	letter-spacing: 0;
	margin-top: 0.269rem;
}
@media screen and (min-width: 768px){
	.dc_arch_office{
		font-size: 0.923rem;
	}
	.dc_arch_name{
		font-size: 1.26rem;
	}
	.dc_arch_name .f-eng{
		font-size: 0.923rem;
		margin-top: 0.4rem;
	}
}
@media screen and (min-width: 992px){
	.dc_arch_txtArea{
		width: 74.54%;
	}
}
@media screen and (min-width: 1400px){
	.dc_arch_txtArea{
		bottom: 30px;
	}
	.dc_arch_office{
		font-size: 1rem;
		margin-bottom: 1.63rem;
	}
	.dc_arch_name{
		font-size: 1.4rem;
	}
	.dc_arch_name .f-eng{
		font-size: 1rem;
		margin-top: 0.63rem;
	}
}
@media screen and (min-width: 1600px){
	.dc_arch_txtArea{
		bottom: 60px;
	}
	.dc_arch_office{
		margin-bottom: 2.4rem;
	}
}

/**************************
/* TOP VOICE
**************************/
#t_voice{
	margin-top: 3.658rem;
}
#t_voice .c-title1{
	margin-bottom: 2.07rem;
}
#t_voice .txt_block{
	text-align: center;
	line-height: 1.86;
	margin-bottom: 2.57rem;
}
.video-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
}
.video-overlay{
	position: absolute;
	inset: 0;
	background: transparent;
	z-index: 2;
}
.voice_swiper .swiper-slide{
	border-radius: 13px;
	overflow: hidden;
}
#t_voice .vm{
	margin-top: 2.69rem
}
@media screen and (min-width: 992px){
	#t_voice{
		margin-top: 7.91rem;
	}
	#t_voice .c-title1{
		margin-bottom: 2.74rem;
	}
	#t_voice .txt_block{
		margin-bottom: 3.24rem;
	}
	#t_voice .vm{
		margin-top: 3.96rem;
	}
}
@media screen and (min-width: 1400px){
	#t_voice{
		margin-top: 10.33rem;
	}
	#t_voice .c-title1{
		margin-bottom: 3.36rem;
	}
	#t_voice .txt_block{
		margin-bottom: 4.16rem;
	}
	#t_voice .vm{
		margin-top: 4.53rem;
	}
}

/**************************
/* TOP ABOUT
**************************/
#t_about{
	margin-top: 4.01rem;
	margin-bottom: 3.08rem;
}
#t_about .c-title1{
	position: relative;
	margin-bottom: -1.4rem;
}
.t_about_bg{
	width: 100%;
	height: 300px;
}
.t_about_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 25% center;
}
.about_box{
	position: relative;
	width: 84.615%;
	margin-top: -200px;
	margin-right: auto;
	margin-left: auto;
}
.about_box::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
}
.about_inner{
	position: relative;
	width: calc((100% - 80px));
	margin: 0 auto;
	padding-top: 40px;
}
.about_inner ul{
	margin-bottom: 0;
}
.about_inner ul li{
	list-style: none;
}
.about_inner ul li a{
	display: block;
	color: #000;
}
.about_inner ul li a:hover{
	text-decoration: none;
}
.about_img{
	position: relative;
	margin-bottom: 1.138rem;
}
.about_img.watermark::after{
	width: 80px;
	height: 10px;
	right: 5px;
	bottom: 10px;
}
.about_img .no{
	display: block;
	letter-spacing: 0;
	line-height: 1;
	position: absolute;
	top: -18px;
	right: -14px;
	font-family: mendl-sans-dawn, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 3rem;
}
.about_tit{
	font-size: 1.19rem;
	margin-bottom: 0;
}
@media screen and (min-width: 576px){
	.t_about_bg{
		height: 200px;
	}
	.about_box{
		margin-top: -100px;
	}
	.about_inner{
		width: calc((100% - 60px));
		padding-top: 30px;
	}
	.about_inner ul{
		display: flex;
		justify-content: space-between;
	}
	.about_inner ul li{
		width: calc((100% - 40px)/3);
	}
	.about_img{
		margin-bottom: 0.85rem;
	}
	.about_img .no{
		font-size: 2.5rem;
		top: -16px;
		right: -12px;
	}
	.about_tit{
		font-size: 0.88rem;
	}
}
@media screen and (min-width: 768px){
	#t_about .c-title1{
		margin-bottom: -1.6rem;
	}
	.t_about_bg{
		height: 320px;
	}
	.about_box{
		margin-top: -180px;
	}
	.about_box{
		width: 83.33%;
	}
	.about_inner ul li{
		width: calc((100% - 50px)/4);
	}
	.about_img{
		margin-bottom: 1.138rem;
	}
	.about_tit{
		font-size: 1.18rem;
	}
}
@media screen and (min-width: 992px){
	#t_about{
		margin-top: 8.43rem;
		margin-bottom: 7.96rem;
	}
	.t_about_bg{
		height: 400px;
	}
	.about_box{
		margin-top: -200px;
	}
	.about_inner{
		width: calc((100% - 100px));
		padding-top: 50px;
	}
	.about_inner ul li{
		width: calc((100% - 80px)/4);
	}
	.about_img .no{
		font-size: 3rem;
		top: -20px;
		right: -14px;
	}
	.about_tit{
		font-size: 1.369rem;
	}
}
@media screen and (min-width: 1200px){
	.t_about_bg{
		height: 500px;
	}
	.about_box{
		margin-top: -300px;
	}
	.about_inner{
		width: calc((100% - 130px));
		padding-top: 75px;
	}
	.about_inner ul li{
		width: calc((100% - 100px)/4);
	}
	.about_img .no{
		top: -22px;
	}
}
@media screen and (min-width: 1400px){
	#t_about{
		margin-top: 11rem;
		margin-bottom: 10.53rem;
	}
	#t_about .c-title1{
		margin-bottom: -2rem;
	}
	.t_about_bg{
		height: 650px;
	}
	.about_box{
		margin-top: -350px;
	}
	.about_img{
		margin-bottom: 1.5rem;
	}
	.about_img .no{
		font-size: 4rem;
		top: -29px;
		right: -19px;
	}
	.about_tit{
		font-size: 1.53rem;
	}
}
@media screen and (min-width: 1600px){
	.t_about_bg{
		height: 700px;
	}
	.about_box{
		margin-top: -400px; 
	}
	.about_inner{
		width: calc((100% - 200px));
		padding-top: 100px;
	}
	.about_inner ul li{
		width: calc((100% - 120px)/4);
	}
}
@media screen and (min-width: 1800px){
	.about_box{
		width: 77.77%;
	}
	.about_img .zoom{
		width: 100%;
		height: 450px;
	}
	.about_img .zoom img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 575px){
	.about_inner ul li + li{
		margin-top: 2.57rem;
	}
}

/**************************
/* TOP ESTATE
**************************/
#t_estate{
	margin-bottom: 5.12rem;
}
.estate_cat_mes{
	width: 84.615%;
	margin: 0 auto 2.67rem;
}
.estate_cat_mes ul{
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.estate_cat_mes ul li{
	width: 87px;
	height: 24px;
	list-style: none;
}
.estate_cat_mes ul li + li{
	margin-left: 8px;
}
.estate_cat_mes ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.76rem;
	width: 100%;
	height: 100%;
	border-radius: 35px;
	transition: .3s;
}
.estate_cat_mes ul li a.used-house{
	color: #fff;
	background-color: #3c3c3c;
}
.estate_cat_mes ul li a.subdivision{
	color: #3c3c3c;
	background-color: #d6d6d6;
}
.estate_cat_mes ul li a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.estate_cat_mes .txt_block{
	text-align: center;
}
@media screen and (min-width: 768px){
	#t_estate{
		width: 83.33%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 4.52rem;
	}
	#t_estate .tit_flex{
		align-items: flex-start;
	}
	#t_estate .tit_flex .c-title1{
		margin-top: -0.2rem;
	}
	.estate_cat_mes{
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 3.07rem;
	}
	.estate_cat_mes ul{
		justify-content: flex-start;
		margin-right: 40px;
		margin-bottom: 0;
	}
	.estate_cat_mes .txt_block{
		text-align: left;
	}
}
@media screen and (min-width: 992px){
	#t_estate{
		margin-bottom: 9.55rem;
	}
	#t_estate .tit_flex .c-title1{
		margin-top: -0.2rem;
	}
	.estate_cat_mes{
		margin-bottom: 3.84rem;
	}
}
@media screen and (min-width: 1400px){
	#t_estate{
		margin-bottom: 12.33rem;
	}
	#t_estate .tit_flex{
		margin-bottom: 3.8rem;
	}
	#t_estate .tit_flex .c-title1{
		margin-top: -0.7rem;
	}
	.estate_cat_mes{
		margin-bottom: 5.33rem;
	}
	.estate_cat_mes ul{
		margin-right: 50px;
	}
	.estate_cat_mes ul li{
		width: 130px;
		height: 35px;
	}
	.estate_cat_mes ul li + li{
		margin-left: 10px;
	}
	.estate_cat_mes ul li a{
		font-size: 0.8rem;
	}
}
@media screen and (min-width: 1800px){
	#t_estate{
		width: 77.77%;
	}
}
@media screen and (max-width: 767px){
	.estate_swiper .swiper-slide{
		margin-top: 0 !important;
	}
	#t_estate .vm{
		margin-top: 3.076rem;
	}
}

/**************************
/* TOP Instagram
**************************/
#t_insta{
	padding-top: 4.179rem;
}
#t_insta .c-title1{
	margin-bottom: 2.47rem;
}
#t_insta .vm{
	margin-top: 2.69rem;
}
@media screen and (min-width: 768px){
	#t_insta .c-title1{
		margin-bottom: 3.81rem;
	}
	#t_insta .vm{
		margin-top: 3.84rem;
	}
}
@media screen and (min-width: 992px){
	#t_insta{
		padding-top: 9.05rem;
	}
}
@media screen and (min-width: 1400px){
	#t_insta{
		padding-top: 11.66rem;
	}
	#t_insta .c-title1{
		margin-bottom: 3.66rem;
	}
	#t_insta .vm{
		margin-top: 4.66rem;
	}
}

/**************************
/* TOP INFORMATION
**************************/
#t_info{
	margin-top: 4.17rem;
	padding-bottom: 5.12rem;
}
#t_info .tit_flex{
	width: 84.615%;
	margin-right: auto;
	margin-left: auto;
}
#nav-info{
	width: 84.615%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 1.8rem;
}
#nav-info .active{
	color: #000;
	transition: .2s ease-in-out;
}
#nav-info li{
	list-style: none;
	color: rgba(0,0,0,0.3);
	cursor: pointer;
	letter-spacing: 0.03em;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#nav-info li + li{
	margin-left: 20px;
}
.t_info_block{
	display: none;
	margin-bottom: 0;
	width: 92.3075%;
	margin-left: auto;
	overflow: hidden;
}
.t_info_block.active{
	display: block;
}
.t_info_vm{
	width: 91.66%;
	text-align: center;
	margin-top: 2.39rem;
}
.t_info_block .no-post.sp-center{
	text-align: center;
}
@media screen and (min-width: 768px){
	#t_info .tit_flex{
		width: 83.33%;
	}
	.info_arrow{
		display: none;
	}
	.info_arrow.active{
		display: flex;
	}
	.info_arrow .info_prev, .info_arrow .info_next{
		width: 40px;
		height: 40px;
		display: block;
		border-radius: 50%;
		background-color: #3c3c3c;
		position: relative;
	}
	.info_arrow .info_next{
		margin-left: 8px;
	}
	.info_arrow .info_prev::after, .info_arrow .info_next::after{
		position: absolute;
		content: "";
		width: 13px;
		height: 13px;
		background-image: url("../images/arrow_w.svg");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		top: 50%;
		left: 50%;
	}
	.info_arrow .info_prev::after{
		transform: translate(-50%,-50%) rotate(180deg);
	}
	.info_arrow .info_next::after{
		transform: translate(-50%,-50%);
	}
	.t_info_flex{
		display: flex;
		justify-content: space-between;
		width: 91.665%;
		margin-left: auto;
	}
	#nav-info{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0;
		width: 130px;
		position: relative;
	}
	#nav-info::after{
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		background-color: rgba(179,179,179,0.5);
		top: 0;
		right: 0;
	}
	#nav-info li + li{
		margin-left: 0;
		margin-top: 1.3rem;
	}
	.t_info_block{
		margin: 0;
		width: calc((100% - 130px) - 50px);
	}
	.t_info_vm{
		width: 100%;
		text-align: left;
	}
	.t_info_block .no-post.sp-center{
		text-align: left;
	}
}
@media screen and (min-width: 992px){
	#t_info{
		margin-top: 8.25rem;
		padding-bottom: 10.25rem;
	}
	#nav-info{
		width: 150px;
	}
	.t_info_block{
		width: calc((100% - 150px) - 70px);
	}
	.t_info_vm{
		margin-top: 3.06rem;
	}
}
@media screen and (min-width: 1400px){
	#t_info{
		margin-top: 9.34rem;
		padding-bottom: 13.33rem;
	}
	#nav-info{
		width: 160px;
	}
	#nav-info li{
		font-size: 0.86rem;
	}
	#nav-info li + li{
		margin-top: 1.53rem;
	}
	.info_arrow .info_prev, .info_arrow .info_next{
		width: 50px;
		height: 50px;
	}
	.info_arrow .info_next{
		margin-left: 10px;
	}
	.info_arrow .info_prev::after, .info_arrow .info_next::after{
		width: 15px;
		height: 15px;
	}
	.t_info_block{
		width: calc((100% - 160px) - 80px);
	}
	.t_info_vm{
		margin-top: 4.73rem;
	}
}
@media screen and (min-width: 1800px){
	#t_info .tit_flex{
		width: 77.77%;
	}
	.t_info_flex{
		width: 88.885%;
	}
	#nav-info{
		width: 180px;
	}
	.t_info_block{
		width: calc((100% - 180px) - 100px);
	}
}
@media screen and (max-width: 767px){
	.info_arrow{
		display: none !important;
	}
}
/* swiper削除時のレイアウト */
.t_info_block .swiper-slide {
	display: inline-flex;      /* 横並び */
	flex: 0 0 auto;            /* 幅固定 */
	width: 20%;                /* Swiperで設定していた幅の目安 */
	box-sizing: border-box;
	margin-right: 20px;        /* spaceBetween 相当 */
}
/* 最後のスライドの余白を消す */
.t_info_block .swiper-slide:last-child {
	margin-right: 0;
}
/* レスポンシブ調整 */
@media (min-width: 768px) {
  .t_info_block .swiper-slide { width: 44%; margin-right: 20px; }
}
@media (min-width: 992px) {
  .t_info_block .swiper-slide { width: 32%; margin-right: 30px; }
}
@media (min-width: 1400px) {
  .t_info_block .swiper-slide { width: 24%; margin-right: 30px; }
}
