header {
  position: relative;
  z-index: 3;
}
header .pc-header {
  position: absolute;
  top: 1010px;
  left: 0;
  width: 14.6%;
  padding: 89px 0 55px;
  outline: 1px solid #C73E3A;
  z-index: 2;
  transition: transform 1s ease;
  background-color: #fff;
}
header .pc-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 14.6%;
  z-index: 3;
  transform: translateY(calc(50vh - 384px));
}
header .pc-header h1 {
  text-align: center;
  margin: 0 0 60px;
}
header .pc-header h1 a {
  display: grid;
  color: #010101;
  font-family: "Noto Serif JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  transition: color 0.4s ease;
}
header .pc-header h1 a .header-logo {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  margin: 0 auto 46px;
transform: scale(1);
  transition: transform 0.5s ease;
}
header .pc-header.fixed h1 a .header-logo {
  margin: 0 auto 46px;
	 transform: scale(0.66);
}
header .pc-header h1 a .name-span {
  display: block;
  color: #010101;
  font-family: "Noto Serif JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.4s ease;
  margin-bottom: 2px;
}
header .pc-header h1 a:hover {
  color: #C73E3A;
}
header .pc-header h1 a:hover .name-span {
  color: #C73E3A;
}
header .pc-header .menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
header .pc-header .menu ul li {
  width: 100%;
  margin-left: 24%;
}
header .pc-header .menu ul li a {
  width: 100%;
  color: #010101;
  font-family: "Noto Serif JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
header .pc-header .menu ul li a:hover {
  color: #C73E3A;
  transition: .4s;
}
header .pc-header .menu ul li a .nav-en {
  display: block;
  color: #C73E3A;
  font-family: Lora;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
}
header .pc-header .menu ul li.nav-btn {
  width: 91%;
  height: 46px;
  margin-top: 130px;
  margin-left: 0;
  white-space: nowrap;
}
header .pc-header .menu ul li.nav-btn a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #FFF;
  border-radius: 0 5px 5px 0;
  background-color: #C73E3A;
  font-family: "Noto Serif JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px 7.6% 12px 16.4%;
  transition: background-color 0.4s ease;
}
header .pc-header .menu ul li.nav-btn a::before {
  content: "";
  background-image: url(../image/header-contact-tel.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 15px;
  height: 16px;
  flex-shrink: 0;
  aspect-ratio: 15 / 16;
  margin: 4px 8px 0 0;
}
header .pc-header .menu ul li.nav-btn a::after {
  content: "";
  background-image: url("../image/header-contact-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 12px;
  height: 10px;
  flex-shrink: 0;
  aspect-ratio: 15 / 16;
  margin: 6px 7.7% 0 7.1%;
}
header .pc-header .menu ul li.nav-btn a:hover {
  background-color: #BEBEBE;
}
body.sub .pc-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 14.6%;
  padding: 89px 0 55px;
  outline: 1px solid #C73E3A;
  z-index: 2;
  transition: transform 1s ease;
}
body.sub .pc-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 14.6%;
  z-index: 1;
  transform: translateY(calc(50vh - 384px));
}
.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 45px;
  height: 45px;
  z-index: 7;
}
.mobile-header .mobile-header-area {
  position: fixed;
  top: 0;
  right: -500px;
  z-index: 5;
}
.mobile-header .mobile-header-area.open {
  width: 100%;
  background-color: #C73E3A;
  height: 100dvh;
  right: 0;
  padding: 65.6px 0 0;
  z-index: 8;
}
.mobile-header .mobile-header-area.open .mobile-header-logo {
  width: 68px;
  height: 157.411px;
  flex-shrink: 0;
  margin: 0 5.8% 0 auto;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mobile-header .mobile-header-area.open .mobile-header-logo {
    margin: 0 25% 0 auto;
  }
}
.mobile-header .mobile-header-area.open .mobile-menu {
  width: 100%;
  padding-left: 60px;
  margin: -52.6px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mobile-header .mobile-header-area.open .mobile-menu {
    padding-inline: 10% 5%;
  }
}
.mobile-header .mobile-header-area.open .mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
width: 54%;
  margin-bottom: 60px;
}
.mobile-header .mobile-header-area.open .mobile-menu ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
width: 100%;
	height: 100%;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mobile-header .mobile-header-area.open .mobile-menu ul li a {
    font-size: 2rem;
  }
}
.mobile-header .mobile-header-area.open .mobile-menu ul li a::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #FFF;
}
.mobile-header .mobile-header-area.open .mobile-menu-box {
  width: 63%;
  max-width: 236px;
  margin: 0 0 0 69px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mobile-header .mobile-header-area.open .mobile-menu-box {
    margin: 0 0 0 32%;
  }
}
.mobile-header .mobile-header-area.open .mobile-menu-box .mobile-menu-text {
  flex-shrink: 0;
  border: 1px solid #FFF;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.42px;
  text-align: center;
  padding: 4.33px 0;
  margin: 0 0 20px;
}
.mobile-header .mobile-header-area.open .mobile-menu-box .mobile-menu-tel-link {
  display: block;
  width: 198px;
  margin: 0 auto 5px;
}
.mobile-header .mobile-header-area.open .mobile-menu-box .mobile-menu-tel-link .tel-ja {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.45px;
  margin-right: 15px;
}
.mobile-header .mobile-header-area.open .mobile-menu-box .mobile-menu-tel-link .tel-num {
  color: #FFF;
  font-family: Lora;
  font-size: 2rem;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.6px;
}
.mobile-header .mobile-header-area.open .mobile-menu-box .mobile-menu-time {
  text-align: center;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.42px;
}
.mobile-header .menu-toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  border: none;
  background-color: #C73E3A;
  cursor: pointer;
  z-index: 10;
}
.mobile-header .menu-toggle.open {
  background-color: #fff;
}
.mobile-header .menu-toggle.open .toggle_line {
  background-color: #C73E3A;
}
.mobile-header .menu-toggle.open .toggle_line:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}
.mobile-header .menu-toggle.open .toggle_line:nth-of-type(2) {
  transform: translateY(-4px) rotate(45deg);
}
.mobile-header .menu-toggle .toggle_line {
  position: absolute;
  left: 12px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: transform 0.2s;
}
.mobile-header .menu-toggle .toggle_line:nth-of-type(1) {
  top: 19px;
}
.mobile-header .menu-toggle .toggle_line:nth-of-type(2) {
  top: 27px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 2;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.no-scroll {
  overflow: hidden;
  height: 100dvh;
}
/*# sourceMappingURL=header.css.map */