/* *************************************************
*                    css 共通                    *
************************************************* */
#blackfriday *,
#blackfriday ::after,
#blackfriday ::before {
    box-sizing: border-box;
}
#blackfriday {
    max-width: 900px;
    margin: 0 auto;
    margin: 0 auto;
    font-family: "Noto Sans JP","Noto Serif JP", serif;
    font-size: 16px;
    line-height: 1.5;
    color: #292324;
    overflow: hidden;
}
#blackfriday img {
    width: 100%;
}
#blackfriday .pc {
    display: block;
}
#blackfriday .sp {
    display: none;
}
@media screen and (max-width: 768px) {
    #blackfriday .pc {
        display: none;
    }

    #blackfriday .sp {
        display: block;
    }
}
#blackfriday .mv {
    line-height: 0;
    margin-top: 0;
}
#blackfriday h2, #blackfriday h3, #blackfriday h4, #blackfriday h5, #blackfriday h6 {
    margin: 0;
}

.block-icon img {
    width: auto !important;
}
.block-thumbnail-t {
    align-items: baseline;
}
.block-pickup-list-p--items {
    display: flex !important;
    align-items: flex-end;
}


/* 共通 */
#blackfriday h2 {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    margin: 0 auto 3%;
}
#blackfriday .line_01 {
    color: #d3c484;
    text-shadow:1px 1px 1px #4d0205;
    font-size: 60px;
    padding: 0 0 1%;
}
#blackfriday .line_02 {
    background: url(../../../img/usr/genre/rW4/h2_line_02.png)no-repeat bottom center / 40%;
    padding: 0 0 2.2%;
    margin: 0 auto 2%;
}
#blackfriday .sec10 .line_02 {
    background: url(../../../img/usr/genre/rW4/h2_line_02.png)no-repeat bottom center / 28%;
    padding: 0 0 1.7%;
}
#blackfriday .line_03 {
    background: url(../../../img/usr/genre/rW4/h2_line_03.png)no-repeat bottom center / 24%;
    padding: 0;
}
#blackfriday a {
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
    transition: 0.2s;
}
#blackfriday a:hover {
    cursor: pointer !important;
    opacity: 0.7;
}
#blackfriday a.btn {
    position: relative;
    display: block;
    width: 80%;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    max-width: 480px;
    border-radius: 50vw;
    padding: 8px 15px;
    overflow: hidden;
    color: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
#blackfriday .block-thumbnail-t--btn-detail::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid white;
    border-radius: calc(50vw - 5px);
    pointer-events: none;
}

/* #blackfriday a.btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 6%;
    width: 6%;
    right: 6%;
    background: url(../../../img/usr/genre/rW4/icon_arrow_wt_right.png)no-repeat center/100%;
} */

#blackfriday .btn_link {
    display: flex;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
#blackfriday .btn_link li {
    width: 47%;
}
#blackfriday .btn_link li a {
    width: 100%;
}

.block-goods-list-favorite--btn, .block-goods-list-favorite-registed--btn {
    width: 28px !important;
    height: 28px !important;
    background-size: 50%;
}
@media screen and (max-width: 768px) {
    #blackfriday a.btn {
        font-size: 12px;
        padding: 5%;
    }
    #blackfriday h2 {
        font-size: 25px;
        margin: 0 auto 5%;
    }
    #blackfriday .line_01 {
        color: #d3c484;
        font-size: 8vw;
        padding: 0 0 2%;
    }
    #blackfriday .line_02 {
        background: url(../../../img/usr/genre/rW4/h2_line_02.png) no-repeat bottom center / 70%;
        padding: 0 0 4%;
        font-size: 25px;
    }
    #blackfriday .line_02.long {
        background: url(../../../img/usr/genre/rW4/h2_line_02.png) no-repeat bottom center / 80%;
        padding: 0 0 4%;
        font-size: 28px;
    }
    #blackfriday .line_03 {
        background: url(../../../img/usr/genre/rW4/h2_line_03.png) no-repeat bottom center / 70%;
        padding: 0 0 1%;
    }
    #blackfriday .btn_link {
        width: 80%;
        display: block;
    }
    #blackfriday .btn_link li {
        width: 100%;
        margin: 0 auto;
    }
}

/* ボタン */
#blackfriday a.btn._catalog {
    background: url(../../../img/usr/genre/rW4/btn_bg_red.jpg)no-repeat center/cover;
}
#blackfriday a.btn._restaurant,
#blackfriday a.btn._hotel,
#blackfriday a.btn._original {
    background-color: #cc5c52;
}
#blackfriday a.btn._all {
    background: url(../../../img/usr/genre/rW4/btn_bg_green.jpg)no-repeat center/cover;
}
#blackfriday a.btn._item {
    background: url(../../../img/usr/genre/rW4/btn_bg_red.jpg)no-repeat center/cover;
    margin-top: 8%;
}
#blackfriday a.btn._reservation {
    background: url(../../../img/usr/genre/rW4/btn_bg_blue.jpg)no-repeat center/cover;
    margin: 5% auto 3%;
    max-width: 300px;
    font-family:"Noto Sans JP", "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
    #blackfriday a.btn._item {
        margin-top: 5%;
        width: 93%;
    }
    #blackfriday a.btn._restaurant,
    #blackfriday a.btn._hotel,
    #blackfriday a.btn._original {
        background-color: #cc5c52;
        margin-bottom: 6%;
    }
}

/* PAGE TOP ボタン */
/* #blackfriday .page_top {
    width: 80px;
    position: fixed;
    bottom: 20px;
    left: calc(50% + 440px - 80px);
    z-index: 10;
}
#blackfriday .page_top a {
    display: block;
    width: 100%;
}
@media screen and (max-width: 900px) {
    #blackfriday .page_top {
        width: 80px;
        left: auto;
        right: 10px;
    }
}
@media screen and (max-width: 768px) {
    #blackfriday .page_top {
        width: 65px;
    }
} */

/* mv */
#blackfriday .mv{
    margin: 0;
    line-height: 1;
}

/* lead リード文 */
#blackfriday .lead_wrap {
    background: url(../../../img/usr/genre/rW4/lead_bg.jpg)repeat center / 100%;
}
#blackfriday .top_bg {
    background: none;
}
#blackfriday .lead {
    position: relative;
    width: 90%;
    margin: 0 auto 2%;
    padding-top: 5%;
}
#blackfriday .acc_text {
    font-family: "Noto Sans JP", "Noto Serif JP";
    position: relative;
    font-weight: bold;
    line-height: 1.8;
    font-size: 16px;
    overflow: visible;
    color: #4a4949;
    width: 100%;
    margin: 0 auto;
    max-height: none;
    /* transition: max-height 0.2s ease; */

}
#blackfriday .lead_text {
    text-align: center;
    background: linear-gradient(45deg, #ecc440 30%, #fffa8a 45%, #ddac17 70%, #ffff95 85%, #ecc440 90% 100%);
  -webkit-background-clip: text; /* Safari */
  background-clip: text;
  color: transparent;
  /* white-space: nowrap; */
    /* height: 90px; */
}
/* #blackfriday .acc_text.bg_transparent {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0));
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
} */
#blackfriday .lead_top {
    width: 90%;
    margin: 0 auto;
}
#blackfriday .acc_text.active {
    height: auto;
    max-height: 1000px;
}
#blackfriday .acc_text.bg_transparent.active {
    -webkit-mask-image: none;
    mask-image: none;
}
#blackfriday .acc_text.active::before {
    display: none;
}
#blackfriday .acc_button {
    text-align: center;
    width: 120px;
    margin: 0 auto 2%;
    cursor: pointer;
}
#blackfriday .acc_button .icon_arrow_bk {
    width: 20%;
}
#blackfriday .acc_button p,
#blackfriday .acc_button_close p {
    margin-top: 12px;
    color: #d3c484;
    font-weight: 500;
    font-size: 16px;
}
#blackfriday .acc_open._none {
    display: none;
}
#blackfriday .acc_open p,
#blackfriday .acc_close p{
    text-align: center;
}
#blackfriday .acc_close {
    display: none;
    margin-top: 20px;
}
#blackfriday .acc_close._active {
    display: block;
}
#blackfriday .open_acc_button_close {
    display: none;
}
#blackfriday .open_acc_text {
    height: auto;
}
#blackfriday .open_acc_text::before {
    display: none;
}

.sec_lead_img01{
    margin: 30px auto;
    padding: 0 180px;
}

@media screen and (max-width: 768px) {
    #blackfriday .lead_wrap {
        background: none;
    }
    #blackfriday .top_bg {
        background: url(../../../img/usr/genre/rW4/s_lead_bg.jpg)repeat top center / 100%;
    }    
    /* #blackfriday .acc_text.bg_transparent {
        -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 20%, rgba(0,0,0,0));
        mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 20%, rgba(0,0,0,0));
    } */
    #blackfriday .acc_text {
        font-size: 4.5vw;
        font-family: "Noto Sans JP", "Noto Serif JP";
        line-height: 1.5;

    }
    #blackfriday .acc_text span{
        font-size: 4.6vw;
    }
    .sec_lead_img01{
    margin: 30px auto;
    padding: 0 30px;
    }
    #blackfriday .lead {
    width: 100%;

    }
}
    #blackfriday .acc_button {
        margin: 10px auto 10%;
    }    
    #blackfriday .acc_button .icon_arrow_bk {
        width: 12%;
    }
    #blackfriday .acc_button p {
        font-size: 16px;
        margin-top: 10px;
    }
    #blackfriday .acc_close {
        margin-top: 0;
    }
    #blackfriday .lead {
    margin: 0 auto ;
    padding-top: 40px;
    padding-bottom: 40px;
}




/* ピックアップ */
/* #blackfriday .pickup {
    padding-bottom: 15%;
    padding-top: 20%;
    background: url(../../../img/usr/genre/rW4/s_lead_bg2.png) repeat top center / 100%;
} */
#blackfriday .pickup_banner {
    display: flex;
    width: 50%;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#blackfriday .pickup_banner li {
    width: 100%;
}
#blackfriday .pickup_banner li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #292324;
}
.pickup_main {
    margin-bottom: 60px;
}
.pickup_ttl{
    margin: 0 auto;
    padding: 0px 22%;
    margin-top: -10%;
}
.pickup_bg{
    margin-top: -20%;
    margin-bottom: -50px;
}
.pickup_bg02{
    margin-top: 9%;
}
.pickup_bg03{
    margin-top: -20%;
}
#blackfriday .pickup_banner li p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
@media screen and (max-width: 768px) {

    #blackfriday .pickup_banner li p {
        font-size: 15px;
    }
    .pickup_ttl{
    margin: 0 auto;
    padding: 0px 13%;
    margin-top: -10%;
    }
    .pickup_bg{
    margin-bottom: -30px;
}
#blackfriday .pickup_banner {
    width: 90%;
}
}




/* sec02 */
#blackfriday .sec02 h2,
#blackfriday .sec03 h2 {
    margin: 0 auto;
}
#blackfriday .sec02 h2,
#blackfriday .sec03 h2,
#blackfriday .sec04 h2 {
    color: #d3c484;
    text-shadow: 1px 1px 1px #4d0205;
    font-size: 60px;
    font-family:"Noto Sans JP","Noto Serif JP", serif;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
#blackfriday .sec02_wrap {
        background: 
            /* linear-gradient(to top, white 0%, white 0%, transparent 20%, transparent 100%), */
            url(../../../img/usr/genre/rW4/sec02_bg.jpg)repeat top center/100%;
    }
    #blackfriday .sec02_wrap.up1115{
        padding: 60px 0 0;
    }
.sec02_img{
    margin: 0 auto;
    padding: 60px 60px;
}

.sec02_img.up1115{
    padding: 30px 60px 60px;
}
.sec02_img_02{
    margin: 0 auto;
    padding: 0px 60px 60px;
    position: relative;
}

.sec02_img01{
        margin: 0 auto 40px;
}
.sec02_img02{
        margin: 0 auto;
    }
.sec02_btn{
        margin-top: 30px;
        padding: 0 60px;
    }

.sec02_img02_txt{
    background-color: #202020;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 8px;
}
.copy{
    text-align: center;
    font-size: 16px;
    margin: 30px auto 0;
}


@media screen and (max-width: 768px) {
    #blackfriday .sec02_wrap {
        background: 
            /* linear-gradient(to top, white 0%, white 0%, transparent 20%, transparent 100%), */
            url(../../../img/usr/genre/rW4/s_sec02_bg.jpg)repeat top center/100%;
    }
    #blackfriday .sec02_wrap.up1115{
                padding: 0px 0;
                 background: 
            /* linear-gradient(to top, white 0%, white 0%, transparent 20%, transparent 100%), */
            url(../../../img/usr/genre/rW4/s_sec02_bg_1115.jpg)repeat top center/100%;
                
    }
    .sec02{
        margin-top: 0;
    }
    #blackfriday .sec02 h2 {
        color: #d3c484;
        font-size: 8vw;
    }    
    .sec02_img{
    margin: 0 auto;
    padding: 60px 30px;
    }
    .sec02_img.up1115{
        padding: 30px 30px;
    }
    .sec02_img_02{
    margin: 0 auto;
    padding: 0px 30px 60px;
    }


    .sec02_img02_txt{
    background-color: #202020;
    font-weight: bold;
    font-size: 4.0vw;
    color: #fff;
    text-align: center;
    padding: 8px;
}
.copy{
    font-size: 10px;
}


    /* ここからリスト */
    #blackfriday .item_list li {
        width: 48%;
    }
    #blackfriday .item_list {
    width: 90%;
    margin: 8% auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    }
    #blackfriday .item_list li p {
    color: #fff;
    font-size: 4vw;
    white-space: nowrap;
    }
    .sec02_img01{
        margin: 0 auto 20px;
    }
    .sec02_img02{
        margin: 0 auto;
    }
    .sec02_btn{
        margin-top: 30px;
    }
    
}


/* sec03 */
 #blackfriday .sec03_wrap {
        background: 
            /* linear-gradient(to top, white 0%, white 0%, transparent 20%, transparent 100%), */
            url(../../../img/usr/genre/rW4/s_sec03_bg.jpg)repeat top center/100%;
    }
    .sec03_main01{
        padding: 60px 30px;
    }
    .sec03_ttl01{
                margin: 0 0 40px;
    }
    .sec03_ttl01.up1115{
           background: url(../../../img/usr/genre/rW4/sec03_ttl01_1115.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto;
        padding: 10px;
        text-align: center;
    }
    .sec03_ttl01 p{
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px;
        padding-bottom: 10px;
        color: #e0c552;
    }



    .sec03_main01 li{
        margin: 30px auto 0;
        width: 45%;
    }
    .sec03_main01 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: end;
    }
    .sec03_ttl02{
        text-align: left;
        width: 60%;
        margin-bottom: 60px;
    }
    .sec03_ttl02.up1115{
        background-image: url(../../../img/usr/genre/rW4/s_sec03_ttl02_1115.png);
        background-repeat: no-repeat;
        /* width: 60%; */
        padding: 20px 0px ;
    }
    .sec03_ttl02_txt{
        text-align: left;
        padding-left: 9%;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
         -webkit-text-stroke: 5px #48340e;
         text-stroke: 3px #48340e;
         paint-order: stroke;
    }
    .sec03_ttl02_txt02{
        text-align: left;
        padding-left: 10%;
        font-size: 40px;
        color: #fff;
        font-weight: bold;
        margin-top: -8px;
        -webkit-text-stroke: 7px #48340e;
         text-stroke: 3px #48340e;
         paint-order: stroke;
    }






    .sec03_btn{
        width: 80%;
        margin: 0 auto;
        padding: 60px 30px;
    }
    .sec03_ttl01{
        width: 80%;
        margin: 0 auto;
    }
    .sec03_ttl01.up1115{
        width: 100%;
    }
    .sec03_ttl03{
        padding: 0 40px;
    }
    .sec03_btn01{
        padding-right: 8px;
        margin: 5px auto 0px ;
    }

    /* ここから棚用 */
    .block-thumbnail-t--goods-description {
        background: #fff;
        padding: 10px;
        height: auto !important;
    }

    .block-thumbnail-t {
        padding: 0 30px;
    }

    .block-thumbnail-t--goods {
        width: 195px;
    }

    .block-icon--bonuspoint {
        width: 86px !important;
        display: block;
    }

    .block-icon--pointratio {
        width: 80px !important;
        display: block;
    }

    .block-icon--auto-new {
        width: 40px !important;
        display: block;
    }

    .block-icon--reservation {
        width: 70px !important;
        display: block;
    }

    .block-icon {
        max-height: 30px !important;
    }
    .block-icon::after {
        content: "";
        display: block;
        clear: both;
    }

    .block-icon span {
        float: left;
    }

    .block-icon span:first-of-type {
        margin-right: 5px;
    }

    .img-center {
        width: 100%;
    }
    /* ここまで */


@media screen and (max-width: 768px){
    #blackfriday .sec03_wrap {
        background: 
            /* linear-gradient(to top, white 0%, white 0%, transparent 20%, transparent 100%), */
            url(../../../img/usr/genre/rW4/s_sec03_bg.jpg)repeat top center/100%;
    }
    .sec03_main01{
        padding: 60px 30px;
    }
    .sec03_ttl01{
        margin: 0 auto 40px;
    }
    .sec03_main01 li{
        width: 100%;
        margin: 8% auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sec03_ttl02{
        text-align: left;
        width: 80%;
        margin-bottom: 30px;
    }
    .sec03_btn{
        width: 100%;
        padding: 60px 30px;
    }
        .sec03_main01 ul{
    display: block;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    }
    .sec03_ttl02{
        text-align: left;
        width: 80%;
    }
    .sec03_ttl03{
        padding: 0px;
    }
    .sec03_ttl01{
        width: 100%;
        margin: 0 auto;
    }
    .sec03_ttl01.up1115{
        width: 80%;
    }
    .sec03_btn01{
        padding-right: 5px;
        margin: 8px auto 0px ;
    }
    .block-pickup-list-p--goods-description {
        height: auto;
    }
/* 棚用 */
    .block-icon--reservation {
        width: 50px !important;
    }
    .block-icon--bonuspoint {
        width: 74px !important;
    }
    .block-icon--pointratio {
        width: 60px !important;
    }
/* 棚用 */
    .sec03_ttl01 p{
        font-size: 8vw;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        color: #e0c552;
    }

    .sec03_ttl02{
        width: 80%;
        margin-right: 100px;
        padding: 5px 0;
    }
    .sec03_ttl02_txt{
        text-align: left;
        padding-left: 9%;
        color: #fff;
        font-size: 4vw;
        font-weight: bold;
         -webkit-text-stroke: 5px #48340e;
         text-stroke: 3px #48340e;
         paint-order: stroke;
    }
    .sec03_ttl02_txt02{
        text-align: left;
        padding-left: 10%;
        font-size: 8.5vw;
        color: #fff;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 10px;
        -webkit-text-stroke: 7px #48340e;
         text-stroke: 3px #48340e;
         paint-order: stroke;
    }
    .sec03_ttl02{
        background-size: contain;
    }
       .sec03_ttl02.up1115{
    
        padding: 10px 0px ;
    }
}


/* sec04 */
#blackfriday .sec04_wrap {
        background: 
            /* linear-gradient(to top, white 0%, white 0%, transparent 20%, transparent 100%), */
            url(../../../img/usr/genre/rW4/s_sec04_bg.jpg)repeat top center/100%;
        padding-bottom: 60px;
    }
    #blackfriday .sec04_wrap.up1115{
        padding-top: 60px;
    }

     #blackfriday .sec04_wrap.up1220{
        background: none;
    }
    .sec04_img_01{
        margin: 0 auto;
        padding: 40px 30px 60px;
    }
    .sec04_ttl01{
        text-align: left;
        width: 60%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

 .sec04_ttl02{
    text-align: left;
    width: 80%;
    padding-top: 20px;
    margin-bottom: 60px;
    }
    .sec04_banner01{
    padding: 0 30px;
    }
    .sec04_banner02{
    padding: 0 30px;
    padding-bottom: 30px;
    }
    .sec04_banner02 img{
    padding-bottom: 30px;
    }

    .sec04_question{
        background: url(../../../img/usr/genre/rW4/sec04_question_bg.png)repeat;
        background-position: center;
        margin: 0 auto;
        background-color: #fff;
        border: 4px solid #e3b53c;
        border-radius: 30px;
        margin: 0 30px;
    }
    .sec04_question img{
        margin-top: -9%;
        padding: 0 10px;
    }
    .sec04_question_ttl{
        font-family:"Noto Sans JP";
        font-weight: bold;
        padding: 2% 0 0 20px;
        font-size: clamp(16px, 4.5vw, 40px);
    }
    .sec04_question_txt{
        margin: 0 auto;
        display: flex;
        align-items: center;
        font-size: clamp(16px, 1.5vw, 18px);
        font-weight: 500;
        padding: 2% 20px 20px 20px;

    }




    .sec04_ttl01.up1115{
        background-image: url(../../../img/usr/genre/rW4/s_sec04_ttl01_1115.png);
        background-repeat: no-repeat;
        text-align: left;
        width: 80%;
        padding: 50px 0px ;
        margin-bottom: 40px;
    }
    .sec04_ttl01_txt02{
        text-align: left;
        padding-left: 10%;
        font-size: 40px;
        color: #fff;
        font-weight: bold;
        margin-top: -8px;
        -webkit-text-stroke: 7px #48340e;
         text-stroke: 3px #48340e;
         paint-order: stroke;
    }
    .sec04_ttl02.up1115{
        background-image: url(../../../img/usr/genre/rW4/s_sec04_ttl02_1115.png);
        background-repeat: no-repeat;
        text-align: left;
        width: 100%;
        padding: 40px 0px ;
        margin-bottom: 20px;
    }
    .sec04_ttl02_txt02{
        text-align: left;
        padding-left: 10%;
        font-size: 40px;
        color: #fff;
        font-weight: bold;
        margin-top: -8px;
        -webkit-text-stroke: 7px #48340e;
         text-stroke: 3px #48340e;
         paint-order: stroke;
    }


/*ここからリスト*/
#blackfriday .item_list {
        width: 90%;
        margin: 8% auto 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    #blackfriday .item_list::after {
        content:"";
        display: block;
        width:31%;
    }
    #blackfriday .item_list li {
        width: 31.5%;
        margin-bottom: 5%;
    }
    #blackfriday .item_list li p {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
    }
    #blackfriday .item_list li a img {
        margin-bottom: 5%;
    }
    
@media screen and (max-width: 768px){
    #blackfriday .sec04_wrap {
        background: 
            /* linear-gradient(to top, white 0%, white 0%, transparent 20%, transparent 100%), */
            url(../../../img/usr/genre/rW4/s_sec04_bg.jpg)repeat top center/100%;
    }
    .sec04_img_01{
        margin: 0 auto;
        padding: 40px 30px 60px;
    }
    .sec04_ttl01{
        text-align: left;
        width: 80%;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec04_ttl01.up1115{
        background-size: contain;
        text-align: left;
        width: 90%;
        padding-bottom: 20px;
        padding-top: 7%;
    }
    .sec04_ttl02{
        text-align: left;
        width: 90%;
        padding-top: 60px;
        margin-bottom: 60px;
    }
    .sec04_ttl02.up1115{
        background-size: contain;
        width: 98%;
        padding-top: 5.5%;
    }
    .sec04_banner01{
        padding: 0 30px;
    }
    .sec04_banner02{
        padding: 0 30px;
        padding-bottom: 30px;
    }
    .sec04_banner02 img{
        padding-bottom: 30px;
    }
    .sec04_ttl02_txt02{
        font-size: 6vw;
    }

    .sec04_ttl01_txt02{
        font-size: 6.5vw;
    }

    /*ここからリスト*/
    #blackfriday .item_list {
        width: 90%;
        margin: 8% auto 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    #blackfriday .item_list li {
        width: 45%;
        margin-bottom: 5%;
    }
    #blackfriday .item_list li p {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 4vw;
        font-weight: bold;
        white-space: nowrap;
    }
    #blackfriday .item_list li a img {
        margin-bottom: 5%;
    }
    .sec04_question_ttl{
        font-size: clamp(16px, 5.5vw, 40px);
        padding: 3% 0 0 20px;

    }
    .sec04_question img{
        margin-top: -7%;
        padding: 0 5px;
    }
}









/* ランキング */
.contents .block-ranking-r--items {
    justify-content: space-between;
  }
  .contents *:focus {
    outline: none;
  }
  .contents {
    text-align: left;
    width: 900px;
    margin: 0 auto;
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
  }
  
  .contents img {
    max-width: 100%;
  }
  .contents p {
    margin: 0;
    padding: 0;
  }
  
  .contents a {
    text-decoration: none;
  }
  
  .contents button {
    background: transparent;
  }
  
  .c_block {
    padding: 0px 0 50px;
  }
  
  .inner {
    padding: 40px 30px;
  }
  /* 背景色 */
  .c_ranking,
.c_new-arrivals {
  background: #fff;
}

.mt_20 {
  margin-top: 20px;
}

.pt_0 {
  padding-top: 0;
}

/*hタグ*/
.contents h1 {
  margin: 0;
  padding: 5px 0 6px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #009844;
}

.contents .section_title {
  position: relative;
  background: none;
  padding: 0 0 0 20px;
  margin: 0 0 50px 0;
  color: #222;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.contents .title_inner {
  margin: 0 0 20px 30px;
}

.contents .section_title span {
  display: block;
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif;
}

.contents .section_title .txt_jp {
  padding-top: 4px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}

.contents .or:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 47px;
  transform: translateY(-50%);
  background: url("../../../img/usr/genre/rW4/title_or.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.contents .section_title_center {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.link_btn {
    width: 350px;
    display: block;
    margin: 40px auto 70px;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 60px;
    color: #fff;
    background: #009844;
    position: relative;
  }
  
  .link_btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    top: 50%;
    right: 27px;
    margin-top: -5px;
    transform: rotate(45deg);
  }

.sec03_main02{
    padding-bottom: 60px;
}

  /* もっと見るボタン */
.sec02_btn{
    display: block;
    background-image: url(../../../img/usr/genre/rW4/btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 450px;
    margin: 40px auto 0;
    padding: 15px 8px 15px 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 100px;
    position: relative;
    border: 2px solid #fff;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.4);}
.sec02_btn p{
    color: #fff;
    text-align: center;
}
.sec03_btn.up1115{
    display: block;
    background-image: url(../../../img/usr/genre/rW4/btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 450px;
    margin: 40px auto 0;
    padding: 15px 8px 15px 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 100px;
    position: relative;
    border: 2px solid #fff;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.4);}
.sec03_btn p{
    color: #fff;
    text-align: center;
}







.link_more {
    display: block;
    width: 220px;
    margin: 40px auto 0;
    padding: 8px 5px 8px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 60px;
    position: relative;
    background: #fff;
  }
  
  .link_more::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    transform: rotate(45deg);
  }
  
  .btn_gr {
    color: #009844;
    border: solid 2px #009844;
  }
  
  .btn_gr::after {
    border-top: solid 2px #009844;
    border-right: solid 2px #009844;
  }
  
  .btn_or {
    color: #ef8200;
    border: solid 2px #ef8200;
  }
  
  .btn_or::after {
    border-top: solid 2px #ef8200;
    border-right: solid 2px #ef8200;
  }

  /* もっと見るボタン */
  @media only screen and (max-width: 780px) {
    .contents {
        width: 100%;
      }
    
      .c_block {
        padding: 0px 0;
      }
    
      /* hタグ */
      .contents h1 {
        margin: 0;
        padding: 5px 0 6px 0;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        background: #009844;
      }
    
      .contents .section_title {
        position: relative;
        background: none;
        padding: 0 0 0 18px;
        margin: 0 12px 25px 12px;
        color: #222;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
      }
    
      .contents .section_title span {
        display: block;
        font-size: 28px;
        font-family: "Noto Sans JP", sans-serif;
      }
    
      .contents .section_title .txt_jp {
        padding-top: 0;
        font-size: 20px;
      }
    
      .contents .or:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 7px;
        height: 42px;
        transform: translateY(-50%);
        background: url("../../../img/usr/genre/rW4/title_or.svg");
        background-repeat: no-repeat;
        background-size: contain;
      }
    
      .contents .gr:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 7px;
        height: 42px;
        transform: translateY(-50%);
        background: url("/img/usr/genre/rW1/title_gr.svg");
        background-repeat: no-repeat;
        background-size: contain;
      }
    
      .contents .section_title_center {
        font-size: 20px;
      }
    
      .contents .c_category .c_block {
        padding-bottom: 0;
        margin: 10px 0 30px;
      }
      .link_btn {
        width: 80%;
        margin: 30px auto 30px;
      }

  /* もっと見るボタン */
  .link_more {
    display: block;
    width: 220px;
    margin: 10px auto 0;
  }

  .pb_0_sp {
    padding-bottom: 0;
  }

  .sec02_btn{
    width: 90%;
        margin: 20px auto 0;
    padding: 10px 8px 10px 8px;

  }
.sec02_btn p{
    font-size: 4.5vw;
}
.sec03_btn{
    width: 90%;
    padding: 10px 8px 10px 8px;
}
.sec03_btn p{
    font-size: 4.5vw;

}
.sec03_btn.up1115{
    width: 90%;
    padding: 10px 8px 10px 8px;
}
}



/* 1115更新追加 */
.sec02_img_1115{
background-color: #0e0000; 
padding: 0px 0 60px; 
}
.copy_1115{
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 30px auto 0;
}


@media only screen and (max-width: 780px){
    .copy_1115{
        font-size: 10px;
    }
    .sec02_btn {
        width: 90%;
        margin: 20px auto 0;
        padding: 10px 8px 10px 8px;
    }
}



/* アンカー */
.GoodsAnchorListWrapper ul{
  display: flex;             
  justify-content: center;   
  align-items: center;        
  /* gap: 20px;*/
  padding: 20px 40px;
  margin: 0;
}
.GoodsAnchorList img{
    padding: 0 20px;
}
.GoodsAnchorList.up1115 img{
    padding: 0 0px;
}
@media screen and (max-width: 768px){
    .GoodsAnchorListWrapper ul{
  padding: 20px 0px;
  margin: 0;
}
.GoodsAnchorListWrappe.up1115r ul{
  padding: 20px 10px;
}
.GoodsAnchorList img{
    padding: 0;
}
}



/* IY側css */
.block-genre-page--header {
    display: none;
}
.block-genre-page-head {
    margin: 0;
    padding: 0;
}
.page-category .block-top-event--goods, .page-genre .block-top-event--goods, .page-event .block-top-event--goods {
    padding: 0;
}
/* *************************************************
*              css 共通 ここまで                    *
************************************************* */

/* **************************************************************************************************
              【注意事項】
・制作する際、この【注意事項】は削除してください。
・上述の「css共通」の箇所は削除しないでください。上述されているcssに変更を加えたい場合は、「css 共通 ここまで」の下から
  新しく記述してください。
  例：#template .mvを編集したい場合、「css 共通」内の記述には書き加えず、
     「css 共通 ここまで」の下から「#template .mv {margin-top: 10px;}」と記述する 等。
・cssの「#template」とhtmlの「<div id="template">」を任意の名前に変更してください。
・クラス名に「btn」は使用しないでください。（IY側のcssと競合してしまうため。「_btn」等、他のクラス名を使用してください。）
・html内にh1タグを使用しないでください。h2タグからは使用して問題ありません。

・公開後に更新が発生する場合、更新内容は既存のものを上書きしないでください。
  例1：「banner01.png」を次の更新で新しいものに差し替える。
       →「banner_01.png」という名前で上書きするのではなく、「banner01_01.png」など別の名前にしてhtmlも修正する 等。
  例2：「<div id="green_bg">」の背景色を緑から赤に変更する
       →htmlを「<div id="green_bg red_bg">」に変更し、green_bgよりも下の行に「.red_bg {background-color: red;}」と記述する 等。
  （CMSに画像/css/jsをアップロードした際、画像が同名であったり同じcssがクラス名であると、上書きされ即時公開されてしまうため。
    htmlのみ時限式で反映可能です。）

不明点があれば周りの人やディレクターに聞いてください！
************************************************************************************************** */