@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*/
        margin-top:-23vw;
        padding-top: 23vw;
    }
}

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

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

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

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

.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;*/
        padding: 4vw 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*/
    margin-top: 0
}

@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;
	padding-top: 6vw;
}

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

.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*/
		padding-bottom: 0vw;
    }
}

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

.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: 19%
}

@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 0 0;
    border-radius: 1.3333333333vw;
    position: relative
}

@media print,screen and (min-width: 961px) {
    .lp-navi-list-item a {
        padding:18px 0 0;
        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
    }
}

.lp-navi-list-item--orange a {
    background: #ea5721 !important;
    -webkit-box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #bd4316;
    box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #bd4316
}

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

.lp-navi-list-item--blue a {
    background: #4badd1 !important;
    -webkit-box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #2a83a3;
    box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #2a83a3
}

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

.lp-navi-list-item--brown a {
    background: #826429 !important;
    -webkit-box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #403622;
    box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #403622
}

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

@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 print,screen and (min-width: 961px) {
    .lp-navi--recommend .lp-navi-list-item {
        width:24.16%
    }
}

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

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

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

@media print,screen and (min-width: 961px) {
    .lp-navi--recommend .lp-navi-list-item a::after {
        bottom:10px
    }
}

.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:18px;
        line-height: 1.25
    }
}

.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--additional {
    padding-top: 5.3333333333vw;
    background: url(../img/contents/bg--additional_sp.png) no-repeat center top;
    background-size: 100% auto;
    background-color: #f6c0ac
}

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

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

.lp-contents--additional .lp-contents-header span {
    display: block;
    font-weight: 600 !important;
    font-size: 5.8666666667vw
}

@media print,screen and (min-width: 961px) {
    .lp-contents--additional .lp-contents-header span {
        font-size:36px
    }
}

.lp-contents--additional .lp-contents-header strong {
    display: block;
    margin-top: 1.3333333333vw;
    font-weight: 600 !important;
    font-size: 7.2vw
}

@media print,screen and (min-width: 961px) {
    .lp-contents--additional .lp-contents-header strong {
        margin-top:5px;
        font-size: 44px
    }
}

.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-13000-to-30000 .lp-contents-footer {
    margin-inline:auto}

@media screen and (max-width: 960px) {
    .lp-contents--price-13000-to-30000 .lp-contents-footer {
        width:94%;
        margin-top: 8vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-contents--price-13000-to-30000 .lp-contents-footer {
        max-width:1000px;
        margin-top: 45px
    }
}

.lp-contents--price-13000-to-30000 .lp-contents-footer__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative
}

.lp-contents--price-13000-to-30000 .lp-contents-footer__title::before {
    content: "";
    display: block;
    width: 100%;
    height: .2666666667vw;
    background: #d80c18;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

@media print,screen and (min-width: 961px) {
    .lp-contents--price-13000-to-30000 .lp-contents-footer__title::before {
        height:2px
    }
}

.lp-contents--price-13000-to-30000 .lp-contents-footer__title p {
    color: #d80c18;
    font-weight: bold;
    font-size: 5.3333333333vw;
    background-color: #f0afb3;
    padding: 0 2.6666666667vw;
    position: relative
}

@media print,screen and (min-width: 961px) {
    .lp-contents--price-13000-to-30000 .lp-contents-footer__title p {
        font-size:28px;
        padding: 0 15px
    }
}

.lp-contents--price-13000-to-30000 .lp-contents-footer__title p span {
    display: inline-block;
    font-size: 2.6666666667vw;
    margin-inline:.6666666667vw}

@media print,screen and (min-width: 961px) {
    .lp-contents--price-13000-to-30000 .lp-contents-footer__title p span {
        font-size:18px;
        margin-inline:5px}
}

.lp-contents--price-13000-to-30000 .lp-contents-footer__banner {
    text-align: center;
    margin-top: 2.6666666667vw
}

@media print,screen and (min-width: 961px) {
    .lp-contents--price-13000-to-30000 .lp-contents-footer__banner {
        margin-top:30px
    }
}

.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--otegoro {
    background: url(../img/contents/bg--otegoro_sp.png) no-repeat center top;
    background-size: 100% auto;
    background-color: #f4b59e
}

@media print,screen and (min-width: 961px) {
    .lp-contents--otegoro {
        background-image:url(../img/contents/bg--otegoro.png);
        background-size: 1230px 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-contents--summer {
    background: url(../img/contents/bg--summer-top_sp.png) no-repeat center top,url(../img/contents/bg--summer-repeat_sp.png) repeat-y center top;
    background-size: 100% auto
}

@media print,screen and (min-width: 961px) {
    .lp-contents--summer {
        background:url(../img/contents/bg--summer-top.png) no-repeat center top,url(../img/contents/bg--summer-repeat.png) repeat-y center top;
        background-size: 1230px auto
    }
}

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

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

.lp-contents--summer .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--summer .lp-contents-lead {
        margin-top:-10px !important;
        margin-bottom: 30px !important;
        font-size: 16px
    }
}

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

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

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

.lp-contents--rainyseason {
    background: url(../img/contents/bg--rainyseason-top_sp.png) no-repeat center top,url(../img/contents/bg--rainyseason-repeat_sp.png) repeat center top;
    background-size: 100% auto,26.6666666667vw 26.4vw
}

@media print,screen and (min-width: 961px) {
    .lp-contents--rainyseason {
        background:url(../img/contents/bg--rainyseason-top.png) no-repeat center top,url(../img/contents/bg--rainyseason-repeat.png) repeat center top;
        background-size: 1077px auto,150px 149px
    }
}

.lp-contents--rainyseason .lp-contents-header {
    font-family: "Noto Serif JP",serif;
    font-weight: 600 !important;
    font-size: 6.6666666667vw !important;
    color: #0b9cb1
}

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

.lp-contents--rainyseason .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--rainyseason .lp-contents-lead {
        margin-top:-10px !important;
        margin-bottom: 30px !important;
        font-size: 16px
    }
}

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

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

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

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

@media screen and (max-width: 960px) {
    .lp-contents--lowstock .lp-contents-header {
        margin-bottom:4vw !important;
        font-size: 7.0666666667vw !important
    }
}

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

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

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

.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: 0 0 8vw
}

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

.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:3vw}
}

@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;
		position: relative;
		top:30px;
    }
}

@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: 0vw;
    }
}

@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;
        text-align: center
    }
}

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

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

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

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

@media screen and (max-width: 960px) {
    .lp-cta-item__priceblock__inner {
        grid-template-columns:auto auto auto;
        grid-template-rows: auto auto
    }
}

@media print,screen and (min-width: 961px) {
    .lp-cta-item__priceblock__inner {
        grid-template-columns:auto auto auto;
        grid-template-rows: auto auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width: 960px) {
    .lp-cta-item__price-normal {
        grid-column:2/3;
        grid-row: 1/2;
        padding-right: 1.6vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-cta-item__price-normal {
        grid-column:1/2;
        grid-row: 1/3;
        position: relative;
        padding-right: 15px;
        padding-bottom: 3px
    }
}

@media print,screen and (min-width: 961px) {
    .lp-cta-item__price-normal::after {
        content:"";
        width: 7px;
        height: 15px;
        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: 2px;
        right: 3px
    }
}

.lp-cta-item__price-normal__label {
    display: block;
    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: 26.6666666667vw;
    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: 1.3333333333vw;
    padding: .4vw 0;
    color: #d80c18;
    font-size: 3.2vw;
    line-height: 1.2;
    border: .2666666667vw solid #c8102e;
    position: relative
}

@media screen and (max-width: 960px) {
    .lp-cta-item__price-discount {
        grid-column:3/4;
        grid-row: 1/2
    }
}

@media print,screen and (min-width: 961px) {
    .lp-cta-item__price-discount {
        grid-column:2/3;
        grid-row: 1/2;
        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
}

@media screen and (max-width: 960px) {
    .lp-cta-item__price-sales {
        grid-column:2/4;
        grid-row: 2/3;
        padding-top: 1.3333333333vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-cta-item__price-sales {
        grid-column:2/3;
        grid-row: 2/3
    }
}

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

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

.lp-cta-item__price-sales span {
    display: inline-block
}

@media screen and (max-width: 960px) {
    .lp-cta-item__price-sales span {
        -webkit-transform:translateY(-0.6666666667vw);
        transform: translateY(-0.6666666667vw);
        font-size: 3.2vw
    }
}

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

.lp-cta-item__price-misc {
    position: relative
}

@media screen and (max-width: 960px) {
    .lp-cta-item__price-misc {
        grid-column:1/2;
        grid-row: 1/3;
        margin-right: 2.6666666667vw;
        top: 1.3333333333vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-cta-item__price-misc {
        grid-column:3/4;
        grid-row: 1/3;
        margin-left: 10px
    }
}

.lp-cta-item__price-misc__discount-rate {
    width: 22.1333333333vw;
    height: 22.1333333333vw;
    padding-top: 2.6666666667vw;
    bottom: 1.3333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 4.9333333333vw;
    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__price-misc__discount-rate {
        line-height:1
    }
}

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

.lp-cta-item__price-misc__discount-rate span {
    display: inline-block;
    font-size: 8.6666666667vw
}

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

.lp-cta-item__price-misc__discount-limit {
    padding: .6666666667vw 1.3333333333vw;
    border: 1px solid #d80c18;
    text-align: center;
    font-size: 3.4666666667vw;
    font-weight: bold;
    position: relative;
    background-color: #fff;
    z-index: 1
}

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

.lp-cta-item__price-misc__discount-limit span {
    display: inline-block;
    color: #d80c18
}

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

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

@media screen and (max-width: 960px) {
    .lp-cta-item__image {
        /*margin-top:6vw*/
		margin: 6vw 4vw 0 4vw;
    }
}

@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;
		line-height: 1;
		text-align: left;
	}
}

@media print,screen and (min-width: 961px) {
    .lp-cta-item__bottom {
        margin-top:30px;
		line-height: 1;
		text-align: left;
    }
}

.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;
        line-height: 1.2
    }
}

@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;
	margin: 0.75vw 0 0;
}

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

.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;
	margin: 0.75vw 0;
}

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

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

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

.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;
		top: 18px;
		left: 324px;
		text-align: center;
		width: 220px;
	}
}

.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*/
	padding: 0 0 33.3333333333vw
}

@media print,screen and (min-width: 961px) {
    .lp-footer {
        /*padding:100px 0 150px*/
		padding: 0 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*/
        background-color: #fff;
        padding: 1.3333333333vw 2.5% 0vw
    }
}

@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;
		padding-top: 80px;
    }
}

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

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

@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;*/
    padding: 1vw 0 2vw;
    border-radius: 1.3333333333vw;
    position: relative
}

@media print,screen and (min-width: 961px) {
    .lp-floatnavi-list-item a {
        padding:0 30px 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
    }
}

.lp-floatnavi-list-item--orange a {
    background: #ea5721 !important;
    -webkit-box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #bd4316;
    box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #bd4316
}

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

.lp-floatnavi-list-item--blue a {
    background: #4badd1 !important;
    -webkit-box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #2a83a3;
    box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #2a83a3
}

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

@media screen and (max-width: 960px) {
    .lp-floatnavi-list-item--blue a p {
        font-size:3.2vw !important
    }
}

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

.lp-floatnavi-list-item--brown a {
    background: #826429 !important;
    -webkit-box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #403622;
    box-shadow: .5333333333vw .6666666667vw 0 .1333333333vw #403622
}

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

@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:24%
    }
}

@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: #acacac !important;
    color: #fff !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: 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(50,50,50,.8);
        box-shadow: 0 .8vw rgba(50,50,50,.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(50,50,50,.8);
        box-shadow: 0 6px rgba(50,50,50,.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 #fff;
    border-bottom: .4vw solid #fff;
    -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
}



/******2026追加******************************/

.lp-fukubukuro-cta__point-wrapper {
    width: 16.6666666667vw;
}

@media screen and (max-width: 960px) {
	.lp-fukubukuro-cta__point-wrapper {
		grid-area: 1/3/2/4;
	}
}

@media print,screen and (min-width: 961px) {
	.lp-fukubukuro-cta__point-wrapper {
		width: 94px;
	}
}

.lp-fukubukuro-cta__point {
    width: 16.6666666667vw;
    height: 18.5vw;
    padding-top: 1.5vw;
    color: #000;
    font-size: 2.7vw;
    font-weight: bold;
    line-height: 1.3;
    background-color: #dcdcdc;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 3.7333333333vw), 50% 100%, 0 calc(100% - 3.7333333333vw), 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 3.7333333333vw), 50% 100%, 0 calc(100% - 3.7333333333vw), 0 0);
	margin-bottom: 0 !important;
}

@media print,screen and (min-width: 961px) {
	.lp-fukubukuro-cta__point {
		width: 90px;
		height: 100px;
		padding-top: 5px;
		-webkit-clip-path: polygon(100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 0 0);
		clip-path: polygon(100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 0 0);
		font-size: 14px;
		font-weight: 500;
	}
}


.lp-fukubukuro-cta__point-num {
    margin-bottom: .1vw;
    font-size: 4.5vw;
}

@media print,screen and (min-width: 961px) {
	.lp-fukubukuro-cta__point-num {
		margin-bottom: 1px;
		font-size: 24px;
		font-weight: bold;
	}
}

.lp-fukubukuro-cta__point-label {
    font-size: 2.7vw;
}

@media print,screen and (min-width: 961px) {
	.lp-fukubukuro-cta__point-label {
		font-size: 14px;
	}
}

.lp-fukubukuro-cta__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lp-fukubukuro-cta__ranking {
    width: 18.1333333333vw;
    padding-top: .4vw;
}

@media print,screen and (min-width: 961px) {
	.lp-fukubukuro-cta__ranking {
		width: 102px;
		padding-top: 10px;
	}
}

.lp-fukubukuro-cta__price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 500;
    color: #282828;
	line-height: 1;
	text-align: left;
}

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

.lp-fukubukuro-cta__discount-rate-limit {
    margin-left: .5vw;
    padding-top: 13.3333333333vw;
    position: relative;
}

.lp-fukubukuro-cta__price-normal {
    position: relative;
    padding-right: 2.1333333333vw;
    padding-bottom: 1vw;
    font-size: 2.2666666667vw;
}

.lp-fukubukuro-cta__price-normal-label {
    display: block;
    margin-bottom: .6666666667vw;
}

.lp-fukubukuro-cta__price-sales-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.lp-fukubukuro-cta__price-normal-amount {
    font-size: 3.0666666667vw;
    position: relative;
}

.lp-fukubukuro-cta__price-normal-amount::after {
    content: "";
    width: 95%;
    height: .2666666667vw;
    background-color: #282828;
    position: absolute;
    bottom: .7vw;
    left: 5%;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.lp-fukubukuro-cta__price-normal-tax {
    position: relative;
}

.lp-fukubukuro-cta__price-normal::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: 1vw;
    right: 0;
}

.lp-fukubukuro-cta__price-sales {
    color: #c8102e;
    font-size: 8.9333333333vw;
    letter-spacing: -0.025em;
}

.lp-fukubukuro-cta__price-sales-tax {
    font-size: 2.4vw;
}

.lp-fukubukuro-cta__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: #c8102e;
    font-size: 3.3333333333vw;
    line-height: 1.2;
    border: .2666666667vw solid #c8102e;
    position: relative;
}

.lp-fukubukuro-cta__price-discount-yen {
    font-size: 3.3333333333vw;
}

.lp-fukubukuro-cta__price-discount span {
    position: relative;
    z-index: 1;
}

.lp-fukubukuro-cta__price-discount::after {
    content: "";
    width: 2.5vw;
    height: 2.5vw;
    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%;
}

.lp-fukubukuro-cta__discount-rate-limit {
    margin-left: .5vw;
    padding-top: 13.3333333333vw;
    position: relative;
}

.lp-fukubukuro-cta__discount-rate {
    width: 16.8vw;
    height: 16.8vw;
    padding-top: 1.8vw;
    top: 0;
    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;
}

.lp-fukubukuro-cta__discount-rate span {
    font-size: 7.6vw;
}

.lp-fukubukuro-cta__discount-limit {
    padding: 0 .3vw .3vw;
    border: 1px solid #c8102e;
    text-align: center;
    color: #282828;
    font-size: 2.6666666667vw;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.lp-fukubukuro-cta__discount-limit span {
    color: #c8102e;
    font-weight: bold;
}

.lp-fukubukuro-cta__discount-limit strong {
    font-size: 3.4666666667vw;
}

@media screen and (max-width: 960px) {
	.lp-fukubukuro-cta__price-wrapper {
		padding-left: 3.4666666667vw;
		padding-right: 2vw;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media print,screen and (min-width: 961px) {
	
	.lp-fukubukuro-cta__price-wrapper {
		margin-top: auto;
		padding-bottom: 20px;
	}
	
	.lp-fukubukuro-cta__discount-rate-limit {
		margin-left: 10px;
		padding-top: 65px;
	}
	
	.lp-fukubukuro-cta__price-normal {
		font-size: 12px;
		padding-right: 14px;
		padding-bottom: 3px;
	}
	
	.lp-fukubukuro-cta__price-normal-label {
		margin-bottom: 2px;
	}
	
	.lp-fukubukuro-cta__price-normal-amount {
		font-size: 16px;
	}
	
	.lp-fukubukuro-cta__price-normal-amount::after {
		height: 2px;
		width: 95%;
		bottom: 7px;
		left: 5%;
	}
	
	.lp-fukubukuro-cta__price-normal-tax {
		font-size: 8px;
	}
	
	.lp-fukubukuro-cta__price-normal::after {
		width: 7px;
		height: 15px;
		bottom: 3px;
		right: 2px;
	}
	
	.lp-fukubukuro-cta__price-sales {
		font-size: 43px;
	}
	
	.lp-fukubukuro-cta__price-sales-tax {
		font-size: 12px;
	}
	
	.lp-fukubukuro-cta__price-discount {
		gap: 4px;
		width: 160px;
		margin-bottom: 8px;
		padding: 0 0 1px;
		font-size: 17px;
		border: 2px solid #c8102e;
	}
	
	.lp-fukubukuro-cta__price-discount-yen {
		font-size: 18px;
	}
	
	.lp-fukubukuro-cta__price-discount::after {
		width: 12px;
		height: 18px;
		border-bottom: 2px solid #c8102e;
		bottom: -8px;
		left: 50%;
	}
	
	.lp-fukubukuro-cta__discount-rate-limit {
		margin-left: 10px;
		padding-top: 65px;
	}
	
	.lp-fukubukuro-cta__discount-rate {
		width: 82px;
		height: 82px;
		padding-top: 8px;
		font-size: 20px;
	}
	
	.lp-fukubukuro-cta__discount-rate span {
		font-size: 35px;
	}
	
	.lp-fukubukuro-cta__discount-limit {
		padding: 2px 4px 2px;
		font-size: 13px;
	}
	
	.lp-fukubukuro-cta__discount-limit strong {
		font-size: 17px;
	}
}

.lp-contents--area-item {
    background: url(../img/contents/item_bg_wave_sp.png) no-repeat center top;
    background-size: 100% auto;
}

.lp-contents--area-gold01 {
    background-color: #efe2c6;
}
.lp-contents--area-gold02 {
    background-color: #e5d9c1;
}

.lp-contents--area-blue01 {
    background-color: #e6ebf1;
}
.lp-contents--area-blue02 {
    background-color: #ccd8e1;
}

.lp-contents--area-pink01 {
    background-color: #fae8f1;
}

.lp-contents--area-purple01 {
    background-color: #e0dbe1;
}

.lp-contents--area-orange01 {
    background-color: #fadcc9;
}

.lp-contents--area-orange02 {
    background-color: #ffd5c3;
}

.lp-contents--area-blue03 {
    background-color: #e6ecf2;
}

.lp-contents--area-pink03 {
    background-color: #f8e0ec;
}

.lp-contents--area-blue04 {
    background-color: #e6ecf2;
}

.featured_products_area{
    background-color: #e4e6e9 !important;
    background: url(../img/contents/item_bg_wave_sp.png) no-repeat center top;
    background-size: 100% auto;
	margin-top: 6vw;
}

@media print,screen and (min-width: 961px) {
	.lp-contents--area-item {
		background-image: url(../img/contents/item_bg_wave.png);
		background-size: 1230px auto;
	}
	.featured_products_area{
		background-image: url(../img/contents/item_bg_wave.png);
		background-size: 1230px auto;
		margin-top: 40px;
	}
}

.lp-floatnavi-list-item_img a::after {
	content: none;
}

.lp-navi-all-item a::after {
	content: none;
}

.lp-ohterset-title{
	width: 100%;
	text-align: center;
	background-color: #000;
	margin-bottom: 0 !important;
	padding: 2vw 0 4vw;
}

.featured_products_title_sub {
    font-size: 3.5vw;
    padding-top: 3vw;
    font-weight: 500;
}

.lp-contents--featured_products{
    /*background-color: #e4e6e9;*/
	padding: 0 0 60px;
}

.lp-teaserbottom-title{
	width: 100%;
	text-align: center;
	background-color: #d80c18;
	margin-bottom: 0 !important;
	padding: 2vw 0 4vw;
}


@media screen and (max-width: 960px) {
	.lp-contents-header img, .lp-banner-title img, .lp-teaserbottom-title img, .lp-lead img, .lp-ohterset-title img{
		width: 100%;
	}
	.sp-w100{
		width: 100%;
	}
}

@media print,screen and (min-width: 961px) {
	.lp-ohterset-title {
		max-width: 1230px;
		padding: 25px 0 30px;
	}
	.lp-teaserbottom-title {
		width: 1230px;
		padding: 25px 0 30px;
	}
	.lp-navi-all-item{
		width: 720px;
	}
	.lp-contents--featured_products{
		padding: 0 0 60px;
	}
	.featured_products_title_sub{
		font-size: 17px;
		padding: 0;
	}
}


.lp-fukubukuro-recommend {
    width: 92vw;
    margin-inline: auto;
    color: #1d1d1d;
    background-color: #fff;
    position: relative;
    /*border: 1px solid #bd962f;*/
}

.lp-fukubukuro-recommend-title {
    color: #c8102e;
    margin-bottom: 2.6666666667vw !important;
    padding-bottom: 0.5vw;
    font-size: 4.5333333333vw;
    font-weight: 500;
    text-align: center;
    letter-spacing: .035em;
    /* border-bottom: .4vw solid #c8102e; */
	display: flex;
	align-items: center;
}

.lp-fukubukuro-recommend-title::after,.lp-fukubukuro-recommend-title::before{
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 2px;
  background: #c8102e;
}


.lp-fukubukuro-recommend-title::after{
  margin-left: 2vw;
}
.lp-fukubukuro-recommend-title::before{
  margin-right: 1vw;
}

@media print,screen and (min-width: 961px) {
	.lp-fukubukuro-recommend-title::after{
	  margin-left: 20px;
	}
	.lp-fukubukuro-recommend-title::before{
	  margin-right: 20px;
	}
}

.lp-fukubukuro-recommend {
    /*margin-top: 0;*/
}

.lp-fukubukuro-recommend {
    /*border: 1px solid #ea5721;*/
}

.lp-fukubukuro-recommend-text {
    font-size: 3.3333333333vw;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.lp-fukubukuro-recommend-note {
    /*padding-top: 1.3333333333vw;*/
	padding: 1.3vw 2vw 0;
    font-size: 2.4vw;
    line-height: 1.4;
	text-align: left;
	font-weight: normal;
}

.lp-fukubukuro-recommend-triangle {
    display: block;
    height: 3.2vw;
    width: 3.2vw;
    background-color: inherit;
    border: inherit;
    position: absolute;
    bottom: -1.6vw;
    left: calc(50% - 1.6vw);
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    transform: rotate(-45deg) skew(-10deg, -10deg);
}

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

	.lp-fukubukuro-recommend {
		margin-top: 5vw;
		margin-bottom: 3.3333333333vw;
		padding-top: 3.3333333333vw;
		padding-bottom: 4vw;
		border-radius: 3vw;
	}
	.lp-fukubukuro-recommend-title {
		margin-inline: 2.5vw;
	}
	.lp-fukubukuro-recommend-text {
		padding-inline: 3.2vw;
	}
	
}

.lp-cta-item__set-content__list p span {
    border: solid #000 1px;
    margin: 0 0.2vw;
    padding: 0 0.5vw;
	font-size: 0.8em;
}

@media print,screen and (min-width: 961px) {
	
	.lp-fukubukuro-recommend {
		width: 864px;
		margin-top: 33px;
		padding: 16px 30px 25px;
		margin-bottom: 15px;
		border-radius: 10px;
	}
	
	.lp-fukubukuro-recommend-title {
		margin-bottom: 10px !important;
		padding-bottom: 5px;
		font-size: 20px;
		/* border-bottom: 3px solid #c8102e; */
	}
	
	.lp-fukubukuro-recommend-text {
		font-size: 16px;
	}
	
	.lp-fukubukuro-recommend-note {
		/*padding-top: 6px;*/
		padding: 6px 0 0 0;
		padding-inline: 25px;
		font-size: 11px;
	}
	
	.lp-fukubukuro-recommend-triangle {
		height: 16px;
		width: 16px;
		bottom: -8px;
		left: calc(50% - 8px);
	}
	
	.lp-fukubukuro-recommend:has(.lp-fukubukuro-recommend-note) {
		padding-bottom: 15px;
	}
	
	.lp-cta-item__set-content__list p span {
		padding: 0 5px;
		margin-left: 2px;
		font-size: 0.9em;
	}
}

.fukubukuro_annotation{
	margin: 5vw auto;
	max-width: 94.7%;
}
.fukubukuro_annotation_title {
    font-size: 3vw;
    font-weight: bold;
    margin: 0 0 2vw 0;
}
.fukubukuro_annotation ul{
	margin-left: -5vw;
}

.fukubukuro_annotation li{
    color: #666;
    font-size: 2.4vw;
    line-height: 1.4;
}

.font_red{
	color: #c8102e !important;
}

@media print,screen and (min-width: 961px) {
	.fukubukuro_annotation{
		margin: 20px auto;
		max-width: 1000px;
	}
	.fukubukuro_annotation_title {
		font-size: 14px;
		margin: 5px 0 10px 20px;
	}
	.fukubukuro_annotation ul{
		margin-left: 0;
	}
	.fukubukuro_annotation li{
		font-size: 12px;
	}
}

/*******2週目以降は外すこと***************************/
.lp-navi--recommend ul, .lp-floatnavi--recommend ul{
	display: none;
}
.lp-navi--recommend{
	padding: 0;
}
/*******2週目以降は外すこと***************************/

/*******ティザー時以降使用***************************/
.featured_products_title_sub{
	display: none;
}
.lp-teaserbottom-title{
	display: none;
}
/*******ティザー時以降使用***************************/


