@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;
}

/* line 16, ../css/all.css.scss */
a,
button {
  border: none;
  outline: none;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  /* .select_color_accent↓ */
}

/* html.wf-active a, html.wf-active button {
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
} */

/* line 26, ../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;
  /* .select_color_accent↓ */
}

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

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

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

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

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

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

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

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

/* line 67, ../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: 24px auto 0 auto;
}

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

/* line 81, ../css/all.css.scss */
h3 {
  text-align: center;
  font-size: 180%;
  margin: 0 0 24px 0;
}

/* line 86, ../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 96, ../css/all.css.scss */
ul.tableview {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
/* line 102, ../css/all.css.scss */
ul.tableview li {
  /* background: lightblue; */
  /* border: 1px solid black; */
  margin: 4px 0;
}
/* line 107, ../css/all.css.scss */
ul.tableview li.w15 {
  width: 15%;
}
/* line 108, ../css/all.css.scss */
ul.tableview li.w20 {
  width: 20%;
}
/* line 109, ../css/all.css.scss */
ul.tableview li.w25 {
  width: 25%;
}
/* line 110, ../css/all.css.scss */
ul.tableview li.w30 {
  width: 30%;
}
/* line 111, ../css/all.css.scss */
ul.tableview li.w35 {
  width: 35%;
}
/* line 112, ../css/all.css.scss */
ul.tableview li.w40 {
  width: 40%;
}
/* line 113, ../css/all.css.scss */
ul.tableview li.w45 {
  width: 45%;
}
/* line 114, ../css/all.css.scss */
ul.tableview li.w50 {
  width: 50%;
}
/* line 115, ../css/all.css.scss */
ul.tableview li.w55 {
  width: 55%;
}
/* line 116, ../css/all.css.scss */
ul.tableview li.w60 {
  width: 60%;
}
/* line 117, ../css/all.css.scss */
ul.tableview li.w65 {
  width: 65%;
}
/* line 118, ../css/all.css.scss */
ul.tableview li.w70 {
  width: 70%;
}
/* line 119, ../css/all.css.scss */
ul.tableview li.w75 {
  width: 75%;
}
/* line 120, ../css/all.css.scss */
ul.tableview li.w80 {
  width: 80%;
}
/* line 121, ../css/all.css.scss */
ul.tableview li.w85 {
  width: 85%;
}
/* line 122, ../css/all.css.scss */
ul.tableview li.w90 {
  width: 90%;
}
/* line 123, ../css/all.css.scss */
ul.tableview li.w95 {
  width: 95%;
}
/* line 124, ../css/all.css.scss */
ul.tableview li.w100 {
  width: 100%;
}

/* line 132, ../css/all.css.scss */
ul.tabview {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 70%;
  margin: 8px auto;
}
/* line 139, ../css/all.css.scss */
ul.tabview li {
  margin: 8px 8px 0 8px;
  text-align: center;
}
/* line 142, ../css/all.css.scss */
ul.tabview li a {
  font-weight: 400;
}
/* line 145, ../css/all.css.scss */
ul.tabview li a.choose {
  padding: 0 0 4px 0;
}
/* line 148, ../css/all.css.scss */
ul.tabview li a.choose:hover {
  opacity: 1;
  cursor: default;
}

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

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

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

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

/* line 171, ../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;
  margin: 8px 0 0 0;
  /* .select_color_accent↓ */
}

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

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

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

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

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

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

/* -------------------------------------------header */
/* line 245, ../css/all.css.scss */
header #PC_only {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
}
/* line 251, ../css/all.css.scss */
header #PC_only nav ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 10px;
}
/* line 256, ../css/all.css.scss */
header #PC_only nav ul li {
  margin: 0 8px;
  line-height: 40px;
}
/* line 259, ../css/all.css.scss */
header #PC_only nav ul li a {
  font-weight: 400;
  font-size: 90%;
}
/* line 264, ../css/all.css.scss */
header #PC_only nav ul li.logo {
  position: absolute;
  left: 16px;
}
/* line 267, ../css/all.css.scss */
header #PC_only nav ul li.logo h2.name {
  line-height: 40px;
}
/* line 271, ../css/all.css.scss */
header #PC_only nav ul li.logo h2.logo img {
  height: 24px;
  margin: 8px 0;
}
/* line 278, ../css/all.css.scss */
header #PC_only nav ul li.stream a {
  padding: 10px;
  line-height: 20px;
  border-radius: 4px;
  border: 1px solid;
}
/* line 288, ../css/all.css.scss */
header #SP_only {
  display: none;
}

/* -------------------------------------------index = home */
/* line 297, ../css/all.css.scss */
section#welcome {
  padding: 60px 0 8px 0;
  /* ヒーローイメージが無い場合↓を追加 */
  /* display: none; */
}
/* line 301, ../css/all.css.scss */
section#welcome img {
  width: 100%;
  vertical-align: bottom;
}

/* line 306, ../css/all.css.scss */
section#slider {
  background: #000;
  padding: 0;
  width: 100%;
  min-height: 240px;
  /* ヒーローイメージが無い場合↓を追加 */
  /* margin: 60px 0 0 0; */
  /* スライダーが無い場合↓を追加 */
  /* display: none; */
}

/* line 318, ../css/all.css.scss */
section.G-adsense1 {
  /* background: #000;*/
  padding: 0;
  margin: 24px auto 0 auto;
  width: 728px;
  height: 90px;
  /* スライダーが無い場合↓を追加 */
  /* margin: 60px 0 0 0; */
}

/* line 329, ../css/all.css.scss */
section#news_overview .centering,
section#media_news_overview .centering {
  /* space-betweenだが最後の行だけ左寄せ */
}
/* line 330, ../css/all.css.scss */
section#news_overview .centering ul.news_list,
section#media_news_overview .centering ul.news_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
/* line 335, ../css/all.css.scss */
section#news_overview .centering ul.news_list li,
section#media_news_overview .centering ul.news_list li {
  width: 32%;
  position: relative;
  z-index: 1;
  /* 必要であればリンク要素の重なりのベース順序指定 */
}
/* line 339, ../css/all.css.scss */
section#news_overview .centering ul.news_list li .box,
section#media_news_overview .centering ul.news_list li .box {
  overflow: hidden;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
}
/* line 343, ../css/all.css.scss */
section#news_overview .centering ul.news_list li .box img,
section#media_news_overview .centering ul.news_list li .box img {
  width: 100%;
}
/* line 346, ../css/all.css.scss */
section#news_overview .centering ul.news_list li .box h4,
section#media_news_overview .centering ul.news_list li .box h4 {
  font-size: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 8px 0 0 0;
}
/* line 353, ../css/all.css.scss */
section#news_overview .centering ul.news_list li .box p,
section#media_news_overview .centering ul.news_list li .box p {
  font-size: 90%;
  margin: 8px 0 0 0;
}
/* line 357, ../css/all.css.scss */
section#news_overview .centering ul.news_list li .box p.date,
section#media_news_overview .centering ul.news_list li .box p.date {
  font-size: 80%;
  color: #bababa;
}
/* line 361, ../css/all.css.scss */
section#news_overview .centering ul.news_list li .box a,
section#media_news_overview .centering ul.news_list li .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
  /* 必要であればリンク要素の重なりのベース順序指定 */
  display: block;
}
/* line 372, ../css/all.css.scss */
section#news_overview .centering ul.news_list li .box:hover,
section#media_news_overview .centering ul.news_list li .box:hover {
  opacity: 0.85;
  cursor: pointer;
}
/* line 379, ../css/all.css.scss */
section#news_overview .centering ul.news_list::after,
section#media_news_overview .centering ul.news_list::after {
  content: '';
  display: block;
  width: 33%;
}

/* line 389, ../css/all.css.scss */
section#live_overview .centering ul.live_list {
  list-style: none;
  position: relative;
}
/* line 392, ../css/all.css.scss */
section#live_overview .centering ul.live_list li {
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 8px 0;
  background: #fff;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
}
/* line 398, ../css/all.css.scss */
section#live_overview .centering ul.live_list li a {
  color: #111;
}
/* line 401, ../css/all.css.scss */
section#live_overview .centering ul.live_list li a ul.tableview li {
  padding: 16px;
  margin: 0;
  background: none;
}
/* line 409, ../css/all.css.scss */
section#live_overview
  .centering
  ul.live_list
  li
  a
  ul.tableview
  li.live_title
  h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
/* line 416, ../css/all.css.scss */
section#live_overview .centering ul.live_list li a ul.tableview li.venue {
  text-align: right;
}
/* line 418, ../css/all.css.scss */
section#live_overview .centering ul.live_list li a ul.tableview li.venue p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 424, ../css/all.css.scss */
section#live_overview .centering ul.live_list li a ul.tableview li.date {
  background: #f2f2f2;
}
/* line 427, ../css/all.css.scss */
section#live_overview
  .centering
  ul.live_list
  li
  a
  ul.tableview
  li.pending:after {
  content: '仮確定';
  margin: 0 0 0 4px;
  z-index: 1;
  padding: 8px;
  background: #bababa;
  text-align: center;
  font-weight: 700;
  font-size: 80%;
}
/* line 437, ../css/all.css.scss */
section#live_overview
  .centering
  ul.live_list
  li
  a
  ul.tableview
  li.soldout:after {
  content: 'SOLD OUT';
  margin: 0 0 0 4px;
  z-index: 1;
  padding: 8px;
  background: #fff;
  color: #ff1212;
  text-align: center;
  font-weight: 700;
  border: 2px solid;
  font-size: 80%;
}
/* line 452, ../css/all.css.scss */
section#live_overview .centering ul.live_list li:hover {
  opacity: 0.85;
  cursor: pointer;
}

/* line 461, ../css/all.css.scss */
section#disco_overview .centering {
  width: 50%;
}
/* line 464, ../css/all.css.scss */
section#disco_overview .centering ul.tableview li {
  width: 58%;
}
/* line 466, ../css/all.css.scss */
section#disco_overview .centering ul.tableview li img {
  width: 100%;
}
/* line 470, ../css/all.css.scss */
section#disco_overview .centering ul.tableview li.info {
  width: 40%;
}
/* line 472, ../css/all.css.scss */
section#disco_overview .centering ul.tableview li.info h4 {
  font-size: 140%;
  margin: 16px 0 0 0;
}
/* line 476, ../css/all.css.scss */
section#disco_overview .centering ul.tableview li.info p {
  font-size: 80%;
  line-height: 1.5;
}
/* line 480, ../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;
  white-space: pre-wrap;
}

/* line 489, ../css/all.css.scss */
section#movie_overview .centering {
  width: 80%;
}
/* line 491, ../css/all.css.scss */
section#movie_overview .centering .movie_widget {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 40px;
}
/* line 496, ../css/all.css.scss */
section#movie_overview .centering .movie_widget iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 508, ../css/all.css.scss */
section#goods_overview .centering {
  width: 50%;
}
/* line 511, ../css/all.css.scss */
section#goods_overview .centering ul.tableview li {
  width: 58%;
}
/* line 513, ../css/all.css.scss */
section#goods_overview .centering ul.tableview li img {
  width: 100%;
}
/* line 517, ../css/all.css.scss */
section#goods_overview .centering ul.tableview li.info {
  width: 40%;
}
/* line 519, ../css/all.css.scss */
section#goods_overview .centering ul.tableview li.info h4 {
  font-size: 140%;
  margin: 16px 0 0 0;
}
/* line 523, ../css/all.css.scss */
section#goods_overview .centering ul.tableview li.info p {
  font-size: 80%;
  line-height: 1.5;
}
/* line 527, ../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 536, ../css/all.css.scss */
section#photo_overview .centering {
  width: 50%;
}
/* line 538, ../css/all.css.scss */
section#photo_overview .centering img {
  width: 100%;
}

/* -------------------------------------------news, media news */
/* line 547, ../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: 110px 0;
}
/* line 550, ../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 {
  margin: 0;
}
/* line 554, ../css/all.css.scss */
#news section#news_overview .centering ul.news_list li,
#news section#media_news_overview .centering ul.news_list li,
#media_news section#news_overview .centering ul.news_list li,
#media_news section#media_news_overview .centering ul.news_list li {
  margin: 16px 0 0 0;
}

/* line 563, ../css/all.css.scss */
#news_single section#news_single_wrap {
  padding: 110px 0 80px 0;
}
/* line 565, ../css/all.css.scss */
#news_single section#news_single_wrap .centering {
  width: 60%;
}
/* line 567, ../css/all.css.scss */
#news_single section#news_single_wrap .centering h2.title {
  text-align: left;
  font-weight: 700;
}
/* line 571, ../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 576, ../css/all.css.scss */
#news_single section#news_single_wrap .centering .img_area {
  margin: 24px 0 0 0;
  background: #111;
  width: 100%;
}
/* line 581, ../css/all.css.scss */
#news_single section#news_single_wrap .centering p.center {
  text-align: center;
}
/* line 584, ../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 591, ../css/all.css.scss */
#news_single section#news_single_wrap .centering h4 {
  font-size: 120%;
}
/* line 594, ../css/all.css.scss */
#news_single section#news_single_wrap .centering p {
  margin: 8px 0 0 0;
}
/* line 597, ../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;
}
#news_single section#news_single_wrap .centering iframe {
  width: 100%;
  height: 350px;
  top: 0;
  left: 0;
  margin: 24px 0 0 0;
}

/* -------------------------------------------live */
/* line 608, ../css/all.css.scss */
#live section#live_overview {
  padding: 110px 0;
}
/* line 611, ../css/all.css.scss */
#live section#live_overview .centering h3 {
  margin: 0;
}
/* line 614, ../css/all.css.scss */
#live section#live_overview .centering ul.live_list {
  margin: 16px 0 0 0;
}

/* line 622, ../css/all.css.scss */
#live_single section {
  padding: 110px 0 80px 0;
}
/* line 624, ../css/all.css.scss */
#live_single section .centering {
  width: 80%;
}
/* line 627, ../css/all.css.scss */
#live_single section .centering ul.tableview li {
  padding: 16px;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
  white-space: pre-wrap;
}
/* line 631, ../css/all.css.scss */
#live_single section .centering ul.tableview li img {
  width: 100%;
  max-width: 500px;
}
/* line 635, ../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 640, ../css/all.css.scss */
#live_single section .centering ul.tableview li ul.playguide li {
  border: none;
  padding: 0;
  background: none;
}
/* line 647, ../css/all.css.scss */
#live_single section .centering ul.tableview li.bold {
  font-size: 120%;
  font-weight: 700;
}
/* line 651, ../css/all.css.scss */
#live_single section .centering ul.tableview li.pending:after {
  content: '仮確定';
  margin: 0 0 0 4px;
  z-index: 1;
  padding: 8px;
  background: #bababa;
  text-align: center;
  font-weight: 700;
  font-size: 80%;
}
/* line 661, ../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: 8px;
  background: #fff;
  color: #ff1212;
  text-align: center;
  font-weight: 700;
  border: 2px solid;
  font-size: 80%;
}

/* line 679, ../css/all.css.scss */
#ticket section {
  padding: 110px 0;
}
/* line 681, ../css/all.css.scss */
#ticket section .centering {
  width: 60%;
}
/* line 683, ../css/all.css.scss */
#ticket section .centering h3 {
  margin: 0;
}
/* line 686, ../css/all.css.scss */
#ticket section .centering p.description {
  margin: 8px 0 0 0;
  white-space: pre-wrap;
}
/* line 690, ../css/all.css.scss */
#ticket section .centering ul.tableview li {
  margin: 16px 0 0 0;
}
/* line 693, ../css/all.css.scss */
#ticket section .centering ul.tableview li.w20 {
  line-height: 34px;
}
/* line 696, ../css/all.css.scss */
#ticket section .centering ul.tableview .line-height34 {
  line-height: 34px;
}

/* line 705, ../css/all.css.scss */
#ticket_thankyou section,
#ticket_done section {
  padding: 110px 0;
}
/* line 707, ../css/all.css.scss */
#ticket_thankyou section .centering,
#ticket_done section .centering {
  width: 60%;
}
/* line 709, ../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 716, ../css/all.css.scss */
#ticket_thankyou section .centering p,
#ticket_done section .centering p {
  margin: 16px 0 0 0;
}
/* line 719, ../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 724, ../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 729, ../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 733, ../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 736, ../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 739, ../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 753, ../css/all.css.scss */
#bio section {
  padding: 110px 0;
}
/* line 755, ../css/all.css.scss */
#bio section .centering {
  width: 60%;
}
/* line 757, ../css/all.css.scss */
#bio section .centering img {
  width: 100%;
}
/* line 760, ../css/all.css.scss */
#bio section .centering h3.artist_name {
  margin: 40px 0 0 0;
}
/* line 763, ../css/all.css.scss */
#bio section .centering p {
  margin: 8px 0 0 0;
}
/* line 766, ../css/all.css.scss */
#bio section .centering ul.tableview {
  margin: 40px 0 0 0;
}
/* line 768, ../css/all.css.scss */
#bio section .centering ul.tableview li {
  width: 48%;
  margin: 8px 0;
}
/* line 771, ../css/all.css.scss */
#bio section .centering ul.tableview li img {
  width: 100%;
}
/* line 775, ../css/all.css.scss */
#bio section .centering ul.tableview li.info {
  width: 50%;
}
/* line 777, ../css/all.css.scss */
#bio section .centering ul.tableview li.info h4 {
  font-size: 140%;
}
/* line 780, ../css/all.css.scss */
#bio section .centering ul.tableview li.info p {
  font-size: 80%;
  line-height: 1.5;
}

/* -------------------------------------------disco */
/* line 793, ../css/all.css.scss */
#disco section#disco_overview {
  padding: 110px 0;
}
/* line 795, ../css/all.css.scss */
#disco section#disco_overview .centering {
  width: 80%;
  /* space-betweenだが最後の行だけ左寄せ */
}
/* line 797, ../css/all.css.scss */
#disco section#disco_overview .centering h3 {
  margin: 0;
}
/* line 800, ../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 805, ../css/all.css.scss */
#disco section#disco_overview .centering ul.disco_list li {
  width: 32%;
  position: relative;
  z-index: 1;
  /* 必要であればリンク要素の重なりのベース順序指定 */
}
/* line 809, ../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 814, ../css/all.css.scss */
#disco section#disco_overview .centering ul.disco_list li .box img {
  width: 100%;
}
/* line 817, ../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 824, ../css/all.css.scss */
#disco section#disco_overview .centering ul.disco_list li .box p {
  font-size: 90%;
  margin: 8px 0 0 0;
}
/* line 828, ../css/all.css.scss */
#disco section#disco_overview .centering ul.disco_list li .box p.release_date {
  font-size: 80%;
  color: #bababa;
}
/* line 832, ../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 843, ../css/all.css.scss */
#disco section#disco_overview .centering ul.disco_list li .box:hover {
  opacity: 0.85;
  cursor: pointer;
}
/* line 850, ../css/all.css.scss */
#disco section#disco_overview .centering ul.disco_list::after {
  content: '';
  display: block;
  width: 33%;
}

/* line 860, ../css/all.css.scss */
#disco_single section {
  padding: 110px 0 80px 0;
}
/* line 862, ../css/all.css.scss */
#disco_single section .centering {
  width: 80%;
}
/* line 865, ../css/all.css.scss */
#disco_single section .centering ul li {
  width: 58%;
}
/* line 867, ../css/all.css.scss */
#disco_single section .centering ul li img {
  width: 100%;
}
/* line 871, ../css/all.css.scss */
#disco_single section .centering ul li.info {
  width: 40%;
}
/* line 873, ../css/all.css.scss */
#disco_single section .centering ul li.info h4 {
  font-size: 140%;
  margin: 16px 0 0 0;
}
/* line 877, ../css/all.css.scss */
#disco_single section .centering ul li.info p {
  font-size: 80%;
  line-height: 1.5;
}
/* line 881, ../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;
  white-space: pre-wrap;
}
/* line 884, ../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 893, ../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;
}
#disco_single section .centering ul li.info p.venue_limited_text {
  margin: 4px 0 0 0;
}
/* line 902, ../css/all.css.scss */
#disco_single section .centering ul li.info a.more {
  width: 100%;
  text-align: center;
}

/* -------------------------------------------movie */
/* line 915, ../css/all.css.scss */
#movie section#movie_overview {
  padding: 110px 0;
}
/* line 917, ../css/all.css.scss */
#movie section#movie_overview .centering {
  width: 80%;
  /* space-betweenだが最後の行だけ左寄せ */
}
/* line 919, ../css/all.css.scss */
#movie section#movie_overview .centering h3 {
  margin: 0;
}
/* line 922, ../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 927, ../css/all.css.scss */
#movie section#movie_overview .centering ul.movie_list li {
  width: 32%;
  position: relative;
  z-index: 1;
  /* 必要であればリンク要素の重なりのベース順序指定 */
}
/* line 931, ../css/all.css.scss */
#movie section#movie_overview .centering ul.movie_list li .box {
  overflow: hidden;
  margin: 16px 0 0 0;
}
/* line 934, ../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 938, ../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 946, ../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 953, ../css/all.css.scss */
#movie section#movie_overview .centering ul.movie_list li .box p {
  font-size: 90%;
  margin: 8px 0 0 0;
}
/* line 957, ../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 971, ../css/all.css.scss */
#movie section#movie_overview .centering ul.movie_list::after {
  content: '';
  display: block;
  width: 33%;
}

/* -------------------------------------------goods */
/* line 983, ../css/all.css.scss */
#goods section#goods_overview {
  padding: 110px 0;
}
/* line 985, ../css/all.css.scss */
#goods section#goods_overview .centering {
  width: 80%;
  /* space-betweenだが最後の行だけ左寄せ */
}
/* line 987, ../css/all.css.scss */
#goods section#goods_overview .centering h3 {
  margin: 0;
}
/* line 990, ../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 995, ../css/all.css.scss */
#goods section#goods_overview .centering ul.goods_list li {
  width: 32%;
  position: relative;
  z-index: 1;
  /* 必要であればリンク要素の重なりのベース順序指定 */
}
/* line 999, ../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 1004, ../css/all.css.scss */
#goods section#goods_overview .centering ul.goods_list li .box img {
  width: 100%;
}
/* line 1007, ../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 1014, ../css/all.css.scss */
#goods section#goods_overview .centering ul.goods_list li .box p {
  font-size: 90%;
  margin: 8px 0 0 0;
}
/* line 1018, ../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 1029, ../css/all.css.scss */
#goods section#goods_overview .centering ul.goods_list li .box:hover {
  opacity: 0.85;
  cursor: pointer;
}
/* line 1036, ../css/all.css.scss */
#goods section#goods_overview .centering ul.goods_list::after {
  content: '';
  display: block;
  width: 33%;
}

/* line 1046, ../css/all.css.scss */
#goods_single section {
  padding: 110px 0 80px 0;
}
/* line 1048, ../css/all.css.scss */
#goods_single section .centering {
  width: 80%;
}
/* line 1051, ../css/all.css.scss */
#goods_single section .centering ul li {
  width: 58%;
}
/* line 1053, ../css/all.css.scss */
#goods_single section .centering ul li .img_area {
  width: 100%;
  background: #111;
}
/* line 1058, ../css/all.css.scss */
#goods_single section .centering ul li.info {
  width: 40%;
}
/* line 1060, ../css/all.css.scss */
#goods_single section .centering ul li.info p.category {
  margin: 0;
}
/* line 1063, ../css/all.css.scss */
#goods_single section .centering ul li.info h4 {
  font-size: 140%;
  margin: 16px 0 0 0;
}
/* line 1067, ../css/all.css.scss */
#goods_single section .centering ul li.info p {
  font-size: 80%;
  line-height: 1.5;
}
/* line 1071, ../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 1074, ../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 1083, ../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;
}
#goods_single section .centering ul li.info p.venue_limited_text {
  margin: 4px 0 0 0;
}
/* line 1092, ../css/all.css.scss */
#goods_single section .centering ul li.info a.more {
  width: 100%;
  text-align: center;
}

/* -------------------------------------------stream */
/* line 1105, ../css/all.css.scss */
#stream section {
  padding: 110px 0;
}
/* line 1107, ../css/all.css.scss */
#stream section .centering {
  width: 60%;
}
/* line 1109, ../css/all.css.scss */
#stream section .centering img {
  width: 100%;
}
/* line 1112, ../css/all.css.scss */
#stream section .centering p {
  margin: 16px 0 0 0;
}
/* line 1115, ../css/all.css.scss */
#stream section .centering h3.next_title {
  margin: 40px 0 0 0;
  text-align: left;
}
/* line 1119, ../css/all.css.scss */
#stream section .centering h3.next_date {
  font-size: 180%;
  text-align: left;
  margin: 0;
}
/* line 1124, ../css/all.css.scss */
#stream section .centering .movie_widget {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 16px 0 0 0;
}
/* line 1129, ../css/all.css.scss */
#stream section .centering .movie_widget iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 1137, ../css/all.css.scss */
#stream section .centering a.more {
  min-width: 50%;
  text-align: center;
  margin: 40px auto 0 auto;
}

/* -------------------------------------------photo */
/* line 1149, ../css/all.css.scss */
#photo section#photo_overview {
  padding: 110px 0;
}
/* line 1151, ../css/all.css.scss */
#photo section#photo_overview .centering {
  width: 80%;
  /* space-betweenだが最後の行だけ左寄せ */
}
/* line 1153, ../css/all.css.scss */
#photo section#photo_overview .centering h3 {
  margin: 0;
}
/* line 1156, ../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 1161, ../css/all.css.scss */
#photo section#photo_overview .centering ul.photo_list li {
  width: 32%;
  position: relative;
  z-index: 1;
  /* 必要であればリンク要素の重なりのベース順序指定 */
}
/* line 1165, ../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 1170, ../css/all.css.scss */
#photo section#photo_overview .centering ul.photo_list li .box img {
  width: 100%;
}
/* line 1173, ../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 1180, ../css/all.css.scss */
#photo section#photo_overview .centering ul.photo_list li .box p {
  font-size: 90%;
  margin: 8px 0 0 0;
}
/* line 1184, ../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 1195, ../css/all.css.scss */
#photo section#photo_overview .centering ul.photo_list li .box:hover {
  opacity: 0.85;
  cursor: pointer;
}
/* line 1202, ../css/all.css.scss */
#photo section#photo_overview .centering ul.photo_list::after {
  content: '';
  display: block;
  width: 33%;
}

/* line 1212, ../css/all.css.scss */
#photo_single section {
  padding: 110px 0;
}
/* line 1214, ../css/all.css.scss */
#photo_single section .centering {
  width: 60%;
}
/* line 1216, ../css/all.css.scss */
#photo_single section .centering ul {
  list-style: none;
}
/* line 1220, ../css/all.css.scss */
#photo_single section .centering ul li .box img {
  width: 100%;
}

/* -------------------------------------------contact */
/* line 1233, ../css/all.css.scss */
#contact section {
  padding: 110px 0;
}
/* line 1235, ../css/all.css.scss */
#contact section .centering {
  width: 60%;
}
/* line 1237, ../css/all.css.scss */
#contact section .centering h3 {
  margin: 0;
}
/* line 1240, ../css/all.css.scss */
#contact section .centering p.description {
  margin: 8px 0 0 0;
  white-space: pre-wrap;
}
/* line 1244, ../css/all.css.scss */
#contact section .centering ul.tableview li {
  margin: 16px 0 0 0;
}
/* line 1247, ../css/all.css.scss */
#contact section .centering ul.tableview li.w20 {
  line-height: 34px;
}

/* -------------------------------------------404 */
/* line 1258, ../css/all.css.scss */
#sorry_404_page section {
  padding: 110px 0;
}
/* line 1260, ../css/all.css.scss */
#sorry_404_page section .centering {
  width: 60%;
}
/* line 1262, ../css/all.css.scss */
#sorry_404_page section .centering p.center {
  text-align: center;
}
/* line 1265, ../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 1279, ../css/all.css.scss */
footer#footer section.footer_menu {
  padding: 24px 16px 40px 16px;
}
/* line 1283, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.tableview {
  justify-content: center;
}
/* line 1285, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.tableview li.AppleMusic {
  width: 49%;
  margin-right: 2%;
}
/* line 1289, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.tableview li.Spotify {
  width: 49%;
}
/* line 1291, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.tableview li.Spotify iframe {
  border-radius: 8px;
}
/* line 1296, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.tableview.banner {
  margin: 24px 0 0 0;
}
/* line 1298, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.tableview.banner li {
  margin: 0 4px;
}
/* line 1301, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.tableview.banner li a img {
  height: 100px;
}
/* line 1307, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.socialmedia {
  width: 80%;
  margin: 24px auto 0 auto;
  justify-content: center;
}
/* line 1311, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.socialmedia li {
  margin: 4px 16px;
}
/* line 1313, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.socialmedia li a {
  font-size: 70%;
}
/* line 1315, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.socialmedia li a svg {
  width: 20px;
  height: 20px;
}
/* line 1324, ../css/all.css.scss */
footer#footer p {
  font-size: 80%;
  text-align: center;
  margin: 8px 0 0 0;
}
/* line 1328, ../css/all.css.scss */
footer#footer p a {
  color: #fff;
  background: #111;
  padding: 4px;
}
/* line 1334, ../css/all.css.scss */
footer#footer p.copyright {
  margin: 24px 0 0 0;
}
/* line 1337, ../css/all.css.scss */
footer#footer section.G-adsense2 {
  /* background: #000;*/
  padding: 0;
  margin: 24px auto 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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