/*
Theme Name: Trattoria Trenta Theme
*/
@charset "UTF-8";
:root{
    --header-height-pc: 51px;
    scroll-padding: 100px;
}
*{
    box-sizing: border-box;
}
body {
    padding-top: var(--header-height-pc);
    font-family: "Noto Sans JP", sans-serif; /* ゴシック体 */
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
}
.top-content-wrapper {
    background-color: #f9f7f2; /* クリーム色 */
    background-image:url('./images/mv_back.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
html{
    font-size: 100%;
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
li{
    list-style: none;
}
.inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 120px 20px;
    text-align: center;
}

/* ============================================
   ヘッダー (Header)
============================================ */
header {
    background-color: #033B11;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header-nav-logo{
    height: 35px;
    width: fit-content;
    object-fit: contain;
}

.header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 30px;
}

/* PC用ナビゲーション */
.top-link-box {
    width: fit-content;
    display: block;
    transition: opacity 0.3s;
    padding: 10px 10px;
}
header nav ul {
    display: flex;
    /* justify-content: center; */
    padding: 0;
    margin: 0;
    gap: 55px;
}
.header-right {
    /* ナビゲーションとハンバーガーを横に並べる */
    display: flex;
    align-items: center;
}
header nav ul li a img {
    height: 18px;
    width: auto;
    display: block; /* 念のためブロック要素化 */
}
header nav ul li a {
    display: block;
    text-decoration: none;
    padding: 11px;
}
/* ============================================
   メインビジュアル & セクション共通
============================================ */
.main-visual {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
    padding-bottom: 80px;
    padding-top: 131px;
}
/*MV左側*/
.main-visual-logo{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;/*水平方向*/
    align-items: center;/*垂直方向*/
}
.main-visual-logo .logo-img{
    max-width: 70%;
    height: auto;
    display: block;
}

.main-visual-img{
    width: 60%;
    overflow: hidden;
}

.main-visual-img .dish-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

h2.section-title {
    margin: 0;
    padding: 0;
}
h2.section-title img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* コンセプト */
#concept {
    padding: 0;
}
.concept-inner .concept-img{
    max-width: 100%;
    height: auto;
}

/* ============================================
   新着情報 (News)
============================================ */
#news{
    text-align:left;
    padding-top: 0;
    padding-bottom: 120px;
}
#news .section-title{
    margin-bottom: 20px;
    text-align: left;
}
.news-container {
    background-image: url('./images/store_back.png');
    padding: 15px 30px;
    color: #fff;
    text-align: left;
    font-size: 1.3rem
}
.news-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.news-container li {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.news-none{
    text-align:center;
}
.news-container li:last-child {
    border-bottom: none;
}
.news-date {
    font-weight: bold;
    margin-right: 20px;
    min-width: 100px;
}
.news-title {
    color: #fff;
    text-decoration: none;
    flex: 1;
    transition: opacity 0.3s;
    word-break: break-all;
}

/* ============================================
   メニューセクション
============================================ */
/* 導入部（アイコン3列） */
#menu {
    padding: 0;
}
.top-menu-title{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.menu-blackboard-bg {
    background-image: url('images/menu_back.png');
    background-size: cover;
    background-position: center;
    color: #fff;
}
.blackboard-top-frame {
    background-image: url('images/menu_frame_1.png');
    background-size: cover;
    height: 50px;
    margin-top: 0;
}
.blackboard-bottom-frame {
    background-image: url('images/menu_frame_1.png');
    background-size: cover;
    height: 50px;
    margin-bottom: 0;
}
.menu-intro-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
}

.menu-link-box {
    background-color: transparent;
    padding: 30px 20px;
    border-radius: 0px;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: opacity 0.3s;
    width: calc((100% - 30px * 2) / 3);
}
.menu-link-box p{
    text-align: left;
}
.menu-link-box:hover {
    opacity: 0.6;
}
.menu-title-with-bg {
    background-image: url('images/menu-text-back.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    height: auto;
    line-height: 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 0 20px;
}
.menu-title-with-bg img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: none;
}
.menu-icon {
    height: 150px;
    width: auto;
    margin-bottom: 15px;
    object-fit: contain;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.menu-icon img{
    display: block;
    max-width: 100%;
    height: auto;
}
.menu-box h3 {
    text-align: center;
    margin: 0;
    padding: 0;
}
.menu-box p {
    font-size: 1rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}
.menu-arrow{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.menu-arrow img{
    max-width: none;
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}
 /* 黒板自動合成システム */
.blackboard-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.blackboard-wrapper h3 img {
    display: block;
    margin: 0 auto;
}
.blackboard-area::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('images/menu_back_2.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.blackboard-area h3,
.blackboard-area .blackboard-wrapper {
    max-width: 1300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.blackboard-area .blackboard-wrapper:first-child {
    margin-bottom: 150px; /* 広めの空白のサイズを指定 */
    margin-top: 0;
    margin: 0 auto 250px auto;
    width: 100%;
}
.blackboard-wrapper h3 {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
.blackboard-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.blackboard-frame {
    pointer-events: none;
}
.blackboard-photo-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85.5%;
    height: 81%;
    z-index: -1;
}
.blackboard-photo-wrap2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: 83%;
    z-index: -1;
}
.blackboard-photo {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-color: #333;
}
/* テキストを黒板コンテナに重ねるための設定 */
#party-menu .party-detail-text-overlay {
	display: grid;
    position: absolute;
    justify-items: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
    word-break: break-word;
    overflow-wrap: break-word;
}
.party-menu-list {
    padding: 0;
    margin: 0;
    text-align: left;
    width: fit-content;
}
.party-menu-item {
    margin-bottom: 40px;
}
.party-menu-item:last-child {
    margin-bottom: 0;
}
.menu_party_title {
    color:#033B11;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 2.5rem;
    background-image: url('images/menu-text-back.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 5px 15px;
}
.menu_party_detail {
    margin-top: 5px;
    letter-spacing: 0.2rem;
    font-size: 1.6rem;
    font-weight: 300;
    color: white;
}

/* ============================================
   店舗情報 (Store)
============================================ */
#store{
    background-image: url('images/store_back.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 0;
}
#store .inner{
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    text-align: left;
}
.store-img-wrap {
    width: 500px;
    position: relative;
    padding-bottom: 500px;
    height: 0;
    overflow: visible;
}
.store-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% center;
}
.store-img-wrap::after{
    content: "";
    background-image: url('images/store_deco.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: -125px;
    left: -140px;
}
.store-text {
    width: fit-content;
    max-width: calc(100% - 500px - 50px);
}
.store-text dt img {
    display: block;
}
.store-text dl {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 30px 0;
    margin: 0;
    align-items: start;
}
.store-text dt {
    font-weight: bold;
    grid-column: 1;
    padding-top: 7px;
    line-height: 1;
}
.store-text dd {
    margin: 0;
    grid-column: 2;
    display: flex;
    align-items: flex-start;
}
.store-text p {
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
}
.store-name{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

/* ============================================
   アクセス
============================================ */
.access-fullwidth-bg{
    background-color: #f9f7f2;
    background-image: url('./images/access_back.png');
    background-size: cover;
}
#access p:last-child {
    margin-bottom: 0;
}
.access-flex-container {
    display: flex;
    justify-content: center;
    align-items: center; /* 上揃え */
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.access-text-content {
    flex: 1;
    min-width: 200px;
    text-align: left;
    max-width: 35%;
}
.access-info p{
    font-size: 1.3rem;
}
.map-container {
    flex: 1;
    min-width: 400px;
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
    margin-top: 0;
    flex-wrap: wrap;
}
.map-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.parking-info p{
    margin: 0;
}
.parking-info {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 20px;
}

/* ============================================
   ご予約・お問い合わせ
============================================ */
#contact{
    background-image: url('images/contact_back.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#contact{
    padding: 0;
}
.contact-info {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact-text{
    font-size: 1.3rem;
    color: #fff;
}
.contact-tell{
    display: flex;
    justify-content: center;
    gap: 30px;
    color: #fff;
    padding-bottom: 0;
    margin: 0 auto;
    align-items: center;
}
.contact-tell p{
    font-size: 2.4rem;
    margin: 0;
}
.contact-tell .tell-text{
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}
.contact-tell .tell-text{
    font-size: 30px;
}
#contact .tel{
    font-size: 50px
}
/* ============================================
   フッター
============================================ */
footer {
    background-color: #033B11;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    position: relative;
}

/* ============================================
   記事詳細ページ (single.php)
============================================ */
.single-page-wrapper {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}
.post-article {
    background-color: #fff;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
/* ヘッダー */
.article-header {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    text-align: left;
}
.article-date {
    display: block;
    font-size: 0.9rem;
    color: #666 !important;
    margin-bottom: 10px;
}
.article-title {
    font-size: 2rem;
    color: #033B11 !important;
    margin: 0;
    line-height: 1.4;
    font-weight: bold;
}
/* 本文 */
.article-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    text-align: left;
    margin-bottom: 60px;
}
/* 戻るボタン */
.article-footer {
    text-align: center;
    padding-top: 20px;
}
.btn-back {
    display: inline-block;
    background-color: #033B11;
    color: #fff;
    text-decoration: none;
    padding: 15px 60px;
    border-radius: 50px;
    font-weight: bold;
    transition: opacity 0.3s;
}
.btn-back:hover {
    opacity: 0.8;
}
.footer-icon{
    height: 50px;
    margin-bottom: 20px;
}
.copyright p{
    margin: 0;
}

/* デフォルト(PC)ではハンバーガーとSPメニューを隠す */
#hamburger{
    display: none;
}
@media screen and (max-width: 1255px) {
    /* --- メニュー --- */
    .top-menu-title{
        width: 50%;
        height: auto;
    }
    #party-menu .party-detail-text-overlay{
        width: 80%;
        max-width: 850px;
        top: 53%;
    }
    #party-menu .menu_party_title {
        font-size: 3.2vw;
        padding: 0.4vw 1.2vw;
        margin-bottom: 0.8vw;
    }
    #party-menu .menu_party_detail {
        font-size: 2.0vw;
        margin-top: 0.5vw;
    }
    #party-menu .party-menu-item {
        margin-bottom: 3.2vw;
    }

    /* --- 店舗情報 --- */
    #store{
        margin: 0;
    }
    #store .section-title{
        margin-bottom: 375px;
    }
    #store .inner{
        justify-content: center;
        position: relative;
        padding: 25px 20px;
    }
    .store-img{
        width: 100%;
        object-position: unset;
    }
	.store-text {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .store-img-wrap {
        position: absolute;
        width: calc(100% - 20px * 2);
        padding-bottom: 315px;
        top: 145px;
        left: 50%;
        transform: translate(-50%, 30px) !important;
        transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
        will-change: opacity, transform;
    }
    .store-img-wrap.is-visible{
        transform: translate(-50%) !important;
    }
    .store-img-wrap::after{
        position: absolute;
        width: 100px;
        height: 100px;
        bottom: -50px;
        left: -5px;
    }
    .store-name{
        width: 500px;
        height: auto;
        max-width: 100%;
        padding: 5px 0 15px;
    }
	.store-text dl {
        width: fit-content;
        display: grid;
        grid-template-columns: 80px 1fr; /* アイコン80px + 残り全部 */
        gap: 15px 0;
        margin: 0;
        padding: 0 0 30px 0;
    }
    .store-text dt{
        width: 80%;
        padding-top: 6px;
    }
    .store-text p {
        font-weight: 300;
        font-size: 1rem
    }
    /* アクセス */
    .access-text-content{
        max-width: 48%;
    }

}
/* ============================================
   レスポンシブ & スマホメニュー (max-width: 768px)
============================================ */
@media screen and (max-width: 768px) {

    .inner {
        max-width: 768px;
        padding: 10px 20px;
    }
    /* PCナビを隠す*/
    .header-nav {
        display: none;
    }

    /* ヘッダー */
    .header-inner{
        padding: 0 0  0 15px;
    }
    .top-link-box{
        position: relative;
        z-index: 1;
        padding: 15px 0px 5px;
    }

    /* --- ハンバーガーボタン --- */
    #hamburger{
        cursor: pointer;
        position: relative;
        background: transparent;
        border: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        width: 55px;
        height: 55px;
    }
    #hamburger span {
        width: 30px;
        height: 2px;
        background-color: #fff;
        transition: all 0.3s;
        border-radius: 2px;
    }

    /* メニューOPEN時のバツ印（右上に固定） */
    #hamburger.active span:nth-of-type(1) {
        transform: translateY(10px) rotate(45deg);
    }
    #hamburger.active span:nth-of-type(2) { opacity: 0; }
    #hamburger.active span:nth-of-type(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    /* --- スマホ用メニュー画面 --- */
    .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70vh;
        background-color: #033B11;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header-nav.active {
        display: flex;
        visibility: visible;
        opacity: 1;
    }

    /* メニューリスト */
    header nav.header-nav ul {
        display: block;
        text-align: center;
        justify-content: center;
        width: 100%;
    }
    .header-nav-logo img{
        width: 70%;
    }
    .header-nav ul li {
        margin: 0;
    }
    .header-nav ul li a{
        display: flex;
        justify-content: center;
        padding: 30px;
    }
    .header-nav ul li a img{
        width: 150px;
    }

    /* --- コンテンツ調整 --- */
    section {
        margin: 40px auto;
        padding: 0 10px;
    }
    h2.section-title img,
    h2.section-title .img{
        max-width: 110px;
    }
    .menu-intro-row {
        flex-direction: column;
    }
    .store-inner {
        flex-direction: column;
        padding: 20px;
    }
    .store-text{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .store-text h3{
        margin: 20px 0;
    }
    .store-text dl {
        grid-template-columns: 80px 1fr;
    }
    .top-content-wrapper {
        background-image:url('./images/sp_mv_back.png');

    }
    .blackboard-container {
        max-width: 100%;
    }

    /* --- メイン --- */
    .main-visual {
        flex-direction: column;
        height: auto;
        align-items: center;
        padding: 0;
        margin: 0;
    }
    .main-visual-logo .main-visual-img{
        max-width: 100%;
        height: auto;
    }
    .main-visual-img{
        width: 100%;
        height: 45vh;
        height: calc(var(--vh) * 45);
    }
    .main-visual-logo{
        width: 60%;
        margin: calc(55px + 40px) 0 40px;
    }
    .main-visual-logo .logo-img{
    max-width: 100%;
    }

    /* --- コンセプト --- */
    #concept{
        margin: 0;
    }
    #concept .inner{
        padding: 80px 20px;
    }
    .concept-inner{
        padding: 30px 0;
    }
    .concept-img{
        max-width: 100%;
        height: auto;
        width: 600px;
    }

    /* --- ニュース --- */
    #news{
        margin: 0;
        padding: 0;
    }
    .news-container li{
        padding: 0;
    }
    .news-date{
        font-size: 0.8125rem;
    }
    .news-title{
        font-size: 0.75rem;
    }
    #news .inner{
        padding-top: 0;
        padding-bottom: 30px;
    }

    /* --- メニュー --- */
    #menu{
        margin: 0;
    }
    #menu .inner{
        padding-bottom: 60px;
    }
    .top-menu-title{
        width: 80%;
        height: auto;
    }
    .menu-blackboard-bg .inner{
        max-width: 85%;
        padding: 30px 20px;
    }
    .menu-link-box{
        width: 100%;
    }
    .menu-title-with-bg{
        margin-bottom: 10px;
    }
    .menu-title-with-bg img{
        width: 200px;
    }
    .menu-link-box p{
        font-size: 0.75rem;
        margin: 10px 0 12px;
    }
    .menu-icon {
        height: 100%;
    }
    .menu-icon img{
        width: 45%;
    }
    .menu-arrow{
        margin-top: 0;
    }
    #party-menu .party-menu-list {
        margin: 0 auto;
        width: fit-content;
    }
    #party-menu .menu_party_detail {
        letter-spacing: 0;
    }

    .blackboard-area{
        gap: 40px;
    }
    .blackboard-wrapper h3 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 20px auto;
        padding: 0;
    }
    .blackboard-area .blackboard-wrapper:first-child{
        margin: 0 auto 50px auto;
    }
    .blackboard-wrapper h3 picture,
    .blackboard-wrapper h3 picture img {
        width: 100%;
        height: auto;
        max-width: 100%;
        padding-top: 30px;
    }
    .menu-arrow img{
        width: 150px;
    }

    /* --- 店舗情報 --- */
    #store .inner{
        padding-bottom: 40px;
    }
    #store .section-title{
        margin: 0 0 215px;
    }
    .store-img-wrap {
        top: 90px;
        transform: translateY(30px) !important;
        padding-bottom: 170px;
    }
    .store-img-wrap.is-visible{
        transform: translateY(0) !important;
    }
    .store-name{
        width: 200px;
    }
    .store-text dl {
        grid-template-columns: 121px 1fr;
        margin: 0;
        padding: 0;
    }
    .store-text dt{
        width: 58%;
    }
    .store-img-wrap {
        left: 0%;
        width:100%;
    }
    .store-img-wrap::after{
        position: absolute;
        width: 100px;
        height: 100px;
        bottom: -50px;
        left: -5px;
    }
    .store-text p {
        font-weight: 300;
        font-size: 0.75rem
    }

    /* --- アクセス --- */
    #access{
        margin: 0;
        padding: 0;
    }
    .access-fullwidth-bg{
        height: 315px;
    }
    .access-fullwidth-bg{
        background-image: url('./images/sp_access_back.png');
    }
    #access .section-title{
        margin-bottom: 200px;
    }
    .access-flex-container {
        flex-direction: column;
        gap: 30px;
    }
    .map-container{
        min-width: unset;
        width: 100%;
        padding-bottom: 170px;
        top: -265px;
        left: 50%;
        transform: translate(-50%);
        flex: none;
    }
    .access-text-content{
        text-align: center;
        max-width: 100%;
    }
    .parking-info{
        justify-content: center;
        margin: 0;
    }
    .access-info br{
        display: none;
    }
    .access_title_1{
        width: 45px;
        padding-bottom: 4px;
    }
    .access-info p{
        font-size: 0.75rem;
        margin: 5px;
    }

    /* --- お問い合わせ --- */
    #contact{
        margin: 0;
    }
    #contact .inner{
        padding: 30px 20px;
    }
    #contact h3{
        margin-top: 0;
    }
    #contact h3 img{
        max-width: 230px;
        height: auto;
    }
    .contact-text{
        font-size: 0.8125rem;
        margin-top: 0;
    }
    .contact-tell{
        gap: 13px;
    }
    .contact-tell p{
        font-size: 13px;
    }
    .contact-tell .tell-text{
        font-size: 0.8125rem;
    }
    #contact .tel{
        font-size: 20px
    }


    /* --- フッター --- */
    footer{
        padding: 15px 0;
    }
    .footer-icon{
        max-width: 150px;
        height: auto;
    }
    .copyright p{
        font-size: 0.6rem;
    }
}

/* アニメーション用の基本スタイル */
.fade-in-target {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: opacity, transform;
}

/* 表示時のスタイル */
.fade-in-target.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 順番に表示させたい場合（例：メニューの3連ボックスなど） */
.menu-link-box:nth-child(2) { transition-delay: 0.1s; }
.menu-link-box:nth-child(3) { transition-delay: 0.2s; }

/* --- メインビジュアル専用のアニメーション設定 --- */

/* 1. 料理画像（背景）：最初は透明で、少し拡大しておく */
.main-visual-img {
    opacity: 0;
    transition: opacity 2.5s ease-out, transform 2.5s ease-out; /* 2.5秒かけてゆっくり変化 */
    will-change: opacity, transform;
}
/* 表示された時の状態（クラスがついた時） */
.main-visual-img.is-visible {
    opacity: 1;
}

/* 2. ロゴ：最初は透明で、少し下に置いておく */
.main-visual-logo {
    opacity: 0;
    transform: translateY(30px); /* 30px下に配置 */
    transition: opacity 2.0s ease-out, transform 2.0s ease-out; /* 2秒かけてゆっくり */
    will-change: opacity, transform;
}

.main-visual-logo.is-visible {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻る */
    transition-delay: 0.5s; /* 画像が出始めて0.5秒待ってからロゴ開始 */
}