@charset "UTF-8";



/* opening
--------------------- */
.opening {
    width: 100%;
    height: 100vh;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
	pointer-events: none;
}
.opening__mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,1);
    z-index: 1;
	pointer-events: none;
}
.opening__logo {
    display: block;
    width: 25vw;
    z-index: 2;
    opacity: 0;
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	.opening__logo {
		width: 70%;
	}
}



	
/* fv
------------------------------  */
#fv {
	margin-top: 6vw;
 	width: 100%;
	overflow: hidden;
	position: relative;
}
	#fv .scratch {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		transition: opacity 1s;
	}
		#fv .scratch #scratch-canvas {
		  width: 100%;
		  height: 100%;
		  display: block;
		  cursor: crosshair;
		}

	#fv .map {
		width: 100%;
		position: relative;
		overflow: hidden;
 		z-index: 1;
	}
	#fv .map.active {
		width: 100%;
		position: relative;
		overflow: inherit;
	}
		#fv .map .btn {
			display: block;
			-moz-transition: -moz-transform 0.2s linear;
			-webkit-transition: -webkit-transform 0.2s linear;
			-o-transition: -o-transform 0.2s linear;
			-ms-transition: -ms-transform 0.2s linear;
			transition: transform 0.2s linear;
			position: absolute;
			z-index: 1;
		}
		#fv .map .btn.btn-experiences {
			width: 12%;
			top: 35%;
			left: 20%;
		}
		#fv .map .btn.btn-nightlife {
			width: 10%;
			top: 43%;
			left: 34%;
		}
		#fv .map .btn.btn-dining {
			width: 12.5%;
			top: 1%;
			right: 26%;
		}
		#fv .map .btn.btn-shopping {
			width: 9.5%;
			top: 26%;
			right: 16%;
		}
		#fv .map .btn:hover {
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			-o-transform: scale(1.05);
			-ms-transform: scale(1.05);
			transform: scale(1.05);
		}

		#fv .map .btn.btn-scroll {
			border-radius: 50%;
			background: rgba(171,53,53,0.7);
			width: 14%;
			bottom: 2%;
			left: 50%;
			margin-left: -7%;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#fv .map .btn.btn-scroll:hover {
			background: rgba(171,53,53,1);
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
		}
@media screen and (max-width: 767px) {
	#fv {
		margin-top: 16vw;
	}
		#fv .map .btn.btn-experiences {
			width: 26%;
			top: 14%;
			left: 20%;
		}
		#fv .map .btn.btn-nightlife {
			width: 25%;
			top: 80%;
			left: 15%;
		}
		#fv .map .btn.btn-dining {
			width: 30%;
			top: 45%;
			right: 10%;
		}
		#fv .map .btn.btn-shopping {
			width: 23%;
			top: 42%;
			right: 56%;
		}

		#fv .map .btn.btn-scroll {
			width: 26%;
			bottom: 2%;
			margin-left: -13%;
		}
}



	
/* about
------------------------------  */
#about {
	text-align: center;
	overflow: hidden;
}
	#about a.link-more {
		display: inline-block;
		font-weight: 700;
		text-decoration: underline;
		margin-top: 1vw;
		margin-bottom: 2.5vw;
	}
	#about a.link-more:hover {
		text-decoration: none;
	}

	#about .text {
		margin: 0 15vw;
	}
	.jp #about .text .read {
		text-align: left;
	}

	#about .movie {
		margin: 0 15vw;
		text-align: right;
	}
		#about .movie a.pht {
			display: block;
			border-radius: 1.5vw;
			overflow: hidden;
			position: relative;
		}
		/*#about .movie a.pht:before {
			content: "";
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.5);
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
		}*/
			#about .movie a.pht img {
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			#about .movie a.pht:hover img {
				opacity: 0.7;
			}

	#about .motif01 {
		width: 34%;
		position: absolute;
		bottom: 5%;
		left: -11%;
		z-index: 1;
	}

	#about .motif02 {
		width: 34%;
		position: absolute;
		bottom: 18%;
		right: -11%;
		z-index: 1;
	}
@media screen and (max-width: 767px) {
	#about a.link-more {
		margin-top: 2vw;
		margin-bottom: 5vw;
	}

	#about .text {
		margin: 0 3vw;
	}
		#about .text .txt-18 {
			text-align: left;
		}
		#about .text .link-more {
			text-align: center;
		}

	#about .movie {
		margin: 0 3vw;
	}
		#about .movie a.pht {
			width: 100%;
			height: 100%;
			aspect-ratio: 4 / 2.5;
			border-radius: 3vw;
		}
			#about .movie a.pht img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

	#about .motif01 {
		width: 90%;
		bottom: 0%;
		left: -78%;
		z-index: -1;
	}

	#about .motif02 {
		width: 90%;
		bottom: 5%;
		right: -80%;
		z-index: 3;
	}
}



	
/* features
------------------------------  */
#features {
	overflow: hidden;
}
	#features .swiper-container {
		position: relative;
		padding: 0;
	}
		#features .swiper-container a.swiper-slide {
			display: block;
			padding: 0 1.5vw;
		}
			#features .swiper-container a.swiper-slide .pht {
				overflow: hidden;
				border-radius: 1.5vw;
			}
				#features .swiper-container a.swiper-slide .pht img {
					opacity: 0.6;
					transition: 0.3s;
					-webkit-transition: 0.3s;
				}
				#features .swiper-container a.swiper-slide.swiper-slide-active .pht img {
					opacity: 1;
				}

			#features .swiper-container a.swiper-slide .text {
				text-align: center;
				opacity: 0;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			#features .swiper-container a.swiper-slide.swiper-slide-active .text {
				opacity: 1;
			}
				#features .swiper-container a.swiper-slide .text h3 {
					font-size: 2.4vw;
					font-weight: 700;
					line-height: 1.3em;
					margin-top: 1.5vw;
					margin-bottom: 0.8vw;
				}

				#features .swiper-container a.swiper-slide .text .more {
					text-decoration: underline;
				}
				#features .swiper-container a.swiper-slide:hover .text .more {
					text-decoration: none;
				}

		#features .swiper-container .swiper-button-prev {
			display: block;
			width: 4vw;
			height: 4vw;
			aspect-ratio: 1 / 1;
			background: url("../img/common/btn_prev.svg") no-repeat center / 100%;
			border-radius: 50%;
			margin: 0;
			box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.35);
			position: absolute;
			top: 37%;
			left: 50%;
			margin-left: -28vw;
			transition: 0.3s;
			-webkit-transition: 0.3s;
			z-index: 2;
		}
		#features .swiper-container .swiper-button-prev:after,
		#features .swiper-container .swiper-button-prev:before {
			display: none;
		}
		#features .swiper-container .swiper-button-prev:hover:before {
		}

		#features .swiper-container .swiper-button-next {
			display: block;
			width: 4vw;
			height: 4vw;
			aspect-ratio: 1 / 1;
			background: url("../img/common/btn_next.svg") no-repeat center / 100%;
			border-radius: 50%;
			margin: 0;
			box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.35);
			position: absolute;
			top: 37%;
			right: 50%;
			margin-right: -28vw;
			transition: 0.3s;
			-webkit-transition: 0.3s;
			z-index: 2;
		}
		#features .swiper-container .swiper-button-next:after,
		#features .swiper-container .swiper-button-next:before {
			display: none;
		}
@media screen and (max-width: 767px) {
	#features .inner {
		width: 100%;
	}
		#features .swiper-container a.swiper-slide {
			padding: 0;
		}
			#features .swiper-container a.swiper-slide .pht {
				width: 100%;
				height: 100%;
				aspect-ratio: 4 / 3;
				border-radius: 0;
			}
				#features .swiper-container a.swiper-slide .pht img {
					width: 100%;
					height: 100%;
					object-fit: cover;
				}

			#features .swiper-container a.swiper-slide .text h3 {
				font-size: 5.8vw;
				margin-top: 4vw;
				margin-bottom: 1.5vw;
			}

		#features .swiper-container .swiper-button-prev {
			width: 10vw;
			height: 10vw;
			box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
			top: 38%;
			left: 5%;
			margin-left: 0;
		}

		#features .swiper-container .swiper-button-next {
			width: 10vw;
			height: 10vw;
			box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
			top: 38%;
			right: 5%;
			margin-right: 0;
		}
}



	
/* nightlife
------------------------------  */
#nightlife {
	overflow: hidden;
}
	#nightlife .pht {
		margin: 0 15vw 2vw 15vw;
		border-radius: 1.5vw;
		overflow: hidden;
	}

	#nightlife .motif01 {
		width: 50%;
		mix-blend-mode: multiply;
		position: absolute;
		bottom: 0;
		left: -22%;
		z-index: 1;
	}

	#nightlife .motif02 {
		width: 50%;
		mix-blend-mode: multiply;
		position: absolute;
		bottom: 0;
		right: -21%;
		z-index: 1;
	}
@media screen and (max-width: 767px) {
	#nightlife .pht {
		margin: 0 3vw 5vw 3vw;
		border-radius: 3vw;
	}

	#nightlife .motif01 {
		width: 90%;
		bottom: 0%;
		left: -78%;
		opacity: 0.6;
	}

	#nightlife .motif02 {
		width: 80%;
		bottom: 5%;
		right: -65%;
		z-index: 3;
		opacity: 0.6;
	}
}



	
/* marunouchi
------------------------------  */
#marunouchi {
	background: url("../img/common/bg_slash.svg") no-repeat center bottom / cover;
	position: relative;
}
#marunouchi:before {
	content: "";
	width: 100%;
	height: 16vw;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
	#marunouchi .list a.linkbox {
		display: block;
		width: 23%;
		position: relative;
		z-index: 2;
	}
	#marunouchi .list a.linkbox:before {
		content: "";
		width: 6vw;
		height: 6vw;
		border-radius: 50%;
		border: solid 2px #AB3535;
		background: url("../img/home/more_arrow_red.svg") no-repeat center / 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	#marunouchi .list a.linkbox:hover:before {
		background: #AB3535 url("../img/home/more_arrow_white.svg") no-repeat center / 80%;
	}
		#marunouchi .list a.linkbox img {
			border-radius: 50%;
			box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
		}
@media screen and (max-width: 767px) {
	#marunouchi{
		padding-bottom: 8vw;
	}
	#marunouchi:before {
		height: 25vw;
	}
		#marunouchi .list a.linkbox:before {
			border: solid 1px #AB3535;
			top: -1vw;
			right: -1vw;
		}
}



	
/* events
------------------------------  */
#events .swiper-container {
	overflow: hidden;
	position: relative;
	padding-bottom: 3vw;
}
	#events .swiper-container .swiper-slide {
		display: block;
	}
		#events .swiper-container .swiper-slide .pht {
			border-radius: 1.5vw;
		}

	#events .swiper-container .swiper-pagination {
		bottom: 0;
	}
		#events .swiper-container .swiper-pagination .swiper-pagination-bullet {
			width: 0.7vw;
			height: 0.7vw;
			border-radius: 0.35vw;
			background: #EAEAEA;
			border: none;
			opacity: 1;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#events .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
			background: #AB3535;
			opacity: 1;
		}

	#events .swiper-container .swiper-button-prev {
		display: block;
		width: 4vw;
		height: 4vw;
		aspect-ratio: 1 / 1;
		background: url("../img/common/btn_prev.svg") no-repeat center / 100%;
		border-radius: 50%;
		margin: 0;
		box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.35);
		position: absolute;
		top: 50%;
		left: 1.5vw;
		margin-top: -3.5vw;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		z-index: 2;
	}
	#events .swiper-container .swiper-button-prev:after,
	#events .swiper-container .swiper-button-prev:before {
		display: none;
	}
	#events .swiper-container .swiper-button-prev:hover:before {
	}

	#events .swiper-container .swiper-button-next {
		display: block;
		width: 4vw;
		height: 4vw;
		aspect-ratio: 1 / 1;
		background: url("../img/common/btn_next.svg") no-repeat center / 100%;
		border-radius: 50%;
		margin: 0;
		box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.35);
		position: absolute;
		top: 50%;
		right: 1.5vw;
		margin-top: -3.5vw;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		z-index: 2;
	}
	#events .swiper-container .swiper-button-next:after,
	#events .swiper-container .swiper-button-next:before {
		display: none;
	}
@media screen and (max-width: 767px) {
	#events {
		overflow: hidden
	}
		#events .swiper-container {
			overflow: inherit;
			padding-bottom: 8vw;
		}
			#events .swiper-container .swiper-slide .pht {
				border-radius: 3vw;
			}

			#events .swiper-container .swiper-pagination .swiper-pagination-bullet {
				width: 2vw;
				height: 2vw;
				border-radius: 1vw;
			}

			#events .swiper-container .swiper-button-prev {
				width: 10vw;
				height: 10vw;
				box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
				left: 3%;
				margin-top: -9vw;
			}

			#events .swiper-container .swiper-button-next {
				width: 10vw;
				height: 10vw;
				box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
				right: 3%;
				margin-top: -9vw;
			}
}



	
/* information
------------------------------  */
#information .list .box {
	display: block;
	width: 20%;
	margin-top: 2vw;
	margin-bottom: 1vw;
	text-align: center;
}
	#information .list .box .icon {
		padding: 0 4vw;
		margin-bottom: 1vw;
	}
	#information .list .box:hover {
		opacity: 0.7;
	}
@media screen and (max-width: 767px) {
	#information .inner {
		width: 100%;
	}
	#information .scrollbox {
		overflow-x: scroll;
		padding-bottom: 3vw;
	}
		#information .list {
			display: flex;
			flex-wrap: nowrap;
			margin-right: 4vw;
			margin-left: 4vw;
			gap: 4vw;
		}
			#information .list .box {
				flex: 0 0 30%;
				display: flex;
				flex-direction: column;
			}
				#information .list .box .icon {
					padding: 0;
					margin-bottom: 2vw;
				}

				#information .list .box .txt-18 {
					font-size: 3.0vw;
					line-height: 1.3em;
				}
}



	
/* access
------------------------------  */
#access .read {
	margin: 0 15vw 5vw 15vw;
	text-align: center;
}
.jp #access .read {
	text-align: left;
}

#access .area {
	padding: 0 3vw;
}
	#access .area .text {
		width: 40%;
	}
		#access .area .text .train {
			margin-bottom: 4vw;
			text-align: center;
		}
			#access .area .text .train h3 {
				display: inline-block;
				background: url("../img/home/icon_train.svg") no-repeat left center / 1.3vw;
				padding-left: 2vw;
				margin-bottom: 1vw;
			}

			#access .area .text .train ul.station li {
				border-top: solid 1px #ddd;
				padding: 0.5vw 0;
			}
			#access .area .text .train ul.station li:nth-last-child(1) {
				border-bottom: solid 1px #ddd;
			}

		#access .area .text .plane {
			text-align: center;
			background: #FAF4F4;
			border-radius: 1.5vw;
			padding: 2vw 0;
		}
			#access .area .text .plane h3 {
				display: inline-block;
				background: url("../img/home/icon_plane.svg") no-repeat left center / 1.3vw;
				padding-left: 2vw;
				margin-bottom: 2vw;
			}

			#access .area .text .plane ul.time li {
				width: 50%;
			}
			#access .area .text .plane ul.time li:nth-child(1) {
				border-right: solid 1px #ddd;
			}
				#access .area .text .plane ul.time li img {
					padding: 0 4vw;
				}

				#access .area .text .plane ul.time li p {
					margin-bottom: 0.7vw;
				}
				.en #access .area .text .plane ul.time li p {
					margin-top: 0.7vw;
					margin-bottom: 0;
				}
					#access .area .text .plane ul.time li p span {
						display: block;
						line-height: 1;
					}
					#access .area .text .plane ul.time li p span:nth-child(1) {
						margin-bottom: 0.2vw;
					}

	#access .area .map {
		width: 55%;
	}
		#access .area .map iframe {
			width: 100%;
			height: 100%;
		}
@media screen and (max-width: 767px) {
	#access .read {
		margin: 0 3vw 10vw 3vw;
		text-align: left;
	}

	#access .area {
		display: block;
		padding: 0 3vw;
	}
		#access .area .text {
			width: 100%;
			margin-bottom: 8vw;
		}
			#access .area .text .train {
				margin-bottom: 8vw;
			}
				#access .area .text .train h3 {
					background: url("../img/home/icon_train.svg") no-repeat left center / 4vw;
					padding-left: 6vw;
					margin-bottom: 3vw;
				}

				#access .area .text .train ul.station li {
					padding: 1vw 0;
				}

			#access .area .text .plane {
				border-radius: 3vw;
				padding: 4vw 0;
			}
				#access .area .text .plane h3 {
					display: inline-block;
					background: url("../img/home/icon_plane.svg") no-repeat left center / 4vw;
					padding-left: 6vw;
					margin-bottom: 5vw;
				}

				#access .area .text .plane ul.time li img {
					padding: 0 10vw;
				}

				#access .area .text .plane ul.time li p {
					margin-bottom: 2.5vw;
				}
					#access .area .text .plane ul.time li p span:nth-child(1) {
						margin-bottom: 1vw;
					}

		#access .area .map {
			width: 100%;
		}
			#access .area .map iframe {
				aspect-ratio: 4 / 3;
			}
}

















