/* =====================================================================





===================================================================== */
/*/////---example---//////
    html:lang(en) {
      body {}
    }
*/
/* =====================================================================


===================================================================== */
.special-lupicia img {
    height: auto;
    width: 100%;
}

.special-lupicia .u-fontBold {
    font-weight: bold;
}

.special-lupicia .contsWrapper {
    margin-bottom: 5em;
    font-size: 10px;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .contsWrapper {
        font-size: calc((10 / 1360) * 100vw);
    }
}

@media screen and (max-width: 1000px) {
    .special-lupicia .contsWrapper {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .contsWrapper {
        margin-bottom: 6em;
        font-size: calc((10 / 750) * 100vw);
    }
}

.special-lupicia .end-text {
    color: #e83e0b;
    font-size: 2em;
    margin: -3em auto 3em;
    max-width: 1126px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .end-text {
        margin: -1em auto 3em;
        font-size: 2.6em;
    }
}

.special-lupicia .mainHeading {
    padding: 0;
    margin: 0;
}

.special-lupicia .mainvisual {
    margin-top: 6.8em;
    margin-bottom: 6em;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .mainvisual {
        margin-top: 8em;
        margin-bottom: 10em;
    }
}

.special-lupicia .mainvisual .mainvisual__bg {
    display: block;
    width: 100%;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .special-lupicia .mainvisual .mainvisual__bg {
        height: initial;
    }
}

@media screen and (min-width: 1280px) {
    .special-lupicia .mainvisual .mainvisual__bg {
        height: 700px;
    }
}

.special-lupicia .mainvisual .mainvisual__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
}

.special-lupicia .mainvisual .mainvisual__inr {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 1060px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.special-lupicia .mainvisual .mainvisual__inr .mainvisual__badge {
    position: absolute;
    top: 8.60377%;
    left: 6.66038%;
    width: 11.32075%;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .mainvisual .mainvisual__inr .mainvisual__badge {
        display: none;
    }
}

.special-lupicia .mainvisual .mainvisual__inr .mainvisual__badge img {
    height: auto;
    width: 100%;
}

.special-lupicia .hero {
    text-align: center;
}

.special-lupicia .hero .hero__title {
    color: #e83e0b;
    line-height: 1.4;
    font-weight: 600;
    margin-top: .15em;
    font-size: 32px;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .hero .hero__title {
        margin-top: .25em;
        font-size: 5.86667vw;
    }
}

.special-lupicia .hero .hero__logo {
    margin: 40px auto 0;
    width: 560px;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .hero .hero__logo {
        margin-top: 6em;
        width: 89.33333vw;
    }
}

.special-lupicia .hero .hero__text-1 {
    font-size: 26px;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .hero .hero__text-1 {
        font-size: 3.73333vw;
    }
}

.special-lupicia .hero .hero__text-2 {
    font-weight: 600;
    margin-top: 40px;
    font-size: 26px;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .hero .hero__text-2 {
        margin-top: 2em;
        font-size: 3.73333vw;
    }
}

.special-lupicia .hero .hero__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    font-size: 11px;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .hero .hero__note {
        display: block;
        -webkit-padding-start: 2em;
                padding-inline-start: 2em;
        margin-top: 2em;
        font-size: 1.8em;
    }
}

.special-lupicia .detail {
    padding-top: 6em;
    padding-bottom: 7em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .detail {
        padding-top: 10em;
        padding-bottom: 10em;
    }
}

.special-lupicia .detail .detail__head {
    text-align: center;
    background-color: #F7EFE3;
    padding: 20px;
    font-size: 3.2em;
    margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .detail .detail__head {
        line-height: 1.45455;
        font-size: 4.4em;
        padding: 1em 0;
        margin-bottom: 2em;
    }
}

.special-lupicia .detail .detail__text {
    text-align: center;
    font-size: 1.5em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .detail .detail__text {
        font-size: 2.8em;
    }
}

.special-lupicia .detail .detail__title {
    font-weight: 600;
    text-align: center;
    line-height: 1.46154;
    font-size: 2.6em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .detail .detail__title {
        margin: .2em 0;
        font-size: 4em;
    }
}

.special-lupicia .detail .detail__box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 6em auto 0;
    border: 1px solid #452C26;
    padding: 40px;
    max-width: 562px;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .detail .detail__box {
        margin: 8em auto 0;
        padding: 2em;
        max-width: 100%;
        width: 67em;
    }
}

.special-lupicia .detail .detail__box .detail__box__thum {
    margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .detail .detail__box .detail__box__thum {
        margin-bottom: 4em;
    }
}

.special-lupicia .detail .detail__box .detail__box__title {
    font-weight: 600;
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .detail .detail__box .detail__box__title {
        font-size: 2.8em;
    }
}

.special-lupicia .detail .detail__box .detail__box__summary {
    line-height: 1.73333;
    margin: .5em;
    font-size: 1.5em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .detail .detail__box .detail__box__summary {
        font-size: 2.8em;
    }
}

.special-lupicia .lp-section {
    margin: 0 auto;
}

@media only screen and (max-width: 1099px) {
    .special-lupicia .lp-section {
        padding: 0 3em;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .lp-section {
        padding: 0 4em;
    }
}

.special-lupicia .lp-section + .lp-section {
    padding-top: 10em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .lp-section + .lp-section {
        padding-top: 13em;
    }
}

.special-lupicia .lp-section .lp-section__title {
    display: inline-block;
    font-size: 3.4em;
    padding: 0 0 0 1em;
    line-height: 1.2;
    margin-bottom: 1em;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .lp-section .lp-section__title {
        padding: 0 0 0 1.5em;
        font-size: 4.4em;
        margin-left: -1.4em;
        margin-bottom: 1.5em;
    }
}

.special-lupicia .lp-section .lp-section__title span {
    display: block;
    margin: 0 auto;
    max-width: 1100px;
}

.special-lupicia .lp-section .lp-section__title::after {
    content: "";
    border-bottom: .1em solid #e83e0b;
    display: block;
    margin-top: .5em;
    margin-left: -1em;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .lp-section .lp-section__title::after {
        margin-left: -1em;
        min-width: initial;
        width: 14.1em;
    }
}

.special-lupicia .lp-section .lp-section__info {
    margin: 0 auto;
    width: 60em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .lp-section .lp-section__info {
        width: 100%;
    }
}

.special-lupicia .lp-section .lp-section__info .lp-section__info__text-1 {
    font-size: 2.6em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .lp-section .lp-section__info .lp-section__info__text-1 {
        font-size: 4em;
    }
}

.special-lupicia .lp-section .lp-section__info .lp-section__info__text-1 small {
    font-size: 0.53846em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .lp-section .lp-section__info .lp-section__info__text-1 small {
        font-size: .65em;
    }
}

.special-lupicia .lp-section .lp-section__info .lp-section__info__text {
    white-space: nowrap;
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .lp-section .lp-section__info .lp-section__info__text {
        white-space: initial;
        font-size: 2.6em;
    }
}

.special-lupicia .lp-section .lp-section__info .lp-section__info__text.m-sp-center {
    letter-spacing: .025em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .lp-section .lp-section__info .lp-section__info__text.m-sp-center {
        letter-spacing: .0em;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        text-align: center;
    }
}

.special-lupicia .lp-section .lp-section__info .lp-section__info__text span {
    color: #e83e0b;
    font-weight: 600;
    text-decoration: underline;
}

.special-lupicia .lp-section .lp-section__info .lp-section__info__btn {
    font-size: 1.4em;
    margin: 1em 0;
    max-width: 320px;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .lp-section .lp-section__info .lp-section__info__btn {
        font-size: 2.4em;
        max-width: 100%;
        width: 100%;
    }
}

.special-lupicia .lp-section .lp-section__info .lp-section__info__image {
    margin: 3em auto 3em 0;
    width: 63em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .lp-section .lp-section__info .lp-section__info__image {
        margin: 4em auto;
        width: 55.3em;
    }
}

.special-lupicia .lp-section .lp-section__info .lp-section__info__image img {
    height: auto;
    width: 100%;
}

.special-lupicia .lp-section .lp-section__info .lp-section__info__note p {
    font-size: 1.2em;
    text-indent: -1em;
    padding-left: 1em;
    white-space: nowrap;
}

@media only screen and (max-width: 1000px) {
    .special-lupicia .lp-section .lp-section__info .lp-section__info__note p {
        white-space: normal;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .lp-section .lp-section__info .lp-section__info__note p {
        white-space: normal;
        font-size: 1.8em;
    }
}

.special-lupicia .lp-section__btn {
    margin: 6em auto 0;
    max-width: 60em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .lp-section__btn {
        margin-top: 12em;
        max-width: 100%;
    }
}

.special-lupicia .lp-section__btn > p + p {
    margin-top: 10px;
}

.special-lupicia .lp-section__btn .productTxtBox__link2 {
    font-size: 1.4em;
    max-width: 320px;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .lp-section__btn .productTxtBox__link2 {
        font-size: 2.4em;
        max-width: 100%;
    }
}

.special-lupicia .present-info {
    margin: 0 auto;
    width: 60em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .present-info {
        width: 100%;
    }
}

.special-lupicia .present-info > ul > li + li {
    margin-top: 5em;
}

.special-lupicia .present-info .present-info__note {
    font-size: 1.1em;
    margin-top: 6em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .present-info .present-info__note {
        font-size: 1.8em;
        margin-top: 3em;
    }
}

.special-lupicia .present-info__title {
    display: inline-block;
    font-size: 2.8em;
    letter-spacing: .1em;
    margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .present-info__title {
        background-size: auto 2px;
        font-size: 3.8em;
    }
}

.special-lupicia .present-info__title.m-type-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 1.8em;
    margin-bottom: .5em;
    gap: .5em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .present-info__title.m-type-2 {
        font-size: 2.8em;
    }
}

.special-lupicia .present-info__title.m-type-2::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

.special-lupicia .present-info__content {
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .present-info__content {
        font-size: 2.6em;
    }
}

.special-lupicia .present-info__content .present-info__content__label {
    color: #e83e0b;
    font-weight: 600;
}

.special-lupicia .present-info__content .present-info__content__list > li {
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .present-info__content .present-info__content__list > li {
        white-space: normal;
    }
}

.special-lupicia .present-info__content .present-info__content__list.m-no-indent > li {
    text-indent: 0;
    padding-left: 0;
}

.special-lupicia .present-info__content.m-mL-1 {
    margin-left: 1em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .present-info__content.m-mL-1 {
        margin-left: 1em;
    }
}

.special-lupicia .present-info__product {
    background-color: #fef6f2;
    padding: 1.5em 0 1.5em 2em;
    margin-top: 1.5em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .present-info__product {
        margin-top: 2em;
    }
}

.special-lupicia .present-info__product small {
    font-size: .8em;
}

.special-lupicia .present-info__product__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .present-info__product__inr {
        display: block;
        line-height: calc(34/24);
        font-size: 2.4em;
    }
}

.special-lupicia .present-info__product__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
}

.special-lupicia .present-info__note {
    font-size: 1.1em;
    margin-top: 6em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .present-info__note {
        font-size: 2em;
        margin-top: 3em;
    }
}

.special-lupicia .item02 .item02__list {
    padding: 0 5em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .item02 .item02__list {
        padding: 0;
    }
}

.special-lupicia .item02 .item02__list > li + li {
    margin-top: 28px;
}

.special-lupicia .item02 .item02__list .item02__list__num {
    color: #e83e0b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border: 1px solid #e83e0b;
    border-radius: 50%;
    margin-right: 2.8em;
    height: 8.3em;
    width: 8.3em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .item02 .item02__list .item02__list__num {
        height: 10em;
        width: 10em;
        margin-right: 3em;
    }
}

.special-lupicia .item02 .item02__list .item02__list__num > span {
    line-height: 1;
    font-size: 1.6em;
}

.special-lupicia .item02 .item02__list .item02__list__num > span:nth-child(1) {
    font-weight: 400;
}

.special-lupicia .item02 .item02__list .item02__list__num > span:nth-child(2) {
    margin-top: .1em;
    font-size: 4em;
}

.special-lupicia .item02 .item02__list .item02__list__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .item02 .item02__list .item02__list__head {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}

.special-lupicia .item02 .item02__list .item02__list__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.special-lupicia .item02 .item02__list .item02__list__text p {
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .item02 .item02__list .item02__list__text p {
        font-size: 2.7em;
    }
}

.special-lupicia .item02 .item02__list .item02__list__text span {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .item02 .item02__list .item02__list__text span {
        display: inline;
    }
}

.special-lupicia .item02 .item02__list .item02__list__text small {
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .item02 .item02__list .item02__list__text small {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 1300px) {
    .special-lupicia .item02 .item02__list .item02__list__text__inr {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.special-lupicia .item02 .item02__list .item02__list__inr {
    padding-left: 11.7em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .item02 .item02__list .item02__list__inr {
        margin-top: 2em;
        padding-left: 13.7em;
    }
}

.special-lupicia .item02 .item02__list .item02__list__inr .productTxtBox__link2 {
    font-size: 1.4em;
    margin-top: 2.5em;
    max-width: 320px;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .item02 .item02__list .item02__list__inr .productTxtBox__link2 {
        margin-top: 1.5em;
        max-width: 100%;
        font-size: 2.4em;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .item02 .item02__list .item02__list__inr.m-type-2 {
        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;
        padding-left: 0;
    }
}

.special-lupicia .item02 .item02__list .item02__list__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3em;
}

.special-lupicia .item02 .item02__list .item02__list__images > div {
    width: 14em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .item02 .item02__list .item02__list__images > div {
        width: 20em;
    }
}

.special-lupicia .item02 .item02__list .item02__list__images img {
    height: auto;
    width: 100%;
}

.special-lupicia .item02 .item02__list .item02__list__note p {
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .item02 .item02__list .item02__list__note p {
        margin-top: 2em;
        font-size: 2em;
    }
}

.special-lupicia .contact-info {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fef6f2;
    text-align: center;
    margin: 6em auto;
    padding: 6em;
    width: 64em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .contact-info {
        margin: 12em auto 0;
        padding: 6em 2em;
        width: calc(100% - 8em);
    }
}

.special-lupicia .contact-info h3.contact-info__title {
    font-size: 2em;
    margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .contact-info h3.contact-info__title {
        font-size: 2.6em;
    }
}

.special-lupicia .contact-info p {
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .contact-info p {
        font-size: 2.6em;
    }
}

.special-lupicia .beautyKey__textContent {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__textContent {
        width: 92.72727%;
        max-width: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__textContent {
        width: 89.33333%;
    }
}

.special-lupicia .beautyKey__textContent .beautyKey__text {
    font-size: 16px;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__textContent .beautyKey__text {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .special-lupicia .beautyKey__textContent .beautyKey__text {
        font-size: 1.45455vw;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__textContent .beautyKey__text {
        font-size: 11.9px;
        font-size: calc(0.74375rem + 16.7 * (100vw - 320px) / 447);
    }
}

.special-lupicia .beautyKey__textContent .beautyKey__text + .beautyKey__text {
    margin-top: 18px;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__textContent .beautyKey__text + .beautyKey__text {
        margin-top: 1.125em;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__textContent .beautyKey__text + .beautyKey__text {
        margin-top: 0.571em;
    }
}

.special-lupicia .beautyKey__textContent .m-linkType1 + .beautyKey__text {
    margin-top: 36px;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__textContent .m-linkType1 + .beautyKey__text {
        margin-top: 2.25em;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__textContent .m-linkType1 + .beautyKey__text {
        margin-top: 2.28em;
    }
}

.special-lupicia .beautyKey__textContent .beautyKey__link {
    font-size: 14px;
    margin-top: 18px;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #e83e0b;
    text-decoration: none;
    display: inline-block;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__textContent .beautyKey__link {
        font-size: 1.05263vw;
    }
}

@media only screen and (max-width: 1100px) {
    .special-lupicia .beautyKey__textContent .beautyKey__link {
        font-size: 1.27273vw;
    }
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__textContent .beautyKey__link {
        margin-top: 1.286em;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__textContent .beautyKey__link {
        font-size: 10.2px;
        font-size: calc(0.6375rem + 14.3 * (100vw - 320px) / 447);
        margin-top: 0.536em;
    }
}

.special-lupicia .beautyKey__content--follow {
    width: 100%;
    height: auto;
    padding-top: 10em;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow {
        padding-top: 13em;
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__textContent {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 1020px;
    height: auto;
    margin: 40px auto 0;
    padding: 0 6em;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent {
        margin-top: 2.5em;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent {
        width: 100%;
        margin-top: 2.286em;
        padding: 0 4em;
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__textContent.m-type-2 {
    margin-top: 8em;
}

.special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .num {
    width: 80px;
    height: 75px;
    padding-bottom: 5px;
    border-radius: 40px;
    background: #e83e0b;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    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;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .num {
        font-size: 3.00752vw;
    }
}

@media only screen and (max-width: 1100px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .num {
        font-size: 3.63636vw;
    }
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .num {
        width: 2em;
        height: 1.875em;
        padding-bottom: 0.125em;
        border-radius: 1em;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .num {
        font-size: 23px;
        font-size: calc(1.4375rem + 31.2 * (100vw - 320px) / 447);
        width: 1.852em;
        height: 1.577em;
        padding-bottom: 0.145em;
        border-radius: 0.926em;
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .detail {
    margin-left: 29px;
    width: calc(100% - (80px + 29px));
    height: auto;
    font-size: 16px;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .detail {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .detail {
        font-size: 1.45455vw;
    }
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .detail {
        margin-left: 1.813em;
        width: calc(100% - 3.813em);
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .detail {
        margin-left: 6%;
        width: calc(100% - (6% + 1.852em));
        font-size: 11.9px;
        font-size: calc(0.74375rem + 16.7 * (100vw - 320px) / 447);
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .detail .beautyKey__link {
    font-size: 14px;
    margin-top: 8px;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #e83e0b;
    text-decoration: none;
    display: inline-block;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .detail .beautyKey__link {
        font-size: 1.05263vw;
    }
}

@media only screen and (max-width: 1100px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .detail .beautyKey__link {
        font-size: 1.27273vw;
    }
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .detail .beautyKey__link {
        margin-top: 0.571em;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__textContent .beautyKey__followItems .detail .beautyKey__link {
        font-size: 10.2px;
        font-size: calc(0.6375rem + 14.3 * (100vw - 320px) / 447);
        margin-top: 0.536em;
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__slideBg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fef6f2;
    height: auto;
    padding: 52px;
    margin-top: 40px;
    background-size: cover;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideBg {
        width: 100%;
        padding: 3.25em;
        margin-top: 2.5em;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideBg {
        width: 100%;
        padding: 5em 11% 5em;
        margin-top: 4em;
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__slideItems {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems {
        max-width: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems {
        overflow: inherit;
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__slideItems + .beautyKey__textContent {
    margin-top: 60px;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems + .beautyKey__textContent {
        margin-top: 3.75em;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems + .beautyKey__textContent {
        margin-top: 2.5em;
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem {
    width: 100%;
    height: auto;
}

.special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner {
        max-width: 1020px;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: inherit;
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__imgBox {
    width: 300px;
    height: 100%;
    padding-left: 40px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__imgBox {
        width: 29.5%;
        max-width: 300px;
        padding-left: 4%;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__imgBox {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        height: auto;
        margin-top: 0.893em;
        max-width: inherit;
        padding-left: 0;
        display: inline-block;
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__imgBox img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox {
    margin-left: 48px;
    width: calc(100% - (300px + 48px + 40px));
    height: 100%;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox {
        margin-left: 5%;
        width: 61.5%;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        height: auto;
        padding-top: 0;
        margin-left: 0;
        display: inline-block;
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox .slideNum .num {
    color: #e83e0b;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox .slideNum .num {
        font-size: 1.35338vw;
    }
}

@media only screen and (max-width: 1100px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox .slideNum .num {
        font-size: 1.63636vw;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox .slideNum .num {
        font-size: 8.5px;
        font-size: calc(0.53125rem + 12 * (100vw - 320px) / 447);
        text-align: center;
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox .slideNum .num .current {
    font-size: 46px;
    font-weight: bold;
    margin-right: 3px;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox .slideNum .num .current {
        font-size: 3.45865vw;
    }
}

@media only screen and (max-width: 1100px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox .slideNum .num .current {
        font-size: 4.18182vw;
    }
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox .slideNum .num .current {
        margin-right: 0.065em;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox .slideNum .num .current {
        font-size: 23px;
        font-size: calc(1.4375rem + 31.2 * (100vw - 320px) / 447);
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox .slideDetail {
    margin-top: 12px;
    font-size: 16px;
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox .slideDetail {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox .slideDetail {
        font-size: 1.45455vw;
    }
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox .slideDetail {
        margin-top: 0.75em;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-wrapper .beautyKey__slideItem .beautyKey__slideInner .beautyKey__textBox .slideDetail {
        font-size: 11.9px;
        font-size: calc(0.74375rem + 16.7 * (100vw - 320px) / 447);
        margin-top: 1.143em;
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-button-next:before {
    content: "";
    height: 0;
    width: 90.9%;
    padding-bottom: 90.9%;
    position: absolute;
    top: 50%;
    right: 12px;
    left: inherit;
    border-right: solid 4px #e83e0b;
    border-bottom: solid 4px #e83e0b;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-button-next:before {
        right: 2em;
        border-width: 0 0.25em 0.25em 0;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-button-next:before {
        right: -4.844em;
        border-width: 0 .2em .2em 0;
    }
}

.special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-button-prev:before {
    content: "";
    height: 0;
    width: 90.9%;
    padding-bottom: 90.9%;
    position: absolute;
    top: 50%;
    left: -14px;
    border-right: solid 4px #e83e0b;
    border-bottom: solid 4px #e83e0b;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
}

@media only screen and (max-width: 1330px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-button-prev:before {
        left: -2em;
        border-width: 0 0.25em 0.25em 0;
    }
}

@media only screen and (max-width: 767px) {
    .special-lupicia .beautyKey__content--follow .beautyKey__slideItems .swiper-button-prev:before {
        left: 5em;
        border-width: 0 .25em .25em 0;
    }
}

.fixed-btn {
    text-decoration: none !important;
    background-color: #e83e0b;
    position: fixed;
    right: 6em;
    bottom: 3em;
    width: 52em;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@media only screen and (max-width: 767px) {
    .fixed-btn {
        right: 5.33333vw;
        bottom: 5.33333vw;
        width: 89.33333vw;
    }
}

.fixed-btn.is-show {
    opacity: 1;
}

.fixed-btn .fixed-btn__arrow {
    pointer-events: none;
    display: block;
    background-color: #fff;
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    height: calc(100% - 2px);
    width: 4em;
}

@media only screen and (max-width: 767px) {
    .fixed-btn .fixed-btn__arrow {
        width: 11.73333vw;
    }
}

.fixed-btn .fixed-btn__arrow::after {
    content: "";
    position: absolute;
    left: 52%;
    top: 52%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-bottom: 1px solid #e83e0b;
    border-right: 1px solid #e83e0b;
    height: .8em;
    width: .8em;
}

@media only screen and (max-width: 767px) {
    .fixed-btn .fixed-btn__arrow::after {
        height: 2.13333vw;
        width: 2.13333vw;
    }
}

.fixed-btn a {
    display: block;
    text-decoration: none;
    padding: 1em 2em;
}

.fixed-btn a span {
    color: #fff;
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    .fixed-btn a span {
        font-size: 3.2vw;
    }
}
