@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: 60%;
  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;
  justify-content: center;
  width: 70%;
  margin: 0 auto 24px auto; }
  /* line 135, ../css/all.css.scss */
  ul.tabview li {
    margin: 8px 8px 0 8px;
    text-align: center; }
    /* line 138, ../css/all.css.scss */
    ul.tabview li a {
      font-weight: 400; }
    /* line 141, ../css/all.css.scss */
    ul.tabview li a.choose {
      padding: 0 0 4px 0; }
    /* line 144, ../css/all.css.scss */
    ul.tabview li a.choose:hover {
      opacity: 1;
      cursor: default; }

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

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

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

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

/* line 168, ../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 178, ../css/all.css.scss */
input[type="submit"]:hover {
  opacity: 0.85; }

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

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

/* □ */
/* line 194, ../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 205, ../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 218, ../css/all.css.scss */
.style_checkbox input:checked + .checkmark {
  background: #111;
  /* チェック時の色 */
  border-color: #111;
  /* チェック時の色 */ }

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

/* line 226, ../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 236, ../css/all.css.scss */
.caution {
  margin: 8px 8px 0 0; }

/* -------------------------------------------header */
/* line 243, ../css/all.css.scss */
header #PC_only {
  width: 100%;
  z-index: 3;
  top: 0; }
  /* line 247, ../css/all.css.scss */
  header #PC_only .logo {
    padding: 20px 10px 0 10px; }
    /* line 249, ../css/all.css.scss */
    header #PC_only .logo h2.name {
      margin: 10px 10px 0 10px;
      line-height: 30px;
      text-align: center;
      font-size: 180%; }
    /* line 255, ../css/all.css.scss */
    header #PC_only .logo h2.logomark {
      margin: 20px 10px 0 10px; }
      /* line 257, ../css/all.css.scss */
      header #PC_only .logo h2.logomark img {
        display: block;
        height: 30px;
        margin: 0 auto; }
  /* line 265, ../css/all.css.scss */
  header #PC_only nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0 10px 10px 10px; }
    /* line 270, ../css/all.css.scss */
    header #PC_only nav ul li {
      margin: 0 8px;
      line-height: 40px; }
      /* line 273, ../css/all.css.scss */
      header #PC_only nav ul li a {
        font-weight: 400;
        font-size: 90%; }
/* line 281, ../css/all.css.scss */
header #SP_only {
  display: none; }

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

/* line 299, ../css/all.css.scss */
section#news_overview, section#media_news_overview,
section#live_overview {
  padding: 16px 0; }
  /* line 302, ../css/all.css.scss */
  section#news_overview .centering, section#media_news_overview .centering,
  section#live_overview .centering {
    /* space-betweenだが最後の行だけ左寄せ */ }
    /* line 303, ../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 305, ../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 308, ../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 313, ../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 319, ../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 323, ../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%; }
          section#live_overview .centering ul.no_style_list li .box p.live_venue{
            font-size: 140%;
          }
          /* line 326, ../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 340, ../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 354, ../css/all.css.scss */
          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 365, ../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 372, ../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 380, ../css/all.css.scss */
section#disco_overview {
  padding: 16px 0; }
  /* line 384, ../css/all.css.scss */
  section#disco_overview .centering ul.tableview li {
    width: 38%; }
    /* line 386, ../css/all.css.scss */
    section#disco_overview .centering ul.tableview li img {
      width: 100%; }
  /* line 390, ../css/all.css.scss */
  section#disco_overview .centering ul.tableview li.info {
    width: 60%; }
    /* line 392, ../css/all.css.scss */
    section#disco_overview .centering ul.tableview li.info h4 {
      font-size: 140%;
      margin: 16px 0 0 0; }
    /* line 396, ../css/all.css.scss */
    section#disco_overview .centering ul.tableview li.info p {
      font-size: 80%;
      line-height: 1.5; }
    /* line 400, ../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 408, ../css/all.css.scss */
section#movie_overview {
  padding: 16px 0; }
  /* line 411, ../css/all.css.scss */
  section#movie_overview .centering .movie_widget {
    position: relative;
    height: 0;
    padding-bottom: 56.25%; }
    /* line 415, ../css/all.css.scss */
    section#movie_overview .centering .movie_widget iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

/* line 427, ../css/all.css.scss */
section#goods_overview {
  padding: 16px 0; }
  /* line 431, ../css/all.css.scss */
  section#goods_overview .centering ul.tableview li {
    width: 38%; }
    /* line 433, ../css/all.css.scss */
    section#goods_overview .centering ul.tableview li img {
      width: 100%; }
  /* line 437, ../css/all.css.scss */
  section#goods_overview .centering ul.tableview li.info {
    width: 60%; }
    /* line 439, ../css/all.css.scss */
    section#goods_overview .centering ul.tableview li.info h4 {
      font-size: 140%;
      margin: 16px 0 0 0; }
    /* line 443, ../css/all.css.scss */
    section#goods_overview .centering ul.tableview li.info p {
      font-size: 80%;
      line-height: 1.5; }
    /* line 447, ../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 455, ../css/all.css.scss */
section#photo_overview {
  padding: 16px 0; }
  /* line 458, ../css/all.css.scss */
  section#photo_overview .centering img {
    width: 100%; }

/* -------------------------------------------news, media news */
/* line 467, ../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 470, ../css/all.css.scss */
  #news section#news_overview .centering h3, #news section#media_news_overview .centering h3, #media_news section#news_overview .centering h3, #media_news section#media_news_overview .centering h3 {
    text-align: center; }

/* line 480, ../css/all.css.scss */
#news_single section#news_single_wrap .centering h2.title {
  text-align: left;
  font-weight: 700; }
/* line 484, ../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 489, ../css/all.css.scss */
#news_single section#news_single_wrap .centering .img_area {
  margin: 24px 0 0 0;
  background: #111;
  width: 100%; }
/* line 494, ../css/all.css.scss */
#news_single section#news_single_wrap .centering p.center {
  text-align: center; }
/* line 497, ../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 504, ../css/all.css.scss */
#news_single section#news_single_wrap .centering h4 {
  font-size: 120%; }
/* line 507, ../css/all.css.scss */
#news_single section#news_single_wrap .centering p {
  margin: 8px 0 0 0; }
/* line 510, ../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 521, ../css/all.css.scss */
#live section#live_overview {
  padding: 80px 0 40px 0; }
  /* line 524, ../css/all.css.scss */
  #live section#live_overview .centering h3 {
    text-align: center; }

/* line 535, ../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 539, ../css/all.css.scss */
  #live_single section .centering ul.tableview li img {
    width: 100%;
    max-width: 500px; }
  /* line 543, ../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 548, ../css/all.css.scss */
    #live_single section .centering ul.tableview li ul.playguide li {
      border: none;
      padding: 0;
      background: none; }
/* line 555, ../css/all.css.scss */
#live_single section .centering ul.tableview li.bold {
  font-size: 120%;
  font-weight: 700; }
/* line 559, ../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 573, ../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 595, ../css/all.css.scss */
#ticket section .centering h3 {
  margin: 0; }
/* line 598, ../css/all.css.scss */
#ticket section .centering p.description {
  margin: 8px 0 0 0; }
/* line 602, ../css/all.css.scss */
#ticket section .centering ul.tableview li {
  margin: 16px 0 0 0; }
/* line 605, ../css/all.css.scss */
#ticket section .centering ul.tableview li.w20 {
  line-height: 34px; }
/* line 608, ../css/all.css.scss */
#ticket section .centering ul.tableview .line-height34 {
  line-height: 34px; }

/* line 619, ../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 626, ../css/all.css.scss */
#ticket_thankyou section .centering p, #ticket_done section .centering p {
  margin: 16px 0 0 0; }
/* line 629, ../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 634, ../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 639, ../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 643, ../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 646, ../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 649, ../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 665, ../css/all.css.scss */
#bio section .centering h3 {
  text-align: center; }
/* line 668, ../css/all.css.scss */
#bio section .centering img {
  width: 100%; }
/* line 671, ../css/all.css.scss */
#bio section .centering h3.artist_name {
  margin: 40px 0 0 0; }
/* line 674, ../css/all.css.scss */
#bio section .centering p {
  margin: 8px 0 0 0; }
/* line 677, ../css/all.css.scss */
#bio section .centering ul.tableview {
  margin: 40px 0 0 0; }
  /* line 679, ../css/all.css.scss */
  #bio section .centering ul.tableview li {
    width: 48%;
    margin: 8px 0; }
    /* line 682, ../css/all.css.scss */
    #bio section .centering ul.tableview li img {
      width: 100%; }
  /* line 686, ../css/all.css.scss */
  #bio section .centering ul.tableview li.info {
    width: 50%; }
    /* line 688, ../css/all.css.scss */
    #bio section .centering ul.tableview li.info h4 {
      font-size: 140%; }
    /* line 691, ../css/all.css.scss */
    #bio section .centering ul.tableview li.info p {
      font-size: 80%;
      line-height: 1.5; }

/* -------------------------------------------disco */
/* line 704, ../css/all.css.scss */
#disco section#disco_overview {
  padding: 80px 0 40px 0; }
  /* line 706, ../css/all.css.scss */
  #disco section#disco_overview .centering {
    /* space-betweenだが最後の行だけ左寄せ */ }
    /* line 707, ../css/all.css.scss */
    #disco section#disco_overview .centering h3 {
      text-align: center; }
    /* line 710, ../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 715, ../css/all.css.scss */
      #disco section#disco_overview .centering ul.disco_list li {
        width: 32%;
        position: relative;
        z-index: 1;
        /* 必要であればリンク要素の重なりのベース順序指定 */ }
        /* line 719, ../css/all.css.scss */
        #disco section#disco_overview .centering ul.disco_list li .box {
          overflow: hidden;
          margin: 16px 0 0 0;
          transition: all 0.1s ease-in;
          -webkit-transition: all 0.1s ease-in; }
          /* line 724, ../css/all.css.scss */
          #disco section#disco_overview .centering ul.disco_list li .box img {
            width: 100%; }
          /* line 727, ../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 734, ../css/all.css.scss */
          #disco section#disco_overview .centering ul.disco_list li .box p {
            font-size: 90%;
            margin: 8px 0 0 0; }
          /* line 738, ../css/all.css.scss */
          #disco section#disco_overview .centering ul.disco_list li .box p.release_date {
            font-size: 80%; }
          /* line 741, ../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 752, ../css/all.css.scss */
        #disco section#disco_overview .centering ul.disco_list li .box:hover {
          opacity: 0.85;
          cursor: pointer; }
    /* line 759, ../css/all.css.scss */
    #disco section#disco_overview .centering ul.disco_list::after {
      content: "";
      display: block;
      width: 33%; }

/* line 771, ../css/all.css.scss */
#disco_single section .centering h3 {
  text-align: center; }
/* line 775, ../css/all.css.scss */
#disco_single section .centering ul li {
  width: 58%; }
  /* line 777, ../css/all.css.scss */
  #disco_single section .centering ul li img {
    width: 100%; }
/* line 781, ../css/all.css.scss */
#disco_single section .centering ul li.info {
  width: 40%; }
  /* line 783, ../css/all.css.scss */
  #disco_single section .centering ul li.info h4 {
    font-size: 140%;
    margin: 16px 0 0 0; }
  /* line 787, ../css/all.css.scss */
  #disco_single section .centering ul li.info p {
    font-size: 80%;
    line-height: 1.5; }
  /* line 791, ../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 794, ../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 803, ../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 812, ../css/all.css.scss */
  #disco_single section .centering ul li.info a.more {
    width: 100%;
    text-align: center; }

/* -------------------------------------------movie */
/* line 825, ../css/all.css.scss */
#movie section#movie_overview {
  padding: 80px 0 40px 0; }
  /* line 827, ../css/all.css.scss */
  #movie section#movie_overview .centering {
    /* space-betweenだが最後の行だけ左寄せ */ }
    /* line 828, ../css/all.css.scss */
    #movie section#movie_overview .centering h3 {
      text-align: center; }
    /* line 831, ../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 836, ../css/all.css.scss */
      #movie section#movie_overview .centering ul.movie_list li {
        width: 32%;
        position: relative;
        z-index: 1;
        /* 必要であればリンク要素の重なりのベース順序指定 */ }
        /* line 840, ../css/all.css.scss */
        #movie section#movie_overview .centering ul.movie_list li .box {
          overflow: hidden;
          margin: 16px 0 0 0; }
          /* line 843, ../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 847, ../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 855, ../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 862, ../css/all.css.scss */
          #movie section#movie_overview .centering ul.movie_list li .box p {
            font-size: 90%;
            margin: 8px 0 0 0; }
          /* line 866, ../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 880, ../css/all.css.scss */
    #movie section#movie_overview .centering ul.movie_list::after {
      content: "";
      display: block;
      width: 33%; }

/* -------------------------------------------goods */
/* line 892, ../css/all.css.scss */
#goods section#goods_overview {
  padding: 80px 0 40px 0; }
  /* line 894, ../css/all.css.scss */
  #goods section#goods_overview .centering {
    /* space-betweenだが最後の行だけ左寄せ */ }
    /* line 895, ../css/all.css.scss */
    #goods section#goods_overview .centering h3 {
      text-align: center; }
    /* line 898, ../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 903, ../css/all.css.scss */
      #goods section#goods_overview .centering ul.goods_list li {
        width: 32%;
        position: relative;
        z-index: 1;
        /* 必要であればリンク要素の重なりのベース順序指定 */ }
        /* line 907, ../css/all.css.scss */
        #goods section#goods_overview .centering ul.goods_list li .box {
          overflow: hidden;
          margin: 16px 0 0 0;
          transition: all 0.1s ease-in;
          -webkit-transition: all 0.1s ease-in; }
          /* line 912, ../css/all.css.scss */
          #goods section#goods_overview .centering ul.goods_list li .box img {
            width: 100%; }
          /* line 915, ../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 922, ../css/all.css.scss */
          #goods section#goods_overview .centering ul.goods_list li .box p {
            font-size: 90%;
            margin: 8px 0 0 0; }
          /* line 926, ../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 937, ../css/all.css.scss */
        #goods section#goods_overview .centering ul.goods_list li .box:hover {
          opacity: 0.85;
          cursor: pointer; }
    /* line 944, ../css/all.css.scss */
    #goods section#goods_overview .centering ul.goods_list::after {
      content: "";
      display: block;
      width: 33%; }

/* line 956, ../css/all.css.scss */
#goods_single section .centering h3 {
  text-align: center; }
/* line 960, ../css/all.css.scss */
#goods_single section .centering ul li {
  width: 58%; }
  /* line 962, ../css/all.css.scss */
  #goods_single section .centering ul li .img_area {
    width: 100%;
    background: #111; }
/* line 967, ../css/all.css.scss */
#goods_single section .centering ul li.info {
  width: 40%; }
  /* line 969, ../css/all.css.scss */
  #goods_single section .centering ul li.info p.category {
    margin: 0; }
  /* line 972, ../css/all.css.scss */
  #goods_single section .centering ul li.info h4 {
    font-size: 140%;
    margin: 16px 0 0 0; }
  /* line 976, ../css/all.css.scss */
  #goods_single section .centering ul li.info p {
    font-size: 80%;
    line-height: 1.5; }
  /* line 980, ../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 983, ../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 992, ../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 1001, ../css/all.css.scss */
  #goods_single section .centering ul li.info a.more {
    width: 100%;
    text-align: center; }

/* -------------------------------------------stream */
/* line 1016, ../css/all.css.scss */
#stream section .centering h3 {
  text-align: center; }
/* line 1019, ../css/all.css.scss */
#stream section .centering img {
  width: 100%; }
/* line 1022, ../css/all.css.scss */
#stream section .centering p {
  margin: 16px 0 0 0; }
/* line 1025, ../css/all.css.scss */
#stream section .centering h3.next_title {
  margin: 40px 0 0 0;
  text-align: left; }
/* line 1029, ../css/all.css.scss */
#stream section .centering h3.next_date {
  font-size: 180%;
  text-align: left;
  margin: 0; }
/* line 1034, ../css/all.css.scss */
#stream section .centering .movie_widget {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 16px 0 0 0; }
  /* line 1039, ../css/all.css.scss */
  #stream section .centering .movie_widget iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
/* line 1047, ../css/all.css.scss */
#stream section .centering a.more {
  min-width: 50%;
  text-align: center;
  margin: 40px auto 0 auto; }

/* -------------------------------------------photo */
/* line 1059, ../css/all.css.scss */
#photo section#photo_overview {
  padding: 80px 0 40px 0; }
  /* line 1061, ../css/all.css.scss */
  #photo section#photo_overview .centering {
    /* space-betweenだが最後の行だけ左寄せ */ }
    /* line 1062, ../css/all.css.scss */
    #photo section#photo_overview .centering h3 {
      text-align: center; }
    /* line 1065, ../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 1070, ../css/all.css.scss */
      #photo section#photo_overview .centering ul.photo_list li {
        width: 32%;
        position: relative;
        z-index: 1;
        /* 必要であればリンク要素の重なりのベース順序指定 */ }
        /* line 1074, ../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 1079, ../css/all.css.scss */
          #photo section#photo_overview .centering ul.photo_list li .box img {
            width: 100%; }
          /* line 1082, ../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 1089, ../css/all.css.scss */
          #photo section#photo_overview .centering ul.photo_list li .box p {
            font-size: 90%;
            margin: 8px 0 0 0; }
          /* line 1093, ../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 1104, ../css/all.css.scss */
        #photo section#photo_overview .centering ul.photo_list li .box:hover {
          opacity: 0.85;
          cursor: pointer; }
    /* line 1111, ../css/all.css.scss */
    #photo section#photo_overview .centering ul.photo_list::after {
      content: "";
      display: block;
      width: 33%; }

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

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

/* -------------------------------------------404 */
/* line 1166, ../css/all.css.scss */
#sorry_404_page section {
  padding: 110px 0; }
  /* line 1169, ../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 1182, ../css/all.css.scss */
footer#footer section.footer_menu {
  padding: 40px 16px;
  margin: 40px 0 0 0; }
  /* line 1186, ../css/all.css.scss */
  footer#footer section.footer_menu .centering ul.tableview {
    justify-content: center; }
    /* line 1188, ../css/all.css.scss */
    footer#footer section.footer_menu .centering ul.tableview li.AppleMusic {
      width: 49%;
      margin-right: 2%; }
      /* line 1191, ../css/all.css.scss */
      footer#footer section.footer_menu .centering ul.tableview li.AppleMusic iframe {
        height: 300px; }
    /* line 1195, ../css/all.css.scss */
    footer#footer section.footer_menu .centering ul.tableview li.Spotify {
      width: 49%; }
      /* line 1197, ../css/all.css.scss */
      footer#footer section.footer_menu .centering ul.tableview li.Spotify iframe {
        border-radius: 8px;
        height: 300px; }
  /* line 1203, ../css/all.css.scss */
  footer#footer section.footer_menu .centering ul.tableview.banner {
    margin: 24px 0 0 0; }
    /* line 1205, ../css/all.css.scss */
    footer#footer section.footer_menu .centering ul.tableview.banner li {
      margin: 0 4px; }
      /* line 1208, ../css/all.css.scss */
      footer#footer section.footer_menu .centering ul.tableview.banner li a img {
        height: 100px; }
  /* line 1214, ../css/all.css.scss */
  footer#footer section.footer_menu .centering ul.socialmedia {
    width: 80%;
    margin: 24px auto 0 auto;
    justify-content: center; }
    /* line 1218, ../css/all.css.scss */
    footer#footer section.footer_menu .centering ul.socialmedia li {
      margin: 4px 16px; }
      /* line 1220, ../css/all.css.scss */
      footer#footer section.footer_menu .centering ul.socialmedia li a {
        font-size: 70%; }
        /* line 1222, ../css/all.css.scss */
        footer#footer section.footer_menu .centering ul.socialmedia li a svg {
          width: 16px;
          height: 16px; }
/* line 1231, ../css/all.css.scss */
footer#footer p {
  font-size: 80%;
  text-align: center;
  margin: 8px 0 0 0; }
  /* line 1235, ../css/all.css.scss */
  footer#footer p a {
    color: #fff;
    background: #111;
    padding: 4px; }
/* line 1241, ../css/all.css.scss */
footer#footer p.copyright {
  margin: 24px 0 0 0; }
/* line 1244, ../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 1259, ../css/all.css.scss */
.select_color_bg {
  background: #ffffff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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