@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

body {
  position: relative;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #181818;
  background: #fff;
  line-break: strict;
}
body * {
  box-sizing: border-box;
}
body img {
  max-width: 100%;
  height: auto;
}

#content {
  overflow: hidden;
}

#header-container {
  background: #181818;
  color: #fff;
}
@media (max-width: 1024px) {
  #header-container {
    display: none;
  }
}

#header-container-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1600px;
  max-width: calc(100% - 10px * 2);
  margin-inline: auto;
}

.mobile-menu-buttons .menu-button > a {
  line-height: 1.4;
}

.header {
  background: transparent none;
  width: 400px;
}
.header h1 a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  padding-block: 1rem;
}

.navi {
  background: transparent none;
}

#navi-in {
  width: 100%;
}
#navi-in a {
  color: #fff;
}
#navi-in a:hover {
  background: transparent;
  transform: translateY(-5px);
}

.content-footer {
  margin-block: 2rem;
  display: flex;
}
@media (max-width: 768px) {
  .content-footer {
    flex-direction: column;
    padding-inline: 16px;
  }
}
.content-footer h3 {
  flex-shrink: 0;
  margin: 3px;
  margin-right: 2rem;
  background: #181818;
  color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .content-footer h3 {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.content-footer .sc-industries-terms li {
  display: inline-block;
}
.content-footer .sc-industries-terms a {
  display: block;
  margin: 3px;
  padding: 0 5px;
  border: solid 1px #181818;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.9375rem;
  color: #181818;
  text-align: center;
  transition: 0.4s;
}
.content-footer .sc-industries-terms a:hover {
  transform: translateY(-5px);
}

#footer {
  background: #181818;
  color: #fff;
}

.footer-contents {
  width: 1600px;
  max-width: calc(100% - 10px * 2);
  margin-inline: auto;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.footer-contents h2 {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding-block: 1rem;
}
.footer-contents a {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 768px) {
  .footer-contents {
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-contents h2 {
    font-size: 1.5rem;
  }
}

.footer-nav {
  font-size: 0.9375rem;
}
.footer-nav a {
  color: #e0e0e0;
}
.footer-nav a:hover {
  color: #fff;
}

.footer-nav-flex {
  display: flex;
}
.footer-nav-flex > div {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .footer-nav-flex {
    flex-direction: column;
  }
  .footer-nav-flex > div {
    margin-bottom: 2rem;
  }
}

.footer-sns h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .footer-sns h2 {
    text-align: left;
  }
}
.footer-sns ul {
  display: flex;
}
.footer-sns ul li {
  margin-inline: 1rem;
}
.footer-sns ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.footer-sns ul li a:hover {
  transform: translateY(-5px);
}
.footer-sns ul i {
  text-align: center;
  font-size: 3rem;
}
.footer-sns ul span {
  display: block;
  font-size: 0.75rem;
}

.footer-copy {
  text-align: center;
  font-size: 0.875rem;
}

#breadcrumb {
  display: none;
}

#main {
  padding-inline: 0;
}

.article-header {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 960px) {
  .article-header {
    flex-direction: column-reverse;
  }
}

.article-header-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #000;
  color: #fff;
}
.article-header-info h2 {
  background: transparent;
  font-size: 2.2rem;
  padding: 2rem 2rem;
  margin-bottom: 0;
}
.article-header-info h2 span {
  font-size: 1rem;
  font-weight: normal;
  display: block;
}
.article-header-info .date-tags {
  padding-left: 2rem;
  margin-bottom: 0;
  text-align: left;
}
.article-header-info h3 {
  padding: 0 2rem;
  border: none;
}

.article-header-img {
  overflow: hidden;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  height: 400px;
  flex-shrink: 0;
}
.article-header-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 960px) {
  .article-header-img {
    width: 100%;
    height: 400px;
  }
}

.single-prof a {
  font-size: 1.5rem;
  font-weight: 900;
  text-decoration: none;
  color: #181818;
  width: fit-content;
  margin-left: auto;
  border: solid 1px #181818;
  padding: 0.5rem 2rem;
  display: block;
  transition: 0.4s;
}
.single-prof a::after {
  content: "▶";
  margin-left: 0.5rem;
}
.single-prof a:hover {
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .single-prof a {
    font-size: 1.125rem;
    margin: auto;
  }
}

#main .entry-content {
  padding-inline: 10px;
}
#main .entry-content h1, #main .entry-content h2, #main .entry-content h3, #main .entry-content h4, #main .entry-content h5, #main .entry-content h6 {
  border: none;
  padding: 0;
  background: transparent;
}
#main .entry-content h3 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #main .entry-content h3 {
    font-size: 1.5rem;
    text-align: left;
  }
}
#main .entry-content p {
  font-size: 1rem;
}
#main .entry-content .lead {
  background: transparent;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  color: #DD2428;
}
#main .entry-content .acf-tate {
  margin-block: 1rem;
}
#main .entry-content .acf-tate p {
  font-family: serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #DD2428;
}
@media (max-width: 768px) {
  #main .entry-content .acf-tate p {
    font-size: 1.4rem;
  }
}
#main .entry-content > .wp-block-group {
  padding-bottom: 3rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 3rem;
}
#main .entry-content > .wp-block-group > * {
  max-width: 100%;
}
#main .entry-content .acf-q .acf-q-body {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
}
@media (max-width: 768px) {
  #main .entry-content .acf-q .acf-q-body {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  #main .entry-content .acf-imgblock__content {
    padding-inline: 1rem;
  }
}

.latest-interviews-section h2 {
  background: none;
  font-size: 2rem;
  font-weight: 900;
}

.entry-interviews-card-head {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  height: 240px;
  overflow: hidden;
}

.entry-interviews-card-thumb {
  width: 100%;
  position: relative;
}
.entry-interviews-card-thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.entry-interviews-card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem;
  background: #000;
  color: #fff;
  width: 200px;
  flex-shrink: 0;
}
@media (max-width: 1420px) {
  .entry-interviews-card-info {
    width: 50%;
  }
}

.entry-interviews-card-name {
  word-break: keep-all;
  line-height: 1.4;
}

.affiliation,
.person-title {
  font-size: 0.875rem;
}

.magician-name {
  font-size: 1.25rem;
  font-weight: 900;
  display: block;
}

.interviews-taxonomy {
  font-size: 0.75rem;
}

.entry-card-title {
  font-size: 1.125rem;
  padding-block: 0.5rem;
}

.entry-card-excerpt {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.entry-card-btn {
  display: block;
  width: fit-content;
  border: solid 2px #000;
  padding: 0 3em;
  font-weight: 900;
  margin-left: auto;
}
.entry-card-btn::after {
  content: "▶";
  margin-left: 0.5em;
}

.latest-interviews-grid .entry-interviews-card-thumb {
  margin-bottom: 0;
}

.latest-interviews-grid .entry-card-title {
  border: none;
  padding: 0;
}

/* インタビュー詳細：スマホ時は #main の余白をなくす */
@media (max-width: 834px) {
  #main {
    padding-top: 0 !important;
  }
}

/*# sourceMappingURL=single-interviews.css.map */
