/* ========================================
   CHIRYU 55TH FESTIVAL LANDING PAGE
   Organized CSS Structure
   ======================================== */

/* ========================================
   1. RESET & BASE STYLES
   ======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', sans-serif;
    line-height: 1.6;
    color: #000000;
    background-color: #e8d5f2;
    overflow-x: hidden;
    background-image: url('../images/chryu55th_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ========================================
   2. HERO SECTION
   ======================================== */
.hero-section {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.family-illustration {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: bottom;
    z-index: 5;
}

.title-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-image {
    max-width: 400px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: -50%;
}

.top-logo {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 10;
}

.logo-image {
    max-width: 100px;
    height: auto;
    object-fit: contain;
}

/* ========================================
   3. DATE SECTION
   ======================================== */
.date-section {
    width: 100%;
    position: relative;
}

.date-header {
    width: 100%;
    background-color: #6a4c93;
    padding: 20px 0;
    text-align: center;
}

.date-main {
    width: 100%;
    background: linear-gradient(90deg, #a8e6cf 0%, #b8e6f0 100%);
    padding: 20px 0;
}

.date-footer {
    width: 100%;
    background-color: #6a4c93;
    padding: 20px 0;
}

.date-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.header-text {
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 25px;
    font-weight: 500;
    color: white;
    letter-spacing: 3px;
}

.date-info {
    background: transparent;
    padding: 0;
}

.date-time-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.date-text, .time-text {
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 45px;
    font-weight: 500;
    color: #6a4c93;
    letter-spacing: 0.5px;
}

.day-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #6a4c93;
    color: white;
    border-radius: 50%;
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 15px;
}

.venue-info {
    border-top: 2px solid #6a4c93;
    padding-top: 25px;
}

.venue-text {
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 30px;
    font-weight: 500;
    color: #6a4c93;
    letter-spacing: 0.3px;
}

/* ========================================
   4. EVENT SECTION
   ======================================== */
.event-section {
    width: 100%;
    /* background-color: #e8d5f2; */
    position: relative;
}

.event-title {
    width: 100%;
    /* background-color: #e8d5f2; */
    padding: 40px 0 20px 0;
    text-align: center;
}

.event-main {
    width: 100%;
    /* background-color: #e8d5f2; */
    padding: 0 0 60px 0;
}

.event-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-title {
    font-family: Arial, sans-serif;
    font-size: 5vw;
    font-weight: 700;
    color: #6a4c93;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-stretch: condensed;
}

.content-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
    padding-top: 20px;
    align-items: stretch;
}

.content-block {
    padding: 25px;
    border-radius: 12px;
    position: relative;
    overflow: visible;
    border: 2px solid;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.special-show-block {
    background-color: #fff;
    border-color: #ffa500;
}

.act-show-block {
    background-color: #ffffff;
    border-color: #007bff;
}
.special_btn{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background-color: #ffa500;
    padding: 4px 10px;
    border-radius: 12px;
    display: inline-block;
    position: absolute;
    top: -45px;
    right: 0px;
    z-index: 2;
}

.special_btn2 {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background-color: #265FBA;
    padding: 4px 10px;
    border-radius: 12px;
    display: inline-block;
    position: absolute;
    top: -45px;
    right: 0px;
    z-index: 2;
}

.content-header {
    position: relative;
}

.flag-icon {
    width: 120px;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: -60px;
    left: -34px;
    z-index: 2;
}

.content-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.3;
    margin-left: 30px;
}

.content-title_right {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.3;
    margin-left: 40px;
}

.left-block {
    color: #ffa500;
}

.left-block p {
    color: #ffa500;
}

.right-block {
    color: #265FBA;
}

.right-block p {
    color: #265FBA;
}

.content-image {
    text-align: center;
}

.main-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.catchphrase {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    line-height: 1.2;
    margin: 10px 0 ;
}

.content-description {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 1.5;
    margin-top: 10px;
}

.schedule-section {
    text-align: center;
}

.time-label {
    display: inline-block;
    background-color: #ffa500;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 8px;
}

.act-show-block .time-label {
    background-color: #265FBA;
}

.time-slots {
    border: 2px solid #ffa500;
    padding: 10px;
    border-radius: 10px;
}

.time-slots_right {
    border: 2px solid #265FBA;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.time-slots p {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 3px 0;
}

.time-slots_right p {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 25px;
    font-weight: 500;
}

.additional-info {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #6a4c93;
    margin: 8px 0 0 0;
}

.cta-button {
    text-decoration: none;
    text-align: center;
    display: block;
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 6px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
    margin-bottom: 0;
}

.orange-button {
    background-color: #ffa500;
}

.orange-button:hover {
    background-color: #ff8c00;
}

.blue-button {
    background-color: #007bff;
}

.blue-button:hover {
    background-color: #0056b3;
}

/* ========================================
   5. PHOTO SECTION
   ======================================== */
.photo-section {
    width: 100%;
    /* background-color: #e8d5f2; */
    padding: 60px 0;
    position: relative;
}

.photo-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff;
    border: 3px solid #D7353F;
    border-radius: 20px;
    position: relative;
}
.photo-notes-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #D7353F;
    margin: 0 0 15px 0;
    text-align: center;
    margin-bottom: 30px;
}
.photo-flag {
    position: absolute;
    top: 10px;
    left: 40px;
    z-index: 2;
}

.photo-flag .flag-icon {
    width: 120px;
    height: auto;
    object-fit: contain;
}

.photo-title-section {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px;
}

.photo-main-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #D7353F;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.title-decoration {
    width: 200px;
    height: 3px;
    background-color: #D7353F;
    margin: 0 auto 20px auto;
}

.photo-intro {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #D7353F;
    line-height: 1.6;
    margin: 0;
}

.photo-content-grid {
    display: flex;
    gap: 40px;
}

.photo-images-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 40%;
}

.example-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.example-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.photo-text-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 70%;
}

.text-section {
    margin-bottom: 20px;
}

.section-label {
    display: inline-block;
    background-color: #D7353F;
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
}

.theme-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #D7353F;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.theme-description, .judging-description {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 1.6;
    margin: 0;
}

.photo-button-section {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
}

.photo-cta-button {
    text-decoration: none;
    text-align: center;
    background-color: #D7353F;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.photo-cta-button:hover {
    background-color: #b52d35;
}

.photo-notes-section {
    border-top: 2px solid #e0e0e0;
    padding-top: 30px;
}

.notes-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 15px 0;
}

.notes-list {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
    margin: 0;
    padding-left: 20px;
}

.notes-list li {
    margin-bottom: 8px;
}

/* ========================================
   6. LOCAL STAGE SECTION
   ======================================== */
.local-stage-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
    text-align: center;
}

.local-stage-container h2 {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #704899;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.local-stage-container p {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   7. MARCHE SECTION
   ======================================== */
.marche {
    width: 100%;
    /* background-color: #e8d5f2; */
    padding: 60px 0;
    position: relative;
}

.marche > div:first-child {
    width: 100%;
    position: relative;
}

.marche > div:first-child img {
    width: 100%;
    height: auto;
    display: block;
}

.marche-top-img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: -20px;
    z-index: 5;
}

.marche-top-img img {
    width: 100%;
    height: auto;
    display: block;
}

.marche-flex {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    gap: 40px;
    align-items: center;
    position: relative;
    overflow: visible;
}

.marche-flex-img {
    flex: 1;
    position: relative;
}

.marche-flex-img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
}

.marche-flex > div:last-child {
    flex: 1.2;
    padding-left: 20px;
}

.marche-flex h2 {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #D7353F;
    margin: 0 0 20px 0;
    line-height: 1.2;
    position: relative;
}

.marche-flex h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        #D7353F 0px,
        #D7353F 8px,
        transparent 8px,
        transparent 16px
    );
}

.marche-flex p {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.8;
    margin: 0;
}
.marche-notes-title{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 20px !important;
    font-weight: 500!important;
    color: #D7353F!important;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 20px;
}
/* ========================================
   8. TODAY SECTION
   ======================================== */
.wrapper_today {
    width: 100%;
    background-color: #BEB7EE;
    padding: 60px 0;
    position: relative;
    max-width: 1000px;
    margin: auto;
    border-radius: 20px;
}

.today-content {
    display: flex;
    flex-direction: row;
    max-width: 900px;
    margin: 0 auto;
}

.today_title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.2;
    position: relative;
    text-align: center;
}

.today_block {
    width: 45%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
}

.today_img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.today_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.today_txt_title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
    margin-top: 20px;
}

.today_txt {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 1.2;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
}

.today_title_sub {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}

.left-block_today {
    color: #28A5C7;
}

.left-block_today p {
    color: #28A5C7;
}

.right-block_today {
    color: #B0785A;
    line-height: 1.1;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.right-block_today p {
    color: #B0785A;
}

.time-slots_today {
    border: 2px solid #28A5C7;
    padding: 10px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.time-slots_today2 {
    border: 2px solid #B0785A;
    padding: 10px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.time-label_taday {
    display: inline-block;
    color: white;
    padding: 4px 10px;
    border-radius: 6px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.today_vg_b {
    background-color: #28A5C7;
}

.today_vg_b2 {
    background-color: #B0785A;
}

.additional-info2 {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #B0785A !important;
    margin: 8px 0 0 0;
}

/* ========================================
   9. SCHEDULE SECTION
   ======================================== */
.wrapper_schedule {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    border-radius: 20px;
}

.schedule_title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0;
    text-align: center;
}

.schedule_title_sub {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px 0;
    text-align: center;
}

.schedule_content {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}

.schedule_block {
    width: 40%;
    height: auto;
    overflow: hidden;
}

.schedule_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========================================
   10. ACCESS SECTION
   ======================================== */
.access_container {
    width: 100%;
    /* background-color: #e8d5f2; */
    padding: 60px 0;
    position: relative;
}

.access_container h2 {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #704899;
    text-align: center;
    margin: 0 0 40px 0;
    line-height: 1.2;
}

.access_map {
    max-width: 1000px;
    margin: 0 auto 30px auto;
    padding: 0 20px;
    text-align: center;
}

.access_map iframe {
    width: 100%;
    max-width: 800px;
    height: 400px;
    border-radius: 15px;
}

.access_img {
    max-width: 1000px;
    margin: 0 auto 30px auto;
    padding: 0 20px;
    text-align: center;
}

.access_img img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 15px;
}

.access_text {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 1.6;
}

.shuttle_title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    background-color: #704899;
    padding: 15px 25px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto 20px auto;
    max-width: 600px;
    line-height: 1.3;
}

.shuttle_text {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.6;
    padding: 0 20px;
}

.access_title{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 1.6;
}

/* ========================================
   11. RESPONSIVE DESIGN - TABLET (768px)
   ======================================== */
@media (max-width: 768px) {
    /* Hero Section */
    .hero-section {
        min-height: 100vh;
        position: relative;
        overflow: hidden;
    }
    
    .hero-container {
        position: relative;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .background-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }
    
    .family-illustration {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 170%;
        height: auto;
        z-index: 2;
    }
    
    .title-container {
        z-index: 3;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .title-image {
        width: 280px;
        height: auto;
    }
    
    .top-logo {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 4;
    }
    
    .logo-image {
        width: 60px;
        height: auto;
    }
    
    /* Date Section */
    .date-section {
        padding: 0;
    }
    
    .date-header,
    .date-footer {
        padding: 15px 0;
    }
    
    .date-main {
        padding: 30px 0;
    }
    
    .date-container {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .date-time-row {
        align-items: center;
        gap: 10px;
    }
    
    .date-text {
        font-size: 24px;
    }
    
    .day-circle {
        font-size: 18px;
        width: 40px;
        height: 40px;
    }
    
    .time-text {
        font-size: 20px;
    }
    
    .venue-text {
        font-size: 16px;
        text-align: center;
    }
    
    /* Event Section */
    .event-section {
        padding: 40px 0;
    }
    
    .event-container {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .main-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .content-blocks {
        flex-direction: column;
        gap: 30px;
        display: block;
    }
    
    .content-block {
        width: 100%;
        padding: 25px 20px;
        margin-bottom: 80px;
    }
    
    .flag-icon {
        width: 80px;
        top: -40px;
        left: -20px;
    }
    
    .content-title,
    .content-title_right {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    
    .main-image {
        margin-bottom: 15px;
    }
    
    .catchphrase {
        font-size: 25px;
        margin-bottom: 20px;
    }
    
    .content-description {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .time-label {
        font-size: 14px;
        padding: 8px 15px;
    }
    
    .time-slots p,
    .time-slots_right p {
        font-size: 14px;
    }
    
    .additional-info {
        font-size: 13px;
    }
    
    .cta-button {
        width: 100%;
        padding: 15px;
        font-size: 16px;
    }
    
    /* Photo Section */
    .photo-section {
        padding: 40px 0;
    }
    
    .photo-container {
        max-width: 100%;
        margin: 0 20px;
        padding: 30px 20px;
    }
    
    .photo-flag {
        top: 10px;
        left: 20px;
    }
    
    .flag-icon {
        width: 80px;
    }
    
    .photo-main-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .photo-intro {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    
    .photo-content-grid {
        flex-direction: column;
        gap: 25px;
    }
    
    .photo-images-column {
        width: 100%;
        order: 1;
    }
    
    .photo-text-column {
        width: 100%;
        order: 2;
    }
    
    .section-label {
        font-size: 14px;
        padding: 6px 12px;
    }
    
    .theme-title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    
    .theme-description,
    .judging-description {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .photo-cta-button {
        width: 100%;
        padding: 15px;
        font-size: 16px;
    }
    
    .notes-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .notes-list li {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 8px;
    }
    
    /* Local Stage Section */
    .local-stage {
        padding: 40px 0;
    }
    
    .local-stage-container {
        max-width: 100%;
        margin: 0 20px;
        padding: 30px 20px;
    }
    
    .local-stage-container h2 {
        font-size: 22px;
    }
    
    .local-stage-container p {
        font-size: 18px;
    }
    
    /* Marche Section */
    .marche {
        padding: 40px 0;
    }
    
    .marche-top-img {
        margin-bottom: 0;
    }
    
    .marche-flex {
        max-width: 100%;
        margin: 0 20px;
        padding: 30px 20px;
        flex-direction: column;
        gap: 25px;
    }
    
    .marche-flex-img {
        width: 100%;
    }
    
    .marche-flex > div:last-child {
        padding-left: 0;
    }
    
    .marche-flex h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .marche-flex p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* Today Section */
    .wrapper_today {
        padding-top: 10px;
        max-width: 95%;
        margin: 0 auto;
    }
    
    .today_title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .today-content {
        flex-direction: column;
        gap: 25px;
        max-width: 95%;
    }
    
    .today_block {
        width: 100%;
        padding: 25px 20px;
    }
    
    .today_title_sub {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .today_img {
        height: 200px;
        margin-bottom: 15px;
    }
    
    .today_txt_title {
        font-size: 14px;
        margin-top: 15px;
    }
    
    .today_txt {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 8px;
        margin-bottom: 15px;
    }
    
    .time-label_taday {
        font-size: 13px;
        padding: 6px 12px;
    }
    
    .time-slots_today,
    .time-slots_today2 {
        padding: 12px;
    }
    
    .time-slots_today p,
    .time-slots_today2 p {
        font-size: 16px;
    }
    
    .additional-info,
    .additional-info2 {
        font-size: 13px;
    }
    
    /* Schedule Section */
    .wrapper_schedule {
        padding: 40px 0;
        max-width: 100%;
        margin: 0 20px;
    }
    
    .schedule_title {
        font-size: 36px;
        margin-bottom: 15px;
    }
    
    .schedule_title_sub {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .schedule_content {
        flex-direction: column;
        gap: 20px;
    }
    
    .schedule_block {
        width: 85%;
    }
    
    /* Access Section */
    .access_container {
        padding: 40px 0;
    }
    
    .access_container h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .access_map {
        margin-bottom: 25px;
        padding: 0 20px;
    }
    
    .access_map iframe {
        height: 250px;
    }
    
    .access_img {
        margin-bottom: 25px;
        padding: 0 20px;
    }
    
    .access_text {
        font-size: 16px;
        margin-bottom: 25px;
        padding: 0 20px;
    }
    
    .shuttle_title {
        font-size: 18px;
        padding: 12px 20px;
        margin-bottom: 15px;
    }
    
    .shuttle_text {
        font-size: 14px;
        padding: 0 20px;
    }
}

/* ========================================
   12. RESPONSIVE DESIGN - MOBILE (480px)
   ======================================== */
@media (max-width: 480px) {
    .title-image {
        width: 300px;
    }
    
    .logo-image {
        width: 50px;
    }
    
    .date-text {
        font-size: 30px;
    }
    
    .time-text {
        font-size: 24px;
    }
    
    .venue-text {
        font-size: 18px;
    }
    
    .main-title {
        font-size: 50px;
        line-height: 1.2;
    }
    
    .content-title,
    .content-title_right {
        font-size: 18px;
    }
    
    .photo-main-title {
        font-size: 20px;
    }
    
    .theme-title {
        font-size: 16px;
    }
    
    .today_title {
        font-size: 20px;
        max-width: 95%;
        margin: 30px auto;
    }
    
    .today_title_sub {
        font-size: 16px;
    }
    
    .schedule_title {
        font-size: 28px;
    }
    
    .access_container h2 {
        font-size: 28px;
    }
}

footer{
    background-color: #704899;
    padding: 20px 0;
    text-align: center;
}

footer p {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

/* ========================================
   FADE IN ANIMATIONS
   ======================================== */

/* フェードインアニメーション用の基本スタイル */
.fade-in-section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 遅延アニメーション用のクラス */
.fade-in-delay-1 {
    transition-delay: 0.1s;
}

.fade-in-delay-2 {
    transition-delay: 0.2s;
}

.fade-in-delay-3 {
    transition-delay: 0.3s;
}

.fade-in-delay-4 {
    transition-delay: 0.4s;
}

/* 左右からのフェードイン */
.fade-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-left.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-right.is-visible {
    opacity: 1;
    transform: translateX(0);
}

/* スケールアニメーション */
.fade-in-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-scale.is-visible {
    opacity: 1;
    transform: scale(1);
}

.visible_pc{
    display: block;
}

.visible_sp{
    display: none;
}
@media (max-width: 768px) {
    .visible_pc{
        display: none;
    }

    .visible_sp{
        display: block;
    }
}