.row, .grid_row{
  position: relative;
}

.slider{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
  overflow: hidden;
}
.slider .bx-wrapper img{
  width: 100%;
  height: auto;
}
.slider .bx-wrapper a{
  display: block;
}
.slider .bx-wrapper .bx-viewport{
  border: none;
  box-shadow: none;
  left: 0;
}
#slider{
  display: none;
}
.bx-viewport #slider{
  display: block !important;
}
#slider > div{
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
}
.slider .bx-wrapper .bx-pager{
  position: absolute;
  bottom: 15px;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a{
  background: #fff;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider .bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #E10012;
}

h2{
  text-align: center;
  font-size: 36px;
}
h2 span{
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.topic{
  margin-top: 100px;
  margin-bottom: 100px;
}
.topic .back-wrap:nth-of-type(1){
  background-image: url(https://img21.shop-pro.jp/PA01419/610/etc/special.png?cmsp_timestamp=20180809142832);
  background-size: cover;
  background-position: center;
}
.topic .back-wrap:nth-of-type(2){
  background-image: url(https://img21.shop-pro.jp/PA01419/610/etc/collaboration.png?cmsp_timestamp=20180809142850);
  background-size: cover;
  background-position: center;
}
.topic .dark-color{
  padding-top: 120px;
  padding-bottom: 120px;
  background: rgba(0,0,0,0.5);
}
.topic .content-inner{
  width: 80%;
  max-width: 700px;
  padding: 100px;
  box-sizing: border-box;
  border: 2px solid #fff;
  color: #fff;
}
.topic h2{
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width:767px){
  .topic .dark-color{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .topic .content-inner{
    width: 90%;
    padding: 0;
    border: none;
  }
  .topic h2{
    margin: 0;
    text-align: left;
    border: none;
  }
}

#news h2{
  margin-top: 0;
  /* padding-top: 60px; */
}
.top-news{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  /* position: relative; */
}
.top-news::after{
  content: "";
  width: 50vw;
  height: 100%;
  display: block;
  position: absolute;
  left: -50vw;
  top: 0;
  z-index: -1;
  background: #F7F7F7;
}
.top-news ul{
  width: 100%;
  margin: 0;
  /* padding: 70px 160px 70px 0; */
  list-style: none;
  /* background: #F7F7F7; */
}
.top-news ul li{
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid #E6E6E6;
  align-items: center;
}

.top-news ul li a{
    font-weight: bold;
}

.top-news .news-date{
  margin-right: 20px;
  display: block;
  font-weight: bold;
  color: #8b8b8b;
}
.news-img{
  width: 40%;
  max-height: 400px;
  overflow: hidden;
  position: absolute;
  bottom: -140px;
  right: 0;
}
.news-img img{
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,0);
}
@media only screen and (max-width:1023px){
  .top-news{
    margin-bottom: 0;
  }
  .top-news ul{
    width: 100%;
  }
  .top-news ul li{
    flex-wrap: wrap;
  }
  .top-news ul li a{
  }
  .top-news .news-date{
    /* width: 100%; */
    /* margin: 0; */
    font-size: 0.8em;
  }
  .news-img{
    display: none;
  }
}
@media only screen and (max-width:428px){
    .top-news ul li a{
        font-size: smaller;
    }
}