#floatingBanner {
  bottom: 60px;
  opacity: 0;
  padding-top: 70px;
  position: fixed;
  right: 0;
  scale: 0;
  transition-duration: 0.4s, 0.4s, 0.4s, 0.4s;
  transition-property: opacity, width, height, scale;
  transition-timing-function: ease, ease, ease, ease;
  z-index: 10;
}
#floatingBanner,
#floatingBanner a {
  pointer-events: none;
}
@media (max-width: 750px) {
  #floatingBanner {
    padding-top: clamp(31.5px, 8.4vw, 63px);
    right: 0;
  }
}
#floatingBanner .contents {
  height: 280px;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s, 0.4s, 0.4s, 0.4s;
  transition-property: opacity, width, height, bottom;
  transition-timing-function: ease, ease, ease, ease;
  width: 200px;
}
@media (max-width: 750px) {
  #floatingBanner .contents {
    height: clamp(144px, 38.4vw, 288px);
    width: clamp(110px, 29.3333333333vw, 220px);
  }
}
#floatingBanner .contents:after {
  border: 2px solid #c8aa6e;
  content: '';
  display: block;
  height: calc(100% - 20px);
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: calc(100% - 20px);
  z-index: 1;
}
@media (max-width: 750px) {
  #floatingBanner .contents:after {
    border: clamp(1px, 0.2666666667vw, 9999px) solid #c8aa6e;
    height: calc(100% - clamp(10px, 2.6666666667vw, 9999px));
    width: calc(100% - clamp(10px, 2.6666666667vw, 9999px));
  }
}
#floatingBanner .btn,
#floatingBanner .cCopy,
#floatingBanner .close,
#floatingBanner .img,
#floatingBanner .img img,
#floatingBanner .logo {
  opacity: 0;
  z-index: 2;
}
#floatingBanner .img,
#floatingBanner .logo {
  transform: translateY(12px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
#floatingBanner .btn {
  transform: translateX(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
#floatingBanner .btn .txt {
  transform: translateX(12px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
#floatingBanner .logo {
  transform: translateY(12px) scale(0);
}
#floatingBanner .cCopy {
  transform: translate(16px);
}
#floatingBanner .bg {
  background-color: #0a1428;
  left: 50%;
  line-height: 0;
  position: absolute;
  scale: 2;
  top: 50%;
  translate: -50% -50%;
  z-index: 1;
}
#floatingBanner .bg img {
  height: 280px;
  width: 200px;
}
@media (max-width: 750px) {
  #floatingBanner .bg img {
    height: clamp(144px, 38.4vw, 288px);
    width: clamp(110px, 29.3333333333vw, 220px);
  }
}
#floatingBanner .img {
  height: 50px;
  left: 50%;
  position: absolute;
  top: 0;
  transition:
    height 0.4s ease,
    opacity 0.6s ease,
    transform 0.6s ease;
  translate: -50% 0;
  width: 100%;
  z-index: 2;
}
#floatingBanner .img .fader .embla__container {
  display: grid;
}
#floatingBanner .img .fader .embla__container .embla__slide {
  grid-area: 1 / -1;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 100%;
  pointer-events: none !important;
  position: relative;
}
#floatingBanner .img .fader .embla__container .embla__slide img {
  opacity: 0;
}
#floatingBanner .img .fader .embla__container .embla__slide:after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: clip-path 1s ease;
  translate: -50% 0;
  width: 100%;
}
#floatingBanner .img .fader .embla__container .embla__slide.-is-ready img {
  opacity: 0 !important;
  transition-delay: 0s !important;
  transition-duration: 0s !important;
}
#floatingBanner .img .fader .embla__container .embla__slide.-is-active img {
  opacity: 1;
  transition-delay: 0.8s;
}
#floatingBanner .img .fader .embla__container .embla__slide.-is-active:after {
  animation: floatingMaskReveal 1.4s ease forwards;
}
#floatingBanner .img .fader .embla__container .embla__slide.-is-exit img {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
#floatingBanner .img .fader .embla__container .embla__slide.-is-next img {
  opacity: 0;
}
#floatingBanner
  .img
  .fader
  .embla__container
  .embla__slide:not(.-is-active)
  img {
  transition-delay: 0s;
}
#floatingBanner .img .fader .embla__container .embla__slide:first-child {
  top: 4%;
}
@media (max-width: 750px) {
  #floatingBanner .img .fader .embla__container .embla__slide:first-child {
    left: 3%;
    top: -1%;
  }
}
#floatingBanner .img .fader .embla__container .embla__slide:first-child img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: unset;
  width: 83%;
}
#floatingBanner .img .fader .embla__container .embla__slide:first-child:after {
  background-image: url(/base/images/banner/floatingBanner_champ01_b.png);
  width: 83%;
}
#floatingBanner .img .fader .embla__container .embla__slide:nth-child(2) {
  top: 4%;
}
@media (max-width: 750px) {
  #floatingBanner .img .fader .embla__container .embla__slide:nth-child(2) {
    top: -2%;
  }
}
#floatingBanner .img .fader .embla__container .embla__slide:nth-child(2):after {
  background-image: url(/base/images/banner/floatingBanner_champ02_b.png);
}
#floatingBanner .img .fader .embla__container .embla__slide:nth-child(3) {
  top: 5%;
}
@media (max-width: 750px) {
  #floatingBanner .img .fader .embla__container .embla__slide:nth-child(3) {
    left: 0;
    top: -1%;
    translate: 5% 0;
  }
}
#floatingBanner .img .fader .embla__container .embla__slide:nth-child(3):after {
  background-image: url(/base/images/banner/floatingBanner_champ03_b.png);
}
#floatingBanner .img img {
  display: block;
  height: auto;
  width: 100%;
}
#floatingBanner .logo {
  bottom: 131px;
  left: 50%;
  position: absolute;
  translate: -50% 0;
}
@media (max-width: 750px) {
  #floatingBanner .logo {
    bottom: clamp(66px, 17.6vw, 132px);
  }
}
#floatingBanner .logo img {
  width: clamp(99px, 26.4vw, 198px);
}
#floatingBanner .cCopy {
  bottom: 95px;
  left: 50%;
  position: absolute;
  translate: -50% 0;
}
@media (max-width: 750px) {
  #floatingBanner .cCopy {
    bottom: clamp(47px, 12.5333333333vw, 94px);
  }
}
#floatingBanner .cCopy img {
  width: 122px;
}
@media (max-width: 750px) {
  #floatingBanner .cCopy img {
    width: clamp(82px, 21.8666666667vw, 164px);
  }
}
#floatingBanner .btn {
  align-items: center;
  background: transparent;
  border: none;
  bottom: 30px;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 140px;
}
@media (max-width: 750px) {
  #floatingBanner .btn {
    bottom: clamp(13px, 3.4666666667vw, 26px);
    height: clamp(28px, 7.4666666667vw, 54px);
    width: clamp(84px, 22.4vw, 168px);
  }
}
@media (hover: hover) {
  #floatingBanner .btn:hover:before {
    background-color: #c8aa6e;
  }
}
#floatingBanner .btn:before {
  background-color: #0bc4e2;
  content: '';
  display: block;
  height: calc(100% - 6px);
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: calc(100% - 6px);
  z-index: 1;
}
@media (max-width: 750px) {
  #floatingBanner .btn:before {
    height: calc(100% - clamp(3px, 0.8vw, 9999px));
    width: calc(100% - clamp(3px, 0.8vw, 9999px));
  }
}
#floatingBanner .btn:after {
  background-image: url(/base/images/banner/floatingBanner_btnBorder.png);
  background-size: 100% 100%;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  z-index: 2;
}
@media (max-width: 750px) {
  #floatingBanner .btn:after {
    background-image: url(/base/images/banner/floatingBanner_btnBorder-sp.png);
    scale: 1 1;
  }
}
#floatingBanner .btn .txt {
  position: relative;
  text-align: center;
  z-index: 2;
}
#floatingBanner .btn .txt img {
  width: 78px;
}
@media (max-width: 750px) {
  #floatingBanner .btn .txt img {
    width: clamp(45px, 12vw, 89px);
  }
}
#floatingBanner .close {
  cursor: pointer;
  height: 26px;
  position: absolute;
  right: 5px;
  top: 28px;
  width: 26px;
  z-index: 3;
}
@media (max-width: 750px) {
  #floatingBanner .close {
    height: clamp(14px, 3.7333333333vw, 28px);
    right: clamp(5px, 1.3333333333vw, 10px);
    top: 0;
    width: clamp(14px, 3.7333333333vw, 28px);
  }
}
#floatingBanner .close:after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2728%27 height=%2728%27 fill=%27none%27 viewBox=%270 0 28 28%27%3E%3Crect width=%2727%27 height=%2727%27 x=%27.5%27 y=%27.5%27 stroke=%27%23EB0029%27 rx=%273.5%27/%3E%3Cpath fill=%27%23EB0029%27 fill-rule=%27evenodd%27 d=%27M20 9.278 18.725 8l-4.723 4.723L9.278 8 8 9.278l4.723 4.724L8 18.725 9.278 20l4.724-4.723L18.725 20 20 18.725l-4.723-4.723z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#floatingBanner a {
  bottom: 0;
  cursor: pointer;
  height: 280px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
@media (max-width: 750px) {
  #floatingBanner a {
    height: clamp(145px, 38.6666666667vw, 290px);
  }
}
@media (hover: hover) {
  #floatingBanner a:hover + .btn:before {
    background-color: #c8aa6e;
  }
}
#floatingBanner.-show {
  opacity: 1;
  pointer-events: all;
}
#floatingBanner.-show a {
  pointer-events: all;
}
#floatingBanner.-active {
  scale: 1;
}
#floatingBanner.-active .bg {
  scale: 1;
  transition: 0.4s;
}
#floatingBanner.-active .logo {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.2s;
  transition-duration: 0.8s;
}
#floatingBanner.-active .close {
  opacity: 1;
  transition: opacity 0.6s ease;
  transition-delay: 1.4s;
}
#floatingBanner.-active .cCopy,
#floatingBanner.-active .img {
  opacity: 1;
  transform: translate(0);
  transition-delay: 0.45s;
  transition-duration: 0.8s;
}
#floatingBanner.-active .img {
  height: 280px;
}
@media (max-width: 750px) {
  #floatingBanner.-active .img {
    height: clamp(145px, 38.6666666667vw, 290px);
  }
}
#floatingBanner.-active .img img {
  opacity: 0;
  transition-delay: 0.6s;
  transition-duration: 0.8s;
}
#floatingBanner.-active .btn {
  opacity: 1;
}
#floatingBanner.-active .btn,
#floatingBanner.-active .btn .txt {
  transform: translateX(0);
  transition-delay: 1s;
  transition-duration: 0.8s;
}
#floatingBanner.-jackedAdjust {
  right: clamp(0px, 50vw - 560px, 9999px);
}
@media (max-width: 1194px) {
  #floatingBanner.-jackedAdjust {
    bottom: clamp(140px, 37.3333333333vw, 140px);
  }
}
#inlineBanner {
  background-color: #0a1428;
  margin: 32px auto;
  max-width: 1200px;
  width: 100%;
}
#inlineBanner,
#inlineBanner .embla {
  position: relative;
}
#inlineBanner .embla__viewport {
  overflow: hidden;
}
#inlineBanner .embla__container {
  display: grid;
}
#inlineBanner .embla__slide {
  grid-area: 1 / -1;
  min-width: 100%;
}
@keyframes floatingMaskReveal {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    opacity: 1;
  }
  35% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
  65% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    opacity: 0;
  }
}
#inlineBanner a {
  display: flex;
  text-decoration: none;
}
#inlineBanner a:after {
  border: clamp(var(--zero-responsive), 0.17241vw, 2px) solid #c8aa6e;
  content: '';
  display: block;
  height: calc(
    100% - clamp(var(--zero-responsive), calc(28 / 1160 * 100vw), 28px)
  );
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: calc(
    100% - clamp(var(--zero-responsive), calc(28 / 1160 * 100vw), 28px)
  );
}
@media (max-width: 750px) {
  #inlineBanner a:after {
    border: 1px solid #c8aa6e;
    height: calc(100% - clamp(14px, 3.7333333333vw, 9999px));
    width: calc(100% - clamp(14px, 3.7333333333vw, 9999px));
  }
}
@media (hover: hover) {
  #inlineBanner a:hover .btn:before {
    background-color: #c8aa6e !important;
  }
}
#inlineBanner .fader {
  flex: 1;
  overflow: hidden;
  position: relative;
}
#inlineBanner .fader * {
  pointer-events: none !important;
}
#inlineBanner .contBox {
  align-items: center;
  display: flex;
  justify-content: center;
  width: clamp(var(--zero-responsive), 30.51724vw, 354px);
}
@media (max-width: 750px) {
  #inlineBanner .contBox {
    flex-direction: column;
  }
}
#inlineBanner .contBox .logo {
  left: clamp(var(--zero-responsive), 46.81034vw, 543px);
  position: absolute;
  top: clamp(var(--zero-responsive), 9.13793vw, 106px);
  width: clamp(var(--zero-responsive), 17.41379vw, 202px);
}
@media (max-width: 750px) {
  #inlineBanner .contBox .logo {
    margin-bottom: clamp(-9999px, -1.0666666667vw, -4px);
    position: unset;
    width: clamp(98.5px, 26.2666666667vw, 9999px);
  }
}
#inlineBanner .contBox .inner .cCopy {
  width: clamp(var(--zero-responsive), 22.32759vw, 259px);
}
@media (max-width: 750px) {
  #inlineBanner .contBox .inner .cCopy {
    width: clamp(80.5px, 21.4666666667vw, 9999px);
  }
}
#inlineBanner .contBox .inner .btn {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  height: clamp(var(--zero-responsive), 4.56897vw, 53px);
  justify-content: center;
  margin-top: 20px;
  position: relative;
  width: clamp(var(--zero-responsive), 22.5vw, 261px);
}
@media (max-width: 750px) {
  #inlineBanner .contBox .inner .btn {
    bottom: clamp(13px, 3.4666666667vw, 26px);
    height: clamp(27px, 7.2vw, 53px);
    margin-top: clamp(20px, 5.3333333333vw, 9999px);
    width: clamp(84px, 22.4vw, 168px);
  }
}
@media (hover: hover) {
  #inlineBanner .contBox .inner .btn:hover:before {
    background-color: #c8aa6e;
  }
}
#inlineBanner .contBox .inner .btn:before {
  background-color: #0bc4e2;
  content: '';
  display: block;
  height: calc(100% - 6px);
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: calc(100% - 6px);
  z-index: 1;
}
@media (max-width: 750px) {
  #inlineBanner .contBox .inner .btn:before {
    height: calc(100% - clamp(3px, 0.8vw, 9999px));
    width: calc(100% - clamp(3px, 0.8vw, 9999px));
  }
}
#inlineBanner .contBox .inner .btn:after {
  background-image: url(/base/images/banner/inlineBanner_btnBorder.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  z-index: 2;
}
@media (max-width: 750px) {
  #inlineBanner .contBox .inner .btn:after {
    background-image: url(/base/images/banner/inlineBanner_btnBorder-sp.png);
    background-size: 100% 100%;
    scale: 1.01;
    translate: -50% -50%;
  }
}
#inlineBanner .contBox .inner .btn .txt {
  position: relative;
  text-align: center;
  z-index: 2;
}
#inlineBanner .contBox .inner .btn .txt img {
  width: clamp(var(--zero-responsive), 6.72414vw, 78px);
}
@media (max-width: 750px) {
  #inlineBanner .contBox .inner .btn .txt img {
    width: clamp(45px, 12vw, 89px);
  }
}
#inlineBanner img {
  display: block;
  height: auto;
  width: 100%;
}
