@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap);

:root {
    scroll-padding-top: 215px
}

html {
    scroll-behavior: smooth
}

.main-content {
    -webkit-font-smoothing: antialiased;
    color: #2d2926;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    letter-spacing: .075em;
    margin: 170px auto 0;
    position: relative
}

.main-content.is-bnr-show {
    margin-top: 215px
}

.main-content figure,
.main-content picture {
    display: block
}

.main-content img {
    height: auto;
    vertical-align: bottom;
    width: 100%
}

.main-content ul {
    list-style: none;
    padding: 0
}

.main-content a {
    color: #000;
    text-decoration: none
}

.pc {
    display: block
}

.sp {
    display: none
}

@media screen and (max-width:960px) {
    :root {
        scroll-padding-top: 101px
    }

    .main-content {
        margin-top: 117px
    }

    .main-content.is-bnr-show {
        margin-top: 158px
    }
}

@media screen and (max-width:768px) {
    :root {
        scroll-padding-top: calc(111px + 14.13333vw)
    }

    .pc {
        display: none
    }

    .sp {
        display: block
    }
}

.mv {
    width: 100%
}

.anchor-nav a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ca001b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 22px;
    gap: 19px;
    justify-content: center;
    padding: 17px 20px
}

.anchor-nav a:after {
    background: url(../img/ico_arrow.png) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 11px;
    margin-right: 10px;
    width: 19px
}

.about {
    background: url(../img/about_bg.jpg) no-repeat top;
    background-size: cover;
    padding: 30px 20px
}

.about__desc {
    font-size: 18px;
    line-height: 1.77;
    margin: 0 auto 45px;
    max-width: 960px;
    text-align: center
}

.about__desc span {
    font-size: 22px;
    letter-spacing: .05em;
    text-decoration: underline;
    text-decoration-color: #ffdcd9;
    text-decoration-thickness: 16px;
    text-underline-offset: -7px
}

.about__check {
    background: url(../img/about_check_bg.png) no-repeat 100% 0;
    background-size: cover;
    -webkit-box-shadow: 10px 10px 10px hsla(0, 0%, 75%, .4);
    box-shadow: 10px 10px 10px hsla(0, 0%, 75%, .4);
    margin: 0 auto 107px;
    max-width: 700px;
    padding: 45px 20px 32px;
    position: relative
}

.about__check:before {
    background: url(../img/trouble_arrow.png) no-repeat 50%;
    background-size: contain;
    bottom: -38px;
    content: "";
    display: block;
    height: 41px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 75px
}

.about__check>h2 {
    margin: 0 auto 34px;
    max-width: 366px
}

.about__check>ul {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column;
    flex-flow: column;
    font-size: 20px;
    gap: 12px 0;
    letter-spacing: .05em;
    margin: 0 auto;
    max-width: 450px
}

.about__check>ul,
.about__check>ul li {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about__check>ul li {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 18px
}

.about__check>ul li:before {
    background: url(../img/ico_list-check.png) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 27px;
    width: 32px
}

.about__trouble-desc {
    font-size: 28px;
    text-align: center
}

.about__trouble-desc span {
    font-size: 35px;
    font-weight: 700
}

.about__trouble-image01 {
    margin: 0 auto 20px;
    max-width: 510px
}

.about__trouble>small {
    display: block;
    font-size: 12px;
    margin: 0 auto 88px;
    max-width: 510px
}

.about__acc {
    margin-bottom: 50px
}

.about__acc-head {
    margin: 0 auto 50px;
    max-width: 978px;
    position: relative
}

.about__acc-head.is-open span:after {
    display: none
}

.about__acc-head span {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: 53px;
    position: absolute;
    right: 47px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 53px
}

.about__acc-head span:before {
    height: 2px;
    width: 30px
}

.about__acc-head span:after,
.about__acc-head span:before {
    background: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about__acc-head span:after {
    height: 30px;
    width: 2px
}

.about__acc-body {
    margin: 0 auto;
    max-width: 944px
}

.set__title {
    margin-bottom: 40px
}

.set__desc {
    font-size: 20px;
    letter-spacing: .075em;
    line-height: 1.85;
    text-align: center
}

.set__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 50px
}

.set__link a {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .05em;
    position: relative
}

.set__link a:after {
    background: url(../img/set_link_arrow.png) no-repeat 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 4px;
    width: 7px
}

.set__link a span {
    text-decoration: underline
}

.set__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 30px;
    margin: 0 auto 40px;
    max-width: 960px
}

.set__list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.set__text {
    color: #ca001b;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 41px;
    text-align: center
}

.set__text span {
    font-size: 24px
}

.product {
    background: #fff4d9;
    padding-bottom: 60px
}

.product.is-product02,
.product.is-product07 {
    background: #d4e1ee
}

.product.is-product03,
.product.is-product08 {
    background: #f6f2e8
}

.product.is-product04,
.product.is-product09 {
    background: #fdeded
}

.product.is-product05 {
    background: #f9f4f5
}

.product.is-product10,
.product.is-product11 {
    background: #f9f9f9
}

.product.is-product11 {
    padding-bottom: 140px
}

.product__inner {
    padding: 0 20px
}

.product__title {
    background: #dca10f;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 58px;
    padding: 22px;
    position: relative;
    text-align: center
}

.is-product02 .product__title,
.is-product07 .product__title {
    background: #8fb5d2
}

.is-product03 .product__title,
.is-product08 .product__title {
    background: #c4a776
}

.is-product04 .product__title,
.is-product09 .product__title {
    background: #fe84a4
}

.is-product05 .product__title {
    background: #ca001b
}

.product__title:before {
    border-style: solid;
    border-bottom: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 50px solid #dca10f;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 0
}

.is-product02 .product__title:before,
.is-product07 .product__title:before {
    border-top: 50px solid #8fb5d2
}

.is-product03 .product__title:before,
.is-product08 .product__title:before {
    border-top: 50px solid #c4a776
}

.is-product04 .product__title:before,
.is-product09 .product__title:before {
    border-top: 50px solid #fe84a4
}

.is-product05 .product__title:before {
    border-top: 50px solid #ca001b
}

.product__title02 {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .05em;
    margin: 0 auto 58px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.product__title02:after,
.product__title02:before {
    background: #2b3134;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 60px
}

.product__title02:before {
    left: -20px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.product__title02:after {
    right: -20px;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.product__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 48px 2.11%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 960px
}

.is-product04 .product__list,
.is-product05 .product__list,
.is-product06 .product__list,
.is-product08 .product__list,
.is-product09 .product__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product__list li {
    background: #fff;
    max-width: 442px;
    padding: 50px 20px 20px
}

.product__list li .desc {
    font-size: 26px;
    font-weight: 700;
    height: 78px;
    letter-spacing: .03em;
    margin-bottom: 8px;
    text-align: center
}

.product__list li .image {
    display: block;
    margin-bottom: 18px
}

.product__list li .image img {
    height: 281px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.product__list li h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.52;
    margin-bottom: 20px;
    text-align: center
}

.product__list li .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px
}

.product__list li .price .off {
    margin: 0;
    max-width: calc(100% - 254px)
}

.product__list li .price .limited {
    border: 2px solid #c8102e;
    color: #c8102e;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 18px 40px
}

.product__list li .price .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    line-height: 1;
    max-width: 244px
}

.product__list li .price .wrapper.is-limited {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 190px
}

.product__list li .price .wrapper .head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.product__list li .price .wrapper .head .set {
    color: #c8102e;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
    margin: 0
}

.product__list li .price .wrapper .head .before-price {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: 0
}

.product__list li .price .wrapper .head .before-price span {
    font-size: 19px
}

.product__list li .price .wrapper .head .before-price s {
    position: relative;
    text-decoration: none
}

.product__list li .price .wrapper .head .before-price s:after {
    background: #2b3134;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 95%
}

.product__list li .price .wrapper .head .after-price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #c8102e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 19px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0
}

.product__list li .price .wrapper .special-price {
    color: #c8102e;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0
}

.product__list li .price .wrapper .special-price b {
    font-size: 34px
}

.product__list li .button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #2b3134;
    border-radius: 999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 17px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    margin-bottom: 20px;
    padding: 18px;
    width: 100%
}

.product__list li .attention {
    display: block;
    font-size: 10px;
    letter-spacing: .035em;
    line-height: 1.6
}

.product__list li .attention span {
    border: 1px solid #2b3134;
    margin-right: 10px;
    padding: 0 4px
}

.product-heading {
    padding-bottom: 34px
}

.product-heading.is-bg-white {
    background: #f9f9f9
}

.product-heading h2 {
    color: #ca001b;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.product-heading h2 span {
    font-size: 40px
}

.product-heading h2 small {
    color: #2d2926;
    display: block;
    font-size: 10px;
    margin-top: 34px;
    text-align: left;
    width: 100%
}

.product .slick-slider {
    position: relative
}

.product .slick-slider .slick-list {
    margin: 0 -18px
}

.product .slick-slider .slick-slide {
    margin: 0 18px
}

.product .slick-slider .slick-slide li {
    max-width: 100%
}

.product .slick-slider .slick-next,
.product .slick-slider .slick-prev {
    height: 44px;
    position: absolute;
    top: 50%;
    width: 44px;
    z-index: 1
}

.product .slick-slider .slick-prev {
    background: url(../img/icon_prev.png) no-repeat 50%;
    background-size: contain;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product .slick-slider .slick-next {
    background: url(../img/icon_next.png) no-repeat 50%;
    background-size: contain;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.product .slick-slider .slick-dots {
    bottom: -40px
}

.product .slick-slider .slick-dots li {
    background: #cacaca;
    border-radius: 50%;
    height: 12px;
    margin: 0 8px;
    padding: 0;
    width: 12px
}

.product .slick-slider .slick-dots li.slick-active {
    background: #c8102e
}

.product .slick-slider .slick-dots li button:before {
    display: none
}

.side-fixed-nav {
    position: fixed;
    right: 0;
    top: 215px;
    width: 135px
}

.campaign {
    padding: 100px 20px
}

.campaign__inner {
    margin: 0 auto;
    max-width: 960px
}

.campaign__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center
}

.campaign__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 50px 98px;
    margin: 0
}

.campaign__list li {
    width: calc(50% - 49px)
}

@media screen and (max-width:960px) {
    .side-fixed-nav {
        top: 160px
    }
}

@media screen and (max-width:768px) {
    .anchor-nav {
        left: 0;
        position: sticky;
        top: 60px;
        width: 100%;
        z-index: 1
    }

    .is-bnr-show .anchor-nav {
        top: 102px
    }

    .anchor-nav a {
        font-size: 4.8vw;
        gap: 5.0666666667vw;
        padding: 3.4666666667vw 5.3333333333vw
    }

    .anchor-nav a:after {
        height: 2.9333333333vw;
        margin-right: 2.6666666667vw;
        width: 5.0666666667vw
    }

    .about {
        background: url(../img/about_bg_sp.png) no-repeat bottom;
        background-position: 0 97.3333333333vw;
        background-size: contain;
        padding: 4.8vw 0
    }

    .about__desc {
        font-size: 3.7333333333vw;
        margin: 0 auto 8.4vw
    }

    .about__desc span {
        font-size: 4.2666666667vw;
        text-decoration-thickness: 2.1333333333vw;
        text-underline-offset: -.9333333333vw
    }

    .about__check {
        background: url(../img/about_check_bg_sp.png) no-repeat 100% 0;
        background-size: cover;
        -webkit-box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw hsla(0, 0%, 75%, .4);
        box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw hsla(0, 0%, 75%, .4);
        margin: 0 auto 20.1333333333vw;
        max-width: 91.2vw;
        padding: 8.2666666667vw 10.6666666667vw
    }

    .about__check:before {
        bottom: -8vw;
        height: 7.8666666667vw;
        width: 14.2666666667vw
    }

    .about__check>h2 {
        margin: 0 auto 9.3333333333vw;
        max-width: 68.4vw
    }

    .about__check>ul {
        font-size: 4vw;
        gap: 4.8vw 0;
        max-width: 92vw
    }

    .about__check>ul li {
        gap: 2.4vw
    }

    .about__check>ul li:before {
        height: 5.7333333333vw;
        width: 7.0666666667vw
    }

    .about__check>ul li span {
        display: block;
        width: calc(100% - 9.46667vw)
    }

    .about__trouble-desc {
        font-size: 5.3333333333vw
    }

    .about__trouble-desc span {
        font-size: 6.6666666667vw
    }

    .about__trouble-image01 {
        margin: 0 auto 2.6666666667vw;
        max-width: 91.0666666667vw
    }

    .about__trouble>small {
        display: block;
        font-size: 2.4vw;
        margin: 0 auto 11.7333333333vw;
        max-width: 86.6666666667vw
    }

    .about__acc {
        margin-bottom: 6.6666666667vw
    }

    .about__acc-head {
        margin: 0 auto 6.6666666667vw;
        max-width: 91.7333333333vw;
        position: relative
    }

    .about__acc-head span {
        background: #000;
        height: 10.2666666667vw;
        right: 6.2666666667vw;
        width: 10.2666666667vw
    }

    .about__acc-head span:before {
        height: .2666666667vw;
        width: 4.8vw
    }

    .about__acc-head span:after {
        height: 4.8vw;
        width: .2666666667vw
    }

    .about__acc-body {
        display: none;
        max-width: 100%
    }

    .set__title {
        margin-bottom: 5.3333333333vw
    }

    .set__desc {
        font-size: 3.7333333333vw
    }

    .set__link {
        margin-bottom: 16vw
    }

    .set__link a {
        font-size: 2.9333333333vw
    }

    .set__link a:after {
        height: 1.8666666667vw;
        margin-left: .5333333333vw;
        width: 1.3333333333vw
    }

    .set__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 1.3333333333vw;
        margin: 0 auto 4vw;
        max-width: 90.6666666667vw
    }

    .set__text {
        font-size: 6.6666666667vw;
        margin-bottom: 5.4666666667vw
    }

    .set__text span {
        font-size: 5.3333333333vw
    }

    .product {
        padding-bottom: 8.6666666667vw
    }

    .product.is-product11 {
        padding-bottom: 13.3333333333vw
    }

    .product__inner {
        padding: 0 4vw
    }

    .product__title {
        font-size: 4.5333333333vw;
        margin-bottom: 7.7333333333vw;
        padding: 4vw
    }

    .product__title:before {
        border-left: 4vw solid transparent;
        border-right: 4vw solid transparent;
        border-top: 6.6666666667vw solid #dca10f
    }

    .is-product02 .product__title:before,
    .is-product07 .product__title:before {
        border-top: 6.6666666667vw solid #8fb5d2
    }

    .is-product03 .product__title:before,
    .is-product08 .product__title:before {
        border-top: 6.6666666667vw solid #c4a776
    }

    .is-product04 .product__title:before,
    .is-product09 .product__title:before {
        border-top: 6.6666666667vw solid #fe84a4
    }

    .is-product05 .product__title:before {
        border-top: 6.6666666667vw solid #ca001b
    }

    .product__title02 {
        font-size: 4.5333333333vw;
        margin: 0 auto 7.7333333333vw
    }

    .product__title02:after,
    .product__title02:before {
        height: .1333333333vw;
        width: 4vw
    }

    .product__title02:before {
        left: -2.6666666667vw;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%)
    }

    .product__title02:after {
        right: -2.6666666667vw;
        -webkit-transform: translate(100%, -50%);
        transform: translate(100%, -50%)
    }

    .product__list {
        gap: 5.3333333333vw
    }

    .product__list li {
        margin: 0 auto;
        max-width: 92vw;
        padding: 6.9333333333vw 4vw;
        width: 100%
    }

    .product__list li .desc {
        font-size: 5.6vw;
        height: 15.6vw;
        letter-spacing: 0;
        margin-bottom: 4vw
    }

    .product__list li .image {
        margin-bottom: 2.4vw
    }

    .product__list li .image img {
        height: auto
    }

    .product__list li h3 {
        font-size: 4.4vw;
        margin-bottom: 2.6666666667vw
    }

    .product__list li .price {
        gap: 1.3333333333vw;
        margin-bottom: 5.3333333333vw
    }

    .product__list li .price .off {
        margin: 0;
        max-width: calc(100% - 52.26667vw)
    }

    .product__list li .price .limited {
        border: .2666666667vw solid #c8102e;
        font-size: 4vw;
        margin-right: 2.1333333333vw;
        padding: 3.7333333333vw 8.2666666667vw
    }

    .product__list li .price .wrapper {
        max-width: 50.9333333333vw ;
        height: 15.6vw
    }

    .product__list li .price .wrapper .head .set {
        font-size: 3.7333333333vw
    }

    .product__list li .price .wrapper .head .before-price {
        font-size: 2.4vw
    }

    .product__list li .price .wrapper .head .before-price span {
        font-size: 4vw
    }

    .product__list li .price .wrapper .head .before-price s {
        position: relative;
        text-decoration: none
    }

    .product__list li .price .wrapper .head .before-price s:after {
        background: #2b3134;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        top: 50%;
        width: 95%
    }

    .product__list li .price .wrapper .head .after-price {
        font-size: 4vw
    }

    .product__list li .price .wrapper .special-price {
        font-size: 2.9333333333vw
    }

    .product__list li .price .wrapper .special-price b {
        font-size: 7.0666666667vw
    }

    .product__list li .price .wrapper.is-limited {
        max-width: 41.8666666667vw ;
        height: 15.6vw
    }

    .product__list li .price .wrapper.is-limited .special-price {
        font-size: 3.0666666667vw
    }

    .product__list li .price .wrapper.is-limited .special-price b {
        font-size: 7.3333333333vw
    }

    .product__list li .button {
        border: .2666666667vw solid #2b3134;
        font-size: 3.6vw;
        margin-bottom: 3.4666666667vw;
        padding: 3.7333333333vw
    }

    .product__list li .attention {
        font-size: 2.2666666667vw
    }

    .product__list li .attention span {
        border: .1333333333vw solid #2b3134;
        margin-right: 1.3333333333vw;
        padding: 0 .5333333333vw
    }

    .product-heading {
        padding-bottom: 6.9333333333vw
    }

    .product-heading h2 {
        font-size: 4.8vw;
        padding-top: 9.3333333333vw
    }

    .product-heading h2 span {
        font-size: 6.9333333333vw
    }

    .product-heading h2 small {
        font-size: 2.2666666667vw;
        margin-top: 6vw
    }

    .product .slick-slider .slick-list {
        margin: 0;
        padding: 0
    }

    .product .slick-slider .slick-slide {
        margin: 0
    }

    .product .slick-slider .slick-slide li {
        max-width: 100%
    }

    .product .slick-slider .slick-next,
    .product .slick-slider .slick-prev {
        height: 6vw;
        width: 6vw
    }

    .product .slick-slider .slick-prev {
        background: url(../img/icon_prev.png) no-repeat 50%;
        background-size: contain;
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .product .slick-slider .slick-next {
        background: url(../img/icon_next.png) no-repeat 50%;
        background-size: contain;
        right: 0;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }

    .product .slick-slider .slick-dots {
        bottom: -6.6666666667vw
    }

    .product .slick-slider .slick-dots li {
        height: 2.6666666667vw;
        margin: 0 1.8666666667vw;
        width: 2.6666666667vw
    }

    .campaign {
        padding: 13.3333333333vw 5.3333333333vw
    }

    .campaign__title {
        font-size: 4.8vw;
        margin-bottom: 4vw
    }

    .campaign__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 4vw
    }

    .campaign__list li {
        width: 100%
    }

    .side-fixed-nav {
        display: none
    }
}