/* Sass Document */
/* line 4, common.scss */
header {
  height: 15vh;
  padding-top: 30px;
  box-sizing: border-box;
  width: 90vw;
  margin: 0 auto;
}
/* line 11, common.scss */
header .logo {
  width: 45vw;
  height: auto;
  float: left;
}
/* line 16, common.scss */
header .logo a {
  display: block;
}
/* line 19, common.scss */
header .logo a img {
  max-width: 100%;
  height: auto;
}
/* line 25, common.scss */
header .logo a:hover {
  opacity: 0.6;
}
/* line 30, common.scss */
header .snsBox {
  width: 45vw;
  height: auto;
  float: right;
}
/* line 35, common.scss */
header .snsBox ul {
  width: 45vw;
  height: auto;
}
/* line 39, common.scss */
header .snsBox ul li {
  float: right;
  width: 5vw;
  line-height: 5.0;
}
/* line 44, common.scss */
header .snsBox ul li a {
  display: block;
  width: 5vw;
  color: #000;
  text-align: center;
}
/* line 50, common.scss */
header .snsBox ul li a i {
  font-size: 2rem;
}
/* line 54, common.scss */
header .snsBox ul li a:hover {
  color: #f43724;
}

/* line 62, common.scss */
.gnav {
  width: 90vw;
  height: 50px;
  margin: 0 auto 60px;
}
/* line 67, common.scss */
.gnav ul {
  width: 90vw;
  height: 50px;
}
/* line 71, common.scss */
.gnav ul li {
  float: left;
  width: 11vw;
  text-align: center;
}
/* line 76, common.scss */
.gnav ul li a {
  display: block;
  width: 11vw;
  height: 50px;
  color: #333333;
  line-height: 3.0;
  transition: all .5s;
  padding: 0 5px;
  box-sizing: border-box;
}
/* line 87, common.scss */
.gnav ul li a:hover {
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

/* line 98, common.scss */
.pageWrapper {
  width: 80vw;
  height: auto;
  margin: 0 auto 30px;
}

/* line 104, common.scss */
main {
  width: 80vw;
  height: auto;
  margin: 0 auto;
}

/* line 111, common.scss */
footer {
  width: 100%;
  height: 50px;
  background: #000;
}
/* line 116, common.scss */
footer .footerInner {
  width: 90vw;
  margin: 0 auto;
}
/* line 120, common.scss */
footer .footerInner small {
  display: block;
  width: 90vw;
  height: 5vh;
  text-align: center;
  color: #FFF;
  line-height: 3.0;
}

@media screen and (max-width: 1500px) {
  /* line 140, common.scss */
  .gnav ul li {
    width: 22.5vw;
  }
  /* line 143, common.scss */
  .gnav ul li a {
    width: 22.5vw;
  }
}
@media screen and (max-width: 900px) {
  /* line 154, common.scss */
  body {
    position: relative;
  }

  /* line 158, common.scss */
  header {
    height: 8vh;
    padding-top: 10px;
    box-sizing: border-box;
    width: 90vw;
    margin: 0 auto;
  }
  /* line 165, common.scss */
  header .logo {
    width: 40vw;
    height: auto;
    float: left;
  }
  /* line 170, common.scss */
  header .logo a {
    display: block;
  }
  /* line 173, common.scss */
  header .logo a img {
    max-width: 100%;
    height: auto;
  }
  /* line 179, common.scss */
  header .logo a:hover {
    opacity: 0.6;
  }
  /* line 184, common.scss */
  header .snsBox {
    width: 30vw;
    height: auto;
    float: left;
  }
  /* line 189, common.scss */
  header .snsBox ul {
    width: 30vw;
    height: auto;
  }
  /* line 193, common.scss */
  header .snsBox ul li {
    float: right;
    width: 5vw;
    line-height: 3.0;
  }
  /* line 198, common.scss */
  header .snsBox ul li a {
    display: block;
    width: 5vw;
    color: #000;
    text-align: center;
  }
  /* line 204, common.scss */
  header .snsBox ul li a i {
    font-size: 1.5rem;
  }
  /* line 208, common.scss */
  header .snsBox ul li a:hover {
    color: #f43724;
  }
  /* line 215, common.scss */
  header .menuIcon {
    width: 44px;
    height: 44px;
    float: right;
  }
  /* line 220, common.scss */
  header .menuIcon a {
    color: #000;
  }
  /* line 223, common.scss */
  header .menuIcon a i {
    font-size: 1.5rem;
    line-height: 2.0;
  }
  /* line 228, common.scss */
  header .menuIcon a:hover {
    color: #f43724;
  }

  /* line 235, common.scss */
  .gnav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100vw;
    height: auto;
    margin: 0 auto;
    display: none;
  }
  /* line 245, common.scss */
  .gnav ul {
    width: 100vw;
    height: auto;
  }
  /* line 249, common.scss */
  .gnav ul li {
    float: none;
    width: 100vw;
    text-align: center;
  }
  /* line 254, common.scss */
  .gnav ul li a {
    display: block;
    width: 100vw;
    height: 50px;
    color: #FFF;
    line-height: 3.0;
    transition: all .5s;
    padding: 0 5px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px dashed #999;
  }
  /* line 267, common.scss */
  .gnav ul li a:hover {
    color: #333333;
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  /* line 274, common.scss */
  .gnav ul li:last-child a {
    border: none;
  }
}
@media screen and (max-width: 700px) {
  /* line 285, common.scss */
  header {
    padding-top: 10px;
    box-sizing: border-box;
    width: 96vw;
    margin: 0 auto;
  }
  /* line 291, common.scss */
  header .logo {
    width: 55vw;
    height: auto;
    float: left;
  }
  /* line 296, common.scss */
  header .logo a {
    display: block;
  }
  /* line 299, common.scss */
  header .logo a img {
    max-width: 100%;
    height: auto;
  }
  /* line 305, common.scss */
  header .logo a:hover {
    opacity: 0.6;
  }
  /* line 309, common.scss */
  header .snsBox {
    width: 21vw;
    height: auto;
    float: right;
    display: none;
  }
  /* line 315, common.scss */
  header .snsBox ul {
    width: 21vw;
    height: auto;
  }
  /* line 319, common.scss */
  header .snsBox ul li {
    float: right;
    width: 7vw;
    line-height: 3.0;
  }
  /* line 324, common.scss */
  header .snsBox ul li a {
    display: block;
    width: 7vw;
    color: #000;
    text-align: center;
  }
  /* line 330, common.scss */
  header .snsBox ul li a i {
    font-size: 1.0rem;
  }
  /* line 334, common.scss */
  header .snsBox ul li a:hover {
    color: #f43724;
  }
}
