@charset "UTF-8";
/* --------------------------------
    body
-------------------------------- */
html {
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
  height: 100%;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  background-color: #171717;
  position: relative;
}

a:link, a:visited {
  color: #999;
}
a:hover, a:active {
  opacity: 0.7;
}

::selection {
  color: #fff;
  background: #242b48;
}

.ctg-title {
  font-size: 1.8rem;
  padding-bottom: 10px;
  color: #9a7a52;
}

.title {
  font-size: 1.3rem;
  padding-bottom: 20px;
}

.sub-title {
  font-size: 1.1rem;
}


.live-title {
  position: relative;
  padding: 5px 5px 5px 65px;
  background: #1A1E23;
  font-size: 20px;
  color: #9A7A52;
  border-bottom: 2px double #9A7A52;
  margin-left: -33px;
  line-height: 1.3;
  z-index: -1;
}
.live-title:before {
  position: absolute;
  content: '';
  left: 15px;
  top: -2px;
  border: none;
  border-left: solid 40px #171717;
  border-bottom: solid 79px transparent;
  z-index: -2;
}

.gallery-title {
  position: relative;
  padding: 5px 5px 5px 65px;
  background: #1A1E23;
  font-size: 20px;
  color: #9A7A52;
  border-bottom: 2px double #9A7A52;
  margin-left: -33px;
  line-height: 1.3;
  z-index: -1;
}
.gallery-title:before {
  position: absolute;
  content: '';
  left: 15px;
  top: -2px;
  border: none;
  border-left: solid 40px #171717;
  border-bottom: solid 79px transparent;
  z-index: -2;
}

.top-button {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: -100px;
  right: 10px;
  z-index: 999;
}
.top-button img {
  width: 100%;
}

.disable {
  color: #666;
}

.l-contents-block {
  width: 100%;
  margin: 20px 0;
}

.text-center {
  text-align: center;
}

.cms {
  margin: 20px 0 30px 0;
  font-size: 1.3rem;
  color: #666;
  text-align: center;
}

/* --------------------------------
    header
-------------------------------- */
#l-header {
  width: 100%;
  color: #000;
}

.header-content {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.header-content h1 {
  font-size: 0;
}
.header-content img {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.header-content .official-link {
  position: absolute;
  width: 100%;
  padding: 10px 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
  z-index: 10;
}
.header-content .official-link a {
  margin-left: 10px;
}
.header-content .sns {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}
.header-content .sns ul {
  margin-top: 8px;
}
.header-content .sns ul li {
  display: inline-block;
  margin-right: 2px;
}
.header-content .sns ul li img {
  width: 20px;
}
.header-content .sns ul li:last-child {
  margin-right: 8px;
}

.l-global-nav {
  width: 100%;
  background: -webkit-linear-gradient(-45deg, #242b48 30%, #144c79 100%, #144c79 100%);
  background: linear-gradient(135deg, #242b48 30%, #144c79 100%, #144c79 100%);
  padding: 10px 0;
  font-size: 0.9rem;
}

.global-nav {
  font-family: 'Questrial', sans-serif;
  font-size: 110%;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  letter-spacing: 3px;
}
.global-nav li {
  display: inline-block;
  margin: 0 15px;
}

/* --------------------------------
    container
-------------------------------- */
.l-container {
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom:50px;
}

.l-image {
  width: 100%;
}
.l-image img {
  width: 100%;
}

.l-main {
  width: 1200px;
  margin: 0 auto;
}

.l-inner {
  width: 1200px;
  margin: 0 auto;
}

.l-dummy {
  min-height: 1000px;
}

/* --------------------------------
    l-two-column
-------------------------------- */
.l-two-column {
  width: 100%;
  overflow: hidden;
}

.l-left-column {
  width: 65%;
  float: left;
}

.l-right-column {
  width: 33%;
  float: right;
}

.l-left-column-half {
  width: 50%;
  float: left;
}

.l-right-column-half {
  width: 50%;
  float: right;
}

/* --------------------------------
    home
-------------------------------- */
.logo img {
  width: 100%;
}

/* -------------- What's New ---------------- */
.whats-new {
  margin-bottom: 0;
}
.whats-new ul {
  width: 100%;
  max-width: 800px;
  height: 300px;
  margin: auto;
  overflow: auto;
}
.whats-new ul li {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.whats-new ul li:hover {
  background-color: #1A1E23;
}
.whats-new ul .whats-inner {
  margin: auto;
  width: 90%;
  max-width: 800px;
  padding: 10px 10px 40px 10px;
  border-bottom: 1px solid #1c202f;
}
.whats-new ul .date {
  font-size: 90%;
  color: #999;
}

/* -------------- /What's New ---------------- */
/* -------------- Top Schedule ---------------- */
/* -------------- /Top Schedule ---------------- */
/* -------------- Top Movie ---------------- */
.l-movie {
  padding-top: 20px;
  background-color: #1e2327;
}

.top-movie {
  width: 100%;
  text-align: center;
}
.top-movie iframe {
  width: 95%;
  height: 350px;
  margin: auto;
}

/* -------------- /Top Movie ---------------- */
/* -------------- twitterCol ---------------- */
.twitter .l-inner {
  width: 700px;
  margin: auto;
}
.twitter .l-inner .ctg-title {
  display: none;
}
.twitter .twitter-title {
  position: relative;
  width: 300px;
  height: 350px;
  background-color: #1A1E23;
  color: #9A7A52;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.twitter .twitter-title p {
  margin-top: 70px;
  font-size: 1.3rem;
}
.twitter .twitter-title img {
  width: 100px;
}
.twitter .twitter-title:after {
  content: "▲";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: -13px;
  color: #1A1E23;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.twitter .twitter-contents {
  width: 395px;
  height: 350px;
  display: inline-block;
}

/* -------------- /twitterCol ---------------- */
/* --------------------------------
    Profile
-------------------------------- */
.profile .profile-all {
  margin: 20px 0;
}
.profile .profile-all img {
  width: 100%;
}
.profile .profile-all .biography {
  padding: 30px;
  border: 3px solid #a57a44;
}
.profile .profile-member {
  margin: 50px 0 20px 0;
}
.profile .profile-member ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.profile .profile-member ul li {
  margin: 20px 0;
}
.profile .profile-member .member-photo {
  font-size: 0;
}
.profile .profile-member .member-photo img {
  width: 100%;
}
.profile .profile-member .member-text {
  padding: 20px;
  background-color: #1e2327;
}
.profile .profile-member .member-text .member-part {
  margin-bottom: 5px;
  display: block;
  font-size: 1.2rem;
  color: #9A7A52;
}

/* --------------------------------
    Schedule
-------------------------------- */
.schedule .schedule-contents {
  width: 100%;
  text-align: center;
}
.schedule .schedule-contents .list_table {
  display: table;
  margin: auto;
  border-collapse: collapse;
  height: auto;
  overflow: visible;
}
.schedule .schedule-contents .list_table .schedule-item-pc {
  width: 100%;
  display: table-row;
  background: #1A1E23;
  font-size: 1rem;
  font-weight: bold;
}
.schedule .schedule-contents .list_table li {
  width: 100%;
  display: table-row;
  text-align: left;
  border-bottom: 1px dotted #24293c;
}
.schedule .schedule-contents .list_table li:first-child {
  border-bottom: none;
}
.schedule .schedule-contents .list_table li span {
  width: 24%;
  display: table-cell;
  padding: 20px 10px;
  vertical-align: middle;
}
.schedule .schedule-contents .list_table li span:first-child {
  width: 26%;
}
.schedule .schedule-contents .list_table li span:nth-of-type(2) {
  width: 15%;
}
.schedule .schedule-contents .list_table li span:last-child {
  width: 32%;
}
.schedule .schedule-contents .list_table .schedule-date, .schedule .schedule-contents .list_table .schedule-open,
.schedule .schedule-contents .list_table .schedule-ticket {
  display: none;
}

/* --------------------------------
    release
-------------------------------- */
.release .release-contents {
  width: 80%;
  margin: 20px auto 50px auto;
  overflow: hidden;
}
.release .release-jk {
  display: inline-block;
}
.release .release-jk img {
  width: 400px;
}
.release .release-detail {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  text-align: left;
}
.release .release-detail .release-type {
  margin-bottom: 20px;
}
.release .release-detail .release-recording {
  margin-top: 10px;
}

/* --------------------------------
    live
-------------------------------- *//*
.live {
  width: 100%;
}
.live article {
  margin: 30px auto;
  overflow: hidden;
}
.live .live-title {
  background-color: #1E2327;
  text-align: center;
  padding: 20px 0;
  font-size: 1.1rem;
}
.live .live-movie, .live .live-setlist {
  width: 700px;
}
.live .live-movie {
  margin: 30px auto;
}
.live .live-movie:hover {
  cursor: pointer;
}
.live .live-movie:hover .thumbnail .playback {
  visibility: visible;
}
.live .live-movie:hover .thumbnail .playbtn {
  z-index: 11;
}
.live .live-movie:hover .thumbnail:after {
  content: url(../images/img_play_on.png);
}
.live .live-movie .thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.live .live-movie .thumbnail img {
  width: 100%;
}
.live .live-movie .thumbnail .playback {
  display: block;
  position: absolute;
  background-color: rgba(12, 12, 12, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 10;
}
.live .live-movie .thumbnail:after {
  content: url(../images/img_play_off.png);
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
}
.live .live-movie .playbtn {
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.live .live-movie .live-movie-title {
  min-height: 50px;
  padding: 5px;
  font-size: 0.8rem;
  text-align: center;
}
.live .live-setlist {
  margin: 20px auto;
}
.live .live-setlist p {
  font-size: 1rem;
}
.live .live-setlist ol {
  margin-left: 25px;
}
.live .live-setlist ol li {
  list-style-type: decimal-leading-zero;
  padding: 2px 0;
}
.live .live-gallery {
  width: 100%;
}
.live .live-gallery .item {
  width: 100%;
  margin: 20px auto;
  position: relative;
  text-align: center;
}
.live .live-gallery .item .galleryItem {
  width: 250px;
  /*height: 200px;*//*
  margin: 10px;
  padding: 5px;
  display: inline-block;
  line-height: 0;
}
.live .live-gallery .item .galleryItem img {
  width: 100%;
}
.live .live-gallery .item .galleryItem img:hover {
  opacity: 0.7;
}
*/

.liveItem1 {
  width:63%;
  float:left;
  padding-right:5px;
}
.liveItem1 img{
  width:100%;
}
.liveRight{
  width:35%;
  float:left;
}
.liveItem2 img{
  width:100%;
  height:210px;
}


.movie .movie-list ul li {
  width: 23%;
  display: inline-block;
  margin: 20px 10px;
  font-size: 0;
  vertical-align: top;
}
.livemovie-list ul li:hover {
  cursor: pointer;
}
.livemovie-list ul li:hover .thumbnail .playback {
  visibility: visible;
}
.livemovie-list ul li:hover .thumbnail .playbtn {
  z-index: 11;
}
.livemovie-list ul li:hover .thumbnail:after {
  content: url(../images/img_play_on.png);
}
.livemovie-list ul li .thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.livemovie-list ul li .thumbnail img {
  width: 100%;
}
.livemovie-list ul li .thumbnail .playback {
  display: block;
  position: absolute;
  background-color: rgba(12, 12, 12, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 10;
}
.livemovie-list ul li .thumbnail:after {
  content: url(../images/img_play_off.png);
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
}
.livemovie-list ul li .playbtn {
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.livemovie-list ul li .livemovie-list-title {
  min-height: 50px;
  padding: 5px;
  font-size: 0.8rem;
}



/* --------------------------------
    movie
-------------------------------- */
.movie {
  width: 100%;
}
.movie .movie-category {
  font-size: 1rem;
  margin: 20px 0;
  text-align: center;
}
.movie .movie-category li {
  display: inline-block;
  margin: 0 10px;
}
.movie .movie-category .active {
  border-bottom: 1px solid #9a7a52;
}
.movie .movie-list ul li {
  width: 23%;
  display: inline-block;
  margin: 20px 10px;
  font-size: 0;
  vertical-align: top;
}
.movie .movie-list ul li:hover {
  cursor: pointer;
}
.movie .movie-list ul li:hover .thumbnail .playback {
  visibility: visible;
}
.movie .movie-list ul li:hover .thumbnail .playbtn {
  z-index: 11;
}
.movie .movie-list ul li:hover .thumbnail:after {
  content: url(../images/img_play_on.png);
}
.movie .movie-list ul li .thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.movie .movie-list ul li .thumbnail img {
  width: 100%;
}
.movie .movie-list ul li .thumbnail .playback {
  display: block;
  position: absolute;
  background-color: rgba(12, 12, 12, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 10;
}
.movie .movie-list ul li .thumbnail:after {
  content: url(../images/img_play_off.png);
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
}
.movie .movie-list ul li .playbtn {
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.movie .movie-list ul li .movie-list-title {
  min-height: 50px;
  padding: 5px;
  font-size: 0.8rem;
}

/* --------------------------------
    gallery
-------------------------------- */
.gallery {
  width: 100%;
}
.gallery article {
  width: 1000px;
  margin: 30px auto;
  overflow: hidden;
}
.gallery .item {
  width: 100%;
  margin: 20px auto;
  position: relative;
  text-align: center;
}
.gallery .item .galleryItem {
  width: 250px;
  /*height: 200px;*/
  margin: 10px;
  padding: 5px;
  display: inline-block;
  line-height: 0;
}
.gallery .item .galleryItem {
  width: 250px;
  /*height: 200px;*/
  margin: 10px;
  padding: 5px;
  display: inline-block;
  line-height: 0;
}
.gallery .item .galleryItem img {
  width: 100%;
}
.gallery .item .galleryItem img:hover {
  opacity: 0.7;
}

#gallery .lg-backdrop.in {
  background-color: #383838;
  opacity: 0.5;
}

.lg-toolbar {
  opacity: 0.7;
}

.lg-outer .lg-thumb-item img {
  height: auto;
}

.lg-outer .lg-thumb-outer,
.lg-outer .lg-toogle-thumb {
  background-color: rgba(56, 56, 56, 0.5);
}

.lg-outer .lg-thumb {
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------
    goods
-------------------------------- */
.goods {
  width: 100%;
  margin: 20px 0;
}
.goods article {
  margin: 30px auto;
  overflow: hidden;
}
.goods article ul {
  text-align: center;
}
.goods article ul li {
  width: 320px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px;
}
.goods article ul li img {
  width: 100%;
}
.goods article ul li .detial {
  padding: 5px;
}

/* --------------------------------
    404
-------------------------------- */
#primary h1 {
  padding: 300px 0;
  text-align: center;
}

/* --------------------------------
    Banner
-------------------------------- */
.l-banner {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.l-banner .banner {
  display: inline-block;
}
.l-banner .banner img {
  width: 300px;
}

/* --------------------------------
    footer
-------------------------------- */
#l-footer {
  font-size: 90%;
  width: 100%;
  border-top: 1px solid #242b48;
}

.footer-inner {
  padding: 20px 0;
  color: #6f6f6f;
  text-align: center;
}
.footer-inner img {
  width: 200px;
}

/* --------------------------------
    Media Queries
-------------------------------- */
@media only screen and (max-width: 1200px) {
  /* --------------------------------
      header
  -------------------------------- */
  .global-nav {
    width: 100%;
  }
  .global-nav li {
    display: inline-block;
    margin: 0 15px;
  }

  /* --------------------------------
      container
  -------------------------------- */
  .l-container {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .l-main {
    width: 100%;
  }

  .l-inner {
    width: 100%;
  }

  /* --------------------------------
      l-two-column
  -------------------------------- */
  .l-two-column {
    width: 100%;
    overflow: hidden;
  }

  .l-left-column {
    width: 65%;
    float: left;
  }

  .l-right-column {
    width: 33%;
    float: right;
  }

  .l-left-column-half {
    width: 50%;
    float: left;
  }

  .l-right-column-half {
    width: 50%;
    float: right;
  }

  .profile .profile-member ul li {
    margin: 20px 5px;
  }

  /* --------------------------------
      release
  -------------------------------- */
  .release .release-contents {
    width: 100%;
    margin: 20px auto 50px auto;
  }
  .release .release-jk {
    width: 40%;
    text-align: center;
  }
  .release .release-jk img {
    width: 100%;
    max-width: 400px;
  }
  .release .release-detail {
    width: 55%;
  }
  .release .release-detail .release-type {
    margin-bottom: 20px;
  }
  .release .release-detail .release-recording {
    margin-top: 10px;
  }

  /* --------------------------------
      movie
  -------------------------------- */
  .movie {
    width: 100%;
  }
  .movie .movie-category {
    font-size: 1rem;
  }
  .movie .movie-category li {
    display: inline-block;
    margin: 0 10px;
  }
  .movie .movie-list ul li {
    width: 47%;
  }

  /* --------------------------------
      gallery
  -------------------------------- */
  .gallery article {
    width: 95%;
    margin: 30px auto;
  }
  .gallery .item {
    width: 100%;
  }
  .gallery .item .galleryItem {
    /*height: 200px;*/
    margin: 10px;
    padding: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .ctg-title {
    font-size: 1.7rem;
    padding-bottom: 10px;
  }

  .title {
    font-size: 1.3rem;
    padding-bottom: 20px;
  }

  .sub-title {
    font-size: 1.1rem;
  }

  .gallery-title {
    padding: 5px 5px 5px 65px;
    font-size: 20px;
    color: #9A7A52;
    border-bottom: 2px double #9A7A52;
    margin-left: -33px;
    line-height: 1.3;
    z-index: -1;
  }
  .gallery-title:before {
    position: absolute;
    content: '';
    left: 15px;
    top: -2px;
    border: none;
    border-left: solid 40px #171717;
    border-bottom: solid 79px transparent;
    z-index: -2;
  }

  .l-global-nav {
    padding: 10px 0;
    font-size: 0.9rem;
  }

  .global-nav {
    font-size: 90%;
  }
  .global-nav li {
    display: inline-block;
    margin: 5px 3px;
  }

  .header-content .official-link {
    padding: 5px 0;
  }
  .header-content .sns ul {
    margin-top: 4px;
  }

  /* --------------------------------
      l-two-column
  -------------------------------- */
  .l-two-column {
    width: 100%;
    overflow: hidden;
  }

  .l-left-column {
    width: 65%;
    float: left;
  }

  .l-right-column {
    width: 33%;
    float: right;
  }

  .l-left-column-half {
    width: 100%;
    float: none;
  }

  .l-right-column-half {
    width: 100%;
    float: none;
  }

  /* -------------- What's New ---------------- */
  .whats-new ul .whats-inner {
    margin: auto;
    width: 90%;
    padding: 20px 10px;
    border-bottom: 1px solid #1c202f;
  }
  .whats-new ul .date {
    font-size: 90%;
  }

  /* -------------- /What's New ---------------- */
  /* -------------- Top Movie ---------------- */
  .l-movie {
    padding-top: 20px;
  }

  .top-movie iframe {
    width: 95%;
    height: 350px;
    margin: auto;
  }

  /* -------------- /Top Movie ---------------- */
  /* -------------- twitterCol ---------------- */
  .twitter .l-inner {
    width: 95%;
  }
  .twitter .l-inner .ctg-title {
    display: block;
  }
  .twitter .twitter-title {
    display: none;
  }
  .twitter .twitter-contents {
    width: 100%;
    height: 300px;
  }

  /* -------------- /twitterCol ---------------- */
  /* --------------------------------
      Profile
  -------------------------------- */
  .profile .profile-all {
    margin: 20px 0;
  }
  .profile .profile-all img {
    width: 100%;
  }
  .profile .profile-all .biography {
    width: 90%;
    margin: auto;
    padding: 10px;
    border: 1px solid #a57a44;
  }
  .profile .profile-member {
    width: 95%;
    text-align: center;
    margin: 50px auto 20px auto;
  }
  .profile .profile-member ul {
    display: initial;
    -webkit-justify-content: initial;
    justify-content: initial;
  }
  .profile .profile-member ul li {
    width: 100%;
    max-width: 500px;
    margin: 40px auto;
    overflow: hidden;
  }
  .profile .profile-member .member-photo {
    font-size: 0;
  }
  .profile .profile-member .member-photo img {
    width: 100%;
    margin: auto;
  }
  .profile .profile-member .member-text {
    width: 100%;
    padding: 10px 10px 10px 15px;
    margin: auto;
    text-align: left;
  }
  .profile .profile-member .member-text .member-part {
    display: block;
    font-size: 1.2rem;
  }

  /* --------------------------------
      Schedule
  -------------------------------- */
  .schedule .schedule-contents {
    width: 100%;
    text-align: center;
  }
  .schedule .schedule-contents .list_table {
    display: block;
    margin: auto;
    border-collapse: none;
  }
  .schedule .schedule-contents .list_table .schedule-item-pc {
    display: none;
  }
  .schedule .schedule-contents .list_table li {
    width: 95%;
    margin: 30px auto;
    padding-bottom: 30px;
    display: block;
    text-align: left;
    border-bottom: 1px dotted #9a7a52;
    overflow: hidden;
  }
  .schedule .schedule-contents .list_table li:nth-child(2) {
    margin-top: 0;
  }
  .schedule .schedule-contents .list_table li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .schedule .schedule-contents .list_table li span {
    width: 100%;
    display: block;
    padding: 20px 10px;
    background-color: #1E2327;
  }
  .schedule .schedule-contents .list_table li span:nth-of-type(2) {
    width: 100%;
  }
  .schedule .schedule-contents .list_table li span:last-child {
    width: 100%;
  }
  .schedule .schedule-contents .list_table .schedule-date, .schedule .schedule-contents .list_table .schedule-open,
  .schedule .schedule-contents .list_table .schedule-ticket {
    padding: 10px;
    display: block;
    background-color: #1A1E23;
  }

  /* --------------------------------
      release
  -------------------------------- */
  .release .release-contents {
    max-width: 400px;
    width: 95%;
    margin: 20px auto 30px auto;
    padding-bottom: 30px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px dotted #9a7a52;
  }
  .release .release-contents:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .release .release-jk {
    width: 100%;
    display: block;
  }
  .release .release-jk img {
    width: 100%;
  }
  .release .release-detail {
    width: 100%;
    display: block;
  }
  .release .release-detail .release-type {
    margin-bottom: 20px;
  }
  .release .release-detail .release-recording {
    margin-top: 10px;
  }

  /* --------------------------------
    live
-------------------------------- */
  .live article {
    margin: 30px auto;
    overflow: hidden;
  }
  .live .live-title {
    padding: 20px 10px;
    font-size: 1rem;
  }
  .live .live-movie, .live .live-setlist {
    width: 95%;
    margin: auto;
  }
  .live .live-movie {
    margin: 30px auto;
  }
  .live .live-movie:hover {
    cursor: pointer;
  }
  .live .live-movie:hover .thumbnail .playback {
    visibility: visible;
  }
  .live .live-movie:hover .thumbnail .playbtn {
    z-index: 11;
  }
  .live .live-movie:hover .thumbnail:after {
    content: url(../images/img_play_on.png);
  }
  .live .live-movie .thumbnail .playback {
    display: none;
  }
  .live .live-setlist {
    margin: 20px auto;
  }
  .live .live-setlist p {
    font-size: 1rem;
  }
  .live .live-setlist ol {
    margin-left: 25px;
  }
  .live .live-setlist ol li {
    list-style-type: decimal-leading-zero;
    padding: 2px 0;
  }
  .live .live-gallery {
    width: 100%;
  }
  .live .live-gallery .item {
    margin: 20px auto;
  }
  .live .live-gallery .item .galleryItem {
    width: 100%;
    margin: 20px auto;
    padding: 0;
    display: block;
  }
  .live .live-gallery .item .galleryItem img {
    max-width: 300px;
  }
.liveItem1 img{
  height:115%;
}
.liveItem2 img{
  height:auto;
}

  /* --------------------------------
      movie
  -------------------------------- */
  .movie {
    width: 100%;
  }
  .movie .movie-category {
    margin-top: 0;
  }
  .movie .movie-list ul li {
    width: 95%;
    display: block;
    margin: 20px auto;
  }
  .movie .movie-list ul li .thumbnail .playback {
    display: none;
  }

  #modal-container {
    height: 112%;
  }

  #modal-container .modal {
    margin-top: -50px;
  }
  #modal-container .modal-background .modal {
    width: 100%;
    height: 250px;
    padding: 5px;
  }

  /* --------------------------------
      gallery
  -------------------------------- */
  .gallery article {
    margin: 15px auto 30px auto;
  }
  .gallery .item {
    margin: 20px auto;
  }
  .gallery .item .galleryItem {
    width: 100%;
    margin: 20px auto;
    padding: 0;
    display: block;
  }
  .gallery .item .galleryItem img {
    max-width: 300px;
  }

  /* --------------------------------
      goods
  -------------------------------- */
  .goods {
    width: 100%;
    margin: 20px 0;
  }
  .goods article ul {
    text-align: center;
  }
  .goods article ul li {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px;
  }
  .goods article ul li img {
    width: 100%;
  }
  .goods article ul li .detial {
    padding: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .top-movie iframe {
    width: 95%;
    height: 250px;
    margin: auto;
  }

  /* --------------------------------
      footer
  -------------------------------- */
  .footer-inner {
    width: 95%;
    margin: auto;
  }
}
