@charset "utf-8";

/*----------------------------
	nightview
------------------------------*/
.wrapper {
	position: relative;
}
.nightview {
	background-color: #000;
	color: #fff;
}
@media (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}

/* header */
header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5rem 5rem 0 6rem;
	position: absolute;
	z-index: 5;
}
header .logo {
	width: 21.8rem;
}
header .language {
	font-size: 2rem;
	color: #fff;
	position: relative;
	margin-left: auto;
}
header .language .buttonMenu {
	display: block;
	border-bottom: solid 1px #fff;
	padding: 0 2rem 0.3rem 0.5rem;
	cursor: pointer;
}
header .language .buttonMenu span {
	display: inline-block;
	position: relative;
}
header .language .buttonMenu span::before {
	content: "";
	width: 2.4rem;
	height: 2.4rem;
	background: url(/lp/nightview_restaurants/img/icn_language.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -3.5rem;
	transform: translateY(-50%);
}
header .language .buttonMenu span::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border-bottom: solid 0.2rem #fff;
	border-right: solid 0.2rem #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: -1.5rem;
}
header .languageList {
	padding: .5rem 0;
	position: absolute;
	right: 0;
	top: calc(100% + 0.6rem);
	z-index: 1000;
	transform-origin: top left;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-0.6rem) scale(.98);
	padding-inline-start: 0;
}
header .languageList[aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}
header .languageList a {
	color: #fff;
}
@media (max-width: 768px) {
	/* 翻訳時のスクロールバー回避用 */
	#site-translate-header-wrapper {
		width: 100% !important;
	}
	header {
		padding: 6rem 2.5rem 0 3rem;
	}
	header .logo {
		width: 24.2rem;
	}
	header .language {
		width: 15rem;
		font-size: 2.6rem;
	}
	header .language .buttonMenu {
		padding: 0 2rem 0.3rem 0.3rem;
	}
	header .language .buttonMenu span::before {
		width: 2.8rem;
		height: 2.8rem;
		left: -4rem;
	}
	header .language .buttonMenu span::after {
		width: 1.2rem;
		height: 1.2rem;
		border-bottom: solid 0.3rem #fff;
		border-right: solid 0.3rem #fff;
	}
}

/* mvWrap */
.nightview .mvWrap {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
	overflow: hidden;
}
.nightview .mvWrap h1 {
	width: 70rem;
	position: absolute;
	bottom: 7rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.nightview .mvWrap .mvSlide {
	width: 100%;
	height: 100%;
}
.nightview .mvWrap .mvSlide .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
}
.nightview .mvWrap .mvSlide img.pc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	object-position: center;
}
@media (max-width: 768px) {
	.nightview .mvWrap h1 {
		width: 69.6rem;
		bottom: 11rem;
	}
	.nightview .mvWrap .mvSlide img.pc {
		display: none;
	}
	.nightview .mvWrap .mvSlide img.sp {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		object-fit: cover;
		object-position: center;
	}
}

/* copyWrap */
.nightview .copyWrap {
	width: 100%;
	background: url(/lp/nightview_restaurants/img/copy_bg.jpg) center/cover no-repeat #000;
	padding: 14rem 0;
	position: relative;
	z-index: 5;
}
.nightview .copyWrap .copy {
	font-size: 3rem;
	text-align: center;
}
.nightview .copyWrap .lead {
	margin-top: 43rem;
	line-height: 3.2rem;
	text-align: center;
}
@media (max-width: 768px) {
	.nightview .copyWrap {
		background: url(/lp/nightview_restaurants/img/copy_bg_sp.jpg) center/cover no-repeat #000;
		padding: 13.5rem 0 14rem;
	}
	.nightview .copyWrap .copy {
		font-size: 4.4rem;
	}
	.nightview .copyWrap .lead {
		margin-top: 61rem;
		line-height: 5.2rem;
		padding: 0 4rem;
	}
}

/* contentsWrap */
.nightview .contentsWrap {
	position: relative;
}
/* menuBlock */
.contentsWrap .menuBlock {
	position: absolute;
	top: 1%;
	left: calc(50% - 45vw);
	width: 31rem;
	height: 100%;
	z-index: 1;
}
.contentsWrap .menu {
	bottom: 12%;
	background-color: rgba(1,1,2,0.7);
	padding: 4.5rem 3rem 4rem 4rem;
	opacity: 0;
}
.contentsWrap .menu.fixed {
	position: fixed;
}
.contentsWrap .menu:not(.fixed) {
	position: static;
}
.contentsWrap .menu li + li {
	margin-top: 2rem;
}
.contentsWrap .menu li a {
	font-size: 1.8rem;
	color: #738097;
}
.contentsWrap .menu li.current a {
	color: #fff;
	position: relative;
}
.contentsWrap .menu li.current a::before {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background-color: rgba(170, 141, 53, 0.7);
	border-radius: 50%;
	box-shadow: 0 0 0.5rem 0.3rem rgba(170,141,53,0.5);
	position: absolute;
	top: 50%;
	left: -2rem;
	transform: translateY(-50%);
}
@media (min-width: 1601px) {
	.contentsWrap .menuBlock {
		left: calc(50% - 70rem);
	}
}
@media (max-width: 1080px) {
	.contentsWrap .menuBlock {
		left: calc(50% - 50rem);
		width: 25rem;
	}
	.contentsWrap .menu {
		padding: 3.5rem 2rem 3rem 3rem;
	}
	.contentsWrap .menu li a {
		font-size: 1.6rem;
	}
	.contentsWrap .menu li.current a::before {
		width: 0.6rem;
		height: 0.6rem;
		left: -1.5rem;
	}
}
@media (max-width: 768px) {
	/* menuBlock */
	.contentsWrap .menuBlock {
		position: fixed;
		top: auto;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 12rem;
		z-index: 99;
	}
	.contentsWrap .menu {
		background-color: #000916;
		padding: 0;
		display: flex;
		justify-content: space-between;
		height: 12rem;
	}
	.contentsWrap .menu.fixed {
		position: static;
	}
	.contentsWrap .menu li {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		max-width: 19rem;
		min-width: 11rem;
	}
	.contentsWrap .menu li + li {
		margin-top: 0;
	}
	.contentsWrap .menu li a {
		display: block;
		width: 100%;
		font-size: 2.4rem;
		text-align: center;
		color: #fff;
		padding: 2rem 0 1.3rem;
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.contentsWrap .menu li.current {
		border-top: solid 0.4rem #aa8d35;
	}
	.contentsWrap .menu li.current a {
		padding: 2rem 0 1.3rem;
	}
	.contentsWrap .menu li.current a::before {
		content: none;
	}
	.contentsWrap .menu li span {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 0 2rem;
	}
	.contentsWrap .menu li + li span {
		border-left: solid 0.3rem #1a222e;
	}
}

/* contents */
.nightview .contents {
	padding: 7.5rem 0 12rem;
	position: relative;
}
.nightview .contents::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	max-width: 319.6rem;
	background: url(/lp/nightview_restaurants/img/main_bg.jpg) center top/cover no-repeat #000;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
}
.nightview .contents .inner {
	width: 47rem;
	margin: 0 auto;
}
.nightview .contents .blockWrap {
	width: 47rem;
	position: relative;
}
.nightview .contents .blockWrap + .blockWrap {
	margin-top: 10rem;
}
.nightview .contents h2 {
	font-size: 4rem;
	color: #fff;
	text-align: center;
	padding: 0 2rem;
}
.nightview .contents h2 span {
	font-size: 2.4rem;
	color: #aa8d35;
}
.nightview .contents .box {
	margin-top: 3.5rem;
	background-color: #000c1f;
}
.nightview .contents .box .shopSlide {
	width: 100%;
	max-width: 47rem;
	aspect-ratio: 1 / 1;
}
.nightview .contents .box .shopSlide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.nightview .contents .box .shopSlide .swiper-pagination-bullet {
	margin: 0 0.45rem;
	width: 1.2rem;
	height: 1.2rem;
	overflow: hidden;
	cursor: pointer;
	border: solid 0.2rem #fff;
	background-color: transparent;
	opacity: 1;
	border-radius: 50%;
	transition: all 0.42s;
	position: relative;
}
.nightview .contents .box .shopSlide .swiper-pagination-bullet-active {
	background-color: #fff;
}
.nightview .contents .box .link a {
	display: block;
	width: 100%;
	background-color: #003772;
	padding: 1rem 1.8rem;
	font-size: 1.9rem;
	color: #fff;
	position: relative;
}
.nightview .contents .box .link a::after {
	content: "";
	width: 4.4rem;
	height: 1rem;
	background: url(/lp/nightview_restaurants/img/arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 1.8rem;
	transform: translateY(-50%);
}
.nightview .contents .box .link a span {
	display: inline-block;
	position: relative;
}
.nightview .contents .box .link a span::after {
	content: "";
	width: 1.8rem;
	height: 1.6rem;
	background: url(/lp/nightview_restaurants/img/icn_blank.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -2.5rem;
	transform: translateY(-50%);
}
.nightview .contents .box .detailWrap {
	padding: 1.8rem;
}
.nightview .contents .box .shop {
	display: flex;
	align-items: center;
	gap: 0 1.5rem;
}
.nightview .contents .box .shopLogo {
	width: 100%;
	max-width: 9.6rem;
}
.nightview .contents .box .shopLogo img {
	width: 9.6rem;
	height: 9.6rem;
	object-fit: contain;
}
.nightview .contents .box .place {
	font-size: 1.7rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
.nightview .contents .box .name {
	font-size: 2.4rem;
}
.nightview .contents .box .type {
	margin-top: 0.5rem;
	font-size: 1.4rem;
	color: #73819c;
}
.nightview .contents .box .details {
	margin-top: 2.4rem;
	border: solid 1.5px #fff;
	padding: 1rem 3rem;
	transition: all 0.3s;
}
.nightview .contents .box .summary {
	font-size: 1.9rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	text-align: center;
	list-style-type: none;
	transition: all 0.3s;
	position: relative;
	cursor: pointer;
} 
summary::-webkit-details-marker {
	display: none;
}
.nightview .contents .box .summary::before ,
.nightview .contents .box .summary::after {
	content: "";
	width: 0.2rem;
	height: 1.9rem;
	background-color: #fff;
	position: absolute;
	top: calc(50% - 0.95rem);
	right: -1rem;
	transition: all 0.3s;
}
.nightview .contents .box .summary::after {
	transform: rotate(90deg);
}
.nightview .contents .box details[open] {
	border: solid 1.5px #43587f;
	padding-bottom: 2.5rem;
}
.nightview .contents .box details[open] .summary {
	color: #7294cf;
}
.nightview .contents .box details[open] .summary::before ,
.nightview .contents .box details[open] .summary::after {
	background-color: #7294cf;
}
.nightview .contents .box details[open] .summary::before {
	transform: rotate(90deg);
}
.nightview .contents .box .detail {
	margin-top: 3rem;
}
.nightview .contents .box h3 {
	font-size: 1.9rem;
	line-height: 2;
}
.nightview .contents .box h3 span {
	background-color: #594c12;
	padding: 0.3rem 1rem;
}
.nightview .contents .box .detailTxt {
	margin-top: 2.5rem;
	font-size: 1.6rem;
	line-height: 2.8rem;
}
.nightview .contents .box .tel {
	margin-top: 1rem;
	font-size: 1.6rem;
	color: #8997b1;
}
.nightview .contents .box .tel a {
	color: #8997b1;
}
.nightview .contents .gourmetBtn {
	width: 38.2rem;
	margin: 6.5rem auto 0;
}
.nightview .contents .gourmetBtn a {
	display: block;
	font-size: 2.1rem;
	text-align: center;
	color: #fff;
	background-color: #00799c;
	border-radius: 6rem;
	padding: 2rem;
	position: relative;
}
.nightview .contents .gourmetBtn a::after {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	border-top: solid 0.2rem #fff;
	border-right: solid 0.2rem #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 2.5rem;
}
.nightview .contents .openingHours {
	margin-top: 4.2rem;
	text-align: center;
}
.nightview .contents .openingHours a {
	display: inline-block;
	font-size: 2.1rem;
	text-align: center;
	color: #fff;
	border-bottom: solid 0.2rem #fff;
	position: relative;
}
.nightview .contents .openingHours a::after {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	border-top: solid 0.2rem #fff;
	border-right: solid 0.2rem #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: -1.5rem;
}
@media (max-width: 768px) {
	.nightview .contents {
		padding: 12.5rem 0 16.5rem;
	}
	.nightview .contents::before {
		max-width: 78rem;
		background: url(/lp/nightview_restaurants/img/main_bg_sp.jpg) center top/cover no-repeat #000;
	}
	.nightview .contents .inner {
		width: 100%;
		padding: 0 3.76rem;
	}
	.nightview .contents .blockWrap {
		width: 100%;
	}
	.nightview .contents .blockWrap + .blockWrap {
		margin-top: 16rem;
	}
	.nightview .contents h2 {
		font-size: 6.6rem;
		padding: 0;
		margin: 0 -1rem;
	}
	.nightview .contents h2 span {
		font-size: 4rem;
	}
	.nightview .contents .box {
		margin-top: 10rem;
	}
	.nightview .contents .box .shopSlide {
		max-width: 67.6rem;
	}
	.nightview .contents .box .shopSlide .swiper-pagination-bullet {
		margin: 0 0.75rem;
		width: 2rem;
		height: 2rem;
	}
	.nightview .contents .box .link a {
		padding: 1rem 3rem;
		font-size: 3.2rem;
	}
	.nightview .contents .box .link a::after {
		width: 7.4rem;
		height: 1.8rem;
		right: 3rem;
	}
	.nightview .contents .box .link a span::after {
		width: 3rem;
		height: 2.8rem;
		right: -4.5rem;
	}
	.nightview .contents .box .detailWrap {
		padding: 3.5rem 3rem;
	}
	.nightview .contents .box .shop {
		gap: 0 3.5rem;
	}
	.nightview .contents .box .shopLogo {
		width: 100%;
		max-width: 16rem;
	}
	.nightview .contents .box .shopLogo img {
		width: 16rem;
		height: 16rem;
	}
	.nightview .contents .box .place {
		font-size: 2.8rem;
	}
	.nightview .contents .box .name {
		font-size: 4rem;
		line-height: 6.1rem;
	}
	.nightview .contents .box .type {
		margin-top: 0.5rem;
		font-size: 2.4rem;
	}
	.nightview .contents .box .details {
		margin-top: 2.4rem;
		padding: 1rem 3rem;
		border: solid 0.3rem #fff;
	}
	.nightview .contents .box .summary {
		font-size: 3.2rem;
	} 
	.nightview .contents .box .summary::before ,
	.nightview .contents .box .summary::after {
		width: 0.4rem;
		height: 3.2rem;
		top: calc(50% - 1.6rem);
		right: 0.5rem;
	}
	.nightview .contents .box details[open] {
		padding-bottom: 3.5rem;
		border: solid 0.3rem #43587f;
	}
	.nightview .contents .box .detail {
		margin-top: 4rem;
	}
	.nightview .contents .box h3 {
		font-size: 3.2rem;
		line-height: 2;
	}
	.nightview .contents .box h3 span {
		padding: 0.3rem 1rem;
	}
	.nightview .contents .box .detailTxt {
		margin-top: 2.5rem;
		font-size: 2.6rem;
		line-height: 4.6rem;
	}
	.nightview .contents .box .tel {
		margin-top: 1rem;
		font-size: 2.6rem;
	}
	.nightview .contents .gourmetBtn {
		width: 63.6rem;
		margin: 11.5rem auto 0;
	}
	.nightview .contents .gourmetBtn a {
		font-size: 3.6rem;
		padding: 3rem;
		border-radius: 10rem;
	}
	.nightview .contents .gourmetBtn a::after {
		width: 1.8rem;
		height: 1.8rem;
		border-top: solid 0.4rem #fff;
		border-right: solid 0.4rem #fff;
		right: 4rem;
	}
	.nightview .contents .openingHours {
		margin-top: 5rem;
	}
	.nightview .contents .openingHours a {
		font-size: 3.6rem;
		border-bottom: solid 0.3rem #fff;
	}
	.nightview .contents .openingHours a::after {
		width: 1.8rem;
		height: 1.8rem;
		border-top: solid 0.4rem #fff;
		border-right: solid 0.4rem #fff;
		right: -2rem;
	}
}

/* view */
.nightview .view {
	padding: 15.5rem 0 17.5rem;
	background-color: #000e24;
	position: relative;
	z-index: 15;
}
.nightview .view h4 {
	font-size: 3rem;
	text-align: center;
}
.nightview .view .viewSlide {
	margin-top: 3.5rem;
}
@media (max-width: 768px) {
	.nightview .view {
		padding: 15rem 0 17rem;
	}
	.nightview .view h4 {
		font-size: 4.4rem;
	}
	.nightview .view .viewSlide {
		margin-top: 4rem;
	}
}

/* pageTop */
.nightview .pageTop {
	display: none;
	width: 9rem;
	position: fixed;
	bottom: 2rem;
	right: 3rem;
	z-index: 900;
}
.nightview .pageTop.isFooter {
	bottom: 17rem;
}
@media (max-width: 768px) {
	.nightview .pageTop {
		width: 13.5rem;
		right: 2.5rem;
	}
	.nightview .pageTop.isContents {
		bottom: 12.5rem;
	}
	.nightview .pageTop.isFooter {
		bottom: 21rem;
	}
}

/* footer */
footer {
	position: relative;
	z-index: 20;
	background-color: #fff;
	padding: 5rem 0;
}
footer .footerLogo {
	width: 27.3rem;
	margin: 0 auto;
}
footer .copy {
	margin-top: 2rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	text-align: center;
}
@media (max-width: 768px) {
	footer {
		padding: 6rem 0 5rem;
	}
	footer .footerLogo {
		width: 35rem;
	}
	footer .copy {
		margin-top: 2.5rem;
		font-size: 2.4rem;
	}
}