@charset "UTF-8";
/* --------------------------------------
header
---------------------------------------*/
header {
  padding: 23px 0 15px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  /* ハンバーガーメニュークリック後のスタイル */
}
header .flexbox .logo {
  margin-bottom: 0;
  max-width: 180px;
}
header .flexbox .flexbox {
  display: none;
}
header .gNav {
  padding: 20px 0;
  display: block !important;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(-100%);
  background-color: #fff;
  transition: ease 0.4s;
  z-index: 8888;
  border-top: 1px solid #fe7b1d;
}
header .gNav ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .gNav ul li {
  width: 49%;
  border-bottom: 1px solid #c21500;
  -o-border-image: linear-gradient(to right, #fe7c1e 30%, #fca030 50%, #fe7c1e 80%);
     border-image: linear-gradient(to right, #fe7c1e 30%, #fca030 50%, #fe7c1e 80%);
  border-image-slice: 1;
  padding: 13px 0 10px;
}
header .gNav ul li a {
  font-size: 17px;
  padding-left: 25px;
  color: #000 !important;
  position: relative;
}
header .gNav ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fe7c1e;
  border-right: solid 2px #fe7c1e;
  border-radius: 2px;
  position: absolute;
  top: 13px;
  left: 0;
  margin-top: -5px;
  transform: rotate(45deg);
}
header .hamburger {
  background: none;
  border: none;
  z-index: 9999;
  width: 40px;
  height: 40px;
  top: 20px;
  position: fixed;
  right: 20px;
}
header .hamburger span {
  width: 30px;
  height: 2px;
  left: 4px;
  background-color: #000;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
header .hamburger span:nth-child(1) {
  top: 0;
}
header .hamburger span:nth-child(2) {
  margin: 8px 0;
}
header .hamburger span:nth-child(3) {
  top: 0;
}
header .gNav.active {
  transform: translateY(0px);
  position: fixed;
  top: 74px;
  left: 0;
  overflow: auto;
}
header .hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}
header .btn-area .btn {
  max-width: 100%;
  display: block;
}
header .btn-area .btn:before {
  display: none;
}
header .btn-area .btn.bg-or-grad {
  margin-bottom: 10px;
  padding: 20px;
  padding-top: 20px;
  line-height: 0.8;
  font-size: 32px;
}
header .btn-area .btn.bg-or-grad span {
  font-size: 16px;
}
header .btn-area .btn.bg-or-grad .icon {
  top: 17px;
  left: 20px;
}
header .btn-area .btn.bg-or-grad .icon img {
  width: 17px;
}
header .btn-area .btn.bg-bl-grad {
  padding: 20px;
  font-size: 22px;
  line-height: 1.2;
}
header .btn-area .btn.bg-bl-grad span {
  font-size: 16px;
}
header .btn-area .btn.bg-bl-grad .icon {
  top: 15px;
  left: 20px;
}
header .btn-area .btn.bg-bl-grad .icon img {
  width: 25px;
}/*# sourceMappingURL=sp-header.css.map */