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(https://res.17996cdn.net/elpis/jp/top-nav-bg.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 -8px 0;
  padding: 0;
}
.nav-right {
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.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: 28%;
}
.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 -360px;
}
.nav-left li.page2 {
  margin: 0 -300px;
}
.nav-left li img {
  width: 82%;
}
.nav-left li.logo {
  margin-right: -8%;
}
.nav-left li.logo img {
  width: 100%;
  margin: 0px 20px 0 0;
  height: 70px;
}
.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 {
  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%;
}
.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);
}
.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: -24%;
  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: 7%;
}
.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(45%);
  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(1);
  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) {
  .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%;
  }
  
  .p3-bg {
    background: url(https://res.17996cdn.net/elpis/jp/p3-bgm.jpg) no-repeat top center;
    background-size: cover;
  }
  .pre-box {
    width: 96%;
    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: -26% auto 0;
    width: 78%;
    z-index: 90;
    position: relative;
  }
  .p2-slideshow .p2-le {
    width: clamp(52px, 2.35vw, 66px);
    margin-left: -2%;
    margin-bottom: 8%;
  }
  .p2-slideshow .p2-ri {
    width: clamp(52px, 2.35vw, 66px);
    margin-right: -2%;
    margin-bottom: 9%;
  }
  .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);
  }
  .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: 5% 5%;
    box-sizing: border-box;
  }
  .nav-left li.logo {
    margin-right: 0;
  }
  .nav-left li.logo img {
    width: 100%;
    margin-top: 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: 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;
  }
}
