@charset "utf-8";
/* CSS Document */

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  background-color: #000;
  margin: 0 auto;
  background-image: url("../images/content_back@2x.jpg");
  background-position: center center;
  background-repeat: repeat-y;
  background-size: cover;
}
* {
  font-family: inherit;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /*aspect-ratio: 16 / 9;*/
  z-index: 20;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper {
  position: relative;
  height: 100vh;
  width: 100vw;
}
.wrapper#top {
  overflow: hidden;
}
.wrapper::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/background@2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: 4s backAnime ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: center;
}
@keyframes backAnime {
  0% {
    transform: scale(1.1) rotate(3deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.wrapper#sub {
  width: 100%;
}
.wrapper#sub::after {
  animation: none;
}
.wrapper.auto {
  width: auto;
  height: auto;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
}
#top .container {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  color: #fff;
  min-height: 100vh;
  min-height: 100dvh;
}
.header {
  position: relative;
  width: 100%;
}
#top .header {
  display: flex;
  justify-content: center;
  align-items: center;
}
h1.mainlogo {
  display: block;
  width: 10%;
  height: 0;
  padding-top: 10%;
  background-image: url("../images/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
h2.maintitle {
  display: block;
  width: 60%;
  height: 0;
  padding-top: 13%;
  background-image: url("../images/title.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
a.logo {
  display: block;
  width: 10%;
  height: 0;
  padding-top: 10%;
  background-image: url("../images/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
a.title {
  display: block;
  width: 60%;
  height: 0;
  padding-top: 13%;
  background-image: url("../images/title.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.milbon {
  display: block;
  width: 40%;
  height: 0;
  padding-top: 3%;
  background-image: url("../images/milbon_logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 1% auto 2%;
}
.mainArea {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}
.venueArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 1% 1%;
  height: 10%;
  background-color: #000000;
  background-image: url("../images/back@2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  gap: 30px 0px;
}
.venueArea .venue {
  display: flex;
  width: 33%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 0 2.5%;
  border-right: 1px solid #aaa;
}
.venueArea .venue:last-child {
  border-right: none;
}
.venueArea .venue:nth-child(3) {
  border-right: none;
}
.venue .country {
  width: 100%;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 2px;
  position: relative;
}
.venue .country::after {
  position: absolute;
  content: "";
  mask: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 1s all ease-in;
}
.venue .country.-active::after {
  width: 0%;
  background-color: #000;
  left: 100%;
}
.taipei .country {
  background-image: url("../images/taipei.svg");
}
.shanghai .country {
  background-image: url("../images/shanghai.svg");
}
.malaysia .country {
  background-image: url("../images/malaysia.svg");
}
.bangkok .country {
  background-image: url("../images/bangkok.svg");
}
.korea .country {
  background-image: url("../images/korea.svg");
}
.us .country {
  background-image: url("../images/newyork.svg");
}
.singapore .country {
  background-image: url("../images/singapore.svg");
}
.jakarta .country {
  background-image: url("../images/jakarta.svg");
}
.venue a {
  font-size: 0.9em;
}
a.winners {
  display: block;
  background-image: url("../images/button_base.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7px 8px 6px 32px;
  color: #000;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
	font-weight: 600;
}
a.winners::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 16px;
  height: 16px;
  background-image: url("../images/arrow_k.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 8px);
  transition: 0.5s;
}
a.winners::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  background-image: url("../images/button_base.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  z-index: -1;
}
a.winners:hover {
  filter: brightness(1.2);
}
a.winners:hover::after {
  left: 0;
  transform: rotate(30deg);
}
a.winners:hover::before {
  left: 12px;
}
a.pannel {
  color: #fff;
  display: block;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 8px 8px 8px 32px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
	font-weight: 600;
}
a.pannel::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 16px;
  height: 16px;
  background-image: url("../images/arrow_g.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 8px);
  transition: 0.5s;
}
a.pannel:hover::before {
  left: 12px;
}
a.pannel::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  background-color: #333333;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  z-index: -1;
}
a.pannel:hover::after {
  left: 0;
}
#sub .header {
  max-width: 1260px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#sub .header a.logo {
  width: 8%;
  padding-top: 8%;
}
#sub .header a.title {
  width: 16%;
  margin: 0 auto;
  padding-top: 10%;
  background-image: url("../images/title_sub.svg");
}
#sub .header h3 {
  width: 10%;
  margin: 0;
  position: relative;
  top: 4px;
}
#sub .countryHead {
  background-color: #000;
  background-image: url("../images/back@2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  padding: 30px;
}
p.award {
  width: 100%;
  background-image: url("../images/button_base.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
p.semi {
  width: 100%;
  background-image: url("../images/button_base02.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.data {
  color: #fff;
}
.online {
  width: 30%;
}
.container img {
  max-width: 100%;
  width: 92%;
}
#sub .container .inner {
  max-width: 1260px;
  width: 94%;
  margin: 0 auto;
	padding-bottom: 60px;
}
.grandprix {
  width: 100%;
  margin-top: 16px;
  border: 1px solid #d8c281;
}
.semi-grandprix{
  border: 1px solid #d3d3d3;
}
.grandprix .award {
  padding: 12px 12px;
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 0.2em;
	font-weight: 600;
}
.inner .content {
  width: 100%;
  display: flex;
  color: #fff;
  padding: 2.5% 5%;
}
.data {
  width: 32%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.25;
  gap: 10px;
}
.malaysia .data{
  gap: 10px;
}
.data .num {
  font-size: 2em;
  letter-spacing: 0.1em;
}
.data .name {
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "Noto Sans", "Noto Sans SC", sans-serif;
}
.shanghai .name{
  font-family: "Noto Sans SC", sans-serif;
}
.malaysia .data .name{
  line-height: 1.2;
}
.malaysia .list .winners .data .title{
  font-size: 1.1em;
  padding-right: 12px;
}
.data .title {
  font-size: 1.7em;
  letter-spacing: 0.1em;
}
.online,
.offline {
	display: block;
  text-align: center;
  width: 32%;
  line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
}

.online p:last-child,.offline p:last-child{
 font-weight: 600;
}
.offline {
  text-align: center;
  width: 32%;
  line-height: 1.5;
}
.online img,
.offline img {
  height: calc(100% - 3em);
  max-height: 420px;
  object-fit: cover;
	overflow: hidden;
	transition: .3s all;
  object-position: top;
}
content a.none{
  display: none;
}

.online:hover,
.offline:hover {
	opacity: 0.7;
}
.online:hover img{
	filter: brightness(1.2);
}
.offline:hover img{
	filter: brightness(1.2);
}
#sub h4 {
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.225em;
}
p.winner {
  color: #d8c281;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.desinger {
  margin-top: 20px;
  border: 1px solid #b4b4b4;
}
.desinger p.award {
  width: 100%;
  background-image: none;
  background-color: #b4b4b4;
  padding: 12px 12px;
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 0.2em;
	font-weight: 600;
}
.list{
	padding: 2%;
}
.list .winners {
  display: flex;
	padding: 0 1.5% 3% 1.5%;
	border-bottom: 1px solid #B4B4B4;
	margin-bottom: 3%;
}
.list .winners:last-child {
	padding: 0 1.5% 1.5% 1.5%;
	border-bottom: none;
	margin-bottom: 0%;
}
.list .winners img {
  display: block;
	margin-bottom: 8px;
}
.list .winners .judge {
	color: #B4B4B4;
  width: 25%;
  padding: 0 4%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
  line-height: 1.5;
	border-right: 1px solid #B4B4B4;
}
.list .winners .judge .name{
	font-weight: 600;
}
.list .winners .judge p{
	color: #B4B4B4;
}
.list .winners .judge img {
  width: 80%;
  margin: 0 auto 10px;
}
.list .winners .content {
  width: 75%;
	padding: 0% 5%;
}
.list .winners .data .num {
  font-size: 1.5em;
  letter-spacing: 0.1em;
	font-weight: 600;
}
.list .winners .data .name {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "Noto Sans", "Noto Sans SC", sans-serif;
	line-height: 1.5;
}
.shanghai .list .winners .data .name {
  font-family: "Noto Sans SC", sans-serif;
  margin-bottom: 4px;
}
.list .winners .data .title {
  font-size: 1.3em;
  letter-spacing: 0.1em;
	font-weight: 600;
}
.shanghai .list .winners .data .title {
  font-family: "Noto Sans SC", sans-serif;
}
.gallery {
	border: 1px solid #B4B4B4;
	margin-top: 40px;
}
.gallery .list {
	display: flex;
	flex-wrap: wrap;
	padding: 3% 3%;
	position: relative;
}
.gallery .list::after{
	position: absolute;
	content: "";
	width: 94%;
	left: 3%;
	height: 1px;
	bottom: 0;
	background-color: #B4B4B4;
}
.gallery .list:last-child:after{
	content: none;
}
.gallery .list .content{
	width: 50%;
	padding: 2% 2.5%;
	justify-content: space-between;
}
.gallery .list.one {
  margin: 0 auto;
  justify-content: center;
}
.gallery .list.one .content{
  width: 50%;
}
.gallery .list.one .content:nth-child(odd){
	border-right: none;
}
.gallery .list .content:nth-child(odd){
	border-right: 1px solid #B4B4B4 ;
}
.gallery p.award {
	width: 100%;
	background-image: none;
	border-bottom: #B4B4B4 1px solid;
	padding: 14px 12px;
	text-align: center;
	font-size: 1.4em;
	letter-spacing: 0.2em;
	color: #B4B4B4;
	font-weight: 600;
}
.gallery .list .content .data{
	font-size: 0.65em;
}
.nominated {
	border: 1px solid #B4B4B4;
	margin-top: 40px;
}
.nominated .list {
	display: flex;
	flex-wrap: wrap;
	padding: 3% 3%;
	position: relative;
}
.nominated .list::after{
	position: absolute;
	content: "";
	width: 94%;
	left: 3%;
	height: 1px;
	bottom: 0;
	background-color: #B4B4B4;
}
.nominated .list:last-child:after{
	content: none;
}
.nominated .list .content{
	width: 50%;
	padding: 2% 2.5%;
	justify-content: space-between;
}
.nominated .list .content .data {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.25;
    gap: 10px;
}
.nominated .list .content .data a {
color:#fff;
}
.nominated .list.one {
  margin: 0 auto;
  justify-content: center;
}
.nominated .list.one .content{
  width: 50%;
}
.nominated .list.one .content:nth-child(odd){
	border-right: none;
}
.nominated .list .content:nth-child(odd){
	border-right: 1px solid #B4B4B4 ;
}
.nominated p.award {
	width: 100%;
	background-image: none;
	border-bottom: #B4B4B4 1px solid;
	padding: 14px 12px;
	text-align: center;
	font-size: 1.4em;
	letter-spacing: 0.2em;
	color: #B4B4B4;
	font-weight: 600;
}
.nominated .list .content .data{
	font-size: 0.65em;
}
.nominated .list .content .data .name {
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "Noto Sans", "Noto Sans SC", sans-serif;
}
.nominated .list .content .online {
	display: block;
  text-align: center;
  width: 100%;
  line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
}
.ban_ga50{
width: 55%!important;
}

.award-link {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 10;
}
.award-link a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 18px 9px 32px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.05em;
  transition: 0.3s all;
}
.award-link a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("../images/arrow_g.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.award-link a:hover {
  background-color: #333;
}
.award-link a:hover::before {
  left: 14px;
}
.pc {
  display: inline;
}
.sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .wrapper.concept .mainArea {
    max-width: 800px;
    width: 72vw;
  }
}
@media screen and (max-width: 1024px) {
	.data{
		font-size: 0.85em;
	}
	.gallery .list .content .data {
    font-size: 0.6em;
}
}

@media screen and (max-width: 1023px) {
	.online, .offline {
		font-size: 0.8em;
}
h1.mainlogo {
	display: block;
	width: 20%;
	height: 0;
	padding-top: 20%;
}
h2.maintitle {
	display: block;
	width: 80%;
	height: 0;
	padding-top: 26%;
}
.milbon {
	display: block;
	width: 46%;
	height: 0;
	padding-top: 7%;
}
.venueArea {
	width: 100%;
	display: flex;
	padding: 1% 0%;
}
a.winners {
	padding: 7px 8px 6px 24px;
}
a.pannel {
	padding: 7px 8px 6px 24px;
}
}
@media screen and (max-width: 767px) {
	#sub .header {
		padding: 16px 0;
	}
	#sub .header a.logo {
    width: 12%;
    padding-top: 10%;
  }
  #sub .header a.title {
	width: 25%;
	margin: 0 auto;
	padding-top: 10%;
	background-image: url(../images/title_sub.svg);
  }
  #sub .header h3 {
	width: 14%;
	margin: 0;
	position: relative;
	top: 4px;
	padding-top: 10%;
  }
  .inner .content {
	justify-content: space-between;
  }
  .list .winners {
	display: flex;
	padding: 0 0 3% 0;
  }
  .list .winners .judge {
	width: 25%;
	padding: 0 2%;
  }
  .list .winners .content {
	width: 75%;
	padding: 0% 3%;
  }
  .list .winners .data .name{
	margin-bottom: 4px;
  }
  .gallery .list {
	display: flex;
	flex-direction: column;
	padding: 3% 3% 0;
	position: relative;
  }
  .gallery .list .content{
	width: 100%;
	padding-bottom: 5%;
  }
  .gallery .list.one .content{
  width: 100%;
  }
  .gallery .list .content:nth-child(odd) {
	border-right: none;
	border-bottom: 1px solid #B4B4B4;
	padding-bottom: 5%;
	margin-bottom: 12px;
  }
  .gallery .list .content:last-child {
	border-bottom: none;
  }
  .venueArea {
	width: 100%;
	display: flex;
	padding: 24px 0 1% 0;
	flex-wrap: wrap;
	margin-top: 24px;
	gap: 0px;
  }
  .venueArea .venue {
	display: flex;
	width: 50%;
	margin-bottom: 24px;
  }
  .venueArea .venue:nth-child(even) {
	border-right:none;
  }
  #top .container {
	gap: 48px;
  }
  .wrapper#top {
	overflow: auto;
	overflow-x: hidden;
  }
  .mainArea {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
  }
  .nominated .list .content{
	width: 100%;
  }
  .nominated .list .content .data .name {
  font-size: 1.8em;
  }
  .nominated .list .content:nth-child(odd){
	border-right: none;
  border-bottom: 1px solid #B4B4B4 ;
  }
  .ban_ga50{
  width: 100%!important;
  }
  .venueArea .venue:nth-child(3) {
  border-right: 1px solid #aaa;
  }
  .award-link {
    top: 0px;
    right: 10px;
  }
  .award-link a {
    font-size: 0.6em;
    padding: 8px 10px 6px 26px;
  }
  .award-link a::before {
  width: 12px;
  height: 12px;
  }
  .award-link a:hover::before {
  left: 0px;
  }
  .sp {display: inline;}
  .pc {display: none;}
}
@media screen and (max-width: 475px) {
	.inner .content {
    width: 100%;
    display: flex;
    color: #fff;
    padding: 2% 2%;
  }
  #sub .header {
	max-width: 1260px;
	width: 92%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: column;
	gap: 24px;
  }
  #sub .header h1 {
	width: 25%;
	padding-top: 20%;
  }
  #sub .header a.title {
	width: 90%;
	margin: 0 auto;
	padding-top: 24%;
	background-image: url(../images/title_sub.svg);
  }
  #sub .header h3 {
	width: 40%;
	margin: 0;
	position: relative;
	top: 4px;
	padding-top: 20%;
  }
  .data .num {
	font-size: 1.5em;
	letter-spacing: 0.1em;
  }
  .inner .content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	padding: 2% 2%;
  }
  .data {
	width: 100%;
	font-size: 0.8em;
	padding: 2%;
	margin-bottom: 10px;
  }
  .online, .offline {
	text-align: center;
	width: 50%;
	line-height: 1.5;
  }
  .list .winners {
	display: flex;
	padding: 0 0 3% 0;
	flex-wrap: wrap;
  }
  .list .winners .judge {
	width: 100%;
	padding: 0 2% 3%;
	margin-bottom: 10px;
	border-right: none;
	border-bottom: 1px solid #3d3d3d;
  }
  .list .winners .judge img {
	width: 50%;
	margin: 10px auto 10px;
  }
  .list .winners .content {
	width: 100%;
	padding: 0% 3% 3%;
  }
  .gallery .list .content .data {
	font-size: 0.7em;
  }
  #top .container {
	display: flex;
	justify-content: space-between;
	padding-top: 24px;
  }
  .wrapper::after {
	position: absolute;
  animation: 18s backAnimeSP ease;
  animation-fill-mode: forwards;
  transform-origin: center;
	background-position: left top;
	background-image: url(../images/backSP@2x.jpg);
  }
  @keyframes backAnimeSP {
    0% {
    transform: scale(1) rotate(0);
		opacity: 0;
		background-position: center top;
    }
	  20% {
		opacity: 1;
	  }
    100% {
    transform: scale(1) rotate(0deg);
		background-position: right top;
    }
  }
  .venueArea {
	background-color: rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-height: 658px) {
  .logo {
    padding-top: 30px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-height: 680px) {
	.wrapper#top {
    overflow: auto;
		overflow-x: hidden;
  }
  #top .container {
	gap: 48px;
  }
}
@media screen and (min-width: 1500px) {
}
