/* ストアページ-ヘッダー */
.page-header {
    margin-bottom: 0;
    z-index: 2;
    background: #fff;
}

/* 遷移順非表示 */
.breadcrumbs {
    display: none;
}

#html-body {
    background: transparent !important;
}

.columns .column.main {
    padding-bottom: 0;
}

.mv--area {
    padding: 50px 0;
    text-align: center;
}

.cocoropoint-day__wrap {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0 30px 50px;
}

.cocoropoint-day__wrap::before {
    background-image: url(../../../img/event/cocoropoint-day/bg.png);
    background-size: cover;
    background-position: top center;
    content: "";
    background-repeat: repeat-y;
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media screen and (max-width:768px) {

    .cocoropoint-day__wrap {
        padding: 0 15px 30px;
    }

    .cocoropoint-day__wrap::before {
        background-image: url(../../../img/event/cocoropoint-day/bg_sp.png);
        background-size: cover;
    }

    .mv--area img {
        width: 200vw;
        max-width: none;
        margin: 0 -50vw;
    }

}

.contentbox {
    background: rgba(255 255 255 / .8);
    position: relative;
    border: 3px solid #ffbbdd;
    border-radius: 10px;
    box-shadow: 0 3px 5px #bbb;
    max-width: 900px;
    margin: auto auto 50px;
    text-align: center;
    padding: 20px 30px;
}

.contentbox.applicableitem {
    margin: 80px auto 50px;
}

.contentbox::before {
    position: absolute;
    content: url(../../../img/event/cocoropoint-day/bg_corner_top.png);
    top: -5px;
    left: -5px;
    z-index: 1;
}

.contentbox::after {
    position: absolute;
    content: url(../../../img/event/cocoropoint-day/bg_corner_bottom.png);
    bottom: -9px;
    right: -5px;
    z-index: 1;
}

.contentbox img {
    max-width: 45%;
}

.contentbox__sentence {
    padding: 30px 0 20px;
}

.contentbox__sentence {
    padding: 30px 0 20px;
    color: #465468;
    text-align: center;
}

.contentbox__sentence--heading {
    padding: 10px 0;
    font-size: x-large;
}

.contentbox__sentence--heading span {
    background: linear-gradient(transparent 75%, #FFB5CF 65%);
    font-size: xx-large;
    color: #f74972;
    font-weight: bold;
}

.contentbox__sentence--txt {
    line-height: 25px;
    font-size: large;
}

.contentbox .contentbox__sentence--txt span {
    color: #f74972;
    font-weight: bold;
}

.contentbox.applicableitem .contentbox__sentence--txt span {
    background: linear-gradient(transparent 75%, #FFB5CF 65%);
    font-weight: bold;
    color: #465468;
}


@media screen and (max-width:768px) {
    .contentbox {
        padding: 20px 25px;
    }

    .contentbox.applicableitem {
        padding: 20px 30px 50px;
    }

    .contentbox::before {
        position: absolute;
        content: url(../../../img/event/cocoropoint-day/bg_corner_top_sp.png);
        top: -5px;
        left: -5px;
        z-index: 1;
    }

    .contentbox::after {
        position: absolute;
        content: url(../../../img/event/cocoropoint-day/bg_corner_bottom_sp.png);
        bottom: -9px;
        right: -5px;
        z-index: 1;
    }

    .contentbox img {
        max-width: 80%;
        padding-top: 15px;
    }

    .contentbox__sentence {
        padding: 0 0 10px;
    }

    .contentbox__sentence--txt {
        font-size: 20px;
        line-height: 35px;
    }

    .contentbox.applicableitem .contentbox__sentence--txt {
        font-size: 18px;
        line-height: 30px;
        padding-top: 10px;
    }
}

.notapplicable--area,
.annotation--area {
    background: rgba(255 239 245 / .8);
    border-radius: 5px;
    padding: 15px;
    max-width: 700px;
    margin: auto;
}

.notapplicable--area ul {
    text-align: start;
    font-size: large;
    font-weight: bold;
}

.notapplicable--area li {
    margin-bottom: 0;
}

.notapplicable--ttl {
    color: #f74972;
    font-size: x-large;
    font-weight: bold;
}

.annotation--area {
    font-size: medium;
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
    color: #465468;
}

.annotation--area ul {
    margin-bottom: 0;
}

.annotation--area li {
    margin-bottom: 0;
}

.annotation--area li::marker {
    content: "※";
}

.annotation--area a {
    color: #0080FF;
    text-decoration: underline;
}

@media screen and (max-width:768px) {

    .notapplicable--area {
        padding: 10px;
    }

    .notapplicable--area ul {
        padding-inline-start: 30px;
        margin-bottom: 0;
    }

    .annotation--area {
        padding: 15px;
    }

    .annotation--area ul {
        padding-inline-start: 20px;
    }
}

.rewardpoints--area {
    max-width: 1000px;
    margin: auto;
}

.rankingitem--area {
    background: rgba(255 255 255 / .8);
    box-shadow: 0 3px 5px #bbb;
    border-radius: 8px;
    max-width: 900px;
    margin: auto;
}

.rankingitem--block {
    padding: 15px;
}

@media screen and (max-width:768px) {

    /* .rankingitem--area img {
        width: 100vw;
    } */

    .rankingitem--block {
        padding: 15px 10px;
    }

}

/* 241111-商品追加対応 */

.actions-secondary {
    display: none !important;
}

@media (min-width: 1024px) {
    .page-layout-1column .block.widget .products-grid .product-item {
        width: calc((100% - 6%) / 4) !important;
    }
}

/* @media (min-width: 640px) {
    .page-layout-1column .block.widget .products-grid .product-item {
        width: calc((100% - 2%) / 2) !important;
        text-align: center !important;
    }
} */