@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : streaming.css
Description : 放送・配信情報
===================================================================== */
/* ========================================================
    streaming
======================================================== */
.streaming {
  position: relative;
  width: 100%;
  padding: 24rem 0;
}
@media screen and (min-width: 768px) {
  .streaming {
    padding: 24rem 0 18rem 0;
  }
}
.streaming::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #b62819;
  z-index: -4;
}
.streaming::after {
  content: "";
  position: absolute;
  left: 0;
  top: -86rem;
  display: block;
  width: 100%;
  height: 137.7rem;
  background-image: url(../images/common/common_bg08_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .streaming::after {
    top: -45.6rem;
    height: 96.8rem;
    background-image: url(../images/common/common_bg08_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .streaming::after {
    background-size: 100% 100%;
  }
}
.streaming_column {
  position: relative;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.streaming_ttl {
  position: relative;
  width: 100%;
  z-index: 1;
}
.streaming_ttl::before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  display: block;
  width: 200%;
  height: 12rem;
  background-image: url(../images/streaming/streaming_ttl.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
  transform: rotate(3deg);
  z-index: -1;
}
.streaming_ttl > figure {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 12rem;
  transform: rotate(-3.6deg);
  overflow: hidden;
}
.streaming_ttl > figure > img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.streaming_ttl > figure > img:nth-child(1) {
  animation: ttlAnime02-1 20s -10s linear infinite;
}
.streaming_ttl > figure > img:nth-child(2) {
  animation: ttlAnime02-2 20s 0s linear infinite;
}
.streaming_ttl > em {
  display: none;
}
.streaming_ttl > span {
  display: none;
}
.streaming_wrap {
  position: relative;
  width: 69rem;
  margin: 0 auto;
  padding-top: 24rem;
}
@media screen and (min-width: 768px) {
  .streaming_wrap {
    width: 100rem;
  }
}
.streaming_wrap > :first-child {
  margin-top: 0 !important;
}
.streaming_inner {
  position: relative;
  width: 92.7536231884%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .streaming_inner {
    width: 100%;
  }
}
.streaming_subttl {
  position: relative;
  width: 100%;
  margin-top: 12rem;
  padding: 2rem 4.5rem;
  border-radius: 5rem;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .streaming_subttl {
    margin-top: 9rem;
    padding: 1.5rem 4rem;
  }
}
.streaming_subttl > span {
  position: relative;
  display: block;
  padding-left: 6rem;
  color: #ffffff;
  font-family: "Dela Gothic One", serif;
  font-size: 4.6rem;
  line-height: 1;
  transform: translateY(-0.2rem);
}
@media screen and (min-width: 768px) {
  .streaming_subttl > span {
    padding-left: 5.4rem;
    font-size: 4rem;
  }
}
.streaming_subttl > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 4rem;
  aspect-ratio: 41/38;
  background-image: url(../images/common/common_bg07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .streaming_subttl > span::before {
    width: 3.4rem;
  }
}
.streaming_h4ttl {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  margin-bottom: -1rem;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .streaming_h4ttl {
    margin-top: 7.5rem;
    padding-bottom: 1rem;
  }
}
.streaming_h4ttl:first-child {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .streaming_h4ttl:first-child {
    margin-top: 3rem;
  }
}
.streaming_h4ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  background-image: url(../images/common/common_bg09.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .streaming_h4ttl::before {
    height: 0.2rem;
  }
}
.streaming_h4ttl > span {
  display: block;
  color: #ffffff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .streaming_h4ttl > span {
    font-size: 3rem;
  }
}
.streaming_h4ttl > span > small {
  font-size: 70%;
}
.streaming_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  color: #ffffff;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .streaming_text {
    margin-top: 3rem;
  }
}
.streaming_item {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .streaming_item {
    margin-top: 3rem;
  }
}
.streaming_item + .streaming_item {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .streaming_item + .streaming_item {
    margin-top: 4.5rem;
  }
}
.streaming_item > dt {
  width: 100%;
}
.streaming_item > dt > span {
  color: #ffffff;
  font-weight: 600;
}
.streaming_item > dd {
  width: 100%;
}
.streaming_item_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .streaming_item_list {
    margin-top: 1.5rem;
  }
}
.streaming_item_list > li {
  width: 48.4375%;
  aspect-ratio: 310/90;
  margin: 2rem 0 0 3.125%;
}
@media screen and (min-width: 768px) {
  .streaming_item_list > li {
    width: 32%;
    aspect-ratio: 320/70;
    margin: 1.5rem 0 0 2% !important;
  }
}
.streaming_item_list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .streaming_item_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.streaming_item_list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 5rem;
  border-radius: 5rem;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .streaming_item_list > li.link_action > a:hover {
    background-color: #ffc317;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .streaming_item_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .streaming_item_list > li.link_action > a:hover::before {
    border-color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .streaming_item_list > li.link_action > a:hover > span {
    color: #000000;
  }
}
.streaming_item_list > li > a::before {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  display: block;
  width: 0.5em;
  aspect-ratio: 1/1;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
.streaming_item_list > li > a > span {
  color: #ffffff;
  font-family: "M PLUS 1p", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .streaming_item_list > li > a > span {
    font-size: 2rem;
  }
}/*# sourceMappingURL=streaming.css.map */