#osechi *,
#osechi ::after,
#osechi ::before {
    box-sizing: border-box;
}
#osechi {
    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;
}
#osechi img {
    width: 100%;
}
#osechi .pc {
    display: block;
}
#osechi .sp {
    display: none;
}
@media screen and (max-width: 768px) {
    #osechi {
        font-size: 14px;
    }
    #osechi .pc {
        display: none;
    }

    #osechi .sp {
        display: block;
    }
}

/* 共通 */
#osechi h2 {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    margin: 0 auto 3%;
}
#osechi .line_01 {
    background: url(../../../img/usr/genre/rB1/h2_line_01.png)no-repeat bottom center / 23%;
    padding: 0 0 1%;
}
#osechi .line_02 {
    background: url(../../../img/usr/genre/rB1/h2_line_02.png)no-repeat bottom center / 40%;
    padding: 0 0 2.2%;
    margin: 0 auto 2%;
}
#osechi .sec10 .line_02 {
    background: url(../../../img/usr/genre/rB1/h2_line_02.png)no-repeat bottom center / 28%;
    padding: 0 0 1.7%;
}
#osechi .line_03 {
    background: url(../../../img/usr/genre/rB1/h2_line_03.png)no-repeat bottom center / 24%;
    padding: 0;
}
#osechi a {
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
    transition: 0.2s;
}
#osechi a:hover {
    cursor: pointer !important;
    opacity: 0.7;
}
#osechi a.btn {
    position: relative;
    display: block;
    width: 80%;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    max-width: 480px;
    border-radius: 50vw;
    padding: 15px;
    overflow: hidden;
    color: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
#osechi a.btn::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid white;
    border-radius: calc(50vw - 5px);
    pointer-events: none;
}
#osechi a.btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 6%;
    width: 6%;
    right: 6%;
    background: url(../../../img/usr/genre/rB1/icon_arrow_wt_right.png)no-repeat center/100%;
}
#osechi .btn_link {
    display: flex;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
#osechi .btn_link li {
    width: 47%;
}
#osechi .btn_link li a {
    width: 100%;
}
@media screen and (max-width: 768px) {
    #osechi a.btn {
        font-size: 12px;
        padding: 5%;
    }
    #osechi h2 {
        font-size: 25px;
        margin: 0 auto 5%;
    }
    #osechi .line_01 {
        background: url(../../../img/usr/genre/rB1/h2_line_01.png) no-repeat bottom center / 45%;
        padding: 0 0 2%;
    }
    #osechi .line_02 {
        background: url(../../../img/usr/genre/rB1/h2_line_02.png) no-repeat bottom center / 70%;
        padding: 0 0 4%;
        font-size: 25px;
    }
    #osechi .line_02.long {
        background: url(../../../img/usr/genre/rB1/h2_line_02.png) no-repeat bottom center / 80%;
        padding: 0 0 4%;
        font-size: 28px;
    }
    #osechi .line_03 {
        background: url(../../../img/usr/genre/rB1/h2_line_03.png) no-repeat bottom center / 70%;
        padding: 0 0 1%;
    }
    #osechi .btn_link {
        width: 80%;
        display: block;
    }
    #osechi .btn_link li {
        width: 100%;
        margin: 0 auto;
    }
}

/* ボタン */
#osechi a.btn._catalog {
    background: url(../../../img/usr/genre/rB1/btn_bg_red.jpg)no-repeat center/cover;
}
#osechi a.btn._restaurant,
#osechi a.btn._hotel,
#osechi a.btn._original {
    background-color: #cc5c52;
}
#osechi a.btn._all {
    background: url(../../../img/usr/genre/rB1/btn_bg_green.jpg)no-repeat center/cover;
}
#osechi a.btn._item {
    background: url(../../../img/usr/genre/rB1/btn_bg_red.jpg)no-repeat center/cover;
    margin-top: 8%;
}
#osechi a.btn._reservation {
    background: url(../../../img/usr/genre/rB1/btn_bg_blue.jpg)no-repeat center/cover;
    margin: 5% auto 3%;
    max-width: 300px;
    font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
    #osechi a.btn._item {
        margin-top: 5%;
        width: 93%;
    }
    #osechi a.btn._restaurant,
    #osechi a.btn._hotel,
    #osechi a.btn._original {
        background-color: #cc5c52;
        margin-bottom: 6%;
    }
}

/* PAGE TOP ボタン */
#osechi .page_top {
    width: 80px;
    position: fixed;
    bottom: 20px;
    left: calc(50% + 440px - 80px);
    z-index: 10;
}
#osechi .page_top a {
    display: block;
    width: 100%;
}
@media screen and (max-width: 900px) {
    #osechi .page_top {
        width: 80px;
        left: auto;
        right: 10px;
    }
}
@media screen and (max-width: 768px) {
    #osechi .page_top {
        width: 65px;
    }
}

/* mv */
#osechi .mv{
    margin: 0;
    line-height: 1;
}

/* lead リード文 */
#osechi .lead_wrap {
    background: url(../../../img/usr/genre/rB1/lead_bg.jpg)repeat top center / 120%;
}
#osechi .top_bg {
    background: none;
}
#osechi .lead {
    position: relative;
    width: 90%;
    margin: 0 auto 5%;
    padding-top: 5%;
}
#osechi .acc_text {
    position: relative;
    font-weight: 500;
    line-height: 1.8;
    font-size: 16px;
    overflow: hidden;
    color: #4a4949;
    width: 100%;
    margin: 0 auto;
    max-height: 90px;
    transition: max-height 0.2s ease;
}
#osechi .lead_text {
    text-align: center;
    /* height: 90px; */
}
#osechi .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;
}
#osechi .lead_top {
    width: 90%;
    margin: 0 auto;
}
#osechi .acc_text.active {
    height: auto;
    max-height: 1000px;
}
#osechi .acc_text.bg_transparent.active {
    -webkit-mask-image: none;
    mask-image: none;
}
#osechi .acc_text.active::before {
    display: none;
}
#osechi .acc_button {
    text-align: center;
    width: 120px;
    margin: 0 auto 5%;
    cursor: pointer;
}
#osechi .acc_button .icon_arrow_bk {
    width: 20%;
}
#osechi .acc_button p,
#osechi .acc_button_close p {
    margin-top: 12px;
    color: #292324;
    font-weight: 500;
    font-size: 16px;
}
#osechi .acc_open._none {
    display: none;
}
#osechi .acc_open p,
#osechi .acc_close p{
    text-align: center;
}
#osechi .acc_close {
    display: none;
    margin-top: 20px;
}
#osechi .acc_close._active {
    display: block;
}
#osechi .open_acc_button_close {
    display: none;
}
#osechi .open_acc_text {
    height: auto;
}
#osechi .open_acc_text::before {
    display: none;
}
@media screen and (max-width: 768px) {
    #osechi .lead_wrap {
        background: none;
    }
    #osechi .top_bg {
        background: url(../../../img/usr/genre/rB1/s_lead_bg.png)repeat top center / 100%;
    }    
    #osechi .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));
    }
    #osechi .acc_text {
        font-size: 14px;
    }
    #osechi .acc_button {
        margin: 0 auto 10%;
    }    
    #osechi .acc_button .icon_arrow_bk {
        width: 12%;
    }
    #osechi .acc_button p {
        font-size: 11px;
        margin-top: 0;
    }
    #osechi .acc_close {
        margin-top: 0;
    }
}


/* ピックアップ */
#osechi .pickup {
    padding-bottom: 5%;
}
#osechi .pickup_banner {
    display: flex;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#osechi .pickup_banner li {
    width: 100%;
    margin-bottom: 6%;
}
#osechi .pickup_banner li a {
    display: block;
    width: 100%;
    color: #292324;
}
#osechi .pickup_banner li img {
    margin-bottom: 15px;
}
#osechi .pickup_banner li p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    #osechi .pickup_banner li {
        margin-bottom: 10%;
    }
    #osechi .pickup_banner li p {
        font-size: 15px;
    }
}
/* ナビリンク */
#osechi .ank_list {
    display: flex;
    width: 90%;
    margin: 0 auto;
    border-top: 2px solid #d7bc9a;
    border-bottom: 2px solid #d7bc9a;
    background-color: #294042;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
#osechi .ank_list li {
    position: relative;
    font-size: 18px;
    width: 24%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    color: white;
}
#osechi .ank_list li::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../../../img/usr/genre/rB1/icon_arrow_wt_down.png)no-repeat center/15px;
    padding-top: 5%;
}
#osechi .ank_list li:not(:last-of-type) {
    border-right: 2px solid #ffffe5;
}
#osechi .ank_list li:nth-of-type(4) {
    width: 28%;
}
#osechi .ank_list a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    padding: 4% 0 12%;
    filter: brightness(1);
    background: url(../../../img/usr/genre/rB1/nav_bg.jpg)no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
#osechi .ank_list a:hover {
    filter: brightness(1.5);
}
#osechi #budget,
#osechi #category,
#osechi #supervision,
#osechi #original {
    padding-top: 80px;
    margin-top: -80px;
}
@media screen and (max-width: 768px) {
    #osechi .ank_list {
        width: 100%;
    }
    #osechi .ank_list li {
        width: 23%;
        font-size: 14px;
        padding: 1% 0 7%;
    }
    #osechi .ank_list li::after {
        bottom: 10%;
        padding-top: 12%;
    }
    #osechi .ank_list li:nth-of-type(4) {
        width: 31%;
    }
    #osechi .ank_list a {
        padding: 1% 0 0;
    }
}

/* sec01 おすすめ特集 */
/* カタログボタン */
#osechi .digital_catalog {
    margin: 0 auto;
    padding: 5% 0;
}
#osechi .sec01 {
    padding-bottom: 10%;
    background: none;
}
@media screen and (max-width: 768px) {
    #osechi .digital_catalog {
        padding: 7% 0;
    }
    #osechi .sec01 {
        background: url(../../../img/usr/genre/rB1/s_sec01_bg.jpg) repeat top center / 100%;
    }
}

/* スライダー ここから */
#osechi .slider {
    position: relative;
    margin: 5% auto 0;
    width: 100%;
}
#osechi .slider a {
    width: 100%;
    height: auto;
    margin: 0 0.3%;
    color: #292324;
    text-align: center;
}
#osechi .slider a img {
    width: 100%;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
#osechi .slider .slick-dots {
    bottom: -27px;
}
#osechi .slick-dots li {
    margin: 0;
}
#osechi .slick-dots li button:before {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 10px;
    height: 10px;
    opacity: 1;
    color: unset !important;
}
#osechi .slick-dots li.slick-active button::before {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
#osechi .slider .slick-list {
    margin-left: 0;
    margin-right: 0;
}

/* 矢印共通設定 */
#osechi .slider .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    width: 25px;
    height: 100%;
    color: transparent;
    opacity: 0.9;
    z-index: 1;
    transition: opacity 0.5s;
    top: 0;
    transform: none;
    background-color: rgba(255, 255, 255, 0.9);
}
#osechi .slider .slick-arrow:hover {
    opacity: 1;
}

/* 矢印中身の三角形（共通） */
#osechi .slider .slick-prev::after,
#osechi .slider .slick-next::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-top: 3px solid #565655;
    border-right: 3px solid #565655;
    /* filter: drop-shadow(5px 2px 20px #000); */
}
#osechi .slick-prev:before,
#osechi  .slick-next:before {
    color: transparent;
}
#osechi .slider .slick-prev {
    left: 0;
}
#osechi .slider .slick-next {
    right: 0;
}
#osechi .slider .slick-prev::after {
    left: 28%;
    transform: rotate(-135deg);
}
#osechi .slider .slick-next::after {
    right: 28%;
    transform: rotate(45deg);
}
/* メディアクエリ対応 */
@media screen and (max-width: 768px) {
    #osechi .slider {
        margin: 5% auto 5%;
    }
    #osechi .slider a {
        font-size: 12px;
    }
    #osechi .slider .slick-arrow {
        width: 18px;
    }
    #osechi .slider .slick-prev::after, #osechi .slider .slick-next::after {
        width: 10px;
        height: 10px;
        border-top: 3px solid #565655;
        border-right: 3px solid #565655;
    }
}
/* -------- スライダー ここまで -------- */

/* sec02 料亭・割烹 */
#osechi .sec02 h2,
#osechi .sec03 h2 {
    margin: 0 auto;
}
#osechi .sec02 h2,
#osechi .sec03 h2,
#osechi .sec04 h2 {
    aspect-ratio: 900 / 180;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    text-shadow: 3px 3px 7px #000;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
#osechi .sec02 h2 {
    background: url(../../../img/usr/genre/rB1/sec02_ttl_01.jpg)no-repeat center/cover;
}
#osechi .sec02_wrap {
    background: url(../../../img/usr/genre/rB1/sec02_bg.jpg)no-repeat bottom center/cover;
    padding-top: 5%;
    padding-bottom: 10%;
}
#osechi .head_text {
    width: 70%;
    margin: 0 auto 5%;
    line-height: 2.2;
}
#osechi .acc_item_box {
    display: none;
}
#osechi .item_list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#osechi .item_list li {
    width: 31.5%;
    margin-bottom: 5%;
}
#osechi .item_list li a {
    display: block;
    text-align: center;
    color: #292324;
    font-size: 16px;
}
#osechi .item_list li a img {
    margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
    #osechi .sec02 h2,
    #osechi .sec03 h2,
    #osechi .sec04 h2 {
        aspect-ratio: 750 / 320;
    }
    #osechi .sec02_wrap {
        background: 
            linear-gradient(to top, white 0%, white 0%, transparent 20%, transparent 100%),
            url(../../../img/usr/genre/rB1/s_sec02_bg.jpg)repeat top center/110%;
        padding-bottom: 12%;
    }
    #osechi .sec02 h2 {
        background: url(../../../img/usr/genre/rB1/s_sec02_ttl_01.jpg)no-repeat center/cover;
    }    
    #osechi .head_text {
        width: 90%;
        margin: 0 auto 5%;
    }
    #osechi .item_list li {
        width: 48%;
    }
    #osechi .item_list li a {
        font-size: 11px;
    }
    #osechi .sec02 h2,
    #osechi .sec03 h2,
    #osechi .sec04 h2 {
        font-size: 35px;
    }
}

/* sec03 ホテル・有名店 */
#osechi .sec03_wrap {
    background: url(../../../img/usr/genre/rB1/sec03_bg.jpg)no-repeat bottom center/cover;
    padding-top: 5%;
    padding-bottom: 10%;
    position: relative;
    z-index: 3;
}
#osechi .sec03 h2 {
    background: url(../../../img/usr/genre/rB1/sec03_ttl_01.png)no-repeat center/cover;
}
@media screen and (max-width: 768px) {
    #osechi .sec03_wrap {
        background: 
            linear-gradient(to top, white 0%, white 0%, transparent 20%, transparent 100%),
            url(../../../img/usr/genre/rB1/s_sec03_bg.jpg)repeat top center/110%;
        padding-bottom: 12%;
    }
    #osechi .sec03 h2 {
        background: url(../../../img/usr/genre/rB1/s_sec03_ttl_01.png)no-repeat center/cover;
    }    
}

/* sec04 オリジナルおせち */
#osechi .sec04 {
    position: relative;
    background: url(../../../img/usr/genre/rB1/sec04_bg.jpg)no-repeat bottom center/cover;
    padding-bottom: 17%;
    z-index: 2;
}
#osechi .sec04::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 13px;
    background: url(../../../img/usr/genre/rB1/sec04_mizubiki_01.png)repeat top center/13px;
}
#osechi .sec04 h2 {
    background: url(../../../img/usr/genre/rB1/sec04_ttl_01.png)no-repeat center/cover;
}
#osechi .sec04 .head_text {
    text-align: center;
}
#osechi .mizubiki {
    position: absolute;
    width: 10.9%;
    bottom: -1%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 4;
}
#osechi .original_osechi {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    padding: 20px 20px 25px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 5%;
}
#osechi .original_osechi:last-of-type {
    margin-bottom: 10%;
}
#osechi .original_osechi div {
    width: 49%;
}
#osechi .original_osechi:nth-last-of-type(even) {
    background:#fafafa no-repeat bottom center;
    background-size: 100%,cover;
    background-image: url(../../../img/usr/genre/rB1/sec04_bg_deco_01.png), url(../../../img/usr/genre/rB1/sec04_bg_osechi.jpg);
}
#osechi .original_osechi:nth-last-of-type(odd) {
    background:#fafafa no-repeat bottom center;
    background-size: 100%,cover;
    background-image: url(../../../img/usr/genre/rB1/sec04_bg_deco_02.png), url(../../../img/usr/genre/rB1/sec04_bg_osechi.jpg);
}
#osechi .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-bottom: 10px;
}
#osechi .point_tag li {
    width: 49%;
    margin-bottom: 5px;
}
#osechi .point_tag li span {
    font-size: 13px;
}
#osechi .point_tag ._og {
    background-color: #e4a722;
    padding: 2px;
}
#osechi .point_tag ._pk {
    background-color: #ec6d73;
    padding: 2px;
}
#osechi .point_tag ._banner {
    width: 100%;
    margin-bottom: 0;
}
#osechi .point_tag ._banner img {
    margin-bottom: 0;
}
#osechi .original_osechi .item_ttl {
    font-size: 30px;
    text-align: left;
}
#osechi .original_osechi .item_price {
    font-size: 35px;
    text-align: right;
}
#osechi .original_osechi .item_price {
    margin-bottom: 3%;
}
#osechi .original_osechi .item_price span {
    font-size: 20px;
}
#osechi .original_osechi .tag {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 3%;
}
#osechi .original_osechi .tag p {
    font-size: 18px;
    width: 33%;
    border: 1px solid #292324;
    padding: 1%;
    background-color: white;
}
#osechi .original_osechi .text {
    font-size: 18px;
    margin-bottom: 3%;
}
#osechi .original_osechi .note {
    font-size: 16px;
    padding-left: 1rem;
    text-indent: -1rem;
}
@media screen and (max-width: 768px) {
    #osechi .sec04 {
        background: url(../../../img/usr/genre/rB1/s_sec04_bg.jpg)repeat bottom center/100%;
        padding-bottom: 21%;
    }
    #osechi .sec04::after {
        background: url(../../../img/usr/genre/rB1/sec04_mizubiki_01.png)repeat top center/1%;
        padding-top: 1.5%;
    }
    #osechi .sec04 h2 {
        background: url(../../../img/usr/genre/rB1/s_sec04_ttl_01.png)no-repeat center/cover;
    }
    #osechi .original_osechi_img img {
        margin-bottom: 10px;
    }
    #osechi .original_osechi .item_ttl {
        font-size: 25px;
    }
    #osechi .original_osechi .item_price {
        font-size: 28px;
    }
    #osechi .original_osechi .item_price span {
        font-size: 16px;
    }
    #osechi .mizubiki {
        width: 12.2%;
        bottom: -0.35%;
    }
    #osechi .original_osechi {
        display: block;
        padding: 10px 10px 30px;
    }
    #osechi .original_osechi div {
        width: 100%;
    }
    #osechi .original_osechi:nth-last-of-type(even) {
        background-image: url(../../../img/usr/genre/rB1/s_sec04_bg_deco_01.png), url(../../../img/usr/genre/rB1/sec04_bg_osechi.jpg);
    }
    #osechi .original_osechi:nth-last-of-type(odd) {
        background-image: url(../../../img/usr/genre/rB1/s_sec04_bg_deco_02.png), url(../../../img/usr/genre/rB1/sec04_bg_osechi.jpg);
    }    
    #osechi .point_tag {
        font-size: 10px;
        margin-bottom: 5px;
    }
    #osechi .original_osechi .item_ttl,
    #osechi .original_osechi .item_price {
        text-align: center;
    }
    #osechi .point_tag li {
        margin-bottom: 5px;
    }
    #osechi .point_tag li span {
        font-size: 12px;
    }
    #osechi .original_osechi .tag p {
        font-size: 16px;
    }
    #osechi .original_osechi .text {
        font-size: 15px;
        text-align: center;
    }
    #osechi .original_osechi .note {
        font-size: 12px;
        padding-left: 0.7rem;
        text-indent: -0.7rem;
    }
}

/* sec05 */
#osechi .sec05 {
    background: url(../../../img/usr/genre/rB1/sec05_bg.jpg)no-repeat top center/cover;
    position: relative;
    padding: 10% 5% 5%;
    z-index: 1;
}
#osechi .osechi_choose {
    width: 90%;
    margin: 0 auto 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}
#osechi .osechi_choose li {
    width: 49%;
    position: relative;
    border: 5px solid #f2f2f2;
    border-radius: 50vw;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 2.5%;
    font-size: 16px;
    background: url(../../../img/usr/genre/rB1/sec05_btn_bg.png)repeat center/200px;
}
#osechi .osechi_choose li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    color: #292324;
}
#osechi .osechi_choose.half li a {
    padding-right: 5%;
}
#osechi .osechi_choose.osechi_category li a {
    padding-left: 5%;
}
#osechi .osechi_choose li span {
    font-size: 22px;
}
#osechi .osechi_choose.full span {
    font-size: 22px;
    padding-bottom: 0.3rem;
}
#osechi .osechi_choose li img {
    width: 10%;
    margin-right: 2%;
}
#osechi .osechi_choose.half li img {
    width: 23%;
}
#osechi .osechi_choose.half li {
    width: 24%;
}
#osechi .osechi_choose.osechi_category li {
    width: 32.5%;
    font-size: 12px;
}
#osechi .osechi_choose.osechi_category li span {
    width: 100%;
    font-size: 15px;
    text-align: center;
}
#osechi .osechi_choose li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #dcdcdc;
    border-radius: calc(50vw - 5px);
    pointer-events: none;
}
#osechi .osechi_choose li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 15px;
    width: 15px;
    right: 3%;
    background: url(../../../img/usr/genre/rB1/icon_arrow_bk_right.png)no-repeat center/100%;
}
#osechi .osechi_choose li p {
    position: relative;
    width: 100%;
}
#osechi .osechi_choose li p::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 17%;
    width: 17%;
    left: 8%;
    opacity: 1;
    transition: 0.2s;
    cursor: pointer;

}
#osechi .osechi_choose li._04 p::before,
#osechi .osechi_choose li._06 p::before {
    padding-top: 15.5%;
    width: 15.5%;
    left: 5%;
}
#osechi .osechi_choose li:hover p::before {
    opacity: 0.7;
}
#osechi .osechi_choose li._06 span {
    display: block;
    width: 100%;
    font-size: 13px;
    /* margin-bottom: -1rem; */
    text-align: center;
}

#osechi .osechi_choose li._01 p::before {
    background: url(../../../img/usr/genre/rB1/sec05_osechi_05.png)no-repeat center/100%;
}
#osechi .osechi_choose li._02 p::before {
    background: url(../../../img/usr/genre/rB1/sec05_osechi_06.png)no-repeat center/100%;
}
#osechi .osechi_choose li._03 p::before {
    background: url(../../../img/usr/genre/rB1/sec05_osechi_07.png)no-repeat center/100%;
}
#osechi .osechi_choose li._04 p::before {
    background: url(../../../img/usr/genre/rB1/sec05_osechi_08.png)no-repeat center/100%;
}
#osechi .osechi_choose li._05 p::before {
    background: url(../../../img/usr/genre/rB1/sec05_osechi_09.png)no-repeat center/100%;
}
#osechi .osechi_choose li._06 p::before {
    background: url(../../../img/usr/genre/rB1/sec05_osechi_10.png)no-repeat center/100%;
}
@media screen and (max-width: 768px) {
    #osechi .sec05 {
        background: url(../../../img/usr/genre/rB1/s_sec05_bg.jpg)repeat bottom center/cover;
        padding: 12% 5%;
    }
    #osechi .osechi_choose {
        width: 100%;
        margin-bottom: 11%;
    }
    #osechi .osechi_choose._last {
        margin-bottom: 0;
    }
    #osechi .osechi_choose li {
        width: 100%;
        height: 4rem;
        margin-bottom: 15px;
    }
    #osechi .osechi_choose.half li {
        width: 48%;
    }
    #osechi .osechi_choose li span {
        font-size: 18px;
        padding: 0 0.5% 1%;
    }    
    #osechi .osechi_choose.half li::after {
        padding-top: 9%;
        width: 9%;
    }
    #osechi .osechi_choose.half li a {
        padding-right: 0;
    }
    #osechi .osechi_choose.half li img {
        width: 26%;
    }
    #osechi .osechi_choose.full li {
        font-size: 15px;
    }
    #osechi .osechi_choose.full span {
        font-size: 21px;
        padding-bottom: 0.2rem;
    }    
    #osechi .osechi_choose.osechi_category li {
        width: 100%;
    }
    #osechi .osechi_choose.osechi_category li span {
        font-size: 18px;
    }
    #osechi .osechi_choose li p::before,
    #osechi .osechi_choose li._04 p::before,
    #osechi .osechi_choose li._06 p::before {
        padding-top: 13.5%;
        width: 13.5%;
        left: 8%;
    }
}

/* sec06 おせち食材のいわれ */
#osechi .item-area {
    width: 90%;
    margin: 0 auto;
}
#osechi .sec06 {
    position: relative;
    background-image: url(../../../img/usr/genre/rB1/sec06_bg_top.png), url(../../../img/usr/genre/rB1/sec06_bg.jpg);
    background-size: 25%,100%;
    background-position: top 0 left 0, top;
    background-repeat: no-repeat,repeat;
    color: #fff;
    padding: 5% 0;
}
#osechi h2.yellow{
    font-family: "Noto Serif JP", serif;
    font-size: 38px;
    font-weight: normal;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}
#osechi h2.yellow::after{
    display: none;
}
#osechi h2.yellow img{
    max-width: 265px;
    margin: 0 20px 0 50px;
}
#osechi h2.yellow p{
    font-family: "Noto Serif JP", serif;
    color: #c59c50;
    background: linear-gradient(180deg, #c59c50 0%, #c59c50 40%, #bb8f44 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 5px;
}
#osechi .sec06 ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#osechi .sec06 li{
    width: 33.333%;
    color: #1f1f1f;
    padding: 0 15px;
}
#osechi .sec06 li img{
    padding: 0 20px 15px 20px;
}
#osechi .sec06 li p:nth-of-type(1){
    font-family: "Sawarabi Mincho", serif;
    font-size: 20px;
    text-align: center;
    padding-bottom: 5px;
}
#osechi .sec06 li p:nth-of-type(2){
    font-family: "Sawarabi Mincho", serif;
    font-size: 14px;
    line-height: 2;
    padding-bottom: 30px;
}
#osechi .line_gara {
    background: url(../../../img/usr/genre/rB1/line_01.jpg)repeat-x top left/6% 100%;
    padding-top: 4%;
}
@media screen and (max-width: 768px) {
    #osechi .sec06 {
        position: relative;
        background-image: url(../../../img/usr/genre/rB1/s_sec06_bg_top.png), url(../../../img/usr/genre/rB1/s_sec06_bg.jpg);
        background-size: 35%, 100%;
        background-position: top 0 left -8%, top;
    }
    #osechi .sec06 li{
        width: 50%;
        padding: 0;
    }
    #osechi .sec06 li:nth-child(odd){
        padding-right: 15px;
    }
    #osechi .sec06 li:nth-child(even){
        padding-left: 15px;
    }
    #osechi .sec06 li img{
        padding: 0 5px 15px 5px;
    }
    #osechi .sec06 li p:nth-of-type(1){
        font-size: 18px;
    }
    #osechi .sec06 li p:nth-of-type(2){
        line-height: 1.5;
    }
    #osechi h2.yellow{
        display: block;
        margin: 20px 30px;
    }
    #osechi h2.yellow img{
        width: 75%;
        max-width: none;
        padding: 0;
        margin: 0 auto;
    }
    #osechi h2.yellow p{
        width: 100%;
        font-size: 30px;
        text-align: center;
    }
    #osechi .line_gara {
        background: url(../../../img/usr/genre/rB1/line_01.jpg) repeat top left / 9%;
        padding-top: 5%;
    }
}

/* sec06 おせちの由来 */
#osechi .sec07{
    position: relative;
    background-image: url(../../../img/usr/genre/rB1/sec07_bg.jpg);
    background-size: 100%;
    color: #fff;
    line-height: 2;
    padding: 25px 0;
}
#osechi .sec07 h2{
    color: #fff;
    margin: 0 0 30px 0;
    font-family: "Sawarabi Mincho", serif;
}
#osechi .sec07 p{
    font-size: 14px;
    padding-bottom: 20px;
    font-family: "Sawarabi Mincho", serif;
}
@media screen and (max-width: 768px) {
    #osechi .sec07 {
        position: relative;
        padding: 12% 0;
        background-image: url(../../../img/usr/genre/rB1/s_sec07_bg.jpg);
    }
}

/* おせちの中身など */
#osechi .sec10.about_osechi {
    padding: 5% 0 3%;
    background: url(../../../img/usr/genre/rB1/about_osechi_bg.jpg)no-repeat top center/cover;
}
#osechi .sec10.about_osechi .osechi-box {
    display: block;
    padding: 0 0 10px;
}
#osechi .sec10.about_osechi .osechi-box div {
    width: 100%;
}
#osechi .sec10.about_osechi .osechi-box div:nth-of-type(2) {
    padding-left: 0;
}
#osechi .sec10 .ttl-txt a {
    display: block;
}
#osechi .sec10 .ttl-txt a span {
    position: relative;
}
#osechi .sec10 .ttl-txt a span::after {
    content: "";
    position: absolute;
    background: url(../../../img/usr/genre/rB1/icon_arrow_rd_right.png)no-repeat center/100%;
    width: 15px;
    padding-top: 15px;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}
@media screen and (max-width: 768px) {
    #osechi .sec10.about_osechi {
        padding: 12% 0 8%;
    }
}

/* sec07 カード */
#osechi .sec08{
    position: relative;
    background-image: url(../../../img/usr/genre/rB1/sec08_bg.jpg);
    background-size: 100%;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    padding: 25px 0 70px 0;
}
#osechi .sec08 .lead-text{
    font-size: 18px;
    text-align: center;
    padding: 25px 0;
    font-family: "Noto Sans JP", sans-serif;
}
#osechi .sec08 p{
    font-family: "Noto Sans JP", sans-serif;
}
#osechi .sec08 img{
    padding: 0 10% 30px 10%;
}
#osechi .sec08 ul{
    padding: 20px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    #osechi .sec08 {
        background-image: url(../../../img/usr/genre/rB1/s_sec08_bg.jpg);
        padding: 12% 0 7%;
    }
    #osechi .sec08 .lead-text{
        padding: 0;
        font-size: 17px;
    }
    #osechi .sec08 img{
        padding: 15px 0;
    }
    #osechi .sec08 ul {
        font-size: 12px;
        padding-left: 0.8rem;
        text-indent: -0.8rem;
    }
}

/* sec08 ご予約 */
#osechi .sec09{
    position: relative;
    background-image: url(../../../img/usr/genre/rB1/sec09_bg.jpg);
    background-size: 100%;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
    padding: 9% 0;
}
#osechi .sec09 .item-area p:nth-of-type(1){
    font-family: "Noto Sans JP", sans-serif;
    color: #004896;
    font-size: 24px;
}
#osechi .sec09 .item-area .fukidashi{
    color: #fff;
    font-size: 28px;
    width: fit-content;
    font-family: "Noto Sans JP", sans-serif;
    background-image: url(../../../img/usr/genre/rB1/fukidashi.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1% 8% 3% 8%;
    margin: 0 auto 2%;
}
#osechi .sec09 .store{
    display: flex;
    padding: 0 18% 10px;
    width: 100%;
    align-items: center;
}
#osechi .sec09 .store p{
    width: 50%;
}
#osechi .sec09 .store img{
    padding-right: 20px;
}
#osechi .sec09 .store p:nth-of-type(2){
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    text-align: left;
    padding-top: 10px;
}
#osechi .sec09 .fs12{
    font-size: 14px;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
}
#osechi .sec09 .attention{
    font-family: "Noto Sans JP", sans-serif;
}
#osechi .sec09 .mark-img{
    padding: 15px 28% 0;
}

@media screen and (max-width: 768px) {
    #osechi .sec09 {
        background-image: url(../../../img/usr/genre/rB1/s_sec09_bg.jpg);
        padding: 12% 0;
    }
    #osechi .sec09 .item-area p:nth-of-type(1){
        font-size: 16px;
    }
    #osechi .sec09 .item-area .fukidashi{
        font-size: 20px;
        padding: 1% 8% 4% 8%;
    }
    #osechi .sec09 .store{
        display: block;
        padding: 0;
    }
    #osechi .sec09 .store p{
        width: 100%;
        padding: 0;
    }
    #osechi .sec09 .store img{
        padding: 10px 25%;
    }
    #osechi .sec09 .store p:nth-of-type(2){
        font-size: 14px;
        text-align: center;
        line-height: 1.5;
    }
    #osechi .sec09 .btn{
        max-width: none;
        padding: 10px;
    }
    #osechi .sec09 .attention{
        line-height: 1.5;
    }
    #osechi .sec09 .mark-img{
        padding: 15px 0 0 0;
    }
    #osechi .sec09 .fs12 {
        font-size: 11px;
    }
}

/* sec09 おせち特集一覧 */
#osechi .sec10 {
    position: relative;
    background-image: url(../../../img/usr/genre/rB1/sec10_bg.jpg);
    background-size: 100%;
    background-repeat: repeat;
    padding: 5% 0 3%;
}
#osechi h2.long::after{
    background-image: url(../../../img/usr/genre/rB1/h2-bottom-long.png);
    width: 348px;
}
#osechi .sec10 .osechi-box{
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    padding: 20px 0;
}
#osechi .sec10 .osechi-box div{
    width: 50%;
}
#osechi .sec10 .osechi-box div:nth-of-type(1){
    padding-right: 10px;
}
#osechi .sec10 .osechi-box div:nth-of-type(2){
    padding-left: 10px;
}
#osechi .sec10 .ttl-txt{
    color: #a90e0a;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
}
#osechi .sec10 .text-box{
    padding: 10px 0;
    font-family: "Noto Sans JP", sans-serif;
}
#osechi .sec10 .osechi-box a{
    color: #a90e0a;
    font-family: "Noto Sans JP", sans-serif;
}
#osechi .sec10 .osechi-box a:visited{
    color: #a90e0a;
    font-family: "Noto Sans JP", sans-serif;
}
#osechi .acc_btn{
    position: relative;
    margin: 0 23%;
    display: flex;
    align-items: center;
    padding: 10px;
}
#osechi .acc_btn:hover{
    cursor: pointer;
}
#osechi .acc_box {
    display: none;
}

@media screen and (max-width: 768px) {
    #osechi .sec10 {
        padding: 10% 0;
        background-image: url(../../../img/usr/genre/rB1/s_sec10_bg.jpg);
    }
    #osechi .sec10 .osechi-box{
        display: block;
        padding: 0;
    }
    #osechi .sec10 .osechi-box div:nth-of-type(1){
        padding: 0 0 20px 0;
    }
    #osechi .sec10 .osechi-box div:nth-of-type(2){
        padding: 0 0 10px 0;
    }
    #osechi .sec10 .osechi-box div{
        width: 100%;
        padding-bottom: 15px;
    }
    #osechi .sec10 .acc_btn{
        margin: 0 17%;
    }
    #osechi .sec10 .ttl-txt{
        font-size: 16px;
    }
    #osechi .sec10 .text-box{
        padding: 10px 0 5px 0;
    }
    #osechi .sec10 h2{
        margin: 10px 30px 30px 30px;
    }
}



/* ランキング */
.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: 50px 0;
  }
  
  .inner {
    padding: 40px 30px;
  }
  /* 背景色 */
.c_ranking,
.c_new-arrivals {
  background: #FCF9F2;
}

.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: "Josefin Sans", 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/rB1/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);
  }
  /* もっと見るボタン */
.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;
  }

  /* SP表示 */
@media only screen and (max-width: 780px) {
    .contents {
        width: 100%;
      }
    
      .c_block {
        padding: 40px 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: "Josefin Sans", 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/rB1/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;
  }
}