@charset "utf-8";

body {
    background: linear-gradient(#ffffff 0%, #ffffff 20%, #cfebed 80%);
}

.switch_sp {
    display: none;
}

.fa-cart-shopping {
    padding-right: 10px;
}

/* リードのフォントサイズ */
.smb-section__lede {
    --_font-size-level: 0;
}

/* ハンバーガーメニューナビ */
.akaneya_info {
    position: absolute;
    bottom: 0;
    width: 90%;
    box-sizing: border-box;
}

.akaneya_logo img {
    width: 50%;
}

.akaneya_insta {
    width: 25%;
    margin: 25px 0 35px;
}

/* メインビジュアルキャッチコピー */
.smb-section__contents-wrapper--left .smb-section__title {
    font-family: "游明朝", "YuMincho", serif;
    text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 8px #000;
    letter-spacing: 0;
}

.u-slim-width {
    max-width: initial !important;
}

/* 前後の投稿ボタンを非表示 */
.c-prev-next-nav {
    display: none;
}

/* トップアカネヤのご案内背景 */
.bg_about {
    background: url(../../uploads/2025/06/bg_button01.png) no-repeat 75vw 15%;
    background-size: 300px;
}

/* トップハンドメイドの背景 */
.handmade {
    background: url(../../uploads/2025/06/bg_symbol.png) no-repeat -30px -30px #cfebed;
}

/* ハンドメイドのNEWマーク */
.new-item div {
    position: relative;
    z-index: 1;
}

.new-item::before {
    content: "NEW";
    display: block;
    position: absolute;
    top: -12px;
    right: -10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: #009eab;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.new-item .c-entry-summary__meta {
    display: none;
}

/* 店舗情報お問い合わせボタン */
.smb-items__item__action {
    text-align: left;
}

/* 過去のお知らせ一覧ボタン */
.btn_old-news {
    width: 100%;
    padding-top: 20px;
}

/* 商品情報の画像キャプション */
.line-up .wp-element-caption {
    background: rgba(0, 0, 0, 0.6) !important;
}

/* お知らせ */
.news-list li {
    border: none !important;
    margin: 20px 0;
}

.news-list li a {
    background: #ffffff;
    padding: 10px !important;
    box-shadow: 3px 3px 10px -3px #999;
}

/* サムネのラベルを非表示 */
.c-entry-summary__term {
    display: none;
}

/* フッター上部に白線が表示されるのを消す */
.l-footer {
    border-top: none;
}

/* フッターメニューの余白 */
.c-row__col--lg-auto {
    margin-left: 200px;
}

@media (width > 1024px) {

    header {
        padding-bottom: 20px;
    }

    /* メインビジュアルキャッチコピー */
    .smb-section__contents-wrapper--left .smb-section__title {
        margin-left: 10vw;
    }
}

@media (width < 1023px) {

    /* ハンドメイドの上部余白 */
    .handmade .smb-section__header {
        padding-top: 60px;
    }
}

@media (width < 600px) {
    .switch_sp {
        display: block;
    }

    /* キャッチコピーを3行に収めるため */
    span.sme-text-color:nth-child(1) {
        font-size: 27px;
    }

    /* フッターメニューの余白 */
    .c-row__col--lg-auto {
        margin-left: 20px;
    }

    /* アカネヤのご案内で画像を中央に */
    .owner .smb-section-break-the-grid__figure {
        margin: 0 !important;
    }

    /* お知らせ */
    .news-list li {
        font-size: 16px !important;
        margin: 20px 0;
    }

    .news-list li a {
        background: #ffffff;
        padding: 6px !important;
    }

    .news-list .c-entry-summary__figure {
        margin-right: 10px;
    }

    .news-list .c-entry-summary__title {
        font-size: 14px !important;
        font-weight: normal;
    }

    .news-list time {
        font-size: 12px !important;
        font-weight: normal;
    }
}