@charset "UTF-8";

/* ------------------------------------------------------------------------
	For Smart Phone 
------------------------------------------------------------------------ */
em {
 font-style: normal;
}

.onlyPC {
	display: none !important;
}

.onlySP {
	display: block !important;
}




/* background Body  */
body {
 background: #000;
}


/* Scroll Fade */
.scrollFade {
	opacity : 0;
	visibility: hidden;
	transition: 1.0s;
	transform: translateY(10vw);
}

.scrollFade.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}




/* header setting
------------------------------------*/
header {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 14.4vw;
}

header p {
  margin: 3.5vw 0 0 2.666667vw;
  width: 40.4vw;
  line-height: 1;
}

header ul#btnMenu {
 position: fixed;
 top: 0;
 right: 0;
 z-index: 1003;
 width: 18.666667vw;
 height: 14.4vw;
 transition: all 0.3s;
}

header ul#btnMenu li i {
 display: block;
 position: absolute;
 right: 6vw;
 width: 6.6666667vw;
 height: 0.5333333vw;
 background: #b12800;
 transition: all 0.3s;
}

header ul#btnMenu li i:nth-child(1) {
 top: 4.9333333vw;
}

header ul#btnMenu li i:nth-child(2) {
 top: 6.8vw;
}

header ul#btnMenu li i:nth-child(3) {
 top: 8.5333333vw;
}

body.modeNav header ul#btnMenu li i {
}

body.modeNav header ul#btnMenu li i:nth-child(1) {
 transform: translateY(1.8vw) rotate(45deg);
}

body.modeNav header ul#btnMenu li i:nth-child(2) {
 transform: scale(0, 1);
}

body.modeNav header ul#btnMenu li i:nth-child(3) {
 transform: translateY(-1.8vw) rotate(-45deg);
}





/* navigation setting
------------------------------------*/
header nav {
  position: fixed;
  opacity: 0;
  top: 14vw;
  right: -100vw;
  z-index: 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1.0);
  width: 100vw;
  overflow-y: scroll;
  text-align: center;
  transition: all 0.3s;
}

header nav ul#gNavi {
  position: relative;
  padding: 2.666667vw 0 4vw;
  width: 100vw;
}

header nav ul#gNavi li {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 6.2666667vw 0;
  text-align: center;
}

header nav ul#gNavi li:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 48.66667vw;
  background: #bcbcbc;
  margin: -1.0666667vw 0 0 1.0666667vw;
  width: 2.1333333vw;
  height: 2.1333333vw;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header nav ul#gNavi li a {
  display: inline-block;
  margin: 0 auto;
  height: 7.066667vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

header nav ul#gNavi li:nth-child(1) a {
  background: url("../img/txt_navi-live.png") center 0 / 100% 100% no-repeat;
  width: 21.466667vw;

  background: url("../img/txt_navi-cast.png") center 0 / 100% 100% no-repeat;
  width: 23.866667vw;
  height: 7.3333333vw;

}

header nav ul#gNavi li:nth-child(2) a {
  background: url("../img/txt_navi-cast.png") center 0 / 100% 100% no-repeat;
  width: 23.866667vw;
  height: 7.3333333vw;

 background: url("../img/txt_navi-rule.png") center 0 / 100% 100% no-repeat;
 width: 24.133333vw;

}

header nav ul#gNavi li:nth-child(3) a {
 background: url("../img/txt_navi-rule.png") center 0 / 100% 100% no-repeat;
 width: 24.133333vw;

  background: url("../img/txt_navi-schedule.png") center 0 / 100% 100% no-repeat;
  width: 49.066667vw;
  height: 7.3333333vw;

}

header nav ul#gNavi li:nth-child(4) a {
  background: url("../img/txt_navi-schedule.png") center 0 / 100% 100% no-repeat;
  width: 49.066667vw;
  height: 7.3333333vw;
}

body.modeNav header nav {
 opacity: 1;
 right: 0;
 z-index: 1004;
}




/* main Visual */
#mainVisual {
  position: relative;
  box-sizing: content-box;
  border-bottom: 1.3333333vw solid #4dba7c;
  background: url("../img/bg_main_sp.png") center 0 / cover no-repeat;
  margin: 14.4vw 0 0;
  width: 100vw;
  height: 100vw;
}

#mainVisual h1 {
  position: absolute;
  top: 12vw;
  left: 0;
  width: 61.2vw;

  top: 21vw;
  left: 21vw;

}

#mainVisual .inner > picture {
  position: absolute;
  bottom: 4vw;
  left: 12.8vw;
  width: 75.066667vw;
}




/* live */
#live {
  position: relative;
  box-sizing: content-box;
  background: url("../img/bg_live_sp.png") center 0 / cover no-repeat;
  padding: 0 0 24vw;
  width: 100vw;

}

#live:before,
#live:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url("../img/line_cyber.png") 0 0 / 100% 100% no-repeat;
  width: 93.466667vw;
  height: 9.2vw;
}

#live:after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#live h2 {
  margin: 0 auto;
  padding: 17.333333vw 0 2vw;
  width: 56vw;

  margin-bottom: 8vw;

}

#live iframe {
  display: block;
  margin: 0 auto 8vw;
  width: 92vw;
  height: 51.333333vw;
}

#live .inner > ul {
  margin: 0 auto;
  padding: 2vw 0 0;
  width: 89.333333vw;

  padding-top: 14vw;

}




/* cast */
#cast {
  position: relative;
  box-sizing: content-box;
  background: url("../img/bg_pattern-square_sp.png") center 0 / 100vw auto repeat-y;
  width: 100vw;
}

#cast:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.9333333vw;
  display: block;
  background: url("../img/line_cyber2.png") 0 0 / 100% 100% no-repeat;
  width: 98.5333333vw;
  height: 6vw;
}

#cast h2 {
  margin: 0 auto 8vw;
  padding: 14.533333vw 0 0;
  width: 56.666667vw;

  padding-top: 8.533333vw;

}

#cast .selectBlock {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 98.4vw;
}

#cast .selectBlock .blockTab {
  position: relative;
  display: block;
  border-radius: 2.666667vw 2.666667vw 0 0;
  background: #cae3cb;
  width: 24vw;
  height: 9.3333333vw;
  transition-duration: 0.3s;
  text-align: center;
  cursor: pointer;

  width: 49.5%;

}

#cast .selectBlock .blockTab.select {
  background: #fff;
}

#cast .selectBlock .blockTab img {
  margin: -1.6vw 0 0;
  height: 3.733333vw;
}

#cast #blockDetail .blockMain {
  display: none;
  background: #fff;
  padding: 5.3333333vw 2.666667vw 8vw;
  text-align: center;
  transition-duration: 0.3s;
}

#cast #blockDetail .blockMain.isShow {
  display: block;
}

#cast #blockDetail .blockMain .teamList {
}

#cast #blockDetail .blockMain .teamList > li {
  position: relative;
  border-radius: 1.3333333vw;
  background: linear-gradient(180deg, #e1f0b9 0%, #e9fff7 50%, #ffc6c6 100%);
  background: -moz-linear-gradient(180deg, #e1f0b9 0%, #e9fff7 50%, #ffc6c6 100%);
  background: -webkit-linear-gradient(180deg, #e1f0b9 0%, #e9fff7 50%, #ffc6c6 100%);
  background: -ms-linear-gradient(180deg, #e1f0b9 0%, #e9fff7 50%, #ffc6c6 100%);
  margin: 0 0 2.666667vw;
  padding: 0 0 1.4666667vw;
}

#cast #blockDetail .blockMain .teamList > li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("../img/pattern_cast.png") 0 0 / 100% 100% no-repeat;
  width: 94.666667vw;
  height: 12vw;
}

#cast #blockDetail .blockMain .teamList > li h3 {
  padding: 2vw 0;
  font-weight: bold;
  font-size: 4.2666667vw;
  color: #00686d;
}

#cast #blockDetail .blockMain .teamMember {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  margin: 0 auto;
  padding: 2.666667vw;
  width: 92vw;
}

#cast #blockDetail .blockMain .teamMember > li {
  width: 20.133333vw;
}

#cast #blockDetail .blockMain .teamMember > li h4 {
  padding: 2vw 0 1vw;
  font-size: 2.4vw;
}

#cast .linkSNS {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
}

#cast .linkSNS {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 100%;
  height: 5.0666667vw;
}

#cast .linkSNS .ico_x {height: 3.733333vw;}
#cast .linkSNS .ico_youtube {height: 3.733333vw;}
#cast .linkSNS .ico_twitch {height: 5.0666667vw;}

#cast #mcIntro {
  background: #fff;
  padding: 0 0 14.333333vw;
  text-align: center;
}

#cast #mcIntro:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: url("../img/bg_mc_sp.png") 0 0 / 100% 100% no-repeat;
  width: 100vw;
  height: 20.533333vw;
}

#cast #mcIntro h3 {
  margin: 0 auto;
  width: 74.266667vw;
}

#cast #mcIntro > ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2.666667vw;
  width: 92vw;
}

#cast #mcIntro ul > li {
  margin: 0 0 4.6666667vw;
  width: 20.133333vw;
}

#cast #mcIntro ul li h4 {
  padding: 2vw 0 1vw;
  font-size: 2.4vw;
}

#cast #leader {
  width: 94.666667vw;
  margin: 0 auto 0;
  padding: 0 0 8.3333333vw;
}

/* rule */
#rule {
  position: relative;
  box-sizing: content-box;
  border-bottom: 1.3333333vw solid #00696caqw23;
  background: url("../img/bg_pattern-square2_sp.png") center 0 / 100vw auto repeat-y;
  padding: 0 0 13.3333333vw;
  width: 100vw;
}

#rule:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.9333333vw;
  display: block;
  background: url("../img/line_cyber2.png") 0 0 / 100% 100% no-repeat;
  width: 98.5333333vw;
  height: 6vw;
}

#rule h2 {
  margin: 0 auto 8vw;
  padding: 14.533333vw 0 0;
  width: 60.6666667vw;

  padding-top: 8.533333vw;
}

#rule ol {
  margin: 0 auto 8vw;
  width: 94.666667vw;
}

#rule ol li {
  position: relative;
  margin: 12vw 0 0;
  padding: 2.666667vw 0;
}

#rule ol li:before,
#rule ol li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 1.3333333vw 1.3333333vw 0 0;
  width: 100%;
  height: 2.666667vw;
  background: linear-gradient(180deg, #98d497 0%, #ccccc6 50%, #f0747a 100%);
  background: -moz-linear-gradient(180deg, #98d497 0%, #ccccc6 50%, #f0747a 100%);
  background: -webkit-linear-gradient(180deg, #98d497 0%, #ccccc6 50%, #f0747a 100%);
  background: -ms-linear-gradient(180deg, #98d497 0%, #ccccc6 50%, #f0747a 100%);
}

#rule ol li:after {
  top: auto;
  bottom: 0;
  border-radius: 0 0 1.3333333vw 1.3333333vw;
}

#rule ol li h3 {
  position: absolute;
  top: -8vw;
  left: 0;
  margin: 0;
  padding: 0;
  height: 5.2vw;
  line-height: 1;
}

#rule ol li h3 img {
  display: inline;
  height: 5.2vw;
}

#rule ol li p {
  padding: 2.666667vw 3.2vw;
  background: #fff;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: 4.2666667vw;
  color: #00696c;
}

#rule ol li p span {
  display: block;
  padding: 1.2vw 0 0;
  text-align: left;
  font-size: 3.2vw;
}

#rule article {
  box-sizing: border-box;
  border-radius: 2.666667vw;
  background: #fff;
  margin: 0 auto;
  padding: 10vw 4vw;
  width: 94.666667vw;
}

#rule article h3 {
  margin: 0 auto 8vw;
  width: 72.8vw;
}

#rule article h3 em {
  display: block;
  border-radius: 3.333333vw;
  background: #4dba7c;
  margin: 4vw auto 8vw;
  width: 25.333333vw;
  height: 6.6666667vw;
  line-height: 6.6666667vw;
  text-align: center;
  font-weight: bold;
  font-size: 4vw;
  color: #fff;
}




/* schedule */
#schedule {
  position: relative;
  border-bottom: 1.3333333vw solid #5075fa;
  background: #fff;
  padding: 0 0 24.4vw;
}

#schedule:before,
#schedule:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url("../img/line_cyber.png") 0 0 / 100% 100% no-repeat;
  width: 93.466667vw;
  height: 9.2vw;
}

#schedule:after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#schedule h2 {
  margin: 0 auto 9.3333333vw;
  padding: 5.8666667vw 0 0;
  width: 100vw;
}

#schedule article {
  background: url("../img/bg_pattern-square_sp.png") center 0 / 100vw auto repeat-y;
  margin: 0 auto 4vw;
  padding: 0 0 8vw;
  width: 92vw;
  color: #fff;
}

#schedule article h3 {
  box-sizing: border-box;
  background: url("../img/bg_schedule-detail_sp.png") center 0 / 100% 100% repeat-y;
  padding: 1.2vw 0 0;
  width: 100%;
  height: 11.2vw;
  text-align: center;
  font-weight: bold;
  font-size: 5.3333333vw;
}

#schedule article h3 span {
  font-size: 3.733333vw;
}

#schedule article ol {
  margin: 0 auto;
  width: 74.666667vw;
  text-align: center;
}

#schedule article ol li {
  position: relative;
  padding: 6vw 0 0;
}

#schedule article ol li:after {
  content: '';
  position: absolute;
  bottom: -1.8vw;
  left: -3.5vw;
  display: block;
  /* background: url("../img/line_schedule_sp.png") 0 0 / 100% 100% no-repeat; */
  width: 81.6vw;
  height: 4.1333333vw;
}

#schedule article ol li h4 {
  position: relative;
  line-height: 1;
  padding: 0 0 8.4vw;
  font-size: 5.3333333vw;
}

#schedule article ol li h4 span {
  display: inline-block;
  border-radius: 1.6vw;
  background: #fff;
  width: 8vw;
  height: 3.2vw;
  line-height: 3.2vw;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 2.666667vw;
  color: #00696c;
}

#schedule article ol li h4:before,
#schedule article ol li h4:after {
  content: '';
  position: absolute;
  top: 2.4vw;
  left: 8vw;
  display: block;
  background: url("../img/line_dia.png") 0 0 / 100% 100% no-repeat;
  width: 14.133333vw;
  height: 1.8666667vw;
}

#schedule article ol li h4:after {
  left: auto;
  right: 8vw;
}

#schedule article ol li h5 {
  position: relative;
  line-height: 1;
  padding: 0 0 4vw;
  font-size: 5.3333333vw;

  height: 17.1333333vw;

}

#schedule article ol li h5:before {
  content: '';
  position: absolute;
  top: -6vw;
  left: -3.5vw;
  display: block;
  /* background: url("../img/line_schedule_sp.png") 0 0 / 100% 100% no-repeat; */
  width: 81.6vw;
  height: 4.1333333vw;
}


#schedule .schedule_line {
  background: url("../img/line_schedule_sp.png") 0 0 / 100% 100% no-repeat;
  width: 842px;
  height: 31px;


  max-width: 842px;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 15px;

  height: 4.1333333vw;
  margin-top: -1.533333vw;
}


#schedule article ol li button + h5 {
  padding: 4vw 0 4vw;
}

#schedule article ol li button + h5:before {
  top: -2vw;
}

#schedule article ol li h5 span {
  display: block;
  padding: 1.2vw 0 0;
  font-size: 3.2vw;
}

#schedule article ol li picture {
  display: flex;
  justify-content: center;
  gap: 1.3333333vw;
  padding: 0 0 3.733333vw;
}

#schedule article ol li picture img {
  height: 16vw;
}

#schedule article ol li button {
  position: relative;
  padding: 0 0 4.5333333vw;
  width: 60vw;
}

#schedule article > p {
  padding: 8vw 8vw 0;
  text-align: center;
  font-size: 3.4vw;
}

#schedule article > p a {
  display: block;
  margin: 2.4vw auto 0;
  width: 44vw;
}




/* recruit */
#recruit {
  position: relative;
  box-sizing: content-box;
  background: url("../img/bg_pattern-square_sp.png") center 0 / 100vw auto repeat-y;
  padding: 0 0 24.4vw;
  width: 100vw;
}

#recruit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.9333333vw;
  display: block;
  background: url("../img/line_cyber2.png") 0 0 / 100% 100% no-repeat;
  width: 98.5333333vw;
  height: 6vw;
}

#recruit h2 {
  margin: 0 auto 8vw;
  padding: 14.533333vw 0 0;
  width: 87.333333vw;
}

#recruit .inner > p {
  margin: 4vw 0;
  text-align: center;
  font-size: 4vw;
  color: #fff;
}

#recruit dl {
  margin: 0 auto 8vw;
  width: 89.333333vw;
}

#recruit dl dt {
  border-radius: 1.2vw;
  background: #fff;
  margin: 0 0 2vw;
  text-align: center;
  font-size: 4vw;
  color: #00696d;
}

#recruit dl dd {
  text-align: center;
  font-weight: bold;
  font-size: 5.4vw;
  color: #fff;
}

#recruit dl dd small {
  font-size: 3.2vw;
}

#recruit h3 {
  border-radius: 2.4vw;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto 8vw;
  padding: 0 0 2.4vw;
  width: 89.333333vw;
  text-align: center;
}

#recruit h3 img {
  position: relative;
  top: -2vw;
  display: block;
  margin: 0 auto 0.4vw;
  padding: 0 4vw 0 0;
  width: 63.466667vw;
}

#recruit h3 em {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 4vw;
  color: #00696d;
}

#recruit h3 span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2.8vw;
}

#recruit h4 {
  text-align: center;
  font-weight: bold;
  font-size: 4.4vw;
  color: #fff;
}

#recruit h4 small {
  display: block;
  font-size: 2.8vw;
}

#recruit .inner > ul {
  margin: 0 auto;
  padding: 2vw 0 0;
  width: 89.333333vw;
}



/* sponsor */
#sponsor {
  position: relative;
  background: #ffe7e4;
  padding: 15.333333vw 0 9.3333333vw;
}

#sponsor h2 {
  margin: 0 auto 8vw;
  width: 97.3333333vw;
}

#sponsor ul {
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 8vw;
  width: 92vw;

  text-align: center;

}

#sponsor ul li {
  margin: 0 0 4vw;
  width: 44vw;

  margin-right: auto;
  margin-left: auto;
  margin-bottom: 14vw;

}

#sponsor ul li:nth-child(2) {
  width: 54vw;

}




/* footer */
footer {
  background: #1a1a1a;
  padding: 8.4vw 0 24vw;
}

footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.6666667vw;
  height: 9.0666667vw;
  overflow: hidden;
}

footer > ul li:nth-child(1) img {width: auto; height: 6.8vw;}
footer > ul li:nth-child(2) img {width: auto; height: 9.0666667vw;}

footer nav ul {
  margin: 8vw 0 4vw;
  height: 2.4vw;
  font-size: 2.4vw;
}

footer nav ul li a:link,
footer nav ul li a:visited {
  color: #fff;
}

footer p {
  margin: 0 0 2vw;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 2.4vw;
  color: #fff;
}



	
	
/* ------------------------------------------------------------------------
	For Desktop 
------------------------------------------------------------------------ */
@media screen and (min-width: 751px) {
  .onlyPC {
    display: block !important;
  }

  .onlySP {
    display: none !important;
  }

  a:hover,
  a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  
  


  /* header setting
  ------------------------------------*/
  header {
    height: 80px;

    width: 100%;

  }

  header .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1500px;
  }

  header p {
    position: absolute;
    top: 20px;
    left: 10.3333333%;
    margin: 0;
    width: 16.66667%;
    max-width: 242px;
  }

  header ul#btnMenu {
    display: none;
  }




  /* navigation setting
  ------------------------------------*/
  header nav {
    position: absolute;
    top: 28px;
    right: 10.266667%;
    z-index: 0;
    opacity: 100;
    display: block;
    background: none;
    margin: 0;
    width: 43.06%;
    max-width: 646px;
    min-width: 300px;
    overflow-y: hidden;
    text-align: center;
    transition: none;

    width: 27.06%;

  }

  header nav ul#gNavi {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
  }

  header nav ul#gNavi li {
    position: relative;
    padding: 0;
    height: 24px;
    line-height: 24px;
    text-align: left;
    overflow: visible;
  }

  header nav ul#gNavi li:nth-child(1) {width: 10.99%;}
  header nav ul#gNavi li:nth-child(2) {width: 12.22%;}
  header nav ul#gNavi li:nth-child(3) {width: 12.22%;}
  header nav ul#gNavi li:nth-child(4) {width: 24.92%;}
  header nav ul#gNavi li:nth-child(5) {width: 20.43%;}

  header nav ul#gNavi li:nth-child(1) {width: 20.22%;}
  header nav ul#gNavi li:nth-child(2) {width: 20.22%;}
  header nav ul#gNavi li:nth-child(3) {width: 40.92%;}



  header nav ul#gNavi li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -18px;
    background: #bcbcbc;
    margin: -4px 0 0;
    width: 8px;
    height: 8px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    right: -20px;

  }

  header nav ul#gNavi li a {
    height: 24px;
  }

  header nav ul#gNavi li:nth-child(1) a {
    background: url("../img/txt_navi-live.png") center / 100% auto no-repeat;
    width: 100%;

    background: url("../img/txt_navi-cast.png") center / 100% auto no-repeat;
    width: 100%;
    height: 24px;

  }

  header nav ul#gNavi li:nth-child(2) a {
    background: url("../img/txt_navi-cast.png") center / 100% auto no-repeat;
    width: 100%;
    height: 24px;

    background: url("../img/txt_navi-rule.png") center / 100% auto no-repeat;
    width: 100%;

  }

  header nav ul#gNavi li:nth-child(3) a {
    background: url("../img/txt_navi-rule.png") center / 100% auto no-repeat;
    width: 100%;

    background: url("../img/txt_navi-schedule.png") center / 100% auto no-repeat;
    width: 100%;
    height: 24px;

  }

  header nav ul#gNavi li:nth-child(4) a {
    background: url("../img/txt_navi-schedule.png") center / 100% auto no-repeat;
    width: 100%;
    height: 24px;
  }

  header nav ul#gNavi li:nth-child(5) a {
    background: url("../img/txt_navi-recruit.png") center / 100% auto no-repeat;
    width: 100%;
    height: 24px;
  }





 /* main Visual */
  #mainVisual {
    border-bottom: 10px solid #4dba7c;
    background: url("../img/bg_main_pc.png") center 0 / cover no-repeat;
    margin: 80px 0 0;
    width: 100%;
    height: 850px;
  }

  #mainVisual .inner {
    position: relative;
    margin: 0 auto;
    width: 930px;
    height: 850px;

    max-width: 1000px;
    width: 100%;

  }

  #mainVisual h1 {
    top: 180px;
    left: 0;
    width: 380px;

    width: 510px;
    top: 400px;

  }

  #mainVisual .inner > picture {
    bottom: 270px;
    /* left: 0; */
    width: 380px;


    left: auto;
    width: 500px;
    bottom: 0;
    top: 436px;
    right: 0;

  }



  /* live */
  #live {
    background: url("../img/bg_live_pc.png") center 0 / cover no-repeat;
    width: 100%;
    padding: 0 0 160px;
  }

  #live:before,
  #live:after {
    width: 1028px;
    height: 102px;

  }

  #live h2 {
    position: relative;
    z-index: 0;
    padding: 90px 0 0;
    width: 378px;

    margin-bottom: 50px;

  }

  #live iframe {
    position: relative;
    z-index: 1;
    margin: -10px auto 50px;
    width: 700px;
    height: 390px;
  }

  #live .inner > ul {
    padding: 0;
    width: 565px;

    padding-top: 100px;

  }




  /* cast */
  #cast {
    background: url("../img/bg_pattern-square_pc.png") center 0 / 100% auto repeat-y;
    width: 100%;
  }

  #cast:before {
    left: 50%;
    margin: 0 0 0 -520px;
    width: 1040px;
    height: 61px;

    background: none;
    max-width: 1040px;
    width: 100%;

    /*
    left: 0;
    margin: 0 0 0 0;
    max-width: 1040px;
    width: 100%;
    */
  }


  .cast-header {
    background: url(../img/line_cyber2.png) 0 0 / 100% 100% no-repeat;
    max-width: 1040px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 61px;
  }



  #cast h2 {
    margin: 0 auto 50px;
    padding: 81px 0 0;
    width: 425px;

    padding-top: 21px;
  }

  #cast .selectBlock {
    width: 1090px;

    max-width: 1090px;
    width: 100%;

  }

  #cast .selectBlock .blockTab {
    border-radius: 35px 35px 0 0;
    width: 265px;
    height: 70px;

    width: 49.5%;

  }

  #cast .selectBlock .blockTab img {
    margin: 23px 0 0;
    height: 27px;
  }

  #cast #blockDetail .blockMain {
    padding: 42px 0 80px;
  }

  #cast #blockDetail .blockMain .teamList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 1090px;

    max-width: 1090px;
    width: 100%;

  }

  #cast #blockDetail .blockMain .teamList > li {
    border-radius: 10px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 540px;

    width: 49%;

  }

  #cast #blockDetail .blockMain .teamList > li:before {
    width: 540px;
    height: 72px;

    width: 49%;

  }

  #cast #blockDetail .blockMain .teamList > li h3 {
    padding: 13px 0;
    font-size: 20px;
  }

  #cast #blockDetail .blockMain .teamMember {
    padding: 17px 11px;
    width: 510px;

    max-width: 510px;
    width: 96%;

  }

  #cast #blockDetail .blockMain .teamMember > li {
    width: 120px;


    max-width: 120px;
    width: 24.5%;

  }

  #cast #blockDetail .blockMain .teamMember > li h4 {
    padding: 5px 0;
    font-size: 16px;
  }

  #cast .linkSNS {
    gap: 12px;
    height: 30px;
  }

  #cast .linkSNS .ico_x {height: 22px;}
  #cast .linkSNS .ico_youtube {height: 22px;}
  #cast .linkSNS .ico_twitch {height: 30px;}

  #cast #mcIntro {
    padding: 0 0 110px;
  }

  #cast #mcIntro:after {
    background: url("../img/bg_mc_pc.png") 0 0 / 100% 100% no-repeat;
    z-index: 0;
    width: 100%;
    height: 300px;
  }

  #cast #mcIntro h3 {
    width: 557px;
  }

  #cast #mcIntro > ul {
    position: relative;
    z-index: 1;
    padding: 30px 0 0;
    width: 1030px;

    width: 540px;

  }

  #cast #mcIntro ul > li {
    margin: 0 0 20px;
    width: 120px;
  }

  #cast #mcIntro ul li h4 {
    padding: 5px 0;
    font-size: 16px;
  }

  #cast #leader {
    text-align: center;
    padding-bottom: 130px;
  }



  /* rule */
  #rule {
    border-bottom: 10px solid #5075fa;
    background: url("../img/bg_pattern-square2_pc.png") center 0 / 100vw auto repeat-y;
    padding: 0 0 130px;
    width: 100%;
  }

  #rule:before {
    left: 50%;
    margin: 0 0 0 -520px;
    width: 1040px;
    height: 61px;


    left: 0;
    margin: 0 0 0 0;
    width: 1040px;
    height: 61px;

    background: none;
    max-width: 1040px;
    width: 100%;
  }

  #rule h2 {
    margin: 0 auto 20px;
    padding: 80px 0 0;
    width: 455px;

    padding-top: 20px;

  }

  #rule ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;

    max-width: 1000px;
    width: 100%;

  }

  #rule ol li {
    margin: 74px 0 0;
    padding: 10px 0;
    width: 480px;

    width: 49%;


  }

  #rule ol li:before,
  #rule ol li:after {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 10px;
  }

  #rule ol li:after {
    border-radius: 0 0 10px 10px;
  }

  #rule ol li h3 {
    top: -36px;
    height: 31px;
  }

  #rule ol li h3 img {
    height: 31px;
  }

  #rule ol li p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    height: 100%;
    min-height: 100px;
    font-size: 20px;
  }

  #rule ol li p span {
    width: 100%;
    padding: 10px 0 0;
    font-size: 16px;
  }

  #rule article {
    border-radius: 10px;
    padding: 50px 0 20px;
    width: 1000px;

    max-width: 1000px;
    width: 100%;

  }

  #rule article h3 {
    margin: 0 auto 25px;
    width: 640px;
  }

  #rule article h3 em {
    border-radius: 20px;
    margin: 20px auto 0;
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  #rule article picture {
    display: block;
    padding: 0 0 0 12px;
  }




  /* schedule */
  #schedule {
    border-bottom: 10px solid #00696c;
    padding: 0 0 160px;
  }

  #schedule:before,
  #schedule:after {
    width: 1028px;
    height: 102px;

    max-width: 1028px;
    width: 100%;

  }

  #schedule h2 {
    margin: 0 auto 50px;
    padding: 90px 0 0;
    width: 810px;

    max-width: 810px;
    width: 100%;

  }

  #schedule article {
    background: url("../img/bg_pattern-square_pc.png") center 0 / 100vw auto repeat-y;
    margin: 0 auto 40px;
    padding: 0 0 40px;
    width: 1000px;

    max-width: 1000px;
    width: 100%;


  }

  #schedule article h3 {
    background: url("../img/bg_schedule-detail_pc.png") center 0 / 100% 100% repeat-y;
    padding: 3px 0 0;
    width: 100%;
    height: 60px;
    font-size: 32px;
  }

  #schedule article h3 span {
    font-size: 24px;
  }

  #schedule article ol {
    width: 700px;
    text-align: left;
  }

  #schedule article ol li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 0;
  }

  #schedule article ol li:after {
    bottom: -14px;
    left: -71px;
    /* background: url("../img/line_schedule_pc.png") 0 0 / 100% 100% no-repeat; */
    width: 842px;
    height: 31px;

    max-width: 842px;
    width: 100%;

  }

  #schedule article ol li h4 {
    padding: 0 0 40px;
    width: 100%;
    text-align: center;
    font-size: 36px;
  }

  #schedule article ol li h4 span {
    border-radius: 10px;
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }

  #schedule article ol li h4:before,
  #schedule article ol li h4:after {
    top: 12px;
    left: 130px;
    width: 106px;
    height: 14px;
  }

  #schedule article ol li h4:after {
    left: auto;
    right: 130px;
  }

  #schedule article ol li h5 {
    padding: 0 0 15px;
    width: 300px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    font-size: 24px;

    /*
    width: 100%;
    height: 100px;
    */
    margin-left: 50px;
    max-height: 170px;
  }

  #schedule article ol li h5:before {
    top: -38px;
    left: -71px;
    /* background: url("../img/line_schedule_pc.png") 0 0 / 100% 100% no-repeat; */
    width: 842px;
    height: 31px;

    max-width: 842px;
    width: 100%;

  }


  #schedule .schedule_line {
    background: url("../img/line_schedule_pc.png") 0 0 / 100% 100% no-repeat;
    width: 842px;
    height: 31px;


    max-width: 842px;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 15px;
  }

  #schedule article ol li button + h5 {
    padding: 15px 0 15px;
  }

  #schedule article ol li button + h5:before {
    top: -18px;
  }

  #schedule article ol li h5 span {
    padding: 4px 0 0;
    font-weight: normal;
    font-size: 16px;
  }

  #schedule article ol li picture {
    gap: 5px;
    margin: -10px 0 0;
    padding: 0;
    width: 300px;

    margin-right: 50px;


  }

  #schedule article ol li picture img {
    height: 113px;
  }

  #schedule article ol li button + h5 + picture {
    margin: 12px 0 0;
  }

  #schedule article ol li button {
    margin: -20px 0 0;
    padding: 0 0 22px;
    width: 100%;
    text-align: left;

    text-align: center;
    margin-bottom: 15px;
    margin-top: -45px;
  }

  #schedule article ol li button img {
    width: 280px;
  }

  #schedule article > p {
    padding: 20px 0 0;
    font-size: 20px;
  }

  #schedule article > p a {
    display: inline-block;
    margin: 0 0 0 15px;
    width: 200px;
  }



  /* recruit */
  #recruit {
    background: url("../img/bg_pattern-square_pc.png") center 0 / 100vw auto repeat-y;
    padding: 0 0 160px;
  }

  #recruit:before {
    left: 50%;
    margin: 0 0 0 -520px;
    width: 1040px;
    height: 61px;
  }

  #recruit h2 {
    margin: 0 auto 50px;
    padding: 81px 0 0;
    width: 655px;
  }

  #recruit .inner > p {
    margin: 30px 0 50px;
    font-size: 20px;
  }

  #recruit dl {
    display: flex;
    justify-content: center;
    margin: 0 auto 75px;
    width: 675px;
  }

  #recruit dl dt {
    border-radius: 10px;
    margin: 0 15px 0 0;
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }

  #recruit dl dd {
    margin: -8px 0 0;
    text-align: left;
    font-size: 40px;
  }

  #recruit dl dd small {
    font-size: 26px;
  }

  #recruit h3 {
    border-radius: 10px;
    margin: 0 auto 70px;
    padding: 0 0 18px;
    width: 675px;
  }

  #recruit h3 img {
    top: -22px;
    margin: 0 auto -12px;
    padding: 0 20px 0 0;
    width: 470px;
  }

  #recruit h3 em {
    font-size: 28px;
  }

  #recruit h3 span {
    font-size: 18px;
  }

  #recruit h4 {
    font-size: 28px;
  }

  #recruit h4 small {
    font-size: 18px;
  }

  #recruit .inner > ul {
    padding: 10px 0 0;
    width: 564px;
  }



  /* sponsor */
  #sponsor {
    padding: 80px 0 130px;
  }

  #sponsor h2 {
    margin: 0 auto 49px;
    width: 730px;
  }

  #sponsor ul {
    margin: 0 auto;
    width: 1100px;

    max-width: 1000px;
    width: 100%;


  }

  #sponsor ul li {
    margin: 0 0 20px;
    width: 260px;

    margin: auto auto 70px;
    padding-left: 32px;

  }


  #sponsor ul li:nth-child(2) {
    width: 340px;
  }



  /* footer */
  footer {
    margin: 0;
    padding: 45px 0;
  }

  footer ul {
    margin: 0 auto;
    width: 584px;
    height: 68px;
  }

  footer > ul li:nth-child(1) img {height: 54px;}
  footer > ul li:nth-child(2) img {height: 68px;}

  footer nav ul {
    justify-content: space-between;
    margin: 45px auto;
    width: 740px;
    gap: 0;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 18px;
  }

  footer nav ul li {
    width: auto;
  }

  footer p {
    margin: 0 0 10px;
    font-size: 14px;
  }
}





	
	
/* ------------------------------------------------------------------------
	For Small Desktop 
------------------------------------------------------------------------ */
@media screen and (min-width: 1451px) {
}


