@charset "UTF-8";

/* movie-fluid */
.movie-fluid {
  margin-top: 2em;
}
.movie-fluid-movie {
  position: relative;
}
.movie-fluid-movie::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
/**/
.movie-fluid-movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* video-js 
.movie-fluid-movie > .video-js {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}*/
.movie-fluid-movie > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-fluid-link {
  text-align: center;
}
.movie-fluid-link a {
  color: #333333!important;
  font-weight: bold;
  padding-left: 39px !important;
}
.movie-fluid-link a::before {
  top: 0.6em !important;
  left: 27px !important;
}
@media screen and (max-width: 767px) {
  .movie-fluid {
    padding: 0 6px;
  }
}

/* movie slider */
.swiper-fluid {
  position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  opacity: 0.7;
  background: #bb0211;
  width: 40px;
  height: 80px;
  top: 50%;
  margin-top: -54px;
  z-index: 998;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 30px;
  z-index: 999;
  border: 10px solid transparent;
}
.swiper-button-prev::before {
  border-right: 10px solid #ffffff;
  left: 0;
}
.swiper-button-next::before {
  border-left: 10px solid #ffffff;
  left: 18px;
}

.swiper-button-prev {
  left: -15px;
  border-radius: 0 15px 15px 0;
}
.swiper-button-next {
  right: -15px;
  border-radius: 15px 0 0 15px;
}
.swiper-button-disabled {
  background: #333333;
}
@media screen and (min-width: 768px) {
  .swiper-slide {
    padding: 0 10px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

/* transaction lone */

.transaction-btn-lone {
    display: block;
    background: #e15f48;
    font-size: 2.2rem;
    -moz-box-shadow: 0 3px 0 0 #bcbcbc;
    -webkit-box-shadow: 0 3px 0 0 #bcbcbc;
    -ms-box-shadow:  0 3px 0 0 #bcbcbc;
    box-shadow: 0 3px 0 0 #bcbcbc;
    padding: 0.5em 0;
    margin: 0.5em 0.2em 0 1em;
    position: relative;
    transition: all 0.2s ease-out 0s;
    border-radius: 5px;
}
.transaction-btn-lone span {
    position: relative;
    color: #fff;
    font-weight: bold;    
    display: inline-block;
    vertical-align: middle;
    padding: 6px 0 0 3px;
}

/* hiver */
.transaction-btn-lone:hover {
  background: #ce4c2e;
  -moz-box-shadow: 0 3px 0 0 #ce4c2e;
  -webkit-box-shadow: 0 3px 0 0 #ce4c2e;
  -ms-box-shadow:  0 3px 0 0 #ce4c2e;
  box-shadow: 0 3px 0 0 #ce4c2e;
  text-decoration: none;
}

/* icon */
.transaction-btn-lone::before, 
.transaction-btn-lone::after {
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.transaction-btn-lone::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    background-image: url(/images/icon_wallet.png);
    width: 48px;
    height: 48px;
}
.transaction-btn-lone::after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    background-image: url(/images/icon_arrow_circle.png);
    width: 30px;
    height: 30px;
}

/* sp */
@media screen and (max-width: 950px) {
  .transaction-menu-lone {
    padding-bottom: 1em;
  }
  .transaction-btn-lone {
    max-width: 375px;
    margin: 0.5em auto 1em;
    font-size: 1.9rem;
  }
  .transaction-btn-lone span {
    padding: 2px 6px 0 0;
  }
  .transaction-btn-lone::before {
    width: 34px;
    height: 34px;
  }
.transaction-btn-lone::after {
    width: 20px;
    height: 20px;
    right: 8px;
  }
}
@media screen and (max-width: 370px) {
  .transaction-btn-lone {
    font-size: 1.6rem;
  }
  .transaction-btn-lone::before {
    width: 30px;
    height: 30px;
  }
  .transaction-btn-lone::after {
    width: 18px;
    height: 18px;
    right: 6px;
  }
}
