@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 .arrow_obj{
  width: 100% !important;
}

.normal .swiper-container_wrap .arrow_obj_wrap:hover .arrow_obj:before,
.normal .swiper-container_wrap .arrow_obj_wrap:hover .arrow_obj:after{
  background-color: #cccccc;
}

.swiper-container_wrap .arrow_obj_wrap{
  width: 100%;
}


/* sp */

.swiper-pagination_wrap{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

.swiper-pagination{
  position: relative;
  line-height: 0;
  text-align: center;
  width: 100%;
  padding: 0 0 0 0;
}



.swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #cdcdcd;
  -ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
  margin: 0 12px 0 0;
}

.swiper-pagination .swiper-pagination-bullet:last-child{
  margin: 0;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #0765bd;
}

/*
------------------------------------ .swiper-container_wrap.type01 ------------------------------------
*/

/* .swiper-container_wrap.type01 .swiper-container */

.swiper-container_wrap.type01{
  padding: 0 0 40px 0;
}

.swiper-container_wrap.type01 .swiper-container{
}

.swiper-container_wrap.type01 .swiper-wrapper{
  z-index: 3; 
}

.swiper-container_wrap.type01 .swiper_arrow_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 40px 0;
}

.swiper-container_wrap.type01 .swiper_arrow_wrap_in{
  height: 100%;
  position: relative;
}

.swiper-container_wrap.type01 .swiper-button-prev,
.swiper-container_wrap.type01 .swiper-button-next{
  background-image: none !important;
  height: auto;
  width: 22px;
  height: 22px;
  border-left: 4px solid #0765bd;
  border-bottom: 4px solid #0765bd;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  overflow:  hidden;
  white-space: nowrap;
  text-indent: 200%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: none !important;
  transform-origin: 50% 50%;
}

.swiper-container_wrap.type01 .swiper-button-prev{
  left: -30px;
  transform: rotate(45deg);
}

.swiper-container_wrap.type01 .swiper-button-next{
  right: -30px;
  transform: rotate(-135deg);
}

.swiper-container_wrap.type01 .swiper_arrow_wrap_in{
  position: relative;
  height: 100%;
}

/* pad以下 */
@media screen and (max-width: 1160px) {
  .swiper-container_wrap.type01{
    padding-left: 30px;
    padding-right: 30px;
  }
  .swiper-container_wrap.type01 .swiper-button-prev{
    left: 0px;
  }
  .swiper-container_wrap.type01 .swiper-button-next{
    right: 0px;
  }
}

/* pad以下 */
@media screen and (max-width: 900px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 900px) {
}

/* sp */
@media screen and (max-width: 700px) {
}

/*
------------------------------------ .swiper-container_wrap.type_main ------------------------------------
*/

.swiper-container_wrap.type_main{
  background-color: #ffffff;
}

.swiper-container_wrap.type_main .swiper-wrapper{
  -webkit-align-items: stretch;
  align-items: stretch;
}



.swiper-slide{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
}

.swiper-container_wrap.type_main .top_slide_block{
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
}

.swiper-container_wrap.type_main .top_slide_text{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px;
  min-width: 415px;
  height: 435px;
}

.swiper-container_wrap.type_main .top_slide_image{
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.swiper-container_wrap.type_main .top_slide_image .img_cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-container_wrap.type_main .top_visual_title01{
  text-align: center;
  margin: 0 0 65px 0;
}

.swiper-container_wrap.type_main .top_visual_title01 .image{
  display: block;
  line-height: 0;
  margin: 0 0 13px 0;
  
}

.swiper-container_wrap.type_main .top_visual_title01 .text{
  font-size: 22px;
  line-height: 1;
  font-weight:900;
}

.swiper-container_wrap.type_main .top_visual_title01 .image:last-child{
  margin-bottom: 0;
}

.swiper-container_wrap.type_main .top_visual_title02{
  font-size: 26px;
  outline-width: 1.42;
  letter-spacing: 0.02em;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1020px) {
  
  /*.swiper-container_wrap.type_main .top_slide_block{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .swiper-container_wrap.type_main .top_slide_text{
    -webkit-order: 2;
    order: 2;
    width: 100%;
    height: auto;
  }
  
  .swiper-container_wrap.type_main .top_slide_image{
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  
  .swiper-container_wrap.type_main .top_slide_image .img_cover{
    position: static;
    padding-bottom: 66.6%;
  }
  
  .swiper-container_wrap.type_main .top_visual_title01{
    margin: 0 0 20px 0;
  }*/
  
  .swiper-container_wrap.type_main .top_slide_text{
    min-width: 50%;
    height: auto;
  }
  
  .swiper-container_wrap.type_main .top_visual_title02{
    font-size: 20px;
  }
  
  .swiper-container_wrap.type_main .top_visual_title01{
    margin: 0 0 20px 0;
  }
  
}

@media screen and (max-width: 700px) {
  .swiper-container_wrap.type_main .top_slide_block{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .swiper-container_wrap.type_main .top_slide_text{
    -webkit-order: 2;
    order: 2;
    width: 100%;
    height: auto;
  }
  
  .swiper-container_wrap.type_main .top_slide_image{
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  
  .swiper-container_wrap.type_main .top_slide_image .img_cover{
    position: static;
    padding-bottom: 66.6%;
  }
  
  .swiper-container_wrap.type_main .top_visual_title01 .text{
    font-size: 14px;
  }
  
  .swiper-container_wrap.type_main .top_visual_title02{
    font-size: 16px;
  }
  
  .swiper-container_wrap.type_main .top_visual_title01 .image{
    width: 100px;
    margin: 0 auto;
  }
  
  .swiper-container_wrap.type_main .color_marche .top_visual_title01 .image{
    width: 30px;
    margin: 0 auto;
  }
  
  .swiper-container_wrap.type_main .top_visual_title01{
    margin: 0 0 10px 0;
  }
  
  .swiper-container_wrap.type_main .top_slide_text{
    padding: 10px;
  }
  
}

