@charset "UTF-8";
#anniversary_wp .mv {
    margin-top: 20px;
}
#anniversary_wp .mv img {
    width: 100%;
    max-width: 100%;
    /* 親要素の幅に合わせて縮む */
    height: auto;
    /* 縦横比を維持して縮む */
    display: block;
    /* インライン要素の余白を消す（任意） */
}
#anniversary_wp .anniversary_contents {
    max-width: 1200px;
    margin: 0 auto;
}
#anniversary_wp .anniversary_contents .main_tx {
    margin-top: 120px;
}
#anniversary_wp .anniversary_contents .main_tx img {
    margin: 0 auto 45px;
}
#anniversary_wp .anniversary_contents .main_tx p {
    font-size: 17px;
    line-height: 2.2;
    text-align: center;
    color: #000;
    margin-top: 1.6em;
}
#anniversary_wp .circle-btn {
    width: 180px;
    height: 180px;
    background-color: #3b2b20;
    /* 茶色 */
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    line-height: 1.6;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s;
    margin: 60px auto 150px;
}
#anniversary_wp .circle-btn:hover {
    opacity: 0.8;
}
#anniversary_wp .circle-btn .arrow {
    margin-top: 26px;
    font-size: 12px;
}
#anniversary_wp .archive_wp {
    text-align: center;
}
#anniversary_wp .archive_wp p {
    line-height: 1.2;
    font-size: 30px;
    color: #d51a19;
    margin-bottom: 15px;
}
#anniversary_wp .archive_wp .annotation {
    line-height: 1.6;
    font-size: 15px;
    color: #d51a19;
}
.block-toppage-flyers-bg-box img {
    display: none;
}
.shippori-mincho-medium {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
}
.shippori-mincho-semibold {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
}

/* 追加11/14 */
/* 全画面ポップアップ */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
/* ポップアップ本体（画面幅いっぱい） */
.popup-content {
    position: relative;
    width: 60%;
    height: 60%;
}
/* 閉じるボタン */
.popup-close {
    position: absolute;
    top: 12px;
    right: 18px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    z-index: 2000;
}
/* YouTube動画（全画面サイズ） */
#popup-youtube {
    width: 100%;
    height: 100%;
}
.column_video {
    position: relative;
    padding-bottom: 26%;
    height: 0;
    overflow: hidden;
    margin: 50px 0;
    text-align: center;
}

@media screen and (min-width: 561px) {
    .block-toppage-flyers-content-list {
        margin-top: 10px;
    }
}
/*スマホ*/
@media screen and (max-width: 560px) {
    #anniversary_wp .anniversary_contents {
        width: 92%;
    }
    #anniversary_wp .anniversary_contents .main_tx {
        margin-top: 15%;
    }
    #anniversary_wp .anniversary_contents .main_tx p {
        font-size: 1.6rem;
        line-height: 1.9;
    }
    #anniversary_wp .circle-btn {
        width: 160px;
        height: 160px;
        font-size: 1.9rem;
        margin: 12% auto 20%;
    }
    #anniversary_wp .archive_wp p {
        line-height: 1.5;
        font-size: 2.5rem;
    }
    #anniversary_wp .archive_wp .blank {
        padding-left: 22px;
    }
    .block-toppage-flyers {
        padding-top: 3%;
    }
    .column_video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        margin: 50px 0;
    }
    .column_video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* ポップアップ本体（画面幅いっぱい） */
    .popup-content {
        position: relative;
        width: 100%;
        height: 100%;
    }

}