@charset "UTF-8";
/* CSS Document */


html,body{
	text-align: center;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-family: '游明朝','Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	scroll-padding-top: 0;
	background: #000;
	font-size: 15px;
	line-height: 1.8;
}

.pcOnly {
	display: block;
}
img.pcOnly,
span.pcOnly,
i.pcOnly {
	display: inline;
}
.spOnly {
	display: none;
}

* {
	box-sizing: border-box;
}
img {
	vertical-align: top;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	transition: opacity 300ms;
}
a:hover {
	opacity: .5;
}

/* clear fix */
.clearfix:before,
.clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	*zoom:1;
}
/* clear fix */



/****************************************************************************************************
header
****************************************************************************************************/
/*#header {
	position: fixed;
	width:100%;
	left: 0;
	top: 0;
	z-index: 2001;
}
#header-inner {
	position: relative;
	padding: 30px;
}*/
#wakohre {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 140px;
	z-index: 902;
}
#wakohre img {
	width: 100%;
	height: auto;
}

#menu {
	position: fixed;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	right: 0;
	top: 0;
	width:82px;
	height: 82px;
	z-index: 902;
	/*background: rgba(0,0,0,.2);*/
}
#menu a {
	position:relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height:100%;
	-webkit-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}
#menu span,
#menu a::before,
#menu a::after {
	display: block;
	position: absolute;
	top: -10px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 36px;
	height: 1px;
	margin: auto;
	background: #FFF;
	-webkit-transition: 200ms;
	-ms-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
}
#menu a::before {
	z-index: 2;
	transform-origin: 50% 50%;
	-webkit-transform: translate(0, -9px);
	-ms-transform: translate(0, -9px);
	transform: translate(0, -9px);
	content: "";
}
#menu a::after {
	z-index: 2;
	transform-origin: 50% 50%;
	-webkit-transform: translate(0, 9px);
	-ms-transform: translate(0, 9px);
	transform: translate(0, 9px);
	content: "";
}
#menu.active span {
  opacity: 0;
  -webkit-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  transition: opacity 150ms;
}
#menu.active a::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu.active a::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu a em {
	-webkit-transform: translate(0, 18px);
	-ms-transform: translate(0, 18px);
	transform: translate(0, 18px);
	color: #FFF;
	font-size: 0.733rem;
	font-style: normal;
	line-height: 1.0;
}
.invert {
	filter: invert(100%);
}



/****************************************************************************************************
サブナビ
****************************************************************************************************/
#spMenu {
	position:fixed;
	width:auto;
	height:auto;
	overflow:scroll;
	right:-100%;
	top:0;
	padding-top: 82px;
	z-index:901;
	-webkit-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	background: RGBA(0,0,0,.8);
	border: 1px solid rgba(0,0,0,.1);
	border-right: none;
}
#spMenu.active {
	right:0;
}
#spMenu > ul {
	left:auto;
	float:none;
}
#spMenu > ul > li {
	position:static;
	font-size: 1.2rem;
	text-align:center;
}
#spMenu > ul > li {
	border-top: 1px solid rgba(255,255,255,.3);
}
#spMenu > ul > li > a {
	display:block;
	padding: 1rem 1.5rem;
	color:#FFF;
	text-decoration:none;
}
#spMenu > ul > li > ul {
	margin-top: -0.2rem;
	margin-bottom: 1.2rem;
}
#spMenu > ul > li > ul > li {
	font-size: 1.0rem;
	text-align: left;
}
#spMenu > ul > li > ul > li > a {
	color:#FFF;
	padding: 0 1.5rem;
}
#spMenu ul li.mg,
#spMenu ul li.outline,
#spMenu ul li.close {
	background: rgba(51,51,51,.8);
}
#spMenu ul li.reserve {
	background: rgba(179,170,131,.95);
}
#spMenu ul li.request {
	background: rgba(115,98,94,.95);
}
#spMenu ul li.select {
	background: rgba(160,160,160,.95);
}
#spMenu ul li.reserve a,
#spMenu ul li.request a,
#spMenu ul li.select a {
	color: #FFF;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position:relative;
	background:#000;
}
#main::after {
	content: "";
	display: block;
	position: absolute;
	width:100%;
	height:100vh;
	left: 0;
	top: 0;
	background: URL(../img/main/cover.png);
	z-index: 800;
}
.main-img > img {
	width:100%;
	height:100vh;
	object-fit:cover;
	-webkit-transition: transform 10000ms linear;
	-moz-transition: transform 10000ms linear;
	transition: transform 10000ms linear;
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}
.main-img.zoom-out > img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}
.main-img.zoom-in > img {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}
#main-logo {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -65%);
	transform: translate(-50%, -65%);
	z-index:801;
}
#main-logo h1 {
	width: 790px;
}
#main-logo h1 img {
	width: 100%;
	height: auto;
}
#main-logo div {
	margin-top: 0.8rem;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.0;
	letter-spacing: 1px;
}
#main-logo p {
	margin-top: 0.8rem;
	color: #FFF;
	font-size: 0.933rem;
	line-height: 1.6;
}
#main-movie {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	right: 10px;
	bottom: 10px;
	padding: 5px;
	z-index:801;
	background: #000;
}
#main-movie h2 + div {
	margin-left: 5px;
}
#main-movie div + div {
	margin-left: 2px;
}
#main-scroll {
	position:absolute;
	left:50%;
	bottom:40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size:10px;
	line-height:1.0;
	letter-spacing:2px;
	z-index:801;
}
#main-scroll a {
	position:relative;
	display:block;
	padding:0.5rem;
	color:#FFF;
}
#main-scroll a::after {
	position:absolute;
	left:0;
	right:0;
	content:"";
	display:inline-block;
	width: 14px;
	height: 14px;
	margin:auto;
	margin-top:0.5em;
	border: 1px solid;
	border-color: transparent transparent #FFF #FFF;
	-webkit-transform: rotate(-45deg) translate(0, 0);
	transform: rotate(-45deg) translate(0, 0);
}


#collection {
	padding: 0 0 0 0;
	color: #FFF;
	text-align: center;
}

.archives-carousel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.archives-carousel > div {
	width: 640px;
}
.archives-carousel > div a {
	display: block;
}
.archives-carousel > div img {
	width: 100%;
}
.archives-carousel > div span {
	display: block;
	margin-top: 0.5rem;
}


#midashi {
	padding: 2.5rem 0 2.2rem 0;
	background: #000;
	/*border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);*/
	line-height: 1.0;
	background: linear-gradient(300deg, rgba(255,255,255,0), rgba(255,255,255,.2), rgba(255,255,255,0));
}
#midashi h2 {
	color: #C9BC9C;
	font-size: 2rem;
	font-weight: normal;
}
#midashi h2 span {
	font-size: 0.933rem;
}
#midashi div {
	margin-top: 1.2em;
	line-height: 1.5;
}
.property {
	padding: 80px 0 100px 0;
}
.property.light {
	background: linear-gradient(217deg, rgba(255,255,255,1), rgba(255,255,255,.5) 70.71%),
				linear-gradient(127deg, rgba(235,220,235,1), rgba(235,220,235,.5) 70.71%),
				linear-gradient(336deg, rgba(235,235,210,1), rgba(235,235,210,.5) 70.71%);
	color: #1F1E18;
}
.property.light .information h3 {
	color: #777258;
}
.property.gry {
	background: #1C1B15;
}
.property + .property {
	border-top: 1px solid rgba(255,255,255,.2);
}
.information {
	padding-bottom: 2.5rem;
}
.information h3 {
	color: #C9BC9C;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.0;
}
.information h3 span {
	font-size: 0.933rem;
}
.information ul {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	color: #EEE;
	font-size: 1.0rem;
	line-height: 1.6;
}
.information p {
	margin-top: 1rem;
	font-size: 1.0rem;
	line-height: 1.6;
}
.information ul li + li::before {
	content: "／";
}


.carousel .carousel__slide {
	display: flex;
	justify-content: center;
	background-color: #eee;
	width: 1000px;
	height: 562.5px;
	padding: 0;
	background: #333;
}
.carousel .carousel__slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.carousel .carousel__slide a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.carousel .carousel__slide.contain a img {
	object-fit: contain;
}



/****************************************************************************************************
footer
****************************************************************************************************/
#footer {
	padding: 1.0rem;
	background: #222;
	color: #DDD;
}
#copyright {
	font-size: 0.8rem;
}
#pagetop.active {
	opacity: 1;
	pointer-events: auto;
}
#pagetop {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	z-index: 800;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	transition: opacity 300ms;
}
#pagetop a {
	position: relative;
	display: block;
	padding-top: 1.0rem;
	color: #FFF;
	font-size: 0.8rem;
}
#pagetop a::before {
	position:absolute;
	left:0;
	right:0;
	top: 0;
	content:"";
	display:inline-block;
	width: 14px;
	height: 14px;
	margin:auto;
	border: 1px solid;
	border-color: transparent transparent #FFF #FFF;
	-webkit-transform: rotate(135deg) translate(0, 0);
	transform: rotate(135deg) translate(0, 0);
}



@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	html,
	body {
		font-size: 3.466vw;
	}
	.pcOnly,
	img.pcOnly,
	span.pcOnly,
	i.pcOnly {
		display:none;
	}
	.spOnly {
		display:block;
	}
	span.spOnly {
		display:inline;
	}
	img {
		width:100%;
		height:auto;
	}
	a {
		-webkit-transition:none;
		transition:none;
	}
	a:hover {
		opacity:1;
	}
	
	
	
	/****************************************************************************************************
	header
	****************************************************************************************************/
	#header {
		min-width: initial;
		min-width: auto;
	}
	#header-inner {
	}
	#wakohre {
		width: 30vw;
		left: 3vw;
		top: 3vw;
	}
	#menu {
		width:12vw;
		height: 12vw;
	}
	#menu span,
	#menu a::before,
	#menu a::after {
		top: -2.2vw;
		width: 7vw;
	}
	#menu a::before {
		-webkit-transform: translate(0, -1.8vw);
		-ms-transform: translate(0, -1.8vw);
		transform: translate(0, -1.8vw);
	}
	#menu a::after {
		-webkit-transform: translate(0, 1.8vw);
		-ms-transform: translate(0, 1.8vw);
		transform: translate(0, 1.8vw);
	}
	#menu a em {
		-webkit-transform: translate(0, 3.4vw);
		-ms-transform: translate(0, 3.4vw);
		transform: translate(0, 3.4vw);
		font-size: 0.6rem;
	}



	/****************************************************************************************************
	サブナビ
	****************************************************************************************************/
	#spMenu {
		position:fixed;
		width:100%;
		height:100%;
		overflow:scroll;
		left:0;
		right:0;
		top:0;
		background:rgba(0,0,0,.85);
		border: none;
		padding-bottom:20vw;
		opacity: 0;
		pointer-events: none;
	}
	#spMenu.active {
		opacity: 1;
		pointer-events: auto;
	}
	#spMenu ul {
		left:auto;
		float:none;
	}
	#spMenu ul li {
	}
	#spMenu ul li.select {
		background:#F6F6F6;
	}
	#spMenu ul li a {
		display:block;
		color:#FFF;
		text-decoration:none;
	}
	#spMenu > ul > li > a > em.new {
		display:inline-block;
		margin-left:1vw;
		padding:1vw 1vw;
		background:#B20000;
		color:#FFF;
		font-size:2.13vw;
		font-weight:bold;
		font-style:normal;
		line-height:1;
		vertical-align:0.7vw;
	}
	#spMenu ul li.select a {
		background: rgba(160,160,160,.95);
	}
	/*#spMenu ul li span {
		opacity:0.3;
	}*/
	#spMenu > ul > li:nth-of-type(1),
	#spMenu > ul > li:nth-of-type(2),
	#spMenu > ul > li:nth-of-type(3),
	#spMenu > ul > li:nth-of-type(4),
	#spMenu > ul > li:nth-of-type(5)/*,
	#spMenu > ul > li:nth-of-type(6)*/ {
		width:100%;
	}
	#spMenu ul li.reserve {
		background: rgba(179,170,131,.95);
		width:100%;
	}
	#spMenu ul li.request {
		background: rgba(115,98,94,.95);
		width:100%;
	}
	#spMenu ul li.mg,
	#spMenu ul li.outline,
	#spMenu ul li.close {
		width:100%;
	}
	#spMenu ul li.reserve a,
	#spMenu ul li.request a {
		color: #FFF;
		font-weight:bold;
	}
	#spMenu > ul > li {
		position:relative;
		text-align:center;
	}
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main-logo h1 {
		width:80vw;
	}
	#main-logo div {
		font-size: 0.8rem;
		line-height: 1.4;
	}
	#main-logo p {
		font-size: 0.666rem;
		line-height: 1.6;
	}
	#main-movie {
		right: 3vw;
		bottom: 3vw;
		padding: 1vw;
	}
	#main-movie h2 {
		width: 3vw;
	}
	#main-movie div {
		width: 40vw;
	}
	#main-movie h2 + div {
		margin-left: 1vw;
	}
	#main-movie div + div {
		margin-left: 0.5vw;
	}
	#main-scroll {
		bottom:3vw;
		-webkit-transform: translate(0, -5vw);
		transform: translate(0, -5vw);
		font-size:2.400vw;
		letter-spacing:1px;
	}
	#main-scroll a::after {
		width: 3.5vw;
		height: 3.5vw;
		-webkit-transform: rotate(-45deg) translate(0, 0);
		transform: rotate(-45deg) translate(0, 0);
	}
	
	#collection {
	}
	.property {
		padding: 10vw 0 12vw 0;
	}
	.information {
		padding: 0 1rem 5vw 1rem;
	}
	.carousel .carousel__slide {
		width: 100vw;
		height: 64vw;
	}
	
	#midashi h2 {
		font-size: 1.8rem;
	}
	.information h3 {
		font-size: 1.4rem;
	}
	.information ul,
	.information p {
		font-size: 0.8rem;
	}
	
	
	
	/****************************************************************************************************
	footer
	****************************************************************************************************/
	#pagetop {
		right: 0.5rem;
		bottom: 1rem;
	}
	#pagetop a {
		padding-top: 0.8rem;
	}
	#pagetop a::before {
		width: 2.5vw;
		height: 2.5vw;
		-webkit-transform: rotate(135deg) translate(0, 0);
		transform: rotate(135deg) translate(0, 0);
	}
}
@media screen and (max-width: 960px) and (orientation: landscape) {
	#wakohre {
		width: 16vw;
		left: 2vw;
		top: 2vw;
	}
	#menu {
		width: 10vw;
		height: 10vw;
	}
	#menu span,
	#menu a::before,
	#menu a::after {
		top: -2.2vw;
		width: 5vw;
	}
	#menu a::before {
		-webkit-transform: translate(0, -1.2vw);
		-ms-transform: translate(0, -1.2vw);
		transform: translate(0, -1.2vw);
	}
	#menu a::after {
		-webkit-transform: translate(0, 1.2vw);
		-ms-transform: translate(0, 1.2vw);
		transform: translate(0, 1.2vw);
	}
	#menu a em {
		-webkit-transform: translate(0, 2.2vw);
		-ms-transform: translate(0, 2.2vw);
		transform: translate(0, 2.2vw);
		font-size: 0.5rem;
	}
	#main-logo {
		-webkit-transform: translate(-50%, -55%);
		transform: translate(-50%, -55%);
	}
	#main-logo h1 {
		width: 60vw;
	}
	#main-logo div {
		margin-top: 0.6rem;
		font-size: 0.6em;
	}
	#main-movie {
		right: 2vw;
		bottom: 2vw;
		padding: 1vw;
	}
	#main-movie h2 {
		width: 1.5vw;
	}
	#main-movie div {
		width: 20vw;
	}
	#main-movie h2 + div {
		margin-left: 1vw;
	}
	#main-movie div + div {
		margin-left: 0.5vw;
	}
	#main-scroll {
		bottom:0;
		font-size: 1.2vw;
		letter-spacing:0;
	}
	#main-scroll a::after {
		width: 2vw;
		height: 2vw;
	}
	
	
	
	/****************************************************************************************************
	footer
	****************************************************************************************************/
	#pagetop {
		display: none !important;
	}
}