/*==============================
#main
==============================*/
#main article {
  width: 100%;
  position: relative;
}

/*---------------------
kv_wrap
---------------------*/
.kv_wrap {
  width: 100%;
}

.bx-wrapper .bx-viewport{
  margin: 0 !important;
  -webkit-box-shadow: none!important;
  box-shadow: 0 0 5px none!important;
  border: none!important;
  left: 0!important;
  background: none!important;
}

.bx-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/*---------------------
lead_wrap
---------------------*/
.lead_wrap {
  padding: 50px 0 50px 50%;
}

.lead_wrap .inner {
  width: 100%;
}

.lead_wrap .inner .hd1 {
  font-size: 27px;
  margin-bottom: 20px;
  font-weight: normal;
}

.lead_wrap .inner .lead span {
  display: block;
  margin-bottom: 15px;
  list-style: none;
}

.lead_wrap .inner .lead span:last-of-type {
  margin-bottom: 0;
}

/*---------------------
index_wrap
---------------------*/
.index_wrap .container {
  position: relative;
  margin-bottom: 35px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.index_wrap .container img {
  width: 100%;
  height: auto;
}

.index_wrap .container .hd2 {
  width: 20%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.index_wrap .container .hd2 img {
  display: block;
  margin: 10px auto 10px;
  width: auto;
  height: 15px;
}

.index_wrap .container .btn {
  display: block;
  width: 100px;
  text-align: center;
}

.index_wrap .container1 .btn{
  border: 1px solid #fff;
}

.index_wrap .container2 .btn {
  border: 1px solid #000;
}

.index_wrap .container3 .btn{
  border: 1px solid #000;
  text-shadow: 1px 1px 0px #fff;
  box-shadow:  1px 1px 0px rgba(255, 255, 255, 0.4);
}

.index_wrap .container4 .btn{
  border: 1px solid #000;
  text-shadow: 1px 1px 0px #fff;
  box-shadow:  1px 1px 0px rgba(255, 255, 255, 0.4);
}

.index_wrap .container5 .btn{
  border: 1px solid #fff;
  text-shadow: 1px 1px 0px #000;
  box-shadow:  1px 1px 0px rgba(0, 0, 0, 0.4);
}

.index_wrap .container6 .btn{
  border: 1px solid #000;
  text-shadow: 1px 1px 0px #fff;
  box-shadow:  1px 1px 0px rgba(255, 255, 255, 0.4);
}

.index_wrap .container .btn img {
  display: block;
  padding: 10px 15px;
  width: 100%;
  height: auto;
}

.index_wrap .new {
  position: absolute;
  top: -1px;
  right: 0;
  width: 80px;
}

.index_wrap .new img {
  width: 100%;
  height: auto;
}

.index_wrap .container1 .text_box {
  position: absolute;
  top: 30%;
  right: 20%;
  z-index: 999;
}

.index_wrap .container2 .text_box {
  position: absolute;
  top: 35%;
  left: 5%;
  z-index: 999;
}

.index_wrap .container3 .text_box {
  position: absolute;
  top: 30%;
  right: 20%;
  z-index: 999;
}

.index_wrap .container4 .text_box {
  position: absolute;
  top: 30%;
  right: 3%;
  z-index: 999;
}

.index_wrap .container5 .text_box {
  position: absolute;
  top: 30%;
  right: 3%;
  z-index: 999;
}

.index_wrap .container6 .text_box {
  position: absolute;
  top: 30%;
  right: 3%;
  z-index: 999;
}

.index_wrap .container .text_box .text {
  font-size: 25px;
  margin-bottom: 20px;
}

.index_wrap .container1 .text_box .text {
  color: #fff;
}

.index_wrap .container2 .text_box .text {
  color: #000;
}

.index_wrap .container3 .text_box .text {
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}

.index_wrap .container4 .text_box .text {
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}

.index_wrap .container5 .text_box .text {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.index_wrap .container6 .text_box .text {
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}

.index_wrap .container:last-of-type {
  margin-bottom: 50px;
}

.index_wrap .container:hover{
  opacity: 0.5;
}
/* .index_wrap .container .mask {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.index_wrap .container .mask:hover {
  opacity: 0.9;
}

.index_wrap .container .text_box{
  opacity: 0.9;
} */

/*==============================
footer_wrap
==============================*/
.footer_wrap {
  width: 100%;
  background: #fff;
}

.footer_wrap .localFooter {
  padding-top: 50px;
  text-align: left;
}

.footer_wrap a {
  font-size: 12px;
  color: #000;
}

/*******************************
tablet
*******************************/
@media screen and (max-width: 768px) {
  .pcnone {
    display: none !important;
  }
  .spnone {
    display: none !important;
  }
  .tbnone {
    display: block !important;
  }
  .sp_header {
    background-color: #000;
    padding-top: 10px;
  }
  .sp_header a {
    display: block;
    width: 180px;
    margin: 0 auto;
  }
  .sp_header a img {
    width: 100%;
    height: auto;
  }
  /*---------------------
  index_wrap
  ---------------------*/
  .index_wrap .container .hd2{
    width: 25%;
  }

  .index_wrap .container .btn {
    width: 80px;
  }

  .index_wrap .container2 .text_box {
    left: 5%;
  }

  .index_wrap .container .text_box .text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/*******************************
sp
*******************************/
@media screen and (max-width: 599px) {
  .pcnone {
    display: block !important;
  }
  .spnone {
    display: none !important;
  }
  .tbnone {
    display: none !important;
  }
  .sp_header {
    background-color: #000;
    padding-top: 10px;
  }
  /*---------------------
  lead_wrap
  ---------------------*/
  .lead_wrap {
    padding: 50px 5% 50px 5%;
  }
  .lead_wrap .inner .hd1 {
    font-size: 25px;
  }
  /*---------------------
  index_wrap
  ---------------------*/
  .index_wrap .container .hd2 {
    width: 30%;
  }
  .index_wrap .container .hd2 img {
    height: 11px;
  }
  .index_wrap .container .btn img {
    padding: 5px 15px;
  }
  .index_wrap .container1 .text_box {
    position: absolute;
    top: 35%;
    right: auto;
    left: 3%;
    text-shadow: 1px 1px 1px #000;
  }
  .index_wrap .container2 .text_box {
    position: absolute;
    top: 35%;
    left: 3%;
  }
  .index_wrap .container3 .text_box {
    position: absolute;
    top: 35%;
    right: auto;
    left: 3%;
  }
  .index_wrap .container4 .text_box {
    position: absolute;
    top: 35%;
    right: auto;
    left: 3%;
  }
  .index_wrap .container5 .text_box {
    position: absolute;
    top: 35%;
    right: auto;
    left: 3%;
  }
  .index_wrap .container6 .text_box {
    position: absolute;
    top: 35%;
    right: auto;
    left: 3%;
  }
   .index_wrap .container .text_box .text {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .index_wrap .new {
    width: 60px;
  }
}
