/*-------------clear fix-------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

html{
	height: 100%;
	overflow-y: scroll;
}

body {
	font-family:
   "ヒラギノ明朝 ProN W3",
   "HiraMinProN-W3",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
   font-style: oblique;
   overflow: hidden; /* 最初だけ */
   height: 100%; /* 最初だけ */
}

ul li{
	list-style-type: none;
}


/* オープニングセット */
.op_set{
	position: relative;
	width: 100%; height: 100%;
}
.title{
	position: absolute;
	width: 285px; height: 105px;
	left: 50%; top: 50%;
	margin-top: -57px;
	margin-left: -142px;
	z-index: 999;
}

.op_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}



/* ヘッダーナビ部分共通 */

.header_navi{
	position: relative;
	width: 100%;
	height: 235px;
	background-color: white;
}

.header_navi .social{
	position: absolute;
	width: 100px; height: 30px;
	right:50%; top:15px;
	margin-right: -400px;
}
.header_navi .social .fb{
	position: absolute;
	left: 0px; top: 0px;
}
.header_navi .social .tw{
	position: absolute;
	left: 110px;
}

.header_navi .header_cont{
	position: relative;
	width: 640px;
	height: 235px;
	margin: 0 auto;
	margin-top: 20px;
}
.header_navi .header_cont .header_logo{
	position: relative;
	width: 290px; height: 25px;
	margin: 0 auto;
	padding-top: 70px;
}

.navi_btn{
	position: relative;
	width: 640px; height: 33px;
	padding-top: 40px;
}
.navi_btn ul li{
	float: left;
}
.navi_btn ul li a{
	background:url(../images/common/header_navi.jpg);
	display:block;
	width: 640px; height: 33px;
}
.navi_btn ul li#profile a{
	width:160px; height: 33px;
	background-position:0 0;
}
.navi_btn ul li#works a{
	width:160px; height: 33px;
	background-position:-160px 0;
}
.navi_btn ul li#ex a{
	width:160px; height: 33px;
	background-position:-320px 0;
}
.navi_btn ul li#contact a{
	width:160px; height: 33px;
	background-position:-480px 0;
}
.navi_btn ul li#profile a:hover{
	width:160px; height: 33px;
	background-position:0 -33px;
}
.navi_btn ul li#works a:hover{
	width:160px; height: 33px;
	background-position:-160px -33px;
}
.navi_btn ul li#ex a:hover{
	width:160px; height: 33px;
	background-position:-320px -33px;
}
.navi_btn ul li#contact a:hover{
	width:160px; height: 33px;
	background-position:-480px -33px;
}


.contents{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
}


.contents .photo_area{
	position: relative;
	width: 1000px;
	height: 700px;
	overflow: hidden;
	pointer-events: none;
}
.contents .photo_area #pic1,#pic2,#pic3{
	position: absolute;
	width: 1000px;
	height: 700px;
	overflow: hidden;
}


.contents .concept{
	position: relative;
	width: 620px;
	margin: 0 auto;
	text-align: center;
	color: #666666;
	line-height: 1.8;
	padding-top: 60px;
	padding-bottom: 60px;
}


.contents .insta_area{
	position: relative;
}

.contents .insta_area .insta_title{
	position: relative;
	width: 210px; height: 25px;
	background-image: url(../images/index/insta_title.jpg);
}
.contents .insta_area .insta_load{
	position: relative;
	width: 960px; height: 320px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 150px;
}

.instagram {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

.instagram-placeholder {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.copylight{
	position: relative;
	text-align: center;
	font-size: 12px;
}
