@charset "UTF-8";
/* CSS Document */
html {
  background: #FFF;
}

.live_bt {
  display: none;
}

#event {
  display: none !important;
}

header {
  background: #39B0AF;
  width: 75rem;
  height: 10rem;
  display: flex;
  align-items: center;
}
header .logo {
  display: block;
  margin-left: 2rem;
  margin-right: 2rem;
}
header .logo img {
  width: 25.6rem;
}
header a {
  transition: 0.3s;
}
header a:hover {
  opacity: 0.6;
}

.sns {
  display: flex;
}
.sns li {
  margin-right: 0.3rem;
}

#poster {
  position: relative;
  margin-bottom: 1.2rem;
  pointer-events: none;
  transition: 1s;
  opacity: 0;
  transform: scale(1.5) rotate(60deg);
  -webkit-transform: scale(1.5) rotate(60deg);
}
#poster .catch {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
}

#poster.mov {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
}

h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 4rem;
}
h1 .title {
  margin-bottom: 1.2rem;
}

.top_menu {
  display: flex;
  flex-wrap: wrap;
  width: 60rem;
  justify-content: space-between;
  margin: 0 auto 2rem auto;
}
.top_menu li {
  display: block;
  height: auto;
  margin-bottom: 2.4rem;
}
.top_menu li img {
  width: 28.6rem;
}
.top_menu li.non {
  pointer-events: none;
  opacity: 0.4;
}

.main {
  display: flex;
  position: relative;
}
.main .area {
  width: 70rem;
}

.main::before {
  content: "";
  background: url(../images/menu_bk.png);
  width: 75rem;
  height: 111rem;
  position: absolute;
  z-index: -1;
  top: -16rem;
}

.swiper {
  margin-bottom: 4rem;
}

.swiper-wrapper {
  padding-bottom: 6.5rem;
}

.swiper-slide {
  text-align: center;
}
.swiper-slide img {
  width: 59rem;
}

#topics .swiper-button-prev {
  background: url(../images/topics_prev.svg);
  background-size: contain;
  width: 3.6rem;
  height: 7.2rem;
  left: 3.2rem;
}
#topics .swiper-button-next {
  background: url(../images/topics_next.svg);
  background-size: contain;
  width: 3.6rem;
  height: 7.2rem;
  right: 3.2rem;
}
#topics .swiper-button-next:after, #topics .swiper-button-prev:after {
  display: none;
}
#topics .swiper-button-next, #topics .swiper-button-prev {
  top: 40%;
}
#topics .swiper-pagination-bullet {
  background: url(../images/topics_pager.svg);
  background-size: contain;
  width: 3.5rem;
  height: 3.5rem;
  opacity: 1;
  transition: 0.3s;
  transform: scale(0.8);
}
#topics .swiper-pagination-bullet-active {
  background: url(../images/topics_pager_on.svg);
  background-size: contain;
  transform: scale(1);
}

.ticker {
  position: relative;
  width: 5rem;
  height: auto;
  background: #E02570;
  color: #FFF;
  writing-mode: vertical-rl; /* 全体は縦書き */
  -webkit-writing-mode: vertical-rl; /* 追加 */
  line-height: 5rem;
  font-size: 2.4rem;
  padding-top: 5rem;
}
.ticker p {
  position: sticky;
  top: 3rem;
  display: block;
  height: auto;
  overflow: visible;
  font-weight: bold;
  padding-bottom: 3rem;
}
.ticker .ticker-days {
  writing-mode: horizontal-tb; /* 数字だけ横書きに戻す */
  display: inline-block;
  font-size: 2.4rem; /* 大きさは調整可 */
  line-height: 1; /* 余計な行間をなくす */
  text-align: center;
}

.bar {
  width: 100%;
  height: 3rem;
  background: url(../images/txt_bar.svg) center center repeat-x;
}

.toku {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.toku .aqua {
  background: url(../images/toku_quiz_bk.png) center center;
  background-size: cover;
  text-align: center;
  height: 58rem;
  clip-path: polygon(8rem 0%, 100% 0, 100% 100%, 0 100%, 0% 8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -8rem;
}
.toku .aqua .title {
  position: relative;
  top: -3rem;
}
.toku .aqua .title img {
  width: 65.6rem;
}
.toku .dream {
  background: url(../images/toku_dream_bk.png) center center;
  background-size: cover;
  text-align: center;
  height: 50rem;
  clip-path: polygon(8rem 0%, 100% 0, 100% 100%, 0 100%, 0% 8rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.toku .dream .title {
  position: relative;
  top: -5rem;
}
.toku .dream .title img {
  width: 55rem;
}
.toku .non {
  pointer-events: none;
  opacity: 0.3;
}

#event {
  background: url(../images/event_bk.png);
  padding-top: 8.5rem;
  padding-bottom: 6rem;
}
#event h2 {
  text-align: center;
  width: 100%;
}
#event h2 img {
  margin: 0 auto 2.5rem auto;
}
#event .form_bt a {
  display: block;
  background: #E02570;
  color: #FFF;
  width: 40rem;
  height: 9.6rem;
  line-height: 9.6rem;
  margin: 0 auto;
  text-align: center;
  font-size: 3.6rem;
  border-radius: 100vmax;
  font-weight: bold;
  margin-bottom: 4.5rem;
  filter: drop-shadow(0 0.3rem 0.5rem rgba(0, 0, 0, 0.3));
}
#event .form_bt a i {
  background: url(../images/eve_bt_arrow.svg) center center no-repeat;
  width: 2.6rem;
  height: 2.8rem;
  margin-right: 1.4rem;
  display: inline-block;
}
#event .thum {
  width: 38rem;
  height: 24rem;
  background: url(../images/eve_blank.png);
  background-size: contain;
  margin: 0 auto -17rem auto;
  position: relative;
  z-index: 1;
}
#event .metadata {
  background: rgba(255, 255, 255, 0.9);
  padding: 20rem 3.2rem 3.2rem 3.2rem;
  text-align: left;
  font-size: 2.6rem;
  padding-bottom: 15rem;
  min-height: 28rem;
  clip-path: polygon(0 8rem, 100% 0%, 100% calc(100% - 8rem), 0% 100%);
}
#event .metadata .mida {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#event section {
  width: 45rem;
  filter: drop-shadow(2rem 2.4rem 2rem rgba(57, 176, 175, 0.15));
}
#event section .day {
  display: flex;
  align-items: baseline;
  margin-bottom: -1rem;
  padding-left: 3rem;
  height: 14.8rem;
}
#event section .day p:nth-child(1) {
  font-family: "Cinzel", serif;
  font-size: 11rem;
  font-weight: bold;
}
#event section .day p:nth-child(1) span {
  font-size: 7.4rem;
}
#event section .day p:nth-child(2) {
  width: 5rem;
  height: 5rem;
  background: #000;
  color: #FFF;
  text-align: center;
  line-height: 5rem;
  font-size: 3rem;
  font-weight: bold;
  border-radius: 100%;
  position: relative;
  top: -1rem;
  margin-left: 1rem;
}
#event section .day p:nth-child(2).sat {
  background: #00176F;
}
#event section .day p:nth-child(2).sun {
  background: #CB000B;
}
#event section:first-child {
  padding-left: 12rem;
}
#event section:last-child {
  padding-right: 12rem;
}
#event .swiper-scrollbar {
  width: 58rem;
  margin-left: 6rem;
}

footer {
  background: #39B0AF;
  padding-bottom: 12rem;
  text-align: center;
  font-size: 2rem;
  color: #FFFFFF;
  padding-top: 1.6rem;
}
footer address {
  font-style: normal;
}

.swiper-scrollbar {
  opacity: 1 !important; /* 強制的に表示 */
  background: none !important;
  height: 2.5rem !important;
  border-radius: 100vmax !important;
}

.swiper-scrollbar:before {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
}

.swiper-scrollbar-drag {
  background: #E02570 !important; /* ドラッグ部分の色 */
  height: 2.5rem !important;
  border-radius: 100vmax !important;
}

.live_bt {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 9rem;
  filter: drop-shadow(0 0.3rem 0.5rem rgba(0, 0, 0, 0.3));
}
.live_bt ul {
  display: flex;
}
.live_bt ul .live {
  width: 30rem;
  height: 9.8rem;
  position: relative;
}
.live_bt ul .live a {
  display: block;
  background: url(../images/bt_live.svg) center center no-repeat #FFF;
  clip-path: polygon(2.5rem 0%, 100% 0%, calc(100% - 2.5rem) 100%, 0% 100%);
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.live_bt ul .vote {
  width: 24.5rem;
  height: 9.8rem;
  position: relative;
}
.live_bt ul .vote a {
  display: block;
  background: url(../images/bt_vote.svg) center center no-repeat #FFF;
  width: 100%;
  height: 100%;
  clip-path: polygon(2.5rem 0%, 100% 0%, calc(100% - 2.5rem) 100%, 0% 100%);
}
.live_bt ul .live:before,
.live_bt ul .vote:before,
.live_bt ul .live:after,
.live_bt ul .vote:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  clip-path: polygon(2.5rem 0%, 100% 0%, calc(100% - 2.5rem) 100%, 0% 100%);
}
.live_bt ul .live:before,
.live_bt ul .vote:before {
  background: #E02570;
  left: -0.8rem;
}
.live_bt ul .live:after,
.live_bt ul .vote:after {
  background: #39B0AF;
  right: -0.8rem;
}

.pagetop {
  position: fixed;
  right: 1.8rem;
  bottom: 1.8rem;
  z-index: 100;
}

#menubt {
  background: url(../images/menubt.svg);
  width: 10rem;
  height: 10rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

#menubt.open {
  background: url(../images/menubt_close.svg);
}

.menu_contents {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  pointer-events: none;
  padding-top: 12rem;
  opacity: 0;
  height: 100%;
  transition: 0.5s;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.menu_contents hr {
  width: 62rem;
  margin: 1rem auto 5rem auto;
}
.menu_contents ul li {
  margin-left: 8rem;
  position: relative;
  padding-left: 4rem;
  padding-bottom: 3rem;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.menu_contents ul li a {
  color: #FFF;
  font-size: 3.2rem;
  line-height: 1.2em;
  position: relative;
}
.menu_contents ul li a span {
  color: #F9FF4B;
  display: block;
  margin-bottom: 0.5rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 0.65em;
  font-weight: normal;
  letter-spacing: 0.3em;
}
.menu_contents ul li i {
  background: url(../images/menu_i.svg) top 0rem left no-repeat;
  background-size: 100% auto;
  display: block;
  width: 3.2rem;
  height: 100%;
  position: absolute;
  left: -5rem;
  top: 0.5rem;
}
.menu_contents ul li.non {
  opacity: 0.5;
  pointer-events: none;
}
.menu_contents .spe {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.menu_contents .spe::before {
  content: "";
  width: 65rem;
  display: block;
  height: 0.1rem;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 5rem;
}
.menu_contents .spe a {
  font-size: 4rem;
}
.menu_contents .spe a i {
  top: 1rem;
}

.menu_contents.open {
  pointer-events: all;
  opacity: 1;
  display: block;
  background: rgba(57, 176, 175, 0.5);
  -webkit-backdrop-filter: blur(5rem);
          backdrop-filter: blur(5rem);
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
@media (max-width: 750px) {
  #wrapper {
    width: 75rem;
    overflow-x: hidden;
  }
  .ticker p {
    transform: translateY(5rem);
    opacity: 0;
    transition: 1s;
  }
  .ticker.mov p {
    transform: translateY(0rem);
    opacity: 1;
  }
  .swiper {
    height: 41rem;
  }
}
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media (min-width: 751px) {
  html {
    width: 210rem;
  }
  #wrapper {
    width: 210rem;
    background: url(../images/visual_pc_bk.png) top center no-repeat;
    background-size: 100% auto;
  }
  header {
    width: 100%;
    height: 8.5rem;
    background: none;
    margin-bottom: 6rem;
  }
  header .logo img {
    width: 27.4rem;
  }
  header .sns li img {
    width: 5.8rem;
  }
  .top_inner {
    width: 170rem;
    margin: 0 auto;
    height: 68rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top_inner #poster {
    width: 119rem;
  }
  .top_inner #poster img {
    width: 119rem;
  }
  .top_inner #poster img.catch {
    width: 93.8rem;
    margin: 0 auto;
    top: 0;
    left: 14rem;
    right: auto;
  }
  .top_inner .pc_right {
    width: 46rem;
  }
  .top_menu {
    width: 46rem;
  }
  .top_menu li img {
    width: 22.6rem;
  }
  .swiper {
    margin-bottom: 0;
  }
  .swiper-slide img {
    width: 46rem;
  }
  h1 {
    width: 170rem;
    margin: 0 auto 5.8rem;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  h1 .title {
    width: 108.4rem;
  }
  h1 .day {
    width: 60rem;
  }
  .main {
    width: 100%;
  }
  .main .area {
    width: 100%;
  }
  .main::before {
    display: none;
  }
  .bar {
    background-size: auto 3rem;
  }
  #event {
    display: flex;
  }
  #event .tit {
    margin-left: 11rem;
    width: 37rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 5.5rem;
  }
  #event .tit img {
    width: 32rem;
  }
  #event .tit .form_bt a {
    width: 32rem;
    font-size: 2.8rem;
    transition: 0.3s;
  }
  #event .tit .form_bt a i {
    background-size: contain;
  }
  #event .tit .form_bt a:hover {
    background: #00176F;
    transform: translateY(0.3rem);
  }
  #event .swiper {
    width: 138.5rem;
  }
  #event h2 img {
    width: 34rem;
  }
  #event .swiper-scrollbar {
    width: 127rem;
  }
  #event .swiper-scrollbar {
    height: 1rem !important;
    margin-left: 0;
  }
  #event .swiper-scrollbar-drag {
    height: 1rem !important;
  }
  #event .swiper-scrollbar-drag:hover {
    background: #FFF;
  }
  #event section:first-child {
    padding-left: 0 !important;
  }
  #event section {
    width: 39rem;
  }
  #event .thum {
    width: 31.5rem;
    height: 20rem;
  }
  #event .metadata .mida {
    font-size: 2.8rem;
  }
  footer {
    padding-bottom: 1.6rem;
  }
  .ticker {
    writing-mode: horizontal-tb;
    width: 55rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 100vmax;
    padding: 0;
    margin-left: 2.5rem;
  }
  .ticker p {
    padding-left: 2.5rem;
  }
  .live_bt {
    bottom: auto;
    top: 0;
    right: 14rem;
    left: auto;
    filter: drop-shadow(0 0.3rem 0.5rem rgba(0, 0, 0, 0.3));
  }
  .live_bt ul .live {
    width: 30rem;
    height: 8.5rem;
    transition: 0.3s;
  }
  .live_bt ul .live:hover {
    transform: translate(0.5rem, -0.5rem);
  }
  .live_bt ul .live a {
    background-size: auto 5.8rem;
  }
  .live_bt ul .vote {
    width: 22rem;
    height: 8.5rem;
    transition: 0.3s;
  }
  .live_bt ul .vote:hover {
    transform: translate(0.5rem, -0.5rem);
  }
  .live_bt ul .vote a {
    background-size: auto 5.8rem;
  }
  #menubt {
    width: 8.5rem;
    height: 8.5rem;
    background-size: 100% !important;
    transition: 0.3s;
    cursor: pointer;
  }
  #menubt:hover {
    transform: translate(0.3rem, -0.3rem);
  }
  #menubt.open {
    background-size: 100% !important;
  }
  .menu_contents.open {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    width: 100%;
    height: 100%;
  }
  .menu_contents.open .spe {
    margin-right: 5rem;
  }
  .menu_contents.open ul {
    position: relative;
    top: -5rem;
    left: -5rem;
  }
  .menu_contents.open .default {
    border-left: 1px solid #FFF;
  }
  .menu_contents.open .spe::before {
    display: none !important;
  }
  .menu_contents.open ul.spe li {
    margin-bottom: 5rem;
  }
  .ticker p {
    transform: translateX(5rem);
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
  }
  .ticker.mov p {
    transform: translateY(0rem);
    opacity: 1;
  }
  #topics .swiper-button-next, #topics .swiper-button-prev {
    top: 35%;
    transition: 0.3s;
  }
  #topics .swiper-button-next:hover {
    right: 3rem;
  }
  #topics .swiper-button-prev:hover {
    left: 3rem;
  }
}