@charset "UTF-8";
/* CSS Document */
body{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
    position: relative;
    width: 100vw;
	height: 100vh;
}
p{
	color: #000;
	font-size:14px;
	line-height: 2.0;
}
img {
  pointer-events: none;
}
header{
position: relative;
}
header #td_logo{
width: 160px;
height: 129px;
position: fixed;
top:40px;
left: 40px;
z-index: 100;
}
header #td_logo a{
position: absolute;
width: 100%;
height: 100%;
}
header #td_logo a img{
}


header #mail{
border-left: #aaa 1px solid;
border-right: #aaa 1px solid;
position: fixed;
z-index: 100;
top: 0;
right: 150px;
padding: 30px 40px 0;
}
header #mail #mail_btn{
background-color: #000;
overflow: hidden;
padding: 8px;
}
header #mail #mail_btn h2{
color: #fff;
font-size: 14px;
font-weight: normal;
float: left;
line-height: 1.4;
margin: 8px 15px auto 15px;
}
header #mail #mail_btn a{
display: block;
float: left;
border: #fff 2px solid;
box-sizing: border-box;
padding: 16px;
transition: .1s ease-out;
}
header #mail #mail_btn:hover a{
opacity: 0.4;
filter:alpha(opacity=40);
}
header #mail #mail_btn a p{
line-height: 1.3;
font-size: 13px;
color: #fff;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
background: url("../img/common/mail.svg") no-repeat left center;
padding-left: 30px;
margin-bottom: 0px;
}
#menu_open{
width:30px;
height:30px;
position: fixed;
top: 60px;
right: 60px;
z-index: 100;
}
#gnav_area{
display: none;
position: fixed;
z-index: 200;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.94);
transition: .2s ease-in;
}
#gnav_area.open{
display: block;
}
#menu_close{
width:30px;
height: 30px;
position: fixed;
top: 60px;
right: 60px;
transition: .1s ease-in;
}
#menu_close:hover{
cursor: pointer;
transform: scale(1.2) rotate(90deg);
}
#gnav_area #gnav{
display: none;
position:fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 700px;
width: 100%;
}
#gnav_area.open #gnav{
display: block;
}
#gnav_area #gnav li{
padding: 30px 0;
}
#gnav_area #gnav li a{
display: block;
overflow: hidden;
}
#gnav_area #gnav li a .eng{
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 18px;
color: #fff;
float: left;
line-height: 1.5;
letter-spacing: 4px;
padding-left: 0;
transition: .1s ease-out;
}
#gnav_area #gnav li a:hover .eng{
padding-left: 10px;
}
#gnav_area #gnav li a .jpn{
font-size: 14px;
text-align: right;
color: #BBBBBB;
padding-top: 2px;
}


#movie_area{
position: fixed;
bottom: 20px;
left: 20px;
z-index: 100;
}
#movie_area a{
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#movie_area #movie{
top: 0;
left: 0;
width: 100px;
height: 100px;
}
#movie_area #movie_txt{
position: absolute;
top:25px;
left: 100px;
white-space: nowrap;
}

#movie_area #movie_txt h2{
font-family: 'Montserrat', sans-serif;
font-weight: 700;
color: #69bdc2;
font-size: 26px;
letter-spacing: 2px;
}
#movie_area #movie_txt p{
font-size: 12px;
padding-top: 6px;
line-height: 1.5;
}
/* 下層の場合のGUIDANCE MOVIE bnr */
#movie_area.movie_area_2 #movie_txt{
top:36px;
}
#movie_area.movie_area_2 #movie_txt h2{
font-size: 24px;
}

footer{
position:fixed;
bottom: 10px;
right: 10px;
left: auto;
z-index: 100;
}
footer #twitter{
width: 30px;
height: auto;
position: fixed;
bottom: 40px;
right: 30px;
}
footer #twitter img{
width: 100%;
}
footer #twitter a:hover img{
opacity: 0.5;
filter:alpha(opacity=50);
}

footer #copy{
font-family: 'Montserrat', sans-serif;
font-weight: 300;
font-size: 12px;
font-style: normal;
}


#menu_open{
top: 60px;
right: 60px;
bottom: auto;
left: auto;
transform: translateX(0%);
}







