@charset "UTF-8";

/* ------------------------------------------------------------------------
	For Smart Phone /* 750px まで */
------------------------------------------------------------------------ */
em {
 font-style: normal;
}

.onlyPC {
	display: none !important;
}

.onlySP {
	display: block !important;
}

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


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

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

/* button  */
.linkBtn {
  position: relative;
  display: block;
  box-sizing: border-box;
  border-radius: 8.3vw;
  background: #004dbc;
  margin: 0 auto;
  padding: 2.6vw 0 0;
  width: 80vw;
  height: 16.666667vw;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-size: 4.2666667vw;
  color: #fff;
}

.linkBtn:before {
  content: '';
  position: absolute;
  top: 0.4vw;
  left: 0.4vw;
  display: block;
  border-radius: 8vw 8vw 0 0;
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  width: 79.2vw;
  height: 8vw;
  opacity: 0.5;
}

.linkBtn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4.8vw;
  border-top: 0.2666667vw solid #fff;
  border-right: 0.2666667vw solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -1.4vw 0 0;
  width: 2vw;
  height: 2vw;
}


/* 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.webp") center 0 / 100% 100% no-repeat;
  width: 10.666667vw;
  height: 6.1333333vw;
}

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

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

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

header nav ul#gNavi li:nth-child(5) a {
  background: url("../img/txt_navi-goods-campaign.webp") center 0 / 100% 100% no-repeat;
  width: 51.733333vw;
  height: 6.4vw;
}


header nav ul#gNavi li:nth-child(1) a {
  background: url("../img/txt_navi-cast.webp") center 0 / 100% 100% no-repeat;
  width: 13.4666667vw;
  height: 6.4vw;
}

header nav ul#gNavi li:nth-child(2) a {
  background: url("../img/txt_navi-rule.webp") center 0 / 100% 100% no-repeat;
  width: 13.4666667vw;
  height: 6.2666667vw;
}

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

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


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




/* main Visual */
#mainVisual {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  background: url("../img/bg_main_sp.webp") center 0 / cover no-repeat;
  margin: 14.4vw 0 0;
  width: 100vw;
  height: 88vw;
}

#mainVisual h1 {
  position: absolute;
  top: 34vw;
  left: 20.8vw;
  width: 58.4vw;
}

#mainVisual .inner > picture {
  position: absolute;
  bottom: -32vw;
  left: 0;
  width: 100vw;
}




/* live */
#live {
  position: relative;
  z-index: 0;
  box-sizing: content-box;
  background: url("../img/bg_live_sp.webp") center 0 / cover no-repeat;
  padding: 0 0 24vw;
  width: 100vw;
  
  padding-bottom: 10vw;
  padding-top: 27vw;

}

#live:before {
  content: '';
  position: absolute;
  top: 57.333333vw;
  left: 0;
  display: block;
  background: url("../img/bg_movie-frame_sp.webp") 0 0 / 100% 100% no-repeat;
  width: 100vw;
  height: 65.066667vw;
}

#live h2 {
  margin: 0 auto;
  padding: 32vw 0 6vw;
  width: 33.066667vw;
}

#live iframe {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 2vw;
  border: 1.3333333vw solid #80a3d9;
  margin: 0 auto 8vw;
  width: 92vw;
  height: 51.333333vw;
}

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


#live .inner picture{
  text-align: center;

  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;



}
#live .inner p{
  text-align: center;
  padding: 15px 0 0;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  color: #c84589;
}

#live .inner:nth-child(2) {
  display: none;
}

#live #result_if{
margin-top: 60px;
max-width: 500px;
width: 95%;
height: 1000px;
}

/* cast */
#cast {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  border-radius: 2.666667vw;
  box-shadow: 0 0 4vw 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  margin: 0 auto;
  width: 94.666667vw;

}

#cast h2 {
  display: flex;
  border-radius: 2.666667vw 2.666667vw 0 0;
  align-items: center;
  background: url("../img/ttl_bg_sp.webp") center 0 / cover no-repeat;
  margin: 0 0 8vw;
  width: 100%;
  height: 33.333333vw;
  overflow: hidden;
}

#cast h2 picture {
  display: block;
  margin: 0 auto;
  width: 40.266667vw;
}

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

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

#cast .selectBlock .blockTab.select {
  background: #fff url("../img/bg_tab-active_sp.webp") center 0 / cover no-repeat;
  height: 13.7333333vw;
}

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

#cast #blockDetail .blockMain {
  display: none;
  background: #fff;
  padding: 2vw 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: #ffd8e6;
  margin: 0 0 3.333333vw;
  padding: 0 0 1.4666667vw;
}

#cast #blockDetail .blockMain .teamList > li:before {
  content: '';
  position: absolute;
  top: -3.333333vw;
  left: -3.333333vw;
  display: block;
  background: url("../img/ico_cherry-blossoms.webp") 0 0 / 100% 100% no-repeat;
  width: 8vw;
  height: 8.1333333vw;
}

#cast #blockDetail .blockMain .teamList > li h3 {
  padding: 2vw 0;
  font-weight: bold;
  font-size: 4vw;
  color: #004dbc;
}

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

#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 {
  padding: 0 0 8vw;
  text-align: center;
}

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

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

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

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




/* rule */
#rule {
  position: relative;
  z-index: 0;
  box-sizing: content-box;
  background: #c84589;
  margin: -16vw 0 0;
  padding: 32vw 0 8vw;
  width: 100vw;

  margin-top: 0vw;
  padding-top: 15vw;


}

#rule h2 {
  margin: 0 auto 8vw;
  width: 38.8vw;
}

#rule ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 8vw;
  width: 94vw;
}

#rule ol > li {
  position: relative;
  padding: 6.3333333vw 0 7.4666667vw;
  width: 46.333333vw;
  color: #fff;
}

#rule ol > li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1.6vw;
  display: block;
  background: url("../img/ico_rule.webp") 0 0 / 100% 100% no-repeat;
  width: 13.4666667vw;
  height: 9.7333333vw;
}

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

#rule ol li p {
  padding: 1.2vw 0 0;
  line-height: 1.4;
  font-weight: bold;
  font-size: 3.2vw;
}

#rule ol li ul {
  padding: 1.2vw 0 0;
}

#rule ol li ul li {
  padding: 0.4vw 0 0 1.6vw;
  text-align: left;
  line-height: 1.3;
  font-weight: normal;
  font-size: 2.4vw;
}

#rule ol li ul li:first-letter {
  margin: 0 0 0 -1.6vw;
}




/* tournament bracket */
#tournamentBracket {
  position: relative;
  z-index: 0;
  background: url("../img/bg_bracket_sp.webp") center 0 / cover no-repeat;
  padding: 15.466667vw 0 37.333333vw;
  width: 100vw;

  text-align: center;
}

#tournamentBracket h2 {
  margin: 0 auto 9.6vw;
  width: 93.6vw;
}

#tournamentBracket h2 picture {
  display: block;
  margin: 0 0 0 -1.2vw;
}

#tournamentBracket .inner > picture {
  display: block;
  margin: 0 0 0 4.6666667vw;
  width: 92.666667vw;
}





/* schedule */
#schedule {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  border-radius: 2.666667vw;
  box-shadow: 0 0 4vw 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  margin: -20vw auto 0;
  width: 94.666667vw;

}

#schedule h2 {
  display: flex;
  border-radius: 2.666667vw 2.666667vw 0 0;
  align-items: center;
  background: url("../img/ttl_bg_sp.webp") center 0 / cover no-repeat;
  margin: 0 0 8vw;
  width: 100%;
  height: 33.333333vw;
  overflow: hidden;
}

#schedule h2 picture {
  display: block;
  margin: 0 auto;
  width: 76.8vw;
}

#schedule article {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 0 0 4.6666667vw;
  width: 86.666667vw;
  color: #fff;
}

#schedule article:after {
  content: '';
  position: absolute;
  bottom: 2vw;
  left: 0;
  display: block;
  background: #c84589;
  width: 86.666667vw;
  height: 0.6666667vw;
}

#schedule article h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #7273ab;
  margin: 0 0 0 1.3333333vw;
  padding: 1.2vw 0 0;
  width: 14vw;
}

#schedule article h3 img {
  height: 18.4vw;
}

#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 h4 {
  position: relative;
  line-height: 1;
  padding: 0 0 2.4vw;
  font-weight: bold;
  font-size: 3.733333vw;
  color: #333;
}

#schedule article ol li h4 img {
  display: block;
  margin: 0 auto 1.3333333vw;
  height: 5.4666667vw;
}

#schedule article ol li h4 span {
  display: block;
  margin: 2.4vw 0 0;
  height: 3.2vw;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 2.666667vw;
  color: #00696c;

  font-size: 4.6vw;

}

#schedule article ol li h4 em {
  display: block;
  border-radius: 2.4vw;
  background: #666;
  margin: 2.4vw auto 0;
  width: 30vw;
  height: 4.8vw;
  line-height: 4.8vw;
  text-align: center;
  font-weight: bold;
  font-size: 2.666667vw;
  color: #fff;
}

#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: 18.666667vw;
}

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

#schedule article ol li hr {
  border: none;
  border-top: 0.2666667vw solid #ddd;
  margin: 2.4vw auto 6.4vw;
  width: 69.333333vw;
}

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

#schedule .linkBtn {
  border-radius: 5vw;
  margin: 2.4vw auto 0;
  padding: 0;
  width: 54vw;
  height: 10vw;
  line-height: 10vw;
  font-size: 3.2vw;
}

#schedule .linkBtn:before {
  top: 0.25vw;
  left: 0.25vw;
  border-radius: 5.0vw 5.0vw 0 0;
  width: 53.5vw;
  height: 6vw;
}

#schedule .linkBtn::after {
  right: 2.4vw;
  margin: -0.9vw 0 0;
  width: 1.4vw;
  height: 1.4vw;
}





/* sponsor */
#sponsor {
  position: relative;
  z-index: 0;
  box-sizing: content-box;
  background: #c84589;
  margin: -16vw 0 0;
  padding: 32vw 0 8vw;
  width: 100vw;

  text-align: center;


}

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

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

  width: 60vw;

}

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

  width: 60vw;

}




/* goods & campaign */
#goodsCampaign {
  position: relative;
  z-index: 0;
  background: url("../img/bg_campaign_sp.webp") center 0 / cover no-repeat;
  padding: 15.466667vw 0 24vw;
  width: 100vw;
}

#goodsCampaign h2 {
  margin: 0 auto 12vw;
  width: 77.466667vw;

  width: 52.666667vw;

}

#goodsCampaign #lineup {
  position: relative;
  border-radius: 0 2.666667vw 2.666667vw 0;
  background: #fff;
  margin: 0 0 12.8vw;
  padding: 12vw 0 8vw;
  width: 97.3333333vw;
}

#goodsCampaign #lineup h3 {
  position: absolute;
  top: -10vw;
  left: 18.333vw;
  width: 61.066667vw;
}

#goodsCampaign #lineup ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 88vw;
}

#goodsCampaign #lineup ol li {
  position: relative;
  counter-increment: lineupCounter;
  margin: 0 0 6.4vw;
  width: 47.5%;
}

#goodsCampaign #lineup ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(lineupCounter, decimal-leading-zero);
  display: block;
  border-radius: 50%;
  background: #c84589;
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  font-size: 4.8vw;
  color: #fff;
}

#goodsCampaign #lineup ol li h4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 2.4vw;
  padding: 0.8vw 0 0 12vw;
  min-height: 10vw;
  line-height: 1.2;
  color: #004dbc;
}

#goodsCampaign #lineup ol li h4 small {
  display: block;
  padding: 0 0 0.8vw;
  font-size: 2.4vw;
}

#goodsCampaign #lineup ol li h4 strong {
  display: block;
  font-size: 3.2vw;
}

#goodsCampaign #lineup ol li p {
  padding: 1.6vw 0 0;
  text-align: center;
  font-size: 3.2vw;
}

#goodsCampaign #lineup ol li p em {
  display: inline-block;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 4.8vw;
}

#goodsCampaign #campaign {
  position: relative;
  border-radius: 2.666667vw 0 0 2.666667vw;
  background: #fff;
  margin: 0 0 0 2.6666667vw;
  padding: 12vw 0 8vw;
  width: 97.3333333vw;
}

#goodsCampaign #campaign h3 {
  position: absolute;
  top: -10vw;
  left: 18.333vw;
  width: 61.066667vw;
}

#goodsCampaign #campaign h4 {
  margin: 0 auto 4vw;
  width: 63.333333vw;
}

#goodsCampaign #campaign picture {
  display: block;
  margin: 0 auto 10vw;
  width: 75vw;
}

#goodsCampaign button {
  display: block;
  margin: 0 auto;
  width: 80vw;
}

#goodsCampaign .linkBtn {
  margin: 0 auto;
  padding: 0;
  line-height: 16.666667vw;
}

#goodsCampaign .linkBtn:before {
  content: '';
  position: absolute;
  top: 0.4vw;
  left: 0.4vw;
  display: block;
  border-radius: 8vw 8vw 0 0;
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  width: 79.2vw;
  height: 8vw;
  opacity: 0.5;
}

#goodsCampaign .linkBtn::after {
  top: 45%;
  right: 4.4vw;
  border-top: none;
  border-right: none;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: url("../img/ico_external.webp") center 0 / cover no-repeat;
  margin: 0;
  width: 2.1333333vw;
  height: 2.4vw;
}

#goodsCampaign #campaign p {
  text-align: center;
}

#goodsCampaign #campaign picture{
  margin-top: 60px;
  border-color: #c9458b;
  border-style: solid;
  padding: 0px;
}

#goodsCampaign #campaign div {
  text-align: center;
}


/* 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 751px 以上
------------------------------------------------------------------------ */
@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;
  }
  
  /* button  */
  .linkBtn {
    border-radius: 50px;
    padding: 20px 0 0;
    width: 480px;
    height: 100px;
    line-height: 1.3;
    font-size: 24px;
  }

  .linkBtn:before {
    top: 3px;
    left: 3px;
    border-radius: 47px 47px 0 0;
    width: 474px;
    height: 47px;
  }

  .linkBtn::after {
    right: 35px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: -5px 0 0;
    width: 10px;
    height: 10px;
  }

  .linkBtn:hover {
    background: #7273ab;
    opacity: 1;
    color: #fff;
  }

  #live #result_if{
    margin-top: 60px;
    max-width: 900px;
    width: 95%;
    height: 620px;
  }

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

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

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

  header nav ul#gNavi li:nth-child(1) {width: 6.46%;

    width: 10%;
    /* 
    position: relative;
    right: -59%;
    width: 10%;
    */
  }
  header nav ul#gNavi li:nth-child(2) {width: 8%;
    width: 10%;
    /* 
    width: 20%;
    */
  }


  header nav ul#gNavi li:nth-child(3) {width: 7.69%;
    width: 20%;
}

  header nav ul#gNavi li:nth-child(4) {width: 16.3%;
    width: 13%;
}
  header nav ul#gNavi li:nth-child(5) {width: 30.61%;}

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

    display: none;

  }

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

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

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

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

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

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

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

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

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




 /* main Visual */
  #mainVisual {
    background: url("../img/bg_main_pc.webp") center 0 / cover no-repeat;
    margin: 80px 0 0;
    width: 100%;
    height: 680px;
  }

  #mainVisual .inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 680px;
  }

  #mainVisual h1 {
    top: 350px;
    left: 50px;
    width: 380px;
  }

  #mainVisual .inner > picture {
    bottom: auto;
    top: 570px;
    left: 50%;
    background: url("../img/bg_main-ttl_pc.webp") center 0 / cover no-repeat;
    margin: 0 0 0 -50vw;
    width: 100vw;
    height: auto;
    aspect-ratio: 1500 / 319;
    text-align: center;

    top: 600px;

  }

  #mainVisual .inner > picture img {
    position: relative;
    top: 15%;
    width: 70.2%;
    max-width: 1053px;
    height: auto;
    object-fit: contain;
  }


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

    padding: 110px 0 160px;

  }

  #live:before {
    top: 300px;
    left: 50%;
    background: url("../img/bg_movie-frame_pc.webp") 0 0 / 100% 100% no-repeat;
    width: 815px;
    height: 488px;
    margin: 0 0 0 -408px;
  }

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

  #live iframe {
    position: relative;
    z-index: 1;
    border-radius: 15px;
    border: 10px solid #80a3d9;
    margin: -10px auto 50px;
    width: 700px;
    height: 390px;
  }

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




  /* cast */
  #cast {
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    width: 1200px;
  }

  #cast h2 {
    border-radius: 20px 20px 0 0;
    background: url("../img/ttl_bg_pc.webp") center 0 / cover no-repeat;
    margin: 0 0 60px;
    width: 100%;
    height: 188px;
  }

  #cast h2 picture {
    width: 205px;
  }

  #cast .selectBlock {
    width: 1090px;
  }

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

  #cast .selectBlock .blockTab.select {
      background: #fff url(../img/bg_tab-active_pc.webp) center 0 / cover no-repeat;
      height: 103px;
  }
  
  #cast .selectBlock .blockTab img {
    margin: 23px 0 0;
    height: 27px;
  }

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

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

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

  #cast #blockDetail .blockMain .teamList > li:before {
    top: -9px;
    left: -13px;
    width: 36px;
    height: 37px;
  }

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

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

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

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

  #cast #blockDetail .blockMain .teamMember > li h4.name_small {
    font-size: 12px;
    padding-top: 8px;
  }

  #cast #blockDetail .blockMain .teamMember > li h4.name_small2 {
    font-size: 11px;
    padding-top: 10px;
    width: 132px;
  }

  #cast #blockDetail .blockMain .teamMember > li h4.name_small3 {
    font-size: 15px;
    padding-top: 6px;
    width: 125px;
  }

  #cast #blockDetail .blockMain .teamMember > li h4.name_small4 {
    font-size: 14px;
    padding-top: 7px;
    width: 125px;

  }



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

  #cast #mcIntro h3 {
    margin: 0 auto 20px;
    width: 239px;
  }

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

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

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




  /* rule */
/*
  #rule {
    margin: -100px 0 0;
    padding: 250px 0 50px;
    width: 100%;
    padding-top: 50px;

  }
*/

  #rule h2 {
    margin: 0 auto 20px;
    width: 198px;
  }
/*
  #rule ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
  }

  #rule ol li {
    display: flex;
    margin: 0 0 50px;
    padding: 35px 0 0 105px;
    width: 600px;
  }

  #rule ol > li:before {
    left: 0;
    width: 126px;
    height: 93px;
  }

  #rule ol li h3 {
    width: 90px;
  }

  #rule ol li h3 img {
    display: inline;
    height: 28px;
  }

  #rule ol li p {
    padding: 15px 0 0;
    font-size: 20px;
  }
*/

  /* tournament bracket */
/*
  #tournamentBracket {
    background: url("../img/bg_bracket_pc.webp") center 0 / cover no-repeat;
    padding: 100px 0 230px;
    width: 100vw;
  }

  #tournamentBracket h2 {
    margin: 0 auto 30px;
    width: 895px;
  }

  #tournamentBracket h2 picture {
    margin: 0;
  }

  #tournamentBracket .inner > picture {
    margin: 0 auto;
    width: 969px;
  }
*/

  /* schedule */
  #schedule {
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    margin: -120px auto 0;
    width: 1200px;
  }

  #schedule h2 {
    border-radius: 20px 20px 0 0;
    background: url("../img/ttl_bg_pc.webp") center 0 / cover no-repeat;
    margin: 0 0 60px;
    width: 100%;
    height: 188px;
  }

  #schedule h2 picture {
    width: 396px;
  }

  #schedule article {
    padding: 0 0 15px;
    width: 1100px;
  }

  #schedule article:after {
    bottom: 5px;
    width: 1100px;
    height: 5px;
  }

  #schedule article h3 {
    margin: 0;
    padding: 0;
    width: 270px;
  }

  #schedule article h3 img {
    height: 101px;
  }

  #schedule article ol {
    margin: 0 0 0 60px;
    width: 320px;
  }

  #schedule article ol li {
    position: relative;
    padding: 40px 0 0;
  }

  #schedule article ol li h4 {
    padding: 0 0 20px;
    font-size: 14px;
  }

  #schedule article ol li h4 img {
    margin: 0 auto 14px;
    height: 26px;
  }

  #schedule article ol li h4 span {
    margin: 12px 0 0;
    height: auto;
    line-height: 1;
    font-size: 12px;

    font-size: 27px;

  }

  #schedule article ol li h4 em {
    border-radius: 10px;
    margin: 10px auto 0;
    width: 124px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }

  #schedule article ol li picture {
    position: absolute;
    top: 50%;
    right: -360px;
    gap: 5px;
    margin: -48px 0 0 0;
    padding: 0 0 15px;

    right: -300px;

  }

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

  #schedule article ol li button {
    padding: 0 0 25px;
    width: 320px;
  }

  #schedule article ol li hr {
    border: none;
    border-top: 0.2666667vw solid #ddd;
    margin: 2.4vw auto 6.4vw;
    width: 69.333333vw;
  }

  #schedule .inner > p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    font-size: 24px;
  }

  #schedule .linkBtn {
    border-radius: 30px;
    margin: 0 auto;
    width: 320px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }

  #schedule .linkBtn:before {
    top: 3px;
    left: 3px;
    border-radius: 30px 30px 0 0;
    width: 314px;
    height: 30px;
  }

  #schedule .linkBtn::after {
    right: 20px;
    margin: -7px 0 0;
    width: 15px;
    height: 15px;
  }
  
  #schedule .inner > p .linkBtn {
    margin: 0 0 0 55px;
  }

  



  /* recruit */
  #recruit {
    padding: 185px 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 {
    margin: -105px 0 0;
    padding: 180px 0 130px;

    padding-top: 100px;

  }

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

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

    width: 260px;
    width: 640px;
    width: 1100px;

	max-width: 100%;

  }

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

  #sponsor ul li:nth-child(1) {
	margin-top: 60px;
    width: 310px;
  }

  #sponsor ul li:nth-child(2) {
	margin-top: 60px;
    width: 310px;
  }
*/
  /* goods & campaign */
  #goodsCampaign {
    background: url("../img/bg_campaign_pc.webp") center 0 / cover no-repeat;
    padding: 100px 0 120px;
  }

  #goodsCampaign h2 {
    margin: 0 auto 80px;
    width: 736px;

    width: 276px;
  }

  #goodsCampaign #lineup {
    border-radius: 0 20px 20px 0;
    margin: 0 0 95px;
    padding: 90px 0 80px;
    width: 90%;
  }

  #goodsCampaign #lineup h3 {
    top: -75px;
    left: 50%;
    margin: 0 0 0 -500px;
    width: 458px;
  }

  #goodsCampaign #lineup ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 0 10%;
    width: 85.25%;
  }

  #goodsCampaign #lineup ol li {
    margin: 0 0 60px;
    width: 23.5%;
  }

  #goodsCampaign #lineup ol li:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
  }

  #goodsCampaign #lineup ol li h4 {
    margin: 0 0 15px;
    padding: 10px 0 0 70px;
    min-height: 60px;
    line-height: 1.1;
  }

  #goodsCampaign #lineup ol li h4 small {
    padding: 0;
    font-size: 12px;
  }

  #goodsCampaign #lineup ol li h4 strong {
    font-size: 16px;
  }

  #goodsCampaign #lineup ol li p {
    padding: 10px 0 0;
    font-size: 15px;
  }

  #goodsCampaign #lineup ol li p em {
    font-size: 24px;
  }

  #goodsCampaign #campaign {
    border-radius: 20px 0 0 20px;
    margin: 0 0 0 10%;
    padding: 90px 10% 80px 0;
    width: 90%;
  }

  #goodsCampaign #campaign h3 {
    top: -75px;
    left: 50%;
    margin: 0 0 0 -650px;
    width: 458px;
  }

  #goodsCampaign #campaign h4 {
    margin: 0 auto 50px;
    padding: 0 10% 0 0;
    width: 475px;
  }

  #goodsCampaign #campaign picture {
    margin: 0 auto 75px;
    padding: 0 10% 0 0;
    width: 800px;

    margin: 60px auto 75px;
    padding: 0 0 0 0;

  }

  #goodsCampaign button {
    margin: 0 auto;
    width: 600px;
  }

  #goodsCampaign .linkBtn {
    line-height: 100px;
  }

  #goodsCampaign #lineup .linkBtn {
    margin: 0 0 0 10%;
  }

  #goodsCampaign #campaign .linkBtn {
    margin: 0 10% 0 0;
  }

  #goodsCampaign .linkBtn:before {
    top: 3px;
    left: 3px;
    border-radius: 47px 47px 0 0;
    width: 474px;
    height: 47px;
  }

  #goodsCampaign .linkBtn::after {
    right: 30px;
    width: 12px;
    height: 14px;
  }




  /* 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 1201px 以上
------------------------------------------------------------------------ */
@media screen and (min-width: 1201px) {


  /* mainVisual */
  #mainVisual .inner > picture {
    bottom: auto;
    top: 570px;
  }

  /* live */
  #live {
    padding: 200px 0 160px;
  }

  /* rule */
  #rule {
    margin: -100px 0 0;
    padding: 250px 0 50px;
    width: 100%;

    padding-top: 200px;

  }

  #rule h2 {
    margin: 0 auto 20px;
    width: 198px;
  }

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

  #rule ol li {
    display: flex;
    margin: 0 0 50px;
    padding: 35px 0 0 105px;
    width: 600px;
  }

  #rule ol > li:before {
    left: 0;
    width: 126px;
    height: 93px;
  }

  #rule ol li h3 {
    width: 90px;
  }

  #rule ol li h3 img {
    display: inline;
    height: 28px;
  }

  #rule ol li p {
    padding: 15px 0 0;
    font-size: 20px;
  }

  /* tournament bracket */
  #tournamentBracket {
    background: url("../img/bg_bracket_pc.webp") center 0 / cover no-repeat;
    padding: 100px 0 230px;
    width: 100vw;
  }

  #tournamentBracket h2 {
    margin: 0 auto 30px;
    width: 895px;
  }

  #tournamentBracket h2 picture {
    margin: 0;
  }

  #tournamentBracket .inner > picture {
    margin: 0 auto;
    width: 969px;
  }

  /* sponsor */
  #sponsor {
    margin: -105px 0 0;
    padding: 180px 0 130px;

  }

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

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

    width: 260px;
    width: 640px;
    width: 1100px;

	max-width: 100%;

  }

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

  #sponsor ul li:nth-child(1) {
	margin-top: 60px;
    width: 310px;
  }

  #sponsor ul li:nth-child(2) {
	margin-top: 60px;
    width: 310px;
  }


  #sponsor ul li:nth-child(3) {
	margin-top: 60px;
    width: 310px;
  }

  #sponsor ul li:nth-child(4) {
	margin-top: 60px;
  }

}



