#osechi_set *,
#osechi_set ::after,
#osechi_set ::before {
    box-sizing: border-box;
}
#osechi_set {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 1.5;
    color: #292324;
    overflow: hidden;
    background-color: #1d232f;
}
#osechi_set img {
    width: 100%;
}
#osechi_set a {
    text-decoration: none;
    opacity: 1;
    transition: 0.2s;
    color: #292324;
}
#osechi_set a:hover {
    opacity: 0.7;
}
#osechi_set .pc {
    display: block;
}
#osechi_set .sp {
    display: none;
}
@media screen and (max-width: 768px) {
    #osechi_set {
        font-size: 14px;
    }
    #osechi_set .pc {
        display: none;
    }

    #osechi_set .sp {
        display: block;
    }
}

/* ボタン */
#osechi_set a.btn {
    position: relative;
    display: block;
    width: 80%;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50vw;
    padding: 20px;
    overflow: hidden;
    color: white;
    max-width: 450px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}
#osechi_set a.btn::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid #efebe4;
    border-radius: calc(50vw - 5px);
    pointer-events: none;
}
#osechi_set a.btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 6%;
    width: 6%;
    right: 6%;
    background: url(../../../img/usr/genre/rB17001/icon_arrow_wt_right.png)no-repeat center/100%;
}
#osechi_set a.btn._item {
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
    background: url(../../../img/usr/genre/rB17001/btn_bg_gr.jpg)no-repeat center/cover;
}
#osechi_set a.btn._top {
    background: url(../../../img/usr/genre/rB17001/btn_bg_red.jpg)no-repeat center/cover;
}
@media screen and (max-width: 768px) {
    #osechi_set a.btn {
        font-size: 16px;
        padding: 5%;
    }
    #osechi_set a.btn::before {
        border: 1px solid #c6af85;
    }
    #osechi_set a.btn._top {
        width: 90%;
    }
}

/* mv */
#osechi_set h1 {
    margin: 0;
    padding: 0;
}
#osechi_set .mv {
    margin: 0;
}

/* リード文 */
#osechi_set .osechi_wrap {
    padding: 7% 0;
    background: url(../../../img/usr/genre/rB17001/bg.jpg)no-repeat top center/cover;
}
#osechi_set .lead {
    font-size: clamp(13px, 1.8vw, 16px);
    color: white;
    padding: 4% 2%;
    width: 80%;
    margin: 0 auto 5%;
    text-align: center;
    line-height: 2;
    background-image: 
    url(../../../img/usr/genre/rB17001/lead_deco_top_left.png),
    url(../../../img/usr/genre/rB17001/lead_deco_top_right.png),
    url(../../../img/usr/genre/rB17001/lead_deco_bottom_left.png),
    url(../../../img/usr/genre/rB17001/lead_deco_bottom_right.png);
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: top left, top right, bottom left, bottom right;
}
@media screen and (max-width: 768px) {
    #osechi_set .osechi_wrap {
        background: url(../../../img/usr/genre/rB17001/s_bg.jpg)no-repeat top center/cover;
        padding: 10% 5%;
    }
    #osechi_set .lead {
        font-size: 14px;
        width: 100%;
        padding: 5% 2%;
        text-align: center;
        background-size: 13%;
        margin: 0 auto 10%;
    }
}

/* sec01 */
#osechi_set .sec01 {
    width: 90%;
    margin: 0 auto 5%;
    padding: 3% 3% 5%;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3); */
    background: url(../../../img/usr/genre/rB17001/sec01_bg.jpg)repeat top/10%;
}
#osechi_set .item_wrap {
    width: 100%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
}
#osechi_set .img_box {
    width: 45%;
}
#osechi_set .img_box img {
    border-radius: 10px;
}
#osechi_set .text_box {
    width: 55%;
    padding-left: 4%;
}
#osechi_set .point_tag {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Noto Sans JP", sans-serif;
    color: white;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    flex-wrap: wrap;
    margin: 0 auto 10px;
}
#osechi_set .point_tag li {
    width: 49%;
    margin-bottom: 5px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
#osechi_set .point_tag li span {
    font-size: 13px;
}
#osechi_set .point_tag ._og {
    background-color: #e4a722;
    padding: 2px;
}
#osechi_set .point_tag ._pk {
    background-color: #ec6d73;
    padding: 2px;
}
#osechi_set .tag {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 0 auto 3%;
}
#osechi_set .tag p {
    font-size: 18px;
    width: 33%;
    border: 2px solid #292324;
    padding: 1%;
    background-color: white;
}
#osechi_set .sub_title {
    font-weight: 600;
    font-size: 17px;
}
#osechi_set .main_title {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
}
#osechi_set .main_title span {
    font-size: 19px;
}
#osechi_set .icon_plus {
    width: 8%;
    margin: 0 auto 10px;
    max-width: 64px;
}
#osechi_set .set_text {
    font-size: clamp(24px, 3.1vw, 30px);
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
}
#osechi_set .set_text .lg {
    font-size: 40px;
    font-weight: bold;
}
#osechi_set .set_text .sm {
    font-size: clamp(24px, 3.1vw, 30px);
}
#osechi_set .set_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
#osechi_set .set_list li {
    position: relative;
    width: 32%;
    background-color: #f9f9f9;
    background: url(../../../img/usr/genre/rB17001/set_list_bg.jpg)no-repeat bottom center / cover;
    padding: 10px 10px 15px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
#osechi_set .lict_pic {
    border-radius: 10px;
    margin-bottom: 10px;
}
#osechi_set .list_flex {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
}
#osechi_set .list_flex ._text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(11px, 1.5vw, 14px);
    padding-left: 5%;
    line-height: 1.2;
    font-weight: 500;
}
#osechi_set .sec01 li:nth-child(1) .list_flex ._img {
    width: 25%;
}
#osechi_set .sec01 li:nth-child(1) .list_flex ._text {
    width: 75%;
}
#osechi_set .sec01 li:nth-child(2) .list_flex ._img {
    width: 30%;
}
#osechi_set .sec01 li:nth-child(2) .list_flex ._text {
    width: 70%;
}
#osechi_set .sec01 li:nth-child(3) .list_flex ._img {
    width: 35%;
}
#osechi_set .sec01 li:nth-child(3) .list_flex ._text {
    width: 65%;
}
#osechi_set .icon_or {
    position: absolute;
    top: 50%;
    right: -8%;
    width: 10%;
    z-index: 2;
    border-radius: 50vw;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

/* sec02 */
#osechi_set .sec02 {
    width: 90%;
    padding: 3% 3% 5%;
    margin: 0 auto 5%;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3); */
    background: url(../../../img/usr/genre/rB17001/sec02_bg.jpg)repeat top/10%;
}
#osechi_set .sec02 li:nth-child(1) .list_flex ._img {
    width: 35%;
}
#osechi_set .sec02 li:nth-child(1) .list_flex ._text {
    width: 65%;
}
#osechi_set .sec02 li:nth-child(2) .list_flex ._img {
    width: 30%;
}
#osechi_set .sec02 li:nth-child(2) .list_flex ._text {
    width: 70%;
}
#osechi_set .sec02 li:nth-child(3) .list_flex ._img {
    width: 25%;
}
#osechi_set .sec02 li:nth-child(3) .list_flex ._text {
    width: 75%;
}


@media screen and (max-width: 768px) {
    /* sec01 */
    #osechi_set .sec01 {
        width: 100%;
        padding: 0 0 1%;
        margin: 0 auto 10%;
        border-radius: 7px;
        background: url(../../../img/usr/genre/rB17001/sec01_bg.jpg)repeat top/20%;
    }
    #osechi_set .item_wrap {
        display: block;
    }
    #osechi_set .img_box,
    #osechi_set .text_box {
        width: 100%;
    }
    #osechi_set .img_box {
        margin-bottom: 10px;
    }
    #osechi_set .text_box {
        padding-left: 0;
    }
    #osechi_set .img_box img {
        border-radius: 0;
    }
    #osechi_set .point_tag {
        width: 90%;
        font-size: 9px;
        margin: 5px auto;
    }
    #osechi_set .point_tag li {
        margin-bottom: 5px;
    }
    #osechi_set .point_tag li span {
        font-size: 12px;
    }
    #osechi_set .sub_title {
        font-size: 16px;
        text-align: center;
    }
    #osechi_set .main_title {
        font-size: 25px;
        line-height: 1.2;
        width: fit-content;
        margin: 0 auto 10px;
    }
    #osechi_set .tag {
        width: 90%;
    }
    #osechi_set .tag p {
        border: 1px solid #292324;
        font-size: 16px;
    }
    #osechi_set .item_text {
        width: 90%;
        margin: 0 auto;
    }
    #osechi_set .icon_plus {
        width: 23%;
        max-width: none;
    }
    #osechi_set .set_text {
        font-size: 25px;
        line-height: 1.2;
    }
    #osechi_set .set_text .lg {
        font-size: 35px;
    }
    #osechi_set .set_text .sm {
        font-size: 19px;
    }    
    #osechi_set .set_list {
        display: block;
    }
    #osechi_set .set_list li {
        width: 90%;
        margin: 0 auto 5%;
        border-radius: 7px;
    }
    #osechi_set .lict_pic {
        border-radius: 7px;
        margin-bottom: 7px;
    }
    #osechi_set .icon_or {
        width: 11%;
        top: auto;
        bottom: -5%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #osechi_set .list_flex ._text {
        font-size: 14px;
        padding-left: 4%;
    }
    #osechi_set .sec01 li:nth-child(1) .list_flex ._img {
        width: 25%;
    }
    #osechi_set .sec01 li:nth-child(1) .list_flex  ._text {
        width: 75%;
    }
    #osechi_set .sec01 li:nth-child(2) .list_flex ._img {
        width: 35%;
    }
    #osechi_set .sec01 li:nth-child(2) .list_flex  ._text {
        width: 65%;
    }
    #osechi_set .sec01 li:nth-child(3) .list_flex ._img {
        width: 45%;
    }
    #osechi_set .sec01 li:nth-child(3) .list_flex  ._text {
        width: 55%;
    }

    /* sec02 */
    #osechi_set .sec02 {
        width: 100%;
        padding: 0 0 1%;
        margin: 0 auto 10%;
        border-radius: 7px;
        background: url(../../../img/usr/genre/rB17001/sec02_bg.jpg)repeat top/20%;
    }
    #osechi_set .sec02 li:nth-child(1) .list_flex ._img {
        width: 40%;
    }
    #osechi_set .sec02 li:nth-child(1) .list_flex  ._text {
        width: 60%;
    }
    #osechi_set .sec02 li:nth-child(2) .list_flex ._img {
        width: 30%;
    }
    #osechi_set .sec02 li:nth-child(2) .list_flex  ._text {
        width: 70%;
    }
    #osechi_set .sec02 li:nth-child(3) .list_flex ._img {
        width: 25%;
    }
    #osechi_set .sec02 li:nth-child(3) .list_flex  ._text {
        width: 75%;
    }

}