#drawer {
  display: none;
}

#drawer-area {
  display: none;
}

.d-overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2000;
}
.d-overlay.active {
  display: block;
}

#drawer-area {
  display: block;
  position: fixed;
  top: 80px;
  right: 220px;
  z-index: 9010;
  background: url(../images/dicon_bg.svg) no-repeat center;
  width: 140px;
  height: 140px;
  background: #fff;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1440px) {
  #drawer-area {
    right: 160px;
  }
}
@media screen and (max-width: 1366px) {
  #drawer-area {
    top: 20px;
  }
}
@media screen and (max-width: 520px) {
  #drawer-area {
    opacity: 0;
    width: 60px;
    height: 60px;
    right: 80px;
    transition: all 0.5s ease;
  }
  #drawer-area.show {
    opacity: 1;
  }
}
#drawer-area.move {
  -webkit-animation: headerMove 0.4s ease-in forwards;
  animation: headerMove 0.4s ease-in forwards;
}

#gmenu-icon {
  width: 35px;
  height: 35px;
  transition: all 0.4s linear;
  display: inline-block;
  position: relative;
  top: 59px;
  left: 53px;
}
@media screen and (max-width: 520px) {
  #gmenu-icon {
    top: 19px;
    left: 14px;
    opacity: 0;
    transition: all 0.5s ease;
  }
  #gmenu-icon.show {
    opacity: 1;
  }
}
#gmenu-icon span {
  position: absolute;
  z-index: 9011;
  width: 33px;
  height: 2px;
  background: #005593;
  border-radius: 4px;
  transition: all 0.4s ease;
}
#gmenu-icon span:nth-of-type(1) {
  top: 0;
}
#gmenu-icon span:nth-of-type(2) {
  top: 12px;
  left: 0;
  background: #d0111b;
}
#gmenu-icon span:nth-of-type(3) {
  top: 24px;
}
#gmenu-icon.active span:nth-of-type(1) {
  top: 7px;
  transform: translateY(4px) rotate(-45deg);
}
#gmenu-icon.active span:nth-of-type(2) {
  left: 40px;
  opacity: 0;
}
#gmenu-icon.active span:nth-of-type(3) {
  top: 17px;
  transform: translateY(-4px) rotate(45deg);
}
#gmenu-icon.move {
  -webkit-animation: borderMove 0.4s ease-in forwards;
  animation: borderMove 0.4s ease-in forwards;
}

/* drawer body */
#drawer {
  position: fixed;
  top: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.85);
  transition: all 0.5s ease;
  display: grid;
  place-items: center;
}
#drawer.toggle {
  top: 0;
  z-index: 8001;
}
#drawer .d_inner .dlogo {
  margin-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  #drawer .d_inner .dlogo img {
    width: 250px;
  }
}
#drawer .d_inner ul.d-main {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #drawer .d_inner ul.d-main {
    width: 100%;
  }
}
#drawer .d_inner ul.d-main li {
  width: 100%;
  margin: 0 auto;
}
#drawer .d_inner ul.d-main li:nth-child(1) a {
  padding-top: 12px;
}
#drawer .d_inner ul.d-main li a {
  display: block;
  color: #fff;
  letter-spacing: 0.23em;
  font-size: 4.6rem;
  font-weight: bold;
  padding: 10px;
}
@media screen and (max-width: 1440px) {
  #drawer .d_inner ul.d-main li a {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1366px) {
  #drawer .d_inner ul.d-main li a {
    font-size: 2.1rem;
  }
}

@keyframes borderMove {
  0% {
    opacity: 1;
    left: 11px;
  }
  100% {
    opacity: 0;
    left: 200px;
  }
}
.reserve_btn {
  width: 140px;
  height: 140px;
  position: fixed;
  top: 80px;
  right: 80px;
  z-index: 100;
  background: #005593;
}
@media screen and (max-width: 1440px) {
  .reserve_btn {
    right: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .reserve_btn {
    top: 20px;
  }
}
@media screen and (max-width: 520px) {
  .reserve_btn {
    width: 60px;
    height: 60px;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .reserve_btn.show {
    opacity: 1;
  }
}
.reserve_btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.reserve_btn a img.character {
  width: 35px;
  height: auto;
  vertical-align: bottom;
  position: absolute;
  top: 3px;
}
@media screen and (max-width: 520px) {
  .reserve_btn a img.character {
    width: 15px;
  }
}
.reserve_btn a span {
  display: block;
  line-height: 1;
  color: #fff;
}
.reserve_btn a span.en {
  font-size: 1.5rem;
  margin-bottom: 8px;
  padding-top: 42%;
}
@media screen and (max-width: 520px) {
  .reserve_btn a span.en {
    display: none;
  }
}
.reserve_btn a span.ja {
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .reserve_btn a span.ja {
    padding-top: 48%;
  }
}

/*# sourceMappingURL=drawer.css.map */
