@charset "UTF-8";
/* -------------------------------------------general */
/* line 6, ../css/all.css.scss */
html {
  scroll-behavior: smooth; }

/* line 9, ../css/all.css.scss */
body {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0;
  height: 100%;
  font-size: 90%;
  overflow-wrap: break-word;
  letter-spacing: .05em;
  font-feature-settings: "palt"; }

/* line 16, ../css/all.css.scss */
a, button {
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  border: none;
  outline: none;
  text-decoration: none;
  font-weight: 700;
  color: #111; }

/* line 25, ../css/all.css.scss */
a.link_button, button.link_button {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #111;
  color: #4e4e4e; }

/* line 33, ../css/all.css.scss */
a.back {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #bababa;
  font-weight: 400;
  margin: 40px 0 0 0; }

/* line 42, ../css/all.css.scss */
a:hover, button:hover {
  opacity: 0.85;
  cursor: pointer; }

/* line 46, ../css/all.css.scss */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* line 51, ../css/all.css.scss */
.PC_br {
  display: block; }

/* line 52, ../css/all.css.scss */
.SP_br {
  display: none; }

/* line 54, ../css/all.css.scss */
section {
  padding: 80px 0 40px 0; }

/* line 55, ../css/all.css.scss */
.centering {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto; }

/* line 60, ../css/all.css.scss */
hr {
  width: 60%;
  margin: 0 auto; }

/* line 64, ../css/all.css.scss */
a.more {
  display: block;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #bababa;
  color: #4e4e4e;
  font-weight: 400;
  width: 140px;
  margin: 16px 0 0 auto; }

/* line 75, ../css/all.css.scss */
h1, h2, h3, h4, h5 {
  font-weight: 400; }

/* line 78, ../css/all.css.scss */
h3 {
  font-size: 150%;
  margin: 0 0 16px 0; }

/* line 82, ../css/all.css.scss */
.pagination {
  background: #111;
  color: #fff;
  display: block;
  padding: 8px;
  margin: 24px auto 0 auto;
  border-radius: 4px;
  font-weight: 400; }

/* 細かなテーブルビューのみ使用 */
/* line 92, ../css/all.css.scss */
ul.tableview {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }
  /* line 98, ../css/all.css.scss */
  ul.tableview li {
    /* background: lightblue; */
    /* border: 1px solid black; */
    margin: 4px 0; }
  /* line 103, ../css/all.css.scss */
  ul.tableview li.w15 {
    width: 15%; }
  /* line 104, ../css/all.css.scss */
  ul.tableview li.w20 {
    width: 20%; }
  /* line 105, ../css/all.css.scss */
  ul.tableview li.w25 {
    width: 25%; }
  /* line 106, ../css/all.css.scss */
  ul.tableview li.w30 {
    width: 30%; }
  /* line 107, ../css/all.css.scss */
  ul.tableview li.w35 {
    width: 35%; }
  /* line 108, ../css/all.css.scss */
  ul.tableview li.w40 {
    width: 40%; }
  /* line 109, ../css/all.css.scss */
  ul.tableview li.w45 {
    width: 45%; }
  /* line 110, ../css/all.css.scss */
  ul.tableview li.w50 {
    width: 50%; }
  /* line 111, ../css/all.css.scss */
  ul.tableview li.w55 {
    width: 55%; }
  /* line 112, ../css/all.css.scss */
  ul.tableview li.w60 {
    width: 60%; }
  /* line 113, ../css/all.css.scss */
  ul.tableview li.w65 {
    width: 65%; }
  /* line 114, ../css/all.css.scss */
  ul.tableview li.w70 {
    width: 70%; }
  /* line 115, ../css/all.css.scss */
  ul.tableview li.w75 {
    width: 75%; }
  /* line 116, ../css/all.css.scss */
  ul.tableview li.w80 {
    width: 80%; }
  /* line 117, ../css/all.css.scss */
  ul.tableview li.w85 {
    width: 85%; }
  /* line 118, ../css/all.css.scss */
  ul.tableview li.w90 {
    width: 90%; }
  /* line 119, ../css/all.css.scss */
  ul.tableview li.w95 {
    width: 95%; }
  /* line 120, ../css/all.css.scss */
  ul.tableview li.w100 {
    width: 100%; }

/* line 128, ../css/all.css.scss */
ul.tabview {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 24px 0; }
  /* line 134, ../css/all.css.scss */
  ul.tabview li {
    margin: 8px 16px 0 0;
    text-align: center; }
    /* line 137, ../css/all.css.scss */
    ul.tabview li a {
      font-weight: 400; }
    /* line 140, ../css/all.css.scss */
    ul.tabview li a.choose {
      padding: 0 0 4px 0; }
    /* line 143, ../css/all.css.scss */
    ul.tabview li a.choose:hover {
      opacity: 1;
      cursor: default; }

/* line 149, ../css/all.css.scss */
input, select, textarea {
  width: 100%;
  padding: 8px;
  border-bottom: 1px solid #ccc;
  background: #fff; }

/* line 155, ../css/all.css.scss */
input::placeholder, select::placeholder, textarea::placeholder {
  font-size: 80%;
  color: #cecece; }

/* line 159, ../css/all.css.scss */
select {
  font-size: 80%;
  line-height: 15px; }

/* line 163, ../css/all.css.scss */
input:focus, select:focus, textarea:focus {
  outline: 0;
  border-bottom: 1px solid #111; }

/* line 167, ../css/all.css.scss */
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;
  color: #4e4e4e;
  background: none;
  margin: 8px 0 0 0; }

/* line 177, ../css/all.css.scss */
input[type="submit"]:hover {
  opacity: 0.85; }

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

/* inputは非表示にする */
/* line 189, ../css/all.css.scss */
.style_checkbox input {
  display: none; }

/* □ */
/* line 193, ../css/all.css.scss */
.checkmark {
  position: absolute;
  top: 0;
  /* 上からの位置 */
  left: 0;
  height: 22px;
  /* 大きさ */
  width: 22px;
  /* 大きさ */
  border: solid 1px #ccc;
  /* 線 */
  border-radius: 2px;
  box-sizing: border-box; }

/* ✓ */
/* line 204, ../css/all.css.scss */
.checkmark:after {
  content: "";
  position: absolute;
  left: 6px;
  /* チェックの位置 */
  top: 3px;
  /* チェックの位置 */
  width: 7px;
  /* チェックの大きさ */
  height: 10px;
  /* チェックの大きさ */
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  /* 透明にしておく */ }

/* チェックが入ったときの□ */
/* line 217, ../css/all.css.scss */
.style_checkbox input:checked + .checkmark {
  background: #111;
  /* チェック時の色 */
  border-color: #111;
  /* チェック時の色 */ }

/* チェックが入ったときの✓ */
/* line 222, ../css/all.css.scss */
.style_checkbox input:checked + .checkmark:after {
  opacity: 1;
  /* 透明を解除 */ }

/* line 225, ../css/all.css.scss */
.caution, .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%; }

/* line 235, ../css/all.css.scss */
.caution {
  margin: 8px 8px 0 0; }

/* -------------------------------------------container */
/* line 242, ../css/all.css.scss */
#container {
  display: flex; }

/* line 245, ../css/all.css.scss */
#container_left {
  width: 15%; }

/* line 248, ../css/all.css.scss */
#container_right {
  width: 85%; }

/* -------------------------------------------header */
/* line 256, ../css/all.css.scss */
header #PC_only {
  width: 15%;
  height: 100vh;
  z-index: 3;
  top: 0;
  position: fixed; }
  /* line 262, ../css/all.css.scss */
  header #PC_only .logo {
    padding: 10px; }
    /* line 264, ../css/all.css.scss */
    header #PC_only .logo h2.name {
      margin: 10px;
      line-height: 30px;
      font-size: 180%; }
    /* line 269, ../css/all.css.scss */
    header #PC_only .logo h2.logomark {
      margin: 20px 10px 0 10px; }
      /* line 271, ../css/all.css.scss */
      header #PC_only .logo h2.logomark img {
        display: block;
        width: 100%;
        margin: 0 auto; }
  /* line 279, ../css/all.css.scss */
  header #PC_only nav ul {
    list-style: none;
    padding: 0 10px 10px 10px; }
    /* line 282, ../css/all.css.scss */
    header #PC_only nav ul li {
      margin: 0 10px;
      line-height: 30px; }
      /* line 285, ../css/all.css.scss */
      header #PC_only nav ul li a {
        font-weight: 400;
        font-size: 90%; }
/* line 293, ../css/all.css.scss */
header #SP_only {
  display: none; }

/* -------------------------------------------index = home */
/* line 302, ../css/all.css.scss */
section#welcome {
  padding: 0; }
  /* line 304, ../css/all.css.scss */
  section#welcome img {
    width: 100%;
    vertical-align: bottom; }

/* line 310, ../css/all.css.scss */
section#news_overview, section#media_news_overview,
section#live_overview {
  padding: 16px 0; }
  /* line 313, ../css/all.css.scss */
  section#news_overview .centering, section#media_news_overview .centering,
  section#live_overview .centering {
    /* space-betweenだが最後の行だけ左寄せ */ }
    /* line 314, ../css/all.css.scss */
    section#news_overview .centering ul.no_style_list, section#media_news_overview .centering ul.no_style_list,
    section#live_overview .centering ul.no_style_list {
      list-style: none; }
      /* line 316, ../css/all.css.scss */
      section#news_overview .centering ul.no_style_list li, section#media_news_overview .centering ul.no_style_list li,
      section#live_overview .centering ul.no_style_list li {
        position: relative;
        z-index: 1;
        /* 必要であればリンク要素の重なりのベース順序指定 */
        border-bottom: 1px dashed;
        padding: 0 0 8px 0; }
        /* line 319, ../css/all.css.scss */
        section#news_overview .centering ul.no_style_list li .box, section#media_news_overview .centering ul.no_style_list li .box,
        section#live_overview .centering ul.no_style_list li .box {
          margin: 8px 0 0 0;
          overflow: hidden;
          transition: all 0.1s ease-in;
          -webkit-transition: all 0.1s ease-in; }
          /* line 324, ../css/all.css.scss */
          section#news_overview .centering ul.no_style_list li .box h4, section#media_news_overview .centering ul.no_style_list li .box h4,
          section#live_overview .centering ul.no_style_list li .box h4 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin: 4px 0 0 0; }
          /* line 330, ../css/all.css.scss */
          section#news_overview .centering ul.no_style_list li .box p.date, section#media_news_overview .centering ul.no_style_list li .box p.date,
          section#live_overview .centering ul.no_style_list li .box p.date {
            font-size: 80%;
            margin: 8px 0 0 0; }
          /* line 334, ../css/all.css.scss */
          section#news_overview .centering ul.no_style_list li .box p.live_date, section#media_news_overview .centering ul.no_style_list li .box p.live_date,
          section#live_overview .centering ul.no_style_list li .box p.live_date {
            margin: 4px 0 0 0;
            font-size: 140%; }
          /* line 337, ../css/all.css.scss */
          section#news_overview .centering ul.no_style_list li .box p.live_date.pending:before, section#media_news_overview .centering ul.no_style_list li .box p.live_date.pending:before,
          section#live_overview .centering ul.no_style_list li .box p.live_date.pending:before {
            content: "仮確定";
            margin: 0 4px 0 0;
            z-index: 1;
            padding: 4px;
            background: #fff;
            color: #bababa;
            text-align: center;
            font-weight: 700;
            border: 2px solid;
            font-size: 60%;
            position: relative;
            top: -3px; }
          /* line 351, ../css/all.css.scss */
          section#news_overview .centering ul.no_style_list li .box p.live_date.soldout:before, section#media_news_overview .centering ul.no_style_list li .box p.live_date.soldout:before,
          section#live_overview .centering ul.no_style_list li .box p.live_date.soldout:before {
            content: "SOLD OUT";
            margin: 0 4px 0 0;
            z-index: 1;
            padding: 4px;
            background: #fff;
            color: #ff1212;
            text-align: center;
            font-weight: 700;
            border: 2px solid;
            font-size: 60%;
            position: relative;
            top: -3px; }
          /* line 365, ../css/all.css.scss */
          section#live_overview .centering ul.no_style_list li .box p.live_venue{
            font-size: 140%; }
          section#news_overview .centering ul.no_style_list li .box a, section#media_news_overview .centering ul.no_style_list li .box a,
          section#live_overview .centering ul.no_style_list li .box a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-indent: -999px;
            z-index: 2;
            /* 必要であればリンク要素の重なりのベース順序指定 */
            display: block; }
        /* line 376, ../css/all.css.scss */
        section#news_overview .centering ul.no_style_list li .box:hover, section#media_news_overview .centering ul.no_style_list li .box:hover,
        section#live_overview .centering ul.no_style_list li .box:hover {
          opacity: 0.85;
          cursor: pointer; }
    /* line 383, ../css/all.css.scss */
    section#news_overview .centering ul.news_list::after, section#media_news_overview .centering ul.news_list::after,
    section#live_overview .centering ul.news_list::after {
      content: "";
      display: block;
      width: 33%; }

/* line 391, ../css/all.css.scss */
section#disco_overview {
  padding: 16px 0; }
  /* line 395, ../css/all.css.scss */
  section#disco_overview .centering ul.tableview li {
    width: 38%; }
    /* line 397, ../css/all.css.scss */
    section#disco_overview .centering ul.tableview li img {
      width: 100%; }
  /* line 401, ../css/all.css.scss */
  section#disco_overview .centering ul.tableview li.info {
    width: 60%; }
    /* line 403, ../css/all.css.scss */
    section#disco_overview .centering ul.tableview li.info h4 {
      font-size: 140%;
      margin: 16px 0 0 0; }
    /* line 407, ../css/all.css.scss */
    section#disco_overview .centering ul.tableview li.info p {
      font-size: 80%;
      line-height: 1.5; }
    /* line 411, ../css/all.css.scss */
    section#disco_overview .centering ul.tableview li.info p.release_date, section#disco_overview .centering ul.tableview li.info p.songs, section#disco_overview .centering ul.tableview li.info p.description {
      margin: 16px 0 0 0; }

/* line 419, ../css/all.css.scss */
section#movie_overview {
  padding: 16px 0; }
  /* line 422, ../css/all.css.scss */
  section#movie_overview .centering .movie_widget {
    position: relative;
    height: 0;
    padding-bottom: 56.25%; }
    /* line 426, ../css/all.css.scss */
    section#movie_overview .centering .movie_widget iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

/* line 438, ../css/all.css.scss */
section#goods_overview {
  padding: 16px 0; }
  /* line 442, ../css/all.css.scss */
  section#goods_overview .centering ul.tableview li {
    width: 38%; }
    /* line 444, ../css/all.css.scss */
    section#goods_overview .centering ul.tableview li img {
      width: 100%; }
  /* line 448, ../css/all.css.scss */
  section#goods_overview .centering ul.tableview li.info {
    width: 60%; }
    /* line 450, ../css/all.css.scss */
    section#goods_overview .centering ul.tableview li.info h4 {
      font-size: 140%;
      margin: 16px 0 0 0; }
    /* line 454, ../css/all.css.scss */
    section#goods_overview .centering ul.tableview li.info p {
      font-size: 80%;
      line-height: 1.5; }
    /* line 458, ../css/all.css.scss */
    section#goods_overview .centering ul.tableview li.info p.price, section#goods_overview .centering ul.tableview li.info p.description {
      margin: 16px 0 0 0; }

/* line 466, ../css/all.css.scss */
section#photo_overview {
  padding: 16px 0; }
  /* line 469, ../css/all.css.scss */
  section#photo_overview .centering img {
    width: 100%; }

/* -------------------------------------------news, media news */
/* line 478, ../css/all.css.scss */
#news section#news_overview, #news section#media_news_overview, #media_news section#news_overview, #media_news section#media_news_overview {
  padding: 80px 0 40px 0; }

/* line 486, ../css/all.css.scss */
#news_single section#news_single_wrap .centering h2.title {
  text-align: left;
  font-weight: 700; }
/* line 490, ../css/all.css.scss */
#news_single section#news_single_wrap .centering p.date {
  font-size: 80%;
  color: #999;
  text-align: right;
  margin: 8px 0; }
/* line 495, ../css/all.css.scss */
#news_single section#news_single_wrap .centering .img_area {
  margin: 24px 0 0 0;
  background: #111;
  width: 100%; }
/* line 500, ../css/all.css.scss */
#news_single section#news_single_wrap .centering p.center {
  text-align: center; }
/* line 503, ../css/all.css.scss */
#news_single section#news_single_wrap .centering h3, #news_single section#news_single_wrap .centering h4 {
  font-size: 140%;
  margin: 24px 0 0 0;
  padding: 0 0 8px 0;
  font-weight: 700;
  text-align: left; }
/* line 510, ../css/all.css.scss */
#news_single section#news_single_wrap .centering h4 {
  font-size: 120%; }
/* line 513, ../css/all.css.scss */
#news_single section#news_single_wrap .centering p {
  margin: 8px 0 0 0; }
/* line 516, ../css/all.css.scss */
#news_single section#news_single_wrap .centering ul, #news_single section#news_single_wrap .centering ol {
  list-style-position: inside;
  margin: 24px 0 0 0; }

/* -------------------------------------------live */
/* line 527, ../css/all.css.scss */
#live section#live_overview {
  padding: 80px 0 40px 0; }

/* line 536, ../css/all.css.scss */
#live_single section .centering ul.tableview li {
  padding: 16px;
  border-bottom: 1px dashed;
  margin: 0; }
  #live_single section .centering ul.tableview li.w80 {
    width: 78%; }
  /* line 540, ../css/all.css.scss */
  #live_single section .centering ul.tableview li img {
    width: 100%;
    max-width: 500px; }
  /* line 544, ../css/all.css.scss */
  #live_single section .centering ul.tableview li ul.playguide {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0; }
    /* line 549, ../css/all.css.scss */
    #live_single section .centering ul.tableview li ul.playguide li {
      border: none;
      padding: 0;
      background: none; }
/* line 556, ../css/all.css.scss */
#live_single section .centering ul.tableview li.bold {
  font-size: 120%;
  font-weight: 700; }
/* line 560, ../css/all.css.scss */
#live_single section .centering ul.tableview li.pending:after {
  content: "仮確定";
  margin: 0 0 0 4px;
  z-index: 1;
  padding: 4px;
  background: #fff;
  color: #bababa;
  text-align: center;
  font-weight: 700;
  border: 2px solid;
  font-size: 60%;
  position: relative;
  top: -3px; }
/* line 574, ../css/all.css.scss */
#live_single section .centering ul.tableview li.soldout:after {
  content: "SOLD OUT";
  margin: 0 0 0 4px;
  z-index: 1;
  padding: 4px;
  background: #fff;
  color: #ff1212;
  text-align: center;
  font-weight: 700;
  border: 2px solid;
  font-size: 60%;
  position: relative;
  top: -3px; }

/* line 596, ../css/all.css.scss */
#ticket section .centering h3 {
  margin: 0; }
/* line 599, ../css/all.css.scss */
#ticket section .centering p.description {
  margin: 8px 0 0 0; }
/* line 603, ../css/all.css.scss */
#ticket section .centering ul.tableview li {
  margin: 16px 0 0 0; }
/* line 606, ../css/all.css.scss */
#ticket section .centering ul.tableview li.w20 {
  line-height: 34px; }
/* line 609, ../css/all.css.scss */
#ticket section .centering ul.tableview .line-height34 {
  line-height: 34px; }

/* line 620, ../css/all.css.scss */
#ticket_thankyou section .centering h4, #ticket_done section .centering h4 {
  font-size: 140%;
  background: #111;
  color: #fff;
  text-align: center;
  padding: 8px; }
/* line 627, ../css/all.css.scss */
#ticket_thankyou section .centering p, #ticket_done section .centering p {
  margin: 16px 0 0 0; }
/* line 630, ../css/all.css.scss */
#ticket_thankyou section .centering p.caution, #ticket_done section .centering p.caution {
  border-bottom: 2px solid;
  display: inline-block;
  margin: 8px 0 0 0; }
/* line 635, ../css/all.css.scss */
#ticket_thankyou section .centering .reservation_info, #ticket_done section .centering .reservation_info {
  padding: 24px;
  border: 1px solid #111;
  width: 50%;
  margin: 24px auto 0 auto; }
  /* line 640, ../css/all.css.scss */
  #ticket_thankyou section .centering .reservation_info h5, #ticket_done section .centering .reservation_info h5 {
    font-size: 140%;
    text-align: center; }
  /* line 644, ../css/all.css.scss */
  #ticket_thankyou section .centering .reservation_info ul.tableview, #ticket_done section .centering .reservation_info ul.tableview {
    list-style: none;
    margin: 24px 0 0 0; }
    /* line 647, ../css/all.css.scss */
    #ticket_thankyou section .centering .reservation_info ul.tableview li, #ticket_done section .centering .reservation_info ul.tableview li {
      line-height: 34px; }
    /* line 650, ../css/all.css.scss */
    #ticket_thankyou section .centering .reservation_info ul.tableview li.w60, #ticket_done section .centering .reservation_info ul.tableview li.w60 {
      text-align: right;
      font-weight: 700;
      font-size: 120%; }

/* -------------------------------------------bio */
/* line 666, ../css/all.css.scss */
#bio section .centering img {
  width: 100%; }
/* line 669, ../css/all.css.scss */
#bio section .centering h3.artist_name {
  margin: 40px 0 0 0; }
/* line 672, ../css/all.css.scss */
#bio section .centering p {
  margin: 8px 0 0 0; }
/* line 675, ../css/all.css.scss */
#bio section .centering ul.tableview {
  margin: 40px 0 0 0; }
  /* line 677, ../css/all.css.scss */
  #bio section .centering ul.tableview li {
    width: 48%;
    margin: 8px 0; }
    /* line 680, ../css/all.css.scss */
    #bio section .centering ul.tableview li img {
      width: 100%; }
  /* line 684, ../css/all.css.scss */
  #bio section .centering ul.tableview li.info {
    width: 50%; }
    /* line 686, ../css/all.css.scss */
    #bio section .centering ul.tableview li.info h4 {
      font-size: 140%; }
    /* line 689, ../css/all.css.scss */
    #bio section .centering ul.tableview li.info p {
      font-size: 80%;
      line-height: 1.5; }

/* -------------------------------------------disco */
/* line 702, ../css/all.css.scss */
#disco section#disco_overview {
  padding: 80px 0 40px 0; }
  /* line 704, ../css/all.css.scss */
  #disco section#disco_overview .centering {
    /* space-betweenだが最後の行だけ左寄せ */ }
    /* line 705, ../css/all.css.scss */
    #disco section#disco_overview .centering ul.disco_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      list-style: none; }
      /* line 710, ../css/all.css.scss */
      #disco section#disco_overview .centering ul.disco_list li {
        width: 100%;
        position: relative;
        z-index: 1;
        /* 必要であればリンク要素の重なりのベース順序指定 */
        margin: 0 0 40px 0; }
        /* line 715, ../css/all.css.scss */
        #disco section#disco_overview .centering ul.disco_list li .box {
          overflow: hidden;
          transition: all 0.1s ease-in;
          -webkit-transition: all 0.1s ease-in; }
          /* line 719, ../css/all.css.scss */
          #disco section#disco_overview .centering ul.disco_list li .box img {
            width: 30%; }
          /* line 722, ../css/all.css.scss */
          #disco section#disco_overview .centering ul.disco_list li .box h4 {
            font-size: 140%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin: 8px 0 0 0; }
          /* line 729, ../css/all.css.scss */
          #disco section#disco_overview .centering ul.disco_list li .box p {
            font-size: 90%;
            margin: 8px 0 0 0; }
          /* line 733, ../css/all.css.scss */
          #disco section#disco_overview .centering ul.disco_list li .box p.release_date {
            font-size: 80%; }
          /* line 736, ../css/all.css.scss */
          #disco section#disco_overview .centering ul.disco_list li .box a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-indent: -999px;
            z-index: 2;
            /* 必要であればリンク要素の重なりのベース順序指定 */
            display: block; }
        /* line 747, ../css/all.css.scss */
        #disco section#disco_overview .centering ul.disco_list li .box:hover {
          opacity: 0.85;
          cursor: pointer; }
    /* line 754, ../css/all.css.scss */
    #disco section#disco_overview .centering ul.disco_list::after {
      content: "";
      display: block;
      width: 33%; }

/* line 767, ../css/all.css.scss */
#disco_single section .centering ul li {
  width: 58%; }
  /* line 769, ../css/all.css.scss */
  #disco_single section .centering ul li img {
    width: 100%; }
/* line 773, ../css/all.css.scss */
#disco_single section .centering ul li.info {
  width: 40%; }
  /* line 775, ../css/all.css.scss */
  #disco_single section .centering ul li.info h4 {
    font-size: 140%;
    margin: 16px 0 0 0; }
  /* line 779, ../css/all.css.scss */
  #disco_single section .centering ul li.info p {
    font-size: 80%;
    line-height: 1.5; }
  /* line 783, ../css/all.css.scss */
  #disco_single section .centering ul li.info p.release_date, #disco_single section .centering ul li.info p.songs {
    margin: 16px 0 0 0; }
  /* line 786, ../css/all.css.scss */
  #disco_single section .centering ul li.info p.soldout {
    margin: 16px 0 0 0;
    color: #ff1212;
    border: 2px solid;
    padding: 4px;
    display: inline-block;
    font-weight: 700;
    background: #fff; }
  /* line 795, ../css/all.css.scss */
  #disco_single section .centering ul li.info p.venue_limited {
    margin: 16px 0 0 0;
    color: #ff1212;
    border: 2px solid;
    padding: 4px;
    display: inline-block;
    font-weight: 700;
    background: #fff; }
  /* line 804, ../css/all.css.scss */
  #disco_single section .centering ul li.info a.more {
    width: 100%;
    text-align: center; }

/* -------------------------------------------movie */
/* line 817, ../css/all.css.scss */
#movie section#movie_overview {
  padding: 80px 0 40px 0; }
  /* line 819, ../css/all.css.scss */
  #movie section#movie_overview .centering {
    /* space-betweenだが最後の行だけ左寄せ */ }
    /* line 820, ../css/all.css.scss */
    #movie section#movie_overview .centering h3 {
      text-align: center; }
    /* line 823, ../css/all.css.scss */
    #movie section#movie_overview .centering ul.movie_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      list-style: none; }
      /* line 828, ../css/all.css.scss */
      #movie section#movie_overview .centering ul.movie_list li {
        width: 100%;
        position: relative;
        z-index: 1;
        /* 必要であればリンク要素の重なりのベース順序指定 */ }
        /* line 832, ../css/all.css.scss */
        #movie section#movie_overview .centering ul.movie_list li .box {
          overflow: hidden;
          margin: 16px 0 0 0; }
          /* line 835, ../css/all.css.scss */
          #movie section#movie_overview .centering ul.movie_list li .box .movie_widget {
            position: relative;
            height: 0;
            padding-bottom: 56.25%; }
            /* line 839, ../css/all.css.scss */
            #movie section#movie_overview .centering ul.movie_list li .box .movie_widget iframe {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0; }
          /* line 847, ../css/all.css.scss */
          #movie section#movie_overview .centering ul.movie_list li .box h4 {
            font-size: 140%;
            margin: 8px 0 0 0;
            overflow: auto;
            text-overflow: clip;
            white-space: normal; }
          /* line 854, ../css/all.css.scss */
          #movie section#movie_overview .centering ul.movie_list li .box p {
            font-size: 90%;
            margin: 8px 0 0 0; }
          /* line 858, ../css/all.css.scss */
          #movie section#movie_overview .centering ul.movie_list li .box a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-indent: -999px;
            z-index: 2;
            /* 必要であればリンク要素の重なりのベース順序指定 */
            display: block; }
    /* line 872, ../css/all.css.scss */
    #movie section#movie_overview .centering ul.movie_list::after {
      content: "";
      display: block;
      width: 33%; }

/* -------------------------------------------goods */
/* line 884, ../css/all.css.scss */
#goods section#goods_overview {
  padding: 80px 0 40px 0; }
  /* line 886, ../css/all.css.scss */
  #goods section#goods_overview .centering {
    /* space-betweenだが最後の行だけ左寄せ */ }
    /* line 887, ../css/all.css.scss */
    #goods section#goods_overview .centering ul.goods_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      list-style: none; }
      /* line 892, ../css/all.css.scss */
      #goods section#goods_overview .centering ul.goods_list li {
        width: 100%;
        position: relative;
        z-index: 1;
        /* 必要であればリンク要素の重なりのベース順序指定 */
        margin: 0 0 40px 0; }
        /* line 897, ../css/all.css.scss */
        #goods section#goods_overview .centering ul.goods_list li .box {
          overflow: hidden;
          transition: all 0.1s ease-in;
          -webkit-transition: all 0.1s ease-in; }
          /* line 901, ../css/all.css.scss */
          #goods section#goods_overview .centering ul.goods_list li .box img {
            width: 30%; }
          /* line 904, ../css/all.css.scss */
          #goods section#goods_overview .centering ul.goods_list li .box h4 {
            font-size: 140%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin: 8px 0 0 0; }
          /* line 911, ../css/all.css.scss */
          #goods section#goods_overview .centering ul.goods_list li .box p {
            font-size: 90%;
            margin: 8px 0 0 0; }
          /* line 915, ../css/all.css.scss */
          #goods section#goods_overview .centering ul.goods_list li .box a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-indent: -999px;
            z-index: 2;
            /* 必要であればリンク要素の重なりのベース順序指定 */
            display: block; }
        /* line 926, ../css/all.css.scss */
        #goods section#goods_overview .centering ul.goods_list li .box:hover {
          opacity: 0.85;
          cursor: pointer; }
    /* line 933, ../css/all.css.scss */
    #goods section#goods_overview .centering ul.goods_list::after {
      content: "";
      display: block;
      width: 33%; }

/* line 945, ../css/all.css.scss */
#goods_single section .centering h3 {
  text-align: center; }
/* line 949, ../css/all.css.scss */
#goods_single section .centering ul li {
  width: 58%; }
  /* line 951, ../css/all.css.scss */
  #goods_single section .centering ul li .img_area {
    width: 100%;
    background: #111; }
/* line 956, ../css/all.css.scss */
#goods_single section .centering ul li.info {
  width: 40%; }
  /* line 958, ../css/all.css.scss */
  #goods_single section .centering ul li.info p.category {
    margin: 0; }
  /* line 961, ../css/all.css.scss */
  #goods_single section .centering ul li.info h4 {
    font-size: 140%;
    margin: 16px 0 0 0; }
  /* line 965, ../css/all.css.scss */
  #goods_single section .centering ul li.info p {
    font-size: 80%;
    line-height: 1.5; }
  /* line 969, ../css/all.css.scss */
  #goods_single section .centering ul li.info p.price, #goods_single section .centering ul li.info p.description {
    margin: 16px 0 0 0; }
  /* line 972, ../css/all.css.scss */
  #goods_single section .centering ul li.info p.soldout {
    margin: 16px 0 0 0;
    color: #ff1212;
    border: 2px solid;
    padding: 4px;
    display: inline-block;
    font-weight: 700;
    background: #fff; }
  /* line 981, ../css/all.css.scss */
  #goods_single section .centering ul li.info p.venue_limited {
    margin: 16px 0 0 0;
    color: #ff1212;
    border: 2px solid;
    padding: 4px;
    display: inline-block;
    font-weight: 700;
    background: #fff; }
  /* line 990, ../css/all.css.scss */
  #goods_single section .centering ul li.info a.more {
    width: 100%;
    text-align: center; }

/* -------------------------------------------stream */
/* line 1005, ../css/all.css.scss */
#stream section .centering h3 {
  text-align: center; }
/* line 1008, ../css/all.css.scss */
#stream section .centering img {
  width: 100%; }
/* line 1011, ../css/all.css.scss */
#stream section .centering p {
  margin: 16px 0 0 0; }
/* line 1014, ../css/all.css.scss */
#stream section .centering h3.next_title {
  margin: 40px 0 0 0;
  text-align: left; }
/* line 1018, ../css/all.css.scss */
#stream section .centering h3.next_date {
  font-size: 180%;
  text-align: left;
  margin: 0; }
/* line 1023, ../css/all.css.scss */
#stream section .centering .movie_widget {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 16px 0 0 0; }
  /* line 1028, ../css/all.css.scss */
  #stream section .centering .movie_widget iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
/* line 1036, ../css/all.css.scss */
#stream section .centering a.more {
  min-width: 50%;
  text-align: center;
  margin: 40px auto 0 auto; }

/* -------------------------------------------photo */
/* line 1048, ../css/all.css.scss */
#photo section#photo_overview {
  padding: 80px 0 40px 0; }
  /* line 1050, ../css/all.css.scss */
  #photo section#photo_overview .centering {
    /* space-betweenだが最後の行だけ左寄せ */ }
    /* line 1051, ../css/all.css.scss */
    #photo section#photo_overview .centering h3 {
      text-align: center; }
    /* line 1054, ../css/all.css.scss */
    #photo section#photo_overview .centering ul.photo_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      list-style: none; }
      /* line 1059, ../css/all.css.scss */
      #photo section#photo_overview .centering ul.photo_list li {
        width: 32%;
        position: relative;
        z-index: 1;
        /* 必要であればリンク要素の重なりのベース順序指定 */ }
        /* line 1063, ../css/all.css.scss */
        #photo section#photo_overview .centering ul.photo_list li .box {
          overflow: hidden;
          margin: 16px 0 0 0;
          transition: all 0.1s ease-in;
          -webkit-transition: all 0.1s ease-in; }
          /* line 1068, ../css/all.css.scss */
          #photo section#photo_overview .centering ul.photo_list li .box img {
            width: 100%; }
          /* line 1071, ../css/all.css.scss */
          #photo section#photo_overview .centering ul.photo_list li .box h4 {
            font-size: 140%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin: 8px 0 0 0; }
          /* line 1078, ../css/all.css.scss */
          #photo section#photo_overview .centering ul.photo_list li .box p {
            font-size: 90%;
            margin: 8px 0 0 0; }
          /* line 1082, ../css/all.css.scss */
          #photo section#photo_overview .centering ul.photo_list li .box a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-indent: -999px;
            z-index: 2;
            /* 必要であればリンク要素の重なりのベース順序指定 */
            display: block; }
        /* line 1093, ../css/all.css.scss */
        #photo section#photo_overview .centering ul.photo_list li .box:hover {
          opacity: 0.85;
          cursor: pointer; }
    /* line 1100, ../css/all.css.scss */
    #photo section#photo_overview .centering ul.photo_list::after {
      content: "";
      display: block;
      width: 33%; }

/* line 1112, ../css/all.css.scss */
#photo_single section .centering h3 {
  text-align: center; }
/* line 1115, ../css/all.css.scss */
#photo_single section .centering ul {
  list-style: none; }
  /* line 1119, ../css/all.css.scss */
  #photo_single section .centering ul li .box img {
    width: 100%; }

/* -------------------------------------------contact */
/* line 1134, ../css/all.css.scss */
#contact section .centering h3 {
  text-align: center; }
/* line 1137, ../css/all.css.scss */
#contact section .centering p.description {
  margin: 8px 0 0 0; }
/* line 1141, ../css/all.css.scss */
#contact section .centering ul.tableview li {
  margin: 16px 0 0 0; }
/* line 1144, ../css/all.css.scss */
#contact section .centering ul.tableview li.w20 {
  line-height: 34px; }

/* -------------------------------------------404 */
/* line 1155, ../css/all.css.scss */
#sorry_404_page section {
  padding: 110px 0; }
  /* line 1158, ../css/all.css.scss */
  #sorry_404_page section .centering p.back_to_TOP {
    text-align: right;
    border-top: 1px solid #999;
    margin: 24px 0 0 0;
    padding: 16px 0 0 0; }

/* -------------------------------------------footer */
/* line 1171, ../css/all.css.scss */
footer#footer section.footer_menu {
  padding: 40px 0;
  margin: 40px 0 0 0; }
  /* line 1175, ../css/all.css.scss */
  footer#footer section.footer_menu .centering ul.tableview {
    justify-content: center; }
    /* line 1177, ../css/all.css.scss */
    footer#footer section.footer_menu .centering ul.tableview li.AppleMusic {
      width: 49%;
      margin-right: 2%; }
      /* line 1180, ../css/all.css.scss */
      footer#footer section.footer_menu .centering ul.tableview li.AppleMusic iframe {
        height: 300px; }
    /* line 1184, ../css/all.css.scss */
    footer#footer section.footer_menu .centering ul.tableview li.Spotify {
      width: 49%; }
      /* line 1186, ../css/all.css.scss */
      footer#footer section.footer_menu .centering ul.tableview li.Spotify iframe {
        border-radius: 8px;
        height: 300px; }
  /* line 1192, ../css/all.css.scss */
  footer#footer section.footer_menu .centering ul.tableview.banner {
    margin: 24px 0 0 0; }
    /* line 1194, ../css/all.css.scss */
    footer#footer section.footer_menu .centering ul.tableview.banner li {
      margin: 0 4px; }
      /* line 1197, ../css/all.css.scss */
      footer#footer section.footer_menu .centering ul.tableview.banner li a img {
        height: 100px; }
  /* line 1203, ../css/all.css.scss */
  footer#footer section.footer_menu .centering ul.socialmedia {
    width: 80%;
    margin: 24px auto 0 auto;
    justify-content: center; }
    /* line 1207, ../css/all.css.scss */
    footer#footer section.footer_menu .centering ul.socialmedia li {
      margin: 4px 16px; }
      /* line 1209, ../css/all.css.scss */
      footer#footer section.footer_menu .centering ul.socialmedia li a {
        font-size: 70%; }
        /* line 1211, ../css/all.css.scss */
        footer#footer section.footer_menu .centering ul.socialmedia li a svg {
          width: 16px;
          height: 16px; }
/* line 1220, ../css/all.css.scss */
footer#footer p {
  font-size: 80%;
  text-align: center;
  margin: 8px 0 0 0; }
  /* line 1224, ../css/all.css.scss */
  footer#footer p a {
    color: #fff;
    background: #111;
    padding: 4px; }
/* line 1230, ../css/all.css.scss */
footer#footer p.copyright {
  margin: 24px 0 0 0; }
/* line 1233, ../css/all.css.scss */
footer#footer section.G-adsense {
  background: #000;
  padding: 0;
  margin: 24px auto 0 auto;
  width: 728px;
  height: 90px; }

/*
-------------------------------------------select
#以降を入れ替えることで該当箇所が変化するようになっている。
変更されたく無い箇所は直接colorを指定済み。
*/
/* line 1248, ../css/all.css.scss */
.select_color_bg {
  background: #ffffff; }

/*--------*/
/* line 1252, ../css/all.css.scss */
.select_color_blockbg {
  background: #ffffff;
  padding: 16px; }

/*--------*/
/* line 1257, ../css/all.css.scss */
.select_color_text {
  color: #4e4e4e; }

/* line 1260, ../css/all.css.scss */
hr {
  border: 1px solid #4e4e4e; }

/* line 1263, ../css/all.css.scss */
a.back {
  color: #4e4e4e; }

/* line 1266, ../css/all.css.scss */
ul.tabview li a {
  color: #4e4e4e; }

/* line 1269, ../css/all.css.scss */
.checkmark {
  border: solid 1px #4e4e4e; }

/*--------*/
/* line 1273, ../css/all.css.scss */
.select_color_linktext {
  color: #111111; }

/* line 1276, ../css/all.css.scss */
a, button {
  color: #111111; }

/* line 1279, ../css/all.css.scss */
a.more {
  border: 1px solid #111111;
  color: #111111; }

/* line 1283, ../css/all.css.scss */
.style_checkbox input:checked + .checkmark {
  background: #111111;
  border-color: #111111; }

/*--------*/
/* line 1288, ../css/all.css.scss */
.select_color_accent {
  color: #111111; }

/* line 1291, ../css/all.css.scss */
a.link_button, button.link_button {
  border: 1px solid #111111;
  color: #111111; }

/* line 1295, ../css/all.css.scss */
ul.tabview li a.choose {
  color: #111111;
  border-bottom: 1px solid #111111; }

/* line 1299, ../css/all.css.scss */
input[type="submit"] {
  border: 1px solid #111111;
  color: #111111; }

/* line 1303, ../css/all.css.scss */
input:focus, select:focus, textarea:focus {
  border-bottom: 1px solid #111111; }

/*--------*/
/* line 1307, ../css/all.css.scss */
.select_color_headlinebg {
  background: #ffffff;
  padding: 8px; }

/*--------*/
/* line 1312, ../css/all.css.scss */
.select_color_navbg {
  background: rgba(255,255,255,0.85);  }

/*--------*/
/* line 1316, ../css/all.css.scss */
.select_color_navtext {
  color: #111111; }

/* line 1319, ../css/all.css.scss */
.drawer-hamburger-icon {
  background-color: #111111; }
  /* line 1321, ../css/all.css.scss */
  .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    background-color: #111111; }

/*--------*/
/* line 1326, ../css/all.css.scss */
.select_color_footerbg {
  background: #111111; }

/*--------*/
/* line 1330, ../css/all.css.scss */
.select_color_footertext {
  color: #ffffff;
  fill: #ffffff; }
