@charset "UTF-8";
/* CSS Document */

/*秋のメイクフェア*/
:root {
    --thickbrown: #513d36;
    --thickpink: #c4324d;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;

}

.main342 .txt-yel {
    color: #f7cc72
}

.main342 .c-pink {
    color: var(--thickpink);
}

.main342 .whole-wrapper {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05rem;
    background-color: #fff3eb;
    color: #2d2d2d;
    font-weight: 500;
    font-size: min(3.4vw, 16px);
    line-height: 1.6;
}


.main342 img {
    width: 100%;
    display: block;
}


.main342 .caution {
    color: #606060;
    font-size: min(2.777778vw, 10px);
}

.main342 .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main342 .banner {
    background-color: var(--thickbrown);
    background-image: url(../../../../../../assets/images/pages/f-static/campaign/342/342_bg01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

.main342 .banner .caution {
    color: #fff;
    padding: 0 min(5.3vw, 20px);
    position: absolute;
    bottom: 10px;
}








.main342 .topmain__img {
    padding: 20px 10px;
}

.main342 .wrapper {
    padding: 40px min(5.3vw, 20px) 0;
}

/* .main342 .product {
    background: #fff4eb;
} */

.main342 .product__wrapper {
    position: relative;

}

.main342 .topmain {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
}


.main342 .topmain__ttl {
    font-size: min(4.6vw, 30px);
    font-weight: bold;
    margin-bottom: 0.875rem;
}


.main342 #elegant {
    background: linear-gradient(40deg, #fde9d6, #f9f5e9, #fde9d6, #f9f5e9);
}




/* product */

.main342 .product__title {
    font-size: min(4.8vw, 24px);
    font-weight: bold;
    font-family: serif;
    margin-bottom: 10px;
    letter-spacing: 0.1rem;
}

.main342 .product__img {
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}

.main342 .product__img .icon {
    width: min(17.3vw, 100px);
    height: min(17.3vw, 100px);
    left: 10px;
    top: 10px;
    font-size: min(3.2vw, 20px);
    line-height: 1.2;
}

.main342 .product__img img {
    border-radius: 10px;
}

.main342 .product__offer-text {
    margin-bottom: 40px;
}

.main342 .product__offer-text .flex-box.column02 .product__img {
    width: calc(8% - 20px);
    margin-left: 20px;
}

.main342 .product__offer-text .flex-box.column02 .product__name {
    width: 92%;
}

.main342 .product__offer-text.border-b {
    border-bottom: 1px solid #dcd5bc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.main342 .product__description {
    margin-bottom: 40px;
}

.main342 .limited {
    font-size: min(3.2vw, 16px);
    color: #fff;
    background-color: var(--thickpink);
    border-radius: 16px;
    padding: 2px 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.main342 .product__name {
    text-align: center;
    font-size: min(4.2vw, 18px);
    font-weight: bold
}

.main342 .product__detail {
    font-size: min(3vw, 10px);
    font-weight: normal;
}

.main342 #limited-item .icon {
    background-color: var(--thickpink);
}


/* style */
.main342 .style__img {
    position: relative;
}

.main342 #limited-item .product__wrapper {
    padding-top: 60px;
}

.main342 .product__type {
    font-family: serif;
    position: absolute;
    left: auto;
    right: 5vw;
    top: 20px;

}

.main342 .product__type>span {
    position: relative;
}

.main342 .product__type>span::before {
    content: "";
    position: absolute;
    width: 5.3vw;
    height: 1px;
    background-color: #373636;
    left: auto;
    right: -6vw;
    top: 2vw;
}



.main342.product__type::before {
    content: "";
    position: absolute;
    width: 5.3vw;
    height: 1px;
    top: 2vw;
    left: -6vw;
    background-color: #fff;
}

.main342 .style__img .style__type {
    position: absolute;
    color: #fff;
    font-family: serif;
    font-size: min(4vw, 20px);
    left: 5vw;
    top: 10px;
}

.main342 #natural .style__img .style__type {
    left: auto;
    right: 5vw;
}

.main342 .style__img .style__type .number {
    font-size: min(7vw, 33px);
}

.main342 .style__img .style__type>span {
    position: relative;
}

.main342 .style__img .style__type>span::before {
    content: "";
    position: absolute;
    width: 5.3vw;
    height: 1px;
    top: 2vw;
    left: -6vw;
    background-color: #fff;
}

.main342 #natural .style__img .style__type>span::before {
    left: auto;
    right: -6vw;
    top: 1vw;
}

.main342 .style__text {
    background-color: #b56d3b;
    color: #fff;
    padding-bottom: 40px;
}

.main342 #natural .style__text {
    background-color: #f7e094;
    color: #2d2d2d;
}

.main342 .style__title {
    font-size: min(5.8vw, 28px);
    margin-bottom: 20px;
    position: relative;
    text-align: center;

}

.main342 .style__title>span {
    display: inline-block;
    position: relative;
    width: 90vw;
}


.main342 .style__title>span::before {
    content: "”";
    position: absolute;
    font-size: min(14vw, 100px);
    top: -92%;
    color: #fff;
    left: 0;
    font-family: serif;
    transform: rotate(180deg);
    opacity: 0.7;
}

.main342 .style__title>span::after {
    content: "”";
    position: absolute;
    font-size: min(14vw, 100px);
    top: auto;
    bottom: -66%;
    color: #fff;
    left: auto;
    right: 0;
    font-family: serif;
    opacity: 0.7;
}


/* price */

.main342 .product__number {
    font-size: min(5.3vw, 22px);
    font-weight: 700;
    text-align: center;
}

.main342 .product__btn-wrap {
    margin-top: 10px;
    width: 90%;
    margin-left: 5%;
}

.main342 .product__btn-style {
    width: 250px;
    height: 60px;
    background: #444;
    letter-spacing: 0.15em;
    border: 1px solid #444;
    box-sizing: border-box;
    transition: all .3s 0s ease-in-out;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
}

.main342 .product__btn-style.product__btn-style--off {
    background: #9a9a9a;
    border: 1px solid #9a9a9a;
}

.main342 .product__btn-style.off {
    background: #bababa;
    border: none;
}

.main342 .product__btn-style:not(.product__btn-style.off):hover {
    background: #fff;
}

.main342 .product__btn-style:not(.product__btn-style.off):hover>a,
.main342 .product__btn-style:not(.product__btn-style.off):hover>span {
    color: #444;
}


.main342 .product__btn-style>a,
.main342 .product__btn-style>span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}

.main342 .product__btn-style>a span,
.main342 .product__btn-style>span span {
    position: relative;
    padding-left: 40px;
    text-align: center;
}

.main342 .product__btn-style>a span:before,
.main342 .product__btn-style>span span:before {
    content: "";
    display: block;
    width: 23px;
    height: 17px;
    background: url(../../../../../../assets/images/pages/f-static/campaign/icon_cart.png) left top no-repeat;
    background-size: 20px 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
}

.main342 .product__btn-style:not(.product__btn-style.off):hover>a span:before,
.main342 .product__btn-style:not(.product__btn-style.off):hover>span span:before {
    background: url(../../../../../../assets/images/pages/f-static/campaign/icon_cart_b.png) left top no-repeat;
    background-size: 20px 15px;
}

.main342 .product__btn-style>a span,
.main342 .product__btn-style>span span {
    padding-left: 32px;
}

.main342 .yen {
    font-size: min(3.7vw, 14px);
    font-weight: 500;
}

/* point */

.main342 .point {
    border-top: 1px solid #c3bba1;
    border-bottom: 1px solid #c3bba1;
    padding: 30px 0;
    position: relative;
}

.main342 .point::after {
    content: "";
    position: absolute;
    width: 24%;
    height: 3px;
    background-color: #fbefdf;
    top: -2px;
    z-index: 0;
}

.main342 #natural .point::after {
    background-color: #fdf8e5;
}

.main342 .point::before {
    content: "";
    position: absolute;
    top: -16px;
    width: 90px;
    height: 30px;
    display: block;
    background-image: url(../../../../../../assets/images/pages/f-static/campaign/342/342_icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}


.main342 .point-text {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}


.main342 .point-img {
    width: 90%;
    margin: 0 auto;

}

.main342 .other-product__title {
    color: #73605a;
    text-align: center;
    font-weight: 600;
    line-height: 1.6;
    font-size: min(5.8vw, 34px);
    margin-bottom: 20px;
    letter-spacing: .1rem;
}

.main342 .other-product__title>.sub-title {
    font-size: min(3.7vw, 20px);
    font-weight: normal;
}








.main342 .icon02 {
    position: absolute;
    top: -15px;
    right: -10px;
    background-color: #fff;
    color: var(--thickpink);
    text-align: center;
    font-weight: 500;
    font-size: min(3.2vw, 22px);
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(24vw, 150px);
    line-height: 1.2;
    height: min(24vw, 150px);
    letter-spacing: 0.01rem;
    border: 1px solid var(--thickpink);
    outline: 2px solid #ffffff;
}

.main342 .icon {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #b66e3d;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: min(2.2vw, 16px);
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(11.5vw, 80px);
    height: min(11.5vw, 80px);
    letter-spacing: 0.01rem;
    line-height: 1.2;
}


.other-product__img {
    width: 90%;
    margin-bottom: 40px;
}

.main342 .other-product__text {
    width: calc(60% - 20px);
    margin-left: 20px;
}

.main342 a.other-product__name {
    font-size: min(3vw, 18px);
    font-weight: bold;
    padding: 5px;
    background-color: #fff;
    border-radius: 100px;
    color: #4d3a34;
    display: block;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}

.main342 a.other-product__name:hover>.number {
    color: #ffca88;
    transition: all .3s ease-in-out;
}

.main342 .other-product__description {
    margin-bottom: 10px;
}




/* natural */




.main342 #natural {
    background: linear-gradient(40deg, #f8ecc2, #fffcf1, #f8ecc2, #fffcf1);
}

.main342 #natural .icon {
    background-color: #b89300;
}

.main342 .point-list__item.column03 .point-text {
    width: calc(60% - 20px);
}

.main342 .point-list__item.column03 .point-img {
    width: 40%;
}

.main342 .point-list__item.column03:not(:last-child) {
    margin-bottom: 15px;
}



/* .main342 #natural .point::before {
    background: #fffaee;
} */

















/* ここにPC向けのCSS指定 */
@media (min-width: 768px),
print {


    .main342 .wrapper {
        max-width: 1180px;
        margin: 0 auto;
        padding: 0;
    }



    /* メインビジュアル*/


    .main342 .top-flexbox {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
    }

    .main342 .top-flexbox .top-flexitem {
        width: 50%;
    }

    .main342 .main-box {
        position: relative;
        background: linear-gradient(to right, rgb(226 174 125) 50%, rgb(228 195 74) 50%);
    }

    .main342 .main-ttl {
        width: min(23%, 350px);
        position: absolute;
        left: 50%;
        top: 4%;
        transform: translateX(-50%);
    }


    /* バナー */
    .main342 .banner__img {
        max-width: 700px;
        margin: 0 auto;
    }

    .main342 .banner {
        background-image: none;
        /* padding: 30px 0 60px; */
    }

    .main342 .banner .caution {
        padding: 0;
    }

    .main342 .banner__wrapper {
        background-image: url(../../../../../../assets/images/pages/f-static/campaign/342/342_bg02.png);
        background-size: 100%;
        max-width: 1380px;
        background-position: center;
        margin: auto;
        padding: 30px 0 60px;

    }

    /* プロダクト*/
    .main342 .product__wrapper {
        max-width: 1180px;
        display: flex;
        margin: 0 auto;
        padding: 60px 0;
    }

    .main342 .product__wrapper._reverse {
        flex-direction: row-reverse;
        padding-bottom: 40px;
    }

    .main342 .product__wrapper._reverse .product__text {
        margin-left: 0;
        margin-right: 50px;
    }

    .main342 .style__description {
        font-size: 16px;
        line-height: 1.8;
    }

    .main342 .product__img {
        width: 42%;
    }

    .main342 .product__text {
        width: calc(58% - 50px);
        margin-left: 50px;
    }

    .main342 .product__offer-text {
        margin-bottom: 60px;
    }

    .main342 .product__offer-box.column02-box {
        display: flex;
        justify-content: space-between;
    }

    .main342 .product__offer-box.column02-box .product__offer-text {
        width: calc(50% - 20px);

    }

    .main342 .product__offer-text.border-b {
        border-right: 1px solid #dcd5bc;
        border-bottom: none;

    }

    .main342 .product__offer-text .flex-box.column02 .product__img {
        width: calc(10% - 20px);
        margin-left: 0;
        margin-right: 20px;
    }

    .main342 .product__offer-text .flex-box.column02 .product__name {
        width: 90%;
    }





    /* オファー */
    .main342 .offer-container {
        max-width: 1100px;
        margin: 0 auto 40px;
    }

    .main342 .main342 .offer-ttl {
        letter-spacing: 0.5rem;
        text-align: left;
        position: relative;
    }

    .main342 .offer-ttl.right {
        text-align: right;
        margin: 0 auto;
    }

    .main342 .offer-ttl.right::before {
        right: -29vw;
        left: inherit;
        width: 25vw;
        height: 2px;
    }

    .main342 .offer-ttl::before {
        width: 27vw;
        height: 3px;
        left: -29vw;
        right: inherit;
    }

    .main342 .offer-ttl.right::after {
        width: min(5vw, 25px);
        height: min(5vw, 25px);
        border-radius: 50vh;
        right: -4vw;
        left: inherit;
    }

    .main342 .offer-ttl::after {
        width: min(5vw, 25px);
        height: min(5vw, 25px);
        border-radius: 50vh;
        left: -2vw;
        right: inherit;
    }

    .main342 .product-area .offer {
        margin: 0 auto;
        padding: 20px 80px;
    }

    .main342 .offer-box {
        display: flex;
        justify-content: center;
        position: relative;
        align-items: center;
    }

    .main342 .product-img {
        width: calc(35% - 40px);
        margin-right: 40px;
    }

    .main342 .offer-box .product-img img {
        width: 100%;
        padding-left: none
    }

    .main342 .offer-box .offer-txt {
        width: 65%;
    }

    .main342 .product-name>.limited {
        margin-bottom: 0;
        margin-right: 1rem;
    }

    .main342 .setbtn>a {
        padding: 15px;
    }

    .main342 .setbtn {
        font-size: 18px;
    }

    .main342 .setbtn::after {
        right: 30px;
    }





    .main342 .product__name {
        text-align: left;
        margin-bottom: 20px;
    }

    .main342 .product__price {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    .main342 .product__btn-wrap {
        width: auto;
    }



    .main342 .btn_wrap {
        position: relative;
        right: 0;
        left: auto;
        width: 250px;
    }









    .main342 .product__type {
        font-size: 20px;
    }

    .main342 .product__type>span::before {
        content: "";
        position: absolute;
        width: 6.5vw;
        height: 1px;
        top: 0.5rem;
        left: auto;
        right: -7vw;
    }


    /* style */
    .main342 .style__type {
        position: absolute;
        color: #fff;
        font-family: serif;
        font-size: 20px;
        left: 5vw;
        top: 30px;
    }

    .main342 #natural .style__type {
        left: auto;
        right: 5vw;
        color: #2d2d2d;
    }

    .main342 .style__type .number {
        font-size: 40px;
    }

    .main342 .style__type>span {
        position: relative;
    }

    .main342 .style__type>span::before {
        content: "";
        position: absolute;
        width: 5vw;
        height: 1px;
        top: 0.5rem;
        left: -5.5vw;
        background-color: #fff;
    }

    .main342 #natural .style__type>span::before {
        left: auto;
        right: -5.5vw;
        top: .5rem;
        background-color: #2d2d2d;
    }

    .main342 .style__title>span::before {
        top: -130%;
        left: -6%;
    }

    .main342 .style__box {

        height: 600px;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        /* max-width: 1280px; */
        margin: 0 auto;
    }

    .main342 .style__title>span::after {
        bottom: -67px;
        left: auto;
        right: auto;
        line-height: 1;
    }

    .main342 #elegant .style__box {
        background-color: #e2ad7e;
        background-image: url(../../../../../../assets/images/pages/f-static/campaign/342/342_img20.jpg);
        background-position: 155%, 0;
        background-size: contain;
        max-width: 1280px;
        margin: 0 auto;
    }

    .main342 .style__title>span {
        width: auto;
    }

    .main342 #natural .style__box {

        background-image: url(../../../../../../assets/images/pages/f-static/campaign/342/342_img21.jpg);
        background-position: -72%, 0;
        background-size: contain;
        max-width: 1280px;
        margin: 0 auto;
        background-color: #e6c761;

    }

    /* #natural .style__box::after {
        content: "";
        width: 100%;
        background: linear-gradient(to right, #e6c761 50%, #606060 50%);
    } */

    .main342 .style__text__wrapper {
        max-width: 600px;
        margin: 0 0 0 auto;
        padding-right: 40px;
        padding-top: 100px;
    }

    .main342 #natural .style__text__wrapper {
        margin: 0 auto 0 0;
        padding-left: 40px;
    }

    .main342 .style__text__wrapper .style__maintitle {
        width: 70%;
        margin: 0 auto 40px;
    }

    .main342 .point {
        padding: 20px 0;
    }

    .main342 .point::before {
        width: 130px;
        height: 40px;
    }

    .main342 .style .point-img {
        width: 35%;
    }

    .main342 .style .point-text {
        width: 65%;
    }


    .main342 .style__text {
        position: absolute;
        width: 48%;
        height: 100%;
        background-color: #b56d3bd9;

    }

    .main342 #natural .style__text {
        left: 53.2%;
        /* transform: translateX(0%); */
        opacity: 0.9;
        max-width: 600px;
    }

    .main342 #elegant .style__head {
        background: linear-gradient(to right, #bc7646 50%, #dba475 50%);
    }

    .main342 #natural .style__head {
        background: linear-gradient(to right, #e6c76d 50%, #f6dd8d 50%);
    }

    .main342 .icon02 {
        top: -45px;
    }

    .main342 .other-product__box {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .main342 .other-product__img {
        width: 44%;
    }

    .main342 .product__detail {
        font-size: 14px
    }

    .main342 .other-product__list {
        width: calc(56% - 40px);
    }

    .main342 a.other-product__name {
        padding: 5px 20px;
    }



    /*point*/
    .main342 .point::after {
        width: 18%;
        background-color: #fbefdf;

    }

    .main342 .point-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main342 .point-text {
        width: 45%;
    }

    .main342 .point-list {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
    }

    .main342 .point-list__item.column03 {
        flex-direction: column;
        width: calc(100% / 3 - 10px);
    }

    .main342 .point-list__item.column03 .point-text {
        width: calc(60% - 20px);
        font-size: 14px;
        text-align: center;
    }

    .main342 .point-img {
        width: 55%;
    }

    .main342 .style .point-list__item.column03 .point-text {
        width: 100%;
    }

    .main342 .point-list__item.column03 .point-img {
        width: 100%;
    }

    .main342 .point-list__item.column03:not(:last-child) {
        margin-bottom: 0;
    }
}