body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
  touch-action: none !important;
  pointer-events: none !important;
}

body.navOpen .navBtn,
body.navOpen #menu_toggle,
body.navOpen #menu_toggle * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.navOpen {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

#menu_toggle {
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  color: #000;
}
#menu_toggle .tel {
  margin: 0 0 30px;
  font-weight: 400;
}
#menu_toggle .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.05em;
}
#menu_toggle .tel span {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 9px 0 7px;
  display: block;
}
#menu_toggle .tel .note-tel {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: block;
}
#menu_toggle .nav {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}
#menu_toggle .nav > li + li {
  margin-top: 20px;
}
#menu_toggle .nav li a, #menu_toggle .nav li span {
  display: inline-block;
  text-decoration: none;
}
#menu_toggle .nav li a.active, #menu_toggle .nav li span.active {
  color: #970800;
}
#menu_toggle .nav li.has-sub {
  line-height: 30px;
}
#menu_toggle .btn-en {
  margin: 35px auto 0;
  width: 260px;
}
#menu_toggle .btn-en a {
  display: block;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 2;
  padding: 13.5px 0;
}

a[href*="tel:"] {
  text-decoration: none;
}

#logo {
  z-index: 999;
}
#logo img {
  width: 100%;
  height: auto;
}

.navBtn.cl-black {
  filter: invert(1);
}

.navOpen .navBtn.cl-black {
  filter: invert(0);
}

header #key img {
  width: 100%;
  height: auto;
}
header #belt {
  z-index: 9999;
}

/*=============================================
 * <ft-fixed>
 *=============================================*/
#ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 99;
  padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
  display: flex;
  color: #fff;
}
#ft-fixed p {
  width: 50%;
}
#ft-fixed p a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid;
  font-size: 15px;
  line-height: 2;
  text-decoration: none;
  padding: 14.5px 0;
}
#ft-fixed p a:after {
  content: "";
  background: url("../img/shared/arrow.png") no-repeat center/100% auto;
  width: 8px;
  height: 12px;
}
#ft-fixed p.btn-mail a:after {
  background-image: url("../img/shared/icon_mail2.png");
  width: 15px;
}

#ft-fixed-en {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 99;
  padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
  display: flex;
  color: #fff;
}
#ft-fixed-en p {
  width: 100%;
}
#ft-fixed-en p a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid;
  font-size: 15px;
  line-height: 2;
  text-decoration: none;
  padding: 14.5px 0;
}
#ft-fixed-en p a:after {
  content: "";
  background: url("../img/shared/arrow.png") no-repeat center/100% auto;
  width: 8px;
  height: 12px;
}
#ft-fixed-en p.btn-mail a:after {
  background-image: url("../img/shared/icon_mail2.png");
  width: 15px;
}

footer {
  padding: 45px 0 130px;
  font-weight: 400;
}
footer img {
  width: 100%;
  height: auto;
}
footer .logo {
  margin: 0 auto;
  width: 201px;
}
footer .address {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0 15px;
  letter-spacing: 0.15em;
}
footer .tel {
  text-align: center;
}
footer .tel a {
  display: block;
  text-decoration: none;
}
footer .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 15px;
  letter-spacing: 0.05em;
}
footer .tel span {
  display: block;
  line-height: 1;
  font-size: 24px;
  margin: 5px 0 0;
  letter-spacing: 0.1em;
}
footer .tel span small {
  font-size: 20px;
}
footer .btn-mail {
  margin: 25px auto 37px;
  width: 275px;
  max-width: 100%;
}
footer .btn-mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  color: #000;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 22.5px 0;
  position: relative;
  gap: 15px;
}
footer .btn-mail a::before {
  content: "";
  background: url("../img//shared/icon_mail3.png") no-repeat center/100% auto;
  width: 20px;
  height: 15px;
}
footer .btn-mail a:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid;
}
footer #socialbuttons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 25px;
}
footer .btn-copy, footer .cookies-link {
  font-size: 12px;
  line-height: 1.5;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
footer .btn-copy a, footer .cookies-link a {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
}
footer .btn-copy a::before, footer .cookies-link a::before {
  content: "";
  background: url("../img/shared/icon_url.png") no-repeat center/100% auto;
  width: 10px;
  height: 10px;
}
footer .btn-copy a.copied, footer .cookies-link a.copied {
  cursor: context-menu;
  text-decoration: underline !important;
}
footer .cookies-link {
  margin-top: 7px;
}
footer .pagetop {
  display: flex;
  gap: 14px;
  align-items: center;
  cursor: pointer;
  margin: 20px auto 0;
  width: 300px;
  max-width: 100%;
  text-decoration: underline;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
footer .pagetop::before {
  content: "";
  background: url("../img/shared/pagetop.png") no-repeat center/100% auto;
  width: 10px;
  height: 11px;
}
footer address {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  margin: 25px 0 0;
  letter-spacing: 0.1em;
}

.cta {
  background: url("../img/index/cta_bg.jpg") no-repeat center/cover;
  padding: 13.3vw 0;
  text-align: center;
}
.cta .wrap {
  padding: 0 3%;
}
.cta .box {
  background: url("../img/index/cta_bg2.jpg") repeat-y top center/100% auto;
}
.cta h2 {
  text-align: center;
  position: relative;
  padding: 16vw 0 0;
  line-height: 1.25;
  font-size: 6.4vw;
  letter-spacing: 0.12em;
}
.cta h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 11vw;
  background: #000;
}
.cta .txt {
  line-height: 27.5px;
  text-align: center;
  margin: 5vw 0 8vw;
}
.cta .group {
  background: #fff;
  padding: 10vw 0 12vw;
}
.cta .group .tel {
  margin: 0 0 20px;
  font-weight: 400;
}
.cta .group .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.cta .group .tel span {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 9px 0 7px;
  display: block;
}
.cta .group .tel span small {
  font-size: 20px;
}
.cta .group .tel .note-tel {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
}
.cta .group .btn-mail {
  margin: 0 auto;
  width: 275px;
  max-width: 100%;
}
.cta .group .btn-mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #000;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 22.5px 0;
  position: relative;
  gap: 15px;
}
.cta .group .btn-mail a::before {
  content: "";
  background: url("../img//shared/icon_mail4.png") no-repeat center/100% auto;
  width: 20px;
  height: 15px;
}
.cta .group .btn-mail a:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid;
}