.tab-x {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab-x {
    display: block;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 767px) {
  .tab {
    display: block;
  }
}

.text-outline {
  -webkit-text-stroke: 2.5px #fff;
  text-stroke: 2.5px #fff;
  paint-order: stroke fill;
  text-shadow: 0 0 0 #fff, 2.5px 0 0 #fff, -2.5px 0 0 #fff, 0 2.5px 0 #fff, 0 -2.5px 0 #fff, 2.5px 2.5px 0 #fff, -2.5px 2.5px 0 #fff, 2.5px -2.5px 0 #fff, -2.5px -2.5px 0 #fff;
  z-index: 5;
}
@supports (-webkit-text-stroke: 1px #000) {
  .text-outline {
    text-shadow: none;
  }
}

@media screen and (max-width: 1024px) {
  .section-title__text {
    text-align: center;
  }
  .section-title__text .tab-bold {
    font-size: clamp 28px, 4vw, 48px;
  }
}
@media screen and (max-width: 767px) {
  .section-title__text {
    font-size: 4vw;
    font-weight: 600;
    white-space: nowrap;
  }
  .section-title__text .tab-bold {
    font-size: 5.5vw;
  }
}
.section-title__border {
  border: 1.5px solid;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-title__border {
    width: 200%;
    left: -50%;
  }
}

.mv__wrap {
  background-image: url(../images/single-shop/mv-bg.webp);
  padding-top: 3.375rem;
  background-position: center 1.875rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .mv__wrap {
    background-image: url(../images/single-shop/mv-bg-sp.webp);
    background-position: top;
    background-size: contain;
    padding-top: 1.6rem;
    padding-bottom: 0;
  }
}
.mv__title {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 4vw;
  }
}
.mv__title .shop-area {
  font-size: 41px;
}
@media screen and (max-width: 767px) {
  .mv__title .shop-area {
    font-size: 5.07vw;
    line-height: 1.7;
  }
}
.mv__title .sell {
  font-size: 41px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__title .sell {
    font-size: 5.07vw;
  }
}
.mv__title .sell::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/single-shop/mv-item-01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
  width: 38px;
  height: 16px;
}
.mv__title .stock {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .mv__title .stock {
    font-size: 7.33vw;
    line-height: 1.1;
  }
}
.mv__title .shop-name {
  font-size: 46px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__title .shop-name {
    font-size: 9.86vw;
    line-height: 1.2;
  }
}
.mv__title .shop-name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/single-shop/text-underline.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  width: calc(100% + 22px);
  height: 22px;
}
@media screen and (max-width: 767px) {
  .mv__title .shop-name::before {
    width: calc(100% + 8px);
    height: 16px;
  }
}
.mv__badge {
  width: 36%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .mv__badge {
    width: 66%;
    margin-top: 1.2rem;
  }
}

.layout-shopinfo {
  margin-top: 2rem;
}
.layout-shopinfo .shop-info {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.layout-shopinfo .shop-info th {
  width: 28%;
  background: #bdb29e;
  color: #fff;
  text-align: left;
  padding: 14px;
}
.layout-shopinfo .shop-info td {
  background: #f5f5f5;
  padding: 14px;
}
.layout-shopinfo .shop-info tr + tr th,
.layout-shopinfo .shop-info tr + tr td {
  border-top: 2px solid #fff;
}

.shop-info-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .shop-info-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.shop-map-card {
  background: #fff;
  border: 1.5px solid #c9c9c9;
  border-radius: 6px;
  overflow: hidden;
}
.shop-map-card__head {
  background: #a6987e;
  color: #fff;
  font-weight: bold;
  padding: 10px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-map-card__head img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}
.shop-map-card__body {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .shop-map-card__body {
    aspect-ratio: 1/1;
  }
}
.shop-map-card__body iframe {
  inset: 0;
  width: 100%;
  border: 0;
}
@media screen and (max-width: 767px) {
  .shop-map-card__body iframe {
    height: auto;
    aspect-ratio: 1/1;
  }
}

.shop-image {
  margin-top: 1.875rem;
}
.shop-image__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 20px 1fr;
  grid-template-columns: 2fr 1fr;
  grid-auto-rows: 1fr;
  row-gap: 10px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .shop-image__grid {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 2fr 16px 1fr;
    grid-template-rows: 2fr 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
  }
  .shop-image__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .shop-image__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .shop-image__grid > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .shop-image__grid > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.shop-image__grid--single {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.shop-image__grid--single > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (max-width: 767px) {
  .shop-image__grid--single {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .shop-image__grid--single > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.shop-image__item--lg {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
@media (max-width: 767px) {
  .shop-image__item--lg {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
}
.shop-image__item--single {
  grid-column: 1/-1;
  grid-row: auto;
}
.shop-image__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .shop-image__inner {
    aspect-ratio: 23/12;
    height: auto;
  }
}
.shop-image__item--single .shop-image__inner {
  aspect-ratio: 574/300;
  height: auto;
}
.shop-image__img {
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 4px;
}
.shop-image__item--single .shop-image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-image__text {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shop-image__text {
    margin-top: 2rem;
  }
}
.shop-image__text .shop-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.layout-sidebar {
  z-index: 3;
}
.layout-category {
  margin-top: 2rem;
}
.layout-category .category__content {
  margin-top: 4rem;
}
.layout-brand-name {
  margin-top: 5.7rem;
  background-color: transparent;
}
.layout-brand-name .brand-name__bubble::after {
  left: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .layout-brand-name .brand-name__bubble::after {
    left: auto;
    right: -2rem;
    top: -6rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.need {
  margin-top: 4rem;
}

.notice {
  margin-top: 4rem;
  margin-bottom: 4rem;
}