html, body {
  scroll-behavior: smooth;
}
html {
  width: 100%;
}
body {
  font-family: YuGothic, sans-serif;
  color: #3c3c3c;
  overflow-x: hidden;
  font-size: 18px;
  background-color: #e60012;
  width: 100%;
  height: 100%;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  max-width: 768px;
  height: 100vh;
  background-image: url(../images/bg_sp.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
/*body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  z-index: -1;
  max-width: 768px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  right: 0;
  left: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}*/
a {
  color: #5e5e5e;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
#wrapper {
  max-width: 768px;
  margin: 0 auto;
}
#wrapper img {
  width: 100%;
  vertical-align: middle;
}
#nav-toggle {
  position: fixed;
  cursor: pointer;
  z-index: 10;
  box-sizing: border-box;
  width: 180px;
  height: 45px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 6.25rem;
  bottom: 44px;
  bottom: calc(env(safe-area-inset-bottom) + 44px);
  background: linear-gradient(135deg, rgba(243, 152, 0, 1) 0%, rgba(255, 210, 0, 1) 40%, rgba(255, 240, 170, 1) 52%, rgba(243, 152, 0, 1) 60%, rgba(243, 152, 0, 1) 80%, rgba(255, 210, 0, 1) 100%);
  border: 2px solid #fff100;
  filter: drop-shadow(0px 0px 14px #541b86);
}
#nav-toggle div {
  width: 20px;
  position: absolute;
  top: 13px;
  right: 40px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: transform .2s ease-in-out, top .2s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0px;
}
#nav-toggle span:nth-child(2) {
  top: 6px;
}
#nav-toggle span:nth-child(3) {
  top: 12px;
}
#nav-toggle p {
  color: #121A49;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 40px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.5;
}
#nav-toggle.open span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
#nav-toggle.open span:nth-child(2) {
  top: 6px;
  width: 0;
  left: 50%;
}
#nav-toggle.open span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}
nav.open {
  pointer-events: auto;
  opacity: 1;
  bottom: 0;
  transform: scale(1);
}
nav {
  position: fixed;
  width: 100%;
  opacity: 0;
  transition-property: bottom;
  transition-duration: .2s;
  overflow-y: auto;
  pointer-events: none;
  z-index: 3;
  bottom: -100%;
  height: auto;
  background-color: rgba(145, 0, 0, 0.9);
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 4% 4% 0;
  padding-bottom: 110px;
  padding-bottom: calc(env(safe-area-inset-bottom) + 110px);
	gap:1%;
	margin-bottom:4%;
}
nav ul li {
  width: calc((100% - 1% * 4) / 5);
}

.movies {
  margin: 0 auto 8%;
  width: 82%;
}
.movies li {
  position: relative;
  filter: drop-shadow(0 0 0.520833vw #fff100) drop-shadow(0 0 1.302083vw rgba(255, 230, 100, 0.9)) drop-shadow(0 0 2.083333vw rgba(255, 170, 0, 0.7));
  border: 0.651041667vw solid transparent;
  box-shadow: 0 0 0 0.651041667vw transparent;
  border-radius: 2.34375vw;
}
.movies li::after {
  width: 15.873%;
  height: 28.169%;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.movies li div {
  border: 0.651041667vw solid #000;
  box-shadow: 0 0 0 0.651041667vw #BFA544;
  border-radius: inherit;
  overflow: hidden;
}
/*モーダル*/
.v-enter-active, .v-leave-active {
  transition: opacity 0.15s ease;
}
.v-enter-from, .v-leave-to {
  opacity: 0;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.modal-content {
  max-width: 940px;
  position: relative;
  width: 100%;
}
.close {
  position: absolute;
  top: -46px;
  right: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10;
}
.x, .x::after {
  display: block;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}
.x {
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.x::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  top: -18.5px;
  left: 18.5px
}
.video-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 aspect ratio (responsive to width) */
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
[v-cloak] {
  display: none;
}
.modal[v-cloak] {
  display: none !important;
}
.loading-overlay {
	 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.spinner {
  width: 32px;
  height: 32px;
  border: 4px solid #fff;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin .8s linear 0s infinite;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.inner img {
  pointer-events: none;
}
.top {
  position: relative;
}
/*.top::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 26.3020833vw;
	max-height: 202px;
  bottom: -23%;
  background: linear-gradient(180deg, rgba(3, 0, 0, 1) 0%, rgba(3, 0, 0, 1) 71%, rgba(255, 255, 255, 0) 100%, rgba(3, 0, 0, 0) 100%);
	
}*/
.top img {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.top_caution {
  position: relative;
  z-index: 1;
	pointer-events: none;
	    background: #BFA544;
    padding: 4px 0;
}
.volume {
  position: relative;
  z-index: 1;
  background: #000;
  border-top: 4px solid #BFA544;
  border-bottom: 4px solid #BFA544;
  pointer-events: none;
  margin-bottom: 12%;
}
.page {
  margin-bottom: 12.5%;
}
.premium {
  position: relative;
}
.btn_cover {
  position: fixed;
  width: 100%;
  height: 180px;
  bottom: -50px;
  bottom: calc(env(safe-area-inset-bottom) - 50px);
  left: 0;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 70%);
  z-index: 1;
}
.overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  transition-duration: .2s;
  pointer-events: none;
}
.overlay.open {
  opacity: 1;
  pointer-events: auto;
}
footer {
  position: relative;
  display: block;
  padding-top: 5%;
  padding-bottom: calc(6% + 110px);
  background: #000;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  top: -8px;
  background: url("../images/line_back.png"), linear-gradient(135deg, rgba(243, 152, 0, 1) 0%, rgba(234, 85, 4, 1) 20%, rgba(243, 152, 0, 1) 25%, rgba(255, 225, 0, 1) 45%, rgba(255, 250, 218, 1) 55%, rgba(243, 152, 0, 1) 60%, rgba(243, 152, 0, 1) 80%, rgba(255, 225, 0, 1) 100%);
}
.complete {
  width: 90%;
  margin: 2% auto 0;
  pointer-events: none;
}
.gotop {
  width: 46.6%;
  margin: 6% auto 0;
}
.caution {
  width: 90%;
  margin: 6% auto 0;
  pointer-events: none;
}
.copy {
  max-width: 24%;
  margin: 6% auto 0;
  pointer-events: none;
}
#page-top {
  position: fixed;
  display: block;
  z-index: 10;
  cursor: pointer;
  box-sizing: border-box;
  right: 18px;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, rgba(243, 152, 0, 1) 0%, rgba(255, 210, 0, 1) 40%, rgba(255, 240, 170, 1) 52%, rgba(243, 152, 0, 1) 60%, rgba(243, 152, 0, 1) 80%, rgba(255, 210, 0, 1) 100%);
  border: 2px solid #fff100;
  filter: drop-shadow(0px 0px 14px #541b86);
  border-radius: 50%;
  bottom: 44px;
  bottom: calc(env(safe-area-inset-bottom) + 44px);
  opacity: 0;
  transition-duration: .2s;
}
#page-top span {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
  right: 0;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
  width: 10px;
  height: 10px;
  top: 42%;
}
@media screen and (min-width:769px) {
  body::before /*, body::after*/ , #wrapper {
    max-width: 600px;
  }
  nav {
    width: 600px;
    margin: 0 auto;
  }
  .movies li {
    border: 4px solid transparent;
    box-shadow: 0 0 0 4px transparent;
    border-radius: 16px;
  }
  .movies li div {
    border: 4px solid #000;
    box-shadow: 0 0 0 4px #BFA544;
    border-radius: inherit;
    overflow: hidden;
  }
}
@media screen and (max-height:414px) {
  nav {
    height: 100%;
  }
  nav ul {
    padding: 4% 4% 0;
  }
  nav ul li {
    width: calc((100% - 1% * 4) / 5);
  }
}