@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : archive.css
Description : 過去の放送内容
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.banner {
  position: relative;
  margin: 15.5rem 0 5rem;
  padding: 7rem 0;
}
.banner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #feed01;
}
.banner::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin-top: calc(-91 / 700 * 100%);
  width: calc(340 / 700 * 100%);
  padding-top: calc(148 / 700 * 100%);
  background: url(../images/archive/img_banner_balloon.png) no-repeat center/contain;
  z-index: 1;
}
.banner > * {
  position: relative;
  z-index: 2;
}

.archive .onair dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
}
.archive .onair dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 3rem;
  padding: 0.2em 0.6em;
  font-size: 71%;
  color: #fff;
  background: #ff0101;
}
.archive .onair dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 93%;
  font-weight: 500;
}
.archive .onair dl dd .date {
  width: 7em;
}
.archive h3 {
  font-size: 142%;
  font-weight: 900;
  color: #ff0101;
}

@media screen and (min-width: 768px) {
  .banner {
    margin: 6rem 0 4rem;
    padding: 5rem 0;
  }
  .banner::after {
    margin-top: calc(-54 / 1200 * 100%);
    width: calc(262 / 1200 * 100%);
    padding-top: calc(115 / 1200 * 100%);
  }
  .archive .onair {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .archive .onair dl dt {
    font-size: 88%;
  }
  .archive .onair dl dd {
    font-size: 100%;
  }
  .archive h3 {
    font-size: 185%;
  }
}
/* =====================================================================
    一覧
======================================================================*/
.archive_list_wrap {
  padding-bottom: 7.5rem;
  background-color: #fff;
  border: 0.5rem solid #000000;
}

.archive_list li {
  padding: 0 calc(35 / 700 * 100%);
  line-height: 1.4;
}
.archive_list li.is-hidden {
  display: none;
}
.archive_list li a {
  display: grid;
  grid-template-columns: 40.4761904762% 53.6507936508%;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  gap: 0;
  grid-auto-flow: row;
  grid-template-areas: "figure onair" "h3 h3" "guests guests";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7rem 0;
  border-bottom: 1px solid #cfcece;
}
.archive_list li figure {
  grid-area: figure;
  border: 0.4rem solid #000000;
}
.archive_list li .onair {
  grid-area: onair;
  margin: 0;
}
.archive_list li .onair dt {
  background-color: #8c8c8c;
}
.archive_list li .onair dd {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .archive_list li .onair dl {
    display: block;
    font-size: 71%;
  }
  .archive_list li .onair dl dt {
    display: inline-block;
  }
}
.archive_list li h3 {
  grid-area: h3;
  margin-top: 3rem;
  font-size: 121%;
  color: #0278e6;
}
.archive_list li .guests {
  grid-area: guests;
  margin-top: 2rem;
  font-size: 93%;
}

.btn_more {
  margin: 8rem auto 0;
  width: calc(500 / 700 * 100%);
  background-color: #2fb7f6;
}
.btn_more::after {
  width: 3.6rem;
  height: 3.7rem;
  background-image: url(../images/common/icon_plus.png);
}
.btn_more span {
  width: 33%;
}

.archive_list_year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8.5rem;
}
.archive_list_year li {
  margin: 0 3rem;
}
.archive_list_year li a {
  position: relative;
  font-family: "Chivo", sans-serif;
  font-size: 157%;
  letter-spacing: 0;
}
.archive_list_year li a::before {
  content: ">";
  display: inline-block;
}

.btn_lineup {
  margin: 12rem auto 0;
  background-color: #feed01;
}
.btn_lineup span {
  width: calc(295 / 700 * 100%);
}

@media screen and (min-width: 768px) {
  .archive_list_wrap {
    padding: 8.5rem 0;
  }
  .archive_list {
    padding: 0 calc(50 / 1200 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .archive_list li {
    margin: 0 5.4545454545% 6.9090909091% 0;
    padding: 0;
    width: 47.2727272727%;
  }
  .archive_list li:nth-child(2n) {
    margin-right: 0;
  }
  .archive_list li a {
    grid-template-columns: 42.3076923077% 53.8461538462%;
    grid-template-areas: "figure onair" "figure h3" "figure guests";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    border-bottom: none;
  }
  .archive_list li a:hover {
    color: #ff0101;
  }
  .archive_list li a:hover figure::after {
    opacity: 1;
  }
  .archive_list li a:hover dl dt {
    background-color: #ff0101;
  }
  .archive_list li a:hover h3 {
    color: #ff0101;
  }
  .archive_list li .onair dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .archive_list li .onair dl dt {
    margin-right: 1rem;
    font-size: 1.2rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .archive_list li .onair dl dd {
    margin-top: 0.1em;
    font-size: 1.3rem;
  }
  .archive_list li .onair dl dd span {
    white-space: nowrap;
  }
  .archive_list li .onair dl dd .date {
    min-width: 66px;
  }
  .archive_list li figure {
    position: relative;
  }
  .archive_list li figure::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 1, 1, 0.7);
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .archive_list li h3 {
    margin-top: 1rem;
    font-size: 100%;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .archive_list li .guests {
    font-size: 81%;
  }
  .btn_more {
    margin-top: 0;
    width: 380px;
    width: calc(380 / 1200 * 100%);
  }
  .btn_more:hover {
    background: #ff0101;
  }
  .btn_more::after {
    width: 2.9rem;
    height: 2.9rem;
  }
  .btn_more span {
    width: 28.9473684211%;
  }
  .archive_list_year {
    margin-top: 6.5rem;
  }
  .archive_list_year li {
    margin: 0 2.3rem;
  }
  .archive_list_year li a {
    font-size: 162%;
  }
  .archive_list_year li a:hover {
    color: #ff0101;
  }
  .btn_lineup {
    margin-top: 6rem;
    max-width: 1000px;
  }
  .btn_lineup:hover {
    background-color: #ff0101;
  }
  .btn_lineup span {
    width: 21.6%;
  }
}
/* =====================================================================
    詳細
======================================================================*/
.archive_article {
  position: relative;
  margin-bottom: 19rem;
  padding: calc(85 / 700 * 100%) calc(35 / 700 * 100%);
  line-height: 1.3;
  border: 0.5rem solid #000000;
  background-color: #fff;
}
.archive_article > * {
  position: relative;
}
.archive_article .onair {
  margin-bottom: 7rem;
}
.archive_article h3 {
  text-align: center;
  margin-bottom: 3rem;
}
.archive_article p {
  margin-bottom: 6rem;
  line-height: 2;
}
.archive_article .guests {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.2rem 6rem 5rem;
  min-height: 14.6rem;
  font-weight: 700;
  color: #0278e6;
  background: url(../images/common/img_balloon1.png) no-repeat center/100% 100%;
  z-index: 1;
}
.archive_article .guests dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
}
.archive_article figure {
  border: 0.4rem solid #000000;
}

.btn_list {
  margin-top: 10rem;
  background: #2fb7f6;
}
.btn_list span {
  width: calc(307 / 700 * 100%);
}

@media screen and (min-width: 768px) {
  .archive_article {
    margin-bottom: 12rem;
    padding: calc(65 / 1200 * 100%) 0;
  }
  .archive_article > * {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 800px;
  }
  .archive_article .onair {
    margin-bottom: 5rem;
  }
  .archive_article .guests {
    margin: 0 auto;
    min-height: 114px;
    width: 87.75%;
    max-width: 702px;
    font-size: 112%;
  }
  .archive_article figure {
    max-width: 756px;
  }
  .btn_list {
    margin: 6rem auto 0;
    max-width: 1000px;
  }
  .btn_list:hover {
    background: #ff0101;
  }
  .btn_list span {
    width: 22.5%;
  }
}/*# sourceMappingURL=archive.css.map */