@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : article.css
Description : 詳細ページ
===================================================================== */
@-webkit-keyframes gradeAnimation {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@keyframes gradeAnimation {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
.article {
  padding: 40rem 0 20rem;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(190, 190, 255, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(190, 190, 255, 0.3);
}
.article_ttl {
  margin-bottom: 8rem;
  line-height: 1.6;
  -webkit-filter: hue-rotate(360deg);
          filter: hue-rotate(360deg);
  -webkit-animation: gradeAnimation 10s linear infinite;
          animation: gradeAnimation 10s linear infinite;
  background-size: 200% 200%;
  background-image: -webkit-gradient(linear, left top, right top, from(#65007b), color-stop(#7b0040), color-stop(#5d3200), color-stop(#005913), color-stop(#004f4a), color-stop(#003e62), to(#080059));
  background-image: linear-gradient(to right, #65007b, #7b0040, #5d3200, #005913, #004f4a, #003e62, #080059);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.article_ttl span {
  display: block;
}
.article_ttl .ja {
  margin-bottom: 0.8em;
  font-size: 153%;
  font-weight: 700;
  letter-spacing: 0;
}
.article_content > *:not(:last-child) {
  margin-bottom: 6rem;
}
.article_content figure figcaption {
  text-align: right;
  margin-top: 0.5em;
  font-size: 75%;
  letter-spacing: 0;
  line-height: 1.3;
}
.article_content figure figcaption .ja {
  display: block;
  font-weight: 700;
}
.article_content figure figcaption .en {
  display: block;
  margin-top: 0.5em;
}
.article_content p {
  line-height: 1.8;
}
.article_content p.ja {
  font-weight: 700;
}
.article_onair {
  position: relative;
  padding: 5.5rem 0;
  line-height: 1.3;
}
.article_onair::before, .article_onair::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-filter: hue-rotate(360deg);
          filter: hue-rotate(360deg);
  -webkit-animation: gradeAnimation 10s linear infinite;
          animation: gradeAnimation 10s linear infinite;
  background-size: 200% 200%;
  background-image: -webkit-gradient(linear, left top, right top, from(#76008f), color-stop(#8f004b), color-stop(#713d00), color-stop(#006d17), color-stop(#00635d), color-stop(#004b76), to(#0a006d));
  background-image: linear-gradient(to right, #76008f, #8f004b, #713d00, #006d17, #00635d, #004b76, #0a006d);
}
.article_onair::after {
  top: auto;
  bottom: 0;
}
.article_onair dt {
  font-size: 153%;
}
.article_onair dd {
  margin-top: 0.3em;
}

.btn_lineup {
  margin: 0 0 8rem auto;
  width: 29rem;
}
.btn_lineup a {
  position: relative;
  padding: 5.1724137931% 27.5862068966%;
  padding-right: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  color: #fff;
  background-color: #000000;
  overflow: hidden;
}
.btn_lineup a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 3.4482758621%;
  height: 100%;
  -webkit-filter: hue-rotate(360deg);
          filter: hue-rotate(360deg);
  -webkit-animation: gradeAnimation 10s linear infinite;
          animation: gradeAnimation 10s linear infinite;
  background-size: 200% 200%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#65007b), color-stop(#7b0040), color-stop(#5d3200), color-stop(#005913), color-stop(#004f4a), color-stop(#003e62), to(#080059));
  background-image: linear-gradient(to top, #65007b, #7b0040, #5d3200, #005913, #004f4a, #003e62, #080059);
}
.btn_lineup a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  margin-left: 10.3448275862%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg) translateY(-50%);
          transform: rotate(225deg) translateY(-50%);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

a.btn_official {
  position: relative;
  text-align: center;
  margin: 12rem auto 0;
  padding: 3.6rem 0;
  width: calc(600 / 650 * 100%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 80%;
  color: #fff;
  -webkit-filter: hue-rotate(360deg);
          filter: hue-rotate(360deg);
  -webkit-animation: gradeAnimation 10s linear infinite;
          animation: gradeAnimation 10s linear infinite;
  background-size: 200% 200%;
  background-image: -webkit-gradient(linear, left top, right top, from(#76008f), color-stop(#8f004b), color-stop(#713d00), color-stop(#006d17), color-stop(#00635d), color-stop(#004b76), to(#0a006d));
  background-image: linear-gradient(to right, #76008f, #8f004b, #713d00, #006d17, #00635d, #004b76, #0a006d);
  border-radius: 3em;
}
a.btn_official::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 2.8em;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
a.btn_official span {
  display: block;
  margin-bottom: 0.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 150%;
}

@media screen and (min-width: 768px) {
  .article {
    padding: 20rem 0 15rem;
  }
  .article_ttl {
    margin-bottom: 6rem;
  }
  .article_ttl .ja {
    font-size: 180%;
  }
  .article_ttl .en {
    font-size: 150%;
  }
  .article_content > *:not(:last-child) {
    margin-bottom: 4rem;
  }
  .article_content figure {
    margin-left: auto;
    margin-right: auto;
    width: calc(800 / 1200 * 100%);
  }
  .article_onair dt {
    font-size: 230%;
  }
  .article_onair dd {
    font-size: 150%;
  }
  .btn_lineup {
    width: 26rem;
  }
  .btn_lineup a {
    font-size: 3rem;
  }
  .btn_lineup a:hover {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  a.btn_official {
    margin-top: 8rem;
    padding: 2.6rem 0;
    width: calc(800 / 1200 * 100%);
    font-size: 90%;
  }
  a.btn_official::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 solid #000000;
    border-radius: 3em;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
  }
  a.btn_official:hover::before {
    border-width: 0.6rem;
  }
}/*# sourceMappingURL=article.css.map */