@charset "UTF-8";


/* POINT
======================================== */
.lp_point_ttl_block_1{
  position: relative;
  padding: 2em 0 3em;
}
.lp_point_ttl_copy{
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.8em;
  font-weight: 700;
  letter-spacing: .02em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: .5em 0 ;
  margin: auto;
}
.lp_point_ttl_copy .line {
  display: block;
  height: fit-content;
}


/* LOOP ==================*/
.live_loop_box{
  position: absolute;
  top: 0;
  bottom: 3em;
  margin: auto;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  /* background-color: var(--c-black2); */
  z-index: -1;
}
.live_loop_box_inner{
  display: flex;
  filter: var(--filter-blue);
  opacity: .07;
}
/* .loop_txt{
  white-space: nowrap;
  animation :infinity-scroll-left 30s infinite linear 0.5s both;
} */
.live_loop_box_inner img {
  width: inherit;
  max-width: inherit;
  height: 8em;
  width: auto;
  padding-right: 3.5em;
  animation: live_infinity-scroll-left 10s infinite linear 0.5s both;
}
.live_loop_box_inner .en {
  display: block;
  font-size: 4em;
  font-weight: bold;
  color: aqua;
}
@keyframes live_infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.live_intro_txt_box {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: .03em;
  padding: .5em 0 2em ;
  color: var(--c-black2);
  text-align: center;
}
.live_intro_txt_box p {
  padding: .5em 0;
}

@media(min-width:899px){
  .live_intro_txt_box {
    font-size: 1.45em;
  }
  .live_loop_box_inner{
    display: flex;
    filter: var(--filter-blue);
    opacity: .09;
    animation: live_infinity-scroll-left 25s infinite linear 0.5s both;
  }
  .live_loop_box_inner img {
    height: 8vw;
  }

}/*  */

/* LIVE CAT LIST */
.live_cat_list_box{
  position: relative;
  z-index: 1;
  padding: 4em 0 3em;
  margin: 5em 0 7em;
}
.live_cat_list_box::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* clip-path: polygon(3em 0, 100% 0, 100% calc(100% - 3em), calc(100% - 3em) 100%, 0 100%, 0 3em); */
  clip-path: polygon(3em 0, 100% 0, 100% 100%, 0 100%, 0 3em);
}
.live_cat_list_box:last-child{
  margin-bottom: 0;
}
.live_cat_list_inner{
  padding: 0 2em;
}
.live_cat_list_num{
  position: absolute;
  top: -0.3em;
  font-size: 6em;
  font-weight: 500;
  line-height: .8;
  color: var(--c-blue);
}
.live_cat_list_num img{
  position: absolute;
  top: -0.45em;
  left: .12em;
  right: 0;
  margin: auto;
  display: block;
  width: 1em;
  transform: rotateZ(-10deg);
}
.live_cat_list_sub{
  font-size: 1.6em;
  font-weight: 600;
  padding: 1em 0 .7em;
}
.live_cat_list_ttl{
  font-size: 1rem;
  padding: 1.3em 0;
}
.live_cat_list_ttl .en{
  font-size: 5.2em;
  font-weight: 800;
  line-height: 1;
}
.live_cat_list_ttl .ja{
  display: block;
  color: var(--color-black3);
  margin-top: .5em;
}
.live_cat_list_img_wrap{
  padding: 1.2em 0;
}
.live_cat_list_desc{
  font-size: 1.15em;
  padding: 1em 0;
  line-height: 1.7;
}
.live_cat_list_desc p{
  padding: .3em 0;
}
@media (min-width: 899px) {
  .live_cat_list{
    padding: 0 4em;
  }
  .live_cat_list_box {
    padding: 0;
    margin: 5em 0 10em;
  }
  .live_cat_list_box:last-child {
    margin-bottom: 10em;
  }
  .live_cat_list_box::before {
    top: 3em;
    width: 90%;
    clip-path: polygon(5em 0, 100% 0, 100% 100%, 0 100%, 0 5em);
  }
  .live_cat_list_inner{
    padding: 0 0 0 4em;
  }
  .live_cat_list_num{
    top: .2em;
  }
  .live_cat_ttl_wrap {
    padding-top: 6.5em;
  }
  .live_cat_pc_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .live_cat_list_img_wrap {
    width: 50%;
    padding: 0;
  }
  /* .live_cat_list_desc {
    width: 46%;
  } */
}/*  */


/* LIVE SCHEDULE LIST */
.live_sche_copy{
  font-size: 1.6em;
  font-weight: 600;
  padding: .8em 0;
  line-height: 1.6;
  letter-spacing: .02em;
}
.live_sche_list{
  padding: 2em 0;
}
.live_sche_list_box:first-child{
  margin-top: 0;
}
.live_sche_list_box{
  background-color: #fff;
  margin: 4em 0;

  opacity: 1;
	animation-name: displayContent; 
	animation-duration: 1s; 
	animation-fill-mode: forwards; 
}
.live_sche_list_box.is-hidden{
  display: none;
  opacity: 0;
}
@keyframes displayContent { 
  from {opacity: 0;}
    to {opacity: 1;}
}
.live_sche_img_wrap{
  width: 100%;
  aspect-ratio: 1/1;
}
.live_sche_img_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.live_sche_detail_wrap{
  position: relative;
  padding: 1.5em 1.8em;
}
.live_sche_status {
  /* position: absolute;
  right: .6em;
  top: .9em;
  display: flex;
  justify-content: center; */
  display: inline-block;
  /* line-height: 1.9em;
  height: 2em; */
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: .03em;
  padding: .5em .8em;
  background-color: #d00;
  color: #fff;
  border-radius: 1em;
  vertical-align: .6em;
  margin-left: .5em;
}
.live_sche_status._inactive{
  background-color: var(--color-grey-txt);
}
.live_sche_area_wrap{
  display: flex;
  margin: 1em 0 .8em;
}
.live_sche_area{
  font-size: 1em;
  font-weight: 600;
  margin-right: .8em;
}
.live_sche_area.before_point {
  padding-left: .6em !important;
}
.live_sche_area:empty{
  display: none;
}
.live_sche_date{
  font-weight: 600;
  line-height: 1;
  padding: .3em 0 .5em;
  white-space: nowrap;
  /* border-bottom: 1px solid var(--c-gray); */
}
.live_sche_date_year{
  display: block;
  font-size: 1.3em;
  margin-bottom: 0.1em;
}
.live_sche_date_day{
  font-size: 4.1em;
}
.live_sche_date_week{
  font-size: 1.6em;
}
.live_sche_ttl{
  font-size: 1.8em;
  padding: .4em 0;
  line-height: 1.4;
}
.live_sche_btn_desc{
  font-size: 1.05em;
  line-height: 1.8;
  padding: .5em 0;
}
.live_sche_btn_wrap{
  display: flex;
}
.live_sche_btn_wrap a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  /* font-weight: 500; */
  letter-spacing: .03em;
  text-align: center;
  padding: 1.1em 0;
  min-height: 4.8rem;
  color: #fff;
}
.live_sche_btn_link{
  background-color: var(--c-black2);
}
.live_end .live_sche_btn_link {
  background-color: #bbbfc2;
}
.live_sche_btn_entry{
  font-size: 1.3em;
  font-weight: 600;
  background-color: var(--c-blue);
}
@media (min-width: 899px) {
  .live_sche_copy {
    font-size: 2em;
    padding: .5em 0 1em;
  }
  .live_sche_list_box{
    position: relative;
    display: flex;
    /* align-items: flex-start; */
    margin: 3em 0;
  }
  .live_sche_img_wrap{
    width: 22.5em;
    aspect-ratio: initial;
  }
  .live_sche_detail_wrap {
    padding: 1.5em 2.5em;
  }
  .live_sche_ttl{
    font-size: 2em;
  }
  .live_sche_area_wrap{
    margin-bottom: 0;
  }
  .live_sche_date {
    padding: .1em 0 .7em;
  }
  .live_sche_date_day {
    font-size: 3.8em;
}
  span.live_sche_date_year{
    display: inline-block;
    font-size: 1.2em;
    vertical-align: top;
    margin-top: .5em;
    margin-right: 0.4rem;
  }
  .live_sche_pc_wrap{
    font-size: 1em;
    width: calc(100% - 22.5em);
    height: 100%;
  }
  .live_sche_btn_wrap{
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .live_sche_btn_wrap{
    width: 28rem;
  }
  .live_sche_btn_wrap a {
    padding: 1em 0;
    min-height: 4.5rem;
  }
  .live_sche_btn_desc {
    width: calc(100% - 28rem);
    white-space: nowrap;
  }
}/*  */