/*
Theme Name: Pirika-HP ONEPAGE
Author URI: http://www.pirikaworks.co.jp/
Version: 1.0
Target: 第12回鳥居清長忌展覧会（2026）
*/

/* ========================================
  (共通リセット)
======================================== */

body {
  width: 100%;
  font-size: 16px;
  color: #000;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6em;
  margin: 0;
}
a, a:link {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #b84527;
  text-decoration: underline;
}
p {
  line-height: 2;
  letter-spacing: 0.05em;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 2em;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th, td {
  vertical-align: top;
  text-align: left;
}
h1, h2, h3 {
  margin: 0;
  font-weight: normal;
}

.mincho {
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
}
.mplus {
  font-family: 'M PLUS 1p', 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
}
.vertical {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}
/* 縦中横（Arabic数字の縦書き内での横並び） */
.tcy {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  padding-bottom: 4px;
  box-sizing: content-box;
}
.font-bold { font-weight: bold; }
.font-small { font-size: 0.85em; }
.red   { color: #d00 !important; }
.blue  { color: #00d !important; }

.onlypc { display: block; }
.onlysp { display: none; }
@media screen and (max-width:559px) {
  .onlypc { display: none; }
  .onlysp { display: block; }
  body { font-size: 14px; }
}


/* ========================================
  (レイアウト共通)
======================================== */

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

.container {
  max-width: 1312px;
  width: calc(100% - 48px);
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}


/* ========================================
  (セクション別スタイル)
======================================== */

/* ========================================
  #header - MV (キービジュアル)
======================================== */

#header {
  width: 100%;
}
.mv {
  position: relative;
  width: 100%;
  height: 686px;
  background-color: #d59d8e;
  overflow: hidden;
}

/* 背景パターン */
.mv-bg {
  position: absolute;
  inset: 0;
  background-image: url(../images/kiyonaga/2026/bg-mv.png);
  background-repeat: repeat;
  background-size: 250px auto;
  pointer-events: none;
  z-index: 1;
}

/* 左上ロゴ（画面端基準） */
.mv-logo {
  position: absolute;
  top: 37px;
  left: 41px;
  width: 161px;
  z-index: 5;
}
.mv-logo a {
  display: block;
  width: 100%;
}
.mv-logo a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.mv-logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* 1200px のインナーラップ（mv-image / mv-caption / mv-title / mv-info を配置） */
.mv-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
}

/* メイン画像（扇面） */
.mv-image {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1118px;
  height: auto;
  z-index: 2;
  filter: drop-shadow(8px 16px 6px rgba(179, 103, 83, 0.55));
}
.mv-image img {
  display: block;
  width: 100%;
  height: auto;
}

.mv-caption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 504px;
  font-size: 10px;
  color: #222;
  letter-spacing: 0.05em;
  z-index: 3;
  white-space: nowrap;
}

/* タイトル（右側の縦書き） */
.mv-title {
  position: absolute;
  top: 69px;
  right: 120px;
  z-index: 4;
  color: #000;
}
.mv-title h1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  column-gap: 10px;
}
.mv-series {
  font-size: 24px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: 0.1em;
  order: 3;
  padding-top: 10px;
}
.mv-series-num {
  display: block;
  width: 1em;
  height: auto;
}
.mv-main {
  font-size: 90px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: 0.1em;
  order: 2;
}
.mv-subwrap {
  order: 1;
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
  padding-top: 172px;
}
.mv-sub {
  background-color: #b36753;
  color: #f0eed4;
  font-size: 40px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 8px 4px;
  align-self: flex-start;
}

/* 左下の日付・会場カード */
.mv-info {
  position: absolute;
  left: 60px;
  bottom: 47px;
  width: max-content;
  max-width: 320px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  z-index: 4;
}
.mv-date {
  border-left: solid 6px #b84527;
  padding: 6px 0 6px 12px;
}
.mv-year {
  font-size: 20px;
  color: #b84527;
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: 700;
}
.mv-days {
  display: flex;
  align-items: center;
  column-gap: 4px;
  color: #b84527;
  line-height: 1;
  font-weight: 700;
  margin-top: 2px;
}
.mv-day {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  font-size: 48px;
  letter-spacing: -0.04em;
  line-height: 1;
}
.mv-wday {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #b84527;
  color: #fff;
  font-style: normal;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 3px 4px 5px 4px;
  border-radius: 999px;
  letter-spacing: 0;
}
.mv-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
  line-height: 0;
}
.mv-arrow img {
  display: block;
  width: 18px;
  height: auto;
}
.mv-time {
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  margin-top: 8px;
  letter-spacing: 0;
}
.mv-place {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.mv-nenbutsudo {
  width: 200px;
  height: auto;
}
.mv-free {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.mv-free-label {
  font-size: 10px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
}
.mv-free-text {
  font-size: 14px;
  color: #b84527;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

/* タブレット（1023px〜768px、MV高さ 468px） */
@media screen and (max-width:1023px) {
  .mv {
    height: 468px;
  }
  .mv-bg {
    background-size: 170px auto;
  }
  .mv-logo {
    top: 24px;
    left: 28px;
    width: 110px;
  }
  .mv-image {
    top: -12px;
    width: 760px;
  }
  .mv-caption {
    top: 344px;
    left: auto;
    right: 270px;
    transform: none;
    font-size: 9px;
  }
  .mv-title {
    top: 48px;
    right: 80px;
  }
  .mv-title h1 {
    column-gap: 6px;
  }
  .mv-series {
    font-size: 16px;
    padding-top: 6px;
  }
  .mv-main {
    font-size: 60px;
  }
  .mv-subwrap {
    padding-top: 118px;
    column-gap: 8px;
  }
  .mv-sub {
    font-size: 28px;
    padding: 6px 3px;
  }
  .mv-info {
    left: 40px;
    bottom: 32px;
    padding: 12px;
    row-gap: 10px;
    max-width: 280px;
  }
  .mv-date {
    padding: 4px 0 4px 12px;
  }
  .mv-year {
    font-size: 14px;
  }
  .mv-days {
    column-gap: 3px;
  }
  .mv-day {
    font-size: 34px;
    column-gap: 3px;
  }
  .mv-wday {
    font-size: 11px;
  }
  .mv-arrow img {
    width: 14px;
  }
  .mv-time {
    font-size: 10px;
    margin-top: 6px;
  }
  .mv-place {
    column-gap: 8px;
  }
  .mv-nenbutsudo {
    width: 140px;
  }
  .mv-free {
    width: 42px;
    height: 42px;
  }
  .mv-free-label {
    font-size: 9px;
  }
  .mv-free-text {
    font-size: 11px;
  }
}
@media screen and (max-width:767px) {
  .mv {
    height: auto;
    min-height: 0;
    padding-bottom: 32px;
  }
  .mv-logo {
    width: 100px;
    top: 16px;
    left: 16px;
  }
  .mv-image {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .mv-caption {
    position: static;
    transform: none;
    text-align: center;
    padding: 8px 16px 0;
    font-size: 11px;
    margin-top: -40px;
  }
  .mv-title {
    position: absolute;
    top: 70px;
    right: 24px;
  }
  .mv-series {
    font-size: 14px;
  }
  .mv-main {
    font-size: 56px;
  }
  .mv-sub {
    font-size: 22px;
  }
  .mv-subwrap {
    padding-top: 80px;
  }
  .mv-info {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 16px 0 0 24px;
    width: auto;
    max-width: 280px;
  }
}
@media screen and (max-width:559px) {
  .mv-logo {
    width: 80px;
  }
  .mv-image {
    padding-top: 60px;
  }
  .mv-title {
    top: 20px;
    right: 8px;
  }
  .mv-main {
    font-size: 40px;
  }
  .mv-series {
    font-size: 12px;
  }
  .mv-sub {
    font-size: 18px;
  }
  .mv-subwrap {
    padding-top: 60px;
  }
  .mv-day {
    font-size: 34px;
  }
  .mv-nenbutsudo {
    width: 150px;
  }
}
@media screen and (max-width:399px) {
  .mv-caption {
    margin-top: -30px;
  }
}


/* ========================================
  #lead - リード文・メインビジュアル
======================================== */
#lead {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
.container-lead {
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 32px;
}
.lead-message {
  width: 480px;
  flex-shrink: 1;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.lead-message p {
  margin-bottom: 2em;
  line-height: 2;
  letter-spacing: 0.05em;
}
.lead-message p:last-child {
  margin-bottom: 0;
}
.lead-sign {
  text-align: right;
  margin-top: 32px;
}
.lead-visual {
  width: 472px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 10px;
  margin-top: -120px;
  position: relative;
  z-index: 3;
}
.lead-image {
  position: relative;
  width: 100%;
  aspect-ratio: 472 / 655;
  box-shadow: 8px 8px 0 0 #b36753;
  overflow: hidden;
  cursor: pointer;
}
.lead-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .6s ease;
}
.lead-image:hover img {
  transform: scale(1.05);
}

/* 共通：モーダルトリガー画像の右下に虫眼鏡アイコン */
.item {
  position: relative;
}
.item::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url(../images/kiyonaga/zoom.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  bottom: 12px;
  right: 12px;
  z-index: 1;
  pointer-events: none;
}
.lead-caption {
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.05em;
}

@media screen and (max-width:1023px) {
  .container-lead {
    column-gap: 24px;
  }
  .lead-message {
    width: 48%;
  }
  .lead-visual {
    width: 48%;
    margin-top: -100px;
  }
}
@media screen and (max-width:959px) {
  #lead {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .lead-message {
    font-size: 14px;
  }
  .lead-message p {
    line-height: 1.8;
  }
  .lead-sign {
    margin-top: 24px;
  }
}
@media screen and (max-width:767px) {
  #lead {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container-lead {
    flex-direction: column;
    align-items: stretch;
    row-gap: 32px;
  }
  .lead-message {
    width: 100%;
  }
  .lead-visual {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    align-items: flex-end;
  }
}
@media screen and (max-width:559px) {
  .lead-visual {
    margin-top: 0;
  }
}
@media screen and (max-width:559px) {
  #lead {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .lead-message p {
    line-height: 1.9;
  }
  .lead-sign {
    font-size: 13px;
  }
}

/* ========================================
  #list - 作品リスト（ギャラリー）
======================================== */
#list {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/kiyonaga/2026/bg.png);
  background-repeat: repeat;
  background-size: clamp(130px, 17.3vw, 250px) auto;
}
.container-list {
  max-width: 1024px;
}
.list-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.list-row:last-child {
  margin-bottom: 0;
}
.list-row-3 {
  justify-content: center;
  column-gap: 40px;
}

.gitem {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.gitem .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 6px 6px 0 0 #b36753;
  cursor: pointer;
}
.gitem .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .6s ease;
}
.gitem .item:hover img {
  transform: scale(1.05);
}
.gitem-caption {
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
  letter-spacing: 0.05em;
  margin: 0;
}

/* 各サイズ（1024px基準の比率） */
.gitem-std    { width: 29.3%; }
.gitem-std .item    { aspect-ratio: 300 / 450; }
.gitem-narrow { width: 19.5%; }
.gitem-narrow .item { aspect-ratio: 200 / 450; }
.gitem-wide   { width: 44.9%; }
.gitem-wide .item   { aspect-ratio: 460 / 200; }
.gitem-xnarrow { width: 16.4%; }
.gitem-xnarrow .item { aspect-ratio: 168 / 450; }

@media screen and (max-width:1023px) {
  .list-row {
    margin-bottom: 32px;
  }
  .list-row-3 {
    column-gap: 24px;
  }
}
@media screen and (max-width:767px) {
  #list {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .list-row,
  .list-row-3 {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 16px;
    row-gap: 24px;
  }
  .gitem-std,
  .gitem-narrow,
  .gitem-xnarrow {
    width: calc((100% - 16px) / 2);
    max-width: 300px;
  }
  .gitem-std .item,
  .gitem-narrow .item,
  .gitem-xnarrow .item {
    aspect-ratio: 300 / 450;
  }
  .gitem-wide {
    width: 100%;
  }
  .gitem-wide .item {
    aspect-ratio: 460 / 200;
  }
}
@media screen and (max-width:559px) {
  #list {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .list-row,
  .list-row-3 {
    row-gap: 32px;
  }
  .gitem-std,
  .gitem-narrow,
  .gitem-xnarrow {
    width: 100%;
  }
  .gitem-caption {
    font-size: 11px;
  }
}

/* ========================================
  Modal
======================================== */
.js_modal_area {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.js_modal_area.active {
  opacity: 1;
  visibility: visible;
}
.js_modal_area .modal {
  position: absolute;
  inset: 0;
  background: #00000080;
}
.modal__bg {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 1;
}
.js_modal_area .modal .modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  max-width: calc(100% - 64px);
  max-height: 85vh;
  background: #333331;
  color: #fff;
  z-index: 2;
  padding: 48px 32px 32px;
  display: none;
  overflow-y: auto;
  box-sizing: border-box;
}
.js_modal_area .modal .modal__content.active {
  display: block;
}
.js_modal_area .modal .modal__content .img_box {
  width: 100%;
  margin: 0 auto 16px;
  text-align: center;
}
.js_modal_area .modal .modal__content .img_box img {
  max-width: 100%;
  max-height: 70vh;
  height: auto;
  object-fit: contain;
}
.js_modal_area .modal .modal__content .ttl_area .head {
  border-top: solid 1px #b36753;
  padding-top: 12px;
  margin: 8px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.js_modal_area .modal .js_modal_close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  z-index: 3;
}
@media screen and (max-width:767px) {
  .js_modal_area .modal .modal__content {
    width: calc(100% - 32px);
    padding: 48px 16px 24px;
  }
}

/* ========================================
  #overview - 開催概要
======================================== */
#overview {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container-overview {
  max-width: 652px;
}

/* タイトル帯 */
.overview-title {
  position: relative;
  width: 100%;
  height: 203px;
  background-color: #b36753;
  margin: 23px auto 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overview-title-text {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.5em;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  text-indent: 0.5em;
}
.overview-title-sumo {
  position: absolute;
  top: -23px;
  right: 24px;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 4px;
}
.overview-title-sumo-img {
  width: 160px;
  height: 129px;
  overflow: hidden;
  position: relative;
}
.overview-title-sumo-img img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -24px;
}
.overview-title-sumo-caption {
  font-size: 10px;
  line-height: 1.4;
  color: #000;
  margin: 0;
  letter-spacing: 0.05em;
}

/* テーブル */
.overview-table {
  max-width: 652px;
  margin: 0 auto;
}
.overview-table table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 2px #000;
}
.overview-table th,
.overview-table td {
  border-bottom: solid 1px #000;
  vertical-align: middle;
  text-align: left;
  padding: 16px 12px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
.overview-table th {
  width: 120px;
  font-weight: 700;
  white-space: nowrap;
}
.overview-table td .font-bold {
  font-weight: 700;
}

@media screen and (max-width:1023px) {
  #overview {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width:767px) {
  .overview-title {
    height: 170px;
    margin: 23px auto 40px;
  }
  .overview-title-text {
    font-size: 24px;
  }
  .overview-title-sumo {
    width: 130px;
    right: 16px;
    top: -16px;
  }
  .overview-title-sumo-img {
    width: 130px;
    height: 105px;
  }
  .overview-title-sumo-img img {
    margin-top: -20px;
  }
  .overview-table th,
  .overview-table td {
    padding: 12px 8px;
    font-size: 14px;
    line-height: 1.7;
  }
  .overview-table th {
    width: 90px;
  }
}
@media screen and (max-width:559px) {
  #overview {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .overview-title {
    height: 140px;
    margin: 16px auto 32px;
  }
  .overview-title-text {
    font-size: 20px;
  }
  .overview-title-sumo {
    width: 100px;
    right: 12px;
    top: -10px;
  }
  .overview-title-sumo-img {
    width: 100px;
    height: 81px;
  }
  .overview-title-sumo-img img {
    margin-top: -15px;
  }
  .overview-title-sumo-caption {
    font-size: 9px;
  }
  .overview-table th,
  .overview-table td {
    padding: 10px 6px;
    font-size: 13px;
  }
  .overview-table th {
    width: 80px;
  }
}

/* ========================================
  #event - 関連イベント（特別講演・法話カフェ）
======================================== */
#event {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/kiyonaga/2026/bg.png);
  background-repeat: repeat;
  background-size: clamp(130px, 17.3vw, 250px) auto;
}
.container-event {
  max-width: 1024px;
}

/* カード共通 */
.event-card {
  background-color: #fff;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  overflow: hidden;
  margin-bottom: 64px;
}
.event-card:last-child {
  margin-bottom: 0;
}

/* ヘッダー帯（グラデーション） */
.event-head {
  height: 140px;
  border-top-right-radius: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 4px;
  color: #fff;
  text-align: center;
}
.event-special .event-head {
  background: linear-gradient(to right, #b23d75 9%, #f46b6b);
}
.event-cafe .event-head {
  background: linear-gradient(to right, #a98d65 9%, #f2d000);
}
.event-head-title {
  font-size: 40px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0;
}
.event-head-label {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8em;
  text-indent: 0.8em;
  opacity: 0.5;
  margin: 0;
  line-height: 1;
}

/* 本体 */
.event-body {
  padding: 72px 80px 64px;
  display: flex;
  justify-content: space-between;
  column-gap: 56px;
}
.event-body-left {
  flex: 1 1 auto;
  min-width: 0;
}
.event-body-right {
  flex: 0 0 242px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

/* 日付 */
.event-date-row {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 24px;
  margin-left: -80px;
}
.event-date-row::before {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background-color: #000;
  flex-shrink: 0;
  margin-right: 8px;
}
.event-date {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  color: #b84527;
  font-weight: 700;
  line-height: 1;
}
.event-date-day {
  font-size: 48px;
  letter-spacing: -0.04em;
  line-height: 1;
}
.event-date-wday {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #b84527;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 3px 4px 5px 4px;
  border-radius: 999px;
  letter-spacing: 0;
}
.event-time {
  color: #b84527;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0;
}
/* タイトル */
.event-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0 0 24px;
}

/* 講師ブロック（SPECIAL専用） */
.event-lecturer {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding-left: 20px;
  margin-bottom: 40px;
}
.event-lecturer-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #eaeaea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}
.event-lecturer-info {
  font-size: 14px;
  line-height: 1.5;
}
.event-lecturer-info p {
  margin: 0;
  line-height: 1.5;
}
.event-lecturer-name {
  font-size: 14px;
}
.event-lecturer-role {
  font-size: 14px;
  color: #000;
}

/* 本文（CAFE専用） */
.event-text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 32px;
}
.event-text p {
  margin: 0;
  line-height: 2;
  letter-spacing: 0.03em;
}

/* テーブル */
.event-table table {
  width: 100%;
  border-top: solid 2px #000;
  border-collapse: collapse;
}
.event-table th,
.event-table td {
  border-bottom: solid 1px #000;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
  text-align: left;
  letter-spacing: 0.03em;
}
.event-table th {
  width: 70px;
  font-weight: 700;
  white-space: nowrap;
}

/* 画像 */
.event-image {
  width: 100%;
  overflow: hidden;
}
.event-image-special {
  aspect-ratio: 242 / 359;
}
.event-image-cafe {
  aspect-ratio: 242 / 161;
}
.event-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-caption {
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  margin: 0;
  letter-spacing: 0.03em;
}

@media screen and (max-width:1023px) {
  .event-body {
    padding: 56px 48px 48px;
    column-gap: 32px;
  }
  .event-body-right {
    flex-basis: 200px;
  }
  .event-date-row {
    margin-left: -48px;
  }
}
@media screen and (max-width:959px) {
  #event {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .event-card {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    margin-bottom: 48px;
  }
  .event-head {
    border-top-right-radius: 60px;
    height: 120px;
  }
  .event-head-title {
    font-size: 32px;
  }
  .event-head-label {
    font-size: 12px;
    letter-spacing: 0.6em;
    text-indent: 0.6em;
  }
  .event-body {
    padding: 48px 32px 40px;
    column-gap: 24px;
  }
  .event-body-right {
    flex-basis: 180px;
  }
  .event-title {
    font-size: 26px;
  }
  .event-date-day {
    font-size: 40px;
  }
  .event-time {
    font-size: 18px;
  }
  .event-date-row {
    margin-left: -32px;
  }
  .event-date-row::before {
    width: 48px;
  }
}
@media screen and (max-width:767px) {
  .event-body {
    flex-direction: column;
    row-gap: 40px;
    padding: 48px 32px 40px;
  }
  .event-body-right {
    flex-basis: auto;
    width: 100%;
    flex-direction: row;
    column-gap: 16px;
  }
  .event-image {
    flex: 1;
  }
  .event-special .event-body-right {
    flex-direction: column;
    max-width: 280px;
    margin: 0 auto;
  }
  .event-special .event-image-special {
    max-width: 280px;
  }
  .event-date-row {
    margin-left: 0;
  }
  .event-date-row::before {
    display: none;
  }
}
@media screen and (max-width:559px) {
  #event {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .event-card {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .event-head {
    border-top-right-radius: 40px;
    height: 100px;
  }
  .event-head-title {
    font-size: 26px;
  }
  .event-head-label {
    font-size: 11px;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
  }
  .event-body {
    padding: 32px 20px 32px;
  }
  .event-date-row {
    margin-left: 0;
  }
  .event-title {
    font-size: 22px;
  }
  .event-text {
    font-size: 14px;
  }
  .event-text p {
    line-height: 1.9;
  }
  .event-date-day {
    font-size: 34px;
  }
  .event-time {
    font-size: 16px;
  }
  .event-table th,
  .event-table td {
    padding: 10px 8px;
    font-size: 13px;
  }
  .event-table th {
    width: 60px;
  }
  .event-lecturer {
    padding-left: 0;
  }
  .event-body-right {
    flex-direction: column;
    max-width: 320px;
    margin: 0 auto;
  }
}


/* ========================================
  #footer - アクセス・マップ
======================================== */
#footer {
  position: relative;
  background-image: url(../images/kiyonaga/bg-footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.container-access {
  max-width: 1200px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.access-block {
  display: flex;
  align-items: stretch;
  column-gap: 48px;
  height: 653px;
}
.access-map {
  width: 56%;
}
.gmap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.gmap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.access-info {
  flex: 1;
  padding-top: 48px;
  padding-right: 48px;
  padding-bottom: 48px;
  color: #fff;
  align-self: center;
}
.access-logo {
  width: 180px;
  max-width: 70%;
  margin-bottom: 48px;
}
.access-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.access-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 1.5em;
}
.access-text:last-child {
  margin-bottom: 0;
}
.access-text a {
  color: #fff;
  text-decoration: none;
}
.access-text a:hover {
  color: #f0eed4;
  text-decoration: underline;
}

@media screen and (max-width:1023px) {
  .access-block {
    column-gap: 32px;
    height: auto;
  }
  .access-map {
    width: 50%;
  }
  .access-info {
    padding-right: 32px;
  }
  .access-text {
    font-size: 15px;
  }
}
@media screen and (max-width:767px) {
  .access-block {
    flex-direction: column;
    column-gap: 0;
    padding: 0;
  }
  .access-map {
    width: 100%;
    height: 400px;
    padding: 0;
  }
  .access-info {
    width: 100%;
    padding: 48px 24px;
    box-sizing: border-box;
  }
  .access-logo {
    width: 160px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width:559px) {
  .access-info {
    padding: 40px 20px;
  }
  .access-logo {
    width: 170px;
    margin-bottom: 24px;
  }
  .access-text {
    font-size: 14px;
    line-height: 1.9;
  }
}
