/* 基本スタイル（既存のものはそのまま） */
.headerbgcolor {
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    padding: 12px 20px;
}

.C-titlefont {
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-size: 4vw;
    font-style: normal;
    font-variation-settings: "ital" 0, "wdth" 100, "wght" 200;
}
@media (max-width: 720px) {
    .C-titlefont {font-size: 6vw;}
}
.C-textfont {
    font-family: momochidori-variable, sans-serif;
    font-style: normal;
    font-variation-settings: "ital" 0, "wdth" 100, "wght" 200;
}


/*色の設定*/
.white {
    color: #FFFFFF;
}

.pink {
    color: #FFDBE6;
}

.lightblue {
    color: #ABD3FF;
}

.blue {
    color: #3490F6;
}

.lightgray {
    color: #8B8B8B;
}

.gray {
    color: #5B5B5B;
}


.top-wrapper {
    overflow: hidden;
    height: 100vh;
}


/* .top-image {
    height: ;
    position: relative;
    object-fit: cover;
    transform: translate(-10%, -10%);
} */
 .top-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block;
}

.top-text {
    position: absolute;
    right: 5%;
    top: 20%;
    transition: translateY(-50%);
    z-index: 2;
    max-width: 40%;
}

.top-title {
    font-size: 12rem !important;
    line-height: 0.8;
}

.top-subtitle {
    font-size: 4rem !important;
    margin-right: 10rem;
}

.top-theme {
    font-size: 4rem !important;
}

.date-block {
    right: 15%;
    bottom: 1%;
}

.top-year {
    font-size: 2rem !important;
    text-align: left;
}

.top-date {
    font-size: 4rem !important;
}

.small-day {
    font-size: 2rem !important;
}

@media (max-width: 1200px) {
    .top-wrapper {
        position: relative;
        width: 100vw;
        height: 80vh;
        overflow: hidden;
    }

    .top-image {
        object-position: center;
        transform: translateX(0);
    }

    .top-text {
        max-width: 80%;
        position: absolute;
        top: 5%;
        right: 10%;
        text-align: right;
    }

    .top-title {
        font-size: 8rem !important;
    }

    .top-subtitle {
        font-size: 2rem !important;
    }

    .top-theme {
        font-size: 2rem !important;
    }

    .date-block {
        right: 5%;
        bottom: 3%;
    }

    .top-year {
        font-size: 1.5rem !important;
        text-align: left;
    }

    .top-date {
        font-size: 3rem !important;
    }

    .small-day {
        font-size: 2rem !important;
    }

}


.top-text {
    position: absolute;
    right: 5%;
    top: 20%;
    transition: translateY(-50%);
    z-index: 2;
    max-width: 40%;
}


.top-title {
    font-size: 12rem !important;
    line-height: 0.8;
}

.top-subtitle {
    font-size: 4rem !important;
    margin-right: 10rem;
}

.top-theme {
    font-size: 4rem !important;
}

.date-block {
    right: 15%;
    bottom: 1%;
}

.top-year {
    font-size: 2rem !important;
    text-align: left;
}

.top-date {
    font-size: 4rem !important;
}

.small-day {
    font-size: 2rem !important;
}

@media (max-width: 1200px) {
    .top-wrapper {
        position: relative;
        width: 100vw;
        height: 80vh;
        overflow: hidden;
    }

    .top-image {
        object-position: center;
        transform: translateX(0);
    }

    .top-text {
        max-width: 80%;
        position: absolute;
        top: 5%;
        right: 10%;
        text-align: right;

    }

    .top-title {
        font-size: 8rem !important;
    }

    .top-subtitle {
        font-size: 2rem !important;
    }

    .top-theme {
        font-size: 2rem !important;
    }

    .date-block {
        right: 5%;
        bottom: 3%;
    }

    .top-year {
        font-size: 1.5rem !important;
        text-align: left;
        padding: 1rem;
    }

    .top-date {
        font-size: 1rem !important;
        margin-right: 3rem;
    }

    .small-day {
        font-size: 2rem !important;
    }
}

.input-group-text {
    border: none !important;
    background-color: white !important;
}

.input-group-text-left {
    border-radius: 2rem 0 0 2rem !important;
    border: none !important;
}

.input-group-text {
    border: none;
    background-color: white;
}

.input-group-text-left {
    border-radius: 2rem 0 0 2rem;

}

.input-group-text-right {
    border-radius: 0 2rem 2rem 0 !important;
}

.form-control {
    border: none !important;
    ;
}

/* ホバー時にプレースホルダーを濃く */
.custom-search-bar .form-control:hover::placeholder {
    font-weight: bold;
}

.custom-search-bar .form-control:focus {
    box-shadow: none;
}

.input-group-text:hover,
.input-group-text:focus {
    background-color: #dfdfdf !important;
    border: none !important;
    box-shadow: none !important;
}

/* ×ボタンのスタイル */
.clear-btn {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.6;
}

.clear-btn-wrapper {
    border: none;
    justify-content: center;
    width: 3rem;
    padding: 0;
}

.form-select {
    border-radius: 2rem;
    padding: 0.6rem 1rem;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    /* ブラウザのデフォルト矢印を消す */
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}


/* セレクタの中の矢印（カスタムで追加） */
.form-select::after {
    content: "▼";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #888;
}

/* ドロップダウンの選択肢（option）のデザイン */
.form-select option {
    border-radius: 1rem;
    margin: 0.3rem 0;
    padding: 0.5rem;
}

/* セレクタのボックスを他と少し離す */
.selector .col-md-2 {
    margin-right: 1rem;
    /* 横方向の余白 */
}

/* ドロップダウンの本体(閉じているときのボタン部分)を強調 */
.active-filter {
    background-color: #AED3FF !important;
    /* 水色 */
    color: #fff !important;
    /* 文字は白 */
    border-color: #AED3FF !important;
}

/* 通常時は hover しても色を変えない */
.btn-custom:hover {
    background-color: inherit !important;
    color: inherit !important;
}

.selector .dropdown {
    min-width: 8rem;
    /* ボタンの最低幅を確保 */
}

.footercontainer {
    clip-path: circle(150vw at 50% 150vw);
    background-color: #ffffff;
}

.btn.btn-custom {
    color: #ABD3FF;
    background-color: white;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 1.5rem 1rem;
    text-align: center;
    font-weight: bold;
    transition: 0.3s ease;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* 縦いっぱい（必要に応じて調整） */
}

.btn.btn-custom:hover {
    background-color: #AED3FF;
    color: #ffffff !important;
    transform: translateY(-3px);
}

/*ドロップダウンメニューのスタイル*/
.btn-custom {
    background-color: #ffffff !important;
    color: #333333 !important;
    border: 1px solid #ccc !important;
    border-radius: 0.5rem !important;
}

/* 絞り込み中だけ色を付けたいボタン用 */
.active-filter {
    background-color: #ABD3FF !important;
    /* 水色 */
    color: #fff !important;
    /* 文字は白 */
    border-color: #ABD3FF !important;
}

/* 通常時は hover しても色を変えない */
.btn-custom:hover {
    background-color: #ABD3FF !important;
    color: white !important;
}



.dropdown-menu {
    border-radius: 0.5rem !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #ABD3FF !important;
    color: #ffffff !important;
}



.bi-clock {
    font-size: 1.4rem;
}

.bi-map-fill {
    font-size: 1.4rem;
}

.bi-book {
    font-size: 1.4rem;
}

.cardImg {
    background-image: url('../images/eventCard.png');
    background-image: url('../images/cardImg.webp');
    background-size: cover;
    background-position: center;
    border: 2px solid #99d4ff;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* フッターのスタイル */
.footercontainer {
    clip-path: circle(150vw at 50% 150vw);
}

/*ヘッダー*/
.headerfont {
    font-size: 1.5rem;
    font-weight: 800;
}

header {
    position: relative;
    z-index: 101;
}

/* 上の薄青帯 */
.top-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    padding: 12px 20px;
}


.navlogo {
    display: flex;
    width: 25vw;
    height: 8vh;
    align-items: center;
    z-index: 120;
}

/* PC用ナビ */
.headnav {
    flex: 1;
    display: flex;
    justify-content: end;
}

.headnav ul {
    list-style: none;
    display: flex;
    gap: 36px;
    margin: 0;
    padding: 0;
}

.headnav li {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111;
}

/* ========== ハンバーガー ========== */
.hamburger {
    display: none;
    width: 28px;
    height: 22px;
    position: relative;
    cursor: pointer;
    z-index: 120;
}

.hamburger span {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #111;
    border-radius: 2px;
    left: 0;
    transition: 0.4s;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 9px;
}

.hamburger span:nth-child(3) {
    top: 18px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
}

/* ========== モバイルメニュー ========== */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ABD3FF;
    overflow: hidden;
    max-height: 0;
    /* 初期は非表示 */
    transition: max-height 0.4s ease;
    z-index: 110;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.mobile-nav.open {
    max-height: 500px;
    /* 項目数に応じて伸びる（上限値は大きめに） */
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 80px;
    /* ヘッダー分 + 下余白 */
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mobile-nav li {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
}

.navdeco a {
    position: relative;
    text-decoration: none;
    color: #111;
}

.navdeco a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #000000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.navdeco a:hover::after {
    transform: scaleX(1);
}


/* レスポンシブ */
@media (max-width: 720px) {
    .headnav {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .logo {
        width: 40vw;
        height: 8vh;
    }
}

/*フッター*/
.footerwrapper {
    clip-path: circle(170vw at 50% 170vw);

    clip-path: circle(150vw at 50% 150vw);

    background-color: #ffffff;
}

.footercopyright {
    background-color: #ffffff;
    text-align: center;
    justify-content: center;
}


/*旭祭について*/
.rightside-bg {
    display: inline-block;
    padding: 10px 36vw 10px 5vw;
    margin-left: 35vw;
    background-color: #3490F6;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    white-space: nowrap;

}


.footertoTop {
    width: 100%;
    height: 20vh;
    background-image: url("../images/footer2.gif");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    /*ここは怪しい*/
    margin-bottom: -5px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: end;
}

.footercuruton {
    width: 20vw;
    height: 20vw;

}

.footerlinks {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

@media (max-width:576px) {
    .footerlinks {
        justify-content: start;
    }

}

.footericons {
    clip-path: circle();
    background-color: #ABD3FF;
    height: 2rem;
    text-align: center;
    padding-top: 0.25rem;
    margin: 0.5rem;
    width: 2rem;
}

.footericons:hover {
    background-color: #3490F6;
    text-decoration: none;
    transition: background-color 0.5s ease;

}

/*旭祭について*/
.rightside-bg {
    display: flex;
    justify-content: center;
    max-width: fit-content;
    padding: 10px 35vw 10px 5vw;
    margin-left: 35vw;
    background-color: #3490F6;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.M-btnfont {
    font-family: "momochidori-variable", sans-serif;
    font-size: medium;
    font-variation-settings: 'wdth' 100, 'wght' 700, 'ital' 0;
    color: #ABD3FF;
    fill: #ABD3FF;
    transition: fill 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}


.nav {
    font-size: 2rem;
    cursor: pointer;
    color: white;
    z-index: 1000;
}

.nav:hover {
    color: aliceblue;
}

.nav.prev {
    left: -5vw;

}

.nav.next {
    right: -5vw;
}

.indicator-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.indicator-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.5;
    transition: transform 0.3s, opacity 0.3s;
}

.indicator-dot.active {
    transform: scale(1.5);
    opacity: 1;
}


.sud-btn {
    display: inline-block;
    transition: all 0.5s ease;
    transform: translate(0px, 0px);
}

.sud-btn:hover {
    transition: transform 0.3s;
}

.sud-img {
    transition: fill 0.3s ease;
    filter: grayscale(60%);
    cursor: pointer;
}

.sud-img:hover {
    filter: contrast(120%);
}

.sky-background {
    background-image: url(/14th-AsahiFes/images/sky_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: whitesmoke !important;
}


.footercontainer {
    clip-path: circle(150vw at 50% 150vw);
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footerLcontent {
    flex-basis: 70%;
}

.footerRcontent {
    flex-basis: 30%;
    text-align: left;
}

.footercopyright {
    background-color: #ffffff;
    text-align: center;
    justify-content: center;
}

.M-btnfont {
    font-family: "momochidori-variable", sans-serif;
    font-size: medium;
    font-variation-settings: 'wdth' 100, 'wght' 700, 'ital' 0;
    color: #ABD3FF;
    fill: #ABD3FF;
    transition: fill 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

#sudjestions {
    padding: 50px;
}

#officialcontents {
    background-color: whitesmoke;
    padding: 50px;
    text-align: center;
}

.off-btn-block {
    display: grid;
    gap: 1px;
    justify-content: center;
    /* 2列表示：ボタン間隔が中央に来るように調整 */
    grid-template-columns: repeat(2, auto);
    max-width: 500px;
    /* 2列時の最大幅を制限 */
    margin: 0 auto;
    /* 中央寄せ */
}

/* タブレット以上（768px以上）で3列表示 */
@media (min-width: 900px) {
    .off-btn-block {
        grid-template-columns: repeat(3, 1fr);
        max-width: 750px;
        /* 3列時の最大幅 */
        gap: 10px;
        /* 3列時は間隔を広げる */
    }
}

/* PCサイズ（1025px以上）でより大きな表示 */
@media (min-width: 1025px) {
    .off-btn-block {
        max-width: 900px;
        gap: 10px;
    }
}

.off-content {
    width: 100%;
    /* グリッドセル内で100%使用 */
    height: auto;
    aspect-ratio: 4/3;
    /* 縦横比を固定 */
    margin: auto;
    /* セル内で中央寄せ */
    /* スマホサイズ：小さめのボタン */
    max-width: 180px;
    min-width: 180px;
}

/* タブレットサイズ：中程度のボタン */
@media (min-width: 168px) {
    .off-content {
        max-width: 200px;
        min-width: 200px;
    }
}

/* タブレットサイズ：中程度のボタン */
@media (min-width: 250px) {
    .off-content {
        max-width: 185px;
        min-width: 185px;
    }
}

/* タブレットサイズ：中程度のボタン */
@media (min-width: 500px) {
    .off-content {
        max-width: 250px;
        min-width: 250px;
    }
}

/* タブレットサイズ：中程度のボタン */
@media (min-width: 768px) {
    .off-content {
        max-width: 400px;
        min-width: 400px;
    }
}

/* タブレットサイズ：中程度のボタン */
@media (min-width: 900px) {
    .off-content {
        max-width: 300px;
        min-width: 300px;
    }
}

/* タブレットサイズ：中程度のボタン */
@media (min-width: 1000px) {
    .off-content {
        max-width: 325px;
        min-width: 325px;
    }
}

/* PCサイズ：大きなボタン */
@media (min-width: 1025px) {
    .off-content {
        max-width: 350px;
        min-width: 350px;
    }
}

/* PCサイズ：大きなボタン */
@media (min-width: 1200px) {
    .off-content {
        max-width: 400px;
        min-width: 400px;
    }
}

/* 既存のスタイルはそのまま維持 */

.off-con {
    fill: #FFFF;
    stroke: #ABD3FF;
    stroke-width: 3px;
    stroke-dasharray: none;
    stroke-opacity: 1;
    transition: fill 0.3s, stroke 0.3s ease;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
}

.off-img {
    transition: fill 0.3s ease;
    /* filter: grayscale(60%); */
    cursor: pointer;
}

.oft-btn {
    display: inline-block;
    transition: all 0.5s ease;
    cursor: pointer;
    transform-origin: center;
}

.off-btn:hover {
    transform: scale(1.02);
    transition: transform 0.3s;
}

.off-btn:hover .M-btnfont {
    color: #FFFF;
    fill: #FFFF;
}

.off-btn:hover .off-con {
    fill: #ABD3FF;
    stroke: #FFFF;
    filter: drop-shadow(4px 4px 11px rgba(0, 0, 0, 0.3));
    cursor: pointer;
}

.off-btn:hover .off-img {
    filter: contrast(120%);
    filter: contrast(150%);
}



/* } */

/*作成中お知らせ吹き出し*/
/* 吹き出し用 */
.btn-dev {
    position: relative;
}

/* ツールチップのデザイン */
.tooltip-dev {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* PC：ホバー時に表示 */
.btn-dev:hover .tooltip-dev {
    opacity: 1;
}

/* モバイル：クリックで表示切替 */
.btn-dev.active .tooltip-dev {
    opacity: 1;
}

/* すでに導入済みのCSSの再掲（これをstyle.cssに書いておけばOK） */
.prep-tooltip {
    position: relative;
    display: inline-block;
    cursor: not-allowed;
}

.prep-tooltip::after {
    content: attr(data-text);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #444;
    color: #fff;
    padding: 0.4em 0.8em;
    border-radius: 0.5em;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    font-size: 0.9em;
    z-index: 999;
}

.prep-tooltip:hover::after {
    opacity: 1;
    filter: contrast(120%);
}


/*旭祭についてcss*/
/* 共通見出し */
.section-heading {
    font-size: 1.8rem;
    font-weight: bold;
}

/* 旭祭について */
.about-text {
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}

/* 委員長挨拶 */
.greeting-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.greeting-photo {
    flex: 1 1 300px;
    text-align: center;
}

.greeting-photo img {
    max-width: 100%;
    border-radius: 8px;
}

.greeting-message {
    flex: 1 1 300px;
}

.greeting-message p {
    font-size: 1rem;
    line-height: 1.6;
}

/* シンプルタイムライン */
.simple-timeline {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
    border-left: 2px solid #ccc;
}

.simple-timeline li {
    position: relative;
    padding: 0.5rem 0 0.5rem 1.5rem;
}

.simple-timeline li::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 12px;
    width: 10px;
    height: 10px;
    background: #ff7f50;
    /* オレンジ色 */
    border-radius: 50%;
}

.simple-timeline .year {
    font-weight: bold;
    margin-right: 0.5rem;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .greeting-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .greeting-message {
        text-align: center;
    }
}

/*テーマについてcss*/
.theme-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #ffffff;
}

.theme-banner {
    position: relative;
    display: inline-block;
}

.theme-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    opacity: 0.9;
}

.theme-title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5em;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    font-weight: bold;
}

#theme-description {
    font-size: 1.2rem;
    line-height: 2.4rem;
    /* 行間を広く */
    color: black;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

#theme-description span {
    opacity: 0;
    display: inline-block;
    transform: scale(0.6);
    /* 少し小さい状態から */
    transition: all 0.6s ease;
}

#theme-description span.show {
    opacity: 1;
    transform: scale(1);
}

.I-titlefont {
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/*企画情報ページのスタイル*/
.eventsImg {
    width: 25vw;
    aspect-ratio: 1 / 1;
    align-items: end;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .eventsImg {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .eventsImg {
        max-width: 100%;
    }
}

.eventsDetail-text {
    position: relative;

}

.cardImg {
    border-radius: 20px;
}

.cardImg h4,
.cardImg p,
.cardImg small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.underGradation {
    background-image: linear-gradient(to right, #FFDBE6, #FFFFFF);
    background-size: 0% 3px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    animation: underlineExpand 1s ease forwards;
}

@keyframes underlineExpand {
    from {
        background-size: 0% 3px;
    }

    to {
        background-size: 100% 3px;
    }
}

/* 企画詳細のスケジュール部分のスタイル */
.schedule {
    font-size: 1.2rem;
    line-height: 1.6;
    white-space: pre-wrap;
    /* 改行を保持 */
}

.eventsDetail-text p {
    white-space: pre-line;
}


/*以下コンフリクト修正チェック用CSS*/
#eventsinfo {
    background-image: url('../images/');
}

#eventsinfo {
    background-image: url('../images/');
}

/*ご案内*/
.infobox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.infoicons {
    height: 15vw;
    width: 15vw;
    clip-path: circle();
    background-color: white;
    text-align: center;
    margin: auto;
}

.infoitem {
    width: 33.33%;
    height: 25vw;
    text-align: center;
    margin-top: 2vh;
}

@media screen and (max-width: 767px) {
    .infoitem {
        font-size: 0.85rem;
    }
}

@media screen and (min-width: 768px) {
    .infoitem {
        font-size: 1.5rem;
    }


}

@media screen and (min-width: 768px) {
    .infoitem {
        font-size: 1.5rem;
    }

}

.infosv {
    width: 80%;
    padding-top: 10%;
    margin: auto;
    color: #ABD3EF;
}


/* 以下カルーセル用スタイル------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.carousel {
    position: relative;
    width: 100%;
    height: auto;
    perspective: 1200px;
}

.carousel__container {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
}

.slide.active {
    z-index: 100;
}

/* カルーセル2基本スタイル */
.carousel2 {
    position: relative;
    width: 100%;
    height: auto;
    perspective: 1200px;
    margin-bottom: 10%;
}

.carousel2__container {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.carousel2 .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
}

.carousel2 .slide.active {
    z-index: 100;
}

/* ナビゲーション基本スタイル（カルーセル1） */
.car-nav {
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    z-index: 1000;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.controls {
    display: flex;
    align-items: center;
    pointer-events: none;
    flex-shrink: 0;
}

.control-btn {
    pointer-events: auto;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
}

.control-btn:hover {
    color: #ABD3FF;
    transform: scale(1.1);
    background: rgba(0, 0, 0, 0.5);
}

.indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.indicator {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.indicator.active {
    background: linear-gradient(145deg, #4f46e5, #3b82f6);
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 5px 15px rgba(79, 70, 229, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.indicator:hover:not(.active) {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

/* ナビゲーション基本スタイル（カルーセル2） */
.car-nav2 {
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    z-index: 1000;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.controls2 {
    display: flex;
    align-items: center;
    pointer-events: none;
    flex-shrink: 0;
}

.control-btn2 {
    pointer-events: auto;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
}

.control-btn2:hover {
    color: #ABD3FF;
    transform: scale(1.1);
    background: rgba(0, 0, 0, 0.5);
}

.indicators2 {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.indicator2 {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.indicator2.active {
    background: linear-gradient(145deg, #4f46e5, #3b82f6);
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 5px 15px rgba(79, 70, 229, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.indicator2:hover:not(.active) {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

/* 画像スタイル */
.fit-picture,
.fit-picture2 {
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
    border-radius: 5%;
}

.fit-picture.stretch,
.fit-picture2.stretch {
    object-fit: fill;
}

.slide:hover .fit-picture {
    transform: scale(1.05);
}

.carousel2 .slide:hover .fit-picture2 {
    transform: scale(1.05);
}

/* レスポンシブ対応 */
@media screen and (min-width: 200px) {

    .carousel,
    .carousel2 {
        padding-bottom: 35%;
    }

    .fit-picture {
        width: 50%;
        height: 300px;
    }

    .fit-picture2 {
        width: 40%;
        height: 100px;
    }

    .car-nav {
        gap: 0px;
        padding: 0 10px;
        flex-direction: column;
        bottom: -55%;
    }

    .car-nav2 {
        gap: 1px;
        padding: 0 10px;
        flex-direction: column;
        bottom: -30%;
    }

    .control-btn,
    .control-btn2 {
        width: 15px;
        height: 15px;
        font-size: 8px;
        padding: 4px;
        visibility: hidden;
    }

    .indicators,
    .indicators2 {
        gap: 4px;
        order: -1;
        margin-bottom: 8px;
        max-width: 80%;
    }

    .indicator,
    .indicator2 {
        width: 6px;
        height: 6px;
        border-width: 1px;
        transform: scale(1);
    }

    .indicator.active,
    .indicator2.active {
        transform: scale(1.5);
    }

    .indicator:hover:not(.active),
    .indicator2:hover:not(.active) {
        transform: scale(1.3);
    }
}

@media screen and (min-width: 400px) {

    .carousel,
    .carousel2 {
        padding-bottom: 32%;
    }

    .fit-picture {
        width: 50%;
        height: 350px;
    }

    .fit-picture2 {
        width: 35%;
        height: 280px;
    }

    .car-nav {
        gap: 10px;
        flex-direction: row;
        bottom: -35%;
    }

    .car-nav2 {
        gap: 10px;
        flex-direction: row;
        bottom: -30%;
    }

    .control-btn,
    .control-btn2 {
        width: 32px;
        height: 32px;
        font-size: 14px;
        padding: 5px;
        visibility: visible;
    }

    .indicators,
    .indicators2 {
        gap: 5px;
        order: 0;
        margin-bottom: 0;
        max-width: calc(100% - 80px);
    }

    .indicator,
    .indicator2 {
        width: 7px;
        height: 7px;
        border-width: 1px;
    }

    .indicator.active,
    .indicator2.active {
        transform: scale(1.4);
    }

    .indicator:hover:not(.active),
    .indicator2:hover:not(.active) {
        transform: scale(1.2);
    }
}

@media screen and (min-width: 500px) {

    .carousel,
    .carousel2 {
        padding-bottom: 30%;
    }

    .fit-picture {
        width: 50%;
        height: 400px;
    }

    .fit-picture2 {
        width: 35%;
        height: 320px;
    }

    .control-btn,
    .control-btn2 {
        width: 35px;
        height: 35px;
        font-size: 15px;
        padding: 6px;
    }

    .indicators,
    .indicators2 {
        gap: 6px;
        max-width: calc(100% - 90px);
    }

    .indicator,
    .indicator2 {
        width: 8px;
        height: 8px;
        border-width: 1px;
    }

    .indicator.active,
    .indicator2.active {
        transform: scale(1.3);
    }

    .indicator:hover:not(.active),
    .indicator2:hover:not(.active) {
        transform: scale(1.15);
    }
}

@media screen and (min-width: 800px) {

    .carousel,
    .carousel2 {
        padding-bottom: 25%;
        width: auto;
        align-items: center;
    }

    .fit-picture {
        width: 50%;
        height: 450px;
    }

    .fit-picture2 {
        width: 35%;
        height: 350px;
    }

    .car-nav,
    .car-nav2 {
        gap: 15px;
    }

    .control-btn,
    .control-btn2 {
        width: 40px;
        height: 40px;
        font-size: 18px;
        padding: 8px;
    }

    .indicators,
    .indicators2 {
        gap: 8px;
        max-width: calc(100% - 110px);
    }

    .indicator,
    .indicator2 {
        width: 10px;
        height: 10px;
        border-width: 2px;
    }

    .indicator.active,
    .indicator2.active {
        transform: scale(1.2);
    }

    .indicator:hover:not(.active),
    .indicator2:hover:not(.active) {
        transform: scale(1.1);
    }
}

@media screen and (min-width: 1000px) {

    .carousel,
    .carousel2 {
        padding-bottom: 25%;
        width: auto;
        align-items: center;
    }

    .fit-picture {
        width: 40%;
        height: 500px;
    }

    .fit-picture2 {
        width: 30%;
        height: 400px;
    }

    .car-nav,
    .car-nav2 {
        gap: 18px;
    }

    .control-btn,
    .control-btn2 {
        width: 42px;
        height: 42px;
        font-size: 20px;
        padding: 9px;
    }

    .indicators,
    .indicators2 {
        gap: 9px;
        max-width: calc(100% - 120px);
    }

    .indicator,
    .indicator2 {
        width: 11px;
        height: 11px;
        border-width: 2px;
    }
}

@media screen and (min-width: 1200px) {

    .carousel,
    .carousel2 {
        padding-top: 1%;
        padding-bottom: 20%;
    }

    .fit-picture {
        width: 35%;
        height: 500px;
    }

    .fit-picture2 {
        width: 30%;
        height: 400px;
    }

    .car-nav,
    .car-nav2 {
        gap: 20px;
    }

    .control-btn,
    .control-btn2 {
        width: 45px;
        height: 45px;
        font-size: 22px;
        padding: 10px;
    }

    .indicators,
    .indicators2 {
        gap: 10px;
        max-width: calc(100% - 130px);
    }

    .indicator,
    .indicator2 {
        width: 12px;
        height: 12px;
        border-width: 2px;
    }
}





/*以下カウントダウンcssーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.count {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 10rem;
    display: block;
    font-family: "fot-chiaro-std", sans-serif;
    justify-content: center;
}

.kuruton {
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kuruton img {
    max-width: 100px;
    max-height: 100px;
}

.prefix {
    font-size: 1.5rem;
    vertical-align: middle;
    margin-bottom: 0.5rem;
}

.days,
.hours,
.minutes,
.seconds {
    font-weight: bold;
    color: #ABD3EF;
    vertical-align: middle;
    display: inline-block;
    min-width: 1.4em;
    padding-bottom: 10px;
    text-align: center;
    font-family: "fot-chiaro-std", sans-serif;
    font-size: 1.1em;
}

.time-group {
    white-space: nowrap;
}

.hoursbr {
    display: none !important;
}

/* タブレット（768px以下） */
@media (max-width: 768px) {
    .count {
        font-size: 1.5rem;
    }

    .prefix {
        font-size: 1.2rem;
    }

    .days,
    .hours,
    .minutes,
    .seconds {
        font-size: 1em;
        min-width: 1.2em;
    }

    .kuruton img {
        max-width: 80px;
        max-height: 80px;
    }
}

/* スマートフォン（600px以下） */
@media (max-width: 600px) {
    .count {
        font-size: 1.2rem;
    }

    .prefix {
        font-size: 1rem;
    }

    .days,
    .hours,
    .minutes,
    .seconds {
        font-size: 0.9em;
        padding-bottom: 5px;
    }
}

/* 小さいスマートフォン（545px以下） */
@media (max-width: 545px) {
    .count {
        font-size: 1rem;
    }

    .hoursbr {
        display: block !important;
    }

    .prefix {
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }

    .days,
    .hours,
    .minutes,
    .seconds {
        font-size: 0.85em;
        min-width: 1.1em;
        padding-bottom: 3px;
    }

    .kuruton {
        margin-bottom: 1rem;
    }

    .kuruton img {
        max-width: 60px;
        max-height: 60px;
    }
}

/* 極小スマートフォン（400px以下） */
@media (max-width: 400px) {
    .count {
        font-size: 0.85rem;
    }

    .prefix {
        font-size: 0.8rem;
    }

    .count-img {
        width: 60%;
    }

    .days,
    .hours,
    .minutes,
    .seconds {
        font-size: 0.8em;
        min-width: 1em;
    }

    .kuruton img {
        max-width: 50px;
        max-height: 50px;
    }
}

/*ゲストPCサイズ用ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media (max-width:625px) {
    .guest-btn {
        max-width: 1200px;
        gap: 10px;
    }
}