.visual {
  position: relative;
}
.swiper {
  height: calc(100vh - 156px);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 24px;
  height: 62px;
  margin: auto;
}
.swiper-button-prev::after {
  background-image: url(../images/top/arrow-prev.svg);
}
.swiper-button-next::after {
  background-image: url(../images/top/arrow-next.svg);
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.slide-slide {
  overflow: hidden;
  position: relative;
}
.slide-media {
  height: 100%;
}
.slide-media img,
.slide-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-text {
  position: absolute;
  left: 13%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 46px;
  line-height: 160%;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.slide-text-en {
  font-family: 'BebasKai';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}
.slide-text-01 {
  left: unset;
  top: unset;
  right: 114px;
  bottom: 115px;
  text-align: center;
  align-items: center;
  text-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);
  font-size: 65px;
  line-height: 100%;
  letter-spacing: 6.5px;
}
.slide-text-01 .slide-text-en {
  text-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 3.6px;
}
.slide-text-02 {
  left: 0;
  right: 0;
  text-align: center;
  align-items: center;
  text-shadow: 0px 0px 30px 0px #000;
  font-size: 48px;
}
.slide-text-02 .slide-text-en {
  text-shadow: 0px 0px 30px 0px #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 4px;
  margin-top: 34px;
}
.slide-text-03 {
  width: 535px;
  left: 0;
  right: 0;
  margin-left: 47%;
  text-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
  font-size: 46px;
  line-height: 130%;
  letter-spacing: 2.3px;
}
.slide-text-03 .slide-text-en {
  text-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
  font-size: 24px;
  line-height: 120%;
}
.slide-link {
  width: 190px;
  height: 52px;
  background-color: #fff;
  font-weight: 700;
  font-size: 19px;
  line-height: 100%;
  color: #616466;
  margin-top: 24px;
  text-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .2s;
}
.slide-link:hover {
  text-decoration: none;
  background-color: #616466;
  color: #fff;
}
.slide-logo {
  width: 258px;
  height: 64px;
}
.slide-logo img {
  width: 100%;
}

.thumb-wrapper {
  width: 254px;
  height: 53px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.thumb-wrapper .thumb-media {
  width: 68px;
  height: 40px;
  transition: .2s;
  cursor: pointer;
}
.thumb-wrapper .thumb-media img,
.thumb-wrapper .thumb-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.thumb-media-active {
  transform: scale(1.3);
  transform-origin: center;
  border: 1px solid #000;
}
