html,
body {
  height: 100% !important;
  background: #000;
}
.fp-watermark,
.hide {
  display: none;
  opacity: 0;
}
.opacity0 {
  opacity: 0;
}
a.ClipboardJS {
  color: #ffcc00 !important;
  filter: brightness(85%);
  transition: 0.2s ease-in-out;
  font-size: 14px;
  text-decoration: underline;
}
.loading-wrap {
  height: 100%;
  width: 100%;
  font-size: 1.25vw;
  position: relative;
  z-index: 99999;
}
.loading-wrap img {
  width: 12.5vw;
  margin-bottom: 1px;
  margin-left: -2%;
  max-width: 200px;
}
.loading-wrap .percent {
  margin-top: 1%;
  color: #bbb;
}
.top-nav {
  z-index: 200;
  position: absolute;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 2%;
  background: rgb(0 0 0 / 65%) url(images/0_GNB_Color_000000_Opacity_65.png)
    no-repeat 50% 100%;
  margin-top: -7px;
}
.nav-left {
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 0;
  padding: 0;
}
.nav-right {
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0;
  @media all and (min-width: 901px) {
    width: 30%;
  }
}
.nav-right li {
  margin: 10px 10px 0px 10px;
}
.nav-left li a,
.nav-left li span {
  display: flex;
}
.nav-left li a {
  width: 25%;
  height: 100%;
  position: absolute;
  left: 21%;
}

.pc-nav .top-nav-link.nav-right {
  /* margin-left: 100px; */
}

li.share {
  position: relative;
}

li.share .share-popup img {
  display: block;
  width: 120px;
  height: 100%;
  min-width: 120px;
  max-width: 120px;
}

/* .share-popup.show {
  visibility: visible;
  transform: translateX(-50%) translateY(10px);
  pointer-events: auto;
} */

/* .share-popup.hiding {
  transform: translateX(-50%) translateY(-50px);
  pointer-events: none;
} */

/* 
li.share .share-popup a {
  display: inline-block;
  width: 90px;
  height: auto;
  display: block;
  width: 100%;
  height: 100%;
} */

.a-bgm {
  position: absolute;
  bottom: 0;
  left: 1%;
}
.pre-box a:hover {
  filter: brightness(1.25);
  transition: 0.2s ease-in-out;
}
.nav-right img {
  max-height: 40px;
}
.nav-left li {
  margin-top: 0 !important;
  position: relative;
}
.nav-left li a {
  z-index: 10;
}
/* .nav-left li a.a3::after {
  position: absolute;
  content: "";
  background: url(https://res.17996cdn.net/elpis/jp/98z.png?v=2) no-repeat left
    top;
  background-size: cover;
  display: block;
  right: -79%;
  top: 10%;
  width: 58%;
  height: 30%;
} */
.nav-left li span {
  z-index: 1;
}
.nav-left li.page1 {
  margin: 0 0 0 -330px;
}
.nav-left li.page2 {
  margin: 0 -330px;
}
.nav-left li img {
  width: 68%;
  margin-top: 6px;
}
.nav-left li.logo {
  margin-right: -8%;
}
.nav-left li.logo img {
  width: 100%;
  /* margin: 0px 60px 0 0; */
  margin: 8px 100px 0 70px;
  max-width: 150px;
}
.cz-98z {
  max-width: 80px;
  width: 3.62vw !important;
}
.p1-bg {
  background: url(https://res.17996cdn.net/elpis/jp/p1-bg.jpg) no-repeat top
    center;
  background-size: cover;
}
.title-background,
.title-background:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-background video::-webkit-media-controls {
  display: none;
}

.title-background video::-webkit-media-controls-panel {
  display: none;
}

.title-background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.vod-play img {
  width: clamp(60px, 6vw, 120px);
}
.mp3-play {
  /* margin-top: 98px;
  margin-right: 10%; */

  cursor: pointer;
}
.top-nav-link a.mp3-play {
  filter: brightness(75%);
  transition: 0.2s ease-in-out;
}
.mp3-play img {
  width: clamp(17px, 4vw, 48px);
  max-height: 100%;
}
.pre-box {
  margin-bottom: 10%;
  z-index: 10;
  width: 60%;
  max-width: 980px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 2%;
  @media all and (max-width: 1024px) {
    width: 80%;
  }
}
.pre-box-pc {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  margin: 0 0 4.5% 33%;
  width: 55%;
}
.pre-box-pc .pre-btn img {
  box-shadow: none;
  margin: 3px 0;
}

.pre-btn {
  right: -10.7%;
  top: 43%;
  max-width: 30%;
}

.pre-btn img {
  width: clamp(350px, 37.5vw, 780px);
  /* box-shadow: 0 0 3px #fff; */
  border-radius: 5px;
  transition: all 0.6s;
}
.pre-btn:hover img {
  transform: translateY(-6px);
}
.pre-txt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 20%;
  background: url(https://res.17996cdn.net/elpis/jp/pre-txt-bg.png) no-repeat
    top center;
  background-size: cover;
}
.pre-txt span {
  color: #ffcc00;
  font-weight: bold;
  font-size: clamp(16px, 1.75vw, 26px);
  margin: 0 10px;
}
.pre-txt img {
  width: clamp(60px, 7vw, 123px);
}
.pre-reservation-bg {
  width: 100%;
  height: 100%;
  background-image: url(/images/PC_2_Pre_KR.jpg);
  background-position: center calc(50% + 20px);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: relative;
}
.terms-of-use-area {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.terms-of-use-area .reservation-title {
  text-align: center;
  margin-bottom: 0;
}
.terms-of-use-area .reservation-title img {
  width: 12%;
}
.terms-of-use-area .reservation-date {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.terms-of-use-area .reservation-date img {
  width: 26%;
}
.terms-of-use-area .reservation-wrapper {
  width: 62%;
  height: 100%;
  display: flex;
  align-items: end;
  margin: 0 auto;
}

.terms-of-use-area .reservation-wrapper .reward {
  margin-right: 3%;
}

.reservation-wrapper .check-list {
  position: relative;
}

.check-list .inner {
  position: absolute;
  width: 90%;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio-group {
  margin-bottom: 4%;
  text-align: center;
}

.radio-group label:first-child {
  margin-right: 12%;
}

.radio-option input[type="radio"] {
  display: none;
}

/* 커스텀 라디오 버튼 영역 */
.custom-radio {
  display: inline-block;
  width: 26%;
  /*height: 20px;*/
  aspect-ratio: 220 / 33;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Google 기본 상태 */
.radio-option.google .custom-radio {
  background-image: url(/images/android-check-off.png);
}

/* Google 선택됨 */
.radio-option.google input[type="radio"]:checked + .custom-radio {
  background-image: url(/images/android-check-on.png);
}

/* Apple 기본 상태 */
.radio-option.apple .custom-radio {
  background-image: url(/images/iOS_Check_OFF.png);
}

/* Apple 선택됨 */
.radio-option.apple input[type="radio"]:checked + .custom-radio {
  background-image: url(/images/iOS_Check_ON.png);
}

.checklist-container {
  width: 90%;
  margin: 0 auto;
}

.checkbox-group {
  margin-bottom: 2.5%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkbox-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox-option {
  /*width: 66%;*/
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  /* background-position: center; */
  transition: all 0.2s ease;
  cursor: pointer;
  /*aspect-ratio: 300 / 24;*/
}

/* .custom-checkbox {
  width: 100%;
  height: 20px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
} */

/* 기본 상태 배경 이미지 (체크되지 않은 상태) */
/* .task1 .custom-checkbox {
  background-image: url("/images/TXT_A_OFF.png");
}

.task2 .custom-checkbox {
  background-image: url("/images/TXT_B_OFF.png");
}

.task3 .custom-checkbox {
  background-image: url("/images/TXT_C_OFF.png");
}

.task4 .custom-checkbox {
  background-image: url("/images/TXT_D_OFF.png");
} */

.task1 {
  background-image: url("/images/TXT_A_OFF.png");
  aspect-ratio: 306 / 41;
  width: 40%;
}

.task2 {
  background-image: url("/images/TXT_B_OFF.png");
  aspect-ratio: 350 / 41;
  width: 46%;
}

.task3 {
  background-image: url("/images/TXT_C_OFF.png");
  aspect-ratio: 350 / 41;
  width: 46%;
}

.all-check {
  background-image: url("/images/TXT_D_OFF.png");
  aspect-ratio: 235 / 41;
  width: 31%;
}

/* 체크된 상태 배경 이미지 */
.checkbox-option.task1:has(input:checked) {
  background-image: url("/images/TXT_A_ON.png");
}
.checkbox-option.task2:has(input:checked) {
  background-image: url("/images/TXT_B_ON.png");
}
.checkbox-option.task3:has(input:checked) {
  background-image: url("/images/TXT_C_ON.png");
}
.checkbox-option.all-check:has(input:checked) {
  background-image: url("/images/TXT_D_ON.png");
}

.explanatory-text {
  border: 0;
  background: transparent;
  width: 22%;
  cursor: pointer;
}
.explanatory-text img {
  aspect-ratio: 108 / 29;
  width: 100%;
}

.phone-number-input {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 6%;
}

.phone-number-input input[type="text"] {
  background-image: url("/images/Pre_Field_PC.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0;
  width: 80%;
  padding: 0 10px;
  font-size: 1rem;
}

.phone-number-input button {
  border: 0;
  background-color: transparent;
  width: 40%;
  padding: 0;
  margin-left: 10px;
  cursor: pointer;
}

.pre-order-button-group {
  /* display: flex; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 70%;
  margin: 0 auto;
  margin-top: 5%;
  @media all and (max-width: 1100px) and (min-width: 901px) {
    margin-top: 3%;
    gap: 4px;
  }
}

.pre-order-button-group a {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: block;
}

/* .pre-order-button-group .gg-bt {
  margin-right: 10px;
} */

.btn-wrapper {
  display: flex;
  justify-content: center;
}

/* .terms-of-use-area {
  position: absolute;
  left: 51%;
  top: 30.8%;
  width: 27%;
  height: 23vw;

  background: rgba(0, 123, 255, 0.9);
  color: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
} */

/* .terms-of-use-area a {
  background-color: transparent;
  width: 25%;
  border: 0;
  margin-top: 25px;
} */

.terms-of-use-area-mo {
  background-color: transparent;
  width: 99%;
  border: 0;
  margin: 0 auto;
}
.terms-of-use-area-mo .reservation-title {
  margin-bottom: 0;
  margin-top: 16%;
  width: 40%;
}

.terms-of-use-area-mo .reservation-date {
  margin: 0;
  margin-top: 14px;
}

.terms-of-use-area-mo .reservation-wrapper .check-list .background-area {
  width: 110.5%;
  max-width: none;
}

.terms-of-use-area-mo .check-list .inner {
  position: absolute;
  width: 90%;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.terms-of-use-area-mo .reservation-wrapper {
  overflow: hidden;
}

.terms-of-use-area-mo .checklist-container {
  width: 82%;
}

.terms-of-use-area-mo .radio-group {
  margin-bottom: 6%;
}

.terms-of-use-area-mo .custom-radio {
  /*height: 30px;*/
}

.terms-of-use-area-mo .checkbox-option {
  /*height: 34px;*/
}
/* .terms-of-use-area-mo .checkbox-option.all-check {
  height: 28px;
} */

.terms-of-use-area-mo .checkbox-group {
  margin-bottom: 6%;
}

.terms-of-use-area-mo .pre-order-button-group {
  width: 80%;
  gap: 14px;
  /*display: block;*/
}

.terms-of-use-area-mo .pre-order-button-group button {
  width: 100%;
}

.terms-of-use-area-mo .pre-order-button-group a img {
  width: 100%;
}

.terms-of-use-area-mo .pre-order-button-group a:first-child {
}
.terms-of-use-area-mo .reward {
  display: flex;
  justify-content: center;
}
.terms-of-use-area-mo .reward img {
  max-width: none;
  width: 130.5%;
  @media all and (max-width: 821px) and (min-width: 767px) {
    width: 100%; /* 너비는 부모에 맞추고 */
    transform: scale(1.3); /* 시각적으로 1.5배 키움 */
    transform-origin: center center; /* 중앙을 기준으로 확대 */
    margin-top: 270px;
    margin-bottom: 250px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-overlay.active {
  display: flex;
}

.modal-content {
  position: relative;
  max-width: 50vw;
  max-height: 90vh;
}

.modal-content-mo {
  position: relative;
  max-width: 80vw;
  max-height: 90vh;
}

.close-button,
.close-button-mo {
  position: absolute;
  top: -40px;
  right: 0;
  border: none;
  width: 26px;
  height: 26px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
}

.personal {
  position: relative;
}

.personal a {
  position: absolute;
  top: 56%;
  left: 3%;
  width: 30%;
  height: 20px;
}

.personal-mo {
  position: relative;
}

.personal-mo a {
  position: absolute;
  top: 58%;
  left: 6%;
  width: 50%;
  height: 26px;
  @media all and (max-width: 450px) {
    height: 18px;
  }
}

.popup-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
/* 
#popup7,
#popup8 {
  position: relative;
} */

#popup7 button,
#popup8 button {
  position: absolute;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

#popup7 button {
  width: 30%;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.confirm-modal .modal-content-mo button {
  width: 50%;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pre-dummy {
  width: 68vw;
  max-width: 1028px;
  height: 56vh;
  overflow: hidden;
  background-image: url(/images/PC_Pre_dummy.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 auto;
  margin-top: 30px;
}

.pre-dummy-mo {
  width: 100%;
  height: 62vh;
  overflow: hidden;
  background-image: url(/images/MO_Pre_dummy.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.p2-bg {
  background: url(https://res.17996cdn.net/elpis/jp/p2-bg.jpg) no-repeat top
    center;
  background-size: cover;
}
.p2-txt {
  display: flex;
  flex-flow: row;
  place-content: flex-start flex-end;
  align-items: stretch;
  position: relative;
}
.cv-play {
  margin-top: -30%;
  margin-left: 0;
  width: 10vw;
  max-width: 228px;
  cursor: pointer;
  z-index: 100;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 4%;
}
.cplay {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.cv-play span {
  margin-right: 1%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.cv-play span img {
  /* gif停止播放 */
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.play_sound {
  position: relative;
  z-index: 200;
}
.play_v1 {
  background: url(https://res.17996cdn.net/elpis/jp/cv-01-jp.png) no-repeat top
    center;
  background-size: cover;
}
.item-list2 {
  display: none;
}
.p2-2txt {
  margin-top: 7%;
}
.p2-3txt {
  margin-top: -7%;
}
.p2-13txt {
  margin-top: 8%;
}
.p2-5txt {
  margin-top: 4%;
}
.p3-bg {
  background: url(https://res.17996cdn.net/elpis/jp/p3-bg.jpg) no-repeat top
    center;
  background-size: cover;
}
.page-nav {
  margin-bottom: 29px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 99;
  cursor: pointer;
}
.page-num {
  margin-bottom: 15px;
}
.nav-btbg {
  margin-bottom: 0px;
  z-index: 1;
  pointer-events: none;
}
.pagedw {
  -webkit-animation: up_down 1800ms linear infinite;
  -moz-animation: up_down 1800ms linear infinite;
  -ms-animation: up_down 1800ms linear infinite;
  animation: up_down 1800ms linear infinite;
}
@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes up_down {
  0% {
    -moz-transform: translateY(0px);
  }

  50% {
    -moz-transform: translateY(10px);
  }

  100% {
    -moz-transform: translateY(0px);
  }
}

@-ms-keyframes up_down {
  0% {
    -ms-transform: translateY(0px);
  }

  50% {
    -ms-transform: translateY(10px);
  }

  100% {
    -ms-transform: translateY(0px);
  }
}

@keyframes up_down {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.p3-tit {
  margin-right: 15%;
  margin-top: 10%;
}
.p3-tit img {
  width: clamp(200px, 13vw, 325px);
}
.foot {
  background: #000;
  padding: 20px 0;
}
.footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.footer-claim-text {
  padding: 0 20px;
  line-height: 1.35;
}
.footer img {
  max-width: 90px;
}
.footer a {
  color: #666;
  margin-bottom: 6px;
  display: inline-block;
  white-space: nowrap;
}
.footer a:hover {
  color: #a6a4a4;
}
.footer img.img2 {
  max-width: 60px;
}
.p3-slideshow {
  max-width: 70%;
  margin: 0 auto;
}
.p3-slideshow .uk-slideshow-items li .p3-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 4% 0;
}
.p3-pimg {
  width: 54%;
  margin-bottom: -2%;
}
.p3-ptext {
  max-width: 44%;
  margin-top: -2%;
  margin-left: 1%;
}
.p3-slideshow .uk-slideshow-items {
  min-height: auto !important;
  aspect-ratio: 24 / 9;
}
.p3-slideshow .uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(https://res.17996cdn.net/elpis/jp/p3-n1.png) no-repeat top
    center;
  background-size: cover;
  text-indent: 100%;
  border: 1px solid rgba(102, 102, 102, 0.4);
}
.p3-slideshow .uk-dotnav > .uk-active > * {
  background-color: transparent;
  border-color: transparent;
  background: url(https://res.17996cdn.net/elpis/jp/p3-n2.png) no-repeat top
    center;
  background-size: cover;
}
.p2-slideshow .uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: clamp(80px, 7vw, 150px);
  height: auto;
  border-radius: 0;
  background: 0 0;
  text-indent: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  filter: brightness(42%);
  transition: 0.2s ease-in-out;
}
.top-nav-link a {
  filter: brightness(80%);
  transition: 0.2s ease-in-out;
}
.yy-btn,
.mp3-play {
  filter: brightness(65%);
  transition: 0.2s ease-in-out;
}
.yy-btn:hover,
.vod-play {
  filter: brightness(1);
  transition: 0.2s ease-in-out;
}

.vod-play:hover,
.mp3-play:hover {
  filter: brightness(1.3);
  transition: 0.2s ease-in-out;
}
.vod-play {
  animation: breath 1s ease-in-out infinite;
}
@keyframes breath {
  from {
    filter: brightness(1.3);
  }
  50% {
    filter: brightness(1);
  }
  to {
    filter: brightness(1.3);
  }
}

.uk-transition-toggle:hover .uk-transition-scale-up {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
}
.top-nav-link .uk-transition-toggle:hover .uk-transition-scale-up {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
}
.p2-slideshow .uk-dotnav > .uk-active > *,
.p2-slideshow .uk-dotnav > * > *:hover,
.qq-list span img:hover {
  filter: brightness(1);
  transition: 0.2s ease-in-out;
}
.top-nav-link a:hover {
  filter: brightness(2);
  transition: 0.2s ease-in-out;
}
.p2-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  left: 6%;
}
.p2-slideshow .uk-slideshow-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin: 6% 0;
}
.p2-slideshow .uk-dotnav > * {
  flex: none;
  padding-left: 0;
}
.p2-section {
  max-width: 80%;
  margin: 0 auto;
}
.p2-slideshow .slideshow-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 2%;
  box-sizing: border-box;
}
.p2-img {
  margin-left: -5%;
  max-width: 58%;
  margin-right: 3%;
}
.p2-txt {
  max-width: 28%;
  margin-top: -6%;
}
.p2-img2 {
  /* max-width: 60%;
  margin-top: -7%; */
}
.p2-le {
  width: clamp(20px, 2.35vw, 56px);
}
.p2-ri {
  width: clamp(20px, 2.35vw, 56px);
}
/* #modal-pre,
#modal-ok,
#modal-video {
  display: none;
} */
.qq-bg {
  background: url(https://res.17996cdn.net/elpis/jp/qq-bg.png) no-repeat top
    center;
  background-size: 100% 100%;
  text-align: center;
  padding: 18px 18px;
  top: 53px !important;
  display: none;
}
.qr-bg {
  background: url(https://res.17996cdn.net/elpis/jp/qq-bg.png) no-repeat top
    center;
  background-size: 100% 100%;
  text-align: center;
  padding: 10px;
  top: 82px !important;
  display: none;
  max-width: 200px !important;
  min-width: auto;
  box-sizing: border-box;
}
.fz-bg {
  background: transparent;
  background-size: 100% 100%;
  text-align: center;
  padding: 0px;
  top: 82px !important;
  display: none;
  max-width: 200px !important;
  min-width: auto;
  box-sizing: border-box;
}
.fz-bg img {
  width: 100%;
  max-width: 120px;
  max-height: 100%;
}
.qr-bg img {
  max-height: 100%;
  margin-top: 8px;
  width: auto;
}
.q-t {
  margin-bottom: 8px;
}
.qq-list {
  display: flex;
  white-space: nowrap;
  width: 210px;
  font-size: 15px;
  color: #c6c6c6;
  margin-bottom: 6px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.bgmPlay {
  filter: brightness(1.1);
  transition: 0.2s ease-in-out;
}
.error_msg {
  color: #ff0000;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.qq-list span {
  margin-left: 5px;
  cursor: pointer;
  display: flex;
}
.qq-list span img {
  width: auto;
  max-width: 50px;
  max-height: 100%;
  display: inline-block;
  filter: brightness(65%);
  transition: 0.2s ease-in-out;
}
.uk-modal-dialog {
  width: 40%;
  max-width: 684px !important;
  background: url(https://res.17996cdn.net/elpis/jp/pre-bg.png) no-repeat top
    center;
  background-size: 100% 100%;
  padding: 3.5% 2.5%;
  text-align: center;
  color: #a4a4a4;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  min-width: 500px;
}
.uk-modal-dialog a {
  color: #dedede;
}
[class*="uk-modal-close-"] {
  position: absolute;
  z-index: 1010;
  top: -8px;
  right: -9%;
  padding: 0;
  width: clamp(30px, 3vw, 90px);
}
.pre-logo {
  width: clamp(100px, 16vw, 160px);
  margin-bottom: 22px;
}
.uk-modal-dialog input {
  background: url(https://res.17996cdn.net/elpis/jp/ip-bg.png) no-repeat top
    center;
  background-size: 100% 100%;
  border: 0;
  display: block;
  text-align: center;
  padding: 2% 2%;
  height: auto !important;
  font-size: clamp(12px, 1.5vw, 20px);
  margin: 15px auto;
  max-width: 70%;
  -webkit-appearance: none;
  background-color: transparent;
}
.yy-btn {
  margin-top: 5%;
  display: block;
  filter: brightness(85%);
  transition: 0.2s ease-in-out;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: 0;
  background-color: #3b3b3b;
  color: #fff;
  border-color: transparent;
}
.yy-btn img {
  width: clamp(210px, 13vw, 310px);
}
.pxy {
  font-size: clamp(12px, 1.35vw, 16px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.pxy input {
  margin-right: 6px;
  background: url(https://res.17996cdn.net/elpis/jp/ys-bg.png) no-repeat top
    center;
  background-size: 100% 100%;
  transition: 0.2s ease-in-out;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: transparent !important;
  border-color: transparent !important;
  background: url(https://res.17996cdn.net/elpis/jp/ys-bt.png) no-repeat top
    center;
  background-size: cover;
  transition: 0.2s ease-in-out;
}
.ok-logo {
  width: clamp(260px, 25vw, 630px);
  margin-bottom: -3%;
  margin-top: -12% !important;
  margin-left: 3%;
}
#modal-ok .nav-right img {
  /* max-height: 28px; */
}
#modal-ok .nav-right li {
  margin: 20px;
}
#modal-ok .qr-bg {
  background: url(https://res.17996cdn.net/elpis/jp/qq-bg.png) no-repeat top
    center;
  background-size: 100% 100%;
  text-align: center;
  padding: 5px;
  top: 52px !important;
  max-width: 200px !important;
  min-width: auto;
  box-sizing: border-box;
  width: 130px;
}
#modal-ok .qr-bg img {
  max-height: 100%;
}
#modal-video .uk-modal-dialog {
  max-width: 100% !important;
}
#modal-video [class*="uk-modal-close-"] {
  position: absolute;
  z-index: 1010;
  top: -8px;
  right: 0%;
  padding: 0;
  width: clamp(30px, 3vw, 90px);
}
#modal-qr-app .uk-modal-dialog {
  width: 35%;
  max-width: 300px !important;
  padding: 35px 0;
  min-width: max-content;
}
.qr-app-pic {
  max-width: 230px;
  margin-bottom: 10px;
}
.foot {
  font-size: 12px;
}

#modal-fz .uk-modal-dialog {
  width: 180px;
  max-width: 200px;
  background: #000000c8;
  background-size: 100% 100%;
  padding: 1%;
  color: #fff;
  min-width: 180px;
  border-radius: 6px;
}
.tap-link {
  max-width: 400px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  gap: 16px;
  margin-top: 1px;
  margin-bottom: 25px;
}
.tap-link a {
}
.tap-link a:hover {
}
.tap-link a img {
  width: 100%;
  box-shadow: 0 0 3px #fff;
  border-radius: 4px;
}
#modal-ok .top-nav-link {
  margin-top: 5px;
}

@media (max-width: 1000px) {
  .p3-tit {
    margin-right: 0;
    margin-top: 12%;
    right: auto;
    left: 5%;
    z-index: 999;
  }
  .p3-tit img {
    width: clamp(122px, 13vw, 325px);
    max-width: 150px;
  }
  .nav-m {
    width: 100%;
    display: flex;
    padding: 3% 5%;
    box-sizing: border-box;
  }
  .nav-m .nav-left {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0;
  }
  .nav-m .nav-right {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-m .nav-right img {
    max-height: 22px;
  }
  .nav-right li {
    /* margin: 10px; */
    position: relative;
    z-index: 100;
    margin: 10px 5px 0px 5px;
  }

  .pc-nav .top-nav-link.nav-right {
    margin-left: 100px;
  }
  .radio-group {
    margin-bottom: 3%;
  }
  .custom-radio {
    width: 30%;
  }

  .explanatory-text {
    width: 26%;
  }
  .phone-number-input input[type="text"] {
    font-size: 0.8rem;
  }
}

@media (max-width: 900px) {
  li.share .share-popup {
    bottom: -35px;
  }
  .p1-bg {
    background: url(https://res.17996cdn.net/elpis/jp/mvod.jpg) no-repeat top
      center;
    background-size: cover;
    /* animation: breath2 20s linear infinite;
    -webkit-animation: breath2 20s linear infinite; */
  }
  @-webkit-keyframes breath2 {
    0% {
      background-size: 100%;
    }

    50% {
      background-size: 115%;
    }

    to {
      background-size: 100%;
    }
  }

  @keyframes breath2 {
    0% {
      background-size: 100%;
    }

    50% {
      background-size: 115%;
    }

    to {
      background-size: 100%;
    }
  }
  .cv-play {
    margin-top: -14%;
    margin-left: -22%;
    width: 140px;
    max-width: 228px;
    cursor: pointer;
    z-index: 100;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 4%;
    background: rgb(0 0 0 / 54%);
    padding: 1% 1%;
  }

  .pre-reservation-bg {
    background: url(/images/MO_Pre_BG.jpg) no-repeat top center;
    background-size: cover;
  }
  .p3-bg {
    background: url(https://res.17996cdn.net/elpis/jp/p3-bgm.jpg) no-repeat top
      center;
    background-size: cover;
  }
  .pre-box {
    width: 100%;
    margin-bottom: 18%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 4%;
  }
  .pre-box-m {
    max-width: 100%;
    margin-bottom: 35%;
    padding: 0 0;
    z-index: 10;
  }
  .pre-picm1 {
    margin-left: 2%;
  }
  .pre-btn {
    max-width: 100%;
    position: relative;
    right: auto;
    top: auto;
  }
  .cz-ico {
    width: 72px !important;
    top: -38%;
    right: -10%;
  }
  .pre-btn2 {
    right: auto;
    top: 44%;
    max-width: 100%;
    left: 12%;
  }
  .pre-btn img {
    width: clamp(475px, 37.5vw, 780px);
  }
  .pre-btn2 img {
    width: 50%;
  }
  .pre-txt img {
    width: clamp(70px, 7vw, 123px);
  }
  .pre-txt span {
    color: #ffcc00;
    font-weight: bold;
    font-size: clamp(18px, 1.75vw, 26px);
    margin: 0 10px;
  }
  .vod-play img {
    width: clamp(70px, 6vw, 120px);
  }
  .pre-txt {
    padding: 0 20%;
    background: url(https://res.17996cdn.net/elpis/jp/pre-txt-bg.png) no-repeat
      0 -30%;
    background-size: cover;
  }
  .page-nav {
    margin-bottom: 5%;
  }
  .uk-modal {
    padding: 8px 8px;
  }
  [class*="uk-modal-close-"] {
    position: absolute;
    z-index: 1010;
    top: -15%;
    right: 0%;
    padding: 0;
    width: clamp(30px, 3vw, 90px);
  }
  .uk-modal-dialog {
    width: 100%;
    max-width: 100% !important;
    min-width: 100%;
    box-sizing: border-box;
  }
  .pre-logo {
    width: clamp(100px, 46vw, 150px);
    margin-top: 5% !important;
    margin-bottom: 0;
  }
  .uk-modal-dialog .uk-input {
    background: url(https://res.17996cdn.net/elpis/jp/ip-bg.png) no-repeat top
      center;
    background-size: 100% 100%;
    border: 0;
    display: block;
    text-align: center;
    padding: 2.6% 2%;
    height: auto !important;
    font-size: clamp(16.5px, 1.5vw, 20px);
    margin: 15px auto 10px;
    max-width: 75%;
  }
  .pxy {
    font-size: clamp(13px, 1.35vw, 16px);
  }
  .pxy input {
    margin-right: 6px;
    background: url(https://res.17996cdn.net/elpis/jp/ys-bg.png) no-repeat top
      center;
    background-size: 100%;
    transition: 0.2s ease-in-out;
    padding-bottom: 10px;
  }
  .yy-btn {
    margin-top: 5%;
    display: block;
    filter: brightness(85%);
    transition: 0.2s ease-in-out;
    margin-bottom: 5% !important;
  }
  .yy-btn img {
    width: clamp(190px, 13vw, 310px);
  }

  #modal-ok .uk-modal-dialog {
    padding: 6% 3%;
  }
  .ok-logo {
    width: clamp(290px, 25vw, 630px);
    margin-bottom: -1%;
    margin-top: -6% !important;
    margin-left: 3%;
  }
  #modal-ok .nav-right img {
    /* max-height: 32px; */
  }
  #modal-ok .nav-right li {
    margin: 17px;
  }
  #modal-ok .qr-bg img {
    max-height: 100%;
  }
  .p2-section {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-height: 100%;
  }
  .p2-slideshow .slideshow-items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0%;
    box-sizing: border-box;
    height: 100%;
    z-index: 90;
  }
  .p2-img {
    margin-left: 0%;
    max-width: 100%;
    margin-right: 0;
    margin-top: -24%;
  }

  .p2-slideshow .uk-slideshow-items {
    min-height: 86vh !important;
  }
  .p2-txt {
    max-width: 76%;
    margin-top: -80%;
    margin-left: -6%;
  }

  .p2-slideshow .uk-slideshow-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin: -10% auto 0;
    width: 78%;
    z-index: 90;
    position: relative;
  }
  .p2-slideshow .p2-le {
    width: clamp(66px, 2.35vw, 66px);
    margin-left: 0%;
    margin-bottom: 0%;
    z-index: 9999 !important;
  }
  .p2-slideshow .p2-ri {
    width: clamp(66px, 2.35vw, 66px);
    margin-left: 0%;
    margin-bottom: 0%;
    z-index: 9999 !important;
  }
  .p2-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    left: 0;
    position: relative !important;
  }
  .p2-slideshow .uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: clamp(60px, 18vw, 150px);
  }
  .task1 {
    width: 56%;
  }
  .task2 {
    width: 62%;
  }
  .task3 {
    width: 62%;
  }
  .all-check {
    width: 43%;
  }
  .radio-group label:first-child {
    margin-right: 6%;
  }
  .phone-number-input {
    width: 80%;
  }

  .p3-tit {
    margin-right: 0;
    margin-top: 12%;
    right: auto;
    left: 5%;
    z-index: 999;
  }
  .p3-slideshow {
    max-width: 100%;
    margin: 0 auto;
  }
  .uk-background-norepeat {
    background: none;
  }
  .p3-tit img {
    width: clamp(122px, 13vw, 325px);
    max-width: 150px;
  }
  .p3-slideshow .uk-slideshow-items {
    min-height: 480px !important;
    aspect-ratio: 720 / 785;
  }
  .p3-pimg {
    width: 100%;
    margin-bottom: -2%;
    margin-left: -4%;
  }
  .nav-btbg {
    margin-bottom: 0px;
    z-index: 1;
    pointer-events: none;
    max-width: 220%;
    margin-left: -40%;
  }
  .p2-img2 {
    /* max-width: 88%;
    margin-top: 0; */
  }
  .vod-play {
    margin-top: -5%;
  }
  .mp3-play {
    margin-top: 18px;
    margin-right: 8%;
  }
  .p3-img {
    width: 100%;
    max-width: 98%;
    margin: 0 auto;
    margin-top: -5%;
  }
  .p3-bg .p3-tit {
    left: 0;
  }
  .nav-right li {
    margin: 10px;
    position: relative;
    z-index: 100;
  }
  .qq-bg {
    top: -102px !important;
  }
  .footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  .foot .fp-overflow {
    overflow-y: inherit;
  }
  .footer-claim-text {
    padding: 18px 0 0;
    line-height: 1.35;
    border-left: 0;
    margin-left: 0;
    text-align: center;
  }
  .f-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    width: 50%;
  }
  .footer img {
    max-width: 60px;
    height: 100%;
  }
  .footer img.img2 {
    max-width: 60px;
    width: 60;
    height: 60px;
  }
  .footer img.img2 {
    max-width: 36px;
    width: 36px;
    height: 45px;
  }
  .footer a {
    color: #a6a4a4;
    margin-bottom: 6px;
    padding: 0 1%;
    display: inline-block;
  }
  .footer .top-nav-link a {
    margin-bottom: 0 !important;
  }
  .footer .nav-right {
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: url(https://res.17996cdn.net/elpis/jp/go-top-bg.png) no-repeat 0
      0;
    background-size: cover;
    padding: 1% 0;
    position: relative;
  }
  .foot {
    background: #000;
    padding: 20px 0;
    padding-top: 0;
  }
  .footer .nav-right img {
    max-height: 36px;
  }
  .footer .go-top {
    filter: brightness(1);
    position: absolute;
    left: 3%;
    top: auto;
    margin-top: 2%;
  }
  .footer .go-top img {
    max-height: 38px;
  }
  .footer .nav-right p img {
    max-height: 100%;
    max-width: 180px;
    width: 180px;
  }
  .footer .nav-right .qr-bg img {
    max-height: 100px;
    max-width: 100%;
    width: 100px;
  }
  .qr-bg {
    top: 57px !important;
    max-width: 150px !important;
  }
  .nav-m {
    width: 100%;
    display: flex;
    padding: 3% 5%;
    box-sizing: border-box;
  }
  .nav-left li.logo {
    margin-right: 0;
  }
  .nav-left li.logo img {
    width: 100%;
    margin: 0;
    max-width: 120px;
  }
  .nav-m .nav-left {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0;
  }
  .nav-m .nav-right {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-m .nav-right li {
    margin: 0 10px;
  }
  .nav-m .nav-right img {
    max-height: 22px;
  }
  .uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
    width: 100%;
    background: rgb(0 0 0 / 85%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    z-index: 1000;
    padding-top: 14%;
    box-sizing: border-box;
  }
  .gztxt {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .uk-offcanvas-bar h3 {
    max-width: 56%;
  }
  .menav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .menav li span {
    pointer-events: none;
  }
  .uk-offcanvas-bar .nav-right img {
    max-height: 42px;
  }
  .m-link .qr-bg {
    top: 53px !important;
    max-width: 100px !important;
    width: 100px;
  }

  .uk-offcanvas-bar .fz-bg {
    top: 43px !important;
    max-width: 200px !important;
    min-width: auto;
    box-sizing: border-box;
    width: 80px;
  }
  .uk-offcanvas-close {
    max-width: 22px;
    margin: 3% 5%;
  }
  .fztextarea {
    opacity: 0;
  }
  .loading-wrap img {
    width: 30%;
    margin-bottom: 1px;
    margin-left: -2%;
    max-width: 200px;
  }
  .loading-wrap {
    font-size: 15px;
  }
  .cz-link {
    position: relative;
    display: block;
  }
  .cz-link img.cz-ico {
    max-width: 46px;
    margin-left: 26%;
    margin-top: 12%;
  }
}

@media (max-width: 900px) and (min-width: 650px) {
  .p2-img {
    margin-right: 0;
    max-width: 79%;
    margin-left: 0%;
  }
  .p2-txt {
    max-width: 60%;
    margin-top: -80%;
    margin-left: 0%;
  }
  .p3-slideshow .uk-slideshow-items {
    aspect-ratio: 24 / 9 !important;
  }
  .p3-img {
    width: 100%;
    max-width: 62%;
    margin: 0 auto;
    margin-top: -7%;
  }
}

@media (max-width: 450px) {
  .pre-box {
    width: 60%;
    margin-bottom: 18%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 4%;
  }

  .terms-of-use-area-mo {
    background-color: transparent;
    width: 99%;
    border: 0;
    margin: 0 auto;
  }
  .terms-of-use-area-mo .reservation-title {
    margin-bottom: 0;
    margin-top: 10%;
    width: 45%;
  }

  .terms-of-use-area-mo .reservation-date {
    margin: 0;
    margin-top: 14px;
  }

  .terms-of-use-area-mo .reservation-wrapper .check-list .background-area {
    max-width: 111%;
  }

  .terms-of-use-area-mo .check-list .inner {
    position: absolute;
    width: 90%;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .terms-of-use-area-mo .reservation-wrapper {
    overflow: hidden;
  }

  .terms-of-use-area-mo .checklist-container {
    width: 82%;
  }

  .terms-of-use-area-mo .radio-group {
    margin-bottom: 6%;
  }

  .terms-of-use-area-mo .custom-radio {
    width: 32%;
  }

  .terms-of-use-area-mo .checkbox-option {
    /*height: 21px;*/
    /*width: 56%;*/
  }

  .terms-of-use-area-mo .checkbox-group {
    margin-bottom: 5%;
  }

  .terms-of-use-area-mo .pre-order-button-group {
    width: 80%;
    /*display: block;*/
    gap: 6px;
    margin-top: 10%;
  }

  .terms-of-use-area-mo .pre-order-button-group a:first-child {
  }
  .terms-of-use-area-mo .pre-order-button-group .gg-bt {
    margin-right: 0;
  }
}

@media (max-width: 375px) {
  .p2-img {
    margin-left: 0%;
    max-width: 88%;
    margin-right: 0;
  }
  .p2-txt {
    max-width: 60%;
    margin-top: -96%;
    margin-left: -23%;
  }
  .p2-slideshow .uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: clamp(60px, 7vw, 150px);
    width: 62px;
  }
}

.nav-display {
  visibility: visible;
  display: flex;
  @media (max-width: 900px) {
    visibility: hidden;
  }
}

.nav-m-display {
  /* display: none !important; */
  visibility: hidden;
  @media (max-width: 900px) {
    visibility: visible;
    display: flex;
  }
}

.p2-img-d {
  display: block !important;
  @media (max-width: 900px) {
    display: none !important;
  }
}

.p2-img-m {
  display: none !important;
  @media (max-width: 900px) {
    display: block !important;
  }
}

.pre-order-button-group.only-one {
  width: 50%;
  grid-template-columns: 1fr;
}
