@charset "UTF-8";
html {
  scroll-behavior: smooth;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.select_color_bg {
  background-color: #ffffff;
}

@media (max-width: 800px) {
  .select_color_bg {
    background-image: none;
  }
}

.select_color_blockbg {
  background-color: #ffffff;
}

.select_color_headlinebg {
  background-color: #000000;
}

.select_color_text {
  color: #333333;
}

.select_color_linktext {
  color: #1d76b5;
}

.select_color_accent {
  color: #ffffff;
}

.select_color_navbg {
  background-color: #000000;
}

.select_color_navtext {
  color: #ffffff;
}

.select_color_sitetitle {
  color: #ffffff;
}

.select_color_footerbg {
  background-color: #000000;
}

.select_color_footertext {
  color: #ffffff;
}

/*COLOR2
.select_color_bg {
  background-color: #17223b;
}
.select_color_blockbg {
  background-color: #ffffff;
}
.select_color_headlinebg {
  background-color: #263859;
}
.select_color_text {
  color: #333333;
}
.select_color_linktext {
  color: #ff6768;
}
.select_color_accent {
  color: #ffffff;
}
.select_color_navbg {
  background-color: #263859;
}
.select_color_navtext {
  color: #ffffff;
}

.select_color_sitetitle {
  color: #ffffff;
}
.select_color_footerbg {
  background-color: #263859;
}
.select_color_footertext {
  color: #ffffff;
}
*/
/*COLOR3
.select_color_bg {
  background-color: #dddfe6;
}
.select_color_blockbg {
  background-color: #f4f5f9;
}
.select_color_headlinebg {
  background-color: #dddfe6;
}
.select_color_text {
  color: #333333;
}
.select_color_linktext {
  color: #333333;
}
.select_color_accent {
  color: #252c41;
}
.select_color_navbg {
  background-color: #dddfe6;
}
.select_color_navtext {
  color: #333333;
}
.select_color_footerbg {
  background-color: #dddfe6;
}
.select_color_footertext {
  color: #333333;
}
*/
/*COLOR4
.select_color_bg {
  background-color: #0080ff;
}
.select_color_blockbg {
  background-color: #1ec0ff;
}
.select_color_headlinebg {
  background-color: #000000;
}
.select_color_text {
  color: #333333;
}
.select_color_linktext {
  color: #ffffff;
}
.select_color_accent {
  color: #ffffff;
}
.select_color_navbg {
  background-color: #0080ff;
}
.select_color_navtext {
  color: #ffffff;
}
.select_color_sitetitle {
  color: #ffffff;
}
.select_color_footerbg {
  background-color: #0080ff;
}
.select_color_footertext {
  color: #ffffff;
}


/*COLOR5
.select_color_bg {
  background-color: #60047a;
}
.select_color_blockbg {
  background-color: #ffffff;
}
.select_color_headlinebg {
  background-color: #f2671f;
}
.select_color_text {
  color: #333333;
}
.select_color_linktext {
  color: #c91b26;
}
.select_color_accent {
  color: #ffffff;
}
.select_color_navbg {
  background-color: #c91b26;
}
.select_color_navtext {
  color: #ffffff;
}
.select_color_footerbg {
  background-color: #c91b26;
}
.select_color_footertext {
  color: #ffffff;
}
*/
/*COLOR6
.select_color_bg {
  background-color: #1c1c20;
}
.select_color_blockbg {
  background-color: #942514;
}
.select_color_headlinebg {
  background-color: #1c1c20;
}
.select_color_text {
  color: #ffffff;
}
.select_color_linktext {
  color: #ffffff;
}
.select_color_accent {
  color: #ffffff;
}
.select_color_navbg {
  background-color: #1c1c20;
}
.select_color_navtext {
  color: #ffffff;
}
.select_color_footerbg {
  background-color: #1c1c20;
}
.select_color_footertext {
  color: #ffffff;
}
*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  background-position: center top;
  background-attachment: fixed;
  word-break: break-all;
}

@media (max-width: 800px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

img {
  vertical-align: bottom;
  line-height: 1em;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.wrapper {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0% 1%;
}

@media (max-width: 800px) {
  .wrapper {
    width: 95%;
    padding: 10px;
    margin-top: 80px;
    margin-bottom: 10px;
  }
}

@media (max-width: 800px) {
  .wrapper .header-img {
    margin-bottom: 5px;
  }
}

.wrapper .header-img img {
  width: 100%;
}

header {
  padding: 2% 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  header {
    position: fixed;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    z-index: 9999;
  }
}

header .artist-name {
  margin: 0 auto;
  color: #ffffff;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}

@media (max-width: 800px) {
  header .artist-name {
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

header .artist-name a:hover {
  text-decoration: none;
}

header .artist-name img {
  width: 100%;
  padding: 2%;
}

@media (max-width: 800px) {
  header .artist-name img {
    width: auto;
    max-width: 200px;
    max-height: 70px;
  }
}

body main {
  margin-top: 10px;
}

@media (max-width: 800px) {
  body main {
    display: block;
    margin-top: 0px;
  }
}

body main img {
  width: 100%;
}

body main .header-img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

body main .imgslider {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  body main .imgslider {
    margin-bottom: 5px;
  }
}

body main .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  body main .content {
    display: block;
  }
}

.gnavi {
  margin: 20px 0px;
}

.gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

@media (max-width: 800px) {
  .gnavi ul {
    display: block;
    padding: 10px;
  }
}

.gnavi ul li {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0px;
  list-style: none;
  border-right: solid 1px #ffffff;
  padding-right: 10px;
  margin-right: 10px;
}

@media (max-width: 800px) {
  .gnavi ul li {
    border-right: none;
    padding: 0;
    margin: 0;
  }
}

.gnavi ul li:first-child {
  padding-right: 10px;
  margin-right: 10px;
}

@media (max-width: 800px) {
  .gnavi ul li:first-child {
    padding: 0;
    margin: 0;
  }
}

.gnavi ul li:last-child {
  border: none;
}

.gnavi ul li .sub-menu {
  position: absolute;
  top: 20px;
  width: 150px;
}

@media (max-width: 800px) {
  .gnavi ul li .sub-menu {
    width: 100%;
  }
}

.gnavi ul li .sub-menu-item {
  overflow: hidden;
  opacity: 0;
  height: 0;
  /* サブメニューが出現する速度の調整 */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gnavi ul li .sub-menu-item a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 800px) {
  .gnavi ul li .sub-menu-item a {
    height: 30px;
    line-height: 30px;
  }
}

.gnavi ul li ul {
  list-style: none;
  display: block;
  padding: 0;
}

.gnavi ul li ul li {
  list-style: none;
  border: none;
}

.gnavi ul li:hover > .sub-menu > .sub-menu-item {
  overflow: visible;
  opacity: 1;
  height: 40px;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

.inner:after {
  content: '';
  clear: both;
  display: block;
}

/* header */
#top-head {
  width: 100%;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 800px) {
  #top-head {
    display: block;
  }
}

#top-head a,
#top-head {
  text-decoration: none;
}

#top-head .logo {
  float: left;
  font-size: 36px;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}

#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}

@media screen and (min-width: 801px) {
  /* 980px以上用（PC用）の記述 */
  #global-nav {
    background: transparent;
  }
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 800px) {
  #top-head,
  .inner {
    width: 100%;
  }
  #top-head {
    top: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    height: 56px;
    z-index: 999;
    position: absolute;
    right: 12px;
    top: 10px;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -580px;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 12px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

ul.pagination.justify-content-center {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.7rem 0.8rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333333;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: 14px;
  font-size: 1.4rem;
}

.page-link:hover {
  z-index: 2;
  color: #333333;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.left {
  width: calc(100% - 310px);
  margin-right: 10px;
}

@media (max-width: 800px) {
  .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.left h2 {
  font-family: "font-family: " Oswald ", sans-serif;" !important;
  padding: 10px;
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  font-weight: bold;
}

.left .category-box {
  padding: 20px 0px 10px 0px;
  font-weight: 700;
}

@media (max-width: 800px) {
  .left .category-box {
    padding: 15px 0px 15px 0px;
  }
}

.left .category-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .left .category-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.left .category-box ul li {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 0px;
  border: none;
}

@media (max-width: 800px) {
  .left .category-box ul li {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

.left .category-box ul li a {
  text-decoration: none;
  font-size: 12px;
  width: 100%;
}

.left .category-box ul li a:hover {
  padding: 0 0 4px 0;
  border-bottom: 1px solid #4e4e4e;
}

@media (max-width: 800px) {
  .left .category-box ul li a:hover {
    border: none;
  }
}

.left .category-box ul li .choose {
  padding: 0 0 4px 0;
  border-bottom: 1px solid #4e4e4e;
}

@media (max-width: 800px) {
  .left .category-box ul li .choose {
    border: none;
  }
}

.left .headline-box {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .left .headline-box {
    padding: 0;
  }
}

.left .headline-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.left .headline-box ul li {
  list-style: none;
  border-bottom: dotted #b3b3b3 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .left .headline-box ul li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.left .headline-box ul li:first-child {
  margin-top: 15px;
}

.left .headline-box ul li .news-idnex-date {
  margin-right: 10px;
  width: 100px;
}

@media (max-width: 800px) {
  .left .headline-box ul li .news-idnex-date {
    display: inline-block;
    width: 100%;
  }
}

.left .headline-box ul li .news-index-ttl {
  font-weight: 700;
}

.left .headline-box ul li a {
  width: 100%;
}

.left .headline-media-box {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .left .headline-media-box {
    padding: 0;
  }
}

.left .headline-media-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.left .headline-media-box ul li {
  list-style: none;
  border-bottom: dotted #b3b3b3 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .left .headline-media-box ul li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.left .headline-media-box ul li:first-child {
  margin-top: 15px;
}

.left .headline-media-box ul li .news-idnex-date {
  margin-right: 10px;
  width: 100px;
}

@media (max-width: 800px) {
  .left .headline-media-box ul li .news-idnex-date {
    width: 100%;
    display: inline-block;
  }
}

.left .headline-media-box ul li .news-single-text h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 24px 0 0 0;
  padding: 0 0 8px 0;
  font-weight: 700;
  text-align: left;
}

.left .headline-media-box ul li .news-index-ttl {
  font-weight: 700;
}

.left .headline-media-box ul li a {
  width: 100%;
}

.left .index-release-box {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .left .index-release-box {
    padding: 0;
  }
}

.left .index-release-box .index-release-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.left .index-release-box .index-jacket {
  width: 30%;
}

.left .index-release-box .index-release-detail {
  width: 68%;
}

.left .index-release-box .index-release-detail .index-caption {
  margin: 0;
}

.left .index-release-box .index-release-detail .index-album-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .left .index-release-box .index-release-detail .index-album-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.left .index-release-box .index-release-detail .index-songttl {
  margin-bottom: 10px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: dotted #b3b3b3 1px;
  border-bottom: dotted #b3b3b3 1px;
  white-space: pre-wrap;
}

.left .index-release-box .index-release-detail .index-rlease-date {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}

.left .index-release-box .index-release-detail .index-price-box {
  margin-bottom: 20px;
}

.left .index-goods-box {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .left .index-goods-box {
    padding: 0;
  }
}

.left .index-goods-box .index-goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.left .index-goods-box .index-jacket {
  width: 30%;
}

.left .index-goods-box .index-goods-detail {
  width: 68%;
}

.left .index-goods-box .index-goods-detail .index-caption {
  margin: 0;
}

.left .index-goods-box .index-goods-detail .index-album-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .left .index-goods-box .index-goods-detail .index-album-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.left .index-goods-box .index-goods-detail .index-songttl {
  margin-bottom: 10px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: dotted #b3b3b3 1px;
  border-bottom: dotted #b3b3b3 1px;
}

.left .index-goods-box .index-goods-detail .index-rlease-date {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}

.left .index-goods-box .index-goods-detail .index-price-box {
  margin-bottom: 30px;
}

.left .index-movie-box {
  margin-bottom: 10px;
}

.left .index-movie-box .movie-ttl {
  margin-bottom: 10px;
}

.left .index-movie-box iframe {
  width: 100%;
  height: 400px;
}

@media (max-width: 800px) {
  .left .index-movie-box iframe {
    height: 250px;
  }
}

.right {
  width: 300px;
}

@media (max-width: 800px) {
  .right {
    width: 100%;
  }
}

.right .ad-box {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .right .ad-box {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.right h2 {
  font-family: "font-family: " Oswald ", sans-serif;" !important;
  padding: 10px;
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.right .side-nextlive-box {
  padding: 0;
  margin-bottom: 10px;
}

.right .side-nextlive-box .next-live-date {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: dotted #b3b3b3 1px;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
}

.right .side-nextlive-box .soldout::after {
  content: 'SOLD OUT';
  margin: 0 0 0 6px;
  z-index: 1;
  color: #ff1212;
  text-align: center;
  font-weight: 700;
  font-size: 80%;
}

.right .side-nextlive-box .next-live-ttl {
  border-bottom: dotted #b3b3b3 1px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
}

.right .side-nextlive-box .next-live-venue {
  border-bottom: dotted #b3b3b3 1px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
}

.right .side-nextlive-box .next-live-time {
  border-bottom: dotted #b3b3b3 1px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
}

.right .side-schedule-box {
  padding: 0;
  margin-bottom: 10px;
}

.right .side-schedule-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.right .side-schedule-box ul li {
  list-style: none;
  border-bottom: dotted #b3b3b3 1px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 700;
}

.right .side-schedule-box ul li:last-child {
  border: none;
}

.right .side-schedule-box ul li .side-sche-date {
  margin-right: 0px;
  width: 42%;
}

@media (max-width: 800px) {
  .right .side-schedule-box ul li .side-sche-date {
    margin-right: 10px;
    width: 120px;
  }
}

.right .side-schedule-box ul li .side-sche-venue {
  width: 55%;
}

.right .side-schedule-box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.right .side-banner-box {
  margin: 0;
  margin-bottom: 10px;
}

.right .side-banner-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.right .side-banner-box ul li {
  list-style: none;
  margin-bottom: 10px;
}

.right .side-banner-box ul li:last-child {
  margin-bottom: 0;
}

.right .side-banner-box h2 {
  font-family: "font-family: " Oswald ", sans-serif;" !important;
  padding: 10px;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.right .playlist-box {
  padding: 0px;
}

@media (max-width: 800px) {
  .right .playlist-box {
    padding: 0px 0px;
  }
}

.right .playlist-box .spotify {
  width: 50%;
}

.right .playlist-box .apple {
  width: 50%;
}

.view-more {
  text-align: right;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

.link_button {
  display: block;
  width: 30%;
  margin: 0 auto;
  margin-top: 5%;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
}

a.back {
  font-weight: 400;
}

.news-box {
  padding: 0px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .news-box {
    padding: 0px;
  }
}

.news-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-box ul li {
  list-style: none;
  border-bottom: dotted #b3b3b3 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .news-box ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.news-box ul li:first-child {
  margin-top: 20px;
}

.news-box ul li .news-date {
  margin-right: 10px;
  width: 120px;
}

@media (max-width: 800px) {
  .news-box ul li .news-date {
    width: 100%;
    display: inline-block;
  }
}

.news-box ul li .news-index-ttl {
  font-weight: 700;
}

.news-box ul li a {
  width: 75%;
}

@media (max-width: 800px) {
  .news-box ul li a {
    width: 100%;
  }
}

.news-box .MuiPagination-ul li {
  border-bottom: none;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 800px) {
  .news-box .MuiPagination-ul li {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    width: auto !important;
  }
}

.news-single-box {
  padding: 0px;
  margin-bottom: 10px;
}

.news-single-box h2 {
  padding: 10px;
  margin: 0px 0px 10px 0px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.news-single-box .img_area {
  color: #ffffff;
  margin: 0;
  background: #111;
  width: 100%;
  min-height: 500px;
}

.title {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

p.date {
  font-size: 80%;
  text-align: left;
  margin-bottom: 10px;
}

.news-single-text {
  margin-bottom: 20px;
  margin-top: 24px;
}

.news-single-text h3 {
  font-size: 20px;
  font-size: 2rem;
  margin: 10px 0 0 0;
  padding: 0 0 8px 0;
  font-weight: 700;
  text-align: left;
}

.news-single-text h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0 0 0;
  padding: 0 0 8px 0;
  font-weight: 700;
  text-align: left;
}

.news-single-text a {
  border: none;
  outline: none;
  text-decoration: none;
  font-weight: 700;
}

.news-single-text ul {
  list-style-position: inside;
  margin: 24px 0 0 0;
}

.news-single-text ol {
  list-style-position: inside;
  margin: 24px 0 0 0;
}

.news-single-text iframe {
  width: 100%;
  height: 450px;
}

@media (max-width: 800px) {
  .news-single-text iframe {
    height: 250px;
  }
}

.medianews-box {
  padding: 0px;
}

@media (max-width: 800px) {
  .medianews-box {
    padding: 0px;
  }
}

.medianews-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.medianews-box ul li {
  list-style: none;
  border-bottom: dotted #b3b3b3 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .medianews-box ul li {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
}

.medianews-box ul li:first-child {
  margin-top: 0px;
}

.medianews-box ul li .news-date {
  margin-right: 10px;
  width: 120px;
}

@media (max-width: 800px) {
  .medianews-box ul li .news-date {
    width: 100%;
    display: inline-block;
  }
}

.medianews-box ul li .news-index-ttl {
  font-weight: 700;
}

.medianews-box ul li a {
  width: 75%;
}

@media (max-width: 800px) {
  .medianews-box ul li a {
    width: 100%;
  }
}

.medianews-box .MuiPagination-ul li {
  border-bottom: none;
}

@media (max-width: 800px) {
  .medianews-box .category-box ul li {
    width: auto;
  }
}

.medianews-box .medianews-list {
  margin-bottom: 20px;
}

.medianews-single-box {
  padding: 0px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .medianews-single-box {
    padding: 0;
  }
}

.medianews-single-box h2 {
  font-family: 'font-family: ' Oswald ', sans-serif;' !important;
  padding: 10px;
  margin: 0px 0px 10px 0px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.medianews-single-box .img_area {
  color: #ffffff;
  margin: 0;
  background: #111;
  width: 100%;
  min-height: 500px;
}

.title {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

p.date {
  font-size: 80%;
  text-align: left;
  margin-bottom: 10px;
}

.medianews-single-text {
  margin-top: 24px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .medianews-single-text {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.medianews-single-text h3 {
  font-size: 20px;
  font-size: 2rem;
  margin: 10px 0 0 0;
  padding: 0 0 8px 0;
  font-weight: 700;
  text-align: left;
}

.medianews-single-text h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0 0 0;
  padding: 0 0 8px 0;
  font-weight: 700;
  text-align: left;
}

.medianews-single-text a {
  border: none;
  outline: none;
  text-decoration: none;
  font-weight: 700;
  color: #111;
}

.medianews-single-text ul {
  list-style-position: inside;
  margin: 24px 0 0 0;
}

.medianews-single-text ol {
  list-style-position: inside;
  margin: 24px 0 0 0;
}

.medianews-single-text iframe {
  width: 100%;
  height: 450px;
}

@media (max-width: 800px) {
  .medianews-single-text iframe {
    height: 250px;
  }
}

.live-box {
  padding: 0px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .live-box {
    padding: 0;
  }
}

.live-box .live-list {
  margin-top: 10px;
}

.live-box .live-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.live-box .live-list ul li {
  list-style: none;
  margin-bottom: 25px;
  padding: 0px 10px 25px 0px;
  border-bottom: solid 1px #cccccc;
}

.live-box .live-list ul li:first-child {
  margin-top: 0px;
}

.live-box .live-list ul li:last-child {
  border: none;
}

.live-box .live-list ul li span:last-child {
  margin-left: 0px;
}

.live-box .live-list ul li .live-date {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

@media (max-width: 800px) {
  .live-box .live-list ul li .live-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.live-box .live-list ul li .soldout::after {
  content: 'SOLD OUT';
  margin: 0 0 0 6px;
  z-index: 1;
  color: #ff1212;
  text-align: center;
  font-weight: 700;
  font-size: 80%;
}

.live-box .live-list ul li a {
  text-decoration: none;
}

.live-box .live-list ul li .live-list-top {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.live-box .live-list ul li .live-list-top .live-list-cate {
  font-size: 12px;
  padding: 5px 15px;
  width: 80px;
  text-align: center;
  margin-right: 10px;
}

.live-box .live-list ul li .live-list-top .live-pending {
  background-color: #bababa;
  color: #000000;
  padding: 5px 15px;
  font-size: 12px;
  margin-right: 10px;
}

.live-box .live-list ul li .live-list-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .live-box .live-list ul li .live-list-detail {
    display: block;
  }
}

.live-box .live-list ul li .live-list-detail .live-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  width: 70%;
}

@media (max-width: 800px) {
  .live-box .live-list ul li .live-list-detail .live-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    width: 100%;
  }
}

.live-box .live-list ul li .live-list-detail .live-venue {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  width: 30%;
  text-align: right;
}

@media (max-width: 800px) {
  .live-box .live-list ul li .live-list-detail .live-venue {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0%;
  }
}

.live-box .live-list ul li .live-list-time-ticket {
  font-size: 13px;
  font-size: 1.3rem;
}

@media (max-width: 800px) {
  .live-box .live-list ul li .live-list-time-ticket {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.live-box .live-list ul li .live-list-time-ticket .live-list-time {
  margin-right: 10px;
}

.live-single-wrap {
  margin-top: 0px;
}

@media (max-width: 800px) {
  .live-single-wrap {
    margin-top: 0px;
  }
}

.live-single-wrap h2 {
  font-family: 'font-family: ' Oswald ', sans-serif;' !important;
  padding: 10px;
  margin: 0px 0px 10px 0px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.live-single-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.live-single-wrap ul li {
  list-style: none;
}

.live-single-wrap ul li .live-single-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.live-single-wrap .live-single-left {
  width: 100px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  padding: 5px;
  font-size: 12px;
}

@media (max-width: 800px) {
  .live-single-wrap .live-single-left {
    width: 22%;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 5px;
    padding: 5px;
    font-size: 11px;
  }
}

.live-single-wrap .live-single-right {
  width: 100%;
  padding: 5px;
}

@media (max-width: 800px) {
  .live-single-wrap .live-single-right {
    width: 75%;
    /* display: flex; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.live-single-wrap .live-single-right .live-list-cate {
  font-size: 12px;
  padding: 5px 15px;
  width: 70px;
  display: block;
  text-align: center;
}

.live-single-wrap .live-single-right .highlight {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 800px) {
  .live-single-wrap .live-single-right .highlight {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.live-single-wrap .live-single-right .soldout::after {
  content: 'SOLD OUT';
  margin: 0 0 0 6px;
  z-index: 1;
  color: #ff1212;
  text-align: center;
  font-weight: 700;
  font-size: 80%;
}

.live-single-wrap .live-single-right .live-pending {
  background-color: #bababa;
  color: #000000;
  padding: 5px 15px;
  font-size: 12px;
  margin-left: 10px;
}

.live-single-wrap .live-single-right .playguide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.live-single-wrap .live-single-right .playguide ul li {
  margin-right: 10px;
}

@media (max-width: 800px) {
  .live-single-wrap .live-single-right .playguide ul li {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 0;
    width: 100%;
  }
}

.live-single-wrap .live-single-right .playguide ul li a {
  display: block;
  padding: 5px 15px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
}

.live-single-wrap .live-single-right .reserv-btn a {
  padding: 5px 15px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
}

.live-single-wrap .act-wrap {
  white-space: pre-wrap;
}

.ticket-box {
  margin-top: 0px;
}

.ticket-box h3 {
  text-align: center;
  margin-top: 10px;
}

.ticket-box .ticket-notice {
  margin-top: 20px;
  margin-bottom: 20px;
  white-space: pre-wrap;
}

@media (max-width: 800px) {
  .ticket-box .ticket-notice {
    font-size: 12px;
  }
}

.ticket-box .caution_always {
  color: #ff1212;
  margin: 8px 0;
  font-size: 80%;
}

@media (max-width: 800px) {
  .ticket-box {
    margin-top: 0px;
  }
}

.ticket-box ul {
  list-style: none;
  margin-top: 20px;
}

.ticket-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  list-style: none;
}

.ticket-box ul li .ticket-left {
  width: 100px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  padding: 5px;
  font-size: 12px;
}

.ticket-box ul li .ticket-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ticket-box ul li .ticket-right input[type='text'] {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
}

.ticket-box ul li .ticket-right select {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  padding: 10px;
  width: 40%;
}

.ticket-box ul li .ticket-right .ticket-number {
  text-align: center;
  margin-left: 10px;
}

.ticket-box ul li input[type='submit'] {
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  width: 200px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 20px;
}

.ticket-box ul li .caution {
  width: 100%;
  color: #ff1212;
  text-align: center;
  margin: 10px 0px;
}

.ticket-box .ticket_done-right {
  width: 100%;
  text-align: center;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right {
    width: 95%;
    margin: 0 auto;
  }
}

.ticket-box .ticket_done-right h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.ticket-box .ticket_done-right .caution_always {
  margin: 16px 0 0 0;
  color: #ff1212;
  border: 2px solid;
  padding: 4px;
  display: inline-block;
  font-weight: 700;
  background: #fff;
  font-size: 80%;
}

.ticket-box .ticket_done-right .caution {
  margin: 16px 0 0 0;
  color: #ff1212;
  border: 2px solid;
  padding: 4px;
  display: inline-block;
  font-weight: 700;
  background: #fff;
  font-size: 80%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right .caution {
    margin-bottom: 10px;
  }
}

.ticket-box .ticket_done-right ul.tableview {
  list-style: none;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right ul.tableview {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
}

.ticket-box .ticket_done-right ul.tableview li {
  margin: 16px 0 15px 0;
  width: 100%;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right ul.tableview li {
    width: 100%;
    display: block;
  }
}

.ticket-box .ticket_done-right ul.tableview li .form-left {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right ul.tableview li .form-left {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

.ticket-box .ticket_done-right ul.tableview li .form-right {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right ul.tableview li .form-right {
    width: 100%;
  }
}

.ticket-box .ticket_done-right ul.tableview li .form-right .ticket-number {
  width: 30% !important;
  margin-right: 10px;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right ul.tableview li .form-right .ticket-number {
    width: 50% !important;
    margin-right: 0px;
  }
}

.ticket-box .ticket_done-right ul.tableview .done-text {
  margin: 30px 0px;
  text-align: center;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right ul.tableview .done-text {
    text-align: left;
  }
}

.ticket-box .ticket_done-right .line-height34 {
  line-height: 34px;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right .line-height34 {
    line-height: 14px;
  }
}

.ticket-box .ticket_done-right .w20 {
  line-height: 34px;
  width: 20%;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right .w20 {
    line-height: 14px;
    margin-bottom: 10px !important;
  }
}

.ticket-box .ticket_done-right .w30 {
  width: 30%;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right .w30 {
    width: 30% !important;
  }
}

.ticket-box .ticket_done-right .w50 {
  width: 50%;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right .w50 {
    width: 20% !important;
  }
}

.ticket-box .ticket_done-right .w80 {
  width: 80%;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right .w80 {
    margin-bottom: 20px !important;
    font-weight: 700;
  }
}

.ticket-box .ticket_done-right .w100 {
  text-align: center;
  width: 100%;
}

.ticket-box .ticket_done-right .w100 .style_checkbox {
  display: block;
  position: relative;
  margin: 1em 0;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 35%;
  text-align: left;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right .w100 .style_checkbox {
    width: 70%;
    margin-top: 10px;
  }
}

@media (max-width: 800px) and (max-width: 800px) {
  .ticket-box .ticket_done-right .w100 .style_checkbox {
    width: 100%;
    margin-top: 30px;
  }
}

.ticket-box .ticket_done-right .w100 select {
  font-size: 80%;
  line-height: 15px;
}

.ticket-box .ticket_done-right .w100 [disabled] {
  cursor: default;
}

.ticket-box .ticket_done-right .w100 .style_checkbox input {
  display: none;
}

.ticket-box .ticket_done-right .w100 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: solid 1px #ccc;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ticket-box .ticket_done-right .w100 .checkmark::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 7px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

.ticket-box .ticket_done-right input,
.ticket-box .ticket_done-right select,
.ticket-box .ticket_done-right textarea {
  width: 100%;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}

.ticket-box .ticket_done-right .style_checkbox input:checked + .checkmark:after {
  opacity: 1;
}

.ticket-box .ticket_done-right .style_checkbox input:checked + .checkmark {
  background: #111;
  border-color: #111;
}

.ticket-box .ticket_done-right input[type='submit'] {
  border: 1px solid #111111;
}

.ticket-box .ticket_done-right input[type='submit'] {
  border-radius: 4px;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  width: 200px;
  border: 1px solid #111;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .ticket-box .ticket_done-right input[type='submit'] {
    margin-bottom: 10px;
  }
}

.ticket-box .ticket_done-right .c-white {
  background-color: #ffffff;
}

.bio-box .bio-img {
  margin-top: 10px;
  margin-bottom: 20px;
}

.bio-box .bio-detail {
  margin-bottom: 30px;
}

.bio-box .bio-member {
  display: block;
}

.bio-box .bio-member h2 {
  margin-bottom: 1rem;
}

.bio-box .bio-member ul {
  list-style: none;
}

.bio-box .bio-member ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

.bio-box .bio-member ul li img {
  width: 100%;
  height: 100%;
}

.bio-box .bio-member ul li .member-img {
  width: 40%;
}

.bio-box .bio-member ul li .bio-member-detail {
  width: 59%;
  padding: 1rem;
}

@media (max-width: 800px) {
  .bio-box .bio-member ul li .bio-member-detail {
    padding: 0 1rem;
  }
}

.bio-box .bio-member ul li .bio-member-detail .member-name {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media (max-width: 800px) {
  .bio-box .bio-member ul li .bio-member-detail .member-name {
    font-size: 1.8rem;
  }
}

.bio-box .bio-name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .bio-box .bio-name {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}

.bio-box .member-plugin ul {
  list-style: none;
}

.bio-box .member-plugin ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .bio-box .member-plugin ul li {
    display: block;
    margin-bottom: 20px;
  }
}

.bio-box .member-plugin ul li .member-img {
  width: 40%;
  margin-right: 2%;
}

.bio-box .member-plugin ul li .member-detail {
  width: 60%;
}

.bio-box .member-plugin ul li .member-detail .menber-name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}

.bio-box .member-plugin ul li:last-child {
  margin-bottom: 0px;
}

.disco-box {
  margin-bottom: 20px;
}

.disco-box .disco-list {
  margin-top: 10px;
}

@media (max-width: 800px) {
  .disco-box .disco-list {
    margin-top: 0;
  }
}

.disco-box .disco-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.disco-box .disco-list ul li {
  list-style: none;
  width: 49%;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .disco-box .disco-list ul li {
    width: 100%;
  }
}

.disco-box .disco-list ul li .disco-list-img {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .disco-box .disco-list ul li .disco-list-img {
    margin-bottom: 5px;
  }
}

.disco-box .disco-list ul li .disco-list-cate {
  font-size: 11px;
  padding: 2px 10px;
  width: 70px;
  display: block;
  text-align: center;
}

@media (max-width: 800px) {
  .disco-box .disco-list ul li .disco-list-cate {
    width: 100%;
  }
}

.disco-box .disco-list ul li .disco-list-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .disco-box .disco-list ul li .disco-list-ttl {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}

.disco-single-box .disco-single-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 5px;
}

@media (max-width: 800px) {
  .disco-single-box .disco-single-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.disco-single-box .disco-single-img {
  margin-bottom: 20px;
}

.disco-single-box .disco-single-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .disco-single-box .disco-single-detail-box {
    margin-bottom: 5px;
  }
}

.disco-single-box .disco-single-detail-box .disco-single-left {
  width: 100px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  padding: 5px;
  font-size: 11px;
}

@media (max-width: 800px) {
  .disco-single-box .disco-single-detail-box .disco-single-left {
    width: 22%;
  }
}

.disco-single-box .disco-single-detail-box .disco-single-right {
  width: 100%;
  padding: 5px;
  white-space: pre-wrap;
}

@media (max-width: 800px) {
  .disco-single-box .disco-single-detail-box .disco-single-right {
    width: 75%;
  }
}

.disco-single-box .disco-single-detail-box .disco-single-right .store-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.disco-single-box .disco-single-detail-box .disco-single-right .store-link ul li {
  margin-right: 10px;
  list-style: none;
}

@media (max-width: 800px) {
  .disco-single-box .disco-single-detail-box .disco-single-right .store-link ul li {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
  }
}

.disco-single-box .disco-single-detail-box .disco-single-right .store-link ul li a {
  display: block;
  padding: 5px 15px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
}

.disco-single-box .disco-single-detail-box .disco-single-right .disco-list-cate {
  font-size: 12px;
  padding: 5px 15px;
  display: block;
  text-align: center;
}

.disco-single-box .disco-single-detail-box .disco-ttl {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 800px) {
  .disco-single-box .disco-single-detail-box .disco-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.movie-box {
  margin-bottom: 20px;
}

.movie-box .movie_widget {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
}

.movie-box .movie_widget iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.movie-box .movie-list {
  margin-top: 10px;
}

@media (max-width: 800px) {
  .movie-box .movie-list {
    margin-top: 0;
  }
}

.movie-box .movie-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.movie-box .movie-list ul li {
  list-style: none;
  width: 49%;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .movie-box .movie-list ul li {
    width: 100%;
  }
}

.movie-box .movie-list ul li .movie-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.movie-box .movie-list ul li:last-child {
  margin-bottom: 0px;
}

.stream-box {
  margin-bottom: 30px;
}

.stream-box .stream-img {
  margin-top: 10px;
  margin-bottom: 20px;
}

.stream-box h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .stream-box h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.stream-box .next_date {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .stream-box .next_date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.stream-box .movie_widget {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 16px 0 0 0;
}

.stream-box .movie_widget iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.stream-box .stream-link {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px 16px;
  border-radius: 4px;
  text-align: center;
}

@media (max-width: 800px) {
  .stream-box .stream-link {
    width: 90%;
  }
}

.goods-box .goods-list {
  margin-top: 10px;
  margin-bottom: 20px;
}

.goods-box .goods-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.goods-box .goods-list ul li {
  list-style: none;
  width: 49%;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .goods-box .goods-list ul li {
    width: 100%;
  }
}

.goods-box .goods-list ul li .goods-list-img {
  margin-bottom: 10px;
  border: solid 1px #e4e4e4;
}

.goods-box .goods-list ul li .goods-list-cate {
  font-size: 11px;
  padding: 2px 10px;
  width: 70px;
  display: block;
  text-align: center;
}

@media (max-width: 800px) {
  .goods-box .goods-list ul li .goods-list-cate {
    width: 100%;
  }
}

.goods-box .goods-list ul li .goods-list-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

@media (max-width: 800px) {
  .goods-box .goods-list ul li .goods-list-ttl {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}

.goods-box .goods-list ul li h4 {
  font-size: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 8px 0 0 0;
}

.goods-single-box .goods-mgn {
  margin-bottom: 0px !important;
}

.goods-single-box .goods-single-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 5px;
}

@media (max-width: 800px) {
  .goods-single-box .goods-single-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.goods-single-box .goods-single-img {
  margin-bottom: 20px;
}

.goods-single-box .goods-single-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .goods-single-box .goods-single-detail-box {
    margin-bottom: 5px;
  }
}

.goods-single-box .goods-single-detail-box .goods-single-left {
  width: 100px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  padding: 5px;
  font-size: 12px;
}

@media (max-width: 800px) {
  .goods-single-box .goods-single-detail-box .goods-single-left {
    width: 22%;
  }
}

.goods-single-box .goods-single-detail-box .goods-single-images {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 800px) {
  .goods-single-box .goods-single-detail-box .goods-single-images {
    width: 100%;
  }
}

.goods-single-box .goods-single-detail-box .goods-single-right {
  width: 100%;
  padding: 5px;
}

@media (max-width: 800px) {
  .goods-single-box .goods-single-detail-box .goods-single-right {
    width: 75%;
  }
}

.goods-single-box .goods-single-detail-box .goods-single-right .store-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.goods-single-box .goods-single-detail-box .goods-single-right .store-link ul li {
  margin-right: 10px;
  list-style: none;
}

@media (max-width: 800px) {
  .goods-single-box .goods-single-detail-box .goods-single-right .store-link ul li {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
  }
}

.goods-single-box .goods-single-detail-box .goods-single-right .store-link ul li a {
  display: block;
  padding: 5px 15px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
}

.goods-single-box .goods-single-detail-box .goods-single-right .goods-list-cate {
  font-size: 12px;
  padding: 5px 15px;
  display: block;
  text-align: center;
}

.goods-single-box .goods-single-detail-box .goods-ttl {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 800px) {
  .goods-single-box .goods-single-detail-box .goods-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.contact-box {
  margin-top: 0px;
}

.contact-box .contact-notice {
  margin-top: 20px;
  margin-bottom: 20px;
  white-space: pre-wrap;
}

.contact-box h3 {
  text-align: center;
}

.contact-box .caution_always {
  color: #ff1212;
  margin: 8px 0;
  font-size: 80%;
}

@media (max-width: 800px) {
  .contact-box {
    margin-top: 0px;
  }
}

.contact-box ul {
  list-style: none;
  margin-top: 20px;
}

.contact-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  list-style: none;
}

.contact-box ul li .ticket-left {
  width: 100px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  padding: 5px;
  font-size: 12px;
}

.contact-box ul li .ticket-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-box ul li .ticket-right input[type='text'] {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
}

.contact-box ul li .ticket-right select {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  padding: 10px;
  width: 40%;
}

.contact-box ul li .ticket-right .ticket-number {
  text-align: center;
  margin-left: 10px;
}

.contact-box ul li .ticket-right textarea {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
}

.contact-box ul li input[type='submit'] {
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  width: 200px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 0px;
}

.contact-box ul li .caution {
  width: 100%;
  color: #ff1212;
  text-align: center;
  margin: 10px 0px;
}

.style_checkbox {
  display: block;
  position: relative;
  margin: 1em 0;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 22px;
}

.style_checkbox a {
  text-decoration: none;
  font-weight: 700;
}

.style_checkbox input:checked + .checkmark {
  background: #111;
  border-color: #111;
}

.style_checkbox input:checked + .checkmark:after {
  opacity: 1;
}

.style_checkbox input {
  display: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid 1px #ccc;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkmark::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 7px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

.w100 {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.caution-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

input[type='submit'] {
  border-radius: 4px;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  width: 200px;
}

input[type='submit']:hover {
  opacity: 0.85;
}

.style_checkbox {
  display: block;
  position: relative;
  margin: 1em 0;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* テキストの選択を防ぐ */
}

.style_checkbox input {
  display: none;
}

.flex-none {
  display: block !important;
}

.gallery-box {
  margin-top: 10px;
}

.gallery-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery-box ul li {
  list-style: none;
  width: 32%;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .gallery-box ul li {
    width: 48%;
  }
}

.gallery-box ul li .gallery-list-img {
  margin-bottom: 10px;
}

.gallery-box ul li .gallery-list-cate {
  font-size: 11px;
  padding: 2px 10px;
  width: 70px;
  display: block;
  text-align: center;
}

@media (max-width: 800px) {
  .gallery-box ul li .gallery-list-cate {
    width: 100%;
  }
}

.gallery-box ul li .gallery-list-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.gallery-single-box .gallery-single-ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  background-color: #e0e0e0;
  margin-bottom: 10px;
  padding: 5px;
}

.gallery-single-box .gallery-single-img {
  margin-bottom: 20px;
}

.gallery-single-box .gallery-single-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.gallery-single-box .gallery-single-detail-box .gallery-single-left {
  width: 100px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e0e0e0;
  margin-right: 10px;
  padding: 5px;
  font-size: 12px;
}

.gallery-single-box .gallery-single-detail-box .gallery-single-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-single-box .gallery-single-detail-box .gallery-single-right .store-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.gallery-single-box .gallery-single-detail-box .gallery-single-right .store-link ul li {
  margin-right: 10px;
  list-style: none;
}

@media (max-width: 800px) {
  .gallery-single-box .gallery-single-detail-box .gallery-single-right .store-link ul li {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
  }
}

.gallery-single-box .gallery-single-detail-box .gallery-single-right .store-link ul li a {
  background-color: #000000;
  color: #ffffff;
  display: block;
  padding: 5px 15px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
}

.gallery-single-box .gallery-single-detail-box .gallery-single-right .store-link ul li a:hover {
  background-color: #333333;
}

.gallery-single-box ul {
  list-style: none;
}

.gallery-single-box ul li {
  list-style: none;
  margin-bottom: 20px;
}

.nf-box .nf-text {
  margin-top: 20px;
}

footer {
  margin-top: 10px;
  padding: 3% 5% 0% 5%;
}

footer .footer_menu {
  padding: 0px 0 40px 0;
}

footer .footer_menu .copyright {
  margin: 24px 0px 10px 0px;
}

footer .centering {
  margin: 0 auto;
}

footer .centering .tableview {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (max-width: 800px) {
  footer .centering .tableview {
    list-style: none;
    width: 100%;
    text-align: center;
  }
}

footer .centering .tableview .banner {
  margin: 24px 0 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .centering ul li {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  footer .centering ul li {
    margin: 0 5px;
  }
}

footer .centering ul li img {
  height: 100px;
}

@media (max-width: 800px) {
  footer .centering ul li img {
    width: 100%;
    height: auto;
  }
}

footer .centering .G-adsense2 {
  padding: 0;
  text-align: center;
}

@media (max-width: 800px) {
  footer .centering .G-adsense2 img {
    width: 100%;
  }
}

footer .centering .socialmedia {
  margin: 24px auto 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

@media (max-width: 800px) {
  footer .centering .socialmedia {
    width: 100%;
  }
}

footer p {
  font-size: 80%;
  text-align: center;
}

.MuiSvgIcon-root {
  width: 2em !important;
  height: 2em !important;
}

@media (max-width: 800px) {
  .MuiSvgIcon-root {
    width: 1.5em !important;
    height: 1.5em !important;
  }
}

.socialmedia li a svg {
  width: 2em !important;
  height: 2em !important;
}

@media (max-width: 800px) {
  .socialmedia li a svg {
    width: 2em !important;
    height: 100% !important;
  }
}

#playlist_right_overview h2 {
  margin-bottom: 10px;
}

.thumb-list {
  margin-top: 10px !important;
}

.MuiPagination-ul {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.MuiPagination-ul li {
  width: auto !important;
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
}
/*# sourceMappingURL=style.css.map */