@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  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 {
  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-single {
  width: 100%;
}
@media (min-width: 768px) {
  .lp-home .hero-single,.bg-slider {
    /*background: url(../images/home/kv_pc-bg.png) 0 0 repeat-x;*/
    background: #000000;	  
    background-size: 100% 100%;
  }
}
.lp-home .hero-single__inner {
  width: 100%;
  height: 96vw;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.lp-home .hero-single video {
        top:0;
        width: 100%;
        height: 100%;
        background: #000;/*背景を黒で表示*/
     }

@media (max-width: 767px) {
  .lp-home .hero-single__inner {
	background: url(../images/home/kv-sp.png?V=202307061550) center center no-repeat;
    background-size: cover;
  }
  .lp-home .hero-single__inner_video {
	width: 100%;
    height: 56.33333333vw;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
  }	
.video{
	display: none;
	}
	
.video_sp{
	display: flex;
	}	
}
@media (min-width: 768px) {
  .lp-home .hero-single__inner {
    margin: 0 auto;
    max-width: 1280px;
    height: 630px;
	background: url(../images/home/kv-pc.png?V=202307061550) center center no-repeat;
    background-size: auto 100%;
  }
	
  .lp-home .hero-single__inner_video {
    margin: 0 auto;
    max-width: 1280px;
    height: 750px;
    background-size: auto 100%;
  }	
.video_sp{
	display: none;
	}
	
.video{
	display: initial;
	}	
}
}
.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.67vw;
  display: flex;
  align-items: flex-end;
}
.lp-home .hero__inner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96vw;
  /*background: rgba(0, 0, 0, 0.3);*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-home .hero__inner .text .ttl {
  padding-top: 28.8vw;
  margin-bottom: 4.27vw;
  /*background: url(../images/commons/logo_2021-transparent70.svg) center top no-repeat;*/
  background-size: 31.2vw auto;
}
.lp-home .hero__inner .text .ttl span {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
  width: 89.73vw;
  height: 5.33vw;
  /*background: url(../images/home/kv_ttl.png) center center no-repeat;*/
  background-size: 100% auto;
}
.lp-home .hero .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
-webkit-animation: bgAnime 40s infinite;
animation: bgAnime 40s infinite;
  background-position: center top;
  background-size: cover;
}
.lp-home .hero .bgImg.src1 {
background-image: url(../images/home/kv_1_sp.png?v=202209051800);
}
.lp-home .hero .bgImg.src2 {
background-image: url(../images/home/kv_2_sp.png?v=202209051800);
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.lp-home .hero .bgImg.src3 {
background-image: url(../images/home/kv_3_sp.png?v=202209051800);
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.lp-home .hero .bgImg.src4 {
background-image: url(../images/home/kv_4_sp.png?v=202209051800);
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.lp-home .hero .bgImg.src5 {
background-image: url(../images/home/kv_5_sp.png?v=202209051800);
-webkit-animation-delay: 20s;
		animation-delay: 20s;
}
.lp-home .hero .bgImg.src6 {
background-image: url(../images/home/kv_6_sp.png?v=202209051800);
-webkit-animation-delay: 25s;
		animation-delay: 25s;
}
.lp-home .hero .bgImg.src7 {
background-image: url(../images/home/kv_7_sp.png?v=202209051800);
-webkit-animation-delay: 30s;
		animation-delay: 30s;
}
.lp-home .hero .bgImg.src8 {
background-image: url(../images/home/kv_8_sp.png?v=202209051800);
-webkit-animation-delay: 35s;
		animation-delay: 35s;
}

@-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;
    height: 630px;
    padding-bottom: 54px;
  }
  .lp-home .hero__inner .text {
    height: 630px;
  }
  .lp-home .hero__inner .text .ttl {
    padding-top: 226px;
    margin-bottom: 32px;
    background-size: 233px auto;
  }
  .lp-home .hero__inner .text .ttl span {
    width: 600px;
    height: 32px;
  }
  .lp-home .hero .bgImg.src1 {
background-image: url(../images/home/kv_1_pc.png?v=202209051800) ;
    background-size: auto 100%;
	background-repeat:no-repeat;
  }
  .lp-home .hero .bgImg.src2 {
background-image: url(../images/home/kv_2_pc.png?v=202209051800) ;
    background-size: auto 100%;
	background-repeat:no-repeat;	  
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
  .lp-home .hero .bgImg.src3 {
background-image: url(../images/home/kv_3_pc.png?v=202209051800) ;
    background-size: auto 100%;
	background-repeat:no-repeat;	  
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
  .lp-home .hero .bgImg.src4 {
background-image: url(../images/home/kv_4_pc.png?v=202209051800) ;
    background-size: auto 100%;
	background-repeat:no-repeat;	  
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
  }
.lp-home .hero .bgImg.src5 {
background-image: url(../images/home/kv_5_pc.png?v=202209051800) ;
background-size: auto 100%;
background-repeat:no-repeat;	  
-webkit-animation-delay: 20s;
		animation-delay: 20s;
}
.lp-home .hero .bgImg.src6 {
background-image: url(../images/home/kv_6_pc.png?v=202209051800) ;
background-size: auto 100%;
background-repeat:no-repeat;	  
-webkit-animation-delay: 25s;
		animation-delay: 25s;
}
	
.lp-home .hero .bgImg.src7 {
background-image: url(../images/home/kv_7_pc.png?v=202209051800) ;
background-size: auto 100%;
background-repeat:no-repeat;	  
-webkit-animation-delay: 30s;
		animation-delay: 30s;
}

.lp-home .hero .bgImg.src8 {
background-image: url(../images/home/kv_8_pc.png?v=202209051800) ;
background-size: auto 100%;
background-repeat:no-repeat;	  
-webkit-animation-delay: 35s;
		animation-delay: 35s;
}	
	
}
.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: flex;
    justify-content: 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;
  color: #ad8c08;
}
.lp-home .cassette__ttl span {
  margin-right: 1rem;
  font-size: 28px;
  font-size: 7.47vw;
  font-weight: 700;
}
.lp-home .cmn-more {
  margin: 0 auto 14.93vw;
  width: 40vw;
}
.lp-home .cmn-more a {
  display: block;
  text-align: center;
  background-color: #e60012;
  border-radius: 1.07vw;
}
.lp-home .cmn-more a span {
  display: inline-block;
  padding-right: 1.2em;
  font-size: 16px;
  font-size: 4.27vw;
  font-weight: 700;
  color: #fff;
  line-height: 10.67vw;
  background: url(../images/commons/icons/ico_arrow-right2020.svg) right center no-repeat;
  background-size: 2.67vw;
}
.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.13vw 2.4em 2.13vw 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.67vw;
  color: #fff;
}
@media (min-width: 768px) {
  .lp-home .ttlBox {
    margin: 0 auto;
    width: 1160px;
    display: flex;
    justify-content: space-between;
    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: flex;
    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: flex;
  }
  .lp-home .h-teams__head .cmn-more {
    margin-bottom: 8.53vw;
    width: 48vw !important;
  }
}
.lp-home .post__list {
  width: 100%;
}
.lp-home .post__list--item {
  padding: 0 2.67vw;
}
.lp-home .post__list--item > .inner {
  width: 56vw;
}
.lp-home .post__list--item > .inner a {
  display: flex;
  flex-direction: column-reverse;
}
.lp-home .post__list--item > .inner a .item__photo {
  margin-bottom: 2.67vw;
  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.73vw;
  color: #666666;
}
.lp-home .post__list--item > .inner a .item__data .text {
  font-size: 14px;
  font-size: 3.73vw;
  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.73vw;
  font-weight: 700;
}
.lp-home .l-result {
  padding: 10.67vw 0 0.27vw;
  background: url(../images/home/games_bg-sp.png) center center no-repeat;
  background-size: cover;
}
.lp-home .l-result .cassette__ttl {
  color: #ad8c08;
}
.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.33vw;
  font-weight: 700;
  color: #fff;
  padding-bottom: 1.07vw;
  border-bottom: 1px solid #fff;
}
.lp-home .l-result .rsltBox .ttl span {
  margin-left: 1.07vw;
  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.33vw;
}
.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.13vw;
  width: 100%;
}
.lp-home .l-result .rsltBox__list--row .item a {
  display: block;
  margin: 0 auto;
  width: 84vw;
  padding: 4.27vw;
  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: flex;
  justify-content: space-between;
  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: flex;
  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.07vw;
}
.lp-home .l-result .rsltBox__list--row .item .score dl.left {
  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 {
  flex-direction: row-reverse;
  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: flex;
  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.93vw;
  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: #BA0C2F;
}
.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.07vw;
  height: 53.33vw;
  background-repeat: no-repeat;
  background-size: 9.07vw;
  background-position: center center;
  opacity: 0.8;
  transform: translate(0, -50%);
  z-index: 1;
}
.lp-home .l-result .rsltBox__list .slick-arrow.slick-prev {
  left: 1.07vw;
  background-image: url(../images/slick/slider--prev.svg);
}
.lp-home .l-result .rsltBox__list .slick-arrow.slick-next {
  right: 1.07vw;
  background-image: url(../images/slick/slider--next.svg);
}
.lp-home .l-result .rsltBox__list .slick-dots {
  margin: 2.13vw auto 0;
}
@media (min-width: 768px) {
  .lp-home .l-result {
    padding: 72px 0 56px;
	background: url(../images/home/games_bg-pc.png) center center no-repeat;
	background-size: cover;	  
  }
  .lp-home .l-result .cassette__ttl {
    color: #ad8c08;
  }
  .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: flex;
    /* 〜26日 */
    /* 27日〜 */
    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: flex;
    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%;
    transform: translate(-50%, 0);
  }
}
.lp-home .l-report__inner {
  padding-top: 10.67vw;
}
.lp-home .l-report .post__list--item .inner {
  width: 74.67vw;
}
.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.27vw 4.27vw 6.4vw;
}
.lp-home .l-report .post__list .item__data .ttl {
  margin-bottom: 2.13vw;
  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.33vw auto 10.67vw;
  width: 94.6%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lp-home .slick-dots > li {
  padding: 0 1.33vw;
}
.lp-home .slick-dots > li button {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 2.67vw;
  height: 2.67vw;
  font-size: 1px;
  line-height: 1px;
  background: #b3b3b3;
}
.lp-home .slick-dots > li.slick-active button {
  background: #ad8c08;
}
@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.67vw;
}
@media (min-width: 768px) {
  .lp-home .news {
    margin-top: 72px;
    padding-bottom: 88px;
    /* NEWS暫定対応（slick非対応ver） */
  }
}
.lp-home .l-games {
  padding: 10.67vw 0 14.93vw;
  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.67vw;
}
.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.67vw;
  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.13vw 4.27vw;
  position: relative;
}
.lp-home .l-games .l-game__list--item .item__data .gname {
  margin-bottom: 1.07vw;
  font-size: 13px;
  font-size: 3.47vw;
  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: 13.87vw;
  display: flex;
  justify-content: space-between;
  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: 47.5%;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.lp-home .l-games .l-game__list--item .item__data .score dl.left {
  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 {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.lp-home .l-games .l-game__list--item .item__data .score dl.right dd {
  margin-right: 2.13vw;
}
.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.33vw;
  letter-spacing: -0.13vw;
}
.lp-home .l-games .l-game__list--item .item__data .schedule {
  width: 100%;
  height: 13.87vw;
  font-weight: 700;
  display: flex;
  justify-content: 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.27vw;
  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.13vw auto 0;
  width: 40vw;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 6.67vw;
  background-color: #BA0C2F;
}
.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.27vw auto 0;
  padding: 3.2vw 0 5.33vw;
  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.13vw;
  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.67vw auto 0;
  width: 34.67vw;
  height: 6.86vw;
  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: 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.2rem;
  }
  .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: 72px;
  }
  .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.27vw solid #fff;
}
.lp-home .l-games .before-the-start--inner {
  padding: 10.67vw 0;
}
.lp-home .l-games .before-the-start--inner p {
  font-size: 16px;
  font-size: 4.27vw;
  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.93vw;
  background-color: #f3f4f5;
}
.lp-home .h-teams .before-the-start {
  margin: -5.33vw auto 6.4vw;
  width: 89.6666%;
  font-size: 12px;
  font-size: 3.2vw;
}
.lp-home .h-teams .h-teams__area {
  margin-bottom: 5.33vw;
  padding: 5.33vw 5.33vw 0.53vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #000;
}
.lp-home .h-teams .h-teams__area--item {
  padding: 0 1.6em 3.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-home .h-teams .h-teams__area--item span {
  font-size: 16px;
  font-size: 4.27vw;
  font-weight: 700;
  color: #fff;
}
.lp-home .h-teams .h-teams__area--item i {
  display: block;
  width: 3.2vw;
  height: 2.67vw;
}
.lp-home .h-teams .h-teams__area--item.current span {
  color: #BA0C2F;
}
.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.67vw;
}
.lp-home .h-teams .h-teams__all {
  display: none;
  margin: 0 auto 7.47vw;
  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.67vw;
}
.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.27vw solid #9F9F9F;
  padding: 3.2vw 23.47vw 3.2vw 2.13vw;
  background-color: #fff;
  display: flex;
  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.67vw;
  font-size: 14px;
  font-size: 3.73vw;
  color: #BA0C2F;
  white-space: nowrap;
}
.lp-home .h-teams .h-teams__all .h-teams__list .item__area .name {
  font-size: 14px;
  font-size: 3.73vw;
}
.lp-home .h-teams .h-teams__all .h-teams__list .item__area .lnk {
  position: absolute;
  right: 2.13vw;
  top: 50%;
  transform: translate(0, -50%);
}
.lp-home .h-teams .h-teams__all .h-teams__list .item__area .lnk a {
  display: block;
  width: 19.73vw;
  font-size: 12px;
  font-size: 3.2vw;
  color: #fff;
  text-align: center;
  line-height: 6.4vw;
  background-color: #BA0C2F;
}
.lp-home .h-teams .cassette__ttl--sub {
  margin: 0 auto 4.27vw;
  padding-bottom: 1.07vw;
  width: 89.3333%;
  font-size: 16px;
  font-size: 4.27vw;
  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.67vw 0 14.93vw;
  background-color: #BA0C2F;
}
.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.33vw;
  font-weight: 700;
  line-height: 1.8;
}
.lp-home .cheer .cheer__info--data .text {
  font-size: 14px;
  font-size: 3.73vw;
  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: #BA0C2F;
  background: url(../images/commons/icons/ico_arrow-right-w.svg) right center no-repeat;
  background-size: 2.67vw;
}
.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: flex;
    justify-content: space-between;
    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.67vw 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.33vw;
    margin-right: 1.33vw;
    margin-left: 1.33vw;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: all 0.4s;
  }
  .lp-home .gallery .gallery__list--item .inner {
    background-image: none !important;
  }
  .lp-home .gallery .gallery__list--item img {
    width: 37.33vw;
    height: 37.33vw;
  }
  .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;
    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.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;
  color: #ad8c08;	
}
.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-evenly;
    flex-wrap: wrap;
  }
  .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;
  }
	
.fb-page,
.fb-page span,
.facebook_wrap iframe{
width: 100% !important;	
}	
}

.lp-home .sponsor {
  margin: 0 auto 4.0vw;
  width: 82.67vw;
}

/*.lp-home .sponsor__ttl {
  font-size: 20px;
  font-size: 5.33vw;
  font-weight: 600;
  text-align: center;
}*/

.lp-home .sponsor__ttl {
/*	margin: 0 auto 6.4vw;
	width: 89.3%;*/
	font-size: 12px;
	font-size: 3.6vw;
	font-weight: 700;
	color: #ad8c08;
	text-align:center;
}
.lp-home .sponsor__ttl span {
	margin-right: 1rem;
	font-size: 28px;
	font-size: 7.47vw;
	font-weight: 700;
}


  /*.lp-home .sponsor h2.sponsor__ttl {
  margin: 21.33vw 0 10.67vw;
}

.lp-home .sponsor h3.sponsor__ttl {
  margin: 21.33vw 0 2.67vw;
}*/

.lp-home .sponsor .official-sponsor img {
  margin: 0 auto;
  width: auto;
  height: 19.2vw;
}

.lp-home .sponsor__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  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.33vw;
}

.lp-home .sponsor__list.main02 .sponsor__list--item {
  margin-top: 12.8vw;
}

.lp-home .sponsor__list.main02 .sponsor__list--item img {
  width: auto;
  height: 21.33vw;
}

.lp-home .sponsor__list.sub {
  padding-top: 5.33vw;
  justify-content: space-between;
}

.lp-home .sponsor__list.sub .sponsor__list--item {
  margin-top: 11.73vw;
  width: 48%;
}

.lp-home .sponsor__list.sub .sponsor__list--item img {
  margin: 0 auto;
  width: auto;
  height: 12.27vw;
}

@media (min-width: 768px) {
  .lp-home .sponsor {
	width: 1100px;
  }

.lp-home .sponsor__ttl {
    font-size: 2.4rem;
  }

.lp-home .sponsor__ttl span {
	font-size: 5.3rem;
}

  /*  .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 {
	width: 420px;
	margin: 0 auto;
}	
	
  .lp-home .sponsor .official-sponsor img {
    height: 118px;
    float: left;
    margin: 0px 15px 40px;
  }

  .lp-home .sponsor__list.main {
    justify-content: center;
  }

  .lp-home .sponsor__list.main .sponsor__list--item {
	margin: 50px 4px 0;
  }

  .lp-home .sponsor__list.main .sponsor__list--item img {
	height: 60px;
  }

  .lp-home .sponsor__list.main02 {
    justify-content: center;
  }

  .lp-home .sponsor__list.main02 .sponsor__list--item {
    margin: 50px 20px 0;
  }

  .lp-home .sponsor__list.main02 .sponsor__list--item img {
    height: 70px;
  }

  .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: 44px;
  }
}

.lp-home .othergames_item {
  margin-bottom: 8.53vw;
}
.lp-home .othergames_item:last-child {
  margin-bottom: 0;
}
.lp-home .othergames_item img {
  margin: 0 auto;
  display: block;
  width: 64%;
  height: auto;
  filter: drop-shadow(0 1.07vw 1.6vw rgba(0, 0, 0, 0.32));
  transform: translateZ(0);
  border-radius: 2.13vw;
}
@media (min-width: 768px) {
  .lp-home .othergames {
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .lp-home .othergames_item {
    flex: 1;
    margin-bottom: 0;
  }
  .lp-home .othergames_item img {
    width: 72%;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.32));
    border-radius: 8px;
  }
}
