body {
  padding-top: var(--v-layout-top); /* ヘッダーの高さ分の余白を追加 */
  margin: 0 !important;
}

.main-nav__icon.active svg path {
  fill: #fff;
}

.post__content {
  line-height: 2.0;
}

.tabs {
  margin-top:  0.5rem;
  padding-top: 0.5rem;
}
.tabs__container {
  margin: 6rem auto 0;
  width: 100rem;
  height: 4.2rem;
  overflow: hidden;
  border-bottom: #FFBB00 solid 0.4rem;
  margin-top: 0.8rem;
}
.tabs__content {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 5rem;
}
.tabs__item {
  display: inline-block;
}
.tabs__item--1 {
  color: #000000;
}
.tabs__item--2 {
  color: #F12323;
}
.tabs__item--3 {
  color: #A3B100;
}
.tabs__item--4 {
  color: #2DB753;
}
.tabs__item--5 {
  color: #18B7B7;
}
.tabs__anchor {
  width: 11rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem 0.6rem 0 0;
  font-size: 1.8rem;
  font-weight: bold !important;
}
.tabs__anchor.active {
  background-color: #FFBB00;
  color: #222 !important;
}

.breadcrumb__page:not(:last-child)::after {
  content: "";
  display: inline-block;
  background-image: url("../../images/icon__chevron-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.2rem;
  color: #000000;
  vertical-align: -0.2rem;
}

.breadcrumb {
  margin-top: -0.1rem;
  padding-top: 0.1rem;
}
.breadcrumb__content {
  margin-top: 1.3rem;
  padding: 0 1.6rem;
}
.breadcrumb__page {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #0D9CCA;
}
.breadcrumb [data-current] {
  color: #000000;
}

.post__program_link {
  margin: 1.0rem auto;
  width: 100%;
}

.post__program_link .link {
  color: #0d9cca;
}


@keyframes blink_3_GQA{0%{opacity:0}to{opacity:1}}

.--link-live::after {
  position: absolute;
  padding: 2px 4px;
  content: 'ライブ中';
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background-color: #FFBB00;
  border-radius: 50px;
  top: -8px;
  left:30px;
  animation: blink_3_GQA .8s ease-in-out infinite alternate;
}

.contents__entries .entries {
  grid-template-columns: repeat(3, 32rem);
  justify-content: space-between;
}

.ui-widget-content {
  background: #F7F7F7 !important;
}

.ui-widget.ui-widget-content {
  border : 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0 !important;
}

.ui-tabs .ui-tabs-panel {
  padding: 0 !important;
}
.navigation__tabs {
  max-width: 100rem;
  margin: 0.8rem auto 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: #F7F7F7 !important;
  border-bottom: #FFBB00 solid 0.4rem !important;
}

.navigation__tabs > li {
  border: 0 !important;
  border-radius: 0.6rem 0.6rem 0 0 !important;
}
.navigation__tabs > li > a {
  margin: 0;
  margin-top: 0.4rem;
  width: 11rem;
  height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem 0.6rem 0 0 !important;
  font-size: 1.8rem;
  font-weight: bold !important;
  border: 0 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background-color: #FFBB00 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background-color: #FFBB00 !important;
  color: #222 !important;
}
.ui-state-active {
  background-color: #FFBB00 !important;
  color: #222 !important;
}

.ui-state-active > a {
  color: #222 !important;
}

.special-entries {
  width: 100%;
  background: #FFBB00;
}

.special-entries > .entry {
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 1280px;
  background: #fff;
}
.special-entries > .entry > .entry__link {
  display: block;
  position: relative;
}

.special-entries>.entry>.entry__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/icon_special.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 66px;
  height: 66px;
}

.special-entries>.entry>.entry__link > .entry__summary {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.special-entries>.entry>.entry__link>.entry__summary > .entry__thumb {
  width: 50%;
}

.special-entries>.entry>.entry__link>.entry__summary >.entry__thumb > .entry__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.special-entries>.entry>.entry__link>.entry__summary > .entry__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px 40px 40px;
  width: 50%;
  height: 100%;
}

.special-entries>.entry>.entry__link>.entry__summary>.entry__text > .entry__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 160%;
  color: #000000;
}

.special-entries>.entry>.entry__link>.entry__summary>.entry__text> .entry__broadcaster {
  text-align: right;
}

.special-entries>.entry>.entry__link>.entry__summary>.entry__text>.entry__broadcaster > img {
  width: 83px;
  height: auto;
}

figure.wp-block-image > figcaption {
  font-size: 0.8em;
  color: #666;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

/* .header__app__banner {
  display: flex;
  align-items: center;
  z-index: 12;
  right: -180px;
  position: fixed;
  top: 25px;
}

.header__app__banner:hover {
  right: 4px;
}

.header__app__banner>.store-container{
  padding: 7px 8px;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #ffc008;
  box-shadow: 0 3px 6px 0 rgb(244 169 0 / 30%);
}
.header__app__banner>.store-container>.store-logo {
  width: 31px;
  height: auto;
  vertical-align: bottom;
}

.header__app__banner>.toApp_container{
  width: 413px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border: 2px solid #ffc008;
  border-left: 0;
  height: 40px;
  border-radius: 0 8px 8px 0;
  background: #fff;
}
.header__app__banner>.toApp_container>p{
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.header__app__banner>.toApp_container>img {
  margin: 0 14px;
}
.header__app__banner>.toApp_container>button {
  padding: 0 1px;
  background: #ffc008;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  line-height: 2.07;
  height: 20px;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
} */

.tabs-wrapper{
  padding-top: 50px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.contents-wrapper {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.contents__entries {
  max-width: 100rem !important;
  width: 100% !important;
}

.contents__entries .entries {
  grid-template-columns: repeat(3, 1fr) !important;
  row-gap: 2rem !important;
  column-gap: 2rem !important;
}

.entry[data-entry-type=grid] {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 320 / 325 !important;
}

.entry[data-entry-type=grid] .entry__thumb {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 0.4rem !important;
}

#ranking_side_posts>.entry[data-entry-type=grid]{
  aspect-ratio: auto !important;
}

#ranking_side_posts>.entry[data-entry-type=grid] .entry__thumb {
  width: 7rem !important;
  height: 7rem !important;
  border-radius: 0.3rem !important;
}
.breadcrumb {
  background-color: transparent !important;
}

.breadcrumb>.breadcrumb__content {
  width: 100% !important;
}

.ui-tabs .ui-tabs-nav {
  overflow-x: scroll !important;
  display: flex !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ui-tabs .ui-tabs-nav::-webkit-scrollbar {
  display: none;
}
.ui-tabs .ui-tabs-nav li {
  float: none !important;
}


@media screen and (min-width: 900px) and (max-width: 1240px) {
  .entry[data-entry-type=grid] {
      width: 100% !important;
      height: 100% !important;
      aspect-ratio: auto !important;
    }
  .content__wrapper>.contents>.post{
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    max-width: 660px !important;
    grid-template-columns: 1fr !important;
    grid-gap: 0 !important;
grid-template-areas:
    "post ."
    "share ."
    "related ."
    "latest ."
    "ranking ." !important;
  }
.content__wrapper >.contents >.post>.post__container {
  width: 100% !important;
}
}
@media screen and (max-width: 899px){
    .entry[data-entry-type=grid] {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: auto !important;
      }
  .content__wrapper>.contents>.post {
      margin-left: auto !important;
      margin-right: auto !important;
      padding: 0 16px !important;
      width: 100% !important;
      max-width: 660px !important;
      grid-template-columns: 100% !important;
      grid-gap: 0 !important;
      grid-template-areas:
        "post ."
        "share ."
        "related ."
        "latest ."
        "ranking ." !important;
    }
    .content__wrapper>.contents>.post>.post__container {
      width: 100% !important;
    }
}

.service__image--5 {
  width: 115px;
  height: 28px;
}


.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.button-link {
  margin: auto auto auto 0;
  width: 100%;
  max-width: 460px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333 !important;
  background-color: #ffbb00;
  border-radius: 50px;
  position: relative;
  transition: all 0.25s ease-in;
}
.button-link::after {
  margin: auto;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top:0;
  bottom: 0;
  right: 32px;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M7.293 4.707 14.586 12l-7.293 7.293 1.414 1.414L17.414 12 8.707 3.293 7.293 4.707z"/></svg>');
}

.button-link:hover {
  background-color: rgba(255,187,0, 0.8);
}

.button-link.--center {
  margin: auto;
}

.button-link.--right {
  margin-left: auto;
  margin-right: 0;
}
