@charset "UTF-8";

html {
  -webkit-font-smoothing: antialiased;
  /* scroll-behavior: smooth; */
}

body {
  margin: 0px;
  font-family: "Noto Sans", sans-serif;
  background-color: #012BD2;
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}

.main_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/common/bg_sp.svg);
  background-size: contain;
  background-position: center 4.8vw;
  background-repeat: no-repeat;
}

.anchor_link {
  position: absolute;
  left: 0px;
  top: -35px;
}

h1 {
  margin: 0px;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
}

a:link {
  color: inherit;
}

a:visited {
  color: inherit;
}

img {
  max-width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 839px) {
  .onlypc {
    display: none;
  }

  svg .onlypc {
    display: none;
  }
}

@media (min-width: 840px) {
  .onlysp {
    display: none;
  }

  svg .onlysp {
    display: none;
  }
}

section {
  position: relative;
  width: 89.33vw;
  margin: 20vw auto;
}

h2 {
  line-height: 0px;
  height: 40px;
  margin-bottom: 50px;
}

h2 img {
  height: 100%;
}

@media (min-width: 840px) {
  h2 {
    height: 52px;
  }
}

header .menu_open_btn,
header .menu_open_btn span {
  display: inline-block;
  transition: all .2s;
  box-sizing: border-box;
}

header .menu_open_btn {
  position: absolute;
  right: 5.33vw;
  top: 4.27vw;
  width: 6.67vw;
  height: 6.67vw;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  padding: 0px;
  pointer-events: auto;
}

header .menu_open_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 8%;
  background-color: #fff;
}

header .menu_open_btn span:nth-of-type(1) {
  top: 18%;
}

header .menu_open_btn span:nth-of-type(2) {
  top: 46%;
}

header .menu_open_btn span:nth-of-type(3) {
  top: 74%;
}

header .header_bg1 {
  position: absolute;
  right: -20%;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}

header .header_bg2 {
  position: absolute;
  right: -67.73%;
  top: 0px;
  width: 67.73%;
  height: 100%;
  background-color: #000;
  transition: all 0.2s ease-in-out;
}

header .header_bg2 ul {
  margin: 35.73vw 0px;
}

header .header_bg2 li {
  width: 100%;
  height: 4.27vw;
  padding-left: 11.2vw;
  line-height: 0px;
  margin: 14.4vw 0px;
  text-align: left;
}

header .header_bg2 li img {
  width: auto;
  height: 100%;
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out;
}

header .header_bg2 li.active img {
  opacity: 1;
}

@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}

header .menu_btn[data-menuid="top"] img {
  width: 9.6vw;
  height: 4.27vw;
}

header .menu_btn[data-menuid="theater"] img {
  width: 22.93vw;
  height: 4.27vw;
}

header .menu_btn[data-menuid="product_info"] img {
  width: 37.6vw;
  height: 4.27vw;
}

header .menu_btn[data-menuid="news"] img {
  width: 14.13vw;
  height: 4.27vw;
}

header .menu_btn[data-menuid="top"] img {
  width: 36px;
  height: 16px;
}

header .menu_btn[data-menuid="streaming"] img {
  width: 117px;
  height: 16px;
}

header .menu_btn[data-menuid="demand"] img {
  width: 132px;
  height: 16px;
}

header .menu_btn[data-menuid="extra"] img {
  width: 53px;
  height: 16px;
}

header .menu_btn[data-menuid="news"] img {
  width: 53px;
  height: 16px;
}

header .menu_btn[data-menuid="Baystars"] img {
  height: 16px;
}

header.open .menu_open_btn span:nth-of-type(1) {
  transform: translateY(350%) rotate(-45deg);
}

header.open .menu_open_btn span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar .4s forwards;
}

header.open .menu_open_btn span:nth-of-type(3) {
  transform: translateY(-350%) rotate(45deg);
}

header.open .header_bg1 {
  right: 0%;
  opacity: 0.4;
  pointer-events: auto;
}

header.open .header_bg2 {
  right: 0%;
}

header.open .menu_btn {
  pointer-events: auto;
}

section.top {
  width: 100%;
  height: calc(var(--vh, 1vh) * 95);
  margin: 0px;
  overflow: hidden;
}

section.top.onlysp {
  width: 100%;
  height: calc(var(--vh, 1vh) * 55);
  margin: 0px;
  overflow: hidden;
}

.mt15 {
  margin-top: 15px;
}

section.top>div {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

section.top>.top_bg2 {
  width: 89.33vw;
  left: 5.335vw;
}

.top_bg2 {
  background-image: url(../imgs/top/top_bg2_top_sp.png);
  background-size: 89.33vw;
  background-repeat: no-repeat;
  background-position: center top;
  pointer-events: none;
}

.top_player_wrap,
.top_text_wrap,
.top_ui_wrap {
  overflow: hidden;
}

.top_text_wrap,
.top_ui_wrap {
  pointer-events: none;
}

.top_text_wrap {
  z-index: 200;
  pointer-events: none;
}

.top_ui_wrap {
  z-index: 300;
}

.top_player_img_wrap {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform-origin: bottom center;
}

.top_player,
.top_player_ha {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.top_player_ha {
  display: none;
}

.top_player_text_wrap {
  position: absolute;
  left: 50%;
  top: calc(var(--vh, 1vh) * 64.92);
  width: 0px;
}

.top_player_name_wrap,
.top_player_num_wrap {
  position: relative;
  overflow: hidden;
  line-height: 0px;
}

.top_name_parent,
.top_num_parent {
  position: relative;
  overflow: hidden;
}

.top_player_text_wrap .top_name_parent {
  transform: translateY(100%);
}

.top_player_text_wrap.show .top_name_parent {
  animation: top_n_show1 0.2s forwards;
}

.top_player_text_wrap .top_name {
  transform: translateY(-100%);
}

.top_player_text_wrap.show .top_name {
  animation: top_n_show2 0.2s forwards;
}

.top_player_text_wrap .top_num_parent {
  transform: translateY(-100%);
}

.top_player_text_wrap.show .top_num_parent {
  animation: top_n_show2 0.2s 0.1s forwards;
}

.top_player_text_wrap .top_num {
  transform: translateY(100%);
}

.top_player_text_wrap.show .top_num {
  animation: top_n_show1 0.2s 0.1s forwards;
}

@keyframes top_n_show1 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes top_n_show2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

/* buttom */
.buy_btn {
  position: relative;
  width: 100%;
  background-color: #FFF;
  display: inline-block;
  text-align: center;
}

.buy_btn::before {
  content: '';
  position: absolute;
  left: 1.87vw;
  top: 1.87vw;
  width: calc(100% - 3.74vw);
  height: calc(100% - 3.74vw);
  background-color: #14418f;
}

.buy_btn>div {
  position: relative;
  width: 49.07vw;
  line-height: 0px;
  color: #fff;
  font-weight: 700;
  margin: 10.4vw auto 10.4vw auto;
}


/* schedule */
.schedule {
  margin: 10vw auto;
}

.schedule_wrap {
  padding: 5px;
  background-color: rgba(255,255,255,0.7);
}

.schedule .date_area {
  position: relative;
  margin-bottom: 50px;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: center;
}

.schedule .date_area .date {
  font-size: 4vw;
}

.schedule .date_area .team {
  margin-bottom: 10px;
}

/* event */
.event {
  font-weight: 600;
}

.event_wrap {
  margin-top: -20px;
  padding: 4vw;
  background-color: rgba(255,255,255,0.7);
}

.event .text {
  position: relative;
  font-size: 3.73vw;
  line-height: 1.64em;
  margin-bottom: 30px;
}

/* goods */
.goods .goods_list {
  font-weight: 700;
  font-size: 3.73vw;
}

.goods .goods_detail img {
  margin-bottom: 0;
  border: 1px #14418F solid;
}

.goods .goods_detail p {
  margin: 10px 0 30px;
}

/* news */
.news_wrap1 {
  margin-bottom: 16vw;
}

.news_wrap1 li {
  margin: 10.67vw 0px;
}

.news_wrap1 .news_image {
  width: 100%;
  margin-bottom: 4.8vw;
}

.news_wrap1 .news_date {
  position: relative;
  font-size: 3.2vw;
  margin-bottom: 3.2vw;
}

.news_wrap1 .news_date::after {
  content: '';
  position: absolute;
  right: 1.33vw;
  top: 0px;
  width: 3.73vw;
  height: 2.93vw;
  background: url(../imgs/common/blank_mark.svg) no-repeat;
  background-size: contain;
}

.news_wrap1 .news_text {
  font-size: 4.27vw;
  line-height: 1.375em;
}

.news_wrap2 {
  position: relative;
  background-color: rgba(255,255,255,0.8);
}

.news_wrap2 li {
  position: relative;
  padding: 5.33vw 3vw;
  border-bottom: #8c8c8c solid 1px;
}

.news_wrap2 li:first-child {
  border-top: #8c8c8c solid 1px;
}

.news_wrap2 .news_date {
  font-size: 3.2vw;
  margin-bottom: 2.4vw;
}

.news_wrap2 .news_text {
  font-size: 4vw;
  line-height: 1.57em;
  width: 100%;
}

.news_wrap2 ul {
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.news_more_btn,
.news_close_btn {
  position: absolute;
  font-size: 4.27vw;
  width: 100%;
  text-align: center;
  bottom: -17.6vw;
  right: 0px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
}

.news_more_btn span,
.news_close_btn span {
  padding-bottom: 1.07vw;
  padding-left: 1.07vw;
  padding-right: 1.6vw;
  animation: news_btn_show 0.2s forwards;
  border-bottom: #FFF solid 1px;
}

.news_more_btn.open,
.news_close_btn.open {
  pointer-events: none;
}

.news_more_btn.open span,
.news_close_btn.open span {
  animation: news_btn_hide 0.2s forwards;
}

@keyframes news_btn_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes news_btn_hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes review_list_anime {
  0% {
    height: 0px;
  }

  100% {
    height: 100%;
  }
}

footer {
  position: relative;
  width: 100%;
  border-top: #8c8c8c solid 1px;
  margin-top: 15vh;
}

footer>div {
  width: 89.33vw;
  margin: 8.8vw auto 13.33vw;
}

.footer_bbb_logo img {
  width: 29.6vw;
}

.footer_sns {
  margin: 6.4vw 0px 2.13vw;
}

.footer_sns ul {
  margin: 0px;
}

.footer_sns li {
  position: relative;
  display: inline-block;
  line-height: 0px;
  margin-right: 5.07vw;
  margin-bottom: 3.2vw;
}

.footer_sns li:not(:last-child)::before {
  content: '';
  position: absolute;
  right: -3.2vw;
  top: 0px;
  width: 1.76vw;
  height: 3.89vw;
  background-image: url(../imgs/common/footer_slash.svg);
  background-size: 1.76vw 3.89vw;
  background-repeat: no-repeat;
}

.footer_sns .fotter_tw {
  width: 13.49vw;
}

.footer_sns img {
  filter: brightness(0);
}

.footer_sns .fotter_tw img,
.footer_sns .fotter_yt img {
  width: 100%;
}

.footer_sns .footer_ig {
  width: 19.09vw;
}

.footer_sns .fotter_yt {
  width: 16.43vw;
}

.footer_sns .footer_line {
  width: 8.16vw;
}

.footer_sns .footer_fb {
  width: 18.03vw;
}

.footer_copyright {
  position: relative;
  font-size: 2.67vw;
  padding-bottom: 13.33vw;
}

.img_btn_t,
.img_btn_r,
.img_btn_b,
.img_btn_l {
  display: none;
}

.modal_container {
  position: fixed;
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

.modal {
  transform: scale(1, 0.8);
  opacity: 0;
  pointer-events: none;
  transition-property: transform, opacity;
  transition-duration: 0.2s;
}

.modal_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal_main {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.youtube_modal,
.text_modal {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.youtube_modal .youtube_wrap {
  position: relative;
  width: 89.46666666666667%;
  padding-bottom: 50.325%;
  height: 0px;
  border: #b4b4b4 solid 1px;
  box-sizing: border-box;
}

.youtube_modal .youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.modal_close_btn {
  position: absolute;
  right: 4vw;
  top: 3.2vw;
  width: 8.89vw;
  height: 8.89vw;
  background-image: url(../imgs/common/close_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.text_modal>div {
  position: relative;
  width: 86.4vw;
  background-color: #0033a1;
  color: #FFF;
  border: solid 1px #FFF;
  box-sizing: border-box;
  font-size: 4.27vw;
  line-height: 1.6875em;
  padding: 20vw 0px 6.67vw;
  max-height: calc(100% - 13.6vw);
  overflow-x: hidden;
  overflow-y: auto;
}

.keen-slider {
  transition: height 0.2s ease-in-out;
}

.review_slider_btns {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 50%;
}

.review_slider_btns>div {
  position: absolute;
  top: calc(50% - 2.5vw);
  width: 5vw;
  height: 5vw;
  background-repeat: no-repeat;
  background-size: contain;
}

.review_slider_btns>div:first-child {
  left: -6vw;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.review_slider_btns>div:last-child {
  right: -6vw;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}

.text_modal p {
  margin: 0px 6.67vw 1.6875em;
}

.text_modal .product_buy_btn {
  margin-top: 1.6vw;
  margin-left: 6.67vw;
  width: calc(100% - 13.34vw);
}

.text_modal .product_buy_btn>div {
  width: 33.87vw;
  margin: 5.87vw auto 5.87vw 5.87vw;
}

.text_modal .product_buy_btn::before {
  left: 0.8vw;
  top: 0.8vw;
  width: calc(100% - 1.6vw);
  height: calc(100% - 1.6vw);
}

.text_modal>div>div {
  z-index: 1;
}

.text_modal>div>div.review_modal_close_btn {
  position: sticky;
  top: 0px;
  width: 100%;
  height: 0px;
  z-index: 2;
}

.text_modal>div>div.review_modal_close_btn>div {
  position: absolute;
  right: 0px;
  top: calc(-20vw - 1px);
  width: 7.73vw;
  height: 7.73vw;
  padding: 0px;
  border-top: solid 1px #FFF;
  border-left: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  background-image: url(../imgs/common/review_close_btn.svg);
  background-size: contain;
  background-position: center;
  background-color: #0033a1;
}

.header__logo img {
  margin-bottom: 0;
}

@media (max-width: 840px) {
  .bgBlue_header {
    /* max-width: 145px;
    height: 145px;
    left: 50%;
    top: 6px;
    margin: 0px 0px 0px -30px; */
    text-align: center;
    margin-top: 20px;
  }
  .header__logo img {
    width: 100px;
  }

  a.online.product_name .mr25{
    margin-right: 40px;
  }

  a.online.product_name{
    font-size: 3.73vw;
  }

  .top_date .top_date2:first-child {
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {

  a.online.product_name .mr25{
    margin-right: 25px;
  }
}

@media (min-width: 840px) {
  .product_list>ul>li {
    width: 100%;
    margin: 8.53vw 0px;
    padding-bottom: 2.73vw;
  }

  .main_bg {
    background-image: url(../imgs/common/bg_pc.svg);
    background-size: 1101px 944px;
    background-position: center top;
    background-repeat: repeat-y;
  }

  .anchor_link {
    top: -70px;
  }

  section {
    width: 100%;
    max-width: 1000px;
    margin: 80px auto;
  }

  /* header {
    background: linear-gradient(black 80%, rgba(0, 0, 0, 0));
    height: 48px;
  } */
  @media (min-width: 1110px) {
    .bgBlue_header {
      min-width: 1110px !important;
    }
  }
  .bgBlue_header {
    /* min-width: 1110px !important; */
    /* height: 200px; */
    position: relative;
    text-align: center;
    margin-top: 20px;
  }

  
  .header__logo img {
    width: 100px;
  }

  header .menu_open_btn,
  header .menu_open_btn span {
    display: none;
  }

  header .header_bg2 {
    position: relative;
    right: auto;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0px auto;
    background: none;
    /*
            .menu_btn::before {
                position: absolute;
                bottom: 18px;
                left: calc(50% - 11px);
                content: '';
                width: 0;
                height: 1px;
                background-color: #FFF;
                transition: .3s;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }
            */
    /*
            .menu_btn:hover::before {
                width: calc(100% - 22px);
            } 
            */
  }

  header .header_bg2 ul {
    margin: 0px;
  }

  header .header_bg2 li {
    width: auto;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 25px;
    margin: 0px;
    height: 16px;
    display: inline-block;
  }

  header .header_bg2 li img {
    padding-right: 8px;
  }

  header .header_bg2 li::after {
    content: '';
    position: relative;
    width: 6px;
    height: 16px;
    padding-right: 16px;
    background-image: url(../imgs/common/footer_slash.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
  }

  header .header_bg2 li:last-of-type::after {
    opacity: 0;
  }

  header .header_bg2 .menu_btn {
    position: relative;
    pointer-events: auto;
    cursor: pointer;
  }

  header .header_bg2 .menu_btn:hover img {
    opacity: 0.8;
  }

  header .header_bg2 .menu_btn.active:hover img {
    opacity: 1;
  }

  section.top {
    max-width: 100%;
  }

  .top_player_wrap {
    cursor: grab;
  }

  /* .top_bg1 {
    background-image: url(../imgs/top/top_bg1_pc.jpg); } */
  .top_bg2 {
    background-image: url(../imgs/top/top_bg2_top_pc.png);
    background-size: 1191px 842px;
  }

  /* .top_bg2::after {
    top: 563px;
    height: calc(100% - 563px);
    background-image: url(../imgs/top/top_bg2_bottom_pc.png);
    background-size: 1000px 187px; } */
  .top_player_text_wrap {
    top: auto;
    bottom: 0px;
  }

  .top_player_name_wrap {
    margin-bottom: 0.8vh;
  }

  .top_player_line {
    position: absolute;
    left: 50%;
    bottom: 0px;
    border-bottom: #FFF solid 1px;
    transform-origin: center left;
  }

  .top_player_ha {
    display: block;
    opacity: 0;
  }

  .top_player_ha:hover {
    animation: top_player_ha_hover 0.2s forwards;
  }

  .top_player_img {
    pointer-events: none;
  }

  .top_player_img_wrap {
    pointer-events: none;
  }

  .top_player_ha svg {
    pointer-events: none;
  }

  .top_player_ha svg g {
    pointer-events: auto;
  }

  .top_thumb_wrap {
    position: absolute;
    left: 50%;
    bottom: 0px;
    display: block;
    opacity: 0;
    pointer-events: none;
    line-height: 0px;
    width: 32.13vh;
    margin-left: -16.065vh;
  }

  .top_thumb {
    width: 100%;
    opacity: 0;
  }

  .top_thumb_wrap .top_thumb_wrap2 {
    position: relative;
    transform: scale(0.8);
    transition: transform 0.5s ease-in-out;
  }

  .top_thumb_wrap span {
    position: absolute;
    background-color: #8c8c8c;
  }

  .top_thumb_wrap span:nth-of-type(1) {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 1px;
  }

  .top_thumb_wrap span:nth-of-type(2) {
    right: 0px;
    top: 0px;
    width: 1px;
    height: 0px;
  }

  .top_thumb_wrap span:nth-of-type(3) {
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
  }

  .top_thumb_wrap span:nth-of-type(4) {
    left: 0px;
    bottom: 0px;
    width: 1px;
    height: 0px;
  }

  .top_thumb_wrap .top_video_play_btn {
    width: 7.44vh;
    height: 7.44vh;
    margin-left: -3.72vh;
    margin-top: -3.72vh;
    opacity: 0;
  }

  .top_thumb_wrap .top_video_play_btn img {
    width: 1.86vh;
    height: 2vh;
    margin-left: -0.8vh;
    margin-top: -1.0vh;
  }

  .top_thumb_wrap.show {
    opacity: 1;
  }

  .top_thumb_wrap.show .top_thumb_wrap2 {
    transform: scale(1);
  }

  .top_thumb_wrap.show span:nth-of-type(1) {
    animation: top_thumb_line_w_show 0.4s forwards;
  }

  .top_thumb_wrap.show span:nth-of-type(2) {
    animation: top_thumb_line_h_show 0.4s forwards;
  }

  .top_thumb_wrap.show span:nth-of-type(3) {
    animation: top_thumb_line_w_show 0.4s forwards;
  }

  .top_thumb_wrap.show span:nth-of-type(4) {
    animation: top_thumb_line_h_show 0.4s forwards;
  }

  .top_thumb_wrap.show .top_thumb {
    animation: top_thumb_img_show 0.4s 0.2s forwards;
  }

  .top_thumb_wrap.show .top_video_play_btn {
    animation: top_video_play_btn_show 0.4s 0.3s forwards;
  }

  .top_thumb_wrap.hide {
    opacity: 1;
  }

  .top_thumb_wrap.hide .top_thumb_wrap2 {
    transition-duration: 0.3s;
    transform: scale(0.8);
  }

  .top_thumb_wrap.hide span:nth-of-type(1) {
    animation: top_thumb_line_w_hide 0.3s forwards;
  }

  .top_thumb_wrap.hide span:nth-of-type(2) {
    animation: top_thumb_line_h_hide 0.3s forwards;
  }

  .top_thumb_wrap.hide span:nth-of-type(3) {
    animation: top_thumb_line_w_hide 0.3s forwards;
  }

  .top_thumb_wrap.hide span:nth-of-type(4) {
    animation: top_thumb_line_h_hide 0.3s forwards;
  }

  .top_thumb_wrap.hide .top_thumb {
    animation: top_thumb_img_hide 0.3s forwards;
  }

  .top_thumb_wrap.hide .top_video_play_btn {
    animation: top_video_play_btn_hide 0.3s forwards;
  }

  section.top .baystars_logo>div {
    position: relative;
    margin: 0px auto;
    width: 100%;
    max-width: 1000px;
  }

  section.top .baystars_logo img {
    left: auto;
    right: 0px;
    top: 9px;
    width: 74px;
    z-index: 1001;
  }

  .top_video {
    margin: -1vw 0px 40px;
    text-align: center;
  }

  .top_video_play_btn {
    width: 110px;
    height: 110px;
    margin-left: -55px;
    margin-top: -55px;
    transition: transform 0.2s ease-in-out;
  }

  .top_video_play_btn::before {
    background-image: url(../imgs/common/play_btn_circle_pc.svg);
    transition: transform 0.2s ease-in-out;
  }

  .top_video_play_btn img {
    width: 27px;
    height: 29px;
    margin-left: -10px;
    margin-top: -14px;
    transition: transform 0.2s ease-in-out;
  }

  .top_video:hover .top_video_play_btn {
    transform: scale(1.1);
  }

  .top_video:hover .top_video_play_btn::before {
    transform: scale(0.6);
  }

  .top_video:hover .top_video_play_btn img {
    transform: scale(1.2);
  }

  .top_video_text {
    width: 66.4%;
    font-size: 1.25vw;
    line-height: 1.78em;
    margin: 40px auto 78px;
  }

  .top_date {
    width: 84%;
    margin: 0px auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top_date img {
    margin: 0px;
  }

  .top_date>div {
    display: inline-block;
  }

  .top_date .top_date1 {
    width: 31.6%;
    margin: 0px;
    vertical-align: top;
    font-size: 20px;
    font-weight: 700;
  }

  .top_date .top_date2 {
    width: 28.63%;
    margin: 0px 7% 0px 0px;
    cursor: pointer;
    vertical-align: top;
    font-size: 20px;
    font-weight: 700;
  }

  .top_date .top_date2::after {
    right: -24px;
    bottom: 6px;
    width: 14px;
    height: 12px;
  }

  .text_line_btn_wrap a span {
    position: relative;
  }

  .text_line_btn_wrap a span::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 70%;
    height: 1px;
    background-color: #FFF;
    opacity: 0;
    transition: all 0.1s ease-out;
  }

  .text_line_btn_wrap a:hover span::before {
    width: 100%;
    opacity: 1;
  }

  .theater_list_note {
    font-size: 10px;
    line-height: 1.9em;
    width: 84%;
    margin: 40px auto;
  }

  /* button */
  .buy {
    text-align: center;
  }

  .buy_btn {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }

  .buy_btn::before {
    left: 7px;
    top: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    transition: all 0.2s ease-in-out;
  }

  .buy_btn::after {
    right: 31px;
    top: 0px;
    width: 14px;
    height: 100%;
    background-size: 14px 11px;
  }

  .buy_btn:hover::before {
    left: 14px;
    top: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    background-color: #1a1e3e;
  }

  .buy_btn>div {
    width: 225px;
    margin: 35px auto;
    font-size: 23px;
  }

  /* schedule */
  .schedule {
    margin: 50px auto;
  }

  .schedule .date_area {
    display: flex;
    flex-wrap: wrap;
    font-size: 25px;
    text-align: left;
    justify-content: center;
  }

  .schedule .date_area .date {
    width: 50%;
    font-size: 25px;
  }

  .schedule .date_area .team {
    width: 25%;
  }

  /* event */
  .event_wrap {
    padding: 30px;
  }

  .event .text {
    width: 100%;
    font-size: 23px;
    line-height: 1.78em;
  }

  .event .seat_info {
    font-size: 20px;
    line-height: 1.6em;
  }

  .event .seat_info span {
    font-size: 22px;
  }

  .event .event_image {
    width: 800px;
    margin: 0 auto;
  }

  /* goods */
  .goods .goods_list {
    display: flex;
    margin-bottom: 30px;
    font-size: 18px;
    justify-content: space-between;
  }

  .goods .goods_detail img {
    width: 300px;
  }

  /* news */
  .news_wrap1 {
    margin: 40px 0px 54px;
  }

  .news_wrap1 ul {
    display: flex;
    align-items: flex-end;
  }

  .news_wrap1 li {
    margin: 0px;
    margin-right: 2%;
    width: 50%;
  }

  .news_wrap1 li:nth-of-type(3n) {
    margin-right: 0px;
  }

  .news_wrap1 .news_image {
    position: relative;
    width: 100%;
    margin-bottom: 13px;
    overflow: hidden;
    line-height: 0px;
  }

  .news_wrap1 .news_date {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .news_wrap1 .news_date::after {
    right: 5px;
    top: -5px;
    width: 14px;
    height: 11px;
  }

  .news_wrap1 .news_text {
    font-size: 1.042vw;
    line-height: 1.53em;
  }

  .news_wrap2 {
    border-top: #8c8c8c solid 1px;
    border-bottom: #8c8c8c solid 1px;
    padding: 60px 0px 116px;
    transition: all 0.4s ease-in-out;
  }

  .news_wrap2 li {
    position: relative;
    padding: 0px;
    border-bottom: none;
    width: 84%;
    margin: 0px auto;
    padding-bottom: 14px;
  }

  .news_wrap2 li:first-child {
    border-top: none;
  }

  .news_wrap2 .news_date {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 1rem;
    margin-bottom: 0px;
  }

  .news_wrap2 .news_text {
    font-size: 1rem;
    line-height: 1.57em;
    width: 100%;
    margin: 0px 0px 0px 12.5%;
  }

  .news_wrap2 ul {
    margin-bottom: 0px;
  }

  .news_wrap2.nomore {
    padding: 60px 0px 46px;
  }

  .news_close_btn,
  .news_more_btn {
    font-size: 16px;
    width: 84%;
    margin: 30px auto 0px;
    text-align: right;
    bottom: 60px;
    right: 80px;
  }

  .news_close_btn span,
  .news_more_btn span {
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 7px;
  }

  .text_btn {
    transition: opacity 0.1s ease-in-out;
  }

  .text_btn:hover {
    opacity: 0.8;
  }

  .review_list_wrap {
    margin-top: 67px;
    margin-bottom: 97px;
    width: 1000px;
    height: 1790px;
  }

  footer {
    border-top: none;
    width: 100%;
    max-width: 1000px;
    margin: 76px auto;
  }

  footer>div {
    width: 100%;
    margin: 0px;
  }

  .footer_bbb_logo img {
    width: 164px;
  }

  .footer_sns {
    margin: 16px 0px;
  }

  .footer_sns ul {
    margin: 0px;
  }

  .footer_sns li {
    line-height: 0px;
    margin-right: 16px;
    margin-bottom: 0px;
  }

  .footer_sns li:not(:last-child)::before {
    right: -12px;
    top: 2px;
    width: 6px;
    height: 12px;
    background-size: 6px 12px;
  }

  .footer_sns .fotter_tw {
    width: 51px;
  }

  .footer_sns .footer_ig {
    width: 71px;
  }

  .footer_sns .fotter_yt {
    width: 60px;
  }

  .footer_sns .footer_line {
    width: 20px;
  }

  .footer_sns .footer_fb {
    width: 67px;
  }

  .footer_copyright {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 10px;
    padding-bottom: 0px;
  }

  .img_btn_t,
  .img_btn_r,
  .img_btn_b,
  .img_btn_l {
    display: block;
    position: absolute;
    background-color: #FFF;
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
  }

  .img_btn_t {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 1px;
  }

  .img_btn_b {
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
  }

  .img_btn_r {
    right: 0px;
    top: 0px;
    width: 1px;
    height: 0px;
  }

  .img_btn_l {
    left: 0px;
    bottom: 0px;
    width: 1px;
    height: 0px;
  }

  .img_btn {
    display: block;
    transition: opacity 0.2s ease-in-out;
    line-height: 0px;
    overflow: hidden;
  }

  .img_btn img {
    transition: transform 0.5s ease-in-out;
  }

  .img_btn:hover {
    opacity: 0.8;
  }

  .img_btn:hover .img_btn_t {
    width: 100%;
  }

  .img_btn:hover .img_btn_b {
    width: 100%;
  }

  .img_btn:hover .img_btn_r {
    height: 100%;
  }

  .img_btn:hover .img_btn_l {
    height: 100%;
  }

  .img_btn:hover img {
    transform: scale(1.02);
  }

  .youtube_modal .youtube_wrap {
    position: relative;
    width: 78.75%;
    /*横幅いっぱいにwidthを指定*/
    padding-bottom: 44.296875%;
    /*高さをpaddingで指定(16:9)*/
    height: 0px;
    /*高さはpaddingで指定するためheightは0に*/
  }

  .modal_close_btn {
    right: 0.71vw;
    top: 0.71vw;
    width: 3.57vw;
    height: 3.57vw;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
  }

  .modal_close_btn:hover {
    opacity: 0.8;
  }

  .modal_btn {
    cursor: pointer;
  }

  .text_modal p {
    margin: 0px 88px 1.6875em;
  }

  .text_modal>div {
    width: 625px;
    font-size: 16px;
    padding: 80px 0px 52px;
    max-height: calc(100% - 100px);
  }

  .review_slider_btns {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 50%;
  }

  .review_slider_btns>div {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
  }

  .review_slider_btns>div:first-child {
    left: 10px;
  }

  .review_slider_btns>div:last-child {
    right: 10px;
  }

  .review_slider_btns>div:first-child:hover {
    transform: translate(-5px, 0px);
  }

  .review_slider_btns>div:last-child:hover {
    transform: translate(5px, 0px);
  }

  .text_modal .product_buy_btn {
    width: 350px;
    margin-top: 12px;
    margin-left: 136.5px;
  }

  .text_modal .product_buy_btn>div {
    width: 112px;
    margin: 26px auto 26px auto;
  }

  .text_modal .product_buy_btn::before {
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }

  .text_modal>div>div.review_modal_close_btn>div {
    top: -81px;
    width: 29px;
    height: 29px;
    cursor: pointer;
  }
}

@keyframes top_player_ha_hover {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0.15;
  }

  100% {
    opacity: 0;
  }
}

@keyframes top_thumb_line_w_show {
  0% {
    background-color: #FFF;
    width: 0px;
  }

  50% {
    background-color: #FFF;
    width: 100%;
  }

  100% {
    background-color: #8c8c8c;
    width: 100%;
  }
}

@keyframes top_thumb_line_h_show {
  0% {
    background-color: #FFF;
    height: 0px;
  }

  50% {
    background-color: #FFF;
    height: 100%;
  }

  100% {
    background-color: #8c8c8c;
    height: 100%;
  }
}

@keyframes top_thumb_img_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes top_video_play_btn_show {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes top_thumb_line_w_hide {
  0% {
    background-color: #8c8c8c;
    width: 100%;
  }

  50% {
    background-color: #FFF;
    width: 100%;
  }

  100% {
    background-color: #FFF;
    width: 0px;
  }
}

@keyframes top_thumb_line_h_hide {
  0% {
    background-color: #8c8c8c;
    height: 100%;
  }

  50% {
    background-color: #FFF;
    height: 100%;
  }

  100% {
    background-color: #FFF;
    height: 0px;
  }
}

@keyframes top_thumb_img_hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes top_video_play_btn_hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

.top_bg2 {
  background-image:
    url("../imgs/top/top_bg2_top_pc.png");
}

.top_bg2.onlysp {
  background-image:
    url("../imgs/top/top_bg2_top_sp.png");
  background-size: contain;
}

/* .top_bg1 {
      background-image: url(../imgs/top/top_bg1_pc.jpg); 
    } */

/* .prime_camera{
  display: flex; 
  justify-content:center;
} */

.prime_camera {
  float: left;
}

.center {
  text-align: center;
}

.mcenter {
  margin: center;
}

.open {
  cursor: pointer;
  /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

#pop-up {
  display: none;
  /* label でコントロールするので input は非表示に */
}

.overlay {
  display: none;
  /* input にチェックが入るまでは非表示に */
}

#pop-up:checked+.overlay {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.window {
  width: 90vw;
  max-width: 1000px;
  height: 567px;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text {
  font-size: 18px;
  margin: 0;
}

.close {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 20px;
}

.text20 {
  font-size: 20px;
}

.text25 {
  font-size: 25px;
}

section .baystars_logo.baystars_logo_sp {
  margin-top: 10px;
  margin-left: 10px;
  width: 50px;
  height: 55px;
}

.contain {
  object-fit: contain;
}

.mb10 {
  margin-bottom: 10px;
}

.product_list .text_line_btn_wrap .margin0 {
  margin: 0;
}

.live_height {
  line-height: 20px;
  font-size: 1rem;
}

.live_height_text {
  line-height: 3em;
  font-size: 1rem;
}

/*
.top_player_ha:hover {
    opacity:1;
}

.top_player_ha:hover path{stroke:#FFF; stroke-width:1px; fill:transparent; stroke-dasharray:1425px; stroke-dashoffset:1425px; animation:anim 10s ease-in 0s forwards;}
@keyframes anim{
    0%{stroke-dashoffset:0px;}
    100%{stroke-dashoffset:1425px;}
}
*/

.fs-big {
  font-size: 37px;
  font-weight: 700;
}
.fs-sm {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 839px) {
  section.top_info {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}

section.top_info img {
  margin-bottom: 0;
}

.background {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  user-select: none;
  pointer-events: none;
  /* overflow: hidden; */
}

.background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
/* @media (max-width: 839px) {
  .background img {
    object-fit: cover;
  }
} */