@font-face {
  font-family: "MS mincho";
  src: url("../font/MSMINCHO.TTF") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.fnt-msmincho {
  font-family: "MS mincho";
}

.nav-fixed {
  background: url("../img/shared/bg4.jpg");
  color: #fff;
  padding: 29px 29px 22px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-height: 800px) {
  .nav-fixed {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.nav-fixed.fixed {
  opacity: 1;
  visibility: visible;
}
.nav-fixed.fixed + .group-btn-fixed {
  opacity: 1;
  visibility: visible;
}
.nav-fixed .nav {
  display: flex;
  gap: 21px 34px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 24px;
  max-width: 900px;
}
.nav-fixed .nav > li {
  font-size: 17px;
}
.nav-fixed .nav > li > a, .nav-fixed .nav > li > .parent {
  display: block;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
}
.nav-fixed .nav > li > a::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  background: url("../img/shared/nav_fixed_active.png") no-repeat bottom center;
  height: 8px;
  opacity: 0;
}
.nav-fixed .nav > li > a.active::before {
  opacity: 1;
}
@media (hover: hover) {
  .nav-fixed .nav > li > a:hover::before {
    opacity: 1;
  }
}
.nav-fixed .nav > li:has(.sub-nav) {
  display: flex;
  flex-wrap: wrap;
}
.nav-fixed .nav > li .sub-nav {
  padding: 4.5px 13px;
  position: relative;
  margin: 0 0 0 1px;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
.nav-fixed .nav > li .sub-nav::before, .nav-fixed .nav > li .sub-nav:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 9px;
  border: 1px solid;
  opacity: 0.8;
}
.nav-fixed .nav > li .sub-nav::before {
  left: 0;
  border-right: 0;
}
.nav-fixed .nav > li .sub-nav::after {
  right: 0;
  border-left: 0;
}
.nav-fixed .nav > li .sub-nav li {
  position: relative;
}
.nav-fixed .nav > li .sub-nav li a {
  font-size: 15px;
  line-height: 1;
  display: block;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.nav-fixed .nav > li .sub-nav li a::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  background: url("../img/shared/nav_fixed_active.png") no-repeat bottom center;
  height: 8px;
  opacity: 0;
}
.nav-fixed .nav > li .sub-nav li a.active::before {
  opacity: 1;
}
@media (hover: hover) {
  .nav-fixed .nav > li .sub-nav li a:hover::before {
    opacity: 1;
  }
}
.nav-fixed .nav > li .sub-nav li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -17px;
  width: 1px;
  opacity: 0.8;
  background: #fff;
}
.nav-fixed .group-nav-sns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-fixed .group-nav-sns .nav2 {
  display: flex;
  gap: 15px;
}
.nav-fixed .group-nav-sns .nav2 li {
  position: relative;
}
.nav-fixed .group-nav-sns .nav2 li a {
  display: block;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.nav-fixed .group-nav-sns .nav2 li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  width: 1px;
  opacity: 0.8;
  background: #fff;
}
.nav-fixed .group-nav-sns .sns {
  display: flex;
  gap: 15px;
}
.nav-fixed .group-nav-sns .sns img {
  width: 30px;
}
.nav-fixed .group-nav-sns .sns a {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 1300px) {
  .nav-fixed {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-fixed .group-nav-sns {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}

.btn-web {
  max-width: 100%;
  width: 291px;
}
.btn-web a {
  text-decoration: none;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #fff;
  background: url("../img/shared/bg3.jpg") no-repeat center/cover;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14.5px;
  line-height: 2;
  padding: 11px 0;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.btn-web a:before {
  content: "";
  background: url("../img/shared/icon_web_sp.png") no-repeat center/100% auto;
  width: 16.5px;
  height: 17.5px;
}
@media screen and (min-width: 768px) {
  .btn-web {
    width: 320px;
  }
  .btn-web a {
    transition: background-image 0.5s;
    gap: 13px;
    font-size: 16px;
    line-height: 1.5;
    padding: 18px 0;
  }
  .btn-web a:before {
    width: 18px;
    height: 19px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-web a:hover {
    background: url("../img/shared/bg4.jpg") no-repeat center/cover;
  }
}

.btn-link {
  max-width: 100%;
  width: 272px;
}
.btn-link a, .btn-link > span {
  text-decoration: none;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  background: url("../img/shared/bg4.jpg") no-repeat center/cover;
  font-size: 13.5px;
  line-height: 2;
  padding: 12px 0;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
}
.btn-link a:after, .btn-link > span:after {
  content: "";
  background: url("../img/shared/arrow_sp.png") no-repeat center right/100% auto;
  width: 9px;
  right: 13px;
  top: 0;
  bottom: 0;
  position: absolute;
}
.btn-link > span:after {
  background-image: url("../img/shared/btn_pop_icon2_sp.png");
  width: 13px;
  right: 15px;
}
.btn-link.style2 a, .btn-link.style2 > span {
  background-image: url("../img/shared/bg.jpg");
  transition: all 0.5s;
  color: #1c0e07;
}
.btn-link.style2 a:after, .btn-link.style2 > span:after {
  transition: all 0.5s;
  background-image: url("../img/shared/arrow2_sp.png");
}
.btn-link.style2 > span:after {
  background-image: url("../img/shared/btn_pop_icon_sp.png");
}
.btn-link.style3 > span::after {
  background-image: url("../img/lunch/icon_popup3.png");
}
.btn-link.style2.style3 > span::after {
  background-image: url("../img/lunch/icon_popup.png");
}
@media (hover: hover) {
  .btn-link.style2.style3 > span:hover::after {
    background-image: url("../img/lunch/icon_popup2.png");
  }
}
@media screen and (min-width: 768px) {
  .btn-link {
    width: 320px;
  }
  .btn-link a, .btn-link > span {
    transition: background-image 0.5s;
    font-size: 16px;
    line-height: 1.5;
    padding: 18px 0;
    cursor: pointer;
  }
  .btn-link a:after, .btn-link > span:after {
    width: 11px;
    right: 15px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-link a:hover, .btn-link > span:hover {
    background: url("../img/shared/bg3.jpg") no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .btn-link > span::after {
    background-image: url("../img/shared/btn_pop_icon2.png");
    width: 15px;
    right: 18px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-link > span:hover::after {
    background-image: url("../img/shared/btn_pop_icon.png");
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-link.style2 a:hover, .btn-link.style2 > span:hover {
    color: #fff;
  }
  .btn-link.style2 a:hover:after, .btn-link.style2 > span:hover:after {
    background-image: url("../img/shared/arrow_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .btn-link.style2 > span::after {
    background-image: url("../img/shared/btn_pop_icon.png");
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-link.style2 > span:hover::after {
    background-image: url("../img/shared/btn_pop_icon2.png");
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-link.style3 > span:hover::after {
    background-image: url("../img/lunch/icon_popup3.png");
  }
}

.group-btn-fixed {
  position: fixed;
  right: 0;
  top: 198px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.5s;
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.group-btn-fixed .tel {
  background: url("../img/shared/bg3.jpg") no-repeat center/cover;
  color: #fff;
}
.group-btn-fixed .tel .inner {
  line-height: 1;
  height: 256px;
  box-sizing: border-box;
  padding: 26px 5px 0 12px;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 60px;
}
.group-btn-fixed .tel .inner .sub-tel {
  font-size: 12px;
  letter-spacing: 0.05em;
}
.group-btn-fixed .tel .inner .text {
  padding: 20px 0 0;
  background: url("../img/shared/fixed_tel.png") no-repeat top center;
  letter-spacing: 0.01em;
  font-size: 27px;
  margin: 3px 0 0;
}
.group-btn-fixed .btn-web {
  width: 60px;
}
.group-btn-fixed .btn-web a {
  height: 280px;
  padding: 3px 18px 0;
  gap: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-height: 800px) {
  .group-btn-fixed {
    top: 110px;
    gap: 10px;
  }
  .group-btn-fixed .tel .inner {
    padding-top: 12px;
    height: 230px;
  }
  .group-btn-fixed .btn-web a {
    height: 260px;
  }
}

#header {
  position: relative;
}
#header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shared/bg4.jpg");
  height: 5px;
  z-index: 2;
}
#header #key {
  position: relative;
}

@media screen and (max-width: 767px) {
#header #key::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shared/key_shadow_sp.png") no-repeat top center/100% auto;
}
}
#header #key h1 {
  position: absolute;
  right: var(--wrapPadding);
  left: var(--wrapPadding);
  line-height: 1.18;
  letter-spacing: 0.1em;
  font-size: 11px;
  color: #fff;
  opacity: 0.5;
  bottom: 23px;
  z-index: 2;
  text-align: center;
}
#header #key .logo {
  position: absolute;
  z-index: 2;
  width: 35.2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 103px;
}
#header #key .key-ttl {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 7vw;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 2vw;
  right: 0;
  left: 0;
  top: 80vw;
  text-decoration-thickness: 1px;
}
#header #key .img {
  height: 173.33vw;
}
@media screen and (min-width: 768px) {
  #header {
    display: flex;
  }
  #header:after {
    height: 10px;
  }
  #header .header-left {
    width: 280px;
    background: url("../img/shared/bg2.jpg");
    box-sizing: border-box;
    padding: 54px 0 0;
  }
  #header .header-left .logo {
    text-align: center;
    margin: 0 0 71px;
  }
  #header .header-left .nav > li + li {
    margin-top: 20px;
  }
  #header .header-left .nav > li > a, #header .header-left .nav > li > .parent {
    padding-left: 34px;
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  #header .header-left .nav > li > a.active {
    background: url("../img/shared/nav_active.png") no-repeat center left;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #header .header-left .nav > li > a:hover {
    background: url("../img/shared/nav_active.png") no-repeat center left;
  }
}
@media screen and (min-width: 768px) {
  #header .header-left .nav > li .sub-nav {
    padding: 13px 0 0 42px;
    position: relative;
  }
  #header .header-left .nav > li .sub-nav::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 12px;
    left: 42px;
    width: 1px;
    background: #1c0e07;
  }
  #header .header-left .nav > li .sub-nav li a {
    display: block;
    padding: 0 0 0 12px;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header .header-left .nav > li .sub-nav li a {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  #header .header-left .nav > li .sub-nav li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 9px;
    height: 1px;
    background: #1c0e07;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .header-left .nav > li .sub-nav li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -42px;
    background: url("../img/shared/nav_active.png") no-repeat center left;
    width: 15px;
    opacity: 0;
  }
  #header .header-left .nav > li .sub-nav li a.active::before {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #header .header-left .nav > li .sub-nav li a:hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #header .header-left .nav > li .sub-nav li + li {
    margin-top: 11px;
  }
  #header .header-left .nav2 {
    margin: 44px 0 0;
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  #header .header-left .nav2 li {
    position: relative;
  }
  #header .header-left .nav2 li a {
    display: block;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #header .header-left .nav2 li + li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7px;
    width: 1px;
    opacity: 0.8;
    background: #1c0e07;
  }
  #header #key {
    width: calc(100% - 280px);
  }
  #header #key h1 {
    left: auto;
    right: 33px;
    font-size: 12px;
    line-height: 1.5;
    bottom: 36px;
    max-height: calc(100% - 146px);
    text-align: right;
  }
  #header #key .group-btn-sns {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
  }
  #header #key .group-btn-sns .sns {
    display: flex;
    gap: 15px;
  }
  #header #key .group-btn-sns .sns a {
    display: block;
    line-height: 0;
  }
  #header #key .group-btn-sns .sns img {
    width: 30px;
  }
  #header #key .group-btn-sns .tel {
    margin: 0 16px -4px 49px;
    line-height: 1;
  }
  #header #key .group-btn-sns .tel .sub-tel {
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0 0 3px;
  }
  #header #key .group-btn-sns .tel span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 34px;
    letter-spacing: 0.01em;
  }
  #header #key .group-btn-sns .tel span::before {
    content: "";
    background: url("../img/shared/icon_tel.png") no-repeat center/100% auto;
    width: 20px;
    height: 26px;
  }
  #header #key .group-btn-sns .btn-web {
    width: 170px;
  }
  #header #key .group-btn-sns .btn-web a {
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    gap: 5px;
    padding: 12px 0 10px;
  }
  #header #key .key-ttl {
    text-align: left;
    font-size: 40px;
    text-underline-offset: 10px;
    right: 187px;
    top: 375px;
    left: auto;
  }
  #header #key .img {
    height: 900px;
  }
}

#footer {
  background: url("../img/shared/bg5.jpg");
  color: #fff;
}
#footer .left {
  padding: 12vw 0 0;
  box-sizing: border-box;
}
#footer .left .inner {
  position: relative;
}
#footer .left .logo {
  width: 15.2vw;
  margin: 0 0 25px 45.5vw;
}
#footer .left .name {
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.1em;
}
#footer .left .info {
  margin: 30px 0 0;
}
#footer .left .info dl {
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
#footer .left .info dl dd .btn-map {
  display: block;
  position: relative;
  text-decoration: none;
  margin: 10px auto 0;
  width: 210px;
  text-align: center;
  padding: 10px 0;
  line-height: 1.5;
  background: url("../img/shared/bg4.jpg");
}
#footer .left .info dl dd .btn-map:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background: url("../img/shared/arrow_sp.png") no-repeat center/100% auto;
  width: 9px;
}
#footer .left .info dl + dl {
  margin-top: 25px;
}
#footer .left .group-btn-sns {
  margin: 30px var(--wrapPadding) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  padding: 32px 0 0;
}
#footer .left .group-btn-sns .tel {
  margin: 0 0 25px;
  line-height: 1;
  text-align: center;
}
#footer .left .group-btn-sns .tel .sub-tel {
  display: block;
  font-size: 14.5px;
  letter-spacing: 0.05em;
  margin: 0 0 3px;
}
#footer .left .group-btn-sns .tel span {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 31px;
  letter-spacing: 0.01em;
  justify-content: center;
}
#footer .left .group-btn-sns .tel span::before {
  content: "";
  background: url("../img/shared/icon_tel_sp.png") no-repeat center/100% auto;
  width: 17.5px;
  height: 23.5px;
}
#footer .left .group-btn-sns .btn-web {
  margin: 0 auto;
}
#footer .left .group-btn-sns .sns {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 31px 0 0;
}
#footer .left .group-btn-sns .sns a {
  display: block;
  line-height: 0;
}
#footer .left .group-btn-sns .sns img {
  width: 27px;
}
#footer .left .btn-recruit {
  margin: 36px auto 0;
}
#footer .left .btn-recruit > span {
  font-size: 19px;
  line-height: 1.1;
  padding: 15px 0;
}
#footer .left .btn-recruit > span small {
  font-size: 13.5px;
  display: block;
  margin: 0 0 4px;
}
#footer .left .flex2 {
  margin: 45px 0 0;
  text-align: center;
}
#footer .left .flex2 .btn-copy {
  opacity: 0.6;
  margin: 20px 0 35px;
}
#footer .left .flex2 .btn-copy a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0;
  text-underline-offset: 3px;
}
@media screen and (min-width: 768px) and (hover: hover) {
  #footer .left .flex2 .btn-copy a:hover {
    text-decoration: none;
  }
}
#footer .left .flex2 .btn-copy a.copied {
  text-decoration: none;
  cursor: context-menu;
}
#footer .left .flex2 .cookies-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  gap: 5px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .left .flex2 .cookies-link a:after {
  content: "";
  background: url("../img/shared/icon_cookies_sp.png") no-repeat center/100% auto;
  width: 9px;
  height: 9px;
}
#footer .right {
  padding: 0 0 120px;
}
#footer .right address {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin: 9px 0 0;
  opacity: 0.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #footer {
    display: flex;
  }
  #footer .left {
    width: calc(100% - 446px);
    padding: 73px 0 35px 121px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #footer .left {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  #footer .left .logo {
    width: auto;
    margin: 0;
  }
  #footer .left .name {
    position: absolute;
    left: 119px;
    top: 6px;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
  }
  #footer .left .info {
    margin: 46px 0 0;
  }
  #footer .left .info dl {
    display: flex;
    text-align: left;
  }
  #footer .left .info dl dd .btn-map {
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0 0 0 8px;
    padding: 0;
    line-height: inherit;
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  #footer .left .info dl dd .btn-map::after {
    display: none;
  }
  #footer .left .info dl dd .btn-map img {
    opacity: 1;
    margin-right: 5px;
    margin-left: 7px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #footer .left .info dl dd .btn-map:hover {
    border-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #footer .left .info dl + dl {
    margin-top: 15px;
  }
  #footer .left .group-btn-sns {
    position: absolute;
    left: 122px;
    top: 90px;
    margin: 0;
    border: 0;
    padding: 0;
  }
  #footer .left .group-btn-sns .tel {
    margin: 0 0 10px;
    text-align: left;
  }
  #footer .left .group-btn-sns .tel .sub-tel {
    font-size: 11px;
  }
  #footer .left .group-btn-sns .tel span {
    font-size: 22.5px;
    justify-content: flex-start;
  }
  #footer .left .group-btn-sns .tel span::before {
    content: "";
    background: url("../img/shared/icon_tel3.png") no-repeat center/100% auto;
    width: 13px;
    height: 17px;
  }
  #footer .left .group-btn-sns .flex {
    display: flex;
    align-items: center;
    gap: 31px;
  }
  #footer .left .group-btn-sns .btn-web {
    margin: 0;
    width: 190px;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  #footer .left .group-btn-sns .btn-web a {
    font-size: 12px;
    line-height: 1.5;
    padding: 11px 5px;
    gap: 8px;
  }
  #footer .left .group-btn-sns .btn-web a::before {
    width: 13px;
    height: 13px;
    background-image: url("../img/shared/icon_web2.png");
  }
  #footer .left .group-btn-sns .sns {
    gap: 15px;
    margin: 0;
  }
  #footer .left .group-btn-sns .sns img {
    width: 30px;
  }
  #footer .left .btn-recruit {
    margin: 47px 0 0 2px;
  }
  #footer .left .btn-recruit > span {
    font-size: 22px;
    padding: 19px 0;
  }
  #footer .left .btn-recruit > span small {
    font-size: 16px;
    margin: 0;
  }
  #footer .left .flex2 {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
  }
  #footer .left .flex2 .btn-copy {
    opacity: 0.6;
    margin: 0 0 0 25px;
  }
  #footer .left .flex2 .btn-copy a {
    display: block;
  }
  #footer .left .flex2 .cookies-link {
    margin: 0 0 0 19px;
  }
  #footer .left .flex2 .cookies-link a {
    display: flex;
  }
  #footer .left .flex2 .cookies-link a:after {
    width: 10px;
    height: 10px;
    background-image: url("../img/shared/icon_cookies.png");
  }
  #footer .right {
    width: 446px;
    background: url("../img/shared/bg4.jpg");
    padding: 69px 0 33px 65px;
    box-sizing: border-box;
  }
  #footer .right .nav > li + li {
    margin-top: 20px;
  }
  #footer .right .nav > li > a, #footer .right .nav > li > .parent {
    padding-left: 34px;
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  #footer .right .nav > li > a.active {
    background: url("../img/shared/nav_active2.png") no-repeat center left;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #footer .right .nav > li > a:hover {
    background: url("../img/shared/nav_active2.png") no-repeat center left;
  }
}
@media screen and (min-width: 768px) {
  #footer .right .nav > li .sub-nav {
    padding: 13px 0 0 42px;
    position: relative;
  }
  #footer .right .nav > li .sub-nav::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 12px;
    left: 42px;
    width: 1px;
    background: #fff;
  }
  #footer .right .nav > li .sub-nav li a {
    display: block;
    padding: 0 0 0 12px;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.05em;
  }
  #footer .right .nav > li .sub-nav li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 9px;
    height: 1px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
  }
  #footer .right .nav > li .sub-nav li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -42px;
    background: url("../img/shared/nav_active2.png") no-repeat center left;
    width: 15px;
    opacity: 0;
  }
  #footer .right .nav > li .sub-nav li a.active::before {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #footer .right .nav > li .sub-nav li a:hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #footer .right .nav > li .sub-nav li + li {
    margin-top: 11px;
  }
  #footer .right .nav2 {
    margin: 44px 0 0 35px;
    display: flex;
    gap: 15px;
  }
  #footer .right .nav2 li {
    position: relative;
  }
  #footer .right .nav2 li a {
    display: block;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #footer .right .nav2 li + li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7px;
    width: 1px;
    opacity: 0.8;
    background: #fff;
  }
  #footer .right address {
    text-align: left;
    margin: 47px 0 0 35px;
  }
}

.hamburger {
  top: 18px;
  right: 12px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background: url("../img/shared/bg4.jpg");
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px 0 0;
}
.hamburger:after {
  font-size: 13px;
  margin: 5px 0 0;
  line-height: 1;
  letter-spacing: 0.05em;
}
.hamburger.is-active:after {
  font-size: 11px;
  margin-top: 10px;
}
.hamburger.is-active .hamburger-box {
  width: 27px;
}

#menu-toggle {
  padding-top: 50px;
  background: url("../img/shared/bg.jpg");
}
#menu-toggle .nav {
  width: 291px;
  margin: 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
}
#menu-toggle .nav > li + li {
  margin-top: 20px;
}
#menu-toggle .nav > li > a, #menu-toggle .nav > li > .parent {
  padding-left: 34px;
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#menu-toggle .nav > li > a.active {
  background: url("../img/shared/nav_active_sp.png") no-repeat center left/16.5px auto;
}
#menu-toggle .nav > li .sub-nav {
  padding: 13px 0 0 42px;
  position: relative;
}
#menu-toggle .nav > li .sub-nav::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 12px;
  left: 42px;
  width: 1px;
  background: #1c0e07;
}
#menu-toggle .nav > li .sub-nav li a {
  display: block;
  padding: 0 0 0 12px;
  font-size: 16.5px;
  line-height: 1.6;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.05em;
}
#menu-toggle .nav > li .sub-nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 9px;
  height: 1px;
  background: #1c0e07;
  top: 50%;
  transform: translateY(-50%);
}
#menu-toggle .nav > li .sub-nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -42px;
  background: url("../img/shared/nav_active_sp.png") no-repeat center left/16.5px auto;
  width: 15px;
  opacity: 0;
}
#menu-toggle .nav > li .sub-nav li a.active::before {
  opacity: 1;
}
#menu-toggle .nav > li .sub-nav li + li {
  margin-top: 11px;
}
#menu-toggle .nav2 {
  margin: 44px 0;
  display: flex;
  gap: 15px;
  justify-content: center;
}
#menu-toggle .nav2 li {
  position: relative;
}
#menu-toggle .nav2 li a {
  display: block;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.05em;
}
#menu-toggle .nav2 li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  width: 1px;
  opacity: 0.8;
  background: #1c0e07;
}
#menu-toggle .tel {
  margin: 0 0 20px;
  line-height: 1;
  text-align: center;
}
#menu-toggle .tel .sub-tel {
  display: block;
  font-size: 14.5px;
  letter-spacing: 0.05em;
  margin: 0 0 3px;
}
#menu-toggle .tel span {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 31px;
  letter-spacing: 0.01em;
  justify-content: center;
}
#menu-toggle .tel span::before {
  content: "";
  background: url("../img/shared/icon_tel2_sp.png") no-repeat center/100% auto;
  width: 17.5px;
  height: 23.5px;
}
#menu-toggle .btn-web {
  margin: 0 auto;
}
#menu-toggle .sns {
  display: flex;
  justify-content: center;
  margin: 39px 0 0;
  gap: 14px;
}
#menu-toggle .sns img {
  width: 27px;
  height: auto;
}

#ft-fixed {
  background: url("../img/shared/bg4.jpg");
  color: #fff;
  display: flex;
  z-index: 100;
}
#ft-fixed p, #ft-fixed div {
  width: 25%;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.5;
}
#ft-fixed p img, #ft-fixed div img {
  width: auto;
  height: 17px;
}
#ft-fixed p a, #ft-fixed div a {
  height: 60px;
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#ft-fixed p a img, #ft-fixed div a img {
  opacity: 1;
}
#ft-fixed .web {
  background: url("../img/shared/bg3.jpg");
}
#ft-fixed .tel, #ft-fixed .service {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#ft-fixed .service .title {
  height: 60px;
  width: 100%;
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#ft-fixed .service .title .icon {
  width: 100%;
  height: 17px;
  background: url("../img/shared/fixed_icon3_sp.png") no-repeat center/auto 100%;
  transition: all 0.5s;
}
#ft-fixed .service .title.open .icon {
  background-image: url("../img/shared/fixed_icon5_sp.png");
}
#ft-fixed .service .list-serivce {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  left: 0;
  width: 100%;
  bottom: 100%;
  box-sizing: border-box;
  padding: 5px var(--wrapPadding);
  background: url("../img/shared/bg4.jpg");
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#ft-fixed .service .list-serivce li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  padding: 17px 0;
  height: auto;
}
#ft-fixed .service .list-serivce li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
#ft-fixed .service:has(.title.open) .list-serivce {
  opacity: 1;
  visibility: visible;
}

.remodal-recruit {
  margin: 0 auto;
  width: calc(100% - 6.6vw);
  background: url("../img/shared/bg.jpg");
}
@media screen and (min-width: 768px) {
  .remodal-recruit {
    max-width: calc(100% - 60px);
    width: 1000px;
  }
}

#popup_recruit {
  padding: 30px 0 61px;
}
#popup_recruit .remodal-close {
  margin-right: 3.3vw;
  margin-bottom: 29px;
  width: 36.5px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  #popup_recruit .wrap {
    padding: 0 3.3vw;
  }
}
#popup_recruit h2 {
  font-size: 5.2vw;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 8vw 0;
}
#popup_recruit .box {
  border: 1px solid rgba(28, 14, 7, 0.8);
  padding: 20px 0;
  display: flex;
  justify-content: center;
  margin: 20px 0;
  box-sizing: border-box;
}
#popup_recruit .box dl {
  min-width: 245px;
  display: flex;
  text-align: left;
  gap: 16px;
  line-height: 30px;
}
#popup_recruit .box + .txt {
  line-height: 20px;
}
#popup_recruit .tel {
  margin: 60px 0 0;
}
#popup_recruit .tel .sub-tel {
  display: block;
  font-size: 14.5px;
  line-height: 1;
}
#popup_recruit .tel span {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  line-height: 1;
  margin: 4px 0 12px;
  font-size: 31px;
  letter-spacing: 0.01em;
}
#popup_recruit .tel span::before {
  content: "";
  background: url("../img/shared/icon_tel2_sp.png") no-repeat center/100% auto;
  width: 17.5px;
  height: 23.5px;
}
#popup_recruit .tel .note-tel {
  font-size: 14px;
  line-height: 20px;
  margin: 0 -20px;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (min-width: 768px) {
  #popup_recruit {
    padding: 44px 0 112px;
  }
  #popup_recruit .remodal-close {
    margin-right: 42px;
    margin-bottom: 3px;
    width: 46px;
  }
  #popup_recruit h2 {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 40px 0 50px;
  }
  #popup_recruit .box {
    width: 470px;
    padding: 26px 0 31px;
    margin: 40px auto 26px;
  }
  #popup_recruit .box dl {
    min-width: 274px;
    gap: 16px;
    line-height: 35px;
  }
  #popup_recruit .box + .txt {
    line-height: 2;
  }
  #popup_recruit .tel {
    border-top: 1px solid rgba(28, 14, 7, 0.8);
    width: 470px;
    padding: 40px 0 0;
    margin: 46px auto 0;
  }
  #popup_recruit .tel .sub-tel {
    font-size: 16px;
  }
  #popup_recruit .tel span {
    margin: 4px 0 12px;
    font-size: 34px;
  }
  #popup_recruit .tel span::before {
    content: "";
    background: url("../img/shared/icon_tel2.png") no-repeat center/100% auto;
    width: 20px;
    height: 26px;
  }
  #popup_recruit .tel .note-tel {
    font-size: 15px;
    line-height: 1.6;
  }
}

.fs40 {
  line-height: 1.73;
  font-size: 6.9vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .fs40 {
    line-height: 1.5;
    font-size: 40px;
  }
}

.fs35 {
  font-size: 6vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .fs35 {
    font-size: 35px;
  }
}

.fs80 {
  font-size: 13.867vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .fs80 {
    font-size: 80px;
  }
}

.fs55 {
  font-size: 8vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .fs55 {
    font-size: 55px;
  }
}

.line {
  height: 5px;
  background: url("../img/shared/bg4.jpg");
}
@media screen and (min-width: 768px) {
  .line {
    height: 10px;
  }
}

@media screen and (max-height: 800px) {
  #pagetop {
    right: 70px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 10px;
  }
}
.slick-dots {
  display: flex;
  gap: 11px;
}
.slick-dots li {
  box-sizing: border-box;
  margin: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #3c2015;
  background: transparent;
  cursor: pointer;
}
@media (hover: hover) {
  .slick-dots li:hover {
    opacity: 0.8;
    background: transparent;
  }
}
.slick-dots li.slick-active {
  background: #3c2015;
}

.bnr a {
  background: url("../img/special/bnr_img.png") no-repeat center right 160%/auto 100%, url("../img/shared/bg4.jpg");
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 6vw 0;
}
.bnr a .text {
  width: 60%;
  margin: 0 0 0 auto;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bnr a .text {
    font-size: 4.5vw;
  }
}
.bnr a:after {
  content: "";
  position: absolute;
  background: url("../img/special/bnr_arrow.png") no-repeat center/100% auto;
  right: 2vw;
  bottom: 2vw;
  width: 6vw;
  height: 6vw;
}

.dib {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .bnr a {
    background: url("../img/special/bnr_img.png") no-repeat center left/auto 100%, url("../img/shared/bg4.jpg");
    padding: 66.5px 0;
  }
  .bnr a:after {
    right: 20px;
    bottom: 15px;
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .bnr a:hover {
    opacity: 0.8;
  }
}
.remodal-menu {
  background: #fff;
  padding: 50px 0 70px;
}

.popup_menu .remodal-close {
  width: 28px;
  margin-bottom: 30px;
  margin-right: 0;
}
.popup_menu h2 {
  line-height: 1;
}
.popup_menu .sub-txt {
  line-height: 1.6;
  margin: 5px 0 30px;
}
@media screen and (max-width: 767px) {
  .popup_menu .flex .col + .col {
    margin-top: 30px;
  }
}
.popup_menu .flex .col h4 {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 20px;
}
.popup_menu .flex .col h4 ~ h4 {
  margin-top: 30px;
}
.popup_menu .flex .col dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  border-bottom: 1px solid #000;
  padding: 0 0 10px;
  line-height: 25px;
  text-align: left;
}
.popup_menu .flex .col dl + dl {
  margin-top: 12px;
}
.popup_menu .flex .col dl dd {
  text-align: right;
  min-width: -moz-max-content;
  min-width: max-content;
}
.popup_menu .remodal-close2 {
  margin: 88px auto 0;
  width: 80px;
  background: transparent;
  border: 0;
  outline: 0;
}

@media screen and (min-width: 768px) {
  .remodal-menu {
    padding: 62px 0 86px;
    max-width: calc(100% - 60px);
    width: 1234px;
  }
  .popup_menu .remodal-close {
    width: 33px;
    margin-bottom: 0;
  }
  .popup_menu .sub-txt {
    margin: 5px 0 50px;
  }
  .popup_menu .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  .popup_menu .flex .col {
    width: 470px;
  }
  .popup_menu .flex .col h4 {
    font-size: 25px;
  }
  .popup_menu .remodal-close2 {
    margin: 88px auto 0;
    width: 104px;
  }
}