@charset "UTF-8";

.forPc {
  display: inline;
}
.forSp {
  display: none;
}

@media screen and (max-width: 768px) {
  .forPc {
    display: none;
  }
  .forSp {
    display: inline;
  }

}

.streaming {
  position: relative;
}

.streaming::before {
  background-image: url(../img/bg_img_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100dvh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .streaming::before {
    background-image: url(../img/bg_img_sp.jpg);
  }
}

.streaming_title {
  margin: 17.862vw auto 0;
  position: relative;
  width: 49.41vw;
}
.streaming_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/text_streaming1.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;

  animation-name: translate_b1;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.streaming_title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/text_streaming2.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;

  animation-name: translate_b2;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.streaming_title span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.streaming_title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/text_streaming3.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 3;

  animation-name: translate_b3;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.streaming_title > img {
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .streaming_title {
    margin: 51.388vw auto 0;
    position: relative;
    width: 91.666vw;
  }

}

.streaming_box {
  background-color: rgba(0,0,0, .6);
  box-sizing: border-box;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .streaming_box {
    margin: 43vw auto 24.44vw;
    padding: 20vw 3.6vw;
    width: 91.666vw;
  }
}

@media screen and (min-width: 769px) {
  .streaming_box {
    margin: 13.03vw auto 10.688vw;
    padding: 7.6vw 5.85vw;
    width: 88%;
  }
}

.streaming_ltitle {
  background-color: #FFD900;
  color: #000;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .streaming_ltitle {
    font-size: 6.6vw;
    line-height: 1.75;
    margin-top: 15vw;
    padding-bottom: .1em;
  }
}

@media screen and (min-width: 769px) {
  .streaming_ltitle {
    font-size: 1.9vw;
    line-height: 1.5;
    margin-top: 7.6vw;
    padding-bottom: .1em;
  }
}

.streaming_ltitle:first-of-type {
  margin-top: 0;
}

.streaming_stitle {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: .1em .5em;
}

@media screen and (max-width: 768px) {
  .streaming_stitle {
    border-radius: 1.112vw;
    font-size: 5vw;
    margin-bottom: 8.88vw;
    margin-top: 8.88vw;
  }
}

@media screen and (min-width: 769px) {
  .streaming_stitle {
    border-radius: 0.2vw;
    font-size: 1.46vw;
    margin-bottom: 2.928vw;
    margin-top: 2.928vw;
  }
}

/* .streaming_list {

}

.streaming_list.center {

} */

@media screen and (max-width: 768px) {
  /* .streaming_list {

  } */
  .streaming_list.center {
    margin-top: 8.88vw;
  }
}

@media screen and (min-width: 769px) {
  .streaming_list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .streaming_list::after {
    display: block;
    content: "";
    width: 24.23vw;
  }
  .streaming_list.center {
    justify-content: center;
    margin-top: 2.928vw;
  }
  .streaming_list.center::after {
    display: none;
  }
}

/* .streaming_item {

} */

@media screen and (max-width: 768px) {
  .streaming_item {
    height: 17.22vw;
    margin-top: 5.55vw;
  }
  .streaming_item:first-of-type {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .streaming_item {
    height: 4.978vw;
    margin-top: 2.04vw;
    width: 24.23vw;
  }
  .streaming_item:nth-of-type(-n + 3) {
    margin-top: 0;
  }
}


.streaming_link {
  align-items: center;
  background-color: transparent;
  border: 1px solid #FFD900;
  color: #FFD900;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  font-weight: 900;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.streaming_link::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #FFD900;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.streaming_link > span {
  display: block;
  font-weight: 500;
  line-height: 1;
  text-align: center; 
  width: 100%;
}

@media screen and (max-width: 768px) {
  .streaming_link {
    border-radius: 18vw;
    font-size: 5vw;
  }
  .streaming_link::after {
    border-width: 1.5vw 0 1.5vw 2.25vw;
    right: 8vw;
  }
  .streaming_link > span {
    font-size: 3.88vw;
    margin-top: -1.25em;
  }
}

@media screen and (min-width: 769px) {
  .streaming_link {
    border-radius: 5vw;
    font-size: 1.464vw;
  }
  .streaming_link::after {
    border-width: .36vw 0 .36vw .5vw;
    right: 2vw;
    transition: .25s;
  }
  .streaming_link:hover {
    background-color: rgba(255,217,0,.15);
    transition: .25s;
  }
  .streaming_link:hover::after {
    right: 1.5vw;
  }
  .streaming_link > span {
    font-size: 1.02vw;
    margin-top: -1.25em;
  }
}