@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  opacity: 0;
}
html.wf-inactive, html.wf-active {
  opacity: 1;
}

.gDef-top-banner {
  background-color: #000000;
}

.gDef-wrapper {
  overflow: clip;
}

.wrapper {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000000;
  background-color: #ebebeb;
  overflow-x: clip;
}
.wrapper section,
.wrapper main,
.wrapper header,
.wrapper footer,
.wrapper aside {
  position: relative;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a {
  display: block;
  color: #000000;
  word-wrap: break-word;
}

.main > * {
  overflow-x: hidden;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(650 / 750 * 100%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1600 * 100vw);
  }
  .wrapper {
    font-size: 2.2rem;
    font-size: max(2.2rem, 16px);
  }
  .wrapper a {
    transition: 0.3s ease;
  }
  .contents {
    position: relative;
  }
  .contents #gDefSide {
    right: 0;
    margin-right: 0;
  }
  .inner {
    margin: 0 auto;
    padding-right: calc(300px + 4rem);
    width: 100%;
    max-width: 1200px;
  }
  .is-sp {
    display: none !important;
  }
  .program_side-tver {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .contents #gDefSide {
    right: 50%;
    margin-right: -600px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
*    共通
* =================================================================== */
.movie-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt_popup {
  position: relative;
}
.yt_popup::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20%;
  padding-top: 20%;
  background: url(../images/common/btn_play.png) no-repeat center/contain;
  transition: 0.3s ease;
}
.yt_popup:hover::after {
  opacity: 0.7;
  transform: scale(1.1);
}
.yt_popup-short::after {
  width: 30%;
  padding-top: 30%;
}

.btn1 {
  text-align: center;
}
.btn1 a {
  position: relative;
  display: inline-block;
  padding: 4rem 2.5em;
  min-width: calc(600 / 650 * 100%);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 81%;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  background-color: #dc2424;
  border-radius: 3em;
  box-shadow: 0 0.15em 0.6em 0 rgba(0, 0, 0, 0.5);
}
.btn1 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2em;
  width: 1em;
  height: 1em;
  max-width: 2.6rem;
  max-height: 2.6rem;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2332CD32" viewBox="0 0 24 24"><polygon style="fill-rule:evenodd;clip-rule:evenodd;" points="7.9,0 4.9,3 13.8,12 4.9,21 7.9,24 19.9,12 "/></svg>');
  mask-size: contain;
  background-color: #ffffff;
}
.btn1.btn-externalLink a::after {
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2332CD32" viewBox="0 0 27 27"><polygon style="fill-rule:evenodd;clip-rule:evenodd;" points="13,0 13,2 23.5,2 12,13.5 13.5,15 25,3.5 25,14 27,14 27,0 	"/><polygon points="26,27 0,27 0,1 8,1 8,3 2,3 2,25 24,25 24,19 26,19 	"/></svg>');
}

@media screen and (min-width: 768px) {
  .btn1 a {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    min-width: calc(600 / 860 * 100%);
    font-size: 118%;
  }
  .btn1 a:hover {
    transform: translateY(-1rem);
    box-shadow: 0 0.3em 0.8em 0 rgba(0, 0, 0, 0.5);
  }
}
/* =====================================================================
    animation
======================================================================*/
.anime-text {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 3rem 0;
  width: max-content;
  height: 16rem;
  background-color: #000000;
  border-top: 1rem solid #000000;
  border-bottom: 1rem solid #000000;
}
.anime-text::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e3ba3b;
}
.anime-text::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e3ba3b;
}
.anime-text > * {
  position: relative;
  width: 130vw;
  height: 100%;
  background: url(../images/common/img_deco_textAnime.png) round center/auto 100%;
}
.anime-text-1 {
  animation: loopLeft 20s -10s linear infinite;
}
.anime-text-2 {
  animation: loopRight 20s linear infinite;
}

@keyframes loopLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopRight {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (min-width: 768px) {
  .anime-text {
    padding: 20px 0;
    border-width: 6px;
    height: 100px;
  }
  .anime-text > * {
    width: 150vw;
  }
  .anime-text-1 {
    animation-duration: 70s;
    animation-delay: -35s;
  }
  .anime-text-2 {
    animation-duration: 70s;
  }
}
/* =====================================================================
*    header
* =================================================================== */
.submv {
  background-color: #000000;
}
.submv h1 {
  position: absolute;
  top: 0;
  left: 0;
  margin: calc(56 / 650 * 100%) 0 0 calc(-24 / 650 * 100%);
  width: calc(268 / 650 * 100%);
}
@media screen and (max-width: 767px) {
  .submv-img {
    margin: 0 calc(50% - 50vw);
  }
}

.header-banner {
  padding: 5rem 0;
  background: url(../images/common/bg_view.jpg) no-repeat center/cover;
}
.header-date {
  margin: 0 0 5rem calc(-17.5 / 650 * 100%);
  width: calc(685 / 650 * 100%);
}

.nav {
  position: relative;
  padding: 2.5rem 0;
  background: url(../images/common/bg_sandpaper_black.jpg) repeat center top/51.2rem auto;
}
.nav::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #001117 0%, #064a5d 40%, #064a5d 60%, #001117 100%);
  mix-blend-mode: screen;
}
.nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.nav-menu li {
  margin: 2.5rem 0;
  width: calc(240 / 650 * 100%);
  border-left: 2px solid #e3ba3b;
}
@media screen and (max-width: 767px) {
  .nav-menu li:nth-child(3) {
    width: calc(170 / 650 * 100%);
  }
  .nav-menu li:nth-child(5) {
    width: 50%;
  }
}
.nav-menu li a {
  position: relative;
  padding: 0.2rem 0 0 0.3em;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
}
.nav-menu li a::first-letter {
  font-family: "Noto Serif JP", serif;
  font-size: 140%;
  color: #e3ba3b;
}

@media screen and (min-width: 768px) {
  .submv .inner {
    padding-right: 0;
  }
  .submv h1 {
    margin: calc(13 / 1200 * 100%) 0 0 calc(100 / 1200 * 100%);
    width: calc(226 / 1200 * 100%);
  }
  .header-banner {
    padding: 30px 0;
  }
  .header-banner .inner {
    padding-right: 0;
  }
  .header-date {
    margin: 0 auto 30px;
    width: calc(813 / 1200 * 100%);
  }
  .header .banner-list li {
    margin-right: calc(32 / 1200 * 100%);
    width: calc(394 / 1200 * 100%);
  }
  .nav {
    padding: 0;
  }
  .nav .inner {
    padding-right: 0;
  }
  .nav-menu {
    padding-top: 27px;
    justify-content: center;
  }
  .nav-menu li {
    margin: 0;
    width: 20%;
  }
  .nav-menu li a {
    text-align: left;
    padding: 0 0 3rem 5%;
    font-size: 109%;
    font-size: 2.4rem;
  }
  .nav-menu li a:hover {
    transform: translateY(-1rem);
  }
}
/* =====================================================================
*    banner
* =================================================================== */
.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-list li {
  margin-top: 4rem;
  width: calc(540 / 650 * 100%);
}
.banner-list li:first-child {
  margin-top: 0;
}
.banner-list li.large {
  margin-left: calc(-10 / 650 * 100%);
  width: calc(670 / 650 * 100%);
}

@media screen and (min-width: 768px) {
  .banner-list li {
    margin: 20px calc(32 / 860 * 100%) 0 0;
    width: calc(394 / 860 * 100%);
  }
  .banner-list li:not(.large):nth-child(-n+2) {
    margin-top: 0;
  }
  .banner-list li:nth-child(2n), .banner-list li:last-child {
    margin-right: 0;
  }
  .banner-list li.large {
    margin-left: auto;
    margin-right: auto;
    width: calc(670 / 860 * 100%);
  }
  .banner-list li a:hover {
    transform: translateY(-1rem);
  }
}
.live-bnr {
  width: 84%;
  display: block;
  margin: 3rem auto;
}

.live-bnr img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .live-bnr {
    width: 818px;
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer {
  padding: 5rem 0;
  background: url(../images/common/bg_sandpaper_purple.jpg) repeat center top/51.2rem auto;
}
.footer::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000 0%, #002b60 40%, #002b60 60%, #000000 100%);
  mix-blend-mode: screen;
  opacity: 0.6;
}
.footer .banner-list {
  padding: 18rem 0;
}

.follow-content {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.follow-bnr {
  margin-bottom: 3rem;
}
.follow-bnr-close {
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  z-index: 1;
}
.follow-bnr-close::after {
  content: "×";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 3rem;
  transform: translate(-50%, -50%);
  color: #000000;
  letter-spacing: 0;
  cursor: pointer;
}
.follow-bnr-close:hover {
  background-color: #aeaeae;
}
.follow-bnr-list {
  display: flex;
}
.follow-bnr-list a {
  width: 19rem;
}

.pagetop {
  position: relative;
  right: 3rem;
}
.pagetop a {
  position: relative;
  margin-left: auto;
  width: 15rem;
}

.copyright {
  position: relative;
  padding: 4rem 0;
  text-align: center;
  font-size: 2.4rem;
  color: #e3ba3b;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .copyright {
    margin: 0 calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .footer .banner-list {
    padding: 70px 0;
  }
  .pagetop a {
    width: 12rem;
  }
  .pagetop a:hover {
    transform: translateY(-1rem);
  }
  .copyright {
    padding: 10px 0;
    font-size: 1.6rem;
  }
}
/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed !important;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
.popup-area {
  display: flex;
  padding: 12rem 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(89, 89, 89, 0.65);
}
.popup-inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(650 / 750 * 100%);
}
.popup-close {
  position: absolute;
  top: -3.5em;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  background-color: #dc2424;
  border-radius: 50%;
  box-shadow: 0 0.15em 0.6em 0 rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.popup-close::before, .popup-close::after {
  content: "";
  display: block;
  width: 2px;
  margin: 30% auto 0;
  padding-top: 45%;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.popup-close::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotate(-45deg);
}
.popup-list {
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #000000;
}
.popup-list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 12rem calc(40 / 650 * 100%);
  line-height: 1.666;
  z-index: 2;
}
.popup-movie-embed {
  position: relative;
  padding-top: 56.25%;
}
.popup-movie-embed iframe,
.popup-movie-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .popup-movie .popup-inner {
    width: 100%;
  }
}
.popup-movie-short .popup-inner {
  max-width: 45vh;
}
.popup-movie-short .popup-movie-embed {
  padding-top: 175.5%;
}

@media screen and (min-width: 768px) {
  .popup-bg {
    cursor: pointer;
  }
  .popup-inner {
    width: 90%;
    max-width: 860px;
  }
  .popup-movie .popup-inner {
    max-width: 120vh;
  }
  .popup-close {
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .popup-close:hover {
    background-color: #ff4545;
  }
  .popup-list > li {
    padding: 8rem calc(65 / 860 * 100%);
  }
}/*# sourceMappingURL=base.css.map */
