/*eyeisplus*/
#sp-content-eyeisplus {
    background-color: #c2ccb7 !important;
}

/*eyeisplus*/
#eyeisplus-header.header-contens {
    background-color: #c2ccb7;
}

#eyeisplus-globalMenuSp.globalMenuSp {
    background-color: #c2ccb7;
}


/*eyeisplus*/
#sp-content-eyeisplus .sp-main-mv {
    background-color: #c2ccb7;
}

#sp-content-eyeisplus .sp-product-item-copy {
    color: #3f3f3f;
}

#sp-content-eyeisplus  .sp-product-item-spec {
    color: #ffffff;
}

#sp-content-eyeisplus .sp-product-item-wrapper {
    /* background-color: #c2ccb7; */
    background: linear-gradient(
    to bottom,
    #c2ccb7 0%,
    #dfe1e0 60%
    );
}

#sp-content-eyeisplus .sp-product-lineup {
    background-color: #dfe1e0;
}

#sp-content-eyeisplus .lineup-title {
    color: #cee4ae;
}

/* #sp-content-eyeisplus .sp-product-item-contents2 {
    background-color: #dfe1e0;
} */

/* @media (max-width: 780px) {
    #sp-content-eyeisplus .sp-product-item-contents2 {
        background: linear-gradient(
        to bottom,
        #dfe1e0 0,
        #dfe1e0 calc((225 / 480) * 100vw),
        #dfe1e0 calc((225 / 480) * 100vw),
        #dfe1e0 100%
        );
    }
} */

/*eyeisplus*/
#eyeisplus-pagenation span:nth-child(1) {
    background-color: #bea99d;
}
#eyeisplus-pagenation span:nth-child(2) {
    background-color: #aeb7b8;
}


#sp-content-eyeisplus .lineup-name {
    color: #353131;
}

/*eyeisplus ashbrown*/
#ashbrown .lineup-item-v {
    background: linear-gradient(180deg, #dfe1e0 0%, #dfe1e0 50%, #e1d8d4 50%, #e1d8d4 100%);
}
/*eyeisplus essentialgray*/
#essentialgray .lineup-item-v {
    background: linear-gradient(180deg, #e1d8d4 0%, #e1d8d4 50%, #e1e4e5 50%, #e1e4e5 100%);
}


/*eyeisplus ashbrown*/
#ashbrown {
    background-color: #e1d8d4;
}
/*eyeisplus essentialgray*/
#essentialgray {
    background-color: #e1e4e5;
}


/*eyeisplus ashbrown*/
#ashbrown h3 {
    display: flex;
    justify-content: center;
    color: #353131;
}
/*eyeisplus essentialgray*/
#essentialgray h3 {
    display: flex;
    justify-content: center;
    color: #353131;
}


/*eyeisplus ashbrown*/
#ashbrown p.kana {
    color: #353131;
}
/*eyeisplus essentialgray*/
#essentialgray p.kana {
    color: #353131;
}


/*eyeisplus*/
#ashbrown span,
#essentialgray span {
    color: #353131;
}

/*eyeisplus*/
#ashbrown h4,
#essentialgray h4 {
    color: #353131;
}

/*eyeisplus*/
#ashbrown p.ex,
#essentialgray p.ex {
    color: #353131;
}

/*eyeisplus ashbrown*/
#ashbrown hr {
    border-color: #353131;
}
/*eyeisplus essentialgray*/
#essentialgray hr {
    border-color: #353131;
}

/*eyeisplus*/
#eyeisplus-footer hr {
    color: #353131;
}


#sp-content-eyeisplus .overlay .package {
    width: 112px !important;
    top: 60px !important;
}

@media (max-width: 780px) {
    #sp-content-eyeisplus .overlay .package {
        width: calc((112 / 480) * 100vw);
        top: calc((60 / 480) * 100vw);
    }
}

#sp-content-eyeisplus .sp-main-mv {
    display: none;
}
@media (max-width: 780px) {
    #sp-content-eyeisplus .sp-main-mv {
        display: block;
    }
}
#sp-content-eyeisplus .sp-main-contents {
    padding-top: 50px;
}
@media (max-width: 780px) {
    #sp-content-eyeisplus .sp-main-contents {
        padding-top: 0;
    }
}