.navContent {
    background: #f5f5f5;
    border: 1px solid #dddddd;
    padding: 10px 0;
}

.navContent a {
    display: inline-block;
    margin: 0 3%;
}

.navContent a:hover {
    text-decoration: none;
}

.navContent a span img {
    vertical-align: middle;
}

.navContent em {
    font-style: normal;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
}

.navContent a:hove em {
    text-decoration: none;
}

.navContent i {
    width: 10px;
    height: 10px;
    border: #666 solid;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    font-style: normal;
    display: inline-block;
    margin-bottom: 1px;
}

.navContent a:hover i {
    border-color: #bf2318;
}

.icon-m-all {
    display: none;
}

.new_onlinesale_shop01 {
    margin-right: 100px;
}

.new_onlinesale_shop01 p {
    white-space: nowrap;
}

a:focus {
    outline: unset;
    outline-offset: 0px;
    text-decoration: none;
}
.new_onlinesale_shop01 img{
    max-width: 100%;
    border: 5px solid #eeeeee;
}
.new_onlinesale_shop01{
    width: 10%;
    margin-right: 8%;
}
.media_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.9);
    top: 0;
    left: 0;
    display: none;
    z-index: 100000;
    transition: all 0.5s;
}
.media_box{
    position: absolute;
    width: 300px;
    margin: 0 auto;
    left: 50%;
    margin-left: -150px;
    top: 23%;
}
.media_close{
    position: absolute;
    right: -20%;
    top: -13%;
    max-width: 35px;
    cursor: pointer;
}
.media_close img{
    width: 100%;
}
.media_content p{
    color: #fff;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}


@media screen and (min-width: 1090px) and (max-width: 1235px){
    .navContent a {
        margin: 0 2.3%;
    }
}

@media screen and (min-width: 975px) and (max-width: 1090px){
    .navContent a {
        margin: 0 1.5%;
    }
}


@media screen and (min-width: 974px) and (max-width: 1840px){
    .new_onlinesale_shop01 p {
        white-space: unset;
        min-height: 40px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px){
    .new_onlinesale_shop01 {
        width: 12.5%;
        margin-right: 5%;
    }
}
@media screen and (min-width: 975px) and (max-width: 1199px){
    .new_onlinesale_shop01 {
        width: 20%;
        margin-right: 20%;
    }
    .new_onlinesale_shop01:nth-child(3n){
        margin-right: 0;
    }
    .min_bottom{
        margin-bottom: 40px;
    }
    .head_flex_new_set{
        margin-top: -25px;
    }
}


@media screen and (max-width: 974px) {
    .navContent {
        display: none;
    }
    .media_content p{
        font-size: 24px;
    }
    .media_box{
        top: 28%;
    }
    .icon-m-all {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }

    .icon-m-all img {
        vertical-align: middle;
    }

    .new_onlinesale_shop {
        width: 100%;
    }

    .new_onlinesale_shop01 {
        width: 45%;
        margin-right: 10%;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .new_onlinesale_shop01:nth-child(2n){
        margin-right: 0;
    }

    .new_onlinesale_shop01 img {
        width: 100%;
        border: 10px solid #eeeeee;
    }

    .new_onlinesale_contents01 h2 {
        font-size: 32px;
        font-weight: bold;
    }

    .new_onlinesale_shop01 p {
        font-size: 26px;
    }
    .head_flex_new_set{
        margin-top: -25px;
    }
}