@charset "utf-8";

.title_t1{
	line-height: 1;
	font-size: 25px;
	font-family: 'MidashiGoPro';
	font-weight: bold;
}

.title_t1 span{
	color: #eae3dc;
	display: block;
	font-size: 30px;
	margin-bottom: 20px;
	font-family: 'DINPro';
}

.title_t2{
	font-family: 'MidashiGoPro';
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}

.title_t2 span{
	font-family: 'DINPro';
	color: #eae3dc;
	display: block;
	font-size: 30px;
}

.btn_t1{
	color: #fff;
	background:#000;
	border-radius: 50px;
	text-align: center;
	display: block;
	position: relative;
	padding: 10px;
}

.btn_t1::after{
	content: '';
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	display: inline-block;
	width: 10px;
	height: 10px;
	/* 矢印アイコンの位置を設定 */
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

.fadeIn_up {
	opacity: 0;
	transform: translate(0, 50%);
	transition: 1s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

.key_v{
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: url(../img/key_top.png) center / cover;
	font-family: 'MidashiGoPro';
	letter-spacing: 5px;
}

.key_v h1 {
	margin: 0;
	position: absolute;
	top: calc(50% - 0.5em);
	width: 100%;
	text-align: center;
	line-height: 1.2;
	font-size: 25px;
	color: #fff;
}

.scrolldown {
	position: absolute;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	pointer-events: none;
	transition: transform .35s cubic-bezier(.445,.05,.55,.95),opacity .35s cubic-bezier(.39,.575,.565,1);
	left: 40px;
	color: #fff;
}

.scrolldown .text {
	writing-mode: vertical-lr;
	transform: rotate(-360deg);
	line-height: 220%;
	letter-spacing: .02em;
}

.scrolldown .line {
	background: #fff;
	animation-name: a_scrolldown;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	margin-top: 10px;
	height: 60px;
	width: 1px;
}

@keyframes a_scrolldown {
	0% {
		transform-origin: 50% 100%;
		transform: scaleY(1)
	}

	50% {
		transform-origin: 50% 100%;
		transform: scaleY(0)
	}

	50.0001% {
		transform-origin: 50% 0;
		transform: scaleY(0)
	}

	to {
		transform-origin: 50% 0;
		transform: scaleY(1)
	}
}

.top_h{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 50px 20px 100px;
}

.top_contents_box1{
	display: flex;
	align-items: center;
	margin: 0 auto 100px auto;
	justify-content: space-between;
}

.top_contents_box1 p{
	font-size: 14px;
	line-height: 2;
}

.top_contents_box1 .left{
	width: 450px;
	margin-right: 50px;
	margin-top: 100px;
}

.top_contents_box1 .right{
	margin-top: -50px;
	z-index: 2;
	position: relative;
	width: 50%;
}

.top_contents_box1 .right::before{
	position: absolute;
	content: "";
	background: #b5b5b5af;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	z-index: -1;
}

.top_contents_box1 .right.active_shadow::before{
	transform: rotate(0);
	animation:shadow 1s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}

@keyframes shadow {
	to {
		transform:rotate(-5deg);
	}
}

.top_contents_box2{
	display: flex;
	margin-bottom: 50px;
}

.top_contents_box2 p{
	font-size: 14px;
	line-height: 2;
}

.top_contents_box2 .left{
	margin-right: 50px;
	max-width: 50%;
}

.top_contents_box2 .right{
	width: 500px;
}

.top_contents_box2 .right section:first-of-type{
	margin-bottom: 40px;
}

.top_contents_box3{
	display: flex;
	align-items: center;
	margin: 100px auto 0px auto;
	justify-content: space-between;
}

.top_contents_box3 p{
	font-size: 14px;
	line-height: 2;
}

.top_contents_box3 .right{
	width: 500px;
	margin-left: 50px;
}

.top_contents_box3 .left{
	z-index: 2;
	position: relative;
	width: 50%;
}

.top_contents_box3 .left::before{
	position: absolute;
	content: "";
	background: #b5b5b5af;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	z-index: -1;
}

.top_contents_box3 .left.active_shadow::before{
	transform: rotate(0);
	animation:shadow 1s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}

#concept{
	margin-bottom: 150px;
}

.enjoy{
	margin-bottom: 150px;
}

.enjoy .sec_key{
	background: url(../img/bg_top_enjoy_choosing.png) no-repeat;
	background-size:cover;
	height:100vh;
}

.sec_key h2{
	font-family: 'DINPro';
	font-size: 9vw;
	line-height: 1;
	margin: 20px;
	font-weight: bold;
}

.outline {
	color: rgba(0, 0, 0, 0);
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
	padding: 0 0 10px;
	position: relative;
	display: inline-block;
}

.outline::after {
	position: absolute;
	text-shadow: 0px 0px 0 #fff;
	display: inline-block;
	width: 100%;
	top: 0;
	left: 0;
}

.active_outline::after{
	animation: flowing-anim 1s forwards linear;
	white-space: nowrap;
	overflow: hidden;
}

.enjoy .active_outline::after{
	content: "ENJOY CHOOSING";
}

.top_possible_box{
	border-bottom: solid 1px #000;
}

.possible_box_wrap{
	border-bottom: solid 1px;
}

.possible_box_wrap:last-child{
	border-bottom: none;
}

.possible_box_wrap .container{
	display: flex;
}

.possible_box_wrap h3{
	font-size: 25px;
	font-family: 'DINPro';
	font-weight: bold;
}

.img_list_box{
	width: 50%;
	text-align: center;
	padding: 50px;
}

.ilb_ts{
	font-size: 12px;
}

.possible_box_wrap .container .img_list_box:first-of-type{
	border-right: solid 1px #000;
}

.slide-items {
	width: 100%;
	margin-bottom: 20px;
}

.slide-items img {
	width: 100%;
	object-fit: cover;
}

.slide-items:hover .slick-arrow{
	display: block!important;
}

.img_list_box .slick-arrow{
	display: none!important;
}

.slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	bottom: auto;
	margin: auto;
	padding: 20px;
	width: 20px;
	height: 38px;
	color: transparent;
	z-index: 1;
	transition: opacity 0.5s;
	z-index: 1;
	border: solid 1px #000;
	border-radius: 50px;
}

.slick-arrow:hover {
	opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
	position: absolute;
	top: 30%;
	left: 0%;
	transform: translate(-50%,-50%);
	margin: auto;
	content: "";
	vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 13px;
  height: 13px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

/* next */

.img_list_box .slick-next {
	right: -20px;
}
.case-items .slick-next {
	right: 20%;
}
.slick-next::after {
	right: 4px;
	transform: rotate(45deg);
}

/* prev */

.img_list_box .slick-prev {
	left: -20px;
}
.case-items .slick-prev {
	left: 20%;
}
.slick-prev::after {
	left: 13px;
	transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next::after {
    right: 2px;
  }
}

.top_case{
	padding: 50px 0;
}

.top_case h2{
	text-align: center;
	margin-bottom: 20px;
}

.case-items{
	margin: 40px 0;
}

.case-items .slick-slide{
	width: 550px;
}

.case-items section{
	border: solid 1px #000;
	margin: 0 20px;
}

.case-items section p:first-of-type{
	margin-top: 20px;
	border-top: solid 1px #000;
	padding: 20px;
}

.case-items section p:first-of-type img{
	width: 100%!important;
	height: auto;
}

.case-items section h3{
	font-size: 20px;
	padding: 0 20px 20px;
	border-bottom: solid 1px #000;
	font-family: 'MidashiGoPro';
	font-weight: bold;
}

.case-items section ul{
	padding: 20px 20px 0;
}

.case-items section li{
	display: inline-block;
	margin-right: 20px;
}

.case-items section li a{
	color: #8a8a8a;
}

.case-items section p:last-child{
	padding: 20px 20px;
}

.case-items section p a{
	color: #8a8a8a;
	border-bottom: solid 1px #8a8a8a;
}

.yourlife{
	margin-bottom: 100px;
}

.yourlife .sec_key{
	background: url(../img/bg_your_life.png) no-repeat;
	background-size:cover;
	height:100vh;
	text-align: right;
}

.yourlife .active_outline::after{
	content: "YOUR LIFE";
}

.openhouse{
	margin-bottom: 150px;
}

.openhouse .sec_key{
	background: url(../img/bg_open_house.png) no-repeat;
	background-size:cover;
	height:100vh;
}

.openhouse .active_outline::after{
	content: "OPEN HOUSE";
}

.left_box_more{
	text-align: right;
	margin-top: 20px;
}

.left_box_more .btn-more{
	width: 230px;
}

@keyframes flowing-anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}

#whatspossible{
	background: #f7f7f7;
}

#whatspossible h2{
	text-align: center;
	padding: 50px 0;
	border-bottom: solid 1px #000;
}

.yourlife .right_box_more{
	text-align: right;
	margin-top: 50px;
}

.top_information{
	background: #f7f7f7;
}

.top_information h2{
	text-align: center;
	padding: 50px 0;
	border-bottom: solid 1px #000;
}

.top_info_box{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.top_info_box section a{
	color: #8a8a8a;
	border-bottom: solid 1px #8a8a8a;
}

.top_info_box section h3{
	margin: 10px 0;
	line-height: 1.4;
}

.top_info_box section h3 a{
	font-size: 20px;
	color: #333;
	border-bottom: none;
	font-family: 'MidashiGoPro';
	font-weight: bold;
}

.top_info_box .left_box{
	width: 40%;
	padding: 50px 40px;
}

.top_info_box .left_box section{
	max-width: 450px;
	margin: 0 0 0 auto;
}

.top_info_box .left_box section p:first-of-type{
	margin-bottom: 20px;
}

.top_info_box .left_box section p:first-of-type img{
	width: 100%;
	height: auto;
}

.top_info_box .left_box section h3,
.left_box_event_txt{
	max-width: 450px;
}

.top_info_box .right_box{
	width: 60%;
	border-left: solid 1px #000;
}

.top_info_box .right_box section{
	border-bottom: solid 1px #000;
	padding: 50px;
	display: flex;
}

.top_info_box .right_box section time{
	margin-right: 30px;
}

.top_info_box .right_box section h3,
.top_info_box .right_box section p{
	width: 80%;
}

.top_info_box .right_box .right_box_more{
	text-align: right;
	padding: 40px 20px;
	width: 80%;
}

.btm_contact{
	text-align: center;
	border-top: solid 1px #000;

}

.btm_contact .title_t1{
	border-bottom: solid 1px;
	padding: 50px 0;
}

.contact_pattern{
	display: flex;
	width: 1200px;
	margin: 0 auto;
}

.contact_pattern div{
	width: 33.3%;
	padding: 100px 0;
}

.contact_pattern h3{
	margin-bottom: 20px;
}

.contact_pattern div p:first-of-type{
	font-size: 18px;
	font-weight: bold;
}

.contact_pattern_tel p:nth-of-type(2){
	font-size: 40px;
	line-height: 1;
}

.contact_pattern_contact{
	border-left: solid 1px;
	border-right: solid 1px;
}

.contact_pattern_contact p:last-child,
.contact_pattern_event p:last-child{
	margin-top: 20px;
	width: 70%;
	margin: 20px auto 0;
}

.top_fap{
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
}

.top_fap a{
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	display: block;
	width: 700px;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0;
	position: relative;
}

.top_fap a:hover{
	background: #000;
	color: #fff;
	opacity: 1;
}


.top_fap .t{
	font-size: 40px;

}

.top_fap .t_under{
	font-size: 14px;
	margin-top: 10px;
}

.top_fap div{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.btn-more{
	display: inline-block;
	overflow: hidden;
	width: 110px;
	position: relative;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
}

.btn-more:before,.btn-more:after{
	content: '';
	position: absolute;
	background: #000;
}

.top_fap a:hover .btn-more::before,
.top_fap a:hover .btn-more:after{
	background: #fff;
}

.btn-more:before {
	top: 17px;
	right: 20px;
	height: 2px;
	width: 35px;
}

.btn-more:after {
	top: 13px;
	right: 20px;
	height: 2px;
	width: 10px;
	transform: rotate(45deg);
}

/********************1200px以下*******************/
@media (max-width: 1200px) {
}

/********************991px以下*******************/
@media (max-width: 991px) {
}

/********************767px以下*******************/
@media (max-width: 767px) {
	.enjoy .sec_key{
		height: 200px;
	}

	.top_contents_box1{
		display: block;
	}

	.top_contents_box1 .left{
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}

	.top_contents_box1 .right{
		width: 100%;
		margin-top: 20px;
	}

	.top_contents_box2{
		display: block;
	}

	.top_contents_box2 .left{
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}

	.top_contents_box2 .right{
		width: 95%;
		margin: 20px auto;
	}

	.possible_box_wrap{
		border-bottom: none;
	}

	.possible_box_wrap .container{
		display: block;
	}

	.possible_box_wrap .container .img_list_box:first-of-type{
		border-right: none;
	}

	.possible_box_wrap:last-child .img_list_box:last-child{
		border-bottom: none;
	}

	.img_list_box{
		width: 100%;
		border-bottom: solid 1px #000;
		padding: 20px;
	}

	.case-items .slick-slide{
		width: 400px;
	}
	.yourlife .sec_key{
		height: 200px;
	}

	.top_contents_box3{
		margin: 50px auto 0 auto;
		display: block;
	}

	.top_contents_box3 .left{
		width: 100%;
	}

	.top_contents_box3 .right{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.top_fap a{
		width: 95%;
	}

	.contact_pattern{
		width: 100%;
		flex-wrap: wrap;
	}

	.contact_pattern div{
		width: 100%;
		border-bottom: solid 1px #000;
		padding: 50px 0;
	}

	.contact_pattern_contact{
		border: none;
	}

	.top_info_box{
		flex-wrap: wrap;
	}

	.top_info_box .left_box{
		width: 100%;
		border-bottom: solid 1px #000;
	}

	.top_info_box .right_box{
		width: 100%;
		border-left: none;
	}

	.top_info_box .right_box section{
		flex-wrap: wrap;
		padding: 20px;
	}

	.top_info_box .right_box section time{
		margin-bottom: 10px;
	}

	.top_info_box .right_box section h3, .top_info_box .right_box section p,
	.top_info_box .right_box .right_box_more{
		width: 100%;
	}

	.top_h{
		font-size: 20px;
	}
}

/********************575px以下*******************/
@media (max-width: 575px) {
}