@charset 'UTF-8';
.mod-breadcrumb {
    padding-left: 10px;
}
@media screen and (max-width: 1179px) and (min-width: 768px) {
   .mod-breadcrumb {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1179px) and (min-width: 1098px) {
    .main-contents {
        padding-top: 58px;
        /*padding-top: 52px;*/
    }
}
.top-panel__more-container{
    display: none;
}
.top-panel__more-container.is-show{
    display: block;
}
.select-category-item a{
    -webkit-transition: .1s background-color linear;
    -moz-transition: .1s background-color linear;
    -ms-transition: .1s background-color linear;
    -o-transition: .1s background-color linear;
    transition: .1s background-color linear;
}

/* .top-inner-block .top-panel__item:hover .top-panel__text {
    
} */
.top-inner-block .top-panel__item:hover .top-panel__title {
    text-decoration: none;
}

.select-category-item a:hover {
    background-color: #565454;
}

.top-panel__item .top-panel__thumb {
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -ms-transition: .1s opacity linear;
    -o-transition: .1s opacity linear;
    transition: .1s opacity linear;
    background: #fff;
}

.top-panel__item:hover .top-panel__thumb {
    opacity: .8;
}

.top-panel__item:hover .top-panel__title {
    text-decoration: underline;
}

.top-panel__more {
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -ms-transition: .1s opacity linear;
    -o-transition: .1s opacity linear;
    transition: .1s opacity linear;
}

.top-panel__more:hover {
    opacity: .5;
}
.touchevents .top-panel__more:hover {
    opacity: 1;
}
.is-modal-show {
    overflow: hidden;
}

.modal-wrap.is-show {
    display: block;
}

#modal-overlay.is-show {
    display: block;
}





/* container */

.movie-modal-youtube-container {
    position: relative;

    width: 100%;
    padding-top: 56.25%;
}

.movie-modal-youtube-container iframe {
    position: absolute;
    top: 0;
    right: 0;

    width: 100% !important;
    height: 100% !important;
}

@media screen and (min-width: 1366px) {
    .main-contents {
        padding-left: 210px;
    }
    .menu-modal-container {
        display: none !important;
    }
}
@media screen and (min-width: 1180px) {
    .movie-modal-ttl{
        padding-right: 190px;
    }    
}


@media screen and (max-width: 1179px) {
    .main-contents {
        padding-top: 58px;
        /*padding-top: 52px;*/
    }

    .menu-modal-container {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;

        opacity: 0;
        background-color: #fff;
    }
    .is-modal-show .menu-modal-container {
        display: block;
        overflow-y: auto;
    }
}

a:hover {
    text-decoration: none;
}


.wrap {
    /* padding-bottom: 56px; */
    /* padding: 0 80px 56px; */
    padding-bottom: 56px;
}

.item {
    display: block;

    margin-bottom: 14px;

    color: #000;
}

.description {
    font-weight: bold;
}

.date {
    display: block;

    margin-bottom: 10px;
}

.header-ttl {
    font-size: 17px;

    position: relative;

    display: inline-block;

    margin-top: 31px;
    margin-bottom: 6px;

    color: #da0012;
}

.header-ttl:before {
    position: absolute;
    top: 8px;
    left: -29px;

    width: 21px;
    height: 18px;

    content: '';

    background-image: url(../images/coution_icon.png);
}

.header-ttl:after {
    position: absolute;
    top: 8px;
    right: -27px;

    width: 21px;
    height: 18px;

    content: '';

    background-image: url(../images/coution_icon.png);
}

.content {
    overflow: hidden;

    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /* border: 2px solid #da0012; */
    padding: 0;

    text-align: left;

    color: #000;
}

.information {
    padding-top: 49px;

    background-color: white;
    /* overflow: hidden; */
}

.information .wrap {
    overflow: hidden;

    max-width: 1000px;
    margin: 0 auto;
}



.f_arial {
    font-size: 17px;
}

.information .content {
    border: none;
}

.information .item {
    float: left;

    box-sizing: border-box;
    width: 33%;
    padding: 23px;

    border-right: 2px solid #fff;
    background-color: #ebebeb;
}

.information .date {
    font-size: 12px;

    color: #666;
}

.information .description {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
}

.news-block.is-external:after {
    display: inline-block;
}


.top-panel__text {
    /* background-color: #ebebeb; */
    /* position: relative; */
}

.top-mainvisual {
    /* background-color: #fff; */
}

.top-mainvisual-slide.is-loading {
    padding-top: 40.6%;
}



.top-mainvisual-slide.is-loading .top-mainvisual-slide__item {
    position: absolute;
    top: 0;

    -webkit-transition: .5s opacity linear;
    -moz-transition: .5s opacity linear;
    -ms-transition: .5s opacity linear;
    -o-transition: .5s opacity linear;
    transition: .5s opacity linear;

    opacity: 0;
}

.top-mainvisual-slide-thumb-wrapper-sp {
    position: relative;
}

.top-mainvisual-slide-thumb-wrapper {
    position: relative;

    margin-top: 2px;
}

.top-mainvisual-slide.slick-initialized {
    padding-top: 0;
}

.top-mainvisual-slide.slick-initialized .top-mainvisual-slide__item {
    position: relative;

    opacity: 1;
    background-color: #fff;
    /* display: table; */
}

.top-mainvisual-slide__item {
    position: relative;
}

.top-mainvisual-slide__item img {
    /* float: left; */
    display: table-cell;
    /* width: 100%; */
    height: 360px;
    margin: 0;
}

.top-mainvisual-slide__item a {
    display: block;

    width: 100%;
    height: 100%;
}

.top-mainvisual-slide-thumb {
    margin: 0 0 0 0;
}

.top-mainvisual-slide-thumb__item {
    position: relative;

    box-sizing: border-box;
    padding: 0 1px;

    list-style: none;
}

.top-mainvisual-slide-thumb__item:after {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    box-sizing: border-box;
    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .1s border-width linear;
    -moz-transition: .1s border-width linear;
    -ms-transition: .1s border-width linear;
    -o-transition: .1s border-width linear;
    transition: .1s border-width linear;
    pointer-events: none;

    border: 0 solid #da0012;
}

.top-mainvisual-slide-thumb__item.slick-current:after {
    border-width: 2px;
}

.top-mainvisual-slide-thumb__item.slick-current:before {
    position: absolute;
    top: -12px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -7.5px;

    content: '';

    border-width: 0 7.5px 12px 7.5px;
    border-style: solid;
    border-color: transparent transparent #da0012 transparent;
}


.top-mainvisual-slide-thumb__item img {
    /* float: left; */
    display: table-cell;

    width: 107px;
    /* vertical-align: top; */
}

.has-item-5 .top-mainvisual-slide-thumb__item {
    float: left;

    width: 33.33%;
}

.top-mainvisual-slide-thumb-sp {
    display: none;

    margin: 0;
}

.top-mainvisual-slide-thumb-sp .top-mainvisual-slide-thumb__item {
    /* width: 35%; */
}

.top-mainvisual-slide__txtarea {
    position: absolute;
    top: 10px;
    left: 10px;
}

.top-recommend-car__title {
    font-size: 17px;
    font-weight: bold;

    position: relative;

    color: #666;
}

.top-recommend-car__item {
    position: relative;

    float: left;

    width: 25%;

    list-style: none;
}

.top-recommend-car__item a:hover {
    text-decoration: none;
}

.top-recommend-car__name {
    font-size: 14px;

    text-align: center;
    text-decoration: none;

    color: #222;
}

.top-recommend-car__item img {
    width: 100%;
}

.top-recommend-car__link {
    position: relative;
}


.top-recommend-car-container {
    position: relative;

    overflow: hidden;
}

.top-inner-block {
    box-sizing: border-box;
    /* max-width: 1000px; */
    margin: 0 auto;
    padding: 0 20px;
}

.target_blank {
    background-image: url(/share/v2/images/target_blank.png);
    background-repeat: no-repeat;
    background-position: 97% 10px;
}

.top-btn-buy a.target_blank,
.ico-target_blank {
    margin-top: 10px;
}



.news-area {
    width: 876px;
    margin: 30px auto;
}

.news-block {
    display: block;

    padding: 10px 0 15px;

    color: inherit;
    border-bottom: 1px solid #c3c3c3;
}

.news-block:last-child {
    border-bottom: none;
}

.news-date {
    font-size: 12px;

    display: inline-block;

    color: #666;
}

.news-new {
    font-size: 10px;
    line-height: 13px;

    display: inline-block;

    width: 48px;
    height: 13px;
    margin-left: 10px;

    text-align: center;

    color: white;
    background-color: #2b2b2b;
}

.news-txt {
    font-size: 14px;
    line-height: 1.5;

    margin-top: 5px;
}

.top-btn-buy__ico {
    height: 45px;
}

@media screen and (min-width: 1180px) {
    .top-inner-block {
        max-width: 1000px;
        padding: 0 !important;
        padding-bottom: 46px !important;
    }
    .top-recommend-car__list {
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1179px) {
    .top-mainvisual-slide__item img {
        width: 100%;
        height: auto;
    }

    .contents-wrapper {
        /* padding: 0 20px; */
    }
    .news-area {
        /* max-width: 1000px; */
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1179px) and (min-width: 768px) {
    .reommend-panel-area{
            display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .reommend-panel-area .top-panel__item a{
        background-color: transparent;
    }
    .top-btn-buy a {
        padding-top: 38px;
    }
    .top-btn-buy__text {
        margin-top: 18px !important;
    }
    .top-btn-buy:last-child .top-btn-buy__text {
        margin-top: 14px !important;
    }
    .top-btn-buy:last-child a {
        padding-top: 34px !important;
    }


    .wrap {
        /* padding-bottom: 56px; */
        padding: 0 20px 56px;
        /* padding-bottom: 56px; */
    }
    .item {
        display: block;

        margin-bottom: 14px;

        color: #000;
    }
    .description {
        font-weight: bold;
    }
    .date {
        display: block;
    }
    .header-ttl {
        font-size: 17px;

        position: relative;

        display: inline-block;

        margin-top: 29px;
        margin-bottom: 6px;

        color: #da0012;
    }
    .header-ttl:before {
        position: absolute;
        top: 8px;
        left: -29px;

        width: 21px;
        height: 18px;

        content: '';

        background-image: url(../images/coution_icon.png);
    }
    .header-ttl:after {
        position: absolute;
        top: 8px;
        right: -27px;

        width: 21px;
        height: 18px;

        content: '';

        background-image: url(../images/coution_icon.png);
    }
    .content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        /* border: 2px solid #da0012; */
        /* padding: 13px 0 0 0; */
        color: #000;
    }
    .information {
        /* padding: 0 20px; */
        padding-top: 49px;

        background-color: white;
        /* overflow: hidden; */
    }
    .information .wrap {
        overflow: hidden;

        max-width: 100%;
        margin: 0 auto;
    }
    .information .header {}
    .f_arial {
        font-size: 17px;
    }
    .information .content {
        border: none;
    }
    .information .item {
        float: left;

        box-sizing: border-box;
        width: 33%;
        padding: 23px;

        border-right: 1px solid #fff;
        background-color: #ebebeb;
    }
    .information .date {
        font-size: 12px;
    }
    .information .description {
        font-size: 13px;
        font-weight: normal;
    }
    .top-panel-area {
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 768px) {
    .for-sp {
        display: none !important;
    }
    .top-mainvisual {
        /* padding-bottom: 56px; */
    }
    .top-recommend-car__title {
        margin-bottom: 10px;
    }
    .top-recommend-car {
        position: relative;

        margin: 0 auto;
    }

    .top-recommend-car__link {
        margin-top: 20px;

        text-align: right;
    }
    .top-recommend-car-container:before {
        position: absolute;

        display: block;

        width: 100%;
        height: 40%;

        content: '';

        background-color: #fff;
    }
    .top-mainvisual-slide {
        /* background-color: #000; */
    }
}

@media screen and (max-width: 767px) {
    .slick-list {
        overflow: visible;
    }

    .top-mainvisual {
        /* padding-bottom: 45px; */
    }
    .top-recommend-car__title {
        margin-bottom: 10px;
    }
    .top-recommend-car-container {
        background-color: #ebebeb;
    }
    .for-pc {
        display: none;
    }
    .for-sp {
        display: block !important;
    }
    .top-recommend-car__item {
        box-sizing: border-box;
        width: 50%;
        padding: 1px;
    }
    .top-recommend-car__item a {
        display: block;

        padding: 6px 0;

        background-color: #fff;
    }
    .top-recommend-car-container {
        padding: 20px 10px 0 10px;
    }
    .top-recommend-car__link {
        margin-top: 20px;

        text-align: center;
    }
    .top-recommend-car__title {
        text-align: center;
    }
    .contents-wrapper {
        padding: 0;
    }
    .top-inner-block {
        width: 100%;
        padding: 0 15px;
    }

    .top-btn-buy__ico img {
        height: 48px;
    }
    .top-btn-buy:nth-child(2) .top-btn-buy__ico img {
        height: 40px;
        margin-top: 4px;
    }
    .top-btn-buy:nth-child(3) a,
    .top-btn-buy:nth-child(4) a {
        padding-top: 30px;
    }
    .top-mainvisual-slide-thumb {
        display: none;
    }
    .top-mainvisual-slide-thumb-sp {
        display: block;
    }
    .top-mainvisual {
        overflow: hidden;
    }

    .slick-dots {
        position: absolute;
        bottom: -37px;

        display: block;

        width: 100%;
        padding: 0;

        list-style: none;

        text-align: center;
    }
    .slick-dots li {
        position: relative;

        display: inline-block;

        width: 8px;
        height: 8px;
        margin: 0 10px;
        padding: 0;

        cursor: pointer;
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;

        display: block;

        width: 20px;
        height: 20px;
        padding: 5px;

        cursor: pointer;

        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li button:hover,
    .slick-dots li button:focus {
        outline: none;
    }
    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        opacity: 1;
    }
    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;

        position: absolute;
        top: 0;
        left: 0;

        width: 8px;
        height: 8px;

        content: '';
        text-align: center;

        opacity: 1;
        color: black;
        border-radius: 4px;
        background: #1e1a1a;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #e60012;
    }


    .wrap {
        /* padding-bottom: 56px; */
        padding: 0 10px 56px;
        /* padding-bottom: 56px; */
    }
    .item {
        display: block;

        margin-bottom: 0;

        color: #000;
    }
    .description {
        font-weight: bold;
    }
    .date {
        display: block;
    }
    .header-ttl {
        font-size: 17px;

        position: relative;

        display: inline-block;

        margin-top: 31px;
        margin-bottom: 6px;

        color: #da0012;
    }
    .header-ttl:before {
        position: absolute;
        top: 8px;
        left: -29px;

        width: 21px;
        height: 18px;

        content: '';

        background-image: url(../images/coution_icon.png);
    }
    .header-ttl:after {
        position: absolute;
        top: 8px;
        right: -27px;

        width: 21px;
        height: 18px;

        content: '';

        background-image: url(../images/coution_icon.png);
    }
    .content {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        padding: 13px 0 0 0;
        padding: 0;
        padding-bottom: 0;

        text-align: left;

        color: #000;
    }
    .information {
        padding-top: 31px;

        background-color: white;
        /* overflow: hidden; */
    }
    .information .wrap {
        overflow: hidden;

        max-width: 1000px;
        margin: 0 auto;
    }
    .information .header {
        text-align: center;
    }
    .f_arial {
        font-size: 17px;
    }
    .information .content {
        margin-top: 9px;
        margin-bottom: 55px;
        padding: 0;

        border: none;
    }
    .information .item {
        float: none;

        box-sizing: border-box;
        width: 100%;
        margin-bottom: 2px;
        padding: 13px 20px;

        border-right: none;
        background-color: #ebebeb;
    }
    .information .date {
        font-size: 12px;
    }
    .information .description {
        font-size: 13px;
        font-weight: normal;
    }
}








/*top-panel-area*/

.top-panel__thumb {
    position: relative;

    overflow: hidden;

    padding-top: 56.5%;
}

.top-panel__thumb img {
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.panel-area {
    /* background-color: #ebebeb; */
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.reommend-panel-area .top-panel__item .top-panel__category{
    position: static;
    
}
.top-panel__item a{
    height: 100%;
}
.top-panel__item {
    box-sizing: border-box;
    border:1px solid #fff;
    background-color: #ebebeb;
    position: relative;
}



.contents-recommend .top-panel__item{
    border: none;
    background-color: transparent;
}
.top-panel__item a:hover {
    text-decoration: none;
}

.top-panel__item a {
    display: block;
    color: #262626;
    /* background-color: #ebebeb; */
    /* position: relative; */
}

.top-panel__item .top-panel__category{
    position: absolute;
    bottom: 15px;
}

.top-panel__category {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    
    color: #000;
    
}

.top-panel__title {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.7;
    margin-bottom: 53px;
}

.top-panel__description {
    font-size: 13px;
    line-height: 1.5;
}

.top-panel__more {
    font-size: 16px;
    font-weight: bold;

    display: block;

    margin-top: 20px;
    padding: 13px 0;

    text-align: center;
    letter-spacing: .05em;

    color: #fff;
    background-color: #da0012;
}

.top-panel__more-container {
    padding: 0 2px;
    /* margin-bottom: 67px; */
    max-width: 1000px !important;
    /* margin-left: 0; */
}

@media screen and (min-width: 1600px){

    .top-panel__more-container {max-width: 1250px !important;margin: 0 auto;}
    .area-category-selected .top-panel__more-container {max-width: 1000px !important;margin: 0 auto;margin-left: 0;}
}
@media screen and (min-width: 2000px){
    .area-category-selected .top-panel__more-container {max-width: 1250px !important;margin: 0 auto;margin-left: 0;}
}

.top-panel-area {
    /* margin-top: 40px; */
    /* padding-bottom: 30px; */
}

@media screen and (min-width: 768px) {
    .top-panel__item {
        width: 25%;
    }
    .top-panel__text {
        padding: 10px 15px 1px;
    }
}

@media screen and (max-width: 767px) {
    .top-panel__item {
        width: 50%;
    }
    .top-panel__text {
        padding: 10px 10px 4px 10px;
    }
}



.form-cmn-control input:checked+.form-cmn-control__indicator {
    border: none;
    background-color: #da0012;
}

.form-cmn-control input:not(:checked)+.form-cmn-control__indicator {
    background: #fff;
}

.form-cmn-control {
    font-size: 13px;

    position: relative;

    display: block;

    margin-bottom: 15px;
    padding-left: 35px;

    cursor: pointer;
}

.form-cmn-control input {
    position: absolute;
    z-index: -1;

    opacity: 0;
}


.form-cmn-control__indicator {
    position: absolute;
    top: 50%;
    left: 9px;

    width: 16px;
    height: 16px;

    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);

    border: 2px solid #9c9c9c;
}

.form-cmn-control input:checked+.form-cmn-control__indicator:after {
    display: block;
}


.form-cmn-control__indicator:after {
    position: absolute;

    display: none;

    content: '';
}


.top-bottom__inner {
    position: relative;

    box-sizing: border-box;
    padding: 10px 10px 10px 10px;

    background-color: #fff;
}

.form-cmn-control {
    display: inline-block;

    color: #747474;
}

.zipcode input {
    height: 38px;
    margin: 0 5px;

    border: none;
    background-color: #e8e8e8;

    -webkit-appearance: none;
}

.store-search-btn .mod-link-01__contents {
    text-align: center;
}

.zipcode input[name='zipcode1'] {
    width: 62px;
    /* margin: 0 10px; */
}

.zipcode input[name='zipcode2'] {
    width: 78px;
    margin-right: 0;
}

.top-btn-buy__text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    line-height: 1.5;

    margin-top: 20px;
}

.top-btn-buy {
    float: left;

    box-sizing: border-box;
    padding: 1px;

    text-align: center;
}

.top-btn-buy a {
    display: block;

    box-sizing: border-box;
    height: 100%;
    padding-top: 40px;

    background-color: #fff;
}

.top-bottom__title {
    color: #666;
}

.top-bottom-area {
    border-top: 1px solid #c3c3c3;
    background-color: #ebebeb;
}

@media screen and (min-width: 768px) {
    .top-bottom-area {
        /* margin-top: 85px; */
        padding-bottom: 67px;
    }
    .zipcode {
        position: absolute;
        top: 30px;
        right: 0;

        width: 201px;
    }

    .form-cmn-control {
        margin-top: 30px;
        margin-bottom: 36px;
    }

    .top-bottom__inner {
        height: 160px;
    }

    .top-bottom-block {
        width: 100%;
    }
    .top-btn-buy {
        width: 25%;
        height: 163px;
    }
    .top-btn-buy-container {
        margin: 0 -1px;
    }


    .top-bottom-block:nth-child(1) {
        /* float: left; */
    }
    .top-bottom-block:nth-child(2) {
        float: right;
    }

    .top-bottom__title {
        font-size: 17px;

        margin-top: 84px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .mod-sitemap__contents-list ul li.top a {
        font-size: 16px;
    }

    .top-bottom-block {
        margin-bottom: 62px;
        padding: 0 10px;
    }
    .zipcode {
        display: inline-block;
    }
    .top-btn-buy {
        width: 50%;
    }
    .top-bottom__title {
        font-size: 17px;

        margin-top: 50px;
        margin-bottom: 10px;

        text-align: center;
    }
    .top-btn-buy a {
        height: 158px;
    }
}


@media screen and (min-width: 768px) {}

@media screen and (max-width: 1179px) and (min-width: 768px) {
    .top-recommend-car__link {
        margin-bottom: 60px;
    }
    .top-news__title {
        margin-bottom: 30px;
    }
    .top-recommend-car__list,
    .top-panel-area,
    .top-panel__more-container,
    .top-inner-block,
    .news-area {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    .top-recommend-car__list {
        padding: 0;
    }
    .top-recommend-car__title {
        margin-left: 2%;
    }
}

@media screen and (max-width: 767px) {
    .top-recommend-car__name {
        font-size: 12px;

        margin-top: -2px;
    }
    .top-panel__more {
        padding: 14px 0;
    }
    .top-panel__title {
        font-size: 14px;

        margin-top: -4px;
    }
    .mod-link-01__inner {
        /* padding: 0 67px; */
    }

    .top-news__title {
        margin: 30px 0 30px 0;
    }

    .news-area {
        width: 100%;
        margin-top: -20px;
        padding: 0 10px;
    }
    .top-btn-buy__text {
        margin-top: 18px;
    }

    .top-mainvisual-slide-thumb-wrapper-sp {
        position: relative;

        margin-top: 2px;
    }


    .mainvisual-slide-current {
        position: absolute;
        top: 0;
        left: 0;

        box-sizing: border-box;
        width: 33.3%;
        height: 100%;
        /* -webkit-transform: translate(-50%,0); */
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        /* transform: translate(-50%,0); */
        pointer-events: none;

        border: 2px solid #da0012;
    }
}


.select-tab {
    overflow: hidden;

    width: 100%;
    margin: 30px 0 42px;
}

.select-tab li {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    display: table;
    float: left;
    box-sizing: border-box;

    height: 80px;
    list-style: none;
    text-align: center;
    color: white;
    padding-right: 1px;
    background-color: #fff;
}

@media screen and (min-width:1600px){
    .select-tab li {
        /* width: 138px; */
        width: 156px;
    }
}

@media screen and (max-width:1599px) and (min-width:1180px){
    .select-tab li {
        /* width: 111px; */
        width: 125px;
    }
}

.select-tab li a {
    display: table-cell;

    vertical-align: middle;
    background-color: #2b2b2b;
    color: white;
}

.select-tab li a:hover {
    text-decoration: none;
}

.select-tab li.current {
    border-top: 4px solid #e10012;
    background-color: #fff;
}

.select-tab li.current a {
    color: #2b2b2b;
    background-color: #fff;
}

select {
    /* height: 38px; */
    box-sizing: border-box;
    width: 260px;
    padding: 16px;
    /* padding-left: 10px; */
    cursor: pointer;
    text-align: center;

    border: 1px solid #dcdcdc;
    background-image: url(../images/down_arrow.png);
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 9px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.search-list {
    margin: 0 10px 0 0;
}

.search-list-wrapper {
    margin-bottom: 38px;
}

.top-mainvisual-wrapper {
    margin-bottom: 40px;
    padding: 27px 0 4px;
    background-color: #eaeaea;
}

.top-inner-ttl {
    font-size: 22px;

    margin-bottom: 19px;

    text-align: center;
}

.top-slide-txt {
    line-height: 1.5;

    display: table-cell;
    /* float: left; */
    /* width: 350px; */
    box-sizing: border-box;
    width: 37%;
    padding: 0 26px;

    vertical-align: middle;

    color: #000;
}

.slide-inner {
    font-size: 12px;
    line-height: 1.5;

    display: table;
    overflow-y: hidden;

    width: 100%;

    background-color: white;
}

.slide-inner p {
    display: table-cell;

    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;

    text-align: left;
    vertical-align: middle;
    text-decoration: none;

    color: #000;
}

a:hover .slide-inner p {
    text-decoration: none;
}

.top-slide-txt {
    font-size: 22px;
}

.top-mainvisual-slide__imgarea {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.top-panel__thumb {
    position: relative;
}

.top-panel__thumb:after {
    position: absolute;
    top: 37%;
    right: 0;
    left: 0;

    display: block;

    width: 40px;
    height: 40px;
    margin: 0 auto;

    content: '';

    background-image: url(../images/play-icon.png);
    background-size: 40px;
}

.contents-recommend .top-panel__thumb:after {
    width: 30px;
    height: 30px;

    background-size: 30px;
}

.contents-recommend .top-panel__title {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.category-design {
    color: #d8038f;
}

.category-company {
    color: #9700a9;
}


.category-motor-show {
    color: #d9c800;
}

.category-cm {
    color: #d96c00;
    /* font-size: 18px; */
}

.category-lifestyle {
    color: #09cadb;
}

.category-motor-sports {
    color: #4acb04;
}

.category-technology {
    color: #1eb1bf;
}

.category-history {
    color: #067aca;
}

.panel__thumb-new {
    font-size: 11px;

    position: absolute;
    top: -38px;
    right: -22px;

    width: 87px;
    height: 60px;

    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);

    color: white;
    background-color: #da0012;
}

.panel__thumb-new-txt {
    font-size: 11px;

    position: absolute;
    top: 2px;
    right: 1px;

    width: 30px;
    height: 30px;

    color: white;
}

.category-txt {
    font-size: 18px;
    font-weight: bold;
}

.slide-txt {
    margin-bottom: 10px;

    letter-spacing: .05em;
}

.seach-title {
    font-weight: bold;
}

body {
    position: relative;
}

.movie-modal {
    position: relative;

    width: 900px;
    margin: 150px auto;

    background: #fff;
    /* display: none; */
}

.youtube-cnt-inner {
    font-size: 11px;
    line-height: 23px;

    float: left;

    width: 86px;
    height: 23px;

    color: white;
    background-color: #e30012;
}

.youtube-cnt-inner img {
    width: 16px;
    margin: 6px 7px 6px 9px;
}

.youtube-cnt-inner2 {
    font-size: 12px;
    line-height: 23px;

    float: left;

    width: 58px;
    height: 23px;

    text-align: center;

    color: #666;
    border: 1px solid #dcdcdc;
}

.movie-modal-inner {
    position: relative;

    padding: 26px 37px 38px;
}

.modal-wrap {
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;

    display: none;
    overflow: auto;

    width: 100%;
    height: 100%;
}

.modal-open {
    overflow: hidden;
}

#modal-overlay {
    position: fixed;
    z-index: 37;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 120%;

    background-color: rgba(0, 0, 0, .82);
}

.movie-modal-ttl {
    font-size: 22px;
    font-weight: bold;

    letter-spacing: .05em;
}

.movie-modal-lead {
    font-size: 14px;
    line-height: 1.8;

    margin-bottom: 25px;
}

.youtube-cnt {
    /* border: 1px solid grey; */
    position: absolute;
    top: 42px;
    right: 42px;

    float: right;
}

.modal-ttl {
    font-size: 14px;
    font-weight: bold;

    clear: both;

    margin-bottom: 9px;

    letter-spacing: .05em;
}

.share-sns {
    margin-right: -3px;
    margin-bottom: 30px;
    margin-left: -3px;
}

.share-sns-block {
    font-size: 13px;
    font-weight: bold;
    line-height: 38px;

    float: left;

    width: 32.2%;
    height: 38px;
    margin: 0 3px;

    text-align: center;
    letter-spacing: .05em;

    border: 1px solid #000;
}

.share-sns-block-facebook {
    color: #3b5995;
    border: 1px solid #3b5995;
}

.share-sns-block-facebook span {
    display: block;
    float: left;

    width: 38px;
    height: 38px;

    background-color: #3b5995;
    background-image: url(../images/fb_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
}

.share-sns-block-twitter {
    color: #3b94d9;
    border: 1px solid #3b94d9;
}

.share-sns-block-twitter span {
    display: block;
    float: left;

    width: 38px;
    height: 38px;

    background-color: #3b94d9;
    background-image: url(../images/tw_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
}

.share-sns-block-line {
    color: #00c300;
    border: 1px solid #00c300;
}

.share-sns-block-line span {
    display: block;
    float: left;

    width: 38px;
    height: 38px;

    background-color: #00c300;
    background-image: url(../images/line_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
}

.modal-lead {
    margin-bottom: 0;
}

.modal-lead span {
    font-size: 12px;

    color: #666;
}

.moda-btn {
    line-height: 40px;

    float: right;

    width: 178px;
    height: 40px;
    margin-top: 10px;
    margin-right: 4px;
    margin-bottom: 31px;

    text-align: center;

    color: white;
    background-color: #2b2b2b;
}

.modal-table {
    width: 100%;

    letter-spacing: .05em;

    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.modal-table tr {
    line-height: 1.8;

    height: 50px;

    border-top: 1px solid #dcdcdc;
}

.modal-table td {
    font-size: 13px;
    /* font-weight: bold; */
    padding-left: 20px;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.modal-table th {
    font-size: 14px;
    width: 33%;
    padding-left: 20px;
    text-align: left;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    background: #f2f2f2;
    vertical-align: middle;
}

.close_btn {
    position: absolute;
    top: -48px;
    right: 0;

    width: 30px;

    cursor: pointer;
}
@media screen and (min-width: 1600px){
    .top-slide-txt{
        width: 47%;
    }
}
@media screen and (min-width: 1180px) {
    .floating-pickup.is-fix {
        position: fixed;
    }
    .floating-pickup.is-fix-bottom {
        position: absolute !important;
        top: auto;
        bottom: 46px;
    }
    .for-pc {
        display: block !important;
    }
    .top-panel-area .top-panel__item {
        width: 25%;
    }
    .top-panel__item {
        width: 33.33%;
    }
    .contents-select {
        float: left;
        width: 750px;
        min-height: 740px;
    }
    .contents-wrapper {
        /* width: 1000px; */
        margin: 0 auto;
        /* position: relative; */
    }
    .contents-select-wrapper {
        width: 1000px;
        margin: 0 auto;
        /* position: relative; */
    }
    .floating-pickup {
        position: absolute;
        top: 0;
        right: 0;
    }
    .contents-recommend {
        box-sizing: border-box;
        width: 245px;
        padding: 14px 0 0;

        color: white;
        background-color: #2b2b2b;
    }
    .contents-recommend .top-panel__item {
        width: 100%;
        padding: 15px 15px 0 15px;

        border-bottom: 1px solid white;
    }
    .contents-recommend-wrapper {
        position: relative;
        overflow: hidden;
        min-height: 616px;
    }
    .contents-recommend .top-panel__text {
        padding: 4px 0;

        color: white;
        background-color: #2b2b2b;
    }
    .recommend-ttl {
        font-size: 15px;

        margin-bottom: -5px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 1179px) {
    .modal .seach-title {
        font-weight: bold;

        box-sizing: border-box;
        margin-bottom: 0;
        padding-left: 73px;

        text-align: left;

        background-image: url(../images/check.png);
        background-repeat: no-repeat;
        background-position: 32px;
        background-size: 17px;
    }
    .modal .seach-title.is-current{
        background-image: url(../images/check-black.png);
    }

    .modal .seach-title .menu-ui {
        background-image: url(../images/close_icon.png);
    }
    .modal .seach-title-list {
        color: #262626;
        border-bottom: 1px solid white;
        background-color: #e3e3e3;
    }
    
}

@media screen and (max-width: 1179px) and (min-width: 768px) {
    .top-mainvisual-slide__item img {
        /* width: 85%; */
    }
    .top-panel__more-container{
        margin-bottom: 30px;
    }
    .slide-inner p {
        font-size: 10px;
    }
    .top-panel__item {
        width: 33.2%;
    }
    .for-pc {
        display: none;
    }
    .for-tab {
        display: block !important;
    }
    .seach-title {
        font-size: 18px;
        line-height: 60px;

        display: block !important;

        width: 100%;
        height: 60px;
        margin-bottom: 50px;

        text-align: center;

        color: white;
        background-color: #2b2b2b;
    }
    .seach-title .menu-ui {
        float: right;

        width: 60px;
        height: 42px;
        margin-top: 10px;

        border-left: 1px solid white;
        background-image: url(../images/plus_icon.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px;
    }
}

@media screen and (max-width: 1179px) {
    .recommend-ttl {
        font-size: 22px;

        margin-bottom: 10px;

        text-align: center;
    }
    .recommend-ttl span {
        font-size: 16px;
    }

    .contents-recommend {
        overflow: hidden;
        margin-top: 50px;
        padding: 40px 10px 40px 10px;
        color: white;
        background-color: #2b2b2b;
    }
    .contents-recommend .top-panel__text {
        padding: 10px 15px 1px;
        color: white;
        background-color: #2b2b2b;
    }
    .contents-recommend .top-panel__item {
        padding: 1px 10px;
    }
    .movie-img {
        width: 100%;
    }
    .movie-modal {
        width: 90%;
        height: auto;
        margin: 80px auto;
    }
    .movie-modal-inner {
        padding: 18px;
        /* padding-bottom: 18px; */
    }
    .movie-modal-inner .category-cm {
        font-size: 14px;

        display: block;

        margin-top: 10px;
        margin-bottom: 10px;
    }
    .movie-modal-ttl {
        font-size: 19px;
        font-weight: bold;
        line-height: 1.4;

        margin-bottom: 5px;

        letter-spacing: .05em;
    }
    .movie-modal-lead {
        font-size: 14px;
        line-height: 1.8;

        margin-bottom: 13px;
    }
    .youtube-cnt {
        /* border: 1px solid grey; */
        position: relative;
        top: auto;
        right: 0;

        float: right;

        margin-bottom: 46px;
    }
    .modal-ttl {
        font-size: 14px;
        font-weight: bold;

        clear: both;

        margin-bottom: 10px;

        letter-spacing: .05em;
    }
    .share-sns {
        margin-right: -1%;
        margin-bottom: 48px;
        margin-left: -1%;
    }
    .share-sns-block {
        font-size: 13px;
        font-weight: bold;
        line-height: 38px;

        float: left;

        width: 47%;
        height: 38px;
        margin: 2px 1%;

        text-align: center;
        letter-spacing: .05em;

        border: 1px solid #000;
    }
    .share-sns-block-facebook {
        color: #3b5995;
        border: 1px solid #3b5995;
    }
    .share-sns-block-facebook span {
        display: block;
        float: left;

        width: 38px;
        height: 38px;

        background-color: #3b5995;
        background-image: url(../images/fb_icon.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 8px;
    }
    .share-sns-block-twitter {
        color: #3b94d9;
        border: 1px solid #3b94d9;
    }
    .share-sns-block-twitter span {
        display: block;
        float: left;

        width: 38px;
        height: 38px;

        background-color: #3b94d9;
        background-image: url(../images/tw_icon.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 17px;
    }
    .share-sns-block-line {
        color: #00c300;
        border: 1px solid #00c300;
    }
    .share-sns-block-line span {
        display: block;
        float: left;

        width: 38px;
        height: 38px;

        background-color: #00c300;
        background-image: url(../images/line_icon.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 21px;
    }
    .modal-lead {
        font-size: 14px;

        margin-top: -4px;
        margin-bottom: 0;
    }
    .modal-lead span {
        font-size: 12px;
        line-height: 1.5;

        display: block;

        margin-top: 3px;
        padding-left: 12px;

        color: #666;
    }
    .moda-btn {
        line-height: 40px;

        float: right;

        width: 100%;
        height: 40px;
        margin-top: 26px;
        margin-right: 4px;
        margin-bottom: 33px;

        text-align: center;

        color: white;
        background-color: #2b2b2b;
    }
    .modal-table {
        width: 100%;

        letter-spacing: 0;

        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }
    .modal-table tr {
        line-height: 50px;

        height: 50px;

        border-top: 1px solid #dcdcdc;
    }
    .modal-table td {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.7;

        padding-bottom: 13px;
        padding-left: 17px;
    }
    .modal-table th {
        font-size: 13px;

        box-sizing: border-box;
        width: 113px;
        padding-left: 15px;

        text-align: left;

        border-right: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
    }
}

.top-panel__more {
    /* display: none; */
}

.top-panel__more.is-show {
    display: block;

    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .contents-recommend .top-panel__category {
        font-size: 13px;
    }
    .recommend-ttl {
        margin-bottom: -5px;
    }
    .contents-recommend .top-panel__title {
        font-size: 14px;
    }
    .contents-recommend .top-panel__thumb:after {
        top: 37%;

        width: 40px;
        height: 40px;

        background-size: 40px;
    }
    .contents-recommend .panel__thumb-new-txt {
        font-size: 14px;
        top: 0;
        right: 12px;
        letter-spacing: 0;
    }
    .contents-recommend .panel__thumb-new {
        top: -27px;

        width: 121px;
    }
    .contents-recommend {
        padding: 30px 0 0 0;
    }
    .contents-recommend .top-panel__item {
        width: 100%;
        padding: 15px 15px 5px;

        border-bottom: 1px solid white;
    }
    .top-panel-area {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .category-txt {
        font-size: 14px;
    }
    .slide-txt {
        /* margin-bottom: 30px; */
        min-height: 50px;
    }
    .top-bottom-area {
        border-top: none;
    }
    .top-panel__more-container {
        margin-bottom: 0;
        padding: 0 15px;
    }
    .top-panel__title {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 35px;
    }
    .top-panel__category {
        font-size: 12px;
        /* margin-bottom: 1px; */
        
    }
    .top-panel__item .top-panel__category{
        bottom: 7px;
    }
    .top-panel__thumb:after {
        position: absolute;
        top: 32%;
        right: 0;
        left: 0;

        display: block;

        width: 32px;
        height: 32px;
        margin: 0 auto;

        content: '';

        background-image: url(../images/play-icon.png);
        background-size: 32px;
    }
    .top-slide-txt {
        font-size: 15px !important;

        margin: 20px 0 30px;
    }
    .search-list {
        font-size: 14px;
        font-weight: bold;

        display: block;

        margin-top: 20px;
        margin-bottom: 2px;
    }
    .top-panel__item {
        width: 49.8%;
    }
    .seach-title {
        font-size: 18px;
        line-height: 60px;

        display: block !important;

        width: 100%;
        height: 60px;
        margin-bottom: 37px;

        text-align: center;

        color: white;
        background-color: #2b2b2b;
    }
    .seach-title .menu-ui {
        float: right;

        width: 60px;
        height: 42px;
        margin-top: 10px;

        border-left: 1px solid white;
        background-image: url(../images/plus_icon.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px;
    }
    .top-mainvisual-slide-thumb__item img {
        display: block;

        width: 100%;
    }
    .top-slide-txt {
        display: block;

        width: 100%;
        margin: 0;
        padding: 10px;

        letter-spacing: -.05em;
    }
    .top-inner-ttl {
        margin-bottom: 7px;
    }
    .top-mainvisual-wrapper {
        margin-bottom: 0;
        padding: 20px 0;
    }
    .panel__thumb-new {
        font-size: 10px;

        position: absolute;
        top: -52px;
        right: -22px;

        width: 87px;
        height: 60px;

        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        transform: rotate(30deg);

        color: white;
        background-color: #da0012;
    }
    .panel__thumb-new-txt {
        font-size: 10px;

        position: absolute;
        top: -3px;
        right: -5px;

        width: 30px;
        height: 30px;

        color: white;
    }
}


@media screen and (min-width: 1600px) {
    .top-panel-area.top-inner-block {
        max-width: 1250px;
    }
    .top-panel-area.top-inner-block .top-panel__item {
        width: 20%;
    }
    .top-inner-block {
        max-width: 1250px;
    }




    .contents-select,
    .contents-select-wrapper {
        width: 1250px;
        /* min-height: 640px; */
    }
    .top-panel__item {
        width: 25%;
    }
    .top-inner-block--category {
        max-width: 1000px;
        margin: 0;
    }
}

@media screen and (min-width: 2000px) {
    .top-panel__item {
        width: 20%;
    }

    .top-inner-block--category {
        max-width: 1250px;
        margin: 0;
    }
}