@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : ytvトップ
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
}

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

.lDef {
  position: relative;
  padding-top: 60px;
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  background-color: #ffffff;
}
.lDef img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.lDef a {
  display: block;
  color: #000000;
  word-break: break-all;
}
.lDef .inner {
  position: relative;
  margin: 0 auto;
  width: calc(690 / 750 * 100%);
  z-index: 2;
}

.gDef-wrapper {
  overflow-x: hidden;
}

.wrapper {
  position: relative;
}

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

.is-hidden {
  display: none;
}

.is-pc {
  display: none;
}

[v-cloak] {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-tab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
  .lDef a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .lDef .inner {
    width: calc(736 / 768 * 100%);
  }
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .lDef .inner {
    width: calc(1200 / 1920 * 100%);
    max-width: 1200px;
  }
  .is-pc {
    display: block !important;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
    共通
======================================================================*/
.swiper {
  visibility: hidden;
}
.swiper.swiper-initialized {
  visibility: visible;
}

.ytvTop-ttl {
  position: relative;
  margin-bottom: 4rem;
  font-size: 130%;
  font-weight: 700;
  padding-left: 1.5em;
}
.ytvTop-ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .ytvTop-ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.ytvTop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .ytvTop-list {
    margin: 0 calc(50% - 50vw);
  }
  .ytvTop-list > li {
    margin-bottom: 5rem;
    padding: 0 calc(20 / 750 * 100%);
  }
  .ytvTop-list > li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .ytvTop-list > li figure {
    margin-left: -5.9701492537%;
    width: 111.9402985075%;
  }
}
.ytvTop-list > li {
  width: 50%;
}
.ytvTop-list > li figure {
  position: relative;
  margin-bottom: 10px;
}
.ytvTop-list > li figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4em 0.8em;
  font-weight: 700;
  background: #FF8C00;
  border-bottom-left-radius: 0.8em;
}
.ytvTop-list > li h3 {
  line-height: 1.384;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.ytvTop-list-cat {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
  line-height: 1.2;
}
.ytvTop-list-cat::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0.3em;
  border-radius: 0.5em;
  height: 100%;
  background: #FFBA00;
}
.ytvTop-list-cat small {
  margin-left: 1em;
}
.ytvTop-list-sns {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ytvTop-list-sns li {
  margin-right: calc(15 / 690 * 100%);
  width: calc(126 / 690 * 100%);
}
.ytvTop-list-sns li:last-child {
  margin-right: 0;
}
.ytvTop-list-sns li a {
  padding: 16.6666666667% 0;
  background-color: #333333;
  border-radius: 3em;
}
.ytvTop-list-sns li a img {
  margin: auto;
  width: 41.2698412698%;
}
.ytvTop-list-time {
  margin-top: 4rem;
  font-size: 80%;
}

@media screen and (min-width: 768px) {
  .ytvTop-list > li {
    margin: 0 calc(12 / 736 * 100%) 40px 0;
    width: calc(175 / 736 * 100%);
  }
  .ytvTop-list > li:nth-child(4n) {
    margin-right: 0;
  }
  .ytvTop-list > li:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  .ytvTop-list > li figure {
    border-radius: 2rem;
    overflow: hidden;
  }
  .ytvTop-list > li figure img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .ytvTop-list > li a:hover figure img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .ytvTop-list-cat {
    font-size: 80%;
  }
  .ytvTop-list-sns {
    margin-top: 10px;
  }
  .ytvTop-list-sns li {
    max-width: 60px;
  }
  .ytvTop-list-sns li a:hover {
    background: #FF8C00;
  }
  .ytvTop-list-time {
    margin-top: 10px;
  }
}
.ytvTop_mv-slider,
.ytvTop_pickup_1-slider,
.ytvTop_pickup_2-slider,
.ytvTop_recommend_2-slider,
.ytvTop_banner-slider {
  overflow: visible;
}

.ytvTop-slider-prev,
.ytvTop-slider-next {
  display: block;
  position: absolute;
  top: calc(50% - 1.25em);
  z-index: 3;
}
.ytvTop-slider-prev.swiper-button-disabled,
.ytvTop-slider-next.swiper-button-disabled {
  display: none !important;
}
.ytvTop-slider-prev svg,
.ytvTop-slider-next svg {
  width: 6.4rem;
  height: 6.4rem;
  fill: #FFBA00;
}

.ytvTop-slider-prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.ytvTop-slider-next {
  right: 0;
}

.ytvTop-slider-item figure {
  margin-bottom: 10px;
  border-radius: 1.2rem;
  overflow: hidden;
}
.ytvTop-slider-item h3 {
  color: #D9D9D9;
  line-height: 1.428;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .ytvTop-slider-prev,
  .ytvTop-slider-next {
    top: calc(50% - 3.2rem);
    cursor: pointer;
  }
  .ytvTop-slider-prev svg,
  .ytvTop-slider-next svg {
    width: max(6.4rem, 44px);
    height: max(6.4rem, 44px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .ytvTop-slider-prev:hover svg,
  .ytvTop-slider-next:hover svg {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .ytvTop-slider-item figure img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .ytvTop-slider-item a:hover figure img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .ytvTop-slider-item h3 {
    font-size: 100%;
  }
}
.btn_arrow1 {
  text-align: right;
  margin-top: 5rem;
}
.btn_arrow1 a {
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
  font-weight: 500;
  color: #FF8C00;
}
.btn_arrow1 a svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
  stroke: #FF8C00;
}

@media screen and (min-width: 768px) {
  .btn_arrow1 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.2em;
  }
  .btn_arrow1 a {
    font-size: 92%;
  }
  .btn_arrow1 a svg {
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  .btn_arrow1 a:hover svg {
    right: -0.3em;
  }
}
.ytvTop_tabContent > li {
  display: none;
}
.ytvTop_tabContent > li.is-active {
  display: block;
}

.movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_embed iframe,
.movie_embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =====================================================================
    emergency
======================================================================*/
.ytvTop_emergency {
  margin-bottom: 4rem;
  padding: 3rem 0;
  line-height: 1.357;
  background: #D9D9D9;
}
.ytvTop_emergency-ttl {
  margin-bottom: 0.8em;
}
.ytvTop_emergency-ttl span {
  position: relative;
  display: block;
  padding-left: 2em;
}
.ytvTop_emergency-ttl span::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1.7em;
  height: 1.7em;
  background: url(../img/icon_megaphone.svg) no-repeat center/contain;
}
.ytvTop_emergency-desc {
  padding: 2rem;
  background-color: #fff;
  border-radius: 2rem;
}
.ytvTop_emergency-desc a {
  font-size: 92%;
}

.ytvTop_emergency-desc .btn_arrow1 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .ytvTop_emergency-desc .btn_arrow1 {
    position: relative;
    /* margin-top: 1em; */
  }
}

@media screen and (min-width: 1200px) {
  .ytvTop_emergency {
    padding: 0;
    background: transparent;
  }
  .ytvTop_emergency .inner {
    max-width: 800px;
    border-radius: 2rem;
    border: 1px solid #D9D9D9;
    overflow: hidden;
  }
  .ytvTop_emergency-ttl {
    margin-bottom: 0;
    padding: 2rem 7.5%;
    background: #D9D9D9;
  }
  .ytvTop_emergency-desc {
    border-radius: 0;
  }
}
/* =====================================================================
    disaster
======================================================================*/
.ytvTop_disaster {
  margin-bottom: 4rem;
  /*background-color: #E20D06;*/
}
.ytvTop_disaster-head {
  line-height: 1.4;
}
.ytvTop_disaster-head a {
  position: relative;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .ytvTop_disaster-head a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 1.8em;
    color: #fff;
  }
}
.ytvTop_disaster-head a svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  stroke: #fff;
}
.ytvTop_disaster-ttl {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.2em;
  padding-left: 2.5em;
  font-weight: 700;
}
.ytvTop_disaster-ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background: url(../img/icon_attention.svg) no-repeat center/contain;
}
.ytvTop_disaster-subttl {
  font-size: 112%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ytvTop_disaster-wrap {
    position: relative;
    padding: 4rem 0;
  }
  .ytvTop_disaster-wrap::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-color: #A20400;
    z-index: -1;
  }
}
.ytvTop_disaster-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ytvTop_disaster-tab li {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
  padding: 3rem 0;
  width: calc(335 / 690 * 100%);
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2rem;
}
.ytvTop_disaster-tab li::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
  border-top: 0.6em solid #fff;
  border-bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ytvTop_disaster-tab li.is-active {
  background-color: #fff;
}
.ytvTop_disaster-tab li.is-active::after {
  opacity: 1;
}
.ytvTop_disaster-content .movie_embed {
  border-radius: 2rem;
  overflow: hidden;
}

.warning-disaster .ytvTop_disaster {
  background-color: #E20D06;
}

.warning-caution .ytvTop_disaster {
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .ytvTop_disaster {
    padding: 2.4rem 0;
  }
  .ytvTop_disaster .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ytvTop_disaster-head {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 1em;
  }
  .ytvTop_disaster-head a {
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 3rem;
    height: 100%;
    background-color: #fff;
    border-radius: 2rem;
  }
  .ytvTop_disaster-head a svg {
    right: -1.5em;
  }
  .ytvTop_disaster-ttl {
    margin: 0 0 1em;
    font-size: 122%;
    /*color: #E20D06;*/
  }
  .ytvTop_disaster-subttl {
    margin-bottom: 0.5em;
    font-size: 150%;
  }
  .ytvTop_disaster-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 2rem;
    width: calc(337 / 736 * 100%);
  }
  .ytvTop_disaster-tab li {
    padding: 2rem 0;
    cursor: pointer;
  }
  .warning-disaster .ytvTop_disaster .ytvTop_disaster-ttl {
    color: #E20D06;
  }
  .warning-caution .ytvTop_disaster .ytvTop_disaster-ttl {
    color: #000;
  }
}
@media screen and (min-width: 1200px) {
  .ytvTop_disaster {
    padding: 0;
    background: transparent !important;
  }
  .ytvTop_disaster .inner {
    padding: 3rem;
    /*background-color: #E20D06;*/
    border-radius: 2rem;
  }
  .ytvTop_disaster-head {
    width: 59.4736842105%;
  }
  .ytvTop_disaster-ttl {
    margin-bottom: 1em;
    font-size: 122%;
    /*color: #E20D06;*/
  }
  .ytvTop_disaster-subttl {
    margin-bottom: 0.5em;
    font-size: 150%;
  }
  .ytvTop_disaster-wrap {
    width: 37.5438596491%;
  }
  .warning-disaster .ytvTop_disaster .inner {
    background-color: #E20D06;
  }
  .warning-caution .ytvTop_disaster .inner {
    background-color: #000;
  }
}
/* =====================================================================
    program
======================================================================*/
.ytvTop_program {
  padding: 2.5rem 0;
  border-radius: 4rem 4rem 0 0;
  background: #FFBA00;
}
.ytvTop_program-today {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 128%;
  color: #fff;
}
.ytvTop_program-list {
  overflow: visible;
}
.ytvTop_program-list-item {
  height: auto !important;
}
.ytvTop_program-list-item a,
.ytvTop_program-list-item > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
}
.ytvTop_program-list-item.is-now .ytvTop_program-list-time {
  padding-right: 2em;
  color: #fff;
  background: #FF8C00;
}
.ytvTop_program-list-item.is-now .ytvTop_program-list-time::before {
  content: "";
  display: block;
  width: 140%;
  height: 2.8em;
  margin-bottom: 0.3em;
  background: url(../img/text_NOWONAIR-sp.svg) no-repeat center/contain;
}
.ytvTop_program-list-item.is-now .ytvTop_program-list-time::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -0.35em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid #FF8C00;
  border-right: 0;
}
.ytvTop_program-list-time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 2rem;
  font-size: 80%;
  background: #ECECEC;
}
.ytvTop_program-list-ttl {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 2rem;
  height: 100%;
}
.ytvTop_program-list-ttl p {
  line-height: 1.333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .ytvTop_program {
    border-radius: 0;
  }
  .ytvTop_program .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ytvTop_program-today {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 0;
    width: 110px;
    height: 100%;
    font-size: 18px;
    line-height: 1.222;
    color: #FF8C00;
    z-index: 2;
  }
  .ytvTop_program-today::before, .ytvTop_program-today::after {
    content: "";
    position: absolute;
    display: block;
    top: -8px;
    left: 20px;
    width: 12px;
    height: 24px;
    background: url(../img/img_binder.svg) no-repeat center/contain;
  }
  .ytvTop_program-today::after {
    left: auto;
    right: 20px;
  }
  .ytvTop_program-today span {
    padding: 10px 0;
    background-color: #fff;
    border: 3px solid;
    border-radius: 20px;
  }
  .ytvTop_program-list {
    margin-right: calc(-16 / 736 * 100%);
    width: calc(635 / 736 * 100%);
  }
  .ytvTop_program-list-item a:hover {
    -webkit-box-shadow: 0 0 0 3px #FF8C00;
            box-shadow: 0 0 0 3px #FF8C00;
  }
  .ytvTop_program-list-time {
    font-size: 100%;
  }
  .ytvTop_program-list-ttl p {
    line-height: 1.692;
  }
}
@media screen and (max-width: 1399px) {
  .ytvTop_program-head,
  .ytvTop_program-list-item svg {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .ytvTop_program {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0;
    width: 300px;
    background: #FFBA00;
    border: 2px solid #FF8C00;
    border-radius: 12px;
    z-index: 10;
  }
  .ytvTop_program::before, .ytvTop_program::after {
    content: "";
    position: absolute;
    display: block;
    top: -10px;
    left: 33px;
    width: 21px;
    height: 41px;
    background: url(../img/img_binder.svg) no-repeat center/contain;
  }
  .ytvTop_program::after {
    left: auto;
    right: 33px;
  }
  .ytvTop_program .inner {
    display: contents;
  }
  .ytvTop_program-head {
    position: relative;
    padding: 10px 20px;
    color: #fff;
  }
  .ytvTop_program-head .btn_arrow1 {
    top: auto;
    bottom: 10px;
    right: 20px;
  }
  .ytvTop_program-head .btn_arrow1 a {
    color: #fff;
  }
  .ytvTop_program-head .btn_arrow1 svg {
    stroke: #fff;
  }
  .ytvTop_program-year {
    text-align: center;
    font-family: "Monomaniac One", sans-serif;
  }
  .ytvTop_program-date {
    font-size: 20px;
  }
  .ytvTop_program-date span {
    position: relative;
    bottom: -0.05em;
    margin-right: 0.2em;
    font-family: "Monomaniac One", sans-serif;
    font-size: 180%;
  }
  .ytvTop_program-today {
    display: none;
  }
  .ytvTop_program-list {
    margin-right: 0;
    width: 100%;
    height: 35rem;
    overflow-y: auto;
    border-radius: 0 0 12px 12px;
    visibility: visible !important;
  }
  .ytvTop_program-list .swiper-wrapper {
    display: block;
  }
  .ytvTop_program-list-item {
    border-bottom: 1px solid #D9D9D9;
  }
  .ytvTop_program-list-item.is-now .ytvTop_program-list-time::before {
    margin-left: -17%;
    width: 130%;
    height: 1em;
    background-image: url(../img/text_NOWONAIR-pc.svg);
  }
  .ytvTop_program-list-item a,
  .ytvTop_program-list-item > div {
    border-radius: 0;
    padding-right: 1em;
  }
  .ytvTop_program-list-item a svg {
    position: absolute;
    top: 50%;
    right: 0.3em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.8em;
    height: 0.8em;
    stroke: #FFBA00;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  .ytvTop_program-list-item a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .ytvTop_program-list-item a:hover svg {
    right: 0;
  }
  .ytvTop_program-list-item > div svg {
    display: none;
  }
  .ytvTop_program-list-time {
    text-align: center;
    padding: 1rem !important;
    width: 21.3333333333%;
    font-size: 13px;
  }
  .ytvTop_program-list-ttl {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .ytvTop_program {
    right: 3vw;
  }
}
/* =====================================================================
    MV
======================================================================*/
.ytvTop_mv::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #1F1F1F;
}
.ytvTop_mv-slider {
  position: relative;
  padding: 22px 0 40px;
  z-index: 1;
}
.ytvTop_mv-slider-item {
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  pointer-events: none;
}
.ytvTop_mv-slider-item::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 3rem;
  z-index: 5;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.ytvTop_mv-slider-item.swiper-slide-active {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  pointer-events: auto;
}
.ytvTop_mv-slider-item.swiper-slide-active::after {
  opacity: 0;
}
.ytvTop_mv-slider-item a {
  position: relative;
}
.ytvTop_mv-slider-item figure,
.ytvTop_mv-slider-item .movie_embed {
  border-radius: 3rem;
  overflow: hidden;
}
.ytvTop_mv-slider-item figure {
  position: relative;
}
.ytvTop_mv-slider-item figure::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(2%, rgba(0, 0, 0, 0.6)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 2%, transparent 100%);
}
.ytvTop_mv-slider-item .ytvTop-list-cat,
.ytvTop_mv-slider-item h3 {
  position: absolute;
  left: 0;
  right: 0;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.ytvTop_mv-slider-item .ytvTop-list-cat {
  bottom: 55px;
  color: #D9D9D9;
}
.ytvTop_mv-slider-item h3 {
  bottom: 10px;
  height: 46px;
  color: #ffffff;
  line-height: 1.428;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.ytvTop_mv-slider .ytvTop-slider-prev,
.ytvTop_mv-slider .ytvTop-slider-next {
  top: calc(50% - 7rem);
}
.ytvTop_mv-slider .ytvTop-slider-prev {
  margin-left: calc(30 / 750 * 100%);
}
.ytvTop_mv-slider .ytvTop-slider-next {
  margin-right: calc(30 / 750 * 100%);
}
.ytvTop_mv-slider .ytvTop-slider-pagination {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ytvTop_mv-slider .ytvTop-slider-pagination span {
  width: 30px;
  border-radius: 1em;
  background-color: #D9D9D9;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  opacity: 1;
}
.ytvTop_mv-slider .ytvTop-slider-pagination span.swiper-pagination-bullet-active {
  background-color: #FFBA00;
}

@media screen and (min-width: 768px) {
  .ytvTop_mv-slider .ytvTop-slider-prev {
    margin-left: calc(100 / 768 * 100%);
  }
  .ytvTop_mv-slider .ytvTop-slider-next {
    margin-right: calc(100 / 768 * 100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ytvTop_mv-slider-item.swiper-slide-active .ytvTop-list-cat {
    bottom: 30px;
  }
  .ytvTop_mv-slider-item.swiper-slide-active h3 {
    bottom: -12px;
  }
}
@media screen and (min-width: 1200px) {
  .ytvTop_mv-slider-item .ytvTop-list-cat {
    bottom: 65px;
  }
  .ytvTop_mv-slider-item h3 {
    height: 56px;
  }
  .ytvTop_mv-slider .ytvTop-slider-prev {
    margin-left: calc(430 / 1920 * 100%);
  }
  .ytvTop_mv-slider .ytvTop-slider-next {
    margin-right: calc(430 / 1920 * 100%);
  }
}
/* =====================================================================
    head
======================================================================*/
.ytvTop_head {
  padding: 4rem 0 10rem;
  background-color: #1F1F1F;
}
.ytvTop_head-list > li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ytvTop_head-list > li {
    padding: 0 calc(30 / 750 * 100%);
  }
  .ytvTop_head-list > li:nth-last-child(2) {
    margin-bottom: 5rem;
  }
}
.ytvTop_head-list a {
  color: #ffffff;
}
.ytvTop_head .ytvTop-list-cat {
  color: #D9D9D9;
}

@media screen and (min-width: 768px) {
  .ytvTop_head {
    padding: 40px 0 0;
  }
  .ytvTop_head::before {
    content: "";
    position: absolute;
    display: block;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 150px;
    background: url(../img/bg_curved.svg) no-repeat center bottom/cover;
    z-index: 1;
  }
  .ytvTop_head-list > li {
    margin: 0 calc(10 / 736 * 100%) 20px 0 !important;
    width: calc(238 / 736 * 100%);
  }
  .ytvTop_head-list > li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .ytvTop_head-list > li:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
  }
  .ytvTop_head-list h3 {
    font-size: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .ytvTop_head_pickup {
    position: relative;
  }
  .ytvTop_head_pickup::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -6.8rem;
    width: 39.2rem;
    height: 100%;
    background: url(../img/bg_ciecle1-l.svg) repeat-y top left/100% auto;
    z-index: 2;
  }
  .ytvTop_head_pickup::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: -5.2rem;
    width: 37.6rem;
    height: 100%;
    background: url(../img/bg_ciecle1-r.svg) repeat-y top left/100% auto;
    z-index: 2;
  }
}
/* =====================================================================
    pickup
======================================================================*/
.ytvTop_pickup {
  padding: 8rem 0;
  background-color: #353432;
}
.ytvTop_pickup::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_dots.svg) repeat center/5rem auto;
  opacity: 0.07;
}
.ytvTop_pickup .inner > *:not(:last-child) {
  margin-bottom: 8rem;
}
.ytvTop_pickup .ytvTop-ttl {
  color: #FF8C00;
}
.ytvTop_pickup .ytvTop-ttl::before {
  background-image: url(../img/icon_pin.svg);
}
.ytvTop_pickup .ytvTop-slider-prev,
.ytvTop_pickup .ytvTop-slider-next {
  display: none;
}

@media screen and (min-width: 768px) {
  .ytvTop_pickup {
    padding: 80px 0 40px;
  }
  .ytvTop_pickup .inner > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .ytvTop_pickup_1-slider, .ytvTop_pickup_2-slider {
    overflow: hidden;
  }
  .ytvTop_pickup .ytvTop-slider-prev,
  .ytvTop_pickup .ytvTop-slider-next {
    display: block;
  }
  .ytvTop_pickup .ytvTop-slider-prev svg,
  .ytvTop_pickup .ytvTop-slider-next svg {
    fill: #FF8C00;
  }
}
/* =====================================================================
    button
======================================================================*/
.ytvTop_button {
  padding: 6rem 0;
}
.ytvTop_button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ytvTop_button-list li {
  margin: 0 0 2.5rem 0;
  width: 21.2rem;
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .ytvTop_button-list li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
.ytvTop_button-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0;
  height: 100%;
  font-size: 112%;
  font-weight: 700;
  color: #FF8C00;
  line-height: 1.277;
  border-radius: 20px;
  border: 0.5rem solid #FF8C00;
  -webkit-box-shadow: 0.6rem 0.6rem 0 0 #FFF462;
          box-shadow: 0.6rem 0.6rem 0 0 #FFF462;
}
@media screen and (max-width: 767px) {
  .ytvTop_button-list li a .is-tab {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .ytvTop_button {
    padding: 40px 0;
  }
  .ytvTop_button-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ytvTop_button-list li {
    margin: 0 calc(12 / 736 * 100%) 0 0;
    width: calc(112 / 736 * 100%);
    height: 74px;
    height: max(9rem, 74px);
  }
  .ytvTop_button-list li:last-child {
    margin-right: 0;
  }
  .ytvTop_button-list li a:hover {
    -webkit-transform: translate(0.6rem, 0.6rem);
            transform: translate(0.6rem, 0.6rem);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 1200px) {
  .ytvTop_button-list li a {
    font-size: 2rem;
    border-radius: 3em;
  }
}
/* =====================================================================
    news
======================================================================*/
.ytvTop_news {
  padding: 10rem 0;
  background: #F5F5F5;
}
.ytvTop_news .ytvTop-ttl::before {
  background-image: url(../img/icon_newspaper.svg);
}

@media screen and (min-width: 768px) {
  .ytvTop_news {
    padding: 40px 0;
  }
}
/* =====================================================================
    recommend
======================================================================*/
.ytvTop_recommend {
  padding: 10rem 0;
  background: #1F1F1F;
}
.ytvTop_recommend .inner > *:not(:last-child) {
  position: relative;
  margin-bottom: 10rem;
}
.ytvTop_recommend .ytvTop-ttl {
  color: #FF8C00;
}
.ytvTop_recommend_1 .ytvTop-ttl::before {
  background-image: url(../img/icon_good.svg);
}
.ytvTop_recommend_1-list a {
  color: #ffffff;
}
.ytvTop_recommend_1 .ytvTop-list-cat {
  color: #D9D9D9;
}
.ytvTop_recommend_2 {
  position: relative;
}
.ytvTop_recommend_2 .ytvTop-ttl::before {
  background-image: url(../img/icon_tv.svg);
}
.ytvTop_recommend_2-list a {
  color: #ffffff;
}
.ytvTop_recommend .ytvTop-slider-prev,
.ytvTop_recommend .ytvTop-slider-next {
  display: none;
}

@media screen and (min-width: 768px) {
  .ytvTop_recommend {
    padding: 40px 0;
  }
  .ytvTop_recommend .inner > *:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .ytvTop_recommend::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -4rem;
    width: 34.5rem;
    height: 100%;
    background: url(../img/bg_ciecle2-l.svg) repeat-y top left/100% auto;
    z-index: 2;
  }
  .ytvTop_recommend::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: -2.8rem;
    width: 34.8rem;
    height: 100%;
    background: url(../img/bg_ciecle2-r.svg) repeat-y top left/100% auto;
    z-index: 2;
  }
  .ytvTop_recommend_2-slider {
    overflow: hidden;
  }
  .ytvTop_recommend .ytvTop-slider-prev,
  .ytvTop_recommend .ytvTop-slider-next {
    display: block;
  }
  .ytvTop_recommend .ytvTop-slider-prev svg,
  .ytvTop_recommend .ytvTop-slider-next svg {
    fill: #FF8C00;
  }
}
/* =====================================================================
    present & watch
======================================================================*/
.ytvTop_pw {
  padding: 10rem 0;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .ytvTop_pw .ytvTop-ttl {
    padding-left: 0;
  }
  .ytvTop_pw .ytvTop-ttl::before {
    display: none;
  }
}
.ytvTop_pw-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ytvTop_pw-tab > li {
  text-align: center;
  padding: 3rem 0;
  width: calc(335 / 690 * 100%);
  font-weight: 500;
  color: #ffffff;
  background: #FF8C00;
  border-radius: 1em 1em 0 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ytvTop_pw-tab > li span {
  position: relative;
}
.ytvTop_pw-tab > li span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #FF8C00;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.ytvTop_pw-tab > li svg {
  position: relative;
  top: 0.05em;
  margin-right: 0.2em;
  width: 1.1em;
  height: 1.1em;
  fill: #ffffff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.ytvTop_pw-tab > li.is-active {
  color: #FF8C00;
  background: #ffffff;
}
.ytvTop_pw-tab > li.is-active span::after {
  opacity: 1;
}
.ytvTop_pw-tab > li.is-active svg {
  fill: #FF8C00;
}
.ytvTop_pw-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .ytvTop_pw-list {
    padding: calc(30 / 690 * 100%) calc(20 / 690 * 100%);
    background: #ffffff;
    border-radius: 0 0 1.2em 1.2em;
  }
  .ytvTop_pw-list > li {
    padding-bottom: 5rem;
    border-bottom: 1px solid #707070;
  }
  .ytvTop_pw-list > li:nth-child(2n) {
    margin-right: 0;
  }
  .ytvTop_pw-list > li:nth-last-child(-n+2) {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.ytvTop_pw-list > li {
  margin: 0 calc(30 / 690 * 100%) 5rem 0;
  width: 47.6923076923%;
}
.ytvTop_pw-list > li figure {
  margin-bottom: 10px;
  border-radius: 1em;
  overflow: hidden;
}
.ytvTop_pw-list > li p {
  line-height: 1.384;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .ytvTop_pw {
    padding: 40px 0;
  }
  .ytvTop_pw-present .ytvTop-ttl::before {
    background: url(../img/icon_present.svg) no-repeat center/contain;
  }
  .ytvTop_pw-watch .ytvTop-ttl::before {
    background: url(../img/icon_curtain.svg) no-repeat center/contain;
  }
  .ytvTop_pw-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ytvTop_pw-content > li {
    display: block !important;
    width: calc(362 / 736 * 100%);
  }
  .ytvTop_pw-list > li {
    margin: 0 2.7624309392% 14px 0;
    width: 31.4917127072%;
  }
  .ytvTop_pw-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .ytvTop_pw-list > li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .ytvTop_pw-list > li figure img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .ytvTop_pw-list > li a:hover figure img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
/* =====================================================================
    info
======================================================================*/
.ytvTop_bottom {
  padding: 10rem 0;
}
.ytvTop_bottom .inner > *:not(:last-child) {
  margin-bottom: 10rem;
}

.ytvTop_info .ytvTop-ttl::before {
  background-image: url(../img/icon_megaphone.svg);
}
.ytvTop_info-list {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}
.ytvTop_info-list > li {
  padding: 1.5rem 0 3rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.ytvTop_info-list > li a {
  position: relative;
  padding-right: 2em;
  line-height: 1.384;
}
.ytvTop_info-list > li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.1em;
  height: 1.1em;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
}
.ytvTop_info-list > li a:hover {
  color: #FFBA00;
}
.ytvTop_info-list > li.is-blank a::after {
  background-image: url(../img/icon_blank.svg);
}
.ytvTop_info-list > li.is-double a::after {
  background-image: url(../img/icon_double.svg);
}
.ytvTop_info-list > li time {
  display: block;
  margin-bottom: 2rem;
  font-size: 80%;
}

@media screen and (min-width: 768px) {
  .ytvTop_bottom {
    padding: 40px 0;
  }
  .ytvTop_bottom .inner > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .ytvTop_info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 0;
  }
  .ytvTop_info-list > li {
    margin: 0 calc(25 / 736 * 100%) 30px 0;
    width: calc(355 / 736 * 100%);
    padding: 0;
    border-bottom: 0;
  }
  .ytvTop_info-list > li:nth-child(2n) {
    margin-right: 0;
  }
  .ytvTop_info-list > li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .ytvTop_info-list > li time {
    margin-bottom: 10px;
  }
}
/* =====================================================================
    banner
======================================================================*/
.ytvTop_banner-flex {
  margin-top: 8rem;
}
.ytvTop_banner-flex > *:not(:last-child) {
  margin-bottom: 5rem;
}
.ytvTop_banner_1 .ytvTop-ttl, .ytvTop_banner_2 .ytvTop-ttl {
  padding-left: 0;
}
.ytvTop_banner_1 .ytvTop-ttl::before, .ytvTop_banner_2 .ytvTop-ttl::before {
  display: none;
}
.ytvTop_banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ytvTop_banner-list > li {
  margin: 0 calc(24 / 690 * 100%) 2.2rem 0;
  width: calc(333 / 690 * 100%);
}
@media screen and (max-width: 767px) {
  .ytvTop_banner-list > li:nth-child(2n) {
    margin-right: 0;
  }
  .ytvTop_banner-list > li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .ytvTop_banner-slider {
    height: calc(210 / 750 * 100vw);
    overflow: hidden;
  }
  .ytvTop_banner-slider-item {
    height: auto;
  }
  .ytvTop_banner-slider-item a:hover {
    opacity: 0.7;
  }
  .ytvTop_banner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .ytvTop_banner-flex > * {
    margin-bottom: 0 !important;
  }
  .ytvTop_banner_1, .ytvTop_banner_2 {
    width: calc(50% - 8px);
  }
  .ytvTop_banner_1 .ytvTop-ttl, .ytvTop_banner_2 .ytvTop-ttl {
    font-size: 18px;
  }
  .ytvTop_banner-list > li {
    margin: 0 16px 16px 0;
    width: calc(50% - 8px);
  }
  .ytvTop_banner-list > li:nth-child(2n) {
    margin-right: 0;
  }
  .ytvTop_banner-list > li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1200px) {
  .ytvTop_banner-slider {
    height: 23rem;
  }
  .ytvTop_banner_1 {
    width: calc(66.66% - 8px);
  }
  .ytvTop_banner_1 .ytvTop_banner-list > li {
    margin-right: 16px !important;
    width: calc(25% - 12px);
  }
  .ytvTop_banner_1 .ytvTop_banner-list > li:nth-child(4n) {
    margin-right: 0 !important;
  }
  .ytvTop_banner_2 {
    width: calc(33.33% - 8px);
  }
}
/* =====================================================================
    20231206 style.css追加分
======================================================================*/
/* ==========================================================
 base
========================================================== */
@media screen and (max-width: 1199px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .only-tab {
    display: none !important;
  }
}
/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.contents:before, .contents:after {
  content: "";
  display: table;
}

.clearfix:after,
.contents:after {
  clear: both;
}

/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents {
  *zoom: 1;
}

/* ==========================================================
 layout
========================================================== */
html.is-locked {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* ==========================================================
 wrapper & container
========================================================== */
.container {
  max-width: 1920px;
  margin: 0 auto;
}

/* ==========================================================
 header
========================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
@media screen and (min-width: 768px) {
  .header a:hover {
    opacity: 0.7;
  }
}
.header-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
.header-bar .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  height: 60px;
}
@media screen and (max-width: 1199px) {
  .header-bar .container {
    padding: 0 15px;
  }
}
.header-logo {
  position: relative;
  width: 58px;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 48px;
  }
}
@media screen and (max-width: 320px) {
  .header-logo {
    left: 90px;
  }
}
.header-utility {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header-utility > * {
  width: 60px;
  height: 100%;
}
.header-utility .btn {
  position: relative;
  text-align: center;
  padding-top: 40px;
  font-size: 13px;
  font-weight: 700;
}
.header-utility .btn .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
}
.header-utility .btn .text.text-close {
  display: none;
  background: url(/common/img/icon_close.svg) no-repeat center/20px auto;
}
.header-utility .btn.is-open .text.text-open {
  display: none;
}
.header-utility .btn.is-open .text.text-close {
  display: block;
}
.header-utility .btn-program .text-open {
  background: url(/common/img/icon_program.svg) no-repeat center/23px auto;
}
.header-utility .btn-search .text-open {
  background: url(/common/img/icon_search.svg) no-repeat center/20px auto;
}
.header-utility .btn-info .text-open {
  background: url(/common/img/icon_menu.svg) no-repeat center/26px auto;
}
@media screen and (max-width: 1199px) {
  .header-utility {
    width: 100%;
  }
  .header-utility .btn-schedule .text-open {
    background: url(/common/img/icon_schedule.svg) no-repeat center/23px auto;
  }
  .header-utility .btn-info {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .header-utility > * {
    width: auto;
    min-width: 32px;
    margin: 0 4px;
  }
  .header-utility .btn {
    font-size: 11px;
  }
  .header-utility .btn-info {
    margin-left: 0;
  }
  .header-utility .btn-program {
    margin-right: 0;
  }
}

/* nav-global
---------------------------------------------------------- */
.nav-group {
  height: 100%;
  margin: 0 auto 0 10px;
}

.nav-global {
  position: relative;
  height: 100%;
}
.nav-global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.nav-global ul li {
  margin: 0 0.9vw;
}
.nav-global ul li a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1;
}
.nav-global ul li a.arrow .text {
  display: inline-block;
  padding-right: 24px;
  background-image: url(/common/img/ico_arrow_down_01.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.nav-global ul li a.is-open {
  background-color: #ffcf38;
}
.nav-global ul li a.is-open .text.text-open {
  opacity: 0;
}
.nav-global ul li a.is-open .text.text-close {
  display: block;
}
@media screen and (min-width: 1400px) {
  .nav-global ul li a {
    font-size: 18px;
  }
}

/* header-modal
---------------------------------------------------------- */
.header-modal {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
.header-modal.modal-program, .header-modal.modal-ytv-info, .header-modal.modal-search {
  top: 60px;
}
.header-modal .modal-inner {
  height: 100%;
}
.header-modal .modal-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.header-modal .modal-ttl {
  text-align: center;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .header-modal .modal-ttl {
    font-size: 20px;
  }
}
.header-modal .modal-cont {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 60px);
  background-color: #fff;
  border-top: 2px solid #CBCBCB;
  overflow-y: auto;
}

/* nav-category
---------------------------------------------------------- */
.modal-program .modal-cont {
  padding: 40px 0;
}

.nav-category {
  width: 90%;
  margin: 0 auto 20px;
}
.nav-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav-category-list li {
  width: 32%;
  height: 75px;
  margin: 0 2% 2rem 0;
}
@media screen and (max-width: 767px) {
  .nav-category-list li:nth-child(3n) {
    margin-right: 0;
  }
}
.nav-category-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #FF8C00;
  line-height: 1.277;
  border-radius: 20px;
  border: 0.5rem solid #FF8C00;
  -webkit-box-shadow: 0.6rem 0.6rem 0 0 #FFF462;
          box-shadow: 0.6rem 0.6rem 0 0 #FFF462;
}
@media screen and (min-width: 768px) {
  .nav-category-list li {
    margin: 0 calc(12 / 736 * 100%) calc(12 / 736 * 100%) 0;
    width: calc(112 / 736 * 100%);
    height: 90px;
  }
  .nav-category-list li:last-child {
    margin-right: 0;
  }
  .nav-category-list li a {
    font-size: 18px;
  }
  .nav-category-list li a:hover {
    -webkit-transform: translate(0.6rem, 0.6rem);
            transform: translate(0.6rem, 0.6rem);
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
}

/* reset google searchbox
---------------------------------------------------------- */
.gstl_50.gssb_c,
.gstl_51.gssb_c {
  z-index: 10000000 !important;
}

.gsc-completion-container .gssb_a img {
  display: inline !important;
  width: auto !important;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
  border: none !important;
}

.gsc-input-box {
  padding: 0 !important;
}
.gsc-input-box table {
  border: none !important;
}

.gsib_a {
  padding: 0 !important;
}

.gsst_a {
  border: none !important;
}

.gsib_b,
.gsst_b {
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border: none !important;
}

.gsc-search-box .gsc-input > input:hover,
.gsc-input-box-hover,
.gsc-search-box .gsc-input > input:focus,
.gsc-input-box-focus,
.cse input.gsc-search-button:hover,
input.gsc-search-button:hover {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header-search .box-input input {
  font-size: 120% !important;
  line-height: 1.6 !important;
}

/* header-search
---------------------------------------------------------- */
.header-search {
  padding: 40px 0;
}

.box-input {
  position: relative;
  margin: 0 auto 30px;
  width: 730px;
}
@media screen and (max-width: 1199px) {
  .box-input {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .box-input {
    width: 90%;
  }
}
.box-input .gsc-search-box > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D9D9D9;
  border-radius: 3em;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
}
.box-input .gsc-input {
  width: 100%;
}
.box-input .gsib_b {
  height: 100%;
}
.box-input .gsc-search-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12%;
}
.box-input .gsc-search-button-v2 {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  background: #FFBA00;
  border: 0;
}
.box-input .gsc-search-button-v2 svg {
  width: 40%;
  height: 40%;
}
.box-input input {
  display: block;
  padding: 0.6em 1em !important;
  width: 100%;
  background-position: center left 1em !important;
}
.box-input input::-webkit-input-placeholder, .box-input input::-moz-placeholder, .box-input input:-ms-input-placeholder, .box-input input:-moz-placeholder {
  color: #DBDBDB;
}

.box-keywords .list-keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  white-space: nowrap;
}
.box-keywords .list-keywords li {
  display: inline-block;
  margin: 0 2.4rem 2.4rem 0;
}
.box-keywords .list-keywords a {
  display: block;
  padding-bottom: 0.3em;
  font-size: 17px;
  color: #FFBA00;
  border-bottom: 2px solid;
}
@media screen and (max-width: 1199px) {
  .box-keywords .list-keywords {
    width: 80%;
  }
  .box-keywords .list-keywords a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .box-keywords .list-keywords {
    width: 90%;
  }
}

/* nav-ytv-info
---------------------------------------------------------- */
.nav-ytv-info {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
.nav-ytv-info ul {
  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;
}
.nav-ytv-info ul a {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .nav-ytv-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .nav-ytv-info ul {
    width: 100%;
  }
}

.ytv-info-menu {
  margin-right: 5.5rem;
}
.ytv-info-menu > li {
  margin-right: 3rem;
}
.ytv-info-menu > li:last-child {
  margin-right: 0;
}
.ytv-info-menu > li a,
.ytv-info-menu > li > button {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 1.2em;
  font-weight: 700;
  font-size: 18px;
}
.ytv-info-menu > li a::after,
.ytv-info-menu > li > button::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
  background: url(/common/img/icon_arrow_orange.svg) no-repeat center/contain;
}
@media screen and (max-width: 1199px) {
  .ytv-info-menu {
    margin-right: 0;
  }
  .ytv-info-menu > li {
    position: relative;
    width: 100%;
    margin-right: 0;
    border-bottom: 2px solid #CBCBCB;
  }
  .ytv-info-menu > li::before {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    left: 15px;
    width: 4px;
    height: 15px;
    background: #FF8C00;
    border-radius: 0.5em;
    pointer-events: none;
  }
  .ytv-info-menu > li a,
  .ytv-info-menu > li > button {
    text-align: left;
    padding: 20px 30px;
    font-size: 15px;
  }
  .ytv-info-menu > li a::after,
  .ytv-info-menu > li > button::after {
    right: 10px;
  }
  .ytv-info-menu > li > button {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .ytv-info-menu > li > button::after {
    background-image: url(/common/img/icon_plus.svg);
  }
  .ytv-info-menu > li > button:hover {
    opacity: 0.7;
  }
  .ytv-info-menu > li > button.is-active::after {
    background-image: url(/common/img/icon_minus.svg);
  }
  .ytv-info-menu > li ul li {
    margin-left: auto;
    width: calc(100% - 30px);
    border-top: 2px solid #CBCBCB;
  }
}

.ytv-info-sns > li {
  width: 60px;
  margin-right: 0.5rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 3em;
}
.ytv-info-sns > li:last-child {
  margin-right: 0;
}
.ytv-info-sns > li > a {
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.ytv-info-sns > li > a img {
  width: 35%;
}
.ytv-info-sns-x {
  border-color: #000;
}
.ytv-info-sns-fb {
  border-color: #0866FF;
}
@media screen and (max-width: 1199px) {
  .ytv-info-sns {
    margin-top: 45px;
  }
  .ytv-info-sns > li {
    margin-right: 10px;
    width: 80px;
  }
}

@media screen and (max-width: 1199px) {
  #modalYtvInfo .modal-cont {
    padding-bottom: 100px;
    width: 290px;
    max-width: 100%;
    height: calc(100vh - 60px);
  }
}
/* =====================================================================
    20231206 footer.css追加分
======================================================================*/
/* list-sns-01
---------------------------------------------------------- */
.footer .list-sns-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
.footer .list-sns-01 li {
  padding: 0 10px;
}
.footer .list-sns-01 a {
  display: block;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.footer .list-sns-01 a:hover {
  opacity: 0.7;
}
.footer .list-sns-01 .ico {
  width: 45px;
}
.footer .list-sns-01 .ico img {
  width: 100%;
}
.footer .list-sns-01 .text {
  margin-top: 8px;
  font-size: 12px;
  color: #999999;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .list-sns-01 a:hover {
    opacity: 1;
  }
  .footer .list-sns-01 .text {
    margin-top: 5px;
    font-size: 8px;
  }
}

/* ==========================================================
 footer
========================================================== */
.footer {
  padding-top: 40px;
  background-color: #F5F5F5;
  overflow: hidden;
}
.footer a:hover {
  opacity: 0.7;
}
.footer-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    width: calc(690 / 750 * 100%);
  }
}
.footer-logo {
  margin: 0 auto;
  width: 10.25%;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 80px;
  }
}
.footer .btn-pagetop {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  width: 28px;
  height: 28px;
  background: url(/common/img/ico_pagetop.png) no-repeat center/contain;
  text-indent: -9999px;
  overflow: hidden;
}
.footer-main {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .footer-main {
    padding: 0;
  }
}
.footer-license {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 25px -60px;
}
.footer-license .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 60px;
}
.footer-license .item .image {
  width: 25px;
}
.footer-license .item .image img {
  width: 100%;
}
.footer-license .item .text {
  margin-left: 10px;
  color: #7c7c7c;
  font-size: 11px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .footer-license {
    margin-left: -20px;
  }
  .footer-license .item {
    margin-left: 20px;
  }
  .footer-license .item .text {
    font-size: 10px;
  }
}
.footer-nav-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
}
.footer-nav-pc .col {
  width: 22.5%;
}
@media screen and (min-width: 768px) {
  .footer-nav-pc .btn-accordion {
    pointer-events: none;
  }
  .footer-nav-pc .btn-accordion + .list-links {
    display: block !important;
  }
}
.footer-nav-pc .title {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
}
.footer-nav-pc .title::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 4px;
  height: 16px;
  background: #FFBA00;
  border-radius: 0.5em;
  pointer-events: none;
}
.footer-nav-pc li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-nav-pc a {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .footer-nav-pc {
    border-top: 2px solid #CBCBCB;
  }
  .footer-nav-pc .col {
    width: 100%;
    border-bottom: 2px solid #CBCBCB;
  }
  .footer-nav-pc .title {
    margin-bottom: 0;
    padding: 16px 28px;
  }
  .footer-nav-pc .title::before {
    top: 16px;
    left: 10px;
  }
  .footer-nav-pc .btn-accordion::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(/common/img/icon_plus.svg) no-repeat center/contain;
  }
  .footer-nav-pc .btn-accordion.is-active::after {
    background-image: url(/common/img/icon_minus.svg);
  }
  .footer-nav-pc .list-links {
    padding: 20px 0;
  }
  .footer-nav-pc li {
    margin-left: auto;
    padding-bottom: 10px;
    width: calc(100% - 30px);
  }
}
.footer-bottom .list-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}
.footer-bottom .list-links li {
  margin: 0 0.7em 15px;
}
.footer-bottom .list-links li a {
  font-size: 11px;
  color: #707070;
}
.footer-copyright {
  padding: 20px 0;
  font-size: 10px;
  color: #969696;
  background-color: #D9D9D9;
  text-align: center;
}
.footer-copyright .copy-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-copyright .copy-pc {
    display: none;
  }
  .footer-copyright .copy-sp {
    display: inline !important;
  }
}

/* =====================================================================
    cookie
======================================================================*/
.cookie-field {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 5px;
  z-index: 9999999;
  padding: 30px;
  background-color: rgb(255, 255, 255);
  color: #000;
  -webkit-box-shadow: 0 8px 30px -10px #999999;
          box-shadow: 0 8px 30px -10px #999999;
  -webkit-animation: fadeIn 2s ease 1s 1 normal backwards;
          animation: fadeIn 2s ease 1s 1 normal backwards;
}

.cookie-block {
  position: relative;
  margin: 0 auto;
  width: 960px;
}

.cookie-block .cookie-contents {
  float: left;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", helvetica, arial, clean, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.cookie-block .sentence {
  line-height: 25px;
}

.cookie-block .sentence a {
  display: inline-block;
}

.cookie-block .sentence a:link {
  color: #0000ee;
  text-decoration: underline;
}

.cookie-block .button {
  margin-left: 80px;
  margin-top: 15px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  text-align: center;
  background-color: #263c53;
  color: #fff;
  letter-spacing: 3px;
  cursor: pointer;
  padding: 0px;
}

@media screen and (max-width: 979px) {
  .cookie-field {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 20px;
  }
  .cookie-block {
    display: inline-block;
    width: 100%;
  }
  .cookie-block .cookie-contents {
    float: none;
  }
  .cookie-block .sentence {
    line-height: 22px;
  }
  .cookie-block .button {
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cookie-block .cookie-contents {
    font-size: 10px;
  }
  .cookie-block .sentence {
    line-height: 18px;
  }
  .cookie-block .button {
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.ytvTOP_info2 li {
  padding: 1.5rem 0 3rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

.ytvTOP_info2 time {
  display: block;
  margin-bottom: 2rem;
  font-size: 80%;
}

@media screen and (min-width: 768px) {
  .ytvTOP_info2 {
    width: 48.2336956522%;
  }
}/*# sourceMappingURL=top2023.css.map */
