.top-swiper-area {
  --swiper-navigation-size: 2em;
  --swiper-theme-color: #00bcd4;
  --swiper-pagination-bullet-inactive-color: #ddd;
  --swiper-pagination-bullet-inactive-opacity: .8;
  --swiper-pagination-bullet-opacity: 1;
  font-size: 0.7em;
  line-height: 1.0em;
}

.top-swiper-area img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -10;
  background: #fff;
}

.top-swiper-area .swiper-cross {
  --slides-per-view: 1.1;
  --space-between: 25;
  --aspect-ratio: 16 / 9;
}

.top-swiper-area .swiper-laplace.latest {
  --slides-per-view: 2.2;
  --space-between: 10;
  --aspect-ratio: 6 / 7;
}

.top-swiper-area .swiper-laplace.ranking {
  --slides-per-view: 2.2;
  --space-between: 10;
  --aspect-ratio: 6 / 7;
}

.top-swiper-area .swiper-laplace.osusume {
  --slides-per-view: 2.2;
  --space-between: 10;
  --aspect-ratio: 6 / 7;
}

@media (min-width: 768px) {
  .top-swiper-area {
    --swiper-navigation-size: 4em;
    line-height: 1.5em;
  }

  .top-swiper-area .swiper-cross {
    --slides-per-view: 3.0;
    --space-between: 25;
    --aspect-ratio: 16 / 9;
  }

  .top-swiper-area .swiper-laplace.latest {
    --slides-per-view: 4.5;
    --space-between: 10;
    --aspect-ratio: 4 / 3;
  }

  .top-swiper-area .swiper-laplace.ranking {
    --slides-per-view: 4.0;
    --space-between: 15;
    --aspect-ratio: 4 / 3;
  }

  .top-swiper-area .swiper-laplace.osusume {
    --slides-per-view: 4.0;
    --space-between: 15;
    --aspect-ratio: 4 / 3;
  }
}

.top-swiper-area .swiper {
  padding: 1em 0;
}

.top-swiper-area .swiper-wrapper {
  display: flex;
  scroll-snap-type: x mandatory;
  user-select: none;
}

.top-swiper-area .swiper-slide {
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  border: solid 1px;
  border-color: #c3dcee;
  overflow: hidden;
  aspect-ratio: var(--aspect-ratio);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, .3),
    0 6px 12px rgba(0, 0, 0, .2);
}

.top-swiper-area .swiper-button-next svg,
.top-swiper-area .swiper-button-prev svg {
  width: 1.5em;
}

.top-swiper-area .swiper-pagination {
  position: relative;
  margin-top: 1.0em;
  margin-bottom: 5.0em;
  bottom: 0px;
}

.top-swiper-area .swiper-pagination-bullet {
  box-shadow:
    0 2px 4px rgba(0, 0, 0, .3),
    0 6px 12px rgba(0, 0, 0, .2);
}

.top-swiper-area h3 {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 0.5em;
  text-align: center;
  overflow: hidden;
}

.top-swiper-area h3:before,
.top-swiper-area h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  --h-width: 10em;
  width: var(--h-width);
  height: 1px;
  background-color: #ababab;
}

.top-swiper-area h3:before {
  transform: translateX(calc((var(--h-width) *-1) - 0.5em));
}

.top-swiper-area h3:after {
  transform: translateX(0.5em);
}

.top-swiper-area img.logo {
  position: relative;
  object-fit: contain;
  width: 10em;
  height: 3em;
  z-index: 10;
  background: #ffffff00;
}

/* cross */
.top-swiper-area .swiper-cross .swiper-slide>div.title {
  position: absolute;
  bottom: 0.75em;
  left: 0.0em;
  margin: 0;
  padding: 0.5em 1.0em 0.5em 1.5em;
  background-color: #000000bb;
  width: auto;
  font-size: 1.1em;
  line-height: 1.2em;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, .3),
    0 6px 12px rgba(0, 0, 0, .2);
}

.top-swiper-area .swiper-cross .swiper-slide>div.title>div.desc {
  font-size: 0.8em;
}

.top-swiper-area .swiper-cross .swiper-slide>div.label {
  position: absolute;
  top: -0.75em;
  right: -0.75em;
  margin: 0;
  padding: 1.25em 1.25em 0.75em 0.75em;
  background-color: #00000088;
  width: auto;
  border-radius: 10px;
  font-size: 1.1em;
}

/* laplace */
.top-swiper-area .swiper-laplace .swiper-slide>div.label {
  position: absolute;
  top: -0.75em;
  right: -0.75em;
  margin: 0;
  padding: 1.25em 1.25em 0.75em 0.75em;
  background-color: #00000088;
  width: auto;
  border-radius: 10px;
}

.top-swiper-area .swiper-laplace .swiper-slide>div.tag {
  position: absolute;
  bottom: 6.5em;
  left: 5px;
  margin: 0;
  text-align: center;
  font-size: 0.8em;
}

.top-swiper-area .swiper-laplace .swiper-slide>div.tag>div::before {
  content: '';
}

.top-swiper-area .swiper-laplace .swiper-slide>div.tag>div {
  margin-right: 0.25em;
  padding: 0.35em 0.5em;
  background-color: #888;
  width: auto;
  display: inline-block;
  border-radius: 5px;
}

.top-swiper-area .swiper-laplace .swiper-slide>div.title {
  position: absolute;
  bottom: 4.5em;
  transform: translateY(100%);
  margin: 0;
  width: 95%;
  display: -webkit-box;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

@media (min-width: 768px) {
  .top-swiper-area .swiper-laplace .swiper-slide>div.title {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

.top-swiper-area .swiper-laplace .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  padding: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #2e2525 50%, rgba(46, 37, 37, 0) 100%) !important;
  mix-blend-mode: multiply;
}

/* ranking */
/* osusume */
.top-swiper-area .swiper-laplace.ranking,
.top-swiper-area .swiper-laplace.osusume {
  padding: 2em 0;
  max-width: 1280px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.top-swiper-area .swiper-laplace.ranking .swiper-slide {
  overflow: visible;
}

.top-swiper-area .swiper-laplace.ranking .swiper-slide>div.rank {
  position: absolute;
  top: -0.5em;
  left: -1em;
  width: 2em;
  font-size: 1.5em;
  z-index: 12;
  text-align: center;
  color: #ffffff;
  line-height: 1.0em;
}

.top-swiper-area .swiper-laplace.ranking .swiper-slide>div.rank::after {
  content: '';
  position: absolute;
  display: block;
  width: 2em;
  height: 2em;
  top: -0.5em;
  left: 0;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #024faa;
  z-index: -1;
}

.top-swiper-area .swiper-laplace.ranking .swiper-slide>div.rank.rank1,
.top-swiper-area .swiper-laplace.ranking .swiper-slide>div.rank.rank2,
.top-swiper-area .swiper-laplace.ranking .swiper-slide>div.rank.rank3 {
  top: 0;
  left: -1.5em;
  width: 3em;
}

.top-swiper-area .swiper-laplace.ranking .swiper-slide>div.rank.rank1::after,
.top-swiper-area .swiper-laplace.ranking .swiper-slide>div.rank.rank2::after,
.top-swiper-area .swiper-laplace.ranking .swiper-slide>div.rank.rank3::after {
  width: 3em;
  height: 3em;
  top: -1.5em;
  border-radius: 0%;
  mask: url(/img/icon__ranking.svg) center / contain no-repeat;
}

.top-swiper-area .swiper-laplace.ranking .swiper-slide>div.rank.rank1::after {
  background: #d3b921;
}

.top-swiper-area .swiper-laplace.ranking .swiper-slide>div.rank.rank2::after {
  background: #bfbfbf;
}

.top-swiper-area .swiper-laplace.ranking .swiper-slide>div.rank.rank3::after {
  background: #c58a4b;
}