@charset "utf-8";
/*
====================================================
■ COMMON LAYOUT
====================================================
*/
html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  background: #fafbfa;
  color: #464646;
  font-size: 12px;
  font-family: "Montserrat", "FOT-筑紫ゴシック Pro B", Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 175%;
}
#bodywrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
/*
====================================================
■ HEADER
====================================================
*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 120px;
  z-index: 101;
  background: #FFF;
}
#header h1 a {
  display: block;
  text-indent: -9999px;
  background: url(../img/header/logo.png) no-repeat;
  width: 120px;
  height: 120px;
}
#header h1 a:hover {
  background-position: -120px 0;
}
#gnavi {
  margin-top: 0px;
}
#gnavi ul.parent li a {
  display: block;
  width: 120px;
  height: 60px;
  text-decoration: none;
  line-height: 60px;
  position: relative;
}
#gnavi ul.parent li a .txt {
  padding-left: 32px;
  color: #464646;
  letter-spacing: 1px;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
#gnavi ul.parent li a .bg {
  width: 120px;
  height: 60px;
  background: #c5c5c5;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: block;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /* IE 8 */

}
#gnavi ul.parent li ul.child {
  display: none;
}
#gnavi ul.parent li ul.child li a {
  position: relative;
  background: url(../img/header/line.png) no-repeat left bottom;
  width: 120px;
  height: 40px;
  line-height: 40px;
}
#gnavi ul.parent li ul.child li a .txt {
  color: #999999;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  padding-left: 41px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  font-size: 11px;
  letter-spacing: 0.5px;
}
#gnavi ul.parent li ul.child li a .arrow {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  position: absolute;
  left: 25px;
  top: 16px;
  z-index: 1;
  display: block;
  background: url(../img/header/arrow1.png) no-repeat;
  width: 5px;
  height: 9px;
}
#gnavi ul.parent li ul.child li:last-child a {
  background: none;
}
#gnavi ul.parent li:hover a .txt {
  color: #fafbfa;
}
#gnavi ul.parent li:hover a .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: block;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  /* IE 8 */

}
#gnavi ul.parent li:hover ul.child {
  display: none;
}
#gnavi ul.parent li:hover ul.child li a {
  position: relative;
  background: url(../img/header/line.png) no-repeat left bottom;
  width: 120px;
  height: 40px;
  line-height: 40px;
}
#gnavi ul.parent li:hover ul.child li a .txt {
  color: #999999;
  padding-left: 41px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  letter-spacing: 0.5px;
}
#gnavi ul.parent li:hover ul.child li a .arrow {
  position: absolute;
  left: 25px;
  top: 16px;
  z-index: 1;
  display: block;
  background: url(../img/header/arrow1.png) no-repeat;
  width: 5px;
  height: 9px;
}
#gnavi ul.parent li:hover ul.child li:last-child a {
  background: none;
}
#gnavi ul.parent li:hover ul.child li:hover a .txt {
  padding-left: 46px;
  color: #999999;
}
#gnavi ul.parent li:hover ul.child li:hover a .arrow {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  /* IE 8 */

}
#gnavi ul.parent li.current a .txt {
  color: #eff1f0;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
}
#gnavi ul.parent li.current a .bg {
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  background: #3b3b3a;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  /* IE 8 */

}
#gnavi ul.parent li.current ul.child {
  display: block;
}
#gnavi ul.parent li.current ul.child li.current a .txt {
  padding-left: 41px;
  color: #000;
}
#gnavi ul.parent li.current ul.child li.current a .arrow {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  /* IE 8 */

}
#gnavi ul.parent li.current ul.child li:last-child a {
  background: none;
}
#gnavi ul.banner {
  margin-top: 0px;
}
#gnavi ul.banner li {
  margin-left: 27px;
  margin-top: 11px;
}
#gnavi ul.sns {
  margin-top: 17px;
}
#gnavi ul.sns li {
  float: left;
}
#gnavi ul.sns li.fb {
  margin-left: 26px;
  margin-right: 3px;
}
.page_contents {
  margin-left: 120px;
}
/*
====================================================
■ ABOUT
====================================================
*/
#about_popup {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 100;
  display: block;
  width: 100%;
  background: url(../img/parts/aboutbg.png);
}
#about_popup .about_popup_inner {
  padding-left: 120px;
}
#about_contents {
  padding-top: 140px;
  padding-bottom: 140px;
  text-align: center;
}
#about_contents h1 {
  font-size: 46px;
  letter-spacing: 1px;
}
#about_contents .jp_profile {
  font-weight: bold;
  margin-top: 140px;
}
#about_contents .jp_profile .profile {
  font-size: 15px;
  line-height: 200%;
}
#about_contents .en_profile {
  color: #8e8e8e;
}
#about_contents .en_profile .name {
  font-size: 22px;
}
#about_contents .en_profile .profile {
  font-size: 12px;
  line-height: 200%;
}
#about_contents .sns {
  margin: 0 auto;
  margin-top: 34px;
  width: 100px;
}
#about_contents .sns li {
  float: left;
  margin-left: 18px;
}
#about_contents .sns li.fb {
  margin-left: 0;
}
#about_contents .sns li.be {
  padding-top: 1px;
}
#about_contents h2 {
  margin-top: 140px;
  font-size: 30px;
  letter-spacing: 1px;
}
#about_contents dl {
  width: 450px;
  text-align: left;
  margin: 0 auto;
  margin-top: 43px;
}
#about_contents dl dt {
  clear: left;
  float: left;
  width: 65px;
  margin-bottom: 25px;
}
#about_contents dl dd {
  float: left;
  width: 385px;
  margin-bottom: 25px;
}
#about_contents dl .en {
  color: #8e8e8e;
}
#about_contents dl .map {
  display: inline-block;
  margin-left: 5px;
}
#about_contents dl .mail img {
  vertical-align: middle;
}
#about_contents .btn_bp {
  width: 308px;
  margin: 0 auto;
  margin-top: 37px;
  display: block;
}
#about_contents #btn_close {
  display: none;
}
/*
====================================================
■ FOOTER
====================================================
*/
/*
====================================================
■ PAGETOP
====================================================
*/
#btn_pagetop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 200;
}
/*
====================================================
■ BTN CLOSE
====================================================
*/
#btn_close {
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 200;
}
/*
====================================================
■ NOT FOUND
====================================================
*/
#notfound_container p.notfound {
  padding-top: 250px;
  font-size: 24px;
  text-align: center;
}
