body {
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shared/bg2.jpg");
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
body.cl-black::before {
  opacity: 1;
  visibility: visible;
}

main {
  position: relative;
}

@media screen and (max-width: 767px) {
  .txt {
    text-align: justify;
  }
}
#header {
  position: relative;
  z-index: 3;
  color: #fff;
  height: 100vh;
}
#header h1 {
  position: absolute;
  left: 15px;
  bottom: 16vh;
  font-size: 13px;
  line-height: 1.77;
  letter-spacing: 0em;
  z-index: 2;
}
#header .logo {
  position: absolute;
  width: 90px;
  top: 30px;
  left: 26px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #header h1 {
    left: 63px;
    bottom: 75px;
    font-size: 14px;
    line-height: 1.5;
  }
  #header .logo {
    position: absolute;
    width: 126px;
    top: 65px;
    left: 82px;
    z-index: 2;
  }
  #header .nav {
    display: flex;
    top: 76px;
    left: 0;
    right: 0;
    justify-content: center;
    font-size: 17px;
    line-height: 56px;
    position: absolute;
  }
  #header .nav li a {
    display: inline-block;
    width: 56px;
    letter-spacing: 0.3em;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
  }
  #header .nav li a.active {
    color: #bcbcbc;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #header .nav li a:hover {
    color: #bcbcbc;
  }
}
@media screen and (min-width: 768px) {
  #header .group-tel-btn {
    position: absolute;
    top: 35px;
    right: 59px;
    z-index: 2;
  }
  #header .group-tel-btn .tel .sub-tel {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 17px -7px;
    letter-spacing: 0.1em;
  }
  #header .group-tel-btn .tel span {
    display: block;
    line-height: 1;
    letter-spacing: -0.04em;
    font-size: 30px;
    padding: 0 0 0 20px;
    background: url("../img/shared/icon_tel_wh.png") no-repeat left center/15px auto;
  }
  #header .group-tel-btn .btn-web {
    width: 190px;
    margin: 13px 0 0;
  }
  #header .group-tel-btn .btn-web a {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    padding: 4.5px 0;
    overflow: hidden;
    text-align: center;
  }
  #header .group-tel-btn .btn-web a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    background: #d9d0c7;
    transform: scale(0);
    transition: transform 0.3s ease-out;
  }
  #header .group-tel-btn .btn-web a span {
    display: inline-block;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #header .group-tel-btn .btn-web a:hover {
    border-color: #d9d0c7;
    color: #000;
  }
  #header .group-tel-btn .btn-web a:hover::before {
    transform: scale(2);
  }
}
@media screen and (min-width: 768px) {
  #header .nav2 {
    position: absolute;
    left: 80px;
    bottom: 155px;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.2;
  }
  #header .nav2 li a {
    display: inline-block;
    letter-spacing: 0.2em;
  }
  #header .nav2 li.line {
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    height: 16px;
    margin: 0 16px;
  }
  #header .nav2 li.insta {
    margin: 0 0 0 30px;
  }
  #header .nav2 li.insta a {
    display: block;
    line-height: 0;
  }
}

#key {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 1px);
  height: calc(100vh + 1px);
}
#key .img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .hamburger {
    right: 29px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 28px;
  }
  .hamburger .hamburger-box {
    width: 100%;
    height: 100%;
  }
  .hamburger:after {
    display: none;
  }
  .hamburger:not(.is-active) .hamburger-box .hamburger-inner {
    top: calc(50% - 1px);
  }
  .hamburger:not(.is-active) .hamburger-box .hamburger-inner::before {
    top: -13px;
  }
  .hamburger:not(.is-active) .hamburger-box .hamburger-inner:after {
    bottom: -13px;
  }
  .hamburger.is-active {
    top: 20px;
    right: 22px;
    transform: translateY(0);
    width: 50px;
    height: 43px;
  }
  .hamburger.is-active .hamburger-box .hamburger-inner, .hamburger.is-active .hamburger-box .hamburger-inner::before, .hamburger.is-active .hamburger-box .hamburger-inner:after {
    background: #000;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .hamburger:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .has-nav .hamburger .hamburger-box .hamburger-inner, .has-nav .hamburger .hamburger-box .hamburger-inner::before, .has-nav .hamburger .hamburger-box .hamburger-inner:after {
    background: #000;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .has-nav .hamburger:hover {
    opacity: 0.7;
  }
}

#menu-toggle {
  background: url("../img/shared/bg.jpg");
  text-align: center;
}
@media screen and (max-width: 767px) {
  #menu-toggle {
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  #menu-toggle .inner {
    text-align: left;
    display: inline-block;
  }
  #menu-toggle .inner .insta {
    width: 28.5px;
    margin: 43px auto 0;
  }
}
#menu-toggle .inner .nav {
  font-size: 23px;
  line-height: 45px;
  margin: 0 0 0 20px;
}
#menu-toggle .inner .nav li a {
  text-decoration: none;
  letter-spacing: 0.22em;
  display: inline-block;
  transition: all 0.5s;
}
#menu-toggle .inner .nav li a.active {
  color: #6b5e4c;
}
#menu-toggle .inner .nav2 {
  display: flex;
  align-items: center;
  font-size: 19px;
  line-height: 1.2;
  margin: 40px 0 0 20px;
}
#menu-toggle .inner .nav2 li a {
  display: inline-block;
  letter-spacing: 0.2em;
}
#menu-toggle .inner .nav2 li.line {
  width: 1px;
  background: rgba(0, 0, 0, 0.4);
  height: 20px;
  margin: 0 20px;
}
#menu-toggle .inner .row {
  margin: 50px 0 0;
  display: flex;
  gap: 45px;
  align-items: flex-start;
}
#menu-toggle .inner .row .logo {
  width: 70px;
}
#menu-toggle .inner .row .group-tel-btn {
  margin: 20px 0 0;
}
#menu-toggle .inner .row .group-tel-btn .tel .sub-tel {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 17px -7px;
  letter-spacing: 0.1em;
}
#menu-toggle .inner .row .group-tel-btn .tel span {
  display: block;
  line-height: 1;
  letter-spacing: -0.04em;
  font-size: 31px;
  padding: 0 0 0 22px;
  background: url("../img/shared/icon_tel_bl.png") no-repeat left center/15.5px auto;
}
#menu-toggle .inner .row .group-tel-btn .btn-web {
  width: 198px;
  margin: 13px 0 0;
}
#menu-toggle .inner .row .group-tel-btn .btn-web a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  background: #453a2b;
  border: 1px solid #453a2b;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 4.5px 0;
  overflow: hidden;
  text-align: center;
}
#menu-toggle .inner .row .group-tel-btn .btn-web a span {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #menu-toggle {
    background: rgba(63, 44, 29, 0.18);
    backdrop-filter: blur(10px);
    padding: 0;
    text-align: left;
  }
  #menu-toggle .inner {
    width: 568px;
    max-width: 100%;
    margin: 0 0 0 auto;
    min-height: 100vh;
    background: url("../img/shared/bg.jpg");
    box-sizing: border-box;
    padding: 77px 0 96px 93px;
  }
  #menu-toggle .inner .nav {
    font-size: 24px;
    line-height: 56px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #menu-toggle .inner .nav li a:hover {
    color: #6b5e4c;
  }
}
@media screen and (min-width: 768px) {
  #menu-toggle .inner .nav2 {
    font-size: 20px;
    margin: 40px 0 0;
  }
  #menu-toggle .inner .nav2 li.line {
    height: 22px;
    margin: 0 22px;
  }
  #menu-toggle .inner .nav2 li.insta {
    margin: 0 0 0 50px;
    width: 41px;
  }
  #menu-toggle .inner .nav2 li.insta a {
    display: block;
    line-height: 0;
  }
  #menu-toggle .inner .row {
    margin: 80px 0 0 14px;
    gap: 64px;
  }
  #menu-toggle .inner .row .logo {
    width: 90px;
  }
  #menu-toggle .inner .row .group-tel-btn {
    margin: 33px 0 0;
  }
  #menu-toggle .inner .row .group-tel-btn .tel span {
    display: block;
    line-height: 1;
    letter-spacing: -0.04em;
    font-size: 30px;
    padding: 0 0 0 20px;
    background: url("../img/shared/icon_tel_bl.png") no-repeat left center/16px auto;
  }
  #menu-toggle .inner .row .group-tel-btn .btn-web {
    width: 190px;
    margin: 13px 0 0;
  }
  #menu-toggle .inner .row .group-tel-btn .btn-web a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    background: #fff;
    transform: scale(0);
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #menu-toggle .inner .row .group-tel-btn .btn-web a:hover {
    color: #000;
  }
  #menu-toggle .inner .row .group-tel-btn .btn-web a:hover::before {
    transform: scale(2);
  }
}

#footer {
  position: relative;
  z-index: 3;
  padding: 0 0 150px;
}
#footer .pagetop {
  margin: 58.5px 23px 0;
  border: 1px solid #453a2b;
  padding: 10px 0;
  text-align: center;
  line-height: 1;
}
#footer .pagetop img {
  width: 17.5px;
}
#footer .row {
  text-align: center;
  margin: 50px 50px 0;
}
#footer .row .btn-copy {
  line-height: 1.5;
  font-size: 11px;
}
#footer .row .btn-copy a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0;
  color: #393634;
  gap: 5px;
  cursor: pointer;
}
#footer .row .btn-copy a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10.5px;
  background: url("../img/shared/icon_url.png") no-repeat center/100% auto;
}
#footer .row .btn-copy a.copied {
  text-decoration: none;
  cursor: context-menu;
}
#footer .row .left {
  margin: 20px 0 0;
  color: #636363;
  letter-spacing: 0.07em;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #footer .row .left .cookies-link {
    margin: 10px 0 0;
  }
}
#footer #socialbuttons {
  margin: 35px 0 0;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 0 0 52px;
  }
  #footer .para {
    margin: 0 30px;
    height: 600px;
  }
  #footer .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 77px 50px 0;
  }
  #footer .row .btn-copy {
    line-height: 1.5;
    font-size: 12px;
  }
  #footer .row .btn-copy a {
    font-size: 12px;
  }
  #footer .row .btn-copy a::before {
    width: 13px;
    height: 11px;
  }
  #footer .row .btn-copy a:hover {
    text-decoration: underline;
  }
  #footer .row .left {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
  }
  #footer #socialbuttons {
    text-align: left;
    margin: 40px 0 0 40px;
  }
}

#ft-fixed {
  display: flex;
  background: #fff;
  padding: 0 94px 0 0;
}
#ft-fixed p {
  width: 33.3333333333%;
  position: relative;
}
#ft-fixed p:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #c7c4bc;
  top: 15px;
  bottom: 15px;
  right: 0;
}
#ft-fixed p a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 0 0;
  height: 90px;
  text-decoration: none;
  box-sizing: border-box;
}
#ft-fixed p a img {
  width: auto;
  height: 21px;
}
#ft-fixed p a span {
  font-size: 10px;
  line-height: 1.5;
  margin: 10px 0 0;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .hamburger {
    padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
    bottom: 0;
    right: 0;
    width: 94px;
    height: 90px;
    padding: 23.5px 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    top: auto;
  }
  .hamburger .hamburger-box {
    width: 24px;
    height: 13px;
  }
  .hamburger .hamburger-box .hamburger-inner::before, .hamburger .hamburger-box .hamburger-inner:after {
    background: #000;
  }
  .hamburger:after {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin: 12px 0 0;
    color: #000;
    font-weight: 500;
  }
  .hamburger:not(.is-active) .hamburger-box .hamburger-inner {
    background: transparent;
  }
  .hamburger:not(.is-active) .hamburger-box .hamburger-inner::before {
    top: -6px;
  }
  .hamburger:not(.is-active) .hamburger-box .hamburger-inner:after {
    bottom: -6px;
  }
  .hamburger.is-active {
    bottom: auto;
    top: 20px;
    right: 15px;
    padding-top: 0;
    height: 35px;
    width: 35px;
  }
  .hamburger.is-active:after {
    display: none;
  }
  .hamburger.is-active .hamburger-box {
    width: 35px;
  }
  .hamburger.is-active .hamburger-box .hamburger-inner {
    background: #000;
  }
}