@charset "UTF-8";
@font-face {
  font-family: "tradegothic-bold";
  src: url("../fonts/tradegothic-bold.eot");
  src: url("../fonts/tradegothic-bold.eot?iefix") format("eot"), url("../fonts/tradegothic-bold.woff") format("woff"), url("../fonts/tradegothic-bold.ttf") format("truetype"), url("../fonts/tradegothic-bold.svg#webfontjSpbZQRv") format("svg");
}

/*==================================================
cmn
==================================================*/
html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  overflow: hidden;
  font-family: Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  margin: 0px;
  padding: 0px;
}

header, nav, div, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure, span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a, input[type="submit"], button, label {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a.rollover:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* -------- CLEAR -------- */
.clear {
  clear: both;
}

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* clearfix for ie7 */
.cf {
  display: inline-block;
}

.cf {
  display: block;
}

/* -------- CLEAR -------- */
/* -------- ボタンcssリセット -------- */
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
}

button::-webkit-search-decoration {
  display: none;
}

button::focus {
  outline-offset: -2px;
}

.inner {
  padding: 0 15px;
  margin: 0 auto;
  box-shadow: none;
  max-width: 1130px;
  width: 100%;
}

.container {
  min-height: 450px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .container {
    min-height: inherit;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*==================================================
header
==================================================*/
#header {
  padding: 35px 0 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #header {
    padding-top: 20px;
    margin-bottom: 60px;
  }
}

#header .logo {
  width: 145px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 768px) {
  #header .logo {
    width: 95px;
  }
}

.gnavi {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .gnavi {
    display: none;
  }
}

.gnavi .gnavi-in li {
  display: inline-block;
  margin: 0 17px;
  font-size: 180%;
  font-size: 1.8rem;
  font-family: tradegothic-bold, sans-serif;
}

.gnavi .gnavi-in li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}

.gnavi .gnavi-in li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #000;
  transition: .3s;
}

.gnavi .gnavi-in li a:hover::after {
  width: 100%;
}

.gnavi .gnavi-in li.active a::after {
  width: 100%;
}

.menu-btn {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  .menu-btn {
    display: block;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 24px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 0;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.sb-active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.sb-active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.sb-active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.side-menu li {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: tradegothic-bold, sans-serif;
  border-bottom: 1px solid #FFF;
}

.side-menu li a {
  display: block;
  color: #FFF;
  padding: 15px 0;
}

/*==================================================
footer
==================================================*/
#footer {
  background-color: #000000;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  padding: 36px 0;
  width: 100%;
}

#footer.fix-footer {
  position: fixed;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 11px 0;
  }
}

/*==================================================
common
==================================================*/
.coming-soon {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: tradegothic-bold, sans-serif;
}

/*# sourceMappingURL=maps/common.css.map */
