@charset "UTF-8";
:root {
  --font-round: "秀英にじみ丸ゴシック B", "Zen Maru Gothic", sans-serif;
  --font-body: "新ゴ R", "Noto Sans JP", sans-serif;
  --font-body-bold: "新ゴ B", "Noto Sans JP", sans-serif;
  --font-mincho: "リュウミン R-KL", "Zen Old Mincho", serif;
  --font-mincho-bold: "リュウミン B-KL", "Zen Old Mincho", serif;
  --color-primary: #1ca8cc;
  --color-secondary: #3d8fd1;
  --color-cta: #2bb5b0;
  --color-base: #ffffff;
  --color-bg: #f6f3ea;
  --color-bg-alt: #efefe6;
  --color-dark: #1a1a1a;
  --color-orange: #f2a33c;
  --color-pink: #ef7f9b;
  --color-green: #5fa84e;
  --color-red: #e4506b;
  --color-navy: #4a6fb8;
  --color-text: #333333;
  --color-text-sub: #707070;
  --color-text-inverse: #ffffff;
  --color-border: #bebebe;
  --color-border-light: #e0dcd0;
  --color-border-dash: #d8d4c8;
  --color-border-dark: #3a3a3a;
  --color-tint: #eaf7fa;
  --color-placeholder: #dcd8cc;
  --color-facebook: #1877f2;
  --color-instagram: #e4506b;
  --color-youtube: #e4506b;
  --inner-base: 65rem;
  --gutter: 5rem;
  --header-height: 4.75rem;
  --radius: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-pill: 999px;
  --shadow-menu: 0 6px 24px rgb(51 51 51 / 18%);
  --duration-fast: 0.2s;
  --duration-base: 0.3s;
}

@media screen and (max-width: 767.98px) {
  :root {
    --gutter: 2.5rem;
  }
}
/* 表紙とリード */
.issue {
  padding: 2.5rem 0 4.5rem;
}

.issue_hd {
  display: flex;
  align-items: flex-start;
  gap: 3.5rem;
}

.issue_cover {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.5rem;
  width: 25rem;
  margin: 0;
}
.issue_cover img,
.issue_cover .noimg {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.414;
  object-fit: cover;
  border: 1px solid var(--color-border);
}
.issue_cover figcaption {
  color: var(--color-text-sub);
  font-size: 0.75rem;
  line-height: 1.8;
}

.issue_cnt {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}

.issue_meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
}

.issue_vol {
  padding: 0.5rem 1rem;
  background: var(--color-cta);
  border-radius: var(--radius-pill);
  color: var(--color-text-inverse);
  font-size: 0.875rem;
  font-weight: 700;
  font-family: var(--font-round);
  font-style: normal;
}

.issue_period {
  color: var(--color-text-sub);
  font-size: 0.875rem;
}

.issue_ttl {
  margin: 0;
  color: var(--color-secondary);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: var(--font-round);
  font-style: normal;
}

.issue_ttl_sub {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
}

.issue_lead {
  margin: 0;
  font-size: 1.25rem;
  line-height: 2.1;
  word-break: auto-phrase;
  font-family: var(--font-mincho);
  font-style: normal;
  font-weight: 700;
}

/* 記事セクション。上の罫線と余白は見出しが持つので、セクション側は下だけ空ける */
.profile {
  padding-bottom: 5rem;
  background: var(--color-bg);
}

.exhibit {
  padding-bottom: 5rem;
}

.interview {
  padding-bottom: 7.5rem;
  background: var(--color-bg);
}

.interview_foot {
  padding-top: 3rem;
}

.issue_free {
  padding: 3.5rem 0 1.5rem;
}

.issue_foot {
  padding: 2.5rem 0 7.5rem;
}

.profile_ttl,
.exhibit_ttl,
.interview_ttl {
  margin: 0 0 2rem;
  padding-top: 4.5rem;
  border-top: 2px solid var(--color-cta);
  color: var(--color-secondary);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  font-family: var(--font-round);
  font-style: normal;
}

/* プロフィール */
.profile_body {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.profile_img {
  flex-shrink: 0;
  width: 13.75rem;
}
.profile_img img,
.profile_img .noimg {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--color-border);
}
.profile_img .noimg {
  aspect-ratio: 1;
}

.profile_cnt {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.profile_name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: var(--font-round);
  font-style: normal;
}

.profile_text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.9;
}
.profile_text p {
  margin: 0;
}

/* 絵本原画展 */
.exhibit_period {
  margin: -1rem 0 2rem;
  text-align: center;
}

.exhibit_list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.exhibit_item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  background: var(--color-bg);
  border: 1px solid var(--color-border-light);
  border-radius: 0.5rem;
}

.exhibit_book_ttl {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: var(--font-round);
  font-style: normal;
}

.exhibit_credit {
  margin: -0.5rem 0 0;
  color: var(--color-text-sub);
  font-size: 0.875rem;
}

.exhibit_img_list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}
.exhibit_img_list.-col3 {
  grid-template-columns: repeat(3, 1fr);
}

.exhibit_img {
  padding: 1rem;
  background: var(--color-base);
  border: 1px solid var(--color-border-light);
}
.exhibit_img img,
.exhibit_img .noimg {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
}

.exhibit_text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2;
}

/* インタビュー */
.qa {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0;
}

.qa_item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-border-light);
}

.qa_q {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.qa_a {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 0;
}

.qa_mark {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: var(--color-cta);
  border-radius: 50%;
  color: var(--color-text-inverse);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-round);
  font-style: normal;
}
.qa_mark.-a {
  background: var(--color-orange);
}

.qa_q_text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  font-family: var(--font-round);
  font-style: normal;
}

.qa_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.qa_text {
  margin: 0;
  font-size: 1rem;
  line-height: 2;
}

.qa_sub {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.qa_sub_ttl {
  margin: 0;
  font-family: var(--font-body-bold);
  font-size: 1rem;
  font-weight: 700;
}

.interview_thanks {
  margin: 2rem 0 0;
  color: var(--color-secondary);
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  font-family: var(--font-round);
  font-style: normal;
}

/* スマホ */
@media screen and (max-width: 767.98px) {
  .issue {
    padding: 1.5rem 0 3rem;
  }
  .issue_hd {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
  .issue_cover {
    align-self: center;
    width: min(17.5rem, 70%);
  }
  .issue_ttl {
    font-size: 1.625rem;
  }
  .issue_ttl_sub {
    font-size: 0.9375rem;
  }
  .issue_lead {
    font-size: 1.0625rem;
    line-height: 1.9;
  }
  .profile,
  .exhibit {
    padding-bottom: 3.5rem;
  }
  .interview {
    padding-bottom: 4rem;
  }
  .interview_foot {
    padding-top: 2rem;
  }
  .issue_foot {
    padding: 2rem 0 4rem;
  }
  .profile_ttl,
  .exhibit_ttl,
  .interview_ttl {
    margin-bottom: 1.5rem;
    padding-top: 3rem;
    font-size: 1.25rem;
  }
  .profile_body {
    flex-direction: column;
    gap: 1rem;
  }
  .profile_img {
    align-self: center;
    width: 11.25rem;
  }
  .exhibit_item {
    padding: 1.25rem;
  }
  .exhibit_img_list,
  .exhibit_img_list.-col3 {
    grid-template-columns: 1fr;
  }
  .exhibit_img {
    padding: 0.5rem;
  }
  .qa_q,
  .qa_a {
    gap: 0.5rem;
  }
  .qa_mark {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.875rem;
  }
  .qa_q_text {
    font-size: 1.0625rem;
  }
  .interview_thanks {
    font-size: 1.0625rem;
  }
}
/*# sourceMappingURL=magchan-detail.css.map */
