@charset "utf-8";
@import url('top-pc.css');
@import url('top-sp.css');

.eapps-instagram-feed-posts-item-header,
.eapps-instagram-feed-posts-item-instagram-link,
.eapps-instagram-feed-popup-item-likes,
.eapps-instagram-feed-posts-item-share,
.eapps-instagram-feed-popup-item-share,
.eapps-instagram-feed-posts-item-meta,
.eapps-instagram-feed-posts-item-user,
.eapps-instagram-feed-posts-item-user-actions,
.eapps-instagram-feed-popup-item-media-carousel-pagination-item,
.eapps-instagram-feed-popup-item-meta,
.eapps-instagram-feed-popup-item-date {
  margin: initial;
}
.eapps-instagram-feed-popup-item-date,
.eapps-instagram-feed-popup-item-text,
.eapps-instagram-feed-posts-item-text {
  text-align: initial;
}

.mv {
  padding: 30px 60px 50px;
  margin-bottom: 180px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 750px) {
  .mv {
    padding: 0 0 30px;
    margin-bottom: 85px;
  }
}

.swiper-pagination {
  width: 100%;
  line-height: 0;
  bottom: 0 !important;
}

@media screen and (max-width: 750px) {
  .swiper-pagination {
    text-align: left;
    left: 20px !important;
    right: 140px !important;
    width: auto !important;
  }
}

.swiper-pagination-bullet {
  line-height: 0;
  display: inline-block;
  width: 80px;
  height: 2px;
  margin: 2px 10px !important;
  border-radius: 0;
  background-color: #0041bf;
  opacity: 0.3;
}

@media screen and (max-width: 750px) {
  .swiper-pagination-bullet {
    width: 35px;
    margin: 1px 5px !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #fff;
  right: 30px;
  bottom: auto;
  top: 50%;
  left: auto;
  transform: translate3d(0, -50%, 0);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
}

@media screen and (max-width: 750px) {
  .swiper-button-next {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 0;
    top: auto;
    left: auto;
    transform: translate3d(0, 0, 0);
  }
}

.swiper-button-next::before {
  content: '';
  background-color: #0041bf;
  position: absolute;
  right: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  transition: all 0.2s ease-out;
}

.swiper-button-next:hover::before {
  right: 0;
}

@media screen and (max-width: 750px) {
  .swiper-button-next:hover::before {
    right: 100%;
  }
}

.swiper-button-next::after {
  content: '';
  width: 24px;
  height: 9px;
  background: url(../img/arrow-right-blue.svg) no-repeat center center / 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.swiper-button-next:hover::after {
  background-image: url(../img/arrow-right-white.svg);
}

@media screen and (max-width: 750px) {
  .swiper-button-next:hover::after {
    background-image: url(../img/arrow-right-blue.svg);
  }
}

.swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #fff;
  right: auto;
  bottom: auto;
  top: 50%;
  left: 30px;
  transform: translate3d(0, -50%, 0);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 750px) {
  .swiper-button-prev {
    width: 50px;
    height: 50px;
    right: 80px;
    bottom: 0;
    top: auto;
    left: auto;
    transform: translate3d(0, 0, 0);
  }
}

.swiper-button-prev::before {
  content: '';
  background-color: #0041bf;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 100%;
  transition: all 0.2s ease-out;
}

.swiper-button-prev:hover::before {
  left: 0;
}

@media screen and (max-width: 750px) {
  .swiper-button-prev:hover::before {
    left: 100%;
  }
}

.swiper-button-prev::after {
  content: '';
  width: 24px;
  height: 9px;
  background: url(../img/arrow-left-blue.svg) no-repeat center center / 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.swiper-button-prev:hover::after {
  background-image: url(../img/arrow-left-white.svg);
}

@media screen and (max-width: 750px) {
  .swiper-button-prev:hover::after {
    background-image: url(../img/arrow-left-blue.svg);
  }
}
/*============================
.holdings-header
============================*/
.holdings-header {
  z-index: 3;
}

/*============================
.holdings-header
============================*/
.holdings-footer {
  z-index: 3;
}

/*============================
main
============================*/
main {
  position: relative;
  display: block;
  margin-top: calc(100vh - 135px);
  z-index: 2;
}

@media (max-width: 980px) {
  main {
    margin-top: calc(100vh - 85px);
  }
}

	/*============================
.fv
============================*/
.fv {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100lvh;
	z-index: 1;
}
.fv-copy {
	position: absolute;
	z-index: 5;
}
.fv-copy .copy {
	display: block;
}

.fv-copy .copy img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fv-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 4;
}

.fv-img:not(.slick-initialized) .img:not(first-child) {
	display: none;
}

.fv-img .img {
	width: 100%;
}

.fv-img .img picture {
	display: block;
}

.fv-img .img img {
	width: 100%;
}

.fv-label {
	position: absolute;
  z-index: 2;
}

.fv-label:not(.slick-initialized) .label:not(first-child) {
	display: none;
}

.fv-label .label picture {
  display: block;
}

.fv-label .label img {
	width: 100%;
}

.fv-bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
	mix-blend-mode: multiply;
}

.fv-bg .bg {
	width: 100%;
	height: 100lvh;
}

.fv-bg:not(.slick-initialized) .bg:not(first-child) {
	display: none;
}

.fv-bg .bg-gamba {
	background: linear-gradient(to right bottom, #023997 25%, #000000 100% );
}

.fv-bg .bg-bluteon {
	background: linear-gradient(to right bottom, #2F7FFF 0%, #00239C 100% );
}

.fv-bg .bg-angels {
	background: linear-gradient(to right bottom, #154D9B 0%, #DD4079 100% );
}

.fv-bg .bg-baseball {
	background: linear-gradient(to right bottom, #004EC2 70%, #E2BB0C 88%, #CC601D 100% );
}

.fv-bg .bg-wildknights {
	background: linear-gradient(to right bottom, #FBC600 0%, #F39800 10%, #0056A8 69%, #011E3B 100% );
}

.fv-movie {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}
.fv-movie::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #ffffff;
	opacity: 0.7;
	z-index: 2;
}

.fv-movie video {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	z-index: 1;
}

/* SP */
@media (max-aspect-ratio: 3 / 4) {
  .fv-copy {
    left: 0;
    right: 0;
    top: 160px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .fv-copy .copy {
    display: block;
    width: calc(230 / 390 * 100%);
    height: calc(250 / 785 * 100lvh);
  }
  .fv-img {
    left: 50%;
    width: calc(830 / 390 * 100vw);
    transform: translateX(-50%);
  }
  .fv-img .img picture {
    height: calc(500 / 780 * 100lvh);
  }
  .fv-img .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
  }
  .fv-label {
    left: 0;
    width: calc(95 / 390 * 100vw);
    top: 125px;
  }
  .fv-label .label picture {
    height: calc(100lvh - 125px);
  }
  .fv-label .label img {
    height: 100%;
    object-fit: contain;
    object-position: left top;
  }
}
@media (max-aspect-ratio: 3 / 4) and (max-width: 980px) {
  .fv-copy {
    top: 110px;
  }
  .fv-label {
    top: 75px;
  }
  .fv-label .label {
    height: calc(100lvh - 75px);
  }
}
/* TB */
@media (min-aspect-ratio: 3 / 4) and (max-aspect-ratio: 4 / 3) {
  .fv-copy {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: calc(32 / 390 * 100vw);
    width: calc(240 / 390 * 100vw);
    top: 160px;
    bottom: calc(400 / 780 * 100lvh);
  }
  .fv-img {
    left: 50%;
    width: 150%;
    transform: translateX(-50%);
  }
  .fv-img .img picture {
    height: calc(500 / 780 * 100lvh);
  }
  .fv-img .img img {
    height: 100%;
    object-fit: contain;
  }
  .fv-label {
    left: 0;
    top: 125px;
    width: calc(95 / 390 * 100vw);
  }
  .fv-label .label picture {
    height: calc(100lvh - 125px);
  }
  .fv-label .label img {
    height: 100%;
    object-fit: contain;
    object-position: left top;
  }
}
@media (min-aspect-ratio: 3 / 4) and (max-aspect-ratio: 4 / 3) and (max-width: 980px) {
  .fv-copy {
    top: 110px;
  }
  .fv-label {
    top: 75px;
  }
  .fv-label .label {
    height: calc(100lvh - 75px);
  }
}
/* PC */
@media (min-aspect-ratio: 4 / 3) {
  .fv-copy {
    left: 0;
    top: 0;
    height: 100lvh;
  }

  .fv-copy .copy {
    width: 100%;
    height: 100%;
    object-position: top left;
  }

  .fv-img .img {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .fv-img .img picture {
    width: calc(960 / 1440 * 100%);
    margin-left: auto;
  }

  .fv-label {
    left: 0;
    bottom: 0;
    width: calc(1374 / 1440 * 100%);
  }
}