@media (max-width: 767px) {
  .lp-home {
	  background: url(../images/home/home__bg--sp.png) 0 0 repeat-x;
	  background-size: 5.3333333333vw 234.8vw;
	}
}
@media (min-width: 768px) {
	.lp-home {
		background: url(../images/home/home__bg--pc.png) 0 0 repeat-x;
		background-size: 20px 1220px;
	}
}
.lp-home .hero {
  position: relative;
  width: 100%;
  overflow: hidden;
	z-index: -1;
}
.lp-home .hero__inner {
  position: relative;
	z-index: -1;
  width: 100%;
  height: 96vw;
  padding-bottom: 10.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lp-home .hero__inner .text .ttl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lp-home .hero__inner .text .ttl span {
  margin-top: 1.8666666667vw;
  padding: 0 4vw 0 5.3333333333vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 9.0666666667vw;
  color: #fff;
  background-color: #000;
}

/* -- スライダー無し用 */
.lp-home .hero .bgImg {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-size: cover;
}

/* -- スライダー動く用 */
/*
.lp-home .hero .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
	-webkit-animation: bgAnime 30s infinite;
			animation: bgAnime 30s infinite;
  background-size: cover;
}
*/
.lp-home .hero .bgImg.src1 {
	background-image: url(../images/home/kv_2-sp.png);
}

.lp-home .hero .bgImg.src2 {
	background-image: url(../images/home/kv_2-sp.png);
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.lp-home .hero .bgImg.src3 {
	background-image: url(../images/home/kv_2-sp.png);
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.lp-home .hero .bgImg.src4 {
	background-image: url(../images/home/kv_2-sp.png);
  -webkit-animation-delay: 15s;
          animation-delay: 15s;	
}

.lp-home .hero .bgImg.src5 {
	background-image: url(../images/home/kv_2-sp.png);
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
.lp-home .hero .bgImg.src6 {
	background-image: url(../images/home/kv_2-sp.png);
  -webkit-animation-delay: 25s;
          animation-delay: 25s;
}
/*.lp-home .hero .bgImg.src4 {
	background-image: url(../images/home/kv_2-sp.png);
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}*/
@-webkit-keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.lp-home .hero .bgImg img {
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .lp-home .hero__inner {
    margin: 0 auto;
    max-width: 1280px;
    height: 630px;
    padding-bottom: 54px;
  }
  .lp-home .hero__inner .text .ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lp-home .hero__inner .text .ttl span {
    margin-top: 0;
    font-size: 2rem;
    line-height: 56px;
  }
  .lp-home .hero__inner .text .ttl span.s1 {
    padding: 0 1em 0 107px;
  }
  .lp-home .hero__inner .text .ttl span.s2 {
    padding: 0 44px 0 0;
  }
  .lp-home .hero__inner .text .detail {
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
  .lp-home .hero__inner .text .detail span {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;
  }
  .lp-home .hero__inner .text .detail .img {
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    text-indent: 1000%;
    padding: 0 20px 0 0;
    width: 549px;
    background: url(../images/home/kv_date.svg) 107px center #000 no-repeat;
    background-size: 442.95px 28.65px;
  }
  .lp-home .hero__inner .text .detail .txt {
    padding: 10px 44px 0 1.5em;
    overflow: hidden;
    font-size: 2rem;
    font-weight: 700;
  }
.lp-home .hero .bgImg.src1 {
	background-image: url(../images/home/kv_2-pc.png);
}	
 
.lp-home .hero .bgImg.src2 {
	background-image: url(../images/home/kv_2-pc.png);
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
.lp-home .hero .bgImg.src3 {
	background-image: url(../images/home/kv_2-pc.png);
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
.lp-home .hero .bgImg.src4 {
	background-image: url(../images/home/kv_2-pc.png);
    -webkit-animation-delay: 15s;
            animation-delay: 15s;	
}	
.lp-home .hero .bgImg.src5 {
	background-image: url(../images/home/kv_2-pc.png);
    -webkit-animation-delay: 20s;
            animation-delay: 20s;
  }
.lp-home .hero .bgImg.src6 {
	background-image: url(../images/home/kv_2-pc.png);
    -webkit-animation-delay: 25s;
            animation-delay: 25s;
  }
/*	
.lp-home .hero .bgImg.src4 {
	background-image: url(../images/home/kv_2-pc.png);
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
  }*/
}

.lp-home .hero .visual {
  margin: 2.6666666667vw auto 8vw;
  width: 93.6%;
}
.lp-home .hero .visual img {
  width: 100%;
  height: auto;
}
.lp-home .hero .site-description {
	color: #fff;
	margin-top:20px;
}
.lp-home .hero .site-description .ttl {
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.lp-home .hero .site-description .ttl span {
  display: block;
}
.lp-home .hero .site-description .date {
  font-size: 28px;
  font-size: 7.4vw;
}
.lp-home .hero .site-description .place {
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
}
.lp-home .hero .site-description .more {
  margin: 4.2666666667vw auto 0;
  width: 21.3333333333vw;
}
.lp-home .hero .site-description .more a {
  display: block;
  border: 0.2666666667vw solid #fff;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.lp-home .hero .site-description .more a span {
  display: block;
  padding: 0.2666666667vw 1.0666666667vw 0 0;
  font-size: 14px;
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 6.4vw;
  background: url(../images/commons/icons/ico__triangle--right.svg) 80% center no-repeat;
  background-size: 1.8666666667vw auto;
  -webkit-transform: skewX(16deg);
          transform: skewX(16deg);
}

@media (min-width: 768px) {
	.lp-home .hero .visual {
		margin: 20px auto 28px;
		width: 1140px;
	}
  .lp-home .hero .site-description .ttl {
    font-size: 1.6rem;
  }
  .lp-home .hero .site-description .ttl span {
    display: inline;
    margin-left: 24px;
  }
  .lp-home .hero .site-description .inner {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .lp-home .hero .site-description .date, .lp-home .hero .site-description .place {
    margin-right: 24px;
  }
  .lp-home .hero .site-description .date {
    font-size: 3.8rem;
    line-height: 1.1;
  }
  .lp-home .hero .site-description .place {
    font-size: 2rem;
  }
  .lp-home .hero .site-description .more {
    margin: 0 0 4px;
    width: 110px;
  }
  .lp-home .hero .site-description .more a {
    border: 2px solid #fff;
    -webkit-transform: skewX(-16deg);
            transform: skewX(-16deg);
  }
  .lp-home .hero .site-description .more a span {
    display: block;
    padding: 1px 8px 0 0;
    font-size: 1.6rem;
    line-height: 32px;
    background-size: 10px auto;
  }
}
.lp-home .s-bnr {
  margin: 10.6666666667vw auto 0;
  padding-bottom: 10.6666666667vw;
  width: 94.6666%;	
}
.lp-home .s-bnr .s-bnr__list {
  margin: 0 auto;
  width: 69.3333333333vw;
}
.lp-home .s-bnr .s-bnr__list img {
  width: 100%;
  height: auto;
}
.lp-home .s-bnr .s-bnr__list .slick-arrow {
  position: absolute;
  top: 50%;
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  text-indent: -999999px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0.7;
}
.lp-home .s-bnr .s-bnr__list .slick-arrow:hover {
  opacity: 1;
}
.lp-home .s-bnr .s-bnr__list .slick-arrow.slick-prev {
  left: -10.6666666667vw;
  background: url(../images/slick/slider--prev.svg) 0 0 no-repeat;
  background-size: 7.4666666667vw;
}
.lp-home .s-bnr .s-bnr__list .slick-arrow.slick-next {
  right: -10.6666666667vw;
  background: url(../images/slick/slider--next.svg) 0 0 no-repeat;
  background-size: 7.4666666667vw;
}
@media (min-width: 768px) {
  .lp-home .s-bnr {
    margin: 46px auto 0;
    padding-bottom: 40px;
    width: 1160px;
  }
  .lp-home .s-bnr .s-bnr__list {
    margin: 0 auto;
    width: 1064px;
  }
  .lp-home .s-bnr .s-bnr__list img {
    margin: 0 auto;
    width: 323px;
  }
  .lp-home .s-bnr .s-bnr__list .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .lp-home .s-bnr .s-bnr__list .slick-arrow.slick-prev {
    left: -40px;
    background-size: 32px;
  }
  .lp-home .s-bnr .s-bnr__list .slick-arrow.slick-next {
    right: -40px;
    background-size: 32px;
  }
}
.lp-home .cassette__ttl {
  padding: 10.6666666667vw 0 7.4666666667vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.lp-home .cassette__ttl span {
  display: block;
  margin-bottom: 1.0666666667vw;
  font-size: 32px;
  font-size: 8.5333333333vw;
  font-weight: 400;
}
@media (min-width: 768px) {
  .lp-home .cassette__ttl {
    padding: 70px 0 56px;
    font-size: 2rem;
  }
		
  .lp-home .cassette__ttl span {
    margin-bottom: 4px;
    font-size: 5.4rem;
  }
}
.lp-home .cmn-more {
  margin-top: 8vw;
  width: 100%;
}
.lp-home .cmn-more a {
	margin: 0 auto;
	display: block;
	width: 29.3333333333vw;
	background-color: #d26e05;
	-webkit-transform: skewX(-16deg);
		transform: skewX(-16deg);
	-webkit-transition-duration: 0s;
		transition-duration: 0s;
}
.lp-home .cmn-more a span {
  display: block;
  padding-right: 1.0666666667vw;
  font-size: 18px;
  font-size: 4.8vw;
  line-height: 10.1333333333vw;
  color: #fff;
  text-align: center;
  background: url(../images/commons/icons/ico__triangle--right.svg) 80% center no-repeat;
  background-size: 2.1333333333vw 2.1333333333vw;
  -webkit-transform: skewX(16deg);
          transform: skewX(16deg);
}
/* 20200918 BIT ADD */
.lp-home .cmn-bracket {
  margin-top: 8vw;
  width: 100%;
}
.lp-home .cmn-bracket a {
	margin: 0 auto;
	display: block;
	width: 29.3333333333vw;
	background-color: #d26e05;
	-webkit-transform: skewX(-16deg);
		transform: skewX(-16deg);
	-webkit-transition-duration: 0s;
		transition-duration: 0s;
}
.lp-home .cmn-bracket a span {
	display: block;
	padding-right: 1.0666666667vw;
	font-size: 18px;
	font-size: 4.8vw;
	line-height: 10.1333333333vw;
	color: #fff;
	text-align: center;
	background: url(../images/commons/icons/ico__triangle--right.svg) 98% center no-repeat;
	background-size: 2.1333333333vw 2.1333333333vw;
	-webkit-transform: skewX(16deg);
		transform: skewX(16deg);
}


@media (min-width: 768px) {
  .lp-home .cmn-more {
    margin-top: 60px;
  }

  .lp-home .cmn-more a {
    width: 200px;
  }
  .lp-home .cmn-more a span {
    padding-right: 0;
    font-size: 2.4rem;
    line-height: 50px;
    background: url(../images/commons/icons/ico__triangle--right.svg) 72% center no-repeat;
    background-size: 8px;
  }
	
/* 20200918 BIT ADD */
  .lp-home .cmn-bracket a {
    width: 200px;
  }
  .lp-home .cmn-bracket a span {
	  padding-right: 0;
	  font-size: 2.4rem;
	  line-height: 50px;
	  background: url(../images/commons/icons/ico__triangle--right.svg) 88% center no-repeat;
	  background-size: 8px;
  }
	
}
.lp-home .cate__ttl {
  margin-top: 10.6666666667vw;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
  padding-bottom: 0.5333333333vw;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .lp-home .cate__ttl {
    margin-top: 60px;
    font-size: 2.4rem;
    padding-bottom: 4px;
  }
}
.lp-home .news {
   padding-bottom: 16vw;
}
.lp-home .news .post__list--item {
  margin-bottom: 8vw;
}
.lp-home .news .post__list--item:last-child {
  margin-bottom: 0;
}
.lp-home .news .post__list--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-home .news .post__list--item .item__data {
  width: 66%;
}
.lp-home .news .post__list--item .item__data .date {
  display: block;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
  color: #8A8A8A;
}
.lp-home .news .post__list--item .item__data .text {
  margin-top: 2.1333333333vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.lp-home .news .post__list--item .item__photo {
  width: 30%;
}
.lp-home .news .post__list--item .item__photo img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .lp-home .news {
    padding-bottom: 80px;
  }
  .lp-home .news .post__list {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp-home .news .post__list--item {
    margin-bottom: 0;
    width: 32%;
  }
  .lp-home .news .post__list--item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp-home .news .post__list--item .item__data {
    width: 66%;
  }
  .lp-home .news .post__list--item .item__data .date {
    font-size: 1.4rem;
  }
  .lp-home .news .post__list--item .item__data .text {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.lp-home .s-games {
  padding-bottom: 13.3333333333vw;
  width: 100%;
  /* s-games__list */
}
@media (max-width: 767px) {
	.lp-home .s-games {
		background: url(../images/home/games__bg--sp.png) center center no-repeat;
		background-size: cover;
	}
}
@media (min-width: 768px) {
	.lp-home .s-games {
		background: url(../images/home/games__bg--pc.png) center center no-repeat;
		background-size: cover;
	}
}
.lp-home .s-games .cassette__ttl {
  color: #fff;
}
.lp-home .s-games .inner {
  margin-top: 5.3333333333vw;
}
.lp-home .s-games .date {
  margin: 0 auto;
  width: 50%;
  height: 21.3333333333vw;
}
.lp-home .s-games .date img {
  margin: 0 auto;
  width: 21.8666666667vw;
  height: auto;
}
.lp-home .s-games__list {
  position: relative;
  margin: 0 auto;
  width: 80vw;
}
.lp-home .s-games__list .slick-arrow {
  opacity: 0.7;
  position: absolute;
  top: -20vw;
  width: 8vw;
  height: 12.8vw;
  text-indent: -99999px;
}
.lp-home .s-games__list .slick-arrow.slick-prev {
  left: -1.6vw;
  background: url(../images/slick/slider--prev2.svg) 0 0 no-repeat;
  background-size: 8vw 12.8vw;
}
.lp-home .s-games__list .slick-arrow.slick-next {
  right: -1.6vw;
  background: url(../images/slick/slider--next2.svg) 0 0 no-repeat;
  background-size: 8vw 12.8vw;
}
.lp-home .s-games__list--item {
  margin: 0 auto;
  width: 80vw;
}
.lp-home .s-games__list--item .theGame {
  position: relative;
  margin: 2.6666666667vw auto 0;
  padding: 0 1.3333333333vw;
  width: 74.6666666667vw;
  text-align: center;
  background-color: #fff;
}
.lp-home .s-games__list--item .theGame .card {
  height: 9.3333333333vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #8A8A8A;
  line-height: 10.4vw;
}
.lp-home .s-games__list--item .theGame .result {
  margin: -3.7333333333vw auto 0;
  width: 100%;
  height: 18.6666666667vw;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-home .s-games__list--item .theGame .result .sans, .lp-home .s-games__list--item .theGame .result .line {
  font-size: 30px;
  font-size: 8vw;
}
.lp-home .s-games__list--item .theGame .result .sans {
  width: 19.4445%;
}
.lp-home .s-games__list--item .theGame .result .line {
  width: 3.3333%;
  overflow: hidden;
}
.lp-home .s-games__list--item .theGame .result strong {
  width: 28.8888%;
  font-size: 12px;
  font-size: 3.2vw;
}
.lp-home .s-games__list--item .theGame .status {
  position: absolute;
  right: 2.6666666667vw;
  top: 2.6666666667vw;
  width: 18.6666666667vw;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
  color: #fff;
  background-color: #2DD3D3;
}
.lp-home .s-games__list .slick-dots {
  margin-top: 2.1333333333vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-home .s-games__list .slick-dots li {
  padding: 0 2.1333333333vw;
}
.lp-home .s-games__list .slick-dots li button {
  opacity: 0.5;
  width: 3.2vw;
  height: 3.2vw;
  font-size: 1px;
  text-indent: -99999px;
  background: url(../images/slick/dot.svg) 0 0 no-repeat;
  background-size: 3.2vw;
}
.lp-home .s-games__list .slick-dots li.slick-active button {
  opacity: 1;
}
.lp-home .s-games .link__pdf {
  margin: 8.5333333333vw auto 0;
  width: 86.6%;
}
.lp-home .s-games .link__pdf a {
  display: block;
  border: 0.5333333333vw solid #fff;
  padding: 0 0 0 14.1333333333vw;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 18.6666666667vw;
  background: url(../images/commons/icons/ico__pdf.svg) 4.8vw center no-repeat;
  background-size: 8.8vw auto;
}
@media (min-width: 768px) {
  .lp-home .s-games {
    padding-bottom: 50px;
    /* s-games__list */
  }
  .lp-home .s-games .inner {
    margin-top: 0;
  }
  .lp-home .s-games .date {
    height: 80px;
  }
  .lp-home .s-games .date img {
    width: 82px;
  }
  .lp-home .s-games__list {
    width: 1060px;
  }
  .lp-home .s-games__list .slick-arrow {
    top: 118px;
    width: 50px;
    height: 80px;
  }
  .lp-home .s-games__list .slick-arrow:hover {
    opacity: 1;
  }
  .lp-home .s-games__list .slick-arrow.slick-prev {
    left: -60px;
    background-size: 50px 80px;
  }
  .lp-home .s-games__list .slick-arrow.slick-next {
    right: -60px;
    background-size: 50px 80px;
  }
  .lp-home .s-games__list--item {
    margin: 0 auto;
    width: 320px;
  }
  .lp-home .s-games__list--item .theGame {
    position: relative;
    margin: 10px auto 0;
    padding: 0 10px;
    width: 300px;
  }
  .lp-home .s-games__list--item .theGame .card {
    height: 39px;
    font-size: 1.4rem;
    line-height: 39px;
  }
  .lp-home .s-games__list--item .theGame .result {
    margin: -18px auto 0;
    height: 70px;
  }
  .lp-home .s-games__list--item .theGame .result .sans, .lp-home .s-games__list--item .theGame .result .line {
    font-size: 3.4rem;
  }
  .lp-home .s-games__list--item .theGame .result strong {
    font-size: 1.2rem;
  }
  .lp-home .s-games__list--item .theGame .status {
    right: 10px;
    top: 10px;
    width: 70px;
    font-size: 1.2rem;
  }
  .lp-home .s-games__list .slick-dots {
    margin-top: 16px;
  }
  .lp-home .s-games__list .slick-dots li {
    padding: 0 12px;
  }
  .lp-home .s-games__list .slick-dots li button {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .lp-home .s-games .link__pdf {
    margin: 50px auto 0;
    width: 380px;
  }
  .lp-home .s-games .link__pdf a {
    display: block;
    border: 2px solid #fff;
    padding: 0 0 0 56px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 92px;
    background: url(../images/commons/icons/ico__pdf.svg) 26px center no-repeat;
    background-size: 41px auto;
  }
}
.lp-home .s-games .game-info {
  margin: 30px auto 60px;
  width: 100%;
  border: 2px solid #fff;
  padding: 30px 10px;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-home .s-games .game-info {
    margin: 80px auto 120px;
    width: 60%;
    font-size: 1.8rem;
  }
}
.lp-home .h-report .report__list {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .lp-home .h-report .report__list--item {
    margin-bottom: 0;
  }
}
.lp-home .h-gallery {
  margin-top: 16vw;
  padding-bottom: 13.3333333333vw;
}
@media (max-width: 767px) {
  .lp-home .h-gallery {
    background: url(https://jba-cs.japanbasketball.jp/jba-sitedata/zennihon/2020/home/gallery__bg--sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .lp-home .h-gallery {
    background: url(https://jba-cs.japanbasketball.jp/jba-sitedata/zennihon/2020/home/gallery__bg--pc.jpg) center center no-repeat;
    background-size: cover;
  }
}
.lp-home .h-gallery .cassette__ttl {
  color: #fff;
}
@media (min-width: 768px) {
  .lp-home .h-gallery {
    margin-top: 100px;
    padding-bottom: 50px;
  }
}
.lp-home .h-teams .container__switch-female {
  display: none;
}
.lp-home .h-teams .cnts-switch {
  margin-top: 3.2vw;
}
.lp-home .h-teams .area__list {
  padding-top: 2.6666666667vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-home .h-teams .area__list--item {
  position: relative;
  margin: 8vw 2.6666666667vw 0;
  padding-bottom: 1.6vw;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
  color: #8A8A8A;
}
.lp-home .h-teams .area__list--item i {
  position: absolute;
  bottom: 0;
  left: 5%;
  margin: 0 auto;
  width: 90%;
  height: 0.8vw;
  background-color: #fff;
}
.lp-home .h-teams .area__list--item.current {
  color: #FF0020;
  cursor: default;
}
.lp-home .h-teams .area__list--item.current button {
  cursor: default;
}
.lp-home .h-teams .area__list--item.current i {
  background-color: #FF0020;
}
.lp-home .h-teams .area__view {
  margin-top: 6.4vw;
  padding: 5.3333333333vw 5.3333333333vw 8vw;
  background-color: #F0F0F0;
}
.lp-home .h-teams .area__view--item:not(:first-child) {
  display: none;
}
.lp-home .h-teams .school__list {
  width: 100%;
}
.lp-home .h-teams .school__list--item {
  margin-top: 2.6666666667vw;
  background-color: #fff;
}
.lp-home .h-teams .school__list--item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
.lp-home .h-teams .school__list--item a b, .lp-home .h-teams .school__list--item a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 16vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.lp-home .h-teams .school__list--item a b {
  width: 30%;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  /*background-color: #FF0020;*/
  background-color: #d9d9d9;
  border: 1px solid #B9B9B9;
}
.lp-home .h-teams .school__list--item a span {
  border: 1px solid #B9B9B9;
  padding: 0 3.2vw;
  border-left: 0;
  width: 70%;
}
@media (min-width: 768px) {
  .lp-home .h-teams .cnts-switch {
    margin-top: 14px;
  }
  .lp-home .h-teams .area__list {
    padding-top: 10px;
    margin: 0 auto;
    width: 1040px;
  }
  .lp-home .h-teams .area__list--item {
    position: relative;
    margin: 50px 28px 0;
    padding-bottom: 6px;
    font-size: 2.4rem;
  }
  .lp-home .h-teams .area__list--item i {
    width: 86%;
    height: 3px;
  }
  .lp-home .h-teams .area__list--item:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .lp-home .h-teams .area__list--item:hover i {
    background-color: #8A8A8A;
  }
  .lp-home .h-teams .area__list--item.current {
    opacity: 1;
    cursor: default;
  }
  .lp-home .h-teams .area__list--item.current i {
    background-color: #FF0020;
  }
  .lp-home .h-teams .area__view {
    margin-top: 70px;
    padding: 28px 60px 56px;
  }
  .lp-home .h-teams .school__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lp-home .h-teams .school__list--item {
    margin: 30px 40px 0 0;
    width: 320px;
  }
  .lp-home .h-teams .school__list--item:nth-child(3n) {
    margin-right: 0;
  }
  .lp-home .h-teams .school__list--item a {
    font-size: 2rem;
  }
  .lp-home .h-teams .school__list--item a b, .lp-home .h-teams .school__list--item a span {
    height: 80px;
  }
  .lp-home .h-teams .school__list--item a span {
    padding: 0 8px;
  }
}
.lp-home .sponsor {
  margin: 0 auto;
  width: 82.6666666667vw;
}
.lp-home .sponsor__ttl {
  font-size: 20px;
  font-size: 5.3333333333vw;
  text-align: center;
}
.lp-home .sponsor h2.sponsor__ttl {
  margin: 21.3333333333vw 0 10.6666666667vw;
}
.lp-home .sponsor h3.sponsor__ttl {
  margin: 21.3333333333vw 0 2.6666666667vw;
}
.lp-home .sponsor .official-sponsor img {
  margin: 0 auto;
  width: auto;
  height: 10.6666666667vw;
}
.lp-home .sponsor__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.lp-home .sponsor__list.main .sponsor__list--item {
  margin-top: 12.8vw;
}
.lp-home .sponsor__list.main .sponsor__list--item img {
  width: auto;
  height: 21.3333333333vw;
}
.lp-home .sponsor__list.sub {
  padding-top: 5.3333333333vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-home .sponsor__list.sub .sponsor__list--item {
  margin-top: 11.7333333333vw;
  width: 48%;
}
.lp-home .sponsor__list.sub .sponsor__list--item img {
  margin: 0 auto;
  width: auto;
  height: 12.2666666667vw;
}
@media (min-width: 768px) {
  .lp-home .sponsor {
    width: 900px;
  }
  .lp-home .sponsor__ttl {
    font-size: 2.4rem;
  }
  .lp-home .sponsor h2.sponsor__ttl {
    margin: 80px 0 40px;
  }
  .lp-home .sponsor h3.sponsor__ttl {
    margin: 80px 0 10px;
  }
  .lp-home .sponsor .official-sponsor img {
    height: 64px;
  }
  .lp-home .sponsor__list.main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp-home .sponsor__list.main .sponsor__list--item {
    margin-top: 50px;
  }
  .lp-home .sponsor__list.main .sponsor__list--item img {
    height: 70px;
  }
  .lp-home .sponsor__list.sub {
    margin: 0 auto;
    padding-top: 0;
    width: 600px;
  }
  .lp-home .sponsor__list.sub .sponsor__list--item {
    margin-top: 50px;
    width: 25%;
  }
  .lp-home .sponsor__list.sub .sponsor__list--item img {
    height: 44px;
  }
}
.lp-home .bwg-item {
  margin-right: 1.3333333333vw !important;
  margin-left: 1.3333333333vw !important;
}
.lp-home .bwg-container a {
  margin: 0 auto;
  display: block;
  border: 0.5333333333vw solid #fff;
  width: 69.3333333333vw;
  height: 69.3333333333vw;
  overflow: hidden;
}
.lp-home .bwg-container a .bwg-title1 {
  display: none;
}
.lp-home .bwg-container .bwg-zoom-effect {
  position: relative;
}
.lp-home .bwg-container .bwg-zoom-effect img {
  position: absolute;
  width: 128vw !important;
  height: auto !important;
  top: 10%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
}
@media (min-width: 768px) {
  .lp-home .bwg-container a {
    border: 2px solid #fff;
    width: 200px;
    height: 200px;
    overflow: hidden;
  }
  .lp-home .bwg-container .bwg-zoom-effect img {
    position: absolute;
    width: 400px !important;
    height: auto !important;
  }
}

/* add */
.bwg_thumbnail.bwg_container .search_line {
  display: none !important;
}

#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 {
  display: none !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
  padding-left: 0 !important;
  width: 100% !important;
}

.bwg-item0, .bwg-item1, .bwg-item2 {
  width: 260px !important;
  height: 260px !important;
}

.bwg-item0 {
  margin-left: 18px !important;
  border: 2px solid #fff !important;
}

@media (min-width: 768px) {
  .bwg-item.slick-slide {
    -webkit-transform: scale(0.8) !important;
            transform: scale(0.8) !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
  }
  .bwg-item.slick-slide.slick-center {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}

.lp-home .l-tournament{
  background-color: #000;
  color: #FFF;
  padding-bottom: 20px;
}

.lp-home .l-tournament__inner{
  display: flex;
  justify-content: center; 
}

#top-more{
  margin: 0 10px;
  width: auto;
}

#top-more a{
  text-align: center;
  font-weight: bold;
  line-height: 10.1333333333vw;
  font-size: 4vw;
  width: 32vw;
}

@media (min-width: 768px) {
#top-more a{
  font-size: 2.4rem;
  line-height: 50px;
  width: 200px;
}
#top-more{
  margin: 0 20px;
  width: auto;
}
}

.lp-home .widget {
  padding: 13.33vw 0 8vw;
}
.lp-home .widget__inner {
  margin: 0 auto;
  width: 89.3333%;
}
.lp-home .widget__inner .item {
  margin-bottom: 8vw;
  width: 100%;
}
.lp-home .widget__inner .item .ttl {
  margin-bottom: 1.07vw;
  font-size: 20px;
  font-size: 5.33vw;
  font-weight: 600;
}
.lp-home .widget__inner .item > div {
  border: 1px solid #ddd;
  border-radius: 2.13vw;
}
@media (min-width: 768px) {
  .lp-home .widget {
    padding: 80px 0;
  }
  .lp-home .widget__inner {
    margin: 0 auto;
    width: 1160px;
    display: flex;
    justify-content: space-between;
  }
  .lp-home .widget__inner .item {
    margin-bottom: 0;
  }
  .lp-home .widget__inner .item__twitter {
    width: 370px;
  }
  .lp-home .widget__inner .item__instagram {
    width: 740px;
  }
  .lp-home .widget__inner .item .ttl {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }
  .lp-home .widget__inner .item > div {
    border-radius: 8px;
  }
}