@charset "utf-8";
/* =========================
   3260101 特集ページ用CSS
========================= */

/* =========================
   共通スタイル（既存）
========================= */

.categorybox { margin-bottom: 100px !important; }

.mb100 { margin-bottom: 100px !important; }
.mb80  { margin-bottom: 80px !important; }
.mb60  { margin-bottom: 60px !important; }
.mb20  { margin-bottom: 20px !important; }
.mb10  { margin-bottom: 10px !important; }
.mt10  { margin-top: 10px !important; }

.boxhover img:hover {
  opacity: 0.5 !important;
}

.midashi1 {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
}

.midashi2,
.midashi3,
.midashi4,
.midashi5 {
  font-family: 'Zen Old Mincho', serif;
}

.obi {
  text-align: center;
  padding: 20px 0;
}

.color04 {
  color: #ffffff;
}

.pc700 {
  padding-left: 250px;
  padding-right: 250px;
}

/* =========================
   SP用 共通調整
========================= */

@media screen and (max-width: 768px) {

  .pc700 {
    padding-left: 0;
    padding-right: 0;
  }

  .midashi1 { font-size: 18px !important; }
  .midashi2 { font-size: 17px !important; }
  .midashi3 { font-size: 15px !important; }
  .midashi4 { font-size: 15px !important; }
  .midashi5 { font-size: 14px !important; }

}

/* =========================
   インデックス（最重要）
   ※ 共通CSSに負けないようID固定
========================= */

#3260101 #index-area-3260101 ul.index-list {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 0 !important;
  margin: 24px auto !important;
  list-style: none !important;
}

#3260101 #index-area-3260101 ul.index-list > li {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* インデックス画像 */
#3260101 #index-area-3260101 ul.index-list img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* =========================
   PC：5個 横並び
========================= */

@media screen and (min-width: 769px) {
  #3260101 #index-area-3260101 ul.index-list > li {
    width: calc(20% - 6px) !important;
    max-width: 170px;
  }
}

/* =========================
   SP：上3・下2
========================= */

@media screen and (max-width: 768px) {

  #3260101 #index-area-3260101 ul.index-list > li {
    width: calc(33.333% - 6px) !important;
  }

  #3260101 #index-area-3260101 ul.index-list > li:nth-child(4),
  #3260101 #index-area-3260101 ul.index-list > li:nth-child(5) {
    width: calc(50% - 6px) !important;
  }

}

/* =========================
   インデックス 最終強制修正
========================= */

#3260101 #index-area-3260101 ul.index-list {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

#3260101 #index-area-3260101 ul.index-list > li {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 3px !important;
  padding: 0 !important;
}

#3260101 #index-area-3260101 img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* =========================
   インタビュー引用
========================= */

.interview-quote {
  position: relative;
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 30px 20px 20px 40px;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  color: #cd0574;
}

/* 左の縦カギ括弧 */
.interview-quote::before {
  content: "「";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

/* 本文 */
.quote-text {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin: 0;
}

/* 署名 */
.quote-name {
  text-align: right;
  font-size: 18px;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {

  .quote-text {
    font-size: 18px;
  }

  .interview-quote::before {
    font-size: 32px;
  }

  .quote-name {
    font-size: 16px;
  }

}


/* ============================
   下線（区切り線）完全除去
   対象：width-pc-100 / width-sp-100
============================ */

#3260101 .block-special-section.width-pc-100,
#3260101 .block-special-section.width-sp-100 {
  border-top: none !important;
  border-bottom: none !important;
  background: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 直前sectionから引かれる線の保険 */
#3260101 .block-special-section + .block-special-section {
  border-top: none !important;
}

.swiper-container {
  overflow: hidden;
}

#index-area-3260101 {
  overflow-x: hidden;
}

.index-list li {
  width: calc(20% - 6px);
}
.swiper-container {
  overflow: hidden;
}
body {
  overflow-x: hidden;
}
.block-special-section-inner {
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
}
/* PCのみ：インタビューテキストを少し大きく */
@media screen and (min-width: 769px) {
  #3260101 .block-special-text p {
    font-size: 16px;   /* 現状が14px前後なら +1〜2px が無難 */
    line-height: 1.9;  /* 可読性アップ */
  }
}
@media screen and (max-width: 767px) {
  .block-special-section.width-sp-100 {
    padding-left: 0;
    padding-right: 0;
  }
}