@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.lp-home .hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.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;
}

/*
@media (max-width: 767px) {
	.lp-home .hero__inner {
	  height: 133vw;
	}
}
*/

.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__inner .text span.txt03 {
  margin-top: 1.8666666667vw;
  padding: 2vw 4vw 2vw 5.3333333333vw;
	font-size: 4.4333333333vw;
  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;
/*opacity: 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_sp.jpg?v=202510171630) ;
}
.lp-home .hero .bgImg.src2 {
	background-image: url(../images/home/blbnr-sp-v2.png);
	  -webkit-animation-delay: 5s;
		animation-delay: 5s;
}
.lp-home .hero .bgImg.src3 {
	background-image: url(../images/home/wc2024_kv0927-sp-v2.png);
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}
.lp-home .hero .bgImg.src4 {
	background-image: url(../images/home/blbnr-sp-v2.png);
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
}
.lp-home .hero .bgImg.src5 {
	background-image: url(../images/home/wc2024_kv0927-sp-v2.png);
	-webkit-animation-delay: 20s;
	animation-delay: 20s;
}
.lp-home .hero .bgImg.src6 {
	background-image: url(../images/home/blbnr-sp-v2.png);
	-webkit-animation-delay: 25s;
	animation-delay: 25s;
}
@-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 {
    margin-left: 30px;
  }	
	
  .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 0.6em 0 36px;
  }
  .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: 470px;
    background: url(../images/home/kv_date.svg) 36px 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__inner .text .detail span.txt02 {
	padding: 10px 24px 0.1em 2.4em;
    overflow: hidden;
    font-size: 4.5rem;
    font-weight: 700;
  }
	
  .lp-home .hero .bgImg.src1 {
	background-image: url(../images/home/kv_pc.jpg?v=202510171630) ;
    background-size: auto 630px;
    background-position: center center;
    background-repeat: no-repeat;	  
  }
  .lp-home .hero .bgImg.src2 {
    background-image: url(../images/home/blbnrwc-pc-v2.png);
    background-size: auto 630px;
    background-position: center center;
    background-repeat: no-repeat;
	background-color: #FFFFFF!important;
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
  .lp-home .hero .bgImg.src3 {
	background-image: url(../images/home/wc2024_kv0927-pc-v2.png);
    background-size: auto 630px;
    background-position: center center;
    background-repeat: no-repeat;	  
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
  .lp-home .hero .bgImg.src4 {
	background-image: url(../images/home/blbnrwc-pc-v2.png);
    background-size: auto 630px;
    background-position: center center;
    background-repeat: no-repeat;
	background-color: #FFFFFF!important;  
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
  }
  .lp-home .hero .bgImg.src5 {
	background-image: url(../images/home/wc2024_kv0927-pc-v2.png);
    background-size: auto 630px;
    background-position: center center;
    background-repeat: no-repeat;	  
    -webkit-animation-delay: 20s;
            animation-delay: 20s;
  }
  .lp-home .hero .bgImg.src6 {
	background-image: url(../images/home/blbnrwc-pc-v2.png);
    background-size: auto 630px;
    background-position: center center;
    background-repeat: no-repeat;
	background-color: #FFFFFF!important;
    -webkit-animation-delay: 25s;
            animation-delay: 25s;
  }  	
}
.lp-home .s-bnr {
  background-color: #000;
}
.lp-home .s-bnr__inner {
  padding: 20px 0;
}
.lp-home .s-bnr__list {
  width: 100%;
}
.lp-home .s-bnr__list--item > .inner {
  padding: 0 5px;
  width: 270px;
}
.lp-home .s-bnr__list--item > .inner img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .lp-home .s-bnr__inner {
    padding: 24px 0;
  }
  .lp-home .s-bnr__list {
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-home .s-bnr__list--item > .inner {
    padding: 0 20px;
  }
}
.lp-home .cassette__ttl {
  margin: 0 auto 6.4vw;
  width: 89.3%;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
}
.lp-home .cassette__ttl span {
  margin-right: 1rem;
  font-size: 28px;
  font-size: 7.4666666667vw;
  font-weight: 700;
}
.lp-home .cmn-more {
  margin: 0 auto 14.9333333333vw;
  width: 40vw;
}
.lp-home .cmn-more a {
  display: block;
  text-align: center;
  background-color: #FF0020;
  border-radius: 1.0666666667vw;
}
.lp-home .cmn-more a span {
  display: inline-block;
  padding-right: 1.2em;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #fff;
  line-height: 10.6666666667vw;
  background: url(../images/commons/icons/ico_arrow-right2020.svg) right center no-repeat;
  background-size: 2.6666666667vw;
}
.lp-home .cmn-more__2line .cmn-more {
  width: 64vw;
}
.lp-home .cmn-more__2line .cmn-more a {
  margin-top: 3.2vw;
}
.lp-home .cmn-more__2line .cmn-more a span {
  padding: 2.1333333333vw 2.4em 2.1333333333vw 0;
  text-align: left;
  line-height: 1.6;
}
.lp-home .note-list {
  margin: 6.4vw auto 0;
  width: 88%;
  font-size: 10px;
  font-size: 2.6666666667vw;
  color: #fff;
}
@media (min-width: 768px) {
  .lp-home .ttlBox {
    margin: 0 auto;
    width: 1160px;
    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 .cassette__ttl {
    margin: 0;
    width: auto;
    font-size: 2rem;
  }
  .lp-home .cassette__ttl span {
    font-size: 5.3rem;
  }
  .lp-home .cmn-more {
    margin: 0;
    width: 200px;
  }
  .lp-home .cmn-more a {
    border-radius: 4px;
  }
  .lp-home .cmn-more a span {
    margin-left: 1em;
    padding-right: 1.4em;
    font-size: 2rem;
    line-height: 54px;
    background-size: 15px;
  }
  .lp-home .cmn-more__2line {
    width: 440px;
  }
  .lp-home .cmn-more__2line .cmn-more {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp-home .cmn-more__2line .cmn-more a {
    width: 49%;
    margin-top: 0;
  }
  .lp-home .cmn-more__2line .cmn-more a span {
    margin: 0;
    width: 100%;
    padding: 12px 1em 12px 0.6em;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.4;
    background-position: 96% center;
  }
  .lp-home .note-list {
    margin: 40px auto 0;
    width: 800px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .lp-home .h-teams__head {
    margin-right: auto;
    margin-left: auto;
    width: 89.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lp-home .h-teams__head .cmn-more {
    margin-bottom: 8.5333333333vw;
    width: 48vw !important;
  }
}
.lp-home .post__list {
  width: 100%;
}
.lp-home .post__list--item {
  padding: 0 2.6666666667vw;
}
.lp-home .post__list--item > .inner {
  width: 56vw;
}
.lp-home .post__list--item > .inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.lp-home .post__list--item > .inner a .item__photo {
  margin-bottom: 2.6666666667vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lp-home .post__list--item > .inner a .item__photo img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.lp-home .post__list--item > .inner a .item__data .date {
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #666666;
}
.lp-home .post__list--item > .inner a .item__data .text {
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 700;
  width: 100%;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lp-home .post__list--item > .inner a .item__data .text__sub {
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 400;
}
.lp-home .post__list--item > .inner a .item__data .team {
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.lp-home .l-result {
  padding: 10.6666666667vw 0 0.2666666667vw;
  background: url(../images/home/games_bg-sp.png) center center no-repeat;
  background-size: cover;
}
.lp-home .l-result .cassette__ttl {
  color: #fff;
}
.lp-home .l-result .rsltBox {
  padding-bottom: 6.4vw;
  width: 100%;
}
.lp-home .l-result .rsltBox .ttl {
  margin: 0 auto 6.4vw;
  width: 84%;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #fff;
  padding-bottom: 1.0666666667vw;
  border-bottom: 1px solid #fff;
}
.lp-home .l-result .rsltBox .ttl span {
  margin-left: 1.0666666667vw;
  font-size: 15px;
  font-size: 4vw;
}
.lp-home .l-result .rsltBox__soon {
  margin: 0 auto;
  width: 89.3333%;
  border: 0.8vw solid #fff;
  padding: 5.3333333333vw;
}
.lp-home .l-result .rsltBox__soon p {
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
}
.lp-home .l-result .rsltBox__list {
  position: relative;
  width: 100%;
}
.lp-home .l-result .rsltBox__list--row {
  margin-right: 8vw;
  margin-left: 8vw;
}
.lp-home .l-result .rsltBox__list--row .item {
  margin: 0 auto 2.1333333333vw;
  width: 100%;
}
.lp-home .l-result .rsltBox__list--row .item a {
  display: block;
  margin: 0 auto;
  width: 84vw;
  padding: 4.2666666667vw;
  background-color: #fff;
}
.lp-home .l-result .rsltBox__list--row .item .card {
  color: #8A8A8A;
  font-weight: 700;
  text-align: center;
}
.lp-home .l-result .rsltBox__list--row .item .card.s1 {
  color: #3188FF;
}
.lp-home .l-result .rsltBox__list--row .item .card.s2 {
  color: #F086CB;
}
.lp-home .l-result .rsltBox__list--row .item .score {
  width: 100%;
  height: 16vw;
  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;
  background: url(../images/boxscore/score-line.svg) center center no-repeat;
  background-size: 1.6vw 0.8vw;
}
.lp-home .l-result .rsltBox__list--row .item .score dl {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.4;
}
.lp-home .l-result .rsltBox__list--row .item .score dl dt,.lp-home .l-result .rsltBox__list--row .item .score_end dl dt{
  font-size: 12px;
  font-size: 3.2vw;
}
.lp-home .l-result .rsltBox__list--row .item .score dl dd,.lp-home .l-result .rsltBox__list--row .item .score_end dl dd {
  font-size: 34px;
  font-size: 9.0666666667vw;
}
.lp-home .l-result .rsltBox__list--row .item .score dl.left,.lp-home .l-result .rsltBox__list--row .item .score_end dl.left_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
			justify-content:flex-end;
}
.lp-home .l-result .rsltBox__list--row .item .score dl.left dd{
  margin-left: 3.2vw;
}
.lp-home .l-result .rsltBox__list--row .item .score dl.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
			justify-content:flex-end;
}
.lp-home .l-result .rsltBox__list--row .item .score dl.right dd {
  margin-right: 3.2vw;
}
.lp-home .l-result .rsltBox__list--row .item .status {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
}
.lp-home .l-result .rsltBox__list--row .item .status p {
  width: 48%;
  line-height: 6.9333333333vw;
  text-align: center;
}
.lp-home .l-result .rsltBox__list--row .item .status__text {
  color: #8A8A8A;
  background-color: #E6E6E6;
}
.lp-home .l-result .rsltBox__list--row .item .status__link {
  color: #fff;
  background-color: #FF0020;
}
.lp-home .l-result .rsltBox__list .slick-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  width: 9.0666666667vw;
  height: 53.3333333333vw;
  background-repeat: no-repeat;
  background-size: 9.0666666667vw;
  background-position: center center;
  opacity: 0.8;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.lp-home .l-result .rsltBox__list .slick-arrow.slick-prev {
  left: 1.0666666667vw;
  background-image: url(../images/slick/slider--prev.svg);
}
.lp-home .l-result .rsltBox__list .slick-arrow.slick-next {
  right: 1.0666666667vw;
  background-image: url(../images/slick/slider--next.svg);
}
.lp-home .l-result .rsltBox__list .slick-dots {
  margin: 2.1333333333vw auto 0;
}
@media (min-width: 768px) {
  .lp-home .l-result {
    padding: 72px 0 56px;
  }
  .lp-home .l-result .cassette__ttl {
    color: #fff;
  }
  .lp-home .l-result .rsltBox {
    margin: 0 auto;
    width: 100%;
    max-width: 924px;
    padding-bottom: 64px;
  }
  .lp-home .l-result .rsltBox .ttl {
    margin: 0 auto 48px;
    width: 100%;
    max-width: 1160px;
    font-size: 3.6rem;
    padding-bottom: 8px;
  }
  .lp-home .l-result .rsltBox .ttl span {
    margin-left: 8px;
    font-size: 2.4rem;
  }
  .lp-home .l-result .rsltBox__soon {
    width: 100%;
    border: 6px solid #fff;
    padding: 64px;
  }
  .lp-home .l-result .rsltBox__soon p {
    font-size: 2rem;
    text-align: center;
  }
  .lp-home .l-result .rsltBox__list {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 〜26日 */
    /* 27日〜 */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lp-home .l-result .rsltBox__list--row {
    margin-right: 4px;
    margin-left: 4px;
  }
  .lp-home .l-result .rsltBox__list--row .item {
    margin: 0 auto 8px;
    width: 100%;
  }
  .lp-home .l-result .rsltBox__list--row .item a {
    width: 300px;
    padding: 16px;
  }
  .lp-home .l-result .rsltBox__list--row .item .score {
    height: 60px;
    background-size: 6px 3px;
  }
  .lp-home .l-result .rsltBox__list--row .item .score dl {
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    line-height: 1.4;
  }
  .lp-home .l-result .rsltBox__list--row .item .score dl dt {
    font-size: 1.2rem;
  }
  .lp-home .l-result .rsltBox__list--row .item .score dl dd {
    font-size: 3.4rem;
  }
  .lp-home .l-result .rsltBox__list--row .item .score dl.left dd {
    margin-left: 12px;
  }
  .lp-home .l-result .rsltBox__list--row .item .score dl.right dd {
    margin-right: 12px;
  }
  .lp-home .l-result .rsltBox__list--row .item .status {
    font-size: 1.2rem;
  }
  .lp-home .l-result .rsltBox__list--row .item .status p {
    line-height: 26px;
  }
  .lp-home .l-result .rsltBox__list .slick-arrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    position: absolute;
    top: auto;
    bottom: -64px;
    width: 80px;
    height: 35px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 1;
  }
  .lp-home .l-result .rsltBox__list .slick-arrow:hover {
    opacity: 0.6;
  }
  .lp-home .l-result .rsltBox__list .slick-arrow.slick-prev {
    left: 4px;
    background-image: url(../images/home/slick_arrow-prev.svg);
  }
  .lp-home .l-result .rsltBox__list .slick-arrow.slick-next {
    right: 4px;
    background-image: url(../images/home/slick_arrow-next.svg);
  }
  .lp-home .l-result .rsltBox__list .slick-arrow.slick-disabled {
    display: none !important;
  }
  .lp-home .l-result .rsltBox__list .slick-dots {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.lp-home .l-report__inner {
  padding-top: 10.6666666667vw;
}
.lp-home .l-report .post__list--item .inner {
  width: 74.6666666667vw;
}
.lp-home .l-report .post__list--item .inner a {
  padding-bottom: 1px;
  border: 1px solid #000;
  border-bottom: 0;
}
.lp-home .l-report .post__list .item__data {
  border-bottom: 1px solid #000;
  padding: 4.2666666667vw 4.2666666667vw 6.4vw;
}
.lp-home .l-report .post__list .item__data .ttl {
  margin-bottom: 2.1333333333vw;
  height: 2.8em;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lp-home .l-report .post__list .item__data .text__report {
  height: 6.4em;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.6;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.lp-home .l-report .post__list .item__photo {
  margin-bottom: 0 !important;
}
.lp-home .l-report .slick-list {
  overflow: visible !important;
}
@media (min-width: 768px) {
  .lp-home .l-report__inner {
    padding-top: 90px;
  }
  .lp-home .l-report .post__list--item .inner {
    width: 350px;
  }
  .lp-home .l-report .post__list .item__data {
    padding: 20px 20px 32px;
  }
  .lp-home .l-report .post__list .item__data .ttl {
    margin-bottom: 12px;
    height: 2.8em;
    font-size: 2rem;
  }
  .lp-home .l-report .post__list .item__data .text__report {
    height: 6.4em;
    font-size: 1.4rem;
  }
  .lp-home .l-report .post__list .item__photo {
    margin-bottom: 0 !important;
  }
}
.lp-home .slick-dots {
  margin: 5.3333333333vw auto 10.6666666667vw;
  width: 94.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-home .slick-dots > li {
  padding: 0 1.3333333333vw;
}
.lp-home .slick-dots > li button {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  font-size: 1px;
  line-height: 1px;
  background: #b3b3b3;
}
.lp-home .slick-dots > li.slick-active button {
  background: #dc0416;
}
@media (min-width: 768px) {
  .lp-home .ttlBox {
    margin-bottom: 40px;
  }
  .lp-home .post__list {
    width: 100%;
  }
  .lp-home .post__list--item {
    padding: 0 20px;
  }
  .lp-home .post__list--item > .inner {
    width: 250px;
  }
  .lp-home .post__list--item > .inner a .item__photo {
    margin-bottom: 20px;
  }
  .lp-home .post__list--item > .inner a .item__data .date {
    font-size: 1.4rem;
  }
  .lp-home .post__list--item > .inner a .item__data .team {
    font-size: 1.4rem;
  }
  .lp-home .post__list--item > .inner a .item__data .text {
    font-size: 1.6rem;
  }
  .lp-home .post__list--item > .inner a .item__data .text__sub {
    font-size: 1.4rem;
  }
  .lp-home .slick-dots {
    margin: 40px auto 96px;
  }
  .lp-home .slick-dots > li {
    padding: 0 8px;
  }
  .lp-home .slick-dots > li button {
    width: 12px;
    height: 12px;
  }
}
.lp-home .news {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .lp-home .news {
    margin-top: 72px;
    padding-bottom: 88px;
    /* NEWS暫定対応（slick非対応ver） */
  }
}
.lp-home .l-games {
  padding: 10.6666666667vw 0 14.9333333333vw;
  background: url(../images/home/games_bg-sp.png) center center no-repeat;
  background-size: cover;
}
.lp-home .l-games .cmn-more {
  margin-bottom: 0;
}
.lp-home .l-games .cassette__ttl {
  color: #fff;
}
@media (max-width: 767px) {
  .lp-home .l-games .cassette__ttl span {
    display: block;
  }
}
.lp-home .l-games .l-game__list {
  width: 100%;
}
.lp-home .l-games .l-game__list--item {
  padding: 0 2.6666666667vw;
}
.lp-home .l-games .l-game__list--item > .inner {
  width: 64vw;
  background-color: #fff;
}
.lp-home .l-games .l-game__list--item .item__photo {
  width: 64vw;
  height: 42.6666666667vw;
  overflow: hidden;
}
.lp-home .l-games .l-game__list--item .item__photo img {
  display: block;
  width: 64vw;
}
.lp-home .l-games .l-game__list--item .item__data {
  padding: 3.2vw 2.1333333333vw 4.2666666667vw;
  position: relative;
}
.lp-home .l-games .l-game__list--item .item__data .gname {
  margin-bottom: 1.0666666667vw;
  font-size: 13px;
  font-size: 3.4666666667vw;
  text-align: center;
}
.lp-home .l-games .l-game__list--item .item__data .gname span {
  margin-left: 0.6em;
  font-weight: 700;
}
.lp-home .l-games .l-game__list--item .item__data .gname span.s1 {
  color: #3188FF;
}
.lp-home .l-games .l-game__list--item .item__data .gname span.s2 {
  color: #F086CB;
}
.lp-home .l-games .l-game__list--item .item__data .score {
  width: 100%;
	height: 0.8666666667vw;
  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;
  background: url(../images/boxscore/score-line.svg) center center no-repeat;
  background-size: 1.6vw 0.8vw;
}

.lp-home .l-games .l-game__list--item .item__data .score dl {
	width: 49%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.lp-home .l-games .l-game__list--item .item__data .score dl.left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
			justify-content: center;
}
.lp-home .l-games .l-game__list--item .item__data .score dl.left_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
			justify-content: flex-end;
}
.lp-home .l-games .l-game__list--item .item__data .score dl.left dd {
  margin-left: 1.6vw;
}
.lp-home .l-games .l-game__list--item .item__data .score dl.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
			justify-content: center;
}
.lp-home .l-games .l-game__list--item .item__data .score dl.right_end {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
			justify-content: flex-end;
}
.lp-home .l-games .l-game__list--item .item__data .score dl.right dd {
  margin-right: 2.1333333333vw;
}
.lp-home .l-games .l-game__list--item .item__data .score dl dt {
  font-size: 12px;
  font-size: 3.2vw;
}
.lp-home .l-games .l-game__list--item .item__data .score dl dd {
  font-size: 20px;
  font-size: 5.3333333333vw;
  letter-spacing: -0.1333333333vw;
}
.lp-home .l-games .l-game__list--item .item__data .schedule {
  width: 100%;
  height: 13.8666666667vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-home .l-games .type__text .l-game__list--item .inner .item__data {
  height: 48vw;
}
.lp-home .l-games .type__text .l-game__list--item .inner .item__data .lnk {
  position: absolute;
  bottom: 4.2666666667vw;
  left: 0;
  width: 100%;
}
.lp-home .l-games .type__text .l-game__list--item .inner .item__data .lnk .ttl {
  display: none;
}
.lp-home .l-games .type__text .l-game__list--item .inner .item__data .lnk a, .lp-home .l-games .type__text .l-game__list--item .inner .item__data .lnk span {
  display: block;
  margin: 2.1333333333vw auto 0;
  width: 40vw;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 6.6666666667vw;
  background-color: #FF0020;
}

.lp-home .l-games .type__text .l-game__list--item .inner .item__data .lnk p.snavi-soon {
	display: block;
	margin: 2.1333333333vw auto 0;
	width: 40vw;
	font-size: 12px;
	font-size: 3.2vw;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 6.6666666667vw;	
	background-color: #a0a0a0;;
	cursor:default;	
}

.lp-home .l-games .type__text .l-game__list--item .inner .item__data .lnk span {
  background-color: #d5d5d5;
}
.lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk {
  position: relative;
  margin: 4.2666666667vw auto 0;
  padding: 3.2vw 0 5.3333333333vw;
  border: 1px solid #000;
  width: 48vw;
}
.lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk .ttl {
  position: absolute;
  top: -1.2rem;
  left: 0;
  width: 100%;
}
.lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk .ttl span {
  display: block;
  margin: 0 auto;
  width: 32vw;
  height: 6.1333333333vw;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url(../images/commons/icons/ico_projector.svg) center center no-repeat;
  background-size: 32vw auto;
}
.lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk a, .lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk span {
  display: block;
  margin: 2.6666666667vw auto 0;
  width: 34.6666666667vw;
  height: 6.864vw;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk a.bnavi, .lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk span.bnavi {
  background: url(../images/commons/logo_basketlive.svg) 0 0 no-repeat;
  background-size: 100%;
}
.lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk a.snavi, .lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk span.snavi {
  background: url(../images/commons/logo_sportsnavi.svg) 0 0 no-repeat;
  background-size: 100%;
}
.lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk span.bnavi, .lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk span.snavi {
  opacity: 0.1;
}
@media (min-width: 768px) {
  .lp-home .l-games {
    padding: 72px 0 96px;
    background: url(../images/home/games_bg-pc.png) center top no-repeat;
    background-size: cover;
  }
  .lp-home .l-games .l-game__list--item {
    padding: 0 20px;
  }
  .lp-home .l-games .l-game__list--item > .inner {
    width: 300px;
  }
  .lp-home .l-games .l-game__list--item .item__photo {
    width: 300px;
    height: 200px;
  }
  .lp-home .l-games .l-game__list--item .item__photo img {
    width: 300px;
  }
  .lp-home .l-games .l-game__list--item .item__data {
    padding: 12px 12px 20px;
  }
  .lp-home .l-games .l-game__list--item .item__data .gname {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .lp-home .l-games .l-game__list--item .item__data .score {
	height: 36px;
    background-size: 6px 3px;
  }
.lp-home .l-games .l-game__list--item .item__data .score_end {
	height: 72px;
	background-size: 6px 3px;
	}
  .lp-home .l-games .l-game__list--item .item__data .score dl.left dd {
    margin-left: 6px;
  }
  .lp-home .l-games .l-game__list--item .item__data .score dl.right dd {
    margin-right: 8px;
  }
.lp-home .l-games .l-game__list--item .item__data .score dl dt {
	font-size: 1.8rem;
  }
.lp-home .l-games .l-game__list--item .item__data .score dl dd {
    font-size: 3.4rem;
    letter-spacing: -0.5px;
  }
  .lp-home .l-games .l-game__list--item .item__data .schedule {
    font-size: 1.6rem;
	  height: 42px;
  }
  .lp-home .l-games .type__text .l-game__list--item .inner .item__data {
    height: 210px;
  }
  .lp-home .l-games .type__text .l-game__list--item .inner .item__data .lnk {
    bottom: 20px;
  }
  .lp-home .l-games .type__text .l-game__list--item .inner .item__data .lnk a, .lp-home .l-games .type__text .l-game__list--item .inner .item__data .lnk span {
    margin: 8px auto 0;
    width: 180px;
    font-size: 1.4rem;
    line-height: 32px;
  }

.lp-home .l-games .type__text .l-game__list--item .inner .item__data .lnk p.snavi-soon {
	margin: 8px auto 0;
	width: 180px;
	font-size: 1.4rem;
	line-height: 32px;
	background: #a0a0a0;
	cursor:default;	
}	
	
  .lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk {
    margin: 16px auto 0;
    padding: 16px 0 24px;
    border: 1px solid #000;
    width: 220px;
  }
  .lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk .ttl span {
    width: 140px;
    height: 24.83px;
    background-size: 140px auto;
  }
  .lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk a, .lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk span {
    margin: 12px auto 0;
    width: 130px;
    height: 25.74px;
  }
  .lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk a.bnavi, .lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk span.bnavi {
    background-size: 130px auto;
  }
  .lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk a.snavi, .lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk span.snavi {
    background-size: 130px auto;
  }
  .lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk span.bnavi, .lp-home .l-games .type__logo .l-game__list--item .inner .item__data .lnk span.snavi {
    opacity: 0.1;
  }
  .lp-home .l-games .slick-dots {
    margin-bottom: 0;
  }
}
.lp-home .l-games .before-the-start {
  margin: 0 auto;
  width: 89.3333%;
  border: 0.2666666667vw solid #fff;
}
.lp-home .l-games .before-the-start--inner {
  padding: 10.6666666667vw 0;
}
.lp-home .l-games .before-the-start--inner p {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-home .l-games .before-the-start {
    width: 1160px;
    border: 2px solid #fff;
  }
  .lp-home .l-games .before-the-start--inner {
    padding: 120px 0;
  }
  .lp-home .l-games .before-the-start--inner p {
    font-size: 2.4rem;
  }
}
.lp-home .h-teams {
  padding: 12.8vw 0 14.9333333333vw;
  background-color: #f3f4f5;
}
.lp-home .h-teams .before-the-start {
  margin: -5.3333333333vw auto 6.4vw;
  width: 89.6666%;
  font-size: 12px;
  font-size: 3.2vw;
}
.lp-home .h-teams .h-teams__area {
  margin-bottom: 5.3333333333vw;
  padding: 5.3333333333vw 5.3333333333vw 0.5333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
}
.lp-home .h-teams .h-teams__area--item {
  padding: 0 1.6em 3.2vw;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-home .h-teams .h-teams__area--item span {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #fff;
}
.lp-home .h-teams .h-teams__area--item i {
  display: block;
  width: 3.2vw;
  height: 2.6666666667vw;
}
.lp-home .h-teams .h-teams__area--item.current span {
  color: #FF0020;
}
.lp-home .h-teams .h-teams__area--item.current i {
  background: url(../images/commons/icons/ico__triangle--center.svg) 0 0 no-repeat;
  background-size: 3.2vw 2.6666666667vw;
}
.lp-home .h-teams .h-teams__all {
  display: none;
  margin: 0 auto 7.4666666667vw;
  width: 89.3333%;
}
.lp-home .h-teams .h-teams__all.current {
  display: block;
}
.lp-home .h-teams .h-teams__all .h-teams__list {
  display: none;
  min-height: 42.6666666667vw;
}
.lp-home .h-teams .h-teams__all .h-teams__list.current {
  display: block;
}
.lp-home .h-teams .h-teams__all .h-teams__list .item__area {
  position: relative;
  margin-bottom: 3.2vw;
  border: 0.2666666667vw solid #9F9F9F;
  padding: 3.2vw 23.4666666667vw 3.2vw 2.1333333333vw;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-home .h-teams .h-teams__all .h-teams__list .item__area > p {
  font-weight: 700;
  line-height: 1.2;
}
.lp-home .h-teams .h-teams__all .h-teams__list .item__area .area {
  width: 18.6666666667vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #FF0020;
  white-space: nowrap;
}
.lp-home .h-teams .h-teams__all .h-teams__list .item__area .name {
  font-size: 14px;
  font-size: 3.7333333333vw;
}
.lp-home .h-teams .h-teams__all .h-teams__list .item__area .lnk {
  position: absolute;
  right: 2.1333333333vw;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.lp-home .h-teams .h-teams__all .h-teams__list .item__area .lnk a {
  display: block;
  width: 19.7333333333vw;
  font-size: 12px;
  font-size: 3.2vw;
  color: #fff;
  text-align: center;
  line-height: 6.4vw;
  background-color: #FF0020;
}
.lp-home .h-teams .cassette__ttl--sub {
  margin: 0 auto 4.2666666667vw;
  padding-bottom: 1.0666666667vw;
  width: 89.3333%;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .lp-home .h-teams .cassette__ttl--sub {
    margin: 0 auto 16px;
    padding-bottom: 8px;
    width: 1160px;
    font-size: 2rem;
  }
}
.lp-home .h-teams .slick-dots {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .lp-home .h-teams {
    padding: 80px 0 88px;
  }
  .lp-home .h-teams .before-the-start {
    margin: -40px auto 32px;
    width: 1160px;
    font-size: 1.4rem;
  }
  .lp-home .h-teams .h-teams__area {
    margin: 0 auto 40px;
    width: 1160px;
    padding: 16px 0 8px;
  }
  .lp-home .h-teams .h-teams__area--item {
    padding: 0 1.6em;
  }
  .lp-home .h-teams .h-teams__area--item:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .lp-home .h-teams .h-teams__area--item span {
    font-size: 1.6rem;
  }
  .lp-home .h-teams .h-teams__area--item i {
    width: 12px;
    height: 10px;
  }
  .lp-home .h-teams .h-teams__area--item.current {
    opacity: 1;
  }
  .lp-home .h-teams .h-teams__area--item.current i {
    background-size: 12px 10px;
  }
  .lp-home .h-teams .h-teams__all {
    margin: 0 auto 96px;
    width: 760px;
  }
  .lp-home .h-teams .h-teams__all .h-teams__list {
    min-height: 160px;
  }
  .lp-home .h-teams .h-teams__all .h-teams__list .item__area {
    margin-bottom: 10px;
    border: 1px solid #9F9F9F;
    padding: 14px 160px 14px 32px;
  }
  .lp-home .h-teams .h-teams__all .h-teams__list .item__area > p {
    font-weight: 700;
    line-height: 1.2;
  }
  .lp-home .h-teams .h-teams__all .h-teams__list .item__area .area {
    width: 80px;
    font-size: 1.4rem;
  }
  .lp-home .h-teams .h-teams__all .h-teams__list .item__area .name {
    font-size: 1.4rem;
  }
  .lp-home .h-teams .h-teams__all .h-teams__list .item__area .lnk {
    right: 24px;
  }
  .lp-home .h-teams .h-teams__all .h-teams__list .item__area .lnk a {
    width: 126px;
    font-size: 1.2rem;
    line-height: 24px;
  }
}
.lp-home .cheer {
  padding: 10.6666666667vw 0 14.9333333333vw;
  background-color: #FF0020;
}
.lp-home .cheer .cassette__ttl {
  color: #fff;
}
.lp-home .cheer .cheer__info {
  color: #fff;
}
.lp-home .cheer .cheer__info--data {
  margin: 0 auto 8vw;
  width: 89.3%;
}
.lp-home .cheer .cheer__info--data .ttl {
  margin-bottom: 8vw;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.8;
}
.lp-home .cheer .cheer__info--data .text {
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 1.7;
}
.lp-home .cheer .cheer__info--data .cmn-more {
  margin-top: 6.4vw;
}
.lp-home .cheer .cheer__info--data .cmn-more a {
  background-color: #fff;
}
.lp-home .cheer .cheer__info--data .cmn-more a span {
  color: #FF0020;
  background: url(../images/commons/icons/ico_arrow-right-w.svg) right center no-repeat;
  background-size: 2.6666666667vw;
}
.lp-home .cheer .cheer__info--ph {
  width: 100%;
}
.lp-home .cheer .cheer__info--ph .frame {
  margin: 0 auto;
  width: 100%;
  max-width: 868px;
}
.lp-home .cheer .cheer__info--ph .frame__inner {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.lp-home .cheer .cheer__info--ph .frame__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .lp-home .cheer {
    padding: 70px 0 64px;
  }
  .lp-home .cheer .cheer__info {
    margin: 0 auto;
    width: 1160px;
    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 .cheer .cheer__info--data {
    margin: 0;
    width: 380px;
  }
  .lp-home .cheer .cheer__info--data .ttl {
    margin-bottom: 40px;
    font-size: 3rem;
  }
  .lp-home .cheer .cheer__info--data .text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .lp-home .cheer .cheer__info--data .cmn-more {
    margin-top: 32px;
  }
  .lp-home .cheer .cheer__info--data .cmn-more a span {
    background: url(../images/commons/icons/ico_arrow-right-w.svg) right center no-repeat;
    background-size: 15px;
  }
  .lp-home .cheer .cheer__info--ph {
    width: 700px;
  }
  .lp-home .cheer .cheer__info--ph img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.lp-home .gallery .cassette__ttl {
  color: #fff;
}
@media (max-width: 767px) {
  .lp-home .gallery {
    padding: 10.6666666667vw 0 16vw;
    background: url(../images/commons/header/header__bg--2020.png) 0 0 repeat;
    background-size: 61px;
  }
  .lp-home .gallery .gallery__list {
    position: relative;
    padding-top: 3.2vw;
    height: 72vw;
  }
  .lp-home .gallery .gallery__list--item {
    margin-top: 17.3333333333vw;
    margin-right: 1.3333333333vw;
    margin-left: 1.3333333333vw;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .lp-home .gallery .gallery__list--item .inner {
    background-image: none !important;
  }
  .lp-home .gallery .gallery__list--item img {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
  }
  .lp-home .gallery .gallery__list--item.slick-current {
    margin-top: 0;
  }
  .lp-home .gallery .gallery__list--item.slick-current img {
    width: 72vw;
    height: 72vw;
  }
  .lp-home .gallery .cmn-more {
    margin-bottom: 0;
    padding-top: 12.8vw;
  }
}
@media (min-width: 768px) {
  .lp-home .gallery {
    padding: 70px 0 120px;
    background: url(../images/commons/header/header__bg--2020.png) 0 0 repeat;
    background-size: 122px;
  }
  .lp-home .gallery .gallery__list {
    position: relative;
  }
  .lp-home .gallery .gallery__list--item {
    position: relative;
    background-image: none !important;
    margin-right: -135px;
    margin-left: -135px;
    width: 540px;
    height: 520px;
  }
  .lp-home .gallery .gallery__list--item .inner {
    margin: 135px auto 0;
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .lp-home .gallery .gallery__list--item.slick-current {
    z-index: 10;
  }
  .lp-home .gallery .gallery__list--item.slick-current .inner {
    margin: 0 auto;
    border: 1px solid #fff;
    width: 518px;
    height: 518px;
  }
  .lp-home .gallery .gallery__list .slick-arrow {
    display: none;
  }
}
@media (min-width: 1280px) {
  .lp-home .gallery .gallery__list .slick-arrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    position: absolute;
    bottom: -64px;
    width: 80px;
    height: 35px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .lp-home .gallery .gallery__list .slick-arrow:hover {
    opacity: 0.7;
  }
  .lp-home .gallery .gallery__list .slick-arrow.slick-prev {
    left: calc(((100vw - 530px) /2));
    background-image: url(../images/home/slick_arrow-prev.svg);
  }
  .lp-home .gallery .gallery__list .slick-arrow.slick-next {
    right: calc(((100vw - 530px) /2));
    background-image: url(../images/home/slick_arrow-next.svg);
  }
}
.lp-home .widget {
  padding: 13.3333333333vw 0 8vw;
  /*border-bottom: 1px solid #707070;*/
}
.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.0666666667vw;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 600;
}
.lp-home .widget__inner .item > div {
  border: 1px solid #ddd;
  border-radius: 2.1333333333vw;
}
@media (min-width: 768px) {
  .lp-home .widget {
    padding: 80px 0;
  }
  .lp-home .widget__inner {
    margin: 0 auto;
    width: 1160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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;
  }
}
.lp-home .sponsor {
  margin: 0 auto;
  width: 82.6666666667vw;
}
.lp-home .sponsor__ttl {
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 600;
  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: 19.2vw;
}
.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.main .sponsor__list--item_ene {
  margin-top: 12.8vw;
}
.lp-home .sponsor__list.main .sponsor__list--item_ene img {
  width: auto;
  height: 21.3333333333vw;
}

.lp-home .sponsor__list.main .sponsor__list--item-zamst {
  margin-top: 12.8vw;
}
.lp-home .sponsor__list.main .sponsor__list--item-zamst img {
  width: auto;
  height: 21.3333333333vw;
}

.lp-home .sponsor__list.sub .sponsor__list--item-zamst {
  margin-top: 12.8vw;
}
.lp-home .sponsor__list.sub .sponsor__list--item-zamst 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-evenly;
}
.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: 16.266667vw;
}
@media (min-width: 768px) {
  .lp-home .sponsor {
    width: 100%;
  /* 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: 118px;
  }
  .lp-home .sponsor__list.main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
		justify-content: space-evenly;
  }
  .lp-home .sponsor__list.main .sponsor__list--item {
  /*margin: 50px 21px 0;*/
	/*margin: 50px 30px 0;*/
	margin: 50px 2px 0;
  }

  .lp-home .sponsor__list.main .sponsor__list--item_ene {
	  margin:60px 20px 0 20px;
  }
  
  .lp-home .sponsor__list.main .sponsor__list--item img {
	height: 80px;
	/*height: 60px;*/
  }

  .lp-home .sponsor__list.main .sponsor__list--item_ene img {
	height: 60px;
  }
  
  .lp-home .sponsor__list.main .sponsor__list--item-zamst {
	margin: 58.5px 35px 52.5px;
  }
  
  .lp-home .sponsor__list.main .sponsor__list--item-zamst img {
	height: 58px;
  }  
	
  .lp-home .sponsor__list.sub .sponsor__list--item-zamst {
	margin: 50px 0 0 0;
  }
  
  .lp-home .sponsor__list.sub .sponsor__list--item-zamst img {
	height: 58px;
  }  

  .lp-home .sponsor__list.sub {
    margin: 0 auto;
    padding-top: 0;
    width: 800px;
  }
  .lp-home .sponsor__list.sub .sponsor__list--item {
    margin-top: 50px;
    width: 16%;
  }
  .lp-home .sponsor__list.sub .sponsor__list--item img {
	height: 60px;
  }
}
