@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

.contents {
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 40px;
}

.keyvis {
  width: 100%;
  margin-bottom: 80px;
  padding: 20px 0 30px 0;
  color: white;
  text-align: center;
  background-color: rgba(40, 154, 73, 1);
}

.h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3;
}

.sub-title {
  font-size: 34px;
}

.main-title {
  margin-right: .5em;
}

.h1::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: -11px;
  background: url(/attending/t/osa-d/busstop_movie/images/il_keyvis.svg) no-repeat center / contain;
}

.keyvis_p {
  display: inline-block;
  margin: 20px 0 0 10px;
  padding: 5px 10px;
  color: rgba(40, 154, 73, 1);
  font-size: 24px;
  font-weight: 700;
  vertical-align: 2px;
  background-color: white;
  border-radius: 5px;
}

.section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
}

.section:not(:last-child) {
  margin-bottom: 80px;
}

.section__title {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 15px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(47deg, rgba(40, 154, 73, .8) 0%, rgba(40, 154, 73, .8) 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
}

.section__title::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: -8px;
  background: url(/attending/t/osa-d/busstop_movie/images/il_keyvis.svg) no-repeat center / contain;
}

.section__title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(40, 154, 73, .8);
}

.article {
  width: calc(50% - 20px);
}

.article__title {
  margin-bottom: 10px;
  font-weight: 500;
}

.article__title::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  vertical-align: -1px;
  background: url(/attending/t/osa-d/busstop_movie/images/icn_busstop.svg) no-repeat center / contain;
}

.thumbnail {
  overflow: hidden;
}

.popup-modal {
  display: block;
  transition: transform .3s ease-out;
}

.popup-modal:hover {
  transform: scale(1.05);
}

.white-popup-block {
  position: relative;
  max-width: 865px;
  margin: 40px auto;
  padding: 10px;
  text-align: left;
  background: #FFF;
}

.bc-player-default_default {
  width: 100%;
  padding-top: 56.25%;
}

.close-btn {
  padding: 15px 0 5px 0;
  text-align: center;
}

.popup-modal-dismiss {
  display: inline-block;
  padding: 10px 40px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100vw;
}

.popup-modal-dismiss:hover {
  opacity: .7;
}
