@charset "utf-8";

html{
	height:100%;
	/*border-left:1px solid #920005;
	border-right:1px solid #920005;*/
}

body{
	height:100%;
	margin:0px;
	padding:0px;
	background:#000;
	font-size:small;
	line-height:1.45em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#232323;
	overflow:auto;
}


/* reset
--------------------------------- */
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

img{
	vertical-align:top;
	border:0;
}

ul,ol{
	list-style-type: none;
}

/* fonts
--------------------------------- */
body				{	font-size: 12px; letter-spacing: 0.07em;	}	/* for Firefox */  
*+html body			{	font-size: 80%;	 letter-spacing: normal;	}	/* for IE7 */  
body				{	_font-size: 80%; _letter-spacing: normal;	}	/* for IE6 */  
body:first-of-type	{	font-size: 12px; letter-spacing: normal; 	}	/* for Safari */  

		
/* common links
--------------------------------- */
a:link		{	color: #C00;	text-decoration: none;	}
a:visited	{	color: #C00;	text-decoration: none;	}
a:hover		{	text-decoration: underline;	}
a:active	{	text-decoration: underline;	}

/* 
--------------------------------- */
.left	{	text-align: left;	}
.center	{	text-align: center;	}
.right	{	text-align: right;	}
.clear	{	clear:both;			}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.large{
	font-size:16px!important;
}

.bg_mainImage{
	background:#000 url(../img/img_top001.jpg) no-repeat top left;
	background-size:cover;
	background-attachment:fixed;
}

#wrapper{
	width:80%;
	margin:60px auto;
}


/* top
--------------------------------- */
#bg {
	z-index: -1;
	position:fixed;
}

#contents_top{
	float:left;
	position:absolute;
	width:500px;
	left:10%;
	top:8%;
	color:#FFF;
}

#contents_top ul{
	padding-top:5px;
	padding-left:15px;
	border-top:1px solid #FFF;
}

#contents_top ul li{
	float:left;
	margin-bottom:50px;
}

.box_movie{
	width:500px;
	margin-bottom:50px;
	text-align:center;
}

.box_movie p{
	width:300px;
	margin:0 auto 7px auto;
	text-align:left;
}


/* profile
--------------------------------- */
#contents_profile{
	/*float:left;
	position:absolute;*/
	width:495px;
	/*left:10%;
	top:8%;*/
	color:#FFF;
}

h2{
	font-size:1.4em;
}

.ph_prof{
	width:140px;
	height:auto;
	margin-bottom:10px;
}


/* artwork
--------------------------------- */
#sumbnail{
	width:265px;
}

#sumbnail ul li{
	float:left;
	padding:0 9px 13px 0;
}

#contents_artwork{
	float:left;
	position:absolute;
	/*width:335px;*/
	width:70%;
	left:15%;
	top:8%;
	padding-bottom:50px;
	color:#FFF;
}

#statement{
	float:left;
	position:absolute;
	/*width:460px;
	left:44%;*/
	width:560px;
	left:38%;
	top:8%;
	padding-bottom:65px;
	color:#FFF;
	display:block!important;
	
	
}

#contents_photo{
	position:relative;
	display:none;
}

#contents_photo img{
	padding-top:95px;
}

.btn_insta{
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}



@media screen and (max-width:1000px){

#wrapper{
	width:90%;
	margin:60px auto;
}

#contents_artwork{
	position:relative;
	left:3%;
}

#statement{
	left:300px;
}

}


/* footer
--------------------------------- */
footer {
	position:fixed;
	width:100%;
	height:18px;
	padding:0 0 15px 0;
	left:0px;
	right:0px;
	bottom:0px;
	color:#FFFFFF;
	text-align:center;
}

.nav{
	position:relative;
	float:left;
	left:10%;
	background:#000;
	
	
	padding:8px 0 8px 0;
	display:block;
	border-top:1px solid #666;
}

.nav_artwork{
	float:left;
	width:100%;
	text-align:center;
	
	padding:8px 0 8px 0;
	margin-top:-18px;
	display:block;
	border-top:1px solid #666;
	background:#000000;
}


/* common
--------------------------------- */
.w5em{ width:5em; }
.w6em{ width:6em; }
.w8em{ width:8em; }
.w10em{ width:10em; }
.w12em{ width:12em; }

.mb8{ margin-bottom:8px; }
.mb10{ margin-bottom:10px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }
.mb50{ margin-bottom:50px; }
.mb60{ margin-bottom:60px; }
.mb70{ margin-bottom:70px; }
.mb80{ margin-bottom:80px; }

.center{ text-align:center; }
.left{ text-align:left; }
.right{ text-align:right; }