@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap);

.ecm-main {
    padding: 0
}

.ecm-main__inner {
    max-width: 1230px;
    margin-bottom: 0 !important
}

.lp-happybag {
    position: relative
}

@media screen and (max-width: 960px) {
    .lp-happybag .w-sp-100 {
        width: 100%
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-happybag .mw-pc-100 {
        max-width: 100%
    }
}

.lp-happybag a {
    opacity: 1;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.lp-happybag a:hover {
    opacity: .7;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

@media screen and (max-width: 960px) {

    [id^=index_item],
    [id^=index_recommend] {
        margin-top: -17.3333333333vw;
        padding-top: 17.3333333333vw
    }
}

@media screen and (max-width: 960px) {
    #index_item01 {
        margin-top: 0;
        padding-top: 0
    }
}

@media screen and (max-width: 960px) {
    #index_recommend01 {
        margin-top: -.6666666667vw;
        padding-top: .6666666667vw
    }
}

.lp-present {
    width: 94.7%;
    margin-inline: auto;
    margin-top: 6vw
}

@media print,
screen and (min-width: 961px) {
    .lp-present {
        max-width: 1000px;
        margin-top: 40px
    }
}

.lp-present-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.lp-present-title::before {
    content: "";
    display: block;
    margin: auto;
    width: 100%;
    height: .2666666667vw;
    background-color: #d80c18;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

@media print,
screen and (min-width: 961px) {
    .lp-present-title::before {
        height: 2px
    }
}

.lp-present-title span {
    display: block;
    color: #d80c18;
    font-weight: bold;
    background: #fff;
    position: relative;
    font-size: 5.3333333333vw;
    padding: 0 1.6vw
}

@media print,
screen and (min-width: 961px) {
    .lp-present-title span {
        font-size: 28px;
        padding: 0 24px
    }
}

.lp-present-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

@media screen and (max-width: 960px) {
    .lp-present-banner {
        margin-top: 4.6666666667vw !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2.6666666667vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-present-banner {
        margin-top: 25px !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.lp-present-banner__item {
    display: block
}

@media print,
screen and (min-width: 961px) {
    .lp-present-banner__item {
        width: 48%
    }
}

.lp-present-note {
    margin-top: 2.6666666667vw !important;
    color: #666;
    font-size: 2.4vw;
    line-height: 1.4
}

@media print,
screen and (min-width: 961px) {
    .lp-present-note {
        margin-top: 20px !important;
        font-size: 12px
    }
}

.lp-main {
    margin-top: 4.6666666667vw
}

@media print,
screen and (min-width: 961px) {
    .lp-main {
        margin-top: 30px
    }
}

.lp-main-tab {
    border-bottom: .4vw solid #d80c18
}

@media print,
screen and (min-width: 961px) {
    .lp-main-tab {
        border-bottom-width: 7px
    }
}

.lp-main-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    border: none !important
}

@media print,
screen and (min-width: 961px) {
    .lp-main-tab-list {
        max-width: 1004px;
        margin-inline: auto
    }
}

.lp-main-tab-item {
    width: 49.73%;
    margin-bottom: 0 !important
}

@media print,
screen and (min-width: 961px) {
    .lp-main-tab-item {
        width: 49.8%
    }
}

.lp-main-tab-item a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border-radius: 0px !important;
    background: #cecece !important;
    color: #fff !important;
    text-align: center;
    font-weight: bold
}

@media screen and (max-width: 960px) {
    .lp-main-tab-item a {
        padding: 2vw 0 !important;
        border: none !important
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-main-tab-item a {
        padding: 17px 0 !important;
        border-top: 2px solid #fff !important;
        border-left: 2px solid #fff !important;
        border-right: 2px solid #fff !important;
        border-bottom: none !important
    }
}

.lp-main-tab-item a.active {
    background: #d80c18 !important
}

@media print,
screen and (min-width: 961px) {
    .lp-main-tab-item a.active {
        border-top-color: #d80c18 !important;
        border-left-color: #d80c18 !important;
        border-right-color: #d80c18 !important
    }
}

.lp-main-tab-item a.active span {
    color: #d80c18
}

.lp-main-tab-item a p {
    margin-bottom: 0 !important;
    font-size: 4.2666666667vw
}

@media print,
screen and (min-width: 961px) {
    .lp-main-tab-item a p {
        font-size: 20px
    }
}

.lp-main-tab-item a p span {
    display: inline-block;
    color: #cecece;
    background-color: #fff
}

@media screen and (max-width: 960px) {
    .lp-main-tab-item a p span {
        margin-bottom: 1.0666666667vw;
        padding: .5333333333vw 1.0666666667vw;
        font-size: 3.6vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-main-tab-item a p span {
        margin-right: 10px;
        padding: 2px 6px 4px;
        font-size: 17px
    }
}

.lp-main-body {
    margin-top: 6vw
}

@media print,
screen and (min-width: 961px) {
    .lp-main-body {
        margin-top: 40px
    }
}

.lp-lead {
    font-weight: bold;
    text-align: center;
    font-size: 4.5333333333vw;
    line-height: 1.7
}

@media print,
screen and (min-width: 961px) {
    .lp-lead {
        font-size: 22px
    }
}

.lp-lead strong {
    color: #d80c18
}

.lp-navi {
    margin-inline: auto;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media screen and (max-width: 960px) {
    .lp-navi {
        width: 95%;
        padding-top: 5.3333333333vw;
        padding-bottom: 8vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-navi {
        max-width: 960px;
        padding-top: 30px;
        padding-bottom: 55px
    }
}

.lp-navi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0 !important;
    padding: 0
}

.lp-navi-list-item {
    display: block;
    width: 31%
}

@media print,
screen and (min-width: 961px) {
    .lp-navi-list-item {
        width: 32.3%
    }
}

.lp-navi-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    padding: 3.3333333333vw 0 6vw;
    border-radius: 1.3333333333vw;
    position: relative
}

@media print,
screen and (min-width: 961px) {
    .lp-navi-list-item a {
        padding: 18px 0 30px;
        border-radius: 10px
    }
}

.lp-navi-list-item a::after {
    content: "";
    pointer-events: none;
    display: block;
    margin: auto;
    width: 2vw;
    height: 2vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2vw;
    border-right: .4vw solid #fff;
    border-bottom: .4vw solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media print,
screen and (min-width: 961px) {
    .lp-navi-list-item a::after {
        width: 10px;
        height: 10px;
        bottom: 12px;
        border-right-width: 2px;
        border-bottom-width: 2px
    }
}

.lp-navi-list-item a p {
    margin-bottom: 0 !important
}

@media screen and (max-width: 960px) {
    .lp-navi-list-item a p {
        font-size: 3.2vw;
        line-height: 1.15
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-navi-list-item a p {
        font-size: 16px
    }
}

.lp-navi-list-item a p strong {
    display: inline-block;
    font-size: 4.6666666667vw
}

@media print,
screen and (min-width: 961px) {
    .lp-navi-list-item a p strong {
        font-size: 23px
    }
}

.lp-navi-list-item--gray a {
    background: #97a8b4 !important;
    -webkit-box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #657988;
    box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #657988
}

@media print,
screen and (min-width: 961px) {
    .lp-navi-list-item--gray a {
        -webkit-box-shadow: 2px 2px 0 2px #657988;
        box-shadow: 2px 2px 0 2px #657988
    }
}

.lp-navi-list-item--red a {
    background: #d80c18 !important;
    -webkit-box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #a02e41;
    box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #a02e41
}

@media print,
screen and (min-width: 961px) {
    .lp-navi-list-item--red a {
        -webkit-box-shadow: 2px 2px 0 2px #a02e41;
        box-shadow: 2px 2px 0 2px #a02e41
    }
}

.lp-navi-list-item--gold a {
    background: #c69214 !important;
    -webkit-box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #786025;
    box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #786025
}

@media print,
screen and (min-width: 961px) {
    .lp-navi-list-item--gold a {
        -webkit-box-shadow: 2px 2px 0 2px #786025;
        box-shadow: 2px 2px 0 2px #786025
    }
}

@media screen and (max-width: 960px) {
    .lp-navi--recommend .lp-navi-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2.6666666667vw
    }
}

@media screen and (max-width: 960px) {
    .lp-navi--recommend .lp-navi-list-item {
        width: 100%
    }
}

@media screen and (max-width: 960px) {
    .lp-navi--recommend .lp-navi-list-item a {
        padding: 4vw 0
    }
}

@media screen and (max-width: 960px) {
    .lp-navi--recommend .lp-navi-list-item a::after {
        top: 0;
        bottom: 0;
        left: auto;
        right: 4.6666666667vw
    }
}

.lp-navi--recommend .lp-navi-list-item a p {
    font-size: 3.7333333333vw
}

@media print,
screen and (min-width: 961px) {
    .lp-navi--recommend .lp-navi-list-item a p {
        font-size: 20px
    }
}

.lp-contents {
    padding: 7.3333333333vw 0 13.3333333333vw
}

@media print,
screen and (min-width: 961px) {
    .lp-contents {
        padding: 50px 0 60px
    }
}

.lp-contents-header {
    margin-bottom: 6vw !important;
    text-align: center;
    line-height: 1 !important
}

@media print,
screen and (min-width: 961px) {
    .lp-contents-header {
        margin-bottom: 30px !important
    }
}

.lp-contents-body {
    margin-inline: auto
}

@media screen and (max-width: 960px) {
    .lp-contents-body {
        width: 92%
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-contents-body {
        width: 865px
    }
}

.lp-contents--price-under-13000 {
    background: url(../img/contents/bg--price-under-13000_sp.png) no-repeat center top;
    background-size: 100% auto;
    background-color: #c3d0e3
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--price-under-13000 {
        background-image: url(../img/contents/bg--price-under-13000.png);
        background-size: 1230px auto
    }
}

.lp-contents--price-under-13000 .lp-contents-header {
    font-family: "Noto Serif JP", serif;
    font-weight: 600 !important;
    font-size: 5.3333333333vw !important;
    color: #3e759e
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--price-under-13000 .lp-contents-header {
        font-size: 34px !important
    }
}

.lp-contents--price-under-13000 .lp-contents-header strong {
    display: inline-block;
    font-size: 1.35em;
    font-weight: 600 !important
}

.lp-contents--price-13000-to-30000 {
    background: url(../img/contents/bg--price-13000-to-30000_sp.png) no-repeat center top;
    background-size: 100% auto;
    background-color: #f0afb3
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--price-13000-to-30000 {
        background-image: url(../img/contents/bg--price-13000-to-30000.png);
        background-size: 1230px auto
    }
}

.lp-contents--price-13000-to-30000 .lp-contents-header {
    font-family: "Noto Serif JP", serif;
    font-weight: 600 !important;
    font-size: 5.3333333333vw !important;
    color: #d80c18
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--price-13000-to-30000 .lp-contents-header {
        font-size: 34px !important
    }
}

.lp-contents--price-13000-to-30000 .lp-contents-header strong {
    display: inline-block;
    font-size: 1.35em;
    font-weight: 600 !important
}

.lp-contents--price-over-30000 {
    background: url(../img/contents/bg--price-over-30000_sp.png) no-repeat center top;
    background-size: 100% auto;
    background-color: #dfc68d
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--price-over-30000 {
        background-image: url(../img/contents/bg--price-over-30000.png);
        background-size: 1230px auto
    }
}

.lp-contents--price-over-30000 .lp-contents-header {
    font-family: "Noto Serif JP", serif;
    font-weight: 600 !important;
    font-size: 5.3333333333vw !important;
    color: #8e6911
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--price-over-30000 .lp-contents-header {
        font-size: 34px !important
    }
}

.lp-contents--price-over-30000 .lp-contents-header strong {
    display: inline-block;
    font-size: 1.35em;
    font-weight: 600 !important
}

.lp-contents--ranking {
    background: url(../img/contents/bg--ranking.png) repeat center top;
    background-size: 1.6vw auto
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--ranking {
        background-size: 12px auto
    }
}

.lp-contents--newitem {
    background: url(../img/contents/bg--newitem.png) repeat center top;
    background-size: 2.1333333333vw auto
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--newitem {
        background-size: 16px auto
    }
}

.lp-contents--gekioshi {
    background: url(../img/contents/bg--gekioshi_sp.png) no-repeat center top;
    background-size: 100% auto;
    background-color: #f6c9c4
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--gekioshi {
        background-image: url(../img/contents/bg--gekioshi.png);
        background-size: 1230px auto
    }
}

.lp-contents--gekioshi .lp-contents-header {
    font-family: "Noto Serif JP", serif;
    font-weight: 600 !important;
    font-size: 7.7333333333vw !important;
    color: #d80c18
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--gekioshi .lp-contents-header {
        font-size: 40px !important
    }
}

.lp-contents--gekioshi .lp-contents-lead {
    margin-bottom: 6vw !important;
    font-size: 4.5333333333vw;
    line-height: 1.7;
    text-align: center;
    font-weight: 500
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--gekioshi .lp-contents-lead {
        margin-top: -10px !important;
        margin-bottom: 30px !important;
        font-size: 16px
    }
}

.lp-contents--gekioshi .lp-contents-lead strong {
    color: #d80c18;
    font-weight: 500 !important
}

.lp-contents--shuchu {
    background: url(../img/contents/bg--shuchu_sp.png) no-repeat center top;
    background-size: 100% auto;
    background-color: #d8d4d4
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--shuchu {
        background-image: url(../img/contents/bg--shuchu.png);
        background-size: 1230px auto
    }
}

.lp-contents--shuchu .lp-contents-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #7f7762
}

@media screen and (max-width: 960px) {
    .lp-contents--shuchu .lp-contents-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--shuchu .lp-contents-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.lp-contents--shuchu .lp-contents-header span {
    display: block
}

@media screen and (max-width: 960px) {
    .lp-contents--shuchu .lp-contents-header span {
        margin-bottom: 2vw;
        font-size: 4.4vw !important
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--shuchu .lp-contents-header span {
        margin-right: 10px;
        font-size: 26px !important
    }
}

.lp-contents--shuchu .lp-contents-header strong {
    font-family: "Noto Serif JP", serif;
    font-weight: 600 !important;
    display: block;
    font-size: 6.4vw !important
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--shuchu .lp-contents-header strong {
        font-size: 40px !important
    }
}

.lp-contents--bbcc {
    background: url(../img/contents/bg--bbcc_sp.png) no-repeat center top;
    background-size: 100% auto;
    background-color: #eeb6c5
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--bbcc {
        background-image: url(../img/contents/bg--bbcc.png);
        background-size: 1230px auto
    }
}

.lp-contents--bbcc .lp-contents-header {
    font-family: "Noto Serif JP", serif;
    font-weight: 600 !important;
    color: #d76987
}

@media screen and (max-width: 960px) {
    .lp-contents--bbcc .lp-contents-header {
        font-size: 6.1333333333vw !important;
        line-height: 1.2
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--bbcc .lp-contents-header {
        font-size: 40px !important
    }
}

.lp-contents--hair {
    background: url(../img/contents/bg--hair_sp.png) no-repeat center top;
    background-size: 100% auto;
    background-color: #b9d8ba
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--hair {
        background-image: url(../img/contents/bg--hair.png);
        background-size: 1230px auto
    }
}

.lp-contents--hair .lp-contents-header {
    font-family: "Noto Serif JP", serif;
    font-weight: 600 !important;
    color: #19ae5e;
    font-size: 6.4vw !important
}

@media print,
screen and (min-width: 961px) {
    .lp-contents--hair .lp-contents-header {
        font-size: 40px !important
    }
}

.lp-cta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-list {
        gap: 40px
    }
}

@media screen and (max-width: 960px) {
    .lp-cta-index {
        margin-top: -17.3333333333vw;
        padding-top: 17.3333333333vw
    }
}

.lp-cta-oshipoint {
    background-color: #fff;
    position: relative;
    margin-bottom: 4vw;
    padding: 3.3333333333vw 0 4.6666666667vw;
    border-radius: 1.3333333333vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-oshipoint {
        margin-bottom: 15px;
        padding: 15px 30px 25px;
        border-radius: 10px
    }
}

.lp-cta-oshipoint::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2.5333333333vw;
    border-left: 2vw solid rgba(0, 0, 0, 0);
    border-right: 2vw solid rgba(0, 0, 0, 0);
    border-top: 2.6666666667vw solid #fff
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-oshipoint::after {
        bottom: -11px;
        border-left-width: 9px;
        border-right-width: 9px;
        border-top-width: 12px
    }
}

.lp-cta-oshipoint__title {
    color: #d80c18;
    font-weight: 500;
    text-align: center
}

@media screen and (max-width: 960px) {
    .lp-cta-oshipoint__title {
        margin-inline: 4vw;
        padding-bottom: 2vw;
        font-size: 4.5333333333vw;
        border-bottom: .4vw solid #c8102e
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-oshipoint__title {
        padding-bottom: 8px;
        font-size: 20px;
        border-bottom: 2px solid #d80c18
    }
}

.lp-cta-oshipoint__text {
    font-weight: 500;
    line-height: 1.5;
    text-align: center
}

@media screen and (max-width: 960px) {
    .lp-cta-oshipoint__text {
        margin-top: 3.3333333333vw !important;
        margin-inline: 2.6666666667vw;
        font-size: 3.3333333333vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-oshipoint__text {
        margin-top: 15px !important;
        font-size: 16px
    }
}

.lp-cta-oshipoint__note {
    line-height: 1.4
}

@media screen and (max-width: 960px) {
    .lp-cta-oshipoint__note {
        margin-top: 1.3333333333vw !important;
        margin-inline: 2.6666666667vw;
        font-size: 2.4vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-oshipoint__note {
        margin-top: 6px !important;
        font-size: 11px
    }
}

.lp-cta-item {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: 500;
    position: relative;
    background-color: #fff
}

.lp-cta-item__inner {
    padding: 1.3333333333vw 0 5.3333333333vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__inner {
        padding: 10px 0 20px
    }
}

.lp-cta-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (max-width: 960px) {
    .lp-cta-item__header {
        min-height: 17.3333333333vw;
        padding-inline: 1.3333333333vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 95px;
        padding-inline: 20px
    }
}

.lp-cta-item__ranking-icon {
    position: absolute;
    top: 0
}

@media screen and (max-width: 960px) {
    .lp-cta-item__ranking-icon {
        width: 20%;
        left: 1.3333333333vw;
        margin-right: 2.6666666667vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__ranking-icon {
        width: 100px;
        left: 20px
    }
}

.lp-cta-item__name {
    text-align: center;
    line-height: 1.25;
    font-weight: bold
}

@media screen and (max-width: 960px) {
    .lp-cta-item__name {
        width: 100%;
        font-size: 4.5333333333vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__name {
        font-size: 22px
    }
}

@media screen and (max-width: 960px) {
    .lp-cta-item__ranking-icon+.lp-cta-item__name {
        padding-top: 2.6666666667vw;
        padding-left: 4vw
    }
}

@media screen and (max-width: 960px) {
    .lp-cta-item__middle {
        margin-top: 2vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-inline: 20px;
        margin-top: 15px
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 440px
    }
}

@media screen and (max-width: 960px) {
    .lp-cta-item__explain {
        padding-inline: 3.3333333333vw;
        font-size: 3.4666666667vw;
        line-height: 1.55
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__explain {
        padding: 20px 0;
        font-size: 16px;
        line-height: 1.75;
        text-align: center
    }
}

.lp-cta-item__salesinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width: 960px) {
    .lp-cta-item__salesinfo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 4vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__salesinfo {
        margin-top: auto;
        padding-bottom: 25px
    }
}

.lp-cta-item__salesinfo__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.lp-cta-item__salesinfo__right {
    margin-left: .6666666667vw;
    position: relative
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__salesinfo__right {
        margin-left: 10px
    }
}

.lp-cta-item__priceinfo01 {
    position: relative;
    padding-right: 2.6666666667vw;
    padding-bottom: .5333333333vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__priceinfo01 {
        padding-right: 15px;
        padding-bottom: 3px
    }
}

.lp-cta-item__priceinfo01::after {
    content: "";
    width: 1.3333333333vw;
    height: 2.9333333333vw;
    background-color: #1d1d1d;
    position: absolute;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    bottom: .9333333333vw;
    right: .5333333333vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__priceinfo01::after {
        width: 7px;
        height: 15px;
        bottom: 2px;
        right: 3px
    }
}

.lp-cta-item__price-normal-label {
    display: block;
    margin-bottom: .6666666667vw;
    font-size: 2.2666666667vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__price-normal-label {
        margin-bottom: 2px;
        font-size: 11px
    }
}

.lp-cta-item__price-normal-amount {
    display: inline-block;
    position: relative
}

@media screen and (max-width: 960px) {
    .lp-cta-item__price-normal-amount {
        font-size: 3.2vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__price-normal-amount {
        font-size: 16px
    }
}

.lp-cta-item__price-normal-amount::after {
    content: "";
    width: 105%;
    height: .2666666667vw;
    background-color: #282828;
    position: absolute;
    bottom: 0;
    left: -2.5%;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__price-normal-amount::after {
        height: 2px;
        bottom: 0
    }
}

.lp-cta-item__price-normal-tax {
    display: inline-block;
    font-size: 1.7333333333vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__price-normal-tax {
        font-size: 8px
    }
}

.lp-cta-item__price-normal-suffix {
    display: inline-block;
    font-size: 2.2666666667vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__price-normal-suffix {
        font-size: 11px
    }
}

.lp-cta-item__price-discount {
    width: 30.6666666667vw;
    margin-bottom: 1.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6666666667vw;
    padding: 0 0 .5vw;
    color: #d80c18;
    font-size: 3.7333333333vw;
    line-height: 1.2;
    border: .2666666667vw solid #c8102e;
    position: relative
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__price-discount {
        gap: 4px;
        width: 160px;
        margin-bottom: 5px;
        padding: 0 0 1px;
        font-size: 18px;
        border: 2px solid #c8102e
    }
}

.lp-cta-item__price-discount::after {
    content: "";
    width: 2.5vw;
    height: 2.1vw;
    background-color: #fff;
    border-bottom: .2666666667vw solid #c8102e;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -1.4vw;
    left: 53%
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__price-discount::after {
        width: 12px;
        height: 18px;
        border-bottom: 2px solid #c8102e;
        bottom: -8px;
        left: 50%
    }
}

.lp-cta-item__price-discount strong {
    display: block;
    font-weight: 500 !important;
    position: relative;
    z-index: 1
}

.lp-cta-item__price-discount span {
    display: block
}

.lp-cta-item__price-sales {
    color: #d80c18
}

.lp-cta-item__price-sales strong {
    font-weight: 500 !important;
    letter-spacing: -0.025em;
    font-size: 9.0666666667vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__price-sales strong {
        font-size: 44px
    }
}

.lp-cta-item__price-sales span {
    font-size: 2.4vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__price-sales span {
        font-size: 12px
    }
}

.lp-cta-item__discount-rate {
    width: 16.8vw;
    height: 16.8vw;
    padding-top: 1.8vw;
    bottom: 1.3333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 3.5vw;
    border-radius: 50%;
    text-align: center;
    background-image: linear-gradient(47deg, rgb(165, 122, 19) 0%, rgb(182, 134, 20) 33%, rgb(198, 146, 20) 51%, rgb(182, 134, 20) 68%, rgb(165, 122, 19) 100%);
    position: absolute
}

@media screen and (max-width: 960px) {
    .lp-cta-item__discount-rate {
        line-height: 1.01
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__discount-rate {
        width: 82px;
        height: 82px;
        padding-top: 8px;
        font-size: 20px;
        bottom: 7px
    }
}

.lp-cta-item__discount-rate span {
    display: inline-block;
    font-size: 7.6vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__discount-rate span {
        font-size: 35px
    }
}

.lp-cta-item__discount-limit {
    padding: .2666666667vw .2666666667vw .5333333333vw;
    border: 1px solid #d80c18;
    text-align: center;
    font-size: 2.6666666667vw;
    position: relative;
    background-color: #fff;
    z-index: 1
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__discount-limit {
        padding: 2px 2px 4px;
        font-size: 12px
    }
}

.lp-cta-item__discount-limit span {
    display: inline-block;
    color: #d80c18;
    font-weight: bold
}

.lp-cta-item__discount-limit strong {
    display: inline-block;
    letter-spacing: -0.025em;
    font-size: 3.4666666667vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__discount-limit strong {
        font-size: 15px
    }
}

@media screen and (max-width: 960px) {
    .lp-cta-item__image {
        margin-top: 4.6666666667vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__image {
        width: 385px;
        text-align: center
    }
}

@media screen and (max-width: 960px) {
    .lp-cta-item__bottom {
        position: relative;
        z-index: 1;
        margin-top: 8vw;
        padding-inline: 4.6666666667vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__bottom {
        margin-top: 30px
    }
}

.lp-cta-item__note {
    color: #666
}

@media screen and (max-width: 960px) {
    .lp-cta-item__note {
        margin: -4vw 0 4vw !important;
        font-size: 2.4vw;
        line-height: 1.4
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__note {
        margin: -10px 0 20px !important;
        padding-inline: 35px;
        font-size: 12px
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__set-content {
        padding-inline: 20px
    }
}

.lp-cta-item__set-content__button {
    display: block;
    position: relative;
    width: 100%;
    font-size: 3.4666666667vw;
    text-align: center;
    padding: 1.8666666667vw 0 2.1333333333vw;
    color: #fff !important;
    font-weight: 500;
    background-color: #838383 !important
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__set-content__button {
        width: 540px;
        margin-inline: auto;
        font-size: 14px;
        padding: 10px 0
    }
}

.lp-cta-item__set-content__button::after {
    content: "";
    display: inline-block;
    width: 2vw;
    height: 2vw;
    margin: auto;
    border-top: .4vw solid #fff;
    border-right: .4vw solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 2.9vw;
    right: auto;
    margin-left: 2vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__set-content__button::after {
        width: 10px;
        height: 10px;
        border-top-width: 2px;
        border-right-width: 2px;
        top: 14px;
        margin-left: 15px
    }
}

.lp-cta-item__set-content__button.collapsed::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media screen and (max-width: 960px) {
    .lp-cta-item__set-content__button.collapsed::after {
        top: 2vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__set-content__button.collapsed::after {
        top: 10px
    }
}

.lp-cta-item__set-content__body__inner {
    padding: 2.6666666667vw;
    background: #fff
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__set-content__body__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 12px
    }
}

.lp-cta-item__set-content__list {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__set-content__list {
        width: 48%
    }
}

.lp-cta-item__set-content__list li {
    padding-bottom: 1.6vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__set-content__list li {
        padding-bottom: 6px
    }
}

.lp-cta-item__set-content__list li .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.lp-cta-item__set-content__list li .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__set-content__list li .number {
        padding-top: 3px
    }
}

.lp-cta-item__set-content__list li .number i {
    display: inline-block;
    background: #c6aa76;
    color: #fff;
    font-style: normal;
    font-size: 2.4vw;
    border-radius: 50%;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    line-height: 3.4666666667vw;
    text-align: center
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__set-content__list li .number i {
        font-size: 9px;
        width: 14px;
        height: 14px;
        line-height: 14px
    }
}

.lp-cta-item__set-content__list li .number i+i {
    margin-left: .5333333333vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__set-content__list li .number i+i {
        margin-left: 2px
    }
}

.lp-cta-item__set-content__list li .contents {
    margin-left: 1.3333333333vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__set-content__list li .contents {
        margin-left: 5px
    }
}

.lp-cta-item__set-content__list li .name {
    font-size: 2.6666666667vw;
    line-height: 1.2em
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__set-content__list li .name {
        font-size: 12px;
        line-height: 1.5em
    }
}

.lp-cta-item__set-content__list li .note {
    font-size: 2.1333333333vw;
    line-height: 1.2em
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__set-content__list li .note {
        font-size: 10px;
        line-height: 1.5em
    }
}

.lp-cta-item__button-addtocart {
    margin-top: 4vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__button-addtocart {
        width: 350px;
        margin-inline: auto;
        margin-top: 12px
    }
}

.lp-cta-item__button-addtocart button {
    display: inline-block !important;
    width: 100% !important;
    height: auto !important;
    background: #d80c18;
    border: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #fff !important;
    text-align: center;
    position: relative
}

@media screen and (max-width: 960px) {
    .lp-cta-item__button-addtocart button {
        padding: 3.3333333333vw 0 3.6vw;
        font-size: 4vw !important;
        border-radius: 6vw !important
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__button-addtocart button {
        padding: 14px 0 16px;
        font-size: 18px !important;
        border-radius: 25px !important
    }
}

.lp-cta-item__button-addtocart button:hover {
    opacity: 1;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.lp-cta-item__button-addtocart button:hover:hover {
    opacity: .7;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.lp-cta-item__button-addtocart button::after {
    content: "";
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-top: .4vw solid #fff;
    border-right: .4vw solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 1vw;
    position: absolute;
    top: 4.7vw;
    right: auto
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__button-addtocart button::after {
        width: 9px;
        height: 9px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        top: 20px;
        right: auto;
        margin-left: 3px
    }
}

.lp-cta-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.lp-cta-item__link a {
    display: block;
    font-size: 3.2vw;
    text-align: center;
    margin-top: 2.6666666667vw
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item__link a {
        font-size: 14px;
        margin-top: 12px
    }
}

.lp-cta-item__link a span {
    border-bottom: 1px solid #000
}

.lp-cta-item__lowstock {
    display: none
}

.lp-cta-item__soldout {
    display: none
}

@media screen and (max-width: 960px) {
    .lp-cta-item.lowstock {
        padding-top: 7.4666666667vw
    }
}

.lp-cta-item.lowstock .lp-cta-item__lowstock {
    display: block;
    background: #d80c18;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (max-width: 960px) {
    .lp-cta-item.lowstock .lp-cta-item__lowstock {
        width: 100%;
        padding: 1.3333333333vw 0 1.6vw;
        font-size: 4.5333333333vw;
        text-align: center
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item.lowstock .lp-cta-item__lowstock {
        padding: 8px 18px 10px;
        font-size: 20px
    }
}

.lp-cta-item.soldout .lp-cta-item__soldout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 7vw;
    line-height: 1.5;
    text-align: center;
    z-index: 10
}

@media screen and (max-width: 960px) {
    .lp-cta-item.soldout .lp-cta-item__soldout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-cta-item.soldout .lp-cta-item__soldout {
        margin-inline: auto;
        font-size: 40px
    }
}

.lp-footer {
    padding: 13.3333333333vw 0 33.3333333333vw
}

@media print,
screen and (min-width: 961px) {
    .lp-footer {
        padding: 100px 0 150px
    }
}

.lp-tel {
    margin-inline: auto
}

@media screen and (max-width: 960px) {
    .lp-tel {
        width: 90%
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-tel {
        width: 450px
    }
}

.lp-tel-image h2 {
    text-align: center;
    font-weight: bold !important;
    font-size: 4.8vw !important
}

@media print,
screen and (min-width: 961px) {
    .lp-tel-image h2 {
        font-size: 30px !important
    }
}

.lp-tel-image a {
    display: block;
    margin-top: 4vw
}

@media print,
screen and (min-width: 961px) {
    .lp-tel-image a {
        margin-top: 30px
    }
}

.lp-tel-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5.3333333333vw
}

@media print,
screen and (min-width: 961px) {
    .lp-tel-button {
        margin-top: 30px
    }
}

.lp-tel-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    background-color: #1d1d1d !important;
    padding: 2.9333333333vw 4.5333333333vw 3.3333333333vw;
    font-size: 4vw;
    border-radius: 5.3333333333vw
}

@media print,
screen and (min-width: 961px) {
    .lp-tel-button a {
        padding: 13px 38px 15px;
        font-size: 18px;
        border-radius: 25px
    }
}

.lp-tel-button a span {
    display: block;
    position: relative;
    padding-right: 4vw
}

@media print,
screen and (min-width: 961px) {
    .lp-tel-button a span {
        padding-right: 22px
    }
}

.lp-tel-button a span::after {
    content: "";
    display: block;
    margin: auto;
    width: 2vw;
    height: 2vw;
    border-top: .4vw solid #fff;
    border-right: .4vw solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: .5333333333vw;
    bottom: 0;
    right: 0
}

@media print,
screen and (min-width: 961px) {
    .lp-tel-button a span::after {
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        top: 2px
    }
}

@media screen and (max-width: 960px) {
    .lp-tel-modal .modal-dialog {
        width: 98% !important;
        max-width: 100% !important
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-tel-modal .modal-dialog {
        max-width: 1850px !important
    }
}

.lp-tel-modal .modal-body {
    padding: 0 !important
}

.lp-tel-modal .modal-body .close {
    width: 7.2vw;
    height: 7.2vw;
    border-radius: 50%;
    background: #575757 !important;
    opacity: 1 !important;
    float: none !important;
    position: absolute;
    top: -3.6vw;
    right: -.6666666667vw
}

@media print,
screen and (min-width: 961px) {
    .lp-tel-modal .modal-body .close {
        width: 54px;
        height: 54px;
        top: -27px;
        right: -27px
    }
}

.lp-tel-modal .modal-body .close span {
    text-shadow: none !important;
    color: #fff;
    font-size: 4.6666666667vw;
    line-height: 7.2vw
}

@media print,
screen and (min-width: 961px) {
    .lp-tel-modal .modal-body .close span {
        font-size: 35px;
        line-height: 54px
    }
}

.lp-banner {
    width: 90%;
    margin-top: 13.3333333333vw;
    margin-inline: auto
}

@media print,
screen and (min-width: 961px) {
    .lp-banner {
        width: 940px;
        margin-top: 130px
    }
}

.lp-banner-title {
    font-weight: bold !important;
    text-align: center;
    font-size: 5.3333333333vw !important
}

@media print,
screen and (min-width: 961px) {
    .lp-banner-title {
        font-size: 36px !important
    }
}

.lp-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 960px) {
    .lp-banner-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2.6666666667vw;
        margin-top: 5.3333333333vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-banner-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        row-gap: 55px;
        margin-top: 50px
    }
}

.lp-banner-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media print,
screen and (min-width: 961px) {
    .lp-banner-list a {
        width: 440px
    }
}

.lp-floatnavi {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    z-index: 11;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out, visibility 0s linear .5s;
    transition: opacity .3s ease-in-out, visibility 0s linear .5s
}

@media screen and (max-width: 960px) {
    .lp-floatnavi {
        width: 100%;
        top: 60px;
        left: 0
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-floatnavi {
        margin: auto;
        top: 170px;
        right: 0;
        padding-top: 80px
    }
}

.lp-floatnavi.show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.lp-floatnavi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0 !important;
    padding: 0
}

@media screen and (max-width: 960px) {
    .lp-floatnavi-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #ebebeb;
        padding: 1.3333333333vw 2.5% 2vw
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-floatnavi-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px
    }
}

.lp-floatnavi-list-item {
    display: block
}

@media screen and (max-width: 960px) {
    .lp-floatnavi-list-item {
        width: 31%
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-floatnavi-list-item {
        width: 120px;
        height: 60px
    }
}

.lp-floatnavi-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    padding: 3.3333333333vw 0 6vw;
    border-radius: 1.3333333333vw;
    position: relative
}

@media print,
screen and (min-width: 961px) {
    .lp-floatnavi-list-item a {
        padding: 0 18px 0 0;
        border-radius: 10px 0 0 10px
    }
}

.lp-floatnavi-list-item a::after {
    content: "";
    pointer-events: none;
    display: block;
    margin: auto;
    width: 2vw;
    height: 2vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2vw;
    border-right: .4vw solid #fff;
    border-bottom: .4vw solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media print,
screen and (min-width: 961px) {
    .lp-floatnavi-list-item a::after {
        width: 10px;
        height: 10px;
        top: 0;
        bottom: 0;
        left: auto;
        right: 8px;
        border-right-width: 2px;
        border-bottom-width: 2px
    }
}

.lp-floatnavi-list-item a p {
    margin-bottom: 0 !important
}

@media screen and (max-width: 960px) {
    .lp-floatnavi-list-item a p {
        font-size: 3.2vw;
        line-height: 1.15
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-floatnavi-list-item a p {
        font-size: 13px
    }
}

.lp-floatnavi-list-item a p strong {
    display: inline-block;
    font-size: 4.6666666667vw
}

@media print,
screen and (min-width: 961px) {
    .lp-floatnavi-list-item a p strong {
        font-size: 18px
    }
}

.lp-floatnavi-list-item--gray a {
    background: #97a8b4 !important;
    -webkit-box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #657988;
    box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #657988
}

@media print,
screen and (min-width: 961px) {
    .lp-floatnavi-list-item--gray a {
        -webkit-box-shadow: 2px 2px 0 2px #657988;
        box-shadow: 2px 2px 0 2px #657988
    }
}

.lp-floatnavi-list-item--red a {
    background: #d80c18 !important;
    -webkit-box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #a02e41;
    box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #a02e41
}

@media print,
screen and (min-width: 961px) {
    .lp-floatnavi-list-item--red a {
        -webkit-box-shadow: 2px 2px 0 2px #a02e41;
        box-shadow: 2px 2px 0 2px #a02e41
    }
}

.lp-floatnavi-list-item--gold a {
    background: #c69214 !important;
    -webkit-box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #786025;
    box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #786025
}

@media print,
screen and (min-width: 961px) {
    .lp-floatnavi-list-item--gold a {
        -webkit-box-shadow: 2px 2px 0 2px #786025;
        box-shadow: 2px 2px 0 2px #786025
    }
}

@media screen and (max-width: 960px) {
    .lp-floatnavi--recommend .lp-floatnavi-list {
        padding-inline: 2vw
    }
}

@media screen and (max-width: 960px) {
    .lp-floatnavi--recommend .lp-floatnavi-list-item {
        width: 32%
    }
}

@media screen and (max-width: 960px) {
    .lp-floatnavi--recommend .lp-floatnavi-list-item a {
        padding: 2vw 0 4vw
    }
}

.lp-floatnavi--recommend .lp-floatnavi-list-item a p {
    font-weight: 500
}

@media screen and (max-width: 960px) {
    .lp-floatnavi--recommend .lp-floatnavi-list-item a p {
        font-size: 3.6vw;
        line-height: 1.1;
        white-space: nowrap
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-floatnavi--recommend .lp-floatnavi-list-item a p {
        font-size: 16px;
        line-height: 1.25
    }
}

.js-mode[data-current-mode=recommend] .lp-floatnavi--item {
    opacity: 0;
    visibility: hidden
}

.js-mode[data-current-mode=item] .lp-floatnavi--recommend {
    opacity: 0;
    visibility: hidden
}

.lp-floattab {
    z-index: 11;
    position: fixed;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out, visibility 0s linear .5s;
    transition: opacity .3s ease-in-out, visibility 0s linear .5s
}

@media screen and (max-width: 960px) {
    .lp-floattab {
        top: auto !important;
        bottom: 22vw !important;
        width: 23%
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-floattab {
        top: 170px;
        width: 120px
    }
}

.lp-floattab.show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media screen and (max-width: 960px) {
    .lp-floattab.is-absolute {
        position: absolute;
        bottom: 11vw !important
    }
}

.lp-floattab a {
    display: block;
    background: #fffdea !important;
    color: #d80c18 !important;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    text-align: center
}

@media screen and (max-width: 960px) {
    .lp-floattab a {
        padding: 2.2666666667vw 3.3333333333vw 2.2666666667vw 0;
        border: .2666666667vw solid #d80c18;
        border-right: none;
        border-radius: 6.6666666667vw 0 0 6.6666666667vw;
        font-size: 3.4666666667vw;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        -webkit-box-shadow: 0 .8vw rgba(164, 164, 164, .8);
        box-shadow: 0 .8vw rgba(164, 164, 164, .8)
    }
}

@media print,
screen and (min-width: 961px) {
    .lp-floattab a {
        padding: 12px 20px 12px 0;
        border: 2px solid #d80c18;
        border-right: none;
        border-radius: 36px 0 0 36px;
        font-size: 16px;
        -webkit-box-shadow: 0 6px rgba(206, 206, 206, .8);
        box-shadow: 0 6px rgba(206, 206, 206, .8)
    }
}

.lp-floattab a::after {
    content: "";
    pointer-events: none;
    display: block;
    margin: auto;
    width: 2vw;
    height: 2vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2vw;
    border-right: .4vw solid #d80c18;
    border-bottom: .4vw solid #d80c18;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media print,
screen and (min-width: 961px) {
    .lp-floattab a::after {
        width: 10px;
        height: 10px;
        right: 8px;
        border-right-width: 2px;
        border-bottom-width: 2px
    }
}

.js-mode[data-current-mode=recommend] .lp-floattab--item {
    opacity: 0;
    visibility: hidden
}

.js-mode[data-current-mode=item] .lp-floattab--recommend {
    opacity: 0;
    visibility: hidden
}