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

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

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


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

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

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

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

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

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

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


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

/*yurialplus waterbrown*/
#waterbrown .lineup-item-v {
    background: linear-gradient(180deg, #dfe1e0 0%, #dfe1e0 50%, #e7d7c8 50%, #e7d7c8 100%);
}
/*yurialplus earlgray*/
#earlgray .lineup-item-v {
    background: linear-gradient(180deg, #e7d7c8 0%, #e7d7c8 50%, #c4bfbc 50%, #c4bfbc 100%);
}


/*yurialplus waterbrown*/
#waterbrown {
    background-color: #e7d7c8;
}
/*yurialplus earlgray*/
#earlgray {
    background-color: #c4bfbc;
}


/*yurialplus waterbrown*/
#waterbrown h3 {
    display: flex;
    justify-content: center;
    color: #353131;
}
/*yurialplus earlgray*/
#earlgray h3 {
    display: flex;
    justify-content: center;
    color: #353131;
}


/*yurialplus waterbrown*/
#waterbrown p.kana {
    color: #353131;
}
/*yurialplus earlgray*/
#earlgray p.kana {
    color: #353131;
}


/*yurialplus*/
#waterbrown span,
#earlgray span {
    color: #353131;
}

/*yurialplus*/
#waterbrown h4,
#earlgray h4 {
    color: #353131;
}

/*yurialplus*/
#waterbrown p.ex,
#earlgray p.ex {
    color: #353131;
}

/*yurialplus waterbrown*/
#waterbrown hr {
    border-color: #353131;
}
/*yurialplus earlgray*/
#earlgray hr {
    border-color: #353131;
}

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


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

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

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