@charset "utf-8";

.title_en {
  margin: 0 0 0.5em;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #111E37;
  text-align: center;
}
.title_jp {
  font-size: 18px;
  font-weight: 700;
  color: #111E37;
  text-align: center;
}

.mainVisual {
  position: relative;
  margin: 0;
}
.mainVisual .title {
  position: absolute;
  top: 3.5%;
  right: 2%;
  width: 13.2%;
}
.mainVisual .award_prize {
  position: absolute;
  top: 29%;
  right: 3.5%;
  width: 9.5%;
}
.mainVisual .date {
  position: absolute;
  top: 40%;
  right: 3.5%;
  width: 9.25%;
}
.mainVisual .kv-contest {
  position: absolute;
  top: 68.5%;
  right: 2%;
  display: block;
  width: 12%;
  transition: .15s;
}
.mainVisual .kv-contest:hover {
  opacity: .85;
  transform: scale(1.05);
}
.mainVisual .catch {
  position: absolute;
  top: 54%;
  left: 13%;
  width: 27.89%;
}
.mv-copyright {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  line-height: 1em;
}
.mv_illust {
  position: absolute;
  bottom: 1.75%;
  left: 1%;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
}
@media screen and (max-width:768px) { 
  .mainVisual {
    margin: 50px 0 0;
  }
  .mainVisual .title {
    top: 1%;
    left: 2.75%;
    right: auto;
    width: 35.73%;
  }
  .mainVisual .award_prize {
    top: 21%;
    left: 3%;
    right: auto;
    width: 27%;
  }
  .mainVisual .date {
    top: 86.5%;
    left: 4.5%;
    right: auto;
    width: 24.5%;
  }
  .mainVisual .catch {
    top: 58.5%;
    left: 3.75%;
    width: 58.93%;
  }
  .mainVisual .kv-contest {
    top: 88.5%;
    right: 1.75%;
    width: 60.8%;
  }
  .mainVisual .kv-contest:hover {
    opacity: 1;
    transform: scale(1);
  }
  .mv_illust {
    bottom: 12.5%;
    left: 50%;
    width: 48%;
    text-align: right;
    color: #000;
  }
}

.diamondSponsor {
  height: 72px;
  padding: 6px 0 0;
}
.diamondSponsor img {
  width: auto;
  height: 100%;
}
.diamondSponsor .dwrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.diamondSponsor .lead {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5em;
  color: #111E37;
}
.diamondSponsor .lead .forSp {
  display: none;
}
.diamondSponsor .title {
  margin: 9px 26px;
  height: 46px;
}
.diamondSponsor .logo {
  margin: 0 20px;
  height: 50px;
}
.dsponsorWrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width:768px) { 
  .diamondSponsor {
    flex-wrap: nowrap;
    height: auto;
  }
  .diamondSponsor .lead {
    width: auto;
    margin: 0 20px 10px 0;
    text-align: center;
  }
  .diamondSponsor .lead .forSp {
    display: inline;
  }
  .diamondSponsor .title {
    margin: 5px 10px;
    height: 46px;
  }
  .diamondSponsor .logo {
    margin: 0 10px;
  }
  .diamondSponsor .logo.smaregi {
    height: 34px;
  }
  .diamondSponsor .logo.sompo {
    height: 34px;
  }
  .diamondSponsor .logo.yumemi {
    height: 34px;
  }
  .diamondSponsor .dwrap,
  .dsponsorWrap {
    flex-wrap: nowrap;
  }
  
}

@media screen and (max-width:540px) { 
  .diamondSponsor {
    flex-wrap: wrap;
    width: 100%;
  }
  .diamondSponsor .dwrap {
    flex-wrap: wrap;
  }
  .diamondSponsor .lead {
    width: 100%;
    margin: 0 0 10px;
  }
  .diamondSponsor .title {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }
  .diamondSponsor .logo {
    width: 100%;
  }
  .diamondSponsor .logo.smaregi {
    height: 28px;
  }
  .diamondSponsor .logo.sompo {
    height: 34px;
  }
  .diamondSponsor .logo.yumemi {
    height: 28px;
  }
}

@media screen and (max-width:460px) { 
  .diamondSponsor .title {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }
  .diamondSponsor .logo.smaregi {
    width: 100%;
    height: 32px;
    text-align: center;
  }
  .diamondSponsor .logo.sompo {
    width: 100%;
    margin: 10px 0 5px;
    text-align: center;
  }
  .diamondSponsor .logo.yumemi {
    width: 100%;
    text-align: center;
  }
}

/* sponsorRotation */
.sponsorRotation .slider{
  display: none;
}
.sponsorRotation .slider.slick-initialized{
  display: block;
}
.sponsorRotation .slider li img {
  width: auto;
  height: 40px;
  margin: 10px;
}

/* what's new */
.news {
  width: 100%;
  height: 30px;
  line-height: 30px;
  /*border-bottom: 1px solid rgba(0,0,0,1.0);*/
  font-size: 12px;
  overflow: hidden;
  background: #000;
}
.news .title {
  width: 10%;
  float: left;
  background: #B8BDC3;
}
.news .title h2 {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.news .title h2 img {
  width: auto;
  height: 11px;
  vertical-align: middle;
}
.news .detail {
  width: 89%;
  color: #fff;
  float: left;
}
.news .detail ul {
  list-style: none;
  display: block;
  float: left;
  width: 90% !important;
  margin: 0;
  padding: 0;
}
.news .detail ul li {
  padding-left: 1rem;
}
.news .detail ul li span {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 979px) {
  .news .title {
    width: 25%;
    float: left;
  }
  .news .title h2 img {
    width: auto;
    height: 10px;
    vertical-align: middle;
  }
  .news .detail {
    width: 74%;
    float: left;
  }
}

/* intro */
.intro {
  position: relative;
  width: 100%;
  padding: 105px 0 0;
  background-image: url(../img/top/intro_bg_pc.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.intro .spbg {
  display: none;
}
.intro .inner {
  position: relative;
  padding-bottom: 80px;
  z-index: 2;
}
.intro .catch {
  width: 68.5%;
  margin: 0 auto;
  padding: 0 0 3%;
  border-bottom: 2px solid #000;
}
.intro .catch img {
  display: block;
  width: 60.25%;
  margin: 0 auto;
}
.intro .lead {
  margin: 0 auto 80px;
  /* margin: 50px auto 80px; */
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.intro .lead br.forSp {
  display: none;
}
.intro_awardtext {
  width: 60%;
  margin: 0 auto 135px;
}
.intro .stepup {
  width: 46%;
  margin: 40px 0 35px;
}
.intro .stepup-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.intro .stepup_text {
  width: 39%;
}
.intro .stepup_detail {
  width: 120%;
  margin: 0 0 40px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.intro .stepup_chart {
  position: relative;
  width: 61%;
}
.intro .stepup_chart img {
  position: relative;
}
.intro .stepup_chart .stepup_link_dev {
  position: absolute;
  top: 19.5%;
  left: 64.5%;
  width: 14.5%;
  height: 3%;
}
.intro .stepup_chart .stepup_link_skill1 {
  position: absolute;
  top: 19.5%;
  left: 41%;
  width: 14%;
  height: 3%;
}
.intro .stepup_chart .stepup_link_skill2 {
  position: absolute;
  top: 23%;
  left: 25%;
  width: 17%;
  height: 3.25%;
}
.intro_caption {
  width: 100%;
  margin: 40px 0 0;
  padding: 1em 1em 1em 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75em;
  box-sizing: border-box;
  border-radius: 10px;
}
.intro_caption.forPc {
  display: block;
  width: 90%;
}
.intro_caption.forSp {
  display: none;
}
.intro_caption p {
  padding: 5px;
}
.intro_caption a {
  color: #E50019;
  font-weight: 500;
}
.intro_caption a:hover {
  color: #47d;
}
.intro .points_wrap {
  margin: 60px 0 0;
  padding: 3% 3% 6%;
  border-radius: 10px;
  /* background-image: url(../img/top/intro_point_bg.png);
  background-position: center; */
  background: linear-gradient(#e0ffee 0%, #ffffe0 100%)
}
.intro .points_wrap_title {
  width: 18%;
  margin: 0 0 5px 82%;
}
.intro .text {
  margin: 0 0 44px;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.intro_itemWrap.wrap {
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}
.intro_itemWrap.wrap .item {
  width: 21%;
}
.intro .btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 0;
}
.intro .btnWrap .btnItem {
  position: relative;
  display: block;
  width: 300px;
  height: 70px;
  margin: 10px;
  background: #0D6ECE;
}
.intro .btnWrap .btnItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 282px;
  height: 70px;
  /* background: #0A2EA5 url("../img/common/btn_bg_ptn.png"); */
  background-size: 16px;
  z-index: 1;
  transition: .25s;
}
.intro .btnWrap .btnItem::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 9px;
  width: 11px;
  height: 11px;
  background: url("../img/common/btn_arrow_right.png");
  background-size: 100%;
}
.intro .btnWrap .btnItem:hover {
  background: #0082f9;
}
/* .intro .btnWrap .btnItem:hover::before {
  background: #024 url("../img/common/btn_bg_ptn.png");
  background-size: 16px;
} */
.intro .btnWrap .btnItem p {
  position: relative;
  width: 282px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  z-index: 2;
}

@media (max-width: 979px) {
  .intro {
    position: relative;
    width: 100%;
    padding: 16vw 0;
    background-image: url(../img/top/intro_bg_sp.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .intro .inner {
    padding-bottom: 0;
  }
  .intro .catch {
    width: 100%;
  }
  .intro .catch img {
    width: 70%;
  }
  .intro .lead {
    margin: 0 auto 40px;
    /* margin: 30px auto 40px; */
  }
  .intro .lead br.forSp {
    display: inline;
  }
  .intro_awardtext {
    width: 100%;
    margin: 0 auto 50px;
  }
  .intro .stepup {
    width: 85%;
    margin: 0 auto ;
  }
  .intro .stepup_text {
    width: 100%;
  }
  .intro .stepup_detail {
    width: 100%;
    margin: 20px 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }
  .intro .stepup_chart {
    width: 100%;
    max-width: 100%;
  }
  .intro .stepup_chart .stepup_link_dev {
    top: 19%;
    left: 65.75%;
    width: 15%;
    height: 3%;
  }
  .intro .stepup_chart .stepup_link_skill1 {
    top: 19%;
    left: 40.5%;
    width: 13.25%;
    height: 3%;
  }
  .intro .stepup_chart .stepup_link_skill2 {
    top: 22.75%;
    left: 24.5%;
    width: 18.5%;
    height: 3%;
  }
  .intro_caption {
    width: 100%;
    margin: 30px auto 0;
  }
  .intro_caption.forPc {
    display: none;
  }
  .intro_caption.forSp {
    display: block;
    margin: 0 auto 30px;
  }
  .intro .text {
    text-align: left;
  }
  .intro .points_wrap {
    padding: 6%;
  }
  .intro .points_wrap_title {
    width: 31.73%;
    margin-left: 68.27%;
  }
  .intro_itemWrap.wrap {
    width: 100%;
  }
  .intro_itemWrap.wrap .item {
    width: 47.5%;
    margin: 2.5%;
  }
  .intro_itemWrap.wrap .item:nth-last-of-type(odd) {
    margin-right: 0;
  }
  .intro_itemWrap.wrap .item:nth-last-of-type(even) {
    margin-left: 0;
  }
  .intro .btnWrap.wrap {
    width: 260px;
  }
}

@media (max-width: 768px) {
  .intro .stepup_chart .stepup_link_dev {
    top: 14.75%;
    left: 54.75%;
    width: 20%;
    height: 3%;
  }
  .intro .stepup_chart .stepup_link_skill1 {
    top: 14.75%;
    left: 26%;
    width: 17.75%;
    height: 3%;
  }
  .intro .stepup_chart .stepup_link_skill2 {
    top: 18%;
    left: 4.5%;
    width: 23%;
    height: 3%;
  }
}

/* overview */
.overview {
  padding: 100px 0 60px;
  background: #FFFF65;
}
.overview .overviewDetail {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 40px;
}
.overview .overviewDetail dt {
  width: 12em;
  padding: 1em 0;
  color: #111E37;
  font-weight: 700;
  border-bottom: 2px dotted #666;
}
.overview .overviewDetail dd {
  width: calc(100% - 12em);
  padding: 1em 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border-bottom: 2px dotted #666;
}
.overview .overviewDetail dd p.cap {
  margin-top: 1em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
}
.overview .overviewDetail dd p.capN {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
}
.overview .overviewDetail dd p.capB {
  margin-top: 1em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
}
.overview .overviewDetail dd p.capS {
  margin-top: 1em;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5em;
}
.overview .overviewDetail dd .emphasize span {
  color: #E50019;
}
.overview .provide {
  font-size: 12px;
  text-align: center;
  color: #000;
}
.overview .provide a {
  color: #00A0FF;
}
.overview .btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.overview .btnItem {
  position: relative;
  display: block;
  width: 300px;
  height: 70px;
  margin: 20px 10px 0;
  background: #0D6ECE;
}
.overview .btnItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 282px;
  height: 70px;
  /* background: url("../img/common/btn_bg_ptn2.png"); */
  z-index: 1;
}
.overview .btnItem::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 9px;
  width: 11px;
  height: 11px;
  background: url("../img/common/btn_arrow_right.png");
  background-size: 100%;
}
.overview .btnItem:hover {
  background: #0082f9;
}
.overview .btnItem p {
  position: relative;
  width: 282px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  z-index: 2;
}
.overview .btnItem p span {
  color: #FFDC00;
}

@media screen and (max-width:768px) {
  .overview .overviewDetail dt {
    width: 100%;
    padding: 1em 0 0;
    border-bottom: none;
  }
  .overview .overviewDetail dt br {
    display: none;
  }
  .overview .overviewDetail dd {
    width: 100%;
    padding: .5em 0 1em;
  }
}

/* discord */
.discord {
  padding: 105px 0 100px;
  background-color: #fafafa;
}
.discord .forPc {
  display: inline;
}
.discord .forSp {
  display: none;
}
.discord_title {
  margin: 0 0 1.25em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  color: #111E37;
  text-align: center;
}
.discord_lead {
  font-size: 15px;
}
.discord_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 560px;
  margin: 40px auto 0;
}
.discord_logo {
  width: 65%;
}
.discord_qr {
  width: 28%;
}
.discord_stitle {
  margin-top: 2em;
  font-size: 16px;
  font-weight: 700;
}
.discord .dot {
  margin-top: 0.1em;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 400;
}
.discord .dot::before {
  content: "・";
  margin-right: 0.5em;
}
.discord .kome {
  margin-top: 0.1em;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 400;
}
.discord .kome::before {
  content: "※";
}

@media screen and (max-width:768px) {
  .discord {
    padding: 60px 0 60px;
  }
  .discord .forPc {
    display: none;
  }
  .discord .forSp {
    display: inline;
  }
  .discord_title {
    font-size: 18px;
  }
}

/* schedule */
.schedule {
  padding: 105px 0 100px;
  background: #fff;
}
.schedule .chart {
  margin: 70px 0 0;
}
.schedule .caption {
  margin-top: 2.5em;
  font-size: 13px;
  text-align: center;
  line-height: 1.5em;
}
.schedule .caption .forSp {
  display: none;
}

@media screen and (max-width:768px) {
  .schedule .caption .forSp {
    display: inline;
  }
}

.final-award_bg {
  position: relative;
  background: rgb(39,85,240);
}
.final-award_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/final_bg_pc.jpg) center top no-repeat;
  background-size: cover;
  z-index: 1;
}
/* .final-award_bg::after {
  content: "";
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../img/top/final-award_bg_parts2.png) right top no-repeat;
  background-size: 85% auto;
  z-index: 1;
} */

@media screen and (max-width:768px) {
  .final-award_bg {
    background: rgb(39,85,240);
  }
  .final-award_bg::before {
    background: url(../img/top/final_bg_sp.jpg) center top no-repeat;
    background-size: cover;
  }
  /* .final-award_bg::after {
    content: "";
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    height: 50%;
    background: url(../img/top/final-award_bg_parts2.png) right 12% top no-repeat;
    background-size: 195% auto;
    z-index: 1;
  } */
}

/* final */
.final {
  position: relative;
  padding: 105px 0 100px;
  z-index: 2;
}
.final .inner {
  max-width: 700px;
  padding: 0;
}
.final .title_en,
.final .title_jp {
  color: #0E2044;
}
.final .dateL {
  max-width: 600px;
  margin: 2em auto 0.5em;
  color: #0E2044;
  text-align: center;
  font-size: 120%;
  line-height: 2.5em;
  border: 1px solid #0E2044;
  box-shadow: 2px 2px 0 #FFFF00;
  background: #fff;
}
.final .dateL br {
  display: none;
}
.final .dateL span {
  display: inline;
}
.final .date_place {
  color: #0E2044;
  text-align: center;
  font-size: 110%;
  font-weight: 500;
  margin: 0 0 8px;
  /*box-shadow: 2px 2px 0 #FFFF00;*/
}
.final .date_place span {
  display: inline;
  font-size: 85%;
  font-weight: 400;
}
.final .date_place a {
  display: block;
  max-width: 540px;
  margin: 5px auto 0;
}
/*.final .date_place a:hover {
  color: #fff000;
}*/
/* .final .date_place br {
  display: none;
} */
.final .lead {
  margin: 20px 0 30px;
  text-align: center;
  color: #0E2044;
}
/*.final .lead br {
  display: none;
}*/
.final .live {
  display: block;
  max-width: 600px;
  margin: 30px auto 35px;
  text-align: center;
  color: #0E2044;
}
.final .live a {
  display: block;
  max-width: 600px;
}
.final .live img {
  max-width: 600px;
  height: auto;
}
.final .live p {
  display: inline-block;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #0E2044;
}
.final .movie-past {
  max-width: 600px;
  margin: 60px auto 20px;
}
.final .movieTitle {
  margin: 0 0 1em;
  text-align: center;
  color: #0E2044;
}
.final .movieTitle br {
  display: none;
}
.final .videoWrap {
  position: relative;
  width: 100%;
  padding-top: 56%;
  border: 1px solid rgba(255,245,150,.5);
}
.final .videoWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width:768px) { 
  .final {
    padding: 105px 0 90px;
  }
  .final .inner {
    padding: 0 5%;
  }
  .final .dateL {
    padding: 0.5em;
    line-height: 1.5em;
  }
  .final .dateL br {
    display: inline;
  }
  .final .dateL span {
    display: none;
  }
  .final .date_place span {
    display: none;
  }
  .final .date_place br {
    display: inline;
  }
  .final .lead br {
    display: inline;
  }
}

@media screen and (max-width:520px) {
  .final .movieTitle br {
    display: inline;
  }
}

@media screen and (max-width:480px) { 
  .final .dateL br {
    display: inline;
  }
}

.award {
  position: relative;
  padding: 105px 0 100px;
  z-index: 2;
}
.award .awardWrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
.award .title_en,
.award .title_jp {
  color: #0E2044;
}
.award .item1 {
  width: 50%;
}
.award .item2 {
  width: 43%;
}
.award .sponsorAwardTitle {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 40px auto 2em;
  padding: 0 0 0.75em;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #0E2044;
  /* text-shadow: 0 0 5px rgba(0,0,0,.25); */
  border-bottom: 2px dotted #00A0FF;
}
.award .sponsorAwardWrap {
  flex-wrap: wrap;
  justify-content: space-between;
}
.award .sponsorAwardWrap .itemLink {
  width: 31.33%;
  margin: 1% 0;
  padding: 1em;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  background: #fff;
  cursor: default;
}
.award .sponsorAwardWrap::after {
  content:"";
  display: block;
  width: 31.33%;
  }
/* .award .sponsorAwardWrap .itemLink:hover {
  opacity: .8;
  transform: scale(1.05);
} */
.award .sponsorAwardWrap .itemLink .logo {
  height: 60px;
}
.award .sponsorAwardWrap .itemLink img {
  width: auto;
  height: 44px;
}
/* .award .sponsorAwardWrap .itemLink:nth-of-type(2) img {
  height: 50px;
} */
.award .awardName {
  height: 2.5em;
  line-height: 1.25em;
}
.award .extraPrize {
  /* height: 6em; */
  /* height: 13em; */
  margin: 0.5em 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25em;
}
@media screen and (max-width:768px) { 
  .award .awardWrap {
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
  }
  .award .item1 {
    width: 80%;
    margin: 20px 0;
  }
  .award .item2 {
    width: 65%;
    margin: 0 0 20px;
  }
  .award .sponsorAwardWrap .itemLink {
    width: 48%;
    margin: 1% 0;
    font-size: 14px;
  }
  .award .extraPrize {
    height: auto;
  }
}

@media screen and (max-width:480px) { 
  .award .sponsorAwardWrap .itemLink {
    width: 98%;
    margin: 1% 0;
    font-size: 13px;
  }
}

.committee {
  padding: 105px 0 100px;
  background: linear-gradient(#bf98e0 0%, #9a77d1 100%);
}
.committee .title_en,
.committee .title_jp {
  color: #fff;
}
.committee .lead {
  margin: 40px 0 60px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.committee .memberTitle {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 50px auto 1.75em;
  padding: 0 0 0.75em;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-bottom: 2px dotted #fff;
}
.committee .memberTitle span {
  font-size: 13px;
  font-weight: 400;
}
.committee .memberWrap {
  flex-wrap: wrap;
}
.committee .name {
  position: relative;
  letter-spacing: -0.03em;
}
.committee .label {
  position: absolute;
  top: -0.8em;
  left: 1em;
  width: 7em;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  border-radius: 3px;
  z-index: 2;
}
.committee .label.e {
  background: rgba(0, 109, 0, 1);
}
.committee .label.j {
  background: rgba(0, 98, 188, 1);
}

.committee .memberWrap .prof {
  display: block;
  width: 14.15%;
  margin: 1.25%;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border: 1px solid rgba(255,255,255,0);
  background: #fff;
  overflow: hidden;
  transition: .5s;
}
.committee .memberWrap .prof:hover {
  border: 1px solid #00A0FF;
}
.committee .memberWrap .prof img {
  transition: .25s;
}
.committee .memberWrap .prof:hover img {
  transform: scale(1.1);
}

@media (max-width: 979px) {
  .committee .memberWrap .prof {
    width: 17.5%;
  }
}
@media (max-width: 768px) {
  .committee .memberWrap .prof {
    width: 22.5%;
  }
}
@media (max-width: 600px) {
  .committee .memberWrap .prof {
    width: 29.33%;
    margin: 2%;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .committee .memberWrap .prof {
    width: 46%;
  }
}

.messate_thanks {
  padding: 1.25em 1em 0.5em;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  color: #004462;
  background: #fff;
}
@media (max-width: 768px) {
  .messate_thanks {
    padding: .5em 1em 0.75em;
  }
}
@media (max-width: 500px) {
  .messate_thanks {
    font-size: 18px;
  }
}

@media (max-width: 440px) {
  .messate_thanks {
    font-size: 4vw;
  }
}