/* CSS Document */
body {
  position: relative;
  /*
  &::before{
  	content: "";
  	width: 100vw;
  	height: 100vh;
  	position: fixed;
  	top: 0px;
  	right: 0px;
  	background:
  		radial-gradient(circle at bottom, $white, transparent 20%),
  		linear-gradient(to top, #2f2f3b 0%, transparent 70%),
  		linear-gradient(to bottom, transparent, rgba($white, 0.4) 70%),
  		$blue;
  		animation: bg 30s infinite
  	;
  }
  	*/
}
body #app {
  position: relative;
  z-index: 2;
}

@keyframes bg {
  0%, 100% {
    background-color: #2c3046;
  }
  25% {
    background-color: #423331;
  }
  50% {
    background-color: #403e47;
  }
  75% {
    background-color: #201a1e;
  }
}
#junoWrapper sup {
  font-size: 80%;
  vertical-align: middle;
  position: relative;
  top: -0.5em;
}
#junoWrapper .mv {
  margin-bottom: 50px;
  text-align: center;
}
#junoWrapper .mv img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #junoWrapper .dataWrapper {
    max-width: 500px;
    margin: 0 auto;
  }
}
#junoWrapper .topTxt:not(:last-child) {
  margin-bottom: 50px;
}
#junoWrapper .topTxt {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #junoWrapper .topTxt {
    text-align: left;
    font-size: 15px;
  }
}
#junoWrapper .topTxt p {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
#junoWrapper .topTxt p:not(:last-child) {
  margin-bottom: 30px;
}
#junoWrapper .topTxt p strong {
  font-size: 18px;
  color: #19223f;
}
#junoWrapper .specImg:not(:last-child) {
  margin-bottom: 50px;
}
#junoWrapper .specImg {
  text-align: center;
}
#junoWrapper .specImg img {
  max-width: 100%;
}
#junoWrapper .coutionBox:not(:last-child) {
  margin-bottom: 50px;
}
#junoWrapper .coutionBox {
  width: fit-content;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
  background: #F6F6F6;
}
#junoWrapper .coutionBox h2 {
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  #junoWrapper .coutionBox * {
    font-size: 14px !important;
  }
}
#junoWrapper .movieBox:not(:last-child) {
  margin-bottom: 50px;
}
#junoWrapper .movieBox {
  max-width: 400px;
  margin: 0 auto;
}
#junoWrapper .movieBox .video {
  position: relative;
  width: 100%;
  aspect-ratio: 498/885;
}
#junoWrapper .movieBox .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#junoWrapper .pushItem {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #CCC;
}
#junoWrapper .pushItem h2 {
  padding: 10px;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background: #f20029;
  color: #FFF;
}
#junoWrapper .pushItem .imgBox {
  padding: 50px 20px;
  text-align: center;
}
#junoWrapper .pushItem .imgBox img {
  max-width: 600px;
}
#junoWrapper .pushItem .imgBox a {
  display: block;
  transition: 0.3s;
}
#junoWrapper .pushItem .imgBox a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */