@charset "UTF-8";
.article_title {
  font-family: var(--mds_sans);
  font-weight: 700;
}
@media (min-width: 769px) {
  .article_title {
    font-size: clamp(0.625rem, 2.222222222222222vw, 2rem);
    line-height: 1.5;
    padding-block: clamp(0rem, 9.722222222222223vw, 8.75rem) clamp(0rem, 5.555555555555555vw, 5rem);
  }
}
@media (max-width: 768px) {
  .article_title {
    font-size: clamp(0.625rem, 6.4vw, 1.5rem);
    line-height: 1.5;
    padding-block: clamp(0rem, 26.666666666666668vw, 6.25rem) clamp(0rem, 14.933333333333335vw, 3.5rem);
  }
}
.article_nav {
  line-height: 3;
  margin-block: calc((1em - 1lh) / 2);
}
.article_nav_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: var(--en_mds_sans);
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  font-weight: 700;
}
.article_nav_link {
  position: relative;
  padding-right: 1.6em;
}
.article_nav_link:after {
  position: absolute;
  display: block;
  width: 0.64em;
  height: 0.64em;
  content: "";
  inset: 50% 0 auto auto;
  translate: 0 -75%;
  rotate: 45deg;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
@media (min-width: 769px) {
  .article_nav {
    font-size: 0.75rem;
  }
  .article_nav_item {
    margin-right: clamp(0rem, 1.666666666666667vw, 1.5rem);
  }
}
@media (max-width: 768px) {
  .article_nav {
    font-size: clamp(0.625rem, 3.2vw, 0.75rem);
  }
  .article_nav_item {
    margin-right: clamp(0rem, 5.333333333333334vw, 1.25rem);
  }
}
.article_section_head {
  font-family: var(--en_mds_sans);
  line-height: 1.6;
  font-weight: 700;
}
.article_section_head span {
  margin-block: calc((1em - 1lh) / 2);
}
@media (min-width: 769px) {
  .article_section {
    margin-top: clamp(0rem, 6.944444444444445vw, 6.25rem);
  }
  .article_section_head {
    font-size: clamp(0.625rem, 1.388888888888889vw, 1.25rem);
    margin-bottom: clamp(0rem, 2.777777777777778vw, 2.5rem);
  }
}
@media (max-width: 768px) {
  .article_section {
    margin-top: clamp(0rem, 21.333333333333336vw, 5rem);
  }
  .article_section_head {
    font-size: clamp(0.625rem, 5.333333333333334vw, 1.25rem);
    margin-bottom: clamp(0rem, 9.6vw, 2.25rem);
  }
}
@media (min-width: 769px) {
  .article_section[data-sectype="images"] .article_section_content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    margin-top: clamp(-1.5rem, -1.666666666666667vw, 0rem);
  }
  .article_section[data-sectype="images"] .article_image {
    width: 100%;
    margin-top: clamp(0rem, 1.666666666666667vw, 1.5rem);
  }
  .article_section[data-sectype="images"] .article_image.half {
    width: calc((623 / 1270) * 100%);
  }
}
@media (max-width: 768px) {
  .article_section[data-sectype="images"] .article_image +.article_image {
    margin-top: clamp(0rem, 2.666666666666667vw, 0.625rem);
  }
}
.article_section[data-sectype="movie"] .article_movie iframe {
  display: block;
  width: 100%;
  height: auto;
}
.article_section[data-sectype="texts"] .article_section_content h2,
.article_section[data-sectype="texts"] .article_section_content h3,
.article_section[data-sectype="texts"] .article_section_content h4,
.article_section[data-sectype="texts"] .article_section_content h5,
.article_section[data-sectype="texts"] .article_section_content h6 {
  font-family: var(--en_mds_sans);
  line-height: 1.5;
  font-weight: 700;
}
.article_section[data-sectype="texts"] .article_section_content a {
  --uline: 100%;
  position: relative;
  display: inline-block;
  background-image: -webkit-linear-gradient(top, transparent calc(1lh - 1px), currentColor calc(1lh - 1px), currentColor 100%);
  background-image: -moz-linear-gradient(top, transparent calc(1lh - 1px), currentColor calc(1lh - 1px), currentColor 100%);
  background-image: -o-linear-gradient(top, transparent calc(1lh - 1px), currentColor calc(1lh - 1px), currentColor 100%);
  background-image: -ms-linear-gradient(top, transparent calc(1lh - 1px), currentColor calc(1lh - 1px), currentColor 100%);
  background-image: linear-gradient(to bottom, transparent calc(1lh - 1px), currentColor calc(1lh - 1px), currentColor 100%);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: var(--uline) 1lh;
}
.article_section[data-sectype="texts"] .article_section_content a[target="_blank"] {
  --uline: calc(100% - 1.25em);
}
.article_section[data-sectype="texts"] .article_section_content a[target="_blank"]:after {
  display: inline-block;
  font-family: var(--ja_sans);
  content: "↗";
  margin-left: 0.25em;
  font-weight: 300;
  will-change: transform, opacity;
}
.article_section[data-sectype="texts"] .article_section_content a:hover {
  opacity: 1;
  -webkit-animation-name: link_underline;
  -moz-animation-name: link_underline;
  -o-animation-name: link_underline;
  -ms-animation-name: link_underline;
  animation-name: link_underline;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.article_section[data-sectype="texts"] .article_section_content a:hover[target="_blank"]:after {
  -webkit-animation-name: link_arrow;
  -moz-animation-name: link_arrow;
  -o-animation-name: link_arrow;
  -ms-animation-name: link_arrow;
  animation-name: link_arrow;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.article_section[data-sectype="texts"] .article_section_content >* {
  margin-block: 1lh;
}
.article_section[data-sectype="texts"] .article_section_content >:first-child {
  margin-top: 0;
}
.article_section[data-sectype="texts"] .article_section_content >:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .article_section[data-sectype="texts"] .article_section_inner:has(.article_section_head) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .article_section[data-sectype="texts"] .article_section_head {
    width: calc((490 / 1270) * 100%);
    margin-bottom: 0;
  }
  .article_section[data-sectype="texts"] .article_section_head +.article_section_content {
    width: calc((780 / 1270) * 100%);
  }
  .article_section[data-sectype="texts"] .article_section_content {
    font-size: clamp(0.625rem, 1.041666666666667vw, 0.9375rem);
    line-height: 1.733333333333333;
  }
  .article_section[data-sectype="texts"] .article_section_content h2,
  .article_section[data-sectype="texts"] .article_section_content h3,
  .article_section[data-sectype="texts"] .article_section_content h4,
  .article_section[data-sectype="texts"] .article_section_content h5,
  .article_section[data-sectype="texts"] .article_section_content h6 {
    font-size: clamp(0.625rem, 1.666666666666667vw, 1.5rem);
  }
  .article_section[data-sectype="texts"] .article_section_content small {
    font-size: clamp(0.625rem, 0.833333333333333vw, 0.75rem);
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .article_section[data-sectype="texts"] .article_section_content {
    font-size: clamp(0.625rem, 3.733333333333334vw, 0.875rem);
    line-height: 1.571428571428571;
    margin-top: clamp(0rem, 9.6vw, 2.25rem);
  }
  .article_section[data-sectype="texts"] .article_section_content h2,
  .article_section[data-sectype="texts"] .article_section_content h3,
  .article_section[data-sectype="texts"] .article_section_content h4,
  .article_section[data-sectype="texts"] .article_section_content h5,
  .article_section[data-sectype="texts"] .article_section_content h6 {
    font-size: clamp(0.625rem, 5.333333333333334vw, 1.25rem);
  }
  .article_section[data-sectype="texts"] .article_section_content small {
    font-size: clamp(0.625rem, 2.666666666666667vw, 0.625rem);
    line-height: 1.8;
  }
}
.article_section[data-sectype="credit"] .article_section_content .credit dt,
.article_section[data-sectype="credit"] .article_section_content .credit dd {
  vertical-align: top;
}
.article_section[data-sectype="credit"] .article_section_content .credit dt {
  font-family: var(--en_mds_sans);
  font-weight: 700;
}
.article_section[data-sectype="credit"] .article_section_content .credit dd >* {
  display: inline-block;
}
@media (min-width: 769px) {
  .article_section[data-sectype="credit"] .article_section_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .article_section[data-sectype="credit"] .article_section_head {
    width: calc((490 / 1270) * 100%);
    margin-bottom: 0;
  }
  .article_section[data-sectype="credit"] .article_section_content {
    width: calc((780 / 1270) * 100%);
  }
  .article_section[data-sectype="credit"] .article_section_content .credit {
    display: table-row;
  }
  .article_section[data-sectype="credit"] .article_section_content .credit_list {
    display: table;
    line-height: clamp(0.625rem, 1.25vw, 1.125rem);
    margin-block: calc((1em - 1lh) / 2);
  }
  .article_section[data-sectype="credit"] .article_section_content .credit dt,
  .article_section[data-sectype="credit"] .article_section_content .credit dd {
    display: table-cell;
    padding-block: clamp(0rem, 0.486111111111111vw, 0.4375rem);
  }
  .article_section[data-sectype="credit"] .article_section_content .credit dt {
    font-size: clamp(0.625rem, 0.833333333333333vw, 0.75rem);
    padding-right: 2em;
  }
  .article_section[data-sectype="credit"] .article_section_content .credit dd {
    font-size: clamp(0.625rem, 0.902777777777778vw, 0.8125rem);
  }
}
@media (max-width: 768px) {
  .article_section[data-sectype="credit"] .article_section_content .credit +.credit {
    margin-top: 1em;
  }
  .article_section[data-sectype="credit"] .article_section_content .credit_list {
    line-height: clamp(0.625rem, 6.4vw, 1.5rem);
    margin-block: calc((1em - 1lh) / 2);
  }
  .article_section[data-sectype="credit"] .article_section_content .credit dt {
    font-size: clamp(0.625rem, 3.466666666666666vw, 0.8125rem);
  }
  .article_section[data-sectype="credit"] .article_section_content .credit dd {
    font-size: clamp(0.625rem, 3.2vw, 0.75rem);
  }
}
.relatedworks_carousel_arrow {
  position: static;
  height: auto;
  margin: 0;
}
.relatedworks_carousel_arrow:after {
  content: none;
}
.relatedworks_carousel_arrow_cntnr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.relatedworks_carousel_slide_title {
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1em;
}
@media (min-width: 769px) {
  .relatedworks_carousel {
    margin-inline: clamp(-0.75rem, -0.833333333333333vw, 0rem);
  }
  .relatedworks_carousel_slide {
    width: 25%;
    max-width: 323.5px;
    padding-inline: clamp(0rem, 0.833333333333333vw, 0.75rem);
  }
  .relatedworks_carousel_slide_title {
    font-size: clamp(0.625rem, 1.111111111111111vw, 1rem);
  }
  .relatedworks_carousel_arrow {
    width: clamp(0rem, 3.472222222222222vw, 3.125rem);
    margin-top: clamp(0rem, 2.916666666666667vw, 2.625rem);
  }
  .relatedworks_carousel_arrow_cntnr {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
  }
  .relatedworks_carousel_arrow_next {
    margin-left: clamp(0rem, 1.111111111111111vw, 1rem);
  }
}
@media (max-width: 768px) {
  .relatedworks_carousel {
    overflow: visible;
    margin-inline: clamp(-0.625rem, -2.666666666666667vw, 0rem);
  }
  .relatedworks_carousel_slide {
    width: clamp(0rem, 58.666666666666664vw, 13.75rem);
    padding-inline: clamp(0rem, 2.666666666666667vw, 0.625rem);
  }
  .relatedworks_carousel_slide_title {
    font-size: clamp(0.625rem, 3.733333333333334vw, 0.875rem);
    line-height: 1.571428571428571;
  }
  .relatedworks_carousel_arrow {
    width: clamp(0rem, 13.333333333333334vw, 3.125rem);
    margin-top: clamp(0rem, 8vw, 1.875rem);
  }
  .relatedworks_carousel_arrow_cntnr {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
  }
  .relatedworks_carousel_arrow_next {
    margin-left: clamp(0rem, 4.266666666666667vw, 1rem);
  }
}
