/* mbanner */

#mbanner {
  width: 100%;
  height: 265px;
  background: url(../images/together_sermon_pc_banner.png) center/cover no-repeat;
}

#mbanner .tit {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  height: 1em;
  padding-top: 100px;
}

/* contents */

#contents {
  margin-bottom: 50px;
}

#content1 h2.tit {
  padding: 4.5rem 0 0 0;
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}

#content1 .topline {
  border-bottom: 1px solid #bbb;
  height: 20px;
}

/* #content2 h3.tit {
  padding: 3rem 0 0 0;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
} */

#content2 .sermon_wrap {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

#content2 .sermon_item {
  flex-basis: 33%;
}

#content2 .sermon_item .img_container {
  width: 95%;
  height: 0;
  padding-bottom:60%;
  margin: 0 auto;
  position: relative;
  background: url(../images/together_sermon_pc_bg01.png) center/cover no-repeat;
}

#content2 .sermon_item .img_container .btn_play {
  display: block;
  width: 61px;
  height: 61px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
}

#content2 .sermon_item .img_container .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  z-index:1;
  background:#000;
  opacity:0.3;
  width: 100%;
  height: 100%;
}

#content2 .sermon_item .date {
  width: 95%;
  margin: 0 auto;
  padding: 1rem 0 0 0;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  color: #111;
}

#content2 .sermon_item h3 {
  width: 95%;
  margin: 0 auto;
  padding: 0.5rem 0.2rem 3rem 0.2rem;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}

.video-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.video-box .video {
  width: 70%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-box .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-box .embed-container iframe, .video-box .embed-container object, .video-box .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-box a.btn-close {
  display: block;
  width: 41px;
  height: 42px;
  position: absolute;
  top: -70px;
  right: 0;
  font-size: 0;
  background: url(../images/icon_close_w.png) no-repeat;
}

/* end contents */

@media screen and (max-width: 1220px) {
  #content2 .sermon_item {
    flex-basis: 50%;
  }
  .video-box .video {
    width: 80%;
  }  
}

@media screen and (max-width: 700px) {
  #content2 .sermon_item {
    flex-basis: 100%;
  }
  .video-box .video {
    width: 90%;
  }  
}