@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : streaming.css
Description : 放送・配信情報
===================================================================== */
@keyframes btnPlayAnime {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* ========================================================
    streaming
======================================================== */
.streaming {
  position: relative;
  width: 100%;
  padding: 20rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .streaming {
    padding: 15rem 0 12rem 0;
  }
}
.streaming .inner {
  max-width: 1080px;
}
.streaming_column {
  position: relative;
  width: 100%;
}
.streaming_ttl {
  position: relative;
  width: 111.9402985075%;
  margin: 0 -5.9701492537%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .streaming_ttl {
    width: 100%;
    margin: 0;
  }
}
.streaming_ttl > h2 {
  position: relative;
  display: inline-block;
  width: auto;
  padding-top: 7rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .streaming_ttl > h2 {
    padding-top: 0;
  }
}
.streaming_ttl > h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 18.6rem;
  aspect-ratio: 186/47;
  background-image: url(../images/common/common_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .streaming_ttl > h2::before {
    content: "";
    position: absolute;
    left: -12.8rem;
    top: 1.6rem;
    display: block;
    width: 11.6rem;
    aspect-ratio: 182/63;
    background-image: url(../images/common/common_bg04.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: scale(1, 1);
    z-index: -1;
  }
}
.streaming_ttl > h2::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .streaming_ttl > h2::after {
    content: "";
    position: absolute;
    right: -12.8rem;
    top: 1.6rem;
    display: block;
    width: 11.6rem;
    aspect-ratio: 182/63;
    background-image: url(../images/common/common_bg04.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: scale(-1, 1);
    z-index: -1;
  }
}
.streaming_ttl > h2 > em {
  position: relative;
  display: inline-block;
  color: transparent;
  font-family: "Cinzel Decorative", serif;
  font-size: 6.6rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .streaming_ttl > h2 > em {
    font-size: 7.2rem;
  }
}
.streaming_ttl > h2 > em::before {
  content: "";
  position: absolute;
  left: -8rem;
  top: -10rem;
  display: block;
  width: 13.7rem;
  aspect-ratio: 137/209;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  mix-blend-mode: color-dodge;
  z-index: -1;
}
.streaming_ttl > h2 > em > span {
  margin: 0 -0.3em;
  line-height: 1;
}
.streaming_ttl > h2 > span {
  position: relative;
  display: block;
  margin-top: 0.4em;
  color: #1393d0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .streaming_ttl > h2 > span {
    font-size: 2rem;
  }
}
.streaming_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .streaming_wrap {
    margin-top: 6rem;
  }
}
.streaming_tv {
  position: relative;
  width: 100%;
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .streaming_tv {
    padding: 7.5rem 0;
  }
}
.streaming_tv::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  z-index: -3;
}
.streaming_tv_bg01 {
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  display: block;
  width: 100vw;
  height: 1rem;
  background: linear-gradient(90deg, #73571c 0%, #a0864e 25%, #f0d69e 50%, #a0864e 75%, #73571c 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .streaming_tv_bg01 {
    height: 5px;
  }
}
.streaming_tv_bg01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .streaming_tv_bg01::before {
    top: 2px;
    height: 2px;
  }
}
.streaming_tv_bg02 {
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  display: block;
  width: 100vw;
  height: 1rem;
  background: linear-gradient(90deg, #73571c 0%, #a0864e 25%, #f0d69e 50%, #a0864e 75%, #73571c 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .streaming_tv_bg02 {
    height: 5px;
  }
}
.streaming_tv_bg02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .streaming_tv_bg02::before {
    bottom: 2px;
    height: 2px;
  }
}
.streaming_tv_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  line-height: 1;
}
.streaming_tv_ttl > em {
  position: relative;
  display: inline-block;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .streaming_tv_ttl > em {
    font-size: 4rem;
  }
}
.streaming_tv_ttl > em::before {
  content: "";
  position: absolute;
  left: -1.1em;
  top: 50%;
  display: block;
  height: 0.72em;
  aspect-ratio: 43/36;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(1, 1);
  z-index: -1;
}
.streaming_tv_ttl > em::after {
  content: "";
  position: absolute;
  right: -1.1em;
  top: 50%;
  display: block;
  height: 0.72em;
  aspect-ratio: 43/36;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(-1, 1);
  z-index: -1;
}
.streaming_tv_ttl > em > span {
  display: inline-block;
  color: transparent;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.streaming_tv_onair {
  position: relative;
  width: 111.9402985075%;
  margin: 6rem -5.9701492537% 0 -5.9701492537%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .streaming_tv_onair {
    width: 100%;
    margin: 4.5rem 0 0 0;
  }
}
.streaming_tv_onair * {
  letter-spacing: 0;
}
.streaming_tv_onair_grade {
  display: inline-block;
  width: auto;
  color: transparent;
  background: linear-gradient(90deg, #fa82fa 0%, #6b93ff 50%, #007dd1 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.streaming_tv_onair_text01 {
  width: 100%;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #fa82fa 0%, #6b93ff 50%, #007dd1 100%) 1;
     border-image: linear-gradient(90deg, #fa82fa 0%, #6b93ff 50%, #007dd1 100%) 1;
}
@media screen and (min-width: 768px) {
  .streaming_tv_onair_text01 {
    padding-bottom: 2.4rem;
  }
}
.streaming_tv_onair_text01 > span {
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .streaming_tv_onair_text01 > span {
    font-size: 3.4rem;
  }
}
.streaming_tv_onair_text01 > span > em {
  display: inline-block;
  font-size: 137.5%;
  line-height: 1;
}
.streaming_tv_onair_text02 {
  width: 100%;
  padding-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .streaming_tv_onair_text02 {
    padding-top: 2.4rem;
  }
}
.streaming_tv_onair_text02:first-child {
  padding-top: 0;
}
.streaming_tv_onair_text02 > span {
  display: inline-block;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .streaming_tv_onair_text02 > span {
    font-size: 2.8rem;
  }
}
.streaming_tv_onair_text03 {
  width: 100%;
  padding-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .streaming_tv_onair_text03 {
    padding-top: 0.9rem;
  }
}
.streaming_tv_onair_text03 > span {
  display: inline-block;
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .streaming_tv_onair_text03 > span {
    font-size: 4.1rem;
  }
}
.streaming_tv_onair_text03 > span > em {
  display: inline-block;
  font-size: 137.5%;
  line-height: 1;
}
.streaming_tv_onair_text03 > span > small {
  display: block;
  margin-top: 0.1em;
  color: #007dd1;
  font-size: 2.4rem;
  font-weight: 600;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .streaming_tv_onair_text03 > span > small {
    font-size: 1.6rem;
  }
}
.streaming_tv_onair_text04 {
  position: relative;
  width: 100%;
}
.streaming_tv_onair_text04 > small {
  position: absolute;
  right: 0;
  top: -2.4em;
  display: block;
  color: #007dd1;
  font-size: 2.1rem;
  font-weight: 600;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .streaming_tv_onair_text04 > small {
    font-size: 1.5rem;
  }
}
.streaming_tv_onair_text05 {
  width: 100%;
  padding-top: 1.8rem;
}
@media screen and (min-width: 768px) {
  .streaming_tv_onair_text05 {
    padding-top: 1.35rem;
  }
}
.streaming_tv_onair_text05 > span {
  display: inline-block;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .streaming_tv_onair_text05 > span {
    font-size: 2.8rem;
  }
}
.streaming_tv_onair_text05 > span > small {
  display: block;
  margin-top: 0.1em;
  color: #007dd1;
  font-size: 2.4rem;
  font-weight: 600;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .streaming_tv_onair_text05 > span > small {
    font-size: 1.6rem;
  }
}
.streaming_service {
  position: relative;
  width: 100%;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .streaming_service {
    margin-top: 7.5rem;
  }
}
.streaming_service:first-child {
  margin-top: 0;
}
.streaming_service_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  line-height: 1;
}
.streaming_service_ttl > em {
  position: relative;
  display: inline-block;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .streaming_service_ttl > em {
    font-size: 4rem;
  }
}
.streaming_service_ttl > em::before {
  content: "";
  position: absolute;
  left: -1.1em;
  top: 50%;
  display: block;
  height: 0.72em;
  aspect-ratio: 43/36;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(1, 1);
  z-index: -1;
}
.streaming_service_ttl > em::after {
  content: "";
  position: absolute;
  right: -1.1em;
  top: 50%;
  display: block;
  height: 0.72em;
  aspect-ratio: 43/36;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(-1, 1);
  z-index: -1;
}
.streaming_service_ttl > em > span {
  display: inline-block;
  color: transparent;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.streaming_service_lead {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .streaming_service_lead {
    margin-top: 4.5rem;
  }
}
.streaming_service_lead > p {
  width: 100%;
  margin-top: 1em;
  color: #1393d0;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .streaming_service_lead > p {
    font-size: 2.4rem;
  }
}
.streaming_service_lead > p:first-child {
  margin-top: 0;
}
.streaming_service_wrap {
  position: relative;
  width: 111.9402985075%;
  margin: 6rem -5.9701492537% 0 -5.9701492537%;
  padding: 6rem 4rem;
}
@media screen and (min-width: 768px) {
  .streaming_service_wrap {
    width: 100%;
    margin: 4.5rem 0 0 0;
    padding: 4.5rem 8rem;
  }
}
.streaming_service_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4279b8;
  mix-blend-mode: color-burn;
  opacity: 0.2;
  z-index: -3;
}
.streaming_service_subttl {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .streaming_service_subttl {
    margin-top: 3rem;
  }
}
.streaming_service_subttl:first-child {
  margin-top: 0;
}
.streaming_service_subttl > span {
  position: relative;
  display: block;
  padding-left: 0.8em;
  color: #004089;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .streaming_service_subttl > span {
    font-size: 2rem;
  }
}
.streaming_service_subttl > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  display: block;
  width: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
}
.streaming_service_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 4rem 0 -2.4rem 0;
}
@media screen and (min-width: 768px) {
  .streaming_service_list {
    margin: 3rem 0 -1.8rem 0;
  }
}
.streaming_service_list:first-child {
  margin-top: 0;
}
.streaming_service_list > li {
  width: 48.5074626866%;
  margin: 0 0 2.4rem 2.9850746269%;
}
@media screen and (min-width: 768px) {
  .streaming_service_list > li {
    width: 30.9523809524%;
    margin: 0 0 1.8rem 3.5714285714% !important;
  }
}
.streaming_service_list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .streaming_service_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.streaming_service_btn {
  position: relative;
  width: 100%;
  aspect-ratio: 325/98;
}
@media screen and (min-width: 768px) {
  .streaming_service_btn {
    aspect-ratio: 260/64;
  }
}
.streaming_service_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .streaming_service_btn > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .streaming_service_btn > a:hover::before {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .streaming_service_btn > a:hover > span {
    transform: translateY(-0.05em) scale(1.04);
  }
}
.streaming_service_btn > a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid;
  -o-border-image: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%) 1;
     border-image: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%) 1;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 1;
}
.streaming_service_btn > a > span {
  display: block;
  color: #1393d0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transform: translateY(-0.05em);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .streaming_service_btn > a > span {
    font-size: 1.8rem;
  }
}
.streaming_service_note {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .streaming_service_note {
    margin-top: 3rem;
  }
}
.streaming_service_note:first-child {
  margin-top: 0;
}
.streaming_service_note > li {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .streaming_service_note > li {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=streaming.css.map */