@charset "utf-8";
/* house
---------------------------*/
body {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 0;
	position: relative;
	overflow-y: hidden;
}
.scrollPanel {
    top: 0;
    left: 0;
    position:fixed;
	z-index: 1;
}
.scrollPanel_inner {
	display: inline-flex;
	position: relative;
}
.block_set{
height: 100vh;
}
.left-menu{
width: 388px;
background:rgba(0,0,0,0.71);
height: 100vh;
color: #fff;
border-right: 1px solid #fff;
padding-right: 30px;
box-sizing: border-box;
position: fixed;
padding-left: 16px;
z-index: 100;
left: 0;
transition: .5s;
}
.left-menu.nod{
left: -357px;
}
.left-menu .lm_innner{
border-right: 1px solid #fff;
padding-right: 20px;
overflow-y: auto;
height: 100vh;
box-sizing: border-box;
}
.left-menu a{
color: #fff;
}
.left-menu a:hover{
text-decoration: none;
}
.open_btn{
position: absolute;
right: 0;
top: 0;
width: 30px;
height: 100vh;
text-align: center;
cursor: pointer;
background: url("../images/close.svg") no-repeat center center;
background-size: 30px 100px;
cursor: pointer;
}
.open_btn.h_on{
background: url("../images/open.svg") no-repeat center center;
background-size: 30px 100px;
}
.open_btn img{
position: absolute;
position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.h_logo{
text-align: center;
padding: 5vh 0;
width: 100%;
}
.h_logo img{
width: 70%;
}
.h_menu ul li{
font-size: 16px;
text-align: right;
line-height: 1;
padding-bottom: 0.7vh;
min-height: 50px;
}



.h_menu ul li span{
font-size: 16px;
font-family: "Rajdhani";
color: #a6a6a6;
display: block;
text-align: right;
}
.h_menu ul li:first-child{
font-family: "Rajdhani";
font-size: 24px;
}
.h_menu ul li.hv:first-child{
font-family: "Rajdhani";
font-size: 26px;
font-weight: bold;
}
.h_menu ul li.hv,
.h_menu ul li:hover{
font-size: 24px;
font-weight: bold;
}
.h_menu ul li.hv span,
.h_menu ul li:hover span{
font-size: 16px;
color: #fff;
}

.h_u_menu ul{
margin-bottom: 3em;
}
.h_u_menu ul li a{
font-size: 16px;
line-height: 1;
margin-top: 2vh;
border: 1px solid #fff;
text-align: center;
line-height: 16px;
width: 100%;
padding: 0.5em 0;
display: block;
color: #fff;
}
.h_u_menu ul li a:hover{
border: 1px solid #fff;
background: #fff;
color: #333;
}
.h_sns_tw{
margin: 8px 0 20px;
}

/**/
.black_cover{
background:rgba(0,0,0,0.5);
height: 100vh;
transition: .5s;
width: 100%;

}
.move_01{
position:relative;
}
.move_01 .black_cover{
position: absolute;
bottom: 0px;
}
.move_01.h50p .black_cover{
height: 50vh
}
.move_01.h_on .black_cover{
height: 240px;
position: absolute;
bottom: 30px;
left: 0;
width: 100%;
}
.move_01.h_on .txt_01{
display: none;
}
.move_01 .more{
display: none;
}
.move_01.h_on .more{
display: block;
}
.move_01.h_on .more a{
display: block;
font-size: 24px;
font-family: "Rajdhani";
color: #fff;
margin-left: 250px;
}
.move_01.h_on .more {
	display: flex;
	align-items: center;
}
.move_01.h_on .movie_btn {
	height: 70px;
	padding: 1em 0 0 0;
}
.move_01.h_on .more:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #fff;
	display: block;
}
 
.move_01.h_on .more:after {
	margin-left: .4em;
}
.img_bg_set{
background-repeat: no-repeat;
background-position: 0 center;
background-size: cover;
height: 100vh;
width: 1000px;
}
.img_bg_set.w400{
width: 400px;
}
.img_bg_set.h50p{
height: 50vh;
}
.main_tit {
text-align: center;
width: 560px;
float: right;
top: 50%;
position: relative;
color: #fff;
-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main_tit h2{
font-size: 50px;
width: 100%;
border-bottom: 1px solid #fff;
letter-spacing: -2px;
padding: 0 0 4px 0;
text-align: center;
border-top: 0;
}
.main_tit p{
font-size: 25px;
text-align: center;
letter-spacing: -2px;
padding-top: 16px;
}

.tit_block{
padding: 2em;
}
.tit_01{
font-size: 26px;
color: #fff;
position: relative;
margin-bottom: 1em;
}
.tit_01::after{
background-color: #fff;
bottom: -2px;
content: "";
height: 1px;
left: 0;
position: absolute;
width: 30%;
z-index: 2;

}
.txt_01{
font-size: 16px;
color: #fff;
}
.movie_btn{
padding:1em 0 2em 0;
text-align: center;
}

/*PG*/
.photo_gallery{
width: 700px;
position: relative;
}
.pg_bg{
font-size: 58px;
transform: rotate(-90deg);
  transform-origin: right bottom;
  white-space: nowrap;
  position: absolute;
  line-height: 1;
  top: -54px;
  left: -460px;
  
}
ul.pg_list{
padding: 2em 0;
box-sizing: border-box;
margin: 0 auto;
height: 100vh;
  width: 560px;
}
ul.pg_list li{
box-sizing: border-box;
width: 50%;
padding: 1em;
float: left;
}
ul.pg_list li img{
width: 100%;
}

/**/
.white_area{
padding: 0 6em;
}
.img_photo_set{
background-repeat: no-repeat;
background-position: 0 center;
background-size: cover;
width: 800px;
height: 480px;
display: block;
}
.photo_case_01{
width: 800px;
padding: 0 3em;
}
.tit_02{
font-size: 55px;
line-height: 1.2;
}
.txt_02{
font-size: 20px;
line-height: 1.2;
}



/*sp*/
@media only screen and (max-width: 767px) {

}/**/