@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");

/* --------------------------------------------
共通 
-------------------------------------------- */
#net_live_pajamas_20241130 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#net_live_pajamas_20241130 * {
    box-sizing: border-box;
}

#net_live_pajamas_20241130 a {
    text-decoration: none;
}

#net_live_pajamas_20241130 a.link_hover {
    transition: .5s;
}

#net_live_pajamas_20241130 a.link_hover:hover {
    opacity: 0.7;
}


/* --------------------------------------------
MV
-------------------------------------------- */
#net_live_pajamas_20241130 .mv {
    margin: 0;
}

#net_live_pajamas_20241130 .mv img {
    max-width: 100%;
}


/* --------------------------------------------
ナビ
-------------------------------------------- */
#net_live_pajamas_20241130 .navi_area {
    padding: 20px 30px 17px;
    letter-spacing: .1rem;
    margin: 0 auto 20px;
    background: #fad1ed;
}

#net_live_pajamas_20241130 .navi_area_foo {
    padding: 20px 30px 17px;
    letter-spacing: .1rem;
    margin: 0 auto 20px;
    background: #f3efde;
}

#net_live_pajamas_20241130 .navi {
    display: flex;
    flex-wrap: wrap;
}

#net_live_pajamas_20241130 .navi_foo {
    display: flex;
    flex-wrap: wrap;
}

/* --------------------------------------------
2列
-------------------------------------------- */
#net_live_pajamas_20241130 .navi_2 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

#net_live_pajamas_20241130 .navi_2_foo {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

#net_live_pajamas_20241130 .navi_2 li {
    font-size: 18px;
    background: #fff;
    width: calc((100% - 18px) / 2);
    height: 64px;
    position: relative;
}

#net_live_pajamas_20241130 .navi_2_foo li {
    font-size: 18px;
    background: #fff;
    width: calc((100% - 18px) / 2);
    height: 64px;
    position: relative;
}

#net_live_pajamas_20241130 .navi_2 li:nth-child(odd) {
    margin-right: 13px;
}
#net_live_pajamas_20241130 .navi_2 li:last-child{
    margin-right: 0;
}
#net_live_pajamas_20241130 .navi_2_foo li:nth-child(odd) {
    margin-right: 13px;
}



/* --------------------------------------------
ナビ＞テキストボタン
-------------------------------------------- */
#net_live_pajamas_20241130 .navi li {
    position: relative;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    transition: .4s;
    margin-bottom: 13px;
    background: #FFF;
    border: 1px solid #d279b6;
    flex-grow: 1;
    letter-spacing: -0.02em;
    border-radius: 5px;
}

#net_live_pajamas_20241130 .navi_foo li {
    position: relative;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    transition: .4s;
    margin-bottom: 13px;
    background: #FFF;
    border: 1px solid #221712;
    flex-grow: 1;
    letter-spacing: -0.02em;
    border-radius: 5px;
}


#net_live_pajamas_20241130 .navi li:hover {
    opacity: .7;
    cursor: pointer;
}

#net_live_pajamas_20241130 .navi_foo li:hover {
    opacity: .7;
    cursor: pointer;
}

#net_live_pajamas_20241130 .navi li a {
    color: #7e0f5a;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 0;
}

#net_live_pajamas_20241130 .navi_foo li a {
    color: #221712;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 0;
}

#net_live_pajamas_20241130 .navi li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #7e0f5a;
    border-right: solid 2px #7e0f5a;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -5px;
}

#net_live_pajamas_20241130 .navi_foo li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #221712;
    border-right: solid 2px #221712;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -5px;
}


#net_live_pajamas_20241130 .navi li a .nav-s {
    font-size: 10px;
    font-weight: normal;
}

#net_live_pajamas_20241130 .navi_foo li a .nav-s {
    font-size: 10px;
    font-weight: normal;
}



/* --------------------------------------------
ナビ＞すべての商品を見る
-------------------------------------------- */

#net_live_pajamas_20241130 .link_all a {
    display: inline-block;
    color: #38211b;
    position: relative;
    font-weight: normal;
    border-bottom: solid 1px #38211b;
    margin: 12px 0 0 4px;
    padding-right: 20px;
    transition: .4s;
    font-size: 18px;
}

#net_live_pajamas_20241130 .link_all_foo a {
    display: inline-block;
    color: #38211b;
    position: relative;
    font-weight: normal;
    border-bottom: solid 1px #38211b;
    margin: 12px 0 0 4px;
    padding-right: 20px;
    transition: .4s;
    font-size: 18px;
}


#net_live_pajamas_20241130 .link_all a:hover {
    opacity: .7;
}

#net_live_pajamas_20241130 .link_all_foo a:hover {
    opacity: .7;
}

#net_live_pajamas_20241130 .link_all a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #38211b;
    border-right: solid 1px #38211b;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
    top: 32%;
}

#net_live_pajamas_20241130 .link_all_foo a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #38211b;
    border-right: solid 1px #38211b;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
    top: 32%;
}

/* --------------------------------------------
バナー
-------------------------------------------- */
#net_live_pajamas_20241130 .bnr_area .title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

#net_live_pajamas_20241130 .bnr_area ul li:not(:last-child) {
    margin-bottom: 10px;
}

/* --------------------------------------------
PCSP_表示・非表示切り替え
-------------------------------------------- */
#net_live_pajamas_20241130 .pc {
    display: block;
}

#net_live_pajamas_20241130 .sp {
    display: none;
}

@media screen and (max-width:480px) {

    /* --------------------------------------------
ナビ
-------------------------------------------- */
    #net_live_pajamas_20241130 .navi_area {
        padding: 10px 10px 2px;
        margin: 0 auto;
    }

    #net_live_pajamas_20241130 .navi_area_foo {
        padding: 10px 10px 2px;
        margin: 0 auto;
    }

    /* --------------------------------------------
3列
-------------------------------------------- */
    #net_live_pajamas_20241130 .navi_2 li {
        font-size: calc(((100 / 375) * 12) * 1vw);
        width: calc((100% - 10px) / 2);
        height: 13vw;
    }

    #net_live_pajamas_20241130 .navi_2_foo li {
        font-size: calc(((100 / 375) * 12) * 1vw);
        width: calc((100% - 10px) / 2);
        height: 13vw;
    }

    #net_live_pajamas_20241130 .navi_2 li:not(:last-child) {
        margin-right: 0;
    }

    #net_live_pajamas_20241130 .navi_2_foo li:not(:last-child) {
        margin-right: 0;
    }

    #net_live_pajamas_20241130 .navi_2 li:not(:nth-child(2n)) {
        margin-right: 8px;
    }
    #net_live_pajamas_20241130 .navi_2 li:last-child{
        margin-right: 0;
    }

    #net_live_pajamas_20241130 .navi_2_foo li:not(:nth-child(2n)) {
        margin-right: 8px;
    }

    #net_live_pajamas_20241130 .navi li {
        margin-bottom: 8px;
    }

    #net_live_pajamas_20241130 .navi_foo li {
        margin-bottom: 8px;
    }

    #net_live_pajamas_20241130 .navi li::after {
        right: 8px;
    }

    #net_live_pajamas_20241130 .navi_foo li::after {
        right: 8px;
    }

    /* --------------------------------------------
ナビ＞すべての商品を見る
-------------------------------------------- */

    #net_live_pajamas_20241130 .link_all a {
        font-size: calc(((100 / 375) * 12) * 1vw);
        margin-bottom: 10px;
    }

    #net_live_pajamas_20241130 .link_all_foo a {
        font-size: calc(((100 / 375) * 12) * 1vw);
        margin-bottom: 10px;
    }

    #net_live_pajamas_20241130 .navi .link_all {
        margin-right: 0 !important;
    }

    #net_live_pajamas_20241130 .navi_foo .link_all_foo {
        margin-right: 0 !important;
    }

    #net_live_pajamas_20241130 .link_all a::after {
        content: "";
        width: 6px;
        height: 6px;
        border-top: solid 1px #38211b;
        border-right: solid 1px #38211b;
        transform: rotate(45deg);
        position: absolute;
        right: 6px;
        top: 30%;
    }


    #net_live_pajamas_20241130 .link_all_foo a::after {
        content: "";
        width: 6px;
        height: 6px;
        border-top: solid 1px #38211b;
        border-right: solid 1px #38211b;
        transform: rotate(45deg);
        position: absolute;
        right: 6px;
        top: 30%;
    }

    /* --------------------------------------------
バナー
-------------------------------------------- */
    #net_live_pajamas_20241130 .bnr_area {
        margin: 40px 20px 0;
    }



    #net_live_pajamas_20241130 .bnr_area .title {
        font-size: 16px;
        margin: 0 auto 10px;
    }

    #net_live_pajamas_20241130 .bnr_area ul li:not(:last-child) {
        margin-bottom: 10px;
    }


    /* --------------------------------------------
PCSP_表示・非表示切り替え
-------------------------------------------- */
    #net_live_pajamas_20241130 .pc {
        display: none;
    }

    #net_live_pajamas_20241130 .sp {
        display: block;
    }
}