@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,700&display=swap');

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ol, ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/******************************
 common
*******************************/
body {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana,  "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  text-justify: distribute;
  word-break: normal;
  line-break: strict;
  background-color: #fff;
  color: #000;
  font-size: 17px;
}

.en {
  /* font-family: 'Barlow', sans-serif; */
}
.en-c {
  font-family: 'Barlow', sans-serif;
}
.en.bold, .en-c.bold {
  font-weight: 700 !important;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.opa:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .sp {display: none !important;}
}

@media screen and (max-width: 768px) {
  .pc {display: none !important;}
}
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb2 { margin-bottom: 2px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.ml0 { margin-left: 0 !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.pt0 { padding-top: 0 !important; }
.pt5 { padding-top: 5px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }
.pt65 { padding-top: 65px !important; }
.pt70 { padding-top: 70px !important; }
.pt75 { padding-top: 75px !important; }
.pt80 { padding-top: 80px !important; }
.pt85 { padding-top: 85px !important; }
.pt90 { padding-top: 90px !important; }
.pb0 { padding-bottom: 0 !important; }
.pb5 { padding-bottom: 5px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb65 { padding-bottom: 65px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb75 { padding-bottom: 75px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb85 { padding-bottom: 85px !important; }
.pb90 { padding-bottom: 90px !important; }
.pr0 { padding-right: 0 !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pr55 { padding-right: 55px !important; }
.pr60 { padding-right: 60px !important; }
.pr65 { padding-right: 65px !important; }
.pr70 { padding-right: 70px !important; }
.pr75 { padding-right: 75px !important; }
.pr80 { padding-right: 80px !important; }
.pr85 { padding-right: 85px !important; }
.pr90 { padding-right: 90px !important; }
.pl0 { padding-left: 0 !important; }
.pl5 { padding-left: 5px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl55 { padding-left: 55px !important; }
.pl60 { padding-left: 60px !important; }
.pl65 { padding-left: 65px !important; }
.pl70 { padding-left: 70px !important; }
.pl75 { padding-left: 75px !important; }
.pl80 { padding-left: 80px !important; }
.pl85 { padding-left: 85px !important; }
.pl90 { padding-left: 90px !important; }
.w10 {width: 10% !important;}
.w15 {width: 15% !important;}
.w20 {width: 20% !important;}
.w25 {width: 25% !important;}
.w30 {width: 30% !important;}
.w33 {width: 33.3% !important;}
.w35 {width: 35% !important;}
.w40 {width: 40% !important;}
.w50 {width: 50% !important;}
.w60 {width: 60% !important;}
.w70 {width: 70% !important;}
.w75 {width: 75% !important;}
.w80 {width: 80% !important;}
.w90 {width: 90% !important;}
.w100 {width: 100% !important;}
.w100 {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
}

a.line {
  text-decoration: underline;
}

.txt {
  line-height: 1.8;
}

.red {
  color: #c11229;
}

.bold {
  font-weight: bold !important;
}

.small {
  font-size: 0.8em;
}

.inr {
  width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.center {
  text-align: center;
}

.w100 {
  width: 100%;
  height: auto;
}

.disc-list {
  margin-left:18px;
}
.disc-list > li {
  list-style: disc outside;
  line-height: 1.7;
}

.decimal-list {
  list-style-type: none;
  counter-reset: section;
  line-height: 1.7;
}

.decimal-list li {
  counter-increment: section;
  position: relative;
  padding-left: 30px;
}

.decimal-list li:before {
  content: counters(section,"");
  background: #e40920;
  border-radius: 50%;
  display: inline-block;
  float: left;
  width: 23px;
  height: 23px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 0;
  color: #fff;
}

.asterisk,
.asterisk-list li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.7;
  font-size: 15px;
}

.asterisk:before,
.asterisk-list li:before {
  content: '※ ';
}


/******************************
 header
*******************************/
header {
  width: 100%;
  height: 64px;
  position: relative;
  z-index: 1;
}

header .logo {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}

header .logo a {
  /* display: block; */
}

header .logo .logo-entre, header .logo .logo-leaders {
  /* width: 8.2vw; */
  height: 130px;
  width: auto;
}

/* header .logo .logo-leaders {
  width: 7.87vw;
} */

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .nav-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
}

nav ul li {
  padding: 0 0.7vw;
}

nav ul li a {
  display: inline-block;
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.95vw;
  padding: 10px 0;
}

nav ul li a:after{
  content: "";
  -webkit-transition:0.5s all ease;
  -o-transition:0.5s all ease;
  transition:0.5s all ease;
  position:absolute;
  bottom: 0;
  height:4px;
  width:0;
  background:#fffc56;
  left:50%;
  -webkit-transform:translateX(-50%);
          -ms-transform:translateX(-50%);
      transform:translateX(-50%);
}

nav ul li a:hover:after {
  width:100%;
}

nav ul .fc_gray a{
  color:#666;
  cursor:default;
}

header .winner a:after,
nav ul .fc_gray a:after{
  display: none;
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  margin-right: 1.5vw;
}

.sns-list li {
  margin: 0 0.7vw;
  width: 1.7vw;
}




/******************************
 container
*******************************/
.container {
  width: 100%;
}

.sec {
  padding: 100px 0 0;
  min-width: 1020px;
  position: relative;
}

.sec-ttl {
  /* color: #f0efef;
  font-size: 180px;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transform: scale(0.9, 1);
      -ms-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  margin-left: -90px;
  margin-bottom: -70px;
  white-space: nowrap;
  overflow: hidden; */
}
.sec-ttl-jp {
  font-size: 45px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 50px;
}

.h2ttl {
  display: flex;
  flex-flow: row-reverse;
}
.h2ttl .sec-ttl-jp {
  text-align: right;
  margin-left: 40px;
}
.h2ttl .sec-ttl-jp .inr-ttl {
  margin-bottom: 15px;
  font-size: 21px;
}
.h2ttl .sec-ttl-jp .inr-ttl img {
  width: 116px;
  vertical-align: bottom;
}

.layout-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bg_r:before {
  content: '';
  width: 445px;
  height: 891px;
  background-image: url(../images/kv_bgr.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -660px;
  right: 0;
  z-index: -1;
}


/*kv*/
.kv:before {
  content: '';
  width: 372px;
  height: 373px;
  background-image: url(../images/kv_bgl.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kv-ttl:after {
  content: '';
  width: 445px;
  height: 891px;
  background-image: url(../images/kv_bgr.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 42px;
  right: 0;
  z-index: -1;
}

.kv-wrap {
  position: relative;
}
.kv-ttl {
  padding-bottom: 1vw;
}

.kv-ttl img {
  vertical-align: bottom;
  width: 68.65vw;
  padding-left: 12vw;
}

.kv .business {
  position: absolute;
  bottom: 3.1vw;
  right: 6.8vw;
  z-index: 1;
}

.kv .business .txt {
  width: 20.8vw;
  margin: 0 auto 10px;
}

.kv .business .btn {
  width: 17.65vw;
  margin: 0 auto;
}

.kv-btn-entry {
  position: absolute;
  top: 50px;
  right: 10px;
}
.line_box p {
	background: #b81c22;
	/* background: #818181; */
	padding: 12px 30px;
	/*padding: 15px 30px; ファイナリスト入る前*/
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
}
.line_box p.ls_en {
  letter-spacing: 0.05em;
}
.line_box p span {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: normal;
}
.line_box p a {
    color: #fff;
    position: relative
}
.line_box p a:hover {
    opacity: 0.7;
  -webkit-transition:0.3s all ease;
  -o-transition:0.3s all ease;
  transition:0.3s all ease;
}
.line_box p a:before, .line_box p a:after {
    position: absolute;
    content: '';
    width: 29px;
    height: 40px;
    background-image: url(../images/ico-wreath-left.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    top:-7px;
    left: -32px;
}
.line_box p a:after {
    background-image: url(../images/ico-wreath-right.png);
    left: auto;
    right: -23px;
}

.sponsor-list-wrap {
  background: #000;
  text-align: center;
  z-index: 3;
}

.sponsor-list {
  display: inline-block;
  padding: 10px 0;
}

.sponsor-list li {
  display: inline-block;
  padding: 0 25px;
  vertical-align: middle;
}
.en .sponsor-list li {
  padding: 0 20px;
}

.sponsor-list .meti {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sponsor-list .meti span {
  color: #fff;
  font-size: 10px;
  margin-right: 1em;
}

.sponsor-list li img {
  width: auto;
  height: 30px;
}

.kv-slider {
  display:none;
}

.kv-slider.slick-initialized {
  display: block;
}

.kv-txt-sponsor {
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  padding: 20px 0;
}

.kv-txt-sponsor .ye {
  color: #fffc56;
}



/*about*/
#about {
  /* background-image: url(../images/about-bg.png);
  background-size: auto 101%;
  background-repeat: no-repeat;
  background-position: right bottom; */
  position: relative;
}

#about:after {
  content: '';
  width: 371px;
  height: 742px;
  background-image: url(../images/bg-r01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -600px;
  left: 0;
  z-index: -1;
}

#about .sec-ttl-jp {
  margin-bottom: 0;
}

#about .img {
  margin-bottom: 15px;
}

#about .layout-2col {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#about .col {
  width: 50%;
}

#about .col:first-child {
  padding: 0 40px;
}

#about .movie {
  margin-left: 30px;
}

p.inr-ttl.en {
  font-size: 21px;
  margin-bottom: 6px;
}

/*guideline*/
.guideline-list {
  /* border-top: 1px dashed #666; */
  /* padding-top: 30px; */
}

.guideline-list dt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 6px 0 6px 10px;
  border-left: 8px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  line-height: 1.5;
}

.guideline-list dd + dt {
  margin-top: 30px;
}

.guideline-list dd {
  line-height: 1.8;
  /* border-bottom: 1px dashed #666; */
  padding-bottom: 20px;
  padding-left: 30px;
}

.guideline-list p, .guideline-list li {
  font-size: 16px;
}
.guideline-list dd li span.bold {
  font-size: 17px;
  display: block;
  margin-bottom: 5px;
}
/*flow*/
.flow-list {
  width: 100%;
  position: relative;
  background-color: #e40920;
  background: -webkit-gradient(linear, left top, right bottom, from(#e40920), to(#fffc56));
  background: -moz-linear-gradient(left, #e40920, #fffc56);
  background: linear-gradient(left, #e40920, #fffc56);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 25%;
  height: 200px;
  line-height: 1.7;
  vertical-align: middle;
  color: #000;
  padding: 15px 15px 15px 40px;
}

.flow-list li .num {
  position: absolute;
  color: #fff;
  top: -65px;
  left: 12px;
  font-size: 80px;
  text-shadow:1px 1px 0 #000,
  -1px -1px 0 #000,
  -1px 1px 0 #000, 1px -1px 0 #000,
  0px 1px 0 #000,  0 -1px 0 #000,
   -1px 0 0 #000, 1px 0 0 #000;
}

.flow-list li .txt01 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}

.flow-list li .txt02 {
  font-size: 13px;
  text-align: left;
  margin-top: 10px;
}

.en .flow-list li .txt02 {
  font-size: 11px;
}

.flow-list li:not(:last-child) {
  position: relative;
  z-index: 2;
}

.flow-list li:last-child {
  position: relative;
}

.flow-list li:not(:last-child):after,
.flow-list li:not(:last-child):before {
  content: '';
  z-index: -1;
  position: absolute;
  display: block;
  border-right: 4px #fff solid;
  width: 170px;
  height: 170px;
  right: 5px;
}

.flow-list li:not(:last-child):after {
  top: 33px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.flow-list li:not(:last-child):before {
  top: -29px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}


/*schedule*/
.schedule-list {
  position: relative;
  padding: 0;
  width: 800px;
  margin: 0 auto;
}

.schedule-list:after {
  content:"";
  z-index: 1;
  position: absolute;
  left: 0;
  top:0;
  width: 4px;
  min-height: 100%;
  background-color: #9e9d9d;
}

.schedule-list li {
  z-index: 2;
  position: relative;
  padding: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
  background-color: #f0efef;
}

.schedule-list li:before {
  content:"";
  z-index: 1;
  position: absolute;
  top: 14px;
  right: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  background-color: #f0efef;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.schedule-list li:after {
  content:"";
  z-index: 1;
  position: absolute;
  top: 14px;
  left: -25px;
  width: 14px;
  height: 14px;
  border: 3px solid #9e9d9d;
  border-radius: 100%;
  background-color: #e40920;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.schedule-list li:hover:after {
  background-color: #e40920;
  top: 12px;
  left: -27px;
  width: 18px;
  height: 18px;
}

.schedule-list li .date {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*category*/
#category .box {
  margin-bottom: 40px;
}

#category .category-list {
  margin-bottom: 40px;
  display: table;
  width: 100%;
  /* background: #fff; */
  border: 1px solid #e40920;
  padding: 20px;
  background-color: #f0efef;
}

#category .category-list dt {
  display: table-cell;
  width: 27%;
  vertical-align: middle;
  background-image: url(../images/ico-wreath.png);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 80px;
  min-height: 140px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  color: #c11229;
}

#category .category-list dt .small {
  font-size: 15px;
  display: inline-block;
  margin-top: 5px;
  color: #000;
}

#category .category-list dd {
  display: table-cell;
  width: 70%;
  padding-left: 2%;
  line-height: 1.7;
  color: #000;
  font-size: 16px;
}

#category .category-list dd .name {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 17px;
}

#category .category-list dd .name img {
  vertical-align: middle;
  margin-right: 10px;
}



/*コメントなしの場合 （コメントが入ったら削除）*/
/*#category .category-list-wrap {
  text-align: center;
}

#category .category-list {
  display: inline-block;
  width: 250px;
  height: 250px;
  vertical-align: middle;
  text-align: center;
  margin: 10px;
  background-image: url(../images/ico-wreath.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 5px;
}

#category .category-list dt {
  height: 120px;
  background: none;
  display: table-cell;
  vertical-align: middle;
  height: 230px;
}

#category .category-list dd {
  display: none;
}*/



/*entry*/
#entry {
  background-image: url(../images/bg-pt.png);
  background-repeat: repeat;
  background-size: 1000px auto;
  background-position: center;
  color: #fff;
  position: relative;
  margin-top: 100px;
  padding: 60px 0;
}

#entry .sec-ttl {
  position: absolute;
  top: -70px;
  left: -60px;
  margin: 0;
}

#entry .sec-ttl-jp {
  margin-bottom: 20px;
}

#entry .btn-entry {
  margin: 20px 0;
}

#entry .btn-entry a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 30px;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  /* background-color: #fffc56; */
 background-color: #818181;
  color: #fff;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 0.4em;
  cursor: default;
  line-height: 1.2;
}
#entry .btn-entry a.ls_en {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

#entry .btn-entry a::after {
  /* position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
      transform: scale(.5);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; */
}

#entry .btn-entry a:hover::after {
  /* background: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1); */
}

#entry .note {
  text-align: center;
}


/*lastpresen*/
#lastpresen .ph-list {
  font-size: 0;
  text-align: center;
}

#lastpresen .ph-list li {
  display: inline-block;
}

#lastpresen .ph-list01 {
  margin: 20px 0;
}

#lastpresen .ph-list01 li:first-child {
  margin-right: 40px;
}

#lastpresen .ph-list02 li {
  margin: 10px;
}


/*ceremony*/
#ceremony .ph-list li {
  float: left;
  margin-top: 20px;
}

#ceremony .ph-list li:nth-child(3),
#ceremony .ph-list li:nth-child(5) {
  margin-left: 20px;
}



/*winner*/
#winner {
}

#winner .sec-ttl {
  background-image: url(../images/entry-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

#winner .first {
  /* border-bottom: 2px solid #e40920; */
  margin-bottom: 80px;
}

#winner .first-ttl {
  overflow: hidden;
  text-align: center;
  color: #e40920;
  font-size: 24px;
}
#winner .first-ttl span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
#winner .first-ttl span::before,
#winner .first-ttl span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 800%;
  height: 2px;
  background-color: #e40920;
}
#winner .first-ttl span::before {
  right: 100%;
}
#winner .first-ttl span::after {
  left: 100%;
}
#winner .first-ttl.bumon {
  font-size: 20px;
  line-height: 24px;
}

.winner-ttl:before,
.winner-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 48px;
  height: 67px;
}

.winner-ttl:before {
  background-image: url(../images/ico-wreath-left.png);
}

.winner-ttl:after {
  background-image: url(../images/ico-wreath-right.png);
}

.table-finalist th .d_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.winner-ttl.l2:before, .winner-ttl.l2:after {
  display: none;
  background-image:none;
}

.table-finalist th {
  padding: 10px;
/*   background: rgba(36, 154, 36, 0.6); */
}

.table-finalist {
  margin: 30px 0;
  width: 100%;
}

.table-finalist th,
.table-finalist td {
  border: 1px solid #d5d5d5;
  padding: 20px;
  line-height: 1.6;
}

.table-finalist th {
  text-align: center;
  vertical-align: middle;
/*   background: #7dce89; */
  color: #fff;
  font-size: 20px;
  background: #c11229;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #b08e35, #c11229);  /* Chrome 10-25, Safari 5.1-6 */
background: -webkit-gradient(linear, right top, left top, from(#b08e35), to(#c11229));
background: -webkit-linear-gradient(right, #b08e35, #c11229);
background: -o-linear-gradient(right, #b08e35, #c11229);
background: linear-gradient(to left, #b08e35, #c11229); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.table-finalist td {
  text-align: center;
  width: 50%;
  background: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.1rem;
}

.table-finalist td.ph {
  padding: 0 15px 0 0;
  background: transparent;
  border: none;
  width: 30%;
}

.table-finalist td.ph.right {
  padding: 0 0 0 15px;
}

.table-finalist td.ph.sp-right {
  display: none;
}

.table-finalist td.ph img {
  vertical-align: bottom;
}

.servicename {
  font-size: 1rem;
  font-weight: normal;
}



/*past*/
#past .winner-box {
  background: rgba(255,255,255,0.9);
  line-height: 1.8;
  margin-bottom: 20px;
  width: 49%;
  margin-left: 2%;
  float: left;
  border: 1px solid #d5d5d5;
}

#past .winner-box.grand {
  width: 100%;
}

#past .winner-box .ttl-area {
  text-align: center;
  padding: 30px 10px 10px;
  position: relative;
}

#past .winner-box .ttl-area .first {
  background-image: url(../images/ico-wreath02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 70px;
  height: 70px;
  line-height: 62px;
  margin-right: 10px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #e40920;
}

#past .winner-box .ttl-area .category {
  background-image: url(../images/ico-wreath.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  line-height: 58px;
  margin-right: 10px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  color: #bf9d39;
}

#past .winner-box .ttl-area .ttl {
  font-size: 22px;
  color: #269a23;
}

#past .winner-box .ttl-area .ttl .ico-winner {
  vertical-align: middle;
}

#past .winner-box .ph-area {
  text-align: center;
}

#past .winner-box .ph-area img {
  display: inline-block;
  margin: 5px;
}

#past .winner-box .txt-area {
  padding: 10px 20px 30px;
}

#past .winner-box.grand .txt-area {
  padding: 10px 60px 30px;
}

#past .winner-box .txt-area .name {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}

#past .winner-box .txt-area .detail {
  background-image: url(../images/past-plan.png);
   background-repeat: no-repeat;
   background-position: left top;
   padding-left: 70px;
   min-height: 60px;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}


/*sponsor*/
#sponsor .sponsor-block {
  margin-bottom: 60px;
  border: 2px solid #d5d5d5;
  padding-bottom: 20px;
  text-align: center;
}

#sponsor .sec-subttl {
  margin-top: -11px;
  padding-bottom: 0;
  line-height: 1;
  margin-bottom: 20px;
}

#sponsor .sec-subttl span {
  padding: 0 40px;
  background: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 22px;
}

#sponsor .sponsor-list {
  display: inline-block;
}

#sponsor .sponsor-list li {
  display: inline-block;
  padding: 15px 60px;
  vertical-align: middle;
}

#sponsor .sponsor-block .sponsor-list img {
  width: auto;
  height: 60px;
}
#sponsor .sponsor-block .sponsor-list img.h80 {
  height: 80px;
}

#archive {
  padding-bottom: 60px;
}
#archive .archive-list dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 8px solid #e40920;
  line-height: 1.8;
  border-bottom: 1px solid #e40920;
}

#archive .archive-list dd {
  margin-bottom: 40px;
}

#archive .archive-list dd a {
  position: relative;
  display: block;
}

#archive .archive-list dd a .more {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 20px;
  color: #000;
  background: rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  letter-spacing: 0.1em;
}

#archive .archive-list dd a:hover .more {
  opacity: 1;
}

#archive .btn-voice a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  background-color: #c11229;
  border: 4px solid #c11229;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 0.2em;
  cursor: default;
  line-height: 1;
  color: #fff;
}

#archive .btn-voice a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
      transform: scale(.5);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#archive .btn-voice a:hover {
  color: #c11229;
}

#archive .btn-voice a:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}
#archive .archive-list dt.opa {
  margin-bottom: 40px;
}

#archive .btn-link a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 60px 0;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  background-color: #c11229;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}

/******************************
 footer
*******************************/
footer {
  width: 100%;
  min-width: 1180px;
  padding: 40px 0;
  /*background: #34476b;*/
  background: #35383e;
  color: #fff;
}

footer a {
  color: #fff;
}

footer .txt {
  font-size: 13px;
}

footer .left {
  float: left;
  width: 450px;
}

footer .left .footer-logo {
  display: inline-block;
  padding: 6px;
  background: #fff;
  float: left;
  margin-right: 18px;
}

footer .left .txt {
  width: 370px;
  float: left;
}

footer .right {
  float: right;
  width: 450px;
}

footer .right .ttl {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

footer .copyright {
  font-size: 12px;
  text-align: center;
  padding: 40px 0 0;
}

footer .sns-list {
  height: auto;
  margin-right: 0;
}

footer .sns-list li {
  margin: 0 10px 0 0;
}

.line_h12{line-height:1.2;}
.line_h13{line-height:1.3;}
.line_h14{line-height:1.4;}
.line_h15{line-height:1.5;}
.line_h16{line-height:1.6;}

.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}


/******************************
 en
*******************************/


