/* リセットと基本設定 */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 全体設定 */
body {
    /* Adobe Fonts の指定（リュウミンの例） */
    font-family: "a-otf-ryumin-pr6n", serif;
    
    background-color: #fff;
    color: #fff;
    line-height: 1.8;
}

/* もし特定の見出しだけウェイトを変えたい場合 */
h1, h2, .bottom-banner {
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 700; /* 太字 */
}
.container {
    max-width: 100%;
    margin: 0 auto;
}

/* --- ヘッダーエリア --- */
.hero-section {
    background-color: #6b705c; /* 背景のオリーブ色 */
    height: 450px;
    position: relative;
    overflow: hidden;
}

.logo-badge {
    width: 40%;
}

/* 簡易的な家のイラスト再現 */
.illustration-canvas {
    position: relative;
    width: 100%;
    height: 100%;
}
.house-purple {
    position: absolute;
    width: 50%;
    top: 0%;
    left: 30%;
}
.house-blue {
    position: absolute;
   width: 25%;
    top: 0%;
    left: 65%;
}

/* --- メイングリッドエリア --- */
.grid-content {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr; /* 3カラム */
      background: #2875a2;
}

.description-box {
	text-align: justify;
}

.title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.box-red-large { background-color: #ff0000; grid-row: span 2; }
.box-blue-landscape { background-color: #2875a2; grid-column: 1 / 3; }

.vertical-text {
    writing-mode: vertical-rl;
    font-size: 5rem;
    font-weight: bold;
    position: relative;
}

.ruby {
    font-size: 1rem;
    writing-mode: vertical-rl;
    margin-left: 10px;
    font-weight: normal;
}

.kanji-logo {
    font-size: 4rem;
    letter-spacing: 1rem;
    font-weight: bold;
}

/* --- キャッチコピーエリア --- */
.bottom-banner {
    background-color: #c22c5f; /* 黄緑色 */
    color: #000;
    font-size: 4.9vw;
    font-weight: bold;
    text-align: left;
  line-height: 1;
font-family: "yu-gothic-pr6n", sans-serif;
font-weight: bold;
font-style: normal;
}

/* --- スケジュールエリア --- */
.schedule-bar {
    display: flex;
}
.date-item {
    flex: 1;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
}
.orange-dark { background-color: #d35400; }
.orange-light { background-color: #f39c12; }
.label {
    background: #fff;
    color: #000;
    padding: 2px 8px;
    margin-right: 10px;
    font-size: 0.9rem;
}

/* --- フッターエリア --- */
.footer-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr;
    height: 20vw;
}
.footer-label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
}
.footer-middle {
    display: grid;
    grid-template-rows: 1fr 1fr;
}
.footer-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
}
.footer-venue { color: #c9a063; writing-mode: vertical-rl; font-size: 8vw;  }
.footer-venue .text { transform: scaleY(76%); }
.footer-item.kochi { background-color: #ff0000;  color: #000; font-size: 5vw; }
.bg-navy { background-color: #002b5e; }
.bg-blue-kibi { background-color: #3498db;  color: #000; font-size: 5vw;  letter-spacing: .2em; }
.bg-orange-text { background-color: #e67e22; color: #000; }
.footer-label.party { vertical-rl; font-size: 8vw; writing-mode: vertical-rl;  }
.footer-label.party .text { transform: scaleY(76%); }
.bg-blue-oair { background: #2875a2; display: flex; align-items: flex-end; padding: 1em; color: #FFF; font-size: 1.4vw; }

/* ロゴ画像専用のスタイル */
.title-logo {
    /* ボックスからはみ出さないように制限 */
    max-width: 40%;  /* 横幅に少し余裕を持たせる */
    max-height: 40%; /* 高さにも余裕を持たせる */
    
    /* アスペクト比を維持 */
    height: auto;
    width: auto;

    /* 中央配置（親要素がflexなので自動で中央に寄りますが、念のため） */
    object-fit: contain;
}


.ieie-text {
  line-height: 1.4;
  font-size: 2vw;
  text-align: justify;
}
.ieie-text p{ background-color: #00262d; 
  line-height: 1;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
	display: inline;
  padding: .2em;
}

/* 親要素（再掲） */
.ieie {
  position: relative;
  z-index: 2;
  align-items: flex-start;
}

.ieie .inner {
  width: 100%;
  padding: 4vw 0;
  display: block;text-align: center;
    background-color: #5d3d3d;
  
  
}

/* 1. 説明文：読みやすさ重視でほどよく詰める */
.description-box p {
    font-family: "a-otf-ryumin-pr6n", serif;
    font-feature-settings: "palt"; /* 文字詰めを有効に */
    letter-spacing: 0.05em;        /* ほんの少しだけ広げる */
  
}

/* 3. 日付・スケジュール：カチッとした印象に */
.date-item {
    font-family: "a-otf-ryumin-pr6n", serif;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
/* --- レスポンシブ (タブレット・スマホ) --- */
@media (max-width: 900px) {
    .grid-content {
        display: flex;
        flex-direction: column;
    }
    .box-red-large { min-height: 500px; }
    .bottom-banner { font-size: 1.5rem; }
    .footer-grid {
        grid-template-columns: 1fr;
        height: auto;
    }
    .footer-label, .footer-item {
        padding: 40px;
    }
    .vertical-text { font-size: 4rem; }
}

@media (max-width: 600px) {
    .hero-section { height: 300px; }
    .house-purple { width: 150px; left: 10%; }
    .house-blue { width: 100px; left: 50%; }
    .schedule-bar { flex-direction: column; }
    .kanji-logo { font-size: 2.5rem; }
    .bottom-banner { font-size: 1.2rem; }
}
@media (max-width: 768px) {
    .title-logo {
        max-width: 60%; /* スマホでは少し控えめにするなど */
    }
}