@charset "UTF-8";
/* CSS Document */
/*--------------------------
      common
----------------------------*/
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 12px;
    line-height: 1.6em;
  }
}
body {
  padding: 0 !important;
}
@media screen and (max-width: 640px) {
  body {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 640px) {
  .live img {
    max-width: 100%;
  }
}
.live .wrapper {
  position: relative;
  min-width: 1200px;
  overflow: hidden;
  background: url("../img/bg.png") repeat center top 503px / 2500px;
}
@media screen and (min-width: 1440px) {
  .live .wrapper {
    background: url("../img/bg.png") repeat right -500px top 36vw / 2500px;
  }
}
@media screen and (max-width: 640px) {
  .live .wrapper {
    min-width: 0;
    background: url("../img/bg_sp.png") repeat center top 121.6vw / 952px;
  }
}
ul, ol {
  list-style-type: none;
  padding: 0;
}
.pc {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: inline-block;
  }
}
.live .section_inner {
  padding: 90px 0;
}
.live h2 {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .live h2 {
    margin-bottom: 20px;
  }
  .live h2 img {
    width: 80%;
  }
}
.live .btn-base {
  display: inline-block;
  width: 290px;
  height: 60px;
  border-radius: 200px;
  background-image: url("../img/arrow_btn.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 42px;
  color: #fff;
  font-size: 1.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.live .btn-base:hover {
  background: #fff;
}
@media screen and (max-width: 640px) {
  .live .btn-base {
    max-width: 258px;
    height: 54px;
    background-size: 27px;
    font-size: 0.916em;
    background-position: center right 10px;
  }
  .live .btn-base:hover {
    background: #fff;
    background-size: 27px;
  }
}
.live a:not(.text_link) {
  transition: all 0.3s;
}
.live a:hover {}
.live .text_link {
  text-decoration: underline;
}
.live .text_link:hover {
  text-decoration: none;
  opacity: 1;
}
.live .btn-viewing {
  background-color: #02c3cf;
  padding-right: 35px;
  border: 2px solid #02c3cf;
}
.live .btn-viewing:hover {
  color: #02c3cf;
  background: url("../img/arrow_btn-viewing.svg") no-repeat center right 10px / 42px;
}
@media screen and (max-width: 640px) {
  .live .btn-viewing {
    padding-right: 0px;
  }
  .live .btn-viewing:hover {
    background-size: 27px;
  }
}
.live .btn-streaming {
  background-color: #eb4c8e;
  padding-right: 35px;
  border: 2px solid #eb4c8e;
}
.live .btn-streaming:hover {
  color: #eb4c8e;
  background: url("../img/arrow_btn-streaming.svg") no-repeat center right 10px / 42px;
}
/*--------------------------
      header
----------------------------*/
.haishin-header:not(.scrolled) {
  background: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 640px) {
  .haishin-header:not(.scrolled) {
    background: #fff !important;
  }
}
/*--------------------------
        main
----------------------------*/
.live .main_image {
  height: 683px;
  width: 100%;
  position: relative;
  display: block !important;
  margin-bottom: 300px;
  font-size: 1.428rem;
  line-height: 1.6em;
}
@media screen and (min-width: 1440px) {
  .live .main_image {
    height: 45.36vw;
    display: flex;
    flex-warp: wrap;
  }
}
@media screen and (max-width: 640px) {
  .live .main {
    background: #fff;
  }
  .live .main_image {
    height: 121.6vw;
    margin-bottom: 90px;
    font-size: 1.16rem;
    line-height: 1.6em;
  }
}
.live .main_image_viewing {
  background: #cbecfd url(../img/main_bg_live.svg) no-repeat top 30% left 66% / 138%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: calc(100% - 80px);
}
@media screen and (max-width: 640px) {
  .live .main_image_viewing {
    position: static;
    height: 50%;
    width: calc(100% - 20px);
    padding-left: 20px;
  }
}
.live .main_image_streaming {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: calc(100% - 80px);
  background: #ffdcea url(../img/main_bg_vod.svg) no-repeat top 30% left 38% / 128%;
}
@media screen and (max-width: 640px) {
  .live .main_image_streaming {
    position: static;
    height: 50%;
    width: calc(100% - 20px);
    margin-left: auto;
    padding-right: 20px;
  }
}
.live .main_slider_l_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 640px) {}
.live .btn-main {
  width: 374px;
  height: 78px;
  background-position: right 16px center;
  margin-top: 30px;
  background-image: url("../img/arrow_btn_d.svg");
  font-size: 1.56rem;
}
.live .btn-main.btn-viewing:hover {
  background-color: #fff;
  background-image: url("../img/arrow_btn_d-viewing.svg");
  background-position: right 16px center;
}
.live .btn-main.btn-streaming:hover {
  background-color: #fff;
  background-image: url("../img/arrow_btn-d_streaming.svg");
  background-position: right 16px center;
}
@media screen and (max-width: 640px) {
  .live .btn-main {
    height: 40px;
    margin: 20px auto 0;
    background-size: 20px;
    background-position: right 10px center;
    width: 56vw;
    padding-right: 24px;
    font-size: 1rem;
  }
  .live .btn-main.btn-viewing:hover {
    background-size: 20px;
    background-position: right 10px center;
  }
  .live .btn-main.btn-streaming:hover {
    background-size: 20px;
    background-position: right 10px center;
  }
}
.live .main_slider_ttl {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
  .live .main_slider_ttl {
    max-width: 168px;
    margin: 0 auto 15px;
  }
}
/*--------------------------
      news
----------------------------*/
.live .news {
  margin: 0 auto 350px;
}
@media screen and (max-width: 640px) {
  .live .news {
    margin: 0 auto 200px;
  }
}
.live .news_inner {
  padding: 0 20px;
}
.live .news_inner ul {
  border-top: 1px solid #747474;
  max-width: 1200px;
  margin: 0 auto;
}
.live .news_inner li {
  padding: 35px 0 35px 100px;
  border-bottom: 1px solid #747474;
  text-indent: -50px;
}
@media screen and (max-width: 640px) {
  .live .news_inner li {
    padding: 24px 0;
    text-indent: 0;
  }
}
.live .top_news__btn {
  text-align: center;
  margin-top: 20px;
  max-width: 1200px;
  margin: 15px auto 0;
}
@media screen and (max-width: 640px) {
  .live .top_news__btn {}
  .live .top_news__btn img {
    max-width: 118px;
  }
}
.live .top_news__btn a, .live .news_inner li a {
  transition: all 0.3s;
}
.live .top_news__btn a:hover, .live .news_inner li a:hover,.live .news_bnr:hover {
  opacity: 0.7;
}
.live .news_bnr {
	display: block;
    margin-top: 60px;
    max-width: 1200px;
    margin: 80px auto 0;
    position: relative;
    z-index: 10;
    transition: 0.3s;
}
@media screen and (max-width: 640px) {
	.live .news_bnr {
		margin: 60px auto 0;
	}
}
.live .news_bnr + .news_bnr{
	margin-top:30px;
}
@media screen and (max-width: 640px) {
	.live .news_bnr + .news_bnr{
		margin-top:15px;
	}
}
.live .hidden_btn {
  display: none;
}
.live .whatdate {
  width: 50px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .live .whatdate {
    display: block;
    width: auto;
  }
}
.live .newlist {
  color: red;
  margin-right: 10px;
}
.live .oshirase {
  max-width: 1200px;
  margin: 120px auto 0;
  padding: 40px 50px;
  border-radius: 20px;
  border: 2px solid #000;
}
@media screen and (max-width: 640px) {
  .live .oshirase {
    margin: 80px 20px 0;
    padding: 30px 20px;
  }
}
.live .oshirase_ttl {
  display: inline-block;
  font-size: 1.2rem;
  color: #C70000;
  font-weight: bold;
  line-height: 1em;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #C70000;
}
.live .oshirase p:not(.oshirase_ttl) {
  margin-top: 15px;
}
.live .oshirase b:not(.oshirase_ttl) {
  font-size: 1.2em;
}
/*--------------------------
        lineup
----------------------------*/
.live #lineup .section_inner {
  margin-bottom: 550px;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .live #lineup .section_inner {
    padding: 0 20px;
    margin-bottom: 0;
  }
}
.live .box {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  font-size: 1.428em;
  max-width: 1200px;
  margin: -68px auto 80px;
  padding-top: 68px;
}
@media screen and (max-width: 640px) {
  .live .box {
    margin: -55px auto 60px auto;
    padding-top: 55px;
  }
}
.live .box:last-child {
  margin-bottom: 0;
}
.live .box_head {
  font-size: 1.2em;
  font-weight: bold;
  padding: 35px 80px;
  background: #000;
  color: #fff;
  border-radius: 20px 20px 0 0;
}
.live .hana .box_head {
  background: #000 url("../img/corner_hana.svg") no-repeat left -1px top -1px / 53px;
}
.live .tsuki .box_head {
  background: #000 url("../img/corner_tsuki.svg") no-repeat left -1px top -1px / 53px;
}
.live .yuki .box_head {
  background: #000 url("../img/corner_yuki.svg") no-repeat left -1px top -1px / 53px;
}
.live .hoshi .box_head {
  background: #000 url("../img/corner_hoshi.svg") no-repeat left -1px top -1px / 53px;
}
.live .sora .box_head {
  background: #000 url("../img/corner_sora.svg") no-repeat left -1px top -1px / 53px;
}
.live .senka .box_head {
  background: #000 url("../img/corner_senka.svg") no-repeat left -1px top -1px / 53px;
}
@media screen and (max-width: 640px) {
  .live .box .box_head {
    padding: 25px 20px;
    font-size: 0.935em;
    background-size:32px;
  }
}
@media screen and (max-width: 640px) {
  .live .box_head_ttl::before {
    width: 24px;
    height: 24px;
  }
}
.live .box_head_date {
  margin: 0 20px 8px 0;
  display: inline-block;
}
.live .date_mini {
  font-size: 1rem;
}
.live .box_head_kumi {
  display: inline-block;
  margin-bottom: 8px;
}
.live .box_head_stage {
  display: block;
  text-indent: -0.5em;
  line-height: 1.4em;
}
@media screen and (max-width: 640px) {
  .live .box_head_stage {
    font-size: 1.12em;
  }
  .live .box_head_senshuraku {
    font-size: 0.895em;
  }
}
@media screen and (max-width: 640px) {
  .live .kouen {
    padding: 0;
  }
  .live .kouen {
    display: block;
  }
}
.live .box_inner {
  display: table;
  width: 100%;
  border: 2px solid #000;
  border-top: none;
  /*overflow: hidden;*/
  border-radius: 0 0 20px 20px;
  background: #000;
  height:100%;
}
@media screen and (max-width: 640px) {
  .live .box_inner {
    display: block;
    background:#fff;
  }
}
.live .box_inner_imgarea {
  width: 448px;
  display: table-cell;
  background: #000;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 640px) {
  .live .box_inner_imgarea {
    display: block;
    width: 100%;
    margin: 0px auto 20px auto;
  }
    .live .box_inner_imgarea img{
        max-width:none;
        width:100%;
    }
}
.live .box_inner_imgarea_overlay {
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 640px) {
  .live .box_inner_imgarea_overlay {
    display: none;
  }
}
.live .box_inner_imgarea:hover > .box_inner_imgarea_overlay {
  opacity: 1;
}
.live .box_inner_infoarea {
  padding: 40px 60px;
  display: flex;
  border-radius: 0 0 18px 0;
  background: #fff;
  font-weight: 400;
  height:100%;
}
@media screen and (max-width: 640px) {
  .live .box_inner_infoarea {
    display: block;
    padding: 20px 15px 25px 15px;
	  border-radius: 0 0 20px 20px;
  }
}
.live .box_inner_infoarea_head {
  border: 1px solid;
  border-radius: 50px;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .live .box_inner_infoarea_head {
    margin-bottom: 18px;
  }
}
.live .box_inner_infoarea_inner {
  width: calc(50% - 25px);
  margin-right: 50px;
  position:relative;
}
@media screen and (max-width: 640px) {
  .live .box_inner_infoarea_inner {
    margin: 0;
    width: 100%;
    display: none;
  }
  .live .box_inner_infoarea_inner.box-active {
    display: block;
  }
}
.live .box_inner_infoarea_inner:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 640px) {
  .live .box_inner_infoarea_inner:last-child {
    margin-bottom: 0;
  }
}
.live .box_inner_infoarea_inner-streaming .box_inner_infoarea_head {
  color: #eb4c8e;
  border-color: #eb4c8e;
  width: 100%;
  font-weight: 700;
}
.live .box_inner_infoarea_inner-viewing .box_inner_infoarea_head {
  color: #00b1bc;
  border-color: #00b1bc;
  width: 100%;
  font-weight: 700;
}
.live .box_inner_infoarea_detail dd {
  line-height: 1.6em;
}
.live .box_inner_infoarea_inner-streaming-shinjin .box_inner_infoarea_detail {
  margin-top: 84px;
}
@media screen and (max-width: 640px) {
  .live .box_inner_infoarea_inner-streaming-shinjin .box_inner_infoarea_detail {
    margin-top: 20px;
  }
}
.live .box_inner_infoarea_detail_bnr {
	margin-top:40px;
	display:block;
	transition:0.3s;
}
.live .box_inner_infoarea_detail_bnr:hover {
	opacity:0.7;
}
@media screen and (max-width: 640px) {
	.live .box_inner_infoarea_detail_bnr {
		margin-top:20px;
	}
}
.live .panf {
  font-size: 0.8em;
  line-height: 1.6em;
}
.live .panf_small {
  font-size: 14px;
  line-height: 1.4em;
  display: inline-block;
  margin-top: 20px;
}
.live .notice-panf_text {
  margin-top: 10px;
}
.live .notice-panf_text_date {
  display: inline-block;
  margin-top: 5px;
}
.live .box_inner_infoarea_detail dt {
  position: relative;
  display: inline-block;
  padding: 0 16px 0 0;
  font-size: 1.14rem;
  margin-top: 20px;
}
.live .box_inner_infoarea_detail dt:first-of-type {
  margin-top: 0;
}
.live .box_inner_infoarea_detail dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  transform: rotate(-50deg);
  right: 4px;
  bottom: -2px;
}
.live .box_inner_infoarea_inner-viewing .box_inner_infoarea_detail dt {
  border-bottom: 1px solid #00b1bc;
  padding-bottom: 2px;
  color: #00b1bc;
  line-height: 1em;
  margin-bottom: 8px;
}
.live .box_inner_infoarea_inner-viewing .box_inner_infoarea_detail dt::after {
  background: #00b1bc;
}
.live .box_inner_infoarea_inner-streaming .box_inner_infoarea_detail dt {
  border-bottom: 1px solid #eb4c8e;
  padding-bottom: 2px;
  color: #eb4c8e;
  line-height: 1em;
  margin-bottom: 8px;
}
.live .box_inner_infoarea_inner-streaming .box_inner_infoarea_detail dt::after {
  background: #eb4c8e;
}
.live .box_inner_infoarea_inner .btn-viewing {
  margin-top: 25px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .live .box_inner_infoarea_inner .btn-viewing {
    margin-top: 20px;
    width: 100%;
    max-width: none;
	  z-index:3;
	  position: relative;
  }
}
.live .box_inner_infoarea_inner-streaming .text-link {
  color: #eb4c8e;
  text-decoration: underline;
}
.live .box_inner_infoarea_inner-streaming .text-link:hover {
  text-decoration: none;
}
.live .detail_small {
  font-size: 0.75em;
}
.live .detail_small-support {
	margin-top:10px;
	padding-left:1em;
	text-indent:-1em;
}
.live .detail_small-support > span{
	padding-left:1em;
	display:inline-block;
	margin-bottom:5px;
}
.live .btn_pratform {
  background: #fff;
  border: 2px solid #ec4d8c;
  border-radius: 4px;
  color: #fff;
  margin: 8px 0 8px;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  background: #ec4d8c;
}
@media screen and (max-width: 640px) {
  .live .btn_pratform {
    display: flex;
    min-height: 37px;
  }
}
.live .haishin_logo {
  padding: 0;
  width: 107px;
}
@media screen and (max-width: 640px) {
  .live .haishin_logo {
    width: 88px;
    height: auto;
  }
}
.live .btn_btn_pratform-txt {
  display: flex;
  background: #ec4d8c;
  position: relative;
  margin-left: auto;
  padding: 0 34px 0 10px;
  vertical-align: middle;
  font-size: 1rem;
  align-items: center;
  width: 50%;
  justify-content: center;
  font-weight: 700;
  border-left: 2px solid #ec4d8c;
  transition: all 0.3s;
}
.live .btn_btn_pratform-txt:hover {
  color: #ec4d8c;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .live .btn_btn_pratform-txt {
    font-size: 15px;
  }
}
.live .btn_btn_pratform-txt::before {
  display: block;
  height: 24px;
  width: 24px;
  content: "";
  position: absolute;
  right: 8px;
  background: url("../img/arrow_btn.svg") no-repeat center /contain;
  transition: all 0.3s;
}
.live .btn_btn_pratform-txt:hover::before {
  background: url("../img/arrow_btn-streaming.svg") no-repeat center /contain;
}
.live .btn_btn_pratform-img {
  width: 50%;
  text-align: center;
  background:#fff;
}
@media screen and (max-width: 640px) {
  .live .btn_btn_pratform-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.live .btn_pratform-off .btn_btn_pratform-txt {
	background: #9d9d9d;
	border-left: 2px solid #9d9d9d;
}
.live .btn_pratform-off .btn_btn_pratform-txt:hover {
	color: #fff;
}
.live .btn_pratform-off .btn_btn_pratform-txt::before {
	background: url(../img/arrow_btn-off.svg) no-repeat center /contain;
}
.live small {
  font-size: 0.7em;
}
.live .notice {
  display: block;
  line-height: 1.4em;
  font-size: 0.9rem;
}
.live .notice::before {
  content: "";
  display: inline-block;
  background: url("../img/ico-attention.svg") no-repeat center/ contain;
  width: 11px;
  height: 10px;
}
.live .notice-panf {
  border-radius: 12px;
  padding: 20px;
  background: #fadde9;
  font-size: 0.85em;
  line-height: 1.4em;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .live .box_inner_infoarea_tab {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    border-bottom: 2px solid #02c3cf;
  }
  .live .btn-tab {
    width: 50%;
    border-radius: 10px 10px 0 0;
    background: #fff;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 2px;
    cursor: pointer;
    color: #fff;
  }
  .live .tab-viewing {
    border: 2px solid #02c3cf;
    border-bottom: none;
    background: #02c3cf;
  }
  .live .tab-streaming {
    border: 2px solid #eb4c8e;
    border-bottom: none;
    background: #eb4c8e;
  }
  .live .tab-viewing.tab-active, .live .tab-streaming.tab-active {
    height: 50px;
    top: 2px;
    padding-bottom: 2px;
    background: #fff;
  }
  .live .tab-viewing.tab-active {
    color: #00b1bc;
  }
  .live .tab-streaming.tab-active {
    color: #eb4c8e;
  }
}
.live .box_head_news {
  background: #fff;
  border-radius: 28px;
  font-size: 1rem;
  color: #000;
  padding: 14px 40px 14px 20px;
  margin-top: 30px;
  position: relative;
}
.live .box_head_news::after {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background: url("../img/ico-more.svg") no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 12px;
  margin: auto;
  transition: 0.3s;
  cursor: pointer;
}
.live .box_head_news.box_head_news-nohide::after {
  display: none;
}
.live .box_head_news.is-active::after {
  background: url("../img/ico-close.svg") no-repeat center / contain;
  transform: rotate(180deg);
  transition: 0.3s;
}
.live .box_head_news:hover::after {
  opacity: 0.7;
}
.live .box_head_news_hide {
  display: none;
}
.live .box_head_news_hide p {
  margin-top: 5px;
}
.live .box_head_news_date {
  width: 3.5em;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .live .box_head_news_date {}
}
.live .ico-viewing {
  color: #00b1bc;
  border: 1px solid #02c3cf;
  display: inline-block;
  border-radius: 50px;
  padding: 6px 10px;
  line-height: 1em;
  margin-right: 20px;
  font-size: 0.8rem;
}
.live .ico-streaming {
  color: #eb4c8e;
  border: 1px solid #eb4c8e;
  display: inline-block;
  border-radius: 50px;
  padding: 6px 10px;
  line-height: 1em;
  margin-right: 20px;
  font-size: 0.8rem;
}
@media screen and (max-width: 640px) {
    .live .ico-viewing,
    .live .ico-streaming{
        padding: 4px 10px;
    }
}
.live .box_head_news_text {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .live .box_head_news_text {
    display: block;
    margin-top:2px;
  }
}
.live .news .lv {
  color: #009ea8;
}
.live .news .ls {
  color: #ed317f;
}
/*--------------------------
        4step
----------------------------*/
.live .step {
  padding: 0;
  margin: 0 auto 550px auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .live .step {
    margin: 230px auto 0 auto;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .live .step h2 {
    padding: 0 20px;
  }
}
.live .step-streaming .section_inner {
  background: #ffdcea;
  padding: 90px 20px;
}
@media screen and (max-width: 640px) {
  .live .step-streaming .section_inner {
    padding: 40px 20px;
  }
}
.live .step-viewing .section_inner {
  background: #d8f3ff;
  padding: 90px 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .live .step-viewing .section_inner {
    padding: 40px 20px;
  }
}
.live .step-viewing::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff url("../img/bg_viewing-after.png") repeat-x left calc(50%) top -250px / 1920px;
  width: 100%;
  height: 906px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .live .step-viewing::after {
    height: 906px;
    background: #fff url("../img/bg_viewing-after_sp.png") repeat-x left calc(50% - 39px) top -173px / 562px
  }
}
.live .step-streaming .section_inner::after {
  content: "";
  display: block;
  background: url("../img/charm.svg") no-repeat center / contain;
  width: 386px;
  height: 331px;
  position: absolute;
  right: calc(50% - 780px);
  top: -112px;
}
@media screen and (max-width: 640px) {
  .live .step-streaming .section_inner::after {
    width: 193px;
    height: 165px;
    right: -24px;
    bottom: -132px;
    top: auto;
  }
}
.live .step-streaming::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff url("../img/bg_streaming-after.png") repeat-x left calc(50% - -40px) top -94px / 1920px;
  width: 100%;
  height: 936px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .live .step-streaming::after {
    height: 455px;
    background: #fff url("../img/bg_streaming-after_sp.png") repeat-x left calc(50%) top -76px / 432px;
  }
}
.live .step_list {
  display: flex;
  margin-bottom: 18px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .live .step_list {
    display: block;
  }
}
.live .step_list li {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 40px 20px;
  border-radius: 12px;
  margin-right: 16px;
  width: calc((100% - 48px) / 4);
}
@media screen and (max-width: 640px) {
  .live .step_list li {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 34px;
    position: relative;
    padding: 30px 20px;
    width: 100%;
    font-size: 1.12rem;
    line-height: 1.6em;
  }
}
.live .step_list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .live .step_list li:last-child {
    margin-bottom: 0;
  }
}
.live .step_list li::after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: url("../img/arrow-next.svg");
  background-size: contain;
  top: 0;
  bottom: 0;
  right: -38px;
  margin: auto;
  position: absolute;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .live .step_list li::after {
    transform: rotate(90deg);
    left: 0;
    right: 0;
    bottom: -36px;
    top: auto;
    width: 37px;
    height: 37px;
  }
}
.live .step_list li:last-child::after {
  display: none;
}
.live .step_list li img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 640px) {
  .live .step_list li img {
      max-width:112px;
      width:100%;
    }
}
.live .step-viewing .step_list li {
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 640px) {
  .live .step-viewing .step_list li {
    width: 100%;
  }
}
.live .text_step {
  color: #ed5c95;
  font-size: 12px;
  display: block;
  line-height: 1em;
  text-align: center;
}
.live .text_num {
  font-size: 38px;
  margin-bottom: 15px;
  display: block;
  color: #ed5c95;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .live .text_num {
    margin-bottom: 0;
  }
}
.live .step_ico_area img {
  max-width: 100%;
}
.live .step_text_area {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .live .step_text_area, .live .step_ico_area {
    display: inline-block;
    margin-top: 0;
  }
  .live .step_ico_area {
    max-width: 30%;
    margin-right: 15px;
    vertical-align: middle;
  }
  .live .step_text_area {
    max-width: calc(70% - 20px);
    text-align: left;
    vertical-align: middle;
  }
}
.live .step_notice {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}
.live .step_support {
	max-width: 1200px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}
@media screen and (max-width: 640px) {
	.live .step_support {
		margin-top: 20px;
	}
}
.live .step_support_item{
	border:2px solid #ec4d8c;
	border-radius:100px;
	display:inline-block;
	padding:10px 20px;
	font-size:16px;
	line-height:1.6em;
}
@media screen and (max-width: 640px) {
	.live .step_support_item {
		font-size: 1.12rem;
		line-height: 1.6em;
		padding:10px 15px;
	}
}
.live .step_support_item:hover > .text_link {
	text-decoration:none;
} 
.live .step_num_area {
  margin-bottom: 18px;
}
@media screen and (max-width: 640px) {
  .live .step_num_area {
    margin-bottom: 10px;
  }
  .live .step_num_area img {
    max-width: 20px !important;
  }
}
.live .step_ttl {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .live .step_ttl {
    margin-bottom: 20px;
  }
}
.live .step_ttl::before {
  content: "";
  display: block;
  position: absolute;
}
.live .step-streaming .step_ttl::before {
  background: url("../img/charm_streaming.png") no-repeat center / contain;
  width: 286px;
  height: 285px;
  top: -124px;
  left: calc(50% - 407px);
}
@media screen and (max-width: 640px) {
  .live .step-streaming .step_ttl::before {
    width: 143px;
    height: 141px;
    top: -55px;
    left: calc(50% - 182px);
  }
}
.live .step-viewing .step_ttl::before {
  background: url("../img/charm_viewing.png") no-repeat center / contain;
  width: 286px;
  height: 285px;
  top: -124px;
  right: calc(50% - 407px);
}
@media screen and (max-width: 640px) {
  .live .step-viewing .step_ttl::before {
    width: 143px;
    height: 141px;
    top: -55px;
    right: calc(50% - 182px);
  }
}
.live .step_ttl img {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .live .step_ttl img {
    width: 225px;
  }
}
.live .btn-step-viewing {
  background-color: #02c3cf;
  max-width: 100%;
  margin: 30px auto 0;
  padding-right: 24px;
  border: 2px solid #02c3cf;
}
.live .btn-step-viewing:hover {
  color: #02c3cf;
  background: url("../img/arrow_btn-viewing.svg") no-repeat center right 10px / 42px;
}
@media screen and (max-width: 640px) {
  .live .btn-step-viewing {
    padding-right: 20px;
    line-height:1.4em;
  }
  .live .btn-step-viewing:hover {
    background-size: 27px;
  }
}
.live .step-streaming .btn_pratform {
  width: 220px;
  margin: 8px auto 8px;
}
@media screen and (max-width: 640px) {
  .live .step-streaming .btn_pratform {
    display: flex;
    min-height: 37px;
  }
}
.live .step-streaming .haishin_logo {
  padding: 0;
  width: 86px;
}
@media screen and (max-width: 640px) {
  .live .step-streaming .haishin_logo {
    width: 88px;
    height: auto;
  }
}
.live .step_ico_area {
	padding:10px 0;
}
@media screen and (max-width: 640px) {
	.live .step_ico_area {
		padding:0;
	}
}
.live .step_ico_area_pratform {
  background: #fff;
  border: 2px solid #ec4d8c;
  color: #fff;
  margin: 8px auto 8px;
  display: flex;
  box-sizing: border-box;
  width: 192px;
  border-radius: 50px;
  overflow: hidden;
  transition: 0.3s;
  min-height:40px;
  justify-content: center;
  align-items: center;
}
.live .step_ico_area_pratform:hover {
  transform:scale(1.1);
	min-height:0;
}
@media screen and (max-width: 640px) {
  .live .step_ico_area_pratform {
    width: 100%;
    min-height: 30px;
    align-items: center;
  }
}
.live .pratform_logo {
  padding: 1px 5px;
  width: 92px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .live .pratform_logo {
        width: 76px;
		padding: 2px 5px;
    }
}
/*--------------------------
       promo
----------------------------*/
.live .section-promo {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .live .section-promo {
    margin: 230px auto 0 auto;
    padding: 20px 0 0;
  }
  .live .section-promo .section_ttl {
    padding: 0 20px;
  }
}
.live .section-promo .section_inner {
  background: #f4f4f4;
  position: relative;
}
@media screen and (max-width: 640px) {
  .live .section-promo .section_inner {
    padding: 50px 20px 50px;
  }
}
.live .section-promo .section_inner_contentarea::before {
  content: "";
  position: absolute;
  width: 1403px;
  height: 714px;
  top: -50px;
  left: calc(50% - 627px);
}
@media screen and (max-width: 640px) {
  .live .section-promo .section_inner_contentarea::before {
    width: 454px;
    padding-top: 374px;
    height: auto;
    top: -15px;
    left: calc(50% - 197px);
    z-index: 5;
  }
}
.live .promo_movie {
  max-width: 1048px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .live .promo_movie {
    height: auto;
  }
}
/* Set the size and location of the player */
.live .section-promo .video-js {
  width: 860px !important;
  height: 484px !important;
  float: left;
}
.live .section-promo .myplayer {
  clear: both;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Set the size of the playlist */
.live .section-promo .playlist-wrapper {
  float: right;
  height: 484px;
  width: 175px;
  margin: 0;
  padding: 0;
  overflow-y:auto;
  overflow-x:hidden;
}
@media screen and (max-width:640px) {
  .live .section-promo .playlist-wrapper {
    background-color: #ffffff;
  }
}
.live .section-promo.vjs-mouse.vjs-playlist {
  float: right;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 10px;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  box-sizing: border-box;
  background: none !important;
}

.live .playlist-wrapper::-webkit-scrollbar {
  width: 5px;
}
.live .playlist-wrapper::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.live .playlist-wrapper::-webkit-scrollbar-thumb {
  background-color: #747474;
  border-radius: 100px;
}
.live .vjs-playlist, .live .vjs-mouse.vjs-playlist {
  background: none;
  padding: 0 0 0 17px;
}
@media screen and (max-width:640px) {
  .live .vjs-playlist, .live .vjs-mouse.vjs-playlist {
    padding: 14px 14px 0 14px;
  }
}
/* Style of the playlist */
.live .section-promo .vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {
  font-size: 13px;
  margin-right: 5px;
}
@media screen and (max-width:640px) {
    .live .section-promo .vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {
        width:100%;
        height:auto;
    }
}
.live .section-promo .vjs-playlist cite, .live .section-promo .vjs-mouse.vjs-playlist cite {
  display: none;
}
.live .section-promo .vjs-playlist .vjs-playlist-description {
  white-space: normal;
  font-size: 10px;
  color: #2D2D2D;
}
.live .section-promo .vjs-playlist .vjs-playlist-description, .live .section-promo .vjs-mouse.vjs-playlist .vjs-playlist-description {
  height: 55px;
  line-height: 11px;
  text-align: left;
  padding: 0 0 0 17px;
}
.live .section-promo .vjs-playlist .vjs-playlist-item {
  width: 121px;
  margin-bottom: 10px;
}
@media screen and (max-width:640px) {
  .live .section-promo .vjs-playlist .vjs-playlist-item {
    display: inline-block;
    width: calc(94% / 3);
    margin-right:3%;
  }
    .live .section-promo .vjs-playlist .vjs-playlist-item:nth-child(3n) {
    margin-right:0;
}
}
.vjs-mouse.vjs-playlist .vjs-selected .vjs-playlist-thumbnail:before {
    width:100%;
    height:100%;
}
.vjs-mouse.vjs-playlist .vjs-playlist-item {
    height:auto;
}
/*responsive*/
@media screen and (max-width:640px) {
  .live .section-promo .movie_container {
    padding: 0;
  }
  .live .section-promo .myplayer {
    width: 100%;
    display: block;
    position: absolute;
    margin: 0;
    float: left;
    background-color: #1a1a1a;
  }
  .live .section-promo .myplayer:after {
    padding-bottom: 56.25%;
    display: block;
    content: '';
  }
  .live .section-promo .video-js {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .live .section-promo .movie_container {
    width: 100%;
    height: 100%;
  }
  .live .section-promo .myplayer {
    position: relative;
  }
  .live .section-promo .playlist-wrapper {
    width: 100%;
    clear: both;
    height: 150px;
    overflow-y: scroll;
  }
  .live .section-promo .vjs-playlist {
    background-color: #ffffff;
  }
  .live .section-promo .vjs-mouse.vjs-playlist {
    float: none;
    height: 100%;
    width: auto;
    overflow-y: scroll;
    background-color: #ffffff;
  }
}
/*--------------------------
       twitter
----------------------------*/
.live .section-twitter .section_inner {
  background: #fff url(../img/bg_osusume-after.png) no-repeat left calc(50%) top 100px / 1920px;
}
@media screen and (max-width: 640px) {
  .live .section-twitter .section_inner {
    background: #fff url("../img/bg_osusume-after_sp.png") no-repeat left calc(50% - 10px) top -180px / 451px;
    padding: 0;
  }
}
.live .section-twitter .section_inner_contentarea {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0;
}
@media screen and (max-width: 640px) {
  .live .section-twitter .section_inner_contentarea {
    display: block;
    padding: 100px 20px 100px;
  }
}
.live .section-twitter .section_inner_contentarea_l {
  text-align: center;
  margin-right: 105px;
}
@media screen and (max-width: 640px) {
  .live .section-twitter .section_inner_contentarea_l {
    margin-right: 0;
  }
}
.live .twitter-ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .live .twitter-ttl {
    margin-bottom: 25px;
  }
  .live .twitter-ttl img {
    max-width: 194px;
  }
}
.live .btn-twitter {
  background: #000;
  width: 367px;
  height: 77px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  border: 2px solid #000;
}
.live .btn-twitter:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 640px) {
  .live .btn-twitter {
    max-width: 258px;
    height: 54px;
    margin: 0 auto 20px;
  }
}
.live .btn-twitter span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
.live .btn-twitter span::before {
  content: "";
  display: block;
  width: 31px;
  height: 26px;
  background: url("../img/ico_x.png") no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.live .btn-twitter:hover span::before {
  background: url("../img/ico_x-b.png") no-repeat center / contain;
}
.live .timeline {
  width: 360px;
  background: #299ded;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 640px) {
  .live .timeline {
    width: 100%;
  }
}
.live .timeline_inner {
  border: 1px solid #e0e1e0 !important;
  border-bottom: 12px;
  background: #e0e1e0;
  box-sizing: content-box;
}
.live .timeline_header {
  background: #000 url("../img/ico_x.png") no-repeat center / 28px;
  ;
  border-radius: 12px 12px 0 0;
  padding-top: 60px;
}
.live .section_inner_contentarea_r {}
@media screen and (max-width: 640px) {
  .live .section_inner_contentarea_r {
    overflow: hidden;
    margin-bottom: 15px;
  }
  .live .twitter_btnarea {
    text-align: center;
    width: 100%;
  }
}

/*--------------------------
       限定グッズ
----------------------------*/
.live #arcenciel-tokyo-last .box_inner_infoarea,
.live #arcenciel .box_inner_infoarea{
    border-radius:0;
}
.live #arcenciel-tokyo-last .box_inner_imgarea,
.live #arcenciel .box_inner_imgarea {
    display:block;
    float:left;
}
.live #arcenciel-tokyo-last .box_inner,
.live #arcenciel .box_inner {
    background:#fff;
}
@media screen and (max-width: 640px) {
	.live #arcenciel-tokyo-last .box_inner_imgarea,
    .live #arcenciel .box_inner_imgarea {
        float:none;
    }
}
.live .goods .box_inner_infoarea{
    border-radius:0;
}
.live .goods .box_inner_imgarea {
    display:block;
    float:left;
}
.live .goods .box_inner {
    background:#fff;
}
@media screen and (max-width: 640px) {
    .live .goods .box_inner_imgarea {
        float:none;
    }
}
.live #ashurajo-last .box_inner_infoarea,
.live #ashurajo-tokyo-last .box_inner_infoarea{
    border-radius:0;
}
.live #ashurajo-last .box_inner_imgarea,
.live #ashurajo-tokyo-last .box_inner_imgarea{
    display:block;
    float:left;
}
.live #ashurajo-last .box_inner,
.live #ashurajo-tokyo-last .box_inner{
    background:#fff;
}
@media screen and (max-width: 640px) {
    .live #ashurajo-last .box_inner_imgarea,
	 .live #ashurajo-tokyo-last .box_inner_imgarea{
        float:none;
    }
}
.live .genteigoods {
    background:#fff;
    padding:100px 60px 40px;
    width:100%;
	margin-top:-87px;
	background:none;
}
.live .genteigoods.pc{
	display:block;
}
@media screen and (max-width: 640px) {
	.live .genteigoods.pc{
		display:none;
	}
    .live .genteigoods {
        padding:55px 15px 25px;
        margin-top:-50px;
    }
}
.live .genteigoods_inner {
    background:#d7f3fc;
    border-radius:14px;
    clear:both;
	/*border:2px solid #03c3cf;*/
}
@media screen and (max-width: 640px) {
	.live .genteigoods_inner {
		margin:0 auto;
	}
}
.live .goods .genteigoods_inner {
    background:#d7f3fc;
}
.live .genteigoods_inner + .genteigoods_inner {
	margin-top:20px;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_inner + .genteigoods_inner {
		margin-top:15px;
	}
}
.live .genteigoods_outer {
	margin-top:-80px;
	padding-top:80px;
	margin-bottom:20px;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_outer {
		margin-top:-60px;
		padding-top:60px;
		margin-bottom:15px;
	}
}
.live .genteigoods_content {
	padding:0 40px 40px;
	text-align:center;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_content {
		padding:0 15px 15px;
	}
}
.live .genteigoods_ttl {
    border-radius:12px 12px 0 0;
    background:#03c3cf;
    color:#fff;
    font-size:24px;
    font-weigh:bold;
    text-align:center;
    padding:5px 10px;
    line-height:1.25em;
	min-height:80px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position:relative;
}
@media screen and (max-width: 640px) {
    .live .genteigoods_ttl {
        font-size:15px;
        line-height:1.25em;
        font-weight: bold;
		min-height:0;
		padding:8px 30px;
    }
}
.live .genteigoods_ttl_icon {
	display:flex;
	background: #faffab;;
	position:absolute;
	align-items:center;
	justify-content: center;
	left:20px;
	top:-10px;
	color:rgb(3, 195, 207);
	border-radius:200px;
	height:80px;
	width:80px;
	font-size:1em;
	line-height:1em;
	flex-direction: column;
	gap:2px;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_ttl_icon {
		height: 50px;
        width: 50px;
        left: -15px;
	}
}
.live .genteigoods_ttl_icon > span{
	font-size: 0.5em;
    line-height: 1em;
}
.live .genteigoods_ttl_small {
	font-size:0.75em;
	line-height:1.25em;
	display:inline-block;
}
.live .genteigoods_detail_text {
	font-size:16px;
	font-weight:normal;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_detail_text {
		font-size:14px !important;
		font-weight:normal !important;
	}
}
.live .genteigoods_detail_infotable {
	font-size:16px;
	font-weight:normal;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	align-items: flex-start;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_detail_infotable {
		font-size:14px !important;
		font-weight:normal !important;
		margin-top:20px;
	}
}
.live .genteigoods_detail_infotable dt{
	width:10em;
	background: none;
    margin-bottom: 15px;
    text-align: center;
	margin-right:10px;
	padding:2px 0;
	border:1px solid #000;
	font-weight: normal;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_detail_infotable dt{
		width:100%;
		margin:0 0 5px;
	}
}
.live .genteigoods_detail_infotable dd{
	width: calc(100% - 10em - 10px);
	padding:5px 0;
	margin-bottom:15px;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_detail_infotable dd{
		width:100%;
		margin-bottom:10px;
	}
}
.live .genteigoods_detail_product small{
	font-size:14px;
    display:block;
    line-height:1.4em;
    font-weight:normal;
    padding-left:1em;
    text-indent:-1em;
}
@media screen and (max-width: 640px) {
    .live .genteigoods_detail_product small{
		font-size:12px;
    }
}
.live .genteigoods_text {
    display:flex;
    align-items:center;
    line-height:1.5em;
    justify-content:center;
	text-align:left;
	margin-top:30px;
	padding-bottom:30px;
}
@media screen and (max-width: 640px) {
    .live .genteigoods_text {
        display:block;
		margin-top:20px;
		padding-bottom:20px;
    }
}
.live .genteigoods_text + .genteigoods_text{
	margin-top:30px;
	padding-bottom:30px;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_text + .genteigoods_text{
		margin-top:20px;
		padding-bottom:20px;
	}
}
/*スクロール位置調整*/
#eternalvoice-tokyo-lastgoods-ticket {
	padding-top:40px;
	margin-top:-80px;
}
@media screen and (max-width: 640px) {
	#eternalvoice-tokyo-lastgoods-ticket {
		padding-top:30px;
		margin-top:-60px;
	}
}
/*スクロール位置調整*/
.live .genteigoods_detail_cat + .genteigoods_text,
.live p.genteigoods_detail_date + .genteigoods_text{
	margin-top:20px;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_detail_cat + .genteigoods_text,
	.live p.genteigoods_detail_date + .genteigoods_text{
		margin-bottom:0;
	}
}
.live .genteigoods_text + .genteigoods_detail_cat{
	margin-top:0;
}
.live .genteigoods_text img{
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.6));
	transform:scale(1);
}
@media screen and (max-width: 640px) {
    .live .genteigoods_text img{
        max-width:100%;
        margin:0 auto;
        display:block;
    }
}
.live .genteigoods_text + .genteigoods_detail_notice {
	text-align:center;
	margin-top:20px;
}
.live .genteigoods_detail {
    margin:0 0 0 40px;
    font-size:20px;
	width: calc(100% - 264px - 40px);
}
@media screen and (max-width: 640px) {
    .live .genteigoods_detail {
        margin:15px 0 0;
        font-size:16px;
		width:100%;
    }
}
.live .genteigoods_detail p{
    margin-bottom:10px;
    line-height:1.6em;
	font-size:17px;
}
@media screen and (max-width: 640px) {
    .live .genteigoods_detail p{
        margin-bottom:10px;
        line-height:1.6em;
        font-weight: bold;
		font-size:15px;
    }
}
.live .genteigoods .btn-viewing {
    margin:20px auto 0;
    height:40px;
    background-image: url(../img/arrow_btn.svg);
    background-repeat: no-repeat;
    background-position: center right 6px;
    background-size: 28px;
    padding-right:0;
	width:320px;
	font-weight:bold;
	padding:0 35px 0 20px;
}
@media screen and (max-width: 640px) {
	.live .genteigoods .btn-viewing {
		width:100%;
		line-height:1.4em;
		height:auto;
		margin-top:0;
		padding: 5px 42px 5px 20px;
		max-width:none;
	}
}
.live .genteigoods .btn-viewing:hover {
  color: #02c3cf;
  background: url("../img/arrow_btn-viewing.svg") no-repeat center right 6px / 28px;
}
.live p.genteigoods_detail_date {
    font-size:16px;
    line-height:1.5em;
    margin-bottom:10px;
	padding-top:20px;
}
@media screen and (max-width: 640px) {
    .live p.genteigoods_detail_date {
        font-size:14px;
        line-height:1.5em;
    }
} 
.live .genteigoods_detail_cat {
	margin-top: 40px;
    background: rgba(255,255,255,0.8)/*rgba(0,0,0,0.1)*/;
    padding: 10px;
	margin-bottom:20px;
	font-size:20px;
	color:#2b9dc1;
	font-weight:bold;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_detail_cat {
		margin-top: 20px;
		font-size:16px;
		line-height:1.4em;
		padding:5px 10px !important;
		text-indent:0 !important;
		margin-bottom:0;
	}
}
.live .goods .genteigoods_detail_cat {
	color:#2b9dc1;
}
.live .genteigoods_detail_cat span{
	display:block;
	font-size:0.75em;
	margin-top:5px;
}
.live .genteigoods_detail_notice {
	display:block;
	text-align:left;
	font-weight:normal;
	font-size:12px;
    line-height: 1.4em;
    padding-left: 1em;
    text-indent: -1em;
}
.live .genteigoods_detail_text{
	display:block;
	text-align:left;
	font-weight:normal;
	font-size:16px;
    line-height: 1.4em;
    padding-left: 1em;
    text-indent: -1em;
}
/*@media screen and (max-width: 640px) {
	.live .genteigoods_detail_text{
		margin-bottom:0;
	}
}*/
.live .genteigoods_text img.genteigoods_img {
	max-width:380px;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_text img.genteigoods_img {
		width:auto;
		max-width:100%;
		max-height: 241px;
	}
}
.live .genteigoods_detail_date small {
	font-size: 0.7em;
	line-height: 1.4em;
    display: block;
	margin-top:5px;
}
.live .genteigoods_notice-small {
	font-size: 0.8em;
	line-height:1.6em;
	margin-bottom:40px;
}
.live .genteigoods_notice-big {
	border-top:1px solid #fff;
	padding-top:40px;
	line-height:1.6em;
	font-size:17px;
}
@media screen and (max-width: 640px) {
.live .genteigoods_notice-big {
	font-size:15px;
	line-height:1.6em;
	padding-top:20px;
	margin-bottom:20px;
	}
}
.live .genteigoods_column {
	display:flex;
	gap:20px;
	justify-content: center;
}
.live .genteigoods_column .btn-viewing {
	margin:20px 0 0;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_column {
		flex-direction: column;
	}
	.live .genteigoods_column .btn-viewing {
		margin:0;
	}
}
.live .genteigoods_2column,
.live .genteigoods_3column{
	display:flex;
	text-align:left;
	gap:30px;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_2column,
	.live .genteigoods_3column{
		flex-direction: column;
		gap:0px;
	}
}
.live .genteigoods_3column{
	margin-bottom:20px;
}
.live .genteigoods_2column > div{
	width:50%;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_2column > div{
		width:100%;
	}
}
.live .genteigoods_2column > div:first-child{
	border-righ:1px solid #fff;
}
.live .genteigoods_3column > div{
	width:33%;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_3column > div{
		width:100%;
	}
}
.live .genteigoods_detail_kaijolist {
	display:block;
	flex-wrap: wrap;
}
.live .genteigoods_detail_kaijolist dt{
	width: auto;
    background: none;
    margin-right: 0;
    display: inline-block;
	padding:0;
	font-weight: normal;
	vertical-align: top;
	border:none;
	margin-bottom:0;
}
.live .genteigoods_detail_kaijolist dd{
	width: calc(100% - 5em);
    display: inline-block;
	vertical-align: top;
	padding:0;
	margin-bottom:0;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_detail_kaijolist dd{
		margin-bottom:0;
	}
}
.live .genteigoods-add_detail p{
	font-size:17px;
	line-height:1.6em;
}
@media screen and (max-width: 640px) {
	.live .genteigoods-add_detail p{
        line-height: 1.6em;
        font-size: 15px;
	}
}
.live .genteigoods_detail_smalltext {
	display:inline-block !important;
	font-size:12px !important;
	font-weight:normal !important;
	line-height:1.4em !important;
}
.live .genteigoods-add_detail {
	text-align:left;
}
/*--------------------------
      イレギュラー
----------------------------*/

.live #makazesuzuho .box_inner_infoarea{
    border-radius:0;
}
.live #makazesuzuho .box_inner_imgarea {
    display:block;
    float:left;
}
.live #makazesuzuho .box_inner {
    background:#fff;
}
@media screen and (max-width: 640px) {
    .live #makazesuzuho .box_inner_imgarea {
        float:none;
    }
}
.live .beyond {
    background:#fff;
    padding:68px 60px 40px;
    width:100%;
	margin-top:-28px;
	font-weight:normal;
	font-size:18px;
}
@media screen and (max-width: 640px) {
    .live .beyond {
        padding:55px 0 0;
        margin-top:-45px;
		font-size:14px;
		background:none;
    }
}
.live .beyond_inner {
    background:#e2daef;
    border-radius:12px;
    clear:both;
}
@media screen and (max-width: 640px) {
	.live .beyond_inner {
		margin:0 10px 10px;
	}
}

.live .beyond_inner_column {
	padding:40px 40px;
	display:flex;
	align-items:flex-start;
}
@media screen and (max-width: 640px) {
	.live .beyond_inner_column {
		padding:20px 15px;
		display:block;
	}
}
.live .beyond_image {
	max-width:350px;
	margin-right:30px;
	margin-bottom:15px;
}
@media screen and (max-width: 640px) {
	.live .beyond_image {
		max-width:100%;
		width:100%;
	}
}
.live .beyond_ttl {
	font-weight:bold;
	font-size:24px;
	line-height:1.6em;
	margin-bottom:20px;
}
@media screen and (max-width: 640px) {
	.live .beyond_ttl {
		font-size:16px;
	}
}
.live .beyond_tag {
	color:#EB4D8E;
	border:1px solid #EB4D8E;
	display:block;
	line-height:1em;
	padding:15px;
	margin-top:5px;
	font-size:18px;
	border-radius:50px;
	max-width:290px;
	text-align:center;
	width:100%;
	
}
@media screen and (max-width: 640px) {
	.live .beyond_tag {
		font-size:14px;
	}
}
.live .beyond_detail_date {
	margin-bottom:15px;
}
.live .beyond small {
	line-height:1.4em;
	display:block;
	padding-left:1em;
	text-indent:-1em;
}
.live #arcenciel-beyond-en {
	padding-top:68px;
	margin-top:-28px;
}
@media screen and (max-width: 640px) {
	.live #arcenciel-beyond-en {
		padding-top:55px;
		margin-top:-25px;
	}
}
.live .beyond .btn-streaming {
	margin-top:20px;
	font-weight:bold;
}
@media screen and (max-width: 640px) {
	.live .beyond .btn-streaming {
		padding-right:0px;
	}
}
.live .beyond b {
	margin-bottom:5px;
	display:inline-block;
}
.live .btn_pratform-beyond {
	max-width:289px;
	min-height:38px;
	margin-top:30px;
}
.live .btn_pratform-beyond .btn_btn_pratform-img {
	font-size:18px;
	color:#000;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:bold;
}
@media screen and (max-width: 640px) {
	.live .btn_pratform-beyond .btn_btn_pratform-img {
		font-size:4vw;
	}
}
.live .btn-more {
	position:relative;
	width:100%;
	margin:0 auto;
}
@media screen and (max-width: 640px) {
	.live .btn-more {
		width:auto;
		margin-bottom:0;
	}
}
.live .btn-more button{
	background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
	color:#000;
	background:none;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:200px;
	padding:20px 30px;
	font-size: 1.14rem;
	width:100%;
}
@media screen and (max-width: 640px) {
	.live .btn-more button{
		padding:10px 30px;
	}
}
.live .btn-more span{
	position:relative;
	padding-right:25px;
	display:inline-block;
}
.live .btn-more span::after {
  content:"";
  display: block;
  width: 20px;
  height: 30px;
  background: url("../img/ico-more.svg") no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom:0;
  margin: auto;
  transition: 0.3s;
  cursor: pointer;
}
.live .btn-more.is-active span::after {
  background: url("../img/ico-close.svg") no-repeat center / contain;
  transform: rotate(180deg);
  transition: 0.3s;
}
.live .genteigoods_accordion {
	display:none;
}
.live .genteigoods_movie {
	border-top: 1px solid #fff;
	padding-top:40px;
	margin:0 auto 40px;
}
@media screen and (max-width: 640px) {
	.live .genteigoods_movie {
		padding-top:20px;
		margin:0 auto 20px;
	}
}
.live .genteigoods_movie_inner {
	aspect-ratio:16 / 9;
	max-width:460px;
	margin:0 auto;
}

/*--------------------------
      注意
----------------------------*/

.live .notice-irregular {
	background:#fff;
	padding:30px 60px 0;
	font-size:16px;
	font-weight:normal;
	color:red;
}
@media screen and (max-width: 640px) {
	.live .notice-irregular {
		padding:0 15px 15px;
		font-size:14px;
	}
}
.live .notice-irregular a{
	text-decoration:underline;
}
.live .notice-irregular a:hover{
	text-decoration:none;
}

.live .credit {
	text-align: right;
    font-size: 10px;
    position:absolute;
    right: 0;
    bottom: -35px;
}

@media screen and (max-width: 640px) {
	.live .credit {
		right: 4;
		bottom: -20px;
	}
}