.wrapper {
  background: url(../../img/bg_blue.png) center top #24b4bf;
}

@media only screen and (max-width: 767px) {
  .wrapper {
    background-size: 42px auto;
  }
}

/* pc <--> sp切り替え
-------------------------------------- */
.view_sp{
  display: none!important;
}
@media only screen and (max-width: 767px) {
  .view_sp{
    display:block!important;
  }
  .view_pc{
    display: none!important;
  }
}

/*--------------------------- top-main
*/
.top-main {
  background-color: #000;
  padding-bottom: 49.33%;
  position: relative;
}
.top-main.is-movie {
  padding-bottom: 56.25%;
}
.top-main.is-movie:before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.top-main-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.top-main-logo {
  left: 1%;
  max-width: 740px;
  position: absolute;
  top: 0;
  width: 49.33%;
  z-index: 10;
}

.top-main-btn__trial {
  bottom: 0;
  left: 4%;
  margin-bottom: 1.3%;
  max-width: 278px;
  position: absolute;
  width: 18.53%;
  z-index: 10;
}

.top-main-label__release {
  bottom: 0;
  margin-bottom: 2.66%;
  max-width: 550px;
  position: absolute;
  right: 0;
  width: 36.66%;
  z-index: 10;
}



.top-main-label__download {
    bottom: 0;
    margin-bottom: 2.66%;
    max-width: 500px;
    position: absolute;
    left: 3%;
    width: 30%;
    z-index: 10;
}
.top-main-label__download:hover{
  transition: .3s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.top-main-label__download.sp{
  display: none;
}



.top-main-label__movie {
  bottom: 7.5vw;
  margin-bottom: 2.66%;
  max-width: 500px;
  position: absolute;
  left: 3%;
  width: 30%;
  z-index: 10;
}
.top-main-label__movie:hover{
transition: .3s;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.top-main-label__movie.sp{
display: none;
}
@media only screen and (min-width: 1760px) {
  .top-main-label__movie {
    bottom: 130px;
  }
}


.top-main-first {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.top-main-first.is-hide {
  opacity: 0;
}
#top-main-first .top-main-bg{
  opacity: 0;
}
#top-main-second .top-main-bg{
  opacity: 0;
}

.none{
  transition: all 1s;
      opacity: 0;
}
.none_firstvisual{
  transition: all 0.2s;
      opacity: 0;
}
.top-main-second,
.top-main-third{
  transition: all 0.3s;
}
.top-main-first .top-main-bg{
  overflow: hidden;
}
.top-main-second .top-main-bg {
  overflow: hidden;
}
.top-main-second video{
  width: 100%;
}
.top-main-first video{
  width: 100%;
}
#top-main-black{
  display: none;
}
.top-main-movie {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.top-main-movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


@media only screen and (max-width: 767px) {
  .top-main-label__download.sp {
    display: block;
    position: relative;
    width: 100%;
    max-width: initial;
    left: 0;
    margin-top: -8%;
    margin-bottom: 0%;
  }
  .top-main-label__download.pc{
    display: none;
  }
  .top-main-label__movie.sp {
    display: block;
    position: relative;
    width: 100%;
    max-width: initial;
    left: 0;
    margin-top: -9.3%;
    margin-bottom: 0.2%;
  }
  .top-main-label__movie.pc{
    display: none;
  }

  .top-main {
    margin-bottom: 15%;
    padding-bottom: 99.86%;
  }
  .top-main.is-movie {
    margin-bottom: 0;
  }

  .top-main-logo {
    display: none;
  }

  .top-main-btn__trial {
    left: 0;
    max-width: none;
    top: 100%;
    width: 100%;
  }

  .top-main-label__release {
    margin-bottom: 4%;
    width: 58%;
  }

}
/*--------------------------- top-lead
*/
.flex{
  display:flex;
}
.attention{
  background: #fff25b;
  text-align: center;
  color: #000;
  padding: 26px 0;
  font-size: 22px;
  font-weight: 500;
}
.attention a:link,
.attention a:hover,
.attention a:visited{
  color:#000;
}
.attention .copy img{
  width: 28px;
  margin-left: 1%;
}
.attention .copy .new{
margin-right: 1%;
}
.attention .copy .new img{
  width: 100%;
  margin-left: 1%;
  margin-right: 5%;

}
.attention .copy{
  justify-content: center;
  align-items: center;
}
.attention a:hover{
  text-decoration: underline !important;
}

.top-lead {
  padding: 5.06% 0;
  text-align: center;
}

.top-lead-heading {
  margin: 0 auto 2.66%;
  max-width: 890px;
  width: 70%;
}
.top-lead-heading.pc{
  display: block;
}
.top-lead-heading.sp{
  display: none;
}

.top-lead-text {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}

.char {
  position: absolute;
}

.char_01 {
  left: 4%;
  margin-top: -2.33%;
  max-width: 205px;
  top: 0;
  width: 13.66%;
}

.char_02 {
  max-width: 193px;
  right: 2%;
  width: 12.86%;
}

@media only screen and (max-width: 1599px) {
  .attention{
    font-size: 1.4vw;
    padding: 2% 0;
  }
  .attention .copy img{
    width:1.5%;
  }
  .top-lead-text {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-lead {
    padding: 8.06% 0 5.06%;
  }

  .top-lead-heading {
    width: 87.73%;
  }
  .attention .copy img {
    width: 4%;
    margin-left: 3%;
  }
  .attention{
    font-size: 3.5vw;
    padding: 4% 0;
  }
  .attention .copy .new {
    margin-right: 3%;
}
  .top-lead-heading.pc{
    display: none;
  }
  .top-lead-heading.sp {
    display: block;
    margin-top: -2%;
    margin-bottom: 6%;
  }

  .top-lead-text {
    font-size: 3.83vw;
  }

  .top-lead .char {
    display: none;
  }
  .attention .copy .new{
  margin-right: 0% !important;
  }
  .attention .copy .new img{
    width: 80%;
    
  }
  .attention .copy{
    font-size: 120%;
  }
}
/*--------------------------- top-games
*/
.top-games-label {
  margin-top: -5.66%;
  max-width: 234px;
  position: absolute;
  right: 4%;
  top: 0;
  width: 15.6%;
  z-index: 10;
}

/* top-games-container */
.top-games-inner {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
}

.top-games-block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  width: 394px;
}

.slick-initialized .top-games-block {
  opacity: 1;
}

.top-games-item {
  border: 5px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.top-games-item.half {
  width: 50%;
}
.top-games-item a {
  display: block;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.top-games-item a:hover{
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-games-item a:hover img{
  box-shadow:7px 5px 23px -3px rgba(0,0,0,0.3);

}
.top-games-name {
  background: rgba(0, 0, 0, .6);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.1vw;
  left: 0;
  opacity: 0;
  padding: 3px 30px 4px 4px;
  position: absolute;
  text-align: right;
  transition: opacity .1s linear;
  white-space: nowrap;
  width: 100%;
}
.top-games-name:after {
  background: url(../img/icon_arrow_right_white.png) no-repeat 0 0;
  background-size: contain;
  content: '';
  display: block;
  height: 58%;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.top-games-item a:hover .top-games-name {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .top-games-label {
    margin-top: -4%;
    width: 30.66%;
  }
}
/*--------------------------- top-nav
*/
.top-nav {
  padding-top: 50px;
  padding-bottom: 30px;
}

.top-nav-btn__games {
  margin: 0 auto 1.8%;
  max-width: 1009px;
  width: 60%;
  transition: .3s;
}
.top-nav-btn__games:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.top-nav-btn__connect {
  position: relative;
  margin: 0 auto 1.8%;
  max-width: 762px;
  width: 50.8%;
  transition: .3s;
}
.top-nav-btn__connect:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.top-nav-btn__discovery {
  position: relative;
  margin: 0 auto;
  max-width: 762px;
  width: 50.8%;
  transition: .3s;
}
.top-nav-btn__discovery:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.top-nav-btn__discovery .new{
  position: absolute;
  width: 10%;
  top: -31%;
  margin-left: 8%;
}
.top-nav-btn__discovery .update{
  position: absolute;
  width: 20%;
  top: -29%;
  margin-left: 5%;
}
.top-nav-btn__connect .update{
  position: absolute;
  width: 20%;
  top: -29%;
  margin-left: 5%;
}
.top-games-icon {
  background: url(../../img/gameicon_scroll.png) repeat-x 0 0;
  height: 118px;
  margin: 30px 0 0;
  width: 100%;
}
.local-nav-list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-left: 26px solid #23191a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0px 0% 0 5%;
  max-width: 800px;
  padding: 0;
  width: 74%;
  border-left: none;
  margin-bottom: 3%;
  padding-bottom: 3%;
}
@media only screen and (max-width: 1599px) {
  .top-nav {
    padding-top: 3.12%;
  }
}
@media only screen and (max-width: 767px) {
  .top-games-icon{
    background:none;
  }
  .top-games-icon img.toys{
    width: 100%;
  }
  .top-nav{
    padding-bottom:15px;
  }
  .top-nav .inner {
    padding:15px 5vw 10px;
  } 
  .top-nav-btn__games {
    width: 100%;
    margin: 0 auto 2%;
  }

  .top-nav-btn__connect {
    width: 90%;
    margin: 0 auto 2%;
  }
  .top-nav-btn__discovery {
    width: 90%;
  }
  .top-nav-btn__discovery .new{
    top: -40%;
  }
  .top-nav-btn__connect .update{
    top: -40%;
  }
  .top-nav-btn__discovery .update{
    top: -40%;
  }
  .top-games-icon {
    -webkit-animation: bgPicScroll2 60s 0s linear infinite;
            animation: bgPicScroll2 60s 0s linear infinite;
    height:inherit;
    margin: 0 auto 0;
    width: 95%;
  }
}
/*--------------------------- top-movie
*/
.top-movie {
  background: #fff;
  padding-top: 2.66%;
  position: relative;
  padding-bottom: 5%;
}

.top-movie:before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#d9d9d9));
  background: linear-gradient(to bottom, white 0%, #d9d9d9 100%);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.movie_contents{
  display: flex;
}
.movie_contents_title{
  width: 20%;
  margin: 0 auto;
  margin-bottom: 2%;
  margin-top: 2%;
}
.top-movie-label{
  position: relative;
}
.movie_new{
  position: absolute;
  top: -9%;
  margin: 0;
  left: 3%;
  width: 22%;
}
.movie01{
  width: 34%;
  margin-left: 15%;
  float: left;
  position: relative;
  margin-right: 1%;
}
.movie02{
  margin-right: 1%;
}
.movie02,
.movie03{
  width: 34%;
}

.top-movie-label {
  margin: 0 auto 2%;
  max-width: 229px;
  position: relative;
  width: 22%;
  margin-top: 2.5%;
}
.movie02 .top-movie-label{
  width: 21%;
}
.movie02 .top-movie-label .new {
  position: absolute;
  top: -91%;
  width: 22%;
  left: 6%;
}
.top-movie-thumb {
  margin: 0 auto;
  max-width: 534px;
  position: relative;
  width: 100%;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
.top-movie-thumb:hover {
  opacity: .9;
}

.top-movie .char {
  position: absolute;
}

.top-movie .char_01 {
  left: 0%;
  margin-top: 3%;
  max-width: 257px;
  width: 16.06%;
}

.top-movie .char_02 {
  right: 0%;
  margin-top: 6.5%;
  max-width: 240px;
  width: 15%;
}

.top-movie .char_sp_01,
.top-movie .char_sp_02,
.top-movie .char_sp_03,
.top-movie .char_sp_04 {
  display: none;
}

.modal-movie-wrapper.info {
  margin-bottom: 30px;
}
.online{
  margin-left: 0%;
  font-weight: normal;
  display: flex;
  align-items:center;
  margin-bottom: 1%;
  margin-top: 1%;
}
.online br.sp{
  display: none;
}
.online a.image{
  width: 13%;
}
.online img{
  width:100%;
}
.online p{
  margin-left: 15px;
}
.online p a:hover{
  text-decoration: underline !important;
  color:#000000;
}
.online p a:visited,
.online p a:link{
  color:#000000;
}


@media only screen and (max-width: 767px) {
  .top-movie {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#d9d9d9));
    background: linear-gradient(to bottom, white 0%, #d9d9d9 100%);
    padding-bottom: 1%;
    padding-top: 5.33%;
  }
  .top-movie .inner{
    padding: 0;
  }

  .top-movie:before {
    display: none;
  }

  .top-movie-label {
    width: 40%;
    margin-left: 30%;
  }

  .top-movie-thumb {
    width: 69.33%;
  }

  .top-movie .char_01,
  .top-movie .char_02 {
    display: none;
  }

  .top-movie .char_sp_01 {
    display: block;
    left: 2.66%;
    margin-top: 17%;
    width: 12%;
  }

  .top-movie .char_sp_02 {
    display: block;
    left: 2.66%;
    margin-top: 83%;
    width: 12.93%;
  }

  .top-movie .char_sp_04 {
    display: block;
    margin-top: 21.5%;
    right: 2.66%;
    width: 14.26%;
  }

  .top-movie .char_sp_03 {
    display: block;
    margin-top: 81.5%;
    right: 4.66%;
    width: 9.6%;
  }
  .local-nav-list {
    margin: 0 auto;
    width: 84.8%;
    margin-left: 15%;
}
  .local-nav{
  padding-bottom: 10%;
  }
  #modal-info .modal-movie-container,
  #modal-info2 .modal-movie-container,
  #modal-info3 .modal-movie-container{
    padding-bottom: 58%;
  }
}
/*--------------------------- top-cta
*/
.top-cta {
  background: #fff;
}

.top-cta-inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 3.7% 20px 0%;
  position: relative;
}

.top-cta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-cta-package {
  margin: 0;
  max-width: 119px;
  width: 11.01%;
}

.top-cta-info-text {
  margin-left: 2.77%;
  width: 48.13%;
}

.top-cta-info-title {
  font-size: 42px;
  font-weight: 900;
  margin: 0 0 10px;
}

.top-cta-info-sub {
  font-size: 17px;
  margin: 0 0 40px;
}

.top-cta-info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-cero {
  max-width: 57px;
  width: 13.57%;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
.logo-cero:hover {
  opacity: .9;
}

.top-cta-info-data {
  margin: 0 0 0 9.52%;
}
.top-cta-info-data dt {
  float: left;
  margin-bottom: 8px;
}
.top-cta-info-data dd {
  margin: 0 0 8px 8em;
}

.top-cta-link {
  width: 37.03%;
}

.top-cta-link-btn {
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
.top-cta-link-btn:hover {
  opacity: .8;
}

.top-cta-link__text a {
  color: #000;
  text-decoration: underline !important;
}

.top-cta-bottom {
  background: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0%;
  padding: 10px 20px 12px;
  position: relative;
  width: 100%;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
.top-cta-bottom:hover {

}

.top-cta-bottom-text {
  margin: 0;
}

.top-cta-bottom-text__link {
  margin: 0;
}
.top-cta-bottom-text__link a {
  color: #000;
}

.top-cta .btn-pagetop {
  margin-top: 1%;
  position: absolute;
  right: 0;
  top: 100%;
}
.local-nav-list{
   border-left: none;
}
.local-nav-list-off{
  border:none;
}
.local-nav-list li:nth-of-type(2){
  width: 41%;
}
.local-nav-list-off.left{
}
.local-nav-logo img:hover{
  opacity: 1;
}
@media only screen and (max-width: 1599px) {
  .top-cta-info-title {
    font-size: 2.625vw;
  }

  .top-cta-info-sub {
    font-size: 1.062vw;
    margin: 0 0 7.69%;
  }

  .top-cta-info-data {
    font-size: 1.062vw;
  }

  .top-cta-bottom-text {
    font-size: 1.062vw;
  }
  .online{
    font-size: 1.062vw;
  }

  .top-cta-bottom-text__link {
    font-size: 1.062vw;
  }

}
@media only screen and (max-width: 767px) {
  .top-cta-inner {
    padding: 8% 4.13%;
  }

  .top-cta-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .top-cta-package {
    width: 15.86%;
  }

  .top-cta-info-text {
    margin-left: 3.46%;
    width: 75%;
  }

  .top-cta-info-title {
    font-size: 5.9vw;
    margin: 0 0 2%;
  }

  .top-cta-info-sub {
    font-size: 2.8vw;
    margin: 0 0 5.2%;
  }

  .logo-cero {
    width: 11.4%;
  }

  .top-cta-info-data {
    font-size: 2.533vw;
    margin: 0 0 0 4.8%;
    width: 83.8%;
  }

  .top-cta-link {
    margin-top: 2.66%;
    max-width: 500px;
    width: 66.66%;
  }

  .top-cta-link__text {
    font-size: 2.533vw;
    text-align: center;
  }

  .top-cta-bottom {
    display: block;
    line-height: 1.6;
    padding: 1.33% 2.66%;
  }

  .top-cta-bottom-text {
    font-size: 2.533vw;
    margin: 0;
  }

  .top-cta-bottom-text__link {
    font-size: 2.533vw;
    text-align: right;
  }
  #top-main-third .top-main-bg{
    top: 22%;
  }

  #top-main-black{
    display: block;
    background: #000;
    transition: all 0.3s;
  }
  #top-main-black .top-main-bg{
    background-size: 8.5% !important;
    background: url(../../games/img/bg.png) center top #24b4bf;;
  }
  .top-movie-label{
    display: inline-block;
  }
  .movie_contents{
    display: block;
  }
  .movie01{
    width: 100%;
    margin-left: 0%;
    margin-bottom: 5%;
  }
  .movie02{
    width: 100%;
    margin-bottom: 5%;
  }
  .movie03{
    width: 100%;
  }
  .movie02 .top-movie-label {
    width: 40%;
    max-width: 1000px;
    margin-left: 30%;
    position: relative;
}

  .local-nav-list {
    margin: 0 auto;
    width: 100%;
    margin-left: 3%;
}
.local-nav-list-off {
  width: 47.5%;
}
.local-nav-list li:nth-of-type(2) {
  width: 47%;
}
.online{
  font-size: 2.533vw;
}
.online a.image{
  width:40%;
}
.online p {
  margin-left: 15px;
  line-height: 1.6em;
}
.online br.sp{
  display: block;
}
}


@media only screen and (max-width: 1270px) {
  .movie02 .top-movie-label .new{
    top: -111%;
  }
}
@media only screen and (max-width: 1000px) {
  .movie02 .top-movie-label .new{
    top: -130%;
  }
}
@media only screen and (max-width: 820px) {
  .movie02 .top-movie-label .new{
    top: -140%;
  }
}
@media only screen and (max-width: 767px) {
  .movie02 .top-movie-label .new{
    top: -70%;
  }
}
@media only screen and (max-width: 767px) {
  .movie02 .top-movie-label .new{
    top: -70%;
  }
}
@media only screen and (max-width: 767px) {
  .movie02 .top-movie-label .new{
    top: -70%;
  }
}
@media only screen and (max-width: 600px) {
  .movie02 .top-movie-label .new{
    top: -90%;
  }
}


.thumbnail .slick-track {
  transform:unset!important;
  }
  .swiper-container .thumbnail-img {
  transform: unset !important;
  margin: 0 8% 0 8%;
      width: 80%;
  }

.swiper-wrapper p{
  text-align: center;
  font-weight: bold;
  font-size: 120%;;
}
.slider_title{
  width: 25%;
  margin: 0 auto;
  margin-top: 3%;
  margin-bottom: 3%;
}
.slider_title img{
  width: 100%;
}
.swiper-container .thumbnail-img img{
  width: 100%;
  -webkit-box-shadow: 4px 4px 16px rgb(0 0 0 / 20%);
box-shadow: 4px 4px 16px rgb(0 0 0 / 20%);
}

.swiper-container .thumbnail-img img{
  border: 8px #fff solid;
}
.swiper-container .swiper-slide-thumb-active .thumbnail-img img{
  border: 8px #ffff01 solid;
}
.swiper-container .thumbnail-img:hover {
  cursor: pointer;
}
.swiper-container.slider-thumbnail{
  width:50% !important;
  margin:0 auto;
}
.thumbnail .slick-current {
  opacity: 1;
}
.slider .modal-movie-container {
  margin: 0 auto;
  max-width: 1300px;
  padding-bottom: 51.9%;
  position: relative;
  width: 90.6%;
}
.slider{
  margin-bottom: 2%;
}

.slider2 .modal-movie-container {
  margin: 0 auto;
  max-width: 1300px;
  padding-bottom: 43%;
  position: relative;
  width: 75.6%;
}
.slider2{
  display: none;
  margin-bottom: 2%;
}
.slider2.slick-initialized{
  display: block; 
}
.movie_sp{
  display: none;
}
@media only screen and (max-width: 767px) {
.movie_pc{
  display: none;
}
.movie_sp{
  display: block;
}
.slider{
  margin-top: 6%;
}
.swiper-container.slider-thumbnail{
  width: 100% !important;
}
.slider .modal-movie-container{
  width: 100%;
}
.slider_title{
  width: 50%;
  margin-bottom: 6%;
  margin-top: 7%;
}
.modal-title_movie{
  font-size: 5.933vw;
}
.movie_contents_title{
  width: 50%;
}
.movie_sp_swiper{
  overflow:hidden;
}
.swiper-wrapper p{
  font-size: 100%;
}
.swiper-container .thumbnail-img img{
  border: 4px #fff solid;
}
.swiper-container .swiper-slide-thumb-active .thumbnail-img img{
  border: 4px #ffff01 solid;
}
.movie_sp_swiper .top-movie-thumb{
  width: 90%;
}
.movie_contents_title{
  margin-bottom: 5%;
}
.movie_sp_swiper .top-movie-label{
  width: 24%;
  margin-top: 3%;
  margin-left: 37%;
}
.movie_sp_swiper .top-movie-label img{
  width:90px;
  height: 21px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  content: '' !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: 0 !important;
}
.swiper-button-next, .swiper-button-prev{
  width: 13% !important; 
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: 0px !important;
  right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
}
}