@charset "Shift_JIS";
* {margin: 0;padding: 0;}

*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

#loading{
position: absolute;
left: 50%;
top: 50%;
}
#loader-bg {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #FFF;
z-index: 1000;
}

body {
	line-height: 140%;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	color: #333333;
}

a:link {text-decoration:none;color: #333333;}
a:visited {text-decoration:none;color: #333333;}
a:active {text-decoration:none;color: #333333;}
a:hover {text-decoration:none;color: #666;}

ul li{margin: 0;padding: 0;list-style-type: none;}

/* header */
#top-head {
	position: absolute;
	width: 100%;
	padding: 0px;
	line-height: 1;
	z-index: 999;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
}

#logo_box{
	position: absolute;
	z-index: 99;
	height: 308px;
	width: 436px;
	padding-top: 65px;
	padding-left: 65px;
	background-color: #FFF;
}

.kosho {
	left: 0px;
	top: 0px;
	background-color: #FFF;
	margin: 0px;
}

.kosho img{
	width: 30px;
	height: 30px;
}

.logo {
	float: left;
	background-color: #FFF;
}

.logo h1 {
	font-size: 15px;
	line-height: 2em;
	margin-bottom: 1.2em;
	letter-spacing: 0.4em;
	color: #000;
}
.logo h5 {
	font-size: 12px;
	line-height: 2em;
	color: #000;
}


#top_bar{
	background-color: #FFF;
	height: 130px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 90;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	font-size: 10px;
	top: 0px;
	z-index: 999;
	background-color: #FFF;
	padding-top: 55px;
	padding-right: 55px;
	padding-bottom: 55px;
	padding-left: 55px;
}
#global-nav ul li {float: left;}
#global-nav ul li a {
	padding: 0;
	margin-right: 45px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#global-nav ul li a img{
	width: 10px;height: 10px
}
 

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 20px;
	top: 44px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {position: relative;}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {top: 0;}
#nav-toggle span:nth-child(2) {top: 11px;}
#nav-toggle span:nth-child(3) {top: 22px;}

#navi_foot{display: none;}


.page {
	height: 100vh;
	overflow: scroll;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* ¶‰E’†‰›Šñ‚¹ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* ã‰º’†‰›Šñ‚¹ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}

.box.top {background-image: url("../img/top_photo.jpg");}
.box.people1 {background-image: url("../img/people1/people_top.jpg");}
.box.people2 {background-image: url("../img/people2/people_top.jpg");}
.box.people3 {background-image: url("../img/people3/people_top.jpg");}
.box.people4 {background-image: url("../img/people4/people_top.jpg");}
.box.people5 {background-image: url("../img/people5/people_top.jpg");}
.box.people6 {background-image: url("../img/people6/people_top.jpg");}
.box.people7 {background-image: url("../img/people7/people_top.jpg");}
.box.people8 {background-image: url("../img/people8/people_top.jpg");}



.top_messe_box {
	position: absolute;
	z-index: 98;
	height: 100vh;
	width: 436px;
	padding-left: 65px;
	background-color: #FFF;
	left: 0px;
	top: 0px;
	color: #000;
}
	
.top_messe {
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 350px;
	color: #000;
	font-size: 30px;
	font-weight: bolder;
	padding-left: 65px;
	letter-spacing: 0.2em;
	line-height: 2em;
}

.top_messe p{font-size: 25px;letter-spacing: 0.4em;}

.container{
	width: 100%;
	margin-top: 100vh;
	position: absolute;
}

.matop {margin-top: 270px;}

.main_photo {
	height: 40%;
	width: 100%;
	position: relative;
	margin-top: 10%;
	padding-bottom: 45%;
}
.main_photo img {width: 100%;}
.one {
	width: 45%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 5%;
}
.two {
	position: absolute;
	width: 35%;
	left: 40%;
	margin-top: 13%;
}
.three {
	position: absolute;
	width: 30%;
	right: 0px;
	top: 0px;
}

.main_text{
	height: auto;
	width: 100%;
	position: relative;
	margin-top: 4%;
	margin-bottom: 4%;
	text-align: center;
	font-size: 14px;
	line-height: 2.1em;
	letter-spacing: 0.1em;
}

.line_50 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	height: 50px;
	width: 1px;
	margin-right: auto;
	margin-left: auto;
}

.line_20 {
	margin-top: 10%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	height: 20px;
	width: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8%;
}

.main_minitilte{
	font-size: 10px;
	letter-spacing: 0.2em;
	text-align: center;
	width: 100%;
	margin-top: 4%;
	margin-bottom: 1%;
	color: #000;
}

#content {
	overflow: hidden;
	max-width: 100%;
	margin-right: 65px;
	margin-left: 65px;
	margin-top: 50px;
}
.post {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 5%;
}

.post img {
	width: 100%;
	margin-bottom: 2%;
}

.post:last-child {
  margin-right: 0;
}
//IE7AIE8‘Îô
.post + .post + .post {
  margin-right: 0;
}

.line_yoko {
	float: left;
	width: 20px;
	margin-bottom: 5%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 5%;
}


.post_contents {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	font-size: 14px;
	height: auto;
}
.post_contents h3{
	margin-bottom: 2%;
	float: left;
	width: 100%;
	margin-top: 3%;
	color: #000;
}
.post_contents h4{
	float: left;
	font-size: 12px;
	color: #676767;
	margin-bottom: 2%;
	width: 100%;
}

.post_contents p{font-size: 12px;}
.noline {border-right-style: none;}
.more a {
	font-weight: bold;
	font-size: 10px;
	float: right;
	margin-right: 10px;
	letter-spacing: 0.2em;
	color: #000;
}

#footer {
	color: #FFF;
	background-color: #000;
	text-align: right;
	height: auto;
	width: auto;
	padding-top: 50px;
	padding-right: 60px;
	padding-bottom: 50px;
	padding-left: 300px;
	float: right;
}

.toot_kosho {
	float: right;
	width: 100%;
	margin-bottom: 14px;
}
.toot_kosho img{
	float: right;
	width: 43px;
	height: 43px;
}

#footer h3 {
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 12px;
	letter-spacing: 0.4em;
}

#footer h5 {
	font-size: 12px;
	line-height: 1.9em;
	margin-bottom: 12px;
	letter-spacing: 0.2em;
}

#footer h4 {
	font-size: 12px;
	line-height: 1.8em;
	letter-spacing: 0.3em;
}


#dummy{clear: both;}

.sp {display: none !important;}


.people_top_under {
	background-color: rgba(255,255,255,0.8);
	height: 110px;
	width: 90%;
	position: absolute;
	bottom: 0px;
	left: 5%;
}

.people_top_under img {float: left;}

.people_top_under_in {
	width: 70%;
	float: right;
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
	letter-spacing: 0.2em;
}

.people_top_under_in h3 {
	font-size: 24px;
	width: 100%;
	margin-bottom: 5px;
}

.people_top_under_in h3 span{
	font-size: 14px;
	padding-right: 20px;
}
.people_top_under_in h4 {
	font-size: 14px;
	color: #676767;
	width: 100%;
	padding-right: 20px;
}

.read{
	font-size: 20px;
	letter-spacing: 0.5em;
	text-align: center;
	width: 100%;
	margin-top: 95px;
	margin-bottom: 55px;
	line-height: 1.8em;
	color: #000;
}

.people_contents {
	max-width: 100%;
	margin-right: 65px;
	margin-left: 65px;
	margin-top: 100px;
	position: relative;

}

.people_contents_left {
	float: left;
	width: 45%;
	font-size: 19px;
	line-height: 2em;
	letter-spacing: 0.3em;
	margin-top: 80px;
	color: #000;
}
	
.people_contents_right {
	float: right;
	width: 55%;
	font-size: 14px;
	line-height: 2.2em;
}

.people_last,.people_last_bottom {
	max-width: 55%;
	font-size: 14px;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
}

.people_contents_right h3,.people_last h3 {
	color: #707070;
	font-size: 14px;
	margin-bottom: 10px;
}

.people_last_bottom img {width: 100%;}

.people_last_under_in h3 {
	font-size: 24px;
	width: 100%;
	margin-bottom: 5px;
	color: #000;
	text-align: right;
	margin-top: 30px;
}

.people_last_under_in h3 span{
	font-size: 14px;
	padding-right: 20px;
}
.people_last_under_in h4 {
	font-size: 14px;
	color: #676767;
	width: 100%;
	padding-right: 20px;
	text-align: right;
	margin-bottom: 80px;
}

.line_people_top {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	height: 40px;
	width: 1px;
	position: absolute;
	top: 0px;
}
.line_people_bottom {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	height: 40px;
	width: 1px;
	position: absolute;
	bottom: 0px;
}

.line_people {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	height: 175px;
	width: 1px;
	margin-right: auto;
	margin-bottom: -100px;
	margin-left: auto;
	position: relative;
	z-index: 999;
	margin-top: 70px;
}

.people_photo {
	max-width: 100%;
	margin-right: 65px;
	margin-left: 65px;
	margin-top: 50px;
	position: relative;
}

.people_photo img{
	width: 100%;
}

.motion{
	overflow: hidden;
	transition: .8s;
}

.motion-mv01{
	opacity: 0;

}
.mv01{
	opacity: 1.0;	
}

.motion-mv02{
	opacity: 0;
	transform: translate(0,20px); 
	-webkit-transform: translate(0,20px); 
}
.mv02{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/**/
@media screen and (max-width: 640px) {
.sp {display: block !important;}
.pc{display: none !important;}

#top-head {top: 0;position: fixed;margin-top: 0;}

#mobile-head {
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}

#logo_box{
	position: absolute;
	height: 150px;
	width: 100%;
	padding-top: 65px;
	padding-left: 65px;
}

.logo {
	position: absolute;
	left: 28px;
	top: 28px;
	background-color: #FFF;
}
.logo h1 {
	font-size: 12px;
	line-height: 2em;
	margin-bottom: 1.2em;
	letter-spacing: 0.4em;
}
.logo h5 {font-size: 8px;line-height: 2em;}

.kosho {
	width: 80px;
	height:80px;
	position: absolute;
	left: 0px;
	top: 150px;
	background-color: #FFF;
}
.kosho img {
	width: 30px;
	left: 20px;
	margin-left: 28px;
	background-color: #FFF;
}
#top_bar{display: none;}
.top_messe_box {
	position: absolute;
	z-index: 98;
	height: 100vh;
	width: 80px;
	padding-left: 65px;
	background-color: #FFF;
	left: 0px;
	top: 0px;
	color: #000;
}

.top_messe {top: 300px;font-size: 27px;padding-left: 28px;line-height: 1.5em;}

.top_messe p{font-size: 12px;letter-spacing: 0.4em;}

#global-nav {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: -100vh;
	background: #fff;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: right;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	top: 120px;
	right: 45px;
	font-size: 22px;
	padding-right: 0px;
}

#global-nav ul li {float: none;position: static;}
#global-nav ul li:after  {display: none;}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #000;
	padding: 18px 0;
}

	#top-head #global-nav ul li a img,
#top-head.fixed #global-nav ul li a img{
	width: 25px;height: 25px
}
	
#nav-toggle {display: block;}
.open #nav-toggle span:nth-child(1) {top: 11px;-webkit-transform: rotate(315deg);-moz-transform: rotate(315deg);transform: rotate(315deg);}
.open #nav-toggle span:nth-child(2) {width: 0;left: 50%;}
.open #nav-toggle span:nth-child(3) {top: 11px;-webkit-transform: rotate(-315deg);-moz-transform: rotate(-315deg);transform: rotate(-315deg);}

.open #global-nav {-moz-transform: translateY(100vh);-webkit-transform: translateY(100vh);transform: translateY(100vh);}

#navi_foot {
	left: 20px;
	bottom: 20px;
	position: absolute;
	display: block;
	font-weight: bold;
	text-align: left;
}
#navi_foot h1 {
	font-size: 12px;
	line-height: 2em;
	letter-spacing: 0.4em;
}

#navi_foot h5 {font-size: 8px;line-height: 2em;}

.main_photo {margin-top: 20%;padding-bottom: 120%;}
.one {width: 70%;margin-top: 0%;}
.two {width: 40%;left: auto; right: 0px;margin-top: 25%;}
.three {width: 55%;right: 30%;top: 0px;margin-top: 45%;}

.main_text{
	height: auto;
	width: 100%;
	position: relative;
	margin-top: 4%;
	margin-bottom: 4%;
	text-align: center;
	font-size: 12px;
	line-height: 2.1em;
	letter-spacing: 0.1em;
}

#content {margin-right: 0px;margin-left: 0px;}
.post {width: 100%;}
.post_contents {margin-right: 5%;margin-left: 5%;margin-bottom: 12%;border-right: none;}
.interv {padding-right: 5%;padding-left: 5%;}

.people_top_under {height: 150px;width: 100%;left: 0%;}
.people_top_under img {padding-top: 30px;}
.people_top_under_in {width: 70%;}
.people_top_under_in h3 span{line-height: 2em;}
.people_top_under_in h4 {font-size: 10px;letter-spacing: 0.2em;}
	
.people_contents {max-width: 100%;margin-right: 20px;margin-left: 20px;margin-top: 100px;}
.people_contents_left {font-size: 16px;width: 100%;line-height: 1.5em;letter-spacing: 0.2em;margin-top: 0px;margin-bottom: 30px;}
.line_people_left{float: left;width: 5%;border-left-width: 1px;border-left-style: solid;border-left-color: #000;height: 175px;width: 1px;}

.people_contents_right {font-size: 14px;width: 95%;line-height: 2em;}
.people_photo {margin-right: 0px;margin-left: 0px;}

.read{font-size: 16px;letter-spacing: 0.2em;margin-top: 20px;margin-bottom: 20px;}
.people_last {font-size: 14px;max-width: 100%;margin-right: 20px;margin-left: 20px;}
.people_last h3 {margin-bottom: 10px;}
.people_last_bottom {max-width: 100%;margin-right: 0px;margin-left: 0px;}

.matop {margin-top: 100px;}

#footer {width: 100%;padding: 50px;padding-right: 25px;padding-bottom: 50px;padding-left: 25px;}
#footer h3 {font-size: 15px;letter-spacing: 0.3em;}
#footer h5 {font-size: 8px;letter-spacing: 0em;}
#footer h4 {font-size: 12px;letter-spacing: 0.1em;}

}
