#wrapper {
    background-image: linear-gradient(rgb(221 208 255 / 30%), rgb(68 0 128 / 30%)), url(/simages/u/image/kinki_gochisou/bg_img.jpg);
    background-blend-mode: multiply;
    background-repeat: repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #fff;
}

#wrapper #pan,
#pan a,
#pan a:hover,
#pan a:visited {
    color: #000;
}

#content {
    background: none;
}

.A10 {
    background: none;
    padding: 0;
}

ul.caption {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0;
    padding: 0 20px;
}

ul.caption li {
    font-weight: bold;
}

.note_box {
    padding: 50px;
    background: rgb(255, 255, 255, 0.5);
    margin: 50px 0;
}

.note_box p {
    font-size: 20px;
    font-weight: bold;
}

.note_box p.ttl {
    font-size: 24px;
    margin: 0 0 30px;
    background-color: #b40000;
}

.note_box ul {
    font-size: 14px;
    line-height: 2;
    width: 90%;
    margin: 0 auto 30px;
}

.note_box ul li:first-child {
    font-weight: bold;
    font-size: 20px;
}

.note_box ul li.shop {

    text-indent: -3.5rem;
    padding-left: 3.5rem;
}

.note_box p.caption {
    font-size: 14px;
    text-align: left;
}

.note_box .sub_caption {
    font-weight: normal;
    font-size: 14px;
}

p.caption span {
    font-weight: normal;
    padding-left: 1rem;
}

.item_box.col3 {
    padding: 25px;
    background-color: #eee;
    transition: box-shadow 0.3s ease;
}

.item_box.col3:hover {
    box-shadow: 20px 20px 40px rgba(20, 20, 20, 0.2);
}

.item_box.col3 a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.item_img,
.item_text {
    width: 48%;
}

.item_text p {
    font-size: 18px;
    font-weight: bold;
}

.item_text ul li {
    font-size: 14px;
    line-height: 2.5;
}

.item_text ul li.intro {
    font-weight: bold;
    font-size: 16px;
}

.item_ttl {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    margin-top: 50px;
    background-color: #b40000;
    color: #fff;
    border-radius: 10px 10px 0 0;
    line-height: 1.2;
}

.item_ttl span {
    font-size: 14px;
}

.link_btn_box {
    text-align: center;
    margin: 30px 0 30px auto;
    width: 30%;
}

.link_btn_box .btn {
    margin-bottom: 15px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* 商品欄　下部余白詰 */
.stock_info2_area {
    display: none;
}

.endofsale2_area {
    display: none;
}

p.price.clearfix {
    margin-bottom: 10px;
}

/* 商品欄　下部余白詰 */

/* チラシ　ポップアップ表示 */
.flyer_box {
    width: 80%;
    margin: 0 auto;
}

img.thumbnail {
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 8px;
    transition: 0.3s;
}

img.thumbnail:hover {
    opacity: 0.8;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.popup-overlay.active {
    display: flex;
}

.flyer_caption {
    font-size: 16px;
    text-align: center;
    font-weight: bold;

}

/* チラシ　ポップアップ表示 */

.anker_box {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 30px auto;
}

.anker_btn {
    width: calc((100% - 40px) / 2);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.anker_btn a {
    padding: 15px;
    background-color: #fff;
    display: block;
    border-radius: 5px;
    color: #b40000;
}

.anker_btn a:hover {
    background-color: #b40000;
    color: #fff;
}

@media screen and (max-width:768px) {
    .A10.column_2 div.shopbox_wrap ul li {
        width: calc((100% - 32px) / 2);
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .note_box {
        margin: 0 0 50px;
        padding: 10px;
    }

    .note_box p {
        font-size: 16px;
    }

    .note_box p.ttl {
        font-size: 20px;
        margin: 0 0 15px;
        padding: 10px 0;
    }

    .note_box ul {
        width: 100%;
        margin: 0 auto 15px;
    }

    .item_box.col3 {
        padding: 15px;
    }

    .item_box.col3 a {
        display: block;

    }

    .item_img,
    .item_text {
        width: 100%;

    }

    .item_img {
        margin-bottom: 20px;
    }

    .item_ttl {
        font-size: 16px;
    }

    .item_ttl span {
        font-size: 12px;
    }

    .item_text ul li {
        line-height: 1.5;
    }

    .link_btn_box {
        width: 100%;
    }

    p.caption span {
        padding-left: 0;
    }

    .anker_box {
        display: block;
        width: 80%;
    }

    .anker_btn {
        width: 100%;
        margin-bottom: 20px;
    }
}