@charset "UTF-8";
/* Scss Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* Scss Document */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1;
  font-size: 1.4rem;
  background: #111;
}

img {
  max-width: 100%;
  height: auto;
}

.w100 {
  font-weight: 100;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w600 {
  font-weight: 600;
}

.w700 {
  font-weight: 700;
}

.w900 {
  font-weight: 900;
}

.btn {
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  display: block;
}

.btn.ticket a {
  border: solid 2px #f33c74;
  border-radius: 100px;
  margin-top: 10px;
  padding: 10px 25px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  transition: all 0.2s;
}
/*.btn.ticket.lawson a {
	border:solid 2px #2C4FB5;
	box-shadow: 0 3px 7px rgba(44,79,181,0.8), 0 3px 7px rgba(44,79,181,0.8) inset;
}
*/
.btn a {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn a:hover {
  color: #fff;
}
.btn a::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  left: -100%;
}
.btn a:hover::after {
  top: 0;
  left: 0;
  background-color: #f33c74;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
}
.flag-icon {
  padding-right: 10px;
}

/*nav
-----------------------------------*/
nav {
  width: 100%;
  height: 45px;
  position: fixed;
  top: 0;
  z-index: 997;
  background: rgba(0, 0, 0, 1);
}
nav h1 {
  width: 22%;
  padding-top: 2px;
}
nav h1.open {
  opacity: 0;
}
nav .menu {
  background: linear-gradient(
    180deg,
    #000 0,
    #534f47 63%,
    #716c61 100%
  );
  height: 100%;
  width: 100vw;
  position: fixed;
  padding: 1em 0 0;
}
nav .menu .logo {
  width: 40%;
  margin: 0 auto;
}
nav .menu .logo:hover {
  opacity: 0.8;
}
nav .menu ul {
  border-top: solid 1px #555;
  margin: 2em 0;
}
nav .menu ul > li {
  text-align: center;
  border-bottom: 1px solid #555;
}
nav .menu ul > li a {
  text-decoration: none;
  padding: 1em 10px;
  display: block;
  color: #fff;
  transition: all 0.3s;
  font-weight: 600;
}
nav .menu ul > li.live a {
  color: #ff2e93;
}

nav .menu ul > li a.exter {
  color: #999;
}
nav .menu ul > li a:hover {
  background: rgba(255, 255, 255, 0.35);
}
nav .menu .sns {
  display: flex;
  border: none;
  font-size: 3rem;
  margin: 0;
  justify-content: center;
}
nav .menu .sns li {
  border: none;
  margin: 0 1px;
}
nav .menu .sns li a{
	color:#7e56d9;
}
nav .menu .sns li:hover {
  opacity: 0.8;
}
nav .menu .ticket {
  width: 80%;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0 auto;
}
nav .contactnav a {
  display: block;
  background: #000;
  color: #fff;
  width: 20%;
  text-align: center;
  padding: 13px 10px;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-weight: 500;
  position: absolute;
  bottom: 58px;
  left: 10px;
  transition: all 0.3s;
}
nav .contactnav a:hover {
  background: #88da20;
}

.links img:hover,
.links2 img:hover {
  opacity: 0.8;
}

/*news
----------------------------------*/
.what_new {
  padding: 0 10px;
}
.what_new a {
  display: flex;
  text-decoration: none;
  border-bottom: solid 1px #fff;
  color: #fff;
  transition: all 0.25s;
  padding: 1em 0;
}
.what_new a .col2._l {
  width: 30%;
  margin-right: 10px;
}
.what_new a .col2._r {
  width: 66%;
}
.what_new a:hover {
  background: rgba(255, 255, 255, 0.35);
}

.btn.more {
  margin: 0 auto;
  transition: all 0.3s;
  padding: 1em 0;
  width: 250px;
	color:#fff;
  background: #7e56d9;
	border:none;
}

.flex{
	display: flex;
	justify-content: space-between;
	width: 90%;
    margin: 0 auto;
}

.btn.more.kansen {
  		color: #222;
	background: linear-gradient(to right, rgba(206,28,106,1) 0%,rgba(133,40,183,1) 100%);
		font-weight:700;
		border:none;
	    margin: 5% auto 3%;
	width: 48%;
  }
.btn.more.kansen.kansen2{
	background: linear-gradient(to right, rgba(127,85,216,1) 0%,rgba(133,40,183,1) 100%);
}
@media screen and (max-width: 768px){
	.flex{
	display: block;
}
	.btn.more.kansen{
		width: 100%;
	}
}
.btn.more.kansen.off {
	background: #999;
	pointer-events: none;
	color: #666;
}
.btn.more:hover {
  background: #7e56d9;
  color: #fff;
}

/*HADO
-------------------------------------*/
.HADO.shadowbox {
  margin: 0 0 0 30px;
}
.HADO.shadowbox p {
  margin: 10px 20px;
  line-height: 1.5;
}
.HADO.shadowbox p .btn {
  border-radius: 100px;
  color: #7e56d9;
  text-decoration: none;
  padding: 12px 10px;
  font-weight: 500;
  width: 320px;
  margin: 28px auto 0;
  font-size: 1.5rem;
  transition: all 0.3s;
}

.HADO.shadowbox ul {
  display: flex;
}
.HADO.shadowbox ul li {
  width: 50%;
  margin: 10px 0 0 20px;
}
.HADO.shadowbox ul li figure div {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.HADO.shadowbox ul li iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.HADO.shadowbox ul li figcaption {
  text-align: center;
  margin: 12px 0;
  font-weight: 100;
}

/*finalist
-----------------------------------*/
.finalist {
}
.finalist a {
  text-decoration: none;
}
.finalist h2 {
  padding-top: 4%;
}
.finalist p {
  color: #fff;
}
.seed ul {
  display: flex;
  flex-wrap: wrap;
}
.seed ul li img {
  position: relative;
  transition: all 0.3s;
  display: block;
}
.seed ul li.on:hover img {
  filter: brightness(140%);
}
.seed ul li.on:hover .btn {
  color: #fff;
}
.seed ul li.on:hover .btn {
  color: #fff;
}
.seed ul li.on:hover .btn::after {
  top: 0;
  left: 0;
  background-color: #7e56d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
}
.seed ul li:not(.on) img {
  display: inline-block;
  margin-top: -3px;
}
.seed ul a {
  transition: all 0.3s;
  position: relative;
}
.seed ul a:hover .btn {
  transition: all 0.3s;
}
.seed .btn {
  background: #000;
  border: solid 1px #7e56d9;
  text-decoration: none;
  color: #fff;
  padding: 14px 10px;
  font-weight: 500;
  width: 80%;
  margin: 0 auto;
  transition: all 0.3s;
  z-index: 3;
}

/*about
------------------------------------*/
.about {
  color: #fff;
  background: linear-gradient(
      180deg,
      #7e56d9 0%,
      #47213b 50%,
      #D01A64 130%
    );
  padding: 10px 0 40px;
}
.shadowbox {
  margin-right: 30px;
}

.about .access dl {
  margin: 0 0 0 10px;
}
.about .access dl dt {
  color: #fff;
  margin-right: 10px;
  font-size: 1.6rem;
}
.about h3 {
  margin: 30px 0;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.about .container {
  max-width: 800px;
  margin: 40px 0;
}

.about .schedule {
}

.about .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}

.about .flex-box .flex-item {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}

.about .tournament {
}
@media screen and (max-width: 768px) {
  .about .container {
    margin: 10px;
  }
  .about .schedule {
    margin: 10px;
  }

  .about .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: top;
  }

  .about .flex-box .flex-item {
    padding: 10px;
  }
  .about .tournament {
    padding: 20px;
  }
}

/*entry
------------------------------------*/
.entry {
  color: fff;
}
.entry p {
  padding: 10px;
  line-height: 1.5;
}

.entry > ul {
  padding: 10px 12px 5px;
}
.entry > ul > li {
  background-size: 4%;
  padding: 5px 0 18px;
  font-size: 2rem;
  font-weight: 400;
}
.entry > ul > li:last-child {
  background-size: 4.5%;
}
.entry .lk {
  color: #777;
  text-align: right;
  position: relative;
  margin-top: 5px;
}
.entry .lk a {
  color: #777;
}
.entry .rank {
  text-align: right;
}
.entry .rank .lk {
  padding-left: 20px;
}
.entry .rank .lk:before {
  content: "?";
  height: 18px;
  width: 18px;
  text-align: center;
  background: #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  color: #fff;
}
.entry .schedule {
  margin: 35px 10px 0;
}
.entry .schedule h3 {
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 2.5rem;
  font-weight: 100;
}
.entry .schedule > ul {
  border-bottom: solid 1px #999;
  margin-top: 15px;
}
.entry .schedule > ul > li {
  border-top: solid 1px #999;
  padding: 20px 10px;
}
.entry .schedule > ul > li ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}
.entry .schedule > ul > li ul li {
  border: none;
	font-size:1.0rem;
}
.entry .schedule > ul > li ul li a {
  border-radius: 100px;
  text-decoration: none;
  padding: 3px 10px;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 1.4rem;
  border: solid 2px #7e56d9;
  color: #7e56d9;
}
.entry .schedule > ul > li ul li a.linkoff {
  cursor: default;
  color: #555;
	border: solid 2px #555;
  pointer-events: none;
}

/*contact
--------------------------------------------------*/
.contact {
  background: #212121;
  padding: 10px 0px 40px;
}
.contact p {
  color: #eeeef0;
  line-height: 1.5;
  padding: 30px 10px 0;
}
.contact .contactform {
  background: #d0d0d2;
  border-radius: 100px;
  color: #212121;
  text-align: center;
  text-decoration: none;
  padding: 15px 10px;
  width: 80%;
  display: block;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 600;
}
.contact .contactform:hover {
  opacity: 0.8;
}

/*sponsor
------------------------------------------------*/
.sponsor {
  background: #ccc;
  padding: 10px;
}
.sponsor h3 {
  font-size: 1.2rem;
  border-bottom: solid 1px #999;
}
.sponsor ul {
  display: flex;
  padding: 20px 0;
}
.sponsor ul li {
  width: 25%;
}

.copylight {
  letter-spacing: 1px;
  padding: 10px;
  text-align: right;
  display: block;
  font-weight: 500;
}

/* Scss Document */
@media screen and (max-width: 768px) {
  html {
    -webkit-overflow-scrolling: touch;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  h2 {
    width: 85%;
    margin-top: 30px;
    padding-left: 15px;
    color: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 4rem;
    font-family: "Roboto";
		margin-bottom: 20px;
  }
  h2 span {
    display: block;
    font-size: 1.3rem;
    margin-top: 6px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: "Noto Sans JP", sans-serif;
  }
  h2 span:before {
    content: "■";
    font-size: 0.5rem;
    color: #ff2e93;
  }
  /*nav
  ---------------------------------------------*/
  .drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 45px;
    padding: 0 1em;
  }

  .navbar_toggle {
    z-index: 9999;
  }

  .navbar_toggle_icon {
    position: relative;
    display: block;
    height: 3px;
    border-radius: 100px;
    width: 30px;
    background: #fff;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }

  .navbar_toggle_icon:nth-child(1) {
    top: 0;
  }

  .navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
  }

  .navbar_toggle_icon:nth-child(3) {
    top: 0;
  }

  /*OPEN時の動き*/
  .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }

  .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 1000;
  }

  /*OPEN時の動き*/
  .menu.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* mainV
  	---------------------------------------------*/
  .mainV {
    height: 90%;
    width: 100vw;
    position: relative;
  }
  .mainV img {
    width: 100%;
    height: auto;
		margin-top: 50px;
  }
  .mainV .ticketwrap {
   display: none;
  }
  .mainV .links {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .mainV .links.tic {
    padding: 0;
  }
  .mainV .links.tic {
    justify-content: flex-end;
  }
  .mainV .links.bk {
    background: rgba(0, 0, 0, 0.8);
  }
  .mainV .links ul {
    width: 50%;
    text-align: center;
  }
  .mainV .links.tic ul {
    width: 100%;
    text-align: center;
  }
  .mainV .links li {
    width: 100%;
  }
  .mainV .links.tic li {
    width: 100%;
  }
  .mainV .links li img {
    border: solid 1px #555;
  }
  .mainV .links.tic li img {
    border: none;
  }
  .mainV .links li a {
    padding: 0px;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
  }
  .mainV .links.tic li a {
    padding: 0;
  }
}
/*News
-------------------------------------------------*/
.news {
  padding-bottom: 60px;
}
.news .what_new {
  margin-top: 15px;
}
.news a h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
.news a .date {
  color: #b1b1b1;
  font-weight: 100;
  font-size: 1.3rem;
}

.btn.more {
  width: 60%;
  display: block;
  font-size: 1.5rem;
  margin: 5% auto 10%;
}

.twitter_timeline {
  margin: 60px 20px 0;
  width: 90%;
  box-sizing: border-box;
}
.twitter_timeline iframe {
  width: 100%;
}

.newspage {
  margin-top: 70px;
}

/*HADO
----------------------------------------------*/
.HADO.shadowbox {
  padding: 10px 0px 40px;
  margin-left: 0;
  color: #fff;
  background: linear-gradient(
      180deg,
      #7e56d9 0%,
      #47213b 50%,
      #D01A64 130%
    )
}
.HADO.shadowbox .lead {
  font-size: 2rem;
  font-weight: 100;
  margin-top: 25px;
}
.HADO.shadowbox p {
  margin: 5px 10px 8px 14px;
}
.HADO.shadowbox p .btn {
  border-radius: 100px;
  color: #fff;
	background:#7e56d9;
  text-decoration: none;
  padding: 10px 10px;
  font-weight: 500;
  width: 80%;
  margin: 15px auto 0;
  font-size: 1.5rem;
}
.HADO.shadowbox ul li {
  margin: 10px 10px 0;
}

/*finalist
----------------------------------------------*/
.finalist {
  background-size: 200%;
  padding-bottom: 30px;
}
.finalist p {
  margin: 20px 15px 27px;
}
.seed ul {
  margin: 15px;
}
.seed ul li {
  width: 47%;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.seed ul li.on {
  margin-bottom: 15px;
  cursor: pointer;
}
.seed ul li:nth-of-type(2n) {
  margin-left: 10px;
}
.seed .btn {
  padding: 13px 5px;
  width: 96%;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-top: 5px;
  border: solid 2px #7e56d9;
  color: #7e56d9;
}

/*about
----------------------------------------------*/
.about .shadowbox {
  margin-right: 0;
}
.about .infoticket {
  margin-right: 10px;
}
.about .access {
  padding: 5px 0 40px;
  margin-right: 10px;
}
.about .access iframe {
  width: 94vw;
  height: auto;
  margin: 24px 10px 20px;
}
.about .access dl {
  margin: 0 10px;
  display: flex;
}
.about .access dl dt {
  width: 55px;
  text-align: center;
  padding: 2px 0;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 10px;
}
.about .access dl dt.stx {
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 4px 0;
}
.about .access dl dd {
  display: inline-block;
  width: 80%;
  font-weight: 100;
  font-size: 1.6rem;
}
.about .access dl dd a {
  color: #7e56d9;
}
.about .info_ticket {
  margin: -118px 0 30px 0px;
  background-color: rgba(128, 48, 72, 0.5);
  color: #fff;
  padding: 25px 25px 30px;
}
.about .info_ticket h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.about .info_ticket p {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 12px 0 0;
}
.about .info_ticket p.ticket_line {
  border-top: solid 1px #fff;
}
.about .info_ticket ul {
  font-size: 1.2rem;
  line-height: 1.5;
}
.about .info_ticket p.caution {
  font-size: 1rem;
  line-height: 1.4;
  color: darkgray;
}
.about .info_ticket .btn.ticket {
  margin: 0 auto 26px;
  width: 100%;
}
.about .info_ticket .btn.ticket.lawson {
  margin: -30px auto 26px;
  width: 100%;
}
.about .info_ticket .nowonsale {
  color: yellow;
  font-size: 1.8rem;
  padding: 20px 0 0 0;
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  border-top: solid 1px #fff;
}
/*.about .info_ticket .nowonsale:before {
    content: "▶";
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 1.8rem;
  }*/
.about .info_ticket p.ticket_price {
  font-size: 1.8rem;
}
.about .info_premiumticket {
  background-color: #d0d0d2;
  color: #212121;
  padding: 18px 14px;
}
.about .info_premiumticket h3 {
  font-size: 1.6rem;
  text-align: left;
  color: #212121;
}
.about .info_premiumticket li {
  list-style-type: disc;
  list-style-position: outside;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 10px 0 0 20px;
}
.about .info_premiumticket li.caution {
  list-style-type: none;
  font-weight: 200;
  font-size: 1rem;
  margin: 2px 0 0 20px;
}
.about .info_premiumticket li.red {
  color: red;
}
.about .info_premiumticket li.goods {
  list-style: none;
}
.about .info_premiumticket li img {
  width: 45%;
  margin-right: 2%;
}
.about .prize {
  padding: 20px 6px 0px;
  margin-left: 0;
}
.about .prize li {
  margin-bottom: 5px;
  font-size: 1.5rem;
	font-weight: 600;
}
.about .prize li.no1 {
  font-size: 4rem;
  margin-bottom: 15px;
}
.about .prize li.no2-3 {
  font-size: 3rem;
  margin-bottom: 15px;
}
.about .prize ul.award {
  margin-top: 25px;
}
.about .prize ul.award h4 {
  float: none;
  clear: none;
  font-weight: 400;
  padding-right: 0px;
  margin-bottom: 5px;
}
.about .prize li.award_description {
  font-size: 1rem;
  color: darkgray;
}
.about .guest {
  margin: 0 0 30px 10px;
}
.about .guest h3 {
  font-size: 2.8rem;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  margin-left: 5px;
  font-weight: 100;
}
.about .guest .overview-guest {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.about .guest .overview-guest li {
  width: 47%;
  margin: 15px 5px 0;
}
.about .guest.booth .overview-guest {
  display: block;
}
.about .guest.booth .overview-guest li {
  width: 95%;
}
/*.about .guest.booth .overview-guest li .boothWrap {
	padding: 15px;
}*/
.about .guest .overview-guest li .guest-role {
  background: #fff;
  color: #000;
  border-radius: 3px;
  font-size: 1.6rem;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.about .guest.booth .overview-guest li .guest-role {
  padding: 9px 0;
}
.about .guest .overview-guest li .guest-name {
  font-size: 1.6rem;
  text-align: center;
  margin: 5px 0;
}
.about .guest .overview-guest li .guest-name .small {
  margin-top: 6px;
  font-size: 1.2rem;
  display: block;
  font-weight: 100;
}
.about .performer {
  margin: 0 0 30px 10px;
}
.about .performer h3 {
  font-size: 2.8rem;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  font-weight: 100;
}
.about .performer .overview-performer {
  margin: 0 5px;
}
.about .performer .overview-performer li {
  margin: 15px 5px 0;
}
.about .performer .overview-performer li.discription {
  margin-top: 8px;
}
.about .performer .overview-performer li .performer-name {
  font-size: 1.6rem;
  text-align: left;
}
.about .performer .overview-performer li .performer-name .small {
  margin-top: 6px;
  font-size: 1.2rem;
  display: block;
}
.about .performer .overview-performer li img {
  width: 100%;
  max-width: none;
}
.crew {
  display: flex;
  margin-top: 20px;
}
.crewimg {
  width: 80%;
  margin-right: 5px;
}
.performer-discription {
  line-height: 1.4;
  margin-top: 10px;
}
.crew-discription {
  width: 100%;
}
.about .guest.booth .overview-guest li:first-child {
  flex-grow: 2;
}

.boothWrap p {
  margin-top: 5px;
  line-height: 1.4;
}
.boothWrap.food {
  margin-top: 15px;
}
.booth .btn.more {
  margin: 2% auto 1%;
  width: 70%;
  padding: 2% 0;
  border-radius: 100px;
  border: solid 2px #7e56d9;
  color: #7e56d9;
  text-decoration: none;
  font-size: 1.5rem;
}
.booth .btn.more:hover {
  background: #7e56d9;
  color: #fff;
}
.about .prize h4 {
  float: left;
  clear: left;
  font-weight: 100;
  padding-right: 10px;
}
/*entry
-------------------------------------------*/
.entry {
  padding: 10px 0 40px;
  margin-top: 10px;
  color: #fff;
}
.entry p {
  padding: 0 10px;
}
.entry h2 + p {
  margin: 15px 0 5px;
  text-align: left;
}
.entry > ul > li {
  font-size: 1.4rem;
}
/* Scss Document */
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 4.5rem;
    font-family: "Roboto";
  }
  h2 span {
    display: block;
    font-size: 1.5rem;
    margin-top: 6px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: "Noto Sans JP", sans-serif;
  }
  h2 span:after,
  h2 span:before {
    content: "■";
    font-size: 0.5rem;
    color: #ff2e93;
  }
  .col22 {
    display: flex;
  }
  .col22 p {
    margin: 0 5px;
  }

  /*nav
  ----------------------------------*/
  nav {
    width: 0;
  }
  nav h1 {
    opacity: 0;
    height: 0;
  }
  nav .menu {
    width: 280px;
    padding-top: 4em;
  }
  nav .menu .logo {
    width: 60%;
  }
  nav .contactnav {
    transform: rotate(90deg);
    position: absolute;
  }
  nav .contactnav a {
    left: 0;
    bottom: 0;
    width: auto;
		color:#7e56d9;
  }

  #contents {
    margin: 0 auto 0 280px;
    overflow: hidden;
    min-width: 800px;
  }

  .copylight {
    text-align: center;
    color: #999;
  }
  a.btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  a.btn:hover {
    color: #fff;
  }

  a.btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px 25px;
    left: -100%;
  }
  a.btn:hover::after {
    top: 0;
    left: 0;
    background-color: #6357da;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-sizing: border-box;
  }
  /*mainV
  ------------------------------------*/
  .mainV {
    width: 100%;
    max-height: 100vh;
    position: relative;
  }
  .mainV img {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
    object-position: 50% 0;
  }
  .mainV .links {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .mainV .links.tic {
    justify-content: flex-end;
  }
  .mainV .links.bk {
    background: rgba(0, 0, 0, 0.4);
  }
  .mainV .links ul {
    text-align: center;
  }
  .mainV .links ul li {
    padding: 10px 15px 10px;
    width: 80%;
    float: right;
  }
  .mainV .links ul li img {
    border: solid 1px #555;
  }
  .mainV .links.tic ul li img {
    border: none;
  }
  .mainV .links ul li a {
    font-size: 1.4rem;
    color: #7ece0d;
    text-decoration: none;
    display: block;
    position: relative;
  }
  .mainV .links .ticketwrap {
    width: 90%;
    margin: 10px;
  }
  .mainV .links .ticketwrap p {
    line-height: 1.4;
    text-align: center;
    color: yellow;
  }
  .mainV .links .ticketwrap .ticket {
    width: 100%;
  }

  /*news
  	----------------------------------------*/
  .news {
    padding: 80px 15px 100px;
  }
  .news .colm {
    display: flex;
    justify-content: space-around;
    margin-top: 4%;
  }
  .news a h3 {
    margin-bottom: 0;
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .news a .date {
    margin: 3px 0 10px;
    color: #b1b1b1;
    font-weight: 100;
  }
  .news a .content {
    line-height: 1.4;
    color: #fff;
  }
  .news .twitter_timeline {
    width: 40%;
  }
  .news .twitter_timeline iframe#twitter-widget-0 {
    height: 90% !important;
  }
  .news .btn.more {
    color: #222;
		background:#7e56d9;
		font-weight:700;
		border:none;
  }
	.news .btn.more.kansen {
  		color: #222;
		background:#9e55d6;
		font-weight:700;
		border:none;
  }
  .news .btn:hover {
		background: #9e55d6;
    color: #fff;
  }

  /*HADO
  ---------------------------------------------------*/
  .HADO.shadowbox {
    padding: 81px 6% 90px;
    margin-bottom: 70px;
    color: #fff;
    background: linear-gradient(
      180deg,
      #7e56d9 0%,
      #47213b 50%,
      #D01A64 130%
    );
  }
  .HADO.shadowbox .lead {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    margin-top: 4%;
    text-align: left;
    margin-bottom: 1.5%;
  }
  .HADO.shadowbox p {
    margin: 10px 35px;
    line-height: 1.5;
    text-align: left;
  }
  .HADO.shadowbox p .btn {
    border-radius: 100px;
    text-decoration: none;
    padding: 12px 10px;
    font-weight: 700;
    width: 320px;
    margin: 28px auto 0;
    font-size: 1.5rem;
    color: #fff;
		background:#7e56d9;
  }
  .HADO.shadowbox ul {
    margin: 17px 35px 0 15px;
  }

  .HADO.shadowbox p .btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .HADO.shadowbox p .btn:hover {
    color: #fff;
  }
  .HADO.shadowbox p .btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px 25px;
    left: -100%;
  }
  .HADO.shadowbox p .btn:hover::after {
    top: 0;
    left: 0;
    background-color: #6357da;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-sizing: border-box;
  }

  /*finalist
  	------------------------------------------*/
  .finalist {
    background-size: contain;
    padding-bottom: 60px;
  }
  .finalist p {
    margin: 20px 50px 20px;
    text-align: center;
  }
  .finalist h2 {
    padding-top: 20px;
  }
  .seed ul {
    margin: 10px auto 0;
  }
  .seed ul li {
    width: 23.5%;
    margin-bottom: 30px;
    margin-left: 10px;
  }
  .seed ul li:nth-of-type(2n) {
    margin-left: 10px;
  }
  .seed ul li::nth-of-type(4n) {
    margin-left: 0;
  }
  .seed .btn {
    background: #000;
    text-decoration: none;
    padding: 14px 10px;
    font-weight: 500;
    position: static;
    width: 93%;
    margin: 10px auto 0;
    font-size: 1.4rem;
    border: solid 2px #7e56d9;
    color: #7e56d9;
  }
  .seed .btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .seed .btn:hover {
    color: #fff;
  }
  .seed .btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px 25px;
    left: -100%;
  }
  .seed .btn:hover::after {
    top: 0;
    left: 0;
    background-color: #7e56d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-sizing: border-box;
  }

  /*about
  ------------------------------------------------*/
  .about .access {
    padding: 60px 20px 60px;
    margin-right: 30px;
  }
  .about .access .aboutwrap {
    margin: 40px 50px 20px;
  }
  .about .access .aboutwrap iframe {
    width: 100%;
    margin: 10px 10px 20px;
    height: 14vw;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .about .info_ticket {
    margin: -90px 60px 30px 60px;
  }
  .about .info_ticket .btn.ticket {
    margin: 0 15px 30px 0;
    width: 300px;
  }
  .about .info_ticket .btn.ticket.lawson {
    margin: 0 15px 30px 0;
    width: 300px;
  }
  .about .info_ticket .nowonsale {
    color: yellow;
    font-size: 2.2rem;
    padding: 20px 0 0 0px;
    position: relative;
    font-weight: 700;
    border-top: solid 1px #fff;
  }
  /*.about .info_ticket .nowonsale:before {
    content: "▶";
    position: absolute;
    left: 0;
    top: 21px;
    font-size: 2.2rem;
  }*/
  .about .info_ticket p.ticket_price {
    font-size: 2.2rem;
  }
  .about .info_premiumticket {
    background-color: #d0d0d2;
    color: #212121;
    padding: 30px;
  }
  .about .info_premiumticket h3 {
    font-size: 1.8rem;
    text-align: left;
    color: #212121;
  }
  .about .info_premiumticket li {
    font-weight: 400;
    font-size: 1.6rem;
    margin: 14px 0 0 24px;
  }
  .about .info_premiumticket li.caution {
    font-weight: 200;
    font-size: 1.2rem;
    margin: 3px 0 0 24px;
  }
  .about .info_premiumticket li.red {
    color: red;
  }
  .about .info_premiumticket li.goods {
    list-style: none;
  }
  .about .info_premiumticket li img {
    width: 160px;
    margin-right: 10px;
  }
  .about .prize h4 {
    float: left;
    clear: left;
    font-weight: 600;
    padding-right: 10px;
  }
  .about .prize li {
    margin-bottom: 5px;
    font-size: 2rem;
  }
  .about .prize li.no1 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 6.5rem;
    font-family: "roboto";
  }
  .about .prize li.no2-3 {
    margin-bottom: 20px;
    font-size: 4.5rem;
    font-family: "roboto";
  }
  .about .prize li.award_description {
    font-size: 1rem;
    color: darkgrey;
  }
  .about .prize ul.under {
    display: flex;
    justify-content: left;
    margin-top: 0%;
    padding-top: 1%;
  }
  .about .prize ul.award {
    margin-top: 0%;
    margin-bottom: 10px;
    padding-top: 1%;
  }
  .about .prize ul.award h4 {
    float: left;
    clear: left;
    font-weight: 100;
    padding-right: 10px;
  }
  .about .prize ul.under li:nth-of-type(2n) {
    margin: 0 5%;
  }
  .about .guest {
    margin: 40px 30px 0px 60px;
  }
  .about .guest h3,
  .about .performer h3 {
    font-size: 2.8rem;
    border-bottom: solid 1px #fff;
    padding-bottom: 11px;
    font-weight: 700;
  }
  .about .guest .overview-guest {
    display: flex;
    flex-wrap: nowrap;
    width: 700px;
  }
  .about .guest .overview-guest li {
    width: 32%;
    margin: 15px 5px 0;
  }
  .about .guest.booth .overview-guest {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 700px;
  }
  .about .guest.booth .overview-guest li {
    width: 32%;
    margin: 15px 5px 0;
  }
  .about .guest .overview-guest li:first-child {
    margin-left: 0;
  }
  .about .guest .overview-guest li:last-child {
    margin-right: 0;
  }
  .about .guest .overview-guest li .guest-role {
    background: #fff;
    color: #000;
    border-radius: 3px;
    font-size: 1.6rem;
    text-align: center;
    padding: 5px 0;
    justify-content: center;
    margin-bottom: 5px;
    box-sizing: border-box;
  }
  .about .guest .overview-guest li .guest-name {
    font-size: 1.8rem;
    text-align: center;
    margin: 8px 5px;
  }
  .about .guest .overview-guest li .guest-name .small {
    margin-top: 6px;
    font-size: 1.2rem;
    display: block;
    font-weight: 100;
  }
  .about .guest .overview-guest li img {
    width: 100%;
    max-width: none;
  }
  .about .performer {
    margin: 40px 30px 0px 60px;
  }
  .about .performer .overview-performer {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: 700px;
  }
  .about .performer .overview-performer li {
    width: 50%;
    margin: 15px 5px 0;
  }
  .boothWrap.food {
    margin-top: 5px;
  }
  .about .performer .overview-performer li:first-child {
    margin-left: 0;
  }
  .about .performer .overview-performer li:last-child {
    margin-right: 0;
  }

  .about .performer .overview-performer li .performer-name {
    font-size: 1.8rem;
    text-align: left;
  }
  .about .performer .overview-performer li .performer-name .small {
    margin-top: 6px;
    font-size: 1.2rem;
    display: block;
  }
  .about .performer .overview-performer li img {
    width: 100%;
    max-width: none;
  }
  .about .guest.booth .overview-guest li:first-child {
    flex-grow: 2;
  }
  .crew {
    display: flex;
    margin-top: 17px;
    align-items: flex-end;
  }
  .crewimg {
    width: 80%;
    margin-right: 5px;
  }
  .performer-discription {
    line-height: 1.4;
  }
  .crew-discription {
    width: 100%;
  }
  /*entry
  ----------------------------------------------*/
  .entry {
    padding-top: 20px;
    padding-bottom: 80px;
    color: #fff;
  }
  .entry h2 + p {
    margin: 15px 50px 25px;
    text-align: center;
  }
  .entry p {
    padding: 10px 30px;
  }
  .entry > ul {
    padding: 10px 30px 5px;
  }
  .entry > ul > li {
    background-size: 2%;
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .entry > ul > li:last-child {
    background-size: 2.3%;
  }
  .entry .rank {
    text-align: left;
    padding-top: 0;
  }
  .entry .schedule {
    margin: 25px 30px 0;
  }
  .entry .schedule h3 {
  }
  .entry .schedule > ul > li ul {
    justify-content: flex-start;
  }
  .entry .schedule > ul > li ul li {
    font-size: 1.6rem;
  }
  .entry .schedule > ul > li ul li:nth-of-type(2) {
    margin: 0 20px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .entry .lk {
    text-align: left;
    margin-top: 10px;
    padding: 0;
  }

  /*contact
  ------------------------------------*/
  .contact {
    padding: 70px 30px 70px;
  }
  .contact p {
    text-align: center;
    margin: 2px 50px 10px;
  }
  .contact .contactform {
    width: 300px;
  }

  .sponsor ul li {
    width: 10%;
  }
}

.sales {
  margin: 15px 0 0;
}
.sales li {
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 812px) {
  .mainV .links {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .mainV .links.tc {
    justify-content: flex-start;
  }
  .mainV .links.bk {
    background: rgba(0, 0, 0, 0.8);
  }
  .mainV .links .ticketwrap p.pc {
    display: none;
  }
  .mainV .links ul {
    width: 48%;
    display: block;
    border: none;
  }
  .mainV .links ul li {
    border: none;
  }
  .mainV .links ul li a {
    border: none;
    padding: 0;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .about .access .aboutwrap iframe {
    height: 17vw;
  }
}
.finalist ul li img {
  max-width: none;
  width: 100%;
}

.iziModal .iziModal-wrap {
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: linear-gradient(
    135deg,
    rgba(145, 55, 81, 1) 0%,
    rgba(0, 0, 0, 1) 46%,
    rgba(28, 39, 83, 1) 100%
  );
  padding: 20px 40px;
  border-radius: 2px;
  color: #eee;
}
.iziModal h3 {
  font-size: 33px;
  color: #eeeeee;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.modalwin-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modalwin-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.modalwin-notes {
  display: flex;
  margin-top: 15px;
  text-align: left;
  align-items: center;
  font-size: 16px;
  background: #000;
  padding: 10px;
  border-radius: 3px;
}
.modalwin-notes p {
  margin-right: 20px;
}
.modalwin-notes p a {
  color: #7e56d9;
  text-decoration: none;
}
.modalwin-notes p i {
  margin-right: 5px;
}
.modalwin-contents {
  margin: 20px 0 20px;
}
.modalwin-contents p {
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  font-weight: 100;
}
.master-2_modal__close a {
  border: solid 1px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s;
  padding: 4px 0px;
}
.master-2_modal__close a:hover {
  background: #1181ff;
  color: #fff;
  border: none;
}
.member {
  display: flex;
  flex-wrap: wrap;
}
.member li {
  width: 20%;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
}

@media screen and (max-width: 812px) {
  .iziModal h3 {
    font-size: 20px;
    color: #eeeeee;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .iziModal .iziModal-wrap {
    width: 90%;
    left: 5%;
  }
  .member li {
    padding: 2px;
  }
}
.map-wrap{
	display: flex;
	flex-wrap: wrap;
}
.map-wrap ul{
	width: 50%;
}
.map{
	width: 50%;
}
@media screen and (max-width: 1124px) {
	.map{
		width: 100%;
	}
	.map-wrap ul{
	width: 100%;
}
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #212121;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
  width: 90%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #7E56D9;
  background-color: #212121;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
	color: #ddd;
	font-size: 1.3rem;
}
.tournament-content{
	margin: 0 0 35px;
	line-height: 1.4;
}
.tournament-content h3{
  border-bottom: solid 1px #7E56D9;
  margin-bottom: 10px;
	border-left: solid 5px #7E56D9;
  padding-left: 8px;
	line-height: 1.5;
	color: #fff;
}
.tournament-content dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tournament-content dt{
	background: #ccc;
	color: #212121;
	border-radius: 100px;
	padding: 3px 10px;
	width: 6%;
	text-align: center;
	margin-bottom: 5px;
}
.tournament-content dd{
	width: 85%;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #7E56D9;
  color: #fff;
}
.seed{
	margin: 15px 0 0;
}
.seed h4{
	color: #7E56D9;
}
.waribiki{
	margin: 5px 0;
}
.waribiki h4{
	border-radius: 100px;
    width: fit-content;
    padding: 1px 10px;
    display: inline-block;
    border: solid 1px #ccc;
    font-weight: 100;
    font-size: 1.1rem;
}
.waribiki p{
	text-align: left;
    font-weight: 600;
    color: #7E56D9;
    margin: 10px 10px 10px 5px;
    display: inline-block;
}
.waribiki span{
	text-decoration: underline;
}
@media screen and (max-width: 812px) {
	.tab_content {
  padding: 25px 15px 0;
}
	.tournament-content dt{
		width: 20%;
	}
	.tournament-content dd{
		width: 65%;
	}
}