@charset "UTF-8";
/* ---------------------------------------------------------
 * home(toppate)
 * ---------------------------------------------------------*/
/* line 10, ../sass/top.scss */
body#ghome section#main {
  box-sizing: border-box;
  border-bottom: 20px solid #FFF;
  /** スライダー **/
}
/* line 15, ../sass/top.scss */
body#ghome section#main div#s-vew {
  text-align: center;
}
/* line 17, ../sass/top.scss */
body#ghome section#main div#s-vew image {
  width: 100%;
}
/* line 20, ../sass/top.scss */
body#ghome section#main div#s-vew #slider {
  position: relative;
}
/* line 22, ../sass/top.scss */
body#ghome section#main div#s-vew #slider .slides {
  position: absolute;
  background-color: #fff;
}
/* line 26, ../sass/top.scss */
body#ghome section#main div#s-vew #slider #w-logo {
  position: relative;
  z-index: 98;
  left: 0;
  top: 0;
}
/* line 35, ../sass/top.scss */
body#ghome section#main #simulation {
  *zoom: 1;
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 20px auto;
}
/* line 56, ../sass/_mixin.scss */
body#ghome section#main #simulation:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
/* line 41, ../sass/top.scss */
body#ghome section#main #simulation a {
  display: inline-block;
  width: 100%;
  padding: 1.5em 1em;
  background: url(../img/bg_wood.jpg) center center/cover;
  border-radius: 0.25em;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  line-height: 1em;
  color: #fff;
}
/* line 52, ../sass/top.scss */
body#ghome section#main #simulation a strong {
  font-weight: bold;
}
/* line 55, ../sass/top.scss */
body#ghome section#main #simulation a .pc-viewInline {
  display: inline;
}
/* line 58, ../sass/top.scss */
body#ghome section#main #simulation a img {
  width: auto;
  height: 1em;
}
/* line 65, ../sass/top.scss */
body#ghome section#main #carousel {
  *zoom: 1;
  background-color: #eee;
  padding: 30px 0;
  text-align: center;
}
/* line 56, ../sass/_mixin.scss */
body#ghome section#main #carousel:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
/* line 70, ../sass/top.scss */
body#ghome section#main #carousel ul {
  *zoom: 1;
  width: 60%;
  margin: 0 auto;
}
/* line 56, ../sass/_mixin.scss */
body#ghome section#main #carousel ul:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
/* line 74, ../sass/top.scss */
body#ghome section#main #carousel ul li {
  float: left;
  width: 30%;
  margin-left: 5%;
  margin-bottom: 20px;
}
/* line 79, ../sass/top.scss */
body#ghome section#main #carousel ul li:first-child {
  margin-left: 0;
}
/* line 89, ../sass/top.scss */
body#ghome #bnr-area .flm {
  display: table;
  margin-top: 50px;
  background-size: cover;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  width: 100%;
}
/* line 97, ../sass/top.scss */
body#ghome #bnr-area .flm#bnr-concept {
  background-image: url("../img/top/img_concept.jpg");
}
/* line 100, ../sass/top.scss */
body#ghome #bnr-area .flm#bnr-product {
  background-image: url("../img/top/img_product.jpg");
}
/* line 103, ../sass/top.scss */
body#ghome #bnr-area .flm#bnr-item {
  background-image: url("../img/top/img_item.jpg");
}
/* line 106, ../sass/top.scss */
body#ghome #bnr-area .flm img.txt {
  width: 50%;
}
/* line 112, ../sass/top.scss */
body#ghome #news-area {
  text-align: center;
}
/* line 115, ../sass/top.scss */
body#ghome #news-area h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: solid 1px #DCDCDC;
}
/* line 125, ../sass/top.scss */
body#ghome #news-area ul {
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: left;
  max-width: 380px;
  font-size: 1.4rem;
  line-height: 2em;
  display: table;
  width: 90%;
}
/* line 135, ../sass/top.scss */
body#ghome #news-area ul li {
  display: table-row;
}
/* line 137, ../sass/top.scss */
body#ghome #news-area ul li div.date {
  display: table-cell;
  padding-right: 40px;
}
/* line 141, ../sass/top.scss */
body#ghome #news-area ul li div.con {
  display: table-cell;
}
/* line 146, ../sass/top.scss */
body#ghome #news-area a#more {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  /* line 160, ../sass/top.scss */
  body#ghome section#main #simulation {
    z-index: auto;
    margin-top: 0;
    padding: 0 3%;
  }
  /* line 164, ../sass/top.scss */
  body#ghome section#main #simulation a {
    font-size: 1.2rem;
    line-height: 1em;
  }
  /* line 167, ../sass/top.scss */
  body#ghome section#main #simulation a .pc-viewInline {
    display: none;
  }
  /* line 174, ../sass/top.scss */
  body#ghome section#main #carousel ul {
    width: 80%;
  }
  /* line 181, ../sass/top.scss */
  body#ghome #bnr-area .flm {
    margin-top: 20px;
    padding: 0;
    display: block;
  }
  /* line 186, ../sass/top.scss */
  body#ghome #bnr-area .flm img.txt {
    margin-top: -5px;
    margin-bottom: -5px;
    width: 100%;
  }
}
