.t-mainbnr {
    padding: 1px 0 0 0;
    background: #2f3437;
    margin: 0 0 20px 0;
}
.t-mainbnr--container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.t-mainbnr__tab {
    width: 165px;
    margin: 0 5px 0 0;
}
.t-mainbnr__tab li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    background: #4c5153;
    color: #fff;
    padding: 11px 10px;
    margin-bottom: 2px;
    border-radius: 5px;
    cursor: pointer;
}
.t-mainbnr__tab li:hover {
    background: transparent;
    opacity: 0.8;
    transition: all ease 0.3s;
}
.t-mainbnr__tab li.active {
    background: transparent;
}
.t-mainbnr__content {
    width: 1040px;
    display: none;
}
.t-mainbnr__content.content__show {
    display: block;
}
/* .t-mainbnr__box {
    width: 1040px;
    height: 303px;
} */
.t-mainbnr__box--in {
    width: 1040px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.t-mainbnr__box--in-left {
    margin-right: 3px;
    width: 748px;
    position: relative;
}
.t-mainbnr__box--in-right {
    width: 370px;
    position: relative;
}
/* カミングスーン  ここから*/
.t-mainbnr__tab li figure {
    margin-right: 13px;
    width: 33px;
}
.t-mainbnr__tab li figcaption.cap_cs {
    width: 80px;
    position: relative;
    margin: -7px 0 0 0;
    text-align: left;
    line-height: 1;
}
.t-mainbnr__tab li figcaption.cap_cs em {
    width: 100%;
    font-size: 10px;
    display: block;
    color: #ffffbf;
}
/* カミングスーン  ここまで*/
.t-mainbnr__box--in-rbottom {
    margin: 2px 0 0 0;
    position: relative;
}
.t-mainbnr__pattern--text01 {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 4px;
    text-align: left;
    padding: 20px 0 20px 25px;
}
.t-mainbnr__pattern--text02 {
    text-align: left;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 3px;
    padding: 0 0 0 25px;
}
.t-mainbnr--btn {
    position: absolute;
    background: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 2px 0;
    letter-spacing: 3px;
    font-size: 1.4rem;
    font-weight: 600;
}
.t-mainbnr--btn.t-mainbnr--btn01 {
    width: 40%;
    transform: translate(-50%, 0);
    bottom: 29px;
    left: 53%;
    display: none;
}
.t-mainbnr--btn.t-mainbnr--btn02 {
    width: 80%;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 40px;
}
.t-mainbnr--btn:hover {
    background: #555f64;
    color: #fff;
}
.t-mainbnr__box--in6 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.t-mainbnr__box--in6 ul li {
    width: 33.2%;
}
/* 総合トップ　スライダ */
.t-mainbnr .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.t-mainbnr .slick-dots {
    bottom: -30px;
    left: -130px;
}
.t-mainbnr .slick-dots li {
    width: 44px;
    height: 3px;
}
.t-mainbnr .slick-dots li button:before {
    font-size: 4px;
    line-height: 14px;
    width: 50px;
    height: 0px;
    content: '';
    opacity: .15;
    color: #000;
    border: 1px solid;
}
.t-mainbnr .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
.t-mainbnr__box--in-right .t-mainbnr__box--in-rtop{
    margin-bottom: 2px;
    margin-top: 1px;
}

@media screen and (max-width: 600px){
    .t-mainbnr--container {
        display: block;
    }
    .t-mainbnr__tab {
        width: 100%;
        overflow-x: auto;
    }
     /* カミングスーン  ここから*/
    .t-mainbnr__tab ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 825px;
        overflow-x: scroll;
    }
    .t-mainbnr__tab li {
        padding: 5px 30px 6px 10px;
        margin: 0 4px 4px 0; 
        font-size: 1.4rem;
    }
    .t-mainbnr__tab li figure {
        width: 27px;
    }
    .t-mainbnr__tab li figcaption.cap_cs {
        width: 75px;
        top: 7px;
        line-height: 1;
    }
     /* カミングスーン  ここまで*/
    .t-mainbnr__content {
        width: 100%;
    }
    .t-mainbnr__box--in {
        width: 100%;
        display: block;
    }
    .t-mainbnr__box--in-left {
        margin-right: 0;
        width: 100%;
    }
    .t-mainbnr__box--in-right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }  
    .t-mainbnr__box--in-rtop {
        width: 49%;
        border: 1px solid;
    }
    .t-mainbnr__pattern--text01 {
        font-size: 1.3rem;
        letter-spacing: 2px;
        padding: 10px 0 60px 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .t-mainbnr__pattern--text01 br {
        display: none;
    }
    .t-mainbnr__box--in-rbottom {
        margin: 0;
        width: 49%;
    }
    .t-mainbnr--btn.t-mainbnr--btn01 {
        width: 55%;
        transform: translate(-50%, 0);
        bottom: 15px;
        left: 53%;
        letter-spacing: 1px;
        font-size: 1.3rem;
    }
    .t-mainbnr__box--in6 ul li {
        width: 49.8%;
        margin-bottom: 1px;
    }
    .t-mainbnr .slick-dots {
        left: 0;
    }
    .t-mainbnr--btn.t-mainbnr--btn02 {
        width: 60%;
        transform: translate(-50%, 0);
        left: 50%;
        bottom: 0;
        padding: 0 0;
    }
    .t-mainbnr .slick-dotted.slick-slider {
        height: 395px;
    }
    .t-mainbnr__box--in-right .t-mainbnr__box--in-rtop{
        border: none;
        width: 49.9%;
    }
    .t-mainbnr__box--in-right .t-mainbnr__box--in-rtop:nth-child(1){
        margin-right: 1px;
    }
    /* カミングスーン  高さ調整*/
    .t-mainbnr__tab li.tab__item05{
        margin-bottom: 0;
        height: 36px;
    }
    /* カミングスーン  高さ調整*/
}
@media screen and (max-width: 440px){
    .t-mainbnr .slick-dotted.slick-slider {
        height: 277px;
    }
    .t-mainbnr--btn.t-mainbnr--btn02 {
        bottom: 30px;
    }
}

@media screen and (max-width: 390px){
    .t-mainbnr .slick-dotted.slick-slider {
        height: 258px;
    }
@media screen and (max-width: 340px){
    .t-mainbnr .slick-dotted.slick-slider {
        height: 225px;
    }
}
@media screen and (max-width: 330px){
    .t-mainbnr .slick-dotted.slick-slider {
        height: 214px;
    }
    .t-mainbnr__pattern--text01 {
        font-size: 1.1rem;
    }
    .t-mainbnr--btn.t-mainbnr--btn02 {
        font-size: 1.2rem;
    }
    .t-mainbnr--btn.t-mainbnr--btn02 {
        bottom: 38px;
    }
}