      /* デザイン画面のみの要素 */
      [data-collection-list-content] {
        display: contents;
      }

      .abisu_topix_page {
        padding: 0 20px;
        max-width: 1080px;
        margin: 0 auto;
      }
      
      .clearfix {
        content: "";
        display: block;
        clear: both;
      }

      .abisu_topix_title {
        margin-bottom: 100px;
        font-size: 2.8rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.6em;
        text-align: center;
      }

      .topix_page_wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
      }

      .topix_page_title {
        font-size: 2rem;
        font-weight: bold;
      }

      .topix_page_category {
        display: inline-block;
        max-width: 100%;
        padding: 0 24px;
        border-left: 1px solid #1e3c64;
        border-right: 1px solid #1e3c64;
        line-height: 1.2;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;
      }

      /* 一覧に戻るボタン */
      .abisu_topix_page .navi_top {
        clear: both;
        margin-top: 100px;
        line-height: 1;
        letter-spacing: 0.1em;
        text-align: center;
      }

      .abisu_topix_page .navi_top a {
        display: inline-block;
        width: 196px;
        height: auto;
        padding: 12px 16px;
        background: #1e3c64;
        color: #fff;
        text-align: center;
      }
      
      /* category/archive部分 */
      .abisu_topix_page #sidebar{
        margin-top: 100px;
      }
      
      .abisu_topix_page #sidebar .category_block{
        margin-bottom: 50px;
      }

      /* YouTube埋め込み部分 */
      .iframe-wrap {
        position: relative;
        width: 100%;
        padding-top: 56.25%; /* 16:9 */
        margin-top: 30px;
      }

      .iframe-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        width: 100%;
        height: 100%;
      }

      .topix_page_movie {
        margin-top: 100px;
        border-top: 1px solid #1e3c64;
        padding-top: 30px;
      }

      /* YouTubeリンク */
      .abisu_topix_page .youtube-url {
        display: block !important;
        margin-top: 30px;
        text-decoration: none;
        color: #1e3c64;
        padding-bottom: 30px;
        border-bottom: 1px solid #1e3c64;
      }

      .abisu_topix_page .youtube-url :hover {
        opacity: 0.7;
        transition: 0.3s;
      }

      /* 画像スライダー部分 */
      .detail-slider {
        display: flex;
        gap: 20px;
        margin-bottom: 40px;
        align-items: stretch;
      }

      .swiperMain {
        width: 80%;
      }

      .swiperMain .swiper-wrapper {
        height: auto !important;
      }

      .swiperMain img {
        width: 100%;
        height: auto;
        object-fit: contain;
      }

      .swiperThumbnail {
        width: 19%;
        height: 100%;
      }

      .swiperThumbnail .swiper-slide {
        opacity: 0.4;
        transition: 0.3s;
      }

      .abisu_topix_page .swiperThumbnail .swiper-slide {
        opacity: 0.5;
        cursor: pointer;
        overflow: hidden;
        width: 100%;
        height: auto !important;
      }

      .abisu_topix_page .swiperThumbnail .swiper-slide-thumb-active {
        opacity: 1;
      }

      .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
      }

      /* デフォルト矢印非表示 */
      .swiper-button-next:after,
      .swiper-button-prev:after {
        display: none !important;
      }
      
      /* category/archive横並び */
     @media screen and (min-width: 811px) {
      #sidebar {
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 60px;
        width: auto;
        margin-left: 50px;
      }

      .category_block,
      .archive_block {
        width: 50%;
      }
    }

      @media screen and (max-width: 767px) {
        /* 画像スライダー部分 */
        .detail-slider {
          flex-direction: column;
        }
        .swiperMain {
          width: 100%;
        }

        .swiperThumbnail {
          display: none !important;
        }

        /* 矢印部分（SPのみ表示） */
        .abisu_topix_page .swiper-button-prev,
        .abisu_topix_page .swiper-button-next {
          width: 20px !important;
          height: 30px !important;
          bottom: auto !important;
          background: url("/import/tenant_1/jgh.jp/wp/wp-content/themes/jgh2025/assets/img/common/icon_slide_02.svg")
            no-repeat;
          top: 50% !important;
        }

        .abisu_topix_page .swiper-button-prev {
          transform: rotate(180deg) !important;
        }
      }
