#header {
  position: relative;
  background: #000;
  padding-bottom: 10vw;
}
#header h1 {
  position: absolute;
  top: 9px;
  left: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #d8d8d8;
  line-height: 20px;
  z-index: 9;
}
#header .logo {
  position: absolute;
  top: 104.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 40.3%;
  z-index: 9;
}
#header #key {
  position: relative;
  height: 140vw;
}
#header #key::before {
  content: "";
  background: url(../img/shared/hd_shadow1_sp.png) no-repeat center top/100%
    auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#header #key::after {
  content: "";
  background: url(../img/shared/hd_shadow2_sp.png) no-repeat center bottom/100%
    auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#header #belt .wrap {
  padding: 0;
}
#header #belt .menu {
  display: flex;
}
#header #belt .menu .col {
  width: 50%;
}
#header #belt .menu .col li:not(:last-child) {
  margin-bottom: 20px;
}
#header #belt .menu .col li .menu-link {
  font-size: 18px;
  display: inline-block;
  letter-spacing: 0.05em;
  padding-left: 17px;
  position: relative;
  white-space: nowrap;
}
#header #belt .menu .col li .menu-link::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-left: 9px solid #000;
  position: absolute;
  top: 9px;
  left: 0;
}
#header #belt .menu .col li .menu-link.active {
  color: #a02a06;
}
#header #belt .menu .col li .menu-link.active::before {
  border-left-color: #a02a06;
}
#header #belt .menu .col .has-submenu .submenu {
  margin: 10px 0 0 3px;
  position: relative;
}
#header #belt .menu .col .has-submenu .submenu::before {
  content: "";
  border-left: 1px solid #cfcfcf;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 14px;
}
#header #belt .menu .col .has-submenu .submenu li {
  position: relative;
  padding-left: 36px;
}
#header #belt .menu .col .has-submenu .submenu li::before {
  content: "";
  border-top: 1px solid #cfcfcf;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
}
#header #belt .menu .col .has-submenu .submenu li:not(:last-child) {
  margin-bottom: 15px;
}
#header #belt .menu .col .has-submenu .submenu li a {
  font-size: 18px;
  display: inline-block;
  letter-spacing: 0.05em;
}
#header #belt .menu .col .has-submenu .submenu li a.active {
  color: #a02a06;
}
#header #belt .btn-eng {
  margin: 45px 20px 0;
}
#header #belt .btn-eng a {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 11px 10px;
  text-transform: uppercase;
}
#header #belt .btn-eng a .text-container {
  display: inline-block;
  position: relative;
  padding-left: 39px;
}
#header #belt .btn-eng a .text-container::before {
  content: "";
  background: url(../img/shared/icon_eng.png) no-repeat 0 0/100% auto;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 2px;
  left: 3px;
}
#header #belt .btn-eng a .text-container .text {
  font-size: 18px;
  letter-spacing: 0.02em;
  display: inline-block;
}
#header .shop-list {
  padding: 10.5vw 0 5.5vw 5%;
  position: relative;
}
#header .shop-list .col {
  background: url(../img/shared/bg2.jpg);
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  width: 58vw;
  margin-right: 15px;
  position: relative;
}
#header .shop-list .col::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  border-top: 9px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#header .shop-list .col .tel {
  padding: 5vw 5% 3.5vw;
}
#header .shop-list .col .tel dt {
  font-size: 5.6vw;
  letter-spacing: 0.05em;
  margin-bottom: 2vw;
}
#header .shop-list .col .tel dd img {
  width: 4vw;
  margin-right: 4px;
  position: relative;
  top: -1vw;
}
#header .shop-list .col .tel dd span {
  font-size: 5.5vw;
  letter-spacing: 0.02em;
}
#header .shop-list .col .btn-link a {
  display: block;
  padding: 0.5vw 5%;
  color: #000;
  background: #fff;
}
#header .shop-list .col .btn-link a .text-container {
  display: inline-block;
  position: relative;
  padding-right: 16px;
}
#header .shop-list .col .btn-link a .text-container::after {
  content: "";
  background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
  width: 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#header .shop-list .col .btn-link a .text-container .text {
  font-size: 4vw;
  letter-spacing: 0.05em;
  display: inline-block;
}
#header .shop-list .swiper-scrollbar {
  background: rgba(0, 0, 0, 0);
  top: auto;
  bottom: 0;
  left: 0;
  width: auto;
  right: 0;
  height: 4px;
}
#header .shop-list .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.4);
  width: 50%;
  border-radius: 0;
}
#footer {
  background: #000;
  color: #fff;
  padding: 16vw 0 140px;
}
#footer .set1 {
  padding-bottom: 13vw;
}
#footer .set1 .logo {
  width: 45%;
  margin: 0 auto 13vw;
}
#footer .set1 .row1 .shop-list .col {
  background: url(../img/shared/bg2.jpg);
  border: 1px solid #fff;
  padding: 5.5vw 3% 4vw;
  text-align: center;
  position: relative;
}
#footer .set1 .row1 .shop-list .col::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#footer .set1 .row1 .shop-list .col:not(:last-child) {
  margin-bottom: 17px;
}
#footer .set1 .row1 .shop-list .col .tel {
  display: flex;
  justify-content: center;
}
#footer .set1 .row1 .shop-list .col .tel dt {
  font-size: 17px;
  letter-spacing: 0.05em;
}
#footer .set1 .row1 .shop-list .col .tel dd {
  margin-left: 9px;
}
#footer .set1 .row1 .shop-list .col .tel dd img {
  width: 14px;
  margin-right: 3px;
  position: relative;
  top: -4px;
}
#footer .set1 .row1 .shop-list .col .tel dd span {
  font-size: 20px;
  letter-spacing: 0.02em;
}
#footer .set1 .row1 .shop-list .col .toggle {
  margin-top: 10px;
}
#footer .set1 .row1 .shop-list .col .toggle.active .toggle-link span::after {
  background: url(../img/shared/ft_arr1_on.png) no-repeat 0 0/100% auto;
}
#footer .set1 .row1 .shop-list .col .toggle .toggle-link {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 6px 0;
}
#footer .set1 .row1 .shop-list .col .toggle .toggle-link span {
  font-size: 15px;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
#footer .set1 .row1 .shop-list .col .toggle .toggle-link span::after {
  content: "";
  background: url(../img/shared/ft_arr1.png) no-repeat 0 0/100% auto;
  width: 11px;
  height: 13px;
  position: absolute;
  top: 10px;
  right: 0;
  transition: 0.3s ease;
}
#footer .set1 .row1 .shop-list .col .toggle .toggle-main {
  padding-bottom: 5vw;
}
#footer .set1 .row1 .shop-list .col .toggle .toggle-main .list {
  text-align: left;
}
#footer .set1 .row1 .shop-list .col .toggle .toggle-main .list dl {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  letter-spacing: 0;
  font-size: 12px;
  line-height: 23px;
}
#footer .set1 .row1 .shop-list .col .toggle .toggle-main .list dl .map-link {
  display: inline-block;
  position: relative;
}
#footer
  .set1
  .row1
  .shop-list
  .col
  .toggle
  .toggle-main
  .list
  dl
  .map-link::before {
  content: "";
  border-top: 1px solid #fff;
  position: absolute;
  right: 12px;
  bottom: 1px;
  left: 12px;
}
#footer .set1 .row1 .shop-list .col .toggle .toggle-main .list .info {
  position: relative;
}
#footer .set1 .row1 .shop-list .col .toggle .toggle-main .list .info .sns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  padding: 8px 0 6px 20px;
}
#footer
  .set1
  .row1
  .shop-list
  .col
  .toggle
  .toggle-main
  .list
  .info
  .sns::before {
  content: "";
  border-left: 1px solid #787878;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#footer .set1 .row1 .shop-list .col .toggle .toggle-main .list .info .sns img {
  width: 27px;
}
#footer .set1 .row1 .shop-list .col .toggle .toggle-main .btn-link {
  margin-top: 20px;
}
#footer .set1 .row1 .shop-list .col .toggle .toggle-main .btn-link a {
  display: block;
  padding: 5px 10px;
  color: #000;
  background: #fff;
}
#footer
  .set1
  .row1
  .shop-list
  .col
  .toggle
  .toggle-main
  .btn-link
  a
  .text-container {
  position: relative;
  padding-right: 16px;
  display: inline-block;
}
#footer
  .set1
  .row1
  .shop-list
  .col
  .toggle
  .toggle-main
  .btn-link
  a
  .text-container::after {
  content: "";
  background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
  width: 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#footer
  .set1
  .row1
  .shop-list
  .col
  .toggle
  .toggle-main
  .btn-link
  a
  .text-container
  .text {
  font-size: 15px;
  letter-spacing: 0.05em;
  display: inline-block;
}
#footer .set1 .row2 .left .toggle {
  border: 1px solid #707070;
  margin: 9vw -2vw 0;
}
#footer .set1 .row2 .left .toggle.active .toggle-link span::after {
  background: url(../img/shared/ft_arr1_on.png) no-repeat 0 0/100% auto;
}
#footer .set1 .row2 .left .toggle .toggle-link {
  padding: 7vw 5%;
  text-align: center;
  font-size: 5.1vw;
  position: relative;
}
#footer .set1 .row2 .left .toggle .toggle-link::before {
  content: "";
  border-top: 1px solid #fff;
  position: absolute;
  right: 2%;
  bottom: 2vw;
  left: 2%;
}
#footer .set1 .row2 .left .toggle .toggle-link span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
  padding-right: 8vw;
}
#footer .set1 .row2 .left .toggle .toggle-link span::after {
  content: "";
  background: url(../img/shared/ft_arr1.png) no-repeat 0 0/100% auto;
  width: 3.5vw;
  height: 13px;
  position: absolute;
  top: 2.7vw;
  right: 0;
  transition: 0.3s ease;
}
#footer .set1 .row2 .left .toggle .toggle-main {
  text-align: center;
  padding: 3vw 2% 9vw;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0;
}
#footer .set1 .row2 .left .toggle .toggle-main p:not(:last-child) {
  margin-bottom: 22px;
}
#footer .set1 .row2 .right {
  margin: 9vw 7% 0;
}
#footer .set1 .row2 .right .gr-btn li a {
  display: block;
  border: 1px solid #fff;
  padding: 7px 20px;
  text-align: center;
}
#footer .set1 .row2 .right .gr-btn li a .text-container {
  display: inline-block;
  position: relative;
  padding-left: 37px;
}
#footer .set1 .row2 .right .gr-btn li a .text-container::before {
  content: "";
  background: url(../img/shared/icon_eng.png) no-repeat 0 0/100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 3px;
}
#footer .set1 .row2 .right .gr-btn li a .text-container .text {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#footer .set1 .row2 .right .gr-btn .btn-popup {
  margin-top: 15px;
}
#footer .set1 .row2 .right .gr-btn .btn-popup a .text-container::before {
  background: url(../img/shared/icon_popup.png) no-repeat 0 0/100% auto;
  top: 4px;
}
#footer .set1 .row2 .right .gr-btn .btn-popup a .text-container .text {
  font-size: 17px;
}
#footer .set2 {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
}
#footer .set2 .right p a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
#footer .set2 .right p a::after {
  content: "";
  background: url(../img/shared/icon_url.png) no-repeat 0 0/100% auto;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 6px;
  right: 0;
}
#footer .set2 .right .cookies_link a {
  padding-right: 23px;
}
#footer .set2 .right .cookies_link a::after {
  background: url(../img/shared/icon_cokie.png) no-repeat 0 0/100% auto;
  width: 13px;
  height: 20px;
  top: 10px;
}
#footer .set2 .left {
  margin-top: 37px;
}
#footer .set2 .left address {
  letter-spacing: 0.2em;
  margin-top: 20px;
}
.popup_reserve {
  font-weight: 500;
  color: #fff;
  background: #000;
  padding: 8vw 0 0;
}
.popup_reserve .container {
  padding: 30px 5% 12vw;
}
.popup_reserve .content {
  width: 270px;
  margin: 0 auto;
}
.popup_reserve .content .item {
  background: url(../img/shared/bg2.jpg);
  border: 1px solid #fff;
  position: relative;
}
.popup_reserve .content .item::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  border-top: 9px solid #fff;
  position: absolute;
  top: 0;
  left: 18px;
  z-index: 1;
}
.popup_reserve .content .item:not(:last-child) {
  margin-bottom: 17px;
}
.popup_reserve .content .item h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  font-size: 21px;
  letter-spacing: 0.05em;
  font-weight: 500;
  white-space: nowrap;
}
.popup_reserve .content .item .info {
  margin-left: 20%;
  text-align: center;
  border-left: 1px solid #fff;
  padding: 12px 8px 0;
}
.popup_reserve .content .item .info .tel img {
  width: 14px;
  margin-right: 6px;
  position: relative;
  top: -4px;
}
.popup_reserve .content .item .info .tel span {
  font-size: 22px;
  letter-spacing: 0.02em;
}
.popup_reserve .content .item .info .sns {
  display: flex;
  border-top: 1px solid #575757;
  margin: 10px 0;
}
.popup_reserve .content .item .info .sns li {
  width: 50%;
  padding: 15px 0 7px;
}
.popup_reserve .content .item .info .sns li:first-child {
  border-right: 1px solid #575757;
}
.popup_reserve .content .item .info .sns li img {
  height: 30px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.popup_reserve .content .item .info .btn-link a {
  display: block;
  padding: 5px 10px;
  margin: 0 -8px;
  color: #000;
  background: #fff;
}
.popup_reserve .content .item .info .btn-link a span {
  font-size: 15px;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding-right: 16px;
}
.popup_reserve .content .item .info .btn-link a span::after {
  content: "";
  background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
  width: 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.popup_recruit {
  background: #fff;
  font-weight: 500;
  padding: 8vw 0 10vw;
}
.popup_recruit .remodal-close {
  background: url(../img/shared/close2.png) no-repeat 0 0/100% auto;
}
.popup_recruit .container {
  padding: 9vw 3% 0;
}
.popup_recruit h2 {
  font-size: 7vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.popup_recruit h3 {
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 1vw 0;
  margin: 6vw -3vw 11vw;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.popup_recruit .list dl {
  display: flex;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0;
}
.popup_recruit .list dl:not(:last-child) dt {
  border-bottom: 1px solid #fff;
}
.popup_recruit .list dl:not(:last-child) dd {
  border-bottom: 1px solid #f5f5f5;
}
.popup_recruit .list dl dt {
  width: 90px;
  background: #f1f1f1;
  padding: 10px 10px 10px 20px;
}
.popup_recruit .list dl dd {
  flex: 1;
  padding: 10px 10px 10px 17px;
}
.popup_recruit .txt {
  padding-top: 20px;
  margin: 30px 0 35px;
  border-top: 1px solid #c6c6c6;
}
.popup_recruit .cv {
  background: url(../img/shared/bg2.jpg);
  color: #fff;
  padding: 32px 4% 30px;
  position: relative;
}
.popup_recruit .cv::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.popup_recruit .cv .catch {
  font-size: 17px;
  margin-bottom: 13px;
  letter-spacing: 0.05em;
}
.popup_recruit .cv .tel dt img {
  width: 16px;
  margin-right: 3px;
  position: relative;
  top: -4px;
}
.popup_recruit .cv .tel dt .tit {
  font-size: 23px;
  margin-right: 20px;
}
.popup_recruit .cv .tel dt span {
  font-size: 23px;
  letter-spacing: 0.02em;
}
.popup_recruit .cv .tel dd {
  font-size: 12px;
  letter-spacing: 0;
}
.popup-menu-shared .remodal-close {
  background: url(../img/shared/close3.png) no-repeat 0 0/100% auto;
  width: 35px;
  height: 35px;
  right: 15px;
  mix-blend-mode: difference;
}
.popup-menu-shared .container {
  background: url(../img/shared/bg1.jpg);
  margin: 30px 10px 10px;
  padding: 15vw 5% 12vw;
}
.popup-menu-shared h2 {
  font-size: 8vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.popup-menu-shared .btn-close {
  font-size: 17px;
  letter-spacing: 0.05em;
  margin: 10px auto 0;
}
.popup-menu-shared .btn-close img {
  display: inline-block;
  width: 17px;
  margin: 0 9px 0 0;
  position: relative;
  top: -3px;
}
.popup-menu .content .col .item {
  margin-bottom: 40px;
}
.popup-menu .content .col .item h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 10px 10px;
  margin-bottom: 10px;
  color: #fff;
  background: #000;
}
.popup-menu .content .col .item h4 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
}
.popup-menu .content .col .item h4.ml {
  margin-left: -6px;
}
.popup-menu .content .col .item .item-child:not(:last-child) {
  margin-bottom: 18px;
}
.popup-menu .content .col .item .list dl {
  line-height: 24px;
  letter-spacing: 0.05em;
  padding: 10px 0;
  border-bottom: 1px solid #aba9a6;
  display: flex;
  justify-content: space-between;
}
.popup-menu .content .col .item .list dl dt {
  text-align: left;
}
.popup-menu .content .col .item .list dl dd {
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
}
.popup-menu .content .col .item .txt-sub {
  line-height: 24px;
  letter-spacing: 0.05em;
  padding: 10px 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #header {
    padding-bottom: 0;
    background: none;
  }
  #header h1 {
    top: 10px;
    left: auto;
    right: 0;
    font-size: 14px;
    color: #868686;
    line-height: 33px;
    text-align: center;
    left: calc(100% - 700px);
  }
  #header .logo {
    top: 121px;
    left: auto;
    right: 199px;
    transform: none;
    width: auto;
  }
  #header #key {
    margin: 0 699px 0 50px;
    height: 1050px;
  }
  #header #key::before {
    content: none;
  }
  #header #key::after {
    content: none;
  }
  #header .hd-top {
    position: absolute;
    top: 337px;
    right: 121px;
  }
  #header #belt .menu {
    justify-content: center;
  }
  #header #belt .menu .col {
    display: flex;
    width: auto;
  }
  #header #belt .menu .col > li {
    padding: 33px 0;
  }
  #header #belt .menu .col li {
    padding-right: 23px;
  }
  #header #belt .menu .col li:not(:last-child) {
    margin: 0 35px 0 0;
  }
  #header #belt .menu .col li .menu-link {
    font-size: 19px;
    padding-left: 0;
    letter-spacing: 0;
  }
  #header #belt .menu .col li .menu-link::before {
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #a02a06;
    border-bottom: 0;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
  }
  #header #belt .menu .col li .menu-link::after {
    content: "";
    border-left: 1px solid #ccc;
    position: absolute;
    top: -10px;
    right: -23px;
    bottom: -10px;
  }
  #header #belt .menu .col li .menu-link.active,
  #header #belt .menu .col li .menu-link:hover {
    color: #a02a06;
  }
  #header #belt .menu .col li .menu-link.active::before,
  #header #belt .menu .col li .menu-link:hover::before {
    opacity: 1;
    visibility: visible;
    border-left: 9px solid rgba(0, 0, 0, 0);
  }
  #header #belt .menu .col .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
  }
  #header #belt .menu .col .has-submenu .submenu {
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 51px 30px 37px;
    opacity: 0;
    visibility: hidden;
  }
  #header #belt .menu .col .has-submenu .submenu::before {
    content: none;
  }
  #header #belt .menu .col .has-submenu .submenu li {
    padding: 0 0 0 35px;
  }
  #header #belt .menu .col .has-submenu .submenu li::before {
    content: "";
    border-top: 1px solid #6b6b6b;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
  }
  #header #belt .menu .col .has-submenu .submenu li::after {
    content: "";
    border-left: 1px solid #6b6b6b;
    position: absolute;
    left: 0;
    bottom: calc(50% - 1px);
    height: 19px;
  }
  #header #belt .menu .col .has-submenu .submenu li:not(:last-child) {
    margin: 0 74px 0 0;
  }
  #header #belt .menu .col .has-submenu .submenu li a {
    font-size: 23px;
    letter-spacing: 0;
  }
  #header #belt .menu .col .has-submenu .submenu li a:hover {
    color: #a02a06;
  }
  #header #belt .menu .col .has-submenu .submenu2 li:not(:last-child) {
    margin-right: 130px;
  }
  #header #belt .menu .col-right {
    margin-left: 37px;
  }
  #header #belt .menu .col-right li:last-child {
    padding-right: 0;
  }
  #header #belt .menu .col-right li:last-child a::after {
    content: none;
  }
  #header #belt .btn-eng {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    width: 170px;
  }
  #header #belt .btn-eng a {
    padding: 7px 10px;
  }
  #header #belt .btn-eng a .text-container {
    padding-left: 39px;
    overflow: visible;
  }
  #header #belt .btn-eng a .text-container::before {
    width: 22px;
    height: 22px;
    top: 5px;
    left: 3px;
  }
  #header #belt .btn-eng a .text-container .text {
    font-size: 16px;
  }
  #header .shop-list {
    padding: 55px 31px 53px;
    position: absolute;
    top: 574px;
    right: 0;
    width: 700px;
  }
  #header .shop-list::before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100000px;
    z-index: -1;
  }
  #header .shop-list .col {
    width: 202px;
    margin-right: 16px;
  }
  #header .shop-list .col:last-child {
    margin-right: 0;
  }
  #header .shop-list .col .tel {
    padding: 21px 10px 14px;
  }
  #header .shop-list .col .tel dt {
    font-size: 24px;
    margin-bottom: 6px;
  }
  #header .shop-list .col .tel dd img {
    width: 16px;
    height: auto;
    margin-right: 2px;
    top: -4px;
  }
  #header .shop-list .col .tel dd span {
    font-size: 24px;
  }
  #header .shop-list .col .btn-link a {
    padding: 2px 10px;
  }
  #header .shop-list .col .btn-link a .text-container {
    padding-right: 16px;
    overflow: visible;
  }
  #header .shop-list .col .btn-link a .text-container::after {
    width: 7px;
    top: 1px;
  }
  #header .shop-list .col .btn-link a .text-container .text {
    font-size: 17px;
  }
  #header .shop-list .btn-eng {
    width: 272px;
    margin: 33px auto 0;
  }
  #header .shop-list .btn-eng a {
    display: block;
    padding: 5px 10px 0px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  #header .shop-list .btn-eng a .text-container {
    display: inline-block;
    position: relative;
    padding-left: 37px;
  }
  #header .shop-list .btn-eng a .text-container::before {
    content: "";
    background: url(../img/shared/icon_eng.png) no-repeat 0 0/100% auto;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 6px;
    left: 0;
  }
  #header .shop-list .btn-eng a .text-container .text {
    display: inline-block;
  }
  #footer {
    padding: 87px 0 100px;
  }
  #footer .set1 {
    padding-bottom: 0;
  }
  #footer .set1 .logo {
    width: 201px;
    margin: 0 auto 48px;
  }
  #footer .set1 .logo img {
    width: 100%;
    height: auto;
  }
  #footer .set1 .row1 {
    padding-bottom: 76px;
  }
  #footer .set1 .row1 .shop-list {
    --f-columns: 3;
    --f-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
    margin-bottom: calc(-1 * var(--f-gap));
  }
  #footer .set1 .row1 .shop-list .col {
    margin-left: var(--f-gap);
    margin-bottom: var(--f-gap) !important;
    width: calc(100% / var(--f-columns) - var(--f-gap));
    padding: 20px 15px 26px;
    display: flex;
    flex-direction: column;
  }
  #footer .set1 .row1 .shop-list .col::before {
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #fff;
  }
  #footer .set1 .row1 .shop-list .col:not(:last-child) {
    margin-bottom: 0;
  }
  #footer .set1 .row1 .shop-list .col .tel {
    display: block;
  }
  #footer .set1 .row1 .shop-list .col .tel dt {
    font-size: 24px;
  }
  #footer .set1 .row1 .shop-list .col .tel dd {
    margin: 9px 0 0;
  }
  #footer .set1 .row1 .shop-list .col .tel dd img {
    width: 19px;
    height: auto;
    margin-right: 3px;
    top: -5px;
  }
  #footer .set1 .row1 .shop-list .col .tel dd span {
    font-size: 28px;
  }
  #footer .set1 .row1 .shop-list .col .toggle {
    margin-top: 12px;
    flex: 1;
    display: flex;
  }
  #footer .set1 .row1 .shop-list .col .toggle .toggle-main {
    display: flex !important;
    flex-direction: column;
    padding-bottom: 0;
  }
  #footer .set1 .row1 .shop-list .col .toggle .toggle-main .list {
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  #footer .set1 .row1 .shop-list .col .toggle .toggle-main .list dl {
    padding: 12px 3px;
    font-size: 14px;
  }
  #footer
    .set1
    .row1
    .shop-list
    .col
    .toggle
    .toggle-main
    .list
    dl
    .map-link:hover::before {
    content: none;
  }
  #footer .set1 .row1 .shop-list .col .toggle .toggle-main .list .info {
    margin-bottom: 21px;
  }
  #footer .set1 .row1 .shop-list .col .toggle .toggle-main .list .info .sns {
    right: 22px;
    padding: 8px 0 6px 24px;
  }
  #footer
    .set1
    .row1
    .shop-list
    .col
    .toggle
    .toggle-main
    .list
    .info
    .sns
    img {
    width: 30px;
    height: auto;
  }
  #footer .set1 .row1 .shop-list .col .toggle .toggle-main .btn-link {
    margin-top: auto;
  }
  #footer .set1 .row1 .shop-list .col .toggle .toggle-main .btn-link a {
    padding: 3px 10px;
  }
  #footer
    .set1
    .row1
    .shop-list
    .col
    .toggle
    .toggle-main
    .btn-link
    a
    .text-container {
    overflow: visible;
    padding-right: 16px;
  }
  #footer
    .set1
    .row1
    .shop-list
    .col
    .toggle
    .toggle-main
    .btn-link
    a
    .text-container::after {
    background: url(../img/shared/icon_arr1_pc.png) no-repeat right center/100%
      auto;
    width: 8px;
  }
  #footer
    .set1
    .row1
    .shop-list
    .col
    .toggle
    .toggle-main
    .btn-link
    a
    .text-container
    .text {
    font-size: 17px;
  }
  #footer .set1 .row2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #footer .set1 .row2 .left {
    width: 500px;
  }
  #footer .set1 .row2 .left .toggle {
    margin: 0;
    padding: 34px 50px 35px;
    pointer-events: none;
  }
  #footer .set1 .row2 .left .toggle .toggle-link {
    margin-bottom: 20px;
    padding: 0 0 18px;
    font-size: 22px;
  }
  #footer .set1 .row2 .left .toggle .toggle-link::before {
    right: 0;
    bottom: 0;
    left: 0;
  }
  #footer .set1 .row2 .left .toggle .toggle-link span {
    padding-right: 0;
  }
  #footer .set1 .row2 .left .toggle .toggle-link span::after {
    content: none;
  }
  #footer .set1 .row2 .left .toggle .toggle-main {
    display: block !important;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
  }
  #footer .set1 .row2 .left .toggle .toggle-main p:not(:last-child) {
    margin-bottom: 26px;
  }
  #footer .set1 .row2 .right {
    margin: 35px 0 0;
    width: 500px;
  }
  #footer .set1 .row2 .right .nav {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 -5px 0 auto;
  }
  #footer .set1 .row2 .right .nav li a:hover,
  #footer .set1 .row2 .right .nav li a.active {
    color: #777;
  }
  #footer .set1 .row2 .right .nav li .menu-link::before {
    border-top: 6px solid #fff;
  }
  #footer .set1 .row2 .right .nav li .menu-link.active,
  #footer .set1 .row2 .right .nav li .menu-link:hover {
    color: #777;
  }
  #footer .set1 .row2 .right .nav li .menu-link.active::before,
  #footer .set1 .row2 .right .nav li .menu-link:hover::before {
    border-top-color: #777;
  }
  #footer .set1 .row2 .right .gr-btn {
    width: 328px;
    margin: 34px 13px 0 auto;
  }
  #footer .set1 .row2 .right .gr-btn li a {
    padding: 6px 10px;
  }
  #footer .set1 .row2 .right .gr-btn li a .text-container {
    overflow: visible;
    padding-left: 40px;
  }
  #footer .set1 .row2 .right .gr-btn li a .text-container::before {
    width: 22px;
    height: 22px;
    top: 6px;
    left: 3px;
  }
  #footer .set1 .row2 .right .gr-btn li a .text-container .text {
    font-size: 16px;
  }
  #footer .set1 .row2 .right .gr-btn .btn-popup {
    margin-top: 15px;
  }
  #footer .set1 .row2 .right .gr-btn .btn-popup a .text-container::before {
    top: 6px;
  }
  #footer .set1 .row2 .right .gr-btn .btn-popup a .text-container .text {
    font-size: 19px;
  }
  #footer .set2 {
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    position: relative;
    padding-top: 25px;
    margin-top: 59px;
  }
  #footer .set2::before {
    content: "";
    border-top: 1px solid #707070;
    position: absolute;
    top: 0;
    right: calc(50% - 600px);
    left: calc(50% - 600px);
  }
  #footer .set2 .wrap {
    max-width: 1240px;
    padding: 0 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #footer .set2 .right {
    text-align: right;
  }
  #footer .set2 .right p a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #footer .set2 .right .cookies_link {
    margin-top: 8px;
  }
  #footer .set2 .right .cookies_link a::after {
    top: 9px;
  }
  #footer .set2 .left {
    display: flex;
    align-items: center;
    margin: 0;
  }
  #footer .set2 .left #socialbuttons {
    margin: 0;
    text-align: left;
  }
  #footer .set2 .left address {
    margin: 0 0 0 45px;
    font-size: 13px;
  }
  .popup_recruit {
    padding: 0 0 50px;
    max-width: 1100px;
  }
  .popup_recruit .remodal-close {
    background: url(../img/shared/close2.png) no-repeat 0 0/100% auto;
  }
  .popup_recruit .container {
    padding: 50px 20px 0;
  }
  .popup_recruit h2 {
    font-size: 34px;
  }
  .popup_recruit h3 {
    font-size: 20px;
    padding: 6px 47px;
    margin: 26px auto 49px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .popup_recruit .list {
    width: 415px;
    margin: 0 auto;
  }
  .popup_recruit .list dl {
    font-size: 15px;
    line-height: 25px;
  }
  .popup_recruit .list dl dt {
    width: 99px;
    padding: 11px 10px 11px 20px;
  }
  .popup_recruit .list dl dd {
    padding: 11px 10px 11px 30px;
  }
  .popup_recruit .info {
    max-width: 700px;
    margin: 0 auto;
  }
  .popup_recruit .txt {
    padding-top: 16px;
    margin: 47px 0 30px;
  }
  .popup_recruit .cv {
    padding: 22px 20px 25px;
  }
  .popup_recruit .cv .catch {
    font-size: 19px;
    margin-bottom: 13px;
  }
  .popup_recruit .cv .tel dt img {
    width: 17px;
    height: auto;
    margin-right: 3px;
    top: -4px;
  }
  .popup_recruit .cv .tel dt .tit {
    font-size: 24px;
    margin-right: 20px;
  }
  .popup_recruit .cv .tel dt span {
    font-size: 24px;
  }
  .popup_recruit .cv .tel dd {
    font-size: 15px;
    margin-top: -2px;
  }
  .popup-menu-shared {
    max-width: 1200px;
  }
  .popup-menu-shared .remodal-close {
    width: 50px;
    height: 50px;
    right: 0;
    margin-right: 10px;
  }
  .popup-menu-shared .container {
    margin: 60px 0 0;
    padding: 100px 20px 70px;
  }
  .popup-menu-shared h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .popup-menu-shared .inner {
    max-width: 940px;
    margin: 0 auto;
  }
  .popup-menu-shared .btn-close {
    font-size: 24px;
    margin: 15px auto 0;
  }
  .popup-menu-shared .btn-close img {
    width: 18px;
    margin: 0 13px 0 0;
    top: -2px;
  }
  .popup-menu .content {
    display: flex;
    justify-content: space-between;
  }
  .popup-menu .content .col {
    width: 450px;
  }
  .popup-menu .content .col .item {
    margin-bottom: 50px;
  }
  .popup-menu .content .col .item h3 {
    padding: 9px;
    margin-bottom: 16px;
  }
  .popup-menu .content .col .item .list dl {
    padding: 11px 0;
  }
  .popup-menu .content .col .item .item-child:not(:last-child) {
    margin-bottom: 12px;
  }
  .popup-menu .content .col .item .txt-sub {
    padding: 11px 0;
  }
}
@media screen and (max-width: 1299px) and (min-width: 768px) {
  #header .shop-list {
    width: 600px;
  }
  #header h1 {
    left: calc(100% - 600px);
  }
  #header .shop-list .col {
    width: 170px;
  }
  #header #key {
    margin-right: 599px;
  }
  #header .shop-list .col .tel dd span {
    font-size: 20px;
  }
  #header .logo {
    right: 149px;
  }
  #header .hd-top {
    right: 71px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #header #key {
    margin-left: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #footer .set1 .row2 .left .toggle {
    padding: 34px 30px 35px;
  }
  #footer .set1 .row2 .left .toggle .toggle-main {
    font-size: 14px;
  }
}
