@charset "utf-8";

/* =============================================================================
   swiper
   ========================================================================== */

    .swiper {
      width: 100%;
      margin: 24px 0;
      padding: 0;
      height: 360px;
    }

    .swiper-slide {
      width: 998px;
      height: 323px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 998px;
      height: 323px;
    }

.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #f0e6dd;
	border: 1px solid #b99378;
	border-radius: 11px;
	margin: 0 2px !important; 
	transition: all 1s ease;
	box-sizing: border-box;
  }

.swiper-pagination-bullet-active{
    background-color: #2b95cb;
}

.swiper h1 {
	position:relative;
	width:488px;
	height:59px;
	margin:-222px auto 0 auto;
	background:url(../images/top/text_promotion.png) no-repeat top center;
	line-height:4;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
	z-index:20;
}

