#key .img2 {
  height: 123.6vw;
}
@media screen and (min-width: 768px) {
  #key .img2 {
    height: 899px;
  }
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../img/shared/bg2.jpg");
  display: flex;
  justify-content: space-between;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.nav-fixed.fixed {
  opacity: 1;
  visibility: visible;
}
.nav-fixed .group-nav {
  margin: 21px 0 0 60px;
}
.nav-fixed .group-nav .nav {
  display: flex;
  gap: 39px;
  font-size: 17px;
  line-height: 1.5;
}
.nav-fixed .group-nav .nav li a {
  display: block;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.05em;
}
.nav-fixed .group-nav .nav li a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  top: -10px;
}
.nav-fixed .group-nav .nav li a.active::before, .nav-fixed .group-nav .nav li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.nav-fixed .group-nav .nav + .nav {
  margin-top: 10px;
}
.nav-fixed .tel {
  width: 276px;
  background: #880d0d;
  text-align: center;
  padding: 30px 0 20px;
}
.nav-fixed .tel .sub-tel {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 9px;
  letter-spacing: 0.2em;
}
.nav-fixed .tel span {
  display: block;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.16em;
}
.nav-fixed .tel span small {
  font-size: 16px;
}

#header {
  background: url("../img/shared/bg2.jpg");
  color: #fff;
}
#header .left {
  padding: 17px 0 25px;
}
#header .left h1 {
  text-align: center;
  opacity: 0.6;
  font-size: 11px;
  line-height: 1.5;
  padding: 0 var(--wrapPadding);
  letter-spacing: 0;
}
#header .left .logo {
  width: 178px;
  margin: 22px auto 0;
}
@media screen and (min-width: 768px) {
  #header {
    display: flex;
  }
  #header .left {
    padding: 25px 0 0;
    width: 479px;
    background: url("../img/shared/h_bg.jpg") no-repeat center/cover;
  }
  #header .left h1 {
    font-size: 12px;
    padding: 0 10px;
  }
  #header .left .nav2 {
    display: flex;
    justify-content: flex-end;
    margin: 14px 26px 84px;
    line-height: 1.5;
    gap: 6px;
    letter-spacing: 0.15em;
  }
  #header .left .logo {
    width: 304px;
    margin: 0 auto 29px;
  }
  #header .left .tel {
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
    padding: 15px 0 15px;
    width: 319px;
    margin: 0 auto;
  }
  #header .left .tel .sub-tel {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 9px;
    letter-spacing: 0.2em;
  }
  #header .left .tel span {
    display: block;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.16em;
  }
  #header .left .tel span small {
    font-size: 16px;
  }
  #header .left .nav {
    display: flex;
    justify-content: center;
    gap: 0 26px;
    height: 260px;
    margin: 73px 0 0;
  }
  #header .left .nav li a {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    width: 27px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.15em;
  }
  #header .left .nav li a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    top: -21px;
  }
  #header .left .nav li a.active::before, #header .left .nav li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #header #key {
    width: calc(100% - 479px);
  }
}

#footer {
  background: url("../img/shared/bg2.jpg");
  color: #fff;
  padding: 12vw 0 140px;
  position: relative;
}
#footer .group {
  margin: 0 var(--wrapPadding) 12vw;
}
#footer .group .left .logo {
  margin: 0 auto 10vw;
  width: 200px;
  text-align: center;
  position: relative;
}
#footer .group .left .logo img {
  position: relative;
  z-index: 2;
}
#footer .group .left .tel {
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  padding: 13px 0 14px;
  position: relative;
  z-index: 2;
}
#footer .group .left .tel .sub-tel {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 11px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #footer .group .left .tel .sub-tel {
    font-size: 600;
  }
}
#footer .group .left .tel span {
  display: block;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.16em;
}
#footer .group .left .tel span small {
  font-size: 16px;
}
#footer .group .info {
  line-height: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #footer .group .info {
    margin: 15vw 0 0;
    text-align: center;
  }
  #footer .group .info p + p {
    margin-top: 25px;
  }
}
#footer .group2 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10vw 0;
  position: relative;
  text-align: center;
}
#footer .group2 .right .btn-copy {
  font-size: 12px;
  line-height: 1.5;
  color: #727272;
  margin: 0 0 20px;
}
#footer .group2 .right .btn-copy a {
  gap: 8px;
  align-items: center;
  display: inline-flex;
  cursor: pointer;
  letter-spacing: 0;
}
#footer .group2 .right .btn-copy a:after {
  content: "";
  background: url("../img/shared/icon_url_sp.png") no-repeat center/100% auto;
  width: 11px;
  height: 11px;
}
#footer .group2 .right .btn-copy a.copied {
  text-decoration: none;
  cursor: context-menu;
}
#footer .group2 .left {
  font-weight: 300;
  color: #727272;
  font-size: 12px;
  line-height: 1.5;
  margin: 16px 0 0;
}
#footer .group2 .left .cookies-link {
  margin: 0 0 12px;
}
#footer .pagetop {
  margin: 40px 0 0;
  cursor: pointer;
  line-height: 1.5;
  text-align: center;
  padding: 13px 0 0;
  background: url("../img/shared/pagetop_sp.png") no-repeat top center/9.5px auto;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 44px 0 0;
  }
  #footer .nav {
    width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: calc(100% - 60px);
    border-bottom: 1px solid #333;
    gap: 0 43px;
    padding: 0 0 46px;
    letter-spacing: 0.15em;
    line-height: 1.875;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  #footer .nav {
    letter-spacing: 0;
    gap: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  #footer .group {
    width: 1040px;
    margin: 68px auto 79px;
    max-width: calc(100% - 60px);
    display: flex;
    align-items: flex-start;
    gap: 52px;
  }
  #footer .group .left .logo {
    margin: 7px 0 29px;
    width: auto;
  }
  #footer .group .left .tel {
    padding: 13px 0 14px;
    width: 319px;
    margin: 0 auto;
  }
  #footer .group .left .tel .sub-tel {
    font-size: 18px;
    margin: 0 0 11px;
  }
  #footer .group .left .tel span {
    font-size: 28px;
  }
  #footer .group .left .tel span small {
    font-size: 18px;
  }
  #footer .group .info {
    line-height: 28px;
    letter-spacing: 0.15em;
  }
  #footer .group2 {
    width: 1340px;
    margin: 0 auto;
    max-width: calc(100% - 60px);
    border-top: 1px solid #333;
    border-bottom: 0;
    padding: 19px 0 35px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
  #footer .group2 .right {
    text-align: right;
  }
  #footer .group2 .right .btn-copy {
    margin: 0 0 16px;
  }
  #footer .group2 .right .btn-copy a:after {
    background: url("../img/shared/icon_url.png") no-repeat center/100% auto;
  }
  #footer .group2 .left {
    font-weight: 100;
    margin: 0;
  }
  #footer .group2 .left .cookies-link {
    margin: 0 0 9px;
  }
  #footer .pagetop {
    bottom: 29px;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 13px 0 0;
    background: url("../img/shared/pagetop.png") no-repeat top center;
  }
  #footer .pagetop:hover {
    opacity: 0.8;
  }
}

#ft-fixed {
  display: flex;
  background: #fff;
  z-index: 9999;
}
#ft-fixed p, #ft-fixed .hamburger {
  width: 33.3333333333%;
  box-sizing: border-box;
}
#ft-fixed p + p {
  border-left: 1px solid #000;
}
#ft-fixed .tel, #ft-fixed .map {
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
}
#ft-fixed .tel a, #ft-fixed .map a {
  display: block;
  padding: 13px 0;
}
#ft-fixed .tel span, #ft-fixed .map span {
  display: block;
  margin: 10px 0 0;
}
#ft-fixed .tel img, #ft-fixed .map img {
  width: 22px;
  margin: 0 auto;
}
#ft-fixed .hamburger {
  position: relative;
  top: 0;
  right: 0;
  border-left: 1px solid #000;
  background: #fff;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#ft-fixed .hamburger .hamburger-box {
  width: 37px;
  margin: 0 auto;
  height: 20px;
}
#ft-fixed .hamburger .hamburger-box .hamburger-inner, #ft-fixed .hamburger .hamburger-box .hamburger-inner::before, #ft-fixed .hamburger .hamburger-box .hamburger-inner:after {
  background: #000;
}
#ft-fixed .hamburger::after {
  color: #000;
  font-size: 10px;
  margin: 10px 0 0;
}
#ft-fixed .hamburger.is-active {
  background: url("../img/shared/bg2.jpg");
}
#ft-fixed .hamburger.is-active .hamburger-box .hamburger-inner, #ft-fixed .hamburger.is-active .hamburger-box .hamburger-inner::before, #ft-fixed .hamburger.is-active .hamburger-box .hamburger-inner:after {
  background: #fff;
}
#ft-fixed .hamburger.is-active:after {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

#menu-toggle {
  background: url("../img/shared/bg2.jpg");
  color: #fff;
  text-align: center;
}
#menu-toggle .logo {
  width: 200px;
  margin: 0 auto 50px;
}
#menu-toggle .nav {
  font-size: 16px;
  line-height: 1.5;
}
#menu-toggle .nav li + li {
  margin-top: 20px;
}
#menu-toggle .nav li a {
  text-decoration: none;
  display: block;
  position: relative;
}
#menu-toggle .nav li a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  top: -10px;
}
#menu-toggle .nav li a.active::before {
  opacity: 1;
  visibility: visible;
}

.btn-link {
  width: 273px;
  max-width: 100%;
}
.btn-link a {
  display: block;
  background: #fff;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.2em;
  padding: 14px 0;
  text-align: center;
}
.btn-link a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  background: url("../img/shared/arrow_sp.png") no-repeat center/100% auto;
  width: 7.5px;
}
@media screen and (min-width: 768px) {
  .btn-link {
    width: 380px;
  }
  .btn-link a {
    font-size: 20px;
    line-height: 1.5;
    padding: 25px 0;
  }
  .btn-link a:after {
    right: 22px;
    background: url("../img/shared/arrow.png") no-repeat center/100% auto;
    width: 11px;
  }
  .btn-link a:hover {
    opacity: 0.8;
  }
}

.btn-popup {
  box-sizing: border-box;
  display: block;
  background: #fff;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.2em;
  padding: 13px 0;
  text-align: center;
  cursor: pointer;
  max-width: 100%;
  width: 275px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.btn-popup:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  background: url("../img/index/icon_popup_sp.png") no-repeat center/100% auto;
  width: 14.5px;
}
@media screen and (min-width: 768px) {
  .btn-popup {
    width: 442px;
    line-height: 1.5;
    font-size: 20px;
    padding: 24px 0;
  }
  .btn-popup:hover {
    opacity: 0.8;
  }
  .btn-popup:after {
    right: 39px;
    background-image: url("../img/index/icon_popup.png");
    width: 23px;
  }
}