@media (max-width: 767px) {
  header .open ul li a {
    padding: 15px 0 15px 18%; } }

body.active {
  position: fixed;
  overflow: hidden; }

.sp-nav {
  display: none; }

.newheader h1 {
  background: #eee;
  color: #252525; }

.newheader_logo {
  width: 120px;
  padding: 10px 0; }
  .newheader_logo img {
    width: 100%; }

.newheader .search_icon {
  position: relative; }
  .newheader .search_icon button {
    top: 0;
    right: 0;
    width: 34px;
    height: 32px; }

.newheader #freewords {
  padding: 6px;
  width: calc(100% - 40px);
  box-sizing: border-box;
  border: solid 2px #ccc; }

.newheader_sp-menu {
  text-align: left;
  background: #F3F5F8;
  z-index: 100;
  position: fixed;
  top: 90px !important;
  left: 0;
  -webkit-overflow-scrolling: auto;
  overflow: auto;
  width: 100%;
  height: 100vh;
  z-index: 101;
  transform: translateZ(0); }
  .newheader_sp-menu li {
    width: 100% !important; }

.newheader .search {
  padding: 15px; }

.newheader_search {
  display: none; }

.newheader_sp-menu_feature {
  padding: 18px 15px;
  border-bottom: 1px solid #21bf73; }
  .newheader_sp-menu_feature span {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px; }

.newheader_sp-menu_item {
  font-size: 13px;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #21bf73;
  border-right: none;
  position: relative; }
  .newheader_sp-menu_item::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid #21bf73 2px;
    border-right: solid #21bf73 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 25px; }
  .newheader_sp-menu_item.icon-fb {
    padding-left: 20px; }
    .newheader_sp-menu_item.icon-fb::before {
      content: '';
      position: absolute;
      top: 14px;
      left: 10px;
      background: url(https://rebe.jp/img/hnb/newheader/fb_login.svg) no-repeat center;
      background-size: cover;
      width: 16px;
      height: 16px; }
  .newheader_sp-menu_item.icon-login {
    padding-left: 20px; }
    .newheader_sp-menu_item.icon-login::before {
      content: '';
      position: absolute;
      top: 14px;
      left: 10px;
      background: url(https://rebe.jp/img/hnb/newheader/login_door.svg) no-repeat center;
      background-size: cover;
      width: 16px;
      height: 16px; }
  .newheader_sp-menu_item a {
    background: #F3F5F8;
    display: block;
    font-size: 14px;
    color: #333;
    padding: 15px; }

@media (min-width: 768px) {
  .newheader_global_nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px; } }

@media (max-width: 767px) {
  .newheader_global_nav {
    display: none; } }

.newheader_global_nav_item {
  padding: 0 8px;
  font-weight: 600; }
  .newheader_global_nav_item a {
    display: block;
    color: #333; }

.newheader_area {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 768px) {
    .newheader_area {
      padding-top: 20px;
      padding-bottom: 20px;
      width: 1040px;
      margin: 0 auto; } }

.newheader_inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }

.newheader_entry_button {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .newheader_entry_button {
      margin-right: 10px;
      margin-left: auto; } }

.newheader_entry {
  background: #21bf73; }
  .newheader_entry a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 5px 3px;
    text-align: center; }
    @media (min-width: 768px) {
      .newheader_entry a {
        font-size: 16px;
        padding: 15px 25px; } }
    .newheader_entry a::before {
      background: url(https://rebe.jp/img/hnb/newheader/user.svg) no-repeat center;
      background-size: cover;
      content: ''; }
      @media (min-width: 768px) {
        .newheader_entry a::before {
          width: 16px;
          height: 16px;
          position: relative;
          margin-right: 5px;
          display: inline-block; } }
      @media (max-width: 767px) {
        .newheader_entry a::before {
          width: 16px;
          height: 16px;
          margin: 0 auto 5px;
          display: block !important; } }

.newheader_login a {
  display: block;
  color: #333;
  font-size: 12px;
  padding: 5px 3px;
  text-align: center; }
  @media (min-width: 768px) {
    .newheader_login a {
      font-size: 16px;
      padding: 15px 25px; } }
  .newheader_login a::before {
    content: '';
    background: url(https://rebe.jp/img/hnb/newheader/login_door.svg) no-repeat center;
    background-size: cover;
    width: 16px;
    height: 16px; }
    @media (min-width: 768px) {
      .newheader_login a::before {
        display: inline-block;
        position: relative;
        margin-bottom: -2px;
        margin-right: 5px; } }
    @media (max-width: 767px) {
      .newheader_login a::before {
        display: block;
        margin: 0 auto 5px; } }

.newheader_icon_member {
  font-weight: 600;
  color: #fff;
  background: #21bf73;
  text-align: center;
  padding: 15px;
  display: block;
  letter-spacing: .05em;
  position: relative; }
  .newheader_icon_member::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid #fff 2px;
    border-right: solid #fff 2px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: '';
    right: 15px; }

.newheader_icon_login {
  font-weight: 600;
  color: #21bf73;
  border: solid #21bf73 2px;
  background: #fff;
  margin-top: 10px;
  text-align: center;
  padding: 15px;
  display: block;
  letter-spacing: .05em;
  position: relative; }
  .newheader_icon_login::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid #21bf73 2px;
    border-right: solid #21bf73 2px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: '';
    right: 15px; }

.newheader_menu_button:focus {
  outline: 0; }

@media (min-width: 768px) {
  .newheader_menu_button {
    display: none; } }

@media (max-width: 767px) {
  .newheader_menu_button {
    width: 40px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    background: none; }
    .newheader_menu_button::after {
      content: 'MENU';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -12px;
      font-size: 11px; }
    .newheader_menu_button span {
      position: absolute;
      background: #333;
      width: 30px;
      height: 2px;
      left: 0;
      right: 0;
      margin: auto;
      transition: .3s; }
      .newheader_menu_button span:nth-of-type(1) {
        top: -11px; }
      .newheader_menu_button span:nth-of-type(2) {
        top: -1px; }
      .newheader_menu_button span:nth-of-type(3) {
        bottom: 7px; }
    .newheader_menu_button.active span {
      transition: .3s; }
      .newheader_menu_button.active span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg); }
      .newheader_menu_button.active span:nth-of-type(2) {
        opacity: 0; }
      .newheader_menu_button.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
        top: 6px; }
    .newheader_menu_button a {
      display: none; } }
/*# sourceMappingURL=new_header.css.map */