@font-face {
  font-family: "Mizolet";
  src: url("/wp-content/themes/luckynikijapan-1/landing-page/lp-line/fonts/Mizolet.ttf") format("truetype"), 
  url("/wp-content/themes/luckynikijapan-1/landing-page/lp-line/fonts/Mizolet.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
h1, h2, p, span {
  font-family: "Mizolet", sans-serif !important;
}

.line-lp {
  padding: 90px 0 50px;
  min-height: 100vh;
  background: url("/wp-content/themes/luckynikijapan-1/landing-page/lp-line/images/desktop-background.webp") no-repeat top center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .line-lp {
    background: url("/wp-content/themes/luckynikijapan-1/landing-page/lp-line/images/mobile-background.webp") no-repeat top center;
    background-size: cover;
    padding: 70px 0 50px;
  }
}
.line-lp__banner-wrapper {
  position: relative;
}
.line-lp__banner-desktop {
  display: block;
  position: absolute;
  top: 25px;
  right: -5%;
  width: 32%;
  padding: 10px;
  text-align: center;
  background-color: #ff0e5d;
  transform: rotate(15deg);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .line-lp__banner-desktop {
    display: none;
  }
}
.line-lp__banner-mobile {
  display: none;
  padding: 10px;
  text-align: center;
  background-color: #ff0e5d;
}
@media screen and (max-width: 768px) {
  .line-lp__banner-mobile {
    display: block;
  }
}
.line-lp__banner-text {
  font-size: 1.5rem;
}
.line-lp__content-wrapper {
  position: relative;
}
.line-lp__header-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .line-lp__header-wrapper {
    margin-bottom: 0;
  }
}
.line-lp__header-desktop {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .line-lp__header-desktop {
    display: none;
  }
}
.line-lp__header-mobile {
  display: none;
  margin: 20px 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .line-lp__header-mobile {
    display: block;
  }
}
.line-lp__cta {
  margin-bottom: 15px;
}
.line-lp__cta--mb {
  margin-bottom: 0;
}
.line-lp__cta-button {
  width: 200px;
}
@media screen and (max-width: 576px) {
  .line-lp__cta-button {
    width: 150px;
  }
}
.line-lp__text-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 0 50px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .line-lp__text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
}
.line-lp__casino-girl {
  position: absolute;
  top: 40px;
  left: 5%;
  width: 20%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .line-lp__casino-girl {
    display: none;
  }
}
.line-lp__niki-girl {
  position: absolute;
  top: 40px;
  right: 0;
  width: 35%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .line-lp__niki-girl {
    display: none;
  }
}
.line-lp__ndb-box, .line-lp__ftd-box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .line-lp__ndb-box, .line-lp__ftd-box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .line-lp__ndb-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .line-lp__ndb-box {
    margin-bottom: 30px;
  }
}
.line-lp__box-subheader {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #ffc000;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .line-lp__box-subheader {
    margin-bottom: 15px;
    font-size: 1.6rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .line-lp__box-subheader {
    font-size: 1.2rem;
  }
}
.line-lp__box-subheader--pink {
  color: #f82bff;
}
.line-lp__box-wrapper {
  min-height: 160px;
  padding: 30px 50px 30px 200px;
  background-color: #ffc000;
  border-radius: 0 30px 30px 0;
  line-height: 1.5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .line-lp__box-wrapper {
    padding: 20px;
    min-height: auto;
    border-radius: 20px 20px;
  }
}
.line-lp__box-wrapper--pink {
  padding: 20px 80px 20px 30px;
  background-color: #f82bff;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .line-lp__box-wrapper--pink {
    padding: 20px;
    border-radius: 20px 20px;
  }
}
.line-lp__box-text {
  font-size: 1.2rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .line-lp__box-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .line-lp__box-text {
    font-size: 0.8rem;
  }
}
.line-lp__button-wrapper {
  display: none;
}
@media screen and (max-width: 768px) {
  .line-lp__button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.line-lp__tc-wrapper {
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 8px;
}
@media screen and (max-width: 768px) {
  .line-lp__tc-wrapper {
    margin-bottom: 30px;
  }
}
.line-lp__tc-wrapper:hover {
  color: #ffc000;
}
.line-lp__tc {
  font-size: 1.4rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .line-lp__tc {
    font-size: 1rem;
  }
}
.line-lp__tc:hover {
  color: #ffc000;
}
.line-lp__tc-overlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.line-lp__tc-overlay-content {
  position: relative;
  padding: 30px;
  width: 80%;
  max-width: 500px;
  background-color: #020202;
  border-radius: 10px;
}
.line-lp__tc-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 8px;
  background-color: #ffc000;
  font-size: 1rem;
  color: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.line-lp__tc-close:hover {
  color: #ff0e5d;
}
.line-lp__tc-body {
  line-height: 2;
}
.line-lp__tc-header {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .line-lp__tc-header {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .line-lp__tc-header {
    font-size: 1.2rem;
  }
}
.line-lp__tc-text {
  text-align: justify;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .line-lp__tc-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .line-lp__tc-text {
    font-size: 0.8rem;
  }
}
.line-lp__button-wrapper:hover, .line-lp__cta:hover, .line-lp__tc-wrapper:hover {
  animation: none;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}
.line-lp__desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .line-lp__desktop {
    display: none;
  }
}
.line-lp__mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .line-lp__mobile {
    display: flex;
  }
}

.disp-none {
  display: none;
}

.hide {
  opacity: 0;
}

.fadeInCenter {
  -webkit-animation: fadeInCenter 1s ease-out forwards;
  animation: fadeInCenter 1s ease-out forwards;
}

@-webkit-keyframes fadeInCenter {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInCenter {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.skateInLeft {
  -webkit-animation: skateInLeft 1s ease-out forwards;
  animation: skateInLeft 1s ease-out forwards;
}

@-webkit-keyframes skateInLeft {
  0% {
    transform: translate3d(-1000px, 0, 0);
    opacity: 0;
  }
  80% {
    transform: translate3d(15px, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes skateInLeft {
  0% {
    transform: translate3d(-1000px, 0, 0);
    opacity: 0;
  }
  80% {
    transform: translate3d(15px, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.skateInRight {
  -webkit-animation: skateInRight 1s ease-out forwards;
  animation: skateInRight 1s ease-out forwards;
}

@-webkit-keyframes skateInRight {
  0% {
    transform: translate3d(1000px, 0, 0);
    opacity: 0;
  }
  80% {
    transform: translate3d(15px, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes skateInRight {
  0% {
    transform: translate3d(1000px, 0, 0);
    opacity: 0;
  }
  80% {
    transform: translate3d(15px, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.floatUpDown {
  -webkit-animation: floatUpDown 1.5s ease-in-out infinite;
  animation: floatUpDown 1.5s ease-in-out infinite;
  transition: transform 0.3s ease-out;
}

@-webkit-keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}