@charset "UTF-8";

/**
 * ヘッダー
 * ---------------------------------------- */
 @media screen and (min-width: 768px) {
  .header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}
.header-wrapper.hide {
  position: absolute;
}

[class~=globalheader],
[class^=globalheader_] {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  background-color: #212121;
  color: #fff;
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 768px) {
  [class~=globalheader],
  [class^=globalheader_] {
    position: static;
  }
}

[class~=globalheader].hidden,
[class^=globalheader_].hidden {
  top: -3.125rem;
  -webkit-transition: 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.noscroll [class~=globalheader],
.noscroll [class^=globalheader_] {
  z-index: 0;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header_inner {
    height: 80px;
    width: 100%;
    padding-left: 3%;
  }
}
@media (min-width: 1406px) {
  .header_inner {
    width: 100%;
    padding-left: 0;
  }
}

.globalheader-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.75rem;
  font-weight: normal;
  margin: 0;
  font-size: 2em;
  padding: 0 4%;
}
@media screen and (min-width: 768px) {
  .globalheader-title {
    width: auto;
    height: 5rem;
    padding: 0;
  }
}

.globalheader-title_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
}

.globalheader-lead {
  font-size: min(2.2vw, 10.5417px);
  font-weight: normal;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .globalheader-lead {
    display: block;
  }
}

.globalheader-home {
  line-height: 1;
  padding: 0;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .globalheader-home {
    margin-top: 8px;
  }
}

.globalheader-logo {
  display: block;
  height: 16.5px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .globalheader-logo {
    height: 24px;
  }
}



.globalheader-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  padding-left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .globalheader-menu {
    right: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.globalheader-menu > li {
  height: 100%;
}
.globalheader-menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .globalheader-menu > li a {
    width: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.globalheader-menu > li .iconlabel {
  display: none;
}
@media screen and (min-width: 768px) {
  .globalheader-menu > li .iconlabel {
    display: block;
    padding-bottom: 2px;
  }
}

[class~=globalheader-menuitem],
[class^=globalheader-menuitem_] {
  background-color: #212121;
}

[class~=globalheader-menuitem] a,
[class^=globalheader-menuitem_] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
}

.globalheader-menu .globalheader-menuitem_tel {
  border-left: 1px solid rgb(51, 51, 51);
}
@media screen and (min-width: 768px) {
  .globalheader-menu .globalheader-menuitem_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
    padding: 0 1.6em 0 4.8em;
    border-left: none;
  }
  .globalheader-menu .globalheader-menuitem_tel .header_tel-text {
    width: auto;
    height: min(1.6vw, 21.42px);
    transform: translateY(-1.13px);
  }
}
@media screen and (min-width: 1100px) {
  .globalheader-menu .globalheader-menuitem_tel {
    flex-direction: row;
    gap: 5%;
    padding: 0 18px 0 20px;
  }
}
.globalheader-menu .globalheader-menuitem_tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .globalheader-menu .globalheader-menuitem_tel a {
    z-index: 2;
    right: 10rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: auto;
    background-color: #212121;
    pointer-events: none;
    width: auto;
  }
}

.globalheader-menuitem_tel .text_tel {
  display: none;
}
@media screen and (min-width: 768px) {
  .globalheader-menuitem_tel .text_tel {
    display: block;
    margin-right: 0.3125rem;
    width: 219px;
  }
}

li.globalheader-menuitem_mail {
  display: none;
}
@media screen and (min-width: 768px) {
  li.globalheader-menuitem_mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
li.globalheader-menuitem_mail .iconlabel {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  li.globalheader-menuitem_mail img {
    width: 31px;
  }
}

li.globalheader-menuitem_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
li.globalheader-menuitem_line .iconlabel {
  margin-top: 10px;
  color: #22BA4F;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  li.globalheader-menuitem_line .iconlabel {
    display: block;
  }
}
li.globalheader-menuitem_line img {
  width: 22px;
  height: auto;
}
@media screen and (min-width: 768px) {
  li.globalheader-menuitem_line img {
    width: 30px;
  }
}

li.globalheader-menuitem_mail,
li.globalheader-menuitem_line {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid rgb(51, 51, 51);
}

.icon_mail img,
.icon_line img,
.icon_history img {
  margin: 0 auto;
}

.globalheader-menuitem_history {
  border-left: 0.0625rem #333333 solid;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .globalheader-menuitem_history {
    position: relative;
    line-height: 1;
    font-size: 10.981px;
    font-weight: bold;
  }
}
.globalheader-menuitem_history a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .globalheader-menuitem_history a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.globalheader-menuitem_history .iconlabel {
  display: none;
  color: #EEBE00;
}
@media screen and (min-width: 768px) {
  .globalheader-menuitem_history .iconlabel {
    display: block;
    margin-top: 8px;
    font-weight: normal;
  }
}
.globalheader-menuitem_history img {
  width: auto;
  height: 19px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .globalheader-menuitem_history img {
    height: 32px;
  }
}

.globalheader-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #eb3c46;
  color: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .globalheader-button {
    width: 80px;
    height: 80px;
    z-index: 2;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.globalheader-button .icon_menu {
  width: 24px;
  height: 33px;
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  .globalheader-button .icon_menu {
    padding-top: 0;
    width: 26px;
    height: 33px;
  }
}
.globalheader-button > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.globalheader-button > span img {
  display: block;
  width: 100%;
}
.globalheader-button .icon_menu img {
  width: 26px;
  height: auto;
}
.globalheader-button .icon_menu-text {
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .globalheader-button .icon_menu-text {
    margin-top: 3px;
  }
}
.globalheader-button .iconlabel {
  margin-top: 0.375rem;
  width: 1.375rem;
  height: 0.5rem;
}
@media screen and (min-width: 768px) {
  .globalheader-button .iconlabel {
    width: 1.5rem;
    height: 0.5625rem;
  }
}
.globalheader-button .hamburger__line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .globalheader-button .hamburger__line {
    width: 24px;
    height: 3px;
  }
}
.globalheader-button .hamburger__line--2 {
  margin-top: 5px;
}
.globalheader-button .hamburger__line--3 {
  margin-top: 5px;
}



.header-footer {
  position: relative;
  z-index: 100;
}

.header-footer_link {
  background-color: #4B4B4B;
  color: #fff;
}

.header-footer_menu {
  padding: 0;
  list-style: none;
  max-width: 1366px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-footer_item {
  position: relative;
  width: 25%;
  /* font-size: clamp(10px, 0.7rem, 12px); */
  font-size: min(2.533333vw, 12px);
  border-bottom: 1px solid #3B3B3B;
}
@media screen and (min-width: 768px) {
  .header-footer_item {
    font-size: min(1.5625vw, 13px);
  }
  .header-footer_item:last-child::after {
    display: none;
  }
}
.header-footer_item:nth-child(4n)::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .header-footer_item:nth-child(4n)::after {
    content: "";
  }
}
.header-footer_item:nth-child(n+5) {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .header-footer_item:nth-child(n+5) {
    border-bottom: 1px solid #3B3B3B;
  }
}
@media screen and (min-width: 768px) {
  .header-footer_item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.header-footer_item span,
.header-footer_item a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 6px 0;
}
@media screen and (min-width: 768px) {
  .header-footer_item span,
  .header-footer_item a {
    height: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-footer_item span {
  color: #808080;
}

.header-footer_item::after {
  content: "";
  width: 1px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #aaa;
}
@media screen and (min-width: 768px) {
  .header-footer_item::after {
    height: 20px;
  }
}



.globalnav {
  position: fixed;
  top: 0;
  right: -100%;
  margin: auto;
  content: "";
  z-index: 1000;
  display: block;
  color: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 89%;
  height: 100%;
  overflow-y: auto;
  background-color: #212121;
}
@media screen and (min-width: 768px) {
  .globalnav {
    width: 84%;
    height: auto;
    max-height: 100vh;
    overflow-x: hidden;
  }
}
.globalnav .globalheader-button {
  background-color: #212121;
}

.globalnav_inner {
  padding: 0 1.25rem;
  height: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .globalnav_inner {
    width: auto;
    padding: 0 0 0 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .globalnav_inner {
    padding: 0 calc(43.45vw - 550px) 0 calc(50vw - 550px);
  }
}
.globalnav_inner .glovalnav_body {
  padding: 73px 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10%;
  -moz-column-gap: 10%;
  column-gap: 10%;
}
@media screen and (min-width: 768px) {
  .globalnav_inner .glovalnav_body {
    width: 100%;
    padding: 105px 0 0;
    position: relative;
    display: block;
  }
}

.globalnav .globalheader-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
}
.icon_close {
  width: 24px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .icon_close {
    width: 27px;
    height: 40px;
  }
}
.icon_close-line {
  width: 24px;
  height: 20px;
  position: relative;
}
.icon_close-line .hamburger__line {
  width: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 3px;
}
.icon_close-line .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.icon_close-line .hamburger__line--2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0;
}
.icon_close .iconlabel {
  margin-top: 6px;
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .icon_close .iconlabel {
    margin-top: 11px;
  }
}



.globalnav a,
.globalnav * {
  color: #fff;
}

.globalnav a:hover,
.globalnav a:focus {
  opacity: 0.7;
}

.globalnav a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .globalnav a {
    font-size: 1.125rem;
  }
}



.globalnav_inner .gnav-top-menu {
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .globalnav_inner .gnav-top-menu {
    width: 100%;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .globalnav_inner .gnav-top-menu > li {
    max-width: 32%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.globalnav_inner .gnav-top-menu > li + li {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .globalnav_inner .gnav-top-menu > li + li {
    margin-top: 0;
  }
}
.globalnav_inner .gnav-top-menu li img {
  width: auto;
  height: 1.13rem;
}
@media screen and (min-width: 768px) {
  .globalnav_inner .gnav-top-menu li img {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .globalnav_inner .gnav-top-menu .linklist_headersecondary {
    margin-top: 3.125rem;
  }
}
.globalnav_inner .gnav-top-menu .linklist_headersecondary li {
  margin-top: 20px;
  line-height: 1;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.globalnav_inner .gnav-top-menu .linklist_headersecondary li a {
  font-size: min(3.46667vw, 16px);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .globalnav_inner .gnav-top-menu .linklist_headersecondary li a {
    font-size: 18px;
  }
}



.gnav-under-menu {
  width: 100%;
  margin: 0 auto;
  padding-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 7.8px;
}
@media screen and (min-width: 768px) {
  .gnav-under-menu {
    padding-top: 0;
    padding-bottom: 64px;
    flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 1%;
  }
}
@media screen and (min-width: 768px) {
  .gnav-under-menu li {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .gnav-under-menu li {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-under-menu li {
    width: 15.66%;
  }
}
.gnav-under-menu li a {
  font-size: min(3vw, 13px);
  font-weight: bold;
}
@media screen and (min-width: 1480px) {
  .gnav-under-menu li a {
    font-size: 11.8px;
  }
}

@media screen and (min-width: 768px) {
  .globalnav_inner .linklist_headerprimary.gnav-under-menu > li {
    margin-top: 20px;
    line-height: 1;
  }
}
.globalnav_inner .linklist_headerprimary.gnav-under-menu > li + li {
  margin-left: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .globalnav_inner .linklist_headerprimary.gnav-under-menu > li + li {
    margin-top: 20px;
  }
}



.globalnav-footer {
  padding: 1.875rem 0 3.125rem;
  border-top: #333333 0.0625rem solid;
}
@media screen and (min-width: 768px) {
  .globalnav-footer {
    padding: 1.625rem 3vw 2.5rem 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .globalnav-footer {
    padding-right: calc(50vw - 550px);
    padding-left: calc(50vw - 550px);
  }
}

@media (min-width: 768px) {
  .globalnav-footer > div {
    width: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}



.iconlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-left: 0;
  width: 12.5rem;
  list-style: none;
}

.globalnav .iconlist {
  width: 11.25rem;
}

@media (min-width: 768px) {
  .globalnav .iconlist {
    margin: 0;
  }
}
.icon_facebook,
.icon_twitter,
.icon_instagram,
.icon_line,
.icon_youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.icon_facebook .iconlabel,
.icon_twitter .iconlabel,
.icon_instagram .iconlabel,
.icon_line .iconlabel,
.icon_youtube .iconlabel {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.globalnav .globalnav-footer .iconlist {
  position: absolute;
  top: 18px;
  left: 1.25rem;
  width: 200px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .globalnav .globalnav-footer .iconlist {
    position: static;
    width: 11.25rem;
    min-width: 180px;
  }
}



.globalnav-footer .linklist_navfooter {
  max-width: 423px;
  width: auto;
  margin: -1.25rem auto 0;
  padding-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  gap: 10px 0;
}
.globalnav-footer .linklist_navfooter li {
  margin-top: 0;
  padding: 0 0.625rem;
}
.globalnav-footer .linklist_navfooter a {
  color: #aaaaaa;
  font-size: clamp(12px, 1.2vw, 14px);
  text-decoration: underline;
}



.globalnav-footer .globalnav-title {
  width: 16.3125rem;
  margin: 1.9rem auto 0;
}
@media screen and (min-width: 768px) {
  .globalnav-footer .globalnav-title {
    margin: 2.5rem 0 0 auto;
  }
}
.globalnav-footer .globalnav-title .globalnav-logo {
  width: 100%;
  height: 1.3rem;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .globalnav-footer .globalnav-title .globalnav-logo {
    height: auto;
  }
}



.globalnav_bg {
  width: 100%;
  height: 100%;
  background-color: #4B4B4B;
  position: fixed;
  top: 0;
  left: 110%;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  mix-blend-mode: multiply;
  cursor: pointer;
}

/** humburger open */
.is-gnav-active {
  height: 100vh;
  overflow: hidden;
}
.is-gnav-active .globalnav {
  opacity: 0.98;
  z-index: 2000;
  right: 0;
}
.is-gnav-active .globalnav::before {
  visibility: visible;
  opacity: 1;
}
.is-gnav-active .globalnav_bg {
  left: 0;
  opacity: 0.98;
  visibility: visible;
}