@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : program-info.css
Description : 番組一覧
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
}

.gDef-top-banner {
  background-color: #fff;
}

.gDef-contents {
  position: relative;
}

.wrapper {
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #333333;
  background-color: #1E1E1E;
  overflow-x: clip;
  overflow-y: hidden;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a {
  display: block;
  color: #333333;
  word-wrap: break-word;
}

.program_container {
  position: relative;
  padding-top: 4rem;
  z-index: 3;
}

section,
main,
header,
footer {
  position: relative;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(670 / 750 * 100%);
  z-index: 2;
}

.tab {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tab {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1200 * 100vw);
  }
  .wrapper a {
    transition: 0.3s ease;
  }
  .program_container {
    margin: 0 auto;
    max-width: 1200px;
  }
  .inner {
    width: calc(736 / 768 * 100%);
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
  .wrapper::before {
    content: "";
    position: absolute;
    display: block;
    top: 80px;
    left: -76px;
    width: 397px;
    height: calc(100% - 80px);
    background: url(../images/bg_ciecle1-l.svg) repeat-y top left/100% auto;
  }
  .wrapper::after {
    content: "";
    position: absolute;
    display: block;
    top: 80px;
    right: -49px;
    width: 376px;
    height: calc(100% - 80px);
    background: url(../images/bg_ciecle1-r.svg) repeat-y top left/100% auto;
  }
  .inner {
    width: 100%;
    max-width: 1200px;
  }
}
/* ========================================================
    program
======================================================== */
.program {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  .program {
    width: 100% !important;
    padding: 0;
  }
}
.program * {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.5;
  box-sizing: border-box;
}
.program_ttl {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  font-size: 187.5%;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .program_ttl {
    padding-right: 32rem;
  }
}
.program_ttl.no_anc {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .program_ttl.no_anc {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .program_ttl.no_anc {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .program_ttl.no_anc::before {
    bottom: 0;
  }
}
.program_ttl::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  display: block;
  width: 100vw;
  height: 50rem;
  background-color: #FFFFFF;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .program_ttl::before {
    bottom: -32px;
  }
}
.program_ttl > span {
  display: block;
  font-size: 70%;
}
@media screen and (min-width: 768px) {
  .program_ttl > span {
    display: inline-block;
    margin-right: 2rem;
  }
}
.program_main {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .program_main {
    width: calc(484 / 736 * 100%);
  }
}
@media screen and (min-width: 1200px) {
  .program_main {
    width: 88rem;
  }
}
.program_side {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .program_side {
    width: calc(234 / 736 * 100%);
  }
}
@media screen and (min-width: 1200px) {
  .program_side {
    width: 30rem;
    margin-top: -8.219rem;
  }
}
@media screen and (max-width: 767px) {
  .program_side_ad {
    display: none;
  }
}
.program_anc_week {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.program_anc_week > li {
  position: relative;
  width: 12.5%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .program_anc_week > li:first-child > a {
    border-left: 1px solid #cecece;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .program_anc_week > li:last-child > a {
    border-right: 1px solid #cecece;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.program_anc_week > li.active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  display: block;
  width: 12px;
  height: 8px;
  background-color: #ffb310;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
.program_anc_week > li.active > a {
  color: #333333;
  background-color: #fdecb2;
}
.program_anc_week > li.active > a::before {
  content: "";
}
.program_anc_week > li.disabled > a {
  color: #919191;
  filter: brightness(0.9);
  pointer-events: none;
}
.program_anc_week > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.4rem 0;
  color: #FF8C00;
  font-size: 130%;
  font-weight: 500;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .program_anc_week > li > a {
    font-size: 150%;
  }
}
@media screen and (min-width: 768px) {
  .program_anc_week > li > a:hover {
    background-color: #fdecb2;
  }
}
.program_anc_week > li > a::before {
  content: none;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.8rem;
  background-color: #ffb310;
}
.program_anc_week > li > a > em {
  font-style: normal;
}
.program_anc_week > li > a > span {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .program_anc_week > li > a > span {
    display: none;
  }
}
.program_anc_kana {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 4rem 0 2rem 0;
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .program_anc_kana {
    padding: 0;
    background-color: transparent;
  }
}
.program_anc_kana > li {
  position: relative;
  width: 12.8rem;
  height: 12.8rem;
  margin: 0 0.6rem 2rem 0.6rem;
}
@media screen and (min-width: 768px) {
  .program_anc_kana > li {
    width: 10%;
    height: auto;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .program_anc_kana > li:first-child > a {
    border-left: 1px solid #cecece;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .program_anc_kana > li:last-child > a {
    border-right: 1px solid #cecece;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.program_anc_kana > li.disabled > a {
  color: #919191;
  filter: brightness(0.9);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .program_anc_kana > li.disabled > a {
    border-color: #dedede;
  }
}
.program_anc_kana > li.disabled > a::before {
  background-color: #dedede;
}
.program_anc_kana > li.disabled > a > svg {
  display: none;
}
.program_anc_kana > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  color: #FF8C00;
  font-size: 130%;
  font-weight: 500;
  border: 0.5rem solid #FF8C00;
  border-radius: 2rem;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .program_anc_kana > li > a {
    padding: 0.6rem 0 2.65rem 0;
    border: 1px solid #cecece;
    border-right: none;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .program_anc_kana > li > a:hover {
    background-color: #fdecb2;
  }
}
.program_anc_kana > li > a::before {
  content: none;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2rem;
  background-color: #FF8C00;
}
@media screen and (min-width: 768px) {
  .program_anc_kana > li > a::before {
    content: "";
  }
}
.program_anc_kana > li > a > em {
  position: relative;
  font-style: normal;
}
.program_anc_kana > li > a > em > span {
  letter-spacing: -0.06em;
}
.program_anc_kana > li > a > svg {
  display: block;
  width: 0.8em;
  height: 0.8em;
  transform: rotate(90deg);
  stroke: #FF8C00;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .program_anc_kana > li > a > svg {
    position: absolute;
    left: 50%;
    bottom: 0.6rem;
    width: 0.6em;
    height: 0.6em;
    transform: translateX(-50%) rotate(90deg);
    stroke: #FFFFFF;
  }
}
.program_status {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 8rem;
  margin-bottom: -2.5rem;
}
@media screen and (min-width: 768px) {
  .program_status {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .program_status {
    margin-top: 6rem;
  }
}
.program_status > li {
  width: 27rem;
  margin: 0 0.75rem 2.5rem 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .program_status > li {
    width: 22.7272727273%;
  }
}
@media screen and (min-width: 1200px) {
  .program_status > li {
    width: 17.5rem;
  }
}
.program_status > li.active > a {
  color: #FFFFFF;
  background-color: #FF8C00;
}
.program_status > li.active > a > span {
  padding-left: 1em;
}
.program_status > li.active > a > span::before {
  content: "";
}
.program_status > li.disabled > a {
  color: #919191;
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  filter: brightness(0.9);
  pointer-events: none;
}
.program_status > li > a {
  display: block;
  width: 100%;
  padding: 1rem 0;
  color: #FF8C00;
  font-weight: 500;
  border: 2px solid #FF8C00;
  border-radius: 5rem;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .program_status > li > a:hover {
    color: #FFFFFF;
    background-color: #FF8C00;
  }
}
.program_status > li > a > span {
  position: relative;
  padding-left: 0;
}
.program_status > li > a > span::before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0.4em;
  height: 0.7em;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: translateY(-60%) rotate(45deg);
}
.program_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 8rem;
  margin-bottom: -6rem;
}
@media screen and (min-width: 768px) {
  .program_list {
    margin-top: 8rem;
    margin-bottom: -6rem;
  }
}
@media screen and (min-width: 1200px) {
  .program_list {
    margin-top: 6rem;
    margin-bottom: -4rem;
  }
}
.program_list > li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 50%;
  margin-left: 0;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .program_list > li {
    width: 48.9669421488%;
    margin-left: 2.0661157025%;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .program_list > li {
    width: 28rem;
    margin-left: 2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .program_list > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .program_list > li:nth-child(2n+1) {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .program_list > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .program_list > li > a:hover .program_list_img img {
    transform: scale(1.08);
  }
}
.program_list_img {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .program_list_img {
    border-radius: 2rem;
  }
}
.program_list_img img {
  transition: 0.3s ease;
}
.program_list_onair {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .program_list_onair {
    padding: 0;
  }
}
.program_list_onair > li {
  margin-right: 1rem;
  color: #FFFFFF;
  font-size: 107%;
}
.program_list_icon {
  width: 1.2em;
  height: auto;
}
.program_list_ttl {
  margin-top: 1rem;
  padding: 0 1.5rem;
  color: #FF8C00;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .program_list_ttl {
    padding: 0;
  }
}
.program_list_text {
  margin-top: 1rem;
  padding: 0 1.5rem;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .program_list_text {
    padding: 0;
  }
}
.program_list_stream {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .program_list_stream {
    padding: 0;
  }
}
.program_list_stream > li {
  width: 10rem;
  margin-right: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .program_list_stream > li {
    width: 15rem;
    width: 29.5358649789%;
  }
}
@media screen and (min-width: 1200px) {
  .program_list_stream > li {
    width: 7.5rem;
  }
}
.program_list_stream > li.program_list_tver > a {
  color: #2c9ed4;
  border: 1px solid #2c9ed4;
}
@media screen and (min-width: 768px) {
  .program_list_stream > li.program_list_tver > a:hover {
    color: #FFFFFF;
    background-color: #2c9ed4;
  }
}
.program_list_stream > li.program_list_hulu > a {
  color: #249933;
  border: 1px solid #249933;
}
@media screen and (min-width: 768px) {
  .program_list_stream > li.program_list_hulu > a:hover {
    color: #FFFFFF;
    background-color: #249933;
  }
}
.program_list_stream > li.program_list_netflix > a {
  color: #ef373f;
  border: 1px solid #ef373f;
}
@media screen and (min-width: 768px) {
  .program_list_stream > li.program_list_netflix > a:hover {
    color: #FFFFFF;
    background-color: #ef373f;
  }
}
.program_list_stream > li > a {
  display: block;
  width: 100%;
  padding: 1.2rem 0;
  font-size: 80%;
  font-weight: 500;
  line-height: 1;
  border-radius: 3rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .program_list_stream > li > a {
    padding: 1.2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .program_list_stream > li > a {
    padding: 0.6rem 0;
  }
}
.program_kana {
  position: relative;
  margin-top: 0;
  margin-bottom: -4rem;
}
@media screen and (min-width: 768px) {
  .program_kana {
    margin-top: 8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .program_kana {
    margin-top: 6rem;
    margin-bottom: 0;
  }
}
.program_kana:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .program_kana:first-child {
    margin-top: -2rem;
  }
}
@media screen and (min-width: 1200px) {
  .program_kana:first-child {
    margin-top: 6rem;
  }
}
.program_kana > li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  /*&#kana10 {
      .program_kana_text {
          @include mq-tab {
              min-height: calc(119px + 4rem);
          }
      }
  }*/
}
@media screen and (min-width: 768px) {
  .program_kana > li {
    margin-top: 2rem;
  }
}
.program_kana_ttl {
  width: 100%;
  margin-top: 0;
  padding: 0.5rem 3rem;
  color: #FFFFFF;
  font-size: 120%;
  line-height: 1;
  border-radius: 0;
  background-color: #ffba00;
}
@media screen and (min-width: 768px) {
  .program_kana_ttl {
    width: 40px;
    margin-top: 2rem;
    padding: 20px 0;
    font-size: 100%;
    border-radius: 1rem 0 0 1rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.program_kana_ttl > em {
  display: inline-block;
  margin: 0 1rem 0 0;
  font-style: normal;
  font-size: 140%;
}
@media screen and (min-width: 768px) {
  .program_kana_ttl > em {
    margin: 0 0.5rem 10px 0;
  }
}
.program_kana_text {
  width: 100%;
  padding: 4rem 3rem;
  border-radius: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .program_kana_text {
    width: calc(100% - 40px);
    min-height: calc(87.5px + 4rem);
    padding: 3rem;
    border-radius: 2rem;
    background-color: #FFFFFF;
  }
}
@media screen and (min-width: 768px) {
  .program_kana_text:first-child {
    width: 100%;
  }
}
.program_kana_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -2rem;
}
@media screen and (min-width: 768px) {
  .program_kana_list {
    margin-bottom: -1rem;
  }
}
.program_kana_list > li {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .program_kana_list > li {
    width: 48%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .program_kana_list > li:nth-child(2n) {
    margin-left: 4%;
  }
}
.program_kana_list > li > a {
  position: relative;
  display: block;
  padding-right: 1.5em;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .program_kana_list > li > a {
    color: #333333;
  }
}
@media screen and (min-width: 768px) {
  .program_kana_list > li > a:hover svg {
    right: -0.3em;
  }
}
.program_kana_list > li > a > svg {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  transform: translateY(-50%);
  stroke: #FF8C00;
  transition: 0.3s ease;
}
.program_more {
  margin: 8rem 3rem 0 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .program_more {
    margin: 8rem 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .program_more {
    margin: 6rem 0 0 0;
  }
}
.program_more > a {
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
  color: #FF8C00;
}
@media screen and (min-width: 768px) {
  .program_more > a:hover svg {
    right: -0.3em;
  }
}
.program_more > a svg {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  transform: translateY(-40%);
  stroke: #FF8C00;
  transition: 0.3s ease;
}
.program_btn_tver {
  width: 67rem;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .program_btn_tver {
    width: 390px;
    margin: 8rem auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .program_btn_tver {
    width: 390px;
    margin: 6rem auto 0 auto;
  }
}
.program_btn_tver > a {
  position: relative;
  padding: 1.2em 2em;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 3em;
  background: linear-gradient(270deg, #41F6FF 0%, #1363B9 100%);
}
@media screen and (min-width: 768px) {
  .program_btn_tver > a:hover {
    opacity: 0.7;
  }
}
.program_btn_tver > a svg {
  position: absolute;
  right: 0.8em;
  top: 50%;
  width: 1em;
  height: 1em;
  fill: #FFFFFF;
  stroke: #1975C2;
  transform: translateY(-50%);
}
.program_ranking {
  position: relative;
  margin-top: 8rem;
  padding: 8rem 0;
  border-radius: 0;
  background-image: url(../images/ranking_bg02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .program_ranking {
    margin-top: 8rem;
    padding: 0;
    border-radius: 1rem;
    background: #FFFFFF;
  }
}
@media screen and (min-width: 1200px) {
  .program_ranking {
    margin-top: 6rem;
  }
}
.program_ranking::before {
  content: "";
  position: absolute;
  left: 4rem;
  bottom: -3.2rem;
  display: block;
  width: 2.2rem;
  height: 5.3rem;
  background-image: url(../images/icon_hook.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .program_ranking::before {
    content: none;
  }
}
.program_ranking::after {
  content: "";
  position: absolute;
  right: 4rem;
  bottom: -3.2rem;
  display: block;
  width: 2.2rem;
  height: 5.3rem;
  background-image: url(../images/icon_hook.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .program_ranking::after {
    content: none;
  }
}
.program_ranking > dt {
  position: relative;
  padding: 0 3rem 0 9rem;
  color: #FFFFFF;
  font-size: 150%;
}
@media screen and (min-width: 768px) {
  .program_ranking > dt {
    padding: 1.5rem 1.5rem 1.5rem 5rem;
    color: #333333;
    font-size: 115%;
    background-image: url(../images/ranking_bg01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
}
.program_ranking > dt::before {
  content: "";
  position: absolute;
  left: 3rem;
  top: 50%;
  display: block;
  width: 4.6rem;
  height: 4.8rem;
  background-image: url(../images/icon_ranking.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .program_ranking > dt::before {
    left: 1.5rem;
    width: 2.6rem;
    height: 2.7rem;
  }
}
.program_ranking > dd {
  padding: 4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .program_ranking > dd {
    padding: 2rem 1.5rem 4rem 1.5rem;
  }
}
.program_ranking > dd > ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -2rem;
}
@media screen and (min-width: 768px) {
  .program_ranking > dd > ul {
    margin-bottom: -1rem;
  }
}
.program_ranking > dd > ul > li {
  width: 50%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .program_ranking > dd > ul > li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.program_ranking > dd > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .program_ranking > dd > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .program_ranking > dd > ul > li > a:hover .program_ranking_img img {
    transform: scale(1.08);
  }
}
.program_ranking_label {
  position: absolute;
  left: 0;
  top: 1.5rem;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .program_ranking_label {
    left: -0.5rem;
    top: calc(50% - 3rem);
  }
}
.program_ranking_label.ranking01 > em {
  background-color: #d1a000;
}
.program_ranking_label.ranking01 > span {
  background-color: #7c5d00;
}
.program_ranking_label.ranking02 > em {
  background-color: #a7a7ad;
}
.program_ranking_label.ranking02 > span {
  background-color: #515153;
}
.program_ranking_label.ranking03 > em {
  background-color: #d15800;
}
.program_ranking_label.ranking03 > span {
  background-color: #712e01;
}
.program_ranking_label.ranking04 > em, .program_ranking_label.ranking05 > em, .program_ranking_label.ranking06 > em {
  background-color: #ffb310;
}
.program_ranking_label.ranking04 > span, .program_ranking_label.ranking05 > span, .program_ranking_label.ranking06 > span {
  background-color: #a36f00;
}
.program_ranking_label > em {
  display: block;
  width: 35px;
  padding: 0.4rem 5px 0.4rem 0;
  color: #FFFFFF;
  font-style: normal;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 80% 50%, 100% 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .program_ranking_label > em {
    width: 30px;
    padding: 0.2rem 5px 0.2rem 0;
    font-size: 0.8em;
  }
}
.program_ranking_label > span {
  display: none;
}
@media screen and (min-width: 768px) {
  .program_ranking_label > span {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.1rem -0.1rem 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
.program_ranking_img {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .program_ranking_img {
    width: 45%;
    border-radius: 1rem;
  }
}
.program_ranking_img img {
  transition: 0.3s ease;
}
.program_ranking_text {
  width: 100%;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .program_ranking_text {
    width: 50%;
    padding: 0;
  }
}
.program_ranking_ttl {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .program_ranking_ttl {
    color: #333333;
  }
}
.program_recommend {
  position: relative;
  margin-top: 0;
  padding: 8rem 0;
  border-radius: 0;
  background: none;
}
@media screen and (min-width: 768px) {
  .program_recommend {
    margin-top: 1rem;
    padding: 0;
    border-radius: 1rem;
    background: #FFFFFF;
  }
}
@media screen and (min-width: 1200px) {
  .program_recommend {
    margin-top: 1rem;
  }
}
.program_recommend::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_dots.svg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 5rem auto;
  opacity: 0.07;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .program_recommend::after {
    content: none;
  }
}
.program_recommend > dt {
  position: relative;
  padding: 0 3rem 0 9rem;
  color: #FFFFFF;
  font-size: 150%;
}
@media screen and (min-width: 768px) {
  .program_recommend > dt {
    padding: 2rem 1.5rem 1.5rem 5rem;
    color: #333333;
    font-size: 115%;
    background-image: url(../images/recommend_bg01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
}
.program_recommend > dt::before {
  content: "";
  position: absolute;
  left: 3rem;
  top: 50%;
  display: block;
  width: 4.6rem;
  height: 5rem;
  background-image: url(../images/icon_recommend.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .program_recommend > dt::before {
    left: 1.5rem;
    width: 2.6rem;
    height: 2.8rem;
  }
}
.program_recommend > dd {
  padding: 4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .program_recommend > dd {
    padding: 2rem 1.5rem 2.5rem 1.5rem;
  }
}
.program_recommend > dd > ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -2rem;
}
@media screen and (min-width: 768px) {
  .program_recommend > dd > ul {
    margin-bottom: -1rem;
  }
}
.program_recommend > dd > ul > li {
  width: 50%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .program_recommend > dd > ul > li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.program_recommend > dd > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .program_recommend > dd > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .program_recommend > dd > ul > li > a:hover .program_recommend_img img {
    transform: scale(1.08);
  }
}
.program_recommend_img {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .program_recommend_img {
    width: 45%;
    border-radius: 1rem;
  }
}
.program_recommend_img img {
  transition: 0.3s ease;
}
.program_recommend_text {
  width: 100%;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .program_recommend_text {
    width: 50%;
    padding: 0;
  }
}
.program_recommend_category {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 10px;
  color: #FFFFFF;
  font-size: 90%;
}
@media screen and (min-width: 768px) {
  .program_recommend_category {
    color: #333333;
  }
}
.program_recommend_category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 4px;
  height: 1.2em;
  border-radius: 1rem;
  background-color: #ffb300;
  transform: translateY(-50%);
}
.program_recommend_ttl {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .program_recommend_ttl {
    color: #333333;
  }
}
.program_footer {
  position: relative;
  width: 100%;
  padding: 8rem 0;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .program_footer {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .program_footer {
    padding: 6rem 0;
  }
}
.program_footer .pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  z-index: 100;
}
.program_footer .pagetop > a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FF8C00;
}
.program_footer .pagetop > a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  display: block;
  width: 22%;
  height: 22%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateX(-50%) rotate(315deg);
}
@media screen and (min-width: 768px) {
  .program_footer .pagetop > a:hover {
    transform: translateY(-10px);
  }
}
.program_category {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 0 -1rem -2.5rem -1rem;
}
@media screen and (min-width: 768px) {
  .program_category {
    justify-content: center;
    width: 100%;
    margin: 0 0 -2.5rem 0;
  }
}
.program_category > li {
  width: 21.2rem;
  height: 20rem;
  margin-left: 0;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .program_category > li {
    width: calc(112 / 736 * 100%);
    height: 74px;
    height: max(9rem, 74px);
    margin-left: calc(12 / 736 * 100%);
  }
}
@media screen and (min-width: 1200px) {
  .program_category > li {
    width: 18rem;
  }
}
@media screen and (min-width: 768px) {
  .program_category > li:first-child {
    margin-left: 0;
  }
}
.program_category > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  color: #FF8C00;
  font-size: 112%;
  font-weight: 700;
  line-height: 1.277;
  text-align: center;
  border-radius: 1.5rem;
  border: 0.5rem solid #FF8C00;
  box-shadow: 0.6rem 0.6rem 0 0 #FFF462;
}
@media screen and (min-width: 1200px) {
  .program_category > li a {
    font-size: 2rem;
    border-radius: 3em;
    border: 0.3rem solid #FF8C00;
  }
}
@media screen and (min-width: 768px) {
  .program_category > li a:hover {
    transform: translate(0.6rem, 0.6rem);
    box-shadow: none;
  }
}
.program_category > li a > span {
  display: none;
}
@media screen and (min-width: 1200px) {
  .program_category > li a > span {
    display: inline-block;
  }
}/*# sourceMappingURL=program-info.css.map */