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


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

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

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

.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,
.asterisk-list li {
  font-size: 13px;
}

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

header .logo {
  z-index: 100;
}

header .logo .logo-entre, header .logo .logo-leaders {
  /* width: 60px; */
  height: 60px;
}

/* header .logo .logo-leaders {
  width: 58px;
} */

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: #000;
  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%;
  padding: 30px 0;
  z-index: 1;
  background-color: #f3f8fa;
}

nav {
  width: 100%;
}

nav ul {
  flex-direction: column;
  height: auto;
}

nav ul li {
  padding: 0;
  width: 100%;
}

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

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

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

.sns-list {
  height: auto;
  margin-right: 0;
  justify-content: center;
  margin-top: 10px;
}

.sns-list li {
  margin: 0 8px;
  width: 15px;
}

.overlay.is-open {
  background: rgba(255,255,255,0.8);
  width: 100%;
  height: calc(100% + 60px);
  position: fixed;
  top: -60px;
  z-index: 10;
}

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

.sec {
  padding: 40px 0;
  min-width: 100%;
}
.sec.bg_r {
  background-color: #f3f8fa;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sec-ttl {
  font-size: 60px;
  letter-spacing: 0.05em;
  margin-left: -20px;
  margin-bottom: -20px;
}

.sec-ttl-jp {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.h2ttl {
  display: block;
}
.h2ttl .sec-ttl-jp {
  text-align: right;
  margin-left: 0;
}
.h2ttl .sec-ttl-jp .inr-ttl {
  margin-bottom: 0;
  font-size: 40px;
  text-align: right;
}
.h2ttl .sec-ttl-jp .inr-ttl img {
  width: 80px;
}

.layout-2col {
  flex-direction: column;
}

.layout-2col .col {
  width: 100% !important;
}

.layout-2col .col + .col {
  margin-top: 20px;
}


/*kv*/
.kv:before {
  background-size: 28vw;
}
.kv-ttl{
  width: 100%;
  padding: 3vw 2% 0;
  margin-bottom: 15px;

}
.kv-ttl img {
  width: 100%;
  min-width: auto;
}

.kv .kv-wrap {
  flex-wrap: wrap;
  padding-left: 0;
  justify-content: space-around;
  align-items: center;
  margin-left: -4%;
}
.kv .tokuten {
  order: 1;
  width: 50%;
  margin-bottom: 0;
  margin-left: 0;
}
.kv .tokuten img {
  width: 100%;
}
.kv .business {
  order: 2;
  width: 40%;
  margin-left: 0;
}
.kv .business img {
  width: 100%;
}


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

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

.sponsor-list li img {
  height: 18px;
}

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

.kv-txt-sponsor {
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
  padding: 15px 4%;
}




/*about*/
#about {
  /*background-size: 90% auto;
  background-position: right top;*/
  background-image: none;
}

#about::before {
  width: 30%;
  height: 30%;
  background-size: cover;
}

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

#about .img {
  width: 50%;
  margin: 0 auto 20px;
}

#about .col {
  width: 100%;
}

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

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

#about .movie {
  margin-left: 0;
}

#player_0 {
  width: 100% !important;
}
p.inr-ttl.en {
  font-size: 40px;
  margin-bottom: 6px;
  padding: 0;
  text-indent: 0;
}

/*guideline*/
.guideline-list dt {
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0.6rem 0 0.6rem 1.3rem;
  border-top: 2px solid #042360;
  border-bottom: 2px solid #042360;
}
.guideline-list dt::before {
  content: '';
    width: 17px;
    height: 17px;
    background-image: url(../images/ico.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: 1px;
}
.guideline-list dd + dt {
  margin-top: 10px;
}
.guideline-list dd {
  padding-bottom: 20px;
  padding-left: 10px;
}
.guideline-list p, .guideline-list li {
  font-size: 14px;
}
.guideline-list dd li span.bold {
  font-size: 15px;
  margin-bottom: 5px;
}

.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;
  background: -webkit-gradient(linear, center top, center bottom, from(#6cbe81), to(#5ba2d8));
  background: -moz-linear-gradient(center, #6cbe81, #5ba2d8);
  background: linear-gradient(center, #6cbe81, #5ba2d8);
}

.flow-list li {
  display: block;
  text-align: left;
  width: 100%;
  height: auto;
  line-height: 1.7;
  vertical-align: middle;
  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: -10px;
  left: 12px;
  font-size: 40px;
  /* font-style: italic; */
}

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

.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%;
  border: 1px solid #d5d5d5;
  padding: 20px;
}

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

#category .category-list dt .small {
  font-size: 11px;
}

#category .category-list dd {
  display: block;
  width: 100%;
  padding-left: 0;
  font-size: 14px;
}
#category .category-list dd .name {
  font-size: 15px;
}

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

#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: flex;
  flex-direction: column;
  justify-content: center;
  height: 140px;
  font-size: 13px;
}

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


/*entry*/
#entry {
  padding: 40px 0;
}

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

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

#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;
  font-size: 15px;
}


/*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, #winner .first-ttl.bumon {
  font-size: 14px;
  line-height: 18px;
}

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

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

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

.table-finalist td {
  font-size: 12px;
  text-align: left;
}
.table-finalist td:first-child {
  border-right: none;
  border-bottom: 1px solid #d5d5d5;
}

.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: 11px;
  padding-top: 5px;
}

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

.line_box p {
	font-size: 21px;
	/* letter-spacing: 0.1em; */
  line-height: 1.5;
}
.line_box p span {
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    display: inline-block;
    padding-top: 0.5em;
    text-indent: -1em;
    padding-left: 1em;
}
.line_box p a:before, .line_box p a:after {
    top:-9px;
}

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

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

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

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

#sponsor .sponsor-block .sponsor-list img {
  height: 30px;
}
#sponsor .sponsor-block .sponsor-list img.h80 {
  height: 50px;
}



#archive .archive-list dt {
  font-size: 15px;
  margin-bottom: 0;
  padding-left: 22px;
}

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

#archive .archive-list dd a .more {
  font-size: 13px;
  opacity: 1;
}

#archive .btn-voice a {
  font-size: 15px;
}
#archive .archive-list dt.opa {
  margin-bottom: 20px;
}

#archive .btn-link a {
  padding: 22px 0;
  font-size: 13px;
  letter-spacing: 0.05;
  color: rgba(255,255,255,0.7);
}


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

footer .sns-list {
  justify-content: flex-end;
}

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





.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 {
  text-align: left;
}

/* 2022 add */

.disc-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  left: -12px;
  top: 8px;
}
p.inr-ttl.en:after {
  content: '';
  width: 150px;
  height: 220px;
  top: -50px;
  left: 10px;
}
.h2ttl .sec-ttl-jp .inr-ttl:after {
  right: 10px;
  left: auto;
}
#archive .archive-list dt:before{
  left: 12px;
}

/******************************
 en
*******************************/
h2.sec-ttl-jp.eng {
  font-size: 35px;
  margin-bottom: 20px;
}

h2.sec-ttl-jp.eng:after  {
  width: 150px;
  height: 220px;
  top: -40px;
  left: 10px;
}
.flow-list.mt50 {
  margin-top: 30px!important;
}

/* 2021.12.23 add */
.btn-plink {
  text-align: center;
}
.btn-plink a {
  width: 80%;
}




}
