.hvr-border-erase {
  position: relative;
}

.hvr-border-erase .box span {
  background: #fff;
  position: absolute;
  transition: all 0.3s;
}

.hvr-border-erase .box span:nth-child(1) {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}

.hvr-border-erase .box span:nth-child(3) {
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
}

.hvr-border-erase .box span:nth-child(2) {
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
}

.hvr-border-erase .box span:nth-child(4) {
  height: 100%;
  width: 1px;
  left: 0;
  bottom: 0;
}

.hvr-border-erase2 .box span {
  transition: all 0.1s;
}

.hvr-border-erase2 .box span:nth-child(1) {
  transition-delay: 0.3s;
}

.hvr-border-erase2 .box span:nth-child(4) {
  transition-delay: 0.2s;
}

.hvr-border-erase2 .box span:nth-child(3) {
  transition-delay: 0.1s;
}

.hvr-border-erase2 .box span:nth-child(2) {
  transition-delay: 0s;
}

@media screen and (min-width: 768px) {
  .hvr-border-erase2:hover .box span:nth-child(1) {
    width: 0;
    transition-delay: 0s;
  }
  .hvr-border-erase2:hover .box span:nth-child(4) {
    height: 0;
    transition-delay: 0.1s;
  }
  .hvr-border-erase2:hover .box span:nth-child(3) {
    width: 0;
    transition-delay: 0.2s;
  }
  .hvr-border-erase2:hover .box span:nth-child(2) {
    height: 0;
    transition-delay: 0.3s;
  }
}
#header .set1 {
  height: 100vh;
  height: 100dvh;
  position: relative;
  z-index: 2;
}
#header .set1 .group h1 {
  position: absolute;
  z-index: 2;
  left: 4.8vw;
  right: 4.8vw;
  line-height: 1.81;
  font-size: 11px;
  opacity: 0.68;
  color: #fff;
  letter-spacing: 0.1em;
  top: 18px;
  text-align: center;
}
#header .set1 .group .logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 80px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  #header .set1 .map {
    position: absolute;
    top: 70px;
    right: 49px;
    line-height: 0;
  }
  #header .set1 .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-height: 100%;
    height: 712px;
  }
  #header .set1 .nav {
    padding: 70px 0 0;
    display: flex;
    justify-content: center;
    gap: 115px;
  }
  #header .set1 .nav li {
    font-size: 17px;
    line-height: 1.5;
  }
  #header .set1 .nav li a {
    text-decoration: none;
    transition: all 0.5s;
    display: block;
    letter-spacing: 0.13em;
    color: rgba(255, 255, 255, 0.7);
  }
  #header .set1 .nav li a.active, #header .set1 .nav li a:hover {
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #header .set1 .nav {
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  #header .set1 .group {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 0 0 30px;
  }
  #header .set1 .group h1 {
    order: 3;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.15em;
    position: static;
  }
  #header .set1 .group .logo {
    order: 1;
    width: auto;
    position: static;
    transform: none;
  }
  #header .set1 .group .group-tel-btn {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    margin: 48px 0 23px;
  }
}

.block {
  position: relative;
  z-index: 2;
  background: url("../img/shared/bg.jpg");
}

.btn-web {
  max-width: 100%;
  width: 303px;
}
.btn-web a {
  font-size: 15px;
  line-height: 2;
  padding: 13.5px 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.19em;
}
.btn-web a::before {
  content: "";
  background: url("../img/shared/icon_web_sp.png") no-repeat center/100% auto;
  width: 20px;
  height: 19.5px;
  margin-right: 9px;
}
@media screen and (min-width: 768px) {
  .btn-web {
    width: 207px;
  }
  .btn-web a {
    padding: 3px 0;
    align-items: baseline;
  }
  .btn-web a::before {
    background-image: url("../img/shared/icon_web.png");
    width: 14px;
    height: 13px;
    margin-right: 5px;
  }
  .btn-web a span {
    font-size: 16px;
  }
}

.tel {
  line-height: 1.5;
}
.tel span {
  font-size: 20px;
  letter-spacing: 0.13em;
}
.tel .sub-tel {
  font-size: 16px;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  .tel span {
    font-size: 23px;
  }
  .tel .sub-tel {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .nav-fixed {
    background: url("../img/shared/nav_bg.jpg");
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.01;
    transition: all 0.5s;
    height: 101px;
  }
  .nav-fixed .group-tel-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    margin: 0 0 0 32px;
  }
  .nav-fixed.fixed {
    opacity: 1;
    visibility: visible;
  }
  .fixed-map {
    position: fixed;
    top: 0;
    right: 142px;
    width: 81px;
    background: url("../img/shared/nav_bg2.png");
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
  }
  .fixed-map a {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    line-height: 0;
    height: 101px;
  }
  .has-nav .fixed-map {
    opacity: 1;
    visibility: visible;
  }
  .navOpen .fixed-map {
    background: rgba(255, 255, 255, 0.11);
  }
  .hamburger {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    width: 142px;
    height: 101px;
    background: url("../img/shared/hambuger_bg.png");
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
  }
  .hamburger:after {
    display: none;
  }
  .hamburger .hamburger-box {
    width: 68px;
    height: 23px;
  }
  .hamburger .hamburger-box span {
    position: absolute;
    height: 1px;
    left: 0;
    width: 100%;
    background: url("../img/shared/line.jpg");
    transition: all 0.6s;
  }
  .hamburger .hamburger-box span:nth-child(1) {
    top: 0;
  }
  .hamburger .hamburger-box span:nth-child(2) {
    top: 50%;
  }
  .hamburger .hamburger-box span:nth-child(3) {
    bottom: 0;
  }
  .hamburger.is-active .hamburger-box span:nth-child(1) {
    transform: translateY(11px) rotate(-20deg);
  }
  .hamburger.is-active .hamburger-box span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active .hamburger-box span:nth-child(3) {
    transform: translateY(-11px) rotate(20deg);
  }
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
#menu-toggle {
  padding-top: 130px;
  background: url("../img/shared/menu_bg_sp.jpg") no-repeat top center/cover;
  color: #fff;
}
#menu-toggle .inner {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
  transition-delay: 0.1s;
}
#menu-toggle .flex .nav {
  width: 304.5px;
  margin: 0 auto;
  max-width: 100%;
}
#menu-toggle .flex .nav li {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
#menu-toggle .flex .nav li a {
  display: block;
  text-decoration: none;
  transition: all 0.5s;
  display: block;
  letter-spacing: 0.13em;
  padding: 0 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.7);
}
#menu-toggle .flex .nav li a.active {
  color: #fff;
}
#menu-toggle .flex .nav li + li {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  #menu-toggle .flex .nav + .nav {
    margin-top: 7px;
  }
}
#menu-toggle .insta {
  text-align: center;
  margin: 33px auto 0;
  line-height: 0;
  width: 35.5px;
}
@media screen and (min-width: 768px) {
  #menu-toggle {
    padding: 0;
    background: url("../img/shared/menu_bg.jpg") no-repeat center top/cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu-toggle .inner {
    padding: 49px 0 0;
  }
  #menu-toggle .flex {
    display: flex;
    justify-content: center;
    gap: 46px;
  }
  #menu-toggle .flex .nav {
    width: 175px;
  }
  #menu-toggle .flex .nav li {
    font-size: 17px;
  }
  #menu-toggle .flex .nav li a:hover {
    color: #fff;
  }
  #menu-toggle .insta {
    text-align: center;
    margin: 39px 0 51px;
    line-height: 0;
    width: auto;
  }
  #menu-toggle .group-tel-btn {
    width: 442px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.13);
    padding: 36px 0 36px;
    text-align: center;
  }
  #menu-toggle .group-tel-btn .tel {
    margin: 0 0 19px;
  }
  #menu-toggle .group-tel-btn .btn-web {
    margin: 0 auto;
  }
}

.navOpen #menu-toggle .inner {
  opacity: 1;
  transform: translateY(0);
}

#ft-fixed {
  z-index: 9999;
  display: flex;
  background: url("../img/shared/fixed_bg_sp.jpg");
}
#ft-fixed .tel, #ft-fixed .web {
  background: url("../img/shared/fixed_bg2_sp.png");
}
#ft-fixed .tel, #ft-fixed .web, #ft-fixed .map {
  width: 25%;
}
#ft-fixed .tel a, #ft-fixed .web a, #ft-fixed .map a {
  display: block;
  text-decoration: none;
  padding: 16px 0 15px;
  text-align: center;
}
#ft-fixed .tel a .icon, #ft-fixed .web a .icon, #ft-fixed .map a .icon {
  display: block;
  line-height: 0;
  margin: 0 0 4px;
}
#ft-fixed .tel a .icon img, #ft-fixed .web a .icon img, #ft-fixed .map a .icon img {
  width: auto;
  height: 17px;
}
#ft-fixed .tel a > span, #ft-fixed .web a > span, #ft-fixed .map a > span {
  display: block;
  font-size: 11px;
  line-height: 1;
}
#ft-fixed .tel a .fnt-cormorant, #ft-fixed .web a .fnt-cormorant, #ft-fixed .map a .fnt-cormorant {
  font-size: 12px;
}
#ft-fixed .web {
  position: relative;
}
#ft-fixed .web::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  top: 10px;
  bottom: 10px;
  background: #fff;
  opacity: 0.2;
}
#ft-fixed .hamburger {
  width: 25%;
  height: 64px;
  background: url("../img/shared/hambuger_bg.png");
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: relative;
  right: 0;
  top: 0;
  bottom: auto;
}
#ft-fixed .hamburger:after {
  display: none;
}
#ft-fixed .hamburger .hamburger-box {
  width: 42.5px;
  height: 14px;
}
#ft-fixed .hamburger .hamburger-box span {
  position: absolute;
  height: 1px;
  left: 0;
  width: 100%;
  background: url("../img/shared/line.jpg");
  transition: all 0.6s;
}
#ft-fixed .hamburger .hamburger-box span:nth-child(1) {
  top: 0;
}
#ft-fixed .hamburger .hamburger-box span:nth-child(2) {
  top: 50%;
}
#ft-fixed .hamburger .hamburger-box span:nth-child(3) {
  bottom: 0;
}
#ft-fixed .hamburger.is-active .hamburger-box span:nth-child(1) {
  transform: translateY(7px) rotate(-20deg);
}
#ft-fixed .hamburger.is-active .hamburger-box span:nth-child(2) {
  opacity: 0;
}
#ft-fixed .hamburger.is-active .hamburger-box span:nth-child(3) {
  transform: translateY(-7px) rotate(20deg);
}

#footer {
  background: url("../img/shared/f_bg.png"), url("../img/shared/bg.jpg");
  position: relative;
  z-index: 2;
}
#footer .set1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
#footer .set1 .left {
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  box-sizing: border-box;
  text-align: center;
  padding: 70px 0 50px;
}
@media screen and (max-width: 767px) {
  #footer .set1 .left .logo {
    width: 90px;
    margin: 0 auto;
  }
  #footer .set1 .left .insta {
    width: 35.5px;
    margin: 0 auto;
  }
}
#footer .set1 .left .name {
  line-height: 1.875;
  letter-spacing: 0.17em;
  margin: 30px 0 20px;
}
#footer .set1 .left .btn-web {
  margin: 19px auto 23px;
}
#footer .set1 .left .insta {
  line-height: 0;
}
#footer .set1 .info {
  box-sizing: border-box;
  padding: 50px 0 60px;
}
#footer .set1 .info dl {
  position: relative;
  line-height: 1.875;
  display: flex;
  padding: 0 0 13px;
  letter-spacing: 0.05em;
}
#footer .set1 .info dl + dl {
  margin-top: 17px;
}
#footer .set1 .info dl::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: url("../img/shared/line.jpg");
}
#footer .set1 .info dl dt {
  width: 80px;
}
#footer .set1 .info dl dd {
  width: calc(100% - 80px);
}
#footer .set2 {
  text-align: center;
  padding: 60px 0 100px;
}
#footer .set2 address {
  line-height: 1.5;
  letter-spacing: 0.17em;
  margin: 0 0 11px;
}
#footer .set2 .cookies-link {
  font-size: 9px;
  line-height: 1.5;
  margin: 0 0 40px;
}
#footer .set2 .cookies-link a {
  text-decoration: underline;
  text-underline-offset: 4px;
  letter-spacing: 0.17em;
}
#footer .set2 .flex {
  margin: 0 0 50px;
}
#footer .set2 .flex .btn-copy {
  margin: 20px 0 0;
}
#footer .set2 .flex .btn-copy a {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  gap: 6px;
  cursor: pointer;
}
#footer .set2 .flex .btn-copy a::before {
  content: "";
  background: url("../img/shared/icon_url_sp.png") no-repeat center/100% auto;
  width: 11px;
  height: 11.5px;
}
#footer .set2 .flex .btn-copy a.copied {
  cursor: context-menu;
}
#footer .set2 .flex .btn-copy a.copied:hover {
  text-decoration: none;
}
#footer .set2 .pagetop {
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  padding: 0 0 40px;
  letter-spacing: 0.13em;
}
#footer .set2 .pagetop::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  opacity: 0.5;
  background: #fff;
  height: 35px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #footer .set1 .wrap {
    width: 1120px;
    display: flex;
    justify-content: space-between;
  }
  #footer .set1 .left {
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.26);
    border-right: 1px solid rgba(255, 255, 255, 0.26);
    width: 370px;
    padding: 106px 0 94px;
  }
  #footer .set1 .left .name {
    margin: 38px 0 24px;
  }
  #footer .set1 .info {
    width: 703px;
    border-right: 1px solid rgba(255, 255, 255, 0.26);
    box-sizing: border-box;
    padding: 105px 0 101px;
  }
  #footer .set1 .info dl {
    width: 657px;
    padding: 0 0 13px 2px;
    letter-spacing: 0.1em;
  }
  #footer .set1 .info dl dt {
    width: 170px;
  }
  #footer .set1 .info dl dd {
    width: calc(100% - 140px);
    margin: 0 -30px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #footer .set1 .info dl {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #footer .set2 {
    padding: 100px 0 0;
  }
  #footer .set2 .nav {
    display: flex;
    justify-content: center;
    gap: 0 95px;
    margin: 0 0 55px;
  }
  #footer .set2 .nav li {
    font-size: 17px;
    line-height: 1.5;
  }
  #footer .set2 .nav li a {
    text-decoration: none;
    transition: all 0.5s;
    display: block;
    letter-spacing: 0.13em;
    color: rgba(255, 255, 255, 0.7);
  }
  #footer .set2 .nav li a.active, #footer .set2 .nav li a:hover {
    color: #fff;
  }
  #footer .set2 address {
    font-size: 15.5px;
  }
  #footer .set2 .cookies-link {
    font-size: 11px;
    margin: 0 0 43px;
  }
  #footer .set2 .cookies-link a:hover {
    text-decoration: none;
  }
  #footer .set2 .flex {
    display: flex;
    justify-content: center;
    gap: 27px;
    align-items: center;
    margin: 0 0 53px;
  }
  #footer .set2 .flex .btn-copy {
    margin: 0;
  }
  #footer .set2 .flex .btn-copy a {
    font-size: 15.5px;
  }
  #footer .set2 .flex .btn-copy a::before {
    background: url("../img/shared/icon_url.png") no-repeat center/100% auto;
    width: 16px;
    height: 16px;
  }
  #footer .set2 .flex .btn-copy a:hover {
    text-decoration: underline;
  }
  #footer .set2 .pagetop {
    font-size: 15px;
    padding: 0 0 48px;
    cursor: pointer;
    width: 150px;
    margin: 0 auto;
  }
  #footer .set2 .pagetop::before {
    height: 38px;
  }
  #footer .set2 .pagetop:hover {
    opacity: 0.8;
  }
}

.btn-link {
  max-width: 100%;
  width: 303px;
}
.btn-link a {
  display: block;
  text-align: center;
  letter-spacing: 0.19em;
  font-size: 15px;
  line-height: 26px;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}
.btn-link a span {
  font-size: 17px;
}
.btn-link a::before {
  content: "";
  position: absolute;
  right: 1px;
  height: 2px;
  width: 32px;
  background: url("../img/shared/line.jpg");
  top: calc(50% - 1px);
}
@media screen and (min-width: 768px) {
  .btn-link {
    width: 260px;
  }
  .btn-link a {
    font-size: 17px;
    line-height: 25px;
    padding: 11px 0;
  }
  .btn-link a span {
    font-size: 20px;
  }
}
.btn-link.btn-popup a::before {
  background: url("../img/index/s4_icon_sp.png") no-repeat center/100% auto;
  width: 12.5px;
  height: 13.5px;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
@media screen and (min-width: 768px) {
  .btn-link.btn-popup a::before {
    background-image: url("../img/index/s4_icon.png");
    width: 13px;
    height: 15px;
    right: 15px;
  }
}
.btn-link.style2 a::before {
  background: url("../img/shared/arrow_sp.png") no-repeat center/100% auto;
  width: 15.5px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  right: 23.5px;
}
@media screen and (min-width: 768px) {
  .btn-link.style2 a::before {
    background-image: url("../img/shared/arrow.png");
    width: 14px;
    height: 12px;
    right: 25px;
  }
}

.h2-ttl {
  font-size: 6vw;
}
@media screen and (min-width: 768px) {
  .h2-ttl {
    font-size: 34px;
  }
}

.popup-menu {
  background: url("../img/index/popup_bg.jpg");
  width: 92.5%;
  margin: 0 auto;
  padding: 15px 4vw 74px;
  box-sizing: border-box;
}
.popup-menu .remodal-close {
  width: 38.5px;
  margin: 0 15px 30px auto;
}
.popup-menu h2 {
  font-size: 4.67vw;
  line-height: 1.5;
  letter-spacing: 0.29em;
}
.popup-menu .remodal-close2 {
  margin: 40px auto 0;
  width: 303px;
  max-width: 100%;
  position: relative;
  color: #fff;
  text-align: center;
}
.popup-menu .remodal-close2 .text {
  display: block;
  font-size: 17px;
  line-height: 2;
  padding: 6.5px 0;
  letter-spacing: 0.19em;
  position: relative;
}
.popup-menu .remodal-close2 .text:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  background: url("../img/shared/close2_sp.png") no-repeat center/100% auto;
  width: 26.5px;
  height: 11.5px;
}
@media screen and (min-width: 768px) {
  .popup-menu {
    width: 1200px;
    max-width: calc(100% - 60px);
    padding: 40px 0 153px;
  }
  .popup-menu .remodal-close {
    margin: 0 39px 60px auto;
    width: 53px;
  }
  .popup-menu h2 {
    font-size: 28px;
  }
  .popup-menu .remodal-close2 {
    margin: 80px auto 0;
    width: 260px;
  }
  .popup-menu .remodal-close2 .text {
    font-size: 17px;
    padding: 6.5px 0;
  }
  .popup-menu .remodal-close2 .text:after {
    right: 9px;
    background: url("../img/shared/close2.png") no-repeat center/100% auto;
    width: 24px;
    height: 11px;
  }
}