@charset "UTF-8";
/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(http://fonts.gstatic.com/s/montserrat/v7/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(http://fonts.gstatic.com/s/montserrat/v7/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* base color */
/* ---- landscape portrait ---- */

#one {
  font-family: 'Montserrat', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  letter-spacing: 0.1em;
  color: #9f9fa0;
  font-size: 12px;
  line-height: 1.9;
  width:100%;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased; }
@media screen and (orientation: portrait) {
#one {
    letter-spacing: 0; } }

/* link */

nav a {
  color: #FFFFFF; }
nav a:visited {
  color: #f2f2f2; }
nav a:focus {
  color: #FFFFFF; }
nav a:hover {
  color: #e6e6e6; }
nav a:active {
  color: #FFFFFF; }

/* ---- font ---- */
/* IE8対応rem指定 203p */
/* IE8対応rem指定 203p */
/* IE8対応rem指定 203p */
body.other #page-top a {
  font-size: 10px;
  font-size: 1rem; }

/* IE8対応rem指定 203p */
#mainWrap {
  font-size: 11px;
  font-size: 1.1rem; }

/* IE8対応rem指定 203p */
/* IE8対応rem指定 203p */
/* IE8対応rem指定 203p */
/* IE8対応rem指定 203p */
#visual, #mainWrap h2 {
  font-size: 15px;
  font-size: 1.5rem; }



#news, #youtube, #artist, #company, #recruit, #business, #philosophy, #manufacturing {
  margin-bottom: 5%; }


.btn_wrapper {
  width: 46px;
  height: 42px;
  display: block;
  padding: 12px 0;
  background: #4a9c2d;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  cursor: pointer; }

.btn_wrapper span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #FFFFFF;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }

.btn_wrapper span::before, .btn_wrapper span::after {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, background 0s;
  -moz-transition: -moz-transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s; }

.btn_wrapper span::before {
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.btn_wrapper span::after {
  bottom: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.btn_wrapper.clicked {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #FFFFFF; }

.btn_wrapper.clicked span {
  background: rgba(255, 255, 255, 0); }

.btn_wrapper.clicked span::before, .btn_wrapper.clicked span::after {
  background: #4a9c2d; }

.btn_wrapper.clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.btn_wrapper.clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg); }


nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 8000;
  text-align: center;
  display: none; }
nav ul {
  position: absolute;
  top: 50%;
  margin-top: -16em;
  width: 100%; }
nav ul li {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.3em; }
nav ul li a {
  text-decoration: none;
  display: block;
  padding: 1.5% 0; }
nav #sns {
  position: absolute;
  right: 10px;
  bottom: 10px; }
nav #sns p {
  float: left; }
nav #sns p:first-child {
  margin-right: 10px; }


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

.clearfix {
  display: inline-block; }

/* Hide from Mac IE \*/
.clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

/* Hide from Mac IE #2ca6e0 */
.menu_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4a9c2d;
  opacity: 0.8;
  z-index: -1; }

/* ---- Footer ---- */
footer {
  padding: 5% 0;
  background-color: #FFFFFF;
  text-align: center; }

small {
  color: #9F9FA0;
  font-size: 12px;
  /*-- ↓10pxから0.8縮小し8pxのサイズへ --*/
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  /*-- ↓縮小の起点を指定する。0% 0% で左上を変形起点とする --*/
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  /*-- ↓縮小すると細くなってしまうのでweight指定 --*/
  font-weight: 500;
  line-height: 1.2;
  padding-top: 0.5em; }
@media screen and (orientation: portrait) {
  small {
    letter-spacing: 0; } }


/* ---- NEWS ---- */
#news {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  height: auto;
  margin-top: 160px; }
#news ul {
  width: 65%;
  height: 600px;
  float: left;
  overflow: auto;
  background-color: #FFFFFF; }
@media screen and (orientation: portrait) {
  #news ul {
    float: none;
    width: 100%;
    height: 380px;
    margin-top: 5%; } }
#news ul li {
  border-bottom: 1px solid #ececec;
  margin-bottom: 3em;
  padding-bottom: 1em;
  width: 99%; }



/* ---- company ---- */
#company {
  overflow: hidden;
  *zoom: 1; }
#company dl {
  width: 50%;
  float: left; }
@media screen and (orientation: portrait) {
  #company dl {
    width: 100%;
    float: none; } }
#company dl dt {
  float: left;
  padding-bottom: 2.5em;
  font-weight: 700; }
@media screen and (orientation: portrait) {
  #company dl dt {
    float: none;
    text-align: center;
    padding-bottom: 0.5em; } }
#company dl dd {
  margin-left: 12em;
  padding-left: 1.5em;
  padding-bottom: 2.5em;
  border-left: 1px solid #ececec; }
#company dl dd:last-child {
  padding-bottom: 0; }
@media screen and (orientation: portrait) {
  #company dl dd {
    border-left: none;
    border-top: 1px solid #ececec;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    padding-top: 0.5em; } }
#company #map {
  float: right;
  width: 47%; }
@media screen and (orientation: portrait) {
  #company #map {
    max-width: 300px;
    width: 100%;
    float: none;
    margin: 7% auto 0 auto; } }




/* ---- Recruit ---- */
#recruit {
  text-align: center; }
#recruit .news {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #4a9c2d;
  border: 1px solid #4a9c2d;
  width: 60%;
  padding: 1em 0;
  margin: 0 auto 5% auto; }
@media screen and (orientation: portrait) {
  #recruit .news {
    width: 93%; } }
#recruit dl {
  width: 46%;
  margin: 0 auto; }
@media screen and (orientation: portrait) {
  #recruit dl {
    width: 100%; } }
#recruit dl dt {
  float: left;
  padding-bottom: 2.5em;
  font-weight: bold; }
@media screen and (orientation: portrait) {
  #recruit dl dt {
    float: none;
    text-align: center;
    padding-bottom: 0.5em; } }
#recruit dl dd {
  text-align: left;
  margin-left: 6em;
  padding-left: 1.5em;
  padding-bottom: 2.5em;
  border-left: 1px solid #ececec; }
#recruit dl dd:last-child {
  padding-bottom: 0; }
@media screen and (orientation: portrait) {
  #recruit dl dd {
    border-left: none;
    border-top: 1px solid #ececec;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    padding-top: 0.5em; } }
#recruit dl dd em {
  display: block;
  border: 1px dotted #ececec;
  font-style: italic;
  padding: 1em;
  margin-top: 1em; }

/* ---- business ---- */
#business dl dt {
  color: #333;
  font-size: 12px;
  margin-bottom: 0.5em;
  font-weight: bold; }
#business dl dd {
  margin-bottom: 5em; }
#business ul.square, #business ul.katakana {
  margin: 1em 0 1em 2.2em;
  line-height: 1.5; }
#business ul.square li, #business ul.katakana li {
  list-style-type: square;
  margin-bottom: 0.7em; }
#business ul.katakana li {
  list-style-type: katakana; }

/* ---- philosophy ---- */
#philosophy dl dt {
  color: #333;
  font-size: 12px;
  margin-bottom: 0.5em;
  font-weight: bold; }
#philosophy dl dd {
  margin-bottom: 5em; }
#philosophy ul.square, #philosophy ul.katakana {
  margin: 1em 0 1em 2.2em;
  line-height: 1.5; }
#philosophy ul.square li, #philosophy ul.katakana li {
  list-style-type: square;
  margin-bottom: 0.7em; }
#philosophy ul.katakana li {
  list-style-type: katakana; }

/* ---- business ---- */
#manufacturing dl dt {
  color: #333;
  font-size: 12px;
  margin-bottom: 0.5em;
  font-weight: bold; }
#manufacturing dl dd {
  margin-bottom: 5em; }
#manufacturing ul.square, #manufacturing ul.katakana {
  margin: 1em 0 1em 2.2em;
  line-height: 1.5; }
#manufacturing ul.square li, #manufacturing ul.katakana li {
  list-style-type: square;
  margin-bottom: 0.7em; }
#manufacturing ul.katakana li {
  list-style-type: katakana; }


/* Page scroll Top */
#page-top {
  display: none; }

/* PC以外非表示 */
body.other #page-top {
  position: fixed;
  bottom: 10px;
  z-index: 8;
  right: 10px;
  display: inherit; }
body.other #page-top a {
  text-decoration: none;
  color: #4a9c2d;
  text-align: center;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 3;
  font-weight: bold;
  top: 10px;
  right: 10px;
  z-index: 1000;
  cursor: pointer;
  letter-spacing: 0; }
body.other #page-top a span {
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  background: #4a9c2d;
  top: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, background 0s;
  -moz-transition: -moz-transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s; }
body.other #page-top a span:first-child {
  position: absolute;
  left: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
body.other #page-top a span:last-child {
  position: absolute;
  right: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

/* Model page Carousel */
.modelWrap #artistImg {
  margin: 10% auto;
  overflow: hidden;
  *zoom: 1; }
.modelWrap #artistImg dl {
  padding: 4%;
  margin-bottom: 3%;
  position: relative; }
.modelWrap #artistImg dl dt {
  text-align: center;
  margin-top: 3%;
  color: #4a9c2d;
  font-size: 80%; }
.modelWrap #artistImg dl dt.name {
  letter-spacing: 0; }
.modelWrap #artistImg dl ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  margin-top: 5%;
  overflow: visible; }
.modelWrap #artistImg dl ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap; }
.modelWrap #artistImg dl ul li {
  max-width: 20px;
  width: 15.2%;
  height: auto;
  position: relative; }