@charset "utf-8";

#wrapper{}

.content{
  width:100%;
  margin-top:2%;
}
.content img{
  width:100%;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .content{
    margin-top:2%;
  }
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
  .content{
    margin-top:10%;
  }
}



.btn_web-manual{
}
.btn_web-manual div{
  width: 30%;
  margin:20px auto;
}
.pic_img04 {
  text-align: right;
}
.pic_img04 img{
  width:40%;
}
.banner-area div{
  width:50%;
  float:left;
  position: relative;
  padding:5%;
}
.banner-area div div{
  position: absolute;
  bottom:3%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.btn_lightuptheater{
  width:60%;
  margin:0 auto 10%;
}

.slider-bg-black{
  background: linear-gradient(to top, #000, #262626, #000);
  background: -webkit-linear-gradient(top, #000, #262626, #000);
  background: -moz-linear-gradient(top, #000, #262626, #000);
  background: -o-linear-gradient(top, #000, #262626, #000);
  background: -ms-linear-gradient(top, #000, #262626, #000);
}
.slider-bg-gray{
  background: linear-gradient(to top, #6d768b, #8993aa, #6d768b);
  background: -webkit-linear-gradient(top, #6d768b, #8993aa, #6d768b);
  background: -moz-linear-gradient(top, #6d768b, #8993aa, #6d768b);
  background: -o-linear-gradient(top, #6d768b, #8993aa, #6d768b);
  background: -ms-linear-gradient(top, #6d768b, #8993aa, #6d768b);
}
.pic_slide-bg{
  background-image: url(../img/pic_slide-bg@2x.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.pic_img06{
  width:80%;
  margin:10% auto 3%;
}

.slider{
  padding:3% 0;
}

.slider-title{
  width:50%;
  margin:0 auto;
}





.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .swiper-container {
    width:1032px;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .swiper-container {
    width:80%;
  }
  .swiper-container img{
    width:100%;
  }
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  padding-bottom: 20px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 9999;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .swiper-button-prev,
  .swiper-button-next{
    top:40%;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .swiper-button-prev,
  .swiper-button-next{
    top:35%;
  }
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .swiper-button-prev{
    left:50px;
  }
  .swiper-button-next{
    right:50px;
  }
  .swiper-button-prev img,
  .swiper-button-next img{
    width:35px;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .swiper-button-prev{
    left:10px;
  }
  .swiper-button-next{
    right:10px;
  }
  .swiper-button-prev img,
  .swiper-button-next img{
    width:20px;
    fill:#fff;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .swiper-pagination {
    margin-bottom:-10px;
  }
}
.swiper-pagination-bullet {
  display: inline-block;
  border-radius: 100%;
  opacity: 1.0;
}
#theater-w ..swiper-pagination-bullet {
  background: #c1b8bc;
}
#theater-b .swiper-pagination-bullet {
  background: #ccc;
}
#theater-w .swiper-pagination-bullet-active{
  background: #000;
}
#theater-b .swiper-pagination-bullet-active{
  background: #ff0000;
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .swiper-pagination {
    position: relative;
    bottom: 0;
  }
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}

.btn-light{
    display:block;
    background-image:url("../img/btn-ttm-api.jpg");
    background-size:100%;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border:0 !important;
    color:#000 !important;
    font-weight:bold !important;
    border-radius:0 !important;
    text-align: center;
}
.btn-light:hover,
.btn-light::visited,
.product div .btn_api::visited{
    background-color: transparent !important;
    border:0 !important;
    color:transparent !important;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
    .btn-light{
     width:100%;
     height:120px;
     line-height:150px !important;
    }
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
    .btn-light{
     width:100%;
     height:40px;
     font-size:10px !important;
     line-height:40px !important;
    }
}
