#container .usj {
  padding: 40px 32px;
}
#container .usj__note {
  padding: 0 32px 16px;
}
@media screen and (max-width: 759.98px) {
  #container .usj__note {
    padding-bottom: 4vw;
  }
}
.ush__wrap {
  background: url("../images/band_bg.gif");
}
.ush__mv img {
  width: 100%;
  vertical-align: top;
}
.ush__info {
  background-image: url("../images/ush_bg.png");
  background-repeat: repeat-x;
  background-size: contain;
  text-align: center;
  padding: 54px 80px 222px;
}
@media screen and (max-width: 759.98px) {
  .ush__info {
    padding: 25px 15px 125px;
    background-image: url("../images/ush_bg_sp.png");
  }
}
.ush__lead {
  margin: 30px 0 75px;
}
@media screen and (max-width: 759.98px) {
  .ush__lead {
    margin: 20px 0 35px;
  }
}
.ush__lead--txt {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 759.98px) {
  .ush__lead--txt {
    font-size: 14px;
    padding: 0 34px;
  }
}
section.ush {
  position: relative;
  z-index: 3;
}
.ush__btn {
  display: block;
  margin: 0 auto 72px;
  max-width: 560px;
  width: 100%;
}
.ush__btn:hover {
  -webkit-animation: hoverJump 0.35s ease;
          animation: hoverJump 0.35s ease;
}
@media screen and (max-width: 759.98px) {
  .ush__btn {
    padding: 0 15px;
    margin: 0 auto 40px;
  }
}
.ush__x-scroll {
  width: 100%;
  overflow: hidden;
  margin-top: -195px;
}
@media screen and (max-width: 759.98px) {
  .ush__x-scroll {
    margin-top: -99px;
  }
}
.ush__x-scroll_inner {
  display: -webkit-box;
  display: flex;
  -webkit-animation: 55s linear infinite xScroll;
          animation: 55s linear infinite xScroll;
}
.ush__x-scroll_block {
  display: -webkit-box;
  display: flex;
  width: 2600px;
}
.ush__x-scroll_item {
  width: 480px;
  height: 320px;
  margin: 20px;
}
@media screen and (max-width: 759.98px) {
  .ush__x-scroll_item {
    width: calc((240 / 375) * 100vw);
    height: calc((160 / 375) * 100vw);
    margin: calc((10 / 375) * 100vw);
  }
}
@-webkit-keyframes ush_bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}
@keyframes ush_bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}
@-webkit-keyframes xScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2600px);
            transform: translateX(-2600px);
  }
}
@keyframes xScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2600px);
            transform: translateX(-2600px);
  }
}
