
#webcast {
  position: relative;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.6;
  overflow-x: hidden;
}

#webcast * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: Futura,"Century Gothic",游ゴシック体,YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",游ゴシック,"Yu Gothic",メイリオ,Meiryo,sans-serif;
  font-weight: 500;
}

#webcast img {
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#webcast .inner {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

#webcast p {
  text-align: left;
}

#webcast th {
  font-weight: bold;
  text-align: center;
}

#webcast .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}

#webcast .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#webcast .txt {
  margin-bottom: 1em;
  line-height: 2;
}

#webcast .txt:last-child {
  margin-bottom: 0;
}

#webcast .futura {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#webcast .ten-mincho {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}

#webcast .adorn {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#webcast .gennokaku{
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#webcast .flex-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#webcast .ordered-list-style01,
#webcast .unordered-list-style01 {
  margin-left: 1.5em;
}

#webcast .list-item {
  margin-bottom: 10px;
}

#webcast .list-item:last-child {
  margin-bottom: 0;
}

#webcast .ordered-list-style01 * {
  list-style-type: decimal;
}

#webcast .unordered-list-style01 * {
  list-style-type: disc;
}

#webcast .page-title {
  position: relative;
  width: 100%;
  min-height: 440px;
  background: url("../images/webcast/webcast_mainimg_pc@2x.jpg") no-repeat center center / cover;
}

#webcast .page-title-txt {
  position: absolute;
  top: 62.5%;
  left: 50%;
  -webkit- transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
}

#webcast .page-title-txt * {
  color: #ffffff;
}

#webcast .page-title-txt .txt-en,
#webcast .page-title-txt .txt-ja {
  display: block;
  line-height: 1;
  text-align: center;
}

#webcast .page-title-txt .txt-en {
  margin-bottom: 20px;
  font-size: 50px;
}

#webcast .page-title-txt .txt-ja {
  font-size: 26px;
}



@media screen and (max-width: 767px) {/* ---------- スマホ以下 ---------- */
	#webcast .pc-br {
    display: none;
  }
  
  #webcast .page-title {
    background-image: url("../images/webcast/webcast_mainimg_sp.jpg");
    min-height: 250px;
  }

  #webcast .page-title-txt .txt-en {
    margin-bottom: 10px;
    font-size: 25px;
  }

  #webcast .page-title-txt .txt-ja {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  #webcast {
    font-size: 18px;
  }

  #webcast .inner {
    max-width: 1200px;
    padding: 0;
  }
  
  #webcast .sp-br{
    display: none;
  }
  
}


/*---------------------------
section-outer
---------------------------*/
#webcast .section-ttl{
  color: #005893;
  font-size: 22px;
  text-align: center;
  line-height: 1.45;
  width: fit-content;
  position: relative;
}

#webcast .section-ttl::after{
  content: "";
  display: block;
  background-color: #005893;
  width: 50%;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#webcast .section-inner-main{
  font-size: 15px;
  padding-bottom: 15px;
}

#webcast .section-overview-ttl{
  width: fit-content;
  margin: 0 auto;
  padding: 20px 0 25px;
}

#webcast .overview-list{
  display: flex;
  margin-bottom: 13px;
  width: fit-content;
}

#webcast .overview-list:last-of-type{
  margin-bottom: 0;
}

#webcast .overview-list.single-line{
  align-items: center;
}

#webcast .list-point-innertext{
  color: #004A7A;
  font-weight: bold;
  padding-left: 22px;
}

#webcast .list-point-number{
  font-size: 30px;
  -webkit-text-stroke: 1px #7395AC;
  text-stroke: 1px #7395AC;
  color: rgba(0, 0, 0, 0);
  line-height: 1.3;
  position: relative;
  z-index: 0;
}

#webcast .list-point-number::before{
  content: "POINT";
  display: block;
  font-size: 12px;
  color: #000000;
  position: absolute;
  bottom: 5px;
  left: -13px;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  z-index: 20;
  font-family: futura-pt, sans-serif;
}

#webcast .list-point-number::after{
  content: "";
  display: block;
  background-color: #E5ECF1;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 0;
  left: 3px;
  z-index: -10;
}

#webcast .list-point{
  margin-left: 13px;
  margin-top: -5px;
}

#webcast .section-wrap:nth-of-type(odd) .bg{
  background-color: #F1F4F7;
}

#webcast .section-wrap .bg{
  padding-top: 37px;
}

#webcast .section-overview-list-wrap{
  width: fit-content;
  margin: 0 auto;
}

#webcast .movie-box-innerwrap{
  margin: 0 auto;
}

#webcast .movie-thumb{
  width: calc(100% - 179px);
  min-width: 170px;
  max-width: 277px;
  margin: 0 auto;
}

#webcast .movie-ttl{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  position: relative;
}

#webcast .movie-thumb a{
  display: inline-block;
  height: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

#webcast .movie-thumb a::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(115, 149, 172, .5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

#webcast .movie-thumb a::before{
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/webcast/webcast_icon_play.png") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 40;
}

#webcast .section-afternew .movie-thumb a::before{
  background-image: url("../images/webcast/webcast_icon_play02.png");
}

#webcast .movie-box-wrap{
  margin-top: 38px;
}

#webcast .movie-box:not(:last-of-type){
  margin-bottom: 25px;
}

#webcast .section-inner-sub .bg{
  position: relative;
  padding-bottom: 20px;
}

#webcast .section-inner-sub .bg::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/webcast/webcast_bg@2x.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#webcast .section-ttl-related{
  position: relative;
  font-size: 15px;
  text-align: center;
}

#webcast .section-ttl-related::after{
  content: "NEW FACE";
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 500;
  color: rgba(0, 74, 122, .1);
  font-family: source-han-sans-japanese, sans-serif;
}

#webcast .section-afternew .bg{
  background-color: #F1F7F2;
}

#webcast .section-afternew .list-point-innertext{
  color: #009A5B;
}

#webcast .section-afternew .list-point-number {
  -webkit-text-stroke: 1px #73AC7D;
  text-stroke: 1px #73AC7D;
}

#webcast .section-afternew .movie-thumb a::after{
  background-color: rgba(115, 172, 125, .5);
}

#webcast .section-afternew .section-ttl-related::after{
  content: "AFTER NEW FACE";
  color: rgba(0, 154, 91, .1);
}


@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  
  #webcast .section-wrap .bg{
    padding-top: 80px;
  }
  
  #webcast .section-ttl{
    font-size: 40px;
  }
  
  #webcast .section-ttl::after{
    height: 2px;
    bottom: -16px;
  }
  
  #webcast .section-overview-ttl{
    font-size: 26px;
    padding: 62px 0 60px;
  }
  
  #webcast .section-inner-main{
    padding-bottom: 43px;
  }
  
  #webcast .list-point-innertext{
    font-size: 28px;
    padding-left: 60px;
  }
  
  #webcast .list-point-number{
    font-size: 50px;
    font-weight: bold;
  }
  
  #webcast .list-point-number::before{
    font-size: 20px;
    bottom: 9px;
    left: -22px;
  }
  
  #webcast .list-point-number::after{
    width: 20px;
    height: 20px;
    left: 12px;
  }
  
  #webcast .overview-list{
    margin-bottom: 22px;
  }
  
  #webcast .overview-list{
    align-items: center;
  }
  
  #webcast .movie-box-wrap{
    display: flex;
    margin-top: 70px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #webcast .movie-thumb{
    width: calc(100vw / 1200 * 340);
    max-width: 340px;
    min-width: 300px;
  }
  
  #webcast .movie-box{
    margin: 94px min(calc(100vw / 1200 * 71), 71px) 0 0 !important
  }
  
  #webcast .movie-box:nth-of-type(3n), #webcast .movie-box:last-of-type{
    margin-right: 0 !important;
  }
  
  #webcast .movie-box:nth-of-type(-n+3){
    margin-top: 0 !important;
  }
  
  #webcast .movie-thumb a{
    border-radius: 10px;
  }
  
  #webcast .movie-thumb a::before{
    width: 30px;
    height: 30px;
  }
  
  #webcast .movie-thumb a::before, #webcast .movie-thumb a::after{
    transition: all .3s ease-out;
  }
  
  #webcast .movie-thumb a:hover::before{
    background-image: url("../images/webcast/webcast_icon_play_hover.png");
  }
  
  #webcast .section-afternew .movie-thumb a:hover::before{
    background-image: url("../images/webcast/webcast_icon_play02_hover.png");
  }
  
  #webcast .movie-thumb a:hover::after{
    opacity: 0;
  }
  
  #webcast .movie-ttl{
    font-size: min(20px, calc(1.125rem + ((1vw - 7.68px) * 0.463)));
  }
  
  #webcast .section-ttl-related{
    font-size: 26px;
  }
  
  #webcast .section-ttl-related::after{
    font-size: 80px;
    top: 30%;
  }
  
  #webcast .section-inner-sub .bg{
    padding-top: 75px;
  }
  
  #webcast .section-wrap:last-of-type .section-inner-sub .bg{
    padding-bottom: 67px;
  }
  
}
