.top_img {
    position: relative;
    width: 100%;
    z-index: -99999;
    padding-top: 50%;
    overflow: hidden;
}

.top_img .top_img_bg {
    width: 100%;
    object-fit: cover;
    height: 150vh;
        position: absolute;
    top: 0;
    left: 0;
}
.top_img_backb{
    background-color: #000;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }
.top_img .top_img_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: 17%;
}

.contetns1 {
    max-width: 1100px;
    width: 90%;
    margin: 80px auto;
}

.contetns2 {
    max-width: 1400px;
    width: 90%;
    margin: 80px auto;
}
.contetns3 {
    max-width: 800px;
    width: 90%;
    margin: 80px auto;
}
.top_news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.top_news_midashi {
    width: 20%;
}

.top_news_midashi h2 {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.top_news_midashi h2 span {
    font-size: 0.4em;
    font-weight: normal;
}

.top_news ul {
    width: 75%;
}

.top_news ul li {
    padding: 10px;
    border-bottom: 1px solid #B3B3B3;
}
.top_news_contetns{
    display: flex;
    align-items: center;
}
.top_news_contetns .cat{
    display: flex;
}
.top_news_contetns .cat p{
    color: #FFF;
    font-size: 0.7em;
    background-color: #333;
    padding: 0px 10px;
    border-radius: 2px;
    line-height: 1.5em;
    text-align: center;
    margin-left: 5px;
}
.top_news ul li .date {
    width: 100px;
    font-size: 0.8em;
}
.top_news ul li a.top_news_title {
    display: block;
}
.button a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding: 0 50px 0 0;
    margin: 0 0 0 auto;
    color: #333;
    font-size: 0.9em;
    transition: 0.3s;
    text-align: right;
}

.button a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 0em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 1px;
    background-color: #000;
    transition: 0.3s;
}

.button a::after {
    content: '';
    position: absolute;
    right: 0em;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #000;
    transition: 0.3s;
}

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

.button a:hover::before,
.button a:hover::after {
    right: -0.5em;
}

.top_midashi_c {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    padding-top: 50px;
}

.top_midashi_c span {
    font-size: 0.4em;
    font-weight: normal;
}

.top_brand_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto;
    column-gap: 2%;
}

.top_brand_list li {
    margin-bottom: 50px;
}

.top_brand_list .top_brand_list_big {
    width: 49%;
}

.top_brand_list .top_brand_list_min {
    width: 32.5%;
}

.top_brand_list li img {
    width: 100%;
    transition: 0.3s;
}

.top_brand_list li h3 {
    border-left: 5px solid #000;
    padding: 30px 0 10px 10px;
    margin-top: -20px;
    margin-left: 15px;
    z-index: 1;
    font-weight: bold;
}

.top_brand_list li.top_brand_list_big h3 {
    position: absolute;
}

.top_brand_list li.top_brand_list_min h3 {
    position: relative;
}

.top_brand_list li .button {
    margin-top: 10px;
}

.top_brand_list li:hover img {
    opacity: 0.7;
}

.top_brand_list li:hover .button a::before,
.top_brand_list li:hover .button a::after {
    right: -0.5em;
}

.top_bnr {
    position: relative;
    overflow: hidden;
}

.top_bnr img {
    width: 100%;
    transition: 0.3s;
}

.top_bnr:hover img {
    transform: scale(1.05);
    opacity: 0.7;
}

.top_bnr2:hover img {
    transform: scale(1.00);
    opacity: 1;
}

.top_bnr_contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top_bnr_contents h2 {
    color: #FFF;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.top_bnr_contents h2 span {
    color: #FFF;
    font-size: 0.4em;
    font-weight: normal;
}

.top_bnr2 p {
    text-align: center;
    color: #FFF;
    font-size: 0.9em;
    margin-top: 30px;
}

.online_shop_bg {
    background-image: url(../image/top/online_shop.jpg);
    background-size: cover;
    background-position: center;
}

.online_shop_bg .online_shop_contents {
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
}

.online_shop_bg .online_shop_contents h2 {
    color: #FFF;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 15px;
}

.online_shop_bg .online_shop_contents h2 span {
    text-align: center;
    color: #FFF;
    font-size: 0.4em;
    font-weight: normal;
}

.online_shop_bg .online_shop_contents p {
    text-align: center;
    color: #FFF;
    font-size: 0.9em;
    font-weight: normal;
}

.online_shop_bg a {
    display: block;
    width: 180px;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: center;
    margin: 30px auto 0;
    background-color: #FFF;
}

.top_brand_list2 li h3 {
    border-left: none;
    padding: 10px;
    margin-top: 0px;
    margin-left: 0;
    font-size: 1.5em;
}

.top_brand_list2 li h3 span {
    font-size: 0.5em;
    margin-left: 10px;
}

.top_about {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_about_img {
    width: 55%;
}

.top_about_img img {
    width: 100%;
}

.top_about_contents {
    width: 35%;
    padding: 5%;
}

.top_about_contents h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 15px;
}

.top_about_contents h2 span {
    font-size: 0.4em;
    font-weight: normal;
}

.top_about_contents .button a {
    justify-content: flex-start;
}

.top_about_contents .button a::before {
    left: 138px;
}

.top_about_contents .button a::after {
    left: 110px;
}
.top_about:hover .top_about_img img {
    opacity: 0.8;
}
.top_about:hover .button a::before {
    left: 148px;
}

.top_about:hover .button a::after {
    left: 120px;
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 800px) {
    .top_img .top_img_logo {
        height: auto;
        width: 30%;
    } 
    
.top_news {
    flex-direction: column;
}

.top_news_midashi {
    width:100%;
    margin-bottom: 30px;
}



.top_news ul {
    width: 100%;
}



    .top_brand_list {
        justify-content: center;
    }

    .top_brand_list .top_brand_list_big {
        width: 100%;
    }

    .top_brand_list .top_brand_list_min {
        width: 48%;
        margin: 30px 1%;
    }

    .top_bnr img {
        object-fit: cover;
        height: 200px;
        width: 100%;
    }
    .top_bnr_contents {
        width: 90%;
    }
    .top_bnr_contents h2 {
        font-size: 1.5em;
    }    
    .top_bnr2 p {
        font-size: 0.8em;
    }
    
}

@media screen and (max-width: 640px) {
    .top_brand_list .top_brand_list_min {
        width: 100%;
    }
    .top_img {
        padding-top: 100%;
    }
    .top_brand_list .top_brand_list_min img {
        object-fit: cover;
        object-position: bottom;
        height: 200px;
    }
    .top_brand_list2 li h3 {
        position: relative !important;
        padding-bottom: 0;
    }    
.top_about {
    flex-direction: column;

}

.top_about_img {
    width: 100%;
}

.top_about_contents {
    width: 90%;
}


}
@media screen and (max-width: 480px) {



.top_brand_list .top_brand_list_min img {
    height: 170px;
}
}