@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*__ color _______________________*/
/*__ parts _______________________*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .red {
    color: #f00;
  }
  .att {
    color: #e60012;
  }
  .foot_bnr li.is_result {
    display: none;
  }
  .sub_ttl {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .index_page #pagetitle {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    padding: 1.5em 1em;
    height: auto;
  }
  .index_page #pagetitle h1 {
    height: auto;
    line-height: 1.5;
    max-width: 1180px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    border: 0;
    color: #b49758;
  }
  .fes_list {
    margin-top: 45px;
  }
  .fes_list li {
    width: 322px;
    margin-bottom: 25px;
  }
  .fes_list li .icon_outer {
    width: 168px;
    height: 168px;
    margin-bottom: 25px;
  }
  .fes_list li .icon_outer .icon {
    width: 154px;
    height: 154px;
    left: 7px;
    top: 7px;
    padding-top: 41px;
  }
  .fes_list li .icon_outer:after {
    padding-top: 75px;
  }
  .fes_list li p {
    letter-spacing: .3em;
    font-size: 2rem;
  }
  .result_content .result_inner {
    padding: 0 50px;
  }
  .result_content .navigation_block ul {
    margin-left: -20px;
    text-align: center;
  }
  .result_content .navigation_block li {
    width: 255px;
    height: 90px;
    line-height: 1.5;
    margin-left: 20px;
  }
  .result_content .navigation_block li a {
    color: #000;
  }
  .result_content .navigation_block li a:hover {
    opacity: .7;
    color: #666;
  }
  .result_content .navigation_block li span {
    padding-top: 20px;
    padding-bottom: 20px;
    border: solid 1px #000;
  }
  .result_content .navigation_block li span:hover {
    border: 1px solid #ccc;
  }
  .result_content .navigation_block li span.threeLine {
    padding: 8px 0;
  }
  .result_content .navigation_block li span.threeLine em {
    color: #f00;
    font-size: 10px;
  }
  .result_content #pagetitle h1 {
    text-align: center;
    overflow: hidden;
  }
  .aw_result #pagetitle h1 span {
    display: block;
    color: #000;
    font-weight: normal;
    font-family: 'メイリオ', Meiryo;
  }
  .aw_result #pagetitle h1 span.year {
    margin: 0 auto 19px;
    font-size: 16px;
  }
  .aw_result #pagetitle h1 span.ttl {
    margin-bottom: 10px;
    font-size: 36px;
    letter-spacing: .2em;
  }
  .aw_result #pagetitle h1 span.part {
    font-size: 22px;
  }
  .result_content .section {
    font-size: 1.6rem;
    padding-bottom: 100px;
    line-height: 1.95;
  }
  .result_content .section h2 {
    padding: 10px 0;
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
    letter-spacing: .2em;
    margin-bottom: 30px;
  }
  .result_content .section > p {
    letter-spacing: .2em;
  }
  .result_content .section .sub_title {
    margin-bottom: 8px;
  }
  .result_content .section .note {
    font-size: 1.2rem;
    margin-top: 12px;
  }
  .result_content .section .note.sizel {
    font-size: 1.6rem;
  }
  .result_content .section .note li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .result_content .section .note li:before {
    content: '※';
  }
  .result_content .section .btn_area {
    text-align: left;
    margin: 2em 0 2.5em;
  }
  .result_content .section .btn_area .btn {
    display: block;
    width: 450px;
    margin: 0;
  }
  .result_content .section .btn_area .btn + .btn {
    margin-top: 24px;
  }
  .result_content .section .btn_area p {
    margin: 1em 0;
    padding: 10px;
  }
  .result_content .section .btn {
    color: #fff;
  }
  .result_content .section .btn span {
    background-image: url("../../../common/images/arrow_white_right.png");
  }
  .result_content .section .btn.soon {
    letter-spacing: .3em;
  }
  .result_content .section .btn.soon a {
    pointer-events: none;
    position: relative;
  }
  .result_content .section .btn.soon a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(229, 0, 79, 0.5);
    background-image: url("../images/btn_soon.png");
    position: absolute;
    left: 0;
    top: 0;
  }
  .result_content .section .btn.soon a:hover {
    cursor: default;
  }
  .result_content .section .btn.soon a span {
    background-color: #fff;
  }
  .result_content .section p a.blank {
    color: #00f;
    text-decoration: underline;
  }
  .result_content .section p a.blank:hover {
    text-decoration: none;
  }
  .result_content .num_p li {
    position: relative;
    padding-left: 2em;
  }
  .result_content .num_p li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .result_content .num_p li:nth-child(1):before {
    content: "(1)";
  }
  .result_content .num_p li:nth-child(2):before {
    content: "(2)";
  }
  .result_content .num_p li:nth-child(3):before {
    content: "(3)";
  }
  .result_content .num_p li:nth-child(4):before {
    content: "(4)";
  }
  .result_content .num_p li:nth-child(5):before {
    content: "(5)";
  }
  .result_content .num_p li:nth-child(6):before {
    content: "(6)";
  }
  .result_content .num_p li:nth-child(7):before {
    content: "(7)";
  }
  .result_content .num_p li:nth-child(8):before {
    content: "(8)";
  }
  .result_content .num_p li:nth-child(9):before {
    content: "(9)";
  }
  .result_content .num_p li:nth-child(10):before {
    content: "(10)";
  }
  .result_content .num_d li {
    position: relative;
    padding-left: 1.3em;
  }
  .result_content .num_d li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .result_content .num_d li:nth-child(1):before {
    content: "1.";
  }
  .result_content .num_d li:nth-child(2):before {
    content: "2.";
  }
  .result_content .num_d li:nth-child(3):before {
    content: "3.";
  }
  .result_content .num_d li:nth-child(4):before {
    content: "4.";
  }
  .result_content .num_d li:nth-child(5):before {
    content: "5.";
  }
  .result_content .num_d li:nth-child(6):before {
    content: "6.";
  }
  .result_content .num_d li:nth-child(7):before {
    content: "7.";
  }
  .result_content .num_d li:nth-child(8):before {
    content: "8.";
  }
  .result_content .num_d li:nth-child(9):before {
    content: "9.";
  }
  .result_content .num_d li:nth-child(10):before {
    content: "10.";
  }
  .result_content .lede {
    padding: 45px 0 75px;
    text-align: center;
  }
  .result_content .lede_text {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
    margin-bottom: 50px;
  }
  .result_content .message {
    border: solid 1px #000;
    padding: 24px;
    display: table;
    width: 100%;
    margin-bottom: 100px;
  }
  .result_content .message > * {
    display: table-cell;
    vertical-align: middle;
  }
  .result_content .message > * {
    vertical-align: top;
  }
  .result_content .message_pix {
    width: 250px;
  }
  .result_content .message dl {
    padding-left: 40px;
  }
  .result_content .message dl dt {
    font-weight: bold;
    font-size: 3rem;
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
  }
  .result_content .message dl dd {
    font-size: 1.4rem;
  }
  .result_content .finalist {
    padding-bottom: 160px;
  }
  .result_content .finalist h2 {
    margin-bottom: 20px;
  }
  .result_content .finalist_list {
    margin-top: 45px;
  }
  .result_content .finalist_list > li + li {
    margin-top: 45px;
  }
  .result_content .finalist_list > li p {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .result_content .finalist_list > li .table_wrap {
    position: relative;
    margin-top: 10px;
    border: solid 1px #9fa0a0;
    display: table;
    width: 100%;
  }
  .result_content .finalist_list > li .table_wrap > * {
    display: table-cell;
    vertical-align: middle;
  }
  .result_content .finalist_list > li .image {
    width: 248px;
    text-align: center;
  }
  .result_content .finalist_list > li .table {
    width: 830px;
    text-align: left;
  }
  .result_content .finalist_list > li .table tr:last-of-type th,
  .result_content .finalist_list > li .table tr:last-of-type td {
    border-bottom: none;
  }
  .result_content .finalist_list > li .table tr:first-of-type th,
  .result_content .finalist_list > li .table tr:first-of-type td {
    border-top: none;
  }
  .result_content .finalist_list > li .table th {
    width: 300px;
    font-weight: normal;
    vertical-align: top;
  }
  .result_content .finalist_list > li .table td {
    border-right: none;
  }
  .result_content .finalist .sns_links {
    display: inline-block;
    vertical-align: middle;
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
  }
  .result_content .finalist .sns_links > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .result_content .finalist .sns_links li {
    margin: 0 5px;
  }
  .result_content .prize {
    font-size: 1.6rem;
  }
  .result_content .prize .block + .block {
    margin-top: 2em;
  }
  .result_content .prize .block > p {
    margin-bottom: 1.5em;
  }
  .result_content .prize .attention {
    border: solid 1px #ff0000;
  }
  .result_content .prize .attention h3 {
    text-align: center;
    line-height: 1;
    font-size: 2.6rem;
    color: #ff0000;
    padding: 20px;
    border-bottom: solid 1px #ff0000;
    letter-spacing: .2em;
  }
  .result_content .prize .attention_body {
    padding: 30px 40px;
  }
  .result_content .prize .attention_body p {
    margin-bottom: 1.5em;
  }
  .result_content .prize .attention_body dl dt {
    font-weight: bold;
  }
  .result_content .prize .table th {
    text-align: left;
    font-weight: normal;
    width: 300px;
    padding: 15px 25px;
  }
  .result_content .prize .table td {
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 15px 25px;
  }
  .result_content .prize .btn {
    margin-top: 1em;
    width: 300px;
  }
  .result_content .guide {
    font-size: 1.6rem;
  }
  .result_content .guide h2 {
    margin-bottom: 45px;
  }
  .result_content .guide dl {
    display: table;
    width: 100%;
    font-weight: bold;
    margin-top: .5em;
    font-size: 1.6rem;
  }
  .result_content .guide dl > * {
    display: table-cell;
    vertical-align: middle;
  }
  .result_content .guide dl + .note {
    margin-top: 0;
  }
  .result_content .guide dl dt, .result_content .guide dl dd {
    vertical-align: top;
  }
  .result_content .guide dl dt {
    width: 4.5em;
    letter-spacing: 0;
    position: relative;
    padding-right: 1em;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }
  .result_content .guide dl dt:after {
    content: '：';
    position: absolute;
    right: 0;
    top: 0;
  }
  .result_content .guide dl dd .note {
    margin-top: 0;
  }
  .result_content .guide dl:nth-of-type(1) {
    margin-top: 1em;
  }
  .result_content .guide .table_wrap {
    width: 730px;
  }
  .result_content .guide .table {
    margin: 1.7em 0 1.7em;
  }
  .result_content .guide .table tr td:nth-child(1) {
    width: 208px;
  }
  .result_content .guide .table tr td .note {
    margin-top: 1em;
    font-size: 1.4rem;
  }
  .result_content .guide .note li + li {
    margin-top: .5em;
  }
  .result_content .guide .pix {
    margin: 3em 0 0;
  }
  .result_content .line_through {
    position: relative;
    display: inline-block;
    margin-right: .5em;
  }
  .result_content .line_through:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e60012;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .result_content .end_text {
    margin-top: 15px;
    display: table;
    padding: 10px;
    color: #e60012;
    border-top: solid 1px #e60012;
    border-bottom: solid 1px #e60012;
  }
  .result_content.me #pagetitle {
    background-image: url("../images/me/head_bg_pc.jpg");
  }
  .result_content.me h2 {
    background-color: #04bd00;
  }
  .result_content.me .btn span {
    background-color: #04bd00;
  }
  .result_content.me .finalist_list > li .table td {
    width: 70%;
  }
  .result_content.ci #pagetitle {
    background-image: url("../images/ci/head_bg_pc.jpg");
  }
  .result_content.ci h2 {
    background-color: #da7b00;
  }
  .result_content.ci .btn span {
    background-color: #da7b00;
  }
  .result_content.ci .live_box {
    width: 880px;
    margin: 68px auto 35px;
  }
  .result_content.ci .live_box .lied {
    margin: 0 0 34px;
    color: #e60012;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5.5px;
  }
  .result_content.ci .live_box .mv_wrap {
    width: 730px;
    margin: 0 auto 20px;
  }
  .result_content.ci .live_box iframe {
    display: block;
    width: 100%;
    height: 410px;
    margin: 0 auto;
    background: #000;
    border: none;
  }
  .result_content.ci .live_box .alert01 {
    width: 730px;
    margin: 0 auto 85px;
    font-size: 1.8rem;
  }
  .result_content.ci .live_box .alert02 {
    font-size: 1.2rem;
  }
  .result_content.ci .live_box table {
    width: 100%;
    margin: 0 0 10px;
    border: solid 1px #909090;
    border-spacing: 0;
  }
  .result_content.ci .live_box table th, .result_content.ci .live_box table td {
    padding: 10px 20px;
    border-bottom: solid 1px #909090;
  }
  .result_content.ci .live_box table .last th, .result_content.ci .live_box table .last td {
    border-bottom: none;
  }
  .result_content.ci .live_box table th {
    color: #3e3a39;
    font-size: 1.8rem;
    letter-spacing: 3px;
    background: #dcdcdc;
  }
  .result_content.ci .live_box table td {
    font-size: 1.4rem;
  }
  .result_content.ci .live_box table td:first-child {
    width: 200px;
    border-right: solid 1px #909090;
  }
  .result_content.ci .live_box table td span {
    display: block;
    margin: 0 0 10px;
  }
  .result_content.ci .live_box table td p {
    margin: 0 0 12px;
    font-size: 1.2rem;
  }
  .result_content.ci .live_box table td p:last-child {
    margin: 0;
  }
  .aw_result .over_wrap {
    width: 100%;
  }
  .aw_result > .over_wrap > .inner #result_body {
    min-height: 1900px;
  }
  .aw_result #side_navi {
    width: 1130px;
    top: 600px;
    padding-left: 850px;
  }
  .aw_result #side_navi ul {
    margin-bottom: 45px;
  }
  .aw_result #side_navi ul li a {
    padding: 0 15px;
  }
  .aw_result #side_navi .juries2019review {
    margin-bottom: 45px;
  }
  .aw_result #side_navi .schedule_btn {
    border: 1px solid #999;
  }
  .aw_result #pagetitle h1 {
    width: 100%;
    padding: 0;
    font-size: 0;
    background: #f2f2f2 url(../images/ci/main_ttl_bg.png) no-repeat right bottom;
    line-height: 1;
  }
  .aw_result #pagetitle span {
    display: block;
    width: 1180px;
    margin: 0 auto 25px;
    padding: 0 50px;
  }
  .aw_result #pagetitle span:first-child {
    padding-top: 70px;
  }
  .aw_result #pagetitle span:last-child {
    margin: 0 auto;
  }
  .aw_result #pagetitle span img {
    max-width: 100%;
  }
  .aw_result .result_body {
    position: relative;
    width: 780px;
    margin: 42px 0 0;
    z-index: 9;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .aw_result .result_body:before, .aw_result .result_body:after {
    content: ' ';
    display: table;
  }
  .aw_result .result_body:after {
    clear: both;
  }
  .aw_result .result_body .ahead {
    margin: 0 0 80px;
    overflow: hidden;
  }
  .aw_result .result_body .ahead figure {
    float: left;
    width: 200px;
    margin: 10px 0 0;
  }
  .aw_result .result_body .ahead figure img {
    width: 100%;
  }
  .aw_result .result_body .ahead .txt_box {
    float: right;
    width: 545px;
  }
  .aw_result .result_body .ahead .txt_box h2 {
    margin: 0 0 18px;
    padding: 0 0 16px;
    color: #3e3a39;
    font-size: 2.6rem;
    letter-spacing: 4px;
    border-bottom: solid 1px #000;
  }
  .aw_result .result_body .ahead .txt_box p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .aw_result .result_body .bnr_review {
    clear: both;
    padding-top: 55px;
  }
  .aw_result .result_body .awards_list ul {
    margin: 0 0 72px;
    font-size: 0;
  }
  .aw_result .result_body .awards_list li {
    display: inline-block;
    width: 370px;
    height: 70px;
    vertical-align: top;
  }
  .aw_result .result_body .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#ff6904), to(#ffcaa9));
    background: -ms-linear-gradient(left, #ff6904, #ffcaa9);
  }
  .aw_result .result_body .awards_list li.active a .inner::before {
    display: none;
  }
  .aw_result .result_body .awards_list li.active a .inner span {
    color: #fff;
  }
  .aw_result .result_body .awards_list li.active a .inner span::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .aw_result .result_body .awards_list li:nth-child(odd) {
    margin: 0 38px 20px 0;
  }
  .aw_result .result_body .awards_list li:last-child .inner img {
    margin: 0;
  }
  .aw_result .result_body .awards_list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ed6c00;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 3.5px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#ff6904), to(#ffcaa9));
    background: -ms-linear-gradient(left, #ff6904, #ffcaa9);
  }
  .aw_result .result_body .awards_list li a:hover {
    opacity: 1;
  }
  .aw_result .result_body .awards_list li a:hover .inner::before {
    left: 0;
  }
  .aw_result .result_body .awards_list li a:hover .inner span {
    color: #fff;
  }
  .aw_result .result_body .awards_list li a:hover .inner span::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .aw_result .result_body .awards_list li .inner {
    position: relative;
    display: table;
    width: 364px;
    height: 64px;
    margin: 3px auto 0;
    background: #fff;
  }
  .aw_result .result_body .awards_list li .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -101%;
    width: 100%;
    height: 96px;
    background: -webkit-gradient(linear, left top, right top, from(#ff6904), to(#ffcaa9));
    background: -ms-linear-gradient(left, #ff6904, #ffcaa9);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
  }
  .aw_result .result_body .awards_list li .inner span {
    position: relative;
    display: table-cell;
    width: 100%;
    padding: 0 35px;
    vertical-align: middle;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
  }
  .aw_result .result_body .awards_list li .inner span::after {
    content: "";
    position: absolute;
    top: 26px;
    right: 25px;
    width: 12px;
    height: 12px;
    border-top: solid 2px #ed6c00;
    border-right: solid 2px #ed6c00;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .5s ease .2s;
    -moz-transition: all .5s ease .2s;
    transition: all .5s ease .2s;
  }
  .aw_result .result_body .awards_list li .inner em {
    display: block;
    letter-spacing: 0;
  }
  .aw_result .result_body .awards_list li .inner img {
    margin: 0 0 8px;
  }
  .aw_result .result_body .awards_list .pdf_download a {
    display: block;
    padding: 27px 0;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 2px;
    background: #be983d;
  }
  .aw_result .result_body .awards_list .pdf_download a span {
    display: block;
    width: 435px;
    margin: 0 auto;
  }
  .aw_result .result_body .awards_list .pdf_download a span:last-child {
    position: relative;
    margin: 14px auto 0;
  }
  .aw_result .result_body .awards_list .pdf_download a span:last-child::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 54px;
    height: 56px;
    background: url(../images/icon_pdf.png) no-repeat left top;
  }
  .aw_result .result_body .tab_box section {
    display: none;
  }
  .aw_result .result_body .tab_box section.first {
    display: block;
  }
  .aw_result .result_body .element {
    width: 100%;
    margin: 0 0 66px;
  }
  .aw_result .result_body .element .lied {
    margin: 0 0 28px;
    padding: 12px 20px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5.5px;
    background: #ff6b07;
  }
  .aw_result .result_body .element .flt_wrap {
    margin: 0 0 10px;
    font-size: 0;
  }
  .aw_result .result_body .element .left_img {
    display: inline-block;
    width: 392px;
    max-height: 180px;
    margin-right: 92px;
  }
  .aw_result .result_body .element .left_img span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .aw_result .result_body .element .left_img span img {
    width: 80%;
  }
  .aw_result .result_body .element .left_none {
    margin-right: 0;
  }
  .aw_result .result_body .element .btn_mv, .aw_result .result_body .element .btn_mv_img {
    display: inline-block;
    vertical-align: bottom;
  }
  .aw_result .result_body .element .btn_mv a, .aw_result .result_body .element .btn_mv p, .aw_result .result_body .element .btn_mv_img a, .aw_result .result_body .element .btn_mv_img p {
    position: relative;
    display: block;
    padding: 13px 70px 11px;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 4px;
    background: #1d86d6;
  }
  .aw_result .result_body .element .btn_mv a span, .aw_result .result_body .element .btn_mv p span, .aw_result .result_body .element .btn_mv_img a span, .aw_result .result_body .element .btn_mv_img p span {
    display: inline-block;
    margin-left: 15px;
    padding: 0 10px;
    background: #fff;
  }
  .aw_result .result_body .element .btn_mv a span img, .aw_result .result_body .element .btn_mv p span img, .aw_result .result_body .element .btn_mv_img a span img, .aw_result .result_body .element .btn_mv_img p span img {
    vertical-align: middle;
  }
  .aw_result .result_body .element .btn_mv p, .aw_result .result_body .element .btn_mv_img p {
    padding: 13px 59px 11px;
    background-color: #ccc;
  }
  .aw_result .result_body .element table {
    clear: both;
    width: 100%;
    margin: 0 0 60px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    border-spacing: 0;
  }
  .aw_result .result_body .element table:last-child {
    margin: 0;
  }
  .aw_result .result_body .element table th, .aw_result .result_body .element table td {
    padding: 6px 0;
    font-size: 1.4rem;
    border-bottom: solid 1px #000;
  }
  .aw_result .result_body .element table th {
    width: 150px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background: #898989;
    border-right: solid 1px #000;
  }
  .aw_result .result_body .element table td {
    padding: 6px 18px;
    color: #3e3a39;
  }
  .aw_result .result_body .element table.threeColumn td { width: 40.3%;}
  .aw_result .result_body .element table.threeColumn td:nth-child(3) {  border-left: 1px solid #000;}
  .aw_result .result_body .element table.empty {
    display: none;
  }
  .aw_result .result_body .element table .empty {
    display: none;
  }
  .aw_result .result_body .result_pgtop {
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: 450px;
    width: 92px;
    height: 92px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .aw_result .result_body .result_pgtop a {
    display: block;
    height: 100%;
    padding: 20px 0 0;
    background: #c1c0bc;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: solid 1px #c1c0bc;
    text-align: center;
    opacity: 0;
  }
  .aw_result .result_body .result_pgtop a:hover {
    background: #fff;
  }
  .aw_result .result_body .result_pgtop.on a {
    opacity: 1;
  }
  .aw_result .result_body .result_pgtop.fix {
    position: absolute;
    -webkit-transform: translateX(130px);
       -moz-transform: translateX(130px);
        -ms-transform: translateX(130px);
            transform: translateX(130px);
  }
  .aw_result.film #pagetitle h1 {
    background: #f2f2f2 url(../images/film/main_ttl_bg.png) no-repeat right bottom;
  }
  .aw_result.film_craft #pagetitle h1 {
    background: #f2f2f2 url(../images/film/main_ttl_bg.png) no-repeat right bottom;
  }
  .aw_result .result_body .awards_list li.shortlist a strong {
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .aw_result.film .awards_list li a {
    color: #0382d2;
    background: -webkit-gradient(linear, left top, right top, from(#0180d1), to(#6fddff));
    background: -ms-linear-gradient(left, #0180d1, #6fddff);
  }
  .aw_result.film .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#0180d1), to(#6fddff));
    background: -ms-linear-gradient(left, #0180d1, #6fddff);
  }
  .aw_result.film .awards_list li .inner span::after {
    border-top: solid 2px #0382d2;
    border-right: solid 2px #0382d2;
  }
  .aw_result.film .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#0180d1), to(#6fddff));
    background: -ms-linear-gradient(left, #0180d1, #6fddff);
  }
  .aw_result.film .element .lied {
    background: #0180d1;
  }
  .aw_result.film #local p, .aw_result.film #area_finalist p {
    font-size: 2.6rem;
    font-weight: bold;
  }


  .aw_result.film_craft .awards_list li a {
    color: #464a86;
    background: -webkit-gradient(linear, left top, right top, from(#141834), to(#888cd9));
    background: -ms-linear-gradient(left, #141834, #888cd9);
  }
  .aw_result.film_craft .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#141834), to(#888cd9));
    background: -ms-linear-gradient(left, #141834, #888cd9);
  }
  .aw_result.film_craft .awards_list li .inner span::after {
    border-top: solid 2px #464a86;
    border-right: solid 2px #464a86;
  }
  .aw_result.film_craft .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#141834), to(#888cd9));
    background: -ms-linear-gradient(left, #141834, #888cd9);
  }
  .aw_result.film_craft .element .lied {
    background: #141834;
  }
  .aw_result.film_craft #local p, .aw_result.film #area_finalist p {
    font-size: 2.6rem;
    font-weight: bold;
  }


  .aw_result.radio_audio #pagetitle h1 {
    background: #f2f2f2 url(../images/radio_audio/main_ttl_bg.png) no-repeat right bottom;
  }
  .aw_result.radio_audio .awards_list li a {
    color: #db152a;
    background: -webkit-gradient(linear, left top, right top, from(#da1429), to(#ff8a8d));
    background: -ms-linear-gradient(left, #da1429, #ff8a8d);
  }
  .aw_result.radio_audio .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#da1429), to(#ff8a8d));
    background: -ms-linear-gradient(left, #da1429, #ff8a8d);
  }
  .aw_result.radio_audio .awards_list li .inner span::after {
    border-top: solid 2px #db152a;
    border-right: solid 2px #db152a;
  }
  .aw_result.radio_audio .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#da1429), to(#ff8a8d));
    background: -ms-linear-gradient(left, #da1429, #ff8a8d);
  }
  .aw_result.radio_audio .element .lied {
    position: relative;
    background: #da1429;
  }
  .aw_result.radio_audio .element .lied .note {
    position: absolute;
    top: 1.5em;
    right: .5em;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .aw_result.radio_audio .element .first_brand + table {
    margin-bottom: 10px;
  }
  .aw_result.radio_audio .element .first_brand + table + p {
    margin-bottom: 50px;
  }
  .aw_result.radio_audio #area_finalist p {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .aw_result .noItem {
    font-size: 2.6rem;
    font-weight: bold;
  }

  .aw_result.me #pagetitle h1 {
    background: #f2f2f2 url(../images/me/main_ttl_bg.png) no-repeat right bottom;
  }
  .aw_result.me .awards_list li a {
    color: #00b216;
    background: -webkit-gradient(linear, left top, right top, from(#009934), to(#16fa00));
    background: -ms-linear-gradient(left, #009934, #16fa00);
  }
  .aw_result.me .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#009934), to(#16fa00));
    background: -ms-linear-gradient(left, #009934, #16fa00);
  }
  .aw_result.me .awards_list li .inner span::after {
    border-top: solid 2px #00b216;
    border-right: solid 2px #00b216;
  }
  .aw_result.me .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#009934), to(#16fa00));
    background: -ms-linear-gradient(left, #009934, #16fa00);
  }
  .aw_result.me .element .lied {
    background: #009934;
  }
  .aw_result.me .element .flt_wrap .no_mv {
    margin-right: 92px;
  }

  .aw_result.pr #pagetitle h1 {
    background: #f2f2f2 url(../images/pr/main_ttl_bg.png) no-repeat right bottom;
  }
  .aw_result.pr .awards_list li a {
    color: #006734;
    background: -webkit-gradient(linear, left top, right top, from(#006734), to(#006734));
    background: -ms-linear-gradient(left, #006734, #22ac67);
  }
  .aw_result.pr .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#006734), to(#22ac67));
    background: -ms-linear-gradient(left, #006734, #22ac67);
  }
  .aw_result.pr .awards_list li .inner span::after {
    border-top: solid 2px #006734;
    border-right: solid 2px #006734;
  }
  .aw_result.pr .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#006734), to(#22ac67));
    background: -ms-linear-gradient(left, #006734, #22ac67);
  }
  .aw_result.pr .element .lied {
    background: #006734;
  }


  .aw_result.de #pagetitle h1 {
    background: #f2f2f2 url(../images/design/main_ttl_bg.png) no-repeat right bottom;
  }
  .aw_result.de .awards_list li a {
    color: #c7004b;
    background: -webkit-gradient(linear, left top, right top, from(#c7004b), to(#ff0066));
    background: -ms-linear-gradient(left, #c7004b, #ff0066);
  }
  .aw_result.de .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#c7004b), to(#ff0066));
    background: -ms-linear-gradient(left, #c7004b, #ff0066);
  }
  .aw_result.de .awards_list li .inner span::after {
    border-top: solid 2px #c7004b;
    border-right: solid 2px #c7004b;
  }
  .aw_result.de .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#c7004b), to(#ff0066));
    background: -ms-linear-gradient(left, #c7004b, #ff0066);
  }
  .aw_result.de .element .lied {
    background: #c7004b;
  }
  
  .aw_result.ie #pagetitle h1 {
    background: #f2f2f2 url(../images/ie/main_ttl_bg.png) no-repeat right bottom;
  }
  .aw_result.ie .awards_list ul {
    margin-bottom: 30px;
  }
  .aw_result.ie .awards_list li a {
    color: #c6a800;
    background: -webkit-gradient(linear, left top, right top, from(#c6a800), to(#f3cc06));
    background: -ms-linear-gradient(left, #c6a800, #f3cc06);
  }
  .aw_result.ie .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#c6a800), to(#f3cc06));
    background: -ms-linear-gradient(left, #c6a800, #f3cc06);
  }
  .aw_result.ie .awards_list li .inner span::after {
    border-top: solid 2px #c6a800;
    border-right: solid 2px #c6a800;
  }
  .aw_result.ie .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#c6a800), to(#f3cc06));
    background: -ms-linear-gradient(left, #c6a800, #f3cc06);
  }
  .aw_result.ie .attent {
    margin: 0 0 60px;
    color: #6a6a69;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .aw_result.ie .element .lied {
    background: #c6a800;
  }
  .aw_result.ie .element .flt_wrap {
    position: relative;
  }
  .aw_result.ie .element .flt_wrap .btn_mv p, .aw_result.ie .element .flt_wrap .btn_mv_img p {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 0;
    font-size: 1.9rem;
    text-align: right;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .aw_result.media #pagetitle h1 {
    background: #f2f2f2 url(../images/mc/main_ttl_bg.png) no-repeat right bottom;
  }
  .aw_result.media .awards_list li a {
    color: #a900a2;
    background: -webkit-gradient(linear, left top, right top, from(#a900a2), to(#f057fe));
    background: -ms-linear-gradient(left, #a900a2, #f057fe);
  }
  .aw_result.media .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#a900a2), to(#f057fe));
    background: -ms-linear-gradient(left, #a900a2, #f057fe);
  }
  .aw_result.media .awards_list li .inner span::after {
    border-top: solid 2px #a900a2;
    border-right: solid 2px #a900a2;
  }
  .aw_result.media .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#a900a2), to(#f057fe));
    background: -ms-linear-gradient(left, #a900a2, #f057fe);
  }
  .aw_result.media .element .lied {
    background: #a900a2;
  }
  .aw_result.media #grandprix p {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .aw_result.craft #pagetitle h1 {
    background: #f7f7f7 url(/2017fes/images/head_bg_pc.jpg) no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
  }
  .aw_result.craft .awards_list li a {
    color: #6a6a69;
    background: -webkit-gradient(linear, left top, right top, from(#6a6a69), to(#c1c1c1));
    background: -ms-linear-gradient(left, #6a6a69, #c1c1c1);
  }
  .aw_result.craft .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#6a6a69), to(#c1c1c1));
    background: -ms-linear-gradient(left, #6a6a69, #c1c1c1);
  }
  .aw_result.craft .awards_list li .inner span::after {
    border-top: solid 2px #6a6a69;
    border-right: solid 2px #6a6a69;
  }
  .aw_result.craft .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#6a6a69), to(#c1c1c1));
    background: -ms-linear-gradient(left, #6a6a69, #c1c1c1);
  }
  .aw_result.craft .element .lied {
    background: #6a6a69;
  }
  .aw_result.craft .element table.pln_table {
    margin-bottom: 60px;
  }
  .mv_popup {
    width: 780px;
    margin: auto;
  }
  .mv_popup .mv_wrap {
    position: relative;
    width: 100%;
    min-height: 490px;
    margin: 0 0 30px;
    background: #000;
  }
  .mv_popup .mv_wrap video {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mv_popup .mv_wrap video::-internal-media-controls-download-button {
    display: none;
  }
  .mv_popup .mv_wrap video::-webkit-media-controls-enclosure {
    overflow: hidden;
  }
  .mv_popup .mv_wrap video::-webkit-media-controls-panel {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    /* Adjust as needed */
  }
  .mv_popup table {
    width: 100%;
    margin: 0 0 25px;
    border: solid 1px #000;
    border-spacing: 0;
  }
  .mv_popup table.last {
    margin: 0 auto 50px;
  }
  .mv_popup table .head {
    padding: 10px 0;
    font-size: 1.8rem;
    border-right: none;
    border-bottom: solid 1px #000;
    background: #ff6b07;
  }
  .mv_popup table th, .mv_popup table td {
    padding: 12px 20px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    border-bottom: solid 1px #000;
  }
  .mv_popup table th {
    width: 200px;
    color: #fff;
    border-right: solid 1px #000;
    background: #898989;
  }
  .mv_popup table tr:last-child th, .mv_popup table tr:last-child td {
    border-bottom: none;
  }
  .mv_popup .btn_close {
    width: 200px;
    margin: 0 auto 50px;
  }
  .mv_popup .btn_close a {
    display: block;
    padding: 17px 0;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 2px;
    background: #9d9d9d;
    cursor: pointer;
    text-align: center;
  }
  .mv_popup.film table .head {
    background: #0180d1;
  }
  .mv_popup.film_craft table .head {
    background: #141834;
  }
  .mv_popup.rcm table .head {
    background: #da1428;
  }
  .mv_popup.me table .head {
    background: #009834;
  }
  .mv_popup.ie table .head {
    background: #c6a800;
  }
  .mv_popup.mc table .head {
    background: #a900a2;
  }
  .schedule #pagetitle h1 {
    background: #f7f7f7 url(/2017fes/images/head_bg_pc.jpg) no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
  }
  .information {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e60012;
    color: #e60012;
    text-align: center;
  }
  .information .ttl {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 2rem;
  }
  .information p {
     margin-bottom: 10px;
     font-size: 1.5rem;
   }
  .information .place {
     padding-left: 15px;
     font-size: 1.5rem;
     text-align: left;
  }
  .schedule .lied_txt {
    width: 780px;
    margin-bottom: 44px;
    font-size: 1.7rem;
    line-height: 1.8;
  }
  .schedule .txt_box {
    width: 780px;
    margin: 0 0 100px;
  }
  .schedule .txt_box table {
    width: 100%;
    margin: 0 0 36px;
    border-spacing: 0;
    border-top: solid 1px #909090;
    border-left: solid 1px #909090;
  }
  .schedule .txt_box table th, .schedule .txt_box table td {
    padding: 14px 0 13px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    border-right: solid 1px #909090;
    border-bottom: solid 1px #909090;
  }
  .schedule .txt_box table th, .schedule .txt_box table td dl:first-child { margin-bottom: 1em;}
  .schedule .txt_box table th {
    background: #dcdcdc;
  }
  .schedule .txt_box table th.w18per {  width: 18%;}
  .schedule .txt_box table th.head {
    padding: 13px 0 11px;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 6px;
    background: #9fa0a0;
  }
  .schedule .txt_box table td {
    padding-right: 20px;
    padding-left: 20px;
  }
  .schedule .txt_box table td .note {
    font-size: 1.3rem;
  }
  .schedule .txt_box .btn_area a {
    position: relative;
    display: block;
    padding: 24px 0 25px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    border: solid 2px #c5c5c5;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-align: center;
  }
  .schedule .txt_box .btn_area a:hover {
    opacity: 0.5;
  }
  .schedule .txt_box .btn_area a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #e63599;
    z-index: -1;
  }
  .schedule .txt_box .btn_area a span {
    position: relative;
    display: block;
  }
  .schedule .txt_box .btn_area h3 {
    margin-bottom: 1em;
    font-size: 1.6rem;
    text-align: left;
  }
  .schedule .txt_box .btn_area h3::before {
    content: "■";
  }
  .schedule .txt_box .btn_area .btnA,
  .schedule .txt_box .btn_area .btnB {
    /* pointer-events: none; */
  }
  .schedule .txt_box .btn_area .btnA {
    float: left;
    width: 380px;
    text-align: left;
  }
  .schedule .txt_box .btn_area .btnA a {  color: #555;}
  .schedule .txt_box .btn_area .btnA a::before {
    background: #f1ef3d;
  }
  .schedule .txt_box .btn_area .btnB {
    float: right;
    width: 380px;
  }
   .schedule .txt_box .btn_area .btnB a::before {
    background: #e63599;
  }
  .schedule .txt_box .btn_area .btnA.end a,
  .schedule .txt_box .btn_area .btnB.end a {
    cursor: default;
  }
  .schedule .txt_box .btn_area .btnA.end a,
  .schedule .txt_box .btn_area .btnB.end a {
    pointer-events: none;
  }
  .schedule .txt_box .btn_area .btnA.end a span,
  .schedule .txt_box .btn_area .btnB.end a span {
    color: #fff;
  }
  .schedule .txt_box .btn_area .btnA.end a::before,
  .schedule .txt_box .btn_area .btnB.end a::before {
    color: #000;
    background-color: #ccc;
    pointer-events: none;
  }
  .schedule .txt_box .btn_area .btnA.end a:hover,
  .schedule .txt_box .btn_area .btnB.end a:hover {
    opacity: 1;
  }
  .schedule .txt_box .btnAttention {
    margin-top: 30px;
    padding: 10px 0;
    border: 1px #000;
    border-style: solid none;
    text-align: center;
  }
  .schedule .txt_box.type2 .area,
  .schedule .txt_box.type2 .days,
  .schedule .txt_box.type2 .time,
  .schedule .txt_box.type2 .place,
  .schedule .txt_box.type2 .contact,
  .schedule .txt_box.type2 .price {
    float: left;
  }
  .schedule .txt_box.type2 .area,
  .schedule .txt_box.type2 .contact,
  .schedule .txt_box.type2 .price {
    text-align: center;
  }
  .schedule .txt_box.type2 .area {
    width: 88px;
  }
  .schedule .txt_box.type2 .days {
    width: 118px;
  }
  .schedule .txt_box.type2 .time {
    width: 94px;
  }
  .schedule .txt_box.type2 .place {
    width: 172px;
  }
  .schedule .txt_box.type2 .contact {
    width: 178px;
  }
  .schedule .txt_box.type2 .price {
    width: 128px;
  }
  .schedule .txt_box.type2 .tb_head {
    width: 100%;
    display: table;
  }
  .schedule .txt_box.type2 .coming_soon {
    border-right: 1px solid #909090;
    display: table-cell;
    width: 690px;
    vertical-align: middle;
    text-align: center;
  }
  .schedule .txt_box.type2 .tb_head li {
    display: table-cell;
    padding: 15px 0 13px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border-right: solid 1px #909090;
    background: #9fa0a0;
  }
  .schedule .txt_box.type2 .tb_head li:last-child {
    border-right: none;
  }
  .schedule .txt_box.type2 .tb_item {
    width: 100%;
  }
  .schedule .txt_box.type2 .tb_item li {
    border-left: solid 1px #909090;
  }
  .schedule .txt_box.type2 .tb_item li.discontinuation {
    position: relative;
  }
  .schedule .txt_box.type2 .tb_item li.discontinuation::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 99.6%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    content: "";
  }
  .schedule .txt_box.type2 .tb_item li ul {
    overflow: hidden;
  }
  .schedule .txt_box.type2 .tb_item li ul li {
    position: relative;
    height: 80px;
    border-bottom: solid 1px #909090;
    border-left: none;
  }
  .schedule .txt_box.type2 .tb_item li ul li.area span, .schedule .txt_box.type2 .tb_item li ul li.days span, .schedule .txt_box.type2 .tb_item li ul li.time span, .schedule .txt_box.type2 .tb_item li ul li.place span, .schedule .txt_box.type2 .tb_item li ul li.contact span, .schedule .txt_box.type2 .tb_item li ul li.price span {
    padding: 0 10px;
    font-size: 1.2rem;
    text-align: left;
  }
  .schedule .txt_box.type2 .tb_item li ul li.area, .schedule .txt_box.type2 .tb_item li ul li.days, .schedule .txt_box.type2 .tb_item li ul li.time, .schedule .txt_box.type2 .tb_item li ul li.place, .schedule .txt_box.type2 .tb_item li ul li.contact {
    border-right: solid 1px #909090;
  }
  .schedule .txt_box.type2 .tb_item li ul li.area {
    width: 87px;
    font-weight: bold;
    background: #dcdcdc;
  }
  .schedule .txt_box.type2 .tb_item li ul li.area span {
    font-size: 1.4rem;
    text-align: center;
  }
  .schedule .txt_box.type2 .tb_item li ul li.price {
    border-right: solid 1px #909090;
  }
  .schedule .txt_box.type2 .tb_item li ul li.price span {
    text-align: center;
  }
  .schedule .txt_box.type2 .tb_item li ul li span {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .schedule .txt_box.type2 .tb_item li.kyoto li {
    height: 150px;
  }
  .speakers {
    display: flex;
    justify-content: space-between;
  }
  .speakers dt {
    width: 17%;
  }
  .speakers dt::after { }
  .speakers dd {
    position: relative;
    width: 78%;
  }
  .speakers dd::before {
    position: absolute;
    top: 0;
    left: -1em;
    content: ":";
  }
}

@media screen and (max-width: 767px) {
  .red {
    color: #f00;
  }
  .foot_bnr li.is_result {
    display: none;
  }
  .lede_section.top {
    text-align: center;
    padding: 35px 0 35px;
    margin: 0 -15px;
  }
  .lede_section.top h2 {
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: .2em;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
    color: #3e3a39;
    margin-bottom: 15px;
    line-height: 1.7;
  }
  .lede_section.top .catch {
    font-size: 1.2rem;
    color: #221815;
    letter-spacing: .2em;
    line-height: 2;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
    padding: 0 15px;
  }
  .lede_section.top .navigation_block ul {
    margin-top: 20px;
  }
  .fes_list {
    margin-top: 25px;
  }
  .result_content .navigation_block {
    padding: 0;
  }
  .result_content .navigation_block ul {
    margin: 0;
  }
  .result_content .navigation_block li {
    width: 100%;
    margin-left: 0;
  }
  .result_content .navigation_block li span.threeLine em {
    color: #f00;
  }
  .result_content #pagetitle h1 {
    text-align: center;
    height: auto;
    background-color: transparent;
    bottom: 0;
    margin: auto;
    height: 98px;
    padding: 0 25px;
  }
  .result_content #pagetitle h1 img {
    width: auto;
    height: 100%;
  }
  .result_content .section {
    font-size: 1.3rem;
    padding-bottom: 50px;
    line-height: 1.6;
  }
  .result_content .section h2 {
    padding: 8px 4px;
    line-height: 1.4;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: .15em;
    margin-bottom: 20px;
  }
  .result_content .section > p {
    letter-spacing: .2em;
  }
  .result_content .section .sub_title {
    margin-bottom: 8px;
  }
  .result_content .section .note {
    font-size: 1.2rem;
    margin-top: 12px;
  }
  .result_content .section .note.sizel {
    font-size: 1.3rem;
  }
  .result_content .section .btn_area {
    text-align: left;
    margin: 2em 0 2.5em;
  }
  .result_content .section .btn_area .btn {
    display: block;
    margin: 0;
  }
  .result_content .section .btn_area .btn + .btn {
    margin-top: 24px;
  }
  .result_content .section .btn_area p {
    margin: 1em 0;
  }
  .result_content .section .btn {
    color: #fff;
  }
  .result_content .section .btn span:after {
    background-image: url("../../../common/images/arrow_white_right.png");
  }
  .result_content .section .btn.soon a {
    pointer-events: none;
    position: relative;
  }
  .result_content .section .btn.soon a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(229, 0, 79, 0.5);
    background-image: url("../images/btn_soon.png");
    position: absolute;
    left: 0;
    top: 0;
  }
  .result_content .section .btn.soon a span {
    background-color: #fff;
  }
  .result_content .num_p li {
    position: relative;
    padding-left: 2em;
  }
  .result_content .num_p li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .result_content .num_p li:nth-child(1):before {
    content: "(1)";
  }
  .result_content .num_p li:nth-child(2):before {
    content: "(2)";
  }
  .result_content .num_p li:nth-child(3):before {
    content: "(3)";
  }
  .result_content .num_p li:nth-child(4):before {
    content: "(4)";
  }
  .result_content .num_p li:nth-child(5):before {
    content: "(5)";
  }
  .result_content .num_p li:nth-child(6):before {
    content: "(6)";
  }
  .result_content .num_p li:nth-child(7):before {
    content: "(7)";
  }
  .result_content .num_p li:nth-child(8):before {
    content: "(8)";
  }
  .result_content .num_p li:nth-child(9):before {
    content: "(9)";
  }
  .result_content .num_p li:nth-child(10):before {
    content: "(10)";
  }
  .result_content .num_d li {
    position: relative;
    padding-left: 1.3em;
  }
  .result_content .num_d li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .result_content .num_d li:nth-child(1):before {
    content: "1.";
  }
  .result_content .num_d li:nth-child(2):before {
    content: "2.";
  }
  .result_content .num_d li:nth-child(3):before {
    content: "3.";
  }
  .result_content .num_d li:nth-child(4):before {
    content: "4.";
  }
  .result_content .num_d li:nth-child(5):before {
    content: "5.";
  }
  .result_content .num_d li:nth-child(6):before {
    content: "6.";
  }
  .result_content .num_d li:nth-child(7):before {
    content: "7.";
  }
  .result_content .num_d li:nth-child(8):before {
    content: "8.";
  }
  .result_content .num_d li:nth-child(9):before {
    content: "9.";
  }
  .result_content .num_d li:nth-child(10):before {
    content: "10.";
  }
  .result_content .lede {
    padding: 45px 0 75px;
    text-align: center;
  }
  .result_content .lede_text {
    font-size: 1.8rem;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
    margin-bottom: 30px;
  }
  .result_content .message {
    border: solid 1px #000;
    padding: 20px 15px;
    margin-bottom: 50px;
  }
  .result_content .message_pix {
    width: 70%;
    text-align: center;
    margin: 0 auto 15px;
  }
  .result_content .message dl {
    padding-left: 10px;
  }
  .result_content .message dl dt {
    font-weight: bold;
    font-size: 1.5rem;
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
  }
  .result_content .message dl dd {
    font-size: 1.3rem;
  }
  .result_content .message dl dd p + p {
    margin-top: .5em;
  }
  .result_content .finalist {
    padding-bottom: 50px;
  }
  .result_content .finalist h2 {
    margin-bottom: 10px;
  }
  .result_content .finalist_list {
    margin-top: 20px;
  }
  .result_content .finalist_list > li + li {
    margin-top: 25px;
  }
  .result_content .finalist_list > li p {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
  }
  .result_content .finalist_list > li .image {
    border: solid 1px #9fa0a0;
    border-bottom: none;
    text-align: center;
    padding: 15px;
    margin-top: 6px;
  }
  .result_content .finalist_list > li .table {
    table-layout: fixed;
  }
  .result_content .finalist_list > li .table th {
    width: 90px;
    font-weight: normal;
    vertical-align: top;
  }
  .result_content .finalist .sns_links {
    display: inline-block;
    vertical-align: middle;
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
  }
  .result_content .finalist .sns_links > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .result_content .finalist .sns_links li {
    margin: 0 5px;
  }
  .result_content .prize .block + .block {
    margin-top: 2em;
  }
  .result_content .prize .block > p {
    margin-bottom: 1.5em;
  }
  .result_content .prize .attention {
    border: solid 1px #ff0000;
  }
  .result_content .prize .attention h3 {
    text-align: center;
    line-height: 1;
    font-size: 1.6rem;
    color: #ff0000;
    padding: 10px;
    border-bottom: solid 1px #ff0000;
    letter-spacing: .2em;
  }
  .result_content .prize .attention_body {
    padding: 10px 15px;
  }
  .result_content .prize .attention_body p {
    margin-bottom: 1.5em;
  }
  .result_content .prize .attention_body dl dt {
    font-weight: bold;
  }
  .result_content .prize .table th {
    text-align: left;
    font-weight: normal;
    width: 110px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .result_content .prize .btn {
    margin-top: 1em;
    width: 300px;
  }
  .result_content .guide dl {
    display: table;
    width: 100%;
    font-weight: bold;
    margin-top: .5em;
  }
  .result_content .guide dl > * {
    display: table-cell;
    vertical-align: middle;
  }
  .result_content .guide dl + .note {
    margin-top: 0;
  }
  .result_content .guide dl dt, .result_content .guide dl dd {
    vertical-align: top;
  }
  .result_content .guide dl dt {
    width: 4.5em;
    letter-spacing: 0;
    position: relative;
    padding-right: 1em;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }
  .result_content .guide dl dt:after {
    content: '：';
    position: absolute;
    right: 0;
    top: 0;
  }
  .result_content .guide dl dd .note {
    margin-top: 0;
  }
  .result_content .guide dl:nth-of-type(1) {
    margin-top: 1em;
  }
  .result_content .guide .table {
    margin: 1.7em 0 1.7em;
  }
  .result_content .guide .table tr td:nth-child(1) {
    width: 140px;
  }
  .result_content .guide .note li + li {
    margin-top: .5em;
  }
  .result_content .guide .pix {
    margin: 3em 0 0;
  }
  .result_content .end_text {
    margin-top: 15px;
    display: table;
    padding: 10px 0;
    color: #e60012;
    border-top: solid 1px #e60012;
    border-bottom: solid 1px #e60012;
  }
  .result_content .line_through {
    position: relative;
    display: inline-block;
    margin-right: .5em;
  }
  .result_content .line_through:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e60012;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .result_content.me #pagetitle {
    background-image: url("../images/me/head_bg_pc.jpg");
  }
  .result_content.me h2 {
    background-color: #04bd00;
  }
  .result_content.me .btn span {
    background-color: #04bd00;
  }
  .result_content.ci #pagetitle {
    background-image: url("../images/ci/head_bg_pc.jpg");
  }
  .result_content.ci h2 {
    background-color: #da7b00;
  }
  .result_content.ci .btn span {
    background-color: #da7b00;
  }
  .result_content.ci .inner {
    overflow: hidden;
  }
  .result_content.ci .live_box {
    width: 100%;
    margin: 30px auto 0;
    overflow: hidden;
  }
  .result_content.ci .live_box .lied {
    margin: 0 0 15px;
    color: #e60012;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
  }
  .result_content.ci .live_box .mv_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    padding-top: 56.5%;
  }
  .result_content.ci .live_box iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border: none;
    overflow: hidden;
  }
  .result_content.ci .live_box .alert01 {
    margin: 0 0 20px;
    font-size: 1.4rem;
  }
  .result_content.ci .live_box .alert02 {
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
  .result_content.ci .live_box table {
    width: 100%;
    margin: 0 0 10px;
    border: solid 1px #909090;
    border-spacing: 0;
  }
  .result_content.ci .live_box table th, .result_content.ci .live_box table td {
    padding: 10px;
    border-bottom: solid 1px #909090;
  }
  .result_content.ci .live_box table .last th, .result_content.ci .live_box table .last td {
    border-bottom: none;
  }
  .result_content.ci .live_box table th {
    color: #3e3a39;
    font-size: 1.4rem;
    letter-spacing: 3px;
    background: #dcdcdc;
  }
  .result_content.ci .live_box table td {
    color: #000;
    font-size: 1.4rem;
  }
  .result_content.ci .live_box table td:first-child {
    width: 32%;
    border-right: solid 1px #909090;
  }
  .result_content.ci .live_box table td span {
    display: block;
    margin: 0 0 10px;
  }
  .result_content.ci .live_box table td p {
    margin: 0 0 12px;
    font-size: 1.2rem;
  }
  .result_content.ci .live_box table td p:last-child {
    margin: 0;
  }
  .aw_result .small {
    font-size: 1rem !important;
  }
  .aw_result #side_navi ul {
    margin-bottom: 30px;
  }
  .aw_result #side_navi .juries2019review img {
    margin-bottom: 30px;
    width: 100%;
  }
  .aw_result #side_navi .schedule_btn img {
    width: 100%;
  }
  .aw_result #pagetitle {
    background: #f2f2f2 url(../images/ci/main_ttl_bg.png) no-repeat right bottom;
    -moz-background-size: cover;
         background-size: cover;
  }
  .aw_result #pagetitle h1 {
    display: block;
    line-height: 1.616;
    height: 65px;
  }
  .aw_result #pagetitle h1 span {
    color: #fff;
    display: block;
    vertical-align: middle;
  }
  .aw_result #pagetitle h1 span.year {
    display: none;
  }
  .aw_result #pagetitle h1 span.ttl {
    padding-top: 15px;
    line-height: 1;
    font-size: 20px;
  }
  .aw_result #pagetitle h1 span.part {
    font-size: 12px;
  }
  .aw_result #pagetitle h1 span img {
    height: 35px;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .aw_result .result_body {
    margin: 25px 0 0;
  }
  .aw_result .result_body .ahead {
    margin: 0 0 30px;
  }
  .aw_result .result_body .ahead figure {
    margin: 0 0 20px;
    text-align: center;
  }
  .aw_result .result_body .ahead .txt_box h2 {
    margin: 0 0 10px;
    padding: 0 0 7px;
    color: #3e3a39;
    font-size: 1.8rem;
    border-bottom: solid 1px #000;
  }
  .aw_result .result_body .ahead .txt_box p {
    font-size: 1.4rem;
  }
  .aw_result .result_body .bnr_review {
    clear: both;
    padding-top: 20px;
  }

  .aw_result .result_body .awards_list li.shortlist a strong {
    font-weight: normal;
  }
  .aw_result .result_body .awards_list {
    margin: 0 0 40px;
  }
  .aw_result .result_body .awards_list ul {
    margin: 0 0 20px;
    font-size: 0;
  }
  .aw_result .result_body .awards_list li {
    display: inline-block;
    width: 49%;
    height: 70px;
    vertical-align: top;
  }
  .aw_result .result_body .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#ff6904), to(#ffcaa9));
    background: -ms-linear-gradient(left, #ff6904, #ffcaa9);
  }
  .aw_result .result_body .awards_list li.active a .inner span {
    color: #fff;
  }
  .aw_result .result_body .awards_list li.active a .inner span::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .aw_result .result_body .awards_list li:nth-child(odd) {
    margin: 0 1% 10px 0;
  }
  .aw_result .result_body .awards_list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 1px;
    color: #ed6c00;
    font-size: 1.2rem;
    background: -webkit-gradient(linear, left top, right top, from(#ff6904), to(#ffcaa9));
    background: -ms-linear-gradient(left, #ff6904, #ffcaa9);
    overflow: hidden;
  }
  .aw_result .result_body .awards_list li .inner {
    position: relative;
    display: table;
    width: 96%;
    height: 64px;
    margin: 2px auto 0;
    padding: 0 8px;
    background: #fff;
  }
  .aw_result .result_body .awards_list li .inner span {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .aw_result .result_body .awards_list li .inner span:first-child::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: solid 2px #ed6c00;
    border-right: solid 2px #ed6c00;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .aw_result .result_body .awards_list li .inner em {
    display: block;
  }
  .aw_result .result_body .pdf_download {
    margin: 0 0 25px;
    background: #be983d;
  }
  .aw_result .result_body .pdf_download a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 1.2rem;
  }
  .aw_result .result_body .pdf_download a span {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .aw_result .result_body .pdf_download a span:last-child {
    position: relative;
    width: 50%;
    margin: 5px auto 0;
  }
  .aw_result .result_body .pdf_download a span:last-child::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -2px;
    width: 20px;
    height: 20px;
    background: url(../images/icon_pdf.png) no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
  }
  .aw_result .result_body .tab_box section {
    display: none;
  }
  .aw_result .result_body .tab_box section.first {
    display: block;
  }
  .aw_result .result_body .element {
    width: 100%;
    margin: 0 0 50px;
  }
  .aw_result .result_body .element .lied {
    margin: 0 0 10px;
    padding: 10px;
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
    background: #ff6b07;
  }
  .aw_result .result_body .element .flt_wrap {
    margin: 0 0 10px;
    font-size: 0;
  }
  .aw_result .result_body .element .left_img {
    margin: 0 0 10px;
  }
  .aw_result .result_body .element .left_img img {
    display: block;
    margin: auto;
  }
  .aw_result .result_body .element .btn_mv a, .aw_result .result_body .element .btn_mv p, .aw_result .result_body .element .btn_mv_img a, .aw_result .result_body .element .btn_mv_img p {
    position: relative;
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    background: #1d86d6;
  }
  .aw_result .result_body .element .btn_mv a span, .aw_result .result_body .element .btn_mv p span, .aw_result .result_body .element .btn_mv_img a span, .aw_result .result_body .element .btn_mv_img p span {
    display: inline-block;
    margin-left: 25px;
    padding: 0 10px 2px;
    background: #fff;
  }
  .aw_result .result_body .element .btn_mv a span img, .aw_result .result_body .element .btn_mv p span img, .aw_result .result_body .element .btn_mv_img a span img, .aw_result .result_body .element .btn_mv_img p span img {
    width: 80%;
    vertical-align: middle;
  }
  .aw_result .result_body .element .btn_mv p, .aw_result .result_body .element .btn_mv_img p {
    background-color: #ccc;
  }
  .aw_result .result_body .element table {
    clear: both;
    width: 100%;
    margin: 0 0 40px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    border-spacing: 0;
  }
  .aw_result .result_body .element table:last-child {
    margin: 0;
  }
  .aw_result .result_body .element table th, .aw_result .result_body .element table td {
    padding: 10px 0;
    font-size: 1.4rem;
    border-bottom: solid 1px #000;
  }
  .aw_result .result_body .element table th {
    width: 25%;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background: #898989;
    border-right: solid 1px #000;
  }
  .aw_result .result_body .element table td {
    width: 75%;
    padding: 5px 10px;
    color: #3e3a39;
    word-break: break-all;
  }
  .aw_result .result_body .element table.threeColumn td { width: 40%;}
  .aw_result .result_body .element table.empty {
    display: none;
  }
  .aw_result .result_body .element table .empty {
    display: none;
  }
  .aw_result.film #pagetitle {
    background: #f2f2f2 url(../images/film/main_ttl_bg.png) no-repeat right bottom;
    -moz-background-size: cover;
         background-size: cover;
  }
  .aw_result.film .awards_list li a {
    color: #0382d2;
    background: -webkit-gradient(linear, left top, right top, from(#0180d1), to(#6fddff));
    background: -ms-linear-gradient(left, #0180d1, #6fddff);
  }
  .aw_result.film .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#0180d1), to(#6fddff));
    background: -ms-linear-gradient(left, #0180d1, #6fddff);
  }
  .aw_result.film .awards_list li .inner span:first-child::after {
    border-top: solid 2px #0382d2;
    border-right: solid 2px #0382d2;
  }
  .aw_result.film .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#0180d1), to(#6fddff));
    background: -ms-linear-gradient(left, #0180d1, #6fddff);
  }
  .aw_result.film .element .lied {
    background: #0180d1;
  }
  .aw_result.film #local p, .aw_result.film #area_finalist p {
    font-size: 2.2rem;
    font-weight: bold;
  }

  .aw_result.film_craft #pagetitle {
    background: #f2f2f2 url(../images/film/main_ttl_bg.png) no-repeat right bottom;
    -moz-background-size: cover;
         background-size: cover;
  }
  .aw_result.film_craft .awards_list li a {
    color: #464a86;
    background: -webkit-gradient(linear, left top, right top, from(#141834), to(#888cd9));
    background: -ms-linear-gradient(left, #141834, #888cd9);
  }
  .aw_result.film_craft .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#141834), to(#888cd9));
    background: -ms-linear-gradient(left, #141834, #888cd9);
  }
  .aw_result.film_craft .awards_list li .inner span:first-child::after {
    border-top: solid 2px #464a86;
    border-right: solid 2px #464a86;
  }
  .aw_result.film_craft .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#141834), to(#888cd9));
    background: -ms-linear-gradient(left, #141834, #888cd9);
  }
  .aw_result.film_craft .element .lied {
    background: #141834;
  }
  .aw_result.film_craft #local p, .aw_result.film_craft #area_finalist p {
    font-size: 2.2rem;
    font-weight: bold;
  }


  .aw_result.radio_audio #pagetitle {
    background: #f2f2f2 url(../images/radio_audio/main_ttl_bg.png) no-repeat right bottom;
    -moz-background-size: cover;
         background-size: cover;
  }
  .aw_result.radio_audio .awards_list li a {
    color: #da1429;
    background: -webkit-gradient(linear, left top, right top, from(#da1429), to(#ff8a8d));
    background: -ms-linear-gradient(left, #da1429, #ff8a8d);
  }
  .aw_result.radio_audio .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#0180d1), to(#ff8a8d));
    background: -ms-linear-gradient(left, #0180d1, #ff8a8d);
  }
  .aw_result.radio_audio .awards_list li .inner span:first-child::after {
    border-top: solid 2px #da1429;
    border-right: solid 2px #da1429;
  }
  .aw_result.radio_audio .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#da1429), to(#ff8a8d));
    background: -ms-linear-gradient(left, #da1429, #ff8a8d);
  }
  .aw_result.radio_audio .element .lied {
    position: relative;
    background: #da1429;
  }
  .aw_result.radio_audio .element .lied .note {
    position: absolute;
    top: 1.5em;
    right: .5em;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .aw_result.radio_audio .element .first_brand + table {
    margin-bottom: 10px;
  }
  .aw_result.radio_audio .element .first_brand + table + p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .aw_result.radio_audio #area_finalist p {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .aw_result .noItem {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .aw_result.me #pagetitle {
    background: #f2f2f2 url(../images/me/main_ttl_bg.png) no-repeat right bottom;
    -moz-background-size: cover;
         background-size: cover;
  }
  .aw_result.me .awards_list li a {
    color: #00b216;
    background: -webkit-gradient(linear, left top, right top, from(#009934), to(#16fa00));
    background: -ms-linear-gradient(left, #009934, #16fa00);
  }
  .aw_result.me .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#009934), to(#16fa00));
    background: -ms-linear-gradient(left, #009934, #16fa00);
  }
  .aw_result.me .awards_list li .inner span:first-child::after {
    border-top: solid 2px #00b216;
    border-right: solid 2px #00b216;
  }
  .aw_result.me .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#009934), to(#16fa00));
    background: -ms-linear-gradient(left, #009934, #16fa00);
  }
  .aw_result.me .element .lied {
    background: #00b216;
  }

  .aw_result.pr #pagetitle {
    background: #f2f2f2 url(../images/pr/main_ttl_bg.png) no-repeat right bottom;
    -moz-background-size: cover;
         background-size: cover;
  }
  .aw_result.pr .awards_list li a {
    color: #006734;
    background: -webkit-gradient(linear, left top, right top, from(#006734), to(#22ac67));
    background: -ms-linear-gradient(left, #006734, #22ac67);
  }
  .aw_result.pr .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#006734), to(#22ac67));
    background: -ms-linear-gradient(left, #006734, #22ac67);
  }
  .aw_result.pr .awards_list li .inner span:first-child::after {
    border-top: solid 2px #006734;
    border-right: solid 2px #006734;
  }
  .aw_result.pr .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#006734), to(#22ac67));
    background: -ms-linear-gradient(left, #006734, #22ac67);
  }
  .aw_result.pr .element .lied {
    background: #006734;
  }

  .aw_result.de #pagetitle {
    background: #f2f2f2 url(../images/design/main_ttl_bg.png) no-repeat right bottom;
    -moz-background-size: cover;
         background-size: cover;
  }
  .aw_result.de .awards_list li a {
    color: #c7004b;
    background: -webkit-gradient(linear, left top, right top, from(#c7004b), to(#ff0066));
    background: -ms-linear-gradient(left, #c7004b, #ff0066);
  }
  .aw_result.de .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#c7004b), to(#ff0066));
    background: -ms-linear-gradient(left, #c7004b, #ff0066);
  }
  .aw_result.de .awards_list li .inner span:first-child::after {
    border-top: solid 2px #c7004b;
    border-right: solid 2px #c7004b;
  }
  .aw_result.de .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#c7004b), to(#ff0066));
    background: -ms-linear-gradient(left, #c7004b, #ff0066);
  }
  .aw_result.de .element .lied {
    background: #c7004b;
  }
  
  .aw_result.ie #pagetitle {
    background: #f2f2f2 url(../images/ie/main_ttl_bg.png) no-repeat right bottom;
    -moz-background-size: cover;
         background-size: cover;
  }
  .aw_result.ie .awards_list {
    margin-bottom: 0;
  }
  .aw_result.ie .awards_list ul {
    margin-bottom: 20px;
  }
  .aw_result.ie .awards_list li a {
    color: #c6a800;
    background: -webkit-gradient(linear, left top, right top, from(#c6a800), to(#f3cc06));
    background: -ms-linear-gradient(left, #c6a800, #f3cc06);
  }
  .aw_result.ie .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#0180d1), to(#f3cc06));
    background: -ms-linear-gradient(left, #0180d1, #f3cc06);
  }
  .aw_result.ie .awards_list li .inner span:first-child::after {
    border-top: solid 2px #c6a800;
    border-right: solid 2px #c6a800;
  }
  .aw_result.ie .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#c6a800), to(#f3cc06));
    background: -ms-linear-gradient(left, #c6a800, #f3cc06);
  }
  .aw_result.ie .attent {
    color: #6a6a69;
    margin: 0 0 30px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .aw_result.ie .element .lied {
    background: #c6a800;
  }
  .aw_result.ie .element p {
    margin: 0 0 10px;
    font-size: 2rem;
    font-weight: bold;
  }
  .aw_result.media #pagetitle {
    background: #f2f2f2 url(../images/mc/main_ttl_bg.png) no-repeat right bottom;
    -moz-background-size: cover;
         background-size: cover;
  }
  .aw_result.media .awards_list li a {
    color: #a900a2;
    background: -webkit-gradient(linear, left top, right top, from(#a900a2), to(#f057fe));
    background: -ms-linear-gradient(left, #a900a2, #f057fe);
  }
  .aw_result.media .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#a900a2), to(#f057fe));
    background: -ms-linear-gradient(left, #a900a2, #f057fe);
  }
  .aw_result.media .awards_list li .inner span:first-child::after {
    border-top: solid 2px #a900a2;
    border-right: solid 2px #a900a2;
  }
  .aw_result.media .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#a900a2), to(#f057fe));
    background: -ms-linear-gradient(left, #a900a2, #f057fe);
  }
  .aw_result.media .element .lied {
    background: #a900a2;
  }
  .aw_result.media #grandprix p {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .aw_result.craft #pagetitle {
    background: #f7f7f7 url(/2017fes/images/head_bg_pc.jpg) no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
  }
  .aw_result.craft .awards_list li a {
    color: #6a6a69;
    background: -webkit-gradient(linear, left top, right top, from(#6a6a69), to(#c1c1c1));
    background: -ms-linear-gradient(left, #6a6a69, #c1c1c1);
  }
  .aw_result.craft .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#6a6a69), to(#c1c1c1));
    background: -ms-linear-gradient(left, #6a6a69, #c1c1c1);
  }
  .aw_result.craft .awards_list li .inner span:first-child::after {
    border-top: solid 2px #6a6a69;
    border-right: solid 2px #6a6a69;
  }
  .aw_result.craft .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#6a6a69), to(#c1c1c1));
    background: -ms-linear-gradient(left, #6a6a69, #c1c1c1);
  }
  .aw_result.craft .element .lied {
    background: #6a6a69;
  }
  .aw_result.craft .element table.pln_table {
    margin-bottom: 40px;
  }
  .mv_popup {
    margin: 0 10px;
  }
  .mv_popup .mv_wrap {
    position: relative;
    margin: 0 0 30px;
  }
  .mv_popup .mv_wrap video {
    width: 100%;
  }
  .mv_popup .mv_wrap video::-internal-media-controls-download-button {
    display: none;
  }
  .mv_popup .mv_wrap video::-webkit-media-controls-enclosure {
    overflow: hidden;
  }
  .mv_popup .mv_wrap video::-webkit-media-controls-panel {
    width: -webkit-calc(100% + 35px);
    width: calc(100% + 35px);
    /* Adjust as needed */
  }
  .mv_popup table {
    width: 100%;
    margin: 0 0 25px;
    border: solid 1px #000;
    border-spacing: 0;
  }
  .mv_popup table.last {
    margin: 0 auto 50px;
  }
  .mv_popup table .head {
    padding: 5px 0;
    font-size: 1.6rem;
    border-right: none;
    border-bottom: solid 1px #000;
    background: #ff6b07;
  }
  .mv_popup table th, .mv_popup table td {
    padding: 10px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    border-bottom: solid 1px #000;
  }
  .mv_popup table th {
    width: 40%;
    color: #fff;
    border-right: solid 1px #000;
    background: #898989;
  }
  .mv_popup table td {
    width: 60%;
    word-break: break-all;
  }
  .mv_popup table tr:last-child th, .mv_popup table tr:last-child td {
    border-bottom: none;
  }
  .mv_popup .btn_close {
    width: 200px;
    margin: 0 auto 50px;
  }
  .mv_popup .btn_close a {
    display: block;
    padding: 17px 0;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 2px;
    background: #9d9d9d;
    cursor: pointer;
    text-align: center;
  }
  .mv_popup.film table .head {
    background: #0180d1;
  }
  .mv_popup.film_craft table .head {
    background: #141834;
  }
  .mv_popup.rcm table .head {
    background: #da1428;
  }
  .mv_popup.me table .head {
    background: #009834;
  }
  .mv_popup.ie table .head {
    background: #c6a800;
  }
  .mv_popup.mc table .head {
    background: #a900a2;
  }
  .schedule #pagetitle {
    background: #f2f2f2 url(/2017fes/images/head_bg_pc.jpg) no-repeat right bottom;
    -moz-background-size: cover;
         background-size: cover;
  }
  .information {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e60012;
    color: #e60012;
    text-align: center;
  }
  .information .ttl {
    font-weight: bold;
    font-size: 2rem;
  }
  .information p {   font-size: 1.5rem;}
  .schedule .lied_txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .schedule .txt_box {
    width: 100%;
    margin-bottom: 40px;
  }
  .schedule .txt_box table {
    width: 100%;
    margin: 0 0 20px;
    border-spacing: 0;
    border-top: solid 1px #909090;
    border-left: solid 1px #909090;
  }
  .schedule .txt_box table th, .schedule .txt_box table td {
    padding: 10px 0;
    font-size: 1.2rem;
    letter-spacing: 2px;
    border-right: solid 1px #909090;
    border-bottom: solid 1px #909090;
  }
  .schedule .txt_box table th, .schedule .txt_box table td dl:first-child { margin-bottom: 1em;}
  .schedule .txt_box table th {
    width: 26%;
    background: #dcdcdc;
  }
  .schedule .txt_box table th.w18per {  width: 26%;}
  .schedule .txt_box table th.head {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 6px;
    background: #9fa0a0;
  }
  .schedule .txt_box table td {
    padding-right: 10px;
    padding-left: 10px;
  }
  .schedule .txt_box table td .note {
    font-size: 1.1rem;
  }
  .schedule .txt_box h3 {
    margin-bottom: 10px;
    text-align: left;
  }
  .schedule .txt_box h3::before {
    content: "■";
  }
  .schedule .txt_box .btn_area {
    width: 100%;
  }
  .schedule .txt_box .btn_area a {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    background: #c5c5c5;
  }
  .schedule .txt_box .btn_area a span {
    position: relative;
    display: block;
  }
  .schedule .txt_box .btn_area .btnA {
    margin-bottom: 10px;
  }
  .schedule .txt_box .btn_area .btnA a {
    border: solid 2px #c5c5c5;
    color: #555;
    background-color: #f1ef3d;
  }
  .schedule .txt_box .btn_area .btnB a {
    border: solid 2px #c5c5c5;
    color: #fff;
    background-color: #e63599;
  }
  .schedule .txt_box .btn_area .btnA.end a,
  .schedule .txt_box .btn_area .btnB.end a {
    color: #000;
    background-color: #ccc;
    pointer-events: none;
  }
  .schedule .txt_box .btnAttention {
    margin-top: 20px;
    padding: 10px 0;
    border: 1px #000;
    border-style: solid none;
  }
  .schedule .txt_box .tb_item {
    width: 100%;
  }
  .schedule .txt_box .tb_item li {
    border-left: solid 1px #909090;
  }
  .schedule .txt_box .tb_item li.discontinuation {
    position: relative;
  }
  .schedule .txt_box .tb_item li.discontinuation::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 99.6%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    content: "";
  }

  .schedule .txt_box .tb_item li:last-child {
    border-bottom: solid 1px #909090;
  }
  .schedule .txt_box .tb_item li li {
    position: relative;
    width: 100%;
    padding: 10px 2% 10px 34%;
    border-top: solid 1px #909090;
    border-right: solid 1px #909090;
    border-left: none;
  }
  .schedule .txt_box .tb_item li li:first-child {
    padding: 10px 0;
  }
  .schedule .txt_box .tb_item li li:last-child {
    border-bottom: none;
  }
  .schedule .txt_box .tb_item li li.days span:first-child, .schedule .txt_box .tb_item li li.time span:first-child, .schedule .txt_box .tb_item li li.place span:first-child, .schedule .txt_box .tb_item li li.contact span:first-child, .schedule .txt_box .tb_item li li.price span:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    text-align: center;
    border-right: solid 1px #909090;
    background: #9fa0a0;
  }
  .schedule .txt_box .tb_item li li.days span:first-child em, .schedule .txt_box .tb_item li li.time span:first-child em, .schedule .txt_box .tb_item li li.place span:first-child em, .schedule .txt_box .tb_item li li.contact span:first-child em, .schedule .txt_box .tb_item li li.price span:first-child em {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .schedule .txt_box .tb_item li li.area {
    font-weight: bold;
    text-align: center;
    background: #dcdcdc;
  }
  .schedule .txt_box.type2 .coming_soon {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .speakers dt::before { content: "■";}

}

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 9999;
}
.videoWrap {
  margin: 0 auto;
  display: none;
  position: fixed;
  top: 15%;
  left: 15%;
  width: 70%;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .videoWrap {
    left: 10%;
    width: 80%;
  }
}
.videoWrap video {  width: 100%;}
.indent1em {
  padding-left: 1em;
  display: inline-block;
}
.indent2em {
  padding-left: 2em;
  display: inline-block;
}
.indent3em {
  padding-left: 3em;
  display: inline-block;
}
.indent4em {
  padding-left: 4em;
  display: inline-block;
}
.fwb {  font-weight: bold;}
.schedule .note { padding-top: 1em;}
.schedule .note a { text-decoration: underline;}
.schedule .note a:hover { text-decoration: none;}
