@charset "UTF-8";
html {
  font-size: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  word-break: break-all;
  background-color: #fff;
  color: #000;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}

li {
  list-style: none;
}
.h-open {
  position: fixed;
  z-index: 9999;
  right: 0;
  cursor: pointer;
  width: 92.5px;
  text-align: center;
  height: 80px;
}

.h-open small {
  display: inline-block;
  position: fixed;
  color: #000;
  font-size: 40px;
  top: 10px;
}

/* ×に変化させる */
.h-open span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 24px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  width: 50%;
  box-shadow: 0 0 3px #fff;
}

.h-open span:nth-of-type(1) {
  top: 40px;
}

.h-open span:nth-of-type(2) {
  top: 55px;
}

.h-open span:nth-of-type(3) {
  top: 70px;
}
.h-open.active span:nth-of-type(1) {
  top: 48px;
  left: 24px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.h-open.active span:nth-of-type(2) {
  opacity: 0;
}

.h-open.active span:nth-of-type(3) {
  top: 60px;
  left: 24px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
#h-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
  transition: all 0.6s;
}
#h-nav.panelactive {
  right: 0;
  height: 100%; /* 全画面高さに */
}
#h-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#h-nav li {
  position: relative;
  margin: 80% 0;
}
#h-nav li:first-child {
  margin-top: 0;
}
#h-nav li:last-child {
  margin-bottom: 0;
}

#h-nav li a {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
#h-nav.panelactive {
  right: 0;
}
.footer-wrap__imghousou {
  width: 200px;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.footer-wrap__imghousou img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-wrap__img {
  width: 300px;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 50px;
}
.footer-wrap__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-wrap__text {
  text-align: center;
  padding-top: 40px;
  font-size: 12px;
}
.policy-wrap__txt strong {
  font-size: 1.5rem;
  height: 100%;
}
.footer-wrap__imghousou p {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .h-open {
    position: fixed;
    z-index: 9999;
    right: 0;
    cursor: pointer;
    width: 80px;
    text-align: center;
  }
  #h-nav li a {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .footer-wrap__imghousou {
    width: 200px;
    object-fit: cover;
    margin: 20px auto 0 auto;
    text-align: center;
  }
  .footer-wrap__img {
    width: 300px;
    object-fit: cover;
    margin: 0 auto;
  }
}
