/* ============================================================
COLOR Definition
============================================================ */
@media screen and (min-width: 540px) {
  .banner-item {
    filter: blur(5px);
    opacity: 0.5;
    overflow: hidden;
  }
  .banner-item.swiper-slide-active {
    filter: blur(0);
    opacity: 1;
  }
}

.banner-item.poster .banner-bg > picture img {
  filter: blur(5px);
  opacity: 0.3;
}
.banner-item.poster .banner-bg > picture .ad-banner {
	filter: none;
	opacity: 1;	
}

.banner-bg {
  width: 100%;
  position: relative;
  padding-bottom: 150%;
}
.banner-bg::before {
  content: "";
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  background-image: linear-gradient(to bottom, rgba(18, 23, 44, 0.6), rgba(18, 23, 44, 0));
  z-index: 5;
}
.banner-bg::after {
  content: "";
  display: table;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 170px;
  background-image: linear-gradient(to top, #12172c, rgba(18, 23, 44, 0));
  z-index: 5;
}
@media screen and (min-width: 540px) {
  .banner-bg {
    width: 100%;
    padding-bottom: 36.46%;
    border-radius: 10px;
    overflow: hidden;
  }
  .banner-bg::before {
    content: "";
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-image: none;
    z-index: 5;
  }
  .banner-bg::after {
    content: "";
    display: table;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(123.56% 135.14% at 100% 0%, rgba(18, 23, 44, 0) 53.88%, #12172C 79.74%);
    opacity: 0.6;
    z-index: 5;
  }
}
.banner-bg > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}

.main-pic {
  width: 90%;
  padding-bottom: 90%;
  position: absolute;
  top: 140px;
  left: 5%;
  max-width: 440px;
}
.main-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
@media screen and (min-width: 540px) {
  .main-pic {
    width: 37.037037037vw;
    padding-bottom: 37.037037037vw;
    top: auto;
    left: auto;
    right: 10%;
    bottom: calc(50% - 18.5185185185vw);
  }
}
@media screen and (min-width: 1200px) {
  .main-pic {
    width: 33.3333333333vw;
    padding-bottom: 33.3333333333vw;
    bottom: calc(50% - 16.6666666667vw);
  }
}
@media screen and (min-width: 1360px) {
  .main-pic {
    width: 440px;
    padding-bottom: 440px;
    bottom: calc(50% - 220px);
  }
}

.name-area {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 64px;
  padding-bottom: 20px;
}
.name-area h2{
	font-size: 1.6em;
    line-height: 1.3em;
    text-align: center;
	height: 150px;
	color: #fff;
	text-decoration: none;
	width:100%;
	display: flex;
	margin-bottom: 10px;
	align-items: end;
	justify-content: center;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (min-width: 540px) {
  .name-area {
    width: 30%;
    max-width: 340px;
    min-width: 320px;
    left: 10%;
    justify-content: flex-start;
    bottom: 50%;
    transform: translate(0, 50%);
  }
   .name-area h2{
   	 align-items: center;
     justify-content: flex-start;
     margin-bottom: 10px;
	 font-size: 2.2em;
	 line-height: 1.3em;
	 text-align: left;
  }
}

.banner-logo {
  width: 100%;
  order: 1;
}
@media screen and (min-width: 540px) {
  .banner-logo {
    width: -moz-fit-content;
    width: fit-content;
    order: 2;
  }
}

.banner-logo-container {
  width: 280px;
  height: 100px;
  position: relative;
  margin: 8px auto;
}
.banner-logo-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
@media screen and (min-width: 540px) {
  .banner-logo-container {
    width: 250px;
    height: 80px;
    margin: 16px auto;
  }
  .banner-logo-container img {
    -o-object-position: left center;
       object-position: left center;
  }
}
@media screen and (min-width: 768px) {
  .banner-logo-container {
    width: 280px;
    height: 100px;
    margin: 16px auto;
  }
}
@media screen and (min-width: 1200px) {
  .banner-logo-container {
    width: 350px;
    height: 150px;
    margin: 16px auto;
  }
}

.banner-container .tag-and-info {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  order: 3;
  min-width: 100%;
}

.banner-container .banner-tags {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
/*   flex-wrap: wrap; */
  order: 2;
/*   margin: 0 auto; */
  white-space: nowrap;
}
.banner-tags .tag {
	margin-right: 4px;
}
.banner-tags .tag:nth-last-child(1) {
/*   margin-right: 0; */
}
@media screen and (min-width: 540px) {
 .banner-container .banner-tags {
    order: 1;
    margin: initial;
/*     margin-right: 10px; */
  }
 .banner-container .tag-and-info {
  justify-content: flex-start;
  }
}

.banner-info {
/*   width: 100%; */
  font-size: 0.8125em;
  font-weight: 500;
  color: #E2EAF2;
  order: 3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 4px 8px 4px 0;
  text-align: start;
}
@media screen and (min-width: 540px) {
  .banner-info {
    width: 100%;
    width: -moz-fit-content;
  	width: fit-content;
    font-size: 0.875em;
    order: 3;
  }
}
@media screen and (min-width: 1200px) {
  .banner-info {
    font-size: 0.9375em;
  }
}

.free-and-score {
  display: none;
}
@media screen and (min-width: 768px) {
  .free-and-score {
    width: 100%;
    margin-top: 8px;
    display: flex;
    order: 4;
    min-width: 400px
  }
  .free-and-score p {
  	max-width: 75%;
  	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8125em;
    font-weight: 400;
    color: #FF8400;
    margin-right: 4px;
  }
  .free-and-score .score-content img {
    height: 14px;
    margin-top: -2px;
  }
  .free-and-score .score-content h5 {
    font-size: 0.6875em;
  }
  .free-and-score .score-content h5 em {
    font-size: 1.3em;
  }
}
.banner-container .swiper-buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
  pointer-events: none;
}
.banner-container .swiper-buttons .swiper-button-next {
  position: absolute;
  z-index: 1000;
}
.banner-container .swiper-pagination {
  top: 100%;
}
@media screen and (min-width: 540px) {
  .banner-container .swiper-pagination {
    top: auto;
    bottom: 6px;
  }
}
.banner-container .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 4px;
  border-radius: 1000px;
}
.banner-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 22px;
  background: #00afeb;
}

@media screen and (min-width: 540px) {
  .banner-item .flash {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0.4;
  }
  .banner-item .flash .light {
    width: 100%;
    padding-bottom: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    mix-blend-mode: overlay;
    bottom: -100%;
    left: -100%;
  }
}

@keyframes slideTextAnimation {
  0% {
    margin-left: 10%;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}/*# sourceMappingURL=banner.css.map */