/* top common css */
h2,h3 {
    font-family: "Poppins", sans-serif;
}
.sec-title {
    font-weight: 300;
    letter-spacing: 0.1em;
    font-size: 2.4rem;
    text-align: center;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* hero css */
/* .hero {
    background: url(/assets/img/top/sp_mv-bg.jpg);
    background-size: cover;
}
.slide-item__inner {
    display: flex;
    justify-content: center;
} */
.slide-item__image-pc {
    display: none!important;
}
.slide-item__image-sp {
    display: block!important;
    height: 100%;
}
.slick-slide {
    opacity: 0!important;
}
.slick-active {
    opacity: 1!important;
}
.slide-dots button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.slide-dots {
    z-index: 2;
    position: absolute;
    top: 80px;
    right: 5.2%;
}
.slide-dots li {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .5s ease;
    margin-bottom: 23px;
    opacity: 0.5;
}
.slide-dots li.slick-active {
    background-color: #ffffff;
    opacity: 1;
}
.slide-dots li:hover {
    background-color: #ffffff;
    opacity: 1;
}
.slide-dots li:last-of-type {
    margin-bottom: 0;
}
.slide-item__btn-link {
    font-family: "Poppins", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    background-color: #ffffff;
    width: 150px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-item__btn {
    position: absolute;
    bottom: 7.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.slide-item__btn-link::before,
.slide-item__btn-link::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.slide-item__btn-link::before{
    right: 10px;
    width: 6px;
    height: 0.5px;
    background: #18181B;
}
.slide-item__btn-link::after{
    right: 10px;
    width: 3.5px;
    height: 3.5px;
    border-top: 0.5px solid #18181B;
    border-right: 0.5px solid #18181B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* concept css */
.concept {
    background-color: #FCEAE9;
    margin-bottom: 67px;
}
.concept-inner {
    padding: 66px 0 0;
}
.concept-title {
    margin-bottom: 57px;
}
.concept-wrap {
    display: flex;
    flex-wrap: wrap;
}
.concept-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    /* margin-bottom: -44px; */
    text-align: center;
    width: 100%;
    gap: 32px;
}
.concept-head {
    /* SP */
    /* font-size: 3rem; */
    font-size:min(4.8vw,3.5rem);
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.02em;
    color: #E10034;
    line-height: 1.3;
    /* white-space: nowrap; */
}
.concept-body {
    /* SP */
    /* font-size: 1.3rem; */
    font-size:min(3.4vw,1.4rem);
    line-height: 2em;
    letter-spacing: 0.12em;
    /* margin-bottom: 39px; */
    width: 100%;
}
.concept-foot {
    /* SP */
    /* font-size: 1.8rem; */
    /* font-size:min(4.8vw,2.4rem); */
    font-size:min(4.2vw,2.4rem);
    font-weight: 600;
    letter-spacing: 0.09em;
    color: #E10034;
    line-height: 1.7;
}
.concept-body__pc-br {
    display: none;
}
.concept-graph .pc {
    display: none;
}
.concept-graph {
    max-width: 335px;
}
.concept-image {
    position: relative;
    bottom: -67px;
    max-width: 450px;
    margin-inline: auto;
}
.concept-photo .pc {
    display: none;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* news css */
.news {
    padding: 89px 20px 80px;
}
.news-title {
    margin-bottom: 35px;
}
.news-item {
    padding: 23px 10px 19px;
    border-bottom: 1px solid #E4E4E7;
}
.news-item:first-of-type {
    border-top: 1px solid #E4E4E7;
}
.news-item__head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    min-width: 90px;
}
.news-item__date {
    font-family: "Poppins", sans-serif;
    color: #A1A1AA;
    font-size: 1.4rem;
    /* margin-right: 11px; */
    letter-spacing: 0.05em;
}
.news-item__new {
    font-family: "Poppins", sans-serif;
    color: #FF8C9A;
    font-size: 1.2rem;
}
.news-item__text {
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: 0.09em;
    position: relative;
}
.news-item__external-link:hover {
    text-decoration: underline;
}
.news-item__external-link-wrap{
    position: relative;
    width: fit-content;
}
.news-item__external-link-wrap::before {
    position: absolute;
    content: "";
    display: block;
    background: url(/assets/img/common/external-link_icon.svg);
    background-size: cover;
    width: 10px;
    height: 10px;
    right: -12px;
    top: -2px;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* featured css */
.feature {
    background: url(/assets/img/top/feature/sp_bg.jpg);
    background-size: cover;
    padding: 66px 0 82px;
    position: relative;
    overflow: hidden;
    background-position: bottom;
}
.feature-title {
    margin-bottom: 24px;
}
.feature-img__text-wrapper{
    position: absolute;
    top: -138px;
    left: calc(50% - (748px / 2));
}
.feature-img__text{
    display: block;
    width: 748px;
}
.feature-category {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    padding: 0 20px;
    margin: 0 0 26px 0;
}
.feature-product {
    font-size: 2.8rem;
    font-weight: 500;
    padding: 0 20px;
    line-height: 1.25em;
    letter-spacing: 0.05em;
}
.feature-new {
    margin-bottom: 183px;
}
.feature-new .feature-product {
    margin-bottom: 37px;
}
.feature-item__new {
    position: relative;
    margin-bottom: 107px;
}
.feature-item__new:last-of-type {
    margin-bottom: 0;
}
.eye-peach {
    margin-bottom: 114px;
}
.item-img_pc {
    display: none;
}
.feature-item__name-area{
    position: absolute;
    display: flex;
    flex-direction: column;
}
.item-name__img_pc {
    display: none;
}
.item-name__jp {
    font-size: 1.2rem;
    letter-spacing: 0.22em;
}
.item-new {
    background-color: #F5FA4A;
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 10px;
}
.item-new__date {
    font-family: "Poppins", sans-serif;
    font-size: 1.28rem;
    letter-spacing: 0;
    line-height: 1.5em;
}
.item-new__text{
    font-size: 0.96rem;
}
.item-btn {
    padding: 0 40px;
}
.item-btn__link {
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    background-color: #ffffff;
    width: 220px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.item-btn__link::before,
.item-btn__link::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.item-btn__link::before{
    right: 20px;
    width: 8px;
    height: 0.5px;
    background: #18181B;
}
.item-btn__link::after{
    right: 20px;
    width: 4.5px;
    height: 4.5px;
    border-top: 0.5px solid #18181B;
    border-right: 0.5px solid #18181B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.feature-item__item-btn{
    position: absolute;
    bottom: -62px;
    left: 0;
}
.feature-item__item-btn--second{
    top: 120%;
}
.tint-name,.stick-name,.powder-name,.cushion-name {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    line-height: 1.35em;
    letter-spacing: 0.09em;
    margin-bottom: 6px;
}
.base-name__jp,.lip-name__jp {
    font-size: 1rem;
    letter-spacing: 0.15em;
    margin-bottom: 15px;
    line-height: 1.5em;
}
.feature-item__tint,.feature-item__cushion {
    display: flex;
    padding: 0 20px;
    align-items: start;
    margin-bottom: 51px;
}
.powder-img_pc,.cushion-img_pc,
.tint-img_pc,.stick-img_pc {
    display: none;
}
.powder-btn,.cushion-btn,.tint-btn,.stick-btn {
    padding: 0;
    position: relative;
}
.feature-lip {
    margin-bottom: 50px;
}
.feature-base .feature-category {
    margin-bottom: 54px;
}
.feature-lip .feature-category {
    margin-bottom: 15px;
}
.tint-img,
.cushion-img {
    width: 275px;
    height: auto;
}
.tint-wrap,
.cushion-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40%;
    margin-top: 45%;
    width: 150px;
}
.feature-base .item-btn__link,.feature-lip .item-btn__link {
    width: 150px;
    height: 36px;
    font-size: 0.8rem;
    padding-right: 8px;
}
.powder-btn .item-btn__link::before,
.cushion-btn .item-btn__link::before,
.tint-btn .item-btn__link::before,
.stick-btn .item-btn__link::before {
    right: 10px;
    width: 5px;
}
.powder-btn .item-btn__link::after,
.cushion-btn .item-btn__link::after,
.tint-btn .item-btn__link::after,
.stick-btn .item-btn__link::after {
    right: 10px;
    width: 3px;
    height: 3px;
}
.feature-item__powder,.feature-item__stick {
    display: flex;
    align-items: start;
    justify-content: end;
    padding: 0 20px;
}
.stick-img,
.powder-img {
    width: 200px;
    height: auto;
}
.stick-wrap,
.powder-wrap {
    margin-top: 3%;
    margin-right: -22.5%;
    z-index: 1;
}
.feature-item__name-area--first{
    left: 10%;
    top: 70%;
    width: 68%;
    align-items: flex-end;
}
.item-name{
    width: 100%;
}
.feature-new--second{
    margin-bottom: 62%;
}
.feature-item__name-area--second{
    left: 10%;
    top: 82%;
    width: 62%;
}
.feature-new__title--second{
    text-align: right
}
.feature-collection{
    margin-bottom: 113px;
}
.feature-category--title{
    margin-bottom: 40px;
}
.feature-collection__title-img{
    margin-bottom: 20px;
}
.feature-collection__img{
    display: block;
    width: 100%;
    padding: 0 20px;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
@media(max-width:320px){
    .concept-body {
        font-size: 1.35rem;
    }
    .footer-copyright {
        font-size: 0.9rem;
    }
    .footer-privacy {
        font-size: 0.9rem;
    }
}
@media(min-width:431px){
    /* feature css */
    .stick-img,
    .powder-img {
        width: 60%;
    }
    .tint-img,
    .cushion-img {
        width: 60%;
    }
    .tint-wrap,
    .cushion-wrap {
        margin-left: -25%;
    }
    .stick-wrap,
    .powder-wrap {
        margin-right: -19.5%;
    }
   
    .powder-name, .cushion-name,
    .tint-name, .stick-name {
        font-size: 2rem;
    }
    .powder-btn, .cushion-btn, .tint-btn, .stick-btn {
        min-width: 148px;
        display: inline-block;
    }
    .feature-base .item-btn::before, .feature-lip .item-btn::before {
        right: calc(50% - 38px);
    }
    .powder-btn .item-btn__link, .cushion-btn .item-btn__link,
    .tint-btn .item-btn__link, .stick-btn .item-btn__link {
        width: 15.4vw;
        min-width: 148px;
        height: 48px;
        font-size: 1.2rem;
    }
    .feature-item__item-btn{
        bottom: -30px;
    }
    /* .feature-item__item-btn--second{
        top: 120%;
    } */

    .feature-item__name-area--first{
        top: 72%;
    }
    .feature-item__name-area--second{
        top: 88%;
    }


    /* ---------------------------------------------------------------------------------------------------------------------------- */
}
@media(min-width:768px){
    /* top common css */
    .sec-title {
        font-size: 3.2rem;
        text-align: center;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
    /* hero css */
    .slide-item__image-sp {
        display: none!important;
    }
    .slide-item__image-pc {
        display: block!important;
        width: 100%;
    }
    /* .hero {
        background: url(/assets/img/top/mv-bg.jpg);
        background-size: cover;
        max-height: 950px;
        height: 100%;
    } */
    .slide-dots {
        display: flex;
        bottom: 70px;
        right: 5.6%;
        top: inherit;
    }
    .slide-dots li {
        margin-bottom: 0;
        margin-right: 29px;
        width: 10px;
        height: 10px;
    }
    .slide-dots li:last-of-type {
        margin-right: 0;
    }
    .slide-item__btn-link {
        width: 220px;
        height: 48px;
        font-size: 1.2rem;
        transition: .3s;
    }
    .slide-item__btn-link:hover {
        background-color: #18181B;
        color: #ffffff;
    }
    .slide-item__image {
        /* max-width: 1440px; */
        margin: 0 auto;
    }
    .slide-item__btn {
        bottom: 11.7%;
    }
    .slide-item__btn-link::before {
        right: 21px;
        width: 7px;
        transition: .3s;
    }
    .slide-item__btn-link::after {
        right: 21px;
        width: 4.5px;
        height: 4.5px;
        transition: .3s;
    }
    .slide-item__btn-link:hover::before {
        background-color: #ffffff;
        right: 12px;
    }
    .slide-item__btn-link:hover::after {
        border-top: 0.5px solid #ffffff;
        border-right: 0.5px solid #ffffff;
        right: 12px;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
    /* concept css */
    .concept {
        margin-bottom: 0;
    }
    .concept-inner {
        padding: 128px 0 77px;
    }
    .concept-title {
        margin-bottom: 80px;
    }
    .concept-head .pc,.concept-graph .pc,.concept-photo .pc {
        display: block;
    }
    .concept-head .sp,.concept-graph .sp,.concept-photo .sp {
        display: none;
    }
    .concept-wrap {
        flex-wrap: inherit;
    }
    .concept-about {
        order: 2;
        align-items: flex-start;
        text-align: left;
        padding: 0;
        /* margin-right: 5vw; */
        margin-right: 1vw;
        margin-bottom: 0;
        gap: 38px;
    }
    .concept-image {
        max-width: inherit;
        order: 1;
        top: -60px;
        margin-right: 6.7vw;
        margin-left: 0;
    }
    .concept-photo {
        width: 44.5vw;
        max-width: 640px;
    }
    .concept-body {
        /* TB */
        /* font-size: 1.8rem; */
        font-size:min(1.25vw,1.6rem);
        letter-spacing: 0.16em;
        
    }
     .concept-head{
        /* TB */
        /* font-size:min(3.7vw,4rem); */
        font-size:min(2.6vw,3.7rem);
    }
    .concept-foot {
        /* TB */
        font-size:min(2.3vw,2.7rem);
    }
    .concept-graph {
        width: 30.5vw;
        max-width: 439px;
        min-width: 360px;
    }
    .concept-body__sp-br {
        display: none;
    }
    .concept-body__pc-br {
        display: block;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
    /* news css */
    .news {
        padding: 133px 12% 149px;
    }
    .news-title {
        font-size: 2.4rem;
        text-align: left;
        padding-left: 4px;
        margin-bottom: 33px;
    }
    .news-item {
        padding: 29px 20px 22px;
        display: flex;
        align-items: baseline;
    }
    .news-item__new {
        margin-right: 14px;
    }
    .news-item__text {
        letter-spacing: 0.134em;
    }
    .news-item__text-br_sp {
        display: none;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
    /* feature css */
    .feature {
        background: url(/assets/img/top/feature/pc_bg.jpg);
        background-size: cover;
        padding: 128px 0 153px;
    }
    .item-img_pc {
        display: block;
    }
    .item-img_sp {
        display: none;
    }
    .feature-title {
        margin-bottom: 80px;
    }
    .feature-img__text-wrapper{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .feature-img__text{
        width: 100%;
        min-width: 768px;
    }
    .feature-category {
        font-size: 2.4rem;
        padding: 0 5%;
        max-width: calc(1085px + 10%);
        margin: 0 auto 37px;
    }
    .feature-product {
        font-size: 4.8rem;
        padding: 0 20px;
        padding: 0 5%;
        max-width: calc(1085px + 10%);
        margin: 0 auto;
    }
    .feature-item__new {
        margin-bottom: 166px;
    }
    .item-name__img_pc {
        display: block;
    }
    .item-name__img_sp {
        display: none;
    }
    .item-name__jp {
        font-size: 129%;
    }
    .item-new {
        width: 80px;
        height: 80px;
    }
    .item-new__date {
        font-size: 1.6rem;
    }
    .item-new__text{
        font-size: 1.2rem;
    }
    .item-btn__link {
        font-weight: 500;
        transition: .3s;
    }
    .item-btn__link:hover {
        background-color: #18181B;
        color: #ffffff;
    }
    .item-btn {
        position: absolute;
        padding: 0;
    }
    .feature-new {
        margin-bottom: 100px;
    }
    .feature-item__other {
        /* display: flex;
        justify-content: space-between; */
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: calc(778px + 10%);
        padding: 0 5%;
        margin: 0 auto;
    }
    .powder-img_pc,.cushion-img_pc,
    .tint-img_pc,.stick-img_pc {
        display: block;
    }
    .powder-img_sp,.cushion-img_sp,
    .tint-img_sp,.stick-img_sp {
        display: none;
    }
    .powder-name, .cushion-name,
    .tint-name, .stick-name {
        font-size: 2.4rem;
        line-height: 1.3em;
        letter-spacing: 0.06em;
        margin-bottom: 19px;
    }
    .tint-img,
    .cushion-img {
        width: 75%;
        height: auto;
    }
    .stick-img,
    .powder-img {
        order: 1;
        width: 75%;
        height: auto;
        margin-right: -30%;
    }
    .feature-item__cushion,.feature-item__tint {
        padding: 0;
        margin-bottom: 0;
    }
    .feature-item__powder,.feature-item__stick {
        padding: 0;
        margin-top: 100px;
    }
    .powder-btn,.cushion-btn,
    .tint-btn,.stick-btn {
        position: relative;
        width: 15.4vw;
    }
    .feature-base .item-btn::before, .feature-lip .item-btn::before {
        right: calc(50% - 44px);
        top: 18px;
        width: 7px;
        height: 7px;
        transition: .3s;
    }
    .feature-base .item-btn:hover::before, .feature-lip .item-btn:hover::before {
        background: url(../img/common/external-link_icon-wh.svg);
        background-size: cover;
    }
    .feature-base .item-btn__link, .feature-lip .item-btn__link {
        padding-right: 0px;
    }
    .tint-wrap,
    .cushion-wrap {
        display: block;
        margin-left: -30%;
        margin-top: 30%;
        width: inherit;
    }
    .powder-btn .item-btn__link::before, .cushion-btn .item-btn__link::before,
    .tint-btn .item-btn__link::before, .stick-btn .item-btn__link::before {
        right: 19px;
        width: 6px;
    }
    .powder-btn .item-btn__link::after, .cushion-btn .item-btn__link::after,
    .tint-btn .item-btn__link::after, .stick-btn .item-btn__link::after {
        right: 19px;
        width: 4.5px;
        height: 4.5px;
    }
    .item-btn__link::before,
    .item-btn__link::after {
        transition: .3s;
    }
    .item-btn__link:hover::before {
        background: #ffffff;
        right: 12px;
    }
    .item-btn__link:hover::after {
        border-top: 0.5px solid #ffffff;
        border-right: 0.5px solid #ffffff;
        right: 12px;
    }
    .stick-wrap,
    .powder-wrap {
        order: 2;
        margin-top: 4%;
        margin-right: 0;
    }
    .feature-item__name-area{
        width: 100%;
    }
    .feature-item__name-area--first{
        top: 2%;
        left: 22.7%;
        display: block;
    }
    .item-name--first{
        width: 25%;
    }
    .feature-item__item-btn--first{
        left: 22.7%;
    }
    .feature-item__name-area--second{
        top: 5%;
        left: 42%;
    }
    .item-name--second{
        width: 22%;
    }
    .feature-item__item-btn--second{
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .feature-collection{
        margin-bottom: 118px;
    }
    .feature-category--title{
        margin-bottom: 60px;
    }
    .feature-collection__title-img{
        margin-bottom: 30px;
    }
    .feature-collection__img{
        padding: 0 5%;
        max-width: calc(1085px + 10%);
        margin: 0 auto;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
}
@media(min-width:1024px){
    /* hero css */
    .slide-item__btn {
        bottom: 10.7%;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
    /* news css */
    .news-item__head {
        min-width: 120px;
    }
    .news-item__new {
        margin-right: 24px;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
    /* feature css */
    .feature-item__other {
        max-width: calc(1096px + 10%);
    }
    .feature-base .feature-category {
        margin-bottom: 64px;
    }
    .item-name__jp {
        letter-spacing: 0.32em;
    }
    .powder-name, .cushion-name, .tint-name, .stick-name {
        margin-bottom: 8px;
    }
    .base-name__jp, .lip-name__jp {
        font-size: 1.2rem;
        margin-bottom: 29px;
    }
    .base-name__jp_br,.lip-name__jp_sp {
        display: none;
    }
    .tint-wrap,
    .cushion-wrap {
        margin-left: -40%;
        margin-top: 35%;
    }
    .stick-wrap,
    .powder-wrap {
        margin-top: 12%;
    }
    .tint-img,
    .cushion-img {
        width: 86%;
        height: auto;
    }
    .stick-img,
    .powder-img {
        width: 88%;
        margin-right: -39%;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
    /* concept css */
    .concept-head {
        /* PC */
        /* font-size: 4.4rem; */
        /* font-size: 3rem; */
        /* font-size:min(2.5vw,3rem); */
        /* white-space: nowrap; */
    }
    .concept-foot {
        /* PC */
        /* font-size:min(2.5vw,3rem); */
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
}
@media(min-width:1440px){
    /* concept css */
    .concept-inner {
        margin: 0 auto;
        max-width: 1440px;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
    /* news css */
    .news {
        padding: 133px 0 149px;
        max-width: 1096px;
        margin: 0 auto;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
    /* feature css */
    .item-new__date {
        font-size: 1.6rem;
    }
    .feature-new {
        max-width: 1440px;
        margin: 0px auto 143px;
    }
    .feature-base,.feature-lip {
        max-width: 1440px;
        margin: 0 auto;
    }
    .feature-lip {
        margin: 0 auto 30px;
    }
    .tint-wrap,
    .cushion-wrap {
        margin-left: -41%;
        margin-top: 36%;
    }
    .feature-lip .feature-category {
        margin-bottom: 5px;
    }
    .feature-item__stick,
    .feature-item__powder {
        margin-top: 160px;
    }
    .stick-img,
    .powder-img {
        width: 87%;
        margin-right: -38%;
    }
    .powder-btn, .cushion-btn, .tint-btn, .stick-btn {
        max-width: 220px;
    }
    .feature-base .item-btn::before, .feature-lip .item-btn::before {
        right: 29.5%;
        top: 17px;
    }
    .powder-btn .item-btn__link, .cushion-btn .item-btn__link,
    .tint-btn .item-btn__link, .stick-btn .item-btn__link {
        max-width: 220px;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
}
