@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
:root {
  --primary: #4d574a;
  --secondary: #8f474b;
  --pagetop-bottom: 90px;
  --menu-toggle-pb: 90px;
  --footer-pb: 30vw;
}

html.iphone {
  --pagetop-bottom: 120px;
  --menu-toggle-pb: 200px;
  --footer-pb: 40vw;
}

html:not(.responsive) {
  min-width: 1000px; /* viewport */
}

@media screen and (max-width: 767px) {
  html.responsive {
    --paddingWrap: 6.7vw;
    --paddingWrap-negative: calc(var(--paddingWrap) * -1);
  }
}

/*=============================================
 * body
 *=============================================*/
body {
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: url("../img/shared/bg.jpg") center/297px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9642857143;
  letter-spacing: 0.18em;
  color: #212121;
}
@media screen and (max-width: 767px) {
  body {
    text-align: justify;
  }
  body.navOpen .menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  body.navOpen #ft_fixed {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 32px;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.amiri-regular {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
}

.amiri-bold {
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
}

.amiri-regular-italic {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: italic;
}

.amiri-bold-italic {
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: italic;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.wrap {
  width: 1000px;
}

.bg-parallax {
  position: relative;
  z-index: -1;
}
.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bg-parallax .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

.copy.copied {
  pointer-events: none;
  cursor: default;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.bg1 {
  background: url("../img/shared/bg1.jpg") center/297px;
}

.bg2 {
  background: url("../img/shared/bg2.jpg");
  color: #fff;
}

.txt-white {
  color: #fff;
}

.fz28 {
  font-size: calc(4.85vw + var(--gap));
  --gap: 0vw;
  line-height: 10.4vw;
  letter-spacing: 0.25em;
}
.fz28 small {
  font-size: 82.1428571429%;
  letter-spacing: 0.25em;
}
.fz28 .big {
  letter-spacing: 0.28em;
  font-size: 114.2857142857%;
}

.f400 {
  font-weight: 400;
}

.fwb {
  font-weight: bold;
}

.price {
  font-size: 4.2vw;
  letter-spacing: 0.25em;
}

.row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.ttl-style-1 {
  font-weight: 400;
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.25em;
}
.ttl-style-1 > span:first-child {
  width: -moz-max-content;
  width: max-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 auto;
  color: var(--primary);
  line-height: 1.2;
  white-space: nowrap;
}
.ttl-style-1 > span ~ span {
  margin-top: 3vw;
}
.ttl-style-1 .en {
  display: block;
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5vw;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.ttl-style-1 .jp {
  display: block;
}

.btn-style-1 {
  width: 100%;
  max-width: 80vw;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.btn-style-1:hover {
  cursor: pointer;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}
.btn-style-1:hover::after {
  filter: brightness(0) invert(1);
}
.btn-style-1 .en {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.btn-style-1::after {
  content: "";
  width: 26px;
  height: 100%;
  display: block;
  background: url("../img/shared/icon_arrow.png") center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 15px;
}
.btn-style-1.white {
  border-color: #fff;
  color: #fff;
}
.btn-style-1.white::after {
  filter: brightness(0) invert(1);
}
.btn-style-1.white:hover {
  border-color: var(--primary);
}

.btn-popup .btn-style-1::after {
  width: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 14 10'%3E%3Cg%3E%3Cpath fill-rule='evenodd' fill='rgb(77, 87, 74)' d='M3.064,0.446 L13.414,0.446 L13.414,7.100 L3.064,7.100 L3.064,0.446 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(77, 87, 74)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M2.325,1.925 L2.325,7.913 L11.936,7.913 '/%3E%3C/g%3E%3C/svg%3E");
}

.btn-reserve a {
  width: 100%;
  max-width: 80vw;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  background: url("../img/shared/bg3.jpg");
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.btn-reserve a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn-reserve a::after {
  content: "";
  width: 100%;
  border-left: 6px double #7f7d43;
  border-right: 6px double #7f7d43;
  position: absolute;
  top: -20px;
  bottom: -10px;
  left: 0;
  z-index: -1;
  transform: skewX(-45deg);
}

.btn-english a {
  width: 100%;
  max-width: 65vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  margin: 0 auto;
  padding: 5px 10px;
  box-sizing: border-box;
  background: url("../img/shared/bg4.jpg") center/130px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: "Amiri", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.btn-english a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn-english a::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background: url("../img/shared/icon_global.png") center/contain no-repeat;
}

.tel dt {
  font-weight: 400;
  line-height: 1.5;
}
.tel .tel-number {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 33px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.tel .tel-number::before {
  content: "";
  width: 16px;
  height: 23px;
  display: inline-block;
  margin: 0 5px -3px 0;
  background: url("../img/shared/icon_tel.png") 0 0/contain no-repeat;
}
.tel.white .tel-number::before {
  filter: brightness(0) invert(1);
}

.sns.white img {
  filter: brightness(0) invert(1);
}

@media all and (-ms-high-contrast: none) {
  p.btn a img, header .nav-fl a img {
    transition: opacity 0s ease !important;
    -moz-transition: opacity 0s ease !important;
    -webkit-transition: opacity 0s ease !important;
  }
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
}
@media screen and (max-width: 767px) {
  html.responsive .wrap {
    width: auto;
    padding: 0 var(--paddingWrap);
  }
  .txt:not(.except) br:not(.except):not(.sp) {
    display: none;
  }
  .pc {
    display: none !important;
  }
  .ttl-style-1 > span:first-child::before, .ttl-style-1 > span:first-child::after {
    content: "";
    width: 7vw;
    display: block;
    border-top: 1px solid;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .txt-white-pc {
    color: #fff;
  }
  .fz28 {
    line-height: 60px;
    font-size: 28px;
  }
  .row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .ttl-style-1 {
    font-size: 28px;
  }
  .ttl-style-1 > span:first-child {
    display: block;
    padding: 0 35px;
    position: relative;
  }
  .ttl-style-1 > span:first-child::before, .ttl-style-1 > span:first-child::after {
    content: "";
    border-left: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    position: absolute;
    transform: skewX(-45deg);
  }
  .ttl-style-1 > span:first-child::before {
    inset: 5px 4px;
  }
  .ttl-style-1 > span:first-child::after {
    inset: 8px 0;
  }
  .ttl-style-1 > span ~ span {
    margin-top: 25px;
  }
  .ttl-style-1 .en {
    font-size: 28px;
  }
  .btn-style-1 {
    max-width: 280px;
    min-height: 60px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin: 0;
    padding: 10px;
    font-size: 17px;
  }
  .btn-style-1 .en {
    font-size: 21px;
  }
  .btn-style-1::after {
    right: 15px;
  }
  .btn-style-1.txt-vertical-pc {
    width: auto;
    min-width: 60px;
    max-width: 100%;
    height: 230px;
    padding: 30px 10px;
    text-align: left;
  }
  .btn-style-1.txt-vertical-pc::after {
    width: 100%;
    height: 5px;
    top: auto;
    bottom: 25px;
    right: 0;
  }
  .btn-english a {
    max-width: 173px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-column-gap: 7px;
         column-gap: 7px;
    margin: 0;
    padding: 5px 10px;
    font-size: 18px;
  }
  .btn-english a::before {
    width: 15px;
    height: 15px;
    margin-bottom: 4px;
  }
  .tel dt {
    font-size: 14.7px;
  }
  .tel .tel-number {
    font-size: 37px;
    line-height: 47px;
  }
  .tel .tel-number::before {
    width: 15px;
    height: 21px;
    margin: 0 5px -3px 0;
  }
}
/*=============================================
 * <header>
 *=============================================*/
.mainnav .nav-link {
  display: inline-block;
  padding: 10px 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.2em;
  position: relative;
}
.mainnav .nav-link:hover {
  text-decoration: none;
}
.mainnav .nav-link.active::before {
  opacity: 1;
}
.mainnav .nav-link::before {
  content: "";
  border-bottom: 3px solid var(--primary);
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  opacity: 0;
}
.mainnav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .mainnav {
    display: -ms-flexbox;
    display: flex;
  }
  .mainnav .nav-link {
    padding: 6px 0;
    font-size: 16px;
  }
  .mainnav .nav-link:not(.active):hover::before {
    opacity: 1;
  }
  .mainnav li {
    padding: 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  }
  .mainnav li:first-child {
    padding-left: 0;
  }
  .mainnav li:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 1366px) {
  .mainnav li {
    padding: 0 15px;
  }
}

.subnav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.subnav .nav-link {
  display: inline-block;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.2em;
}
.subnav .nav-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.subnav li {
  padding: 0 12px 0 15px;
  line-height: 2;
  position: relative;
}
.subnav li:not(:first-child)::before {
  content: "";
  border-left: 1px solid;
  position: absolute;
  top: 10px;
  bottom: 7px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .subnav .nav-link {
    font-size: 15px;
  }
  .subnav li {
    padding: 0 10px 0 12px;
  }
  .subnav li:not(:first-child)::before {
    top: 8px;
    bottom: 7px;
  }
  .subnav .nav-sns {
    margin-left: 18px;
  }
  .subnav .nav-sns::before {
    display: none;
  }
}

header {
  position: relative;
}
header h1 {
  width: 100%;
  padding: 5vw var(--paddingWrap);
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.8181818182;
  letter-spacing: 0.18em;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
header .logo {
  text-align: center;
}
header .logo img {
  width: 40vw;
}
header .hdblk {
  min-height: 92vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 7vw var(--paddingWrap);
  box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 1;
}
header .hdblk .set {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  header h1 {
    padding: 34px 59px;
    font-size: 12px;
    text-align: right;
  }
  header .logo img {
    width: auto;
  }
  header .contactbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin: 0 50px;
  }
  header .contactbox .tel {
    text-align: left;
  }
  header .contactbox .tel dt {
    font-size: 12px;
    line-height: 1.5;
  }
  header .contactbox .tel .tel-number {
    font-size: 30px;
    line-height: 40px;
  }
  header .contactbox .btn-reserve {
    width: 223px;
  }
  header .contactbox .btn-reserve a {
    min-height: 50px;
    font-size: 14px;
  }
  header nav {
    margin-top: 15px;
  }
  header nav .mainnav {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  header nav .mainnav .nav-link:not(.active):hover::before {
    left: -20px;
    right: -20px;
  }
  header nav .mainnav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  header nav .subnav {
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-top: 16px;
  }
  header nav .subnav .nav-sns {
    padding: 0;
  }
  header nav .subnav .nav-sns img {
    filter: brightness(0) invert(1);
  }
  header .btn-english {
    width: 170px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  header .btn-english a {
    border: 0px;
  }
  header .hdblk {
    min-height: 900px;
    padding: 68px 60px 30px 67px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  header .hdblk .set {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  header .hdblk .set .gr1 {
    padding: 0 10px;
  }
  header .hdblk .set .gr2 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1366px) {
  header nav .mainnav .nav-link:not(.active):hover::before {
    left: -30px;
    right: -30px;
  }
}

.menu_toggle {
  width: 100% !important;
  display: block;
  margin-top: 0;
  padding: 20vw 0 var(--menu-toggle-pb);
  box-sizing: border-box;
  background: url("../img/shared/bg.jpg") center/297px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}
.menu_toggle nav .subnav {
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 10vw;
}
.menu_toggle .contactbox {
  margin-top: 10vw;
  text-align: center;
}
.menu_toggle .contactbox .btn-reserve {
  margin-top: 5vw;
}
.menu_toggle .sns {
  margin-top: 10vw;
  text-align: center;
}
.menu_toggle .btn-english {
  margin-top: 15vw;
}
.menu_toggle .set {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 0 12vw;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .menu_toggle {
    height: 100vh;
    min-height: 100%;
    float: right;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease, height 0s !important;
  }
}
@media screen and (min-width: 768px) {
  .menu_toggle {
    padding: 10px 0;
    background: url("../img/shared/bg2.jpg");
    color: #fff;
    transform: translateY(-100%);
    transition: 0.5s ease-out;
  }
  .menu_toggle.fixed {
    transform: translateY(0%);
  }
  .menu_toggle.fixed .btn-reserve-fixed {
    transform: translateX(0%);
  }
  .menu_toggle .btn-reserve-fixed a {
    /* common.css の transition が効くように明示的に指定 */
    transition: opacity 0.5s ease, transform 0.3s ease;
  }

  .menu_toggle .btn-reserve-fixed a:hover {
    opacity: 0.7;
    /* もしホバー時に少し左にせり出させたい場合（お好みで追加） */
    /* transform: translateX(-5px); */
  }
  .menu_toggle nav {
    -ms-flex-order: 1;
        order: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0 15px;
  }
  .menu_toggle nav .mainnav .nav-link {
    font-size: 15px;
  }
  .menu_toggle nav .mainnav li {
    border-bottom: 0px;
  }
  .menu_toggle nav .subnav {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 0;
  }
  .menu_toggle .contactbox {
    -ms-flex-order: 4;
        order: 4;
    margin-top: 0;
    padding: 0 20px;
    text-align: left;
  }
  .menu_toggle .contactbox .tel {
    text-align: left;
  }
  .menu_toggle .contactbox .tel dt {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  .menu_toggle .contactbox .tel .tel-number {
    font-size: 30px !important;
  }
  .menu_toggle .contactbox .tel .tel-number::before {
    filter: brightness(0) invert(1);
  }
  .menu_toggle .sns {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 0;
  }
  .menu_toggle .sns img {
    filter: brightness(0) invert(1);
  }
  .menu_toggle .btn-english {
    -ms-flex-order: 3;
        order: 3;
    width: 150px;
    margin: 0 0 0 auto;
  }
  .menu_toggle .btn-english a {
    font-size: 18px;
  }
  .menu_toggle .btn-reserve-fixed {
    transform: translateX(100%);
    transition: 0.5s ease-out;
    position: fixed;
    top: 290px;
    right: 0;
    z-index: 3;
  }
  .menu_toggle .set {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media screen and (min-width: 1368px) {
  .menu_toggle nav {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 0 30px;
  }
  .menu_toggle .sns {
    margin-left: 10px;
  }
  .menu_toggle .btn-english {
    width: 172px;
  }
}

.hamburger {
  width: 75px;
  height: 75px;
  background: url("../img/shared/bg2.jpg");
  position: fixed;
  z-index: 100;
  top: 0px;
  right: 0px;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  margin: 0;
  overflow: visible;
}
.hamburger::after {
  content: "Menu";
  display: block;
  color: #fcfcf4;
  font-family: "Amiri", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.hamburger .hamburger-box {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger .hamburger-inner::before {
  top: -7px;
}
.hamburger .hamburger-inner::after {
  bottom: -7px;
}
.hamburger.is-active::after {
  content: "Close";
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

/** Vortex Reverse **/
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-750deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-120deg);
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  padding: 20vw 0;
  background: url("../img/shared/bg2.jpg");
  color: #fff;
}
footer .logo img {
  width: 40vw;
}
footer .logobox {
  text-align: center;
}
footer .logobox .txt {
  margin-top: 7vw;
  line-height: 1.4285714286;
  text-align: center;
}
footer .contactbox {
  margin-top: 10vw;
  padding: 7vw 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
}
footer .contactbox .btn-reserve {
  margin-top: 5vw;
}
footer .contactbox .sns {
  margin-top: 7vw;
}
footer .shopinfo {
  line-height: 1.4285714286;
}
footer .shopinfo .address .link-map {
  width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin: 5vw auto 0;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid;
}
footer .shopinfo .address .link-map::before {
  content: "";
  width: 12px;
  height: 15px;
  display: block;
  background: url("../img/shared/icon_map.png") 0 0/contain no-repeat;
  filter: brightness(0) invert(1);
}
footer .shopinfo dl {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vw;
}
footer .shopinfo dl + dl {
  margin-top: 7vw;
}
footer .shopinfo dl dt {
  -ms-flex: 0 0 90px;
      flex: 0 0 90px;
}
footer .shopinfo dl dd {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
}
footer .btn-copy, footer .cookies_link, footer address {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.18em;
}
footer .btn-copy {
  margin-top: 7vw;
}
footer .btn-copy .copy {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  border-bottom: 1px solid;
}
footer .btn-copy .copy:hover {
  border-bottom-color: transparent;
}
footer .btn-copy .copy::before {
  content: "";
  width: 11px;
  height: 18px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 12.5 20'%3E%3Cpath fill-rule='evenodd' stroke='rgb(252, 252, 244)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.576,7.258 L11.425,7.258 L11.425,18.942 L0.576,18.942 L0.576,7.258 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(252, 252, 244)' d='M5.583,11.431 L5.583,3.920 L6.417,3.920 L6.417,11.431 L5.583,11.431 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(252, 252, 244)' d='M5.812,0.782 L7.500,4.1000 L4.125,4.1000 L5.812,0.782 Z'/%3E%3C/svg%3E") 0 0/contain no-repeat;
}
footer .cookies_link {
  margin-top: 10vw;
}
footer .cookies_link a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  border-bottom: 1px solid;
}
footer .cookies_link a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
footer .cookies_link a::before {
  content: "";
  width: 12px;
  height: 9px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 14 10'%3E%3Cpath fill-rule='evenodd' fill='rgb(252, 252, 244)' d='M3.064,0.446 L13.414,0.446 L13.414,7.099 L3.064,7.099 L3.064,0.446 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(252, 252, 244)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M2.325,1.925 L2.325,7.913 L11.936,7.913 '/%3E%3C/svg%3E") center/contain no-repeat;
}
footer address {
  margin-top: 5vw;
}
footer #pagetop {
  margin-top: 5vw;
  text-align: center;
}
footer .set1 {
  margin-top: 10vw;
}
footer .set1 .gr2 {
  margin-top: 10vw;
}
footer .set1 .gr2 .bnr {
  margin-top: 10vw;
  text-align: center;
}
footer .set2 {
  padding: 10vw 0;
  border-bottom: 1px solid;
  text-align: center;
}
footer .set2 .gr2 {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 60px 0 34px;
  }
  footer .ft-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer .ft-nav .nav-link {
    display: inline-block;
    padding: 10px 0 9px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.2em;
    position: relative;
  }
  footer .ft-nav .nav-link:hover, footer .ft-nav .nav-link.active {
    text-decoration: none;
  }
  footer .ft-nav .nav-link:hover::before, footer .ft-nav .nav-link.active::before {
    opacity: 1;
  }
  footer .ft-nav .nav-link:not(.active):hover::before {
    left: -34px;
    right: -34px;
  }
  footer .ft-nav .nav-link::before {
    content: "";
    border-bottom: 3px solid var(--primary);
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    opacity: 0;
  }
  footer .ft-nav li {
    padding: 0 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  footer .ft-nav .nav-sns {
    margin-left: 30px;
    padding: 0;
    border-bottom: 0px;
  }
  footer .ft-nav .nav-sns img {
    filter: brightness(0) invert(1);
  }
  footer .logo img {
    width: auto;
  }
  footer .logobox {
    margin-top: 61px;
  }
  footer .logobox .txt {
    margin-top: 14px;
    line-height: 25px;
  }
  footer .contactbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -moz-column-gap: 65px;
         column-gap: 65px;
    margin-top: 38px;
    padding: 24px 0 20px;
  }
  footer .contactbox .btn-reserve {
    width: 221px;
    margin-top: 0;
  }
  footer .contactbox .btn-reserve a {
    font-size: 14px;
  }
  footer .contactbox .tel dt {
    font-size: 12px;
  }
  footer .contactbox .tel .tel-number {
    font-size: 30px;
    line-height: 40px;
  }
  footer .contactbox .tel .tel-number::before {
    width: 15px;
    height: 22px;
  }
  footer .contactbox .sns {
    margin-top: 0;
  }
  footer .shopinfo {
    line-height: 25px;
  }
  footer .shopinfo .address .link-map {
    width: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 0 18px;
    padding: 0;
    border: 0px;
    border-bottom: 1px solid;
  }
  footer .shopinfo .address .link-map:hover {
    border-bottom-color: transparent;
    text-decoration: none;
  }
  footer .shopinfo .address .link-map::before {
    width: 12px;
    height: 15px;
  }
  footer .shopinfo dl {
    margin-top: 16px;
  }
  footer .shopinfo dl + dl {
    margin-top: 20px;
  }
  footer .shopinfo dl dt {
    -ms-flex-preferred-size: 95px;
        flex-basis: 95px;
  }
  footer .btn-english {
    width: 172px;
    margin-left: auto;
  }
  footer .btn-english a {
    padding: 2px 10px;
  }
  footer .btn-copy, footer .cookies_link, footer address {
    font-size: 13px;
    line-height: 25px;
  }
  footer .btn-copy {
    margin-top: 0;
  }
  footer .btn-copy .copy {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  footer .btn-copy .copy::before {
    width: 11px;
    height: 18px;
  }
  footer .cookies_link {
    margin-top: 0;
  }
  footer .cookies_link a {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  footer .cookies_link a::before {
    width: 15px;
    height: 10px;
  }
  footer address {
    margin-top: 0;
  }
  footer #pagetop {
    margin-top: 33px;
  }
  footer #socialbuttons {
    margin: 0;
  }
  footer .set1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 75px;
  }
  footer .set1 .gr1 {
    width: 708px;
  }
  footer .set1 .gr2 {
    width: 292px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 3px;
  }
  footer .set1 .gr2 .bnr {
    margin: auto 0 5px;
    text-align: right;
  }
  footer .set2 {
    padding: 54px 0 36px;
    text-align: left;
  }
  footer .set2 .gr1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  footer .set2 .gr2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -moz-column-gap: 39px;
         column-gap: 39px;
    margin-top: 19px;
  }
}

/*=============================================
 * ft_fixed
 *=============================================*/
#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.ft_fixed_shared {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  border-top: 1px solid #fff;
  text-align: center;
}
.ft_fixed_shared li {
  box-sizing: border-box;
  background-color: #000;
  border-right: 1px solid #fff;
  color: #fff;
}
.ft_fixed_shared li:last-child {
  border-right: 0;
}
.ft_fixed_shared li a {
  display: block;
  position: relative;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer::after {
    height: 36px;
    content: "";
    background: url("../img/shared/bg2.jpg");
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer::after {
    height: 36px;
    content: "";
    background: url("../img/shared/bg2.jpg");
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone 11 */
@media only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  footer::after {
    height: 36px;
    content: "";
    background: url("../img/shared/bg2.jpg");
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
@media screen and (min-width: 768px) {
  footer::after, #ft_fixed {
    display: none;
  }
}
/*=============================================
 * key
 *=============================================*/
#key {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#key .img {
  width: 100%;
  height: 100%;
}
#key .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#key .slide-fade {
  width: 100%;
  height: 100%;
}
.section-shopinfo {
  background: url("../img/shared/bg1.jpg") center/297px;
  padding: 12.8vw 0 12vw;
}
.section-shopinfo h2 {
  text-align: center;
  margin-left: 5px;
}
.section-shopinfo .logo {
  width: 161px;
  margin: 27px auto 6px;
}
.section-shopinfo .txt-center {
  text-align: center;
  line-height: 20px;
}
.section-shopinfo .row {
  margin-top: 34px;
  border-top: 1px solid #4d574a;
  padding: 36px 9px 0;
  gap: 53px;
}
.section-shopinfo .row .right dl {
  line-height: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  word-break: break-word;
  text-align: left;
}
.section-shopinfo .row .right dl dt {
  min-width: 93px;
}
.section-shopinfo .row .right dl + dl {
  margin-top: 20px;
}
.section-shopinfo .row .right dl:nth-child(2) {
  margin-top: 30px;
}
.section-shopinfo .row .right a {
  display: block;
  text-decoration: none;
  width: 100%;
  border: 1px solid;
  margin-top: 9px;
  text-align: center;
  color: #4d574a;
  height: 39px;
  line-height: 37px;
}
.section-shopinfo .row .right a::before {
  content: "";
  display: inline-block;
  background: url("../img/english/icon_map.png") no-repeat center;
  background-size: contain;
  width: 11px;
  height: 15px;
  margin: 0px 7px -3px 6px;
}
.section-shopinfo .row .tel {
  margin-bottom: 22px;
}
.section-shopinfo .row .tel img {
  filter: invert(1);
}
.section-shopinfo .row .btn-reserve a {
  max-width: 246px;
}
.section-shopinfo .row .instagram {
  text-align: center;
  margin-top: 33px;
}
.section-shopinfo .box {
  margin-top: 36px;
  padding: 36px 20px 28px 23px;
  line-height: 25px;
  border: 1px solid #4d574a;
}
.section-shopinfo .box h3 {
  font-size: 16.5px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 21px;
}
.section-shopinfo .photo {
  margin: 48px 14px 0 13px;
}
@media screen and (min-width: 768px) {
  .section-shopinfo {
    padding: 107px 0 103px;
  }
  .section-shopinfo h2 {
    margin-left: 7px;
  }
  .section-shopinfo .logo {
    width: 210px;
    margin-top: 55px;
    position: relative;
    left: -2px;
  }
  .section-shopinfo .txt-center {
    line-height: 25px;
    margin-left: 3px;
  }
  .section-shopinfo .row {
    margin-top: 63px;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    gap: 30px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 70px 0 0 2px;
  }
  .section-shopinfo .row .left {
    width: 365px;
  }
  .section-shopinfo .row .left .tel {
    margin-bottom: 26px;
  }
  .section-shopinfo .row .left .btn-reserve a {
    max-width: 273px;
    height: 62px;
    font-size: 17px;
  }
  .section-shopinfo .row .left .instagram {
    margin-top: 24px;
    margin-left: -2px;
  }
  .section-shopinfo .row .left .box {
    margin-top: 40px;
    padding: 53px 30px 35px 32px;
  }
  .section-shopinfo .row .left .box h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .section-shopinfo .row .left .photo {
    margin: 63px -17px 0;
  }
  .section-shopinfo .row .right {
    width: 588px;
    margin-top: 5px;
  }
  .section-shopinfo .row .right dl {
    line-height: 25px;
  }
  .section-shopinfo .row .right dl dt {
    min-width: 100px;
  }
  .section-shopinfo .row .right dl dd {
    margin-right: -12px;
  }
  .section-shopinfo .row .right dl a {
    display: inline-block;
    border: none;
    border-bottom: 1px solid;
    width: auto;
    height: auto;
    line-height: 0;
    margin: 0 0 0 17px;
    padding-bottom: 5px;
    text-decoration: none;
    color: #212121;
  }
  .section-shopinfo .row .right dl a::before {
    background: url("../img/shared/icon_map.png") no-repeat center;
    background-size: contain;
    margin: 0px 6px -1px 6px;
  }
  .section-shopinfo .row .right dl a:hover {
    border-color: transparent;
  }
  .section-shopinfo .row .right dl:nth-child(2) {
    margin-top: 24px;
  }
  .section-shopinfo .row .right dl + dl {
    margin-top: 25px;
  }
}

.section-map {
  background: url("../img/shared/bg1.jpg") center/297px;
  padding-bottom: 16vw;
}
.section-map .wrap {
  padding: 0 7%;
}
.section-map h2 {
  letter-spacing: 0.05em;
}
.section-map .g-map {
  margin: 12px 0 19px;
  filter: grayscale(1);
}
.section-map .g-map iframe {
  width: 100%;
  height: 250px;
}
.section-map .button {
  width: 100%;
  max-width: 274px;
  margin: 0 auto;
}
.section-map .button a {
  display: block;
  text-decoration: none;
  width: 100%;
  border: 1px solid;
  margin-top: 9px;
  text-align: center;
  color: #4d574a;
  height: 49px;
  line-height: 48px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.section-map .button a::before {
  content: "";
  display: inline-block;
  background: url("../img/english/icon_map.png") no-repeat center;
  background-size: contain;
  width: 11px;
  height: 15px;
  margin: 0px 7px -3px 6px;
}
@media screen and (max-width: 768px) {
  .section-map h2 {
    font-size: 24px;
  }
  .section-map .button span {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-map {
    padding-bottom: 82px;
  }
  .section-map .wrap {
    max-width: 900px;
    padding: 0;
  }
  .section-map .button {
    position: absolute;
    right: -4px;
    top: 18px;
    width: auto;
  }
  .section-map .button a {
    height: auto;
    line-height: 27px;
    border: none;
    color: #212121;
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-top: 0;
  }
  .section-map .button a::before {
    width: 12px;
    background: url("../img/english/icon_popup.png") no-repeat center;
    height: 9px;
    margin: 0 11px 0 0;
  }
  .section-map .button a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 5px;
    border-bottom: 1px solid;
    transition: opacity 0.3s ease;
  }
  .section-map .button a:hover::after {
    opacity: 0;
  }
  .section-map .button .btn-print::before {
    display: none;
  }
  .section-map .g-map {
    margin: -1px 0 0;
  }
  .section-map .g-map iframe {
    height: 480px;
  }
  .section-map .ttlbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .section-map .ttlbox .button {
    position: relative;
    right: auto;
    top: auto;
  }
  .section-map .ttlbox .gr {
    display: -ms-flexbox;
    display: flex;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

/*=============================================
 * slick
 *=============================================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/shared/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 30vw;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev:before, .slick-next:before {
  content: "";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  display: block;
  speak: none;
  background: url("../img/shared/icon_arrow1.png") center/15px no-repeat, var(--primary);
  text-align: center;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: -20px;
}
.slick-prev:before {
  transform: scaleX(-1);
}

.slick-next {
  right: -20px;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 20px;
  right: 10px;
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 0px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border-radius: 50%;
  border: 0px;
  background: #7b725e;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: var(--primary);
}
@media (hover: hover) {
  .slick-dots li:hover button {
    background: var(--primary);
  }
}