@charset "UTF-8";

body.index header .logo_verblitz {
/*
  position: absolute;
  background-image: url(../images/logo_verblitz_white.svg);
*/
  background-image: url(../images/logo_verblitz_red.svg)!important;
  }

body.index header .menu_btn {
  background: white;
  color: #00441b;
}
body.index header .menu_btn span,
body.index header .menu_btn span::before,
body.index header .menu_btn span::after {
  background-color: #00441b;
}

main#index {
  overflow: hidden;
  padding-bottom: 70px;
  background: #FCFCFC;
}
main#index h1 {
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
main#index a.more {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  color: #272727;
  text-decoration: none;
  border: solid 1px #272727;
  padding: 11px 20px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
main#index a.more::before {
  content: "MORE";
  position: relative;
  z-index: 2;
  color: #272727;
  transition: 0.3s;
}
main#index a.more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 0%;
  height: 100%;
  background: #2b2727;
  border-radius: 2px;
  transition: left 0.2s 0s, width 0s 0.2s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
main#index a.more:hover::before {
  color: white;
}
main#index a.more:hover::after {
  width: 100%;
  left: 0;
  transition: left 0s 0s, width 0.2s 0s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
}


main#index section.main {
  height: calc(100vw / 1366 * 777);
  height: 100vh;
  max-height: 100vh;
  background: #121816;
  position: relative;
  overflow: hidden;
}
main#index section.main .slider {
  width: 100%;
  height: 100%;
}
main#index section.main .visual {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 30;
  overflow: hidden;
  background: #121816;
  transition: width 0s 1.5s;
  /*kvMovie2021*/
  /*transition: width 0s 3s;*/
}
main#index section.main .visual div {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
}
main#index section.main .visual .background_2022_01 {
  background-image: url(../../images/index/main/background_2022_01.jpg);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
}
main#index section.main .visual .smoke_2022_01 {
  background-image: url(../../images/index/main/smoke_2022_01.png);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 1.36s;
  transform: translate(-25%, 0);
  opacity: 0;
  transition-delay: 0;
}
main#index section.main .visual .thunder_2022_01 {
  background-image: url(../../images/index/main/thunder_2022_01.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 88%;
  background-size: contain;
  background-position: center top;
  transform: translate(0, -50%);
  opacity: 0;
  transition: 0.2s;
  transition-delay: 2.0s;
  mix-blend-mode: screen;
}
main#index section.main .visual .flash_2022_01 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #00b685;
  opacity: 0;
}
main#index section.main .visual .players_2022_01 {
  background-image: url(../../images/index/main/players_2022_01.png);
  top: 2%;
  left: 0;
  width: 100%;
  height: 93%;
  background-size: contain;
  background-position: center;
  transform: scale(1.3);
  opacity: 0;
  transition: 0.7s;
  transition-delay: 2.43s;
}
main#index section.main.start .visual .background_2022_01 {}
main#index section.main.start .visual .smoke_2022_01,
main#index section.main.start .visual .thunder_2022_01,
main#index section.main.start .visual .players_2022_01 {
  transform: translate(0, 0);
  opacity: 1;
}
main#index section.main.start .visual .smoke_2022_01 {
  animation: visual-smoke_2022_01 1.36s linear 0s 1 normal forwards;
}
@keyframes visual-smoke_2022_01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main#index section.main.start .visual .thunder_2022_01 {
  animation: visual-thunder_2022_01 0.2s linear 2.0s 1 normal forwards;
}
@keyframes visual-thunder_2022_01 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  83% {
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
main#index section.main.start .visual .flash_2022_01 {
  animation: visual-flash_2022_01 0.1s linear 2.23s 1 normal forwards;
}
@keyframes visual-flash_2022_01 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
main#index section.main.start .visual .players_2022_01 {
  animation: visual-players_2022_01 0.5s linear 2.48s 1 normal forwards;
}
@keyframes visual-players_2022_01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main#index section.main.start .visual {
  animation: visual-vibration_2022_01 0.06s linear 3.05s 3 normal forwards;
}
@keyframes visual-vibration_2022_01 {
  0% {
    transform: translate(0, 0)
  }
  50% {
    transform: translate(0, 2vh)
  }
  100% {
    transform: translate(0, 0)
  }
}
/*kvMovie2021*/
/*
main#index section.main .visual .flash {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #fcf1af;
  background: #f6f4e7;
  opacity: 0;
}
main#index section.main .visual .background {
  background-image: url(../../images/index/main/background.jpg);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
}
main#index section.main .visual .black {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: black;
  box-shadow: 0px 20px 100vh 100vh black;
  opacity: 0.4;
  transform: translate(0, 0);
  transition: 1s;
  transition-timing-function: cubic-bezier(0.96, 0.01, 1, 1);
}
main#index section.main .visual .mist {
  background-image: url(../../images/index/main/mist.png);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-10%, 10%);
  opacity: 0;
  transition-delay: 0.3s;
}
main#index section.main .visual .chara {
  background-image: url(../../images/index/main/chara.png);
  top: 3vw;
  left: 3.5vw;
  width: 27vw;
  height: 35vw;
  background-size: cover;
  transform: scale(3) translate(200px, 40px);
  opacity: 0;
  transition: 0.3s;
  transition-delay: 1.5s;
}
main#index section.main .visual .player01 {
  background-image: url(../../images/index/main/player01.png);
  bottom: 0;
  left: 12.5vw;
  width: 54vw;
  height: 100%;
  background-size: contain;
  background-position: center bottom;
  transform: translate(-50px, 0);
  opacity: 0;
  transition: 0.3s;
  transition-delay: 2s;
}
main#index section.main .visual .player02 {
  background-image: url(../../images/index/main/player02.png);
  bottom: 0;
  left: 19.5vw;
  width: 34vw;
  height: 100%;
  background-size: contain;
  background-position: center bottom;
  transform: translate(-25px, 50px);
  opacity: 0;
  transition: 0.3s;
  transition-delay: 2.0s;
}
main#index section.main .visual .player03 {
  background-image: url(../../images/index/main/player03.png);
  bottom: 0;
  left: 9vw;
  width: 30vw;
  height: 100%;
  background-size: contain;
  background-position: center bottom;
  transform: translate(-50px, 0);
  opacity: 0;
  transition: 0.3s;
  transition-delay: 2.0s;
}
main#index section.main .visual .slogan {
  background-image: url(../../images/index/main/slogan.svg);
  bottom: 3vw;
  left: 2.5vw;
  width: 28.5vw;
  height: 16.5vw;
  background-size: contain;
  opacity: 0;
}
main#index section.main .visual .v2021 {
  background-image: url(../../images/index/main/v2021.svg);
  bottom: 3vw;
  left: 2.5vw;
  width: 28.5vw;
  height: 16.5vw;
  background-size: contain;
  opacity: 0;
}
main#index section.main.start .visual .flash {
  animation: visual-flash 2s linear 0s 1 normal forwards;
}
@keyframes visual-flash {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  13% {
    opacity: 0.6;
  }
  20% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  73% {
    opacity: 0.6;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
main#index section.main.start .visual .background {}
main#index section.main.start .visual .black {
  transform: translate(0, -200vh);
}
main#index section.main.start .visual .mist {
  opacity: 1;
  transform: translate(0, 0);
}
main#index section.main.start .visual .chara {
  transform: translate(0, 0);
  opacity: 1;
}
main#index section.main.start .visual .player01 {
  transform: translate(0, 0);
  opacity: 1;
}
main#index section.main.start .visual .player02 {
  transform: translate(0, 0);
  opacity: 1;
}
main#index section.main.start .visual .player03 {
  transform: translate(0, 0);
  opacity: 1;
}
main#index section.main.start .visual .slogan {
  animation: visual-slogan 2s linear 0s 1 normal forwards;
}
@keyframes visual-slogan {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  13% {
    opacity: 0.6;
  }
  20% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  73% {
    opacity: 0.6;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*/

main#index section.main.start .visual {
  width: 68.5%;
}
main#index section.main.start .visual div {}
main#index section.main .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 68.5%;
  height: 100%;
  background: red;
}
main#index section.main .slider .slide:first-child {
  z-index: 5;
}
main#index section.main .slider .slide.beams,
main#index section.main .slider .slide.teamersey {
  cursor: pointer;
}
main#index section.main .slider .slide.beams {
  background: url(../../images/index/slider/beams_pc.jpg) no-repeat center / contain #f1f1f1;
}
main#index section.main .slider .slide.teamersey {
  background: url(../../images/index/slider/teamersey_pc.jpg) no-repeat center / contain #09220e;
}
main#index section.main .slider .slider_btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 31;
  width: 68.5%;
  text-align: center;
}
main#index section.main .slider .slider_btn span {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 6px;
  background: #838383;
  margin: 0 5px;
  cursor: pointer;
}
main#index section.main .slider .slider_btn span.active {
  cursor: auto;
  background: white;
}

main#index section.main .item {
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 31;
  overflow: hidden;
  transition: 0.5s;
  transition-delay: 1.0s;
}
main#index section.main .item div {
  position: absolute;
  right: 0;
  width: 31.5vw;
  text-align: center;
  overflow: hidden;
}
main#index section.main .item div::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
main#index section.main .item div::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.5s;
  transition-delay: 1.0s;
}
main#index section.main .item div a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
main#index section.main .item div article {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
main#index section.main .item div article::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
main#index section.main .item .mypage {display: none;}
main#index section.main .item .ticket {
  top: 0;
  height: 47.5%;
}
main#index section.main .item .ticket::after {
  background: #00441b;
}
main#index section.main .item .ticket article {
  margin: -30px 0 0;
  height: 100%;
}
main#index section.main .item .ticket article .item1 {
  /*background-image: url(/verblitz/images/index/main/item_ticket_comingsoon.png);*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  top: 0%;
  z-index: 1;
  left: 10%;
  width: 80%;
  transition: 0s 1.5s;
  opacity: 0;
}
main#index section.main.start .item .ticket article .item1 {
  background-image: url(/verblitz/images/index/main/item_ticket_1.webp);
  opacity: 1;
}
@media all and (-ms-high-contrast: none){
main#index section.main.start .item .ticket article .item1 {
  background-image: url(/verblitz/images/index/main/item_ticket_1.png)!important;
  opacity: 1!important;
}
}
main#index section.main .item .ticket article .title {background-image: url(/verblitz/images/index/main/ttl_ticket.svg);background-size: contain;background-position: center;background-repeat: no-repeat;height: 11%;top: 78%;z-index: 2;left: 0%;width: 100%;}
main#index section.main .item .ticket article span {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  color: white;
  background: url(../images/arrow_white_right.svg) no-repeat right center / auto;
  padding: 0 12px 0 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
}
main#index section.main .item .ticket article p {
  position: absolute;
  top: 60%;
  left: 50%;
  padding: 0.2em 0.3em;
  font-size: 35px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  white-space: nowrap;
  color: #eb0a1e;
  background-color: rgba(0, 0, 0, 0.3);
  border: 5px solid #eb0a1e;
  border-radius: 7px;
  transform: translate(-50%, 0) rotate(-10deg);
  z-index: 2;
}
main#index section.main .item .fanclub {
  top: 47.5%;
  height: 26%;
}
main#index section.main .item .fanclub::after {
  background: white;
}
main#index section.main .item .fanclub article {}
main#index section.main .item .fanclub article .item1 {
  background-image: url(/verblitz/images/index/main/item_fanclub_1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  top: 13%;
  z-index: 1;
  left: 43%;
  width: 29%;
}
main#index section.main .item .fanclub article .item2 {
  background-image: url(/verblitz/images/index/main/item_fanclub_2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 82%;
  top: 9%;
  z-index: 1;
  left: 62%;
  width: 30%;
}
main#index section.main .item .fanclub article .title {background-image: url(/verblitz/images/index/main/ttl_fanclub.svg);background-size: contain;background-position: center;background-repeat: no-repeat;height: 100%;top: 0;z-index: 1;left: 5%;width: 32%;}
main#index section.main .item .fanclub article span {
  position: absolute;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  bottom: 5%;
  left: 5%;
  color: #eb0a1e;
  text-align: left;
  letter-spacing: -0.1px;
  background-color: #fff;
  box-shadow: 0 0 0.5em 0.5em #fff;
  z-index: 1;
}
main#index section.main .item .goods {
  top: 0;
  height: 60%;
}
main#index section.main .item .goods::after {
  background: #BFA666;
}
main#index section.main .item .goods article {
  text-align: left;
  white-space: nowrap;
}
main#index section.main .item .goods article .item1 {background-image: url(/verblitz/images/index/main/item_goods_1.png);background-size: contain;background-position: center;background-repeat: no-repeat;height: 74%;top: 10%;z-index: 2;left: 45%;width: 29%;}
main#index section.main .item .goods article .item2 {background-image: url(/verblitz/images/index/main/item_goods_2.png);background-size: contain;background-position: center;background-repeat: no-repeat;height: 80%;top: 22%;z-index: 1;left: 54%;width: 46%;}
main#index section.main .item .goods article .title {
  background-image: url(/verblitz/images/index/main/ttl_goods.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  top: -6%;
  z-index: 1;
  left: 5%;
  width: 23%;
}
main#index section.main .item .goods article span {
  position: absolute;
  font-size: 14px;
  line-height: 0.8;
  font-weight: 600;
  display: inline-block;
  top: 60%;
  left: 5%;
  padding: 0 17px 0 0;
  background: url(../images/icon_exlink_black.svg) no-repeat center right / contain;
}

main#index section.main .item .goods {
  top: 73.5%;
  height: 26.5%;
}
main#index section.main .item .goods::before {
  top: 0;
  height: 100%;
  background: #bfa666;
}

/*20230911*/
main#index section.main .item .partnership {
  top: 47.5%;
  height: 25%;
}
main#index section.main .item .partnership::after {
  background: white;
}
main#index section.main .item .partnership article {}
main#index section.main .item .partnership article .item2 {
  background-image: url(/verblitz/images/index/main/item_partnership_2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 80%;
  top: 11%;
  z-index: 1;
  left: 42%;
  width: 70%;
}
main#index section.main .item .partnership article .title {background-image: url(/verblitz/images/index/main/ttl_partnership.svg);background-size: contain;background-position: center;background-repeat: no-repeat;height: 100%;top: 0;z-index: 1;left: 5%;width: 40%;}
main#index section.main .item .partnership article span {
  position: absolute;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  bottom: 23%;
  left: 5%;
  color: #272727;
  text-align: left;
  letter-spacing: -0.1px;
  background-color: #fff;
  box-shadow: 0 0 0.7em 0.7em #fff;
  z-index: 1;
}
main#index section.main .item .partnership article span{
	bottom: 22%;
}

main#index section.main.start .item {
  width: 31.5vw;
}
main#index section.main.start .item div::after {}
main#index section.main.start .item .ticket {}
main#index section.main.start .item .goods {}


main#index section.renew {
  padding: 130px 85px 150px;
  text-align: right;
  position: relative;
  background: url(/verblitz/images/index/bg_renew.svg) no-repeat top 30px right -110px / auto 175% #00441B;
}
main#index section.renew .title {
  position: absolute;
  top: 50%;
  left: 7.5%;
  z-index: 1;
  transform: translate(0, -50%);
}
main#index section.renew .badge {
  position: absolute;
  top: 50%;
  left: 21%;
  z-index: 1;
  transform: translate(0, -50%);
  width: 226px;
}
main#index section.renew h1 {
  font-size: 60px;
  line-height: 1.8;
  display: inline-block;
  color: white;
  text-align: left;
  font-style: italic;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", sans-serif;
}
main#index section.renew a {
  position: absolute;
  bottom: 50px;
  right: 83px;
  z-index: 1;
  font-size: 16px;
  line-height: 1;
  color: white;
  background: url(../images/arrow_white_right.svg) no-repeat right center / auto;
  padding: 0 27px 0 0;
}


main#index section.news {
  padding: 95px 0 0;
}
main#index section.news .wrap {
  width: 1260px;
  max-width: 100%;
  padding: 0 20px 60px;
  margin: 0 auto;
}
main#index section.news h1 {
  width: 130px;
  height: 50px;
  background-image: url(../../images/index/ttl_news.svg);
  margin-left: 30px;
}
main#index section.news a.more {
  margin: 36px 0 0 30px;
}
main#index section.news .list {
  margin: 52px 0 0;
  text-align: center;
}
main#index section.news .list a {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  height: 300px;
  margin: 0 0 100px;
  position: relative;
}
main#index section.news .list a figure {
  width: 100%;
  height: 100%;
  margin: 0;
  background-position: center;
  background-size: 100% auto;
  transition: 0.3s;
}
main#index section.news .list a:hover figure {
  background-size: 110% auto;
}
main#index section.news .list a .pop {
  position: absolute;
  top: 270px;
  right: 0;
  z-index: 1;
  background: white;
  padding: 13px 30px 20px;
  text-align: left;
  max-width: 79%;
}
main#index section.news .list a .pop.pickup {
}
main#index section.news .list a .pop.pickup::before {
  content: "PICK UP";
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  background: #bfa666;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: top left;
  transform: rotate(90deg);
  padding: 6px 11px;
}
main#index section.news .list a .pop .category {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  color: #bfa666;
}
main#index section.news .list a .pop .category span {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}
main#index section.news .list a .pop .title {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: bold;
  color: #272727;
  margin: 1rem 0 0;
}
main#index section.news .list a .pop .date {
  font-size: 1.2rem;
  line-height: 1;
  color: #272727;
  position: absolute;
  bottom: 0px;
  right: 20px;
}
main#index section.news .list a:nth-of-type(n + 3) {
  width: calc(99% / 3);
}
main#index section.news .list a:nth-of-type(n + 3) .pop {
  max-width: 83%;
}

main#index section.game_info {
  height: auto;
  width: 100%;
  overflow: hidden;
}

main#index section.game_info .next {
  width: 100%;
  height: 535px;
  background: url(../../images/index/game_info_next_bg.png) no-repeat center / cover;
  padding: 34px 0px 0;
  text-align: center;
  display: none;
}
main#index section.game_info .next .wrap {
  margin: 0;
  position: relative;
}
main#index section.game_info .next h1 {
  width: 196px;
  height: 36px;
  background-image: url(../../images/index/ttl_nextgame.svg);
  margin: 0 auto 0;
}
main#index section.game_info .next a.more {
  color: white;
  border-color: white;
  position: absolute;
  top: 0px;
  right: 74px;
}
main#index section.game_info .next a.more::before {
  color: white;
}
main#index section.game_info .next a.more::after {
  background: white;
}
main#index section.game_info .next a.more:hover::before {
  color: #272727;
}
main#index section.game_info .next .list {
  margin: 30px 0 0;
  height: 356px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
main#index section.game_info .next .list .block {
  display: inline-block;
  vertical-align: top;
  width: 845px;
  max-width: 100%;
  height: 100%;
  min-height: 356px;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 0 0 0 60px;
  margin: 0 100px;
  transition: 0.3s;
}
main#index section.game_info .next .list.stop .block {
  transform: none!important;
}
main#index section.game_info .next .list .block.host::before,
main#index section.game_info .next .list .block.visitor::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 80px;
  transform: translate(0, -50%);
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  padding: 76px 0;
  color: white;
}
main#index section.game_info .next .list .block.host::before {
  content: 'HOST';
  background: #BFA666;
}
main#index section.game_info .next .list .block.visitor::before {
  content: 'VISITOR';
  background: #858585;
}
main#index section.game_info .next .list .block .team {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  position: absolute;
  top: 55%;
  z-index: 1;
  transform: translate(0, -50%);
}
main#index section.game_info .next .list .block .team.verblitz {
  right: calc(50% + 160px);
}
main#index section.game_info .next .list .block .team:not(.verblitz) {
  left: calc(50% + 160px);
}
main#index section.game_info .next .list .block .team::before {
  content: '';
  width: 80%;
  height: 140px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 15px;
}
main#index section.game_info .next .list .block .team::after {
  white-space: pre;
}
main#index section.game_info .next .list .block .info {
  display: inline-block;
  vertical-align: middle;
  /* width: 330px; */
  margin: 0;
  position: relative;
}
main#index section.game_info .next .list .block .info .league {
  font-size: 18px;
  line-height: 1.2;
  margin: 36px 0 0;
  border-top: solid 1px #222222;
  border-bottom: solid 1px #222222;
  padding: 11px 0 10px;
  white-space: normal;
}
main#index section.game_info .next .list .block .info .season {
  font-size: 18px;
  line-height: 1;
  margin: 13px 0 0;
}
main#index section.game_info .next .list .block .info .date {
  font-size: 66px;
  line-height: 1;
  margin: 10px 0 0;
  font-weight: 600;
}
main#index section.game_info .next .list .block .info .date .day {}
main#index section.game_info .next .list .block .info .date .week {
  font-size: 31px;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 0 12px;
}
main#index section.game_info .next .list .block .info .date .time {
  font-size: 25px;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 0 12px;
}
main#index section.game_info .next .list .block .info .vs {
  font-size: 22px;
  line-height: 1;
  margin: 11px 0 0;
  font-weight: 600;
}
main#index section.game_info .next .list .block .info .place {
  font-size: 16px;
  line-height: 1;
  margin: 18px 0 0;
}
main#index section.game_info .next .list .block .info .place a {
  color: inherit;
  text-decoration: underline;
}
main#index section.game_info .next .list .block .info .ticket {
  display: block;
  font-size: 17px;
  line-height: 1;
  width: 140px;
  margin: 32px auto 0;
  padding: 12px 0 11px;
  border-radius: 4px;
  color: white;
  background: url(../images/arrow_white_right.svg) no-repeat right 10px center / auto #bfa666;
  border: solid 1px #bfa666;
  position: relative;
  z-index: 3;
  overflow: hidden;
  transition: 0.3s;
}
/*
main#index section.game_info .next .list .block .info .ticket::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: #bfa666;
}
main#index section.game_info .next .list .block .info .ticket::after {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: white;
  margin-left: 100%;
  transition: left 0s 0.2s, margin 0.2s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
main#index section.game_info .next .list .block .info .ticket:hover {
  color: #bfa666;
}
main#index section.game_info .next .list .block .info .ticket:hover::after {
  left: 0%;
  margin-left: 0%;
  transition: left 0.2s, margin 0s;
}
*/
main#index section.game_info .next .list .btn {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  width: 1060px;
  height: 100%;
  transform: translate(-50%, 0);
  max-width: 100%;
  visibility: hidden;
}
main#index section.game_info .next .list .btn div {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  background: url(../images/arrow_white_right.svg) no-repeat center / 30%;
  position: absolute;
  top: 50%;
  z-index: 1;
  visibility: visible;
  cursor: pointer;
  transform: translate(0, -50%);
}
main#index section.game_info .next .list .btn div.prev {
  left: 0;
  transform: translate(0, -50%) rotate(180deg);
}
main#index section.game_info .next .list .btn div.next {
  right: 0;
}
main#index section.game_info .next .sel_btn {
  text-align: center;
  margin: 42px 0 0;
}
main#index section.game_info .next .sel_btn li {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  background: #858585;
  margin: 0 16px;
  border-radius: 50%;
  cursor: pointer;
}
main#index section.game_info .next .sel_btn li.active {
  background: #0D955A;
  cursor: auto;
}

main#index section.game_info .last {
  width: 100%;
  padding: 40px 0 40px;
  text-align: center;
  color: white;
  position: relative;
  background: url(../../images/index/game_info_last_bg.png) no-repeat center / cover;
  background-attachment: fixed;
  display: none;
}
main#index section.game_info .last .wrap {
  width: 480px;
  padding: 0 5px;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}
main#index section.game_info .last h1 {
  width: 186px;
  height: 36px;
  background-image: url(../../images/index/ttl_lastgame.svg);
  margin: 0 auto;
}
main#index section.game_info .last a.more {
  border-color: white;
  position: absolute;
  top: 38px;
  right: 74px;
}
main#index section.game_info .last a.more::before {
  color: white;
}
main#index section.game_info .last a.more::after {
  background: white;
}
main#index section.game_info .last a.more:hover::before {
  color: #272727;
}
main#index section.game_info .last .league {
  font-size: 18px;
  line-height: 1;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  margin: 40px 0 0;
  padding: 11px 0 10px;
}
main#index section.game_info .last .season {
  font-size: 18px;
  line-height: 1;
  margin: 13px 0 0;
}
main#index section.game_info .last .date {
  font-size: 66px;
  line-height: 1;
  margin: 6px 0 0;
  font-weight: 600;
}
main#index section.game_info .last .date span {
  font-size: 31px;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 0 18px;
}
main#index section.game_info .last .result {
  border-top: solid 1px white;
  margin: 19px 0 0;
  padding: 16px 0 0;
}
main#index section.game_info .last .result .point {
  font-size: 78px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  position: relative;
}
main#index section.game_info .last .result .point:first-child::after {
  content: '-';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(50%, 0);
}
main#index section.game_info .last .place {
  font-size: 16px;
  line-height: 1;
  margin: 17px 0 0;
}
main#index section.game_info .last .place a {
  color: inherit;
  text-decoration: underline;
}
main#index section.game_info .last .report {
  display: block;
  font-size: 2rem;
  line-height: 1;
  width: 220px;
  color: white;
  border: solid 1px white;
  margin: 45px auto 0;
  padding: 13px 0;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.2);
}
main#index section.game_info .last .detail {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: white;
  margin: 23px 0 0;
  position: relative;
  padding: 0 25px;
}
main#index section.game_info .last .detail::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: url(../images/icon_exlink_white.svg);
  background-repeat: no-repeat;
  background-position: center;
}
main#index section.game_info .last .team {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}
main#index section.game_info .last .team.verblitz {right: 100%;}
main#index section.game_info .last .team:not(.verblitz) {left: 100%;}
main#index section.game_info .last .team::before {
  content: '';
  width: 80%;
  height: 130px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 10px;
}
main#index section.game_info .last .team::after {
  white-space: pre;
}



/*
main#index section.game_info .last {
  display: inline-block;
  vertical-align: top;
  width: 37%;
  width: calc(50% - 180px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 0;
  text-align: center;
  color: white;
  position: relative;
}
main#index section.game_info .last .wrap {
  width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
main#index section.game_info .last h1 {
  width: 180px;
  height: 32px;
  background-image: url(../../images/index/ttl_lastgame.svg);
  margin-left: 40px;
}
main#index section.game_info .last a.more {
  border-color: white;
  position: absolute;
  top: -2px;
  right: -2px;
}
main#index section.game_info .last a.more::before {
  color: white;
}
main#index section.game_info .last a.more::after {
  background: white;
}
main#index section.game_info .last a.more:hover::before {
  color: #272727;
}
main#index section.game_info .last .date {
  font-size: 6.2rem;
  line-height: 1;
  font-weight: bold;
  padding: 64px 0 0;
}
main#index section.game_info .last .date span {
  font-size: 3rem;
  padding-left: 12px;
}
main#index section.game_info .last .place {
  font-size: 1.4rem;
  line-height: 1;
  padding: 30px 0 0;
}
main#index section.game_info .last .place::before {
  content: "@ ";
}
main#index section.game_info .last .place span {
  display: inline-block;
  border-left: solid 1px white;
  margin-left: 5px;
  padding-left: 5px;
}
main#index section.game_info .last .result {
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  margin: 35px 0 0;
  padding: 32px 0 30px;
}
main#index section.game_info .last .result .side {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  position: relative;
}
main#index section.game_info .last .result .side .point {
  font-size: 7.2rem;
  line-height: 1;
  font-weight: bold;
}
main#index section.game_info .last .result .side .team {
  font-size: 1.4rem;
  line-height: 1;
  padding: 30px 0 0;
}
main#index section.game_info .last .result .side figure {
  margin: 30px auto 0;
  display: block;
  width: 120px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
main#index section.game_info .last .result .side:first-child::after {
  content: "";
  position: absolute;
  top: 34px;
  right: -6px;
  z-index: 1;
  width: 12px;
  height: 4px;
  background: white;
}
main#index section.game_info .last .report {
  display: block;
  font-size: 2rem;
  line-height: 1;
  width: 220px;
  color: white;
  border: solid 1px white;
  margin: 63px auto 0;
  padding: 13px 0;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.2);
}
main#index section.game_info .last .detail {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  color: white;
  margin: 29px 0 0;
  position: relative;
  padding: 0 45px;
}
main#index section.game_info .last .detail::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: url(../images/icon_exlink_white.svg);
  background-repeat: no-repeat;
  background-position: center;
}
main#index section.game_info .last video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
}
main#index section.game_info .next {
  display: inline-block;
  vertical-align: top;
  width: 63%;
  width: calc(50% + 180px);
  height: 100%;
  background: #00441b;
  padding: 65px 0;
}
main#index section.game_info .next .wrap {
  margin: 0 60px;
  position: relative;
}
main#index section.game_info .next h1 {
  width: 180px;
  height: 32px;
  background-image: url(../../images/index/ttl_nextgame.svg);
}
main#index section.game_info .next a.more {
  color: white;
  border-color: white;
  position: absolute;
  top: -2px;
  right: 0;
}
main#index section.game_info .next a.more::before {
  color: white;
}
main#index section.game_info .next a.more::after {
  background: white;
}
main#index section.game_info .next a.more:hover::before {
  color: #272727;
}
main#index section.game_info .next .list {
  margin: 57px 0 0;
}
main#index section.game_info .next .list a {
  display: block;
  background: white;
  padding: 17px 10px 22px 91px;
  position: relative;
  margin: 0 0 15px;
  color: #272727;
}
main#index section.game_info .next .list a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: url(../images/arrow_green.png);
  background-repeat: no-repeat;
  background-position: center;
}
main#index section.game_info .next .list a .border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-top: solid 0px #02441b;
  border-bottom: solid 0px #02441b;
  transition: 0.1s;
}
main#index section.game_info .next .list a:hover .border {
  border-top-width: 5px;
  border-bottom-width: 5px;
}
main#index section.game_info .next .list a .field {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 1.2rem;
  line-height: 1;
  padding: 15px 19px;
  transition: 0.1s;
}
main#index section.game_info .next .list a:hover .field {
  top: 5px;
}
main#index section.game_info .next .list a .field.home {
  background: #bfa666;
  color: white;
}
main#index section.game_info .next .list a .field.home::before {
  content: "HOME";
}
main#index section.game_info .next .list a .field.away {
  background: #e9e9e7;
  color: #bfa666;
}
main#index section.game_info .next .list a .field.away::before {
  content: "AWAY";
}
main#index section.game_info .next .list a .info {
  width: 53%;
  position: relative;
  z-index: 2;
}
main#index section.game_info .next .list a .info .league {
  font-size: 1.3rem;
  line-height: 1;
}
main#index section.game_info .next .list a .info .date {
  line-height: 1;
  font-weight: bold;
  margin: 19px 0 0;
}
main#index section.game_info .next .list a .info .date .day {
  font-size: 5.8rem;
  display: inline-block;
  vertical-align: middle;
  width: 2.5em;
}
main#index section.game_info .next .list a .info .date .week {
  font-size: 2.8rem;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
main#index section.game_info .next .list a .info .date .time {
  font-size: 2.8rem;
  margin-left: 20px;
  color: #858585;
  display: inline-block;
  vertical-align: middle;
}
main#index section.game_info .next .list a .info .place {
  font-size: 1.4rem;
  line-height: 1;
  padding: 14px 0 0;
}
main#index section.game_info .next .list a .info .place::before {
  content: "@ ";
}
main#index section.game_info .next .list a .info .place span {
  display: inline-block;
  border-left: solid 1px #272727;
  margin-left: 5px;
  padding-left: 5px;
}
main#index section.game_info .next .list a .team {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 2;
  width: 40%;
  height: 100%;
  text-align: right;
}
main#index section.game_info .next .list a .team::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
main#index section.game_info .next .list a .team figure {
  position: absolute;
  top: 50%;
  left: 0px;
  margin: 0;
  display: block;
  width: 130px;
  height: 70%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}
main#index section.game_info .next .list a .team .name {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  width: calc(100% - 130px);
}
*/

main#index section.member {
  position: relative;
  background: #646464;
}
main#index section.member .wrap {
  position: absolute;
  top: 47px;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 0);
  width: calc(100% - 190px);
}
main#index section.member h1 {
  width: 152px;
  height: 35px;
  background-image: url(../../images/index/ttl_member.svg);
  display: inline-block;
  vertical-align: top;
}
main#index section.member a.more {
  display: inline-block;
  vertical-align: top;
  color: white;
  border-color: white;
  margin: -2px 0 0 56px;
}
main#index section.member a.more::before {
  color: white;
}
main#index section.member a.more::after {
  background: white;
}
main#index section.member a.more:hover::before {
  color: #272727;
}
main#index section.member ul {
  width: 100%;
  height: 800px;
  white-space: nowrap;
  overflow: hidden;
}
main#index section.member ul li {
  display: inline-block;
  width: 25%;
  height: 100%;
  position: relative;
  background: #1e1e1e;
}
main#index section.member ul li .name {
  position: absolute;
  top: 367px;
  left: 40px;
  z-index: 1;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  color: white;
  opacity: 0;
  transform: translate(30px, 0);
  transition: opacity 0.3s, transform 0s 0.3s;
}
main#index section.member ul li figure {
  margin: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transform: translate(50px, 0);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}
main#index section.member ul li .position {
  position: absolute;
  bottom: 26px;
  left: 41px;
  width: 143px;
  height: 248px;
  z-index: 1;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 0.2s, transform 0.3s;
}
main#index section.member ul li .position.pr {
  background-image: url(../../images/player/position_pr.svg);
}
main#index section.member ul li .position.ctb {
  background-image: url(../../images/player/position_ctb.svg);
}
main#index section.member ul li .position.fb {
  background-image: url(../../images/player/position_fb.svg);
}
main#index section.member ul li .position.fl {
  background-image: url(../../images/player/position_fl.svg);
}
main#index section.member ul li .position.ho {
  background-image: url(../../images/player/position_ho.svg);
}
main#index section.member ul li .position.lo {
  background-image: url(../../images/player/position_lo.svg);
}
main#index section.member ul li .position.no8 {
  background-image: url(../../images/player/position_no8.svg);
}
main#index section.member ul li .position.sh {
  background-image: url(../../images/player/position_sh.svg);
}
main#index section.member ul li .position.so {
  background-image: url(../../images/player/position_so.svg);
}
main#index section.member ul li .position.wtb {
  background-image: url(../../images/player/position_wtb.svg);
}
main#index section.member ul li a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

main#index section.member ul li.show .name {
  transition: 0.3s 0.2s;
  transform: translate(0, 0);
  opacity: 1;
}
main#index section.member ul li.show figure {
  transition: 0.3s;
  transform: translate(0, 0);
  opacity: 1;
}
main#index section.member ul li.p_pop .position {
  opacity: 1;
  transform: translate(0, 0);
}

main#index section.other {
  padding: 98px 0 80px;
  text-align: center;
  display: none!important;
}
main#index section.other article {
  display: inline-block;
  vertical-align: top;
  height: 627px;
  width: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 11px;
  position: relative;
}
/*
main#index section.other.onHide article {
  transform: translate(0, 50px);
  opacity: 0;
}
main#index section.other article:nth-of-type(1) {
  transition-delay: 0s;
}
main#index section.other article:nth-of-type(2) {
  transition-delay: 0.2s;
}
main#index section.other article:nth-of-type(3) {
  transition-delay: 0.4s;
}
*/
main#index section.other article h2 {
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  padding: 45px 0 0;
}
main#index section.other article p {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  padding: 25px 42px 0;
}
main#index section.other article a {
  position: absolute;
  bottom: 33px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  background: black;
  color: white;
  padding: 11px 24px;
}
main#index section.other article a.more::before {
  color: white;
}
main#index section.other article a.more::after {
  background: white;
}
main#index section.other article a.more:hover::before {
  color: #272727;
}
main#index section.other article.fanclub {
  background-image: url(../../images/index/art_fanclub.png);
}
main#index section.other article.fanclub h2 {
}
main#index section.other article.fanclub p {
}
main#index section.other article.fanclub a {
  width: auto;
  font-size: 1.3rem;
  background: #e12525;
  border-color: #e12525;
}
main#index section.other article.fanclub a::before {
  content: "新規・継続入会受付中";
}
main#index section.other article.fanclub a:hover::before {
  color: #e12525;
}
main#index section.other article.academy {
  background-image: url(../../images/index/art_academy.png);
}
main#index section.other article.academy h2 {
  color: white;
}
main#index section.other article.academy p {
  color: white;
}
main#index section.other article.academy a {
}
main#index section.other article.sdgs {
  background-image: url(../../images/index/art_sdgs.png);
}
main#index section.other article.sdgs h2 {
}
main#index section.other article.sdgs p {
}
main#index section.other article.sdgs a {
}


main#index section.bnrs {
  border-top: solid 1px #272727;
  text-align: center;
  padding: 0 0 160px;
}
main#index section.bnrs a {display: block;width: max-content;margin: 0 auto;}
main#index section.bnrs a picture {
  display: block;
}
main#index section.bnrs a picture img {
  max-width: 90vw;
}
main#index section.bnrs a.fan {margin-top: 65px;}
main#index section.bnrs a.sdgs {
  margin-top: 50px;
}


main#index section.sns {
  padding: 0 0 75px;
}
main#index section.sns .wrap {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
main#index section.sns h1 {
  width: 72px;
  height: 38px;
  background-image: url(../../images/index/ttl_sns.svg);
  margin: 0 0 21px;
}
main#index section.sns .snsbtn {
  position: absolute;
  top: 30px;
  right: 0;
  text-align: right;
}
main#index section.sns .snsbtn span {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  margin: 0 0 20px;
}
main#index section.sns .snsbtn a {
  margin: 0 0 0 38px;
}
main#index section.sns .instagram_wrap {
  display: inline-block;
  vertical-align: bottom;
  width: 510px;
  height: 490px;
  margin: 0 35px 0 0;
}
main#index section.sns .youtube_wrap {
  display: inline-block;
  vertical-align: bottom;
  width: 575px;
  height: 380px;
}
main#index section.sns .youtube_wrap iframe {
  max-width: 100%;
  max-height: 100%;
}

/*
main#index section.calendar-wrap {
  margin: 0 auto 0;
  width: 1100px;
  height: 665px;
}
main#index section.calendar-wrap iframe {
  height: 660px;
}
*/

main#index section.schedule {
  position: relative;
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
}
main#index section.schedule h1 {
  width: 170px;
  height: 36px;
  background-image: url(../../images/index/ttl_schedule.svg);
  margin: 0 0 24px 0;
}
main#index section.schedule .title_year,
main#index section.schedule .title_month {
  line-height: 1;
  position: absolute;
  top: 0;
  z-index: 1;
}
main#index section.schedule .title_year {
  left: calc(50% - 58px);
  top: 47px;
  font-size: 28px;
  font-weight: 800;
}
main#index section.schedule .title_month {
  left: calc(50% + 26px);
  top: 32px;
  font-size: 55px;
  font-weight: bold;
}
main#index section.schedule #the_calendar {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 64px 0 0;
  position: relative;
}



@media (max-width: 1160px) {

main#index {}
main#index h1 {}
main#index a.more {}
main#index a.more::before {}
main#index a.more::after {}
main#index a.more:hover::before {}
main#index a.more:hover::after {}
main#index section.main {}
main#index section.main .slider {}
main#index section.main .visual {
  height: 75%;
  width: 100%!important;
  overflow: hidden;
  transition-delay: 0s!important;
}
main#index section.main .visual div {}
/*kvMovie2021*/
/*
main#index section.main .visual .flash {}
main#index section.main .visual .background {}
main#index section.main .visual .black {}
main#index section.main .visual .mist {}
main#index section.main .visual .chara {}
main#index section.main .visual .player01 {
  left: 0;
  width: 100%;
}
main#index section.main .visual .player02 {
  left: 0;
  width: 90%;
  height: 90%;
}
main#index section.main .visual .player03 {
  left: -15%;
  width: 80%;
  height: 80%;
}
main#index section.main .visual .slogan {}
main#index section.main .visual .v2021 {}
*/
main#index section.main.start .visual {
}
main#index section.main.start .visual div {}
/*kvMovie2021*/
/*
main#index section.main.start .visual .flash {}
main#index section.main.start .visual .background {}
main#index section.main.start .visual .black {}
main#index section.main.start .visual .mist {
}
main#index section.main.start .visual .chara {}
main#index section.main.start .visual .player01 {}
main#index section.main.start .visual .player02 {}
main#index section.main.start .visual .player03 {}
main#index section.main.start .visual .slogan {}
*/
main#index section.main .slider .slide {
  height: 75%;
  width: 100%;
}
main#index section.main .slider .slide.beams {}
main#index section.main .slider .slider_btn {
  bottom: calc(25% + 20px);
  width: 100%;
}
main#index section.main .slider .slider_btn span {}
main#index section.main .slider .slider_btn span.active {}
main#index section.main .item {
  width: 100%!important;
  top: 75%;
  height: 25%;
}
main#index section.main .item div {
  right: auto;
}
main#index section.main .item div::before {}
main#index section.main .item div::after {}
main#index section.main .item div a {}
main#index section.main .item div article {vertical-align: top;}
main#index section.main .item .ticket {
  top: 0;
  height: 100%;
  left: 0;
  width: 46%;
}
main#index section.main .item .ticket::after {}
main#index section.main .item .ticket article {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
main#index section.main .item .ticket article .item1 {
  width: 60%;
  left: 0;
}
main#index section.main .item .ticket article .title {
  position: absolute;
  top: 33%;
  left: 55%;
  width: 42%;
  height: 15%;
  bottom: auto;
  transform: none;
  background-position-x: left;
}
main#index section.main .item .ticket article span {
  position: absolute;
  top: 55%;
  left: 55%;
  bottom: auto;
  transform: none;
}
main#index section.main .item .ticket article p {
  top: 35%;
}
main#index section.main .item .fanclub {
  top: 0;
  height: 100%;
  left: 46%;
  width: 27%;
}
main#index section.main .item .fanclub::after {}
main#index section.main .item .fanclub article {
}
main#index section.main .item .fanclub article .item1 {height: 60%;top: 39%;z-index: 1;left: 10%;width: 50%;}
main#index section.main .item .fanclub article .item2 {height: 60%;top: 30%;z-index: 1;left: 45%;width: 50%;}
main#index section.main .item .fanclub article .title {top: 10%;left: 0;width: 100%;height: 15%;}
main#index section.main .item .goods {
  top: 0;
  height: 100%;
  left: 73%;
  width: 27%;
}
main#index section.main .item .goods::after {}
main#index section.main .item .goods article {
}
main#index section.main .item .goods article .item1 {height: 50%;top: 31%;z-index: 1;left: 10%;width: 50%;}
main#index section.main .item .goods article .item2 {height: 60%;top: 32%;z-index: 1;left: 43%;width: 55%;}
main#index section.main .item .goods article .title {top: 10%;left: 0;width: 100%;height: 15%;}
main#index section.main .item .goods article span {
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  top: auto;
  bottom: 7%;
}
main#index section.main .item .goods {}
main#index section.main .item .goods::before {}
main#index section.main.start .item div {}
main#index section.main.start .item div::after {}
main#index section.main.start .item .ticket {}
main#index section.main.start .item .goods {}

main#index section.main .item .partnership {
  top: 0;
  height: 100%;
  left: 46%;
  width: 27%;
}
main#index section.main .item .partnership::after {}
main#index section.main .item .partnership article {
}
main#index section.main .item .partnership article .item1 {height: 60%;top: 39%;z-index: 1;left: 10%;width: 50%;}
main#index section.main .item .partnership article .item2 {height: 55%;top: 26%;z-index: 1;left: 8%;width: 80%;}
main#index section.main .item .partnership article .title {top: 10%;left: 1%;width: 91%;height: 15%;}	

main#index section.renew {
}
main#index section.renew .title {top: 5%;transform: none;height: 10%;left: 11.5%;}
main#index section.renew .badge {top: 20%;transform: none;width: auto;height: 70%;left: 8%;}
main#index section.renew h1 {
  font-size: 4.5vw;
}
main#index section.renew a {}

main#index section.sns {
  width: 90vw;
  margin: 0 auto;
}
main#index section.sns .wrap {
  text-align: center;
}
main#index section.sns h1 {}
main#index section.sns .snsbtn {
  position: relative;
  display: block;
  width: max-content;
  top: 0;
  margin: 20px 0;
}
main#index section.sns .snsbtn span {
  position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
  margin: 5px 0 0 0;
}
main#index section.sns .snsbtn a {
  margin: 0 30px 0 0;
}
main#index section.sns .instagram_wrap {
  margin: 0 0 30px;
  width: 574px;
  height: auto;
}
main#index section.sns .youtube_wrap {}
main#index section.sns .youtube_wrap iframe {}

main#index section.main .item .partnership article span{
	bottom: 5%; 
}	
	
}



@media (max-width: 960px) {

main#index section.game_info {}
main#index section.game_info .next {
  width: 100%;
  height: auto;
  padding: 11vw 0 7vw;
}
main#index section.game_info .next .wrap {}
main#index section.game_info .next h1 {
  width: 46vw;
  height: 8vw;
  margin: 0 0 0 6vw;
}
main#index section.game_info .next a.more {
  right: 7vw;
  padding: 2.5vw 5vw  2vw;
}
main#index section.game_info .next a.more::before {}
main#index section.game_info .next a.more::after {}
main#index section.game_info .next a.more:hover::before {}
main#index section.game_info .next .list {
  margin: 8vw 0 0;
  height: auto;
  min-height: 99.5vw;
}
main#index section.game_info .next .list .block {
  width: 76vw;
  margin: 0 4vw;
  padding: 0 0 7vw;
}
main#index section.game_info .next .list.touch .block {
  transition: 0s;
}
main#index section.game_info .next .list .block.host::before,
main#index section.game_info .next .list .block.visitor::before {
  top: 0;
  left: 50%;
  width: 60%;
  transform: translate(-50%, 0);
  font-size: 4.5vw;
  font-weight: 400;
  padding: 3vw 0;
}
main#index section.game_info .next .list .block.host::before {}
main#index section.game_info .next .list .block.visitor::before {}
main#index section.game_info .next .list .block .team {
  position: relative;
  transform: none;
  width: 50%;
  white-space: break-spaces;
  top: 0;
  left: auto!important;
  right: auto!important;
}
main#index section.game_info .next .list .block .team.verblitz {}
main#index section.game_info .next .list .block .team:not(.verblitz) {}
main#index section.game_info .next .list .block .team::before {
  width: 60%;
  height: 22vw;
  margin: 0 auto 2vw;
}
main#index section.game_info .next .list .block .team::after {}
main#index section.game_info .next .list .block .info {width: 100%;}
main#index section.game_info .next .list .block .info .league {
  margin: 14.2vw 8vw 0;
  width: auto;
  font-size: 3.5vw;
  padding: 2.5vw 0 1.5vw;
}
main#index section.game_info .next .list .block .info .season {
  font-size: 3.5vw;
  margin: 2vw 0 0;
}
main#index section.game_info .next .list .block .info .date {
  font-size: 12vw;
  margin: 1vw 0 0;
}
main#index section.game_info .next .list .block .info .date .day {}
main#index section.game_info .next .list .block .info .date .week {
  font-size: 6vw;
  margin: 0 0 0 2vw;
}
main#index section.game_info .next .list .block .info .date .time {
  font-size: 5vw;
  margin: 0 0 0 2vw;
}
main#index section.game_info .next .list .block .info .vs {
  font-size: 4vw;
  position: absolute;
  top: 60vw;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
}
main#index section.game_info .next .list .block .info .place {
  font-size: 3.5vw;
  margin: 2vw 0 2vw;
}
main#index section.game_info .next .list .block .info .ticket {
  margin: 4vw auto 0;
  width: 36vw;
  font-size: 4vw;
  padding: 3.5vw 0 3vw;
}
main#index section.game_info .next .list .btn {
  display: none;
}
main#index section.game_info .next .list .btn div {}
main#index section.game_info .next .list .btn div.prev {}
main#index section.game_info .next .list .btn div.next {}
main#index section.game_info .next .sel_btn {
  display: none;
}
main#index section.game_info .last {
  width: 100%;
  height: auto;
  padding: 9.5vw 0 7vw;
}
main#index section.game_info .last .wrap {
  width: auto;
  display: block;
  padding: 0;
}
main#index section.game_info .last h1 {
  width: 44vw;
  height: 9vw;
  margin-left: 6vw;
}
main#index section.game_info .last a.more {
  right: 7vw;
  padding: 2.5vw 5vw 2vw;
  top: 10vw;
}
main#index section.game_info .last a.more::before {}
main#index section.game_info .last a.more::after {}
main#index section.game_info .last a.more:hover::before {}
main#index section.game_info .last .league {
  margin: 8vw 14vw 0;
  font-size: 3.5vw;
  padding: 2.5vw 0 2vw;
}
main#index section.game_info .last .season {
  font-size: 3.5vw;
  margin: 2vw 0 0;
}
main#index section.game_info .last .date {
  font-size: 12vw;
  margin: 1vw 0 0;
}
main#index section.game_info .last .date span {
  font-size: 6vw;
  margin: 0 0 0 2vw;
}
main#index section.game_info .last .result {
  border: none;
  margin: 0;
  padding: 6vw 0 3vw;
}
main#index section.game_info .last .result .point {
  font-size: 14vw;
}
main#index section.game_info .last .result .point:first-child::after {}
main#index section.game_info .last .place {
  font-size: 3.5vw;
  margin: 2vw 14vw 0;
  border-bottom: solid 1px white;
  padding: 0 0 3vw;
}
main#index section.game_info .last .report {
  width: 50vw;
  margin: 6vw auto 0;
  padding: 3.5vw 0 3vw;
  font-size: 4vw;
}
main#index section.game_info .last .detail {
  font-size: 4vw;
  margin: 5vw 0 0;
  padding: 0 6vw;
}
main#index section.game_info .last .detail::after {}
main#index section.game_info .last .team {
  position: relative;
  transform: none;
  width: 50%;
  white-space: break-spaces;
  top: 0;
  left: auto!important;
  right: auto!important;
}
main#index section.game_info .last .team::before {
  width: 50%;
  height: 24.5vw;
  margin: 0 auto 2vw;
}
main#index section.game_info .last .team::after {}

}



@media (min-width: 769px) {

main#index section.member ul li {
  transform: translate(0, 0)!important;
}

}



@media (max-width: 768px) {

body.index header {
  background: transparent;
  border: none;
  position: absolute;
}
body.index header .logo_verblitz {top: 3vw;left: 4vw;width: 40vw;height: 13vw;z-index: 10;}
main#index {
}
main#index h1 {}
main#index a.more {}
main#index a.more::before {}
main#index a.more::after {}
main#index a.more:hover::before {
  color: inherit;
}
main#index a.more:hover::after {
  width: 0;
  left: 100%;
  transition: none;
}

main#index section.main {
  max-height: unset;
  height: auto;
}
main#index section.main .slider {}
main#index section.main .visual {
  display: block;
  width: 100%;
  height: 100%;
}
main#index section.main .visual div {}
main#index section.main .visual .thunder_2022_01 {
  height: 70%;
}
/*kvMovie2021*/
/*
main#index section.main .visual .flash {}
main#index section.main .visual .background {}
main#index section.main .visual .black {}
main#index section.main .visual .mist {
  width: 110%;
}
main#index section.main .visual .chara {
  top: 7vw;
  left: 2.5vw;
  width: 49vw;
  height: 65vw;
  background-size: contain;
}
main#index section.main .visual .player01 {
  left: auto;
  right: 0;
  width: 100%;
  background-size: auto 95%;
  background-position: right bottom;
}
main#index section.main .visual .player02 {
  left: 10%;
  width: 100%;
  bottom: 0%;
  background-size: auto 90%;
  background-position: left bottom;
}
main#index section.main .visual .player03 {
  left: -25%;
  width: 100%;
  bottom: -1%;
  background-size: auto 80%;
  background-position: left bottom;
}
main#index section.main .visual .slogan {
  bottom: 6%;
  left: 25%;
  width: 55%;
  height: 21%;
}
main#index section.main .visual .v2021 {}
*/
main#index section.main .item {
  display: block;
  width: 100%;
  height: 34vh;
  position: relative;
  top: 0;
}
main#index section.main .slider .slide {
  height: 100%;
}
main#index section.main .slider .slide.beams {}
main#index section.main .slider .slider_btn {
  bottom: calc(36.4vh + 10px);
}
main#index section.main .slider .slider_btn span {
  width: 14vw;
  height: 1vw;
}
main#index section.main .slider .slider_btn span.active {}
main#index section.main .item {}
main#index section.main .item div {
}
main#index section.main .item div::before {}
main#index section.main .item div::after {}
main#index section.main .item div a {}
main#index section.main .item div article {}
main#index section.main .item .ticket {
  width: 61%;
  height: 65%;
}
main#index section.main .item .ticket::after {}
main#index section.main .item .ticket article {}
main#index section.main .item .ticket article .item1 {width: 100%;height: 67%;top: 0%;}
main#index section.main .item .ticket article .title {
  transform: translate(-50%, 0);
  left: 50%;
  top: 56%;
  width: 48%;
  background-position: center;
}
main#index section.main .item .ticket article span {
  transform: translate(-50%, 0);
  left: 50%;
  top: 76%;
  font-size: 3vw;
  padding: 0;
  background: none;
}
main#index section.main .item .ticket article p {
  top: 40%;
  font-size: 7vw;
}
main#index section.main .item .mypage {
  display: block;
  top: 65%;
  left: 0;
  width: 61%;
  height: 35%;
}
main#index section.main .item .mypage::after {
  background: #0B1610;
}
main#index section.main .item .mypage article {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 2% 12%;
}
main#index section.main .item .mypage article .item1 {
  position: static;
  float: left;
  width: 14%;
  height: 100%;
  background-image: url(/verblitz/images/index/main/item_mypage.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0s 1.5s;
  z-index: 1;
}
main#index section.main.start .item .mypage article .item1 {
}
main#index section.main .item .mypage article .title {
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 25%;
  bottom: auto;
  width: 48%;
  height: 28%;
  background-image: url(/verblitz/images/index/main/ttl_mypage.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
main#index section.main .item .mypage article span {
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 61%;
  bottom: auto;
  display: inline-block;
  font-size: 3vw;
  line-height: 1;
  font-weight: 600;
  color: white;
  padding: 0;
  background: none;
  z-index: 2;
}
main#index section.main .item .mypage article p {
  top: 40%;
  font-size: 7vw;
}
	
/*パートナーSP*/
main#index section.main .item .sp_partner {
  display: block;
  top: 65%;
  left: 0;
  width: 61%;
  height: 35%;
}
main#index section.main .item .sp_partner::after {
  background: #0B1610;
}
main#index section.main .item .sp_partner article {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 2% 12%;
}
main#index section.main .item .sp_partner article .item1 {
  position: static;
  float: left;
  width: 14%;
  height: 100%;
  background-image: url(/verblitz/images/index/main/item_sp_partner.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0s 1.5s;
  z-index: 1;
}
main#index section.main.start .item .sp_partner article .item1 {
}
main#index section.main .item .sp_partner article .title {
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 25%;
  bottom: auto;
  width: 48%;
  height: 28%;
  background-image: url(/verblitz/images/index/main/ttl_sp_partner.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
main#index section.main .item .sp_partner article span {
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 61%;
  bottom: auto;
  display: inline-block;
  font-size: 3vw;
  line-height: 1;
  font-weight: 600;
  color: white;
  padding: 0;
  background: none;
  z-index: 2;
}
main#index section.main .item .sp_partner article p {
  top: 40%;
  font-size: 7vw;
}
	
main#index section.main .item .fanclub {
  left: auto;
  right: 0;
  top: 0;
  width: 39%;
  height: 50%;
}
main#index section.main .item .fanclub::after {}
main#index section.main .item .fanclub article {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main#index section.main .item .fanclub article .item1 {
  width: 100%;
  left: 0;
  top: 37%;
}
main#index section.main .item .fanclub article .item2 {
  display: none;
}
main#index section.main .item .fanclub article span {
  bottom: 1%;
  left: 1%;
  font-size: 10px;
}
main#index section.main .item .fanclub article .title {
  top: 9%;
}
main#index section.main .item .goods {}
main#index section.main .item .goods::after {}
main#index section.main .item .goods article {}
main#index section.main .item .goods article .item1 {
  display: none;
}
main#index section.main .item .goods article .item2 {width: 100%;left: 0;top: 30%;}
main#index section.main .item .goods article .title {
  top: 9%;
}
main#index section.main .item .goods article span {
  top: auto;
  bottom: 5px;
  font-size: 3vw;
  padding: 0;
  background: none;
}
main#index section.main .item .goods {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: 39%;
  height: 50%;
}
main#index section.main .item .goods::before {}
main#index section.main.start .item div {}
main#index section.main.start .item div::after {}
main#index section.main.start .item .ticket {}
main#index section.main.start .item .goods {}

main#index section.main .slider {
  height: 66vh;
  position: relative;
}
main#index section.main .visual article {}
main#index section.main .slider .slide {}
main#index section.main .slider .slide.beams {
  background-image: url(../../images/index/slider/beams_sp.jpg);
}
main#index section.main .slider .slide.teamersey {
  background-image: url(../../images/index/slider/teamersey_sp.jpg);
}
main#index section.main .slider .slider_btn {
  bottom: 5px;
}
main#index section.main .slider .slider_btn span {}
main#index section.main .slider .slider_btn span.active {}
main#index section.main .item .goods article {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main#index section.main .item.show .ticket,
main#index section.main .item.show .goods {}

main#index section.renew {
  margin: 5vw 5vw 1vw;
  padding: 39vw 0 14vw;
  text-align: left;
  background-position-y: 38vw;
  background-position-x: 0vw;
  background-size: auto 100%;
}
main#index section.renew .title {
  top: 18.5vw;
  left: 12vw;
  width: 25vw;
}
main#index section.renew .badge {
  top: 4vw;
  left: 50%;
  height: 36vw;
  transform: translate(-50%, 0);
}
main#index section.renew h1 {
  font-size: 8.5vw;
  white-space: nowrap;
  transform: translate(-1vw, 3vw);
  display: block;
  text-align: center;
}
main#index section.renew a {
  font-size: 4vw;
  bottom: 4vw;
  right: 6vw;
  padding-right: 5vw;
}

main#index section.news {
  padding: 11.5vw 0 0;
}
main#index section.news .wrap {
  padding: 0;
  position: relative;
}
main#index section.news h1 {
  width: 30vw;
  height: 11vw;
  margin-left: 6vw;
}
main#index section.news a.more {
  margin: 0;
  position: absolute;
  top: 1vw;
  right: 7vw;
  z-index: 1;
}
main#index section.news .list {
  margin: 12.5vw 0 0;
}
main#index section.news .list a {
  display: block;
  width: 100%;
  height: 34.5vw;
  border-bottom: none;
  border-top: solid 1px #272727;
  margin: 0;
  text-align: left;
}
main#index section.news .list a figure {
  display: inline-block;
  vertical-align: middle;
  width: 35vw;
  transition: none;
}
main#index section.news .list a:hover figure {
  background-size: 100% auto;
}
main#index section.news .list a .pop {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 140px);
  height: 100%;
  padding: 10px 18px;
}
main#index section.news .list a .pop.pickup {}
main#index section.news .list a .pop.pickup::before {
  transform: none;
  right: 0;
  left: auto;
  top: auto;
  bottom: 28px;
}
main#index section.news .list a .pop .category {
  font-size: 3vw;
}
main#index section.news .list a .pop .title {
  font-size: 3.5vw;
  margin: 3vw 0 0;
}
main#index section.news .list a .pop .date {
  font-size: 3.5vw;
  bottom: 2vw;
}
main#index section.news .list a:nth-of-type(-n + 2) {
  height: auto;
  border-top: none;
}
main#index section.news .list a:nth-of-type(-n + 2) figure {
  width: 100%;
  height: 72.5vw;
}
main#index section.news .list a:nth-of-type(-n + 2) .pop {
  width: 68vw;
  margin: -12vw 0 0 32vw;
}
main#index section.news .list a:nth-of-type(-n + 2) .pop.pickup {
}
main#index section.news .list a:nth-of-type(-n + 2) .pop.pickup::before {}
main#index section.news .list a:nth-of-type(-n + 2) .pop .category {
  font-size: 3vw;
  margin: 1vw 0 0;
}
main#index section.news .list a:nth-of-type(-n + 2) .pop .title {font-size: 3.5vw;margin: 3vw 0 0;}
main#index section.news .list a:nth-of-type(-n + 2) .pop .date {
  position: static;
  text-align: right;
  font-size: 3.5vw;
  padding: 6vw 0 0;
}
main#index section.news .list a:nth-of-type(n + 3) {
  width: 100%;
}
main#index section.news .list a:nth-of-type(n + 3) .pop {
  width: 65vw;
  padding: 2vw 3vw;
}

main#index section.game_info {
  display: -webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  height: auto;
}
main#index section.game_info .last {
}
main#index section.game_info .last .wrap {
}
main#index section.game_info .last h1 {
}
main#index section.game_info .last a.more {
}
main#index section.game_info .last a.more::before {}
main#index section.game_info .last a.more::after {}
main#index section.game_info .last a.more:hover::before {
  color: inherit;
}
main#index section.game_info .last .date {
}
main#index section.game_info .last .date span {}
main#index section.game_info .last .place {
}
main#index section.game_info .last .place::before {}
main#index section.game_info .last .place span {}
main#index section.game_info .last .result {
}
main#index section.game_info .last .result .side {
  width: 50%;
}
main#index section.game_info .last .result .side .point {
  padding: 23vw 0 0;
  font-size: 8rem;
}
main#index section.game_info .last .result .side .team {
  padding: 6vw 0 0;
}
main#index section.game_info .last .result .side figure {
  position: absolute;
  top: 0;
  left: 15%;
  z-index: 1;
  margin: 0;
  width: 70%;
  height: 22vw;
}
main#index section.game_info .last .result .side:first-child::after {}
main#index section.game_info .last .report {
}
main#index section.game_info .last .detail {
}
main#index section.game_info .last .detail::after {}
main#index section.game_info .next {
}
main#index section.game_info .next .wrap {
}
main#index section.game_info .next h1 {
}
main#index section.game_info .next a.more {
}
main#index section.game_info .next a.more::before {}
main#index section.game_info .next a.more::after {}
main#index section.game_info .next a.more:hover::before {
  color: inherit;
}
main#index section.game_info .next .list {
}
main#index section.game_info .next .list a {
}
main#index section.game_info .next .list a::after {
  bottom: 5px;
  right: 5px;
}
main#index section.game_info .next .list a .border {
  transition: none;
}
main#index section.game_info .next .list a:hover .border {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
main#index section.game_info .next .list a .field {
  padding: 4vw 5.5vw;
}
main#index section.game_info .next .list a .field.home {}
main#index section.game_info .next .list a .field.home::before {}
main#index section.game_info .next .list a .field.away {}
main#index section.game_info .next .list a .field.away::before {}
main#index section.game_info .next .list a .info {
  width: 64%;
}
main#index section.game_info .next .list a .info .league {
  margin-left: 10vw;
  font-size: 1.5rem;
}
main#index section.game_info .next .list a .info .date {
  margin: 5vw 0 0;
}
main#index section.game_info .next .list a .info .date .day {
  font-size: 5rem;
  width: 2em;
  vertical-align: bottom;
}
main#index section.game_info .next .list a .info .date .week {
  font-size: 2.3rem;
  margin-left: 3px;
  vertical-align: bottom;
}
main#index section.game_info .next .list a .info .date .time {
  font-size: 1.5rem;
  margin-left: 5px;
  vertical-align: bottom;
}
main#index section.game_info .next .list a .info .place {
  padding: 5.5vw 0 0;
}
main#index section.game_info .next .list a .info .place::before {}
main#index section.game_info .next .list a .info .place span {}
main#index section.game_info .next .list a .team {
  width: 27%;
}
main#index section.game_info .next .list a .team::before {}
main#index section.game_info .next .list a .team figure {
  width: 100%;
  height: 100%;
}
main#index section.game_info .next .list a .team .name {
  display: none;
}

main#index section.member {
  padding: 26vw 0 12vw;
}
main#index section.member .wrap {
  top: 9vw;
  left: 0;
  transform: none;
  width: 100%;
  max-width: none;
}
main#index section.member h1 {
  width: 37vw;
  height: 8vw;
  margin-left: 6vw;
}
main#index section.member a.more {
  position: absolute;
  top: 0;
  right: 7vw;
  margin: 0;
}
main#index section.member a.more::before {}
main#index section.member a.more::after {}
main#index section.member a.more:hover::before {
  color: inherit;
}
main#index section.member ul {
  height: 134vw;
}
main#index section.member ul li {
  transition: 0.3s;
}
main#index section.member ul.touch li {
  transition: 0s;
}
main#index section.member ul li {
  width: 75vw;
  margin-right: 5vw;
}
main#index section.member ul li .name {
  top: 11vw;
  left: 8vw;
}
main#index section.member ul li figure {}
main#index section.member ul li .position {
  bottom: 11vw;
  left: 8vw;
  opacity: 1!important;
  transform: none!important;
  width: 26vw;
  height: 45vw;
}
main#index section.member ul li .position .post {}
main#index section.member ul li .position .map {
  width: 26vw;
  height: 35vw;
}
main#index section.member ul li a {}

main#index section.member ul.anim_pc {}
main#index section.member ul.anim_pc li {}
main#index section.member ul.anim_pc li .name {}
main#index section.member ul.anim_pc li figure {}
main#index section.member ul.anim_pc li .position {}
main#index section.member ul.anim_pc li.p_pop .position {}
main#index section.member ul.anim_pc li .position .post {}
main#index section.member ul.anim_pc li .position .map {}
main#index section.member ul.anim_pc li.show {}
main#index section.member ul.anim_pc li.show .name {}
main#index section.member ul.anim_pc li.show figure {}
main#index section.member ul.anim_pc li.show .position {}
main#index section.member ul.anim_pc li.show .position .post {}
main#index section.member ul.anim_pc li.show .position .map {}

main#index section.other {
  padding: 12vw 0 0;
}
main#index section.other article {
  margin: 0 0 4vw;
  width: 93vw;
}
main#index section.other article h2 {
  text-align: left;
  font-size: 4.2rem;
  padding: 8vw 0 0 8vw;
}
main#index section.other article p {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  padding: 4vw 0 0 8vw;
}
main#index section.other article a {
  bottom: 8vw;
  left: 8vw;
  transform: none;
  padding: 3vw 6vw;
}
main#index section.other article a.more::before {}
main#index section.other article a.more::after {}
main#index section.other article a.more:hover::before {
  color: inherit;
}
main#index section.other article.fanclub {
  background-image: url(../../images/index/art_fanclub_sp.png);
  height: 80vw;
}
main#index section.other article.fanclub h2 {}
main#index section.other article.fanclub p {
  width: 55%;
}
main#index section.other article.fanclub a {
  font-size: 2.0rem;
}
main#index section.other article.fanclub a::before {}
main#index section.other article.fanclub a:hover::before {
  color: inherit;
}
main#index section.other article.academy {
  background-image: url(../../images/index/art_academy_sp.png);
  height: 82vw;
}
main#index section.other article.academy h2 {
  color: #272727;
}
main#index section.other article.academy p {
  color: #272727;
  width: 60%;
}
main#index section.other article.academy p br {
  display: none;
}
main#index section.other article.academy a {
  bottom: 6vw;
  font-size: 2.0rem;
}
main#index section.other article.sdgs {
  background-image: url(../../images/index/art_sdgs_sp.png);
  height: 81vw;
}
main#index section.other article.sdgs h2 {}
main#index section.other article.sdgs p {
  padding-top: 2vw;
  width: 100%;
}
main#index section.other article.sdgs a {
  bottom: 6vw;
  font-size: 2.0rem;
}
main#index section.bnrs {
  padding: 0 0 10.5vw;
}
main#index section.bnrs a {
  margin: 7.5vw auto 0;
  width: 86vw;
}
main#index section.bnrs a picture {}
main#index section.bnrs a picture img {
  max-width: 100%;
}
main#index section.bnrs a.fan {
  margin: 9.5vw auto 0;
  width: 86vw;
}
main#index section.bnrs a.sdgs {}
main#index section.sns {
  padding: 12vw 0 19vw;
}
main#index section.sns .wrap {
  width: auto;
  margin: 0 0;
}
main#index section.sns h1 {
  margin: 0;
}
main#index section.sns .snsbtn {
  position: relative;
  top: 0;
  right: auto;
  text-align: left;
  margin: 6vw 0 0;
}
main#index section.sns .snsbtn span {
  margin: 0;
  position: absolute;
  top: 1.5vw;
  right: 0;
}
main#index section.sns .snsbtn a {
  margin: 0 10vw 0 0;
}
main#index section.sns .instagram_wrap {
  display: block;
  width: 100%;
  height: 98.5vw;
  margin: 8vw 0 0;
}
main#index section.sns .youtube_wrap {
  display: block;
  width: 100%;
  height: 61.5vw;
}

main#index section.schedule {}
main#index section.schedule h1 {
  width: 42vw;
  margin: 0 0 40px;
}
main#index section.schedule .title_year,
main#index section.schedule .title_month {}
main#index section.schedule .title_year {
  top: 14.5vw;
  left: 11vw;
  z-index: 1;
  font-size: 1vw;
}
main#index section.schedule .title_month {
  top: 12vw;
  left: 5vw;
  z-index: 1;
  font-size: 7vw;
}
main#index section.schedule #the_calendar {
  padding: 0;
}

}