@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800;900&display=swap");
input[type=text] {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  outline: 0;
}

/*
@mixin fontsize($size: 24, $base: 16) {
  font-size: $size + px;
  font-size: ($size / $base) * 1rem;
}
*/
.common--box {
  position: relative;
  width: 87.5vw;
  border-radius: 3.75vw;
  box-shadow: 1.75vw 1.75vw 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin: 0 auto;
  padding: 8.125vw 0;
}
@media only screen and (min-width: 769px) {
  .common--box {
    width: 81.8181818182vw;
    border-radius: 2.7272727273vw;
    box-shadow: 1.2727272727vw 1.2727272727vw 0px 0px rgba(0, 0, 0, 0.2);
    padding: 4.5454545455vw 0;
  }
}
@media only screen and (min-width: 1100px) {
  .common--box {
    width: 900px;
    border-radius: 30px;
    box-shadow: 14px 14px 0px 0px rgba(0, 0, 0, 0.2);
    padding: 50px 0;
  }
}
.common--box:before, .common--box:after {
  position: absolute;
  display: block;
  content: "";
  width: 75vw;
  height: 1.5vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .common--box:before, .common--box:after {
    width: 54.5454545455vw;
    height: 0.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .common--box:before, .common--box:after {
    width: 600px;
    height: 8px;
  }
}
.common--box:before {
  top: 0;
  border-radius: 0 0 1.5vw 1.5vw;
  background-color: #5EEAC7;
}
@media only screen and (min-width: 769px) {
  .common--box:before {
    border-radius: 0 0 0.7272727273vw 0.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .common--box:before {
    border-radius: 0 0 8px 8px;
  }
}
.common--box:after {
  bottom: 0;
  border-radius: 1.5vw 1.5vw 0 0;
  background-color: #8E92E1;
}
@media only screen and (min-width: 769px) {
  .common--box:after {
    border-radius: 0.7272727273vw 0.7272727273vw 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .common--box:after {
    border-radius: 8px 8px 0 0;
  }
}
.common--top {
  position: fixed;
  z-index: 100;
  display: block;
  bottom: 2.5vw;
  right: 2.5vw;
  width: 15vw;
  transform: translateY(0);
  transition: 300ms;
}
.common--top.off {
  opacity: 0;
  transform: translateY(30%);
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .common--top {
    transition: transform 300ms;
  }
  .common--top:hover {
    transform: translateY(-5%);
  }
}
@media only screen and (min-width: 769px) {
  .common--top {
    bottom: 1.4285714286vw;
    right: 1.4285714286vw;
    width: 8.5714285714vw;
    transition: 300ms;
  }
}
@media only screen and (min-width: 1400px) {
  .common--top {
    bottom: 20px;
    right: 20px;
    width: 120px;
  }
}
.common--share {
  position: relative;
  width: 87.5vw;
  border-radius: 3.75vw;
  box-shadow: 1.75vw 1.75vw 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin: 0 auto;
  padding: 8.125vw 0;
}
@media only screen and (min-width: 769px) {
  .common--share {
    width: 81.8181818182vw;
    border-radius: 2.7272727273vw;
    box-shadow: 1.2727272727vw 1.2727272727vw 0px 0px rgba(0, 0, 0, 0.2);
    padding: 4.5454545455vw 0;
  }
}
@media only screen and (min-width: 1100px) {
  .common--share {
    width: 900px;
    border-radius: 30px;
    box-shadow: 14px 14px 0px 0px rgba(0, 0, 0, 0.2);
    padding: 50px 0;
  }
}
.common--share:before, .common--share:after {
  position: absolute;
  display: block;
  content: "";
  width: 75vw;
  height: 1.5vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .common--share:before, .common--share:after {
    width: 54.5454545455vw;
    height: 0.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .common--share:before, .common--share:after {
    width: 600px;
    height: 8px;
  }
}
.common--share:before {
  top: 0;
  border-radius: 0 0 1.5vw 1.5vw;
  background-color: #5EEAC7;
}
@media only screen and (min-width: 769px) {
  .common--share:before {
    border-radius: 0 0 0.7272727273vw 0.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .common--share:before {
    border-radius: 0 0 8px 8px;
  }
}
.common--share:after {
  bottom: 0;
  border-radius: 1.5vw 1.5vw 0 0;
  background-color: #8E92E1;
}
@media only screen and (min-width: 769px) {
  .common--share:after {
    border-radius: 0.7272727273vw 0.7272727273vw 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .common--share:after {
    border-radius: 8px 8px 0 0;
  }
}
.common--header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.common--header__txt {
  margin: 0 1.125vw;
}
@media only screen and (min-width: 769px) {
  .common--header__txt {
    margin: 0 1.8181818182vw;
  }
}
@media only screen and (min-width: 1400px) {
  .common--header__txt {
    margin: 0 20px;
  }
}
.common--header__txt svg {
  width: 100%;
  fill: #0b3871;
  fill-rule: evenodd;
}
.common--header__icon {
  background-image: url(../img/prism/common/icon_header_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 14vw;
  height: 7vw;
}
@media only screen and (min-width: 769px) {
  .common--header__icon {
    width: 8vw;
    height: 4vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .common--header__icon {
    width: 112px;
    height: 56px;
  }
}
.common--header__icon.right {
  background-image: url(../img/prism/common/icon_header_right.svg);
}
.common--header__icon svg {
  width: 100%;
  height: 100%;
  fill: #f8b73d;
  fill-rule: evenodd;
}
.common--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  width: 61.25vw;
  height: 11.25vw;
  font-size: 4.25vw;
  border-radius: 12.5vw;
  font-weight: 900;
  background-color: #e72139;
  box-shadow: 0px 2vw 0px 0px #a51426;
  position: relative;
  word-break: break-all;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .common--btn {
    width: 36.3636363636vw;
    height: 5.4545454545vw;
    font-size: 2.5454545455vw;
    box-shadow: 0px 0.9090909091vw 0px 0px #a51426;
    transition: 300ms;
  }
  .common--btn:hover {
    box-shadow: none;
    transform: translateY(0.9090909091vw);
  }
}
@media only screen and (min-width: 1100px) {
  .common--btn {
    width: 400px;
    height: 60px;
    font-size: 28px;
    box-shadow: 0px 10px 0px 0px #a51426;
  }
  .common--btn:hover {
    transform: translateY(10px);
  }
}
.common--btn:after {
  right: 4.375vw;
}
@media only screen and (min-width: 769px) {
  .common--btn:after {
    right: 1.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .common--btn:after {
    right: 20px;
  }
}
.common--btn.next:after {
  position: absolute;
  display: block;
  content: "";
  width: 2.25vw;
  height: 2.5vw;
  background-image: url(../img/common/icon_next.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .common--btn.next:after {
    width: 1.6363636364vw;
    height: 1.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .common--btn.next:after {
    width: 18px;
    height: 20px;
  }
}
.common--btn.blank:after {
  position: absolute;
  display: block;
  content: "";
  width: 3.25vw;
  height: 2.5vw;
  background-image: url(../img/common/icon_blank.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .common--btn.blank:after {
    width: 2.3636363636vw;
    height: 1.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .common--btn.blank:after {
    width: 26px;
    height: 20px;
  }
}
.common--btn.download:after {
  position: absolute;
  display: block;
  content: "";
  width: 4.5vw;
  height: 5vw;
  background-image: url(../img/common/icon_download.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .common--btn.download:after {
    width: 1.8181818182vw;
    height: 2vw;
  }
}
@media only screen and (min-width: 1100px) {
  .common--btn.download:after {
    width: 20px;
    height: 22px;
  }
}
.common--title {
  padding-top: 21.25vw;
  width: 88.25vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .common--title {
    padding-top: 0;
    margin: 6.3636363636vw auto 0;
    width: 82.3636363636vw;
  }
}
@media only screen and (min-width: 1100px) {
  .common--title {
    width: 906px;
    margin: 70px auto 0;
  }
}

@keyframes gradient {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes pattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -20% 20%;
  }
}
@keyframes diamond {
  0% {
    transform: scaleX(1);
  }
  80% {
    transform: scaleX(1);
  }
  90% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes star {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: rotate(1turn);
  }
  100% {
    opacity: 0;
    transform: rotate(1turn);
  }
}
@keyframes auroras {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aurora {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  1% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.8;
  }
  99% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}
@keyframes cloud {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}
@keyframes moon {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(30deg);
  }
}
@keyframes shooting-star {
  0% {
    transform: translateX(0) translateY(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    transform: translateX(-100%) translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0) translateY(0);
    opacity: 0;
  }
}
@keyframes shooting-star-head {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-1turn);
  }
}
@keyframes rainbow {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transform: scale(0.8);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
  }
}
@keyframes rainbow-bottom {
  0% {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.bg {
  pointer-events: none;
}
.bg.prism {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.bg--wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg--gradient {
  background-size: cover;
  background-image: linear-gradient(0deg, #fff, #c1f7e1 40%, #7c81ff);
  width: 100%;
  height: 100%;
  animation: gradient 10s infinite linear;
}
.bg--gradient:after {
  content: "";
  display: block;
  background: transparent url(../img/prism/bg/bg_pattern.png) repeat;
  width: 100%;
  height: 100%;
  background-size: 6.5vw auto;
  background-position: 50%;
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  animation: pattern 10s infinite linear;
}
@media only screen and (min-width: 769px) {
  .bg--gradient:after {
    background-size: 3.7142857143vw auto;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--gradient:after {
    background-size: 52px auto;
  }
}
.bg--shine {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-image: url(../img/prism/bg/bg_shines_sp.png);
  background-repeat: repeat;
  background-size: 95vw auto;
  background-position: center 7vw;
}
@media only screen and (min-width: 769px) {
  .bg--shine {
    background-image: url(../img/prism/bg/bg_shines_pc.png);
    background-size: 95.1428571429vw;
    background-position: center 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--shine {
    background-size: 1332px;
    background-position: center 24px;
  }
}
.bg--shine__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.bg--shine__item {
  position: absolute;
  width: 5vw;
  height: 5vw;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .bg--shine__item {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--shine__item {
    width: 20px;
    height: 20px;
  }
}
.bg--shine__item.diamond-pink {
  background-image: url(../img/prism/bg/bg_diamond_pink.png);
  top: 9vw;
  left: 68.25vw;
  animation: diamond 3s infinite 1s linear;
}
@media only screen and (max-width: 769px) {
  .bg--shine__item.diamond-pink {
    width: 3vw;
    height: 3vw;
  }
}
@media only screen and (min-width: 769px) {
  .bg--shine__item.diamond-pink {
    top: 2.2857142857vw;
    left: 23.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--shine__item.diamond-pink {
    top: 32px;
    left: 324px;
  }
}
.bg--shine__item.diamond-yellow {
  background-image: url(../img/prism/bg/bg_diamond_yellow.png);
  top: 6.5vw;
  left: 74.5vw;
  animation: diamond 3s infinite 2s linear;
}
@media only screen and (min-width: 769px) {
  .bg--shine__item.diamond-yellow {
    top: 21.8571428571vw;
    left: 9.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--shine__item.diamond-yellow {
    top: 306px;
    left: 136px;
  }
}
.bg--shine__item.diamond-white {
  background-image: url(../img/prism/bg/bg_diamond_white.png);
  top: 16.5vw;
  left: 50.5vw;
  animation: diamond 3s infinite linear;
}
@media only screen and (min-width: 769px) {
  .bg--shine__item.diamond-white {
    top: 18.2857142857vw;
    left: 84.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--shine__item.diamond-white {
    top: 256px;
    left: 1180px;
  }
}
.bg--shine__item.star-white {
  background-image: url(../img/prism/bg/bg_star_white.png);
  width: 7.5vw;
  height: 7.5vw;
  top: 21vw;
  left: 79.5vw;
  opacity: 0;
  animation: star 3s infinite linear;
}
@media only screen and (min-width: 769px) {
  .bg--shine__item.star-white {
    width: 2.1428571429vw;
    height: 2.1428571429vw;
    top: 16.4285714286vw;
    left: 39.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--shine__item.star-white {
    width: 30px;
    height: 30px;
    top: 230px;
    left: 552px;
  }
}
.bg--shine__item.star-yellow {
  width: 7.5vw;
  height: 7.5vw;
  opacity: 0;
  animation: star 3s infinite 1s linear;
}
@media only screen and (min-width: 769px) {
  .bg--shine__item.star-yellow {
    width: 2.1428571429vw;
    height: 2.1428571429vw;
    top: 16.4285714286vw;
    left: 39.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--shine__item.star-yellow {
    width: 30px;
    height: 30px;
    top: 230px;
    left: 552px;
  }
}
.bg--shine__item.star-yellow.i1 {
  background-image: url(../img/prism/bg/bg_star_yellow.png);
  top: 28.5vw;
  left: 3vw;
}
@media only screen and (min-width: 769px) {
  .bg--shine__item.star-yellow.i1 {
    top: 8.1428571429vw;
    left: 0.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--shine__item.star-yellow.i1 {
    top: 114px;
    left: 12px;
  }
}
.bg--shine__item.star-yellow.i2 {
  background-image: url(../img/prism/bg/bg_star_pink.png);
  top: 5vw;
  left: 30vw;
}
@media only screen and (min-width: 769px) {
  .bg--shine__item.star-yellow.i2 {
    top: 28.8571428571vw;
    left: 96.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--shine__item.star-yellow.i2 {
    top: 404px;
    left: 1356px;
  }
}
.bg--aurora {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 61.5vw;
  background-image: url(../img/prism/bg/bg_aurora_sp.png);
  background-repeat: repeat-x;
  background-size: 415vw;
  background-position: left bottom 37.5vw;
  animation: auroras 40s infinite linear;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .bg--aurora {
    background-image: url(../img/prism/bg/bg_aurora_pc.png);
    height: 17.5714285714vw;
    background-size: 228.2857142857vw auto;
    background-position: 0 100%;
    animation: auroras 50s infinite linear;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--aurora {
    height: 246px;
    background-size: 3196px auto;
  }
}
.bg--aurora:before, .bg--aurora:after {
  content: "";
  display: block;
  background-image: url(../img/prism/bg/bg_aurora_sp.png);
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200%;
}
.bg--aurora:before {
  height: 42vw;
  top: -16.5vw;
  background-repeat: repeat-x;
  opacity: 0;
  animation: aurora 120s infinite linear;
}
@media only screen and (min-width: 769px) {
  .bg--aurora:before {
    height: 33.7857142857vw;
    top: -17.8571428571vw;
    left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--aurora:before {
    height: 473px;
    top: -250px;
  }
}
.bg--aurora:after {
  height: 101.75vw;
  top: -16.5vw;
  background-repeat: repeat-x;
  opacity: 0;
  animation: aurora 90s infinite linear reverse;
}
@media only screen and (min-width: 769px) {
  .bg--aurora:after {
    height: 33.7857142857vw;
    top: -17.8571428571vw;
    left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--aurora:after {
    height: 473px;
    top: -250px;
  }
}
.bg--cloud {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg--cloud__item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.bg--cloud__item.i1 {
  background-image: url(../img/prism/bg/bg_cloud_back_l.png);
  top: 0.5vw;
  left: -20.5vw;
  width: 63.375vw;
  height: 33.125vw;
  animation: cloud 12s infinite linear;
}
@media only screen and (min-width: 769px) {
  .bg--cloud__item.i1 {
    top: 16.8571428571vw;
    left: -4.1428571429vw;
    width: 36.2142857143vw;
    height: 18.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--cloud__item.i1 {
    top: 236px;
    left: -58px;
    width: 507px;
    height: 265px;
  }
}
.bg--cloud__item.i2 {
  background-image: url(../img/prism/bg/bg_cloud_back_r.png);
  top: 41vw;
  left: 48vw;
  width: 46.375vw;
  height: 24.25vw;
  animation: cloud 14s infinite linear;
}
@media only screen and (min-width: 769px) {
  .bg--cloud__item.i2 {
    top: 11.7142857143vw;
    left: 71.4285714286vw;
    width: 26.5vw;
    height: 13.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--cloud__item.i2 {
    top: 164px;
    left: 1000px;
    width: 371px;
    height: 194px;
  }
}
.bg--cloud__item.i3 {
  background-image: url(../img/prism/bg/bg_cloud_back_c.png);
  top: 81vw;
  left: 75vw;
  width: 28.875vw;
  height: 18.75vw;
  animation: cloud 13s infinite linear;
}
@media only screen and (min-width: 769px) {
  .bg--cloud__item.i3 {
    top: 29.2857142857vw;
    left: 81.4285714286vw;
    width: 16.5vw;
    height: 10.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--cloud__item.i3 {
    top: 410px;
    left: 1140px;
    width: 231px;
    height: 150px;
  }
}
.bg--cloud__item.i4 {
  background-image: url(../img/prism/bg/bg_cloud_front_l.png);
  top: 67vw;
  left: 4.5vw;
  width: 37.125vw;
  height: 17.625vw;
  animation: cloud 18s infinite linear;
}
@media only screen and (min-width: 769px) {
  .bg--cloud__item.i4 {
    top: 26.4285714286vw;
    left: 7.4285714286vw;
    width: 21.2142857143vw;
    height: 10.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--cloud__item.i4 {
    top: 370px;
    left: 104px;
    width: 297px;
    height: 141px;
  }
}
.bg--cloud__item.i5 {
  background-image: url(../img/prism/bg/bg_cloud_front_r.png);
  top: 36.5vw;
  left: 66.5vw;
  width: 44.5vw;
  height: 20.5vw;
  animation: cloud 20s infinite linear;
}
@media only screen and (min-width: 769px) {
  .bg--cloud__item.i5 {
    top: 16.5vw;
    left: 82.2857142857vw;
    width: 25.4285714286vw;
    height: 11.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--cloud__item.i5 {
    top: 231px;
    left: 1152px;
    width: 356px;
    height: 164px;
  }
}
.bg--cloud__item.i6 {
  background-image: url(../img/prism/bg/bg_cloud_front_c.png);
  top: 90vw;
  left: 59vw;
  width: 31.875vw;
  height: 15.25vw;
  animation: cloud 19s infinite linear;
}
@media only screen and (min-width: 769px) {
  .bg--cloud__item.i6 {
    top: 34.5714285714vw;
    left: 72.8571428571vw;
    width: 18.2142857143vw;
    height: 8.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--cloud__item.i6 {
    top: 484px;
    left: 1020px;
    width: 255px;
    height: 122px;
  }
}
.bg--moon {
  position: absolute;
  top: 4vw;
  left: 4vw;
  width: 24.75vw;
  height: 24.75vw;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/prism/bg/bg_moon.png);
}
@media only screen and (min-width: 769px) {
  .bg--moon {
    top: 0;
    left: 1.4285714286vw;
    width: 14.1428571429vw;
    height: 14.1428571429vw;
    animation: moon 6s infinite linear alternate;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--moon {
    left: 20px;
    width: 198px;
    height: 198px;
  }
}
.bg--star__item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  animation: shooting-star 2s infinite linear;
  opacity: 0;
}
.bg--star__item:before, .bg--star__item:after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg--star__item:before {
  top: 0;
  right: 0;
  width: 91%;
  height: 91%;
  background-image: url(../img/prism/bg/bg_shootingstar_tail.png);
  background-size: contain;
}
.bg--star__item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14%;
  height: 14%;
  background-image: url(../img/prism/bg/bg_shootingstar_head.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  animation: shooting-star-head 2.2s infinite linear;
}
.bg--star__item.i1 {
  width: 19.25vw;
  height: 19.25vw;
  top: -11.5vw;
  left: 4vw;
}
@media only screen and (min-width: 769px) {
  .bg--star__item.i1 {
    width: 11vw;
    height: 11vw;
    top: 5.7857142857vw;
    left: 10.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--star__item.i1 {
    width: 154px;
    height: 154px;
    top: 81px;
    left: 147px;
  }
}
.bg--star__item.i2 {
  width: 19.25vw;
  height: 19.25vw;
  top: -11vw;
  left: 88vw;
  animation: shooting-star 2s infinite 0.8s linear;
}
@media only screen and (min-width: 769px) {
  .bg--star__item.i2 {
    width: 11vw;
    height: 11vw;
    top: 5.2857142857vw;
    left: 34.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--star__item.i2 {
    width: 154px;
    height: 154px;
    top: 74px;
    left: 486px;
  }
}
.bg--star__item.i3 {
  width: 38.5vw;
  height: 38.5vw;
  top: 11.5vw;
  left: 9vw;
}
@media only screen and (min-width: 769px) {
  .bg--star__item.i3 {
    width: 22vw;
    height: 22vw;
    top: 1.4285714286vw;
    left: 31.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--star__item.i3 {
    width: 308px;
    height: 308px;
    top: 20px;
    left: 436px;
  }
}
.bg--star__item.i4 {
  width: 38.5vw;
  height: 38.5vw;
  top: 3vw;
  left: 350.5vw;
  animation: shooting-star 2s infinite 1s linear;
}
@media only screen and (min-width: 769px) {
  .bg--star__item.i4 {
    width: 11vw;
    height: 11vw;
    top: 0.8571428571vw;
    left: 100.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--star__item.i4 {
    width: 154px;
    height: 154px;
    top: 12px;
    left: 1402px;
  }
}
.bg--star__item.i5 {
  display: none;
}
@media only screen and (min-width: 769px) {
  .bg--star__item.i5 {
    display: block;
    width: 16.5714285714vw;
    height: 16.5714285714vw;
    top: 18.2857142857vw;
    left: 82.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--star__item.i5 {
    width: 232px;
    height: 232px;
    top: 256px;
    left: 1160px;
  }
}
.bg--star__item.i6 {
  display: none;
}
@media only screen and (min-width: 769px) {
  .bg--star__item.i6 {
    display: block;
    width: 11vw;
    height: 11vw;
    top: 21.7142857143vw;
    left: 87.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--star__item.i6 {
    width: 154px;
    height: 154px;
    top: 304px;
    left: 1230px;
  }
}
.bg--rainbow:before, .bg--rainbow:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
.bg--rainbow:before {
  width: 100%;
  height: 99.75vw;
  bottom: 44vw;
  background-image: url(../img/prism/bg/bg_rainbow_sp.png);
  background-size: 97.5vw 67vw;
  background-position: 50%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  animation: rainbow 2s ease forwards;
  z-index: 3;
}
@media only screen and (min-width: 769px) {
  .bg--rainbow:before {
    background-image: url(../img/prism/bg/bg_rainbow_pc.png);
    background-size: 54.5vw 28.5vw;
    height: 28.5vw;
    bottom: 10vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--rainbow:before {
    background-size: 763px 399px;
    height: 399px;
    bottom: 140px;
  }
}
.bg--rainbow:after {
  width: 100%;
  height: 57.5vw;
  bottom: 35vw;
  background-image: url(../img/prism/bg/bg_rainbow_btm_sp.png);
  background-size: 100vw 27vw;
  background-position: 50%;
  animation: rainbow-bottom 2s ease forwards;
  z-index: 3;
}
@media only screen and (min-width: 769px) {
  .bg--rainbow:after {
    background-image: url(../img/prism/bg/bg_rainbow_btm_pc.png);
    background-size: 98.5714285714vw 16.4285714286vw;
    height: 16.4285714286vw;
    bottom: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .bg--rainbow:after {
    background-size: 1380px 230px;
    height: 230px;
    bottom: 40px;
  }
}

.header {
  position: relative;
  z-index: 1000000;
}
.header--language {
  width: 93.125vw;
  height: 10vw;
  top: 3.75vw;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 1.25vw 1.25vw 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 3.75vw;
}
@media only screen and (min-width: 769px) {
  .header--language {
    box-shadow: 0.7142857143vw 0.7142857143vw 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 1400px) {
  .header--language {
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 769px) {
  .header--language {
    display: none;
  }
}
.header--language__link {
  background-color: #5EEAC7;
  border-radius: 0 100px 100px 0;
  width: 23.875vw;
  padding-left: 2.5vw;
  height: 100%;
  display: flex;
  align-items: center;
}
.header--language__text {
  font-size: 2.5vw;
  font-weight: 800;
  flex: 1;
}
.header--language__svg {
  width: 15vw;
  margin-top: 0.5vw;
}
.header--language__svg .svg {
  width: 100%;
  height: auto;
  fill: #fff;
  fill-rule: evenodd;
}
.header--language__arrow {
  width: 3.75vw;
  margin-left: 1.25vw;
  font-size: 0;
  position: relative;
}
.header--language__arrow img {
  position: relative;
  z-index: 10;
}
.header--language__arrow::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #5EEAC7;
  width: 1.875vw;
  height: 1.875vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.header--btn {
  width: 15vw;
  height: 15vw;
  background-color: #fff;
  border: 1.25vw solid #e72139;
  position: fixed;
  z-index: 10;
  top: 7.5vw;
  right: 2.5vw;
  border-radius: 100px;
  box-shadow: 1.25vw 1.25vw 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 300ms;
  transform: translateY(0);
}
@media only screen and (min-width: 769px) {
  .header--btn {
    box-shadow: 0.7142857143vw 0.7142857143vw 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 1400px) {
  .header--btn {
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.2);
  }
}
.header--btn.off {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .header--btn {
    display: none;
  }
}
.header--btn span {
  display: block;
  width: 5.625vw;
  height: 1vw;
  background-color: #e72139;
  border-radius: 100px;
  position: relative;
}
.header--btn span:first-child {
  top: -1vw;
}
.header--btn span:last-child {
  top: 1vw;
}
.header--nav {
  padding-top: 7.5vw;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  transition: all 300ms;
  opacity: 0;
  box-shadow: 1.25vw 1.25vw 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 769px) {
  .header--nav {
    box-shadow: 0.7142857143vw 0.7142857143vw 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav {
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 769px) {
  .header--nav {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    opacity: 1;
    margin: 1.4285714286vw auto 0;
    width: 85.7142857143vw;
    height: 7.1428571429vw;
    border-radius: 3.5714285714vw;
    padding-top: 0;
    padding-left: 3.8571428571vw;
    position: relative;
    top: auto;
    left: auto;
    transition: none;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav {
    margin: 20px auto 0;
    width: 1200px;
    height: 100px;
    border-radius: 50px;
    padding-left: 54px;
  }
}
.header--nav.open {
  top: 0;
  opacity: 1;
}
.header--nav__btn {
  width: 15vw;
  height: 15vw;
  background-color: #5EEAC7;
  position: absolute;
  top: 7.5vw;
  right: 2.5vw;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .header--nav__btn {
    display: none;
  }
}
.header--nav__btn span {
  display: block;
  width: 6.25vw;
  height: 1vw;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
}
.header--nav__btn span:first-child {
  top: 0.5vw;
  transform: rotate(45deg);
}
.header--nav__btn span:last-child {
  top: -0.5vw;
  transform: rotate(-45deg);
}
.header--nav__logo {
  display: block;
  width: 52.625vw;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 769px) {
  .header--nav__logo {
    position: relative;
    z-index: 2;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
@media only screen and (min-width: 769px) {
  .header--nav__logo {
    width: 11.2142857143vw;
    margin: 0 0 0.5vw;
    transition: opacity 300ms;
  }
  .header--nav__logo:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__logo {
    width: 157px;
    margin: 0 0 7px;
  }
}
.header--nav__inner {
  margin: 6.5vw 0 0 0;
}
@media only screen and (min-width: 769px) {
  .header--nav__inner {
    margin: 0 3.5714285714vw 1.4285714286vw 0;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__inner {
    margin: 0 50px 20px 0;
  }
}
@media only screen and (min-width: 769px) {
  .header--nav__list {
    display: flex;
  }
}
.header--nav__item {
  margin: 5vw 0 0;
}
@media only screen and (min-width: 769px) {
  .header--nav__item {
    display: flex;
    align-items: center;
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  .header--nav__item:not(:last-child) {
    margin: 0 0.8571428571vw 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__item:not(:last-child) {
    margin: 0 12px 0 0;
  }
}
.header--nav__item:not(:last-child)::after {
  display: block;
  content: "";
  width: 3.75vw;
  height: 0.5vw;
  background-color: #e5e5e5;
  margin: 5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .header--nav__item:not(:last-child)::after {
    width: 1px;
    height: 1vw;
    margin: 0 0 0 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__item:not(:last-child)::after {
    height: 14px;
    margin: 0 0 0 14px;
  }
}
.header--nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .header--nav__link.on::before, .header--nav__link:hover::before {
    position: absolute;
    bottom: -1.4285714286vw;
    content: "";
    display: block;
    width: 100%;
    background-color: #5EEAC7;
    height: 0.3571428571vw;
    border-radius: 100px 100px 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__link.on::before, .header--nav__link:hover::before {
    height: 5px;
    bottom: -20px;
  }
}
.header--nav__link.blank:after {
  display: block;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" viewBox="0 0 22 16"><path fill="rgb(94, 234, 199)" d="M3.272,3.615H-0.01V16H17.51V13.354H3.272V3.615ZM6.469,0V10.382H21.99V0H6.469Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.25vw;
  height: 2.5vw;
  margin-left: 1.75vw;
}
@media only screen and (min-width: 769px) {
  .header--nav__link.blank:after {
    width: 0.7857142857vw;
    height: 0.5714285714vw;
    margin-left: 0.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__link.blank:after {
    width: 11px;
    height: 8px;
    margin-left: 6px;
  }
}
.header--nav__link svg {
  fill: #0b3871;
  fill-rule: evenodd;
  height: 6.25vw;
}
@media only screen and (min-width: 769px) {
  .header--nav__link svg {
    height: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__link svg {
    height: 18px;
  }
}
.header--nav__link.l01 {
  width: 15.375vw;
}
@media only screen and (min-width: 769px) {
  .header--nav__link.l01 {
    width: 4.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__link.l01 {
    width: 63px;
  }
}
.header--nav__link.l02 {
  width: 31.75vw;
}
@media only screen and (min-width: 769px) {
  .header--nav__link.l02 {
    width: 9.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__link.l02 {
    width: 128px;
  }
}
.header--nav__link.l03 {
  width: 24.875vw;
}
@media only screen and (min-width: 769px) {
  .header--nav__link.l03 {
    width: 7.2142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__link.l03 {
    width: 101px;
  }
}
.header--nav__link.l04 {
  width: 21.25vw;
}
@media only screen and (min-width: 769px) {
  .header--nav__link.l04 {
    width: 6.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__link.l04 {
    width: 85px;
  }
}
.header--nav__link.l05 {
  width: 25.875vw;
}
@media only screen and (min-width: 769px) {
  .header--nav__link.l05 {
    width: 7.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__link.l05 {
    width: 105px;
  }
}
.header--nav__link.l06 {
  width: 19.5vw;
}
@media only screen and (min-width: 769px) {
  .header--nav__link.l06 {
    width: 5.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__link.l06 {
    width: 76px;
  }
}
.header--nav__link.l07 {
  width: 42.625vw;
}
@media only screen and (min-width: 769px) {
  .header--nav__link.l07 {
    width: 12vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__link.l07 {
    width: 168px;
  }
}
.header--nav__language {
  display: none;
}
@media only screen and (min-width: 769px) {
  .header--nav__language {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__language {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .header--nav__language__text {
    font-size: 1vw;
    font-weight: 800;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__language__text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  .header--nav__language__link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #5EEAC7;
    width: 13.5714285714vw;
    height: 2.1428571429vw;
    border-radius: 1000px;
  }
}
.header--nav__language__link:hover {
  background-color: #FF699D;
}
.header--nav__language__link:hover:before {
  background-color: #FF699D;
}
.header--nav__language__link:hover .header--nav__language__linkText svg {
  fill: #fff;
  fill-rule: evenodd;
}
@media only screen and (min-width: 1400px) {
  .header--nav__language__link {
    width: 190px;
    height: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .header--nav__language__btn {
    position: relative;
    width: 13.5714285714vw;
    height: 2.1428571429vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__language__btn {
    width: 190px;
    height: 30px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .header--nav__language__btn:after {
    display: block;
    content: "";
    background-image: url(../img/header/btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 1vw;
    height: 1vw;
    right: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__language__btn:after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .header--nav__language__btn:before {
    position: absolute;
    display: block;
    content: "";
    background-color: #5EEAC7;
    width: 0.7142857143vw;
    height: 0.7142857143vw;
    right: 0.8571428571vw;
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__language__btn:before {
    width: 10px;
    height: 10px;
    right: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .header--nav__language__linkText {
    width: 9.7857142857vw;
    margin-left: -0.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header--nav__language__linkText {
    width: 137px;
    margin-left: -6px;
  }
}
.header--nav__language__linkText svg {
  fill: #fff;
  fill-rule: evenodd;
}

.song .header--btn {
  top: 17.5vw;
}

.footer--share {
  width: 87.5vw;
  border-radius: 12.5vw;
  background-color: #fff;
  margin: 17.5vw auto 0;
  box-shadow: 1.25vw 1.25vw 0px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 4vw 0 5vw;
}
@media only screen and (min-width: 769px) {
  .footer--share {
    box-shadow: 0.7142857143vw 0.7142857143vw 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 1400px) {
  .footer--share {
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 769px) {
  .footer--share {
    width: 54.5454545455vw;
    border-radius: 9.0909090909vw;
    margin: 7.2727272727vw auto 0;
    padding: 1.8181818182vw 0 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .footer--share {
    width: 600px;
    border-radius: 100px;
    margin: 80px auto 0;
    padding: 20px 0 30px;
  }
}
.footer--share:before, .footer--share:after {
  position: absolute;
  display: block;
  content: "";
  width: 50vw;
  height: 1.5vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .footer--share:before, .footer--share:after {
    width: 31.8181818182vw;
    height: 0.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .footer--share:before, .footer--share:after {
    width: 350px;
    height: 8px;
  }
}
.footer--share:before {
  top: 0;
  border-radius: 0 0 1.5vw 1.5vw;
  background-color: #5EEAC7;
}
@media only screen and (min-width: 769px) {
  .footer--share:before {
    border-radius: 0 0 0.7272727273vw 0.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .footer--share:before {
    border-radius: 0 0 8px 8px;
  }
}
.footer--share:after {
  bottom: 0;
  border-radius: 1.5vw 1.5vw 0 0;
  background-color: #8E92E1;
}
@media only screen and (min-width: 769px) {
  .footer--share:after {
    border-radius: 0.7272727273vw 0.7272727273vw 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .footer--share:after {
    border-radius: 8px 8px 0 0;
  }
}
.footer--share__header {
  width: 18.25vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .footer--share__header {
    width: 11.8181818182vw;
  }
}
@media only screen and (min-width: 1400px) {
  .footer--share__header {
    width: 130px;
  }
}
.footer--share__header svg {
  width: 100%;
  fill: #0b3871;
  fill-rule: evenodd;
}
.footer--sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.5vw;
}
@media only screen and (min-width: 769px) {
  .footer--sns {
    margin-top: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .footer--sns {
    margin-top: 10px;
  }
}
.footer--sns__link {
  display: block;
  width: 10.125vw;
}
@media only screen and (min-width: 769px) {
  .footer--sns__link {
    width: 6.3636363636vw;
    transition: 300ms;
  }
  .footer--sns__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1100px) {
  .footer--sns__link {
    width: 70px;
  }
}
.footer--sns__item:nth-child(2) {
  margin: 0 2.5vw;
}
@media only screen and (min-width: 769px) {
  .footer--sns__item:nth-child(2) {
    margin: 0 1.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .footer--sns__item:nth-child(2) {
    margin: 0 20px;
  }
}
.footer--external {
  width: 100%;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 769px) {
  .footer--external {
    width: 500px;
    /* margin: 70px auto; */
    transition: transform 300ms;
  }
  .footer--external:hover {
    transform: translateY(-5%);
  }
}
.footer--bottom {
  background-color: #fff;
  width: 100%;
  height: 100vw;
  margin-top: 10vw;
  padding: 16.75vw 6.25vw;
  color: #0b3871;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .footer--bottom {
    height: 34.4285714286vw;
    margin-top: 6.4285714286vw;
    padding: 5.9285714286vw 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .footer--bottom {
    height: 400px;
    margin-top: 90px;
    padding: 63px 0 0;
  }
}
.footer--bottom:before {
  content: "";
  display: block;
  background-color: #fff;
  box-shadow: 0 -1.25vw 1.25vw -0.5vw rgba(28, 112, 176, 0.7);
  height: 2.5vw;
  width: 100%;
  opacity: 0.5;
  position: absolute;
  top: -2.5vw;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 769px) {
  .footer--bottom:before {
    box-shadow: 0 -0.2857142857vw 0.3571428571vw -0.1428571429vw rgba(28, 112, 176, 0.8);
    height: 0.7142857143vw;
    top: -0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .footer--bottom:before {
    box-shadow: 0 -4px 5px -2px rgba(28, 112, 176, 0.8);
    height: 10px;
    top: -10px;
  }
}
@media only screen and (min-width: 769px) {
  .footer--bottom__wrapper {
    width: 70vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1400px) {
  .footer--bottom__wrapper {
    width: 980px;
  }
}
.footer--bottom__text {
  font-size: 2.75vw;
}
@media only screen and (min-width: 769px) {
  .footer--bottom__text {
    font-size: 0.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .footer--bottom__text {
    font-size: 11px;
  }
}
.footer--bottom__logo {
  width: 31.25vw;
  margin: 7.5vw auto;
  display: block;
}
@media only screen and (min-width: 769px) {
  .footer--bottom__logo {
    width: 8vw;
    margin: 0;
    transition: 300ms;
  }
  .footer--bottom__logo:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1400px) {
  .footer--bottom__logo {
    width: 112px;
  }
}

.top--kv {
  width: 100vw;
  margin: 0 auto 2.5vw;
  position: relative;
  height: 144.125vw;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .top--kv {
    margin-left: 0;
    margin-right: 0;
    padding-top: 4.75vw;
  }
}
@media only screen and (min-width: 769px) {
  .top--kv {
    margin: 0 auto;
    height: auto;
    margin-top: 1vw;
    padding-right: 12.5vw;
    width: 68.4285714286vw;
    padding-bottom: 4.8571428571vw;
    margin-bottom: -1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top--kv {
    margin-top: 14px;
    padding-right: 175px;
    width: 958px;
    padding-bottom: 68px;
    margin-bottom: -18px;
  }
}
.top--kv__logo {
  position: absolute;
  bottom: 0vw;
  left: calc(50% - 46.5vw);
  width: 93.5vw;
}
@media only screen and (min-width: 769px) {
  .top--kv__logo {
    width: 41.3571428571vw;
    bottom: 0;
    left: calc(50% - 21.2857142857vw);
  }
}
@media only screen and (min-width: 1400px) {
  .top--kv__logo {
    width: 579px;
    left: calc(50% - 298px);
  }
}
.top--link {
  display: flex;
  width: 91.25vw;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 100;
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .top--link {
    width: 78.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top--link {
    width: 1100px;
  }
}
@media only screen and (max-width: 769px) {
  .top--link__item:nth-child(n+3) {
    margin-top: 2.5vw;
  }
}
.top--link__link {
  display: block;
  width: 45vw;
  font-size: 0;
}
@media only screen and (min-width: 769px) {
  .top--link__link {
    transition: transform 300ms;
  }
  .top--link__link:hover {
    transform: translateY(-5%);
  }
}
@media only screen and (min-width: 769px) {
  .top--link__link {
    width: 18.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top--link__link {
    width: 264px;
  }
}
.top--info {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 769px) {
  .top--info {
    margin-top: 4.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top--info {
    margin-top: 60px;
  }
}
.top--info__header--txt {
  width: 50vw;
  height: 3.75vw;
}
@media only screen and (min-width: 769px) {
  .top--info__header--txt {
    width: 32.7272727273vw;
    height: 2.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .top--info__header--txt {
    width: 360px;
    height: 28px;
  }
}
.top--info__wrapper {
  position: relative;
}
.top--info__container {
  width: 75vw;
  margin-top: 6.25vw;
}
@media only screen and (min-width: 769px) {
  .top--info__container {
    width: 63.6363636364vw;
    margin-top: 3.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .top--info__container {
    width: 700px;
    margin-top: 40px;
  }
}
.top--info__arrow {
  width: 8.75vw;
  height: 8.75vw;
  background-color: #ff5668;
  border-radius: 12.5vw;
  transition: 300ms;
}
@media only screen and (min-width: 769px) {
  .top--info__arrow {
    width: 4.5454545455vw;
    height: 4.5454545455vw;
  }
  .top--info__arrow:hover {
    background-color: #cccccc;
  }
}
@media only screen and (min-width: 1100px) {
  .top--info__arrow {
    width: 50px;
    height: 50px;
  }
}
.top--info__arrow.prev {
  transform: scale(-1, 1);
  left: 1.25vw;
}
@media only screen and (min-width: 769px) {
  .top--info__arrow.prev {
    left: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .top--info__arrow.prev {
    left: 30px;
  }
}
.top--info__arrow.next {
  right: 1.25vw;
}
@media only screen and (min-width: 769px) {
  .top--info__arrow.next {
    right: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top--info__arrow.next {
    right: 30px;
  }
}
.top--info__arrow:after {
  display: block;
  content: "";
  background-image: url(../img/common/arrow.svg);
  background-size: cover;
  width: 6.25vw;
  height: 6.25vw;
}
@media only screen and (min-width: 769px) {
  .top--info__arrow:after {
    width: 3.6363636364vw;
    height: 3.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .top--info__arrow:after {
    width: 40px;
    height: 40px;
  }
}
.top--info__pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 5vw;
}
@media only screen and (min-width: 769px) {
  .top--info__pagination {
    margin-top: 3.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .top--info__pagination {
    margin-top: 40px;
  }
}
.top--info__pagination .swiper-pagination-bullet {
  background-color: #cccccc;
  opacity: 1;
  width: 2vw;
  height: 2vw;
  margin: 0 0.625vw;
}
@media only screen and (min-width: 769px) {
  .top--info__pagination .swiper-pagination-bullet {
    width: 1.4545454545vw;
    height: 1.4545454545vw;
    margin: 0 0.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .top--info__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 5px;
  }
}
.top--info__pagination .swiper-pagination-bullet-active {
  background-color: #e72139;
}
.top--info__btn {
  margin-top: 5vw;
}
@media only screen and (max-width: 769px) {
  .top--info__btn {
    width: 57.5vw;
  }
}
@media only screen and (min-width: 769px) {
  .top--info__btn {
    margin-top: 3.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .top--info__btn {
    margin-top: 40px;
  }
}
.top--info__btn.blank:after {
  right: 4.375vw;
}
@media only screen and (min-width: 769px) {
  .top--info__btn.blank:after {
    right: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .top--info__btn.blank:after {
    right: 30px;
  }
}
.top--info__btn.customer {
  justify-content: flex-start;
  padding-left: 2.875vw;
}
@media only screen and (min-width: 769px) {
  .top--info__btn.customer {
    padding-left: 2.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .top--info__btn.customer {
    padding-left: 32px;
  }
}
.top--update {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 769px) {
  .top--update {
    margin-top: 4.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top--update {
    margin-top: 60px;
  }
}
.top--update__header--txt {
  width: 40.625vw;
  height: 4.375vw;
}
@media only screen and (min-width: 769px) {
  .top--update__header--txt {
    width: 26.1818181818vw;
    height: 2.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .top--update__header--txt {
    width: 288px;
    height: 28px;
  }
}
.top--update__box {
  width: 75vw;
  height: 65vw;
  margin: 8.75vw auto 0;
  overflow: scroll;
  padding-right: 2.5vw;
}
@media only screen and (min-width: 769px) {
  .top--update__box {
    width: 56.3636363636vw;
    height: 17.2727272727vw;
    margin: 3.6363636364vw auto 0;
    overflow: scroll;
    padding-right: 1.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .top--update__box {
    width: 620px;
    height: 190px;
    margin: 40px auto 0;
    overflow: scroll;
    padding-right: 20px;
  }
}
.top--update__box::-webkit-scrollbar {
  width: 2.5vw;
}
@media only screen and (min-width: 769px) {
  .top--update__box::-webkit-scrollbar {
    width: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top--update__box::-webkit-scrollbar {
    width: 10px;
  }
}
.top--update__box::-webkit-scrollbar-track {
  background: transparent;
}
.top--update__box::-webkit-scrollbar-thumb {
  background: #e72139;
  border-radius: 100px;
}
.top--update__item {
  width: 100%;
  padding-bottom: 5vw;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 769px) {
  .top--update__item {
    display: flex;
    padding-bottom: 1.8181818182vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top--update__item {
    padding-bottom: 20px;
  }
}
.top--update__item:last-child {
  border: none;
}
.top--update__item:not(:first-child) {
  margin-top: 3.75vw;
}
@media only screen and (min-width: 769px) {
  .top--update__item:not(:first-child) {
    margin-top: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top--update__item:not(:first-child) {
    margin-top: 30px;
  }
}
.top--update__time {
  color: #e72139;
  font-size: 3.5vw;
  font-weight: 900;
}
@media only screen and (min-width: 769px) {
  .top--update__time {
    font-size: 1.4545454545vw;
    margin-top: 0.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .top--update__time {
    font-size: 16px;
    margin-top: 5px;
  }
}
.top--update__text {
  font-size: 3vw;
  margin-top: 1.875vw;
  line-height: 1.5;
  color: #0b3871;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .top--update__text {
    font-size: 1.2727272727vw;
    margin-left: 2.7272727273vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .top--update__text {
    font-size: 14px;
    margin-left: 30px;
  }
}
.top--update__text > a {
  text-decoration: underline;
  color: #e72139;
}
.top--update__text > a:hover {
  text-decoration: none;
}
.top--fb {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 769px) {
  .top--fb {
    margin-top: 4.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top--fb {
    margin-top: 60px;
  }
}
.top--fb__header--txt {
  width: 25.5vw;
  height: 4.375vw;
}
@media only screen and (min-width: 769px) {
  .top--fb__header--txt {
    width: 16.3636363636vw;
    height: 2.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .top--fb__header--txt {
    width: 180px;
    height: 28px;
  }
}
.top--fb__page {
  margin: 6.25vw auto 0;
  width: 62.5vw;
  max-width: 340px;
}
@media only screen and (min-width: 769px) {
  .top--fb__page {
    margin-top: 4.5454545455vw;
    width: 45.4545454545vw;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1100px) {
  .top--fb__page {
    margin-top: 50px;
  }
}
.top--chu {
  display: block;
  width: 78.75vw;
  margin: 10vw auto 0;
  padding-left: 1.25vw;
  font-size: 0;
}
@media only screen and (min-width: 769px) {
  .top--chu {
    transition: transform 300ms;
  }
  .top--chu:hover {
    transform: translateY(-5%);
  }
}
@media only screen and (min-width: 769px) {
  .top--chu {
    width: 23.4285714286vw;
    margin: 5.7142857143vw auto 0;
    padding-left: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top--chu {
    width: 328px;
    margin: 80px auto 0;
    padding-left: 10px;
  }
}

.play--nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 88.75vw;
  margin: 5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .play--nav {
    width: 64.2857142857vw;
    margin: 3.5714285714vw auto 0;
  }
}
@media only screen and (min-width: 1400px) {
  .play--nav {
    width: 915px;
    margin: 50px auto 0;
  }
}
.play--nav__link {
  display: block;
  box-shadow: 0.625vw 0.625vw 0px rgba(0, 0, 0, 0.2);
  width: 42.75vw;
  height: 10.625vw;
  border-radius: 5.25vw;
  background-color: #4b4b4b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play--nav__link.on {
  background-color: #FF699D;
}
@media only screen and (min-width: 769px) {
  .play--nav__link {
    transition: 300ms;
    width: 20.8571428571vw;
    height: 4.2857142857vw;
    border-radius: 3vw;
    box-shadow: 0.3571428571vw 0.3571428571vw 0px rgba(0, 0, 0, 0.2);
  }
  .play--nav__link:hover {
    background-color: #FF699D;
  }
}
@media only screen and (min-width: 1400px) {
  .play--nav__link {
    width: 292px;
    height: 60px;
    border-radius: 42px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 768px) {
  .play--nav__item:nth-child(n+3) {
    margin-top: 2vw;
  }
  .play--nav__item:nth-of-type(n + 2) {
    margin-left: 3.25vw;
  }
  .play--nav__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .play--nav__item:nth-of-type(n + 2) {
    margin-left: 0.8571428571vw;
  }
  .play--nav__item:nth-child(n+4) {
    margin-top: 0.8571428571vw;
  }
  .play--nav__item:nth-of-type(4n + 0) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .play--nav__item:nth-of-type(n + 3) {
    margin-left: 12px;
  }
  .play--nav__item:nth-child(n+4) {
    margin-top: 12px;
  }
  .play--nav__item:nth-of-type(4n + 0) {
    margin-left: 0;
  }
}
.play--nav__text.l1 {
  width: 22.25vw;
  margin-bottom: 0.625vw;
}
@media only screen and (min-width: 769px) {
  .play--nav__text.l1 {
    width: 10.3571428571vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .play--nav__text.l1 {
    width: 145px;
  }
}
.play--nav__text.l2 {
  width: 26.125vw;
}
@media only screen and (min-width: 769px) {
  .play--nav__text.l2 {
    width: 12.1428571429vw;
    margin-top: 0.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .play--nav__text.l2 {
    width: 170px;
    margin-top: 4px;
  }
}
.play--nav__text.l3 {
  width: 31vw;
  margin-top: 0.5vw;
}
@media only screen and (min-width: 769px) {
  .play--nav__text.l3 {
    width: 13.2857142857vw;
    margin-top: 0.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .play--nav__text.l3 {
    width: 186px;
    margin-top: 2px;
  }
}
.play--nav__text.l4 {
  width: 30.25vw;
  margin-bottom: 0.2857142857vw;
}
@media only screen and (min-width: 769px) {
  .play--nav__text.l4 {
    width: 13.1428571429vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .play--nav__text.l4 {
    width: 184px;
  }
}
.play--nav__text.l5 {
  width: 30.875vw;
  margin-bottom: 0.2857142857vw;
}
@media only screen and (min-width: 769px) {
  .play--nav__text.l5 {
    width: 13.2857142857vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .play--nav__text.l5 {
    width: 186px;
  }
}
.play--nav__text.l6 {
  width: 25vw;
}
@media only screen and (min-width: 769px) {
  .play--nav__text.l6 {
    width: 10.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .play--nav__text.l6 {
    width: 158px;
  }
}
.play--text {
  font-size: 4.75vw;
  text-align: center;
  color: #e72139;
  font-weight: 900;
  margin-top: 12.5vw;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .play--text {
    font-size: 2.5454545455vw;
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--text {
    font-size: 28px;
    margin-top: 50px;
  }
}
.play--text:after {
  display: block;
  content: "";
  width: 5vw;
  height: 1vw;
  margin: 4vw auto 0;
  background-color: #bebebe;
  border-radius: 100px;
}
@media only screen and (min-width: 769px) {
  .play--text:after {
    width: 3.6363636364vw;
    height: 0.7272727273vw;
    margin: 3.6363636364vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--text:after {
    width: 40px;
    height: 8px;
    margin: 40px auto 0;
  }
}
.play--text.first {
  margin-top: 5vw;
}
@media only screen and (min-width: 769px) {
  .play--text.first {
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--text.first {
    margin-top: 50px;
  }
}
.play--text.second {
  margin-top: 12vw;
}
@media only screen and (min-width: 769px) {
  .play--text.second {
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--text.second {
    margin-top: 50px;
  }
}
.play--text.thrd {
  margin-top: 10vw;
}
@media only screen and (min-width: 769px) {
  .play--text.thrd {
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--text.thrd {
    margin-top: 50px;
  }
}
.play--text.thrd.chinese {
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  font-weight: 700;
}
.play--about {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 769px) {
  .play--about {
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--about {
    margin-top: 50px;
  }
}
.play--about__header .common--header__txt {
  width: 36.25vw;
  height: 4vw;
}
@media only screen and (min-width: 769px) {
  .play--about__header .common--header__txt {
    width: 23.2727272727vw;
    height: 2.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--about__header .common--header__txt {
    width: 256px;
    height: 28px;
  }
}
.play--about__img.i1 {
  width: 100%;
}
.play--about__img.i2 {
  width: 81.875vw;
  margin: 10.75vw auto 0;
}
@media only screen and (min-width: 769px) {
  .play--about__img.i2 {
    width: 69.4545454545vw;
    margin: 5.4545454545vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--about__img.i2 {
    width: 764px;
    margin: 60px auto 0;
  }
}
.play--about__img.i3 {
  width: 84vw;
}
@media only screen and (min-width: 769px) {
  .play--about__img.i3 {
    width: 72.4545454545vw;
    margin: 3.6363636364vw auto;
  }
}
@media only screen and (min-width: 1100px) {
  .play--about__img.i3 {
    width: 797px;
    margin: 40px auto;
  }
}
.play--about__img.i4 {
  width: 82.125vw;
  margin-left: 2.25vw;
}
@media only screen and (min-width: 769px) {
  .play--about__img.i4 {
    width: 76.8181818182vw;
    margin: 3.6363636364vw auto;
  }
}
@media only screen and (min-width: 1100px) {
  .play--about__img.i4 {
    width: 845px;
    margin: 40px auto;
  }
}
.play--about__border {
  width: 74.375vw;
  height: 0.75vw;
  background-image: url(../img/play/dash.png);
  background-repeat: repeat-x;
  background-size: 3vw auto;
  margin: 12.5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .play--about__border {
    width: 74.9090909091vw;
    height: 0.6363636364vw;
    margin: 6.3636363636vw auto 0;
    background-size: 2.1818181818vw auto;
  }
}
@media only screen and (min-width: 1100px) {
  .play--about__border {
    width: 824px;
    height: 7px;
    margin: 70px auto 0;
    background-size: 24px auto;
  }
}
.play--about__btn {
  margin-top: 5vw;
  width: 75vw;
}
@media only screen and (min-width: 769px) {
  .play--about__btn {
    margin-top: 4.0909090909vw;
    width: 47.2727272727vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--about__btn {
    margin-top: 45px;
    width: 520px;
  }
}
.play--about__btn.bt1 {
  height: 15vw;
  margin-top: -11.5vw;
}
@media only screen and (min-width: 769px) {
  .play--about__btn.bt1 {
    margin-top: -12.7272727273vw;
    margin-bottom: 4.5454545455vw;
    margin-left: 2.7272727273vw;
    width: 54.5454545455vw;
    height: 5.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--about__btn.bt1 {
    margin-top: -140px;
    margin-bottom: 50px;
    margin-left: 30px;
    width: 600px;
    height: 60px;
  }
}
.play--about__btn.bt1 > span {
  width: 57.875vw;
  margin-left: -5vw;
}
@media only screen and (min-width: 769px) {
  .play--about__btn.bt1 > span {
    width: 45.0909090909vw;
    margin-left: -1.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--about__btn.bt1 > span {
    width: 496px;
    margin-left: -20px;
  }
}
.play--about__btn.bt2 {
  margin-top: 5vw;
}
@media only screen and (max-width: 769px) {
  .play--about__btn.bt2.next::after {
    right: 2.25vw;
  }
}
@media only screen and (min-width: 769px) {
  .play--about__btn.bt2 {
    margin-top: 0;
    margin-bottom: 10vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--about__btn.bt2 {
    margin-bottom: 110px;
  }
}
.play--howto {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 769px) {
  .play--howto {
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--howto {
    margin-top: 50px;
  }
}
.play--howto__header .common--header__txt {
  width: 42.25vw;
  height: 4.5vw;
}
@media only screen and (min-width: 769px) {
  .play--howto__header .common--header__txt {
    width: 27.5454545455vw;
    height: 3vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--howto__header .common--header__txt {
    width: 303px;
    height: 33px;
  }
}
.play--howto__img.i1 {
  width: 87.5vw;
  margin: 6.25vw auto 0;
}
@media only screen and (min-width: 769px) {
  .play--howto__img.i1 {
    width: 73.8181818182vw;
    margin: 3.6363636364vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--howto__img.i1 {
    width: 812px;
    margin-top: 40px;
  }
}
.play--howto__img.i2 {
  width: 82.5vw;
  margin: 12.5vw auto 0 3.5vw;
}
@media only screen and (min-width: 769px) {
  .play--howto__img.i2 {
    width: 66.5454545455vw;
    margin: 10.3636363636vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--howto__img.i2 {
    width: 732px;
    margin: 114px auto 0;
  }
}
.play--howto__border {
  width: 74.375vw;
  height: 0.75vw;
  background-image: url(../img/play/dash.png);
  background-repeat: repeat-x;
  margin: 12.5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .play--howto__border {
    width: 74.9090909091vw;
    height: 0.6363636364vw;
    margin: 6.3636363636vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--howto__border {
    width: 824px;
    height: 7px;
    margin: 70px auto 0;
  }
}
.play--function {
  margin-top: 6.25vw;
  padding-top: 9.625vw;
  padding-bottom: 12.5vw;
}
@media only screen and (min-width: 769px) {
  .play--function {
    margin-top: 4.5454545455vw;
    padding-top: 6.1818181818vw;
    padding-bottom: 9.0909090909vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function {
    margin-top: 50px;
    padding-top: 68px;
    padding-bottom: 100px;
  }
}
.play--function__header {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .play--function__header .common--header__icon {
    position: absolute;
    top: 3.75vw;
    left: calc(50% - 40.875vw);
  }
  .play--function__header .common--header__icon.right {
    left: calc(50% + 27.125vw);
  }
}
.play--function__header .common--header__txt {
  width: 55.25vw;
  height: 11.875vw;
  margin: 0 2vw;
}
@media only screen and (min-width: 769px) {
  .play--function__header .common--header__txt {
    width: 35.7272727273vw;
    height: 7.7272727273vw;
    margin: 0 1vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function__header .common--header__txt {
    width: 393px;
    height: 85px;
    margin: 0 11px;
  }
}
.play--function__header .common--header__txt svg {
  height: 100%;
}
.play--function__img.i1 {
  width: 100%;
  margin: 2.5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .play--function__img.i1 {
    margin: 4.0909090909vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function__img.i1 {
    margin: 45px auto 0;
  }
}
.play--function__border {
  width: 74.375vw;
  height: 0.75vw;
  background-image: url(../img/play/dash.png);
  background-repeat: repeat-x;
  margin: 12.5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .play--function__border {
    width: 74.9090909091vw;
    height: 0.6363636364vw;
    margin: 6.3636363636vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function__border {
    width: 824px;
    height: 7px;
    margin: 70px auto 0;
  }
}
.play--function__btn {
  width: 80.5vw;
  height: 15.5vw;
  box-shadow: none;
}
@media only screen and (min-width: 769px) {
  .play--function__btn {
    width: 59.0909090909vw;
    height: 7.2727272727vw;
    transition: opacity 300ms;
  }
  .play--function__btn:hover {
    transform: none;
    opacity: 80%;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function__btn {
    width: 650px;
    height: 80px;
  }
}
.play--function__btn span {
  display: inline-block;
  width: 60%;
  text-align: center;
  line-height: 1.2;
  word-break: keep-all;
}
@media only screen and (min-width: 769px) {
  .play--function__btn span {
    width: 100%;
  }
}
.play--function__btn.blank:after {
  width: 5.75vw;
  height: 4.25vw;
  right: 5.75vw;
}
@media only screen and (min-width: 769px) {
  .play--function__btn.blank:after {
    width: 2.7272727273vw;
    height: 2vw;
    right: 2.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function__btn.blank:after {
    width: 30px;
    height: 22px;
    right: 29px;
  }
}
.play--function__btn.btn-pink {
  background-color: #FF699D;
}
.play--function__btn.btn-yellow {
  background-color: #FF699D;
  margin-top: 7.75vw;
}
@media only screen and (min-width: 769px) {
  .play--function__btn.btn-yellow {
    margin-top: 5.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function__btn.btn-yellow {
    margin-top: 60px;
  }
}
.play--function2 {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 769px) {
  .play--function2 {
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function2 {
    margin-top: 50px;
  }
}
.play--function2__header .common--header__txt {
  width: 45.5vw;
  height: 4vw;
}
@media only screen and (min-width: 769px) {
  .play--function2__header .common--header__txt {
    width: 29.5454545455vw;
    height: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function2__header .common--header__txt {
    width: 325px;
    height: 30px;
  }
}
.play--function2__img.i1 {
  width: 81vw;
  margin: 5vw auto 0 3.375vw;
}
@media only screen and (min-width: 769px) {
  .play--function2__img.i1 {
    width: 73.2727272727vw;
    margin: 3.6363636364vw auto 0 3.2727272727vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function2__img.i1 {
    width: 806px;
    margin: 40px auto 0 36px;
  }
}
.play--function2__img.i2 {
  width: 86.375vw;
  margin: 5vw auto 0 1vw;
}
@media only screen and (min-width: 769px) {
  .play--function2__img.i2 {
    width: 77.2727272727vw;
    margin: 3.6363636364vw auto 0 4.0909090909vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function2__img.i2 {
    width: 850px;
    margin-top: 40px;
    margin-left: 45px;
  }
}
.play--function2__img.i3 {
  width: 82vw;
  margin: 5vw auto 0 2.75vw;
}
@media only screen and (min-width: 769px) {
  .play--function2__img.i3 {
    width: 72.3636363636vw;
    margin: 3.6363636364vw auto 0 4.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function2__img.i3 {
    width: 796px;
    margin: 40px auto 0 50px;
  }
}
.play--function2__img.i4 {
  width: 100%;
  margin: 2.5vw auto 3.75vw 0;
}
@media only screen and (min-width: 769px) {
  .play--function2__img.i4 {
    margin: 3.6363636364vw auto 4.0909090909vw 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function2__img.i4 {
    margin: 40px auto 45px 0;
  }
}
.play--function2__img.i5 {
  width: 100%;
  margin: 2.5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .play--function2__img.i5 {
    margin: 3.6363636364vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function2__img.i5 {
    margin: 40px auto 0;
  }
}
.play--function2__img.i6 {
  width: 87.5vw;
  margin: 5vw auto 6.25vw 0;
}
@media only screen and (min-width: 769px) {
  .play--function2__img.i6 {
    width: 81.8181818182vw;
    margin: 3.6363636364vw auto 4.5454545455vw 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function2__img.i6 {
    width: 900px;
    margin: 40px auto 50px 0;
  }
}
.play--function2__img.i7 {
  width: 87.5vw;
  margin: 5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .play--function2__img.i7 {
    width: 81.8181818182vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function2__img.i7 {
    width: 900px;
    margin: 0 auto;
  }
}
.play--function2__img.i8 {
  width: 100%;
  margin-top: 3.5vw;
}
@media only screen and (min-width: 769px) {
  .play--function2__img.i8 {
    margin-top: 4vw;
    margin-bottom: 5.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function2__img.i8 {
    margin-top: 44px;
    margin-bottom: 64px;
  }
}
.play--function2__border {
  width: 74.375vw;
  height: 0.75vw;
  background-image: url(../img/play/dash.png);
  background-repeat: repeat-x;
  margin: 12.5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .play--function2__border {
    width: 74.9090909091vw;
    height: 0.6363636364vw;
    margin: 6.3636363636vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function2__border {
    width: 824px;
    height: 7px;
    margin: 70px auto 0;
  }
}
.play--function3 {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 769px) {
  .play--function3 {
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function3 {
    margin-top: 50px;
  }
}
.play--function3__header .common--header__txt {
  width: 46.375vw;
  height: 4vw;
}
@media only screen and (min-width: 769px) {
  .play--function3__header .common--header__txt {
    width: 29.8181818182vw;
    height: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function3__header .common--header__txt {
    width: 328px;
    height: 30px;
  }
}
.play--function3__img.i1 {
  width: 100%;
  margin: 3vw auto 12.5vw 0;
}
@media only screen and (min-width: 769px) {
  .play--function3__img.i1 {
    margin: 4.0909090909vw auto 5.0909090909vw 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function3__img.i1 {
    margin: 45px 0 56px 0;
  }
}
.play--function3__img.i2 {
  width: 100%;
  margin: 1.25vw auto 0;
}
@media only screen and (min-width: 769px) {
  .play--function3__img.i2 {
    margin: 0 auto;
  }
}
.play--function3__img.i3 {
  width: 100%;
}
.play--function3__img.i4 {
  width: 86.25vw;
  margin: 5vw auto 0 1.25vw;
}
@media only screen and (min-width: 769px) {
  .play--function3__img.i4 {
    width: 81.8181818182vw;
    margin: 3.6363636364vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function3__img.i4 {
    width: 900px;
    margin: 40px auto 0;
  }
}
.play--function3__img.i5 {
  width: 82.25vw;
  margin: 5vw auto 0 2.625vw;
}
@media only screen and (min-width: 769px) {
  .play--function3__img.i5 {
    width: 81.8181818182vw;
    margin: 3.6363636364vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function3__img.i5 {
    width: 900px;
    margin: 40px auto 0;
  }
}
.play--function3__img.i6 {
  width: 82vw;
  margin: 5vw auto 0 2.75vw;
}
@media only screen and (min-width: 769px) {
  .play--function3__img.i6 {
    width: 81.8181818182vw;
    margin: 3.6363636364vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function3__img.i6 {
    width: 900px;
    margin: 40px auto 0;
  }
}
.play--function3__img.i7 {
  width: 81.875vw;
  margin: 5vw auto 7.5vw;
}
@media only screen and (min-width: 769px) {
  .play--function3__img.i7 {
    width: 81.8181818182vw;
    margin: 3.6363636364vw auto 5.0909090909vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function3__img.i7 {
    margin: 40px auto 56px;
    width: 900px;
  }
}
.play--function3__border {
  width: 74.375vw;
  height: 0.75vw;
  background-image: url(../img/play/dash.png);
  background-repeat: repeat-x;
  margin: 12.5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .play--function3__border {
    width: 74.9090909091vw;
    height: 0.6363636364vw;
    margin: 6.3636363636vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function3__border {
    width: 824px;
    height: 7px;
    margin: 70px auto 0;
  }
}
.play--function4 {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 769px) {
  .play--function4 {
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function4 {
    margin-top: 50px;
  }
}
.play--function4__header span {
  width: 68.875vw;
  height: 10.5vw;
}
@media only screen and (min-width: 769px) {
  .play--function4__header span {
    width: 44.3636363636vw;
    height: 6.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function4__header span {
    width: 488px;
    height: 74px;
  }
}
.play--function4__img.i1 {
  width: 87.5vw;
  margin: 5vw auto 0 0vw;
}
@media only screen and (min-width: 769px) {
  .play--function4__img.i1 {
    width: 81.8181818182vw;
    margin: 3.6363636364vw auto 0 0vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function4__img.i1 {
    width: 900px;
    margin-top: 40px;
    margin-left: 0px;
  }
}
.play--function4__img.i2 {
  width: 81.875vw;
  margin: 5vw auto 0 2.75vw;
}
@media only screen and (min-width: 769px) {
  .play--function4__img.i2 {
    width: 81.8181818182vw;
    margin: 3.6363636364vw auto 0 0vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function4__img.i2 {
    width: 900px;
    margin: 40px auto 0 0px;
  }
}
.play--function4__border {
  width: 74.375vw;
  height: 0.75vw;
  background-image: url(../img/play/dash.png);
  background-repeat: repeat-x;
  margin: 12.5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .play--function4__border {
    width: 74.9090909091vw;
    height: 0.6363636364vw;
    margin: 6.3636363636vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--function4__border {
    width: 824px;
    height: 7px;
    margin: 70px auto 0;
  }
}
.play--terms {
  margin-top: 7.5vw;
  padding-bottom: 8.75vw;
}
@media only screen and (min-width: 769px) {
  .play--terms {
    margin-top: 4.5454545455vw;
    padding-bottom: 8.75vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--terms {
    margin-top: 50px;
    padding-bottom: 70px;
  }
}
.play--terms__header .common--header__txt {
  width: 46.375vw;
  height: 4vw;
}
@media only screen and (min-width: 769px) {
  .play--terms__header .common--header__txt {
    width: 27.0909090909vw;
    height: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .play--terms__header .common--header__txt {
    width: 298px;
    height: 30px;
  }
}
.play--terms__text {
  font-size: 3.5vw;
  text-align: left;
  color: black;
  font-weight: 500;
  margin: 5vw 6.25vw 0 6.25vw;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .play--terms__text {
    font-size: 1.8181818182vw;
    margin: 3.75vw 5vw 0 5vw;
    text-align: justify;
  }
}
@media only screen and (min-width: 1100px) {
  .play--terms__text {
    font-size: 20px;
    margin: 40px 50px 0 50px;
  }
}
.play--terms__text li {
  margin-left: 1vw;
  list-style: "• ";
  text-align: justify;
}
.play--terms__border {
  width: 74.375vw;
  height: 0.75vw;
  background-image: url(../img/play/dash.png);
  background-repeat: repeat-x;
  margin: 12.5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .play--terms__border {
    width: 74.9090909091vw;
    height: 0.6363636364vw;
    margin: 6.3636363636vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .play--terms__border {
    width: 824px;
    height: 7px;
    margin: 70px auto 0;
  }
}

.song--search {
  margin-top: 6.25vw;
  position: sticky;
  top: -75vw;
  z-index: 100;
}
@media only screen and (min-width: 769px) {
  .song--search {
    margin-top: 4.5454545455vw;
    top: -41.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search {
    margin-top: 50px;
    top: calc(-460px - 0.2vw);
  }
}
@media only screen and (min-width: 1400px) {
  .song--search {
    top: -458px;
  }
}
.song--search:before, .song--search:after {
  display: none;
}
.song--search__text {
  font-size: 2.5vw;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .song--search__text {
    font-size: 1.2727272727vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__text {
    font-size: 14px;
  }
}
.song--search__btn {
  width: 75vw;
  height: 11.875vw;
  margin: 5vw auto;
  border-radius: 12.5vw;
  background-color: #4b4b4b;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.song--search__btn.new {
  background-color: #fb5f99;
}
.song--search__btn.pops_anime {
  background-color: #ff972a;
}
.song--search__btn.niconico {
  background-color: #02c8d3;
}
.song--search__btn.toho {
  background-color: #ad59ee;
}
.song--search__btn.variety {
  background-color: #4be070;
}
.song--search__btn.maimai {
  background-color: #f64849;
}
.song--search__btn.gekichu {
  background-color: #3584fe;
}
.song--search__btn.utage {
  background-color: #dc39b8;
}
.song--search__btn.new .song--search__btn__text {
  width: 29.375vw;
}
.song--search__btn.pops_anime .song--search__btn__text {
  width: 33.375vw;
}
.song--search__btn.niconico .song--search__btn__text {
  width: 29.25vw;
}
.song--search__btn.toho .song--search__btn__text {
  width: 27.25vw;
}
.song--search__btn.variety .song--search__btn__text {
  width: 20vw;
}
.song--search__btn.maimai .song--search__btn__text {
  width: 17.375vw;
}
.song--search__btn.gekichu .song--search__btn__text {
  width: 25vw;
}
.song--search__btn.utage .song--search__btn__text {
  width: 13.5vw;
}
.song--search__btn.on:after {
  transform: scale(1, -1);
}
.song--search__btn:after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../img/song/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5vw;
  height: 2.25vw;
  right: 4.5vw;
}
@media only screen and (min-width: 769px) {
  .song--search__btn {
    display: none;
  }
}
.song--search__btn__text svg {
  fill: #fff;
  fill-rule: evenodd;
  height: 4vw;
}
@media only screen and (min-width: 769px) {
  .song--search__btn__text svg {
    height: 1.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__btn__text svg {
    height: 18px;
  }
}
.song--search__list {
  display: none;
  width: 75vw;
  margin-top: -2.5vw !important;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  box-sizing: border-box;
  background-color: #242424;
  z-index: 200;
  text-align: center;
  color: #fff;
  font-size: 3.5vw;
  font-weight: 900;
  padding: 2.5vw 6.25vw;
}
.song--search__item {
  padding: 5vw 0;
}
.song--search__item:not(:first-child) {
  border-top: 1px solid #707070;
}
.song--search__check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .song--search__check {
    margin-top: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__check {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__check.bt {
    width: 54.5454545455vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__check.bt {
    width: 500px;
  }
}
.song--search__check.bt > label:nth-child(n+4) {
  margin-top: 3.75vw;
}
@media only screen and (min-width: 769px) {
  .song--search__check.bt > label:nth-child(n+4) {
    margin-top: 1.3636363636vw;
  }
}
.song--search__check.bt > label:not(:first-child) {
  margin-left: 2.5vw;
}
@media only screen and (min-width: 769px) {
  .song--search__check.bt > label:not(:first-child) {
    margin-left: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__check.bt > label:not(:first-child) {
    margin-left: 30px;
  }
}
.song--search__check > label:not(:first-child) {
  margin-left: 4.375vw;
}
@media only screen and (min-width: 769px) {
  .song--search__check > label:not(:first-child) {
    margin-left: 4.0909090909vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__check > label:not(:first-child) {
    margin-left: 45px;
  }
}
.song--search__check__input {
  display: none;
}
.song--search__check__input:checked + .song--search__check__text:before {
  background-color: #e72139;
  border: 0.75vw solid #e72139;
}
.song--search__check__input:checked + .song--search__check__text:after {
  display: block;
}
.song--search__check__text {
  display: flex;
  align-items: center;
  position: relative;
}
.song--search__check__text::before {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 5vw;
  height: 5vw;
  border: 0.75vw solid #e5e5e5;
  border-radius: 0.625vw;
}
@media only screen and (min-width: 769px) {
  .song--search__check__text::before {
    width: 2.7272727273vw;
    height: 2.7272727273vw;
    border: 0.3636363636vw solid #e5e5e5;
    border-radius: 0.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__check__text::before {
    width: 30px;
    height: 30px;
    border-width: 4px;
    border-radius: 5px;
  }
}
.song--search__check__text:after {
  box-sizing: border-box;
  content: "";
  display: none;
  position: absolute;
  left: 0.75vw;
  background-image: url(../img/song/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.375vw;
  height: 2.875vw;
}
@media only screen and (min-width: 769px) {
  .song--search__check__text:after {
    width: 1.8181818182vw;
    height: 1.4545454545vw;
    left: 0.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__check__text:after {
    width: 20px;
    height: 16px;
    left: 6px;
  }
}
.song--search__check__text > span {
  display: flex;
  align-items: center;
  width: 20vw;
  height: 4.125vw;
  margin-left: 2.5vw;
}
@media only screen and (min-width: 769px) {
  .song--search__check__text > span {
    width: 10.6363636364vw;
    height: 2.7272727273vw;
    margin-left: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__check__text > span {
    width: 117px;
    height: 30px;
    margin-left: 10px;
  }
}
.song--search__check__text > span.re {
  width: 22.375vw;
}
@media only screen and (min-width: 769px) {
  .song--search__check__text > span.re {
    width: 11.2727272727vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__check__text > span.re {
    width: 124px;
  }
}
.song--search__check__text > span.ba {
  width: 12.5vw;
  height: 3.75vw;
  margin-left: 1.25vw;
}
@media only screen and (min-width: 769px) {
  .song--search__check__text > span.ba {
    width: 7vw;
    height: 1.8181818182vw;
    margin-left: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__check__text > span.ba {
    width: 77px;
    height: 20px;
    margin-left: 10px;
  }
}
.song--search__check__text > span.bas {
  width: 22.5vw;
  height: 4vw;
  margin-left: 1.25vw;
}
@media only screen and (min-width: 769px) {
  .song--search__check__text > span.bas {
    width: 12.8181818182vw;
    height: 1.8181818182vw;
    margin-left: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__check__text > span.bas {
    width: 141px;
    height: 20px;
    margin-left: 10px;
  }
}
.song--search__check__text > span.ex {
  width: 16.25vw;
  height: 3.75vw;
  margin-left: 1.25vw;
}
@media only screen and (min-width: 769px) {
  .song--search__check__text > span.ex {
    width: 9.0909090909vw;
    height: 1.8181818182vw;
    margin-left: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__check__text > span.ex {
    width: 100px;
    height: 20px;
    margin-left: 10px;
  }
}
.song--search__check__text > span.ma {
  width: 17.5vw;
  height: 3.75vw;
  margin-left: 1.25vw;
}
@media only screen and (min-width: 769px) {
  .song--search__check__text > span.ma {
    width: 9.0909090909vw;
    height: 1.8181818182vw;
    margin-left: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__check__text > span.ma {
    width: 100px;
    height: 20px;
    margin-left: 10px;
  }
}
.song--search__check__text > span.re {
  width: 26.25vw;
  height: 3.75vw;
  margin-left: 1.25vw;
}
@media only screen and (min-width: 769px) {
  .song--search__check__text > span.re {
    width: 12.7272727273vw;
    height: 1.8181818182vw;
    margin-left: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__check__text > span.re {
    width: 140px;
    height: 20px;
    margin-left: 10px;
  }
}
.song--search__nav {
  display: none;
}
@media only screen and (min-width: 769px) {
  .song--search__nav {
    width: 77.2727272727vw;
    margin: 2.7272727273vw auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__nav {
    width: 850px;
    margin: 30px auto 30px;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.1818181818vw;
    height: 7.2727272727vw;
    background-color: #4b4b4b;
    border-radius: 100px;
    transition: 300ms;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__nav__item {
    width: 200px;
    height: 80px;
  }
}
.song--search__nav__item.on.new, .song--search__nav__item:hover.new {
  background-color: #fb5f99;
}
.song--search__nav__item.on.pops_anime, .song--search__nav__item:hover.pops_anime {
  background-color: #ff972a;
}
.song--search__nav__item.on.niconico, .song--search__nav__item:hover.niconico {
  background-color: #02c8d3;
}
.song--search__nav__item.on.toho, .song--search__nav__item:hover.toho {
  background-color: #ad59ee;
}
.song--search__nav__item.on.variety, .song--search__nav__item:hover.variety {
  background-color: #4be070;
}
.song--search__nav__item.on.maimai, .song--search__nav__item:hover.maimai {
  background-color: #f64849;
}
.song--search__nav__item.on.gekichu, .song--search__nav__item:hover.gekichu {
  background-color: #3584fe;
}
.song--search__nav__item.on.utage, .song--search__nav__item:hover.utage {
  background-color: #dc39b8;
}
@media only screen and (min-width: 769px) {
  .song--search__nav__item:nth-child(n+5) {
    margin-top: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__nav__item:nth-child(n+5) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__nav__item:not(:nth-child(4n+1)) {
    margin-left: 1.3636363636vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__nav__item:not(:nth-child(4n+1)) {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__nav__img {
    height: 1.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__nav__img {
    height: 19px;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__nav__img.i01 {
    width: 11.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__nav__img.i01 {
    width: 130px;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__nav__img.i02 {
    width: 13.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__nav__img.i02 {
    width: 149px;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__nav__img.i03 {
    width: 12.9090909091vw;
    height: 4.1818181818vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__nav__img.i03 {
    width: 142px;
    height: 46px;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__nav__img.i04 {
    width: 11vw;
    height: 2vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__nav__img.i04 {
    width: 121px;
    height: 22px;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__nav__img.i05 {
    width: 9.1818181818vw;
    height: 4.1818181818vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__nav__img.i05 {
    width: 101px;
    height: 46px;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__nav__img.i06 {
    width: 7vw;
    height: 1.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__nav__img.i06 {
    width: 77px;
    height: 17px;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__nav__img.i07 {
    width: 11.1818181818vw;
    height: 4.1818181818vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__nav__img.i07 {
    width: 123px;
    height: 46px;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__nav__img.i08 {
    width: 5.1818181818vw;
    height: 1.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__nav__img.i08 {
    width: 57px;
    height: 21px;
  }
}
.song--search__input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.625vw;
}
@media only screen and (min-width: 769px) {
  .song--search__input {
    margin-top: 0;
  }
}
.song--search__input:before {
  display: block;
  content: "";
  background-image: url(../img/song/search_lens.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.25vw;
  height: 6.25vw;
  left: 8.75vw;
  position: absolute;
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  .song--search__input:before {
    width: 2.7272727273vw;
    height: 2.7272727273vw;
    left: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__input:before {
    width: 30px;
    height: 30px;
    left: 10px;
  }
}
.song--search__input .clear {
  display: block;
  content: "";
  background-image: url(../img/song/search_del.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  right: 8.75vw;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .song--search__input .clear {
    width: 2.7272727273vw;
    height: 2.7272727273vw;
    right: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__input .clear {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
.song--search__input input {
  position: relative;
  width: 75vw;
  height: 11.25vw;
  border-radius: 100px;
  background-color: #eeeeee;
  margin: 0 auto;
  font-size: 4.5vw;
  padding: 0 10vw;
  display: block;
  font-weight: 900;
}
.song--search__input input::placeholder {
  font-size: 2.25vw;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .song--search__input input {
    width: 40.6363636364vw;
    height: 3.6363636364vw;
    font-size: 1.8181818182vw;
    font-weight: 900;
    padding: 0 4.5454545455vw;
  }
  .song--search__input input::placeholder {
    font-size: 1.2727272727vw;
    font-weight: normal;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__input input {
    width: 447px;
    height: 40px;
    font-weight: 900;
    font-size: 20px;
    padding: 0 50px;
  }
  .song--search__input input::placeholder {
    font-size: 14px;
    font-weight: normal;
  }
}
.song--search__attention {
  margin: 2.5vw auto 0;
  padding: 0 6.25vw;
}
@media only screen and (min-width: 769px) {
  .song--search__attention {
    margin: 0;
    padding: 0;
    margin-left: 2.2727272727vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__attention {
    margin-left: 25px;
  }
}
.song--search__attention__text {
  font-size: 2.5vw;
  padding-left: 1em;
  text-indent: -1em;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.song--search__attention__text:not(:first-child) {
  margin-top: 1.25vw;
}
@media only screen and (min-width: 769px) {
  .song--search__attention__text:not(:first-child) {
    margin-top: 0.1818181818vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__attention__text:not(:first-child) {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__attention__text {
    font-size: 1.0909090909vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__attention__text {
    font-size: 12px;
  }
}
.song--search__attention__key {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75vw;
  margin: 0 3.25vw 0 0.5vw;
}
@media only screen and (min-width: 769px) {
  .song--search__attention__key {
    width: 1.8181818182vw;
    margin: 0 1.2727272727vw 0 0.1818181818vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__attention__key {
    width: 20px;
    margin: 0 14px 0 2px;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.2727272727vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__box {
    margin-top: 25px;
  }
}
.song--search__open {
  position: absolute;
  width: 100%;
  margin: 5vw 0 -8.25vw;
  height: 11.25vw;
  font-size: 4.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  background-color: #e72139;
  position: relative;
  border-radius: 0 0 3.75vw 3.75vw;
  z-index: 100;
  transition: 300ms;
  cursor: pointer;
}
.song--search__open.open {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .song--search__open {
    margin: 3.6363636364vw 0 -4.6363636364vw;
    height: 5.4545454545vw;
    font-size: 2.3636363636vw;
    border-radius: 0 0 2.7272727273vw 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__open {
    margin: 40px 0 -52px;
    height: 60px;
    font-size: 26px;
    border-radius: 0 0 30px 30px;
  }
}
.song--search__open:after {
  display: block;
  content: "";
  position: absolute;
  right: 3.75vw;
  width: 6.25vw;
  height: 6.25vw;
  background-image: url(../img/song/plus.png);
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .song--search__open:after {
    right: 26.3636363636vw;
    width: 2.7272727273vw;
    height: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__open:after {
    right: 290px;
    width: 30px;
    height: 30px;
  }
}
.song--search__detail {
  padding: 0 6.25vw;
  position: relative;
  display: none;
}
@media only screen and (min-width: 769px) {
  .song--search__detail {
    padding: 0 2.2727272727vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__detail {
    padding: 0 25px;
  }
}
.song--search__border {
  width: 100%;
  height: 0.75vw;
  border-radius: 100px;
  background-color: #e5e5e5;
}
@media only screen and (min-width: 769px) {
  .song--search__border {
    height: 0.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__border {
    height: 6px;
  }
}
.song--search__inner {
  margin-top: 5vw;
}
@media only screen and (min-width: 769px) {
  .song--search__inner {
    margin-top: 3.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__inner {
    margin-top: 40px;
  }
}
.song--search__lv {
  margin-top: 3.75vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 769px) {
  .song--search__lv {
    margin-top: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__lv {
    margin-top: 30px;
  }
}
.song--search__lv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  width: 13.75vw;
  height: 11.25vw;
  border-radius: 1.25vw;
  background-color: #4b4b4b;
  font-size: 3.75vw;
}
@media only screen and (min-width: 769px) {
  .song--search__lv__btn {
    width: 5vw;
    height: 4.0909090909vw;
    border-radius: 0.9090909091vw;
    font-size: 1.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__lv__btn {
    width: 55px;
    height: 45px;
    border-radius: 10px;
    font-size: 18px;
  }
}
.song--search__lv__btn.on {
  background-color: #e72139;
}
@media only screen and (max-width: 769px) {
  .song--search__lv__btn:not(:nth-child(5n+1)) {
    margin-left: 1.5vw;
  }
  .song--search__lv__btn:nth-child(n+6) {
    margin-top: 1.875vw;
  }
}
@media only screen and (min-width: 769px) {
  .song--search__lv__btn:not(:nth-child(14n+1)) {
    margin-left: 0.5454545455vw;
  }
  .song--search__lv__btn:nth-child(n+15) {
    margin-top: 1.0909090909vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__lv__btn:not(:nth-child(14n+1)) {
    margin-left: 6px;
  }
  .song--search__lv__btn:nth-child(n+15) {
    margin-top: 12px;
  }
}
.song--search__select {
  margin-top: 3.75vw;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .song--search__select {
    width: 39.0909090909vw;
    margin: 3.75vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__select {
    width: 430px;
    margin: 30px auto 0;
  }
}
.song--search__select__btn {
  box-sizing: border-box;
  font-size: 3vw;
  color: #e72139;
  font-weight: 900;
  width: 36.25vw;
  height: 10vw;
  border: 1vw solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media only screen and (min-width: 769px) {
  .song--search__select__btn {
    width: 18.1818181818vw;
    height: 3.6363636364vw;
    font-size: 1.6363636364vw;
    border: 0.3636363636vw solid #e5e5e5;
    border-radius: 1.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__select__btn {
    width: 200px;
    height: 40px;
    font-size: 18px;
    border-width: 4px;
    border-radius: 20px;
  }
}
.song--search__count {
  width: 75vw;
  height: 15vw;
  margin: 3.75vw auto;
  border: 3px solid #e72139;
  border-radius: 125vw;
  background: linear-gradient(90deg, #e72139 0%, #e72139 50%, #eeeeee 50%, #eeeeee 100%);
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .song--search__count {
    background: linear-gradient(90deg, #e72139 0%, #e72139 40%, #eeeeee 40%, #eeeeee 100%);
    width: 37.8181818182vw;
    height: 7.2727272727vw;
    margin: 2.7272727273vw auto;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__count {
    width: 416px;
    height: 80px;
    margin: 30px auto;
  }
}
.song--search__count__text {
  color: #fff;
  width: 37.5vw;
  height: 110%;
  margin-left: -0.625vw;
  margin-top: -0.625vw;
  font-size: 3vw;
  background-color: #e72139;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .song--search__count__text {
    width: 18.1818181818vw;
    margin-left: -0.4545454545vw;
    margin-top: -0.2727272727vw;
    font-size: 1.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__count__text {
    width: 200px;
    margin-left: -5px;
    margin-top: -3px;
    font-size: 18px;
  }
}
.song--search__count__num {
  width: 37.5vw;
  height: 13.75vw;
  font-size: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  text-align: center;
  color: #e72139;
}
@media only screen and (min-width: 769px) {
  .song--search__count__num {
    width: 19.6363636364vw;
    height: 6.3636363636vw;
    font-size: 2.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__count__num {
    width: 216px;
    height: 70px;
    font-size: 32px;
  }
}
.song--search__count__num > .small {
  margin-top: 1.25vw;
  margin-left: 1.25vw;
  font-size: 2.5vw;
}
@media only screen and (min-width: 769px) {
  .song--search__count__num > .small {
    margin-top: 0.9090909091vw;
    margin-left: 0.9090909091vw;
    font-size: 1.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__count__num > .small {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 18px;
  }
}
.song--search__close {
  width: 6.25vw;
  position: absolute;
  right: 2.5vw;
  bottom: -9.375vw;
}
@media only screen and (min-width: 769px) {
  .song--search__close {
    width: 3.6363636364vw;
    right: 0.9090909091vw;
    bottom: -6.3636363636vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--search__close {
    width: 40px;
    right: 10px;
    bottom: -70px;
  }
}
.song--box {
  margin-top: 6.25vw;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.song--box__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.song--box__title--icon {
  background-image: none;
  width: 13.5vw;
  height: 7vw;
}
@media only screen and (min-width: 769px) {
  .song--box__title--icon {
    width: 12.5454545455vw;
    height: 6.1818181818vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--box__title--icon {
    width: 138px;
    height: 68px;
  }
}
.song--box__tit {
  margin: 0 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .song--box__tit {
    margin: 0 1.2727272727vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--box__tit {
    margin: 0 14px;
  }
}
.song--box.new .song--box__title--icon svg {
  fill: #fb5f99;
}
.song--box.new .song--box__tit {
  width: 28.625vw;
}
@media only screen and (min-width: 769px) {
  .song--box.new .song--box__tit {
    width: 19.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--box.new .song--box__tit {
    width: 216px;
  }
}
.song--box.new:after, .song--box.new:before {
  background-color: #fb5f99;
}
.song--box.pops_anime .song--box__title--icon svg {
  fill: #ff972a;
}
.song--box.pops_anime .song--box__tit {
  width: 36.125vw;
}
@media only screen and (min-width: 769px) {
  .song--box.pops_anime .song--box__tit {
    width: 24.3636363636vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--box.pops_anime .song--box__tit {
    width: 268px;
  }
}
.song--box.pops_anime:after, .song--box.pops_anime:before {
  background-color: #ff972a;
}
.song--box.niconico .song--box__title--icon svg {
  fill: #02c8d3;
}
.song--box.niconico .song--box__tit {
  width: 48.875vw;
}
@media only screen and (min-width: 769px) {
  .song--box.niconico .song--box__tit {
    width: 40.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--box.niconico .song--box__tit {
    width: 448px;
  }
}
.song--box.niconico:after, .song--box.niconico:before {
  background-color: #02c8d3;
}
.song--box.toho .song--box__title--icon svg {
  fill: #ad59ee;
}
.song--box.toho .song--box__tit {
  width: 28.625vw;
}
@media only screen and (min-width: 769px) {
  .song--box.toho .song--box__tit {
    width: 20.3636363636vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--box.toho .song--box__tit {
    width: 224px;
  }
}
.song--box.toho:after, .song--box.toho:before {
  background-color: #ad59ee;
}
.song--box.maimai .song--box__title--icon svg {
  fill: #f64849;
}
.song--box.maimai .song--box__tit {
  width: 18.25vw;
  margin-bottom: 0.75vw;
}
@media only screen and (min-width: 769px) {
  .song--box.maimai .song--box__tit {
    width: 13.5454545455vw;
    margin-bottom: 0.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--box.maimai .song--box__tit {
    width: 149px;
    margin-bottom: 8px;
  }
}
.song--box.maimai:after, .song--box.maimai:before {
  background-color: #f64849;
}
.song--box.variety .song--box__title--icon svg {
  fill: #4be070;
}
.song--box.variety .song--box__tit {
  width: 43.75vw;
}
@media only screen and (min-width: 769px) {
  .song--box.variety .song--box__tit {
    width: 29.2727272727vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--box.variety .song--box__tit {
    width: 322px;
  }
}
.song--box.variety:after, .song--box.variety:before {
  background-color: #4be070;
}
.song--box.gekichu .song--box__title--icon svg {
  fill: #3584fe;
}
.song--box.gekichu .song--box__tit {
  width: 45.125vw;
}
@media only screen and (min-width: 769px) {
  .song--box.gekichu .song--box__tit {
    width: 36.3636363636vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--box.gekichu .song--box__tit {
    width: 400px;
  }
}
.song--box.gekichu:after, .song--box.gekichu:before {
  background-color: #3584fe;
}
.song--box.utage .song--box__title--icon svg {
  fill: #dc39b8;
}
.song--box.utage .song--box__tit {
  width: 11.25vw;
}
@media only screen and (min-width: 769px) {
  .song--box.utage .song--box__tit {
    width: 8.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--box.utage .song--box__tit {
    width: 95px;
  }
}
.song--box.utage:after, .song--box.utage:before {
  background-color: #dc39b8;
}
.song--box__none {
  font-size: 3.75vw;
  margin-top: 5vw;
  line-height: 2;
  font-weight: 900;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .song--box__none {
    font-size: 1.6363636364vw;
    margin-top: 3.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--box__none {
    font-size: 18px;
    margin-top: 40px;
  }
}
.song--item {
  padding: 6.25vw 6.25vw 0;
}
.song--item:last-child .song--item__border {
  display: none;
}
@media only screen and (min-width: 769px) {
  .song--item {
    padding: 4.5454545455vw 3.6363636364vw 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item {
    padding: 50px 40px 0;
  }
}
@media only screen and (min-width: 769px) {
  .song--item__box {
    width: 53.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__box {
    width: 588px;
  }
}
.song--item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.song--item__top.lock:after {
  display: block;
  content: "";
  background-image: url(../img/song/lock.png);
  background-size: contain;
  width: 6.125vw;
  height: 6.125vw;
}
@media only screen and (min-width: 769px) {
  .song--item__top.lock:after {
    width: 4.4545454545vw;
    height: 4.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__top.lock:after {
    width: 49px;
    height: 49px;
  }
}
.song--item__genre.pops_anime {
  width: 35.25vw;
}
@media only screen and (min-width: 769px) {
  .song--item__genre.pops_anime {
    width: 15.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__genre.pops_anime {
    width: 171px;
  }
}
.song--item__genre.toho {
  width: 29.875vw;
}
@media only screen and (min-width: 769px) {
  .song--item__genre.toho {
    width: 13.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__genre.toho {
    width: 148px;
  }
}
.song--item__genre.maimai {
  width: 21.125vw;
}
@media only screen and (min-width: 769px) {
  .song--item__genre.maimai {
    width: 9.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__genre.maimai {
    width: 104px;
  }
}
.song--item__genre.variety {
  width: 41.875vw;
}
@media only screen and (min-width: 769px) {
  .song--item__genre.variety {
    width: 18.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__genre.variety {
    width: 207px;
  }
}
.song--item__genre.niconico {
  width: 54.875vw;
}
@media only screen and (min-width: 769px) {
  .song--item__genre.niconico {
    width: 24.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__genre.niconico {
    width: 273px;
  }
}
.song--item__genre.gekichu {
  width: 51.25vw;
}
@media only screen and (min-width: 769px) {
  .song--item__genre.gekichu {
    width: 23.1818181818vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__genre.gekichu {
    width: 255px;
  }
}
.song--item__genre.utage {
  width: 18vw;
}
@media only screen and (min-width: 769px) {
  .song--item__genre.utage {
    width: 8.3636363636vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__genre.utage {
    width: 92px;
  }
}
.song--item__middle {
  display: flex;
  margin-top: 3.75vw;
}
@media only screen and (min-width: 769px) {
  .song--item__middle {
    margin-top: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__middle {
    margin-top: 10px;
  }
}
.song--item__info {
  width: 46.25vw;
  margin-left: 3.75vw;
}
@media only screen and (min-width: 769px) {
  .song--item__info {
    margin-left: 0;
    width: 100%;
  }
}
.song--item__info.utage {
  position: relative;
}
.song--item__info.utage .song--item__icon {
  background: transparent url(../img/song/utage/icon_buddy.png) no-repeat;
  background-size: contain;
  width: 8.625vw;
  height: 6.625vw;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .song--item__info.utage .song--item__icon {
    width: 5vw;
    height: 4.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__info.utage .song--item__icon {
    width: 55px;
    height: 49px;
  }
}
.song--item__thumb {
  width: 25vw;
  font-size: 0;
}
@media only screen and (min-width: 769px) {
  .song--item__thumb {
    width: 18.1818181818vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__thumb {
    width: 200px;
  }
}
.song--item__tit {
  font-size: 4vw;
  font-weight: 900;
  margin-top: -1vw;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .song--item__tit {
    margin: 0;
    padding: 0;
    font-size: 2.5454545455vw;
    border: none;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__tit {
    font-size: 28px;
  }
}
.song--item__artist {
  font-size: 2.5vw;
  font-weight: 900;
  margin-top: 2.5vw;
}
@media only screen and (min-width: 769px) {
  .song--item__artist {
    font-size: 1.2727272727vw;
    margin-top: 1.0909090909vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__artist {
    font-size: 14px;
    margin-top: 12px;
  }
}
.song--item__artistName {
  font-size: 3vw;
  font-weight: 900;
  margin-top: 1.25vw;
}
@media only screen and (min-width: 769px) {
  .song--item__artistName {
    font-size: 1.4545454545vw;
    margin-top: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__artistName {
    font-size: 16px;
    margin-top: 10px;
  }
}
.song--item__bottom {
  margin-top: 3.75vw;
}
@media only screen and (min-width: 769px) {
  .song--item__bottom {
    margin-top: 1.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__bottom {
    margin-top: 20px;
  }
}
.song--item__lv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.song--item__lv:not(:first-child) {
  margin-top: 1.25vw;
}
@media only screen and (min-width: 769px) {
  .song--item__lv:not(:first-child) {
    margin-top: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__lv:not(:first-child) {
    margin-top: 10px;
  }
}
.song--item__lv:after {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 19vw;
  height: 3.75vw;
}
@media only screen and (min-width: 769px) {
  .song--item__lv:after {
    width: 13.6363636364vw;
    height: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__lv:after {
    width: 150px;
    height: 30px;
  }
}
.song--item__lv.st:after {
  background-image: url(../img/song/inner_st.png);
}
.song--item__lv.dx:after {
  background-image: url(../img/song/inner_dx.png);
}
.song--item__lv.utage .song--item__lv__inner {
  width: 100%;
  flex-wrap: wrap;
}
.song--item__lv.utage .song--item__lv__num {
  background-color: #dc39b8;
  font-size: 4vw;
  width: 37.125vw;
}
@media only screen and (min-width: 769px) {
  .song--item__lv.utage .song--item__lv__num {
    font-size: 2.5454545455vw;
    width: 26.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__lv.utage .song--item__lv__num {
    font-size: 28px;
    width: 292px;
  }
}
.song--item__lv.utage:after {
  display: none;
}
.song--item__lv__inner {
  width: 53.75vw;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .song--item__lv__inner {
    width: 39.0909090909vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__lv__inner {
    width: 430px;
  }
}
.song--item__lv__num {
  width: 10vw;
  height: 7.5vw;
  border-radius: 1.25vw;
  font-size: 4.25vw;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .song--item__lv__num {
    width: 7.2727272727vw;
    height: 5.4545454545vw;
    border-radius: 0.9090909091vw;
    font-size: 3.0909090909vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__lv__num {
    width: 80px;
    height: 60px;
    border-radius: 10px;
    font-size: 34px;
  }
}
.song--item__lv__num:nth-child(1) {
  background-color: #6ed43e;
}
.song--item__lv__num:nth-child(2) {
  background-color: #f7b807;
}
.song--item__lv__num:nth-child(3) {
  background-color: #ff828d;
}
.song--item__lv__num:nth-child(4) {
  background-color: #a051dc;
}
.song--item__lv__num:nth-child(5) {
  border: 0.5vw solid #a051dc;
  color: #a051dc;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .song--item__lv__num:nth-child(5) {
    border-width: 0.3636363636vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__lv__num:nth-child(5) {
    border-width: 4px;
  }
}
.song--item__lv__comment {
  background-color: #dc39b8;
  border-radius: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  font-size: 3vw;
  font-weight: 900;
  margin-top: 1.25vw;
  padding: 2.25vw 1.25vw;
}
@media only screen and (min-width: 769px) {
  .song--item__lv__comment {
    border-radius: 0.9090909091vw;
    justify-content: flex-start;
    font-size: 2.1818181818vw;
    margin-top: 0.9090909091vw;
    padding: 1.6363636364vw 1.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__lv__comment {
    border-radius: 10px;
    font-size: 24px;
    margin-top: 10px;
    padding: 18px 20px;
  }
}
.song--item__copy {
  font-size: 2.25vw;
  margin-top: 2.5vw;
  line-height: 2;
}
@media only screen and (min-width: 769px) {
  .song--item__copy {
    font-size: 0.9090909091vw;
    margin-top: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__copy {
    font-size: 10px;
    margin-top: 10px;
  }
}
.song--item__border {
  width: 100%;
  height: 0.75vw;
  border-radius: 100px;
  background-color: #e5e5e5;
  margin-top: 6.25vw;
}
@media only screen and (min-width: 769px) {
  .song--item__border {
    height: 0.5454545455vw;
    margin-top: 4.5454545455vw;
    width: 140%;
    margin-left: -40%;
  }
}
@media only screen and (min-width: 1100px) {
  .song--item__border {
    height: 6px;
    margin-top: 50px;
  }
}
.song--copy {
  position: relative;
  width: 87.5vw;
  border-radius: 3.75vw;
  box-shadow: 1.75vw 1.75vw 0px 0px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.7);
  margin: 8.75vw auto 0;
  padding: 5.625vw 5vw;
  font-size: 2.5vw;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .song--copy {
    width: 81.8181818182vw;
    border-radius: 2.7272727273vw;
    box-shadow: 1.2727272727vw 1.2727272727vw 0px 0px rgba(0, 0, 0, 0.2);
    padding: 4.0909090909vw get(40, 1100);
    margin-top: 7.2727272727vw;
    font-size: 1.0909090909vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--copy {
    width: 900px;
    border-radius: 30px;
    box-shadow: 14px 14px 0px 0px rgba(0, 0, 0, 0.2);
    padding: 45px 40px;
    margin-top: 80px;
    font-size: 12px;
  }
}
.song--copy .piapro {
  width: 11.875vw;
  height: 2.75vw;
  display: inline-block;
  margin: 0 0.625vw -0.625vw;
  -webkit-backface-visibility: hidden;
  background-image: url("../img/song/piapro_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .song--copy .piapro {
    width: 6.8181818182vw;
    height: 1.6363636364vw;
    margin: 0 0.4545454545vw -0.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .song--copy .piapro {
    width: 75px;
    height: 18px;
    margin: 0 5px -5px;
  }
}

#song--search.m_fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  margin-top: 0;
}

.dl--nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 88.75vw;
  margin: 5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .dl--nav {
    width: 64.2857142857vw;
    margin: 3.5714285714vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--nav {
    width: 900px;
    margin: 50px auto 0;
  }
}
.dl--nav__link {
  display: block;
  box-shadow: 0.625vw 0.625vw 0px rgba(0, 0, 0, 0.2);
  width: 42.75vw;
  height: 10.625vw;
  border-radius: 5.25vw;
  background-color: #4b4b4b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dl--nav__link.on {
  background-color: #e72139;
}
@media only screen and (min-width: 769px) {
  .dl--nav__link {
    transition: 300ms;
    width: 31.7142857143vw;
    height: 4.2857142857vw;
    border-radius: 3vw;
    box-shadow: 0.3571428571vw 0.3571428571vw 0px rgba(0, 0, 0, 0.2);
  }
  .dl--nav__link:hover {
    background-color: #e72139;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--nav__link {
    width: 444px;
    height: 60px;
    border-radius: 42px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 769px) {
  .dl--nav__item:nth-child(n+3) {
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 769px) {
  .dl--nav__item:nth-child(n+4) {
    margin-top: 0.8571428571vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--nav__item:nth-child(n+4) {
    margin-top: 12px;
  }
}
.dl--nav__text.l1 {
  width: 20.25vw;
}
@media only screen and (min-width: 769px) {
  .dl--nav__text.l1 {
    width: 9.5vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--nav__text.l1 {
    width: 133px;
  }
}
.dl--nav__text.l2 {
  width: 31.5vw;
}
@media only screen and (min-width: 769px) {
  .dl--nav__text.l2 {
    width: 14.7857142857vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--nav__text.l2 {
    width: 207px;
  }
}
.dl--pop {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 769px) {
  .dl--pop {
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pop {
    margin-top: 50px;
  }
}
.dl--pop__header .common--header__txt {
  width: 33.25vw;
  height: 4vw;
}
@media only screen and (min-width: 769px) {
  .dl--pop__header .common--header__txt {
    width: 21.6363636364vw;
    height: 2.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pop__header .common--header__txt {
    width: 238px;
    height: 27px;
  }
}
.dl--pop__wrapper {
  width: 75vw;
  margin: 8.75vw auto 0;
}
@media only screen and (min-width: 769px) {
  .dl--pop__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 72.7272727273vw;
    margin: 6.3636363636vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pop__wrapper {
    width: 800px;
    margin: 70px auto 0;
  }
}
@media only screen and (max-width: 769px) {
  .dl--pop__item:not(:first-child) {
    margin-top: 5.625vw;
  }
}
@media only screen and (min-width: 769px) {
  .dl--pop__item {
    width: 34.5454545455vw;
  }
  .dl--pop__item:nth-child(even) {
    margin-left: 3.6363636364vw;
  }
  .dl--pop__item:nth-child(n+3) {
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pop__item {
    width: 380px;
  }
  .dl--pop__item:nth-child(even) {
    margin-left: 40px;
  }
  .dl--pop__item:nth-child(n+3) {
    margin-top: 50px;
  }
}
.dl--pop__head {
  width: 100%;
  height: 5vw;
  font-size: 3.5vw;
  font-weight: 900;
  background-color: #e72139;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .dl--pop__head {
    height: 2.7272727273vw;
    font-size: 1.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pop__head {
    height: 30px;
    font-size: 20px;
  }
}
.dl--pop__thumb {
  display: block;
  width: 100%;
  margin-top: 2.5vw;
  font-size: 0;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .dl--pop__thumb {
    margin-top: 1.8181818182vw;
    transition: 300ms;
  }
  .dl--pop__thumb:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pop__thumb {
    margin-top: 20px;
  }
}
.dl--pop__thumb::after {
  display: block;
  content: "";
  position: absolute;
  width: 10vw;
  height: 10vw;
  background-image: url(../img/common/download.png);
  background-size: contain;
  right: 3.75vw;
  bottom: 3.75vw;
}
@media only screen and (min-width: 769px) {
  .dl--pop__thumb::after {
    width: 4.5454545455vw;
    height: 4.5454545455vw;
    right: 1.8181818182vw;
    bottom: 1.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pop__thumb::after {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }
}
.dl--pop__inner {
  width: 75vw;
  margin: 7.5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .dl--pop__inner {
    width: 72.7272727273vw;
    margin: 3.6363636364vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pop__inner {
    width: 800px;
    margin: 40px auto 0;
  }
}
.dl--pop__text {
  font-size: 2.5vw;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .dl--pop__text {
    font-size: 1.0909090909vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pop__text {
    font-size: 12px;
  }
}
.dl--pn {
  display: flex;
  margin: 7.5vw auto 0;
  width: 87.5vw;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .dl--pn {
    margin-top: 5.4545454545vw;
    width: 73.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pn {
    margin-top: 60px;
    width: 810px;
  }
}
.dl--pn__inner {
  display: flex;
}
.dl--pn__inner.dl--pn__left .dl--pn__arrow:before {
  transform: scale(-1, 1);
}
.dl--pn__center {
  width: 40.25vw;
  display: flex;
}
@media only screen and (min-width: 769px) {
  .dl--pn__center {
    width: 48.1818181818vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pn__center {
    width: 530px;
  }
}
.dl--pn__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75vw;
  height: 8.75vw;
  border-radius: 12.5vw;
  background-color: #4b4b4b;
  box-shadow: 0.625vw 0.625vw 0px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #fff;
  font-size: 3.5vw;
  font-weight: 900;
}
.dl--pn__num.on, .dl--pn__num:hover {
  background-color: #e72139;
}
.dl--pn__num:not(:first-child) {
  margin-left: 1.75vw;
}
@media only screen and (min-width: 769px) {
  .dl--pn__num {
    width: 4.5454545455vw;
    height: 4.5454545455vw;
    box-shadow: 0.4545454545vw 0.4545454545vw 0px 0px rgba(0, 0, 0, 0.2);
    font-size: 1.8181818182vw;
    font-weight: 900;
  }
  .dl--pn__num:not(:first-child) {
    margin-left: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pn__num {
    width: 50px;
    height: 50px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
    font-size: 20px;
  }
  .dl--pn__num:not(:first-child) {
    margin-left: 10px;
  }
}
.dl--pn__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75vw;
  height: 8.75vw;
  border-radius: 12.5vw;
  background-color: #e72139;
  box-shadow: 0.625vw 0.625vw 0px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .dl--pn__arrow {
    transition: transform 300ms;
  }
  .dl--pn__arrow:hover {
    transform: translateY(-5%);
  }
}
.dl--pn__arrow.off {
  background-color: #dcdcdc;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .dl--pn__arrow {
    width: 4.5454545455vw;
    height: 4.5454545455vw;
    box-shadow: 0.4545454545vw 0.4545454545vw 0px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pn__arrow {
    width: 50px;
    height: 50px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  }
}
.dl--pn__arrow:nth-child(2) {
  margin-left: 1.75vw;
}
@media only screen and (min-width: 769px) {
  .dl--pn__arrow:nth-child(2) {
    margin-left: 0.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pn__arrow:nth-child(2) {
    margin-left: 10px;
  }
}
.dl--pn__arrow:before {
  display: block;
  content: "";
  width: 6.875vw;
  height: 6.875vw;
  background-image: url(../img/common/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .dl--pn__arrow:before {
    width: 3.6363636364vw;
    height: 3.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--pn__arrow:before {
    width: 40px;
    height: 40px;
  }
}
.dl--pn__arrow.double:before {
  background-image: url(../img/common/arrow_double.svg);
}
.dl--event {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 769px) {
  .dl--event {
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--event {
    margin-top: 50px;
  }
}
.dl--event__header .common--header__txt {
  width: 51.625vw;
  height: 3.75vw;
}
@media only screen and (min-width: 769px) {
  .dl--event__header .common--header__txt {
    width: 33.4545454545vw;
    height: 2.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--event__header .common--header__txt {
    width: 368px;
    height: 27px;
  }
}
.dl--event__img.i1 {
  width: 75vw;
  margin: 5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .dl--event__img.i1 {
    width: 57.7272727273vw;
    margin: 3.6363636364vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--event__img.i1 {
    width: 635px;
    margin: 40px auto 0;
  }
}
.dl--event__img.i2 {
  width: 75vw;
  margin: 5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .dl--event__img.i2 {
    width: 74.5454545455vw;
    margin: 3.6363636364vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--event__img.i2 {
    width: 820px;
    margin: 40px auto 0;
  }
}
.dl--event__img.i3 {
  width: 75vw;
  margin: 5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .dl--event__img.i3 {
    width: 54.9090909091vw;
    margin: 3.6363636364vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--event__img.i3 {
    width: 604px;
    margin: 40px auto 0;
  }
}
.dl--event__border {
  width: 74.375vw;
  height: 0.75vw;
  background-image: url(../img/play/dash.png);
  background-repeat: repeat-x;
  margin: 12.5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .dl--event__border {
    width: 74.9090909091vw;
    height: 0.6363636364vw;
    margin: 6.3636363636vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--event__border {
    width: 824px;
    height: 7px;
    margin: 70px auto 0;
  }
}
.dl--event__inner {
  width: 75vw;
  margin: 7.5vw auto 0;
}
@media only screen and (min-width: 769px) {
  .dl--event__inner {
    width: 72.7272727273vw;
    margin: 3.6363636364vw auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--event__inner {
    width: 800px;
    margin: 40px auto 0;
  }
}
.dl--event__text {
  font-size: 2.5vw;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .dl--event__text {
    font-size: 1.0909090909vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--event__text {
    font-size: 12px;
  }
}
.dl--event__btn {
  margin-top: 7.5vw;
  width: 75vw;
}
@media only screen and (min-width: 769px) {
  .dl--event__btn {
    margin-top: 5.9090909091vw;
    width: 47.2727272727vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--event__btn {
    margin-top: 65px;
    width: 520px;
  }
}
.dl--event__btn.bt1 {
  height: 15vw;
  margin-top: -11.25vw;
}
@media only screen and (min-width: 769px) {
  .dl--event__btn.bt1 {
    margin-top: -12.7272727273vw;
    margin-bottom: 4.5454545455vw;
    margin-left: 2.7272727273vw;
    width: 54.5454545455vw;
    height: 5.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--event__btn.bt1 {
    margin-top: -140px;
    margin-bottom: 50px;
    margin-left: 30px;
    width: 600px;
    height: 60px;
  }
}
.dl--event__btn.bt1 > span {
  width: 57.875vw;
  margin-left: -5vw;
}
@media only screen and (min-width: 769px) {
  .dl--event__btn.bt1 > span {
    width: 45.0909090909vw;
    margin-left: -1.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .dl--event__btn.bt1 > span {
    width: 496px;
    margin-left: -20px;
  }
}

.ranking--box {
  margin-top: 4.375vw;
}
@media only screen and (min-width: 769px) {
  .ranking--box {
    margin-top: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--box {
    margin-top: 30px;
  }
}
.ranking--box__header--txt {
  color: #0b3871;
  font-size: 3vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  width: 12.5vw;
}
@media only screen and (min-width: 769px) {
  .ranking--box__header--txt {
    font-size: 1.2857142857vw;
    width: 9.0909090909vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--box__header--txt {
    font-size: 18px;
    width: 100px;
  }
}
.ranking--season {
  margin: 2.5vw auto 0;
  width: 75vw;
  position: relative;
  overflow: hidden;
  border-radius: 45px;
}
@media only screen and (min-width: 769px) {
  .ranking--season {
    margin-top: 1.2727272727vw;
    width: 76.7272727273vw;
    border-radius: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--season {
    margin-top: 14px;
    width: 844px;
    border-radius: 30px;
  }
}
.ranking--season__selectbox {
  overflow: hidden;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.ranking--season__selectbox select {
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  padding-right: 1em;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  width: 100%;
}
.ranking--season__selectbox select::-ms-expand {
  display: none;
}
.ranking--season__selectbox.slb {
  background: transparent;
  border: 1vw solid #ececec;
  border-radius: 45px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .ranking--season__selectbox.slb {
    border-width: 0.3636363636vw;
    border-radius: 2.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--season__selectbox.slb {
    border-width: 4px;
    border-radius: 30px;
  }
}
.ranking--season__selectbox.slb select {
  color: #0b3871;
  font-size: 3vw;
  font-weight: 900;
  padding: 2.75vw 0 2.75vw 16.25vw;
}
@media only screen and (min-width: 769px) {
  .ranking--season__selectbox.slb select {
    font-size: 2.1818181818vw;
    padding: 1.1818181818vw 0 1.0909090909vw 26.3636363636vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--season__selectbox.slb select {
    font-size: 24px;
    padding: 13px 0 12px 290px;
  }
}
.ranking--season__btn {
  background-color: #e72139;
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 110%;
  width: 10.75vw;
  padding: 0;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .ranking--season__btn {
    width: 5.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--season__btn {
    width: 60px;
  }
}
.ranking--season__btn:after {
  content: "";
  display: block;
  background: url(../img/common/icon_select.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 4.625vw;
  right: 4.5vw;
  height: 2.25vw;
  width: 2.5vw;
  z-index: 3;
}
@media only screen and (min-width: 769px) {
  .ranking--season__btn:after {
    top: 2.1818181818vw;
    right: 2.1818181818vw;
    height: 1.2727272727vw;
    width: 1.3636363636vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--season__btn:after {
    top: 24px;
    right: 24px;
    height: 14px;
    width: 15px;
  }
}
.ranking--date {
  font-size: 2.75vw;
  margin-top: 3.5vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .ranking--date {
    font-size: 1.4545454545vw;
    margin-top: 1.6363636364vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--date {
    font-size: 16px;
    margin-top: 18px;
  }
}
.ranking--list {
  margin: 2vw auto 0;
  width: 75vw;
}
@media only screen and (min-width: 769px) {
  .ranking--list {
    margin-top: 1.2727272727vw;
    width: 74.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list {
    margin-top: 14px;
    width: 820px;
  }
}
.ranking--list__item {
  padding: 4.5vw 0;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .ranking--list__item {
    padding: 2.7272727273vw 0 2.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__item {
    padding: 30px 0 27px;
  }
}
.ranking--list__item:nth-of-type(n+2):before {
  content: "";
  display: block;
  background-color: #e5e5e5;
  border-radius: 0.5vw;
  height: 1vw;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 769px) {
  .ranking--list__item:nth-of-type(n+2):before {
    border-radius: 0.2727272727vw;
    height: 0.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__item:nth-of-type(n+2):before {
    border-radius: 3px;
    height: 6px;
  }
}
.ranking--list__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ranking--list__rank {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 12.5vw;
}
@media only screen and (min-width: 769px) {
  .ranking--list__rank {
    width: 13.5454545455vw;
    padding-right: 3.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__rank {
    width: 149px;
    padding-right: 42px;
  }
}
.ranking--list__rank .ranking--list__num {
  background-repeat: no-repeat;
  background-size: 100% auto;
  user-select: none;
  height: 6.25vw;
  width: 5.25vw;
}
@media only screen and (min-width: 769px) {
  .ranking--list__rank .ranking--list__num {
    height: 4.5454545455vw;
    width: 3.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__rank .ranking--list__num {
    height: 50px;
    width: 42px;
  }
}
.ranking--list__rank .ranking--list__num:nth-of-type(2n) {
  margin-left: -0.5vw;
}
@media only screen and (min-width: 769px) {
  .ranking--list__rank .ranking--list__num:nth-of-type(2n) {
    margin-left: -0.3636363636vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__rank .ranking--list__num:nth-of-type(2n) {
    margin-left: -4px;
  }
}
.ranking--list__rank .ranking--list__num.num0 {
  background-image: url(../img/ranking/rank_num_sv0.png);
  height: 6.25vw;
  width: 5.375vw;
}
@media only screen and (min-width: 769px) {
  .ranking--list__rank .ranking--list__num.num0 {
    height: 4.5454545455vw;
    width: 3.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__rank .ranking--list__num.num0 {
    height: 50px;
    width: 41px;
  }
}
.ranking--list__rank .ranking--list__num.num1 {
  background-image: url(../img/ranking/rank_num_sv1.png);
  height: 6.375vw;
  width: 5.125vw;
}
@media only screen and (min-width: 769px) {
  .ranking--list__rank .ranking--list__num.num1 {
    height: 4.6363636364vw;
    width: 3.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__rank .ranking--list__num.num1 {
    height: 51px;
    width: 41px;
  }
}
.ranking--list__rank .ranking--list__num.num2 {
  background-image: url(../img/ranking/rank_num_sv2.png);
}
.ranking--list__rank .ranking--list__num.num3 {
  background-image: url(../img/ranking/rank_num_sv3.png);
}
.ranking--list__rank .ranking--list__num.num4 {
  background-image: url(../img/ranking/rank_num_sv4.png);
}
.ranking--list__rank .ranking--list__num.num5 {
  background-image: url(../img/ranking/rank_num_sv5.png);
}
.ranking--list__rank .ranking--list__num.num6 {
  background-image: url(../img/ranking/rank_num_sv6.png);
}
.ranking--list__rank .ranking--list__num.num7 {
  background-image: url(../img/ranking/rank_num_sv7.png);
}
.ranking--list__rank .ranking--list__num.num8 {
  background-image: url(../img/ranking/rank_num_sv8.png);
}
.ranking--list__rank .ranking--list__num.num9 {
  background-image: url(../img/ranking/rank_num_sv9.png);
}
.ranking--list__rank.gold .ranking--list__num.num1 {
  background-image: url(../img/ranking/rank_num_gold1.png);
  height: 6.125vw;
  width: 5vw;
}
@media only screen and (min-width: 769px) {
  .ranking--list__rank.gold .ranking--list__num.num1 {
    height: 4.5454545455vw;
    width: 3.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__rank.gold .ranking--list__num.num1 {
    height: 50px;
    width: 41px;
  }
}
.ranking--list__rank.bronze .ranking--list__num.num0 {
  background-image: url(../img/ranking/rank_num_bz0.png);
  height: 6.25vw;
  width: 5.375vw;
}
@media only screen and (min-width: 769px) {
  .ranking--list__rank.bronze .ranking--list__num.num0 {
    height: 4.5454545455vw;
    width: 3.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__rank.bronze .ranking--list__num.num0 {
    height: 50px;
    width: 43px;
  }
}
.ranking--list__rank.bronze .ranking--list__num.num1 {
  background-image: url(../img/ranking/rank_num_bz1.png);
  width: 5.125vw;
}
@media only screen and (min-width: 769px) {
  .ranking--list__rank.bronze .ranking--list__num.num1 {
    width: 3.7272727273vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__rank.bronze .ranking--list__num.num1 {
    width: 41px;
  }
}
.ranking--list__rank.bronze .ranking--list__num.num2 {
  background-image: url(../img/ranking/rank_num_bz2.png);
}
.ranking--list__rank.bronze .ranking--list__num.num3 {
  background-image: url(../img/ranking/rank_num_bz3.png);
}
.ranking--list__rank.bronze .ranking--list__num.num4 {
  background-image: url(../img/ranking/rank_num_bz4.png);
}
.ranking--list__rank.bronze .ranking--list__num.num5 {
  background-image: url(../img/ranking/rank_num_bz5.png);
}
.ranking--list__rank.bronze .ranking--list__num.num6 {
  background-image: url(../img/ranking/rank_num_bz6.png);
}
.ranking--list__rank.bronze .ranking--list__num.num7 {
  background-image: url(../img/ranking/rank_num_bz7.png);
}
.ranking--list__rank.bronze .ranking--list__num.num8 {
  background-image: url(../img/ranking/rank_num_bz8.png);
}
.ranking--list__rank.bronze .ranking--list__num.num9 {
  background-image: url(../img/ranking/rank_num_bz9.png);
}
.ranking--list__rank.bronze .ranking--list__num.num100 {
  background-image: url(../img/ranking/rank_num_bz100.png);
  width: 14.125vw;
}
@media only screen and (min-width: 769px) {
  .ranking--list__rank.bronze .ranking--list__num.num100 {
    height: 4.6363636364vw;
    width: 10.2727272727vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__rank.bronze .ranking--list__num.num100 {
    height: 51px;
    width: 113px;
  }
}
.ranking--list__dtl {
  margin-left: 3.75vw;
  width: 57.5vw;
}
@media only screen and (min-width: 769px) {
  .ranking--list__dtl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    margin-left: 0;
    width: 60.9090909091vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__dtl {
    width: 670px;
  }
}
.ranking--list__dtl__txt {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-weight: 800;
}
@media only screen and (min-width: 769px) {
  .ranking--list__dtl__txt {
    align-items: center;
  }
}
.ranking--list__dtl__txt .tag {
  background-color: #0b3871;
  border-radius: 1.375vw;
  color: #fff;
  display: inline-block;
  font-size: 2.5vw;
  padding: 0.125vw 0 0.25vw;
  text-align: center;
  width: 10.5vw;
}
@media only screen and (min-width: 769px) {
  .ranking--list__dtl__txt .tag {
    border-radius: 0.6363636364vw;
    font-size: 1.0909090909vw;
    padding: 0.0909090909vw 0;
    margin-top: 0.4545454545vw;
    width: 4.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__dtl__txt .tag {
    border-radius: 7px;
    font-size: 12px;
    padding: 1px 0;
    margin-top: 5px;
    width: 50px;
  }
}
.ranking--list__dtl__txt .name,
.ranking--list__dtl__txt .point {
  font-size: 3.5vw;
  margin-left: 1.875vw;
}
@media only screen and (min-width: 769px) {
  .ranking--list__dtl__txt .name,
.ranking--list__dtl__txt .point {
    font-size: 2.1818181818vw;
    margin-left: 1.8181818182vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__dtl__txt .name,
.ranking--list__dtl__txt .point {
    font-size: 24px;
    margin-left: 20px;
  }
}
.ranking--list__dtl__txt:last-of-type {
  margin-top: 2.75vw;
  padding-top: 2.375vw;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .ranking--list__dtl__txt:last-of-type {
    margin-top: 0;
    padding: 1.6363636364vw 1.0909090909vw 1.6363636364vw 2.5454545455vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__dtl__txt:last-of-type {
    padding: 18px 12px 18px 28px;
  }
}
.ranking--list__dtl__txt:last-of-type:before {
  content: "";
  display: block;
  background: transparent url(../img/ranking/line_dashed_sp.png) no-repeat;
  background-size: 57.5vw auto;
  height: 0.5vw;
  width: 57.5vw;
  position: absolute;
  top: 0;
  right: -0.625vw;
}
@media only screen and (min-width: 769px) {
  .ranking--list__dtl__txt:last-of-type:before {
    background-image: url(../img/ranking/line_dashed_pc.png);
    background-size: 0.3636363636vw auto;
    height: 5.4545454545vw;
    width: 0.3636363636vw;
    right: initial;
    left: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__dtl__txt:last-of-type:before {
    background-size: 4px auto;
    height: 60px;
    width: 4px;
  }
}
@media only screen and (min-width: 769px) {
  .ranking--list__dtl__txt:first-of-type {
    width: 35.4545454545vw;
  }
}
@media only screen and (min-width: 1100px) {
  .ranking--list__dtl__txt:first-of-type {
    width: 390px;
  }
}

/*========================================
*	common
========================================*/
::selection {
  background: #f8e11b;
  color: #ff5264;
}

html,
body {
  height: 100%;
  color: #000;
  background-color: #ffffff;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: 0;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

img,
picture {
  width: 100%;
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 769px) {
  .pc-none {
    display: block;
  }
}

@media only screen and (max-width: 769px) {
  .sp-none {
    display: none;
  }
}

.wrapper {
  position: relative;
  z-index: 2;
}
/*# sourceMappingURL=../maps/style.css.map */