html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}
.fs-productList-none {
    display: none;
}

.fs-categoryBasicInfoArea {
    background-color: #f7f7f7;
    margin-bottom: 70px;
}

.fs-categoryBasicInfoArea-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 30px;
}
.fs-categoryBasicInfo {
    width: 100%;
    text-align: justify;
}
.fs-categoryBasicInfoArea-wrapper:has(.fs-categoryImage) .fs-categoryBasicInfo {
    width: 52%;
}
.fs-categoryBasicInfo .category-name {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 36px;
}
.fs-categoryBasicInfo .category-copy {
    font-size: 1.6rem;
    margin-bottom: 60px;
}

.fs-categoryImage {
    width: 42%;
}
.fs-categoryImage img {
    border-radius: 10px;
    aspect-ratio: 5/3;
    object-fit: cover;
}

.fs-categoryContentsArea--title {
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 40px;
}
.fs-categoryContentsArea--title__main {
    font-size: 2.4rem;
    font-weight: 300;
}
.fs-categoryContentsArea--title__sub {
    font-size: 1.2rem;
}
.fs-categoryLogoArea {
    margin-bottom: 70px;
}
.fs-categoryLogoArea img {
    display: block;
    width: 160px;
    margin: 0 auto;
}
.fs-categoryFeaturesArea {
    margin-bottom: 140px;
}
.fs-categoryFeaturesArea ul {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}
.fs-categoryFeaturesArea ul li {
    width: 32%;
}
.fs-categoryFeaturesArea ul li img {
    aspect-ratio: 1.54/1;
    object-fit: cover;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}
.fs-categoryFeaturesArea ul li .fs-c-featuresItem-title {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.fs-categoryFeaturesArea ul li .fs-c-featuresItem-title span {
    font-size: 3.0rem;
    font-weight: 400;
    color: #008cb4;
    margin-right: 15px;
    line-height: 1;
}
.fs-categoryFeaturesArea .fs-c-featuresItem-description {
    text-align: justify;
}
.fs-categoryChildGrArea {
    margin-bottom: 140px;
}
.fs-categoryChildGrArea .fs-c-listControl {
    display: none;
}
.fs-categoryChildGrArea .fs-c-subgroup {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
}
.fs-c-subgroupList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fs-c-subgroupList::before,
.fs-c-subgroupList::after {
    content: "";
    width: 24%;
    order: 1;
}
.fs-c-subgroupList__item {
    width: 24%;
    margin-bottom: 20px;
}
.fs-c-subgroupList__item a {
    display: flex;
    align-items: center;
}
.fs-c-subgroupList__item .fs-c-subgroupList__image {
    max-width: 80px;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 15px;
}

.fs-c-noResultMessage__title {
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto 60px;
}

/*セールページだけの上部帯の背景色*/
section#salePage {
    background: #ce0000 !important;
}

section#salePage .fs-categoryBasicInfo .category-name{color: #fff}
section#salePage .fs-categoryBasicInfo .category-summary{color: #fff}


@media (max-width: 600px) {
      .fs-categoryBasicInfoArea {
        margin-bottom: 25px !important;
    }
}

@media screen and (max-width: 768px) {
    .fs-categoryBasicInfoArea {
        margin-bottom: 50px;
    }
    .fs-categoryBasicInfoArea-wrapper {
        display: block;
        padding: 22px 20px 30px;
    }
    .fs-categoryBasicInfoArea-wrapper:has(.fs-categoryImage) {
        display: flex;
        flex-flow: column-reverse;
    }
    .fs-categoryBasicInfo {
        width: 100%;
    }
    .fs-categoryBasicInfoArea-wrapper:has(.fs-categoryImage) .fs-categoryBasicInfo {
        width: 100%;
    }
    .fs-categoryBasicInfo .category-sub-name {
        font-size: 1.2rem;
        margin-bottom: 3px;
    }
    .fs-categoryBasicInfo .category-name {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .fs-categoryBasicInfo .category-copy {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    .category-summary {
        font-size: 1.2rem;
    }
    .fs-categoryImage {
        width: 100%;
        margin-bottom: 12px;
    }
    .fs-categoryContentsArea--title {
        margin-bottom: 20px;
    }
    .fs-categoryLogoArea {
        margin-bottom: 50px;
    }
    .fs-categoryFeaturesArea {
        margin-bottom: 80px;
    }
    .fs-categoryFeaturesArea ul {
        display: block;
        padding: 0 20px;
    }
    .fs-categoryFeaturesArea ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .fs-categoryFeaturesArea ul li .fs-c-featuresItem-title {
        font-size: 1.4rem;
    }
    .fs-categoryFeaturesArea ul li .fs-c-featuresItem-title span {
        font-size: 2.6rem;
        margin-right: 10px;
    }
    .fs-categoryFeaturesArea .fs-c-featuresItem-description {
        font-size: 1.2rem;
    }
    .fs-categoryChildGrArea {
        margin-bottom: 80px;
    }
    .fs-categoryChildGrArea .fs-c-subgroup {
        padding: 0 20px;
    }
    .fs-c-subgroupList__item {
        width: 32%;
    }
    .fs-c-subgroupList__item a {
        flex-flow: column;
    }
    .fs-c-subgroupList__item .fs-c-subgroupList__image {
        margin-right: 0;
    }
    .fs-c-subgroupList__label {
        font-size: 1.2rem;
        text-align: center;
    }
}
/* 商品一覧 */
.fs-c-sortItems-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}
.fs-c-sortItems-wrapper .fs-c-pagination {
    display: none;
}
.fs-c-productList__controller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background-color: #e5e5e5;
    margin-bottom: 40px;
}
.fs-c-listControl {
    font-size: 1.6rem;
    order: 0;
}
.fs-c-sortItems {
    display: flex;
    font-size: 1.2rem;
    order: 1;
}
.fs-c-sortItems__list {
    display: flex;
}
.fs-c-sortItems__list li {
    margin-left: 16px;
}
.fs-c-sortItems__list li.is-active {
    font-weight: 700;
}

.fs-c-pagination-wrapper .fs-c-productList__controller {
    justify-content: center;
    background-color: inherit;
}
.fs-c-pagination-wrapper .fs-c-sortItems {
    display: none;
}
.fs-c-pagination-wrapper .fs-c-listControl__status {
    display: none;
}
.fs-c-pagination-wrapper  .fs-c-pagination {
    border-radius: none;
    display: flex;
    align-items: center;
}
.fs-c-pagination-wrapper .fs-c-pagination__item {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: rgba(51, 51, 51, 0.4);
    margin: 0 2px;
}
.fs-c-pagination-wrapper .fs-c-pagination__item.is-active {
    background: inherit;
    color: rgba(51, 51, 51, 1);
}
.fs-c-pagination__item--prev {
    transform: rotate(180deg);
}
.fs-c-pagination__item--next::before,
.fs-c-pagination__item--prev::before  {
    content: "";
    width: 5px;
    height: 10px;
    background-image: url("https://luminousclub.itembox.design/item/luminous-club/images/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .fs-c-sortItems-wrapper {
        padding: 0;
    }
    .fs-c-productList__controller {
        flex-flow: column;
    }
    .fs-c-listControl {
        font-size: 1.4rem;
        margin-bottom: 6px;
    }
    .fs-c-sortItems__list li {
        margin-left: 11px;
    }
}


/* マイページトップへ */
.fs-c-buttonContainer--myPageTop {
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto 100px;
}
.fs-c-buttonContainer--myPageTop a {
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}
.fs-c-buttonContainer--myPageTop a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 11px;
    height: 7px;
    background-image: url(https://luminousclub.itembox.design/item/luminous-club/images/arrow-bottom.svg?t=20240215143358);
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
    .fs-c-buttonContainer--myPageTop {
        padding: 0 20px;
        margin: 0 auto 50px;
    }
}

/* もっと見るリンクボタン */
.fs-link-more {
    display: flex;
    align-items: center;
}
.fs-link-more img {
    width: 6px;
    margin-left: 10px;
}

/* グループページアンカーリンク */
.fs-anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 100px;
    max-width: 1000px;
}
.fs-anchor.--scene {
    margin-bottom: 50px;
}
.fs-anchor li {
    margin: 0 40px;
}
.fs-anchor.--scene li {
    margin: 0 40px 50px;
}
.fs-anchor li a {
    display: flex;
    align-items: center;
}
.fs-anchor p {
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 5px;
    text-align: center;
}
.fs-anchor img {
    width: 11px;
}

/* グループページ商品群 */
.categoryArea-item {
    max-width: 1280px;
    margin: 0 auto 100px;
    padding: 0 30px;
}
.categoryArea-item .categoryArea-heading {
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}
.categoryArea-item .categoryArea-desc {
    margin-bottom: 20px;
}
.categoryArea-item .flywheel-recommend__frame {
    padding: 0 50px;
    margin-bottom: 37px;
}
.categoryArea-item .fr3-item {
    margin: 0 7px;
}
.categoryArea-item .flywheel-recommend__frame .slick-arrow {
    top: 45%;
}
.categoryArea-all {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.6rem;
}
.categoryArea-all img {
    width: 11px;
    object-fit: contain;
    transform: rotate(-90deg);
    margin-left: 10px;
}

/* シーンから探す */
.sceneArea-bottom {
    padding: 30px;
    background-color: #FAFAFA;
    margin-bottom: 150px;
}
.sceneArea-bottom .scene-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}
.sceneArea-bottom .scene-list::before,
.sceneArea-bottom .scene-list::after {
    content: "";
    width: 24%;
    order: 1;
}
.sceneArea-bottom .scene-list li {
    width: 24%;
    margin-bottom: 40px;
}
.sceneArea-bottom .scene-list a {
    display: flex;
    align-items: center;
    line-height: 1.4;
}
.sceneArea-bottom .scene-list img {
    max-width: 54px;
    min-width: 44px;
    height: 55px;
    object-fit: contain;
    margin-right: 15px;
}

@media screen and (max-width: 1024px) {
    .categoryArea-item {
        padding: 0;
        margin-bottom: 80px;
    }
    .categoryArea-item .categoryArea-heading {
        margin: 0 20px 13px;
    }
    .categoryArea-item .categoryArea-desc {
        font-size: 1.2rem;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .categoryArea-item .flywheel-recommend__frame {
        padding: 0 0 0 20px;
        margin-bottom: 30px;
        overflow-x: scroll;
    }
    .categoryArea-item .fr3-productListStatic {
        display: flex !important;
        width: fit-content;
    }
    .categoryArea-item .fr3-item {
        width: 150px;
        margin: 0 16px 0 0;
    }
    .categoryArea-all {
        padding-left: 30px;
        padding-right: 20px;
        font-size: 1.4rem;
    }
    .categoryArea-all span {
        width: fit-content;
    }
}

@media screen and (max-width: 768px) {
    .fs-anchor {
        margin: 0 auto 70px;
    }
    .fs-anchor.--scene {
        margin-bottom: 30px;
    }
    .fs-anchor li {
        margin: 0 20px;
    }
    .fs-anchor.--scene li {
        margin: 0 20px 40px;
    }
    .fs-anchor li a {
        flex-flow: column;
        justify-content: flex-end;
        height: 100%;
    }
    .fs-anchor p {
        font-size: 1.4rem;
        line-height: 1.4;
        margin-right: 0;
        margin-bottom: 10px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .sceneArea-bottom {
        padding: 30px 20px;
        margin-bottom: 100px;
    }
    .sceneArea-bottom .scene-list::before,
    .sceneArea-bottom .scene-list::after {
        width: 31%;
    }
    .sceneArea-bottom .scene-list li {
        width: 31%;
        margin-bottom: 26px;
    }
    .sceneArea-bottom .scene-list a {
        flex-flow: column;
    }
    .sceneArea-bottom .scene-list img {
        width: 100%;
        max-width: inherit;
        height: 60px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .sceneArea-bottom .scene-list p {
        font-size: 1.2rem;
        text-align: center;
    }
}

/* アイテム */
.fs-wrapper-category-items {
    max-width: 1320px;
    padding: 0 50px;
    margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
    .fs-wrapper-category-items {
        padding: 0 20px;
        margin: 0 auto 75px;
    }
}

/* 高機能キャスター付きラック */
.high-functionality-container h2 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    width: fit-content;
    padding: 5px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 0 auto 90px;
}
.high-functionality-item {
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 150px;
}
.high-functionality-item::after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 86px;
    height: 1px;
    background-color: #333;
}
.high-functionality-item:nth-child(3)::after {
    content: none;
}
.high-functionality-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 980px;
    padding: 0 30px;
    margin: 0 auto 100px;
}
.high-functionality-text {
    width: 53%;
}
.high-functionality-heading h3 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.high-functionality-heading h3::before {
    content: "";
    display: block;
    width: 4px;
    height: 86%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #333;
}
.high-functionality-list {
    font-size: 1.2rem;
    padding: 18px 20px;
    background-color: #F7F7F7;
    border-radius: 10px;
    margin-top: 16px;
}
.high-functionality-list p {
    font-weight: 700;
}
.high-functionality-image {
    width: 44%;
    object-fit: contain;
    border-radius: 5px;
    margin-left: auto;
    overflow: hidden;
}
.high-functionality-image p {
    margin-top: 4px;
}

.high-functionality-single-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    padding: 0 30px;
    margin: 0 auto 100px;
}
.high-functionality-single-item {
    width: 48%;
}
.high-functionality-single-item h3 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.high-functionality-single-item h3::before {
    content: "";
    display: block;
    width: 4px;
    height: 86%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #333;
}
.high-functionality-single-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.high-functionality-single-list::before, 
.high-functionality-single-list::after {
    content: "";
    width: 48.6%;
    order: 1;
}
.high-functionality-single-list li {
    width: 48.6%;
    margin-bottom: 40px;
}
.high-functionality-single-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.34 / 1;
	margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.high-functionality-single-list img {
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .high-functionality-container h2 {
        font-size: 1.6rem;
        margin-bottom: 70px;
    }
    .high-functionality-item {
        padding: 0 0 10px;
        margin-bottom: 80px;
    }
    .high-functionality-heading {
        flex-flow: column-reverse;
        margin-bottom: 35px;
        padding: 0 14px;
    }
    .high-functionality-text {
        width: 100%;
        max-width: 500px;
        padding: 0;
        margin: 0 auto 45px;
    }
    .high-functionality-heading h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
        margin-right: auto;
        order: 1;
    }
    .high-functionality-text p {
        font-size: 1.4rem;
    }
    .high-functionality-list {
        padding: 12px 14px;
        margin-top: 5px;
    }
    .high-functionality-image {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }
    .high-functionality-single-wrapper {
        display: block;
        padding: 0 20px;
    }
    .high-functionality-single-item {
        width: 100%;
    }
}

/* カラム */

/*
.navCol2 {
  display: flex;
margin: 0 auto 20px;
width: 1230px;
}

.navCol2 li {
  width: calc(100% / 2);
margin: 0 5px;
text-align: center;
    padding: 10px 0;
    font-size: 1.1rem;
    border: 1px solid #333;
}

.navCol2 li img {width: 100% !important;transform:none !important;}
.navCol2 ul li {
  background: #ccc;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
    .navCol2 {
  display: flex;
margin: 0 10px 20px;
width: 97%
}

    }
*/

.navCol2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; /* アイテム間の余白 */
  list-style: none;
  padding: 0;
  margin: 0 auto 10px;
    width: 1220px;
}

.navCol2 li {
  width: calc(50% - 6px); /* 2列の幅（gapの半分を引く） */
  box-sizing: border-box;
}

.navCol2 a {
  display: block;
  padding: 12px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.navCol2 a:hover {
  background-color: #e0e0e0;
}

@media screen and (max-width: 767px) {
.navCol2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; /* アイテム間の余白 */
  list-style: none;
  padding: 0;
  margin: 0 auto 10px;
    width:95%;
}

}



.catDesc{
    max-width: 1280px;
    margin: 0 auto 100px;
    padding: 0 30px;
}

.catDesc h3{
    font-weight:700;
    font-size: 1.8rem;
    text-align: center;
}

.fs-c-productMark{clear: both !important;}

/*modal*/
.fs-c-modal__inner{padding: 20px !important;}
.fs-c-modal__productName{font-size: 1.8rem !important; }
span.fs-c-variationLabel__label{background: #333 !important; padding: 4px 15px !important; color: #fff !important;}
button.fs-c-button--addToCart--variation.fs-c-button--primary{background: #fab700 !important; padding: 5px 15px !important; border-radius: 20px !important; color: #fff !important; margin: 5px 0 0 0 !important; text-align: center !important;}
button.fs-c-button--addToWishList--icon.fs-c-button--image {
    display: none !important;
}





/*新グループ
--------------------------------------------------------------*/

/*グループのスライドショー*/

/* groupmvSlider */
section.groupmvSlider{margin: 0 auto}
.auto-slider {
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  width: calc(200px * 10); /* 画像数×画像幅（調整可能） */
  animation: scroll-left 30s linear infinite;
}

.slider-track img {
  width: 40vw; /* 画面幅に応じて可変（例：5枚で100%なら20%） */
  height: auto;
  flex-shrink: 0;
  object-fit: cover;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
.slider-track {
  display: flex;
  width: calc(300px * 10); /* 画像数×画像幅（調整可能） */
  animation: scroll-left 30s linear infinite;
}
.slider-track img {
  width: 60vw; /* 画面幅に応じて可変（例：5枚で100%なら20%） */
}

}





/*読み物*/
.rel{
  padding: 34px 12px 44px;
  background:#fff;
}
.rel__inner{
  max-width:1220px;
  margin:0 auto;
}
.rel__title{
  margin:0 0 14px;
  font-size:12px;
  font-weight:700;
  color:#111;
}

/* ✅ 矢印の基準になるラッパー */
.rel__wrap{
  position:relative;
}

/* ✅ PC：4枚表示、5枚目以降は横スクロール */
.rel__track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns: calc((100% - 18px * 3) / 4);
  gap:18px;

  overflow-x:auto;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  padding:0;
}

/* ✅ カード */
.rel__card{
  scroll-snap-align:start;
  display:block;
  text-decoration:none;
  color:inherit;
}

.rel__thumb{
  border-radius:6px;
  overflow:hidden;
  background:#f2f2f2;
  position:relative;
}

/* 画像は比率維持しつつ高さを揃える（矢印位置が安定する） */
.rel__thumb img{
  width:100%;
  aspect-ratio: 16 / 10;     /* ← ここが効く：高さが揃う */
  object-fit: cover;
  display:block;
  transform:scale(1);
  transition:transform .25s ease;
}

/* hover：画像ズーム */
.rel__card:hover .rel__thumb img{
  transform:scale(1.06);
}

.rel__text{
  margin:10px 0 0;
  line-height:1.5;
  color:#111;
  text-decoration:none;
  text-underline-offset:.2em;
}

/* hover：テキスト下線 */
.rel__card:hover .rel__text{
  text-decoration:underline;
}

/* ✅ 矢印：画像エリア中央に重ねる（thumbの高さが揃うので崩れない） */
.rel__nav{
  position:absolute;
  top: calc( ( (1220px - 24px) / 4 ) * (10 / 16) / 2 ); /* ← 触らなくてOK（保険） */
  top: 30%; /* ← 実運用はこっちが安定。画像エリアのだいたい中央 */
  transform:translateY(-50%);
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.22);
  background:rgba(255,255,255,.92);
  display:none;              /* ← JSで 5件以上 & PC時に表示 */
  place-items:center;
  cursor:pointer;
  z-index:10;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease;
}

.rel__nav--prev{ left:10px; }
.rel__nav--next{ right:10px; }

.rel__nav:hover{
  background:#111;
  color:#fff;
  border-color:#111;
}

/* ボタン */
.rel__btnWrap{
  margin-top:22px;
  text-align:center;
}
.rel__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:240px;
  padding:14px 22px;
  border:1px solid #111;
  background:#fff;
  color:#111;
  text-decoration:none;
  font-weight:700;
  transition:background-color .2s ease,color .2s ease;
}
.rel__btn:hover{
  background:#111;
  color:#fff;
}

/* SP：2枚＋次チラ見せ（スワイプ） */
@media (max-width:768px){
  .rel{ padding:28px 10px 40px; }
  .rel__title{ padding:0 16px; }

  .rel__track{
    gap:12px;
    padding:0 16px 10px;
    grid-auto-columns: calc((100% - 12px) / 2.2);
  }

  .rel__nav{ display:none !important; }

  .rel__btnWrap{ padding:0 16px; }
  .rel__btn{ width:100%; min-width:0; }
  .rel__text {font-size: 1.2rem;}
}
