@media screen and (max-width: 768px) {


/******************************
 common
*******************************/
body {
  font-size: 13px;
}

.pc,.pc-inline { display: none !important; }
.sp { display: block !important; }
.sp-inline { display: inline !important; }

.inr {
  width: 92%;
  margin: 0 auto;
}

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

.disc-list {
  list-style: disc outside;
  padding-left: 1.5em;
  /*text-indent: -1.5em;*/
  line-height: 1.7;
}

.decimal-list {
  line-height: 1.6;
  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 {
  width: 20px;
  height: 20px;
  font-size: 10px;
}

.asterisk-list {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.7;
}

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

/******************************
 header
*******************************/
header {
  min-width: 100%;
  padding: 10px 2%;
  height: 60px;
  position: relative;
  display: block;
  z-index: 100;
}

header .logo {
  left: 10px;
  min-width: 90px;
}

header .menu-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 17px;
  z-index: 100;
  padding: 20px;
}

header .menu-btn span {
  transition: all 0.3s;
  transform: rotate(0deg);
  width: 22px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
}

header .menu-btn .top {
  transform: translateY(-7px);
}

header .menu-btn .bottom {
  transform: translateY(7px);
}

header .menu-btn.is-open .middle {
  background: rgba(255, 255, 255, 0);
}

header .menu-btn.is-open .top {
  transform: rotate(-45deg) translateY(0px);
}

header .menu-btn.is-open .bottom {
  transform: rotate(45deg) translateY(0px);
}

header .nav-wrap {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  width: 100%;
  background: #000;
  padding: 30px 0;
  z-index: 1;
}

nav {
  width: 100%;
}

nav ul li {
  display: block;
  margin-right: 0;
  border-left: none;
  padding: 0;
}

nav ul li a {
  display: block;
  padding: 14px 4%;
  position: relative;
  font-size: 12px;
  text-align: center;
}

nav ul li a:after{
  height:0;
}

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

.sns-list {
  text-align: right;
  margin-right: 10px;
}

.sns-list li {
  display: inline-block;
}

.overlay.is-open {
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
}
/******************************
 container
*******************************/
.container {
  min-width: 100%;
}

.sec {
  padding: 40px 0;
}

.sec-ttl {
  font-size: 20px;
  padding-bottom: 20px;
}

.sec-subttl {
  font-size: 15px;
  padding-bottom: 20px;
}


/*kv*/
.kv-wrap {
  height: auto;
  padding-bottom: 30px;
}

.kv .inr {
  width: 92%;
}

.kv-ttl {
  padding-top: 90px;
}

.kv-special {
  margin: -10px 0 20px;
}

.kv-btn-entry {
  position: absolute;
  top: 20px;
  right: 0;
}

.kv-btn-entry img {
  width: 85px;
  height: auto;
}

.kv-prize {
  position: relative;
  bottom: inherit;
  right: inherit;
  text-align: right;
  margin-top: -15px;
  margin-right: -10px;
  z-index: 1;
}

.kv-prize img {
  width: 104px;
  height: auto;
}

.kv-txt-sponsor {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  padding: 0 20px;
}

.kv .btn {
  width: 100%;
  margin: 5px 0;
}

.kv .btn a {
  font-size: 14px;
  padding: 15px;
  width: 100%;
  border: 2px solid #f1e38b;
}

.kv .finalist-btn a {
  font-size: 14px;
  padding: 15px 10px;
  width: 100%;
}

.kv .finalist-btn a:before,
.kv .finalist-btn a:after {
  width: 24px;
  height: 33px;
}

.kv .finalist-btn a .flag {
  position: absolute;
  top: -6px;
  left: 12px;
  width: 40px;
}

.kv-out-slider {
  left: 10px;
  width: 160px;
  height: auto;
}

.kv-slider li {
  width: 160px;
}

.kv-slider img {
  width: 100%;
  height: auto;
}

.sponsor-list {
  padding: 5px 0;
}

.sponsor-list li {
  padding: 5px;
}

.sponsor-list li .sponsor01 {width:83px;height:auto;}
.sponsor-list li .sponsor02 {width:83px;height:auto;}
.sponsor-list li .sponsor03 {width:31px;height:auto;}
.sponsor-list li .sponsor04 {width:53px;height:auto;}
.sponsor-list li .sponsor05 {width:61px;height:auto;}
.sponsor-list li .sponsor06 {width:70px;height:auto;}
.sponsor-list li .sponsor07 {width:45px;height:auto;}
.sponsor-list li .sponsor08 {width:77px;height:auto;}




/*about*/
#about {
  padding-top: 20px;
}

#about .img {
  width: 40%;
  margin: 0 auto 10px;
  max-width: 150px;
}

#about .txt {
  text-align: left;
}


/*guideline*/
.box2-wrap .box {
  width: 100%;
  margin-left: 0;
  float: none;
  margin-bottom: 20px;
}

.box .box-ttl {
  padding: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.box .box-inr {
  padding: 10px;
}

/*flow*/
.flow-list {
  display: block;
}

.flow-list li {
  display: block;
  text-align: left;
  width: 100%;
  height: auto;
  line-height: 1.7;
  vertical-align: middle;
  color: #fff;
  padding: 15px 15px 12% 50px;
  position: relative;
  min-height: 100px;
}

.flow-list li:last-child {
  padding-bottom: 15px;
}

.flow-list li .num {
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 40px;
  font-style: italic;
}

.flow-list li .txt01 {
  font-size: 14px;
}

.flow-list li:first-child .txt01 {
  padding-top: 10px;
}

.flow-list li .txt02 {
  font-size: 13px;
  margin-top: 5px;
}

.flow-list li:not(:last-child):after,
.flow-list li:not(:last-child):before {
  border-right: none;
  width: 0;
  height: 0;
}

.flow-list .arr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}


/*schedule*/
.schedule-list {
  width: 100%;
}

.schedule-list li {
  margin-bottom: 20px;
}

.schedule-list li .date {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 5px;
}


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

#category .box-ttl {
  border-bottom: none;
}


#category .category-list {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #d5d5d5;
  padding: 20px;
}

#category .category-list dt {
  display: block;
  width: 100%;
  background-size: 60px 60px;
  min-width: 80px;
  min-height: 80px;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}

#category .category-list dt .small {
  font-size: 13px;
  margin-top: 0;
}

#category .category-list dd {
  display: block;
  width: 100%;
  padding-left: 0;
}


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

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

#category .category-list dt {
  background: none;
  display: table-cell;
  vertical-align: middle;
  height: 140px;
  font-size: 13px;
}

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



/*entry*/
#entry {
  background-attachment: inherit;
}

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

#entry .btn-entry a {
  padding: 15px;
  font-size: 16px;
  pointer-events: none;
}
/*
#entry .btn-entry a:hover {
  color: #bb9d4d;
}

#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);
  transform: scale(.5);
  -webkit-transition: all .3s;
  transition: all .3s;
}
*/
#entry .btn-entry a:hover::after {
/*  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
*/}

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


/*lastpresen*/
#lastpresen .ph-list img {
  width: 100%;
  height: auto;
}

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

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

#lastpresen .ph-list01 li {
  width: 49%;
}

#lastpresen .ph-list01 li:first-child {
  margin-right: 2%;
}

#lastpresen .ph-list02 li {
  width: 31%;
  margin: 1%;
}


/*ceremony*/
#ceremony .ph-list li {
  margin-top: 10px;
  width: 49%;
}

#ceremony .ph-list li:first-child {
  width: 100%;
}

#ceremony .ph-list li:nth-child(3),
#ceremony .ph-list li:nth-child(5) {
  margin-left: 2%;
}
#ceremony .ph-list li img {
  width: 100%;
  height: auto;
}


/*winner*/
.winner-ttl:before, .winner-ttl:after {
  width: 24px;
  height: 33px;
}

.winner-ttl:before {
  
}

.winner-ttl:after {
  
}

#winner .first {
  border-bottom: none;
  margin-bottom: 40px;
}

#winner .first-ttl {
  font-size: 14px;
}

.table-finalist {
  margin: 20px 0;
}

.table-finalist th,
.table-finalist td {
  padding: 10px;
  display: block;
  width: 100% !important;
}

.table-finalist th {
  font-size: 13px;
}

.table-finalist td {
  font-size: 12px;
  text-align: left;
}

.table-finalist td.ph {
  padding: 0 !important;
  width: 100%;
}

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

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

.winner-ttl.l2 {
}

p.wreath {
    padding-top: 5px;
}
p.wreath img {
    width: 24px;
    height: 33px;
}

  .kv-prize_en {
  bottom: 10px;
}

.servicename {
  font-size: 10px;
  font-weight: normal;
}

/*past*/
#past {
  /*background-attachment: inherit;*/
}

#past .winner-box {
  background: rgba(255,255,255,0.9);
  line-height: 1.5;
  margin-bottom: 20px;
  float: none;
  width: 100%;
  margin-left: 0;
}

#past .winner-box .ttl-area {
  padding: 10px 10px 5px;
}

#past .winner-box .ttl-area .first {
  width: 35px;
  height: 35px;
  line-height: 31px;
  margin-right: 5px;
  font-size: 11px;
}

#past .winner-box .ttl-area .category {
  width: 30px;
  height: 30px;
  line-height: 29px;
  margin-right: 5px;
  font-size: 10px;
}

#past .winner-box .ttl-area .ttl {
  font-size: 13px;
}

#past .winner-box .ttl-area .ttl .ico-winner {
  width: 40px;
  height: auto;
}

#past .winner-box .ph-area {
  padding: 0 50px;
}

#past .winner-box .ph-area img {
  margin: 0;
  width: 100%;
  height: auto;
}

#past .winner-box .txt-area {
  padding: 10px !important;
}

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

#past .winner-box .txt-area .detail {
  background-size: 30px 30px;
  padding-left: 40px;
  min-height: 30px;
  vertical-align: top;
  height: 30px;
}

/*sponsor*/
#sponsor .sponsor-block {
  margin-bottom: 30px;
  border: 1px solid #d5d5d5;
  padding-bottom: 10px;
}

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

#sponsor .sec-subttl span {
  padding: 0 10px;
  letter-spacing: 0;
}

#sponsor .sponsor-list li,
#sponsor .sponsor-list li.only {
  padding: 5px 15px;
}



/******************************
 footer
*******************************/
footer {
  width: 100%;
  min-width: 100%;
  padding: 30px 0;
  font-size: 12px;
}

.en footer .txt {
  font-size: 11px;
}

footer .left {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}

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

footer .left .footer-logo img {
  width: 30px;
}

footer .left .txt {
  width: auto;
  float: none;
}

footer .right {
  float: none;
  width: 100%;
}

footer .right .ttl {
  font-size: 14px;
}

footer .copyright {
  font-size: 9px;
  padding: 30px 0 0;
}







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



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

#winner .winner-box .ttl-area .first_e {
  width: 45px;
  height: 45px;
  line-height: 10px;
  margin-right: 7px;
  font-size: 7px;
  padding-top: 10px;
}

#winner .winner-box .ttl-area .category_e {
  width: 50px;
  height: 40px;
  line-height: 10px;
  font-size: 7px;
  padding-top: 9px;
  background-size: contain;

}

#winner .winner-box .ttl-area .ttl_e {
  font-size: 13px;
}





/*---　↓↓↓↓↓↓↓↓ 2018 ↓↓↓↓↓↓↓↓ ---*/
  header{
    position: absolute;
  }
  header .logo{
    left: 0;
    top: 0;
  }
  header .logo img{
    width: 50px;
  }
  nav ul li a{
    color: #fff;
  }
  header .nav-wrap{
    top: 0;
  }
  .kv-2018-wrap{
    background-size: auto 100%;
    background-position: center;
    padding-top: 208px;
    height: 590px;
  }
  .kv-2018-wrap h1{
    width: 100%;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
  }
  .kv-2018-wrap h1 img{
    width: 100%;
  }
  .kv-2018-wrap p{
    width: 100%;
    padding: 0 15px;
    margin-top: 40px;
    margin: 0 auto;
  }
  .kv-2018-wrap p img{
    width: 70%;
    -webkit-filter: drop-shadow(2px 0 1px #999);
  }

  .kv-2018-wrap h1 img.bum{
    width: 60%;
    right: 20px;
  }

  .top-label{
    width: 100px;
    top: 83px;
    right: 20px;
  }
  .top-entry img{
    left: 0;
    right: 0;
    margin: auto;
    width: 205px;
  }
  .sponsor-list-2018{
    height: auto;
    padding: 5px 0;
  }
  .sponsor-list-2018 li img{
    width: 80px;
    margin: 0 8px;
  }
  .sponsor-list-2018 li.mr7 img{
    margin-right: 7px;
  }
  .sponsor-list-2018 li.blf {
}
  .sponsor-list-2018 li.blf img {
    margin-left: 0;
    border-left: 1px solid #ffffff;
	padding-left: 8px;
	width: 89px;
}
.sponsor-list-2018 li span {
	font-size:10px; top:-3px; right: -20px;
}

  .kv-slider-2018 img{
    width: 160px;
    height: auto;
  }
  .kv-slider-2018 li:before{
    width: 160px;
    height: 100%;
  }
  .kv-txt-sponsor-2018{
    padding: 10px 20px;
    text-align: left;
    font-size: 12px;
    height: 170px;
    line-height: 1.8;
    letter-spacing: -0.2px;
  }
  
  .jea{}
  .jea-inner{
    width: 100%;
  }
  .jea h1{
    width: 100%;
    right: 0;
    text-align: center;
    position: relative;
  }
  .jea h1 img{
    width: 80%;
    margin: 0;
  }
  .jea h2{
    text-align: center;
  }
  .jea h2 img{
    width: 40%;
    margin-top: 30px;
    margin-left: 0;
  }
  .jea p{
    width: 100%;
    padding: 0 20px;
    font-size: 12px;
  }
  .jea-movie{
    position: relative;
    width: auto;
    background:  none;
    margin: 10px;
  }
  .jea-movie:before{
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: url(/images/2018/jea-movie-bk.png) no-repeat top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
  }
  .jea-movie:after{
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: url(/images/2018/jea-movie-bk.png) no-repeat bottom;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
  }
  .jea-movie-inner{
    width: auto;
    margin: 0;
    padding: 10px;
  }
  
  .box dt:before{
    top: 5px;
  }
  
  
  .win-banner{
    padding: 40px 0;
  }
  .win-banner ul{
    width: auto;
  }
  .win-banner ul li{
    float: none;
    margin: 0 auto 20px auto;
  }
  .win-banner ul li:last-child{
    margin: 0 auto;
  }
  
  .sponsor-list-2018 li:last-child:before {
    display: none;
  }

.spe_box p {
	font-size: 20px;
}
}
