html {
    background-image: none !important;
    background-color: #0c0f12;
}
body {
    background:transparent;
    background-image: none;
}
#wrap-gradient,#footer-global {
    background:transparent !important;
    background-image: none !important;
}
#header-global {
/*
    background-color: #0b76e1;
    background-image: linear-gradient( #0b76e1 0%, #000000 100%);
*/
    background: transparent;
}
.live #contents-main {
    margin-top: -110px;
}
.live .top_section {
    position: relative;
    width: 1280px;
    display: flex;
}

.live .top_section h1 img {
    width: 844px;
    height: auto;
}
.live .top_section .info {
    padding: 0;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: #14171c;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.live .top_section .info .info_main {
    width: 100%;
    height: 263px;
    padding: 34px 40px;
}
.live .top_section .info .info_main dt {
    font-size: 18px;
    padding: 0 0 20px;
    margin: 0 0 18px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba( 255, 255, 255, 0.12);
}
.live .top_section .info .info_main dd {
    font-size: 13px;
    line-height: 1.57;
    color: #d6d6d6;
}
.live .top_section .info .info_main dd:before {
    content: '';
    display: inline-block;
    width: 4px;
    height:4px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0 8px 0 0;
    vertical-align: middle;
}
.live .top_section .info_addtional {
    width: 100%;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: #21252c;
    padding: 24px 40px 10px;
}

.live .top_section .info_addtional dt {
    font-size: 16px;
    color: #fcfcfc;
    line-height: 1.4;
} 

.live .top_section .info_addtional dd {
    font-size: 13px;
    line-height: 1.6;
    color: #d8d8d8;
    margin: 10px 0 0;
}
.live .top_section .info_addtional dd:after {
    content: '';
    display:inline-block;
    width:20px;
    height: 20px;
    background-image: url(https://www.gran-turismo.com/common/front/img/live/icon_arrow_right.svg);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 0 0 6px;
}
.live .top_section p.logo {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.live .top_section div.event_detail {
    background-color: #14171c;
    padding: 0 0 40px;
}
.live .top_section div.event_detail dl.info {
    text-align: center;
    padding: 0 0 30px;
}
.live .top_section div.event_detail dl.info dt {
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    font-weight: 700;
    background-image: url(../png/header_bg.png);
}
.live .top_section div.event_detail dl.info dd {
    font-size: 18px;
    margin:0 0 10px;
}
.live .top_section div.event_detail dl.buttons {
    text-align: center;
}
.live .top_section div.event_detail dl.buttons dd {
    display: inline-block;
    margin: 0 10px;
    border: 0.5px solid #fff;
    border-radius: 5px;
}
.live .top_section div.event_detail dl.buttons dd a {
    display: block;
    padding: 17px 50px;
}

@media (max-width: 1300px) {
    .live .top_section h1 img {
        width: 652px;
    }
    .live .top_section .info .info_main {
        height: initial;
        padding: 24px 20px 18px;
    }
    .live .top_section .info_addtional {
        padding: 22px 20px 0;
    }
}
/*
.live .top_section dl {
    padding: 209px 0 30px;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
}
.live .top_section dl > dt img {
    height: 40px;
}
.live .top_section dl > dd {
    font-size: 20px;
    margin-top: 16px;
}
.live .top_section dl > dd > img {
    width: 100%;
}
*/
.live #contents-main > h2 {
    background-color: #14171c;
    background-image: url(../png/header_bg.png);
    height: 80px;
    line-height: 80px;
    color: #cfd4dd;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 50px 0 0;
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: #526384;
/*
    margin-top: 30px;
    text-align: center;
    background: linear-gradient(#1e242f, #171b23);
    height: 50px;
    line-height: 50px !important;
    font-size: 16px;
    font-weight: 700;
    color: #a3aab9;
*/
}
.live .list_playlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #14171c;
    padding: 0 0 10px;
    margin-top: -20px;
}
.live .list_playlist > dl {
    width: 384px;
    margin: 0 6px 6px 0;
    line-height: 1.4;
    padding: 16px;
}
.live .list_playlist > dl .img {
    position: relative;
}
.live .list_playlist > dl .img .label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 6px 10px;
}
.live .list_playlist > dl .img .label.will {
    background-color: #2574c5;
}
.live .list_playlist > dl .img .label.new {
    background-color: #ea4537;
}
.live .list_playlist > dl:nth-child(3n) {
    margin-right: 0;
}
.live .list_playlist > dl > dd > a > img {
    width: 100%;
}
.live .list_playlist > dl > dd.description {
    line-height: 1.6;
    color: #c8c8c8;
}
.live .list_playlist > dl > dd > dl {
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: #a3aab9;
    margin: 12px 0 12px;
    padding-left: 10px;
}
.live .list_playlist.new > dl > dd > dl {
    border: none;
    padding: 0;
}
.live .list_playlist.new > dl > dd.date {
    font-size: 16px;
}
.live .list_playlist.new > dl > dd.date span.new {
    color: #EA4537;
    margin: 0 0 0 4px;
}
.live .list_playlist.new > dl > dd.date span.will {
    color: #7cacdc;
    margin: 0 4px 0 0;
}
.live .list_playlist > dl > dd > dl > dt {
    font-size: 16px;
    font-weight: 700;
}
.live .list_playlist > dl > dd > dl > dt a {
    color: #dcdcdc;
}
.live .list_playlist > dl > dd > dl > dd {
    margin-top: 8px;
    color: #c8c8c8;
}
.live .list_playlist > dl > dd > dl > dd:before {
    content: "";
    width: 26px;
    height: 17px;
    background-image: url(https://www.gran-turismo.com/common/front/img/live/video_count.svg);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 6px 0 0;
}
.live .list_playlist > div.blank {
    width: 416px;
}
#contents-main.wide {
    width: 1280px;
}
.live .player {
    display: flex;
    height: 540px;
}
.live .player .cover_img {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}
.live .player .chapter {
    width: 320px;
    height: 100%;
    background-color: #14171c;
    overflow-y: hidden;
}
.live .player .chapter.hidden {
    display: none;
}
.live .player .chapter h3 {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: linear-gradient(#1e242f, #171b23);
    font-size: 13px;
    color: #a3aab9;
    font-weight: 700;
}
.live .player .chapter div {
    height: 505px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.live .player .chapter div dl {
    padding: 16px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0.1);
    line-height: 1.4;
    min-height: 60px;
}
.live .player .chapter div dl dt {
    font-weight: 700;
    font-size: 13px;
    color: #dcdcdc;
}
.live .player .chapter div dl dd {
    font-size: 12px;
    color: #c8c8c8;
    line-height: 1.6;
}
.live .player .chapter div dl dd.time {
    font-size: 11px;
    color: #a3aab9;
    font-weight: 700;
}
.live .video_data {
    position: relative;
    margin-top: 20px;
    padding: 0 0 30px;
}
.live .video_data dl {
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #526384;
    padding: 4px 0 4px 17px;
}
.live .video_data dl dd:nth-of-type(1) {
    font-size: 12px;
    font-weight: 700;
    color: #dcdcdc;
}
.live .video_data dl dd:nth-of-type(2) {
    font-size: 16px;
    font-weight: 700;
    color: #dcdcdc;
    margin: 10px 0 0;
}
.live .video_data dl dd:nth-of-type(3) {
    font-size: 13px;
    color: #abb2c0;
    margin: 15px 0 0;

}
.live .video_data dl dd:nth-of-type(4) {
    color: #c8c8c8;
    margin: 12px 0 0 0;
}
.live .video_data p {
    margin-top: 20px;
    color: #dcdcdc;
}
.live .video_data .btn-share {
    position: absolute;
    top: 4px;
    right: 20px;
}
.live .video_list {
    width: 100%;
}
.live .video_list > dl {
    background: linear-gradient(#1e242f, #171b23);
    text-align: center;
    padding: 20px 0;
}
.live .video_list > dl dt {
    font-size: 16px;
    font-weight: 700;
    color: #a3aab9;
}
.live .video_list > dl dd {
    color: #dcdcdc;
    margin-top: 10px;
}
.live .video_list > dl dd:before {
    content: "";
    width: 26px;
    height: 16px;
    background-image: url(https://www.gran-turismo.com/common/front/img/live/video_count.svg);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 6px 0 0;
}
.live .video_list > div {
    display: flex;
    background-color: #14171c;
    padding: 16px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #272e31;
}
.live .video_list > div:last-child {
    border: none;
}.live .video_list.top > div:first-child {
    border-width: 1px 0 1px;
}
.live .video_list > div > p {
    width: 160px;
    flex-shrink: 0;
}
.live .video_list > div > p > a > img {
    width: 100%;
    height: auto;
}
.live .video_list > div > dl {
    margin: 0 0 0 20px;
    line-height: 1.6;
}
.live .video_list > div > dl dt {
    font-size: 16px;
    font-weight: 700;
    color: #dcdcdc;
}
.live .video_list > div > dl dt span {
    font-size: 12px;
    color: #14171c;
    background-color: #dcdcdc;
    font-weight: 700;
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 2px 6px 0px;
    vertical-align: text-bottom;
}
.live .video_list > div > dl dd {
    font-size: 13px;
    color: #abb2c0;
}
.live .video_list > div > dl dd:nth-of-type(1) {
    margin: 4px 0 0 0;
}
.live .video_list.top > div > dl > dd:nth-of-type(1) span.will {
    color: #dcdc46
}
.live .video_list > div > dl dd:nth-of-type(2) {
    margin: 10px 0 0 0;
}
.live .video_list > div > dl dd span.new {
    color: #ea4537;
}
.live .backto_livetop {
    margin: 30px 0 0 0;
    height: 70px;
    line-height: 70px;
}
.live .backto_livetop > a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;;
    color: #a3aab9;
    border: 1px solid #a3aab9;
}
.live .related_links {
    padding: 20px 30px;
    margin: 0 0 20px;
    background-color: #14171c;
}
.live .related_links dl {
    margin: 0 0 20px;
    line-height: 1.6;
    font-size: 16px;
}
.live .related_links dl:last-of-type {
    margin: 0;
    word-break: break-all;
}
.live .related_links dl dt {
    color: #a3aab9;
    font-weight: 500;
}
.live .related_links dl dd a {
    text-decoration: underline;
}
.btn-share a {
    outline: none;
    text-decoration: none;
    font-size: 11px;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 2px 10px;
    display: inline-block;
    vertical-align: middle;
}
.btn-share a .label {
    display: inline-block;
    vertical-align: middle;
}

.btn-share a .social-icon {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
}

.btn-share a .social-icon svg {
    width: 13px;
    height: 13px;
    fill: #fff;
}

.btn-share a.twitter {
    background: #1b95e0;
    padding: 5px 8px 4px 7px;
}
.btn-share a.facebook {
    background: #4267b2;
    padding: 5px 10px 4px 6px;
    margin-left: 4px;
}
@media (max-width: 1199px) {
    #contents-main {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0;
    }
    #contents-main.wide {
        width: 980px;
    }
}
@media (max-width: 1300px) {
    #contents-main.wide {
        width: 980px;
    }
    .live .player {
        height: 420px;
    }
    .live .player iframe{
        height: 420px;
    }
    .live .player .chapter iframe{
        width: 250px;
        height: 420px;
    }
    .live .list_playlist > dl {
        width: 290px;
    }
    .live .list_playlist > div.blank {
        width: 322px;
    }
    .live .top_section {
        width: 1000px;
    }
    .live .player .chapter div {
        height: 385px;
    }
}

@media (max-width: 480px) {
    .live #contents-main {
        margin-top: -40px;
    }
}

.live .top_section .info .info_main dd:before {
    content: initial;
}

@media (max-width: 1300px) {
    .live .top_section .info .info_main dt {
        font-size: 16px;
    }
    
    .live .top_section .info .info_main dd {
        font-size: 12px;
    }

    .live .top_section .info_addtional {
        padding: 20px;
    }
    
    .live .top_section .info_addtional dt {
        font-size: 14px;
    }
    
    .live .top_section .info_addtional dd {
        font-size: 12px;
    }
}
