@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');
#wrap {
    width: 100%!important;
    margin: 0 auto;
}

#wrap.top {
    width: 100%;
    margin: 13px auto 0;
}

#main {
    width: 100%;
}

#mainv {
    padding-top: 0;
    width: 100%;
    position: relative;
    clear: both;
    margin: 0px auto;
    z-index: 0;
}

#sub {
    width: 200px;
    float: right;
}

#mainv .top {}

#mainv .top img {
    width: 100%;
}

#mainv_btm {
    padding: 10px 10px 5px;
}

#mainv_btm img {
    width: 100%;
    padding-bottom: 5px;
}

#pankuzu {
    clear: both;
    color: #fff;
    background: #de1122;
    margin: 0 auto;
}

#pankuzu ul {
    width: 1030px;
    margin: 0 auto;
    padding: 5px 0;
}


/***************line査定******************/

#sub {
    display: none;
}

.bxslider li img {
    width: 100%;
}

.shop_list_detail .mv_img {
    text-align: center;
}

.shop_list_detail .mv_img li {
    display: inline;
}

.shop_list_detail .mv_img img {
    width: 45%;
    height: auto;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.banner {
    padding-top: 30px;
}

.banner img {
    width: 100%;
    height: auto;
}

.box07 {
    display: none;
}


/*.brand_greet{display:none;}*/

.box .news p {
    margin-bottom: 10px;
    border-bottom: 1px solid #9C9C9C;
    padding-bottom: 10px;
}

.box .news {
    margin-left: 10px;
    margin-right: 10px;
    height: 140px;
    overflow-y: scroll;
}


/*.box .news dt {
	color: #DE1122;
	font-weight: bold;
	margin-bottom: 5px;
}*/

.box .news p {
    margin-bottom: 10px;
    border-bottom: 1px solid #9C9C9C;
    padding-bottom: 10px;
}

.brand_detail_mv img {
    width: 100%;
    height: auto;
}

.box .news p:before {
    content: "NEW";
    background: #f5a53d;
    color: #ffffff;
    font-size: 11px;
    line-height: 22px;
    height: 19px;
    display: inline-block;
    text-align: center;
    width: 43px;
    border-radius: 4px;
    margin-right: 10px;
    -webkit-animation: blink 0.5s ease-in-out infinite alternate;
    -moz-animation: blink 0.5s ease-in-out infinite alternate;
    animation: blink 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        background: #f5c53d;
    }
    49.9% {
        background: #f5c53d;
    }
    50% {
        background: #f5a53d;
    }
    100% {
        background: #f5a53d;
    }
}

@-moz-keyframes blink {
    0% {
        background: #f5c53d;
    }
    49.9% {
        background: #f5c53d;
    }
    50% {
        background: #f5a53d;
    }
    100% {
        background: #f5a53d;
    }
}

@keyframes blink {
    0% {
        background: #f5c53d;
    }
    49.9% {
        background: #f5c53d;
    }
    50% {
        background: #f5a53d;
    }
    100% {
        background: #f5a53d;
    }
}

table.product_tb {
    margin: 0 3%;
}

table.product_tb th {
    width: 60px;
    vertical-align: top;
}

table.product_tb tr {
    font-size: 0.85em;
    line-height: 1.6;
}


/*luckydraw banner*/

.wordbannerlink {
    text-decoration: none!important;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5;
}

.luckybanner {
    width: 95%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    background-image: url(../img/spinwheel/banner.jpg);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.luckybanner .topcolumn {
    position: absolute;
    width: 100%;
    top: 0;
    height: 25px;
    display: flex;
    background-color: #da172b;
    align-items: center;
    box-sizing: border-box;
}

.topcolumn .headline {
    font-size: 2.6vw;
    font-family: 'Bebas Neue';
    color: white;
    width: max-content;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 1.5px;
}

.textcont {
    display: flex;
    border: 2px solid #da172b;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    width: 62%;
    margin-top: 12px;
}

.wheel {
    width: 35vw;
    background-image: url(../img/spinwheel/wheel.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    right: -22vw;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(218, 23, 43));
    filter: drop-shadow(0px 0px 5px rgba(218, 23, 43));
    animation: spin 8000ms linear infinite;
}

.wheel::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.textcont .toptext {
    font-size: 6.5vw;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    padding: 1% 0;
    color: #ff0076;
    letter-spacing: 1px;
    font-weight: 900;
    -webkit-filter: drop-shadow(2px 2px 0px rgba(255, 172, 171));
    filter: drop-shadow(2px 2px 0px rgba(255, 172, 171));
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}