/*eyeis*/
#sp-content-eyeis {
    background-color: #c0cbdc !important;
}

/*eyeis*/
#eyeis-header.header-contens {
    background-color: #c0cbdc;
}

#eyeis-globalMenuSp.globalMenuSp {
    background-color: #c0cbdc;
}


/*eyeis*/
#sp-content-eyeis .sp-main-mv {
    background-color: #c0cbdc;
}

#sp-content-eyeis .sp-product-item-copy {
    color: #353131;
}

#sp-content-eyeis  .sp-product-item-spec {
    color: #353131;
}

#sp-content-eyeis .sp-product-item-wrapper {
    background: linear-gradient(to bottom, #c0cbdc 0%, #f4ebf1 60%);
}

#sp-content-eyeis .sp-product-lineup {
    background-color: #f4ebf1;
}

#sp-content-eyeis .lineup-title {
    color: #353131;
}

/* #sp-content-eyeis .sp-product-item-contents2 {
    background: linear-gradient(
    to bottom,
    #f4ebf1 0,
    #f4ebf1 225px,
    #f4ebf1 225px,
    #f4ebf1 100%
  );
}

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

/*eyeis*/
#eyeis-pagenation span:nth-child(1) {
    background-color: #d7bd93;
}
#eyeis-pagenation span:nth-child(2) {
    background-color: #a2937b;
}
#eyeis-pagenation span:nth-child(3) {
    background-color: #a2937b;
}


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

/*eyeis melobrown*/
#melobrown .lineup-item-v {
    background: linear-gradient(180deg, #f4ebf1 0%, #f4ebf1 50%, #f4ecd5 50%, #f4ecd5 100%);
}
/*eyeis ashbrown*/
#ashbrown .lineup-item-v {
    background: linear-gradient(180deg, #f4ecd5 0%, #f4ecd5 50%, #e3d8d2 50%, #e3d8d2 100%);
}
/*eyeis essentialgray*/
#essentialgray .lineup-item-v {
    background: linear-gradient(180deg, #e3d8d2 0%, #e3d8d2 50%, #d7d9de 50%, #d7d9de 100%);
}


/*eyeis melobrown*/
#melobrown {
    background-color: #f4ecd5;
}
/*eyeis ashbrown*/
#ashbrown {
    background-color: #e3d8d2;
}
/*eyeis essentialgray*/
#essentialgray {
    background-color: #d7d9de;
}


/*eyeis melobrown*/
#melobrown h3 {
    display: flex;
    justify-content: center;
    color: #ddc992;
}
/*eyeis ashbrown*/
#ashbrown h3 {
    display: flex;
    justify-content: center;
    color: #bea99a;
}
/*eyeis essentialgray*/
#essentialgray h3 {
    display: flex;
    justify-content: center;
    color: #a5abb8;
}


/*eyeis melobrown*/
#melobrown p.kana {
    color: #ddc992;
}
/*eyeis ashbrown*/
#ashbrown p.kana {
    color: #bea99a;
}
/*eyeis essentialgray*/
#essentialgray p.kana {
    color: #a5abb8;
}

/*eyeis melobrown*/
#melobrown hr {
    border-color: #ddc992;
}
/*eyeis ashbrown*/
#ashbrown hr {
    border-color: #bea99a;
}
/*eyeis essentialgray*/
#essentialgray hr {
    border-color: #a5abb8;
}

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


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