<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.glovalNavi_header {
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
}
@media only screen and (max-width: 767px) {
  .glovalNavi_header {
    width: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .glovalNavi_header {
    width: 84px;
  }
}
.glovalNavi_header .header_logo {
  width: 36px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .glovalNavi_header .header_logo {
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .glovalNavi_header .header_logo {
    margin-top: 52px;
  }
}
.glovalNavi_header .header_logo &gt; img {
  width: 100%;
}
.glovalNavi_header .header_menuBtn {
  width: 20px;
  height: 15px;
  margin: 28px auto 0;
  position: relative;
  cursor: pointer;
}
.glovalNavi_header .header_menuBtn.hover {
  opacity: 0.7;
}
.glovalNavi_header .header_menuBtn::before, .glovalNavi_header .header_menuBtn::after, .glovalNavi_header .header_menuBtn &gt; div {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.glovalNavi_header .header_menuBtn::before {
  top: 0;
}
.glovalNavi_header .header_menuBtn::after {
  bottom: 0;
}
.glovalNavi_header .header_menuBtn &gt; div {
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
.glovalNavi_header .header_menuBtn.open::before, .glovalNavi_header .header_menuBtn.open::after {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.glovalNavi_header .header_menuBtn.open::before {
  transform: rotate(45deg);
}
.glovalNavi_header .header_menuBtn.open::after {
  transform: rotate(-45deg);
}
.glovalNavi_header .header_menuBtn.open &gt; div {
  opacity: 0;
}

.glovalNavi_body {
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  align-content: center;
  transform: translateX(100%);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 767px) {
  .glovalNavi_body {
    padding-right: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .glovalNavi_body {
    padding-right: 84px;
  }
}
.glovalNavi_body.open {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .glovalNavi_body .body_mainImg {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .glovalNavi_body .body_mainImg {
    width: 332px;
  }
}
@media screen and (min-width: 1024px) {
  .glovalNavi_body .body_mainImg {
    width: 498px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .glovalNavi_body .body_list {
    margin-left: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .glovalNavi_body .body_list {
    margin-left: 135px;
  }
}
@media print, screen and (max-width: 1023px) {
  .glovalNavi_body .body_list &gt; ul &gt; li {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .glovalNavi_body .body_list &gt; ul &gt; li {
    margin-top: 36px;
  }
}
.glovalNavi_body .body_list &gt; ul &gt; li:first-child {
  margin-top: 0;
}
.glovalNavi_body .body_list &gt; ul &gt; li &gt; a {
  display: block;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media print, screen and (max-width: 1023px) {
  .glovalNavi_body .body_list &gt; ul &gt; li &gt; a {
    padding-left: 7px;
    border-left: 2px solid #000;
  }
}
@media screen and (min-width: 1024px) {
  .glovalNavi_body .body_list &gt; ul &gt; li &gt; a {
    padding-left: 10px;
    border-left: 3px solid #000;
  }
}
.glovalNavi_body .body_list &gt; ul &gt; li &gt; a.hover {
  color: #000;
  opacity: 0.7;
}
.glovalNavi_body .body_list &gt; ul &gt; li &gt; a &gt; img {
  display: block;
}
@media print, screen and (max-width: 1023px) {
  .glovalNavi_body .body_list &gt; ul &gt; li &gt; a &gt; img {
    height: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .glovalNavi_body .body_list &gt; ul &gt; li &gt; a &gt; img {
    height: 28px;
    margin-bottom: 15px;
  }
}
.glovalNavi_body .body_list &gt; ul &gt; li &gt; a &gt; p {
  font-size: 1rem;
  line-height: 1;
}
</pre></body></html>