@charset "UTF-8";
/* CSS Document */
/* HEADER
------------------------------- */
/* line 8, baseStyleSp.scss */
header#cmn_header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 20vw;
  padding: 0 0 3.3vw;
  background-color: #241a08;
  background-image: url(../img/borderLine.png), url(../img/bgLineTop.png);
  background-position: center bottom,center bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: auto 1px,auto 4.3vw;
  z-index: 10000;
}
/* line 10, baseStyleSp.scss */
header#cmn_header div.title_h1 img {
  width: 62.4vw;
  height: auto;
}
/* line 14, baseStyleSp.scss */
header#cmn_header div.inner {
  padding-top: 0;
}
/* line 17, baseStyleSp.scss */
header#cmn_header div.title_h1 {
  width: 100%;
  margin: 0 0 0;
  padding-top: 4.6vw;
}

/* line 36, baseStyleSp.scss */
#menu_btn {
  position: absolute;
  top: 5vw;
  right: 3vw;
  width: 9vw;
  height: 7vw;
  background-color: transparent;
  z-index: 1010;
  border-bottom: 4px solid #fff;
  border-top: 4px solid #fff;
}
/* line 46, baseStyleSp.scss */
#menu_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background-color: #fff;
}
/* line 57, baseStyleSp.scss */
#menu_btn.open {
  position: fixed;
  background-color: transparent;
  border-bottom: 4px solid #fff;
  border-top: 4px solid #fff;
}
/* line 62, baseStyleSp.scss */
#menu_btn.open::before {
  background-color: #fff;
}

/*メニュー*/
/* line 70, baseStyleSp.scss */
#cmn_header #g_nav {
  position: fixed;
  top: 20vw;
  left: 0;
  width: 100%;
  max-height: -webkit-calc(100vh - 20vw);
  max-height: calc(100vh - 20vw);
  display: none;
  z-index: 2001;
}
/* line 79, baseStyleSp.scss */
#cmn_header #g_nav ul {
  display: block;
  width: 100%;
  max-height: -webkit-calc(100vh - 20vw);
  max-height: calc(100vh - 20vw);
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-left: 0;
}
/* line 88, baseStyleSp.scss */
#cmn_header #g_nav ul > li {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  padding: 0;
  border-right: 0 !important;
}
/* line 94, baseStyleSp.scss */
#cmn_header #g_nav ul > li a {
  display: block;
  width: 100%;
  height: 12vw;
  line-height: 12vw;
  color: #fff !important;
  font-size: 4.2vw;
  padding: 0 8vw;
  background-image: url("../img/parts/arrow.png");
  background-size: 2.5vw auto;
  background-position: 2vw center;
  background-repeat: no-repeat;
  background-color: rgba(36, 26, 8, 0.8);
  text-align: left;
}

/* line 114, baseStyleSp.scss */
.overlay {
  position: fixed;
  top: 20vw;
  left: 0;
  width: 100%;
  height: -webkit-calc(100vh - 20vw);
  height: calc(100vh - 20vw);
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

/* FOOTER
------------------------------- */
/* line 129, baseStyleSp.scss */
footer#cmn_footer {
  width: 100%;
  height: auto;
  padding: 9.3vw 0 16vw;
  background-size: auto 1px, auto 4.3vw;
  position: relative;
}
/* line 135, baseStyleSp.scss */
footer#cmn_footer .inner {
  position: static;
}
/* line 140, baseStyleSp.scss */
footer#cmn_footer div.footerTop .footerLeft {
  width: 100%;
  height: auto;
  float: none;
}
/* line 144, baseStyleSp.scss */
footer#cmn_footer div.footerTop .footerLeft img {
  margin-top: 0;
  margin-left: 1vw;
  float: left;
  width: auto;
  height: 7.8vw;
}
/* line 152, baseStyleSp.scss */
footer#cmn_footer div.footerTop .footerRight {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  float: none;
}
/* line 158, baseStyleSp.scss */
footer#cmn_footer div.footerTop .footerRight img {
  width: 100%;
}
/* line 163, baseStyleSp.scss */
footer#cmn_footer div.footerBtm {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 10vw;
}
/* line 170, baseStyleSp.scss */
footer#cmn_footer nav ul {
  display: block;
  text-align: center;
  position: static;
  left: auto;
  bottom: auto;
  width: 100%;
  line-height: 1em;
  overflow: hidden;
}
/* line 179, baseStyleSp.scss */
footer#cmn_footer nav ul li {
  padding: 0 4vw;
  float: none;
  color: #fefefe;
  display: inline-block;
  margin-bottom: 4vw;
  border-left: 1px solid #fff;
}
/* line 186, baseStyleSp.scss */
footer#cmn_footer nav ul li:first-child, footer#cmn_footer nav ul li:nth-child(4) {
  border-left: 0;
}
/* line 191, baseStyleSp.scss */
footer#cmn_footer address {
  display: block;
  position: static;
  right: auto;
  bottom: auto;
  padding: 7vw 0 3vw;
  font-size: 0.65em;
  color: #fefefe;
  text-align: center;
}
/* line 201, baseStyleSp.scss */
footer#cmn_footer .copyWrite {
  position: static;
  bottom: auto;
  left: auto;
  width: 100%;
  font-size: 0.65em;
  color: #fefefe;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 5vw 0 3vw;
}

/*# sourceMappingURL=baseStyleSp.css.map */
