.x-series {
  background: #0f0f0f;
}

.shot-item {
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-57%);
}
.shot-item img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.shot-item h3 {
  font-size: 18px;
  margin-top: 16px;
  display: none;
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
}
.shot-item .read-more {
  display: none;
  padding: 2px 16px;
  font-size: 14px;
}
.shot-item .podcast-description {
  display: none;
}

.shots {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  margin: auto;
}
.shots .swiper-button-next,
.shots .swiper-button-prev {
  color: #555;
}
.shots .swiper-button-next:after,
.shots .swiper-button-prev:after {
  font-size: 22px;
}
.shots .swiper-button-next:hover,
.shots .swiper-button-prev:hover {
  color: rgb(30, 70, 230);
}
.shots .swiper-button-next,
.shots .swiper-button-prev {
  top: 50%;
  bottom: auto;
  font-weight: 900;
}
.shots .swiper-button-next {
  right: -20px !important;
}
.shots .swiper-button-prev {
  left: -20px !important;
}
.shots .swiper-container {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  height: 100%;
}
.shots .swiper-container .swiper-wrapper {
  margin-right: -60px;
}
.shots .swiper-container .swiper-slide {
  width: 50% !important;
  height: 300px;
  filter: blur(1px);
}
.shots .swiper-container .swiper-slide.swiper-slide-active {
  height: auto;
  filter: blur(0);
}
.shots .swiper-container .swiper-slide.swiper-slide-active .shot-item {
  position: inherit;
  top: auto;
  transform: inherit;
}
.shots .swiper-container .swiper-slide.swiper-slide-active .shot-item h3 {
  display: block;
}
.shots .swiper-container .swiper-slide.swiper-slide-active .shot-item .podcast-description {
  display: block;
}
.shots .swiper-container .swiper-slide.swiper-slide-active .shot-item .read-more {
  display: inline-block;
}

.hash-row {
  display: flex;
  align-items: center;
  aspect-ratio: 4/1;
}
.hash-row > div {
  width: 25%;
  flex: 0 0 25%;
}

.h-box .image {
  position: relative;
}
.h-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.h-box .image .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3) !important;
}
.h-box .image .text-wrap h3 {
  color: #fff;
}
.h-box .text-wrap {
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.3s 0s;
  z-index: 2;
  padding: 30px;
}
.h-box .text-wrap h3 {
  display: block;
  flex: 1;
  text-align: center;
  color: #0f0f0f;
  font-size: 28px;
  line-height: 36px;
  word-break: keep-all;
}
.h-box .text-wrap .txt-desc {
  font-size: 1.25vw;
  line-height: 1.5vw;
  margin-top: 20px;
  -webkit-transition: all 0.3s 0s;
  transform: translateY(20px);
  transition: display 0.5s ease;
  display: none;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  position: inherit;
  padding: 0;
}
.h-box:hover .text-wrap {
  background: rgb(30, 70, 230);
}
.h-box:hover .text-wrap h3 {
  color: #fff;
  margin: 0;
}
.h-box:hover .text-wrap .txt-desc {
  display: block;
}
.h-box.hash {
  aspect-ratio: 1/1;
}
.h-box.hash .image {
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .h-box.hash {
    padding-bottom: 100%;
    position: relative;
  }
  .h-box.hash > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.h-box.blog .text-wrap {
  align-items: flex-end;
  justify-content: flex-start;
}
.h-box.blog .text-wrap h3 {
  text-align: left !important;
}
.h-box.h1 {
  aspect-ratio: 2/1;
}
.h-box.h1 a {
  aspect-ratio: 2/1;
  position: relative;
}
.h-box.h1 a .image {
  aspect-ratio: 2/1;
}
@supports not (aspect-ratio: 2/1) {
  .h-box.h1 a .image {
    padding-bottom: 50%;
    position: relative;
  }
  .h-box.h1 a .image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.h-box.h2 {
  aspect-ratio: 1/1;
}
.h-box.h2 a {
  aspect-ratio: 1/1;
  position: relative;
}
.h-box.h2 a .image {
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .h-box.h2 a .image {
    padding-bottom: 100%;
    position: relative;
  }
  .h-box.h2 a .image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.a2y1 {
  aspect-ratio: 2/1;
  position: relative;
  height: 100%;
}
.a2y1 .know-box {
  display: table;
  width: 100%;
  background-color: #000;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.a2y1 .know-box .image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -50%;
  transition: all 0.5s ease;
  height: 100%;
}
.a2y1 .know-box .image img {
  max-width: 100%;
  height: 100%;
}
.a2y1 .know-box > div {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.a2y1 .know-box .txt-wrap {
  transition: all 0.5s ease;
  min-width: 200px;
}
.a2y1 .know-box .txt-wrap h2 {
  display: block;
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 85px;
  word-break: keep-all;
  margin: 0;
  cursor: pointer;
}
.a2y1 .know-box-mob {
  background: #000;
  overflow: hidden;
  display: none;
}
.a2y1 .know-box-mob .txt-wrap {
  aspect-ratio: 1/1;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@supports not (aspect-ratio: 1/1) {
  .a2y1 .know-box-mob .txt-wrap {
    padding-bottom: 100%;
    position: relative;
  }
  .a2y1 .know-box-mob .txt-wrap h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.a2y1 .know-box-mob .image-cont {
  aspect-ratio: 1/1;
  position: relative;
}
@supports not (aspect-ratio: 1/1) {
  .a2y1 .know-box-mob .image-cont {
    padding-bottom: 100%;
  }
}
.a2y1 .know-box-mob .image-cont .image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200%;
}
.a2y1 .know-box-mob .image-cont .image img {
  width: 100%;
}
.a2y1 .p {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  padding-left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  opacity: 0;
  transition: all 0.5s ease;
  width: 50%;
}
.a2y1:hover .know-box {
  display: block;
}
.a2y1:hover .know-box .image {
  margin-left: 0;
}
.a2y1:hover .know-box .obj-wrap {
  width: 100%;
  display: block;
}
.a2y1:hover .know-box .txt-wrap {
  width: 0;
  opacity: 0;
  display: none;
}
.a2y1:hover p {
  opacity: 1;
  width: 50%;
}

@media screen and (max-width: 992px) {
  .h-box.blog .text-wrap h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .h-box.blog .text-wrap .txt-desc {
    margin-top: 5px;
    font-size: 14px;
  }
  .h-box .text-wrap h3 {
    font-size: 22px;
  }
  .a2y1 p.p {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .h-box.blog .text-wrap .txt-desc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .know-section .know-box {
    display: none !important;
  }
  .know-section .know-row {
    display: block;
    height: auto;
  }
  .know-section .know-box-mob {
    display: block;
  }
  .know-section .a2y1 {
    aspect-ratio: inherit;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .know-section .a2y1:hover p {
    width: 100%;
  }
  .know-section .a2y1 .know-box-mob .image-cont {
    height: 620px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
  }
  .know-section .a2y1 .know-box-mob .image-cont h2 {
    font-size: 24px;
    position: absolute;
    z-index: 99;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    top: 50%;
  }
  .know-section .a2y1 p.p {
    max-width: 340px;
    margin-left: calc(50% - 170px);
    opacity: 1;
  }
  .know-section .a1y1 {
    max-width: 100%;
    aspect-ratio: inherit;
  }
  .know-section .p {
    width: 100%;
    top: 70%;
    text-align: center;
  }
  .shots .swiper-button-next {
    right: 32px !important;
  }
  .shots .swiper-button-prev {
    left: 32px !important;
  }
  .hash-row {
    display: block;
  }
  .hash-row > div {
    width: 100%;
    flex: 0 0 100%;
  }
  .h-box .text-wrap {
    padding: 60px 30px;
  }
  .h-box .text-wrap h3 {
    font-size: 20px;
    line-height: 28px;
    word-break: keep-all;
  }
  .h-box .text-wrap .txt-desc {
    font-size: 14px;
    margin-top: 8px;
  }
  .h-box.h1 {
    aspect-ratio: 1/1;
  }
  .h-box.h1 a {
    aspect-ratio: 1/1;
  }
  .h-box.h1 a .image {
    aspect-ratio: 1/1;
  }
  @supports not (aspect-ratio: 1/1) {
    .h-box.h1 a .image {
      padding-bottom: 100%;
    }
  }
  .h-box.hash .text-wrap {
    padding: 80px 20px;
  }
  .h-box.hash.txt {
    aspect-ratio: 3/2 !important;
  }
  @supports not (aspect-ratio: inherit) {
    .h-box.hash.txt {
      padding-bottom: 66.66%;
    }
    .h-box.hash.txt .text-wrap {
      padding: 80px 20px;
    }
  }
  .h-box.mob-hash-box {
    aspect-ratio: 3/2 !important;
  }
  .h-box.mob-hash-box .image {
    aspect-ratio: 3/2;
  }
  @supports not (aspect-ratio: 3/2) {
    .h-box.mob-hash-box {
      padding-bottom: 66.66%;
    }
  }
}/*# sourceMappingURL=x_series.css.map */