@charset "utf-8";

/* common */
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.scroll_fadeIn{
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1.5s ease-in,transform 1.5s ease-in;
}
.scroll_fadeIn.active{
	opacity: 1;
	transform: translateY(0px);
}

/* eyeCatch */
.eyeCatch{
	background-image: url(../images/parking/bg01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	overflow: hidden;
}
.eyeImg>h3>img{
	opacity: 0;
	transform: translateY(20px);
	animation: fadeIn_bottom 2s ease-in forwards;
}
@keyframes fadeIn_bottom{
	0%{
		opacity: 0;
		transform: translateY(20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}

/* mainTxt */
.mainTxt{
	padding: 50px 0;
	box-sizing: border-box;
}
.mainTxt p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1.8;
	font-weight: 600;
	text-align: center;
}
.mainTxt p span.large{
	font-family: "Roboto", sans-serif;
	font-size: 2em;
	line-height: 1.2;
	font-weight: 800;
	color: #c1272d;
}
.mainTxt p span.middle{
	font-family: "Roboto", sans-serif;
	font-size: 1.5em;
	font-weight: 800;
	color: #c1272d;
}
.under375{
	display: none;
}
@media (max-width:1920px){
	.mainTxt p{
		font-size: 1.4em;
	}
}
@media (max-width:1200px){
	.mainTxt p{
		font-size: 1.3em;
	}
}
@media (max-width:375px){
	.under375{
		display: block;
	}
}

/* parkingMap */
.parkingMap p{
	max-width: 1920px;
	width: 90%;
	margin: 0 auto;
}
.opacity02{
	opacity: 0.2;
}
@media (max-width:1024px){
	.parkingMap{
		margin-bottom: 50px;
	}
	.parkingMap p.js-scrollable img{
		width: 150%;
	}
}
@media (max-width:768px){
	.parkingMap p.js-scrollable img{
		width: 175%;
	}
}
@media (max-width:500px){
	.parkingMap p.js-scrollable img{
		width: 200%;
	}
}
@media (max-width:375px){
	.parkingMap p.js-scrollable img{
		width: 250%;
	}
}

/* flatParking */
.flatParking>.contentEye_box{
	background: linear-gradient(180deg,#fff 0%,#fff 70%,#f2f2f2 70%,#f2f2f2 100%);
}
.contentEye_box>p{
	max-width:1320px;
	width: 80%;
	margin: 0 auto;
}
.parking>.titleRow{                
	display: flex;
	justify-content: center;
	flex-wrap: wrap;                               
}
.flatParking>.titleRow{
	background-color: #f2f2f2;
}
.parking>.titleRow>.leftBox,
.parking>.titleRow>.rightBox{
	width: 30%;
}
.parking>.titleRow>.middleBox{
	width: 40%;
	text-align: center;
}
.parking>.titleRow>.middleBox>h3{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3em;
	line-height: 1.4;
	letter-spacing: 0.15em;
}
.parking>.titleRow>.middleBox>h3>span{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75em;
	letter-spacing: 0.25em;
	display: inline-block;
	line-height: 1.4;
}
.parking>.titleRow>.middleBox>h3>span.sub{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5em;
	letter-spacing: 0.5em;
}
.multiply{
	mix-blend-mode: multiply;
}
.flatParking>.meritRow{
	background-color: #f2f2f2;
}
.meritRow{
	padding: 30px 0 50px 0;
}
.meritRow>ul{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.meritRow>h4{
	max-width:300px;
	width:50%;
	margin: 0 auto;
}
.flatParking>.meritRow>ul>li{
	width: 32%;
	margin-right: 1.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #a5111c;
	padding: 30px 10px;
	box-sizing: border-box;
}
.flatParking>.meritRow>ul>li:last-child{
	margin-right: 0%;
}
.flatParking>.meritRow>ul>li>p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	line-height: 1.8;
	color: #fff;
	text-align: center;
}
.flatParking>.disAdvantageBox{
	background-color: #f2f2f2;
}
.disAdvantageBox>.titleRow{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.disAdvantageBox>.titleRow>.leftBox,
.disAdvantageBox>.titleRow>.rightBox{
	width: 12%;
}
.disAdvantageBox>.titleRow>.middleBox>h4{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75em;
	line-height: 1.4;
	letter-spacing: 0.25em;
	margin-bottom: 20px;
	text-align: center;
	padding: 0 30px;
	box-sizing: border-box;
}
.disAdvantageBox>.meritRow{
	padding: 0 0 80px 0;
}
.disAdvantageBox>.meritRow>ul>li{
	width: 32%;
	margin-right: 1.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #333333;
	padding: 30px 10px;
	box-sizing: border-box;
}
.disAdvantageBox>.meritRow>ul>li:last-child{
	margin-right: 0%;
}
.disAdvantageBox>.meritRow>ul>li>p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	line-height: 1.8;
	color: #fff;
	text-align: center;
}
@media (max-width:1920px){
	.parking>.titleRow>.middleBox>h3{
		font-size: 2.5em;
	}
}
@media (max-width:1500px){
	.parking>.titleRow>.middleBox>h3{
		font-size: 2em;
	}
}
@media (max-width:1200px){
	.parking>.titleRow>.middleBox>h3{
		font-size: 1.75em;
	}
}
@media (max-width:1024px){
	.parking>.titleRow{
		justify-content: space-between;
	}
	.parking>.titleRow>.leftBox,
	.parking>.titleRow>.rightBox{
		width: 45%;
	}
	.parking>.titleRow>.middleBox{
		width: 100%;
		order: 1;
	}
	.parking>.titleRow>.middleBox>h3{
		font-size: 2em;
	}
	.parking>.meritRow>ul>li,
	.disAdvantageBox>.meritRow>ul>li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.parking>.meritRow>ul>li:nth-child(2),
	.disAdvantageBox>.meritRow>ul>li:nth-child(2){
		margin-right: 0%;
	}              
}
@media (max-width:768px){
	.meritRow{
		padding: 20px 0 30px 0;
	}
	.disAdvantageBox>.titleRow>.leftBox,
	.disAdvantageBox>.titleRow>.rightBox{
		width: 20%;
	}
	.disAdvantageBox>.titleRow>.middleBox>h4{
		font-size: 1.65em;
	}
	.disAdvantageBox>.titleRow>.middleBox>h4{
		margin-bottom: 10px;
		padding: 0 20px;
	}
	.disAdvantageBox>.meritRow{
		padding: 0 0 50px 0;
	}
}
@media (max-width:500px){
	.parking>.meritRow>ul>li,
	.disAdvantageBox>.meritRow>ul>li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 10px;
		padding: 20px 10px;
	}
	.disAdvantageBox>.titleRow>.middleBox>h4{
		font-size: 1.55em;
	}
}

/* towerParking */
.towerParking>.contentEye_box{
	background: linear-gradient(180deg,#f2f2f2 0%,#f2f2f2 70%,#fff 70%,#fff 100%);
}
.towerParking>.titleRow>.middleBox>h3{
	margin-bottom: 30px;
}
.towerParking>.titleRow>.middleBox>p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.8;
}
.towerParking>.meritRow>ul>li{
	width: 30%;
	margin-right: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #a5111c;
	padding: 30px 10px;
	box-sizing: border-box;
	margin-bottom:10px;
}
.towerParking>.meritRow>ul>li:nth-child(3n){
	margin-right: 0%;
}
.towerParking>.meritRow>ul>li>p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	line-height: 1.8;
	color: #fff;
	text-align: center;
}
.movieWrap>.titleBox{
	text-align: center;
	margin-bottom: 10px;
}
.movieWrap>.titleBox>h3{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: 600;
	display: inline-block;
	padding: 0 1.5em;
	box-sizing: border-box;
	position: relative;
}
.movieWrap>.titleBox>h3:before,
.movieWrap>.titleBox>h3:after{
	content: '';
	width: 2px;
	height: 80%;
	background-color: #000;
	position: absolute;
	bottom: 0;
}
.movieWrap>.titleBox>h3:before{
	left: 0;
	rotate: -30deg;
}
.movieWrap>.titleBox>h3:after{
	right: 0;
	rotate: 30deg;
}
.movieWrap>.movieBox>video{
	width: 100%;
	vertical-align: bottom;
}
.movieWrap>.movieBox{
	max-width:1100px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 80px;
	border: 2px solid #000;
}
.under500{
	display: none;
}
@media (max-width:1920px){
	.movieWrap>.titleBox>h3{
		font-size: 1.4em;
	}
}
@media (max-width:1200px){
	.movieWrap>.titleBox>h3{
		font-size: 1.3em;
	}
}
@media (max-width:1024px){
	.towerParking>.meritRow>ul>li{
		width: 48%;
		margin-right: 4%;
	}
	.towerParking>.meritRow>ul>li:nth-child(3n){
		margin-right: 4%;
	}
	.towerParking>.meritRow>ul>li:nth-child(even){
		margin-right: 0%;
	}
	.towerParking>.meritRow>ul>li:last-child{
		margin-right: 0%;
	}
}
@media (max-width:768px){
	.towerParking>.titleRow>.middleBox>h3{
		margin-bottom: 20px;
	}
	.towerParking>.titleRow>.middleBox>p{
		font-size: 1em;
	}
	.towerParking>.meritRow>ul>li{
		width: 100%;
		margin-right: 0%;
		padding: 20px 10px;
	}
	.towerParking>.meritRow>ul>li:nth-child(3n){
		margin-right: 0%;
	}
}
@media (max-width:500px){
	.towerParking>.titleRow>.middleBox>p{
		font-size: 0.9em;
	}
	.under500{
		display: block;
	}
}