@charset "UTF-8";

.thumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 5em;
}

.thumb-list a {
  text-decoration: none;
  color: #404040;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.thumb-list a:hover {
  opacity: 0.8;
}

.thumb-item {
  flex: 0 0 calc(25% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: dotted 1px #2f2f2f;
}

.thumb-item img {
  width: 100%;
  height: auto;
  display: block;
}

.thumb-caption {
  margin-top: auto;
  padding-top: 6px;
  text-align: center;
}

/* スマホ時は2列 */
@media (max-width: 768px) {
  .thumb-list {
    margin-top: 4em;
  }

  .thumb-item {
    flex: 0 0 calc(50% - 16px);
    margin-bottom: 1.5em;
  }

  .thumb-caption {
    font-size: 0.9em;
  }
}

/* Latest Issue Section Styles */
.latest-issue {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #F8F8F8;
  padding: 40px;
  margin: 30px 0 60px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.latest-issue__img {
  flex: 0 0 240px;
}

.latest-issue__img img {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.latest-issue__content {
  flex: 1;
}

.latest-issue__text {
  line-height: 1.8;
  margin-bottom: 50px;
}

/* Interview Button Style */
.c-btn_interview {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #CBCBCB;
  color: #008cc9 !important;
  text-align: center;
  padding: 15px 30px 15px 15px;
  background-color: #fff;
  border-bottom: 2px solid #00509d;
  font-family: "NotoSerifCJKjp", serif;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.4s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.c-btn_interview span {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  opacity: 0.8;
  margin-top: 4px;
}

.c-btn_interview:hover {
  background-color: #00509d;
  color: #fff !important;
  box-shadow: 0 5px 15px rgba(0, 80, 157, 0.3);
  transform: translateY(-1px);
}

.c-btn_interview::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #00509d;
  border-right: solid 2px #00509d;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-btn_interview:hover::after {
  border-color: #fff;
  transform: translateY(-50%) translateX(5px) rotate(45deg);
}

.latest-issue__btn-wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.c-btn_interview__brand {
  font-family: inherit;
  /* Default */
}

/* Specific styling for the brand part to match title font */
.p-interview-container .c-btn_interview__brand {
  font-family: "NotoSerifCJKjp", serif;
  font-weight: 700;
  margin-right: 0.2em;
}

@media (max-width: 768px) {
  .latest-issue {
    flex-direction: column;
    padding: 25px;
    gap: 25px;
  }

  .latest-issue__img {
    flex: 0 0 auto;
    width: 60%;
  }

  .latest-issue__content {
    text-align: left;
  }

  .latest-issue__text {
  margin-bottom: 30px;
}

  .c-hl_type02 {
    padding-left: 0;
    text-align: center;
  }

  .c-hl_type02::before {
    display: none;
  }

  .c-btn_interview {
    padding: 10px;
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }

  .latest-issue__btn-wrap {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

/* ------------------------------------------------------------------
  Interview Page Styles
------------------------------------------------------------------ */
.l-container.p-interview-container {
  padding-bottom: 0 !important;
}

.p-interview {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .p-interview {
    padding-bottom: 60px;
  }
}

.p-interview__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/interview_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.1;
  /* うっすら見える程度に調整 */
  z-index: 0;
  pointer-events: none;
}

.p-interview .c-inner {
  position: relative;
  z-index: 1;
}

.p-breadList__list__item {
  font-size: 12px;
  font-size: 1.2rem;
}

.interview-container {
  padding: 40px 0 0;
}

@media only screen and (max-width: 767px) {
  .interview-container {
    padding: 0;
  }
}

.voiceModal {
  position: relative;
  text-align: left;
}

.voiceModal__eachContent__holder {
  margin-bottom: 20px;
}

.voiceModal__eachContent__holder__texts {
  width: 500px;
  float: left;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__holder__texts {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.voiceModal__eachContent__holder__texts__course {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__holder__texts__course {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.voiceModal__eachContent__holder__texts__course__category {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  background-color: #000;
  padding: 4px;
}

.voiceModal__eachContent__holder__texts__title {
  font-size: 28px;
  font-size: 2.8rem;
  color: #00509D;
  line-height: 1.78125;
  font-family: serif;
  font-weight: 400;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__holder__texts__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.voiceModal__eachContent__holder__texts__belong {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.3125;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__holder__texts__belong {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.voiceModal__eachContent__holder__fig {
  width: 500px;
  float: right;
}

.voiceModal__eachContent__holder__fig img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__holder__fig {
    width: 100%;
    float: none;
  }
}

.voiceModal__eachContent__rt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.3125;
  margin-bottom: 1.5em;
}

.voiceModal__eachContent__rt:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .voiceModal__eachContent__rt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.voiceModal__eachContent[data-category="music"] .voiceModal__eachContent__holder__texts__course__category {
  background-color: #20AEE5;
}

/* Photo Layout Patterns */
.p-interview__photo-grid {
  display: flex;
  gap: 20px;
  margin: 40px 0;
  justify-content: center;
}

.p-interview__photo-item {
  flex: 1;
  max-width: 500px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.p-interview__photo-item img {
  width: 100%;
  height: auto;
  display: block;
}

.p-interview__photo-single {
  margin: 40px auto;
  max-width: 800px;
  text-align: center;
}

.p-interview__photo-single .p-interview__photo-item {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-interview__photo-grid {
    flex-direction: column;
    gap: 15px;
  }
}

/* Scroll-triggered Fade-Up Animations */
.js-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Return Button Specifics in Interview Page */
.p-interview-container .latest-issue__btn-wrap {
  margin-top: 50px;
  text-align: center;
}

/* Specific section margin override for PC as requested */
.p-interview-container .c-sec_type01 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .p-interview-container .latest-issue__btn-wrap {
    margin-top: 30px;
  }
}

.p-interview-container .c-btn_interview {
  max-width: 280px;
}