/* sass layout */
.header-wrap {
  position: fixed;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0px 4px 6px #00000012;
          box-shadow: 0px 4px 6px #00000012;
  padding: 0 32px;
  height: 88px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .header-wrap {
    padding: 0;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .header-wrap .logo {
    margin-left: 5.86%;
  }
}

@media screen and (max-width: 768px) {
  .header-wrap .logo h1 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header-wrap .logo h1 img {
    display: block;
    width: 100%;
  }
}

.header-wrap .pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.header-wrap .pc li:last-child a {
  display: block;
  width: 134px;
  background: #222222;
  color: #ffffff;
  text-align: center;
  padding: 14px 0;
}

.header-wrap .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-wrap .sp {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 50px;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 9.33%;
  }
}

@media screen and (max-width: 768px) {
  .header-wrap .sp li {
    text-align: center;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .header-wrap .sp li a {
    width: 100%;
    display: block;
    padding: 4% 0;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.header-wrap .sp-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-wrap .sp-menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 4.26%;
  }
}

@media screen and (max-width: 768px) {
  .header-wrap .sp-menu a {
    width: 25px;
    height: 20px;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .header-wrap .sp-menu a span {
    display: block;
    width: 100%;
    height: 2px;
    background: #222222;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .header-wrap .sp-menu a span:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .header-wrap .sp-menu a span:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 9px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .header-wrap .sp-menu a span:nth-of-type(3) {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.main-wrap {
  margin-top: 88px;
}

@media screen and (max-width: 768px) {
  .main-wrap {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .navi-trigger a span:nth-of-type(1) {
    -webkit-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important;
    top: 9px !important;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@media screen and (max-width: 768px) {
  .navi-trigger a span:nth-of-type(2) {
    -webkit-transform: translateX(10px) !important;
            transform: translateX(10px) !important;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media screen and (max-width: 768px) {
  .navi-trigger a span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important;
    top: 9px !important;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

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

@media screen and (max-width: 768px) {
  .navi-fixed {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}
/*# sourceMappingURL=index.css.map */