@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);


.sp,
.tab {
	display: none !important;
}

/* -----------------------------------------------
Default
----------------------------------------------- */

.ib_fix {
  letter-spacing: -0.4em;
}
.ib_fix>* {
  letter-spacing: 0;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
.flude_center {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flude_center>* {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}
.flude_center>*>* {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
  position: relative;
}
* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}


/* -----------------------------------------------
Common
----------------------------------------------- */

html {
  font-size: 62.5%;
  height: 100%;
  height: 100%;
  /* sets the base font to 10px for easier math */
}
html.is_navi {
  overflow: hidden;
}
body {
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: "Noto Sans Japanese","メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 100;
  color: #758f8e;
  background: #fff;
  line-height: 1.4;
}
.container {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.wrapper {
  position: relative;
  min-height: 100%;
  padding: 40px 0 70px;
}
a, button {
	outline: none;
}


/* -----------------------------------------------
Header
----------------------------------------------- */
header {
  overflow: hidden;
}
.header_logo_block {
  width: 284px;
  float: left;
}
.header_navi_block {
  margin-right: -300px;
	padding-right: 300px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  float: right;
  text-align: right;
}
.global_navi {
  font-size: 0;
}
.global_navi > li {
  margin-left: 40px;
  font-size: 12px;
  list-style: none;
  display: inline-block;
}
.global_navi > li:first-child {
  margin-left: 0;
}
.global_navi > li > a {
  color: #436865;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-decoration: none;
  position: relative;
  opacity: 0.6;
}
.global_navi > li > a:hover {
  width: 100%;
  opacity: 1;
}
.page_photograph .navi_photograph:before,
.page_work .navi_work:before,
.page_profile .navi_profile:before,
.page_contact .navi_contact:before {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -5px;
  background-color: #758f8e;
}
.humberger_navi .global_navi {
	display: none;
}

/* -----------------------------------------------
Contents
----------------------------------------------- */
.contents {
  padding: 60px 0;
}


/* -----------------------------------------------
Footer
----------------------------------------------- */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.copyright {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 20px 0;
}




/* plugin override */
.pp_pic_holder img {
	width: inherit !important;
}


/* -----------------------------------------------

TAB

----------------------------------------------- */

@media (max-width: 960px) {
	.pc {
		display: none !important;
	}
	.tab.ib {
		display: inline-block !important;
	}

  .wrapper {
    padding: 20px 0;
  }
  .contents {
    padding: 40px 0 80px;
  }

	 .global_navi_btn {
	 	margin: 0 0 auto 0;
		  display: inline-block;
		  position: relative;
	    padding: 15px 10px;
	 }
	 .humberger_navi .global_navi {
			display: block;
		}
	 .humberger_btn {
	 	position: relative;
	 	width:28px;
	 	height: 22px;
	 }
	.humberger_line1 {
		 top: 0;
	}
	.humberger_line2 {
		top:8px;
	}
	.humberger_line3 {
		top:16px;
	}
	.humberger_navi {
		position: fixed;
		padding: 100px 0;
		z-index: 20;
		top: 0;left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		background-color: rgba(255, 255, 255, 0.95);
		display: none;
	}

	.humberger_navi .global_navi > li {
	  margin: 20px 0 0;
	  font-size: 14px;
	  display: block;
	}
	.humberger_navi .global_navi > li:first-child {
	  margin-top: 0;
	}
	.humberger_navi .global_navi > li > a {
	  color: #758f8e;
	  font-family: 'Quicksand', sans-serif;
	  font-weight: 400;
	  letter-spacing: 0.15em;
	  text-decoration: none;
	  position: relative;
	}

	.humberger_line1,.humberger_line2,.humberger_line3 {
		transition: all 0.3s ease-out;
		width:28px;
		height:1px;
		background-color: rgba(117, 143, 142, 0.8);
		position:absolute;
		display: block;
	}

	.activate .humberger_line1{
		top:8px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.activate .humberger_line2{
		opacity: 0;
	}
	.activate .humberger_line3{
		top:8px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}


	.global_navi > li > a:after {
	  content: none;
	}
	.header_logo_block {
	  float: left;
	  margin-left: -60px;
		padding-left: 60px;
	  width: 100%;
	  max-width: 300px;
	}
	.header_navi_block{
	  margin-right: 0;
	  line-height: 1.6;
	  right: 0;
	  top: 0;
	  position: fixed;
	  z-index: 25;
	  float: none;
	  text-align: right;
		padding: 10px;
	}
}


/* -----------------------------------------------

SP

----------------------------------------------- */

@media (max-width: 600px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.sp.ib {
		display: inline-block !important;
	}

}
