@font-face {
  font-family: "NotoSans";
  src: url(../webfonts/NotoSansJP-Black.otf);
  src: url(../webfonts/NotoSansJP-Bold.otf);
  src: url(../webfonts/NotoSansJP-Regular.otf);
}
/* =========================================

break point

========================================= */
.fv-container {
  max-width: 1040px !important;
}

.fv-text {
  max-width: 510px !important;
  margin-top: 20px !important;
  margin-left: 40px !important;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fv-text {
    margin-top: 20px !important;
    margin-left: 0px !important;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.campaign-popup {
  position: fixed;
  top: 80px;
  right: 20px;
  max-width: 270px;
  z-index: 99989;
  transition: right 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (max-width: 767px) {
  .campaign-popup {
    top: inherit;
    bottom: 10px;
    width: 240px;
    right: 10px;
  }
}
.campaign-popup.show {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .campaign-popup.show {
    right: 10px;
  }
}
.campaign-popup__content {
  background: transparent;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  display: block;
}
.campaign-popup__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.campaign-popup__close {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  color: #ff6b6b;
}
@media screen and (max-width: 767px) {
  .campaign-popup__close {
    width: 24px;
    height: 24px;
    top: -6px;
    right: -6px;
  }
}
.campaign-popup__close:hover {
  transform: scale(1.1);
  background: #ff6b6b;
  color: #fff;
}
.campaign-popup__close svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .campaign-popup__close svg {
    width: 14px;
    height: 14px;
  }
}
.campaign-popup__icon {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6b6b;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .campaign-popup__icon {
    padding: 10px;
  }
}
.campaign-popup__icon svg {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .campaign-popup__icon svg {
    width: 28px;
    height: 28px;
  }
}
.campaign-popup__text {
  color: #fff;
  flex: 1;
}
.campaign-popup__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .campaign-popup__title {
    font-size: 14px;
  }
}
.campaign-popup__subtitle {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .campaign-popup__subtitle {
    font-size: 18px;
  }
}
.campaign-popup.shake {
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}/*# sourceMappingURL=style.css.map */