@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*__ color _______________________*/
/*__ parts _______________________*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .foot_bnr li.is_juries {
    display: none;
  }
  #pagetitle {
    background-image: url("../images/head_bg_pc.jpg");
  }
  #pagetitle.txt h1 {
    line-height: 1;
  }
  #pagetitle.txt h1 span {
    display: block;
    color: #000;
    font-weight: normal;
    font-family: 'メイリオ', Meiryo;
  }
  #pagetitle.txt h1 span.year {
    margin: 0 auto 19px;
    padding-top: 70px;
    font-size: 16px;
  }
  #pagetitle.txt h1 span.ttl {
    margin-bottom: 10px;
    font-size: 36px;
    letter-spacing: .2em;
  }

  .lede_section {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .lede_section.judge h2 {
    margin-bottom: 15px;
  }
  .lede_section.judge .judge_list {
    margin-top: 65px;
  }
  .lede_section.judge .judge_list li {
    margin-bottom: 50px;
    width: 230px;
    height: 230px;
  }
  .lede_section.judge .judge_list li:first-child {
      margin-left: 80px;
  }
  .lede_section.judge .judge_list li:nth-of-type(3) {
    margin-right: 80px;
  }
  .section {
    padding-bottom: 30px;
  }
  .section .content_box {
    padding-bottom: 70px;
  }
  .section .content_box .pix_outer {
    display: table;
    width: 100%;
    margin-bottom: 40px;
  }
  .section .content_box .pix_outer > * {
    display: table-cell;
    vertical-align: middle;
  }
  .section .content_box .pix_outer > * {
    vertical-align: bottom;
  }
  .section .content_box .about {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 20px;
  }
  .section .content_box .about li:first-child {
    padding-right: 1em;
  }
  .section .content_box .about li .note {
    padding-top: 1em;
    display: block;
    font-size: 12px;
  }
  .section .content_box .pix {
    width: 220px;
    height: 220px;
    background-color: #e6e6e6;
    position: relative;
  }
  .section .content_box .pix:before {
    content: 'Coming Soon';
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section .content_box .pix img {
    position: relative;
    z-index: 2;
  }
  .section .content_box .text {
    padding-left: 50px;
    vertical-align: middle;
  }
  .section .content_box .text .name {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: .2em;
  }
  .section .content_box .text .name small {
    padding-left: 1em;
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
  .section .content_box .text dt, .section .content_box .text dd {
    font-size: 20px;
    font-weight: bold;
  }
  .section .content_box .panel {
    border-left: solid 1px #9fa0a0;
    border-right: solid 1px #9fa0a0;
    border-bottom: solid 1px #9fa0a0;
    letter-spacing: .2em;
  }
  .section .content_box .panel dt {
    height: 58px;
    line-height: 58px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    background-color: #e6e6e6;
  }
  .section .content_box .panel dd {
    border-top: solid 1px #9fa0a0;
    font-size: 1.6rem;
    padding: 25px 30px;
    line-height: 1.95;
  }
  .section .content_box .panel dd p + p {
    margin-top: .5em;
  }
  .section .content_box .panel dd .soon {
    text-align: center;
  }
  .section .content_box .panel:nth-of-type(1) {
    border-top: solid 1px #9fa0a0;
  }
  .section .content_box.soon .text {
    padding-left: 0;
  }
  .review .detail_inner {
    padding-bottom: 0;
  }
  .review .navigation_block {
    margin-bottom: 70px;
  }
  .review .navigation_block li {
    width: 345px;
    height: 100px;
    line-height: 1.5;
    font-size: 1.4rem;
    border-left: solid 3px;
    border-right: solid 3px;
    overflow: hidden;
  }
  .review .navigation_block li:before, .review .navigation_block li:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
  }
  .review .navigation_block li:before {
    top: 0;
  }
  .review .navigation_block li:after {
    bottom: 0;
  }
  .review .navigation_block li a {
    height: 0%;
    display: block;
  }
  .review .navigation_block li a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
  }
  .review .navigation_block li a:hover {
    opacity: 1;
    color: #fff;
  }
  .review .navigation_block li a:hover:before {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .review .navigation_block li a:hover span:after {
    border-color: #fff;
  }
  .review .navigation_block li span {
    background-color: transparent;
    border: none;
    margin: 30px 35px 0 25px;
    text-align: left;
    background-image: none;
    font-weight: bold;
  }
  .review .navigation_block li span:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-right: solid 2px;
    border-bottom: solid 2px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .review .navigation_block li em {
    display: block;
    margin-bottom: 8px;
  }
  .review .navigation_block li.current a {
    color: #fff;
  }
  .review .navigation_block li.current a:before {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .review .navigation_block li.current span:after {
    border-color: #fff !important;
  }
  .review .navigation_block li:nth-child(1) {
    color: #0080d1;
    border-left-color: #0080d1;
    border-right-color: #6fdeff;
  }
  .review .navigation_block li:nth-child(1):before, .review .navigation_block li:nth-child(1):after {
    background: -webkit-gradient(linear, left top, right top, from(#0080d1), to(#6fdeff));
    background: -webkit-linear-gradient(left, #0080d1, #6fdeff);
    background: -moz- oldlinear-gradient(left, #0080d1, #6fdeff);
    background: linear-gradient(left, #0080d1, #6fdeff);
    background: -ms-linear-gradient(left, #0080d1, #6fdeff);
  }
  .review .navigation_block li:nth-child(1) a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#0080d1), to(#6fdeff));
    background: -webkit-linear-gradient(left, #0080d1, #6fdeff);
    background: -moz- oldlinear-gradient(left, #0080d1, #6fdeff);
    background: linear-gradient(left, #0080d1, #6fdeff);
    background: -ms-linear-gradient(left, #0080d1, #6fdeff);
  }
  .review .navigation_block li:nth-child(1) a:hover {
    background: #ff0000;
  }
  .review .navigation_block li:nth-child(1) a:hover em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -255px 0px;
    width: 37px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(1) em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -255px -36px;
    width: 37px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(1) p {
    letter-spacing: 1px;
  }
  .review .navigation_block li:nth-child(1) span:after {
    border-color: #0080d1;
  }
  .review .navigation_block li:nth-child(1).current em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -255px 0px;
    width: 37px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(2) {
    color: #da1328;
    border-left-color: #da1328;
    border-right-color: #ff8b8e;
  }
  .review .navigation_block li:nth-child(2):before, .review .navigation_block li:nth-child(2):after {
    background: -webkit-gradient(linear, left top, right top, from(#da1328), to(#ff8b8e));
    background: -webkit-linear-gradient(left, #da1328, #ff8b8e);
    background: -moz- oldlinear-gradient(left, #da1328, #ff8b8e);
    background: linear-gradient(left, #da1328, #ff8b8e);
    background: -ms-linear-gradient(left, #da1328, #ff8b8e);
  }
  .review .navigation_block li:nth-child(2) a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#da1328), to(#ff8b8e));
    background: -webkit-linear-gradient(left, #da1328, #ff8b8e);
    background: -moz- oldlinear-gradient(left, #da1328, #ff8b8e);
    background: linear-gradient(left, #da1328, #ff8b8e);
    background: -ms-linear-gradient(left, #da1328, #ff8b8e);
  }
  .review .navigation_block li:nth-child(2) a:hover em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -155px -180px;
    width: 76px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(2) em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -155px -144px;
    width: 76px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(2) p {
    letter-spacing: 1px;
  }
  .review .navigation_block li:nth-child(2) span:after {
    border-color: #da1328;
  }
  .review .navigation_block li:nth-child(2).current em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -155px -180px;
    width: 76px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(3) {
    color: #009835;
    border-left-color: #009835;
    border-right-color: #16fb00;
  }
  .review .navigation_block li:nth-child(3):before, .review .navigation_block li:nth-child(3):after {
    background: -webkit-gradient(linear, left top, right top, from(#009835), to(#16fb00));
    background: -webkit-linear-gradient(left, #009835, #16fb00);
    background: -moz- oldlinear-gradient(left, #009835, #16fb00);
    background: linear-gradient(left, #009835, #16fb00);
    background: -ms-linear-gradient(left, #009835, #16fb00);
  }
  .review .navigation_block li:nth-child(3) a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#009835), to(#16fb00));
    background: -webkit-linear-gradient(left, #009835, #16fb00);
    background: -moz- oldlinear-gradient(left, #009835, #16fb00);
    background: linear-gradient(left, #009835, #16fb00);
    background: -ms-linear-gradient(left, #009835, #16fb00);
  }
  .review .navigation_block li:nth-child(3) a:hover em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px 0px;
    width: 235px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(3) em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -36px;
    width: 235px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(3) p {
    letter-spacing: 1px;
  }
  .review .navigation_block li:nth-child(3) span:after {
    border-color: #009835;
  }
  .review .navigation_block li:nth-child(3).current em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px 0px;
    width: 235px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(4) {
    color: #c6a800;
    border-left-color: #c6a800;
    border-right-color: #f4cd06;
    letter-spacing: 0px;
  }
  .review .navigation_block li:nth-child(4):before, .review .navigation_block li:nth-child(4):after {
    background: -webkit-gradient(linear, left top, right top, from(#c6a800), to(#f4cd06));
    background: -webkit-linear-gradient(left, #c6a800, #f4cd06);
    background: -moz- oldlinear-gradient(left, #c6a800, #f4cd06);
    background: linear-gradient(left, #c6a800, #f4cd06);
    background: -ms-linear-gradient(left, #c6a800, #f4cd06);
  }
  .review .navigation_block li:nth-child(4) a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#c6a800), to(#f4cd06));
    background: -webkit-linear-gradient(left, #c6a800, #f4cd06);
    background: -moz- oldlinear-gradient(left, #c6a800, #f4cd06);
    background: linear-gradient(left, #c6a800, #f4cd06);
    background: -ms-linear-gradient(left, #c6a800, #f4cd06);
  }
  .review .navigation_block li:nth-child(4) a:hover em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -216px;
    width: 107px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(4) em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -127px -216px;
    width: 107px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(4) p {
    letter-spacing: 1px;
  }
  .review .navigation_block li:nth-child(4) span:after {
    border-color: #c6a800;
  }
  .review .navigation_block li:nth-child(4).current em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -216px;
    width: 107px;
    height: 16px;
  }

  .review .navigation_block li:nth-child(5) {
    color: #c7004b;
    border-left-color: #c7004b;
    border-right-color: #ff0066;
  }
  .review .navigation_block li:nth-child(5):before, .review .navigation_block li:nth-child(5):after {
    background: -webkit-gradient(linear, left top, right top, from(#c7004b), to(#ff0066));
    background: -webkit-linear-gradient(left, #c7004b, #ff0066);
    background: -moz- oldlinear-gradient(left, #c7004b, #ff0066);
    background: linear-gradient(left, #c7004b, #ff0066);
    background: -ms-linear-gradient(left, #c7004b, #ff0066);
  }
  .review .navigation_block li:nth-child(5) a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#c7004b), to(#ff0066));
    background: -webkit-linear-gradient(left, #c7004b, #ff0066);
    background: -moz- oldlinear-gradient(left, #c7004b, #ff0066);
    background: linear-gradient(left, #c7004b, #ff0066);
    background: -ms-linear-gradient(left, #c7004b, #ff0066);
  }
  .review .navigation_block li:nth-child(5) a:hover em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -144px;
    width: 135px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(5) em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -180px;
    width: 135px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(5) p {
    letter-spacing: 1px;
  }
  .review .navigation_block li:nth-child(5) span:after {
    border-color: #c7004b;
  }
  .review .navigation_block li:nth-child(5).current em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -144px;
    width: 135px;
    height: 16px;
  }

  .review .navigation_block li:nth-child(6) {
    color: #a900a2;
    border-left-color: #a900a2;
    border-right-color: #f158ff;
  }
  .review .navigation_block li:nth-child(6):before, .review .navigation_block li:nth-child(6):after {
    background: -webkit-gradient(linear, left top, right top, from(#a900a2), to(#f158ff));
    background: -webkit-linear-gradient(left, #a900a2, #f158ff);
    background: -moz- oldlinear-gradient(left, #a900a2, #f158ff);
    background: linear-gradient(left, #a900a2, #f158ff);
    background: -ms-linear-gradient(left, #a900a2, #f158ff);
  }
  .review .navigation_block li:nth-child(6) a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#a900a2), to(#f158ff));
    background: -webkit-linear-gradient(left, #a900a2, #f158ff);
    background: -moz- oldlinear-gradient(left, #a900a2, #f158ff);
    background: linear-gradient(left, #a900a2, #f158ff);
    background: -ms-linear-gradient(left, #a900a2, #f158ff);
  }
  .review .navigation_block li:nth-child(6) a:hover em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -144px;
    width: 135px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(6) em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -180px;
    width: 135px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(6) p {
    letter-spacing: 1px;
  }
  .review .navigation_block li:nth-child(6) span:after {
    border-color: #a900a2;
  }
  .review .navigation_block li:nth-child(6).current em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -144px;
    width: 135px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(7) {
    color: #ff6701;
    border-left-color: #ff6701;
    border-right-color: #ffccab;
  }
  .review .navigation_block li:nth-child(7):before, .review .navigation_block li:nth-child(7):after {
    background: -webkit-gradient(linear, left top, right top, from(#ff6701), to(#ffccab));
    background: -webkit-linear-gradient(left, #ff6701, #ffccab);
    background: -moz- oldlinear-gradient(left, #ff6701, #ffccab);
    background: linear-gradient(left, #ff6701, #ffccab);
    background: -ms-linear-gradient(left, #ff6701, #ffccab);
  }
  .review .navigation_block li:nth-child(7) a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#ff6701), to(#ffccab));
    background: -webkit-linear-gradient(left, #ff6701, #ffccab);
    background: -moz- oldlinear-gradient(left, #ff6701, #ffccab);
    background: linear-gradient(left, #ff6701, #ffccab);
    background: -ms-linear-gradient(left, #ff6701, #ffccab);
  }
  .review .navigation_block li:nth-child(7) a:hover em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -108px;
    width: 184px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(7) em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -72px;
    width: 184px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(7) p {
    letter-spacing: 1px;
  }
  .review .navigation_block li:nth-child(7) span:after {
    border-color: #ff6701;
  }
  .review .navigation_block li:nth-child(7).current em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -108px;
    width: 184px;
    height: 16px;
  }
  .review .switch_area > li {
    display: none;
    padding-bottom: 100px;
    /* For IE 6/7 only */
    *zoom: 1;
    clear: both;
  }
  .review .switch_area > li:before, .review .switch_area > li:after {
    content: ' ';
    display: table;
  }
  .review .switch_area > li:after {
    clear: both;
  }
  .review .switch_area > li:first-child {
    display: block;
  }
  .review .content_box {
    padding-bottom: 80px;
  }
  .review .content_box .panel dt {
    padding: 15px 30px;
    height: auto;
    line-height: 1.6;
    text-align: left;
  }
  .review .content_box .panel dd {
    padding: 20px 30px;
  }
  .review .comment {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .coming_soon-txt {
    font-size: 1.8rem;
  }
  #result_pagetop {
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: 450px;
    width: 92px;
    height: 92px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  #result_pagetop 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;
    box-sizing: border-box;
  }
  #result_pagetop a:hover {
    background: #fff;
  }
  #result_pagetop.on a {
    opacity: 1;
  }
  #result_pagetop.fix {
    position: absolute;
    bottom: -50px;
    -webkit-transform: translateX(130px);
       -moz-transform: translateX(130px);
        -ms-transform: translateX(130px);
            transform: translateX(130px);
  }

  /*プロフィール部分*/
  .andmore {

  }
}

@media screen and (max-width: 767px) {
  .foot_bnr li.is_juries {
    display: none;
  }
  #pagetitle {
    background-image: url("../images/head_bg_sp.jpg");
  }
  #pagetitle.txt h1 {
    margin: 0;
    text-align: center;
    height: auto;
    background-color: rgba(35, 31, 32, 0.8);
    bottom: 0;
    height: 98px;
    padding: 0 25px;
    color: #fff;
  }
  .lede_section {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .lede_section .judge_list {
    margin-top: 35px;
  }
  .juries_content.detail #pagetitle h1 {
    height: 65px;
    line-height: 65px;
  }
  .juries_content.detail #pagetitle img {
    height: 34px;
  }
  .section {
    padding-bottom: 15px;
  }
  .section .content_box {
    padding-bottom: 35px;
  }
  .section .content_box .pix_outer {
    display: table;
    width: 100%;
    margin-bottom: 25px;
  }
  .section .content_box .pix_outer > * {
    display: table-cell;
    vertical-align: middle;
  }
  .section .content_box .pix_outer > * {
    vertical-align: bottom;
  }
  .section .content_box .pix {
    width: 49%;
    padding-top: 49%;
    background-color: #e6e6e6;
    position: relative;
  }
  .section .content_box .pix:before {
    content: 'Coming Soon';
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section .content_box .pix img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .section .content_box .about {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 20px;
  }
  .section .content_box .about li:first-child {
    padding-right: 1em;
  }
  .section .content_box .about li .note {
    padding-top: 1em;
    display: block;
    font-size: 1rem;
  }
  .section .content_box .text {
    padding-left: 5%;
    vertical-align: middle;
  }
  .section .content_box .text .name {
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: .2em;
  }
  .section .content_box .text .name small {
    display: block;
    font-size: 1rem;
    letter-spacing: .1em;
  }
  .section .content_box .panel {
    border-left: solid 1px #9fa0a0;
    border-right: solid 1px #9fa0a0;
    border-bottom: solid 1px #9fa0a0;
    letter-spacing: .15em;
  }
  .section .content_box .panel dt {
    height: 50px;
    line-height: 50px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    background-color: #e6e6e6;
  }
  .section .content_box .panel dd {
    border-top: solid 1px #9fa0a0;
    font-size: 1rem;
    padding: 11px 17px;
  }
  .section .content_box .panel dd p + p {
    margin-top: .7em;
  }
  .section .content_box .panel dd .soon {
    text-align: center;
  }
  .section .content_box .panel:nth-of-type(1) {
    border-top: solid 1px #9fa0a0;
  }
  .section .content_box.soon .text {
    padding-left: 0;
  }
  .review .detail_inner {
    padding-bottom: 0;
  }
  .review .navigation_block {
    margin-bottom: 70px;
  }
  .review .navigation_block li {
    height: 70px;
    line-height: 1.5;
    font-size: 1.2rem;
    border-left: solid 3px;
    border-right: solid 3px;
    overflow: hidden;
  }
  .review .navigation_block li:before, .review .navigation_block li:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
  }
  .review .navigation_block li:before {
    top: 0;
  }
  .review .navigation_block li:after {
    bottom: 0;
  }
  .review .navigation_block li a {
    height: 100%;
  }
  .review .navigation_block li a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
  }
  .review .navigation_block li span {
    background-color: transparent;
    border: none;
    padding: 18px 30px 0 15px;
    text-align: left;
    font-weight: bold;
  }
  .review .navigation_block li span:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: none;
    border-right: solid 2px;
    border-bottom: solid 2px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .review .navigation_block li em {
    display: block;
    margin-bottom: 4px;
  }
  .review .navigation_block li.current a {
    color: #fff;
  }
  .review .navigation_block li.current a:before {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .review .navigation_block li.current span:after {
    border-color: #fff !important;
  }
  .review .navigation_block li:nth-child(1) {
    color: #0080d1;
    border-left-color: #0080d1;
    border-right-color: #6fdeff;
  }
  .review .navigation_block li:nth-child(1):before, .review .navigation_block li:nth-child(1):after {
    background: -webkit-gradient(linear, left top, right top, from(#0080d1), to(#6fdeff));
    background: -webkit-linear-gradient(left, #0080d1, #6fdeff);
    background: -moz- oldlinear-gradient(left, #0080d1, #6fdeff);
    background: linear-gradient(left, #0080d1, #6fdeff);
  }
  .review .navigation_block li:nth-child(1) a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#0080d1), to(#6fdeff));
    background: -webkit-linear-gradient(left, #0080d1, #6fdeff);
    background: -moz- oldlinear-gradient(left, #0080d1, #6fdeff);
    background: linear-gradient(left, #0080d1, #6fdeff);
  }
  .review .navigation_block li:nth-child(1) em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -255px -36px;
    width: 37px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(1) span:after {
    border-color: #0080d1;
  }
  .review .navigation_block li:nth-child(1).current em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -255px 0px;
    width: 37px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(2) {
    color: #da1328;
    border-left-color: #da1328;
    border-right-color: #ff8b8e;
  }
  .review .navigation_block li:nth-child(2):before, .review .navigation_block li:nth-child(2):after {
    background: -webkit-gradient(linear, left top, right top, from(#da1328), to(#ff8b8e));
    background: -webkit-linear-gradient(left, #da1328, #ff8b8e);
    background: -moz- oldlinear-gradient(left, #da1328, #ff8b8e);
    background: linear-gradient(left, #da1328, #ff8b8e);
  }
  .review .navigation_block li:nth-child(2) a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#da1328), to(#ff8b8e));
    background: -webkit-linear-gradient(left, #da1328, #ff8b8e);
    background: -moz- oldlinear-gradient(left, #da1328, #ff8b8e);
    background: linear-gradient(left, #da1328, #ff8b8e);
  }
  .review .navigation_block li:nth-child(2) em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -155px -144px;
    width: 76px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(2) span:after {
    border-color: #da1328;
  }
  .review .navigation_block li:nth-child(2).current em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -155px -180px;
    width: 76px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(3) {
    color: #009835;
    border-left-color: #009835;
    border-right-color: #16fb00;
  }
  .review .navigation_block li:nth-child(3):before, .review .navigation_block li:nth-child(3):after {
    background: -webkit-gradient(linear, left top, right top, from(#009835), to(#16fb00));
    background: -webkit-linear-gradient(left, #009835, #16fb00);
    background: -moz- oldlinear-gradient(left, #009835, #16fb00);
    background: linear-gradient(left, #009835, #16fb00);
  }
  .review .navigation_block li:nth-child(3) a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#009835), to(#16fb00));
    background: -webkit-linear-gradient(left, #009835, #16fb00);
    background: -moz- oldlinear-gradient(left, #009835, #16fb00);
    background: linear-gradient(left, #009835, #16fb00);
  }
  .review .navigation_block li:nth-child(3) em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -36px;
    width: 235px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(3) span:after {
    border-color: #009835;
  }
  .review .navigation_block li:nth-child(3).current em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px 0px;
    width: 235px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(4) {
    color: #c6a800;
    border-left-color: #c6a800;
    border-right-color: #f4cd06;
  }
  .review .navigation_block li:nth-child(4):before, .review .navigation_block li:nth-child(4):after {
    background: -webkit-gradient(linear, left top, right top, from(#c6a800), to(#f4cd06));
    background: -webkit-linear-gradient(left, #c6a800, #f4cd06);
    background: -moz- oldlinear-gradient(left, #c6a800, #f4cd06);
    background: linear-gradient(left, #c6a800, #f4cd06);
  }
  .review .navigation_block li:nth-child(4) a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#c6a800), to(#f4cd06));
    background: -webkit-linear-gradient(left, #c6a800, #f4cd06);
    background: -moz- oldlinear-gradient(left, #c6a800, #f4cd06);
    background: linear-gradient(left, #c6a800, #f4cd06);
  }
  .review .navigation_block li:nth-child(4) em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -127px -216px;
    width: 107px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(4) span:after {
    border-color: #c6a800;
  }
  .review .navigation_block li:nth-child(4).current em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -216px;
    width: 107px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(5) {
    color: #c7004b;
    border-left-color: #c7004b;
    border-right-color: #ff0066;
  }
  .review .navigation_block li:nth-child(5):before, .review .navigation_block li:nth-child(5):after {
    background: -webkit-gradient(linear, left top, right top, from(#c7004b), to(#ff0066));
    background: -webkit-linear-gradient(left, #c7004b, #ff0066);
    background: -moz- oldlinear-gradient(left, #c7004b, #ff0066);
    background: linear-gradient(left, #c7004b, #ff0066);
  }
  .review .navigation_block li:nth-child(5) a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#c7004b), to(#ff0066));
    background: -webkit-linear-gradient(left, #c7004b, #ff0066);
    background: -moz- oldlinear-gradient(left, #c7004b, #ff0066);
    background: linear-gradient(left, #c7004b, #ff0066);
  }
  .review .navigation_block li:nth-child(5) em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -180px;
    width: 135px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(5) span:after {
    border-color: #c7004b;
  }
  .review .navigation_block li:nth-child(5).current em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -144px;
    width: 135px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(6) {
    color: #a900a2;
    border-left-color: #a900a2;
    border-right-color: #f158ff;
  }
  .review .navigation_block li:nth-child(6):before, .review .navigation_block li:nth-child(6):after {
    background: -webkit-gradient(linear, left top, right top, from(#a900a2), to(#f158ff));
    background: -webkit-linear-gradient(left, #a900a2, #f158ff);
    background: -moz- oldlinear-gradient(left, #a900a2, #f158ff);
    background: linear-gradient(left, #a900a2, #f158ff);
  }
  .review .navigation_block li:nth-child(6) a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#a900a2), to(#f158ff));
    background: -webkit-linear-gradient(left, #a900a2, #f158ff);
    background: -moz- oldlinear-gradient(left, #a900a2, #f158ff);
    background: linear-gradient(left, #a900a2, #f158ff);
  }
  .review .navigation_block li:nth-child(6) em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -180px;
    width: 135px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(6) span:after {
    border-color: #a900a2;
  }
  .review .navigation_block li:nth-child(6).current em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -144px;
    width: 135px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(7) {
    color: #ff6701;
    border-left-color: #ff6701;
    border-right-color: #ffccab;
  }
  .review .navigation_block li:nth-child(7):before, .review .navigation_block li:nth-child(7):after {
    background: -webkit-gradient(linear, left top, right top, from(#ff6701), to(#ffccab));
    background: -webkit-linear-gradient(left, #ff6701, #ffccab);
    background: -moz- oldlinear-gradient(left, #ff6701, #ffccab);
    background: linear-gradient(left, #ff6701, #ffccab);
  }
  .review .navigation_block li:nth-child(7) a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#ff6701), to(#ffccab));
    background: -webkit-linear-gradient(left, #ff6701, #ffccab);
    background: -moz- oldlinear-gradient(left, #ff6701, #ffccab);
    background: linear-gradient(left, #ff6701, #ffccab);
  }
  .review .navigation_block li:nth-child(7) em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -72px;
    width: 184px;
    height: 16px;
  }
  .review .navigation_block li:nth-child(7) span:after {
    border-color: #ff6701;
  }
  .review .navigation_block li:nth-child(7).current em {
    background-image: url(/common/images/sprite/sprite_juries.png?rev=1544163241361);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -108px;
    width: 184px;
    height: 16px;
  }
  .review .switch_area > li {
    display: none;
    /* For IE 6/7 only */
    *zoom: 1;
    clear: both;
  }
  .review .switch_area > li:before, .review .switch_area > li:after {
    content: ' ';
    display: table;
  }
  .review .switch_area > li:after {
    clear: both;
  }
  .review .switch_area > li:first-child {
    display: block;
  }
  .review .content_box .panel dt, .review .content_box .panel dd {
    font-size: 1.4rem;
    line-height: 1.65;
  }
  .review .content_box .panel dt {
    height: auto;
    text-align: left;
    padding: 15px;
  }
  .review .comment {
    font-size: 1.4rem;
    line-height: 1.65;
  }
  .coming_soon-txt {
    font-size: 1.4rem;
  }
}

/*デバイス共通*/
blockquote i {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",serif;
}