@charset "UTF-8";

.swiper-button-disabled{
  display: none !important;
}


.swiper-wrapper{
  flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
  margin: 0 !important;
}

.swiper-container_wrap{
  position: relative;
  width: 100%;
}

.swiper-container_wrap .cms_list_area .cms_list{
  padding: 0 !important;
}

.swiper-container_wrap .cms_list_area .cms_list_in{
  padding: 0 !important;
}


.swiper-container_wrap .arrow_obj{
  width: 100% !important;
}

.swiper-container_wrap .arrow_obj_wrap{
  width: 100%;
}


/* sp */

.swiper-pagination_wrap{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
}

.swiper-pagination{
  position: relative;
  line-height: 0;
  text-align: center;
  width: 100%;
  padding: 0 0 0 0;
  z-index: 3;
}



.swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #ba1532;
  -ms-filter: "alpha(opacity=30)" ;
	-khtml-opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;	
  margin: 0 10px 0 0;
}

.swiper-pagination .swiper-pagination-bullet:last-child{
  margin: 0;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  -ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}

/*
------------------------------------ .swiper-container_wrap.type_normal ------------------------------------
*/

/* .swiper-container_wrap.type_normal .swiper-container */

.swiper-container_wrap.type_normal{
  padding: 0 0px;
}

.swiper-container_wrap.type_normal .swiper-container{
}

.swiper-container_wrap.type_normal .swiper-wrapper{
  z-index: 3; 
}

.swiper-container_wrap.type_normal .swiper_arrow_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-container_wrap.type_normal .swiper_arrow_wrap_in{
  height: 100%;
  position: relative;
}

.swiper-container_wrap.type_normal .swiper-button-prev,
.swiper-container_wrap.type_normal .swiper-button-next{
  cursor: pointer;
  height: auto;
  width: 35px;
  height: 65px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  overflow:  hidden;
  white-space: nowrap;
  text-indent: 200%;
  background-image: url(../img/icon/arrow01_white@2x.gif);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

.swiper-container_wrap.type_normal .swiper-button-prev{
  left: 0;
}

.swiper-container_wrap.type_normal .swiper-button-next{
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg);
  right: 0;
}

.swiper-container_wrap.type_normal .swiper_arrow_wrap_in{
  position: relative;
  height: 100%;
}

/* pad以下 */
@media screen and (max-width: 900px) {
  .swiper-container_wrap.type_normal{
    padding: 0 0px;
  }
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 900px) {
}

/* sp */
@media screen and (max-width: 700px) {
}

/*
------------------------------------ .swiper-container_wrap.type_top ------------------------------------
*/

.swiper-container_wrap.type_top{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-container_wrap.type_top .swiper-container,
.swiper-container_wrap.type_top .swiper-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-container_wrap.type_top .swiper-slide{
  position: relative;
  width: 100%;
  height: 100%;
}
