<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繝｢繝ｼ繝繝ｫCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 15px;
  background-color: #fff;
}
.video-wrap{
  position:relative;
  width:100%;
  height:0;
  padding-top:50%;
}
.video-wrap video{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#openModal img {
  width: 100%;
}


/*---------
  繧ｳ繝ｳ繝�Φ繝�
-----------*/
.video_content_bgwrap {
  padding-top: 90px;
}
.video_content_bgwrap img {
  width: 100%;
  height: auto;
}
.video_content_bgwrap section {
  margin: 5vh auto;
  padding: 7vh 7vw;
}
.year-box {
  display: flex;
  flex-wrap: wrap;
  width: 70vw;
  max-width: 1000px;
  margin: 2.5em auto 1.5em;
}
.badge-archive {
  background-color: #dadbdc;
  color: #000;
  padding: 0.8vh 2vw;
  margin-bottom: 1em;
  width: 12.5%;
}
.badge-archive:not(:nth-child(7n)) {
  margin-right: 2%;
}
.badge-archive.active {
  background-color: #50c5ca;
  color: #fff !important;
}

/*繧ｳ繝ｳ繝�Φ繝�*/
.video-listWrap h3 {
  color: #14521c;
  font-size: 26px;
  margin-bottom: 1em;
}
.session-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}
.session-desc p {
  display: inline-block;
  text-align: center;
  line-height: 1;
  margin-bottom: 0!important;
}
.session-desc .guest-name {
  font-size: 220%;
  letter-spacing: -0.05em;
  font-weight: bold;
}
.session-desc small {
  display: block;
  width: auto;
  margin-top: 5px;
  letter-spacing: -0.05em;
  font-size: 10px;
  font-weight: bold;
}
.session-desc span {
  display: inline-table;
  margin: 0 5px;
  font-size: 300%;
  color: #50c5ca;
  font-weight: bold;
}
.none-subname {
  padding-bottom: 15px;
}

/*繝懊ち繝ｳ*/
.video-listWrap ul {
  width: 100%;
  margin: 0;
  padding: 5vh 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-listWrap li {
  position: relative;
  width: 48%;
  list-style: none;
}
.video-listWrap li a {
  display: block;
  width: 125%;
  padding: 15px 40px 15px 15px;
  margin-left: -12.5%;
  margin-bottom: 1em;
  font-family: "Barlow Semi";
  background: #3f3f3f;
  border-radius: 5px;
  color: #fff;
  -moz-transform: scale( 0.80, 1 ); /* Firefox */
  -webkit-transform: scale( 0.80, 1 ); /* Chrome,Safari */
  -ms-transform: scale( 0.80, 1 ); /* IE */
  transform: scale( 0.80, 1 ); /* CSS3 */
}
.video-listWrap li::after {
  position: absolute;
  content: '';
  top: 14px;
  right: 10px;
  bottom: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../img/video/video_Icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.video-listWrap li a:hover {
  opacity: 0.7;
}
.session-sp {
  display: none;
}
.video-listWrap li a.gray-out {
  pointer-events: none;
  opacity: 0.3;
}
/* 蜍慕判驟堺ｿ｡縺ｯ縺ゅｊ縺ｾ縺帙ｓ繧ｨ繝ｪ繧｢ */
.attention-text {
  margin-top: 60px;
}
/* ON AIR REPORT */
.report-wrap {
  margin-top: 60px;
}
.report-wrap h4 {
  display: inline-block;
  color: #50c5ca;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid;
}
.report-wrap h5 {
  margin-top: 40px;
}
.report-wrap .text_link {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  
  .video_content_bgwrap {
    padding-top: 60px;
  }
  
  /*繧ｳ繝ｳ繝�Φ繝�*/
  .video-listWrap h3 {
    color: #14521c;
    font-size: 18px;
    margin-bottom: 1em;
  }
  .year-box {
    width: 100vw;
    margin: 1.5em auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .badge-archive {
    margin-right: 0;
    margin-left: 15px;
    padding: 0.8vh 6vw;
    width: auto;
  }
  .badge-archive:not(:nth-child(7n)) {
    margin-right: inherit;
  }
  .video-listWrap li {
    width: 100%;
  }
  .session-desc.session3 {
    flex-wrap: wrap;
  }
  .session-desc.session3 .guest-name {
    width: 100%;
  }
  .session-desc .guest-name {
    font-size: 120%;
  }
  .session-desc small {
    font-size: 8px!important;
  }
  .session-desc span {
    margin: 0 5px;
    font-size: 170%;
  }
  .session-three {
    margin: 0 -15px 2em;
  }
  .session-three .guest-name {
    font-size: 100%;
  }
  .session-three small {
    font-size: 8px!important;
  }
  .session-three span {
    margin: 0 5px;
    font-size: 140%;
  }
  .none-subname {
    padding-bottom: 0;
  }
  .attention-text {
    margin-top: 40px;
  }
  /* ON AIR REPORT */
  .report-wrap {
    margin-top: 30px;
  }
  .report-wrap h4 {
    font-size: 18px;
  }
  .report-wrap h5 {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 1rem;
  }
  .report-wrap .text_link {
    font-size: 3.73vw;
  }
}
@media screen and (min-width:1024px) {
  .attention-text,
  .report-wrap p,
  .report-wrap .text_link {
    font-size: 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .video-listWrap li {
    width: 48%;
  }
  *::-ms-backdrop, .video-listWrap li::after{
    right: 0;
    left: 85%;
  }
  *::-ms-backdrop, .video-listWrap li a {
    width: 100%;
    margin-left: 0;
  }
}
</pre></body></html>