[data-aspect-ratio="71:86"]:before {
  padding-top: calc((86/71)*100%);
}
.rfa_fixedMenu{
  visibility: hidden;
  height: 65px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  min-width: 320px;
  z-index: 3;
  top: 0;
  border-bottom: 1px solid #dadada;
  padding: 12px 0;
  transform: translateY(-80px);
  transition: all 0.3s ease;
  opacity: 0.5;
}
.rfa_fixedMenu.is-show{
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  opacity: 1;
}
.epNavi a{
  text-decoration: none;
}
.rfa_fixedMenu .epNavi_list {
  border: none;
  padding-top: 0;
}
.rfa_fixedMenu .epNavi_list_items::before {
  content: none;
}
.rfa_fixedMenu .epNavi_list_items:not(:last-child)::before {
  content: "";
}

.navigation_24hrsContent_ttl{
  color: #6A6A6A;
}
.navigation_24hrsContent_link{
  margin-left: 24px;
  display: flex;
  margin-top: 21px;
}
.navigation_24hrsContent_episode{
  font-size: 16px;
  line-height: 1.5;
  color: #888;
}
.navigation_24hrsContent_img{
  width: 45px;
  margin-right: 15px;
}
.navigation_24hrsContent_txt{
  width: auto;
}
.navigation_24hrsContent_prace{
  font-weight: 600;
  color: #888;
}
.navigation_24hrsContent_link.-current .navigation_24hrsContent_prace{
  color: #1b1b1b;
}
.event_mainttl{
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 44px;
  padding-top: 44px;
}
.epNavi_list_place,.navigation_24hrsContent_prace,.navigation_24hrsContent_episode{
  color: #1b1b1b;
}
.sns_hashtag{
  font-size: 16px;
  line-height: 19.2px;
  margin-top: 40px;
  font-weight: 600;
}

@media screen and (max-width:812.999px) {
  .rfa_fixedMenu .Header_UqLogoLink{
    display: none;
  }
  .rfa_fixedMenu .drawerTrigger{
    display: none;
  }
  .rfa_fixedMenu .epNavi_list_items {
    width: 50%;
    padding: 0;
    justify-content: center;
  }
  .rfa_fixedMenu .epNavi_list_items{
    padding-bottom: 15px;
  }
}

@media screen and (min-width:813px) {
  [data-pc-aspect-ratio="71:86"]:before {
    padding-top: calc((86/71)*100%);
  }
  [data-pc-aspect-ratio="1:1"]:before {
    padding-top: calc((69/68)*100%);
  }
  .rfa_fixedMenu{
    padding: 20px 24px;
    height: 90px;
  }
  .rfa_fixedMenu .epNavi_list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
    z-index: 2;
    padding-top: 0;
  }
  .epNavi_list_items {
    width: auto;
    min-width: unset;
    padding-bottom: 4px;
  }
  .rfa_fixedMenu .epNavi_list_items::before {
    height: 60px;
  }
  .rfa_fixedMenu .epNavi_list_info {
    display: flex;
  }
  .rfa_fixedMenu .drawerTrigger{
    top: 50%;
  }
  .rfa_fixedMenu .drawerTrigger_Line {
    background-color: #1b1b1b;
  }
  .rfa_fixedMenu .drawerTrigger_Text {
    color: #1b1b1b;
  }
  .section_event{
    flex-wrap: wrap;
  }
  .event_mainttl{
    width: 100%;
    font-size: 46px;
    padding-bottom: 80px;
    padding-top: 0;
  }
  .sns_hashtag{
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}