@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

html {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
  background: #efefef;
}
a {
  color: #010101;
  outline: none;
}
a:hover {
  color: #666;
}
a img {
  outline: none;
}
a:hover img {
  opacity: 0.9;
}

/* h1～h3 */

h1 {
  margin: 0 0 5vw;
}
h1 img {
  margin: auto;
}
h1 span {
  display: block;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
h1 span.artistName {
  font-size: 7.4vw;
}
h1 span.eventName {
  font-size: 4vw;
  font-family: serif;
}

h2 {
  display: flex;
  font-size: 24px;
  margin: 5.5vw 5.5vw 0;
}

h2 span {
  font-size: 3.8vw;
  text-align: center;
  width: 24vw;
}

h3 {
  font-size: 1.2rem;
  text-align: center;
  color: #000;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (min-width: 768px) {
  h1 {
    margin: 0 0 1rem;
    font-size: 1.2rem;
  }
  h1 span {
    line-height: 1.3;
  }
  h1 span.artistName {
    font-size: 2.5rem;
  }
  h1 span.eventName {
    font-size: 1.5rem;
  }
  h1.only {
    margin: 0 0 2rem;
    background: url(img/movie/main.png) no-repeat;
    background-size: cover;
  }
  h2 {
    display: flex;
    margin: 3rem 3rem 0;
  }
  h2 span {
    font-size: 1.3rem;
    width: 10rem;
  }

  h3 {
    font-size: 1.3rem;
  }
}
/* ---------- PC専用（幅1025px以上） ---------- */
@media screen and (min-width: 1025px) {
  h1 {
    margin: 0 0 2rem;
  }
  h1.only {
    margin: 0 0 1rem;
    background: url(img/movie/main.png) no-repeat;
    background-size: cover;
  }

  h1 span {
    line-height: 1.3;
  }
  h1 span.artistName {
    font-size: 3.3rem;
  }
  h1 span.eventName {
    font-size: 1.8rem;
  }

  h2 {
    display: flex;
    margin: 2rem auto 0;
    width: 800px;
  }
  h2 span {
    font-size: 1.3rem;
    width: 10rem;
  }

  h3 {
    font-size: 18px;
    font-weight: 700;
  }
}

/* header */
header {
  width: 100%;
  margin: 0 auto;
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
}
header img {
  width: 279px;
}
/* ---------- max-width: 1024px ---------- */
@media screen and (max-width: 1024px) {
  header {
    padding: 20px 15px;
  }
}
/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 767px) {
  header img {
    width: 203px;
  }
}

/* header ul */
header ul.pc {
  display: flex;
  margin: 0;
  list-style: none;
  font-weight: 700;
}
header ul.pc li {
  margin-left: 50px;
}
header ul.pc li a {
  text-decoration: none;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (min-width: 768px) {
  header {
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  header ul.pc {
    display: none;
  }
}

/* footer */
footer {
  text-align: center;
  margin: auto;
  padding: 100px 0 20px;
  width: 980px;
  display: flex;
  justify-content: center;
  font-size: 12px;
}
/* ---------- max-width: 1024px ---------- */
@media screen and (max-width: 1024px) {
  footer {
    width: 100%;
    padding: 50px 0 20px 0;
    margin: 0;
    flex-wrap: wrap;
  }
}
footer ul {
  display: flex;
  justify-content: center;
}
footer li {
  padding: 0 7px;
  font-weight: 700;
}
footer li:nth-of-type(n + 2):before {
  content: "｜";
  position: relative;
  left: -10px;
}
footer a {
  font-size: 13px;
  text-decoration: none;
}
footer small {
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  footer small {
    width: 100%;
    padding-bottom: 10px;
  }
}
/* ---------- PC専用（幅1025px以上） ---------- */
@media screen and (min-width: 1025px) {
  footer {
    margin-top: auto;
    text-align: center;
    padding: 100px 0 20px;
  }
  footer small {
    text-align: left;
  }
  footer ul.footerLink {
    margin-left: 30px;
  }
  footer a {
    font-size: 12px;
  }
}

/* .btn */
.btn a {
  display: block;
  color: #333;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  background: #fff;
  border: 1px solid #333;
  border-radius: 5px;
}
.btn button,
input[type="submit"] {
  display: block;
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin: 15px auto 0;
  padding: 1.5vw 0;
  width: 100%;
  background: #000;
  border-radius: 10px;
  width: 340px;
  height: 60px;
}
.btn button,
input[type="submit"]:hover {
  background: #444;
}
/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 767px) {
  .btn button,
  input[type="submit"] {
    width: 240px;
    font-size: 18px;
  }
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (min-width: 768px) {
  .btn a {
    font-size: 1rem;
    padding: 1.3rem 0;
    border-radius: 5px;
  }
  .btn button,
  input[type="submit"] {
    font-size: 18px;
    padding: 0.5rem 0;
    margin: 10px auto 0;
    width: 200px;
    border-radius: 5px;
  }
}
/* ---------- PC専用（幅1025px以上） ---------- */
@media screen and (min-width: 1025px) {
  .btn a {
    padding: 0.5rem 0;
    width: 75%;
  }
  .btn button,
  input[type="submit"] {
    margin: 1.5rem auto 0;
    padding: 0.5rem 0;
    width: 340px;
  }
}

.video-js .vjs-live-control {
  padding: 0 10px !important;
}

/* ===== ログインページ ===== */
/* .loginBlock */
.loginBlock {
  width: 540px;
}
/* ---------- max-width: 1024px ---------- */
@media screen and (max-width: 1024px) {
  .loginBlock {
    margin: 0 60px 0 auto;
  }
}

.ticketBlock {
  padding: 20px 15px;
  background: #efefef;
  background: #ed8834;
  width: 800px;
}
/* ---------- max-width: 1024px ---------- */
@media screen and (max-width: 1024px) {
  .ticketBlock {
    width: auto;
    padding: 30px;
  }
}
/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 767px) {
  .ticketBlock h3 {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.ticketBlock p {
  font-size: 13px;
  text-align: center;
  margin: 3vw 0 0;
  color: #666;
}
.ticketBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 767px) {
  .ticketBlock ul {
    display: block;
  }
}
.ticketBlock.have {
  margin: 0;
}

/* .havet */
.have li {
  text-align: center;
  margin: 15px 0 0;
  width: calc(50% - 5px);
}
/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 767px) {
  .have li {
    width: 240px;
    margin: auto;
  }
}
.have li:first-child {
  margin: 15px 10px 0 0;
}
/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 767px) {
  .have li:first-child {
    margin: auto;
  }
}
.have input[type="text"],
.have input[type="tel"],
.have input[type="email"],
.have input[type="password"] {
  width: 100%;
  padding: 0.6rem 1rem;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 18px;
}
.have input[type="text"]::placeholder,
.have input[type="tel"]::placeholder,
.have input[type="email"]::placeholder,
.have input[type="password"]::placeholder {
  font-size: 15px;
}
/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 767px) {
  .have input[type="text"],
  .have input[type="tel"],
  .have input[type="email"] ,
  .have input[type="password"]  {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.have input::-webkit-input-placeholder {
  font-weight: normal;
  color: #ccc;
}
.have input::placeholder {
  font-weight: normal;
  color: #ccc;
}
.have input:-ms-input-placeholder {
  font-weight: normal !important;
  color: #ccc !important;
}
.login .ticketBlock p.errMsg {
	font-size: 12px;
    font-weight: bold;
    color: red;
    margin-top: 15px;
}

/* .no */
.no li {
  margin: 15px 0 0;
  width: calc(50% - 5px);
}
.no li:first-child {
  margin: 15px 10px 0 0;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (min-width: 768px) {
  .ticketBlock {
    padding: 1.5rem 0;
  }
  .ticketBlock p {
    font-size: 0.8rem;
    margin: 0.5rem 0 0;
  }
  .ticketBlock p br.sp {
    display: block;
  }

  .ticketBlock ul {
    display: flex;
    margin: 0 auto;
    max-width: 560px;
  }
  .have li {
    width: 50%;
  }
  .have li:nth-of-type(odd) {
    margin: 20px 10px 0 0;
  }
  .have li:nth-of-type(even) {
    margin: 20px 0 0 10px;
  }
  .have input[type="text"],
  .have input[type="tel"],
  .have input[type="email"],
  .have input[type="password"] {
    font-size: 18px;
    padding: 0.6rem 1rem;
    width: 100%;
  }

  .no li {
    width: 50%;
  }
  .no li:nth-of-type(odd) {
  }
  .no li:nth-of-type(even) {
  }
  .no li.btn a {
    width: 100%;
    padding: 0.5rem 0;
  }
}
/* ---------- PC専用（幅1025px以上） ---------- */
@media screen and (min-width: 1025px) {
  .loginBlock {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }
  .ticketBlock {
    padding: 1.5rem 0;
  }
  .ticketBlock.have {
    margin: 0;
    width: 800px;
    padding: 25px 0 0;
  }
  .ticketBlock.no {
    margin: 0 0 2rem 2rem;
    width: 300px;
    padding: 20px;
  }
  .ticketBlock p {
    font-size: 0.9rem;
    margin: 0.5rem 0 0;
  }
  .ticketBlock p br.sp {
    display: none;
  }
  .ticketBlock ul {
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }
  .ticketBlock li {
    width: calc(50% - 30px);
  }
  .ticketBlock.no ul {
    display: block;
    margin: 20px 0 0 0;
  }
  .ticketBlock.no li {
    width: 100%;
  }
  .have li {
    margin: 1.4rem 0;
  }
  .have li:nth-of-type(odd) {
    padding-right: 0;
  }
  .have li:nth-of-type(even) {
    padding-left: 0;
  }
  .have input[type="text"],
  .have input[type="tel"],
  .have input[type="email"],
  .have input[type="password"] {
    padding: 0.6rem 1rem;
    width: 100%;
  }
  .no li {
    margin: 1.2rem 0 0;
  }
  .no li.btn a {
    width: 200px;
  }
}

/* .notesBlock */
.notesBlock {
  background: #fff;
  width: 800px;
  margin: auto;
  padding: 20px 0;
}
.notesBlock dl a {
  font-weight: bold;
  text-decoration: none;
}
/* ---------- max-width: 1024px ---------- */
@media screen and (max-width: 1024px) {
  .notesBlock {
    width: auto;
    margin: 0 15px;
  }
}
.notesBlock dl {
  margin: 1vw auto 0;
  color: #333;
  background: #fff;
  width: 600px;
}
/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 767px) {
  .notesBlock dl {
    width: auto;
    padding: 0 15px;
  }
}
.notesBlock dt {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-align: center;
}
.notesBlock dt img {
  display: inline;
  width: 19px;
  margin: 0 5px -3px 0;
}

.notesBlock dd {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 0 4vw;
  text-indent: -1em;
}
.notesBlock dd:nth-last-of-type(n + 2) {
  margin-bottom: 1vw;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (min-width: 768px) {
  .notesBlock dl {
    margin: 0 auto;
    width: 600px;
  }
  .notesBlock dd {
    font-size: 12px;
    margin: 0 0 0 1rem;
  }
  .notesBlock dd:nth-last-of-type(n + 2) {
    margin-bottom: 0.5rem;
  }
}
/* ---------- PC専用（幅1025px以上） ---------- */
@media screen and (min-width: 1025px) {
  .notesBlock dl {
    margin: 0 auto 0;
    width: 600px;
  }
  .notesBlock dd {
    font-size: 12px;
  }
  .notesBlock dd:nth-last-of-type(n + 2) {
    margin-bottom: 3px;
  }
}

/* .sponsorBlock */
.sponsorBlock {
  margin: 13vw 0 6vw;
}
ul.bnrLink {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5vw;
}
ul.bnrLink li {
  width: calc(50% - 2vw);
}
ul.bnrLink li img {
  width: 100%;
  height: auto;
}
ul.bnrLink li:nth-of-type(odd) {
  margin: 0 2vw 4vw 0;
}
ul.bnrLink li:nth-of-type(even) {
  margin: 0 0 4vw 2vw;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (min-width: 768px) {
  ul.bnrLink {
    justify-content: center;
    margin: 0 3.5rem;
  }
  ul.bnrLink li {
    width: calc(100% / 3 - 2vw);
  }
  ul.bnrLink li:nth-of-type(3n + 1) {
    /*1*/
    margin: 0 0 2vw 0;
  }
  ul.bnrLink li:nth-of-type(3n + 2) {
    /*2*/
    margin: 0 0 2vw 2vw;
  }
  ul.bnrLink li:nth-of-type(3n) {
    /*3*/
    margin: 0 0 2vw 2vw;
  }
}
/* ---------- PC専用（幅1025px以上） ---------- */
@media screen and (min-width: 1025px) {
  .sponsorBlock {
    margin: 3rem auto;
    width: 700px;
  }
  ul.bnrLink {
    margin: 0;
  }
}

/* ===== 動画ページ ===== */
/* .user */
.user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px;
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
}
.user .views {
  width: calc(100% - 235px);
  font-size: 12px;
}
.user .views span {
  color: #da2e5e;
  font-weight: bold;
}

.user .userTicket {
  text-align: center;
  width: auto;
  padding: 3px 10px;
  font-size: 12px;
  background: #333;
  color: #fff;
}
.user .userTicket span {
  color: #fff;
  font-weight: normal;
  margin-left: 5px;
  font-size: 12px;
}
.user .btn.logout a {
  color: #333;
  font-size: 10px;
  margin: 0 0 0 3vw;
  padding: 5px 10px;
  width: 90px;
  border-color: #333;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (min-width: 768px) {
  .user {
    width: calc(100%);
    margin: 0px;
    padding: 10px 15px;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    justify-content: flex-end;
  }
  .user .btn.logout a {
    font-size: 13px;
    margin: 0 0 0 1rem;
    padding: 0.3rem 1rem;
    width: 100px;
  }
  .user .views {
    font-size: 1rem;
  }
  .user .userTicket {
    text-align: center;
    width: auto;
    padding: 3px 10px;
    font-size: 12px;
    background: #333;
    color: #fff;
  }
}
/* ---------- PC専用（幅1025px以上） ---------- */
@media screen and (min-width: 1025px) {
  .user .views {
    width: calc(100% - 330px);
    font-size: 1rem;
  }
}

/* .movieBlock */
.movieBlock {
  margin: 0;
}

/* #movie_area */
#movie_area div {
  margin: 0;
}
#movie_area div.grad-wrap {
  margin: 5px 0 0;
}

/* ---------- PC専用（幅1025px以上） ---------- */
@media screen and (min-width: 1025px) {
  #movie_area div {
    margin: 0;
  }
}
/* #movieInfo */
#movieInfo {
}

/* #movieInfo h1 */
#movieInfo h1 {
  margin: 15px 0 0;
  font-size: 30px;
  font-weight: 900;
}
#movieInfo h1 span {
  display: inline;
  margin: 25px 0 0;
  font-size: 12px;
  color: #666;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  #movieInfo.pc {
    display: none;
  }
  #movieInfo h1 {
    margin: 5px 15px 0;
  }
  #movieInfo h1 span {
    font-size: 14px;
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  #movie_area {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  #movieInfo h1 {
    font-size: 18px;
    margin: 30px 15px 0;
  }
}

/* #movieInfo p */
#movieInfo p {
  color: #010101;
  font-size: 15px;
  line-height: 2;
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #000;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  #movieInfo p {
    margin: 0 15px;
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  #movieInfo p {
    font-size: 14px;
    margin: 20px 15px 0;
    padding: 20px 0 0;
  }
}

/* ul.movieData */
ul.movieData {
  margin: 15px 0 0;
}
ul.movieData.pc {
  display: block;
}
ul.movieData:after {
  content: "";
  display: block;
  clear: both;
}

/* .movieData .ticketNumber */
ul.movieData .ticketNumber {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 1px 10px;
  background: #777;
  float: left;
}

/* .movieData .views */
ul.movieData .views {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  width: auto;
  display: inline-block;
  padding: 1px 10px;
  float: right;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  ul.movieData {
    margin: 15px 15px 0;
  }
  /*ul.movieData .views{
		margin: 10px 0 0 15px;
	}*/
}

/* #movieInfo .dateInfo */
#movieInfo ul.dateInfo {
  margin: 25px 0 0;
}
#movieInfo ul.dateInfo li {
  margin-bottom: 10px;
}
#movieInfo ul.dateInfo li span {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}
#movieInfo ul.dateInfo li span:first-of-type {
  width: 8em;
}
#movieInfo ul.dateInfo li span:last-of-type {
}
#movieInfo ul.dateInfo li span:last-of-type:before {
  content: "：";
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  #movieInfo ul.dateInfo {
    margin: 15px 15px 0;
  }
  ul.movieData.pc {
    display: none;
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  #movieInfo ul.dateInfo {
    margin: 15px 15px 0;
  }
  #movieInfo ul.dateInfo li span {
    font-size: 14px;
  }
  #movieInfo ul.dateInfo li span:first-of-type {
    width: 10em;
    display: block;
  }
  #movieInfo ul.dateInfo li span:first-of-type:after {
    content: "：";
    display: inline;
  }
  #movieInfo ul.dateInfo li span:last-of-type:before {
    content: "";
  }
}

/* #comment_area */
#comment_area {
  margin: 15px 0 0;
  padding: 3vw 0;
  /*border-radius: 7px;*/
}
#commentBox {
  margin: 0 15px;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#comment_area dl {
  margin: 5vw 5vw 0;
  max-height: 250px;
  overflow-y: scroll;
  font-size: 13px;
}
#comment_area dl::-webkit-scrollbar {
  width: 7px;
}
#comment_area dl::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 3px;
}
#comment_area dl::-webkit-scrollbar-track {
  background: #fff;
  margin-bottom: 5px;
}

#comment_area dt strong {
  color: #da2e5e;
}
#comment_area dt span.post_time {
  display: inline-block;
  color: #999;
  font-size: 12px;
  margin: 0 0 0 10px;
}
#comment_area dd {
  margin: 0 0 10px;
}
#comment_area .vod_block a {
  padding: 15px;
  display: flex;
  text-decoration: none;
}
#comment_area .vod_block.vodactive {
  background: #ffe5d4;
}

#comment_area .vod_block img {
  width: 140px;
  height: 80px;
}
#comment_area .vod_block dl {
  margin: 0px 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: visible;
  flex-direction: column;
  justify-content: space-between;
}
#comment_area .vod_block dl dt {
  width: 100%;
  font-weight: 800;
  font-size: 13px;
}
#comment_area .vod_block dl dd {
  margin: 0;
  font-size: 12px;
}
#comment_area .vod_block dl dd span {
  background: #8d8d8d;
  color: #fff;
  padding: 0px 4px 1px;
  margin-right: 10px;
}

/* ul.comment_tab */
ul.comment_tab {
  display: flex;
  width: 100%;
}
ul.comment_tab li {
  width: 50%;
}
ul.comment_tab li a {
  display: block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  background: #d6d6d6;
}
ul.comment_tab li.active a {
  background: #fff;
}

ul.comment_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 5vw;
  background: #d6d6d6;
}
/* ul.comment_form */
ul.comment_form li span {
  font-size: 12px !important;
}
ul.comment_form input[type="text"],
ul.comment_form textarea {
  padding: 7px 10px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  font-size: 13px;
}
ul.comment_form #comment_body {
  color: #757575;
  height: 20vw;
}

ul.comment_form .btn button {
  font-size: 16px;
  margin: 10px auto 0;
}
ul.comment_form li.comment {
  margin: 15px 0 0;
  width: 100%;
}
ul.comment_form li.textCount {
  width: 80px;
  margin: -10px 0 0 0;
  font-size: 12px !important;
}
ul.comment_form li.btnSubmit {
  text-align: right;
  width: calc(100% - 80px);
  margin-top: 3px;
}
ul.comment_form li.btnSubmit img {
  width: 25px;
  height: auto;
}
ul.comment_form li.btnSubmit img:hover {
  opacity: 60%;
}
.sp-dd {
  display: none !important;
}
.sp-preview {
  width: 25px !important;
  height: 25px !important;
  border-color: #fff !important;
  border-radius: 50%;
}
.sp-preview-inner {
  border-radius: 50%;
}
.sp-replacer {
  border: none !important;
  background: none !important;
  padding: 0 0 0 13px !important;
}

/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  ul.comment_form {
    margin: 0;
    /*position: fixed;
	    bottom: 0;
	    left: 0;
	    z-index: 1000;*/
    background: #eee;
    width: 100%;
    padding: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  ul.comment_form li.nickName {
    width: 14rem;
  }
  #comment_area {
    padding: 1px 0 20px 0;
  }
  #comment_area dl {
    margin: 10px 15px 0;
  }
  ul.comment_form #comment_body {
    height: 50px;
  }
  ul.comment_form button {
    /*background: #D92F5E;
		border-radius: 5px;
		box-shadow: 0px 3px #ad002b;
		color: #fff;
		margin: 0 0 0 10px;
		padding: 10px;
		vertical-align: top;
		width: 100px;*/
  }
  ul.comment_form input[type="text"],
  ul.comment_form textarea {
    padding: 5px 10px;
  }
  .video-js {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
  }
  ul.comment_form .btn {
    display: none;
  }

  .sp-preview {
  }
}
@media (orientation: landscape) and (max-width: 767px) {
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (min-width: 768px) {
  /* #comment_area */
  #comment_area {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
    padding: 0;
  }
  ul.comment_form {
    margin: 30px 20px;
    width: calc(50% - 40px);
  }
  ul.comment_form input[type="text"],
  ul.comment_form textarea {
    padding: 5px 10px;
  }
  ul.comment_form #comment_body {
    height: 5rem;
  }
  ul.comment_form button {
    /*font-size: 0.9rem;
		padding: .2rem .4rem;
		width: 110px;
		display: block;
		color: #fff;
		text-align: center;
		margin: 15px auto 0;
		background: #D92F5E;
		border-radius: 5px;
		box-shadow: 0px 3px #ad002b;*/
  }
  #comment_area dl {
    margin: 10px 0 0px 20px;
    width: calc(50% - 20px);
    max-height: none;
  }
  #comment_area dt span.post_time {
    font-size: 12px;
  }
  #comment_area dd {
    font-size: 14px;
  }

  #comment_area #commentBox {
    order: 2;
    width: 380px;
    min-width: 380px;
    height: 648px;
  }
  #comment_area #commentBox dl {
    width: calc(100% - 20px);
    height: 370px;
  }
  #comment_area #commentBox .vod_block dl {
    height: auto;
  }
  #comment_area #movieInfo {
    order: 1;
    width: calc(100% - 410px);
  }
  ul.comment_form {
    margin: 0;
    padding: 30px 20px;
    width: 100%;
  }
  ul.comment_form li.nickName {
    width: 12rem;
  }
  ul.comment_form li.colorSelect {
  }
}
/* ---------- PC専用（幅1025px以上） ---------- */
@media screen and (min-width: 1025px) {
  .movieBlock {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto 40px auto;
    padding: 0 30px;
    width: calc(100% - 60px);
    max-width: 1700px;
  }
  #movie_area {
    margin: 0 20px 0 0;
    max-width: 1050px;
  }
  #comment_area {
    margin: 0;
    width: 380px;
    min-width: 380px;
  }
  #comment_area dl {
    height: 455px;
  }
  ul.comment_form {
    margin: 0;
    padding: 15px;
    width: 100%;
  }
  ul.comment_form input[type="text"],
  ul.comment_form textarea {
    padding: 5px 15px;
  }
  ul.comment_form #comment_color {
    margin: 0 5px;
  }
  ul.comment_form #comment_nickname {
    font-weight: bold;
    color: #d92f5e;
  }
  ul.comment_form input::-webkit-input-placeholder {
    font-weight: normal;
    color: #757575;
  }
  ul.comment_form input::placeholder {
    font-weight: normal;
    color: #757575;
  }
  ul.comment_form input:-ms-input-placeholder {
    font-weight: normal !important;
    color: #757575 !important;
  }
  ul.comment_form button {
    /*font-size: 0.9rem;
		padding: .2rem .4rem;
		width: 110px;
		display: block;
		color: #fff;
		text-align: center;
		margin: 15px auto 0;
		background: #D92F5E;
		border-radius: 5px;
		box-shadow: 0px 3px #ad002b;*/
  }
  #comment_area dl {
    margin: 15px 0 0 15px;
    width: calc(100% - 15px);
  }
  ul.comment_form #comment_body {
    height: 5rem;
  }
  ul.comment_form .btn button {
    font-size: 0.9rem;
    margin: 0 auto;
    padding: 0.2rem 0.4rem;
    width: 110px;
    border-radius: 5px;
  }

  #comment_area #commentBox {
    width: calc(100% - 30px);
  }
  #comment_area #commentBox dl {
    height: 455px;
  }
  #comment_area #commentBox .vod_block dl {
    height: auto;
  }
  ul.comment_form li.nickName {
    width: 15rem;
  }
  ul.comment_form li.colorSelect {
  }
}
.terms {
  width: 980px;
  margin: 50px auto;
}
@media screen and (max-width: 1024px) {
  .terms {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
}
.terms h1 {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .terms h1 {
    font-size: 18px;
  }
}
.terms pre {
  width: 920px;
  font-size: 12px;
  white-space: pre-wrap;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .terms pre {
    width: auto;
  }
}
.watch_requirement {
  width: 980px;
  margin: 50px auto;
}
.watch_requirement.no-play {
  margin-top: 10px !important;
  border-top: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .watch_requirement {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
}
.watch_requirement h1 {
  font-size: 24px;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .watch_requirement h1 {
    font-size: 18px;
  }
}
.watch_requirement h2 {
  justify-content: center;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  font-size: 18px;
  font-weight: 900;
}
.watch_requirement p {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .watch_requirement p {
    font-size: 12px;
  }
}
.watch_requirement .guide_pc,
.watch_requirement .guide_sp {
  background: #fff;
  padding: 25px 40px 50px 40px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .watch_requirement .guide_pc,
  .watch_requirement .guide_sp {
    padding: 25px 15px 40px 15px;
  }
}
.watch_requirement .guide_pc h2 img,
.watch_requirement .guide_sp h2 img {
  width: 50px;
  margin-right: 10px;
}
.watch_requirement .guide_pc dl,
.watch_requirement .guide_sp dl {
  width: calc(50% - 20px);
  color: #010101;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .watch_requirement .guide_pc dl,
  .watch_requirement .guide_sp dl {
    width: 100%;
  }
}
.watch_requirement .guide_pc dl:first-of-type,
.watch_requirement .guide_sp dl:first-of-type {
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .watch_requirement .guide_pc dl:first-of-type,
  .watch_requirement .guide_sp dl:first-of-type {
    margin-right: 0;
  }
}
.watch_requirement .guide_pc dl dt,
.watch_requirement .guide_sp dl dt {
  font-weight: bold;
  color: #999;
  width: 100px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .watch_requirement .guide_pc dl dt,
  .watch_requirement .guide_sp dl dt {
    font-size: 12px;
    width: 80px;
  }
}
.watch_requirement .guide_pc dl dt.guide_table_head,
.watch_requirement .guide_sp dl dt.guide_table_head {
  font-size: 18px;
  width: 100%;
  text-align: center;
  color: #010101;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1024px) {
  .watch_requirement .guide_pc dl dt.guide_table_head,
  .watch_requirement .guide_sp dl dt.guide_table_head {
    font-size: 15px;
  }
}
.watch_requirement .guide_pc dl dd,
.watch_requirement .guide_sp dl dd {
  width: calc(100% - 100px);
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .watch_requirement .guide_pc dl dd,
  .watch_requirement .guide_sp dl dd {
    width: calc(100% - 80px);
    font-size: 12px;
  }
}
.watch_requirement .guide_pc dl dd span,
.watch_requirement .guide_sp dl dd span {
  font-size: 12px;
}
.watch_requirement ul {
  margin: 40px 0 0 0;
  padding: 0;
}
.watch_requirement ul li {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  list-style: none;
}

.grad-wrap {
  position: relative;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: 0.2em 0;
  border-radius: 2px;
  background: #eee;
  color: #666;
  font-size: 0.8rem;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.grad-btn::before {
  content: "続きを読む";
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる"; /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
  padding-bottom: 30px;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/* ---------- スマホ専用（幅767以下） ---------- */
/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 767px) {
  .grad-item {
    height: 40px; /*隠した状態の高さ*/
  }
  .grad-item::before {
    height: 20px; /*グラデーションで隠す高さ*/
  }
}

/* ---------- スマホ専用（幅767以下） ---------- */
/* ---------- max-width: 767px ---------- */

/* ---------- スマホ専用（幅767以下） ---------- */
/* ---------- max-width: 1024px ---------- */

  .pc {display: inline;}
  .sp {display: none;}

/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 767px) {
  .pc {display: none;}
  .sp {display: inline;}
}

/* 同時ログイン時のエラーメッセージ用 */
.modal_wrap input {
  display: none;
}
.modal_wrap h2 {
  margin: 0 auto 20px;
  max-width: 600px;
  width: 100%;
  justify-content: center;
}
.modal_wrap h2:before {
  display: none;
}
.modal_wrap h2:after {
  display: none;
}
.modal_wrap p {
  line-height: 200%;
}
.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 600px;
  padding: 60px 30px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_button {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  margin: auto;
  padding: 8px 16px;
  color: #444;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 16px;
  cursor: pointer;
}

.artistBlock {
  margin: auto;
  width: 475px;
}
/* ---------- max-width: 1024px ---------- */
@media screen and (max-width: 1024px) {
  .artistBlock {
    width: calc(100% - 30px);
    margin: auto;
  }
}
.artistBlock h1 {
  font-weight: 900;
  text-align: center;
  font-size: 30px;
}
/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 1024px) {
  .artistBlock h1 {
    width: 100%;
    margin: 20px auto;
    font-size: 24px;
  }
}
.artistBlock .artist {
  padding: 25px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 767px) {
  .artistBlock .artist {
    padding: 15px;
  }
}
.artistBlock .artist dt {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .artistBlock .artist dt {
    font-size: 12px;
  }
}
.artistBlock .artist dd {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .artistBlock .artist dd {
    font-size: 15px;
  }
}
.artistBlock .liveInfo {
  padding: 25px 0;
}
.artistBlock .liveInfo dt {
  text-align: center;
  font-size: 15px;
}
/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 767px) {
  .artistBlock .liveInfo dt {
    font-size: 12px;
  }
}
.artistBlock .liveInfo dd {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
/* ---------- max-width: 767px ---------- */
@media screen and (max-width: 767px) {
  .artistBlock .liveInfo dd {
    font-size: 14px;
  }
}
.main_vh {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.main_vh::before {
  content: "";
  background: inherit;
  position: absolute;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  z-index: -1;
}
.main_vh img {
  margin: auto;
}

/* login LIVE配信準備中 */
/* login アーカイブ */
.ticketBlock.waitLive,
.ticketBlock.waitArchive {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0 45px 60px;
}
.ticketBlock.waitLive .img,
.ticketBlock.waitArchive .img {
  display: flex;
  justify-content: flex-end;
  width: 80px;
}
.ticketBlock.waitLive .img img,
.ticketBlock.waitArchive .img img {
  width: 81px;
  height: auto;
  max-height: 108px;
  margin-top: 10px;
}
.ticketBlock.waitLive .text,
.ticketBlock.waitArchive .text {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 45px;
  width: 460px;
}
.ticketBlock.waitArchive .text {
  width: 400px;
}
.ticketBlock.waitLive .text h3,
.ticketBlock.waitArchive .text h3 {
  font-size: 30px;
  text-align: left;
  margin: 0 0 25px 0;
  padding: 0;
  width: 100%;
}
.ticketBlock.waitLive .text h3 span:first-of-type {
  font-size: 34px;
}
.ticketBlock.waitLive .text h3 span:last-of-type {
  font-size: 30px;
}
.ticketBlock.waitLive .text p {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ticketBlock.waitLive .text ul {
  justify-content: flex-start;
  margin: 15px 0 0;
  padding: 0;
  max-width: none;
  width: 100%;
}
.ticketBlock.waitLive .text li {
  font-size: 18px;
  width: 50%;
}
.ticketBlock.waitArchive .text dl {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ticketBlock.waitArchive .text dt {
}
.ticketBlock.waitArchive .text dd {
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  .ticketBlock.waitArchive .text h3 {
    font-size: 26px;
    margin: 0 0 10px;
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  .ticketBlock.waitLive,
  .ticketBlock.waitArchive {
    padding: 45px 0 45px 20px;
  }
  .ticketBlock.waitLive .img,
  .ticketBlock.waitArchive .img {
  }
  .ticketBlock.waitLive .text,
  .ticketBlock.waitArchive .text {
    padding: 0 0 0 20px;
    width: calc(100% - 80px);
  }
  .ticketBlock.waitArchive .text h3 {
    font-size: 26px;
    margin: 0 0 10px;
  }
  .ticketBlock.waitLive .text h3 span:first-of-type {
    font-size: 30px;
  }
  .ticketBlock.waitLive .text h3 span:last-of-type {
    font-size: 28px;
  }
  .ticketBlock.waitLive .text p {
    font-size: 15px;
  }
  .ticketBlock.waitLive .text ul {
    display: block;
  }
  .ticketBlock.waitLive .text li {
    font-size: 15px;
    width: 100%;
  }
}

/* 配信終了画面 */
#movie_area.fin {
  margin: 40px auto 0;
  width: 980px;
  height: 550px;
  background: url(img/movie/bg_live_fin.jpg) 0 0 / cover no-repeat;
  position: relative;
}
p.link,
#movie_area.fin p {
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 900;
  text-align: center;
  margin: 0;
  width: 100%;
}
#movie_area.fin p.text {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: calc(50% - 60px);
}
#movie_area.fin p.link {
  position: absolute;
  left: 0;
  bottom: 90px;
}
#movie_area.fin p span {
  display: block;
  font-size: 36px;
}
p.link a,
#movie_area.fin p.link a {
  color: #ed8734;
  font-size: 18px;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  #movie_area.fin {
    width: 97%;
    margin: 10px auto 0;
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  #movie_area.fin {
    width: 97%;
    height: 410px;
    background: url(img/movie/bg_live_fin_sp.jpg) 0 0 / cover no-repeat;
    margin: 0 auto;
  }
  #movie_area.fin p.text {
    font-size: 18px;
  }
  #movie_area.fin p span {
    font-size: 30px;
    top: calc(50% - 50px);
  }
  #movie_area.fin p.link {
    position: absolute;
    left: 0;
    bottom: 40px;
  }
}

/* ハンバーガーメニュー */
#nav-drawer {
  display: none;
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  #nav-drawer {
    display: block;
    position: relative;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 1px; /*線の太さ*/
    width: 25px; /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: "";
    cursor: pointer;
    opacity: 1;
    transition: 0.3s ease-in-out; /*滑らかに表示*/
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒カバー*/
  #nav-close {
    /*display: none;/*はじめは隠しておく*/
    display: block;
    position: fixed;
    z-index: 200;
    top: 0; /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: #ed8834;
    transition: 0.3s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateX(100%);
    transform: translateX(100%); /*左に隠しておく*/
    transition: 0.3s ease-in-out;
  }

  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 9999; /*最前面に*/
    width: 40%; /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px; /*最大幅（調整してください）*/
    /*background: #fff;/*背景色*/
    transition: 0.3s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateX(100%);
    transform: translateX(100%); /*左に隠しておく*/
    padding: 10px 0;
  }

  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    transition: 0.3s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateX(0%);
    transform: translateX(0%); /*左に隠しておく*/
  }
  #nav-input:checked ~ #nav-open span {
    width: 30px;
    background: #000;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 99999;
  }
  #nav-input:checked ~ #nav-open span:before {
    width: 30px;
    background: #000;
    bottom: 0;
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 99999;
  }
  #nav-input:checked ~ #nav-open span:after {
    opacity: 0;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); /*中身を表示（右へスライド）*/
    /*box-shadow: 6px 0 25px rgba(0,0,0,.15);*/
  }
  #nav-content ul {
    display: block;
  }
  #nav-content li {
    margin: 0;
    padding: 0;
  }
  #nav-content li:nth-of-type(n + 2) {
    margin: 40px 0 0;
  }
  #nav-content li a {
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    padding: 10px;
  }
}

/* top */
.top_live_list {
  margin: 0 auto;
  width: 1120px;
}
.top_live_list h1 {
  font-size: 18px;
  font-weight: 900;
  margin: 50px auto 10px;
  width: 100%;
}
.slide_box.slick-slider {
  width: 1120px;
	
}
.top_live_list .live_box {
  margin: 0;
  padding: 0 0 20px 0;
  width: 250px;
  background: #fff;
}
.top_live_list .live_box.soon {
  background: #ccc;
}
.top_live_list .live_box:nth-of-type(4n) {
  margin: 0;
}
.top_live_list .live_box a {
  color: #000;
  text-decoration: none;
}
.top_live_list .live_box .images {
}
.top_live_list .live_box h2.live_name {
  display: block;
  font-size: 15px;
  font-weight: 900;
  margin: 15px 15px 0;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .top_live_list .live_box h2.live_name {
    margin: 15px 25px 0;
  }
}
.top_live_list .live_box h2.live_name:before .top_live_list .live_box h2.live_name:after {
  display: none;
}
.top_live_list .live_box .ticket_info {
  margin: 15px 15px 0;
  padding: 15px 0px 0;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 1024px) {
  .top_live_list .live_box .ticket_info {
    margin: 15px 25px 0;
  }
}
.top_live_list .live_box .ticket_info li {
}
.top_live_list .live_box .ticket_info span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .top_live_list .live_box .ticket_info span {
    font-size: 14px;
  }
}
.top_live_list .live_box .ticket_info span:first-of-type {
  width: 9em;
}
.top_live_list .live_box .ticket_info span:last-of-type:before {
  content: "：";
}
.top_live_list .live_box .live_status {
  margin: 20px 30px 10px;
}
@media only screen and (max-width: 1024px) {
  .top_live_list .live_box .live_status {
    margin: 15px 25px 0;
  }
}
.top_live_list .live_box .live_status li {
  color: #ed8834;
  font-size: 15px;
  font-weight: 700;
}
.top_live_list .live_box .live_status li:nth-of-type(2) {
  font-size: 12px;
}
.top_live_list .live_box .btn a {
  color: #fff;
  background: #000;
}

.top_live_list .live_box a:hover {
  background: #444;
}
.top_live_list .live_box a:hover .live_status li {
  color: #ffcc99;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  .top_live_list {
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
  .top_live_list h1 {
    margin: 65px 0px 15px;
    font-size: 18px;
    text-align: left;
  }
  .top_live_list .slick-slider {
  }
  .top_live_list .live_box {
    width: calc(50% - 20px);
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  .top_live_list {
    display: block;
    margin: 0 auto;
    padding: 0 0 0 30px;
    width: 100%;
  }
  .top_live_list .live_box {
    width: 100%;
  }
  .top_live_list .live_box:nth-of-type(even) {
    margin: 0 0 45px;
  }
}

/* スライド .main_slide_bnr */
.main_slide_bnr {
}
.main_slide_bnr .main_btn {
  position: absolute;
  top: 58%;
  left: 67%;
  display: block;
}
.main_slide_bnr .main_btn img {
  width: 82%;
}
@media only screen and (max-width: 767px) {
  .main_slide_bnr .main_btn {
    position: absolute;
    top: 76%;
    left: 14%;
    display: block;
  }
  .main_slide_bnr .main_btn img {
    width: 84%;
  }
}

.slick-slide {
  width: 800px;
  height: 395px;
  margin: 0;
}
.slide_box .slick-slide {
  margin: 0 30px 0 0;
}

.slick-dots li {
  width: 40px !important;
}
.slick-dots li button {
  width: 40px !important;
}
.slick-dots li button:before {
  content: "―" !important;
  font-weight: bold !important;
  font-size: 40px !important;
  width: 40px !important;
}
.slick-dots li.slick-active button:before {
  color: #ed8834 !important;
}
.slide-arrow.slick-prev,
.slide-arrow.slick-next {
  display: inline;
  filter: blur(0);
  width: 40px;
  height: auto;
}
.slide-arrow.slick-prev {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -50px;
}
.slide-arrow.slick-next {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: -50px;
}

/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  .slide_box.slick-slider {
    width: 100%;
  }
  .slick-slide {
    margin: 0;
  }
  .slick-dotted.slick-slider {
    margin: 0 !important;
  }
  .slide_box .slick-list {
    padding: 0 30px 0 0;
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  .slick-slide {
    height: auto !important;
  }
}

/* .situationBlock */
.situationBlock {
  display: flex;
  margin: 90px auto 0;
  width: 1120px;
}
.situationBlock .text {
  width: 400px;
}
.situationBlock .text a {
  font-weight: 700;
  text-decoration: none;
  margin-top: 10px;
  display: block;
}
.situationBlock h2 {
  margin-bottom: 20px;
  font-weight: 900;
}
.situationBlock .text p {
  line-height: 175%;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  .situationBlock {
    display: block;
    width: 100%;
    margin: 40px auto 0;
  }
  .situationBlock .text {
    padding: 0 30px;
    width: 100%;
  }
  .situationBlock .image {
    margin-top: 20px;
  }
  .situationBlock .text a {
    text-align: center;
  }
  .situationBlock h2 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 900;
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
}

/* 20/7 デザイン修正スタイル */
/* #wrapper.login */
#wrapper.login {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
}
/* ---------- PC専用（幅1025px以上） ---------- */
@media screen and (min-width: 1025px) {
  #wrapper.login {
    width: 1110px;
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  #wrapper.login {
    display: block;
  }
}

/* ----- login ----- */
/* .loginBlock */
.login .loginBlock {
}
.login h1 {
  font-size: 30px;
  text-align: center;
  margin: 50px 0 35px;
}
.login h1 img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 0 0;
  width: 37px;
  height: auto;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  .login .loginBlock {
    margin: 0 20px;
    width: calc(45% - 40px);
  }
  .login h1 {
    font-size: 24px;
    margin: 0 0 25px;
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  .login .loginBlock {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

/* .ticketBlock */
.login .ticketBlock {
  width: 100%;
  background: none;
}
.login .ticketBlock p {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.login .ticketBlock ul {
  max-width: none;
}
.login .ticketBlock li {
  width: calc(50% - 10px);
}
.login .ticketBlock li:nth-of-type(odd) {
  margin: 35px 10px 0 0;
}
.login .ticketBlock li:nth-of-type(even) {
  margin: 35px 0 0 10px;
}
.login .have input[type="tel"],.login .have input[type="email"],.login .have input[type="password"] {
  border: 2px solid #ed8733;
  border-radius: 5px;
}
.login .have input[type="tel"]::placeholder,.login .have input[type="email"]::placeholder,.login .have input[type="password"]::placeholder  {
  color: #fac69b;
}
.login .have input[type="submit"] {
  margin: 30px 0 0;
  width: 100%;
  font-weight: 700;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  .login .ticketBlock {
    padding: 30px 0;
  }
  .login .ticketBlock p {
    font-size: 15px;
  }
  .login .ticketBlock ul {
    display: block;
    width: 80%;
    margin: auto;
  }
  .login .ticketBlock li {
    margin: 15px 0 0 !important;
    width: 100%;
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  .login .ticketBlock {
    padding: 30px 20px 0;
  }
  .login .ticketBlock p {
    margin-bottom: 25px;
  }
  .login .have input[type="submit"] {
    margin: 30px auto 0;
    width: 80%;
  }
}

/* .ticketBlock.waitLive */
/* .ticketBlock.waitArchive */
.login .ticketBlock.waitLive,
.login .ticketBlock.waitArchive {
  flex-wrap: wrap;
}
.login .ticketBlock.waitLive h3,
.login .ticketBlock.waitArchive h3 {
  font-size: 26px;
  margin: 0;
  font-weight: 900;
}
.ticketBlock.waitLive .text h3 span:first-of-type {
  font-size: 28px;
}
.ticketBlock.waitLive .text h3 span:last-of-type {
  font-size: 26px;
}
.login .ticketBlock.waitLive p,
.login .ticketBlock.waitArchive p {
  font-size: 15px;
  margin: 0;
}
.login .ticketBlock.waitLive .img,
.login .ticketBlock.waitArchive .img {
  text-align: right;
  width: 125px;
}
.login .ticketBlock.waitLive .img img,
.login .ticketBlock.waitArchive .img img {
  width: 85px;
  height: auto;
}
.login .ticketBlock.waitLive .text,
.login .ticketBlock.waitArchive .text {
  padding: 0 0 0 35px;
  width: calc(100% - 125px);
}
.login .ticketBlock.waitLive ul,
.login .ticketBlock.waitArchive dl {
  display: block;
  margin: 40px 0 0;
  padding: 0 0 0 35px;
  width: 100%;
}
.login .ticketBlock.waitArchive dl {
  padding: 0 75px 0 35px;
}
.login .ticketBlock.waitLive li,
.login .ticketBlock.waitArchive dt,
.login .ticketBlock.waitArchive dd {
  margin: 0;
  width: 100%;
}
.login .ticketBlock.waitArchive dt,
.login .ticketBlock.waitArchive dd {
  text-align: center;
}
.login .ticketBlock.waitLive li:nth-of-type(n + 2),
.login .ticketBlock.waitArchive dd {
  margin: 15px 0 0;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  .login .ticketBlock.waitLive .img,
  .login .ticketBlock.waitArchive .img {
    width: 70px;
  }
  .login .ticketBlock.waitLive .img img,
  .login .ticketBlock.waitArchive .img img {
    width: 70px;
    height: auto;
  }
  .login .ticketBlock.waitLive .text,
  .login .ticketBlock.waitArchive .text {
    padding: 0 0 0 20px;
    width: calc(100% - 70px);
  }
  .login .ticketBlock.waitLive ul,
  .login .ticketBlock.waitArchive dl {
    margin: 20px auto 0;
    padding: 0;
  }
  .login .ticketBlock.waitLive li:nth-of-type(n + 2),
  .login .ticketBlock.waitArchive dd {
    margin: 10px 0 0 !important;
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
}

/* .notesBlock */
.login .notesBlock {
  margin: 35px 0 0;
  padding: 35px 0 0;
  width: 100%;
  background: none;
  border-top: 1px solid #000;
}
.login .notesBlock dl {
  width: 100%;
  background: none;
}
.login .notesBlock dt {
  text-align: left;
}
/* ---------- タブレット幅以上（幅768px以上） ---------- */
  .login .notesBlock.sp {
    display: none;
  }
  .login .notesBlock.pc {
    display: block;
  }
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  .login .notesBlock.sp {
    display: block;
    padding: 0;
    border: none;
  }
  .login .notesBlock.pc {
    display: none;
  }
}

/* .artistBlock */
.login .artistBlock {
  padding: 0 0 35px;
  background: #fff;
}
.login .artistBlock h2 {
  font-size: 24px;
  margin: 30px 25px 0;
  width: calc(100% - 50px);
  font-weight: 900;
}
.login .artistBlock .artist {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 25px 0;
  padding: 20px 0 0;
  border-bottom: none;
}
.login .artistBlock .artist dd {
  font-size: 15px;
  font-weight: 700;
}
.login .artistBlock .artist dd:before {
  content: "：";
  font-weight: normal;
}
.login .artistBlock .liveInfo {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 25px 0;
  padding: 20px 0 0;
  border-top: 1px solid #000;
}
.login .artistBlock .liveInfo dt {
  text-align: left;
  width: 7rem;
}
.login .artistBlock .liveInfo dd {
  font-size: 15px;
  font-weight: 700px;
  text-align: left;
  width: calc(100% - 7rem);
}
.login .artistBlock .liveInfo dd:before {
  content: "：";
  font-weight: 400;
}
.login .artistBlock p.text {
  margin: 10px 25px 0;
  padding: 25px 0 0;
  border-top: 1px solid #000;
  font-size: 12px;
}
.login .artistBlock p.buyTicket {
  text-align: center;
  margin: 35px 25px 0;
}
.login .artistBlock p a {
  color: #ed8733;
  font-size: 15px;
  font-weight: 700;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  .login .artistBlock {
    margin: 0 20px;
    width: calc(55% - 40px);
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  .login .artistBlock {
    margin: 45px 15px 0;
    width: calc(100% - 30px);
  }
  .login .artistBlock h2 {
    font-size: 18px;
    font-weight: 900;
    margin: 20px 25px 0;
  }
  .login .artistBlock .artist {
    margin: 20px 25px 0;
  }
  .login .artistBlock .artist dt,
  .login .artistBlock .artist dd {
    font-size: 14px;
  }
  .login .artistBlock .liveInfo dt {
    font-size: 14px;
    width: 100%;
  }
  .login .artistBlock .liveInfo dt:after {
    content: "：";
    font-weight: 400;
  }
  .login .artistBlock .liveInfo dd {
    font-size: 14px;
    width: 100%;
  }
  .login .artistBlock .liveInfo dd:before {
    content: "";
    font-weight: 400;
  }
  .login .artistBlock p.text {
    font-size: 14px;
    margin-top: 0px;
    padding: 15px 0 0;
    line-height: 175%;
  }
  .login .artistBlock .artist {
    padding: 15px 0 0;
  }
  .login .artistBlock .liveInfo {
    margin: 15px 25px 0;
    padding: 15px 0 0;
  }
}

/* footer */
footer {
  flex-wrap: wrap;
  padding: 20px 0 40px 0;
  width: 100%;
  position: relative;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
footer ul.snsLink {
  margin: 30px 0 0;
  width: 100%;
}
footer ul.snsLink li:nth-of-type(n + 2) {
  margin: 0 0 0 50px;
}
footer ul.snsLink li:nth-of-type(n + 2):before {
  display: none;
}
footer ul.snsLink li img {
  width: 35px;
  height: auto;
}
footer ul.footerLink {
  margin: 30px 0 0;
  width: 100%;
}
footer {
  flex-wrap: wrap;
}
footer small {
  display: block;
  text-align: center;
  margin: 20px 0 0;
  width: 100%;
}

/* .pageTop */
.pageTop {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: 50px;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  .pageTop {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 15px;
    bottom: 12px;
  }
}

/* index.html*/
.top_live_list .live_box .live_status {
  margin: 20px 30px 10px;
}
.top_live_list .live_box .live_status li {
  text-align: center;
}
/* ---------- PC専用（幅1025px以上） ---------- */
@media screen and (min-width: 1025px) {
  .main_slide_bnr .slide.pc {
    display: block;
  }
  .main_slide_bnr .slide.sp {
    display: none;
  }
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  .main_slide_bnr .slide.pc {
    display: block;
  }
  .main_slide_bnr .slide.sp {
    display: none;
  }

  .top_live_list .live_box .btn a {
    width: 75%;
  }
}
/* ---------- スマホ幅以下（幅768px以下） ---------- */
@media only screen and (max-width: 767px) {
  .main_slide_bnr .slide.pc {
    display: none;
  }
  .main_slide_bnr .slide.sp {
    display: block;
  }
}

.top_live_list .live_box .ticket_info span:first-of-type {
  width: 7em;
}
.slick-disabled {
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .situationBlock {
    width: 100%;
  }

  .slide_box.slick-slider {
    padding: 0;
  }
  .slide_box .slick-list {
    padding: 0 50px 0 0;
  }
  .slide_box .slick-slide {
    margin: 0 16px 0 0;
  }
  .slide-arrow.slick-prev {
    z-index: 999;
  }
  .slide-arrow.slick-next {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slide_box.slick-slider {
    margin: auto;
    width: 100%;
  }
  .slide_box .slick-list {
    padding: 0 65px 0 0 !important;
  }
  .slide_box .slick-list:last-child {
    padding: 0 !important;
    margin:auto;
  }
  .top_live_list .live_box .ticket_info span {
    font-size: 12px;
  }
  .slide-arrow.slick-prev,
  .slide-arrow.slick-next {
    width: 40px;
  }
  .slide-arrow.slick-prev {
    left: -25px;
  }
  .slide-arrow.slick-next {
  }
}

.faq {
  width: 1090px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .faq {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
.faq h1 {
  font-size: 24px;
  margin: 40px auto;
}
@media only screen and (max-width: 1024px) {
  .faq h1 {
    font-size: 18px;
  }
}

.faq .navi {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  margin: 60px auto 30px;
}
@media only screen and (max-width: 1024px) {
  .faq .navi {
    margin: 40px auto 20px;
    line-height: 175%;
  }
}
.faq .navi li {
  font-size: 15px;
  padding: 0 20px;
  font-weight: 900;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .faq .navi li {
    font-size: 12px;
    padding: 0 3px;
  }
}
.faq .navi li:nth-last-of-type(n + 2):after {
  content: "/";
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .faq .navi li:nth-last-of-type(n + 2):after {
    content: "/";
    padding-left: 10px;
  }
}
.faq .navi li a {
  text-decoration: none;
}
.faq_block {
  width: 1090px;
  margin: 0 0 50px 0;
  padding: 30px 70px;
}
@media only screen and (max-width: 1024px) {
  .faq_block {
    width: 100%;
    padding: 25px 0;
  }
}
.faq_block h2 {
  color: #ed8733;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 20px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .faq_block h2 {
  }
}

.faq_block article {
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .faq_block article {
  }
}
.faq_block article:nth-of-type(n + 2) {
  margin: 10px 0 0;
}

.faq_block h3 {
  cursor: pointer;
  font-size: 18px;
  text-align: left;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .faq_block h3 {
    font-size: 15px;
  }
}

.faq_block .openArrow {
  position: absolute;
  top: 40px;
  right: 0;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
}
@media only screen and (max-width: 1024px) {
  .faq_block .openArrow {
    top: 35px;
  }
}
.faq_block .openArrow img {
  width: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq_block .open .openArrow img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq_block .answer {
  display: none;
  margin: 0;
  padding: 0 30px 30px;
  transition: transform 0.4s;
}

.faq_block p {
  font-size: 15px;
  margin: 35px 0 0;
}
.faq_block p:first-of-type {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .faq_block p {
    font-size: 12px;
  }
}
.faq_block .answer p a {
  color: #ee9149;
  font-weight: 700;
  display: inline;
  margin-top: 0;
  text-decoration: none;
}

.howto {
  width: 1090px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .howto {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.howto h1 {
  font-size: 24px;
  margin: 40px auto;
}
@media only screen and (max-width: 1024px) {
  .howto h1 {
    font-size: 18px;
  }
}
.howto .top_read {
  background: url(img/movie/pc_howto_01.jpg) no-repeat top right;
  padding: 20px 680px 20px 0;
}
@media only screen and (max-width: 1024px) {
  .howto .top_read {
    background: url(img/movie/pc_howto_01.jpg) no-repeat bottom center;
    background-size: 110%;
    padding: 0 15px 180px 15px;
  }
}
.howto .top_read .top_read_ttl {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .howto .top_read .top_read_ttl {
    font-size: 18px;
  }
}
.howto .top_read .top_read_ttl p {
  font-size: 15px;
  line-height: 200%;
  font-weight: 500;
}
.howto .navi {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 60px auto 30px;
}
@media only screen and (max-width: 1024px) {
  .howto .navi {
    margin: 30px auto 30px;
  }
}
.howto .navi li {
  font-size: 15px;
  padding: 0 20px;
  font-weight: 500;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .howto .navi li {
    font-size: 12px;
    padding: 0 3px;
  }
}
.howto .navi li:after {
  content: "/";
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .howto .navi li:after {
    content: "/";
    padding-left: 10px;
  }
}
.howto .navi li:last-child::after {
  content: "";
  padding-left: 0;
}
.howto .navi li a {
  text-decoration: none;
}
.howto_block {
  width: 1090px;
  margin: 0 0 50px 0;
  padding: 30px 70px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .howto_block {
    width: 100%;
    padding: 30px 15px;
  }
}
.howto_block h2 {
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  justify-content: center;
  padding: 0 0 30px 0;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .howto_block h2 {
    font-size: 18px;
  }
}

.howto_block h3.attention {
  padding: 40px 0 10px;
}

.howto_block dl {
  display: flex;
  flex-wrap: wrap;
}
.howto_block dl span.orange {
  color: #ee9149;
  font-weight: 700;
  font-size: 18px;
  display: inline;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .howto_block dl span.orange {
    padding: 0;
  }
}
.howto_block dl a.orange {
  color: #ee9149;
  font-weight: 700;
  display: inline;
  margin-top: 0;
  text-decoration: none;
}
.howto_block dl dt {
  width: 280px;
  padding: 0 40px 50px 0;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .howto_block dl dt {
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 15px;
  }
}
.howto_block dl dt span {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .howto_block dl dt span {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .howto_block dl dt span.device {
    padding: 0;
    margin: 0;
    display: inline;
  }
}
.howto_block dl dt span.no {
  display: block;
  color: #cccccc;
  font-weight: 900;
  font-size: 30px;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .howto_block dl dt span.no {
    padding: 0 10px 10px 0;
    float: left;
  }
}

.howto_block dl dd {
  width: 631px;
  padding: 0 0 50px 0;
}
.howto_block dl dd span {
  font-size: 12px;
}

.howto_block dl.watch_requirement {
  width: 100%;
  color: #010101;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .howto_block dl.watch_requirement {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.howto_block dl.watch_requirement:first-of-type {
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .howto_block dl.watch_requirement:first-of-type {
    margin-right: 0;
  }
}
.howto_block dl.watch_requirement dt {
  color: #000;
  width: 200px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  font-weight: 700;
  font-size: 15px;
}
@media only screen and (max-width: 1024px) {
  .howto_block dl.watch_requirement dt {
    font-size: 14px;
    width: 100%;
    border: none;
    padding: 15px 0 0 0;
  }
}
.howto_block dl.watch_requirement dt.guide_table_head {
  font-size: 18px;
  width: 100%;
  text-align: left;
  color: #010101;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1024px) {
  .howto_block dl.watch_requirement dt.guide_table_head {
    font-size: 15px;
    padding: 10px 0;
  }
}
.howto_block dl.watch_requirement dt.guide_table_head img {
  display: inline;
  width: 50px;
  margin: 0 5px -10px 0;
}
.howto_block dl.watch_requirement dd {
  width: calc(100% - 200px);
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  font-weight: 400;
  font-size: 15px;
}
@media only screen and (max-width: 1024px) {
  .howto_block dl.watch_requirement dd {
    width: 100%;
    font-size: 12px;
    padding: 10px 0 15px;
  }
}
.howto_block dl.watch_requirement dd span {
  font-size: 12px;
  line-height: 150%;
  display: block;
}
.watch_requirement ul {
  margin: 40px 0 0 0;
  padding: 0;
}
.watch_requirement ul li {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  list-style: none;
}

.howto_block ul {
  display: block;
  list-style: none;
  padding: 0;
}
.howto_block ul li {
  list-style: none;
  font-size: 12px;
  padding-bottom: 7px;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 1024px) {
  .howto_block ul li {
    padding-bottom: 15px;
  }
}
.howto_block ul li a {
  color: #ee9149;
  font-weight: 700;
  text-decoration: none;
}
.howto_block p {
  text-align: center;
  font-size: 15px;
}

@media only screen and (max-width: 1024px) {
  .howto_block p {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
  }
}
.dousa_btn {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  margin: 20px auto 50px;
  padding: 10px 0;
  width: 300px;
  background: #000;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .dousa_btn {
    font-size: 16px;
    font-weight: 500;
    width: 90%;
  }
}
.dousa_btn:hover {
  color: #fff;
  background: #444;
}
/* .situationBlock */
.aboutBlock {
  display: flex;
  margin: 90px auto 0;
  width: 1120px;
}
.aboutBlock .text {
  width: 470px;
}
.aboutBlock .text a {
  font-weight: 700;
  text-decoration: none;
  margin-top: 10px;
  display: block;
}
.aboutBlock h2 {
  margin-bottom: 20px;
  font-weight: 900;
}
.aboutBlock p {
  line-height: 175%;
}
/* ---------- タブレット幅以上（幅1024px以下） ---------- */
@media only screen and (max-width: 1024px) {
  .aboutBlock {
    display: block;
    width: 100%;
    margin: 40px auto 0;
  }
  .aboutBlock .text {
    padding: 0 10px;
    width: 100%;
  }
  .aboutBlock .image {
    margin-top: 20px;
  }
  .aboutBlock h2 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 900;
  }
}

.howto .video-js {
  position: relative !important;
}
.testview {
  width: 60%;
  margin: 30px auto 50px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .testview {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
#movie_area .archive_movie {
  padding-top: 56%;
  position: relative;
}
#movie_area .archive_movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.kyodaku {
  display: flex;
  justify-content: flex-end;
  width: 1120px;
  margin: 100px auto 0;
  font-size:12px;
}
.jasrac {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
}
.jasrac dt {
  padding-right: 10px;
}
.jasrac dt img {
  width: 50px;
}
.nextone {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nextone dt {
  padding-right: 10px;
}
.nextone dt img {
  width: 50px;
}
@media only screen and (max-width: 1024px) {
  .kyodaku {
    width: auto;
    margin: 70px 15px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .kyodaku {
    width: auto;
    margin: 70px 15px 0px;
    justify-content: center;
  }
  .jasrac {
    margin-right: 10px;
  }
  .jasrac dt {
    padding-right: 7px;
  }
  .jasrac dt img {
    width: 40px;
  }
  .jasrac dd {
    font-size: 11px;
  }
  .nextone dt {
    padding-right: 7px;
  }
  .nextone dt img {
    width: 40px;
  }
  .nextone dd {
    font-size: 11px;
  }
}


/* --------------------------------------------------
FC CHANNEL 追加
-------------------------------------------------- */
.fc_channel_block {
  margin: 0 auto;
  width: 1120px;
}
@media only screen and (max-width: 1024px) {
  .fc_channel_block {
    width: 100%;
    padding: 0 30px;
  }
}
.fc_channel_block h2 {
  font-size: 18px;
  font-weight: 900;
  margin: 50px auto 15px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fc_channel_block h2 {
    justify-content: center;
  }
}
.fc_channel_block h2::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.fc_channel_block h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1em;
  position: absolute;
  background: #efefef;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .fc_channel_block h2::after {
    left: calc(50% - 65px);
  }
}


.fc_channel_block ul.fc_slide {
  margin: 0;
  padding: 0;
  list-style: none;
  display:flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
.fc_channel_block ul.fc_slide .slick-list{
  width: 100% !important;
}
.fc_channel_block ul.fc_slide .slick-track{
  width: 100% !important;
}
.fc_channel_block ul.fc_slide .slick-track .slick-slide{
  width: 100% !important;
}
}
.fc_channel_block ul.fc_slide li {
  width: calc(calc(100% - 60px) / 4) !important;
  margin:0 20px 15px 0;
}
.fc_channel_block ul.fc_slide .slick-dots li {
  position: relative;
    display: inline-block;
    width: 40px !important;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.fc_channel_block ul.fc_slide li:nth-of-type(4n){
  margin-right:0 !important;
}
@media only screen and (max-width: 768px) {
  .fc_channel_block ul.fc_slide li {
    margin: 0 10px 10px 0;
    width: calc(calc(100% - 10px) / 2) !important;
  }
  .fc_channel_block ul.fc_slide .slick-dots li {
    margin: 0 5px;
  }
  .fc_channel_block ul.fc_slide li:nth-of-type(2n){
  margin-right:0 !important;
  }
  .fc_channel_block ul.fc_slide .slick-dots li:nth-of-type(2n){
  margin-right:5px !important;
  }
}

/* --------------------------------------------------
お知らせ欄 追加
-------------------------------------------------- */
.news_block {
  margin: 0 auto;
  width: 1120px;
}
@media only screen and (max-width: 1024px) {
  .news_block {
    width: 100%;
    padding: 0 30px;
  }
}
.news_block h2 {
  font-size: 18px;
  font-weight: 900;
  margin: 50px auto 15px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .news_block h2 {
    justify-content: center;
  }
}
.news_block h2::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.news_block h2::after {
  content: "";
  display: block;
  width: 220px;
  height: 1em;
  position: absolute;
  background: #efefef;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .news_block h2::after {
    left: calc(50% - 108px);
  }
}

/* --------------------------------------------------
お知らせ欄 お詫び
-------------------------------------------------- */
.news_block_01 {
  margin: 0 auto;
  width: 1120px;
}
@media only screen and (max-width: 1024px) {
  .news_block_01 {
    width: 100%;
    padding: 0 30px;
  }
}
.news_block_01 h2 {
  font-size: 18px;
  font-weight: 900;
  margin: 50px auto 15px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .news_block_01 h2 {
    justify-content: center;
  }
}
.news_block_01 h2::before {
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.news_block_01 h2::after {
  display: block;
  width: 420px;
  height: 1em;
  position: absolute;
  background: #efefef;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .news_block_01 h2::before {
    border:none;
  }
}
@media only screen and (max-width: 767px) {
  .news_block_01 h2::after {
    left: calc(50% - 200px);
  }
}


.top_live_ttl {
  margin: 0 auto;
  width: 1120px;
}
@media only screen and (max-width: 1024px) {
  .top_live_ttl {
    width: 100%;
    padding: 0 30px;
  }
}
.top_live_list h1 {
  font-size: 18px;
  font-weight: 900;
  margin: 50px auto 15px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top_live_list h1 {
    justify-content: center;
    text-align:center;
    margin: 50px 30px 15px 0;
    width: calc( 100% - 30px );
  }
}
.top_live_list h1::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.top_live_list h1::after {
  content: "";
  display: block;
  width: 160px;
  height: 1em;
  position: absolute;
  background: #efefef;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .top_live_list h1::after {
    left: calc(50% - 80px);
  }
}




.top_live_list .slick-track{
	margin-left: 0;
    margin-right: 0;
}


.login .ticketBlock .view_note p{
	font-size:12px;
	text-align:center;
	margin-top:10px;
	font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .login .ticketBlock .view_note p{
    font-size:11px;
  }
}
.login .ticketBlock .view_note p.view_note_link{
	margin-top:5px;
	font-weight: normal;
}
.login .ticketBlock .view_note p a{
	font-size:15px;
	color:#ed8733;
	font-weight: bold;
}
#movie_area .view_attention{
	width:1050px;
	margin:20px auto;
	padding-top:20px;
	border-top:1px solid #000;
}
#movie_area .view_attention dl dt{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
#movie_area .view_attention dl dd{
	font-size:12px;
}
#movie_area .view_attention dl dd:last-child{
	margin-top:20px;
}
.loginBlock label.error{
	font-size: 12px;
    font-weight: bold;
    color: red;
    margin-top: 15px;
}

@media screen and (min-width:1025px) {
	.logo_sp{
		display: none;
	}
}
@media screen and (max-width:1024px) {
	.logo_pc{
		display: none;
	}
}
