@charset "UTF-8";


#news .main,
#single .main {
  background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 14%),url("../../../images/post/news/main_mv_pc.jpg")no-repeat;
  background-size: cover;
  background-position: center left;
}

#news .archive {
    padding: 100px 0 70px;
    position: relative;
}

#news .archive::before {
  position: absolute;
  content: "";
  background: #F5F5F3;
  width: calc(100% - 180px);
  height: calc(100% - 340px);
  left: 0;
  bottom: 0;
}

#news .archive .select {
    max-width: 1080px;
    margin: 0 auto 90px;
    padding: 0 30px;
    display: flex;
}

#news .archive .select .selectBox {
  position: relative;
  width: 180px;
  border-bottom: solid 1px #ECECEC;
  margin-right: 60px;
}

#news .archive .select .selectBox:last-child {
  margin: 0;
}

#news .archive .select .selectBox::before {
  position: absolute;
  content: "";
  background: url("../../../images/post/news/ico_select.svg")no-repeat;
  background-size: 13px;
  background-position: center;
  width: 14px;
  height: 100%;
  right: 0;
  top: 0;
  pointer-events: none;
}

#news .archive .select .selectBox select {
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
}

#news .m-news .card {
  margin-bottom: 80px;
}

#single .content {
    padding: 100px 30px;
}

#single .detail {
  text-align: center;
  margin: 0 auto 70px;
}

#single .detail .lead {
  color: #7E7B7B;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  padding-bottom: 30px;
  line-height: 1;
}

#single .detail .ttl {
  font-size: 3rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  line-height: 1.3;
}

#single .detail .schedule {
  color: #EC3333;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}



@media screen and (max-width: 767px){

  #news .main,
  #single .main {
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 20%),url("../../../images/post/news/main_mv_sp.jpg")no-repeat;
    background-size: cover;
    background-position: center left;
  }


  #news .archive .select {
      margin: 0 auto 60px;
      padding: 0 15px;
  }

  #news .archive .select .selectBox select {
    font-size: 13px;
  }

  #news .archive {
      padding: 50px 0;
  }


  #news .m-news .card {
    margin: 0 auto 30px;
  }

  #news .archive::before {
    position: absolute;
    content: "";
    background: #F5F5F3;
    width: 100%;
    height: calc(100% - 200px);
    left: 0;
    bottom: 0;
  }
  #single .content {
  padding: 60px 15px 10px;
  }

  #single .detail {
      margin: 0 auto 40px;
  }


  #single .detail .lead {
    font-size: 1.2rem;
    padding-bottom: 10px;
  }

  #single .detail .ttl {
      font-size: 2.2rem;
      padding-bottom: 10px;
  }

  #single .detail .schedule {
      font-size: 1.3rem;
  }


}
