


/* ja */
.l-main{
	font-size: 1rem;
	line-height: 2em;
	
	margin-top: 0;
}

@media screen and (max-width: 640px){
	.l-main{
		font-size: .75rem;
	}
}


/* en */
#towerview-room{
	font-size: .875rem;
	line-height: 2em;
}

@media screen and (max-width: 640px){
	#towerview-room{
		font-size: .75rem;
		line-height: 2em;
	}
	#gnavi{
		margin-bottom: 0;
	}
}






/* js */
.js-bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.js-bg__trigger{
	visibility: hidden;
}
.js-bg__trigger--hide{
	display: none;
}



/* 共通 */
.lp-title1{
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.5em;
	
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.lp-title2{
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1.5em;
	
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.break{
	margin-bottom: 1rem;
}


.lp-header{
	padding-top: 4.5em;
	padding-bottom: 4.5em;
	
	color: #fff;
	background-color: #00011D;
}

@media screen and (min-width: 641px){
	.lp-header{
		text-align: center;
	}
}
@media screen and (max-width: 640px){
	.lp-header .lp-title1{
		text-align: center;
	}
}






/* mv */
.mv{
	position: relative;
	z-index: 0;
	overflow: hidden;
	
}
@media screen and (min-width: 641px){
	.mv{
		min-height: 700px;
	}
}
@media screen and (max-width: 640px){
	.mv{
		min-height: 133vw;
	}
}
.mv__logo{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	padding-left: 3em;
	padding-right: 3em;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.mv__logo > img{
	max-width: 100%;
}
.mv-gallery{}
.mv-gallery__item{}
.mv-gallery__item.is-active{
	animation: 
		gallery 18s linear infinite both,
		zoomin 6s linear infinite both;
	
	z-index: 1;
	animation: kf-gallery 6s linear both;
}
.mv-gallery__item > img{
	width: 100%;
}
.mv-gallery__item{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@keyframes kf-gallery{
	0%		{ opacity: 0; transform: scale(1.2); }
	10%		{ opacity: 1; }
	100%	{ opacity: 1; transform: scale(1); }
}





/* about */
.about{
	color: #fff;
	background-color: #00011D;
	
	padding-top: 6em;
	padding-bottom: 6em;
}
.about__note{
	margin-bottom: 0;
}

@media screen and (min-width: 641px){
	.about__note{
		text-align: center;
	}
}
@media screen and (max-width: 641px){
	.about{
		padding-left: 3em;
		padding-right: 3em;
	}
}






/* renewal */
.renewal{
	color: #fff;
	background-color: #26273F;
}
.renewal__ph{}
.renewal__ph > img{
	width: 100%;
}
.renewal__body{
	padding: 3em;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 641px){
	.renewal{
		display: flex;
	}
	.renewal__ph{
		flex: 1 1 50%;
	}
	.renewal__body{
		flex: 1 1 50%;
	}
}
@media screen and (max-width: 640px){
	.renewal{}
	.renewal__ph{}
	.renewal__body{}
}






/* concept */
.concept{
	color: #fff;
	background-color: #26273F;
}
.concept__body{}
.concept-item{
	display: flex;
}
.concept-item__ph{}
.concept-item:nth-child(2n) .concept-item__ph{
	order: 1;
}
.concept-item__ph > img{
	width: 100%;
}
.concept-item__body{
	box-sizing: border-box;
	
	padding: 3em;
	
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.concept-item__body.js-bg{
	background-size: auto;
}
.concept-item__note{
	margin-bottom: 0;
}

@media screen and (min-width: 641px){
	.concept{}
	.concept__body{
		display: flex;
	}
	.concept-item{
		box-sizing: border-box;
		
		flex: 1 1 33.33%;
		flex-direction: column;
	}
	.concept-item__ph{
		height: 33.33vw;
	}
	.concept-item__body{
		height: 33.33vw;
		
		
		text-align: center;
	}
	.concept-item__note{}
}
@media screen and (max-width: 640px){
	.concept{}
	.concept__body{}
	.concept-item{}
	.concept-item__ph{
		flex: 1 1 50%;
	}
	.concept-item__body{
		flex: 1 1 50%;
	}
	.concept-item__note{}
	.concept-item__body.js-bg{
		background-size: 90px;
	}
}






/* room */
.room{
	color: #fff;
	background-color: #00011D;
	
	overflow: hidden;
}
.room__body{}



.room-tab{
	list-style: none;
}
.room-tab__item{
	box-sizing: border-box;
	
	flex: 1 1 25%;
	
	text-align: center;
	
	
	padding: 1em;
}
.room-tab__label{
	display: block;
	
	padding: 1em;
}

/* slick custom */
.room-tab.slick-slider{
	border-style: solid;
	border-width: 1px 0;
	
	display: flex;
}
.room-tab.slick-slider .slick-arrow{
	display: block;
	cursor: pointer;
	
	flex: 0 0 auto;
	
	outline: 0 none;
	border: 0 none;
	background-color: transparent;
	
	width: 1em;
	height: 1em;
	padding: 0;
	
	
	text-indent: -99em;
	overflow: hidden;
	
	margin: auto;
	
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 3px 3px;
	
}
.room-tab.slick-slider .slick-prev{
	transform: rotate(45deg);
	
	margin-left: 1em;
}
.room-tab.slick-slider .slick-next{
	order: 1;
	transform: rotate(225deg);
	
	margin-right: 1em;
}

.room__body .slick-dots button{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 641px){
	.room-tab{
		display: none !important;
	}
}
@media screen and (max-width: 640px){
	.room__body .slick-dots{
		display: none !important;
	}
}





.room-item{
	position: relative;
	z-index: 0;
}
.room-item__ph > img{
	width: 100%;
}
.room-item__name{
	display: none;
}
.room-item__link{
	box-sizing: border-box;
	
	display: block;
	position: absolute;
	
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	
	width: 12em;
	padding: 1em;
	text-align: center;
	
	color: #fff;
	background-color: #000;
}
.room-item__link:after{
	content: "";
	
	position: absolute;
	top: 0;
	right: 1em;
	bottom: 0;
	
	margin: auto;
	
	width: .5em;
	height: .5em;
	
	border-style: solid;
	border-width: 1px 1px 0 0;
	
	transform: rotate(45deg);
}

/* slick custom */
.room .slick-dots{
	border-top: 1px solid;
}
.room .slick-dots li{
	border-style: solid;
	border-width: 0 0 1px;
}
.room .slick-dots li:not(:nth-child(4n + 1)){
	border-left: 1px solid;
}
.room .slick-dots li.slick-active{
	background-color: #33344A;
}
.room .slick-dots button{
	color: #fff;
	padding: 1em;
}

.room .room__body.slick-slider{
	display: flex;
	flex-direction: column;
}
.room .slick-list{
	order: 1;
}

.room__body.slick-slider .slick-arrow{
	cursor: pointer;
	
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	
	
	width: 3em;
	height: 9em;
	margin: auto;
	
	
	outline: 0 none;
	border: 0 none;
	background-color: #00011D;
	
	
	color: #fff;
	
	
	overflow: hidden;
	text-indent: -999em;
}
.room__body.slick-slider .slick-arrow:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	
	width: .5em;
	height: .5em;
	margin: auto;
	
	
	border: 3px solid;
	border-top-color: transparent;
	border-right-color: transparent;
}

.room__body.slick-slider .slick-prev{
	left: 0;
}
.room__body.slick-slider .slick-next{
	right: 0;
}

.room__body.slick-slider .slick-prev:before{
	transform: rotate(45deg);
}
.room__body.slick-slider .slick-next:before{
	transform: rotate(225deg);
}
@media screen and (min-width: 641px){
	.room .slick-dots{
		list-style: none;
		
		display: flex;
		flex-wrap: wrap;
	}
	.room .slick-dots li{
		box-sizing: border-box;
		
		flex: 0 0 25%;
		
		text-align: center;
	}
	.room .slick-dots button{
		cursor: pointer;
		
		border: 0 none;
		outline: 0 none;
		
		background-color: transparent;
	}
}
@media screen and (max-width: 640px){
	.room__body.slick-slider .slick-arrow{
		font-size: .75em;
	}
}







/* case */
.case{
	color: #fff;
	background-color: #26273F;
	
	position: relative;
	z-index: 0;
}
.case__items{}
.case-item{}
.case-item__ph{}
.case-item__body{
	box-sizing: border-box;
	padding: 1.5em 3em;
	
	
	
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.case-item__label{
	font-size: 1.75em;
	font-weight: normal;
	line-height: 2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	
	margin: 0;
	padding: 0;
}
.case-item__num{
	font-size: 1.5em;
	margin-left: .25em;
	
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (min-width: 641px){
	.case-item{
		display: flex;
	}
	.case-item__ph{
		flex: 0 0 40%;
		overflow: hidden;
	}
	.case-item__body{
		flex: 1 1 auto;
	}
}
@media screen and (max-width: 640px){
	.case__items .slick-dots{
		padding-bottom: 1.5em !important;
	}
}

/* slick custom */
.case .slick-dots{
	box-sizing: border-box;
	
	display: flex;
	
	margin: 0;
	padding: 0;
	list-style: none;
}
.case .slick-dots li{
	border: 1px solid #fff;
}
.case .slick-dots li:not(:first-child){
	margin-left: .5em;
}
.case .slick-dots button{
	cursor: pointer;
	
	display: block;
	
	width: 1em;
	height: 1em;
	
	padding: 0;
	background-color: transparent;
	background-clip: padding-box;
	border: 2px solid transparent;
	
	text-indent: -99em;
	overflow: hidden;
}
.case .slick-dots li.slick-active button{
	background-color: #fff;
}

@media screen and (min-width: 641px){
	.case .slick-dots{
		padding: 1em;
		
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		
		width: 60%;
		margin-left: auto;
	}
}
@media screen and (max-width: 640px){
	.case .slick-dots{
		justify-content: center;
	}
}






/* plan */
.plan{}
.plan__items{
	display: flex;
	
	padding-top: 4em;
	padding-bottom: 4em;
}
.plan-item{
	
}
.plan-item__link{
	display: block;
}
.plan-item__ph{
	margin-bottom: .5em;
}
.plan-item__ph > img{
	width: 100%;
}
.plan-item__note{
	margin-bottom: 0;
}

@media screen and (min-width: 641px){
	.plan__items{
		flex-wrap: wrap;
		margin-left: -7.9%;
	}
	.plan-item{
		flex: 0 0 25.43%;
		margin-left: 7.9%;
		margin-bottom: 3em;
		
		box-sizing: border-box;
		position: relative;
	}
	.plan-item:not(:nth-child(3n + 1)):before{
		content: "";
		
		display: block;
		
		position: absolute;
		top: 0;
		left: -15%;
		bottom: 0;
		
		border-left: 1px solid #ccc;
	}

}
@media screen and (max-width: 640px){
	.plan__items{
		overflow: auto;
	}
	.plan-item{
		flex: 0 0 65%;
		overflow: hidden;
	}
	.plan-item:not(:first-child){
		padding-left: 3em;
		margin-left: 3em;
		
		border-left: 1px solid #ccc;
	}
}









@media screen and (min-width: 641px){}
@media screen and (max-width: 640px){}
