/* =========================================================
   interview_article archive
   外部取材記事一覧
========================================================= */

/* right-layout側の共通タイトルを消す */
.post-type-archive-interview_article .right-layout-title,
.post-type-archive-interview_article .page-standard__title,
.post-type-archive-interview_article .page-title,
.post-type-archive-interview_article .entry-title{
  display: none !important;
}

.post-type-archive-interview_article .right-layout-content,
.post-type-archive-interview_article .page-standard__content{
  padding-top: 0 !important;
}

.interview-archive-page{
  width: 100%;
  padding: 0;
  color: #211f1d;
  background: #FCFCFA;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

.interview-archive-page *,
.interview-archive-page *::before,
.interview-archive-page *::after{
  box-sizing: border-box;
}

.interview-archive-page img{
  display: block;
  max-width: 100%;
  height: auto;
}

.interview-archive-page a{
  color: inherit;
  text-decoration: none;
}

.interview-archive-inner{
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 0 96px;
}

/* =========================================================
   Heading
========================================================= */

.interview-archive-heading{
  margin: 0 0 56px;
  text-align: left;
}

.interview-archive-label{
  margin: 0 0 18px;
  color: #c9a85a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.interview-archive-title{
  position: relative;
  margin: 0 !important;
  padding: 0 0 24px !important;
  color: #211f1d !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.18em;
  text-align: left !important;
}

.interview-archive-title::before{
  display: none !important;
  content: none !important;
}

.interview-archive-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 2px;
  background: #c9a85a;
}

.interview-archive-lead{
  max-width: 760px;
  margin: 28px 0 0;
}

.interview-archive-lead p{
  margin: 0;
  color: #6f6862;
  font-size: 14px;
  line-height: 2.15;
  letter-spacing: 0.1em;
}

/* =========================================================
   Grid
========================================================= */

.interview-archive-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 28px;
}

.interview-archive-card{
  min-width: 0;
  background: #fff;
  border: 1px solid #eee9df;
  box-shadow: 0 6px 18px rgba(38,31,24,0.035);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.interview-archive-card:hover{
  transform: translateY(-3px);
  border-color: #D0B471;
  box-shadow: 0 16px 38px rgba(38,31,24,0.08);
}

.interview-archive-card-link{
  display: block;
  width: 100%;
  height: 100%;
}

.interview-archive-card-image{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #efeee6;
}

.interview-archive-card-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.interview-archive-card:hover .interview-archive-card-image img{
  transform: scale(1.055);
}

.interview-archive-dummy-image{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #efeee6;
}

.interview-archive-dummy-image span{
  color: #D0B471;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.interview-archive-card-date{
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  color: #211f1d;
  background: rgba(252,252,250,0.94);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.interview-archive-play{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(228,96,74,0.92);
  transform: translate(-50%, -50%);
}

.interview-archive-play::before{
  content: "";
  position: absolute;
  left: 23px;
  top: 18px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
}

/* =========================================================
   Card body
========================================================= */

.interview-archive-card-body{
  padding: 26px 24px 28px;
}

.interview-archive-card-source{
  margin: 0 0 12px;
  color: #c9a85a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.interview-archive-card-title{
  margin: 0 !important;
  padding: 0 !important;
  color: #211f1d !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
  letter-spacing: 0.08em;
  text-align: left !important;
  transition: color 0.25s ease;
}

.interview-archive-card-title::before,
.interview-archive-card-title::after{
  display: none !important;
  content: none !important;
}

.interview-archive-card:hover .interview-archive-card-title{
  color: #e4604a !important;
}

.interview-archive-card-subtitle{
  margin: 13px 0 0;
  color: #5f5a55;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.08em;
}

.interview-archive-card-meta{
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid #eee9df;
  font-size: 12px;
  line-height: 1.8;
}

.interview-archive-card-meta dt{
  color: #D0B471;
  font-weight: 700;
}

.interview-archive-card-meta dd{
  margin: 0;
  color: #5f5a55;
}

.interview-archive-card-excerpt{
  margin: 16px 0 0;
  color: #6f6862;
  font-size: 13px;
  line-height: 1.95;
  letter-spacing: 0.06em;
}

.interview-archive-card-more{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0 0;
  color: #211f1d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.interview-archive-card-more span{
  color: #c9a85a;
  font-size: 15px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.interview-archive-card:hover .interview-archive-card-more{
  color: #e4604a;
}

.interview-archive-card:hover .interview-archive-card-more span{
  transform: translateX(6px);
}

/* =========================================================
   Pager / Empty
========================================================= */

.interview-archive-pager{
  margin-top: 58px;
  text-align: center;
}

.interview-archive-pager .page-numbers{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  margin: 0 3px;
  padding: 8px 10px;
  border: 1px solid #eee9df;
  background: #fff;
  color: #5f5a55;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none !important;
}

.interview-archive-pager .page-numbers.current,
.interview-archive-pager .page-numbers:hover{
  background: #211f1d;
  border-color: #211f1d;
  color: #fff;
}

.interview-archive-empty-box{
  padding: 48px;
  background: #fff;
  border: 1px solid #eee9df;
}

.interview-archive-empty-title{
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #211f1d !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.12em;
}

.interview-archive-empty-text p{
  margin: 0;
  color: #6f6862;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
}

/* =========================================================
   Responsive
========================================================= */

@media screen and (max-width: 1100px){

  .interview-archive-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media screen and (max-width: 700px){

  .interview-archive-inner{
    width: 90%;
    padding: 56px 0 76px;
  }

  .interview-archive-heading{
    margin-bottom: 38px;
  }

  .interview-archive-title{
    font-size: 26px !important;
  }

  .interview-archive-lead p br{
    display: none;
  }

  .interview-archive-grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .interview-archive-card-body{
    padding: 22px 20px 24px;
  }

}



/* =========================================================
   interview_article single
   外部取材記事 個別ページ
========================================================= */

/* right-layout側の共通タイトルを消す */
.single-interview_article .right-layout-title,
.single-interview_article .page-standard__title,
.single-interview_article .page-title,
.single-interview_article .entry-title{
  display: none !important;
}

.single-interview_article .right-layout-content,
.single-interview_article .page-standard__content{
  padding-top: 0 !important;
}

.interview-single-page{
  width: 100%;
  padding: 0;
  color: #211f1d;
  background: #FCFCFA;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

.interview-single-page *,
.interview-single-page *::before,
.interview-single-page *::after{
  box-sizing: border-box;
}

.interview-single-page img{
  display: block;
  max-width: 100%;
  height: auto;
}

.interview-single-page a{
  color: inherit;
  text-decoration: none;
}

.interview-single-inner{
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 0 96px;
}

/* =========================================================
   Heading
========================================================= */

.interview-single-heading{
  margin: 0 0 58px;
  text-align: left;
}

.interview-single-label{
  margin: 0 0 18px;
  color: #c9a85a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.interview-single-title{
  position: relative;
  margin: 0 !important;
  padding: 0 0 24px !important;
  color: #211f1d !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.14em;
  text-align: left !important;
}

.interview-single-title::before{
  display: none !important;
  content: none !important;
}

.interview-single-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 2px;
  background: #c9a85a;
}

.interview-single-subtitle{
  max-width: 820px;
  margin: 28px 0 0;
  color: #6f6862;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
}

/* =========================================================
   Layout
========================================================= */

.interview-single-main-layout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 56px;
  align-items: start;
}

.interview-single-main-column{
  min-width: 0;
}

.interview-single-side-column{
  min-width: 0;
}

/* =========================================================
   Image / YouTube
========================================================= */

.interview-single-main-image{
  width: 100%;
  margin: 0 0 54px;
  background: #efeee6;
  border: 1px solid #eee9df;
  overflow: hidden;
}

.interview-single-main-image img{
  width: 100%;
  height: auto;
}

.interview-single-youtube{
  position: relative;
  width: 100%;
  margin: 0 0 54px;
  padding-top: 56.25%;
  background: #1c1917;
  overflow: hidden;
}

.interview-single-youtube iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* =========================================================
   Text
========================================================= */

.interview-single-text-section,
.interview-single-image-section{
  margin: 0 0 64px;
}

.interview-single-section-title{
  position: relative;
  margin: 0 0 30px !important;
  padding: 0 0 18px !important;
  color: #211f1d !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.14em;
  text-align: left !important;
}

.interview-single-section-title::before{
  display: none !important;
  content: none !important;
}

.interview-single-section-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: #D0B471;
}

.interview-single-text{
  padding: 42px 46px;
  background: #fff;
  border: 1px solid #eee9df;
  color: #5f5a55;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.08em;
}

.interview-single-text p{
  margin: 0 0 1.8em;
}

.interview-single-text p:last-child{
  margin-bottom: 0;
}

/* =========================================================
   Side info
========================================================= */

.interview-single-info-card{
  position: sticky;
  top: 120px;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid #eee9df;
  box-shadow: 0 10px 28px rgba(38,31,24,0.05);
}

.interview-single-info-card__label{
  margin: 0 0 24px;
  color: #c9a85a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.interview-single-meta{
  margin: 0;
}

.interview-single-meta div{
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #eee9df;
}

.interview-single-meta div:last-child{
  border-bottom: 1px solid #eee9df;
}

.interview-single-meta dt{
  margin: 0 0 8px;
  color: #D0B471;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.interview-single-meta dd{
  margin: 0;
  color: #211f1d;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.interview-single-link{
  margin-top: 28px;
}

.interview-single-link a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 52px;
  padding: 0 22px;
  background: #211f1d;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition: background 0.25s ease;
}

.interview-single-link a:hover{
  background: #e4604a;
}

.interview-single-link span{
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

/* =========================================================
   Back
========================================================= */

.interview-single-back{
  margin-top: 36px;
  padding-top: 42px;
  border-top: 1px solid #eee9df;
  text-align: center;
}

.interview-single-back a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 48px;
  padding: 12px 28px;
  background: #FCFCFA;
  border: 1px solid #D0B471;
  color: #8d7438 !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition: background 0.25s ease, color 0.25s ease;
}

.interview-single-back a:hover{
  background: #D0B471;
  color: #fff !important;
}

/* =========================================================
   Responsive
========================================================= */

@media screen and (max-width: 1000px){

  .interview-single-main-layout{
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .interview-single-info-card{
    position: static;
  }

}

@media screen and (max-width: 700px){

  .interview-single-inner{
    width: 90%;
    padding: 56px 0 76px;
  }

  .interview-single-heading{
    margin-bottom: 42px;
  }

  .interview-single-title{
    font-size: 26px !important;
  }

  .interview-single-subtitle{
    font-size: 14px;
  }

  .interview-single-text{
    padding: 28px 24px;
    font-size: 14px;
  }

  .interview-single-info-card{
    padding: 28px 24px;
  }

}


/* 外部取材記事個別：共通header fixed対策 */
.interview-single-heading{
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  height: auto !important;
}