@charset "UTF-8";
main {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
}
main .pc {
  display: block;
}
main .sp {
  display: none;
}
@media (max-width: 767px) {
  main .pc {
    display: none;
  }
  main .sp {
    display: block;
  }
}
main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0%;
}
main img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

#head_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  line-height: 1;
  z-index: 999;
  height: 0;
  text-decoration: none;
  background-color: #FFF;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#head_wrap a {
  text-decoration: none;
}
#head_wrap .inner {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}
#head_wrap .logo {
  float: left;
  font-size: 12px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  color: #787878;
}
#head_wrap .logo a {
  width: 200px;
}
#head_wrap .logo p {
  margin-left: 2em;
}
@media (max-width: 767px) {
  #head_wrap .logo {
    font-size: 3.4666666667vw;
    text-align: center;
    width: 100%;
    padding: 0;
    display: block;
  }
  #head_wrap .logo a {
    width: 45.3333333333vw;
    display: inline-block;
  }
  #head_wrap .logo p {
    margin-left: 0;
  }
}

#global-nav {
  position: absolute;
  right: 0;
  top: 0;
}
#global-nav ul {
  list-style: none;
  font-size: 13px;
  font-weight: 350;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
    font-size: 4.8vw;
  }
}
#global-nav ul li {
  color: #000;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #global-nav ul li {
    margin-right: 0;
  }
}
#global-nav ul li:nth-child(1) a {
  display: none;
}
@media (max-width: 767px) {
  #global-nav ul li:nth-child(1) a {
    display: block;
  }
}
#global-nav ul li:nth-child(2) a.active, #global-nav ul li:nth-child(2) a:hover {
  border-bottom: #de172c solid 1px;
}
@media (max-width: 767px) {
  #global-nav ul li:nth-child(2) a.active, #global-nav ul li:nth-child(2) a:hover {
    border-bottom: none;
  }
}
#global-nav ul li:nth-child(3) a.active, #global-nav ul li:nth-child(3) a:hover {
  border-bottom: #fabe00 solid 1px;
}
@media (max-width: 767px) {
  #global-nav ul li:nth-child(3) a.active, #global-nav ul li:nth-child(3) a:hover {
    border-bottom: none;
  }
}
#global-nav ul li:nth-child(4) a.active, #global-nav ul li:nth-child(4) a:hover {
  border-bottom: #646478 solid 1px;
}
@media (max-width: 767px) {
  #global-nav ul li:nth-child(4) a.active, #global-nav ul li:nth-child(4) a:hover {
    border-bottom: none;
  }
}
#global-nav ul li:nth-child(5) a.active, #global-nav ul li:nth-child(5) a:hover {
  border-bottom: #0080cb solid 1px;
}
@media (max-width: 767px) {
  #global-nav ul li:nth-child(5) a.active, #global-nav ul li:nth-child(5) a:hover {
    border-bottom: none;
  }
}
#global-nav ul li:nth-child(6) a.active, #global-nav ul li:nth-child(6) a:hover {
  border-bottom: #787878 solid 1px;
}
@media (max-width: 767px) {
  #global-nav ul li:nth-child(6) a.active, #global-nav ul li:nth-child(6) a:hover {
    border-bottom: none;
  }
}
#global-nav ul li:last-child {
  border-right: none;
  margin-right: 0;
}
#global-nav ul li:last-child a {
  width: 36px;
  height: 30px;
  background-color: #8e8e8e;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  padding-top: 0.4em;
  border-radius: 5px;
  border: none;
}
#global-nav ul li:last-child a.active, #global-nav ul li:last-child a:hover {
  background-color: #000;
  opacity: 1;
}
@media (max-width: 767px) {
  #global-nav ul li:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  #global-nav ul li {
    border-right: none;
  }
}
#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80px;
  display: block;
  text-align: center;
  border-bottom: rgba(0, 0, 0, 0) solid 1px;
}
#global-nav ul li a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  #global-nav ul li a {
    border-bottom: none;
  }
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 68px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}
#head_wrap.fixed .logo {
  font-size: 12px;
  color: #787878;
}
@media (max-width: 767px) {
  #head_wrap.fixed .logo {
    font-size: 3.4666666667vw;
  }
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 14.6666666667vw;
  height: 14.6666666667vw;
  cursor: pointer;
  z-index: 1010;
  background-color: #000;
}
#nav-toggle div {
  position: relative;
}

@media (max-width: 767px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgb(255, 255, 255);
    width: 100%;
    height: 32vw;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    font-size: 3.7333333333vw;
    left: 0;
    top: 4.2666666667vw;
    color: #333;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -100vw;
    width: 100%;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 1000;
    background: #FFF;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 4.8vw;
    font-weight: 400;
    padding-top: 14.6666666667vw;
    height: 100vw;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 0.5em 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 6.4vw;
    background: #fff;
    left: 4vw;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 4.5333333333vw;
  }
  #nav-toggle span:nth-child(2) {
    top: 7.3333333333vw;
  }
  #nav-toggle span:nth-child(3) {
    top: 9.7333333333vw;
  }
  .open #nav-toggle span {
    left: 3.3333333333vw;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 6vw;
    width: 8vw;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 6vw;
    width: 8vw;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
}/*# sourceMappingURL=jquery_header.css.map */