/* header */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  min-width: 320px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body header {
  position: fixed;
  width: 100%;
  min-width: 320px;
  height: 90px;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-logo-wrap {
  display: block;
  width: fit-content;
  margin-left: 30px;
}

.header-logo {
  font-size: 3.03rem;
  color: #fff;
  letter-spacing: 0;
  width: 220px;
  filter: drop-shadow(0 0 2px rgba(255,255,255,1));
}

#top .header-logo {
  top: 34px;
}

header.subP {
  position: fixed;
  top: 0;
  z-index: 1500;
}

.subP .header-logo {
  color: #888;
}

.drawer--right .drawer-nav {
  right: 0;
  opacity: 0;
  background-color: rgba(1, 1, 1, 0);
  pointer-events: none;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.drawer--right .drawer-nav::-webkit-scrollbar {
  display: none;
}

.drawer--right.drawer-open .drawer-nav {
  right: 0;
  opacity: 1;
  background-color: rgba(1, 1, 1, 0.9);
  pointer-events: auto;
}

.drawer-toggle {
  position: absolute;
  right: 30px;
  top: 32px;
  width: 46px;
  height: 30px;
  outline: none;
  background-color: transparent;
  border: none;
  z-index: 100;
}

.drawer-toggle:hover {
  opacity: 0.8;
}

.drawer-toggle::before,
.drawer-toggle::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: 0;
  content: "";
  background-color: #4d463d;
  filter: drop-shadow(0 0 2px rgba(255,255,255,1));
  z-index: 99;
}

.subP .drawer-toggle::before,
.subP .drawer-toggle::after {
  background-color: #4d463d;
  filter: drop-shadow(0 0 2px rgba(255,255,255,1));
}

.drawer-toggle::before {
  top: 0;
  width: 46px;
  height: 2px;
}

.drawer-toggle::after {
  top: 14px;
  width: 46px;
  height: 2px;
}

.drawer-open .drawer-toggle {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  z-index: 100;
}

.drawer-open .drawer-toggle::before {
  top: 15px;
  right: -6px;
  width: 43px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-toggle::after {
  top: 15px;
  right: -6px;
  width: 43px;
  height: 2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.drawer-open .drawer-overlay {
  display: none;
}

.drawer-nav {
  width: 632px;
  padding: 0 50px;
  z-index: 98;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

.drawer-menu {
  min-height: 237px;
}

.drawer-menu__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}

.drawer-menu__home {
  font-size: 2.4rem;
  margin: 12vh 0 10vh 30px;
}

.drawer-menu__home a {
  text-decoration: none;
  color: #fff;
}

.drawer-menu__home a:hover {
  opacity: 0.8;
}

.drawer-brand {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0;
  margin-bottom: 29px;
}

.drawer-menu__single {
  margin-top: 125px;
}

.drawer-menu-item {
  font-size: 2rem;
  padding: 0;
  margin-bottom: 21px;
}

.drawer-menu-item:hover,
.drawer-brand:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.drawer-menu__left {
  width: 100%;
}

.drawer-menu__right {
  width: 100%;
}

.drawer-brand,
.drawer-menu-item {
  color: #fff;
}

.drawer-menu__contact {
  margin: 5rem 40px 0 0;
  text-align: center;
}

.drawer-menu__contact-btn {
  position: relative;
  background-color: #1e5b9a;
  width: 327px;
  height: 73px;
  color: #fff;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  /*padding-left: 112px;*/
  opacity: 1;
  outline: none;
}

.drawer-menu__contact-btn:hover {
  opacity: 0.8;
}

.drawer-menu__contact-btn::before {
  position: absolute;
  content: "";
  top: 32px;
  right: 32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
}

.pc-none {
  display: none;
}

@media screen and (max-height: 1080px) {
  .drawer-menu {
    min-height: 25vh;
  }

  .drawer-menu__home {
    font-size: 2.22vh;
    margin: 7vh 0 5vh 30px;
  }

  .drawer-brand {
    font-size: 2.22vh;
    margin-bottom: 3vh;
  }

  .drawer-menu__single {
    margin-top: 12vh;
  }

  .drawer-menu-item {
    font-size: 1.85vh;
    margin-bottom: 2vh;
  }
}

@media screen and (max-height: 760px) {
  .drawer-menu {
    min-height: 190px;
  }

  .drawer-menu__home {
    font-size: 1.6rem;
    margin: 53px 0 38px 30px;
  }

  .drawer-brand {
    font-size: 1.6rem;
    margin-bottom: 23px;
  }

  .drawer-menu-item {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .drawer-menu__single {
    min-height: 100px;
    margin-top: 90px;
  }
}

@media screen and (max-width: 640px) {
  body header {
    height: 44px;
  }
  header .header-logo-wrap {
    margin-left: 16px;
  }
  .header-logo {
    top: 0;
    left: 15px;
    font-size: 1.5rem;
    width: 120px;
  }

  #top .header-logo {
    top: 15px;
    left: 15px;
    font-size: 1.5rem;
  }

  .drawer-nav {
    width: 100%;
    min-width: 320px;
    padding: 30px;
  }

  .drawer-nav__inner {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
    min-width: 260px;
  }

  .drawer-menu__home {
    font-size: 1.5rem;
    margin: 0 0 4vh;
    width: 50%;
  }

  .drawer-menu__home p {
    width: 120px;
    margin: 0 auto;
  }

  .drawer-menu__main {
    padding-left: 0;
  }

  .drawer-menu__left {
    padding-left: 0;
    width: 50%;
    margin: 0 auto;
  }

  .drawer-menu__right {
    padding-left: 0;
    width: 50%;
    margin: 0 auto;
  }

  .drawer-menu {
    /*min-height: 23vh;*/
    min-height: 16vh;
    margin: 0 auto;
  }

  .drawer-menu__left .drawer-menu {
    width: 120px;
  }

  .drawer-menu__right .drawer-menu {
    width: 120px;
  }

  .drawer-brand {
    font-size: 1.5rem;
    margin-bottom: 2vh;
  }

  .drawer-menu-item {
    font-size: 1.2rem;
    margin-bottom: 2vh;
    line-height: 2;
    letter-spacing: 0.08rem;
  }

  .drawer-menu__single {
    margin-top: 12vh;
    min-height: auto;
  }

  .drawer-toggle {
    right: 16px;
    top: 15px;
  }

  .drawer-toggle::before {
    width: 23px;
    height: 1px;
  }

  .drawer-toggle::after {
    top: 8px;
    width: 23px;
    height: 1px;
  }

  .drawer-open .drawer-toggle {
    position: absolute;
    right: 15px;
    top: 17px;
    width: 16px;
    height: 16px;
    z-index: 100;
  }

  .drawer-open .drawer-toggle::before {
    top: 7px;
    right: -3px;
    width: 23px;
    height: 1px;
  }

  .drawer-open .drawer-toggle::after {
    top: 7px;
    right: -3px;
    width: 23px;
    height: 1px;
  }

  .drawer-menu__contact {
    width: 100%;
    margin-top: 0;
  }

  .drawer-menu__contact a {
    display: inline-block;
  }

  .drawer-menu__contact-btn {
    width: 175px;
    height: 40px;
    font-size: 1.2rem;
    /*padding-left: 49px;*/
  }

  .drawer-menu__contact-btn::before {
    top: 16px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
  }
}

@media screen and (max-width: 375px) {
  .drawer-menu__home {
    padding-left: 10px;
  }

  .drawer-menu__left {
    padding-left: 10px;
  }

  .drawer-menu__right {
    padding-left: 10px;
  }

  .drawer-nav__inner {
    margin-top: 0;
    padding-top: 0;
  }

  .drawer-menu__home {
    font-size: 1.5rem;
    margin: 0 0 0;
    width: 50%;
  }

  .drawer--right.drawer-open .drawer-nav {
    padding-top: 13px;
  }

  .drawer-menu__home {
    margin: 0 0 2vh;
  }
}

@media screen and (max-width: 320px) {
  .drawer-nav {
    width: 100vw;
    min-width: 0;
  }
}
