@charset "UTF-8";
.shop-cat-term {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  flex: 0 0 7.5em;
  width: 7.5em;
  height: 3em;
  overflow: hidden;
  padding: 0.8em 0.5em;
  border-radius: 3em;
  font-size: 80%;
  line-height: 1;
  text-align: center;
}
.shop-cat-term .line-break {
  display: block; /* ここで強制改行 */
}
.shop-cat-link {
  transition: 0.3s ease all;
}
.shop-cat-link:hover {
  transform: scale(0.9);
}

.article {
  width: min(100%, 1000px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .article {
    container-type: inline-size;
  }
}

@media (max-width: 767px) {
  .article-head {
    margin-bottom: 10cqw;
  }
}
.article-head .block_01 .floor {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .article-head .block_01 .sub-genre {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .article-head .block_01 .sub-genre {
    font-size: 5cqw;
  }
}
@media (max-width: 767px) {
  .article-head .block_02 .shop-cat-term {
    flex-basis: 35cqw;
    height: 13cqw;
    font-size: 4cqw;
  }
}
@media (max-width: 767px) {
  .article-head .block_03 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .article-head .block_03 .shop-title {
    font-size: 4cqw;
  }
}
@media (max-width: 767px) {
  .article-head .block_03 .shop-title {
    font-size: 8cqw;
  }
}
.article-head .block_03 .subtitle1,
.article-head .block_03 .subtitle2 {
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .article-head .block_03 .subtitle1,
  .article-head .block_03 .subtitle2 {
    font-size: 2cqw;
  }
}
@media (max-width: 767px) {
  .article-head .block_03 .subtitle1,
  .article-head .block_03 .subtitle2 {
    font-size: 4cqw;
  }
}
.article-head .block_03 .subtitle1 {
  margin-bottom: 2px;
}
.article-head .block_03 .subtitle2 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .article-head .block_03 .ruby {
    font-size: 1.5cqw;
  }
}
@media (max-width: 767px) {
  .article-head .block_03 .ruby {
    font-size: 3cqw;
  }
}
@media (max-width: 767px) {
  .article-head .block_04 img {
    display: block;
    width: 18cqw;
    margin-top: 3cqw;
    margin-bottom: 3cqw;
  }
}
@media (min-width: 768px) {
  .article-head {
    display: flex;
    align-items: center;
    gap: calc(1.5cqw * 2);
    height: 20cqw;
  }
  .article-head .block_01 {
    flex: 0 0 calc(12.5cqw - 1.5cqw);
    text-align: center;
  }
  .article-head .block_02 {
    flex: 0 0 calc(12.5cqw - 1.5cqw - 1.5cqw);
    align-self: center;
  }
  .article-head .block_03 {
    flex: 0 0 calc(50cqw - 1.5cqw - 1.5cqw);
    text-align: center;
  }
  .article-head .block_04 {
    flex: 0 0 calc(25cqw - 1.5cqw);
    justify-self: end;
    padding: 6cqw;
  }
  .article-head .block_04 img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100% !important;
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .article-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
  }
  .article-head .block_01, .article-head .block_02 {
    width: 50%;
  }
  .article-head .block_03, .article-head .block_04 {
    width: 100%;
  }
  .article-head .block_02 {
    display: flex;
    justify-content: flex-end;
  }
}
.article-head {
  /*
  @include mr-small {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      padding-top: 60px;

      .block {
          &_01 {
              grid-column: 1 / 2;
              grid-row: 1 / 2;
              justify-self: start; // グリッドの左端に寄せる

              display: flex;
              flex-direction: column; // 01の中のpタグ2つは縦並び
          }

          &_02 {
              grid-column: 1 / 2;
              grid-row: 1 / 2;
              margin-left: 120px;
              align-self: center;
          }

          &_03 {
              grid-column: 2 / 3;
              grid-row: 1 / 2;
              text-align: center;
              padding: 0 30px; // 左右のブロックとの衝突を防ぐ余白
          }

          // ---------------------------------------------
          // 右エリア：ロゴ（右寄せ）
          // ---------------------------------------------
          &_04 {
              grid-column: 3 / 4;
              grid-row: 1 / 2;
              justify-self: end; // グリッドの右端に寄せる

              .shop-logo {
                  display: flex;
                  justify-content: flex-end;
              }
              img {
                  width: min(100%, 200px);
                  height: auto;
                  object-fit: contain;
              }
          }
      }
  }*/
}

.article-body .splide {
  width: 100%;
}
@media (min-width: 768px) {
  .article-body .splide {
    aspect-ratio: 1000/545;
    margin-bottom: 10cqw;
  }
}
@media (max-width: 767px) {
  .article-body .splide {
    aspect-ratio: 337/290;
    margin-bottom: 10cqw;
  }
}
.article-body .splide__track {
  height: 100%;
  overflow: hidden;
}
.article-body .splide__list {
  height: 100%;
  display: flex;
}
.article-body .splide__slide {
  height: 100%;
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
}
.article-body .splide__slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  max-width: none !important;
  max-height: none !important;
}
.article-body .splide__pagination {
  bottom: -2rem;
}
.article-body .shop-detail dd:not(:last-child) {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .article-body .shop-information {
    display: flex;
    justify-content: space-between;
    width: min(100%, 900px);
    margin: auto;
  }
  .article-body .shop-content {
    width: 70%;
  }
  .article-body .shop-detail {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .article-body .shop-detail {
    margin-top: 32px;
  }
}
.article-body .shop-content p {
  line-height: 2;
}
