:root {
  --color-white: #e6f0ff;
  --color-black: #151e2d;
  --color-green: #00ffb9;
  --color-pink: #ff4279;
  --color-yellow: #f8bf1c;
  --color-blue: #5ebaff;
  --color-purple: #9a15d8;
}

@keyframes hover-anime {
  0% {
    filter: blur(0) drop-shadow(-2px -2px 0 rgba(0, 0, 0, 0.3));
  }
  50% {
    filter: blur(2px) drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
  }
  100% {
    filter: blur(0) drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.3));
  }
}
@keyframes hover-anime-2 {
  0% {
    filter: blur(0) drop-shadow(-2px -2px 0 rgba(0, 0, 0, 0.3));
  }
  50% {
    filter: blur(2px) drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
  }
  100% {
    filter: blur(0) drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.3));
  }
}
@keyframes hover-anime2 {
  0% {
    background: transparent;
    width: 30%;
    inset: 0;
    scale: 1;
  }
  25% {
    background: #ff4279;
    width: 10%;
    inset: 10% 0 auto 30%;
    margin: auto;
    scale: 1;
  }
  50% {
    background: transparent;
    width: 30%;
    inset: 0;
    scale: 1;
  }
  75% {
    background: #5ebaff;
    width: 5%;
    inset: auto 30% 10% 0;
    margin: auto;
    scale: 0.7;
  }
  100% {
    background: transparent;
    scale: 1;
  }
}
@keyframes hover-anime2-2 {
  0% {
    background: transparent;
    width: 30%;
    inset: 0;
    scale: 1;
  }
  25% {
    background: #ff4279;
    width: 10%;
    inset: 10% 0 auto 30%;
    margin: auto;
    scale: 1;
  }
  50% {
    background: transparent;
    width: 30%;
    inset: 0;
    scale: 1;
  }
  75% {
    background: #5ebaff;
    width: 5%;
    inset: auto 30% 10% 0;
    margin: auto;
    scale: 0.7;
  }
  100% {
    background: transparent;
    scale: 1;
  }
}
@keyframes opacityanime {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(0);
  }
  100% {
    filter: brightness(1);
  }
}
body {
  overflow-x: hidden;
  position: relative;
}
body #parallaxBg {
  display: block;
  background: url("../images/top/pc/bg.webp") no-repeat top left/100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  transition: 0.1s;
}
@media (width <= 1024px) {
  body #parallaxBg {
    background: url("../images/top/sp/bg.webp") no-repeat top left/100%;
    transition: none;
  }
}

main {
  width: 100vw;
  display: block;
  overflow: hidden;
}

.topMvColWrap {
  position: relative;
  padding-top: 42.4vw;
}
@media (width <= 1024px) {
  .topMvColWrap {
    padding-top: 168vw;
  }
}
.topMvColWrap .topMvCol {
  position: absolute;
  top: 0;
  right: 0;
  width: 85vw;
  height: 1200px;
}
@media (width <= 1024px) {
  .topMvColWrap .topMvCol {
    width: 100vw;
    height: 140vw;
  }
}
.topMvColWrap .topMvCol.effect {
  animation: hover-anime 0.5s cubic-bezier(0.85, 0, 0.15, 1);
}
.topMvColWrap .topMvCol.effect::before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 20px;
  z-index: 2;
  animation: hover-anime2 0.5s steps(5);
}
.topMvColWrap .topMvCol .swiper-slide.topMv_1 {
  height: 1200px;
  background: url("../images/top/pc/img_fv.webp") top right/100% no-repeat;
}
@media (width <= 1024px) {
  .topMvColWrap .topMvCol .swiper-slide.topMv_1 {
    height: 124.2666666667vw;
    background: url("../images/top/sp/img_fv.webp") no-repeat top right/100%;
  }
}
.topMvColWrap .topMvCol .swiper-slide.topMv_2 {
  height: 42.4vw;
  -webkit-mask: url("../images/top/pc/fv_clip.png") top left/100% no-repeat;
          mask: url("../images/top/pc/fv_clip.png") top left/100% no-repeat;
}
@media (width <= 1024px) {
  .topMvColWrap .topMvCol .swiper-slide.topMv_2 {
    height: 124vw;
    -webkit-mask: url("../images/top/sp/fv_clip.png") top left/100% no-repeat;
            mask: url("../images/top/sp/fv_clip.png") top left/100% no-repeat;
  }
}
.topMvColWrap .topMvCol .swiper-slide.topMv_2 video {
  width: 100%;
}
@media (width <= 1024px) {
  .topMvColWrap .topMvCol .swiper-slide.topMv_2 video {
    width: 221vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.topMvColWrap .topMvCol .mvBtn {
  width: 13.2vw;
  height: 4.1vw;
  position: absolute;
  top: 37.4vw;
  left: 1vw;
  z-index: 10;
}
@media (width <= 1024px) {
  .topMvColWrap .topMvCol .mvBtn {
    width: 52.2666666667vw;
    height: 16.1333333333vw;
    top: 106vw;
    left: 55vw;
  }
}
.topMvColWrap .topMvCol .mvBtn::before {
  content: "";
  background: url("../images/top/bg_mv-ope.png") top left/100% no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (width <= 1024px) {
  .topMvColWrap .topMvCol .mvBtn::before {
    transform: scale(-1, -1);
  }
}
.topMvColWrap .topMvCol .mvBtn .mvBtnPlay {
  max-width: 75px;
  width: 3.9vw;
  position: absolute;
  top: 0.8vw;
  left: 2vw;
}
@media (width >= 1024px) {
  .topMvColWrap .topMvCol .mvBtn .mvBtnPlay {
    position: relative;
    transition: scale 0.3s;
  }
  .topMvColWrap .topMvCol .mvBtn .mvBtnPlay::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .topMvColWrap .topMvCol .mvBtn .mvBtnPlay:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .topMvColWrap .topMvCol .mvBtn .mvBtnPlay:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1024px) {
  .topMvColWrap .topMvCol .mvBtn .mvBtnPlay {
    max-width: 100%;
    width: 15.6vw;
    top: 3.5vw;
    left: 26vw;
    transform: scale(-1, -1);
  }
}
.topMvColWrap .topMvCol .mvBtn .mvBtnPlay.stop {
  background: url("../images/top/btn_stop3.png") no-repeat top left/100%;
}
@media (width <= 1024px) {
  .topMvColWrap .topMvCol .mvBtn .mvBtnPlay.stop {
    transform: scale(1, 1);
    background: url("../images/top/btn_stop.png") no-repeat top left/100%;
  }
}
.topMvColWrap .topMvCol .mvBtn .mvBtnPlay.stop img {
  opacity: 0;
}
.topMvColWrap .topMvCol .mvBtn .btnChange {
  max-width: 97px;
  width: 5vw;
  height: 2.4vw;
  position: absolute !important;
  top: 0.85vw;
  left: 5.4vw;
  background: url("../images/top/btn_change.png") no-repeat top left/100%;
}
@media (width >= 1024px) {
  .topMvColWrap .topMvCol .mvBtn .btnChange {
    position: relative;
    transition: scale 0.3s;
  }
  .topMvColWrap .topMvCol .mvBtn .btnChange::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .topMvColWrap .topMvCol .mvBtn .btnChange:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .topMvColWrap .topMvCol .mvBtn .btnChange:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1024px) {
  .topMvColWrap .topMvCol .mvBtn .btnChange {
    max-width: 100%;
    width: 20.2666666667vw;
    height: 9.8vw;
    top: 3.5vw;
    left: 7.5vw;
  }
}
.topMvColWrap .infoCol {
  position: absolute;
  left: 0;
  top: 5vw;
  z-index: 2;
}
@media (width <= 1024px) {
  .topMvColWrap .infoCol {
    left: 0;
    top: 0;
    width: 100vw;
  }
}
.topMvColWrap .infoCol h1 {
  max-width: 381px;
  width: 19.8vw;
  margin-left: 6vw;
}
@media (width <= 1024px) {
  .topMvColWrap .infoCol h1 {
    display: none;
  }
}
.topMvColWrap .infoCol .imgInfo {
  margin-top: 2vw;
  margin-left: 2vw;
  max-width: 458px;
  width: 23.6vw;
  transition: opacity 0.3s cubic-bezier(0.85, 0, 0.15, 1), scale 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  scale: 0.9;
  opacity: 0;
}
@media (width <= 1024px) {
  .topMvColWrap .infoCol .imgInfo {
    max-width: 100%;
    width: 77.8666666667vw;
    position: absolute;
    top: 140vw;
    right: -3vw;
    margin-top: 0;
    margin-left: 0;
  }
}
.topMvColWrap .infoCol .imgInfo.is-active {
  animation: hover-anime 0.4s cubic-bezier(0.85, 0, 0.15, 1) 0.2s;
  opacity: 1;
  scale: 1;
}
.topMvColWrap .infoCol .imgInfo.is-active::before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 10px;
  z-index: 20;
  animation: hover-anime2 0.4s steps(5) 0.2s;
}
.topMvColWrap .infoCol .btnAcNews {
  max-width: 289px;
  width: 15vw;
  margin-top: 2vw;
  margin-left: 2vw;
}
@media (width <= 1024px) {
  .topMvColWrap .infoCol .btnAcNews {
    max-width: 100%;
    width: 47.7333333333vw;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 120vw;
    left: -1vw;
  }
}
@media (width <= 750px) {
  .topMvColWrap .infoCol .btnAcNews {
    width: 47.7333333333vw;
  }
}
@media (width >= 1024px) {
  .topMvColWrap .infoCol .btnAcNews a {
    position: relative;
    transition: scale 0.3s;
  }
  .topMvColWrap .infoCol .btnAcNews a::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .topMvColWrap .infoCol .btnAcNews a:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .topMvColWrap .infoCol .btnAcNews a:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
.topMvColWrap .infoCol .btnAcNews.none {
  pointer-events: none;
}

.contentCol {
  width: 100vw;
  overflow: hidden;
  margin: auto;
}
.contentCol::before {
  content: "";
  display: block;
  width: 750px;
  height: 808px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  transition: background 1s;
}
@media (width <= 1024px) {
  .contentCol::before {
    width: 100vw;
    height: 107.7333333333vw;
  }
}
.contentCol::after {
  content: "";
  display: block;
  width: 750px;
  height: 808px;
  position: fixed;
  z-index: -2;
  bottom: 0;
  right: 0;
  transition: background 1s;
}
@media (width <= 1024px) {
  .contentCol::after {
    width: 100vw;
    height: 107.7333333333vw;
  }
}
.contentCol.green::before {
  background: url("../images/common/bg_txt-green01.png") no-repeat top left/100%;
}
.contentCol.green::after {
  background: url("../images/common/bg_txt-green02.png") no-repeat top left/100%;
}
.contentCol.green .movieitem01 {
  top: -55px;
  left: 0;
  width: 723px;
  height: 567px;
}
@media (width <= 1400px) {
  .contentCol.green .movieitem01 {
    top: -4vw;
    width: 51.7vw;
    height: 40.4vw;
  }
}
@media (width <= 1024px) {
  .contentCol.green .movieitem01 {
    top: 1.3vw;
    left: -5.8vw;
    width: 93.7333333333vw;
    height: 72.5333333333vw;
  }
}
.contentCol.green .movieitem02 {
  top: -26px;
  left: 440px;
  width: 480px;
  height: 404px;
}
@media (width <= 1400px) {
  .contentCol.green .movieitem02 {
    top: -2vw;
    left: 31.4vw;
    width: 34.9vw;
    height: 29vw;
  }
}
@media (width <= 1024px) {
  .contentCol.green .movieitem02 {
    width: 104.6666666667vw;
    height: 67.8666666667vw;
    top: 79vw;
    left: 0.3vw;
  }
}
.contentCol.green .movieitem03 {
  top: 99px;
  left: 690px;
  width: 489px;
  height: 405px;
}
@media (width <= 1400px) {
  .contentCol.green .movieitem03 {
    top: 7.1vw;
    left: 49.5vw;
    width: 34.9vw;
    height: 29vw;
  }
}
@media (width <= 1024px) {
  .contentCol.green .movieitem03 {
    top: 124vw;
    left: -5vw;
    width: 108.1333333333vw;
    height: 72.8vw;
  }
}
.contentCol.pink::before {
  background: url("../images/common/bg_txt-pink01.png") no-repeat top left/100%;
}
.contentCol.pink::after {
  background: url("../images/common/bg_txt-pink02.png") no-repeat top left/100%;
}
.contentCol.pink .movieitem01 {
  top: 93px;
  left: 0;
  width: 509px;
  height: 412px;
}
@media (width <= 1400px) {
  .contentCol.pink .movieitem01 {
    top: 7vw;
    width: 36.4vw;
    height: 29.4vw;
  }
}
@media (width <= 1024px) {
  .contentCol.pink .movieitem01 {
    top: 1.3vw;
    left: -5.8vw;
    width: 93.7333333333vw;
    height: 72.5333333333vw;
  }
}
.contentCol.pink .movieitem02 {
  top: -55px;
  left: 262px;
  width: 680px;
  height: 563px;
  z-index: 10;
}
@media (width <= 1400px) {
  .contentCol.pink .movieitem02 {
    top: -3.5vw;
    left: 18vw;
    width: 48.6vw;
    height: 39.8vw;
  }
}
@media (width <= 1024px) {
  .contentCol.pink .movieitem02 {
    width: 104.6666666667vw;
    height: 67.8666666667vw;
    top: 79vw;
    left: 0.3vw;
  }
}
.contentCol.pink .movieitem03 {
  top: 99px;
  left: 690px;
  width: 489px;
  height: 405px;
}
@media (width <= 1400px) {
  .contentCol.pink .movieitem03 {
    top: 7.5vw;
    left: 48vw;
    width: 34.9vw;
    height: 29vw;
  }
}
@media (width <= 1024px) {
  .contentCol.pink .movieitem03 {
    top: 124vw;
    left: -5vw;
    width: 108.1333333333vw;
    height: 72.8vw;
  }
}
.contentCol.blue::before {
  background: url("../images/common/bg_txt-blue01.png") no-repeat top left/100%;
}
.contentCol.blue::after {
  background: url("../images/common/bg_txt-blue02.png") no-repeat top left/100%;
}
.contentCol.blue .movieitem01 {
  top: 95px;
  left: 0;
  width: 509px;
  height: 412px;
}
@media (width <= 1400px) {
  .contentCol.blue .movieitem01 {
    top: 6.5vw;
    width: 36.4vw;
    height: 29.4vw;
  }
}
@media (width <= 1024px) {
  .contentCol.blue .movieitem01 {
    top: 1.3vw;
    left: -5.8vw;
    width: 93.8666666667vw;
    height: 72.4vw;
  }
}
.contentCol.blue .movieitem02 {
  top: -30px;
  left: 248px;
  width: 480px;
  height: 404px;
}
@media (width <= 1400px) {
  .contentCol.blue .movieitem02 {
    top: -3vw;
    left: 17.5vw;
    width: 34.9vw;
    height: 29vw;
  }
}
@media (width <= 1024px) {
  .contentCol.blue .movieitem02 {
    width: 104.6666666667vw;
    height: 67.8666666667vw;
    top: 79vw;
    left: 0.3vw;
  }
}
.contentCol.blue .movieitem03 {
  top: -48px;
  left: 506px;
  width: 711px;
  height: 566px;
}
@media (width <= 1400px) {
  .contentCol.blue .movieitem03 {
    top: -4vw;
    left: 36vw;
    width: 50.8vw;
    height: 40.5vw;
  }
}
@media (width <= 1024px) {
  .contentCol.blue .movieitem03 {
    top: 124vw;
    left: -5vw;
    width: 108.1333333333vw;
    height: 72.8vw;
  }
}
.contentCol .pickupCol {
  position: relative;
  width: 1270px;
  margin: 136px auto 0;
  z-index: 10;
  overflow: hidden;
}
@media (width <= 1300px) {
  .contentCol .pickupCol {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (width <= 1024px) {
  .contentCol .pickupCol {
    left: 0;
    transform: none;
    width: 100vw;
    margin: 4.6666666667vw auto 0;
  }
}
.contentCol .pickupCol::before {
  content: "";
  position: absolute;
  background: url("../images/top/pc/bg_pickup.png") no-repeat;
  width: 1208px;
  height: 526px;
  z-index: -1;
  top: 0;
  left: 53px;
}
@media (width <= 1024px) {
  .contentCol .pickupCol::before {
    background: url("../images/top/sp/bg_pickup.png") top left/100% no-repeat;
    width: 100vw;
    height: 64vw;
    left: 0;
  }
}
.contentCol .pickupCol h2 {
  position: absolute;
  width: 165px;
  top: 10px;
  left: 213px;
}
@media (width <= 1024px) {
  .contentCol .pickupCol h2 {
    width: 17.3333333333vw;
    top: 2.4vw;
    left: 7.5vw;
  }
}
.contentCol .pickupCol .progressbar {
  position: absolute;
  top: 26px;
  left: 460px;
  width: 609px;
  height: 3px;
  background: #626574;
  overflow: hidden;
  transform: skewX(-30deg);
}
@media (width <= 1024px) {
  .contentCol .pickupCol .progressbar {
    top: 3.3vw;
    left: 33vw;
    width: 63.0666666667vw;
    height: 0.6666666667vw;
  }
}
.contentCol .pickupCol .progressbar.stop {
  background: #ff7400;
}
.contentCol .pickupCol .progressbar .progressbar_in {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: left center;
  background: #ff7400;
  transform: scaleX(0);
  transition-timing-function: linear;
}
.contentCol .pickupCol .bnrListCol {
  padding-top: 45px;
  padding-bottom: 80px;
}
@media (width <= 1024px) {
  .contentCol .pickupCol .bnrListCol {
    padding-top: 6.7vw;
    padding-bottom: 17vw;
    width: 127.1vw;
    margin-left: -15vw;
  }
}
@media (width >= 1024px) {
  .contentCol .pickupCol .bnrListCol .swiper-wrapper .swiper-slide a {
    position: relative;
    transition: scale 0.3s;
  }
  .contentCol .pickupCol .bnrListCol .swiper-wrapper .swiper-slide a::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .contentCol .pickupCol .bnrListCol .swiper-wrapper .swiper-slide a:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .contentCol .pickupCol .bnrListCol .swiper-wrapper .swiper-slide a:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
.contentCol .pickupCol .bnrListCol .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-size: 52px;
  font-weight: 500;
  transform: skewX(-30deg);
  top: 20px;
  left: 110px;
}
@media (width <= 1024px) {
  .contentCol .pickupCol .bnrListCol .swiper-pagination {
    font-size: 5.5vw;
    top: 2.5vw;
    left: 14vw;
  }
}
.contentCol .pickupCol .bnrListCol .swiper-pagination .swiper-pagination-current {
  font-size: 82px;
  font-weight: 900;
  width: 110px;
  display: inline-block;
}
@media (width <= 1024px) {
  .contentCol .pickupCol .bnrListCol .swiper-pagination .swiper-pagination-current {
    font-size: 8.5vw;
    width: 10vw;
  }
}
.contentCol .pickupCol .bnrListCol .swiper-pagination .swiper-pagination-total {
  font-weight: 900;
  font-size: 40px;
  width: 60px;
  display: inline-block;
  color: #4d5663;
}
@media (width <= 1024px) {
  .contentCol .pickupCol .bnrListCol .swiper-pagination .swiper-pagination-total {
    font-size: 4vw;
    width: 4vw;
    margin-left: -1vw;
  }
}
.contentCol .pickupCol .bnrListCol .swiper-button-prev {
  background: url("../images/top/btn_left.png") top left/100% no-repeat;
  width: 101px;
  height: 49px;
  top: 480px;
  left: 168px;
  position: absolute !important;
}
@media (width >= 1024px) {
  .contentCol .pickupCol .bnrListCol .swiper-button-prev {
    position: relative;
    transition: scale 0.3s;
  }
  .contentCol .pickupCol .bnrListCol .swiper-button-prev::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .contentCol .pickupCol .bnrListCol .swiper-button-prev:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .contentCol .pickupCol .bnrListCol .swiper-button-prev:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1024px) {
  .contentCol .pickupCol .bnrListCol .swiper-button-prev {
    width: 19.3333333333vw;
    height: 9.3333333333vw;
    top: 55.5vw;
    left: 17.5vw;
  }
}
.contentCol .pickupCol .bnrListCol .swiper-button-prev svg {
  display: none;
}
.contentCol .pickupCol .bnrListCol #bnrListMove {
  position: absolute !important;
  width: 97px;
  height: 49px;
  top: 458px;
  left: 256px;
}
@media (width >= 1024px) {
  .contentCol .pickupCol .bnrListCol #bnrListMove {
    position: relative;
    transition: scale 0.3s;
  }
  .contentCol .pickupCol .bnrListCol #bnrListMove::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .contentCol .pickupCol .bnrListCol #bnrListMove:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .contentCol .pickupCol .bnrListCol #bnrListMove:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1024px) {
  .contentCol .pickupCol .bnrListCol #bnrListMove {
    width: 18.8vw;
    height: 9.3333333333vw;
    top: 50vw;
    left: 34vw;
  }
}
.contentCol .pickupCol .bnrListCol #bnrListMove .play {
  background: url("../images/top/btn_move2.png") top left/100% no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
.contentCol .pickupCol .bnrListCol #bnrListMove .stop {
  display: none;
  background: url("../images/top/btn_stop2.png") top left/100% no-repeat;
  width: 100%;
  height: 100%;
}
.contentCol .pickupCol .bnrListCol #bnrListMove.stop .play {
  display: none;
}
.contentCol .pickupCol .bnrListCol #bnrListMove.stop .stop {
  display: block;
}
.contentCol .pickupCol .bnrListCol .swiper-button-next {
  background: url("../images/top/btn_right.png") top left/100% no-repeat;
  width: 101px;
  height: 49px;
  top: 480px;
  left: 340px;
  position: absolute !important;
}
@media (width >= 1024px) {
  .contentCol .pickupCol .bnrListCol .swiper-button-next {
    position: relative;
    transition: scale 0.3s;
  }
  .contentCol .pickupCol .bnrListCol .swiper-button-next::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .contentCol .pickupCol .bnrListCol .swiper-button-next:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .contentCol .pickupCol .bnrListCol .swiper-button-next:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1024px) {
  .contentCol .pickupCol .bnrListCol .swiper-button-next {
    width: 19.3333333333vw;
    height: 9.3333333333vw;
    top: 55.5vw;
    left: 50.5vw;
  }
}
.contentCol .pickupCol .bnrListCol .swiper-button-next svg {
  display: none;
}

.movieCol {
  width: 1400px;
  margin: 100px auto 0;
  text-align: center;
  padding-bottom: 60px;
}
@media (width <= 1400px) {
  .movieCol {
    width: 100vw;
  }
}
@media (width <= 1024px) {
  .movieCol {
    margin: 10vw auto 0;
  }
}
.movieCol .js-scroll {
  width: 1400px;
}
@media (width <= 1400px) {
  .movieCol .js-scroll {
    width: 100vw;
  }
}
@media (width <= 1024px) {
  .movieCol .js-scroll {
    width: 100vw;
  }
}
.movieCol h2 {
  width: 1217px;
  margin-left: 100px;
}
@media (width <= 1400px) {
  .movieCol h2 {
    width: 1100px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 0;
  }
}
@media (width <= 1024px) {
  .movieCol h2 {
    width: 100vw;
    margin-left: 0;
  }
}
.movieCol .movieColInner {
  position: relative;
  height: 550px;
}
@media (width <= 1400px) {
  .movieCol .movieColInner {
    height: 38vw;
  }
}
@media (width <= 1024px) {
  .movieCol .movieColInner {
    height: 201vw;
  }
}
.movieCol .movieColInner .movieItem {
  position: relative;
  z-index: 1;
  width: 1200px;
  height: 500px;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem {
    width: 100%;
    height: 200vw;
  }
}
.movieCol .movieColInner .movieItem.effect .movieItemFlame {
  animation: hover-anime 0.5s cubic-bezier(0.85, 0, 0.15, 1);
}
.movieCol .movieColInner .movieItem.effect .movieItemFlame:focus-visible {
  outline: none;
  filter: drop-shadow(3px 3px 0 #015aff) drop-shadow(-3px -3px 0 #015aff) drop-shadow(-3px 3px 0 #015aff) drop-shadow(3px -3px 0 #015aff);
}
.movieCol .movieColInner .movieItem.effect .movieItemFlame::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 20px;
  z-index: 20;
  animation: hover-anime2 0.5s steps(5);
}
.movieCol .movieColInner .movieItem .movieItemFlame {
  transition: top 0.3s cubic-bezier(0.85, 0, 0.15, 1), left 0.3s cubic-bezier(0.85, 0, 0.15, 1), scale 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  cursor: pointer;
}
@media (width >= 1024px) {
  .movieCol .movieColInner .movieItem .movieItemFlame:hover {
    animation: hover-anime-2 0.3s cubic-bezier(0.85, 0, 0.15, 1);
    scale: 0.95;
  }
  .movieCol .movieColInner .movieItem .movieItemFlame:hover::after {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 20px;
    z-index: 20;
    animation: hover-anime2-2 0.3s steps(5);
  }
}
.movieCol .movieColInner .movieItem .movieItemFlame.current {
  pointer-events: none;
  cursor: auto;
}
.movieCol .movieColInner .movieItem .movieItemFlame.current .movieClip {
  animation: opacityanime 0.5s cubic-bezier(0.85, 0, 0.15, 1);
}
.movieCol .movieColInner .movieItem .movieClip {
  width: 90%;
  height: 90%;
  position: relative;
  z-index: -1;
  left: -40px;
  background: var(--color-black);
  display: block;
  -webkit-mask: url("../images/top/clip-movie.png") top left/100% no-repeat;
          mask: url("../images/top/clip-movie.png") top left/100% no-repeat;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieClip {
    top: 1vw;
    left: -3vw;
  }
}
.movieCol .movieColInner .movieItem .movieClip video {
  display: none;
  width: auto;
  height: 480px;
  position: relative;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieClip video {
    height: 56vw;
    top: 1vw;
  }
}
.movieCol .movieColInner .movieItem .movieitem01 {
  position: absolute;
  clip-path: polygon(52% 0, 85% 68%, 100% 68%, 100% 100%, 0 100%, 0% 80%, 39% 0%);
}
.movieCol .movieColInner .movieItem .movieitem01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/top/pc/img_point01.webp") top left/100% no-repeat;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieitem01::before {
    background: url("../images/top/sp/img_point01.webp") top left/100% no-repeat;
  }
}
.movieCol .movieColInner .movieItem .movieitem01.current {
  z-index: 10;
}
.movieCol .movieColInner .movieItem .movieitem01.current::before {
  background: url("../images/top/pc/img_point01_current.webp") top left/100% no-repeat;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieitem01.current::before {
    background: url("../images/top/sp/img_point01_current.webp") top left/100% no-repeat;
  }
}
.movieCol .movieColInner .movieItem .movieitem01.current .thumb {
  display: none;
}
.movieCol .movieColInner .movieItem .movieitem01.current video {
  display: block;
  top: 13px;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieitem01.current video {
    height: 58.2vw;
    top: 1.2vw;
  }
}
.movieCol .movieColInner .movieItem .movieitem01 .movieClip {
  width: 89%;
  left: 9px;
  top: -5px;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieitem01 .movieClip {
    width: 80%;
    height: 90%;
    left: 6vw;
    top: 0;
  }
}
.movieCol .movieColInner .movieItem .movieitem02 {
  position: absolute;
  clip-path: polygon(100% 0, 100% 30%, 90% 30%, 55% 100%, 40% 100%, 0 20%, 0 0);
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieitem02 {
    clip-path: polygon(100% 0, 100% 15%, 67% 100%, 58% 100%, 45% 67%, 0 67%, 0 0);
  }
}
.movieCol .movieColInner .movieItem .movieitem02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/top/pc/img_point02.webp") top left/100% no-repeat;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieitem02::before {
    background: url("../images/top/sp/img_point02.webp") top left/100% no-repeat;
  }
}
.movieCol .movieColInner .movieItem .movieitem02.current {
  z-index: 10;
}
.movieCol .movieColInner .movieItem .movieitem02.current::before {
  background: url("../images/top/pc/img_point02_current.webp") top left/100% no-repeat;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieitem02.current::before {
    background: url("../images/top/sp/img_point02_current.webp") top left/100% no-repeat;
  }
}
.movieCol .movieColInner .movieItem .movieitem02.current .thumb {
  display: none;
}
.movieCol .movieColInner .movieItem .movieitem02.current video {
  display: block;
  top: 22px;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieitem02.current video {
    top: 1vw;
    height: 59vw;
  }
}
.movieCol .movieColInner .movieItem .movieitem02 .movieClip {
  -webkit-mask: url("../images/top/clip-movie2.png") top left/100% no-repeat;
          mask: url("../images/top/clip-movie2.png") top left/100% no-repeat;
  width: 92%;
  height: 100%;
  top: 20px;
  left: 12px;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieitem02 .movieClip {
    top: 2vw;
    left: 29vw;
    width: 70%;
    height: 95%;
  }
}
.movieCol .movieColInner .movieItem .movieitem03 {
  position: absolute;
  clip-path: polygon(53% 0, 87% 68%, 100% 68%, 100% 100%, 0 100%, 0% 80%, 39% 0%);
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieitem03 {
    clip-path: polygon(56% 35%, 100% 34%, 100% 45%, 77% 100%, 0 100%, 0 0, 42% 0);
  }
}
.movieCol .movieColInner .movieItem .movieitem03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/top/pc/img_point03.webp") top left/100% no-repeat;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieitem03::before {
    background: url("../images/top/sp/img_point03.webp") top left/100% no-repeat;
  }
}
.movieCol .movieColInner .movieItem .movieitem03.current {
  z-index: 10;
}
.movieCol .movieColInner .movieItem .movieitem03.current::before {
  background: url("../images/top/pc/img_point03_current.webp") top left/100% no-repeat;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieitem03.current::before {
    background: url("../images/top/sp/img_point03_current.webp") top left/100% no-repeat;
  }
}
.movieCol .movieColInner .movieItem .movieitem03.current .thumb {
  display: none;
}
.movieCol .movieColInner .movieItem .movieitem03.current video {
  display: block;
  top: 7px;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieitem03.current video {
    top: 1vw;
    height: 59vw;
  }
}
.movieCol .movieColInner .movieItem .movieitem03 .movieClip {
  width: 90%;
  height: 90%;
  top: 0;
  left: 6px;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .movieItem .movieitem03 .movieClip {
    width: 70%;
    height: 90%;
    top: 0;
    left: 1vw;
  }
}
.movieCol .movieColInner .kyotaiCol {
  width: 370px;
  position: absolute;
  top: -134px;
  right: 0;
}
@media (width <= 1400px) {
  .movieCol .movieColInner .kyotaiCol {
    width: 26vw;
    top: -134px;
  }
}
@media (width <= 1024px) {
  .movieCol .movieColInner .kyotaiCol {
    width: 46.5333333333vw;
    top: -4vw;
    right: 3vw;
  }
}
.movieCol .movieColInner .btnRange {
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 1px;
}
@media (width <= 1024px) {
  .movieCol .movieColInner .btnRange {
    height: 50vw;
  }
}
@media (width >= 1024px) {
  .movieCol .btnPlayguide {
    position: relative;
    transition: scale 0.3s;
  }
  .movieCol .btnPlayguide::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .movieCol .btnPlayguide:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .movieCol .btnPlayguide:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1024px) {
  .movieCol .btnPlayguide {
    width: 72.1333333333vw;
  }
}
.movieCol .movieBtn {
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 198px;
  height: 78px;
  background: url("../images/top/bg_moviebtn.png") top left/100% no-repeat;
  z-index: 10;
  translate: 200px;
  transition: translate 0.3s;
}
@media (width <= 1024px) {
  .movieCol .movieBtn {
    translate: 42vw;
    width: 41.3333333333vw;
    height: 16.2666666667vw;
    bottom: 3vw;
  }
}
.movieCol .movieBtn #movieMoveBtn {
  width: 75px;
  margin-top: 16px;
  margin-left: 95px;
}
@media (width >= 1024px) {
  .movieCol .movieBtn #movieMoveBtn {
    position: relative;
    transition: scale 0.3s;
  }
  .movieCol .movieBtn #movieMoveBtn::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .movieCol .movieBtn #movieMoveBtn:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .movieCol .movieBtn #movieMoveBtn:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1024px) {
  .movieCol .movieBtn #movieMoveBtn {
    width: 15.6vw;
    margin-top: 3vw;
    margin-left: 19vw;
  }
}
.movieCol .movieBtn #movieMoveBtn.stop {
  background: url("../images/top/btn_stop.png") top left/100% no-repeat;
}
.movieCol .movieBtn #movieMoveBtn.stop img {
  opacity: 0;
}
.movieCol .movieBtn.active {
  translate: 0;
}

.newsCol {
  position: relative;
  width: 100%;
  margin-top: 150px;
}
@media (width <= 1024px) {
  .newsCol {
    margin-top: 16vw;
  }
}
.newsCol .js-scroll {
  width: 100%;
}
.newsCol h2 {
  width: 989px;
  margin-bottom: 70px;
}
@media (width <= 1400px) {
  .newsCol h2 {
    width: 70vw;
  }
}
@media (width <= 1024px) {
  .newsCol h2 {
    width: 99.6vw;
    margin-bottom: 6.5vw;
  }
}
.newsCol .newsListCol {
  position: relative;
  margin: auto;
  width: 1400px;
  height: 304px;
}
@media (width <= 1400px) {
  .newsCol .newsListCol {
    width: 90vw;
  }
}
@media (width <= 1024px) {
  .newsCol .newsListCol {
    width: 100vw;
    height: 88vw;
  }
}
.newsCol .newsListCol::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  background: url("../images/top/pc/bg_news.png") top right no-repeat;
  display: block;
  width: 1867px;
  height: 304px;
  z-index: -1;
}
@media (width <= 1024px) {
  .newsCol .newsListCol::before {
    background: url("../images/top/sp/bg_news.png") top left/100% no-repeat;
    display: block;
    width: 100vw;
    height: 87.6vw;
    left: 0;
  }
}
.newsCol .newsListCol::after {
  content: "";
  position: absolute;
  top: 33px;
  left: -205px;
  -webkit-mask: url("../images/top/pc/bg_news-flame.svg") top left;
          mask: url("../images/top/pc/bg_news-flame.svg") top left;
  display: block;
  width: 162px;
  height: 271px;
  z-index: 1;
}
@media (width <= 1024px) {
  .newsCol .newsListCol::after {
    display: none;
  }
}
.newsCol .newsListCol h3 {
  position: absolute;
  top: -19px;
  left: -30px;
  width: 535px;
}
@media (width <= 1024px) {
  .newsCol .newsListCol h3 {
    top: 3vw;
    left: 0;
    width: 45.8666666667vw;
  }
}
.newsCol .newsListCol .newsListItemCol {
  overflow: visible;
  z-index: 2;
}
@media (width <= 1024px) {
  .newsCol .newsListCol .newsListItemCol {
    height: 80vw;
  }
}
.newsCol .newsListCol .newsListItemCol .newsListItemInner {
  padding-top: 70px;
  padding-bottom: 38px;
}
@media (width <= 1024px) {
  .newsCol .newsListCol .newsListItemCol .newsListItemInner {
    padding-top: 22vw;
    padding-bottom: 20vw;
    padding-left: 5vw;
  }
}
.newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide {
  width: 480px;
}
@media (width <= 1024px) {
  .newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide {
    width: 89.6vw;
    height: 26.6666666667vw !important;
  }
  .newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide:nth-child(odd):last-child::before {
    content: "";
    position: absolute;
    width: 49.0666666667vw;
    height: 26.6666666667vw;
    background: url("../images/top/sp/img_news-none.png") top left/100% no-repeat;
    top: 30vw;
    left: 0;
  }
}
.newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (width >= 1024px) {
  .newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap {
    position: relative;
    transition: scale 0.3s;
  }
  .newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
.newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap .newsThumb {
  position: relative;
  width: 213px;
  height: 160px;
}
@media (width <= 1024px) {
  .newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap .newsThumb {
    width: 35.6vw;
    height: 26.6666666667vw;
  }
}
.newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap .newsThumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 101%;
  -webkit-mask: url("../images/common/flame_thumb.svg") top left no-repeat;
          mask: url("../images/common/flame_thumb.svg") top left no-repeat;
}
.newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap .newsThumb.none::before {
  -webkit-mask: none;
          mask: none;
  background: none !important;
}
.newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap .newsDetail {
  width: 247px;
}
@media (width <= 1024px) {
  .newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap .newsDetail {
    width: 49.0666666667vw;
  }
}
.newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap .newsDetail .dateCol {
  font-weight: 500;
  font-style: italic;
  position: relative;
  padding-left: 35px;
}
@media (width <= 1024px) {
  .newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap .newsDetail .dateCol {
    font-size: 3.4666666667vw;
    padding-left: 7.5vw;
  }
}
.newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap .newsDetail .dateCol::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 17px;
  top: 1px;
  left: 0;
  display: inline-block;
}
@media (width <= 1024px) {
  .newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap .newsDetail .dateCol::before {
    width: 6.2vw;
    height: 3.8vw;
    top: 0.25vw;
    left: 0;
  }
}
.newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap .newsDetail .newsTitle {
  font-weight: 900;
  margin-top: 8px;
}
@media (width <= 1024px) {
  .newsCol .newsListCol .newsListItemCol .newsListItemInner .swiper-slide .newsItemWrap .newsDetail .newsTitle {
    font-size: 3.4666666667vw;
    margin-top: 2vw;
  }
}
.newsCol .newsListCol .newsListItemCol .swiper-button-next {
  display: none;
}
@media (width <= 1024px) {
  .newsCol .newsListCol .newsListItemCol .swiper-button-next {
    display: block;
    background: url("../images/top/btn_right.png") top left/100% no-repeat;
    width: 19.3333333333vw;
    height: 9.3333333333vw;
    top: 10vw;
    left: 76vw;
  }
  .newsCol .newsListCol .newsListItemCol .swiper-button-next svg {
    display: none;
  }
}
.newsCol .newsListCol .newsListItemCol .swiper-button-next.swiper-button-disabled {
  filter: grayscale(100%);
}
.newsCol .newsListCol .newsListItemCol .swiper-button-prev {
  display: none;
}
@media (width <= 1024px) {
  .newsCol .newsListCol .newsListItemCol .swiper-button-prev {
    display: block;
    background: url("../images/top/btn_left.png") top left/100% no-repeat;
    width: 19.3333333333vw;
    height: 9.3333333333vw;
    top: 10vw;
    left: 58vw;
  }
  .newsCol .newsListCol .newsListItemCol .swiper-button-prev svg {
    display: none;
  }
}
.newsCol .newsListCol .newsListItemCol .swiper-button-prev.swiper-button-disabled {
  filter: grayscale(100%);
}
.newsCol .newsListCol .newsListItemCol .swiper-scrollbar {
  background-color: #abb4c3;
  cursor: pointer;
}
@media (width <= 1024px) {
  .newsCol .newsListCol .newsListItemCol .swiper-scrollbar {
    display: none;
  }
}
.newsCol .newsListCol#gameUpdate::after {
  background: var(--color-pink);
}
.newsCol .newsListCol#gameUpdate .swiper-scrollbar-drag {
  background-color: var(--color-pink);
}
.newsCol .newsListCol#gameUpdate .newsThumb::before {
  background: var(--color-pink);
}
.newsCol .newsListCol#gameUpdate .dateCol::before {
  background: url("../images/common/icon_date-pink.png") top left/100% no-repeat;
}
.newsCol .newsListCol#event::after {
  background: var(--color-yellow);
}
.newsCol .newsListCol#event .swiper-scrollbar-drag {
  background-color: var(--color-yellow);
}
.newsCol .newsListCol#event .newsThumb::before {
  background: var(--color-yellow);
}
.newsCol .newsListCol#event .dateCol::before {
  background: url("../images/common/icon_date-yellow.png") top left/100% no-repeat;
}
.newsCol .newsListCol#campaign::after {
  background: var(--color-blue);
}
.newsCol .newsListCol#campaign .swiper-scrollbar-drag {
  background-color: var(--color-blue);
}
.newsCol .newsListCol#campaign .newsThumb::before {
  background: var(--color-blue);
}
.newsCol .newsListCol#campaign .dateCol::before {
  background: url("../images/common/icon_date-blue.png") top left/100% no-repeat;
}
.newsCol .newsListCol#other::after {
  background: var(--color-purple);
}
.newsCol .newsListCol#other .swiper-scrollbar-drag {
  background-color: var(--color-purple);
}
.newsCol .newsListCol#other .newsThumb::before {
  background: var(--color-purple);
}
.newsCol .newsListCol#other .dateCol::before {
  background: url("../images/common/icon_date-purple.png") top left/100% no-repeat;
}
.newsCol .newsListCol + .newsListCol {
  margin-top: 40px;
}
@media (width <= 1024px) {
  .newsCol .newsListCol + .newsListCol {
    margin-top: 2.5vw;
  }
}
.newsCol .btnMore {
  position: absolute !important;
  width: 235px;
  top: 100px;
  right: -1160px;
  left: 0;
  margin: auto;
}
@media (width >= 1024px) {
  .newsCol .btnMore {
    position: relative;
    transition: scale 0.3s;
  }
  .newsCol .btnMore::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .newsCol .btnMore:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .newsCol .btnMore:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1400px) {
  .newsCol .btnMore {
    right: -77%;
  }
}
@media (width <= 1024px) {
  .newsCol .btnMore {
    position: relative !important;
    top: 0;
    right: 0;
    left: 14vw;
    width: 72.1333333333vw;
    margin: 8vw auto 0;
    z-index: 10;
  }
}

.js-scroll {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transition: opacity 0.3s cubic-bezier(0.85, 0, 0.15, 1), scale 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  scale: 0.9;
  opacity: 0;
  z-index: 1;
}
.js-scroll.news {
  width: 100%;
}
.js-scroll.is-active {
  animation: hover-anime 0.4s cubic-bezier(0.85, 0, 0.15, 1) 0.2s;
  opacity: 1;
  scale: 1;
}
.js-scroll.is-active::before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 10px;
  z-index: 20;
  animation: hover-anime2 0.4s steps(5) 0.2s;
}