/*----------------------------------------
    Slider
----------------------------------------*/
.swiper-pagination {
  bottom: 15px;
}

.swiper-pagination-bullet {
  background: #f1f4f9;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #12256b;
}

.btn_next, .btn_prev {
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
  transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
}

.btn_next a, .btn_prev a {
  display: block;
}

.container_slide {
  position: relative;
}

.main_visual {
  overflow: hidden;
  position: relative;
  height: 360px;
}

.main_visual .slider {
  z-index: 1;
}
.main_visual .slider_campain {
  z-index: 2;
}

.main_visual .btn_prev {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-top: 0;
  background: none;
}
.main_visual .btn_prev:after {
  content:"";
  position: absolute;
  width: 27px;
  height: 52px;
  top: 50%;
  right: 25px;
  margin-top: -26px;
  background: url(/common/img/slide/btn-prev.png) no-repeat right center;
}
.main_visual .btn_prev.current:after {
  background: none;
}
.main_visual .btn_next {
  background: none;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  margin-top: 0;
}
.main_visual .btn_next:after {
  content:"";
  position: absolute;
  width: 27px;
  height: 52px;
  top: 50%;
  left: 25px;
  margin-top: -26px;
  background: url(/common/img/slide/btn-next.png) no-repeat left center;
}
.main_visual .btn_next.current:after {
  background: none;
}
.main_visual .btn_prev:hover,
.main_visual .btn_next:hover {
  background: rgba(255,255,255,0.3);
}
@media (max-width: 767px) {
.main_visual .btn_next {
  background: none;
  width: 15%;
  height: 100%;
  right: -15%;
  margin-top: 0;
  top: 0;
}
.main_visual .btn_prev {
  background: none;
  width: 15%;
  height: 100%;
  left: -15%;
  margin-top: 0;
  top: 0;
}
.main_visual .btn_next:after {
  content:"";
  position: absolute;
  width: 40%;
  height: 52px;
  top: 50%;
  left: 15%;
  margin-top: -26px;
  background: url(/common/img/slide/btn-next.png) no-repeat left center;
  background-size: 100% auto;
}
.main_visual .btn_prev:after {
  content:"";
  position: absolute;
  width: 40%;
  height: 52px;
  top: 50%;
  right: 15%;
  margin-top: -26px;
  background: url(/common/img/slide/btn-prev.png) no-repeat right center;
  background-size: 100% auto;
}
.main_visual .btn_prev:hover,
.main_visual .btn_next:hover {
  background: none;
}
}
.slider, .slider_campain {
  width: 580px;
  margin: 0 auto;
  overflow: visible;
  position: absolute;
  left: 50%;
  margin-left: -290px;
}

.slider .swiper-slide, .slider_campain .swiper-slide {
  text-align: center;
  overflow: hidden;
}

.slider .swiper-slide img, .slider_campain .swiper-slide img {
	width: 100%;
	height: auto;
}

.slider .swiper-slide:after, .slider_campain .swiper-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 300%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.slider .swiper-slide.current:after, .slider_campain .swiper-slide.current:after {
  background: none;
}

.slider .swiper-slide a, .slider_campain .swiper-slide a {
  display: block;
}
.swiper-slide.swiper-slide-active:after {
  opacity: 0;
  display: none;
}
#main_slider .swiper-slide.swiper-slide-active {
  background: #ffffff;
}
.btn_area {
	position: absolute;
  right: 16px;
  top: 20px;
  z-index: 4;
  font-size: 0;
	width: 25%;
	max-width: 300px;
	overflow: hidden;
}
.btn_campaign, .btn_gallery {
	width: 50%;
	float: left;
	max-width: 150px;
}
.btn_area img {
  width: 100%;
	height: auto;
}
@media (min-width: 768px) and (max-width: 1250px) {
.btn_area {
  width: 19%;
	right: 8px;
} 
}
.tablet_area .btn_area {
  width: 20%;
	right: 6px;
}

/*.btn_campaign, .btn_gallery {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}*/
/*.tablet_area .btn_campaign {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
.btn_campaign.slow {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.btn_gallery {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}*/

.btn_campaign {
  z-index: 3;
	cursor: default;
}
.btn_campaign a, .btn_gallery a {
  display: block;
}

/*----------------------------------------
    .slider_plan
----------------------------------------*/
.slider_box {
  position: relative;
  padding: 58px 0 70px;
}
.slider_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/bg-content_top.png) top left;
  width: 340px;
  height: 130px;;
}
.slider_box:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/top/bg-content_bottom.png) right bottom;
  width: 340px;
  height: 130px;;
}
.title_area {
  position: relative;
  text-align: center;
}
.title_area a {
  color: #12256b;
}
.title_area .title_item,
.title_area .notice_left,
.title_area .notice_right {
  display: inline-block;
}
.title_area .title_item span {
  font-size: 28px;
  font-weight: bold;
}
.title_area .title_item {
  padding: 5px 110px;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
.title_area .notice_left a,
.title_area .notice_right a {
  display: block;
}
.title_area .notice_left span,
.title_area .notice_right span {
  border-bottom: 1px dotted #12256b;
  padding-bottom: 5px;
  display: inline-block;
}
.title_area .notice_left {
  position: absolute;
  left: 70px;
  top: 0;
  margin-top: 13px;
}
.title_area .notice_right {
  position: absolute;
  right: 70px;
  top: 0;
  margin-top: 13px;
}

.slider_plan .swiper-pagination {
  position: absolute;
  top: 10%;
  height: 23px;
}

.slider_plan .btn_prev_plan {
  background-image: url(/common/img/slide/btn-prev_blue.png);
  width: 27px;
  height: 52px;
  left: 0;
  top: 0;
  margin-top: 0;
}

.slider_plan .btn_next_plan {
  background-image: url(/common/img/slide/btn-next_blue.png);
  width: 27px;
  height: 52px;
  right: 0;
  top: 0;
  margin-top: 0;
}
.slider_plan .btn_prev_plan:hover,
.slider_plan .btn_next_plan:hover {
	opacity: 0.7;
}

@media (max-width: 767px) {
.main_visual {
  overflow: hidden;
  position: relative;
  height: auto;
}
  /*  Slider Main
  ----------------------------------------*/
 
  .main_visual .swiper-slide img {
    width: 100% !important;
    height: auto !important;
  }
  .slider, .slider_campain {
    width: 80%;
    margin: 0 auto;
    overflow: visible;
		-webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          ms-transform: translateX(-50%);
  }
  .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
  .main_visual .swiper-pagination {
    bottom: 7px;
  }
  .btn_campaign, .btn_campaign.slow, .btn_gallery {
    position: static;
    right: auto;
    top: auto;
  }
	.btn_campaign:hover img, .btn_gallery:hover img{
    opacity: 1;
  }
  
  .btn_campaign img, .btn_gallery img {
    width: 100%;
    height: auto;
  }
	.btn_area {
	position: static;
  right: auto;
  top: auto;
	width: 100%;
	max-width: none;
	overflow: hidden;
}
.btn_campaign, .btn_gallery {
	width: 50%;
	float: left;
	max-width: none;
}
  /* Plan Title */
  .slider_box:before,
  .slider_box:after {
    display: none;
  }
  .slider_box {
    background: #e3e6e8;
    padding: 30px 0;
  }
  .title_area .title_item span {
    font-size: 18px;
  }
  .title_area .notice_left {
    width: 32%;
    left: 18px;
    margin-top: 50px;
  }
  .title_area .notice_right {
    width: 32%;
    right: 18px;
    margin-top: 50px;
  }
  .title_area .notice_left span, .title_area .notice_right span {
    font-size: 92%;
    padding-bottom: 0;
    border-bottom: none;
    font-weight: bold;
  }
  .title_area .title_item, .title_area .notice_left, .title_area .notice_right {
    display: block
  }
  .title_area .title_item {
    padding: 0;
    border: 0;
  }
  .slider_plan .btn_prev_plan {
    background-image: url(/common/img/slide/btn-prev_blue.png);
    width: 22px;
    height: 40px;
    left: -5px;
    top: 40px;
    background-size: 50%;
  }
  .slider_plan .btn_next_plan {
    background-image: url(/common/img/slide/btn-next_blue.png);
    width: 22px;
    height: 40px;
    right: -5px;
    top: 40px;
    background-size: 50%;
  }
	.slider_plan .btn_prev_plan:hover,
  .slider_plan .btn_next_plan:hover {
	  opacity: 1;
  }
  .slider_plan .swiper-pagination {
    top: 0;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: 30px;
  }
}
a.btn_gallery:hover,
a.btn_campaign:hover {
  opacity: 1;
}
a.btn_gallery:hover img,
a.btn_campaign:hover img {
  opacity: 1;
}