@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: #71a8eb;
 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-rule.png") center 0 / 100% 100% no-repeat;
 width: 24.133333vw;
*/
  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-schedule.png") center 0 / 100% 100% no-repeat;
  width: 49.066667vw;
  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 {
  box-sizing: content-box;
  border-bottom: 1.3333333vw solid #5075fa;
  background: url("../img/bg_main_sp.png") center 0 / cover no-repeat;
  margin: 14.4vw 0 0;
  width: 100vw;
  height: 100vw;

  height: 73vw;

}

#mainVisual h1 {
  margin: 0 auto;
  padding: 53.733333vw 0 0;
  width: 43.2vw;
  display: none;

}




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

#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;
}

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




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

#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: #b7defd;
  width: 24vw;
  height: 9.3333333vw;
  transition-duration: 0.3s;
  text-align: center;
  cursor: pointer;
}

#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, rgb(184,225,246) 0%, rgb(241,221,255) 50%, rgb(255,189,217) 100%);
  background: -moz-linear-gradient(180deg, rgb(184,225,246) 0%, rgb(241,221,255) 50%, rgb(255,189,217) 100%);
  background: -webkit-linear-gradient(180deg, rgb(184,225,246) 0%, rgb(241,221,255) 50%, rgb(255,189,217) 100%);
  background: -ms-linear-gradient(180deg, rgb(184,225,246) 0%, rgb(241,221,255) 50%, rgb(255,189,217) 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: #5075fa;
}

#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;
  background: #fff;
  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;
}




/* rule */
#rule {
  position: relative;
  box-sizing: content-box;
  border-bottom: 1.3333333vw solid #5075fa;
  background: url("../img/bg_pattern-square_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;
}

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

#rule ol li {
  position: relative;
  border-radius: 1.3333333vw;
  background: linear-gradient(180deg, rgb(184,225,246) 0%, rgb(241,221,255) 50%, rgb(255,189,217) 100%);
  background: -moz-linear-gradient(180deg, rgb(184,225,246) 0%, rgb(241,221,255) 50%, rgb(255,189,217) 100%);
  background: -webkit-linear-gradient(180deg, rgb(184,225,246) 0%, rgb(241,221,255) 50%, rgb(255,189,217) 100%);
  background: -ms-linear-gradient(180deg, rgb(184,225,246) 0%, rgb(241,221,255) 50%, rgb(255,189,217) 100%);
  margin: 12vw 0 0;
  padding: 2.666667vw 0;
}

#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 {
  background: #fff;
  padding: 2.666667vw 5.3333333vw;
  font-weight: bold;
  font-size: 4.2666667vw;
  color: #5075fa;
}

#rule ol li p span {
  font-size: 3.733333vw;
}

#rule ol .rule_pic{
  margin: 12vw 0 0 0;
}


/* 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-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: #5075fa;
}

#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;
}

#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 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 .inner > ul {
  margin: 0 auto;
  padding: 2vw 0 0;
  width: 89.333333vw;
}




/* sponsor */
#sponsor {
  position: relative;
  background: #e2f2fe;
  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;
}

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

#sponsor ul li:nth-child(1)  {
  width: 65vw;
  margin: 0 auto 0 auto;
}

#sponsor ul li:nth-child(2)  {
  width: 65vw;
  margin: 20% auto 0 auto;
}

#sponsor ul li:nth-child(3)  {
  width: 65vw;
  margin: 20% auto 0 auto;
}

#sponsor ul li:nth-child(4)  {
  margin: 20% auto 0 auto;
}


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

  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: 32.33333%;
    max-width: 485px;
    min-width: 300px;
    overflow-y: hidden;
    text-align: center;
    transition: none;
/*
    width: 20%;
*/
  }

  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: 14.639%;}
  header nav ul#gNavi li:nth-child(2) {width: 16.288%;}
  header nav ul#gNavi li:nth-child(3) {width: 16.288%;}
  header nav ul#gNavi li:nth-child(4) {width: 33.195%;}
/*
  header nav ul#gNavi li:nth-child(1) {width: 28.3%;}
  header nav ul#gNavi li:nth-child(2) {width: 56.6%;}
*/
  header nav ul#gNavi li:nth-child(1) {width: 16.288%;}
  header nav ul#gNavi li:nth-child(2) {width: 16.288%;}
  header nav ul#gNavi li:nth-child(3) {width: 33.195%;}



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

  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;
    /* background: url("../img/txt_navi-rule.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;
    /* background: url("../img/txt_navi-schedule.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;
  }





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

  #mainVisual h1 {
    padding: 460px 0 0;
    width: 360px;

    padding: 450px 0 0;
    width: 600px;
    margin-left: 5%;
   display: block;

  }




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

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

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

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




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

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

  #cast .selectBlock {
    width: 1090px;
  }

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

  #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;
  }

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

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

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

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

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

  #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: 700px;
  }

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

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




  /* rule */
  #rule {
    border-bottom: 10px solid #5075fa;
    background: url("../img/bg_pattern-square_sp.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;
  }

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

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

  #rule ol li {
    border-radius: 10px;
    margin: 74px 0 0;
    padding: 10px 0;
    width: 480px;
  }

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

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

  #rule ol li p {
    padding: 10px 30px;
    font-size: 24px;
  }

  #rule ol li p span {
    font-size: 20px;
  }

  #rule ol .bg_none{
    background: none;
  }

  #rule .inner > ul {
    padding: 0;
    width: 565px;
    margin: 70px auto 0;
  }

  #rule ol .rule_pic{
    margin: 74px auto 0 auto;
  }


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

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

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

  #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;
  }

  #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;
    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;
  }

  #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: 400px;
    line-height: 1.2;
    font-size: 36px;

    text-align: center;
/*
    width: 100%;
*/

  }

  #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;
  }

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

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

  #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: -5px 0 0;
    padding: 0 0 22px;
    width: 100%;
    text-align: left;

    margin: 20px 0 0;
    text-align: center;


  }

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

  #schedule article#final ol li picture {
    margin: 10px 0 0;
  }

  #schedule article#final ol li button {
    margin: -5px 0 0;
    margin: 20px 0 0;
  }

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




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

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

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

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

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

  #sponsor ul li:nth-child(1)  {
    margin: 15px auto 0 15%;
    width: 360px;
  }

  #sponsor ul li:nth-child(1) img {
    margin: 0;
    max-width: 360px;
  }

  #sponsor ul li:nth-child(2)  {
    margin: 15px 15% 0 auto;
    width: 360px;
  }

  #sponsor ul li:nth-child(2) img {
    margin: 0;
    max-width: 360px;
  }


  #sponsor ul li:nth-child(3)  {
    margin: 85px auto 0 15%;
    width: 360px;
  }

  #sponsor ul li:nth-child(3) img {
    margin: 0;
    max-width: 360px;
  }


  #sponsor ul li:nth-child(4)  {
    margin: auto;
    margin: 55px 20% 0 auto;
  }

  #sponsor ul li:nth-child(4) img {
    margin: 0 32px 0 32px;
  }

  /* 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) {
}


