.btn-link {
  max-width: 100%;
  width: 320px;
}
.btn-link a {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
  background: #3b362a;
  text-align: center;
  border: 1px solid #969592;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5;
  padding: 23px 0;
  transition: all 0.3s;
  letter-spacing: 0.2em;
}
.btn-link a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 21px;
  width: 28px;
  height: 4.5px;
  background: url("../img/shared/arrow_wh.png") no-repeat bottom right/100% auto;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .btn-link {
    width: 400px;
  }
  .btn-link a {
    font-size: 22px;
    padding-right: 12px;
  }
  .btn-link a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: scale(0);
    background: #f0edea;
    transition: all 0.3s;
  }
  .btn-link a:after {
    right: 26px;
    width: 30px;
    height: 5px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-link a:hover {
    color: #000;
  }
  .btn-link a:hover::before {
    transform: scale(2);
  }
  .btn-link a:hover:after {
    background-image: url("../img/shared/arrow.png");
  }
}

.btn-popup {
  max-width: 100%;
  width: 320px;
  box-sizing: border-box;
  position: relative;
  background: #3b362a;
  text-align: center;
  border: 1px solid #969592;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5;
  padding: 23px 0;
  transition: all 0.3s;
  z-index: 1;
  letter-spacing: 0.2em;
}
.btn-popup:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 21px;
  width: 16px;
  height: 17px;
  background: url("../img/shared/icon_popup_wh.png") no-repeat center right/100% auto;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .btn-popup {
    width: 400px;
    font-size: 22px;
    cursor: pointer;
    padding-right: 12px;
  }
  .btn-popup::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: scale(0);
    background: #f0edea;
    transition: all 0.3s;
    z-index: -1;
  }
  .btn-popup:after {
    right: 33px;
    width: 18px;
    height: 19px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-popup:hover {
    color: #000;
  }
  .btn-popup:hover::before {
    transform: scale(2);
  }
  .btn-popup:hover:after {
    background-image: url("../img/shared/icon_popup.png");
  }
}

#header {
  position: relative;
}
#header .logo {
  position: absolute;
  z-index: 2;
  width: 115px;
  top: 25px;
  left: 14px;
}
#header h1 {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  right: 18px;
  left: 18px;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.18em;
}
#header #key {
  position: relative;
  z-index: 1;
}
#header #key .img {
  height: 168vw;
}
@media screen and (min-width: 768px) {
  #header {
    padding: 123px 80px 0;
  }
  #header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/shared/h_deco.png") no-repeat top left;
    mix-blend-mode: overlay;
  }
  #header .logo {
    top: 44px;
    left: 54px;
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header .logo {
    left: 25px;
  }
}
@media screen and (min-width: 768px) {
  #header h1 {
    top: 286px;
    bottom: -100px;
    right: auto;
    left: 27px;
    color: #73706a;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.18em;
  }
  #header #key .img {
    height: 780px;
  }
  #header .group-tel-btn {
    position: absolute;
    left: 290px;
    top: 46px;
    gap: 25px;
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header .group-tel-btn {
    left: 250px;
  }
}
@media screen and (min-width: 768px) {
  #header .group-tel-btn .tel .sub-tel {
    display: block;
    line-height: 1;
    font-size: 10px;
    letter-spacing: 0.2em;
    margin: 0 0 17px;
  }
  #header .group-tel-btn .tel span {
    display: flex;
    align-items: baseline;
    gap: 7px;
    line-height: 1;
    font-size: 30px;
    letter-spacing: -0.1em;
    margin: 0 0 0 4px;
  }
  #header .group-tel-btn .tel span::before {
    content: "";
    background: url("../img/shared/icon_tel_wh.png") no-repeat center/100% auto;
    width: 15px;
    height: 19px;
  }
  #header .group-tel-btn .btn-web {
    width: 176px;
  }
  #header .group-tel-btn .btn-web a {
    display: block;
    position: relative;
    z-index: 1;
    background: #a88228;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    padding: 11px 0;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 0.1em;
  }
  #header .group-tel-btn .btn-web a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    border-radius: 50%;
    background: #a85528;
    z-index: -1;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #header .group-tel-btn .btn-web a:hover::before {
    transform: scale(2);
  }
}
@media screen and (min-width: 768px) {
  #header .group-nav {
    position: absolute;
    z-index: 2;
    top: 33px;
    right: 90px;
    width: 356px;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header .group-nav {
    right: 40px;
  }
}
@media screen and (min-width: 768px) {
  #header .group-nav .nav2 {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.5;
    gap: 13px;
    margin: 0 0 40px 6px;
  }
  #header .group-nav .nav2 .line {
    width: 1px;
    height: 15px;
    background: #675f5b;
  }
  #header .group-nav .nav2 li a {
    display: block;
    letter-spacing: 0.12em;
  }
  #header .group-nav .nav {
    display: flex;
    gap: 19px;
    align-items: flex-start;
  }
  #header .group-nav .nav li a {
    display: inline-block;
    width: 23px;
    line-height: 23px;
    font-size: 17px;
    letter-spacing: 0.2em;
    padding: 13px 0 9px;
    position: relative;
    z-index: 1;
    background: #0c0b0b;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
  }
  #header .group-nav .nav li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    height: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: #644d18;
  }
  #header .group-nav .nav li a.active::before, #header .group-nav .nav li a:hover::before {
    height: 100%;
  }
  #header .sns {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    right: 28px;
    top: 392px;
    width: 30px;
  }
  #header .sns img {
    width: auto;
    height: 30px;
  }
  #header .sns a {
    display: block;
    line-height: 0;
  }
}

.hamburger {
  top: 0;
  right: 0;
  background: #45382e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  padding: 20px 0 9px;
}
.hamburger:after {
  font-family: "Playfair Display", serif;
  font-size: 11px;
  line-height: 1.5;
  margin: 0;
  color: #fff;
  letter-spacing: 0.1em;
}
.hamburger .hamburger-box {
  width: 33px;
  height: 17px;
}
.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner::before, .hamburger .hamburger-box .hamburger-inner:after {
  height: 1px;
  background: #fff;
}
.hamburger:not(.is-active) .hamburger-box .hamburger-inner {
  left: 8px;
}
.hamburger:not(.is-active) .hamburger-box .hamburger-inner::before, .hamburger:not(.is-active) .hamburger-box .hamburger-inner:after {
  left: -8px;
}
.hamburger:not(.is-active) .hamburger-box .hamburger-inner::before {
  top: -7px;
}
.hamburger:not(.is-active) .hamburger-box .hamburger-inner:after {
  bottom: -7px;
}
.hamburger.is-active {
  background: transparent;
}
.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;
}
.hamburger.is-active:after {
  color: #000;
}
@media screen and (min-width: 768px) {
  .hamburger {
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    width: 100px;
    height: 100px;
    padding: 25px 0 10px;
  }
  .hamburger:after {
    font-size: 14px;
  }
  .hamburger .hamburger-box {
    width: 41px;
    height: 21px;
  }
  .hamburger:not(.is-active) .hamburger-box .hamburger-inner {
    left: 10px;
  }
  .hamburger:not(.is-active) .hamburger-box .hamburger-inner::before, .hamburger:not(.is-active) .hamburger-box .hamburger-inner:after {
    left: -10px;
  }
  .hamburger:not(.is-active) .hamburger-box .hamburger-inner::before {
    top: -9px;
  }
  .hamburger:not(.is-active) .hamburger-box .hamburger-inner:after {
    bottom: -9px;
  }
}

@media screen and (min-width: 768px) {
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
  .has-nav .hamburger:hover {
    opacity: 0.8;
  }
}

#menu-toggle {
  background: #f0edea;
  padding-top: 70px;
}
#menu-toggle .right {
  position: relative;
}
#menu-toggle .right .nav {
  margin: 0 39px;
}
#menu-toggle .right .nav li a {
  display: inline-block;
  padding: 0 10px 0 7px;
  font-size: 23px;
  line-height: 29px;
  letter-spacing: 0.2em;
  transition: all 0.5s;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
}
#menu-toggle .right .nav li a.active, #menu-toggle .right .nav li a:hover {
  color: #fff;
  background: #3b362a;
}
@media screen and (max-width: 767px) {
  #menu-toggle .right .nav li + li {
    margin-top: 20px;
  }
}
#menu-toggle .right .nav2 {
  font-size: 18px;
  line-height: 1.5;
  margin: 25px 27.5px 0;
  padding: 25px 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  #menu-toggle .right .nav2 li + li {
    margin-top: 12px;
  }
}
#menu-toggle .right .group {
  margin: 79px 0 0;
}
#menu-toggle .right .group .logo {
  width: 113px;
  margin: 0 auto 30px;
}
#menu-toggle .right .group .tel {
  text-align: center;
}
#menu-toggle .right .group .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin: 0 0 12px;
}
#menu-toggle .right .group .tel span {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  line-height: 1;
  font-size: 41px;
  letter-spacing: -0.1em;
}
#menu-toggle .right .group .tel span::before {
  content: "";
  background: url("../img/shared/icon_tel.png") no-repeat center/100% auto;
  width: 18px;
  height: 25px;
}
#menu-toggle .right .group .btn-web {
  margin: 22px auto 0;
  width: 300px;
}
#menu-toggle .right .group .btn-web a {
  display: block;
  position: relative;
  z-index: 1;
  background: #a88228;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  padding: 19px 0;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: 0.1em;
  color: #fff;
}
#menu-toggle .right .sns {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
  gap: 33px;
}
#menu-toggle .right .sns img {
  width: auto;
  height: 42.5px;
}
#menu-toggle .right .sns a {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  #menu-toggle {
    padding: 0;
  }
  #menu-toggle .inner {
    min-height: 100vh;
    display: flex;
  }
  #menu-toggle .inner .img {
    width: 50%;
    max-width: calc(100% - 750px);
  }
  #menu-toggle .right {
    width: 50%;
    min-width: 750px;
    padding: 166px 0 138px;
  }
  #menu-toggle .right .nav {
    height: 317px;
    display: flex;
    justify-content: center;
    gap: 34px;
    margin: 0;
  }
  #menu-toggle .right .nav li a {
    width: 31px;
    padding: 18px 0;
    font-size: 26px;
    line-height: 31px;
  }
  #menu-toggle .right .nav li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    height: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: #3b362a;
  }
  #menu-toggle .right .nav li a.active, #menu-toggle .right .nav li a:hover {
    background: transparent;
  }
  #menu-toggle .right .nav li a.active::before, #menu-toggle .right .nav li a:hover::before {
    height: 100%;
  }
  #menu-toggle .right .nav2 {
    position: absolute;
    top: 32px;
    right: 104px;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.5;
    gap: 13px;
    margin: 0 0 40px 6px;
    padding: 0;
    border-top: 0;
  }
  #menu-toggle .right .nav2 .line {
    width: 1px;
    height: 15px;
    background: #675f5b;
  }
  #menu-toggle .right .nav2 li a {
    display: block;
    letter-spacing: 0.12em;
  }
  #menu-toggle .right .group {
    width: 516px;
    box-sizing: border-box;
    padding: 0 16px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
  }
  #menu-toggle .right .group .logo {
    width: 143px;
    margin: 6px 0 0;
  }
  #menu-toggle .right .group .tel {
    text-align: left;
  }
  #menu-toggle .right .group .tel .sub-tel {
    font-size: 15px;
    margin: 0 0 16px;
  }
  #menu-toggle .right .group .tel span {
    gap: 12px;
    font-size: 44px;
    margin: 0 0 0 4px;
  }
  #menu-toggle .right .group .tel span::before {
    width: 20px;
    height: 28px;
  }
  #menu-toggle .right .group .btn-web {
    margin: 14px 0 0;
    width: 254px;
  }
  #menu-toggle .right .group .btn-web a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    border-radius: 50%;
    background: #a85528;
    z-index: -1;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #menu-toggle .right .group .btn-web a:hover::before {
    transform: scale(2);
  }
}
@media screen and (min-width: 768px) {
  #menu-toggle .right .sns {
    margin: 73px 0 0;
    gap: 45px;
  }
  #menu-toggle .right .sns img {
    height: 45px;
  }
}

#footer {
  background: url("../img/shared/bg2.jpg");
  position: relative;
  padding: 17vw 0 140px;
}
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("../img/shared/f_deco_sp.png") no-repeat top left/100% auto;
  width: 100%;
  height: 100%;
  mix-blend-mode: difference;
  opacity: 0.2;
}
#footer .set1 .group-nav {
  margin: 0 3.2vw;
}
#footer .set1 .group-nav .nav {
  margin: 0 20px;
}
#footer .set1 .group-nav .nav li a {
  display: inline-block;
  padding: 0 10px 0 7px;
  font-size: 23px;
  line-height: 29px;
  letter-spacing: 0.2em;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
}
#footer .set1 .group-nav .nav li a.active, #footer .set1 .group-nav .nav li a:hover {
  color: #fff;
  background: #644d18;
}
@media screen and (max-width: 767px) {
  #footer .set1 .group-nav .nav li + li {
    margin-top: 20px;
  }
}
#footer .set1 .group-nav .nav2 {
  font-size: 18px;
  line-height: 1.5;
  margin: 25px 0 0;
  padding: 25px 20px 0;
  border-top: 1px solid rgba(103, 95, 91, 0.4);
}
@media screen and (max-width: 767px) {
  #footer .set1 .group-nav .nav2 li + li {
    margin-top: 12px;
  }
}
#footer .set1 .left .group-logo {
  margin: 77px 0 0;
}
#footer .set1 .left .group-logo .logo {
  width: 153px;
  margin: 0 auto 30px;
}
#footer .set1 .left .group-logo .name {
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
}
#footer .set1 .left .group-tel-btn {
  margin: 35px 0 0;
  text-align: center;
}
#footer .set1 .left .group-tel-btn .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.12em;
  margin: 0 0 23px;
}
#footer .set1 .left .group-tel-btn .tel span {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  font-size: 41px;
  letter-spacing: -0.09em;
  margin: 0 0 0 4px;
}
#footer .set1 .left .group-tel-btn .tel span::before {
  content: "";
  background: url("../img/shared/icon_tel_wh.png") no-repeat center/100% auto;
  width: 19px;
  height: 26px;
}
#footer .set1 .left .group-tel-btn .btn-web {
  width: 300px;
  margin: 22px auto 0;
}
#footer .set1 .left .group-tel-btn .btn-web a {
  display: block;
  position: relative;
  z-index: 1;
  background: #a88228;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  padding: 16px 0;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: 0.1em;
}
#footer .set1 .left .info {
  margin: 50px -4.8vw 0;
  font-size: 13px;
  line-height: 24.5px;
  text-align: center;
}
#footer .set1 .left .info .address {
  letter-spacing: 0.08em;
  margin: 0 0 10px;
}
#footer .set1 .left .info .address a {
  display: inline-flex;
  position: relative;
  gap: 10px;
  align-items: baseline;
  padding-left: 12px;
}
#footer .set1 .left .info .address a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 12px;
  background: #d1ccc8;
  left: 0;
}
#footer .set1 .left .info .address a::before {
  content: "";
  background: url("../img/shared/f_icon.png") no-repeat center/100% auto;
  width: 8.5px;
  height: 10.5px;
}
#footer .set1 .left .info dl {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  #footer .set1 .left .info dl.ps {
    display: flex;
    justify-content: center;
  }
}
#footer .set1 .sns {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: 50px 0;
}
#footer .set1 .sns a {
  display: block;
  line-height: 0;
}
#footer .set1 .sns img {
  width: auto;
  height: 42.5px;
}
#footer .set1 .pagetop {
  background: #5a4431;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
}
#footer .set1 .pagetop img {
  width: 18.5px;
}
#footer .set2 {
  position: relative;
  margin: 30px 0 0;
  text-align: center;
}
#footer .set2 .btn-copy {
  margin: 10px 0 0;
}
#footer .set2 .btn-copy a {
  display: inline-flex;
  align-items: center;
  color: #67625f;
  letter-spacing: 0;
  font-size: 11px;
  line-height: 1.5;
  cursor: pointer;
  gap: 9px;
}
#footer .set2 .btn-copy a::before {
  content: "";
  background: url("../img/shared/icon_url.png") no-repeat center/100% auto;
  width: 12px;
  height: 10.5px;
}
#footer .set2 .btn-copy a.copied {
  text-decoration: none !important;
  cursor: context-menu;
}
#footer .set2 .left {
  font-size: 11px;
  line-height: 1.5;
  color: #919191;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #footer .set2 .left {
    margin: 0 -4.8vw;
  }
  #footer .set2 .left .cookies-link {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 105px 0 100px;
  }
  #footer::before {
    background: url("../img/shared/f_deco.png") no-repeat top left;
    width: 1000px;
    height: 685px;
    mix-blend-mode: difference;
    opacity: 0.46;
  }
  #footer .wrap {
    width: 1200px;
  }
  #footer .set1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    position: relative;
  }
  #footer .set1 .group-nav {
    margin: 39px 0 0;
  }
  #footer .set1 .group-nav .nav {
    display: flex;
    justify-content: flex-end;
    gap: 21px;
    height: 353px;
    margin: 0;
  }
  #footer .set1 .group-nav .nav li a {
    width: 26px;
    padding: 10px 0 10px;
    font-size: 20px;
    line-height: 26px;
  }
  #footer .set1 .group-nav .nav li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    height: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: #644d18;
  }
  #footer .set1 .group-nav .nav li a.active, #footer .set1 .group-nav .nav li a:hover {
    background: transparent;
  }
  #footer .set1 .group-nav .nav li a.active::before, #footer .set1 .group-nav .nav li a:hover::before {
    height: 100%;
  }
  #footer .set1 .group-nav .nav2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
    line-height: 1.5;
    gap: 13px;
    margin: 0 0 40px 6px;
    padding: 0;
    border-top: 0;
  }
  #footer .set1 .group-nav .nav2 .line {
    width: 1px;
    height: 15px;
    background: #675f5b;
  }
  #footer .set1 .group-nav .nav2 li a {
    display: block;
    letter-spacing: 0.12em;
  }
  #footer .set1 .left .group-logo {
    margin: 0 0 0 -6px;
    display: flex;
    align-items: center;
    gap: 50px;
  }
  #footer .set1 .left .group-logo .logo {
    width: auto;
    margin: 0;
  }
  #footer .set1 .left .group-logo .name {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.15em;
    margin: 19px 0 0;
    text-align: left;
  }
  #footer .set1 .left .group-tel-btn {
    margin: 57px 0 0;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    text-align: left;
  }
  #footer .set1 .left .group-tel-btn .btn-web {
    width: 239px;
  }
  #footer .set1 .left .group-tel-btn .btn-web a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    border-radius: 50%;
    background: #a85528;
    z-index: -1;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #footer .set1 .left .group-tel-btn .btn-web a:hover::before {
    transform: scale(2);
  }
}
@media screen and (min-width: 768px) {
  #footer .set1 .left .info {
    margin: 39px 0 0 9px;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }
  #footer .set1 .left .info .address {
    letter-spacing: 0.08em;
    margin: 0 0 10px;
  }
  #footer .set1 .left .info .address a {
    display: inline-flex;
    position: relative;
    gap: 10px;
    align-items: baseline;
    margin: 0 0 0 25px;
    padding-left: 0;
  }
  #footer .set1 .left .info .address a::after {
    height: 13px;
    left: -13px;
  }
  #footer .set1 .left .info .address a::before {
    width: 9px;
    height: 11px;
  }
  #footer .set1 .left .info dl {
    display: flex;
    letter-spacing: 0.15em;
  }
  #footer .set1 .sns {
    position: absolute;
    right: 9px;
    display: flex;
    gap: 21px;
    bottom: 65px;
    margin: 0;
  }
  #footer .set1 .sns img {
    width: auto;
    height: 30px;
  }
  #footer .set2 {
    position: relative;
    margin: 70px 0 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  #footer .set2 .btn-copy {
    position: absolute;
    top: -100px;
    right: 6px;
    margin: 0;
  }
  #footer .set2 .btn-copy a {
    font-size: 12px;
  }
  #footer .set2 .btn-copy a::before {
    width: 13px;
    height: 12px;
  }
  #footer .set2 .btn-copy a:hover {
    text-decoration: underline;
  }
  #footer .set2 .left {
    display: flex;
    gap: 5px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

#ft-fixed {
  background: #1d1209;
  display: flex;
}
#ft-fixed p {
  width: 33.3333333333%;
  position: relative;
  color: #b7b4ae;
  text-align: center;
}
#ft-fixed p:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 40px;
  width: 1px;
  opacity: 0.4;
  background: #292623;
  right: 0;
  margin: auto 0;
}
#ft-fixed p:last-child:after {
  display: none;
}
#ft-fixed p a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0 11px;
  text-decoration: none;
  font-size: 10px;
}
#ft-fixed p a img {
  width: auto;
  height: 21px;
}
#ft-fixed p a span {
  margin-top: 7px;
  letter-spacing: 0;
}

.fadeInUp2 {
  animation-name: fadeInUp2;
  animation-delay: 0.3s;
  animation-duration: 1.5s;
}
@keyframes fadeInUp2 {
  0% {
    -webkit-transform: translate3d(0, 130%, 0);
    opacity: 0;
    transform: translate3d(0, 130%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fs36 {
  letter-spacing: 0.1em;
  font-size: 8.8vw;
  line-height: 1.82;
}
@media screen and (min-width: 768px) {
  .fs36 {
    font-size: 36px;
    line-height: 76px;
  }
}

.fs362 {
  letter-spacing: 0.1em;
  font-size: 7.467vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .fs362 {
    font-size: 36px;
  }
}