/* =========================================================
   十三下町映画祭 2026 アーカイブ (page-2026_2.php)
   page-2025.php の構成をベースに、インラインstyleを集約
   ========================================================= */

/* ---------------------------------------------------------
   ページトップへ戻るボタン
   --------------------------------------------------------- */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ba0000;
  opacity: 0.8;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  text-align: center;
}

/* ---------------------------------------------------------
   受賞作品
   --------------------------------------------------------- */
#award {
  background-color: #eee;
  margin-bottom: 0;
  text-align: center;
}
#award img {
  max-width: 100%;
  width: 1000px;
  margin-bottom: 30px;
  box-shadow: 6px 6px 10px 0 rgba(116, 116, 116, 0.4);
}

/* ---------------------------------------------------------
   開催概要（開催日・会場）
   --------------------------------------------------------- */
#toppage .term {
  background-color: #f9f9f9;
  margin-bottom: 0;
}
#toppage .term .kaisai {
  max-width: 100%;
  width: 600px;
}
#toppage .term .access-note {
  font-size: 16px;
}
#toppage .term .access-link {
  text-decoration: none;
}

/* ---------------------------------------------------------
   縦型 YouTube（会場までの道順）
   --------------------------------------------------------- */
.yt-vertical {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.yt-vertical::before {
  content: "";
  display: block;
  padding-top: 177.78%; /* 9:16 */
}
.yt-vertical > iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------------------------------------------------------
   SNSリンク
   --------------------------------------------------------- */
.sns-links {
  text-align: center;
}

/* ---------------------------------------------------------
   横型 YouTube（紹介動画）
   --------------------------------------------------------- */
.video-wrapper {
  position: relative;
  width: 560px;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto 40px auto;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 560px) {
  .video-wrapper {
    width: 98%;
    margin: 0 auto;
  }
}

/* ---------------------------------------------------------
   MC & 閉会式ゲスト
   --------------------------------------------------------- */
#ceremony {
  background-color: #1d2088;
  margin-bottom: 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#ceremony .section-title {
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
#ceremony .col-md-6 {
  display: flex;
}
#ceremony .guest-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#ceremony .guest-head {
  text-align: center;
  background-color: #404275;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 5px;
  margin-bottom: 10px;
}
#ceremony .guest-name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#ceremony .guest-lead {
  text-align: center;
  color: #1d2088;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
#ceremony .guest-profile {
  margin-bottom: 18px;
  font-weight: normal;
}
#ceremony .guest-profile:last-child {
  margin-bottom: 0;
}
#ceremony .guest-card img {
  max-width: 100%;
  width: 300px;
}
#ceremony .guest-card--main img {
  width: 100%;
  max-width: 450px;
}
#ceremony .guest-main {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
#ceremony .guest-main__img {
  flex: 0 0 40%;
}
#ceremony .guest-main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ceremony .guest-main__body {
  flex: 1;
  min-width: 0;
}
#ceremony .guest-pair {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
#ceremony .guest-close-info {
  margin-bottom: 20px;
}
#ceremony .guest-close-info__title {
  text-align: center;
  background-color: #27295b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 5px;
  margin-bottom: 10px;
}
#ceremony .guest-close-info__detail {
  font-size: 16px;
  line-height: 1.7;
}
#ceremony .guest-close-info__datetime {
  font-size: 20px;
  font-weight: bold;
  color: #1d2088;
}
#ceremony .guest-close-info__note {
  font-size: 12px;
}
#ceremony .guest-open-info {
  margin-bottom: 20px;
}
#ceremony .guest-open-info__title {
  text-align: center;
  background-color: #27295b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 5px;
  margin-bottom: 10px;
}
#ceremony .guest-open-info__detail {
  font-size: 16px;
  line-height: 1.7;
}
#ceremony .guest-open-info__datetime {
  font-size: 20px;
  font-weight: bold;
  color: #1d2088;
}
#ceremony .guest-open-info__note {
  font-size: 12px;
}
#ceremony .guest-open-info__img {
  text-align: center;
  margin-bottom: 40px;
}
#ceremony .guest-open-info__img img {
  max-width: 100%;
  width: 100%;
  max-width: 700px;
}
#ceremony .guest-pair__item {
  flex: 1;
  min-width: 0;
  padding: 15px;
}
#ceremony .guest-pair__item .guest-head {
  background-color: #bcbcca;
}
#ceremony .guest-card--wide img {
  width: 600px;
}

/* メインMC：背景なし・白文字 */
#ceremony .guest-card--main {
  background-color: transparent;
  border: none;
  padding: 0;
}
#ceremony .guest-card--main .guest-head {
  background-color: #fff;
  color: #1d2088;
  border: none;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 8px 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#ceremony .guest-card--main .guest-name,
#ceremony .guest-card--main .guest-profile,
#ceremony .guest-card--main .guest-profile .fs-6 {
  color: #fff;
}
#ceremony .guest-card--main .guest-name {
  font-size: 26px;
  line-height: 1.5;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}
#ceremony .guest-card--main .guest-name__item {
  display: inline-block;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #ceremony .guest-card--main .guest-name__item + .guest-name__item {
    margin-left: 0.5em;
  }
}
#ceremony .guest-card--main .guest-lead {
  color: #ffe14d;
  font-size: 20px;
  line-height: 1.7;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
  padding: 10px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* ---------------------------------------------------------
   上映作品 一覧
   --------------------------------------------------------- */
#selected {
  background-color: #e60012;
  margin-bottom: 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#selected .section-title {
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
#selected .section-title .h2_desc {
  color: #ffe14d;
}
#selected .selected-intro {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}
#selected .selected-intro p {
  margin-bottom: 10px;
}
#selected .selected-intro__judges {
  font-size: 13px;
}
#selected .selected-intro__judges-box {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: normal;
}
#selected .selected-intro__note {
  font-size: 13px;
  font-weight: normal;
}
#selected .product {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#selected .product--kodomo {
  background-color: #fff !important;
  border: 8px solid #ffde00 !important;
}
#selected .product--kodomo .tsuika {
  border: 2px dotted #bea06b;
}
#selected .product--kodomo .story {
  background-color: transparent;
  padding: 0;
}
#selected .kodomo-spacer {
  height: 0.5rem;
}
/* 左右のカードを同じ高さに揃える */
#selected .col-md-6 {
  display: flex;
  margin-bottom: 30px;
}
#selected .col-md-6 > .product {
  flex: 1;
}
/* 監督・出演・上映日程・舞台挨拶を小さく */
#selected .product .director,
#selected .product .cast {
  font-size: 14px;
}
#selected .product .tsuika {
  font-size: 14px;
}
/* カード下部のボタンエリア：最下部に固定・中央揃え */
#selected .product .product-actions {
  margin-top: auto;
  padding-top: 15px;
  text-align: center;
}
#selected .product .product-actions .schedule {
  display: inline-block;
  background-color: #1d2088;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 22px;
  border-radius: 50px;
  transition: opacity 0.2s;
}
#selected .product .product-actions .schedule:hover {
  opacity: 0.8;
  color: #fff;
}

/* ---------------------------------------------------------
   上映スケジュール
   --------------------------------------------------------- */
#schedule {
  background-color: #1d2088;
  margin-bottom: 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#schedule .schedule-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 25px;
}
#schedule .schedule-heading h2 {
  color: #1d2088;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
#schedule .schedule-heading__note {
  color: #e60012;
  font-size: 14px;
  font-weight: bold;
}

/* 日ごとのブロック */
#schedule .schedule-day {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 30px;
}
#schedule .schedule-day:last-child {
  margin-bottom: 0;
}
#schedule .schedule-day__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  margin-bottom: -8px;
}
#schedule .schedule-day__label span {
  writing-mode: horizontal-tb;
  font-size: 28px;
  font-weight: 900;
  color: #1d2088;
  letter-spacing: 3px;
}
#schedule .schedule-day__body {
  flex: 1;
  min-width: 0;
  padding: 12px;
}

/* BOX1 / BOX2 の2カラム */
#schedule .schedule-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
#schedule .schedule-box__head {
  background-color: transparent;
  color: #1d2088;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 6px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#schedule .schedule-box__head::before,
#schedule .schedule-box__head::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #1d2088;
}

/* 作品行 */
#schedule .schedule-box a {
  display: block;
  text-decoration: none;
}
#schedule .schedule-row {
  display: flex;
  align-items: stretch;
  background-color: #1d2088;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 14px;
}
#schedule .schedule-box a:last-child .schedule-row {
  margin-bottom: 0;
}
#schedule .schedule-row__time {
  flex: 0 0 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  font-size: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#schedule .schedule-row__time .time-start {
  font-size: 20px;
  font-weight: bold;
}
#schedule .schedule-row__time .time-end {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.75;
  transform: translateY(1px);
}
#schedule .schedule-row__time .time-sep {
  transform: translateY(1px);
}
#schedule .schedule-row__title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

/* 全幅行（開会式・こどもWS・閉会式） */
#schedule .schedule-full {
  display: flex;
  align-items: stretch;
  border: 2px solid #1d2088;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 12px;
}
#schedule .schedule-full__time {
  flex: 0 0 170px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d2088;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding: 10px;
}
#schedule .schedule-full__time .time-start {
  font-size: 22px;
  font-weight: bold;
}
#schedule .schedule-full__time .time-end {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.75;
  transform: translateY(1px);
}
#schedule .schedule-full__time .time-sep {
  transform: translateY(1px);
}
#schedule .schedule-full__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
}
#schedule .schedule-full__title {
  color: #1d2088;
  font-weight: bold;
  font-size: 24px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
#schedule a.schedule-full__title:hover {
  opacity: 0.7;
}
#schedule .schedule-full__note {
  font-size: 14px;
  color: #333;
}
#schedule .schedule-full--ws,
#schedule .schedule-full--close {
  margin-top: 12px;
  margin-bottom: 0;
}

/* 開会式・こどもWS・閉会式はPCでもタブレット表示（縦積み） */
#schedule .schedule-full--open,
#schedule .schedule-full--ws,
#schedule .schedule-full--close {
  flex-wrap: wrap;
}
#schedule .schedule-full--open .schedule-full__time,
#schedule .schedule-full--ws .schedule-full__time,
#schedule .schedule-full--close .schedule-full__time {
  flex: 0 0 100%;
  justify-content: center;
}
#schedule .schedule-full--open .schedule-full__body,
#schedule .schedule-full--ws .schedule-full__body,
#schedule .schedule-full--close .schedule-full__body {
  flex: 0 0 100%;
  padding: 8px 12px;
  text-align: center;
}
#schedule .schedule-full--open .schedule-full__title,
#schedule .schedule-full--ws .schedule-full__title,
#schedule .schedule-full--close .schedule-full__title {
  font-size: 22px;
  white-space: normal;
}

/* レスポンシブ（開催日ごと） */
@media (max-width: 991px) {
  #schedule .schedule-card {
    padding: 20px 12px;
  }
  #schedule .schedule-heading h2 {
    font-size: 26px;
  }
  #schedule .schedule-day {
    gap: 8px;
  }
  #schedule .schedule-day__label span {
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 900;
  }
  #schedule .schedule-boxes {
    grid-template-columns: 1fr;
  }
  #schedule .schedule-row__time {
    flex: 0 0 105px;
    font-size: 14px;
  }
  #schedule .schedule-row__time .time-start {
    font-size: 17px;
  }
  #schedule .schedule-row__time .time-end {
    font-size: 13px;
    font-weight: 600;
    transform: translateY(1px);
  }
  #schedule .schedule-row__title {
    font-size: 15px;
  }
  #schedule .schedule-full {
    flex-wrap: wrap;
  }
  #schedule .schedule-full__time {
    flex: 0 0 100%;
    justify-content: center;
  }
  #schedule .schedule-full__body {
    flex: 0 0 100%;
    padding: 8px 12px;
  }
  #schedule .schedule-full__title {
    font-size: 17px;
    white-space: normal;
  }
  #schedule .schedule-full__note {
    padding-top: 0;
  }
}

/* モバイルではメインMCを縦並びに戻す */
@media (max-width: 991px) {
  #ceremony .guest-main {
    flex-direction: column;
  }
  #ceremony .guest-main__img {
    flex: none;
    text-align: center;
  }
  #ceremony .guest-main__img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  #ceremony .guest-pair {
    flex-direction: column;
  }
}

/* ---------------------------------------------------------
   鑑賞チケット
   --------------------------------------------------------- */
#ticket {
  background-color: #eee;
  margin-bottom: 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#ticket .ticket-heading {
  text-align: center;
  margin-bottom: 20px;
}
#ticket .ticket-heading h2 {
  color: #1d2088;
  font-size: 32px;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
#ticket .ticket-notes {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
  font-weight: normal;
}
#ticket .ticket-notes__label {
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 6px;
}
#ticket .ticket-red {
  color: #e60012;
}
#ticket .ticket-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: stretch;
}
#ticket .ticket-card--special {
  grid-column: 1 / -1;
}
#ticket .ticket-card {
  display: flex;
  flex-direction: column;
  border: 2px solid #1d2088;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}
#ticket .ticket-card__head {
  background-color: #1d2088;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 5px;
  line-height: 1.3;
}
#ticket .ticket-card__body {
  flex: 1;
  padding: 12px;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  font-weight: normal;
  display: flex;
  flex-direction: column;
}
#ticket .ticket-card__info {
  min-height: 130px;
}
#ticket .ticket-card__body p {
  margin-bottom: 8px;
  text-align: left;
  font-weight: normal;
}
#ticket .ticket-card__price {
  font-size: 28px;
  font-weight: bold;
  color: #1d2088;
  text-align: center;
}
#ticket .ticket-card__price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 0;
}
#ticket .ticket-card__price-row > span:first-child {
  font-weight: bold;
}
#ticket .ticket-card__sub {
  font-size: 13px;
  margin-bottom: 8px;
  text-align: center;
}
#ticket .ticket-card__small {
  font-size: 11px;
  color: #666;
}
#ticket .ticket-tag {
  display: inline-block;
  width: 72px;
  text-align: center;
  text-indent: 0;
  background-color: #1d2088;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 0;
  border-radius: 3px;
  margin-right: 8px;
}
#ticket .ticket-tag--2 {
  letter-spacing: 0;
  text-indent: 0;
}
/* スペシャルサポーターチケット */
#ticket .ticket-card--special {
  position: relative;
  border-color: #b8860b;
  background-color: #fdf6e3;
}
#ticket .ticket-special__badge {
  position: relative;
  display: block;
  width: fit-content;
  margin: 12px auto 8px;
  padding: 4px 16px;
  border-radius: 8px;
  background-color: #c8102e;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  z-index: 1;
}
#ticket .ticket-special__badge span {
  font-size: 18px;
}
#ticket .ticket-special__head {
  text-align: center;
  padding: 0 10px;
}
#ticket .ticket-special__title {
  font-size: 22px;
  font-weight: bold;
  color: #1d2088;
}
#ticket .ticket-special__sub {
  font-size: 14px;
  font-weight: bold;
  color: #1d2088;
}
#ticket .ticket-special__price {
  text-align: center;
  padding: 8px 10px;
}
#ticket .ticket-special__price-num {
  display: block;
  font-size: 34px;
  font-weight: bold;
  color: #1d2088;
  margin-right: 0;
  margin-bottom: 4px;
}
#ticket .ticket-special__price-note {
  display: block;
  font-size: 12px;
}
#ticket .ticket-special__body {
  padding: 0 12px 12px;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  font-weight: normal;
}
#ticket .ticket-special__text {
  flex: 1;
  min-width: 0;
}
#ticket .ticket-special__text p {
  margin-bottom: 8px;
  font-weight: normal;
}
#ticket .ticket-special__text p:has(.ticket-tag) .ticket-tag,
#ticket .ticket-card__body p:has(.ticket-tag) .ticket-tag {
  font-weight: bold;
}
#ticket .ticket-card__body p:has(.ticket-tag),
#ticket .ticket-special__text p:has(.ticket-tag) {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}
#ticket .ticket-card__tags {
  margin-top: 0;
}
#ticket .ticket-card__body p:has(.ticket-tag) .ticket-tag,
#ticket .ticket-special__text p:has(.ticket-tag) .ticket-tag {
  text-indent: 0;
  margin-right: 0;
}

/* レスポンシブ */
@media (max-width: 991px) {
  #ticket .ticket-grid {
    grid-template-columns: 1fr 1fr;
  }
  #ticket .ticket-card--special {
    grid-column: 1 / -1;
  }
}
@media (max-width: 575px) {
  #ticket .ticket-grid {
    grid-template-columns: 1fr;
  }
}

/* タブレット以下ではサポーター名を一回り小さく */
@media (max-width: 991px) {
  #sponsor .supporter-l {
    font-size: 18px;
  }
  #sponsor .supporter-m {
    font-size: 15px;
  }
  #sponsor .supporter-s {
    font-size: 13px;
  }
}

/* ---------------------------------------------------------
   Special Supporters / 協力 / 主催
   --------------------------------------------------------- */
#sponsor .supporter-l {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
}
#sponsor .supporter-m {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
}
#sponsor .supporter-s {
  font-size: 18px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
}
#sponsor .supporter-break {
  word-break: break-all;
  overflow-wrap: anywhere;
}
#sponsor .supporter-nowrap {
  white-space: nowrap;
}
#sponsor .sponsor-bnr-plaza {
  width: 100%;
  max-width: 330px;
}
#sponsor .sponsor-banner-box {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
#sponsor .sponsor-banner-box__large {
  text-align: center;
  margin-bottom: 20px;
}
#sponsor .sponsor-banner-box__large img {
  width: 100%;
  max-width: 600px;
}
#sponsor .sponsor-banner-box__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#sponsor .sponsor-banner-box__row > div {
  flex: 1;
  text-align: center;
}
#sponsor .sponsor-banner-box__row img {
  width: 100%;
  max-width: 250px;
}
#sponsor .sponsor-bnr-wonder {
  width: 250px;
}
#sponsor .sponsor-bnr-sanyodo {
  width: 120px;
}
#sponsor .sanyodo-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
#sponsor .sanyodo-text p {
  margin-bottom: 10px;
}
#sponsor .organizer {
  text-align: center;
}
#sponsor .organizer-detail {
  text-align: left;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 11px;
}
#sponsor .organizer-row {
  display: flex;
  align-items: flex-start;
}
#sponsor .organizer-detail .organizer-label {
  flex: 0 0 6em;
  text-indent: 0;
}
#sponsor .organizer-value {
  flex: 1;
  min-width: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
#sponsor .josei {
  text-align: center;
  margin-top: 20px;
}
#sponsor .josei img {
  width: 250px;
}

/* ---------------------------------------------------------
   作品詳細モーダル
   --------------------------------------------------------- */
#movieModal .modal-body.product {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 20px;
  text-align: left;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  display: block;
}
#movieModal .modal-body.product .title {
  font-size: 1.3em;
  font-weight: bold;
}
#movieModal .modal-body.product .info {
  font-size: 12px;
}
#movieModal .modal-body.product .director,
#movieModal .modal-body.product .cast {
  font-size: 14px;
}
#movieModal .modal-body.product .tsuika {
  border: #ccc dotted 2px;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}
#movieModal .modal-body.product .story {
  background-color: #eee;
  padding: 10px;
  font-size: 14px;
}
#movieModal .modal-body.product .story span {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
#movieModal .modal-body.product .h {
  width: 60px;
  display: inline-block;
}
#movieModal .modal-body.product .image-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
  overflow: hidden;
  margin-bottom: 10px;
}
#movieModal .modal-body.product .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---------------------------------------------------------
   ヘッダー nav_sub アーカイブリンク
   PC・タブレット(992px以上)のみ表示
   --------------------------------------------------------- */
@media screen and (max-width: 991px) {
  header .nav_sub .nav_sub-archive {
    display: none;
  }
}

/* ---------------------------------------------------------
   PCではnav_sub非表示のため、bodyの表示位置を上げる
   --------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .body {
    margin-top: 54px;
  }
}

/* ---------------------------------------------------------
   PC(992px以上)ではnav_subを非表示
   --------------------------------------------------------- */
@media screen and (min-width: 992px) {
  header .nav_sub {
    display: none;
  }
}
