/* 通常版 */
@media screen and (min-width:769px) {
    .sp_only {
        display: none !important;
    }
    #okaimono {
        position: relative;
        padding: 0 0 100px;
        font-family: 'Noto Sans JP';
    }
    #okaimono * {
        font-family: 'Noto Sans JP';
    }
    /* sec_mv START */
    #okaimono .sec_mv {
        text-align: center;
        background: url(../../../img/usr/freepage/okaimono_days_202512/bg.png) repeat;
        background-position: 0 0;
        background-size: cover;
        padding-top: 27px;
        padding-bottom: 25px;
    }
    /* sec_mv END */
    /* sec_anchor START */
    #okaimono .sec_anchor {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 538px;
        background: #FFF;
    }
    #okaimono .sec_anchor .sec_inner {
        position: relative;
        width: 100%;
        height: 538px;
        padding-top: 82.4px;
        padding-bottom: 43.6px;
        z-index: 2;
        overflow: hidden;
    }
    #okaimono .sec_anchor .sec_inner::after {
        content: '';
        position: absolute;
        top: 82.4px;
        left: 0;
        width: 200%;
        height: 412px;
        background: url(../../../img/usr/freepage/okaimono_days_202512/rail_bk.png) repeat-x;
        background-position: 70.5px 0;
        animation: coming 30s linear infinite;
        z-index: 1;
    }
    #okaimono .sec_anchor .sec_inner .main_description {
        position: relative;
        width: 1028px;
        margin: -12px auto 0;
        z-index: 2;
        display: flex;
        align-items: center;

    }
    #okaimono .sec_anchor .sec_inner .main_description .desc_text {
        margin-right: 80px;
    }
    #okaimono .sec_anchor .sec_inner .main_description .desc_text .desc_text_1 {
        font-size: 35px;
        line-height: 52px;
        font-weight: 900;
    }
    #okaimono .sec_anchor .sec_inner .main_description .desc_text .desc_text_2 {
        font-size: 35px;
        line-height: 52px;
        font-weight: 900;
    }
    #okaimono .sec_anchor .sec_inner .main_description .desc_text .desc_text_2 span {
        font-size: 45px;
        line-height: 52px;
        color: #C21923;
        font-weight: 900;
    }
    #okaimono .sec_anchor .sec_inner .main_description .desc_text .desc_text_3 {
        font-size: 35px;
        line-height: 52px;
        margin-bottom: 30px;
        font-weight: 900;
    }
    #okaimono .sec_anchor .sec_inner .main_description .desc_text .desc_text_4 {
        font-size: 19px;
        line-height: 38px;
        font-weight: 500;
        color: #000000;
    }
    #okaimono .sec_anchor .anchor_block {
        position: absolute;
        z-index: 2;
        bottom: -75px;
        left: 50%;
        transform: translateX(-50%);
    }
    #okaimono .sec_anchor .anchor_block ul {
        display: flex;
        gap: 40px;
        justify-content: center;
    }
    #okaimono .sec_anchor .anchor_block ul li {
        position: relative;
        width: 150px;
        height: 150px;
        border: 3px solid #C21923;
        border-radius: 150px;
        background-color: #FFF;
    }
    #okaimono .sec_anchor .anchor_block ul li:nth-child(n)::before {
        content: '';
        position: absolute;
        top: -27px;
        left: 50%;
        transform: translateX(-50%);
        width: 54px;
        height: 55px;
    }
    #okaimono .sec_anchor .anchor_block ul li:nth-child(1)::before {
        background: url(../../../img/usr/freepage/okaimono_days_202512/anc_num1.png) no-repeat;
        background-position: 0 0;
        background-size: cover;
        background-color: #FFF;
    }
    #okaimono .sec_anchor .anchor_block ul li:nth-child(2)::before {
        background: url(../../../img/usr/freepage/okaimono_days_202512/anc_num2.png) no-repeat;
        background-position: 0 0;
        background-size: cover;
        background-color: #FFF;
    }
    #okaimono .sec_anchor .anchor_block ul li:nth-child(3)::before {
        background: url(../../../img/usr/freepage/okaimono_days_202512/anc_num3.png) no-repeat;
        background-position: 0 0;
        background-size: cover;
        background-color: #FFF;
    }
    #okaimono .sec_anchor .anchor_block ul li:nth-child(4)::before {
        background: url(../../../img/usr/freepage/okaimono_days_202512/anc_num4.png) no-repeat;
        background-position: 0 0;
        background-size: cover;
        background-color: #FFF;
    }
    #okaimono .sec_anchor .anchor_block ul li:nth-child(5)::before {
        background: url(../../../img/usr/freepage/okaimono_days_202512/anc_num5.png) no-repeat;
        background-position: 0 0;
        background-size: cover;
        background-color: #FFF;
    }
    #okaimono .sec_anchor .anchor_block ul li:nth-child(6)::before {
        background: url(../../../img/usr/freepage/okaimono_days_202512/anc_num6.png) no-repeat;
        background-position: 0 0;
        background-size: cover;
        background-color: #FFF;
    }
    #okaimono .sec_anchor .anchor_block ul li a {
        position: relative;
        width: 100%;
        height: 100%;
        font-size: 18px;
        font-weight: bold;
        line-height: 19px;
        color: #C21923;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    #okaimono .sec_anchor .anchor_block ul li a:hover {
        text-decoration: unset;
        opacity: 0.7;
    }
    #okaimono .sec_anchor .anchor_block ul li a::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 18px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-top: 13px solid #C21923;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
    }
    /* sec_anchor END */
    
    @keyframes coming {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    } #okaimono .sec_mv .mv_block {
        width: 1350px;
        margin: 0 auto;
    }
    #okaimono .sec_mv .mv_block img {
        width: 100%;
    }
    /* sec_mv END */
    /* sec_main START */
    #okaimono .sec_main {
        position: relative;
        background: url(../../../img/usr/freepage/okaimono_days_202512/bg.png) repeat;
        background-position: 0 0;
        background-size: cover;
        padding-top: 166px;
        padding-bottom: 200px;
        z-index: 1;
    }
    #okaimono .sec_main .contents_common {
        position: relative;
        margin: 0 auto;
        width: 1400px;
        background: #FFF;
        border-radius: 100px;
    }
    #okaimono .sec_main .contents_common .con_num {
        position: absolute;
        height: 168px;
    }
    #okaimono .sec_main .contents_common .con_num img {
        height: 100%;
    }
    #okaimono .sec_main .contents_common .con_ttl_block {
        display: flex;
        align-items: center;
    }
    #okaimono .sec_main .contents_common .con_ttl_block .con_ttl {
        text-align: center;
    }
    #okaimono .sec_main .contents_common .con_ttl_block .con_ttl .con_ttl_1 {
        position: relative;
        font-size: 32.05px;
        font-weight: bold;
        color: #C21923;
        line-height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #okaimono .sec_main .contents_common .con_ttl_block .con_ttl .con_ttl_1::before {
        content: '';
        width: 15px;
        height: 36px;
        background: url('../../../img/usr/freepage/okaimono_days_202512/con_ttl_left.png') no-repeat;
        background-size: 15px 36px;
        margin-right: 15px;
    }
    #okaimono .sec_main .contents_common .con_ttl_block .con_ttl .con_ttl_1::after {
        content: '';
        width: 15px;
        height: 36px;
        background: url('../../../img/usr/freepage/okaimono_days_202512/con_ttl_right.png') no-repeat;
        background-size: 15px 36px;
        margin-left: 15px;
    }
    #okaimono .sec_main .contents_common .con_ttl_block .con_ttl .con_ttl_2 {
        font-size: 49.05px;
        line-height: 63px;
        font-weight: 900;
        color: #C21923;
    }
    #okaimono .sec_main .contents_1 {
        padding-top: 54px;
        padding-bottom: 70px;
        margin-bottom: 50px;
    }
    #okaimono .sec_main .contents_1 .con_num {
        right: 85px;
    }
    #okaimono .sec_main .contents_1 .con_ttl_block {
        padding-left: 213.8px;
        height: 168px;
    }
    #okaimono .sec_main .contents_1 .con_ttl_block .con_ttl_icon {
        width: 115.76px;
        margin-right: 38.5px;
    }
    #okaimono .sec_main .contents_1 .con_ttl_block .con_ttl_icon img {
        width: 100%;
    }
    #okaimono .sec_main .contents_1 .con_image{
        width: 989px;
        margin-top: 43.2px;
        margin-left: 199px;
        margin-bottom: 30px;
    }
    #okaimono .sec_main .contents_1 .con_image img {
        width: 100%;
    }
    #okaimono .sec_main .contents_1 .con_desc {
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
        color: #000000;
        text-align: center;
        width: 979px;
        margin-left: 204.1px;
        margin-bottom: 30px;
    }
    #okaimono .sec_main .contents_1 .con_date {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #okaimono .sec_main .contents_1 .con_date .con_date_limit {
        width: 80px;
        height: 79px;
        border: 2px solid #C21923;
        border-radius: 10px;
        color: #C21923;
        font-size: 25px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 12px;
        margin-right: 20px;
    }
    #okaimono .sec_main .contents_1 .con_date .con_date_text {
        display: flex;
        align-items: center;
        height: 98px;
    }
    #okaimono .sec_main .contents_1 .con_date .con_date_text span {
        line-height: 98px;
        font-weight: 500;
    }
    #okaimono .sec_main .contents_1 .con_date .con_date_text span.font_45 {
        font-size: 45px;
        padding-top: 7px;
    }
    #okaimono .sec_main .contents_1 .con_date .con_date_text span.font_34 {
        font-size: 34px;
        padding-top: 16px;
    }
    #okaimono .sec_main .contents_1 .con_date .con_date_text span.font_32 {
        font-size: 32px;
        padding-top: 13px;
    }
    #okaimono .sec_main .contents_1 .con_date .con_date_text img {
        height: 98px;
    }
    #okaimono .sec_main .contents_1 .con_date .con_date_text img.image_h60 {
        height: 79px;
        padding-top: 20px;
    }
    #okaimono .sec_main .contents_1 .con_date .con_date_text .date_line {
        width: 30px;
        height: 1px;
        background-color: #000;
        display: flex;
        align-items: center;
        margin-right: 20px;
    }
    #okaimono .sec_main .contents_2 {
        padding-top: 39px;
        padding-bottom: 72px;
        margin-bottom: 50px;
    }
    #okaimono .sec_main .contents_2 .con_num {
        left: 85px;
    }
    #okaimono .sec_main .contents_2 .con_ttl_block {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 664px;
        height: 168px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    #okaimono .sec_main .contents_2 .con_ttl_block .con_ttl_icon {
        position: absolute;
        width: 135px;
        right: -40px;
        top: 25px;
    }
    #okaimono .sec_main .contents_2 .con_ttl_block .con_ttl_icon img {
        width: 100%;
    }
    #okaimono .sec_main .contents_2 .con_ttl_block .con_ttl_icon2 {
        position: absolute;
        left: 20px;
    }
    #okaimono .sec_main .contents_2 .con_ttl_block .con_ttl {
        width: 664px;
    }
    #okaimono .sec_main .contents_2 .con_coupon {
        width: 1140px;
        margin: 50px auto 0;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 80px;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li {
        width: 100%;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li h4.con_coupon_ttl {
        width: 100%;
        font-size: 30px;
        line-height: 61px;
        font-weight: bold;
        text-align: center;
        border-top: 2px solid #D6AE61;
        border-bottom: 2px solid #D6AE61;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li .con_coupon_desc {
        margin-top: 45px;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc,
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc {
        display: flex;
        justify-content: center;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li .con_coupon_desc span,
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc span {
        font-size: 25px;
        line-height: 1em;
        font-weight: 500;
    }
    #okaimono .sec_main .contents_2 .con_coupon .con_coupon_desc ul.coupon_code_list li:first-child {
        margin-bottom: 35px;
    }
    #okaimono .sec_main .contents_2 .con_coupon .con_coupon_desc ul.coupon_code_list li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #okaimono .sec_main .contents_2 .con_coupon .con_coupon_desc ul.coupon_code_list li .ccl_1 {
        display: flex;
        align-items: center;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_1 .ccl_num {
        margin-right: 47px;
        height: 67px;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li:nth-child(2) .ccl_1 .ccl_num {
        margin-right: 35px;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_1 .ccl_num img {
        height: 100%;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_1 .ccl_text {
        width: 476px;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_1 .ccl_text .ccl_ttl {
        font-size: 30px;
        font-weight: bold;
        line-height: 1em;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_1 .ccl_text .ccl_code {
        font-size: 21px;
        font-weight: bold;
        line-height: 30px;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_1 .ccl_text .ccl_code span {
        margin-left: 5px;
        font-size: 29px;
        font-weight: bold;
        line-height: 38px;
        color: #C21923;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_2 button {
        position: relative;
        border: none;
        color: #FFFFFF;
        background-color: #000000;
        border-radius: 50px;
        font-size: 22px;
        font-weight: bold;
        line-height: 32px;
        width: 400px;
        height: 57.5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_2 button::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: 21px;
        height: 23px;
        background: url('../../../img/usr/freepage/okaimono_days_202512/coupon_copy.png') no-repeat;
        background-size: 21px 23px;
        background-position: 0 0;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(1) ul.coupon_code_list {

    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc {
        margin: 45px 70px 0;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc .con_coupon_text_list {
        position: relative;
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc div:not(:first-child) {
        margin-top: 10px;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc .con_coupon_text_list::before {
        content: '・';
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc div {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc {
        margin: 45px 70px 0;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step {
        display: flex;
        flex-direction: column;
        gap: 35.8px;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step li {
        width: 100%;
        display: flex;
        align-items: flex-end;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step li .step_image {
        position: relative;
        height: 39px;
        margin-right: 67.5px;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step li .step_image::after {
        content: '';
        position: absolute;
        display: inline-block;
        top: 24px;
        right: -48px;
        width: 33px;
        height: 4px;
        background: url('../../../img/usr/freepage/okaimono_days_202512/con_coupon_step_line.png') no-repeat;
        background-size: 33px 4px;
        background-position: left bottom;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step li .step_image img {
        height: 100%;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step li .step_text {
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
    }
    /* con3 */
    #okaimono .sec_main .contents_3 {
        padding-top: 39px;
        padding-bottom: 72px;
    }
    #okaimono .sec_main .contents_3 .con_num {
        right: 85px;
    }
    #okaimono .sec_main .contents_3 .con_ttl_block {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 664px;
        height: 168px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    #okaimono .sec_main .contents_3 .con_ttl_block .con_ttl_icon {
        position: absolute;
        width: 135px;
        left: -80px;
        top: 50px;
    }
    #okaimono .sec_main .contents_3 .con_ttl_block .con_ttl_icon img {
        width: 100%;
    }
    #okaimono .sec_main .contents_3 .con_ttl_block .con_ttl_icon2 {
        position: absolute;
        left: 20px;
    }
    #okaimono .sec_main .contents_3 .con_ttl_block .con_ttl {
        width: 664px;
    }
    #okaimono .sec_main .contents_3 .con_coupon {
        width: 1140px;
        margin: 50px auto 0;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 80px;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li {
        width: 100%;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li h4.con_coupon_ttl {
        width: 100%;
        font-size: 30px;
        line-height: 61px;
        font-weight: bold;
        text-align: center;
        border-top: 2px solid #D6AE61;
        border-bottom: 2px solid #D6AE61;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li .con_coupon_desc {
        margin: 45px 70px 0;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(1) .con_coupon_desc .con_coupon_text_list {
        position: relative;
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(1) .con_coupon_desc .con_coupon_text_list span {
        color: #C21923;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(1) .con_coupon_desc .con_coupon_text_list:not(:first-child) {
        margin-top: 10px;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(1) .con_coupon_desc .con_coupon_text_list::before {
        content: '・';
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc {
        margin: 45px 70px 0;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc .con_coupon_text {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc {
        margin: 45px auto 0;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc .con_coupon_date {
        display: flex;
        justify-content: center;
        margin-bottom: 34px;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc .con_coupon_date img {
        height: 76px;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc .con_coupon_date span {
        font-weight: bold;
        color: #C21923;
        line-height: 76px;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc .con_coupon_date span.font_46 {
        font-size: 46px;
        line-height: 70px;
        margin: 0 5px;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc .con_coupon_date span.font_35 {
        font-size: 35px;
        margin: 0 5px;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc .con_coupon_date span.font_25 {
        font-size: 25px;
        color: #000;
        font-weight: 500;
        margin-left: 20px;
        line-height: 25px;
        padding-top: 34px;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc .con_coupon_text_list {
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
    }
    /* //con3 */
    /* sec_main END */
    /* sec_goods START */
    #okaimono .sec_goods {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: -50px;
        
    }
    #okaimono .sec_goods::before {
        content: '';
        position: relative;
        display: inline-block;
        width: 100%;
        height: 51px;
        background-image: url('../../../img/usr/freepage/okaimono_days_202512/wave_bk.png');
        background-repeat: repeat-x;
        background-position: 0 0;
        background-size: contain;
        z-index: 3;
    }   
    #okaimono .sec_goods .sec_inner {
        width: 100%;
        background: url('../../../img/usr/freepage/okaimono_days_202512/white_bk.png');
        background-repeat: repeat;
        background-position: 0 0;
        background-size: contain;
        margin: 0 auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #okaimono .sec_goods .sec_inner .goods_rank {
        position: relative;
        width: 1229px;
        margin: 0 auto;
    }
    #okaimono .sec_goods .goods_rank .con_num {
        position: absolute;
        top: 0;
        left: 0;
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block {
        position: relative;
        width: 664px;
        height: 195px;
        display: flex;
        align-items: flex-end;
        margin: 0 auto 50px;
        text-align: center;
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block .con_ttl_icon {
        position: absolute;
        right: -25px;
        bottom: 8px;
        width: 126.08px;
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block .con_ttl_icon img {
        width: 100%;
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block .con_ttl {
        width: 664px;
        margin: 0 auto;
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block .con_ttl .con_ttl_1 {
        position: relative;
        font-size: 32.05px;
        font-weight: bold;
        color: #C21923;
        line-height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block .con_ttl .con_ttl_1::before {
        content: '';
        width: 15px;
        height: 36px;
        background: url(../../../img/usr/freepage/okaimono_days_202512/con_ttl_left.png) no-repeat;
        background-size: 15px 36px;
        margin-right: 15px;
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block .con_ttl .con_ttl_1::after {
        content: '';
        width: 15px;
        height: 36px;
        background: url(../../../img/usr/freepage/okaimono_days_202512/con_ttl_right.png) no-repeat;
        background-size: 15px 36px;
        margin-left: 15px;
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block .con_ttl .con_ttl_2 {
        font-size: 49.05px;
        line-height: 63px;
        font-weight: 900;
        color: #C21923;
    }
    #okaimono .sec_goods .goods_rank .con_goods_list {
        margin-bottom: 50px;
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .slick-slider {
        width: 1220px;
        margin: 0 auto;
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .slick-list {
        width: 1100px;
        margin: 0 auto;
    } 
    #okaimono .sec_goods .goods_rank .con_goods_list .slick-list .slick-track {
        display: flex;
        width: max-content;
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .slick-list .slick-track dl {
        width: 256px !important;
        margin-right: 25px;
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .slick-list .slick-track dl:last-of-type {
        margin-right: 0px;
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .slick-track dl .block-ranking-r--goods-image a {
        border-radius: 10px;
        overflow: hidden;
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .slick-track dl .block-ranking-r--goods-image a figure {
        width: 256px;
        height: 256px;
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .slick-slider button.slick-disabled {
        opacity: 0;
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .slick-slider button {
        width: 30px;
        height: 30px;
        background: url(../../../img/usr/freepage/okaimono_days_202512/slide_arrow.png) no-repeat;
        background-size: 30px 30px;
        background-position: 0 0;
        top: 120px;
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .slick-slider button.slick-prev {
        transform: rotate(180deg);
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .slick-slider button::after {
        display: none !important;
    }
    #okaimono .sec_goods .goods_rank .con_goods_more {
        width: 557px;
        height: 58px;
        margin: 0 auto;
    }
    #okaimono .sec_goods .goods_rank .con_goods_more a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-align: center;
        background: #000;
        color: #FFF;
        font-size: 22px;
        font-weight: bold;
        line-height: 1em;
        border-radius: 135px;
    }
    #okaimono .sec_goods .goods_rank .con_goods_more a:hover {
        text-decoration: unset;
        opacity: 0.7;
    }
    #okaimono .sec_goods .goods_rank .con_goods_more a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 22px;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background: url(../../../img/usr/freepage/okaimono_days_202512/arrow.png) no-repeat;
        background-size: 30px 30px;
    }
    /* sec_goods END */
    /* sec_goods reco START */
    #okaimono .sec_goods .sec_inner .goods_reco {
        position: relative;
        width: 1229px;
        margin: 70px auto 0;
    }
    #okaimono .sec_goods .goods_reco .con_num {
        position: absolute;
        top: 0;
        right: 0;
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block {
        position: relative;
        width: 664px;
        height: 195px;
        display: flex;
        align-items: flex-end;
        margin: 0 auto 48px;
        text-align: center;
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block .con_ttl_icon {
        position: absolute;
        left: -25px;
        bottom: 8px;
        width: 110.98px;
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block .con_ttl_icon img {
        width: 100%;
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block .con_ttl {
        width: 664px;
        margin: 0 auto;
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block .con_ttl .con_ttl_1 {
        position: relative;
        font-size: 32.05px;
        font-weight: bold;
        color: #C21923;
        line-height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block .con_ttl .con_ttl_1::before {
        content: '';
        width: 15px;
        height: 36px;
        background: url(../../../img/usr/freepage/okaimono_days_202512/con_ttl_left.png) no-repeat;
        background-size: 15px 36px;
        margin-right: 15px;
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block .con_ttl .con_ttl_1::after {
        content: '';
        width: 15px;
        height: 36px;
        background: url(../../../img/usr/freepage/okaimono_days_202512/con_ttl_right.png) no-repeat;
        background-size: 15px 36px;
        margin-left: 15px;
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block .con_ttl .con_ttl_2 {
        font-size: 49.05px;
        line-height: 63px;
        font-weight: 900;
        color: #C21923;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul {
        width: 1200px;
        margin: 0 auto;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li:not(:last-child) {
        margin-bottom: 130px;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods {
        display: flex;
        gap: 50px;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods.reverse_goods {
        flex-direction: row-reverse;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods .reco_goods_image {
        width: 650px;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods .reco_goods_image img {
        width: 100%;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods .reco_goods_desc {
        width: 500px;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods .reco_goods_desc h3.reco_goods_ttl {
        font-size: 32px;
        line-height: 40px;
        font-weight: bold;
        color: #CBAC37;
        margin-bottom: 25.2px;
        margin-top: 0;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods .reco_goods_desc p {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods .reco_goods_desc .reco_goods_btn {
        width: 500px;
        margin-top: 50px;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods .reco_goods_desc .reco_goods_btn a {
        position: relative;
        width: 100%;
        height: 58px;
        border-radius: 60px;
        background-color: #000;
        color: #FFF;
        font-size: 22px;
        font-weight: bold;
        line-height: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods .reco_goods_desc .reco_goods_btn a:hover {
        text-decoration: unset;
        opacity: 0.7;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods .reco_goods_desc .reco_goods_btn a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 22px;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background: url('../../../img/usr/freepage/okaimono_days_202512/arrow.png') no-repeat;
        background-size: 30px 30px;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_comment {
        position: relative;
        margin-top: 29px;
        width: 100%;
        padding: 42px 0 71px 341px;
        background-color: #FFFBEB;
        border-radius: 10px;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_comment::after {
        content: '';
        position: absolute;
        top: -14px;
        right: 54.1px;
        width: 47px;
        height: 36px;
        background: url('../../../img/usr/freepage/okaimono_days_202512/quotes.png') no-repeat;

    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_comment .comment_image {
        position: absolute;
        top: 50%;
        left: 137px;
        width: 146px;
        transform: translateY(-50%);
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reverse_goods + .reco_goods_comment .comment_image {
        width: 129.12px;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_comment .comment_image img {
        width: 100%;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_comment .comment_ttl h4 {
        width: 639px;
        font-size: 25px;
        font-weight: bold;
        line-height: 50px;
        margin: 0 0 17px;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_comment .comment_inner p {
        width: 669px;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
    }
    /* sec_goods reco END */
    /* sec_goods wester_mall START */
    #okaimono .sec_goods .wester_mall {
        margin: 100px auto 0;
    }
    #okaimono .sec_goods .wester_mall .wester_inner {
        width: 750px;
        margin: 0 auto;
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_ttl {
        margin: 0 auto 20px;
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_ttl .wester_ttl_image {
        margin: 0 auto 20px;
        text-align: center;
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_ttl .wester_desc {
        width: 500px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_image {
        margin-bottom: 40px;
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_btn {
        width: 557px;
        height: 58px;
        margin: 0 auto;
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_btn a {
        position: relative;
        display: flex;
        font-size: 22px;
        font-weight: bold;
        line-height: 1em;
        align-items: center;
        justify-content: center;
        background-color: #000;
        color: #FFF;
        width: 100%;
        height: 100%;
        border-radius: 200px;
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_btn a:hover {
        text-decoration: unset;
        opacity: 0.7;
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_btn a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 21.6px;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background: url(../../../img/usr/freepage/okaimono_days_202512/arrow.png) no-repeat;
        background-size: 30px 30px;
    }
    /* sec_goods wester_mall END */
    /* sec_notice START */
    #okaimono .sec_notice {
        position: relative;
        background: url(../../../img/usr/freepage/okaimono_days_202512/bg.png) repeat;
        background-position: 0 0;        background-size: cover;
        padding: 100px 0;
        z-index: 1;
    }
    #okaimono .sec_notice .notice_common_block {
        width: 1150px;
        margin: 0 auto;
    }
    #okaimono .sec_notice .notice_common_block h3 {
        position: relative;
        width: 100%;
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        color: #CBAC37;
        display: inline-block;
        margin: 0 auto 35px;
        text-align: center;
        padding: 0 30px;
        z-index: 2;
    }
    #okaimono .sec_notice .notice_1 h3::before,
    #okaimono .sec_notice .notice_1 h3::after {
        content: '';
        position: absolute;
        width: 494px;
        height: 1px;
        background-color: #CBAC37;
        top: 12.5px;
        z-index: 1;
    }
    #okaimono .sec_notice .notice_2 h3::before,
    #okaimono .sec_notice .notice_2 h3::after {
        content: '';
        position: absolute;
        width: 474px;
        height: 1px;
        background-color: #CBAC37;
        top: 12.5px;
        z-index: 1;
    }
    #okaimono .sec_notice .notice_common_block h3::after {
        left: 0;
    }
    #okaimono .sec_notice .notice_common_block h3::before {
        right: 0;
    }
    #okaimono .sec_notice .notice_common_block p {
        font-size: 16px;
        line-height: 33px;
        font-weight: 500;
        margin-bottom: 50px;
    }
    #okaimono .sec_notice .notice_common_block p a {
        color: #C21923;
        text-decoration: underline;
    }
    /* sec_notice END */
    /* sec_fixed START */
    #okaimono .sec_fixed {
        position: fixed;
        z-index: 10;
        right: 0;
        bottom: 20%;
    }
    #okaimono .sec_fixed ul.label_list_block {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 260px;
    }
    #okaimono .sec_fixed ul.label_list_block li {
        width: 260px;
        height: 52px;
    }
    #okaimono .sec_fixed ul.label_list_block li a {
        position: relative;
        width: 100%;
        height: 100%;
        display: inline-flex;
        align-items: center;
        padding-left: 25px;
        background-color: #C21923;
        border-radius: 10px 0 0 10px;
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
        line-height: 1em;
    }
    #okaimono .sec_fixed ul.label_list_block li a:hover {
        text-decoration: unset;
        opacity: 0.7;
    }
    #okaimono .sec_fixed ul.label_list_block li a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 19px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 9px solid #FFF;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }
    /* sec_fixed END */
}
@media screen and (max-width:768px) {
    .pc_only {
        display: none !important;
    }
    #okaimono {
        position: relative;
        font-family: 'Noto Sans JP';
    }
    #okaimono * {
        font-family: 'Noto Sans JP';
    }
    /* sec_mv START */
    #okaimono .sec_mv {
        text-align: center;
    }
    /* sec_mv END */
    /* sec_anchor START */
    #okaimono .sec_anchor {
        position: relative;
        z-index: 2;
        width: 100%;
        background: #FFF;
    }
    #okaimono .sec_anchor .sec_inner {
        position: relative;
        width: 100%;
        padding-top: calc(20/430*100vw);
        padding-bottom: calc(400/430*100vw);
        z-index: 2;
        overflow: hidden;
    }
    #okaimono .sec_anchor .sec_inner::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 200%;
        height: calc(239/430*100vw);
        background-image: url(../../../img/usr/freepage/okaimono_days_202512/rail_bk_sp.png),
                        url(../../../img/usr/freepage/okaimono_days_202512/rail_bk_sp.png);
        background-repeat: repeat-x;
        background-size: auto calc(239/430*100vw);
        background-position-y: calc(239/430*100vw);
        animation: coming 10s linear infinite;
    }
    #okaimono .sec_anchor .sec_inner .main_description {
        position: relative;
        z-index: 2;
    }
    #okaimono .sec_anchor .sec_inner .main_description .desc_text {
        margin: 0 auto;
        text-align: center;
    }
    #okaimono .sec_anchor .sec_inner .main_description .desc_text .desc_text_1 {
        font-size: calc(22/430*100vw);
        line-height: calc(32/430*100vw);
        font-weight: 900;
    }
    #okaimono .sec_anchor .sec_inner .main_description .desc_text .desc_text_2 {
        font-size: calc(22/430*100vw);
        line-height: calc(32/430*100vw);
        font-weight: 900;
        display: flex;
        justify-content: center;
    }
    #okaimono .sec_anchor .sec_inner .main_description .desc_text .desc_text_2 span {
        font-size: calc(28/430*100vw);
        line-height: calc(32/430*100vw);
        color: #C21923;
        font-weight: 900;
    }
    #okaimono .sec_anchor .sec_inner .main_description .desc_text .desc_text_3 {
        font-size: calc(22/430*100vw);
        line-height: calc(32/430*100vw);
        margin-bottom: calc(20/430*100vw);
        font-weight: 900;
    }
    #okaimono .sec_anchor .sec_inner .main_description .desc_text .desc_text_4 {
        width: calc(370/430*100vw);
        margin: 0 auto;
        font-size: calc(16/430*100vw);
        line-height: calc(27/430*100vw);
        font-weight: 500;
        text-align: left;
        color: #000000;
    }
    #okaimono .sec_anchor .sec_inner .main_description .desc_image {
        width: calc(144/430*100vw);
        margin: calc(-10/430*100vw) auto 0;
    }
    #okaimono .sec_anchor .sec_inner .main_description .desc_image img {
        width: 100%;
    }
    #okaimono .sec_anchor .anchor_block {
        position: absolute;
        z-index: 2;
        bottom: calc((-30/430*100vw));
        left: 50%;
        transform: translateX(-50%);
    }
    #okaimono .sec_anchor .anchor_block ul {
        display: flex;
        flex-direction: column;
        gap: calc(10/430*100vw);
        justify-content: center;
    }
    #okaimono .sec_anchor .anchor_block ul li {
        position: relative;
        width: calc(370/430*100vw);
        height: calc(60/430*100vw);
        border: 3px solid #C21923;
        border-radius: calc(10/430*100vw);
        background-color: #FFF;
    }
    #okaimono .sec_anchor .anchor_block ul li:nth-child(n)::before {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(13/430*100vw);
        transform: translateY(-50%);
        width: calc(34/430*100vw);
        height: calc(41/430*100vw);
    }
    #okaimono .sec_anchor .anchor_block ul li:nth-child(1)::before {
        background: url(../../../img/usr/freepage/okaimono_days_202512/anc_num1.png) no-repeat;
        background-position: 0 center;
        background-size: contain;
    }
    #okaimono .sec_anchor .anchor_block ul li:nth-child(2)::before {
        background: url(../../../img/usr/freepage/okaimono_days_202512/anc_num2.png) no-repeat;
        background-position: 0 center;
        background-size: contain;
    }
    #okaimono .sec_anchor .anchor_block ul li:nth-child(3)::before {
        background: url(../../../img/usr/freepage/okaimono_days_202512/anc_num3.png) no-repeat;
        background-position: 0 center;
        background-size: contain;
    }
    #okaimono .sec_anchor .anchor_block ul li:nth-child(4)::before {
        background: url(../../../img/usr/freepage/okaimono_days_202512/anc_num4.png) no-repeat;
        background-position: 0 center;
        background-size: contain;
    }
    #okaimono .sec_anchor .anchor_block ul li:nth-child(5)::before {
        background: url(../../../img/usr/freepage/okaimono_days_202512/anc_num5.png) no-repeat;
        background-position: 0 center;
        background-size: contain;
    }
    #okaimono .sec_anchor .anchor_block ul li:nth-child(6)::before {
        background: url(../../../img/usr/freepage/okaimono_days_202512/anc_num6.png) no-repeat;
        background-position: 0 center;
        background-size: contain;
    }
    #okaimono .sec_anchor .anchor_block ul li a {
        position: relative;
        width: 100%;
        height: 100%;
        font-size: calc(18/430*100vw);
        font-weight: bold;
        line-height: 1em;
        color: #C21923;
        display: flex;
        align-items: center;
        text-align: center;
        padding-left: calc(64/430*100vw);
    }
    #okaimono .sec_anchor .anchor_block ul li a:hover {
        text-decoration: unset;
        opacity: 0.7;
    }
    #okaimono .sec_anchor .anchor_block ul li a::after {
        content: '';
        position: absolute;
        right: calc(26/430*100vw);
        top: 55%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: calc(13/430*100vw) solid #C21923;
        border-left: calc(7.5/430*100vw) solid transparent;
        border-right: calc(7.5/430*100vw) solid transparent;
    }
    @keyframes coming {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /* sec_mv END */
    /* sec_main START */
    #okaimono .sec_main {
        position: relative;
        background: url(../../../img/usr/freepage/okaimono_days_202512/bg.png) repeat;
        background-position: 0 0;
        background-size: cover;
        padding-top: calc(73.4/430*100vw);
        padding-bottom: calc(80/430*100vw);
        z-index: 1;
    }
    #okaimono .sec_main .contents_common {
        position: relative;
        margin: 0 calc(18/430*100vw);
        background: #FFF;
        border-radius: calc(40/430*100vw);
    }
    #okaimono .sec_main .contents_common .con_num {
        position: absolute;
        height: calc(70/430*100vw);
    }
    #okaimono .sec_main .contents_common .con_num img {
        height: 100%;
    }
    #okaimono .sec_main .contents_common .con_ttl_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #okaimono .sec_main .contents_common .con_ttl_block .con_ttl {
        text-align: center;
    }
    #okaimono .sec_main .contents_common .con_ttl_block .con_ttl .con_ttl_1 {
        position: relative;
        font-size: calc(18/430*100vw);
        font-weight: bold;
        color: #C21923;
        line-height: calc(26/430*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #okaimono .sec_main .contents_common .con_ttl_block .con_ttl .con_ttl_1::before {
        content: '';
        width: calc(8.56/430*100vw);
        height: calc(20.53/430*100vw);
        background: url('../../../img/usr/freepage/okaimono_days_202512/con_ttl_left.png') no-repeat;
        background-size: calc(8.56/430*100vw) calc(20.53/430*100vw);
        margin-right: calc(8/430*100vw);
    }
    #okaimono .sec_main .contents_common .con_ttl_block .con_ttl .con_ttl_1::after {
        content: '';
        width: calc(8.56/430*100vw);
        height: calc(20.53/430*100vw);
        background: url('../../../img/usr/freepage/okaimono_days_202512/con_ttl_right.png') no-repeat;
        background-size: calc(8.56/430*100vw) calc(20.53/430*100vw);
        margin-left: calc(8/430*100vw);
    }
    #okaimono .sec_main .contents_common .con_ttl_block .con_ttl .con_ttl_2 {
        font-size: calc(25/430*100vw);
        line-height: calc(36/430*100vw);
        font-weight: 900;
        color: #C21923;
    }
    #okaimono .sec_main .contents_1 {
        padding: calc(30/430*100vw) 0;
        margin-bottom: calc(30/430*100vw);
    }
    #okaimono .sec_main .contents_1 .con_num {
        right: calc(38.4/430*100vw);
    }
    #okaimono .sec_main .contents_1 .con_ttl_block .con_ttl_icon {
        height: calc(74/430*100vw);
        margin-bottom: calc(10/430*100vw);
    }
    #okaimono .sec_main .contents_1 .con_ttl_block .con_ttl_icon img {
        height: 100%;
    }
    #okaimono .sec_main .contents_1 .con_image{
        width: calc(343/430*100vw);
        margin: calc(30/430*100vw) auto calc(25/430*100vw);
    }
    #okaimono .sec_main .contents_1 .con_desc {
        font-size: calc(16/430*100vw);
        line-height: calc(23/430*100vw);
        font-weight: 500;
        color: #000000;
        text-align: center;
        margin: 0 calc(15/430*100vw) calc(23/430*100vw);
    }
    #okaimono .sec_main .contents_1 .con_date {
        display: flex;
        align-items: center;
    }
    #okaimono .sec_main .contents_1 .con_date .con_date_limit {
        width: calc(67/430*100vw);
        height: calc(67/430*100vw);
        margin-left: calc(35/430*100vw);
        margin-right: calc(16/430*100vw);
        border: 2px solid #C21923;
        border-radius: calc(10/430*100vw);
        color: #C21923;
        font-size: calc(20/430*100vw);
        line-height: calc(24/430*100vw);
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 calc(8/430*100vw);
    }
    #okaimono .sec_main .contents_1 .con_date .con_date_text {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: calc(100% - (83/430*100vw));
    }
    #okaimono .sec_main .contents_2 {
        padding-top: calc(35.9/430*100vw);
        padding-bottom: calc(29/430*100vw);
        margin-bottom: calc(30/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_num {
        left: calc(25/430*100vw);
        top: calc(30/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_ttl_block {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    #okaimono .sec_main .contents_2 .con_ttl_block .con_ttl_icon_block {
        margin-bottom: calc(11.3/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_ttl_block .con_ttl_icon {
        height: calc(66.07/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_ttl_block .con_ttl_icon img {
        height: 100%;
    }
    #okaimono .sec_main .contents_2 .con_coupon {
        margin: calc(30/430*100vw) auto 0;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list {
        display: flex;
        flex-direction: column;
        margin: 0 calc(15/430*100vw);
        gap: calc(40/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li {
        margin: 0 calc(10/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li h4.con_coupon_ttl {
        width: 100%;
        padding: calc(10/430*100vw) 0;
        font-size: calc(21/430*100vw);
        line-height: calc(25/430*100vw);
        font-weight: bold;
        text-align: center;
        border-top: 2px solid #D6AE61;
        border-bottom: 2px solid #D6AE61;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li .con_coupon_desc {
        margin-top: calc(20/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:first-child .con_coupon_desc {
        text-align: center;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li .con_coupon_desc span,
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc span {
        font-size: calc(16/430*100vw);
        line-height: 1em;
        font-weight: 500;
    }
    #okaimono .sec_main .contents_2 .con_coupon .con_coupon_desc ul.coupon_code_list li:first-child {
        margin-bottom: calc(35/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon .con_coupon_desc ul.coupon_code_list li {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #okaimono .sec_main .contents_2 .con_coupon .con_coupon_desc ul.coupon_code_list li .ccl_1 {
        display: flex;
        align-items: center;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_1 .ccl_num {
        margin-right: calc(23.2/430*100vw);
        height: calc(46.85/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li:nth-child(2) .ccl_1 .ccl_num {
        margin-right: calc(14.8/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_1 .ccl_num img {
        height: 100%;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_1 .ccl_text {
        width: calc(250/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_1 .ccl_text .ccl_ttl {
        font-size: calc(24/430*100vw);
        font-weight: bold;
        line-height: calc(25/430*100vw);
        text-align: left;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_code {
        font-size: calc(15/430*100vw);
        font-weight: bold;
        line-height: 1em;
        margin-left: calc(62.23/430*100vw);
        text-align: left;
        margin-top: calc(10 / 430 * 100vw);
        margin-bottom: calc(20/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_code span {
        margin-left: calc(5.5/430*100vw);
        font-size: calc(22/430*100vw);
        font-weight: bold;
        line-height: 1em;
        color: #C21923;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_2 button {
        position: relative;
        border: none;
        color: #FFFFFF;
        background-color: #000000;
        border-radius: 50px;
        font-size: calc(18/430*100vw);
        font-weight: bold;
        line-height: 1em;
        width: calc(300/430*100vw);
        height: calc(45/430*100vw);
        display: flex;
        align-items: center;
        padding-left: calc(25/430*100vw);
        margin: 0 auto;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.coupon_code_list li .ccl_2 button::after {
        content: '';
        position: absolute;
        top: 50%;
        right: calc(17/430*100vw);
        transform: translateY(-50%);
        width: calc(18/430*100vw);
        height: calc(20/430*100vw);
        background: url('../../../img/usr/freepage/okaimono_days_202512/coupon_copy.png') no-repeat;
        background-size: calc(18/430*100vw) calc(20/430*100vw);
        background-position: 0 0;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list .con_coupon_desc > div {
        margin-top: calc(10/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc div {
        font-size: calc(16/430*100vw);
        line-height: calc(23/430*100vw);
        font-weight: 500;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc .con_coupon_text_list {
        position: relative;
        font-size: calc(16/430*100vw);
        line-height: calc(23/430*100vw);
        font-weight: 500;
        display: flex;
        align-items: flex-start;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc div:not(:first-child) {
        margin-top: calc(15/430*100vw)
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc .con_coupon_text_list::before {
        content: '・';
        font-size: calc(16/430*100vw);
        line-height: calc(23/430*100vw);
        font-weight: 500;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc .con_coupon_text_list {
        position: relative;
        font-size: calc(16/430*100vw);
        line-height: calc(23/430*100vw);
        font-weight: 500;
        display: flex;
        align-items: flex-start;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc .con_coupon_text_list:not(:first-child) {
        margin-top: calc(15/430*100vw)
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc .con_coupon_text_list::before {
        content: '・';
        font-size: calc(16/430*100vw);
        line-height: calc(23/430*100vw);
        font-weight: 500;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc {
        margin: calc(20/430*100vw) calc(10/430*100vw) 0;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step {
        display: flex;
        flex-direction: column;
        gap: calc(40/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step li {
        width: 100%;
        display: flex;
        align-items: flex-end;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step li:nth-child(3) {
        align-items: flex-start;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step li .step_image {
        position: relative;
        width: calc(34.57/430*100vw);
        margin-right: calc(19/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step li .step_image::after {
        content: '';
        position: absolute;
        display: inline-block;
        bottom: calc(-24.7/430*100vw);
        left: calc(16/430*100vw);
        width: calc(2/430*100vw);
        height: calc(17/430*100vw);
        background: url('../../../img/usr/freepage/okaimono_days_202512/con_coupon_step_line_sp.png') no-repeat;
        background-size: calc(2/430*100vw) calc(17/430*100vw);
        background-position: center center;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step li .step_image img {
        width: 100%;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step li:nth-child(3) .step_image::after {
        display: none;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step li:nth-child(3) .step_text {
        padding-top: calc(10/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc .con_coupon_step li .step_text {
        width: calc(275/430*100vw);
        font-size: calc(16/430*100vw);
        line-height: calc(25/430*100vw);
        font-weight: bold;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc,
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc {
        text-align: center;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(5) .con_coupon_desc .con_coupon_text {
        font-size: calc(16/430*100vw);
        font-weight: 500;
        line-height: calc(23/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(6) .con_coupon_desc {
        margin: calc(20/430*100vw) auto 0;
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(6) .con_coupon_desc .con_coupon_date {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: calc(10/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(6) .con_coupon_desc .con_coupon_date img {
        height: calc(52/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(6) .con_coupon_desc .con_coupon_date span {
        font-weight: bold;
        color: #C21923;
        line-height: calc(35/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(6) .con_coupon_desc .con_coupon_date span.font_46 {
        font-size: calc(30/430*100vw);
        line-height: calc(44/430*100vw);
        margin-left: calc(5/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(6) .con_coupon_desc .con_coupon_date span.font_35 {
        font-size: calc(24/430*100vw);
        padding-top: calc(5/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(6) .con_coupon_desc .con_coupon_date span.font_25 {
        font-size: calc(19/430*100vw);
        color: #000;
        font-weight: 500;
        line-height: calc(27/430*100vw);
        padding-top: calc(12/430*100vw);
    }
    #okaimono .sec_main .contents_2 .con_coupon ul.con_coupon_guide_list > li:nth-child(6) .con_coupon_desc .con_coupon_text_list {
        font-size: calc(16/430*100vw);
        line-height: calc(23/430*100vw);
        font-weight: 500;
    }

    /* con3 */
    #okaimono .sec_main .contents_3 {
        padding-top: calc(35.9/430*100vw);
        padding-bottom: calc(29/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_num {
        right: calc(25/430*100vw);
        top: calc(30/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_ttl_block {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    #okaimono .sec_main .contents_3 .con_ttl_block .con_ttl_icon_block {
        margin-bottom: calc(11.3/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_ttl_block .con_ttl_icon {
        height: calc(66.07/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_ttl_block .con_ttl_icon img {
        height: 100%;
    }
    #okaimono .sec_main .contents_3 .con_ttl_block .con_ttl_icon2 {
        height: calc(52/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_ttl_block .con_ttl_icon2 img {
        height: 100%;
    }
    #okaimono .sec_main .contents_3 .con_coupon {
        margin: calc(30/430*100vw) auto 0;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list {
        display: flex;
        flex-direction: column;
        margin: 0 calc(15/430*100vw);
        gap: calc(40/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li {
        margin: 0 calc(10/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li h4.con_coupon_ttl {
        width: 100%;
        padding: calc(10/430*100vw) 0;
        font-size: calc(21/430*100vw);
        line-height: calc(25/430*100vw);
        font-weight: bold;
        text-align: center;
        border-top: 2px solid #D6AE61;
        border-bottom: 2px solid #D6AE61;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list .con_coupon_desc > div {
        margin-top: calc(10/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(1) .con_coupon_desc {
        display: flex;
        align-items: flex-start;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(1) .con_coupon_desc::before {
        content: '・';
        padding-top: calc(10/430*100vw);
        font-size: calc(16/430*100vw);
        line-height: calc(23/430*100vw);
        font-weight: 500;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(1) .con_coupon_desc div {
        font-size: calc(16/430*100vw);
        line-height: calc(23/430*100vw);
        font-weight: 500;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(1) .con_coupon_desc .con_coupon_text_list {
        position: relative;
        font-size: calc(16/430*100vw);
        line-height: calc(23/430*100vw);
        font-weight: 500;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(1) .con_coupon_desc .con_coupon_text_list span {
        color: #C21923;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(1) .con_coupon_desc div:not(:first-child) {
        margin-top: calc(15/430*100vw)
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(1) .con_coupon_desc .con_coupon_text_list {
        
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(1) .con_coupon_desc .con_coupon_text_list:not(:first-child) {
        margin-top: calc(15/430*100vw)
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(2) .con_coupon_desc .con_coupon_text {
        font-size: calc(16/430*100vw);
        font-weight: 500;
        line-height: calc(23/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(3) .con_coupon_desc {
        margin-top: calc(20/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc {
        margin: calc(20/430*100vw) auto 0;
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc .con_coupon_date {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: calc(10/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc .con_coupon_date img {
        height: calc(52/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc .con_coupon_date span {
        font-weight: bold;
        color: #C21923;
        line-height: calc(35/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc .con_coupon_date span.font_46 {
        font-size: calc(30/430*100vw);
        line-height: calc(44/430*100vw);
        margin-left: calc(5/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc .con_coupon_date span.font_35 {
        font-size: calc(24/430*100vw);
        padding-top: calc(5/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc .con_coupon_date span.font_25 {
        font-size: calc(19/430*100vw);
        color: #000;
        font-weight: 500;
        line-height: calc(27/430*100vw);
        padding-top: calc(12/430*100vw);
    }
    #okaimono .sec_main .contents_3 .con_coupon ul.con_coupon_guide_list > li:nth-child(4) .con_coupon_desc .con_coupon_text_list {
        font-size: calc(16/430*100vw);
        line-height: calc(23/430*100vw);
        font-weight: 500;
    }
    /* //con3 */
    /* sec_main END */


    /* sec_goods START */
    #okaimono .sec_goods {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: calc(-42/430*100vw);
    }
    #okaimono .sec_goods::before {
        content: '';
        position: relative;
        display: inline-block;
        width: 100%;
        height: calc(50/430*100vw);
        background-image: url('../../../img/usr/freepage/okaimono_days_202512/wave_bk.png');
        background-repeat: repeat-x;
        background-position: 0 0;
        background-size: contain;
        z-index: 3;
    }   
    #okaimono .sec_goods .sec_inner {
        width: 100%;
        background: url('../../../img/usr/freepage/okaimono_days_202512/white_bk.png');
        background-repeat: repeat;
        background-position: 0 0;
        background-size: contain;
        margin: 0 auto;
        padding-top: calc(10/430*100vw);
    }
    #okaimono .sec_goods .sec_inner .goods_rank {
        position: relative;
        margin: 0 auto calc(96/430*100vw);
    }
    #okaimono .sec_goods .goods_rank .con_num {
        position: absolute;
        top: calc(20/430*100vw);
        left: calc(30/430*100vw);
        height: calc(70/430*100vw);
    }
    #okaimono .sec_goods .goods_rank .con_num img {
        height: 100%;
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto calc(30/430*100vw);
        text-align: center;
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block .con_ttl_icon {
        width: calc(87.5/430*100vw);
        margin-bottom: calc(10/430*100vw);
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block .con_ttl_icon img {
        width: 100%;
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block .con_ttl {
        margin: 0 auto;
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block .con_ttl .con_ttl_1 {
        position: relative;
        font-size: calc(18/430*100vw);
        font-weight: bold;
        color: #C21923;
        line-height: calc(26/430*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block .con_ttl .con_ttl_1::before {
        content: '';
        width: calc(8.56/430*100vw);
        height: calc(20.53/430*100vw);
        background: url('../../../img/usr/freepage/okaimono_days_202512/con_ttl_left.png') no-repeat;
        background-size: calc(8.56/430*100vw) calc(20.53/430*100vw);
        margin-right: calc(8/430*100vw);
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block .con_ttl .con_ttl_1::after {
        content: '';
        width: calc(8.56/430*100vw);
        height: calc(20.53/430*100vw);
        background: url('../../../img/usr/freepage/okaimono_days_202512/con_ttl_right.png') no-repeat;
        background-size: calc(8.56/430*100vw) calc(20.53/430*100vw);
        margin-left: calc(8/430*100vw);
    }
    #okaimono .sec_goods .goods_rank .con_ttl_block .con_ttl .con_ttl_2 {
        font-size: calc(25/430*100vw);
        line-height: calc(36/430*100vw);
        font-weight: 900;
        color: #C21923;
    }
    #okaimono .sec_goods .goods_rank .con_goods_list {
        margin: 0 calc(30/430*100vw) calc(30/430*100vw);
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .block-ranking-r ul.block-ranking-r--items {
        display: flex;
        flex-wrap: wrap;
        gap: calc(10/430*100vw) calc(14/430*100vw);
        margin: 0;
        padding: 0;
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .block-ranking-r li {
        padding: 0;
        width: calc(178/430*100vw);
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .block-ranking-r li .block-ranking-r--description .block-ranking-r--goods-name {
        font-size: calc(14/430*100vw);
        line-height: calc(16/430*100vw);
        font-weight: bold;
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .block-ranking-r li .block-ranking-r--description .block-ranking-r--price-infos {
        margin: 0;
    }
    #okaimono .sec_goods .goods_rank .con_goods_list .block-ranking-r li .block-ranking-r--description .block-ranking-r--price-infos span {
        color: #CBAC37;
        font-size: calc(14/430*100vw);
        line-height: calc(16/430*100vw);
    }
    #okaimono .sec_goods .goods_rank .con_goods_more {
        width: calc(330/430*100vw);
        height: calc(45/430*100vw);
        margin: 0 auto;
    }
    #okaimono .sec_goods .goods_rank .con_goods_more a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-align: center;
        background: #000;
        color: #FFF;
        font-size: calc(18/430*100vw);
        font-weight: bold;
        line-height: 1em;
        border-radius: 135px;
    }
    #okaimono .sec_goods .goods_rank .con_goods_more a:hover {
        text-decoration: unset;
        opacity: 0.7;
    }
    #okaimono .sec_goods .goods_rank .con_goods_more a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: calc(11/430*100vw);
        transform: translateY(-50%);
        width: calc(21/430*100vw);
        height: calc(21/430*100vw);
        background: url(../../../img/usr/freepage/okaimono_days_202512/arrow.png) no-repeat;
        background-size: calc(21/430*100vw) calc(21/430*100vw);
    }
    /* sec_goods END */
    /* sec_goods reco START */
    #okaimono .sec_goods .sec_inner .goods_reco {
        position: relative;
        margin: 0 auto;
    }
    #okaimono .sec_goods .goods_reco .con_num {
        position: absolute;
        top: 0;
        right: calc(30/430*100vw);
        height: calc(70/430*100vw);
    }
    #okaimono .sec_goods .goods_reco .con_num img {
        height: 100%;
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto calc(30/430*100vw);
        text-align: center;
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block .con_ttl_icon {
        width: calc(68.15/430*100vw);
        margin-bottom: calc(10/430*100vw);
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block .con_ttl_icon img {
        width: 100%;
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block .con_ttl {
        margin: 0 auto;
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block .con_ttl .con_ttl_1 {
        position: relative;
        font-size: calc(18/430*100vw);
        font-weight: bold;
        color: #C21923;
        line-height: calc(26/430*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block .con_ttl .con_ttl_1::before {
        content: '';
        width: calc(8.56/430*100vw);
        height: calc(20.53/430*100vw);
        background: url('../../../img/usr/freepage/okaimono_days_202512/con_ttl_left.png') no-repeat;
        background-size: calc(8.56/430*100vw) calc(20.53/430*100vw);
        margin-right: calc(8/430*100vw);
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block .con_ttl .con_ttl_1::after {
        content: '';
        width: calc(8.56/430*100vw);
        height: calc(20.53/430*100vw);
        background: url('../../../img/usr/freepage/okaimono_days_202512/con_ttl_right.png') no-repeat;
        background-size: calc(8.56/430*100vw) calc(20.53/430*100vw);
        margin-left: calc(8/430*100vw);
    }
    #okaimono .sec_goods .goods_reco .con_ttl_block .con_ttl .con_ttl_2 {
        font-size: calc(25/430*100vw);
        line-height: calc(36/430*100vw);
        font-weight: 900;
        color: #C21923;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul {
        margin: 0 calc(30/430*100vw);
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li:not(:last-child) {
        margin-bottom: calc(70/430*100vw);
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods .reco_goods_ttl {
        font-size: calc(21/430*100vw);
        line-height: calc(25/430*100vw);
        color: #CBAC37;
        text-align: center;
        margin-bottom: calc(11/430*100vw);
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods .reco_goods_image {
        width: 100%;
        margin-bottom: calc(15/430*100vw);
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods .reco_goods_image img {
        width: 100%;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods .reco_goods_desc {
        margin-bottom: calc(17.2/430*100vw);
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods .reco_goods_desc p {
        font-size: calc(16/430*100vw);
        line-height: calc(23/430*100vw);
        font-weight: 500;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_btn {
        width: calc(330/430*100vw);
        margin: calc(19/430*100vw) auto 0;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_btn a {
        position: relative;
        width: 100%;
        height: calc(45/430*100vw);
        border-radius: 60px;
        background-color: #000;
        color: #FFF;
        font-size: calc(18/430*100vw);
        font-weight: bold;
        line-height: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_btn a:hover {
        text-decoration: unset;
        opacity: 0.7;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_btn a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: calc(11/430*100vw);
        transform: translateY(-50%);
        width: calc(21/430*100vw);
        height: calc(21/430*100vw);
        background: url('../../../img/usr/freepage/okaimono_days_202512/arrow.png') no-repeat;
        background-size: calc(21/430*100vw) calc(21/430*100vw);
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_comment {
        position: relative;
        width: 100%;
        padding: calc(25/430*100vw) calc(20/430*100vw) calc(24/430*100vw);
        background-color: #FFFBEB;
        border-radius: 10px;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_comment::after {
        content: '';
        position: absolute;
        top: calc(-8.2/430*100vw);
        right: calc(25.5/430*100vw);
        width: calc(30/430*100vw);
        height: calc(23/430*100vw);
        background: url('../../../img/usr/freepage/okaimono_days_202512/quotes.png') no-repeat;
        background-size: calc(30/430*100vw) calc(23/430*100vw);
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_comment .comment_ttl {
        display: flex;
        align-items: center;
        gap: calc(20/430*100vw);
        margin-bottom: calc(20/430*100vw);
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_comment .comment_ttl .comment_image {
        width: calc(71/430*100vw);
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_comment .comment_ttl .comment_image img {
        width: 100%;
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_comment .comment_ttl h4 {
        width: calc(225/430*100vw);
        font-size: calc(20/430*100vw);
        font-weight: bold;
        line-height: calc(25/430*100vw);
    }
    #okaimono .sec_goods .goods_reco .con_reco_list ul li .reco_goods_comment .comment_inner p {
        font-size: calc(16/430*100vw);
        line-height: calc(25/430*100vw);
        font-weight: 500;
    }
    /* sec_goods reco END */
    /* sec_goods wester_mall START */
    #okaimono .sec_goods .wester_mall {
        margin: calc(60/430*100vw) auto calc(50/430*100vw);
    }
    #okaimono .sec_goods .wester_mall .wester_inner {
        margin: 0 calc(30/430*100vw);
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_ttl {
        margin: 0 auto calc(20/430*100vw);
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_ttl .wester_ttl_image {
        margin: 0 auto calc(10/430*100vw);
        text-align: center;
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_ttl .wester_desc {
        margin: 0 auto;
        font-size: calc(16/430*100vw);
        line-height: calc(25/430*100vw);
        font-weight: 500;
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_image {
        margin-bottom: calc(20/430*100vw);
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_image img {
        width: 100%;
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_btn {
        width: calc(330/430*100vw);
        margin: 0 auto;
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_btn a {
        position: relative;
        width: 100%;
        height: calc(45/430*100vw);
        border-radius: 60px;
        background-color: #000;
        color: #FFF;
        font-size: calc(18/430*100vw);
        font-weight: bold;
        line-height: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_btn a:hover {
        text-decoration: unset;
        opacity: 0.7;
    }
    #okaimono .sec_goods .wester_mall .wester_inner .wester_btn a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: calc(11/430*100vw);
        transform: translateY(-50%);
        width: calc(21/430*100vw);
        height: calc(21/430*100vw);
        background: url('../../../img/usr/freepage/okaimono_days_202512/arrow.png') no-repeat;
        background-size: calc(21/430*100vw) calc(21/430*100vw);
    }
    /* sec_goods wester_mall END */
    /* sec_notice START */
    #okaimono .sec_notice {
        position: relative;
        background: url(../../../img/usr/freepage/okaimono_days_202512/bg.png) repeat;
        background-position: 0 0;
        background-size: cover;
        padding:  calc(50/430*100vw) 0;
        z-index: 1;
    }
    #okaimono .sec_notice .notice_common_block {
        margin: 0 calc(30/430*100vw);
    }
    #okaimono .sec_notice .notice_common_block h3 {
        position: relative;
        width: 100%;
        font-size: calc(18/430*100vw);
        line-height: calc(25/430*100vw);
        font-weight: bold;
        color: #CBAC37;
        display: inline-block;
        margin: 0 auto calc(21/430*100vw);
        text-align: center;
        padding: 0 calc(20/430*100vw);
        z-index: 2;
    }
    #okaimono .sec_notice .notice_1 h3::before,
    #okaimono .sec_notice .notice_1 h3::after {
        content: '';
        position: absolute;
        width: calc(131/430*100vw);
        height: 1px;
        background-color: #CBAC37;
        top: calc(12.5/430*100vw);
        z-index: 1;
    }
    #okaimono .sec_notice .notice_2 h3::before,
    #okaimono .sec_notice .notice_2 h3::after {
        content: '';
        position: absolute;
        width: calc(113/430*100vw);
        height: 1px;
        background-color: #CBAC37;
        top: calc(12.5/430*100vw);
        z-index: 1;
    }
    #okaimono .sec_notice .notice_common_block h3::after {
        left: 0;
    }
    #okaimono .sec_notice .notice_common_block h3::before {
        right: 0;
    }
    #okaimono .sec_notice .notice_common_block p {
        font-size: calc(14/430*100vw);
        line-height: calc(21/430*100vw);
        font-weight: 500;
        margin-bottom: calc(29/430*100vw);
    }
    #okaimono .sec_notice .notice_common_block p a {
        color: #C21923;
        text-decoration: underline;
    }
    /* sec_notice END */
    /* sec_fixed START */
    #okaimono .sec_fixed {
        position: fixed;
        z-index: 10;
        right: 0;
        bottom: 20%;
    }
    #okaimono .sec_fixed ul.label_list_block {
        display: flex;
        flex-direction: column;
        gap: calc(8/430*100vw);
        width: calc(265/430*100vw);
        overflow: hidden;
        height: 0;
        transition: height 0.35s ease;
    }
    #okaimono .sec_fixed ul.label_list_block li {
        width: calc(265/430*100vw);
        height: calc(52/430*100vw);
    }
    #okaimono .sec_fixed ul.label_list_block li a {
        position: relative;
        width: 100%;
        height: 100%;
        display: inline-flex;
        align-items: center;
        padding-left: calc(25/430*100vw);
        background-color: #C21923;
        border-radius: calc(10/430*100vw) 0 0 calc(10/430*100vw);
        color: #FFF;
        font-size: calc(14/430*100vw);
        font-weight: bold;
        line-height: 1em;
    }
    #okaimono .sec_fixed ul.label_list_block li a:hover {
        text-decoration: unset;
        opacity: 0.7;
    }
    #okaimono .sec_fixed ul.label_list_block li a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: calc(25/430*100vw);
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: calc(9/430*100vw) solid #FFF;
        border-left: calc(6/430*100vw) solid transparent;
        border-right: calc(6/430*100vw) solid transparent;
    }
    #okaimono .sec_fixed .label_ttl_block .label_firstview {
        position: relative;
        width: calc(250/430*100vw);
        height: calc(60/430*100vw);
        background: #C21923;
        border-radius: calc(10/430*100vw) 0 0 calc(10/430*100vw);
        display: flex;
        align-items: center;
        margin-left: auto;
        cursor: pointer;
    }
    #okaimono .sec_fixed .label_ttl_block .label_firstview::before,
    #okaimono .sec_fixed .label_ttl_block .label_firstview::after {
        content: '';
        position: absolute;
        
        width: calc(10/430*100vw);
        height: calc(2/430*100vw);
        background-color: #FFF;
    }
    #okaimono .sec_fixed .label_ttl_block .label_firstview::before {
        top: calc(30/430*100vw);
        right: calc(9.5/430*100vw);
    }
    #okaimono .sec_fixed .label_ttl_block .label_firstview::after {
        top: calc(30/430*100vw);
        right: calc(10/430*100vw);
        transform: rotate(90deg);
    }
    #okaimono .sec_fixed .label_ttl_block .label_firstview h4 {
        margin-left: calc(22/430*100vw);
        font-size: calc(16/430*100vw);
        line-height: 1em;
        color: #FFF;
        font-weight: bold;
    }
    #okaimono .sec_fixed .label_ttl_block .label_firstview .close_btn {
        position: absolute;
        top: calc(-9/430*100vw);
        left: calc(-9/430*100vw);
        width: calc(23/430*100vw);
        height: calc(23/430*100vw);
    }
    #okaimono .sec_fixed .label_ttl_block .label_firstview .close_btn img {
        width: 100%;
    }
    #okaimono .sec_fixed .label_ttl_block .label_open {
        position: relative;
        width: calc(180/430*100vw);
        height: calc(52/430*100vw);
        background-color: #707070;
        display: flex;
        align-items: center;
        padding-left: calc(51/430*100vw);
        margin-left: auto;
        border-radius: calc(10/430*100vw) 0 0 calc(10/430*100vw);
        font-size: calc(14/430*100vw);
        line-height: 1em;
        font-weight: bold;
        color: #FFF;
    }
    #okaimono .sec_fixed .label_ttl_block .label_open::before,
    #okaimono .sec_fixed .label_ttl_block .label_open::after {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(25/430*100vw);
        width: calc(15/430*100vw);
        height: 1px;
        background: #FFF;
    }
    #okaimono .sec_fixed .label_ttl_block .label_open::before {
        transform: translateY(-50%) rotate(45deg);
    }
    #okaimono .sec_fixed .label_ttl_block .label_open::after {
        transform: translateY(-50%) rotate(-45deg);
    }
    /* sec_fixed END */
}