@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- 関数 */
h1 .icon {
  width: 98px;
}
@media only screen and (max-width: 1250px) {
  h1 .icon {
    width: 7.84vw;
  }
}
@media only screen and (max-width: 768px) {
  h1 .icon {
    width: 15.3125vw;
  }
}

#content .check {
  position: relative;
  font-size: 46px;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  #content .check {
    font-size: 3.68vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .check {
    font-size: 4.53125vw;
  }
}
#content .txt-detail {
  position: relative;
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  z-index: 2;
  padding-top: 0.6em;
}
@media only screen and (max-width: 1250px) {
  #content .txt-detail {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .txt-detail {
    font-size: 3.75vw;
  }
}
#content .txt-detail a {
  color: #FF0000;
}
#content .share, #content .btn-top {
  position: relative;
  z-index: 2;
}

#top {
  position: relative;
  z-index: 2;
}
#top .bnr {
  width: 1057px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 1250px) {
  #top .bnr {
    width: 84.56vw;
    margin-top: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .bnr {
    width: 100%;
    margin-top: 4.6875vw;
  }
}
#top .bnr a {
  position: relative;
  display: block;
}
#top .bnr a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  transform: rotate(90deg) translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: url("../img/parts/arrow_wh2.svg") no-repeat center center #FF0000;
  background-size: 30px auto;
  transition: all 0.35s ease;
  transform-origin: center top;
}
@media only screen and (max-width: 1250px) {
  #top .bnr a::after {
    width: 4.8vw;
    height: 4.8vw;
    border-radius: 4vw;
    background-size: 2.4vw auto;
  }
}
@media only screen and (max-width: 768px) {
  #top .bnr a::after {
    right: 2.5vw;
    width: 7.5vw;
    height: 7.5vw;
    border-radius: 7.8125vw;
    background-size: 3.59375vw auto;
  }
}
#top .bnr a:hover::after {
  transform: rotate(90deg) scale(1.2) translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #top .bnr a:hover::after {
    transform: rotate(90deg) translateY(-50%);
  }
}
#top .bnr.bnr-streaming {
  margin-top: 20px;
}
@media only screen and (max-width: 1250px) {
  #top .bnr.bnr-streaming {
    margin-top: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .bnr.bnr-streaming {
    margin-top: 3.125vw;
  }
}

section {
  position: relative;
}
section .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1920px;
  width: 100vw;
}
@media only screen and (max-width: 768px) {
  section .bg {
    width: 100%;
    min-width: unset;
  }
}
section h2 {
  margin-bottom: 23px;
}
@media only screen and (max-width: 1250px) {
  section h2 {
    margin-bottom: 1.84vw;
  }
}
@media only screen and (max-width: 768px) {
  section h2 {
    margin-bottom: 3.90625vw;
  }
}

#floor1 {
  padding-top: 40px;
  margin-bottom: 98px;
}
@media only screen and (max-width: 1250px) {
  #floor1 {
    padding-top: 3.2vw;
    margin-bottom: 7.84vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor1 {
    padding-top: 6.25vw;
    margin-bottom: 12.1875vw;
  }
}
#floor1 .bg {
  top: -566px;
}
@media only screen and (max-width: 768px) {
  #floor1 .bg {
    top: -89.84375vw;
  }
}
#floor1 .box {
  display: flex;
}
#floor1 .box1 {
  justify-content: left;
}
@media only screen and (max-width: 768px) {
  #floor1 .box1 {
    justify-content: center;
    margin-bottom: 0.78125vw;
  }
}
#floor1 .box1 .image {
  width: 887px;
}
@media only screen and (max-width: 1250px) {
  #floor1 .box1 .image {
    width: 70.96vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor1 .box1 .image {
    width: 85.3125vw;
  }
}
#floor1 .box2 {
  justify-content: right;
  margin-top: -233px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1250px) {
  #floor1 .box2 {
    margin-top: -18.64vw;
    margin-bottom: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor1 .box2 {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 8.75vw;
  }
}
#floor1 .box2 .image {
  width: 754px;
}
@media only screen and (max-width: 1250px) {
  #floor1 .box2 .image {
    width: 60.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor1 .box2 .image {
    width: 85.3125vw;
  }
}
#floor1 .box3 {
  justify-content: left;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1250px) {
  #floor1 .box3 {
    margin-bottom: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor1 .box3 {
    justify-content: center;
    margin-bottom: 8.75vw;
  }
}
#floor1 .box3 .image {
  width: 763px;
}
@media only screen and (max-width: 1250px) {
  #floor1 .box3 .image {
    width: 61.04vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor1 .box3 .image {
    width: 85.3125vw;
  }
}
#floor1 .box4 {
  justify-content: right;
}
@media only screen and (max-width: 768px) {
  #floor1 .box4 {
    justify-content: center;
    margin-top: 0;
  }
}
#floor1 .box4 .image {
  width: 813px;
}
@media only screen and (max-width: 1250px) {
  #floor1 .box4 .image {
    width: 65.04vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor1 .box4 .image {
    width: 85.3125vw;
  }
}

#floor7 {
  padding-top: 78px;
  margin-bottom: 84px;
}
@media only screen and (max-width: 1250px) {
  #floor7 {
    padding-top: 6.24vw;
    margin-bottom: 6.72vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor7 {
    margin-bottom: 5.9375vw;
  }
}
#floor7 .box {
  display: flex;
}
#floor7 .box1 {
  justify-content: left;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1250px) {
  #floor7 .box1 {
    margin-bottom: 2.72vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor7 .box1 {
    margin-bottom: 8.59375vw;
    justify-content: center;
  }
}
#floor7 .box1 .image {
  width: 1054px;
}
@media only screen and (max-width: 1250px) {
  #floor7 .box1 .image {
    width: 84.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor7 .box1 .image {
    width: 85.3125vw;
  }
}
#floor7 .box2 {
  justify-content: right;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1250px) {
  #floor7 .box2 {
    margin-bottom: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor7 .box2 {
    justify-content: center;
    margin-bottom: 8.75vw;
  }
}
#floor7 .box2 .image {
  width: 890px;
}
@media only screen and (max-width: 1250px) {
  #floor7 .box2 .image {
    width: 71.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor7 .box2 .image {
    width: 85.3125vw;
  }
}
#floor7 .box3 {
  justify-content: left;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1250px) {
  #floor7 .box3 {
    margin-bottom: 5.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor7 .box3 {
    justify-content: center;
    margin-bottom: 8.75vw;
  }
}
#floor7 .box3 .image {
  width: 1019px;
}
@media only screen and (max-width: 1250px) {
  #floor7 .box3 .image {
    width: 81.52vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor7 .box3 .image {
    width: 85.3125vw;
  }
}
#floor7 .note {
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 1250px) {
  #floor7 .note {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #floor7 .note {
    font-size: 2.8125vw;
  }
}

#special {
  padding-bottom: 80px;
  border-bottom: 45px solid #000;
  background-color: #FFEC00;
}
@media only screen and (max-width: 1250px) {
  #special {
    margin-bottom: 6.4vw;
    border-bottom-width: 3.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #special {
    padding-bottom: 12.1875vw;
    border-bottom-width: 7.03125vw;
  }
}
#special .line-box {
  position: absolute;
  width: 100%;
  height: calc(100% + 45px);
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  #special .line-box {
    height: calc(100% + 3.6vw);
  }
}
@media only screen and (max-width: 768px) {
  #special .line-box {
    height: calc(100% + 7.03125vw);
  }
}
#special .line-box::before, #special .line-box::after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 100vw;
  transform: rotate(49deg);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #special .line-box::before, #special .line-box::after {
    width: 2.65625vw;
  }
}
#special .line-box::before {
  top: 0;
  right: calc(50% + 384px);
  transform-origin: top right;
}
@media only screen and (max-width: 768px) {
  #special .line-box::before {
    right: calc(50% + 33.4375vw);
  }
}
#special .line-box::after {
  bottom: 0;
  left: calc(50% + 150px);
  transform-origin: bottom left;
}
@media only screen and (max-width: 768px) {
  #special .line-box::after {
    left: calc(50% + 16.5625vw);
  }
}
#special h2 {
  position: relative;
  font-size: 68px;
  color: #FFEC00;
  line-height: 1.3;
  padding: 44px 0;
  font-weight: 800;
  background-color: #000;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1250px) {
  #special h2 {
    font-size: 5.44vw;
    padding: 3.52vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #special h2 {
    font-size: 7.5vw;
    padding: 4.6875vw 0;
  }
}
#special h2::before, #special h2::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #FFEC00;
}
@media only screen and (max-width: 1250px) {
  #special h2::before, #special h2::after {
    height: 0.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #special h2::before, #special h2::after {
    height: 0.625vw;
  }
}
#special h2::before {
  top: 10px;
}
@media only screen and (max-width: 1250px) {
  #special h2::before {
    top: 0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #special h2::before {
    top: 1.09375vw;
  }
}
#special h2::after {
  bottom: 10px;
}
@media only screen and (max-width: 1250px) {
  #special h2::after {
    bottom: 0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #special h2::after {
    bottom: 1.09375vw;
  }
}
#special .about {
  display: grid;
  grid-template-columns: 102px 1fr;
  gap: 0 16px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1250px) {
  #special .about {
    grid-template-columns: 8.16vw 1fr;
    gap: 0 2.5vw;
    margin-bottom: 3.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .about {
    display: block;
    margin: 0 2.34375vw 5.46875vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .about .logo {
    width: 61.71875vw;
    margin: 0 auto 3.90625vw;
  }
}
#special .about .txt-box p {
  font-size: 24px;
}
@media only screen and (max-width: 1250px) {
  #special .about .txt-box p {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .about .txt-box p {
    font-size: 3.75vw;
  }
}
#special .about .txt-box p:not(:last-child) {
  margin-bottom: 1.5em;
}
#special .box {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1250px) {
  #special .box {
    margin-bottom: 5.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .box {
    margin-bottom: 10.9375vw;
  }
}
#special .box h3 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1250px) {
  #special .box h3 {
    margin-bottom: 3.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .box h3 {
    margin-bottom: 2.8125vw;
  }
}
#special .box .youtube {
  width: 988px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 1250px) {
  #special .box .youtube {
    width: 79.04vw;
    margin-bottom: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .box .youtube {
    width: auto;
    margin-bottom: 2.34375vw;
  }
}
#special .box .youtube a {
  position: relative;
  display: block;
  height: 100%;
  border: 3px solid #fff;
}
@media only screen and (max-width: 768px) {
  #special .box .youtube a {
    border-width: 0.46875vw;
  }
}
#special .box .youtube a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 204px;
  height: 204px;
  background: url("../img/parts/play.png") no-repeat top center;
  background-size: contain;
  transition: all 0.35s ease;
  transform-origin: 0 0;
}
@media only screen and (max-width: 1250px) {
  #special .box .youtube a::after {
    width: 16.32vw;
    height: 16.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .box .youtube a::after {
    width: 19.53125vw;
    height: 19.53125vw;
  }
}
#special .box .youtube a:hover::after {
  transform: scale(1.05) translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #special .box .youtube a:hover::after {
    transform: translate(-50%, -50%);
  }
}
#special .box .youtube .txt {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  #special .box .youtube .txt {
    font-size: 3.75vw;
    margin-top: 0.9375vw;
  }
}
#special .box .youtube.off {
  pointer-events: none;
}
#special .box .image {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1250px) {
  #special .box .image {
    margin-bottom: 5.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .box .image {
    margin-bottom: 9.6875vw;
  }
}
#special .box .collabo {
  position: relative;
  border: 1px solid #000;
  padding: 1.5em 2em;
  box-sizing: border-box;
}
#special .box .collabo h4 {
  position: absolute;
  left: -1px;
  bottom: 100%;
  width: 264px;
}
@media only screen and (max-width: 1250px) {
  #special .box .collabo h4 {
    width: 21.12vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .box .collabo h4 {
    width: 41.25vw;
  }
}
#special .box .collabo p {
  font-size: 20px;
  line-height: 2;
}
@media only screen and (max-width: 1250px) {
  #special .box .collabo p {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .box .collabo p {
    font-size: 3.125vw;
  }
}
#special .btn-check {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 94px;
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  #special .btn-check {
    margin-top: 7.52vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .btn-check {
    width: 76.09375vw;
    margin: 0 auto;
  }
}
#special .btn-check a {
  display: flex;
  align-items: center;
  font-size: 44px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  padding: 35px 80px;
  gap: 0 40px;
  border-radius: 100px;
  text-decoration: none;
  border: 6px solid #000;
  transition: all 0.35s ease;
  background-color: #fff;
}
@media only screen and (max-width: 1250px) {
  #special .btn-check a {
    font-size: 3.52vw;
    padding: 2.8vw 6.4vw;
    border-width: 0.48vw;
    gap: 0 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .btn-check a {
    width: 100%;
    padding: 2.5vw 10.9375vw;
    font-size: 5.46875vw;
    line-height: 1.3;
    border-radius: 23.4375vw;
    text-align: center;
  }
}
#special .btn-check a img {
  width: 771px;
}
@media only screen and (max-width: 1250px) {
  #special .btn-check a img {
    width: 61.68vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .btn-check a img {
    width: 50.46875vw;
  }
}
#special .btn-check a::after {
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50px;
  transform: rotate(180deg);
  background: url("../img/parts/arrow_wh.svg") no-repeat 7px center #FF0000;
  background-size: 12px auto;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1250px) {
  #special .btn-check a::after {
    width: 2.32vw;
    height: 2.32vw;
    border-radius: 4vw;
    background-position: 0.56vw center;
    background-size: 0.96vw auto;
  }
}
@media only screen and (max-width: 768px) {
  #special .btn-check a::after {
    width: 4.53125vw;
    height: 4.53125vw;
    border-radius: 7.8125vw;
    background-position: 1.09375vw center;
    background-size: 1.875vw auto;
  }
}
#special .btn-check a:hover {
  background-color: #FFEC00;
}
#special .btn-check a:hover::after {
  transform: rotate(180deg) scale(1.3);
}

#streaming {
  margin-bottom: 95px;
}
@media only screen and (max-width: 1250px) {
  #streaming {
    margin-bottom: 7.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #streaming {
    margin-bottom: 8.59375vw;
  }
}
#streaming h3 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1250px) {
  #streaming h3 {
    margin-bottom: 2.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #streaming h3 {
    margin-bottom: 5vw;
  }
}
#streaming .inner .txt {
  font-size: 24px;
}
@media only screen and (max-width: 1250px) {
  #streaming .inner .txt {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #streaming .inner .txt {
    font-size: 3.75vw;
  }
}
#streaming .inner .grid-wrap {
  grid-template-columns: repeat(2, 571px);
  justify-content: space-between;
  margin: 30px 0 45px;
}
@media only screen and (max-width: 1250px) {
  #streaming .inner .grid-wrap {
    grid-template-columns: repeat(2, 45.68vw);
    margin: 2.4vw 0 3.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #streaming .inner .grid-wrap {
    display: block;
    width: 89.21875vw;
    margin: 4.6875vw auto 7.03125vw;
  }
}
#streaming .inner .apply {
  border: 1px solid #000;
  border-top: none;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1250px) {
  #streaming .inner .apply {
    padding-bottom: 16vw;
  }
}
@media only screen and (max-width: 768px) {
  #streaming .inner .apply {
    width: 89.21875vw;
    margin: 0 auto;
    padding-bottom: 31.25vw;
  }
}
#streaming .inner .apply .ttl {
  margin: 0 -1px;
}
#streaming .inner .apply .box {
  padding: 28px 42px;
}
@media only screen and (max-width: 1250px) {
  #streaming .inner .apply .box {
    padding: 2.24vw 3.36vw;
  }
}
@media only screen and (max-width: 768px) {
  #streaming .inner .apply .box {
    padding: 5.46875vw 6.5625vw;
  }
}
#streaming .inner .apply .box h4 {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  #streaming .inner .apply .box h4 {
    position: relative;
    margin-bottom: 4.6875vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#streaming .inner .apply .box p {
  font-size: 20px;
  line-height: 1.8;
}
@media only screen and (max-width: 1250px) {
  #streaming .inner .apply .box p {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #streaming .inner .apply .box p {
    font-size: 3.75vw;
  }
}
#streaming .inner .apply .box p.note {
  font-size: 18px;
}
@media only screen and (max-width: 1250px) {
  #streaming .inner .apply .box p.note {
    font-size: 1.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #streaming .inner .apply .box p.note {
    font-size: 2.8125vw;
  }
}
#streaming .inner .apply .box p a {
  color: #FF0000;
}
#streaming .inner .apply .box:not(:last-of-type) {
  border-bottom: 1px solid #000;
}
#streaming .inner .apply .box1 h4 {
  width: 730px;
}
@media only screen and (max-width: 1250px) {
  #streaming .inner .apply .box1 h4 {
    width: 58.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #streaming .inner .apply .box1 h4 {
    width: 81.5625vw;
  }
}
#streaming .inner .apply .box1 .note {
  border-top: 1px dotted #707070;
  padding-top: 0.5em;
  margin-top: 0.5em;
}
#streaming .inner .apply .box2 h4 {
  width: 366px;
}
@media only screen and (max-width: 1250px) {
  #streaming .inner .apply .box2 h4 {
    width: 29.28vw;
  }
}
@media only screen and (max-width: 768px) {
  #streaming .inner .apply .box2 h4 {
    width: 60vw;
  }
}
#streaming .inner .btn-server {
  position: absolute;
  bottom: 70px;
  left: 9%;
  display: flex;
  justify-content: center;
  margin-top: 94px;
  width: auto;
}
@media only screen and (max-width: 1250px) {
  #streaming .inner .btn-server {
    margin-top: 7.52vw;
    bottom: 5.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #streaming .inner .btn-server {
    bottom: 7.8125vw;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
  }
}
#streaming .inner .btn-server a {
  display: flex;
  align-items: center;
  font-size: 34px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  padding: 35px 80px;
  padding-right: 50px;
  border-radius: 100px;
  text-decoration: none;
  border: 6px solid #000;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1250px) {
  #streaming .inner .btn-server a {
    font-size: 2.72vw;
    padding: 2.8vw 6.4vw;
    padding-right: 4vw;
    border-width: 0.48vw;
  }
}
@media only screen and (max-width: 768px) {
  #streaming .inner .btn-server a {
    justify-content: center;
    width: 100%;
    padding: 2.5vw 6.25vw;
    padding-right: 3.125vw;
    font-size: 4.6875vw;
    line-height: 1.3;
    border-radius: 23.4375vw;
    text-align: center;
  }
}
#streaming .inner .btn-server a::after {
  content: "";
  position: relative;
  right: -20px;
  width: 29px;
  height: 29px;
  transform: rotate(180deg);
  border-radius: 50px;
  background: url("../img/parts/arrow_wh.svg") no-repeat 7px center #FF0000;
  background-size: 12px auto;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1250px) {
  #streaming .inner .btn-server a::after {
    width: 2.32vw;
    height: 2.32vw;
    border-radius: 4vw;
    background-size: 0.96vw auto;
  }
}
@media only screen and (max-width: 768px) {
  #streaming .inner .btn-server a::after {
    right: -1.875vw;
    width: 4.53125vw;
    height: 4.53125vw;
    border-radius: 7.8125vw;
    background-size: 1.875vw auto;
    background-position: 1.09375vw center;
  }
}
#streaming .inner .btn-server a:hover {
  background-color: #FFEC00;
}
#streaming .inner .btn-server a:hover::after {
  transform: rotate(180deg) scale(1.3);
}