/* utility.css */
.font-heading {
  font-family: var(--lqd-heading-font-family);
}

@media (max-width: 767px) {
  .sm\:min-h-90vh {
    min-height: 90vh;
  }
  .sm\:pb-50 {
    padding-bottom: 50px;
  }
  .sm\:mt-20 {
    margin-top: 20px;
  }
  .sm\:mt-50 {
    margin-top: 50px;
  }
  .sm\:text-10 {
    font-size: 10px;
  }
}


/* theme.css */
.main-nav > li > a {
  white-space: normal;
}

.nav-trigger {
  z-index: 10000;
}

.ld-module-sd-hover > .nav-trigger {
  pointer-events: auto;
}

.main-footer {
  position: relative;
}

.lqd-shape-bottom100 {
  bottom: calc(100% - 1px);
}


/* thevert.css */
html {
  scroll-behavior: smooth;
}


/* top */
.top-visual {
  min-height: 650px;
  background-size: auto 100%;
}

@media (max-width: 767px) {
  .top-visual {
    height: initial;
    min-height: 720px;
  }

  .top-visual .container {
    transform: translateY(-10px);
  }
}

.top-msnr .top-msnr-text-sm {
  font-size: 20px;
}

@media (min-width: 992px) {
  .top-msnr .top-msnr-text-sm {
    font-size: 20px;
  }

  .top-msnr .top-msnr-text-lg {
    font-size: 28px;
  }

  .top-msnr .top-msnr-text-xl {
    font-size: 36px;
  }
}


/* shop list */
.shop-filter {
  display: flex;
  gap: 10px;
  will-change: transform;
}

.shop-filter-tab {
  position: relative;
}

.shop-filter-tab::before {
  background-color: var(--lqd-color-secondary);
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.filter-tab {
  background-color: #fff;
  border: solid 2px var(--lqd-color-secondary);
  border-bottom: 0;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  color: var(--lqd-color-secondary);
  padding-block: 8px;
  padding-inline: 16px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  min-width: 5em;
  text-align: center;
}

@media (max-width: 412px) {
  .filter-tab {
    padding-inline: 12px;
    font-size: 13px;
  }
}

.filter-tab:is(a) {
  background-color: var(--lqd-color-secondary);
  color: #fff;
}

.filter-tab:is(a):hover {
  text-decoration: underline;
}

.shop-filter.is-bottom {
  margin-top: 60px;
}

.shop-filter-tab.is-bottom::before {
  top: 0;
  bottom: auto;
}

.shop-filter-tab.is-bottom .filter-tab {
  border-top: 0;
  border-bottom: solid 2px var(--lqd-color-secondary);
  border-radius: 0 0 12px 12px;
}


.shop-anchors-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5em;
  align-items: flex-end;
}

.shop-anchors-list > li::after {
  content: '/';
  margin-inline: 0.2em 0.4em;
  color: #E5E5E5;
}

.shop-anchors-list > li:last-child::after {
  display: none;
}

.shop-anchors-list a:hover {
  opacity: 0.7;
}


.shop-section {
  margin-top: 40px;
  padding-top: 20px;
}

.shop-group-list {
  margin-top: 20px;
  border-top: solid 1px var(--lqd-color-secondary);
  border-bottom: solid 1px rgba(0,0,0,.1);
}

.shop-name a {
  color: var(--lqd-color-primary);
  text-decoration: underline;
}

.shop-name a:hover {
  text-decoration: none;
}

.shop-name a[target="_blank"]::after {
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
  content: '';
  height: 0.8em;
  background: url(../images/icon-blank.svg) no-repeat center center;
  aspect-ratio: 15 / 13.41;
  background-size: contain;
}
