@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_main .img {
  width: 100%;
  height: auto;
}
.lp-home .hero_main .inner {
  width: 100%;
  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 .hero_main .ttl {
  background-color: #1947BA;
}
.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;
}
.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;
}
@media (max-width: 767px) {
  .lp-home .hero__inner .text .detail {
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    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;
  }
  .lp-home .hero__inner .text .detail .img {
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    text-indent: 900%;
    width: 96vw;
    height: 10.6666666667vw;
    background: url(/files/user/_/easl/2024-25/image/home/kv_date2023.png) 5.3333333333vw center #000 no-repeat;
    background-size: 63.2vw 5.0666666667vw;
  }
  .lp-home .hero__inner .text .detail .txt {
    padding-bottom: 2.6666666667vw;
    padding-left: 5.3333333333vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.lp-home .hero .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: bgAnime 20s infinite;
          animation: bgAnime 20s infinite;
  background-size: cover;
}
.lp-home .hero .bgImg.src1 {
  background-image: url(/files/user/_/easl/2024-25/image/home/kv_1-sp.jpg);
}
.lp-home .hero .bgImg.src2 {
  background-image: url(/files/user/_/easl/2024-25/image/home/kv_1-sp.jpg);
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.lp-home .hero .bgImg.src3 {
  background-image: url(/files/user/_/easl/2024-25/image/home/kv_1-sp.jpg);
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.lp-home .hero .bgImg.src4 {
  background-image: url(/files/user/_/easl/2024-25/image/home/kv_1-sp.jpg);
  -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 96px;
  }
  .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: 480px;
    background: url(/files/user/_/easl/2024-25/image/home/kv_date2023.png) 96px center #000 no-repeat;
    background-size: 358px 28.61px;
  }
  .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(/files/user/_/easl/2024-25/image/home/kv_1-pc.jpg);
  }
  .lp-home .hero .bgImg.src2 {
    background-image: url(/files/user/_/easl/2024-25/image/home/kv_2-pc.jpg);
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
  .lp-home .hero .bgImg.src3 {
    background-image: url(/files/user/_/easl/2024-25/image/home/kv_3-pc.jpg);
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
  .lp-home .hero .bgImg.src4 {
    background-image: url(/files/user/_/easl/2024-25/image/home/kv_4-pc.jpg);
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
  }
}
.lp-home .s-bnr__inner {
  padding: 20px 0;
}
.lp-home .s-bnr__list {
  width: 100%;
  overflow: hidden;
}
.lp-home .s-bnr__list--item > .inner {
  padding: 0 5px;
  width: 270px;
}
.lp-home .s-bnr__list--item > .inner a 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: #DC0416;
  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(/files/user/_/easl/2024-25/image/commons/icons/ico_arrow-right.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(/files/user/_/easl/2024-25/image/home/games_bg-sp.jpg) 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(/files/user/_/easl/2024-25/image/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 {
  font-size: 12px;
  font-size: 3.2vw;
}
.lp-home .l-result .rsltBox__list--row .item .score dl dd {
  font-size: 34px;
  font-size: 9.0666666667vw;
}
.lp-home .l-result .rsltBox__list--row .item .score dl.left {
  -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: #DC0416;
}
.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(/files/user/_/easl/2024-25/image/slick/slider--prev.svg);
}
.lp-home .l-result .rsltBox__list .slick-arrow.slick-next {
  right: 1.0666666667vw;
  background-image: url(/files/user/_/easl/2024-25/image/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(/files/user/_/easl/2024-25/image/home/slick_arrow-prev.svg);
  }
  .lp-home .l-result .rsltBox__list .slick-arrow.slick-next {
    right: 4px;
    background-image: url(/files/user/_/easl/2024-25/image/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 {
  overflow: hidden;
}
.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: #005dba;
}
@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(/files/user/_/easl/2024-25/image/home/games_bg-sp.jpg) center center no-repeat;
  background-size: cover;
}
.lp-home .l-games .cmn-more {
  margin-bottom: 0;
}
.lp-home .l-games .cassette__ttl {
  color: #fff;
}
.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: 36vw;
  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: 4.2666666667vw 2.1333333333vw;
  position: relative;
}
.lp-home .l-games .l-game__list--item .item__data-top {
  width: 100%;
  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 .l-games .l-game__list--item .item__data-top .logo {
  width: 16vw;
}
.lp-home .l-games .l-game__list--item .item__data-top .logo .img {
  margin: 0 auto;
}
.lp-home .l-games .l-game__list--item .item__data-top .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.lp-home .l-games .l-game__list--item .item__data-top .txt .s1 {
  display: block;
  color: #3188FF;
}
.lp-home .l-games .l-game__list--item .item__data-bot {
  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 .l-games .l-game__list--item .item__data-bot .tname {
  width: 16vw;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}
.lp-home .l-games .l-game__list--item .item__data-bot .score {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  font-size: 24px;
  font-size: 6.4vw;
  font-weight: 700;
  background: url(/files/user/_/easl/2024-25/image/boxscore/score-line.svg) center center no-repeat;
  background-size: 1.6vw 0.8vw;
}
.lp-home .l-games .l-game__list--item .item__data-bot .score span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: 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: #DC0416;
}
.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(/files/user/_/easl/2024-25/image/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(/files/user/_/easl/2024-25/image/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(/files/user/_/easl/2024-25/image/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(/files/user/_/easl/2024-25/image/home/games_bg-pc.jpg) 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: 170px;
  }
  .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-top .logo {
    width: 72px;
  }
  .lp-home .l-games .l-game__list--item .item__data-top .logo img {
    width: 51px;
    height: 51px;
  }
  .lp-home .l-games .l-game__list--item .item__data-top .txt {
    font-size: 1.4rem;
  }
  .lp-home .l-games .l-game__list--item .item__data-top .txt .s1 {
    display: inline-block;
    margin-right: 0.5em;
  }
  .lp-home .l-games .l-game__list--item .item__data-bot .tname {
    width: 72px;
    font-size: 1.2rem;
  }
  .lp-home .l-games .l-game__list--item .item__data-bot .score {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.4rem;
    background-size: 6px 3px;
    line-height: 1.01;
  }
  .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__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 .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.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: 118px;
  }
  .lp-home .sponsor__list.main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lp-home .sponsor__list.main .sponsor__list--item {
    margin: 50px 9px 0;
  }
  .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;
  }
}
/*# sourceMappingURL=home.css.map */
