@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;
}


.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 {
  content: counters(section,"");
  border: 2px solid #005c90;
  border-radius: 50%;
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 0;
}

.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: 70px;
  position: relative;
  display: block;
  z-index: 100;
}

header .left {
  display: block;
}

header .left .logo {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

header .left .logo img {
  width: auto;
  height: 50px;
}

header .winner a {
  font-size: 12px;
  text-align: center;
  background-size: 40px 40px;
  min-width: 40px;
  height: 40px;
  line-height: 1.1;
  margin-right: 0;
  padding-top: 6px;
}

header .right {
  display: block;
  text-align: left;
  position: absolute;
  top: 70px;
  left: 0;
  display: none;
  width: 100%;
  background: #fff;
  padding-bottom: 40px;
  z-index: 1;
}

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

header .menu-btn span {
  transition: all 0.3s;
  transform: rotate(0deg);
  width: 22px;
  height: 2px;
  display: block;
  background: #9a7e4c;
  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 .right01 {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding-bottom: 12px;
}

.sns-list {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

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

header .language {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  padding-right: 8px;
  vertical-align: middle;
}

header .language:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}

nav {
  display: block;
}

nav ul li {
  display: block;
  margin-right: 0;
}

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

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

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

header .entry {
  display: block;
  padding: 10px 4%;
  text-align: center;
}

header .entry a {
  font-size: 12px;
  display: block;
  padding: 13px 0;
}

.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;
}

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



/*mv*/
.mv {
  padding: 40px 0 0;
}

.mv .end {
/*  top: 200px;
  right: 50%;
  margin-right: -80px;*/
  margin-top: -40px;
}

.mv .end img {
  width: 160px;
  height: auto;
}

.mv .catch {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.en .mv .catch {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0;
}

.mv .ttl {
  margin-bottom: 15px;
}

.en .mv .ttl {
  margin-bottom: 15px;
}

.mv .lead {
  margin-bottom: 30px;
  font-size: 12px;
}

.mv .btn01 a {
  font-size: 14px;
  padding: 15px 10px;
  width: 100%;
  margin: 0 auto 10px;
  line-height: 1.4;
}

.mv .btn02 a {
  font-size: 14px;
  padding: 15px 10px;
  width: 100%;
  margin: 0 auto 20px;
  line-height: 1.2;
  background-size: contain;
}

.mv .special {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
}

.mv .special-ttl {
  background-image: url(../images/mv-bird.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 19px;
  padding-top: 24px;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
  top: 0;
}

.en .mv .special-ttl {
  font-size: 14px;
}

.mv .special-list li {
  width: 144px;
  height: 144px;
  border: 2px solid #fff;
  margin: 0;
  margin-top: -10px;
  line-height: 1.4;
}

.mv .special-list .txt01 {
  font-size: 20px;
  padding: 20px 0 10px;
}

.en .mv .special-list .txt01 {
  font-size: 18px;
  padding: 30px 0 10px;
}

.mv .special-list .txt02 {
  font-size: 11px;
  margin-bottom: 0;
}

.en .mv .special-list .txt02 {
  font-size: 9px;
  padding: 0 10px;
}

.mv .special-list .txt03 {
  font-size: 11px;
  margin-bottom: 0;
}

.mv .special-list .txt04 {
  font-size: 11px;
  margin-bottom: 0;
}

.mv .special .note {
  font-size: 12px;
  position: relative;
  bottom: 0;
  margin-top: -10px;
  margin-bottom: 10px;
}

.en .mv .special .note {
  bottom: -10px;
  font-size: 10px;
}

.mv .special .person {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  padding: 5px;
}

.mv .special .person img {
  width: 63px;
  height: 63px;
}
.mv .special .person .name {
  font-size: 10px;
}

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

.sponsor-list li .sponsor01 {width:83px;height:auto;}
.sponsor-list li .sponsor02 {width:82px;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:34px;height:auto;}
.sponsor-list li .sponsor07 {width:45px;height:auto;}
.sponsor-list li .sponsor08 {width:77px;height:auto;}




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

.table-finalist th,
.table-finalist td {
  padding: 10px;
}

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

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



/*about*/
#about {
  text-align: center;
  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 {
  width: 100%;
  /*overflow: hidden;*/
  position: relative;
  background: #003366;
  background: -moz-linear-gradient(top,  #003366 0%, #75adef 100%);
  background: -webkit-linear-gradient(top,  #003366 0%,#75adef 100%);
  background: linear-gradient(to bottom,  #003366 0%,#75adef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#75adef',GradientType=0 );
  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;
}

#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: 23%;
  margin: 1%;
}

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

#ceremony .ph-list li:first-child,
#ceremony .ph-list li:last-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 {
  /*background-attachment: inherit;*/
}

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

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

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

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

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

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

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

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

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

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

#winner .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 {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
}

#sponsor .sponsor-list li img {
  vertical-align: middle;
}

/*past*/
#past .past-block {
  margin-bottom: 20px;
  line-height: 1.5;
}

#past .sec-subttl {
  background-size: 9px auto;
  min-height: 11px;
  padding: 0 0 0 13px;
  margin-bottom: 5px;
  margin-right: 10px;
}

#past .name {
  margin-bottom: 5px;
  font-size: 13px;
}

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

#past .first {
  margin-top: 20px;
}

#past .first a {
  width: 100%;
  padding: 15px 10px;
  line-height: 1.4;
}

/******************************
 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; }



}
