@charset "UTF-8";

/* CSS INFORMATION -================================================= */
/* File name : top.css */
/* Description : TOPCSS */
/* ================================================================== */

/* ================================================================== */
/*    news1
/* ================================================================== */
.news1 {
    padding: 5.33%;
    padding: calc(40 / 750 * 100%);
}


.news1_wrap h2 {
    padding: 2.69% 0;
    padding: calc(18 / 670 * 100%) 0;
    background-color: #999;
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
}

.news1_list {
    padding: 1.79% 3.88%;
    padding: calc(12 / 670 * 100%) calc(26 / 670 * 100%);
    border: 2px solid #999;
    border: calc(4 / 750 * 100vw) solid #999;
    border-top: 0;
    background-color: #fff;
}

.news1_list li a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.news1_list li dl {
    padding: 2.62% 0;
    padding: calc(16 / 610 * 100%) 0;
    border-bottom: 1px solid #eee;
}

.news1_list li:last-child dl {
    border-bottom: 0;
}

.news1_box dt {
    margin: 0 0 0.82%;
    margin: 0 0 calc(5 / 610 * 100%);
    color: #a1a1a1;
    font-size: 2rem;
    line-height: 1.46;
}

.news1_box dd {
    font-size: 2.6rem;
    line-height: 1.46;
}

@media screen and (min-width: 768px) {
    .news1 {
        padding: 0;
    }

    .news1_wrap {
        width: calc(940 / 1000 * 100%);
        margin: 0 auto;
        padding: calc(35 / 1000 * 100%) 0;
    }

    .news1_wrap h2 {
        padding: calc(12 / 940 * 100%) 0;
        font-size: 2rem;
    }

    .news1_list {
        padding: 0 calc(28 / 940 * 100%);
        border-width: 2px;
    }

    .news1_list li dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: calc(15 / 880 * 100%) 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .news1_box dt {
        width: calc(120 / 880 * 100%);
        margin: 0 0 0 calc(10 / 880 * 100%);
        font-size: 1.3rem;
    }

    .news1_box dd {
        width: calc(750 / 880 * 100%);
        font-size: 1.6rem;
    }

    .news1_list li a:hover + .news1_box {
        opacity: 0.7;
    }
}


/* ================================================================== */
/*    live
/* ================================================================== */
.live {
    margin: 0 0 5.33%;
    margin: 0 0 calc(40 / 750 * 100%);
    padding: 3.33% 5.33% 4%;
    padding: calc(25 / 750 * 100%) calc(40 / 750 * 100%) calc(30 / 750 * 100%);
    background-color: #000;
}


.live_wrap h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 3.58%;
    margin: 0 0 calc(24 / 670 * 100%);
    color: #fff;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1;
}

.live_wrap h2::before {
    content: "";
    display: block;
    width: 2.69%;
    width: calc(18 / 670 * 100%);
    padding-top: 2.69%;
    padding-top: calc(18 / 670 * 100%);
    margin-right: 2.09%;
    margin-right: calc(14 / 670 * 100%);
    background-color: #d10010;
    border-radius: 50%;
}

.live_box_details {
    margin: 4.48% 0 0;
    margin: calc(30 / 670 * 100%) 0 0;
}

.live_box_details dt {
    margin: 0 0 2.24%;
    margin: 0 0 calc(15 / 670 * 100%);
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.05em;
}

.live_box_icon {
    display: block;
    width: 25.37%;
    width: calc(170 / 670 * 100%);
    margin: 0 0 0.75%;
    margin: 0 0 calc(5 / 670 * 100%);
    padding: 1.04% 1.34% 1.04% 1.19%;
    padding: calc(7 / 670 * 100%) calc(9 / 670 * 100%) calc(7 / 670 * 100%) calc(8 / 670 * 100%);
    background-color: #d10010;
}

.live_box_details dd {
    color: #9e9e9e;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: -0.15em;
}

@media screen and (min-width: 768px) {
    .live {
        margin: 0 0 calc(40 / 1100 * 100%);
        padding: 0;
    }

    .live_wrap {
        width: calc(580 / 1000 * 100%);
        margin: 0 auto;
        padding: calc(12 / 1000 * 100%) 0 calc(35 / 1000 * 100%);
    }

    .live_wrap h2 {
        margin: 0 0 calc(12 / 580 * 100%);
        font-size: 2.7rem;
    }

    .live_wrap h2::before {
        width: calc(11 / 580 * 100%);
        padding-top: calc(11 / 580 * 100%);
        margin-right: calc(7 / 580 * 100%);
    }

    .live_box_details {
        margin: calc(13 / 580 * 100%) 0 0;
    }

    .live_box_details dt {
        margin: 0 0 calc(5 / 580 * 100%);
        font-size: 1.8rem;
    }

    .live_box_icon {
        width: calc(120 / 580 * 100%);
        margin: 0 0 calc(8 / 580 * 100%);
        padding: calc(4 / 580 * 100%) calc(8 / 580 * 100%) calc(5 / 580 * 100%);
    }

    .live_box_details dd {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1100px) {
    .live {
        margin: 0 0 40px;
    }
}


/* ================================================================== */
/*    banner
/* ================================================================== */

.banner_list {
    line-height: 0;
}

.banner_list li a {
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .slick-active a {
    z-index: 2;
}

.banner_box_txt {
    width: 100%;
    padding: 5.33% 9.33%;
    padding: calc(40 / 750 * 100%) calc(70 / 750 * 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
}

.banner_box_txt dt {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner_box_txt dd {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0 2.67%;
    margin: 0 0 calc(20 / 750 * 100%);
}

.banner .slick-dots li {
    width: 6px;
    width: calc(12 / 750 * 100vw);
    height: 6px;
    height: calc(12 / 750 * 100vw);
    margin: 0 6px 0 0;
    margin: 0 calc(12 / 750 * 100vw) 0 0;
}

.banner .slick-dots li:last-child {
    margin-right: 0;
}

.banner .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #bdbdbd;
    border-radius: 50%;
    text-indent: -9999px;
}

.banner .slick-dots li button:last-child {
    display: none;
}

.banner li.slick-active button {
    background-color: #d10010;
}

.banner .slick-arrow {
    width: 26px;
    width: calc(52 / 750 * 100vw);
    height: 48px;
    height: calc(96 / 750 * 100vw);
    background: url(../images/common/btn_slide_arrow1.svg) no-repeat center center;
    background-size: 13px auto;
    background-size: calc(26 / 750 * 100vw) auto;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto 0;
}

.banner .slick-prev {
    left: 0;
    margin-left: 2%;
    margin-left: calc(15 / 750 * 100%);
}

.banner .slick-next {
    right: 0;
    margin-right: 2%;
    margin-right: calc(15 / 750 * 100%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
    .banner {
        margin: 0 0 calc(20 / 1440 * 100%);
    }

    .banner_wrap .draggable {
        padding: 0 calc(475 / 1440 * 100%) !important;
    }

    .banner_box {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .banner_box_txt {
        padding: calc(50 / 808 * 100%) calc(70 / 808 * 100%);
    }

    .banner_box_txt dt {
        margin: 0 0 0.2em;
        font-size: calc(18 / 1440 * 100vw);
    }

    .banner_box_txt dd {
        font-size: calc(16 / 1440 * 100vw);
        line-height: 1.5;
    }

    .banner .slick-arrow {
        width: calc(40 / 1440 * 100vw);
        height: calc(72 / 1440 * 100vw);
        background-size: calc(15 / 1440 * 100vw) auto;
    }

    .banner .slick-prev {
        margin-left: calc(430 / 1440 * 100%);
    }

    .banner .slick-next {
        margin-right: calc(430 / 1440 * 100%);
    }

    .banner .slick-dots {
        margin: 0 0 calc(10 / 1440 * 100vw);
    }

    .banner .slick-dots li {
        width: calc(8 / 1440 * 100vw);
        height: calc(8 / 1440 * 100vw);
        margin: 0 calc(10 / 1440 * 100vw) 0 0;
    }

    .banner_list li a:hover + .banner_box {
        opacity: 0.7;
    }
}


/* ================================================================== */
/*    sec_content
/* ================================================================== */
.sec_content {
    padding: 4% 0 0;
    padding: calc(30 / 750 * 100%) 0 0;
}

.sec_content:last-child {
    padding-bottom: 6.66%;
    padding-bottom: calc(50 / 750 * 100%);
}

.sec_ttl {
    margin: 0 5.33% 1.33%;
    margin: 0 calc(40 / 750 * 100%) calc(10 / 750 * 100%);
    padding-right: 26.67%;
    padding-right: calc(200 / 750 * 100%);
}

.sec_ttl h2 {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.3;
}

.sec_ttl_btn {
    position: absolute;
    bottom: 0.3em;
    right: 0;
    font-size: 2.8rem;
}

.sec_ttl_btn a {
    color: #f3be16;
    font-weight: 700;
    line-height: 1;
}

.sec_ttl_btn a::after {
    content: "";
    display: inline-block;
    width: 7px;
    width: calc(13 / 750 * 100vw);
    height: 13px;
    height: calc(25 / 750 * 100vw);
    background: url(../images/common/btn_arrow_yellow.svg) no-repeat left top;
    background-size: 100% auto;
    position: relative;
    /*    top: 0.15em;*/
    margin: 0 0 0 0.5em;
    vertical-align: middle;
}

.sec_content_wrap {
    overflow-x: scroll;
    overflow-y: hidden;
}

.sec_content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.33% 0 0 5.33%;
    padding: calc(10 / 750 * 100%) 0 0 calc(40 / 750 * 100%);
}

.sec_content_list li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 56.34%;
    width: calc(400 / 710 * 100%);
    padding-right: 4.23%;
    padding-right: calc(30 / 710 * 100%);
}

.sec_content_list li > a {
    width: 92.5%;
    width: calc(370 / 400 * 100%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.sec_content_photo {
    margin: 0 0 5.41%;
    margin: 0 0 calc(20 / 370 * 100%);
}

.sec_content_txt dt {
    margin: 0 0 1.08%;
    margin: 0 0 calc(4 / 370 * 100%);
    color: #f39700;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec_content_txt1 {
    color: #646464;
    font-size: 2.5rem;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec_content_txt2 {
    color: #bebebe;
    font-size: 2.1rem;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec_content_ranking {
    width: 13.51%;
    width: calc(50 / 370 * 100%);
    margin: 2.7% 0 0 2.7%;
    margin: calc(10 / 370 * 100%) 0 0 calc(10 / 370 * 100%);
    padding: 0.4em 0;
    background-color: #ce0a19;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}

.sec_content_tag {
    height: 17px;
    height: calc(34 / 750 * 100vw);
    margin: -2.7% -2.7% 0 0;
    margin: calc(-10 / 370 * 100%) calc(-10 / 370 * 100%) 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

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

@media screen and (min-width: 768px) {
    .sec_content {
        padding: calc(20 / 1440 * 100%) 0 0;
    }

    .sec_ttl {
        margin: 0 calc(40 / 1440 * 100%) calc(10 / 1440 * 100%);
        padding-right: 0;
    }

    .sec_ttl h2 {
        display: inline-block;
        font-size: calc(26 / 1440 * 100vw);
        margin-right: calc(50 / 1440 * 100%);
    }

    .sec_ttl_btn {
        position: relative;
        display: inline-block;
        width: calc(120 / 1440 * 100vw);
        bottom: 0.1em;
    }

    .sec_ttl_btn a {
        font-size: calc(16 / 1440 * 100vw);
    }

    .sec_ttl_btn a::after {
        width: calc(7 / 1440 * 100vw);
        height: calc(14 / 1440 * 100vw);
        /*        top: 0.2em;*/
        right: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .sec_ttl_btn a:hover::after {
        right: -3%;
    }

    .sec_content_wrap {
        overflow-x: hidden;
    }

    .sec_content_list {
        padding: 0;
    }

    .sec_content_list .draggable {
        padding: calc(5 / 1440 * 100%) calc(28 / 1440 * 100%) 0 !important;
    }

    .sec_content_list li {
        padding: 0 calc(10 / 1440 * 100vw);
    }

    .sec_content_box {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .sec_content_list li a:hover {
        opacity: 0.7;
    }

    .sec_content_photo {
        margin: 0 0 calc(10 / 1440 * 100vw);
    }

    .sec_content_txt dt {
        margin: 0 0 calc(3 / 1440 * 100vw);
        font-size: calc(18 / 1440 * 100vw);
    }

    .sec_content_txt1 {
        margin: 0 0 calc(9 / 1440 * 100vw);
        font-size: calc(16 / 1440 * 100vw);
    }

    .sec_content_txt2 {
        font-size: calc(14 / 1440 * 100vw);
    }

    .sec_content_txt2::before {
        top: 0.2em;
    }

    .sec_content_list .slick-arrow {
        width: calc(100 / 1440 * 100vw);
        height: calc(100 / 1440 * 100vw);
        background: url(../images/common/btn_slide_arrow1.svg) no-repeat 72% center rgba(243, 190, 22, 0.8);
        background-size: calc(13 / 1440 * 100vw) auto;
        border-radius: 50%;
        text-indent: -9999px;
        position: absolute;
        top: 0;
        z-index: 2;
        margin: calc(70 / 1440 * 100vw) 0 0;
        -webkit-box-shadow: 0 0 calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.3);
    }

    .sec_content_list .slick-prev {
        left: 0;
        margin-left: calc(-50 / 1440 * 100vw);
    }

    .sec_content_list .slick-next {
        right: 0;
        margin-right: calc(-50 / 1440 * 100vw);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sec_content_list .slick-disabled {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .sec_content_ranking {
        width: calc(27 / 1440 * 100vw);
        margin: calc(10 / 1440 * 100vw) 0 0 calc(10 / 1440 * 100vw);
        padding: 0.37em 0 0.44em;
        font-size: calc(15 / 1440 * 100vw);
    }

    .sec_content_tag {
        height: calc(20 / 1440 * 100vw);
        margin: calc(-5 / 1440 * 100vw) calc(-5 / 1440 * 100vw) 0 0;
    }
}


/* ================================================================== */
/*    news2
/* ================================================================== */
.news2 {
    padding: 13.33% 5.33%;
    padding: calc(100 / 750 * 100%) calc(40 / 750 * 100%);
}


.news2_wrap h2 {
    padding: 0 0 2.69%;
    padding: 0 0 calc(18 / 670 * 100%);
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1;
    border-bottom: 3px solid #fabe00;
    border-bottom: calc(6 / 750 * 100vw) solid #fabe00;
}

.news2_list li a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.news2_list li dl {
    padding: 3.73% 0;
    padding: calc(25 / 670 * 100%) 0;
    border-bottom: 1px solid #bdbdbd;
}

.news2_box dt {
    margin: 0 0 0.75%;
    margin: 0 0 calc(5 / 670 * 100%);
    color: #a1a1a1;
    font-size: 2rem;
    line-height: 1.46;
}

.news2_box dd {
    font-size: 2.6rem;
    line-height: 1.46;
}

.news2_wrap .btn1 {
    margin: 8.96% 0 0;
    margin: calc(60 / 670 * 100%) 0 0;
}

@media screen and (min-width: 768px) {
    .news2 {
        padding: 0;
    }

    .news2_wrap {
        padding: calc(150 / 1000 * 100%) 0 calc(110 / 1000 * 100%);
    }

    .news2_wrap h2 {
        padding: 0 0 calc(18 / 1000 * 100%);
        font-size: 2.6rem;
        border-width: calc(3 / 1100 * 100vw);
    }

    .news2_list li dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: calc(25 / 1000 * 100%) 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .news2_box dt {
        width: calc(120 / 1000 * 100%);
        margin: 0;
        font-size: 1.3rem;
    }

    .news2_box dd {
        width: calc(880 / 1000 * 100%);
        font-size: 1.6rem;
    }

    .news2_list li a:hover + .news2_box {
        opacity: 0.7;
    }

    .news2_wrap .btn1 {
        margin: calc(30 / 1000 * 100%) 0 0;
    }
}

@media screen and (min-width: 1100px) {
    .news2_wrap h2 {
        border-width: 3px;
    }
}
