@charset "UTF-8";

.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New";
    font-weight: 400;
    font-style: normal;
}

.zen-kaku-gothic-new-medium {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-style: normal;
}

.zen-kaku-gothic-new-bold {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-style: normal;
}

html {
    font-size: 16px;
    line-height: 1.5;
}

body {
    background-color: #E0F2FF;
    color: #333;
    line-height: 1.7;
    letter-spacing: 0.07em;
}

main {
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}

/* セクション */
#GOODS-section,
#ticket-tab,
#TIMETABLE-section,
#Latest-news,
#artists-section,
#tourism-spot,
#Featured-artist,
#About-Fes,
#access-note,
#Live-access,
#Coupon-store-access {
    max-width: 1000px;
    margin: 0 auto 80px auto;
}

/*-- 下線無くす --*/
a {
    text-decoration: none;
    color: white;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 40px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}


.header button {
    display: none;
}

button {
    display: block;
    background-color: #015A9E;
    color: white;
    text-align: center;
    margin: 0 auto 40px auto;
    padding: 10px 30px;
    border: none;
    width: 220px;
    font-size: 18px;
    cursor: pointer;
}

button:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}

.button-p button:hover {
    background-color: #fff;
    color: #333 !important;
    border: 1px solid #333;
}

.button-p {
    display: flex;
}

.button-p button {
    background-color: #A91F24;
}

/*-- グラデーション --*/
header {
    background-image: linear-gradient(rgb(46, 158, 242), rgb(1, 105, 183) 50%, rgb(0, 85, 148));
    padding-top: 160px;
}

/*-- ロゴ　--*/
.header {
    display: block;
    /* 修正: ハンバーガーメニューを表示 */
}

.nav-fade__link,
.nav-fade__number {
    display: none;
}

.nav .h1 .rogo {
    max-width: 120px;
    min-width: 60px;
    width: 15vw;
    margin-top: 5%;
    margin-left: 3%;
}

.nav .h1 .rogo:hover {
    opacity: 0.3;
}

/*-- 初めのやつ横並び --*/
.nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.nav-fade__link,
.nav-fade__number {
    display: none;
}

.nav-fade {
    display: none;
}

ul li {
    color: #fff;
    font-size: min(20px, 2vw);
}

.nav ul li:hover {
    opacity: 0.3;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 5.5fr;
    align-items: center;
    background: transparent;
    padding: 0 5vw;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 5.5fr;
    align-items: center;
    transition: background-color 0.5s ease;
}

.nav.is-scrolled {
    background-image: linear-gradient(rgb(46, 158, 242), rgb(1, 105, 183) 50%, rgb(0, 85, 148));
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.header-nav li {
    text-align: center;
}

header picture img {
    width: 85vw;
    padding-bottom: 5vw;
}

picture {
    text-align: center;
    display: block;
}

/*--横並び終わり--*/

/*.-- 円 --*/
.circle-main {
    display: flex;
    position: relative;
    margin-bottom: 50px;
}


.circle-1 {
    width: 9vw;
    height: 9vw;
    border-radius: 50%;
    background-image: linear-gradient(rgb(0, 90, 157), rgb(1, 87, 152) 50%, rgb(0, 70, 124));
    position: absolute;
    left: 10%;
    top: -5vw;
}

.circle-2 {
    width: 9vw;
    height: 9vw;
    border-radius: 50%;
    background-image: linear-gradient(rgb(0, 90, 157), rgb(1, 87, 152) 50%, rgb(0, 70, 124));
    position: absolute;
    right: 10%;
    top: -5vw;
}

/*--円終わり--*/

/* フッター -------------------------------------------------------------------------------*/
footer {
    background-image: linear-gradient(rgb(1, 105, 183), rgb(0, 68, 119));
}

.footer {
    max-width: 1000px;
    margin: 0 auto;
}

/*--フッターのlogo--*/
.logo {
    margin: 0 auto;
    width: 170px;
    padding-top: 80px;
    margin-bottom: 40px;
}

.sponsor {
    text-align: center;
    background-color: #E0F2FF;
    margin-bottom: 20px;
}

.sponsor-icon {
    /* display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #E0F2FF;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto 20px auto; */

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 10px;
    max-width: 1000px;
    width: 100vw;
    margin: 0 auto 20px auto;
    text-align: center;
}

.sponsor-icon-image {
    grid-area: 1 / 2 / 2 / 3;
}

.sponsor-icon-image2 {
    grid-area: 1 / 4 / 2 / 5;
}

.sponsor-icon-image3 {
    grid-area: 2 / 1 / 3 / 2;
}

.sponsor-icon-image4 {
    grid-area: 2 / 3 / 3 / 4;
}

.sponsor-icon-image5 {
    grid-area: 2 / 5 / 3 / 6;
}

.sponsor-icon img {
    width: 15vw;
}

/*--SNS--*/
.SNS ul {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.SNS img {
    width: 50px;
    margin: 0 5px;
}

.SNS img:hover {
    opacity: 0.3;
}

/*--フッターナビ--*/
.footer-nav ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-nav ul li {
    color: #fff;
    font-size: 20px;
}

.footer-nav ul li:hover {
    opacity: 0.3;
}

/*-- 諸々 --*/
.etc {
    margin-bottom: 30px;
}

.etc ul {
    display: flex;
    justify-content: space-evenly;
}

.etc ul li {
    color: #fff;
}

.etc ul li:hover {
    opacity: 0.3;
}

.small {
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    font-size: 10px;
}

/* ホーム　------------------------------------- */
/* PC・タブレット用：横並び */

.about-text {
    width: 45%;
    text-align: center;
    /* ← ここを left から center に変える */
}

.about-content {
    display: flex;
    align-items: center;
    /* ★重要！これで文章が「上下の真ん中」に来ます */
    justify-content: center;
    /* コンテンツ全体を画面の中央に寄せます */
    gap: 40px;
    /* 画像と文字の間隔 */
}

.about-img {
    width: 45%;
    /* 画像の幅（少し調整） */
}

/* 画像を枠内に収める */
.about-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    /* 画像の下の微妙な隙間を消すおまじない */
}

.about-text {
    width: 45%;
    /* 文章エリアの幅 */
    text-align: left;
    /* 文章は左揃え（お好みで center にしてもOK） */
}

/* アーティスト一部紹介 */
#Featured-artist h2 {
    margin-top: -40px;
}

.artist-card-1,
.artist-card-2 {
    display: flex;
    margin-bottom: 40px;
}

.artist-card-2 {
    justify-content: flex-end;
}

.artist-card-1 p {
    margin-top: 20px;
}

.artist-card-2 p {
    margin-left: 20px;
    margin-top: 20px;
}

.artist-card-name {
    font-size: 20px;
}

.artist-card-1-text,
.artist-card-2-text {
    display: block;
}

.artist-card-1 img {
    width: 48%;
    border-radius: 25px;
    margin-right: 25px;
}

.artist-card-2 img {
    width: 48%;
    border-radius: 25px;
    margin-left: 25px;
}

.artist-card-1-text img,
.artist-card-2-text img {
    border-radius: 0;
    width: 200px;
    margin-top: 20px;
}

/* スタンプラリー　------------------------------------------------------------------ */
#stamp-rally {
    background-color: #0169B7;
    padding: 40px;
    position: relative;
}

#stamp-rally {
    background-color: #0169B7;
    padding: 60px 20px;
    color: white;
    overflow: hidden;
    /* 画像のはみ出し防止 */
}

.stamp-container {
    max-width: 1200px;
    margin: 0 auto;
}

.stamp-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
}

/* フレックスボックスで3要素を並べる */
.stamp-flex-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* 各パーツの基本設定 */
.stamp-image-left {
    width: 25%;
    transform: rotate(-10deg);
}

.stamp-text-center {
    width: 50%;
    text-align: center;
}

.stamp-image-right {
    width: 20%;
    transform: rotate(15deg) translateY(-50px);
    /* 右上に浮かせる */
}

.stamp-flex-layout img {
    width: 100%;
    height: auto;
}

/* ショップリストの整形 */
.stamp-shop-list {
    margin-top: 30px;
    text-align: left;
    display: inline-block;
    /* 中央揃えの中での左寄せ用 */
}

.stamp-shop-list dl div {
    display: flex;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.stamp-shop-list dt {
    white-space: nowrap;
    min-width: 120px;
}


/* ニュース　------------------------------------------------------------------------- */

.news-wrapper {
    display: flex;
    gap: 40px;
}

.news-item img {
    width: 231px;
}

.news-item dt,
.news-item dd {
    color: #333;
}

.news-item dt {
    font-size: 12px;
}

.news-item img {
    height: 124px;
}

/* アーティストページ------------------------------------------------------------------------------------------------ */

#artists-section img {
    max-width: 300px;
    border-radius: 15px;
}

#artists-section h3 {
    margin-top: 10px;
    text-align: center;
}

#artists-section h3 img {
    border-radius: 0;
    width: 250px;
}

#artists-section button {
    margin-bottom: 80px;
    margin-top: 40px;
}

.Live-Aria {
    margin-bottom: 80px;
    margin-top: 40px;
}

.Live-Aria p {
    margin-top: 20px;
    text-align: center;
    color: #333;
}

/* 大阪エリア */
.Osaka-Aria-artists {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 40px;
}

.Cinema-street {
    grid-area: 1 / 2 / 2 / 4;
}

.Wednesday-Crab {
    grid-area: 1 / 4 / 2 / 6;
}

.Summer-colors-human {
    grid-area: 2 / 1 / 3 / 3;
}

.NanIwa {
    grid-area: 2 / 3 / 3 / 5;
}

.Marionets {
    grid-area: 2 / 5 / 3 / 7;
}

.mukadE {
    grid-area: 3 / 2 / 4 / 4;
}

.Leilaren {
    grid-area: 3 / 4 / 4 / 6;
}

/* OCPエリア */
.OCP-Aria-artists {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 40px;
}

.blue-sky-person {
    grid-area: 1 / 2 / 2 / 4;
}

.Astral {
    grid-area: 1 / 4 / 2 / 6;
}

.Glassy-Youth {
    grid-area: 2 / 1 / 3 / 3;
}

.Komuro {
    grid-area: 2 / 3 / 3 / 5;
}

.Night-Glass {
    grid-area: 2 / 5 / 3 / 7;
}

/* 天王寺エリア&鶴橋エリア */
.Tennoji-Aria-artists,
.Turuhashi-Aria-artists {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 40px;
}

.canatarium,
.Iruka {
    grid-area: 1 / 1 / 2 / 3;
}

.White-clover,
.okuno-road {
    grid-area: 1 / 3 / 2 / 5;
}

.Cat-or-Dog,
.kronos-studio {
    grid-area: 1 / 5 / 2 / 7;
}

.NOMURA,
.sadistic-matsumoto {
    grid-area: 2 / 1 / 3 / 3;
}

.Yurelka,
.Neon-circus {
    grid-area: 2 / 3 / 3 / 5;
}

.Last-page,
.Matsushita-firecracker {
    grid-area: 2 / 5 / 3 / 7;
}

/* 観光--------------------------------------------------------------------------------------------------- */

#tourism-spot h3 {
    text-align: center;
    margin-bottom: 20px;
}

.tourism {
    max-width: 1000px;
    margin: 0 auto 80px auto;
}

.tourism-spot h4 {
    text-align: center;
    margin-bottom: 20px;
}

.tourism img {
    border-radius: 15px;
}

.tourism-text {
    display: block;
}

.tourism-intro {
    text-align: center;
    margin-bottom: 50px;
}

.tourism-spot h4 {
    font-size: 24px;
}

.div5 img {
    width: 230px;
    height: 230px;
}

.div4 img {
    width: 230px;
    height: 230px;
}

.tourism {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0px;
}

.div1 {
    grid-area: 1 / 1 / 5 / 6;
}

.div2 {
    grid-area: 1 / 6 / 3 / 12;
}

.div3 {
    grid-area: 3 / 6 / 5 / 12;
}

.div2 p {
    margin-top: 30px;
}

.div3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.tourism img {
    width: 100%;
    height: auto;
}

.tourism-spot h5 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}

.div3 img {
    border-radius: 35px;
}

.div4 img {
    border-radius: 35px;
}

h5 {
    font-size: 20px;
    padding-bottom: 60px;
}

/*-- タイテ ---------------------------------------------------------------------*/
#TIMETABLE-section h2 {
    border-bottom: 1px solid #333;
    width: 80vw;
    margin: 0 auto 40px auto;
    padding-bottom: 20px;
    text-align: center;
}

#TIMETABLE-section button {
    margin-top: 40px;
}

.timetable img {
    min-width: 350px;
    width: 30vw;
    margin: 0 auto;
    display: block;
    text-align: center;
}

/* アクセス---------------------------------------------------------------------- */
#Coupon-store-access .note,
#Live-access .note {
    margin: 40px auto 0 auto;
}

.access-button {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.access-button button {
    width: 300px;
}

.Aria-map,
.Coupon-store-map {
    display: flex;
}

.Aria-map-text,
.Coupon-store-map-text {
    margin-left: 20px;
    display: block;
}

.Aria-map {
    margin-top: 20px;
    margin-bottom: 20px;
}

.Aria-map img {
    width: 200px;
    margin-bottom: 20px;
}

.Coupon-store-map {
    margin-top: 20px;
    margin-bottom: 20px;
}

.Coupon-store-map img {
    width: 200px;
    margin-bottom: 20px;
}

.note {
    border: 1px solid #333;
    padding: 30px 40px;
}

.note :first-child {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.note p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.red-letter {
    color: rgb(231, 0, 0);
    font-size: 20px;
}

.access-image {
    text-align: center;
    margin-bottom: 40px;
}

.access-image img {
    width: 656px;
    text-align: center;
    margin: 40px auto 0 auto;
}

.map-text-title {
    font-size: 16px;
    font-weight: bold;
}

/*-- ticket -------------------------------------------------------*/

#ticket {
    text-align: center;
    margin-bottom: 40px;
}

#ticket img {
    width: 500px;
}

#ticket p {
    font-size: 12px;
    text-align: right;
}

.ticket-grup p a {
    color: #0169B7;
}

.ticket-grup p a:hover {
    opacity: 0.3;
}

#ticket .ticket-img {
    margin-top: -20px;
}

#ticket .ticket-img a:hover {
    opacity: 0.4;
}

.ticket-grup {
    width: 500px;
    margin: 0 auto;
}

.ticket-2 ul,
.access-button ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.ticket-2 ul li a button {
    font-size: 20px;
    height: 50px;
}

#ticket-tab h3 {
    margin: 40px 0;
    font-size: 25px;
}

#ticket-tab h4 {
    font-size: 18px;
}

.ticket-text {
    margin: 40px 0;
}

.ticket-text dt {
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.ticket-text dd {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

/*-- goods -----------------------------*/

.goods img {
    width: 100%;
    height: auto;
}

.goods {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

/* ボタンホバー時のリンク色変更 */
button:hover a,
.button-p button:hover a {
    color: #333 !important;
    /* 濃い青（または #333）にする */
}

@media (max-width: 1230px) {
    #stamp-rally .stamp-container .stamp-flex-layout .stamp-image-left img {
        display: none;
    }

    #stamp-rally .stamp-container .stamp-flex-layout .stamp-image-right img {
        display: none;
    }

    .stamp-rally-text {
        margin-top: 20px;
    }

    .news-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
    }

    .news-item img {
        width: 100%;
        height: auto;
    }

}

/* -- レスポンシブ1080 --*/
@media screen and (max-width:1080px) {

    #About-Fes,
    #artists-section,
    #tourism-spot,
    #Featured-artist,
    #Latest-news,
    #TIMETABLE-section,
    #GOODS-section,
    #ticket-tab,
    .sponsor-box,
    #access-note,
    #Live-access,
    #Coupon-store-access {
        width: 90%;
        max-width: 1080px;
        margin: 0 auto 80px auto;
    }

    .sponsor-icon img {
        width: 25vw;
    }

    .sponsor-icon {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 10px;
        max-width: 600px;
        width: 100vw;
    }

    .sponsor-icon-image {
        grid-area: 1 / 1 / 2 / 2;
    }

    .sponsor-icon-image2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .sponsor-icon-image3 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .sponsor-icon-image4 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .sponsor-icon-image5 {
        grid-area: 3 / 1 / 4 / 2;
    }
}



/*-- レスポンシブ975 --*/
@media screen and (max-width:975px) {
    .Osaka-Aria-artists {
        gap: 20px;
        margin: 0 auto;
    }

    .OCP-Aria-artists {
        gap: 20px;
        margin: 0 auto;
    }

    .Tennoji-Aria-artists {
        gap: 20px;
        margin: 0 auto;
    }

    .Turuhashi-Aria-artists {
        gap: 20px;
        margin: 0 auto;
    }

    .Osaka-Aria-artists img {
        width: 250px;
    }

    .OCP-Aria-artists img {
        width: 250px;
    }

    .Tennoji-Aria-artists img {
        width: 250px;
    }

    .Turuhashi-Aria-artists img {
        width: 250px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    #GOODS-section,
    #ticket-tab,
    .sponsor-box,
    #TIMETABLE-section,
    #Latest-news,
    #artists-section,
    #tourism-spot,
    #Featured-artist,
    #About-Fes,
    #access-note,
    #Live-access,
    #Coupon-store-access #access-note {
        max-width: 768px;
        width: 100%;
        margin: 0 auto 40px auto;
    }

    h2 {
        font-size: 20px;
    }

    .bue {
        display: none;
    }

    h3 {
        font-size: 18px;
    }

    header {
        padding-top: 80px;
        /* PCの80px → スマホは60pxに変更 */
    }

    .header button {
        display: block;
    }

    /* ▼ スマホ用：縦並び ▼ */
    .about-content {
        flex-direction: column;
        /* 縦並びにする */
        gap: 20px;
    }

    .about-img,
    .about-text {
        width: 90%;
        /* 横幅いっぱいに */
        text-align: center;
        /* スマホなら画像も文字も真ん中揃えが見やすい */
    }

    .about-text {
        font-size: 15px;
        /* 文字サイズ調整 */
    }


    .Live-Aria {
        display: flex;
        flex-direction: column;
        /* 縦並びにする */
        align-items: center;
        /* 子要素を中央に寄せる */
        justify-content: center;
        padding-left: 0 !important;
        /* ★最重要：PC用の左余白を強制解除 */
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    button {
        width: 150px;
        font-size: 11px;
    }

    /* ハンバーガーメニューの修正 */
    .hamburger-fade {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1000;
        width: 60px;
        height: 60px;
        padding: 0;
        border: none;
        background: transparent;
        cursor: pointer;
    }

    .nav .header-nav {
        display: none;
    }

    /* footer {
        display: none;
    } */

    .hamburger-fade {
        display: block;
        /* メディアクエリ内でも表示 */
    }

    .nav-fade__link {
        font-size: 24px;
    }

    .nav-fade__item {
        padding-left: 40px;
        margin-bottom: 1.5vh;
    }

    .nav-fade__info {
        padding-left: 40px;
    }

    /* fade-styles.css ハンバーガーはじまり　ーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

    .hamburger-fade {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1000;
        width: 60px;
        height: 60px;
        padding: 0;
        border: none;
        background: transparent;
        cursor: pointer;
    }

    .hamburger-fade:hover {
        background-color: none;
    }

    .hamburger-fade__wrapper {
        position: relative;
        width: 30px;
        height: 20px;
        margin: 20px auto;
    }

    .hamburger-fade__line {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        color: #333;
        transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .hamburger-fade__line:nth-child(1) {
        top: 0;
    }

    .hamburger-fade__line:nth-child(2) {
        top: 9px;
    }

    .hamburger-fade__line:nth-child(3) {
        top: 18px;
    }

    .hamburger-fade.active .hamburger-fade__line {
        background-color: #015A9E;
        /* 元の色に戻す */
    }

    .hamburger-fade.active .hamburger-fade__line:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .hamburger-fade.active .hamburger-fade__line:nth-child(2) {
        opacity: 0;
        transform: translateX(20px);
    }

    .hamburger-fade.active .hamburger-fade__line:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .nav-fade {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        visibility: hidden;
        z-index: 900;
    }

    .nav-fade__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #015A9E;
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .nav-fade.active {
        visibility: visible;
    }

    .nav-fade.active .nav-fade__bg {
        opacity: 1;
    }

    .nav-fade__wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 5vh 10vw;
    }

    .nav-fade__list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .nav-fade__item {
        position: relative;
        margin-bottom: 2vh;
        padding-left: 60px;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .nav-fade.active .nav-fade__item {
        opacity: 1;
        transform: translateY(0);
    }

    .nav-fade.active .nav-fade__item:nth-child(1) {
        transition-delay: 0.2s;
    }

    .nav-fade.active .nav-fade__item:nth-child(2) {
        transition-delay: 0.3s;
    }

    .nav-fade.active .nav-fade__item:nth-child(3) {
        transition-delay: 0.4s;
    }

    .nav-fade.active .nav-fade__item:nth-child(4) {
        transition-delay: 0.5s;
    }

    .nav-fade.active .nav-fade__item:nth-child(5) {
        transition-delay: 0.6s;
    }

    .nav-fade.active .nav-fade__item:nth-child(6) {
        transition-delay: 0.7s;
    }

    .nav-fade.active .nav-fade__item:nth-child(7) {
        transition-delay: 0.8s;
    }

    .nav-fade__number {
        position: absolute;
        left: 0;
        color: #eeeeee;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
    }

    .nav-fade__link {
        display: inline-block;
        color: #fff;
        font-size: 32px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    /* ハンバーガー終わり ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

    /* スタンプラリー */
    #stamp-rally {
        padding: 20px 10px;
    }

    /* 一部アーティスト紹介 */
    .artist-card-1,
    .artist-card-2 {
        margin-top: 40px;
    }

    .artist-card-1 img,
    .artist-card-2 img {
        width: 55vw;
        height: auto;
    }

    .artist-card-1-text img,
    .artist-card-2-text img {
        width: 150px;
    }

    .artist-card-2-text img {
        margin-left: 20px;
    }

    .artist-card-name {
        font-size: 18px;
    }

    .artist-card-1-text p {
        margin: 0;
    }

    .artist-card-2-text p {
        margin: 0;
        margin-left: 20px;
    }



    .Osaka-Aria-artists {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 0px;
    }

    .Cinema-street {
        grid-area: 1 / 1 / 2 / 2;
    }

    .Wednesday-Crab {
        grid-area: 1 / 2 / 2 / 3;
    }

    .Summer-colors-human {
        grid-area: 2 / 1 / 3 / 2;
    }

    .NanIwa {
        grid-area: 2 / 2 / 3 / 3;
    }

    .Marionets {
        grid-area: 3 / 1 / 4 / 2;
    }

    .mukadE {
        grid-area: 3 / 2 / 4 / 3;
    }

    .Leilaren {
        grid-area: 4 / 1 / 5 / 2;
    }



    .Osaka-Aria-artists img {
        margin-bottom: -8px;
        width: 42vw;
    }

    .OCP-Aria-artists img {
        margin-bottom: -8px;
        width: 42vw;
    }

    .Tennoji-Aria-artists img {
        margin-bottom: -8px;
        width: 42vw;
    }

    .Turuhashi-Aria-artists img {
        margin-bottom: -8px;
        width: 42vw;
    }

    .Osaka-Aria-artists p {
        margin-bottom: 30px;
    }

    .OCP-Aria-artists p {
        margin-bottom: 30px;
    }

    .Tennoji-Aria-artists p {
        margin-bottom: 30px;
    }

    .Turuhashi-Aria-artists p {
        margin-bottom: 30px;
    }

    .OCP-Aria-artists {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 0px;
    }

    .blue-sky-person {
        grid-area: 1 / 1 / 2 / 2;
    }

    .Astral {
        grid-area: 1 / 2 / 2 / 3;
    }

    .Glassy-Youth {
        grid-area: 2 / 1 / 3 / 2;
    }

    .Komuro {
        grid-area: 2 / 2 / 3 / 3;
    }

    .Night-Glass {
        grid-area: 3 / 1 / 4 / 2;
    }

    .Tennoji-Aria-artists {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 0px;
    }

    .Iruka {
        grid-area: 1 / 1 / 2 / 2;
    }

    .okuno-road {
        grid-area: 1 / 2 / 2 / 3;
    }

    .kronos-studio {
        grid-area: 2 / 1 / 3 / 2;
    }

    .sadistic-matsumoto {
        grid-area: 2 / 2 / 3 / 3;
    }

    .Neon-circus {
        grid-area: 3 / 1 / 4 / 2;
    }

    .Matsushita-firecracker {
        grid-area: 3 / 2 / 4 / 3;
    }


    .Turuhashi-Aria-artists {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 0px;
    }

    .canatarium {
        grid-area: 1 / 1 / 2 / 2;
    }

    .White-clover {
        grid-area: 1 / 2 / 2 / 3;
    }

    .Cat-or-Dog {
        grid-area: 2 / 1 / 3 / 2;
    }

    .NOMURA {
        grid-area: 2 / 2 / 3 / 3;
    }

    .Yurelka {
        grid-area: 3 / 1 / 4 / 2;
    }

    .Last-page {
        grid-area: 3 / 2 / 4 / 3;
    }

    .stamp-flex-layout {
        flex-direction: column;
        /* 縦並び */
    }


    .stamp-text-center {
        order: 3;
    }

    .stamp-shop-list {
        width: 100%;
    }

    /* 1. 画像エリアを完全に非表示にする */
    .stamp-image-left,
    .stamp-image-right img {
        display: none;
    }

    /* 2. テキストエリアを横幅いっぱいに広げる */
    .stamp-text-center {
        width: 100%;
        max-width: none;
        padding: 0 10px;
        /* 左右に少し余白を作る */
    }

    /* 3. レイアウトを縦方向に整える */
    .stamp-flex-layout {
        display: block;
        /* Flexを解除して自然な流れに */
    }

    .stamp-title {
        font-size: 1.5rem;
        /* スマホ用にタイトルを少し小さく */
        margin-bottom: 30px;
    }

    /* 4. 店舗リストの調整 */
    .stamp-shop-list {
        display: block;
        /* 中央揃えを解除してスマホで読みやすく */
        text-align: left;
    }

    .stamp-shop-list dl div {
        flex-direction: column;
        /* 「エリア名」と「店舗名」を縦に並べる（画面が狭いため） */
        margin-bottom: 15px;
    }

    .stamp-shop-list dt {
        color: #ffeb3b;
        /* エリア名を強調 */
        font-weight: bold;
    }

    /* tourism ----------------------------------------------------------------- */
    .tourism {
        margin: 0 auto 60px auto;
    }

    .tourism-spot h5 {
        text-align: center;
        margin-bottom: 40px;
        font-weight: bold;
    }

    /* footer -------------------------------------------------------------------- */
    .sponsor-icon img {
        width: 20vw;
    }


    .logo {
        width: 20vw;
        min-width: 100px;
    }

    .footer-nav {
        display: none;
    }

    .SNS ul {
        margin: 20px auto;
    }

    /* goods ------------------------------------------------------------------- */
    .goods {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    /* ticket */


    .ticket-2 ul li a button {
        font-size: 16px;
        height: 50px;
        width: 120px;
        padding: 0;
    }

    /* Accessページ*/

    #access-note .note {
        padding: 10px 20px;
        margin: 20px 20px;
    }


    #Live-access .note {
        padding: 10px 20px;
        margin: 20px 20px;
    }


    .access-button button {
        width: 150px;
    }


    .access-image img {
        width: 100%;
        max-width: 656px;
        height: auto;
    }

    /* 2. 地図とテキストを「縦並び」にする */
    .Aria-map,
    .Coupon-store-map {
        flex-direction: column;
        /* 横並び(row)から縦並び(column)へ変更 */
        align-items: center;
        gap: 15px;
    }

    /* 3. 地図画像のサイズと余白調整 */
    .Aria-map img,
    .Coupon-store-map img {
        width: 90%;
        /* スマホでは地図を大きく見やすく */
        max-width: 350px;
        height: auto;
        margin-bottom: 0;
    }

    iframe {
        width: 90%;
        max-width: 370px;
    }

    /* 4. テキストの左余白を消す */
    .Aria-map-text,
    .Coupon-store-map-text {
        margin: 0 auto;
        width: 100%;
        align-items: center;
        text-align: center;
        margin-bottom: 40px;
    }

    .Aria-map-text img {
        width: 35vw;
        height: auto;
        margin-bottom: 10px;
    }


    .Coupon-store-map-text {
        margin-bottom: 40px;
    }

    .Coupon-store-map-text img {
        width: 35vw;
        height: auto;
        margin-bottom: 10px;
    }

    /* ▲▲ Accessページ修正：ここまで ▲▲ */
    .faq-list {
        margin: 0 20px;
    }
}

/*-- レスポンシブ626 --*/
@media screen and (max-width:626px) {

    .div2 p {
        margin-top: 0px;
    }

    .sponsor-icon {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 10px;
        max-width: 600px;
        width: 100vw;
        max-width: 400px;
    }

    .sponsor-icon img {
        width: 30vw;
    }
}

@media screen and (max-width: 600px) {
    .footer-nav {
        display: none;
    }

    .footer .logo {
        padding-top: 40px;
        margin-bottom: 20px;
        width: 120px;
        /* 少し小さく */
    }

    .SNS ul {
        gap: 15px;
        /* アイコン同士の間隔 */
    }

    .SNS img {
        width: 40px;
        /* スマホで押しやすいサイズに */
    }

    .etc ul {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .etc ul li {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
        /* 少し薄くして目立たなくする */
    }

    /* コピーライト */
    .small {
        font-size: 10px;
        padding-bottom: 20px;
    }
}


@media screen and (max-width:572px) {

    .tourism {
        margin-bottom: 20px;
    }

    .div2 p {
        font-size: 10px;
    }

    .tourism-spot h4 {
        font-size: 16px;
    }

    .tourism-spot h5 {
        font-size: 13px;
        margin: 0 0 25px 0;
        padding: 0;
    }

    #FAQ {
        font-size: 17px;
        margin: 20px 0;
    }

    .faq-list dt {
        font-size: 18px;
    }

}

/*-- レスポンシブ375 --*/
@media screen and (max-width:375px) {

    /* ナビの調整（ここはヘッダー用なので残す） */
    .nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .nav ul li {
        font-size: 16px;
    }

    /* グッズのレイアウト調整 */
    .goods {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .goods-item img {
        width: 100%;
        height: auto;
    }

    /* 観光エリアの調整 */
    .tourism {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
    }

    .tourism .div1,
    .tourism .div2,
    .tourism .div3,
    .tourism .div4 {
        grid-area: auto;
    }

    .tourism img {
        width: 100%;
        height: auto;
    }

    .div2 p {
        margin-top: -10px;
    }
}