@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,
input {
  border: none;
  outline: none;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  /* .select_color_accent↓ */
}

/* html.wf-active a, html.wf-active button, html.wf-active input {
  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,
input.link_button {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #111;
  color: #4e4e4e;
  /* .select_color_accent↓ */
}

a.more {
  border: 1px solid #111111;
  color: #111111;
}

/* 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.75;
  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: 24px 0 0 0;
}

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

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

/* line 70, ../css/all.css.scss */
h3 {
  text-align: center;
  font-size: 140%;
  margin: 0 0 16px 0;
}

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

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

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

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

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

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

/* line 155, ../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;
  background: none;
  /* .select_color_accent↓ */
}

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

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

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

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

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

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

/* -------------------------------------------header */
/* line 229, ../css/all.css.scss */
header #PC_only {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
}
/* line 235, ../css/all.css.scss */
header #PC_only nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 10px;
}
/* line 240, ../css/all.css.scss */
header #PC_only nav ul li {
  margin: 0 8px;
  line-height: 40px;
}
/* line 243, ../css/all.css.scss */
header #PC_only nav ul li a {
  font-weight: 400;
  font-size: 90%;
}
/* line 249, ../css/all.css.scss */
header #PC_only nav ul li.logo h2.name {
  line-height: 40px;
}
/* line 253, ../css/all.css.scss */
header #PC_only nav ul li.logo h2.logo img {
  height: 20px;
  position: relative;
  top: 3px;
}
/* line 263, ../css/all.css.scss */
header #SP_only {
  display: none;
}

/* -------------------------------------------index = home */
/* line 270, ../css/all.css.scss */
#home {
  padding: 0 0 24px 0;
}
/* line 272, ../css/all.css.scss */
#home section#welcome {
  padding: 60px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  /* ヒーローイメージが無い場合↓を追加 */
  /* display: none; */
}
/* line 280, ../css/all.css.scss */
#home section#welcome .box_mainimage {
  width: 600px;
  height: 400px;
}
/* line 283, ../css/all.css.scss */
#home section#welcome .box_mainimage img {
  width: 100%;
  vertical-align: bottom;
}
/* line 289, ../css/all.css.scss */
#home section#slider {
  background: #000;
  padding: 0;
  width: 60%;
  margin: 0 auto;
  min-height: 240px;
  /* ヒーローイメージが無い場合↓を追加 */
  /* margin: 60px 0 0 0; */
  /* スライダーが無い場合↓を追加 */
  /* display: none; */
}
/* line 302, ../css/all.css.scss */
#home section.G-adsense1 {
  /* background: #000; */
  padding: 0;
  margin: 24px auto 0 auto;
  width: 728px;
  height: 90px;
  /* スライダーが無い場合↓を追加 */
  /* margin: 60px 0 0 0; */
}
/* line 314, ../css/all.css.scss */
#home section#overview_list .centering ul.tableview {
  margin: 8px 0 0 0;
}
/* line 316, ../css/all.css.scss */
#home section#overview_list .centering ul.tableview li {
  line-height: 35px;
}
/* line 320, ../css/all.css.scss */
#home section#overview_list .centering ul.tableview li.w40 h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 326, ../css/all.css.scss */
#home section#overview_list .centering ul.tableview li.date {
  text-align: right;
}
/* line 329, ../css/all.css.scss */
#home section#overview_list .centering ul.tableview a.more {
  display: block;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #bababa;
  color: #4e4e4e;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 0 auto;
}
/* line 344, ../css/all.css.scss */
#home section#photo_overview .centering {
  width: 60%;
}
/* line 346, ../css/all.css.scss */
#home section#photo_overview .centering img {
  width: 100%;
}
/* line 349, ../css/all.css.scss */
#home section#photo_overview .centering a.more {
  display: block;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #bababa;
  color: #4e4e4e;
  font-weight: 400;
  width: 120px;
  margin: 8px auto 0 auto;
}

/* -------------------------------------------news, media news */
/* line 369, ../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: 84px 0 40px 0;
}
/* line 372, ../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 375, ../css/all.css.scss */
#news section#news_overview .centering ul.news_list,
#news section#media_news_overview .centering ul.news_list,
#media_news section#news_overview .centering ul.news_list,
#media_news section#media_news_overview .centering ul.news_list {
  margin: 16px 0 0 0;
  list-style: none;
}
/* line 378, ../css/all.css.scss */
#news section#news_overview .centering ul.news_list li.box,
#news section#media_news_overview .centering ul.news_list li.box,
#media_news section#news_overview .centering ul.news_list li.box,
#media_news section#media_news_overview .centering ul.news_list li.box {
  width: 100%;
}
/* line 380, ../css/all.css.scss */
#news section#news_overview .centering ul.news_list li.box ul.tableview,
#news section#media_news_overview .centering ul.news_list li.box ul.tableview,
#media_news section#news_overview .centering ul.news_list li.box ul.tableview,
#media_news
  section#media_news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview {
  position: relative;
  z-index: 1;
  /* 必要であればリンク要素の重なりのベース順序指定 */
}
/* line 383, ../css/all.css.scss */
#news section#news_overview .centering ul.news_list li.box ul.tableview li.w65,
#news
  section#media_news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  li.w65,
#media_news
  section#news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  li.w65,
#media_news
  section#media_news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  li.w65 {
  line-height: 80px;
}
/* line 385, ../css/all.css.scss */
#news
  section#news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  li.w65
  h4,
#news
  section#media_news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  li.w65
  h4,
#media_news
  section#news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  li.w65
  h4,
#media_news
  section#media_news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  li.w65
  h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 391, ../css/all.css.scss */
#news section#news_overview .centering ul.news_list li.box ul.tableview li.w15,
#news
  section#media_news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  li.w15,
#media_news
  section#news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  li.w15,
#media_news
  section#media_news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  li.w15 {
  line-height: 80px;
}
/* line 393, ../css/all.css.scss */
#news
  section#news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  li.w15
  p,
#news
  section#media_news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  li.w15
  p,
#media_news
  section#news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  li.w15
  p,
#media_news
  section#media_news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  li.w15
  p {
  font-size: 80%;
}
/* line 397, ../css/all.css.scss */
#news section#news_overview .centering ul.news_list li.box ul.tableview a,
#news section#media_news_overview .centering ul.news_list li.box ul.tableview a,
#media_news section#news_overview .centering ul.news_list li.box ul.tableview a,
#media_news
  section#media_news_overview
  .centering
  ul.news_list
  li.box
  ul.tableview
  a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
  /* 必要であればリンク要素の重なりのベース順序指定 */
}

/* line 414, ../css/all.css.scss */
#news_single section#news_single_wrap {
  padding: 84px 0 40px 0;
}
/* line 417, ../css/all.css.scss */
#news_single section#news_single_wrap .centering h2.title {
  text-align: left;
  font-weight: 700;
}
/* line 421, ../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 426, ../css/all.css.scss */
#news_single section#news_single_wrap .centering .img_area {
  margin: 24px 0 0 0;
  background: #111;
  width: 100%;
}
/* line 431, ../css/all.css.scss */
#news_single section#news_single_wrap .centering p.center {
  text-align: center;
}
/* line 434, ../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 441, ../css/all.css.scss */
#news_single section#news_single_wrap .centering h4 {
  font-size: 120%;
}
/* line 444, ../css/all.css.scss */
#news_single section#news_single_wrap .centering p {
  margin: 8px 0 0 0;
}
/* line 447, ../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 460, ../css/all.css.scss */
#live section#live_overview {
  padding: 84px 0 40px 0;
}
/* line 463, ../css/all.css.scss */
#live section#live_overview .centering h3 {
  margin: 0;
}
/* line 466, ../css/all.css.scss */
#live section#live_overview .centering ul.live_list {
  margin: 16px 0 0 0;
  list-style: none;
  position: relative;
}
/* line 470, ../css/all.css.scss */
#live section#live_overview .centering ul.live_list li {
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 8px 0;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
}
/* line 476, ../css/all.css.scss */
#live section#live_overview .centering ul.live_list li ul.tableview {
  position: relative;
  z-index: 1;
  /* 必要であればリンク要素の重なりのベース順序指定 */
}
/* line 479, ../css/all.css.scss */
#live section#live_overview .centering ul.live_list li ul.tableview li {
  padding: 16px;
  margin: 0;
  background: none;
}
/* line 487, ../css/all.css.scss */
#live
  section#live_overview
  .centering
  ul.live_list
  li
  ul.tableview
  li.live_title
  h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
/* line 494, ../css/all.css.scss */
#live section#live_overview .centering ul.live_list li ul.tableview li.venue {
  text-align: right;
}
/* line 496, ../css/all.css.scss */
#live section#live_overview .centering ul.live_list li ul.tableview li.venue p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 502, ../css/all.css.scss */
#live
  section#live_overview
  .centering
  ul.live_list
  li
  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 512, ../css/all.css.scss */
#live
  section#live_overview
  .centering
  ul.live_list
  li
  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 524, ../css/all.css.scss */
#live section#live_overview .centering ul.live_list li ul.tableview a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
  /* 必要であればリンク要素の重なりのベース順序指定 */
}
/* line 535, ../css/all.css.scss */
#live section#live_overview .centering ul.live_list li:hover {
  opacity: 0.85;
  cursor: pointer;
}

/* line 545, ../css/all.css.scss */
#live_single section {
  padding: 84px 0 40px 0;
}
/* line 548, ../css/all.css.scss */
#live_single section .centering h3 {
  padding: 0 16px;
}
/* line 552, ../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 556, ../css/all.css.scss */
#live_single section .centering ul.tableview li img {
  width: 100%;
  max-width: 500px;
}
/* line 560, ../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 565, ../css/all.css.scss */
#live_single section .centering ul.tableview li ul.playguide li {
  border: none;
  padding: 0;
  background: none;
}
/* line 572, ../css/all.css.scss */
#live_single section .centering ul.tableview li.bold {
  font-size: 120%;
  font-weight: 700;
}
/* line 576, ../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 586, ../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 604, ../css/all.css.scss */
#ticket section {
  padding: 84px 0 40px 0;
}
/* line 607, ../css/all.css.scss */
#ticket section .centering h3 {
  margin: 0;
}
/* line 610, ../css/all.css.scss */
#ticket section .centering p.description {
  margin: 8px 0 0 0;
  white-space: pre-wrap;
}
/* line 614, ../css/all.css.scss */
#ticket section .centering ul.tableview li {
  margin: 16px 0 0 0;
}
/* line 617, ../css/all.css.scss */
#ticket section .centering ul.tableview li.w20 {
  line-height: 34px;
}
/* line 620, ../css/all.css.scss */
#ticket section .centering ul.tableview .line-height34 {
  line-height: 34px;
  padding: 0 0 0 8px;
}

/* line 630, ../css/all.css.scss */
#ticket_thankyou section,
#ticket_done section {
  padding: 84px 0 40px 0;
}
/* line 633, ../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 640, ../css/all.css.scss */
#ticket_thankyou section .centering p,
#ticket_done section .centering p {
  margin: 16px 0 0 0;
}
/* line 643, ../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 648, ../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 653, ../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 657, ../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 660, ../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 663, ../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 678, ../css/all.css.scss */
#bio section {
  padding: 84px 0 40px 0;
}
/* line 680, ../css/all.css.scss */
#bio section .centering {
  width: 60%;
}
/* line 682, ../css/all.css.scss */
#bio section .centering img {
  width: 100%;
}
/* line 685, ../css/all.css.scss */
#bio section .centering h3.artist_name {
  margin: 40px 0 0 0;
}
/* line 688, ../css/all.css.scss */
#bio section .centering p {
  margin: 8px 0 0 0;
}
/* line 691, ../css/all.css.scss */
#bio section .centering ul.tableview {
  margin: 40px 0 0 0;
}
/* line 693, ../css/all.css.scss */
#bio section .centering ul.tableview li {
  width: 28%;
  margin: 8px 0;
}
/* line 696, ../css/all.css.scss */
#bio section .centering ul.tableview li img {
  width: 100%;
}
/* line 700, ../css/all.css.scss */
#bio section .centering ul.tableview li.info {
  width: 70%;
}
/* line 702, ../css/all.css.scss */
#bio section .centering ul.tableview li.info h4 {
  font-size: 140%;
}
/* line 705, ../css/all.css.scss */
#bio section .centering ul.tableview li.info p {
  font-size: 80%;
  line-height: 1.5;
}

/* -------------------------------------------disco */
/* line 718, ../css/all.css.scss */
#disco section#disco_overview {
  padding: 84px 0 40px 0;
}
/* line 720, ../css/all.css.scss */
#disco section#disco_overview .centering {
  /* space-betweenだが最後の行だけ左寄せ */
}
/* line 721, ../css/all.css.scss */
#disco section#disco_overview .centering h3 {
  margin: 0;
}
/* line 724, ../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 729, ../css/all.css.scss */
#disco section#disco_overview .centering ul.disco_list li {
  width: 49%;
  position: relative;
  z-index: 1;
  /* 必要であればリンク要素の重なりのベース順序指定 */
}
/* line 733, ../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 738, ../css/all.css.scss */
#disco section#disco_overview .centering ul.disco_list li .box img {
  width: 100%;
}
/* line 741, ../css/all.css.scss */
#disco section#disco_overview .centering ul.disco_list li .box h4 {
  font-size: 110%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 8px 0 0 0;
}
/* line 748, ../css/all.css.scss */
#disco section#disco_overview .centering ul.disco_list li .box p {
  font-size: 90%;
  margin: 8px 0 0 0;
}
/* line 752, ../css/all.css.scss */
#disco section#disco_overview .centering ul.disco_list li .box p.release_date {
  font-size: 80%;
  color: #bababa;
}
/* line 756, ../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 767, ../css/all.css.scss */
#disco section#disco_overview .centering ul.disco_list li .box:hover {
  opacity: 0.85;
  cursor: pointer;
}
/* line 774, ../css/all.css.scss */
#disco section#disco_overview .centering ul.disco_list::after {
  content: '';
  display: block;
  width: 49%;
  height: 0;
}

/* line 785, ../css/all.css.scss */
#disco_single section {
  padding: 84px 0 40px 0;
}
#disco_single section .centering ul li {
  width: 100%;
}
/* line 790, ../css/all.css.scss */
#disco_single section .centering ul li img {
  width: 100%;
}
/* line 795, ../css/all.css.scss */
#disco_single section .centering ul li.info h4 {
  font-size: 140%;
  margin: 16px 0 0 0;
}
/* line 799, ../css/all.css.scss */
#disco_single section .centering ul li.info p {
  font-size: 80%;
  line-height: 1.5;
}
/* line 803, ../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 806, ../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 815, ../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 824, ../css/all.css.scss */
#disco_single section .centering ul li.info a.more {
  margin: 8px 0 0 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
}

/* -------------------------------------------movie */
/* line 842, ../css/all.css.scss */
#movie section#movie_overview {
  padding: 84px 0 40px 0;
}
/* line 844, ../css/all.css.scss */
#movie section#movie_overview .centering {
  /* space-betweenだが最後の行だけ左寄せ */
}
/* line 845, ../css/all.css.scss */
#movie section#movie_overview .centering h3 {
  margin: 0;
}
/* line 848, ../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 853, ../css/all.css.scss */
#movie section#movie_overview .centering ul.movie_list li {
  width: 49%;
  position: relative;
  z-index: 1;
  /* 必要であればリンク要素の重なりのベース順序指定 */
}
/* line 857, ../css/all.css.scss */
#movie section#movie_overview .centering ul.movie_list li .box {
  overflow: hidden;
  margin: 16px 0 0 0;
}
/* line 860, ../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 864, ../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 872, ../css/all.css.scss */
#movie section#movie_overview .centering ul.movie_list li .box h4 {
  font-size: 110%;
  margin: 8px 0 0 0;
  overflow: auto;
  text-overflow: clip;
  white-space: normal;
}
/* line 879, ../css/all.css.scss */
#movie section#movie_overview .centering ul.movie_list li .box p {
  font-size: 90%;
  margin: 8px 0 0 0;
}
/* line 883, ../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 897, ../css/all.css.scss */
#movie section#movie_overview .centering ul.movie_list::after {
  content: '';
  display: block;
  width: 49%;
  height: 0;
}

/* -------------------------------------------goods */
/* line 913, ../css/all.css.scss */
#goods section#goods_overview {
  padding: 84px 0 40px 0;
}
/* line 915, ../css/all.css.scss */
#goods section#goods_overview .centering {
  /* space-betweenだが最後の行だけ左寄せ */
}
/* line 916, ../css/all.css.scss */
#goods section#goods_overview .centering h3 {
  margin: 0;
}
/* line 919, ../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 924, ../css/all.css.scss */
#goods section#goods_overview .centering ul.goods_list li {
  width: 49%;
  position: relative;
  z-index: 1;
  /* 必要であればリンク要素の重なりのベース順序指定 */
}
/* line 928, ../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 933, ../css/all.css.scss */
#goods section#goods_overview .centering ul.goods_list li .box img {
  width: 100%;
}
/* line 936, ../css/all.css.scss */
#goods section#goods_overview .centering ul.goods_list li .box h4 {
  font-size: 110%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 8px 0 0 0;
}
/* line 943, ../css/all.css.scss */
#goods section#goods_overview .centering ul.goods_list li .box p {
  font-size: 90%;
  margin: 8px 0 0 0;
}
/* line 947, ../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 958, ../css/all.css.scss */
#goods section#goods_overview .centering ul.goods_list li .box:hover {
  opacity: 0.85;
  cursor: pointer;
}
/* line 965, ../css/all.css.scss */
#goods section#goods_overview .centering ul.goods_list::after {
  content: '';
  display: block;
  width: 49%;
  height: 0;
}

/* line 976, ../css/all.css.scss */
#goods_single section {
  padding: 84px 0 40px 0;
}
/* line 981, ../css/all.css.scss */
#goods_single section .centering ul li .img_area {
  width: 100%;
  background: #111;
}
/* line 987, ../css/all.css.scss */
#goods_single section .centering ul li.info p.category {
  margin: 0;
}
/* line 990, ../css/all.css.scss */
#goods_single section .centering ul li.info h4 {
  font-size: 140%;
  margin: 16px 0 0 0;
}
/* line 994, ../css/all.css.scss */
#goods_single section .centering ul li.info p {
  font-size: 80%;
  line-height: 1.5;
}
/* line 998, ../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 1001, ../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 1010, ../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 1019, ../css/all.css.scss */
#goods_single section .centering ul li.info a.more {
  margin: 8px 0 0 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
}

/* -------------------------------------------stream */
/* line 1036, ../css/all.css.scss */
#stream section {
  padding: 84px 0 40px 0;
}
/* line 1038, ../css/all.css.scss */
#stream section .centering {
  width: 60%;
}
/* line 1040, ../css/all.css.scss */
#stream section .centering img {
  width: 100%;
}
/* line 1043, ../css/all.css.scss */
#stream section .centering p {
  margin: 16px 0 0 0;
}
/* line 1046, ../css/all.css.scss */
#stream section .centering h3.next_title {
  margin: 40px 0 0 0;
  text-align: left;
}
/* line 1050, ../css/all.css.scss */
#stream section .centering h3.next_date {
  font-size: 180%;
  text-align: left;
  margin: 0;
}
/* line 1055, ../css/all.css.scss */
#stream section .centering .movie_widget {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 16px 0 0 0;
}
/* line 1060, ../css/all.css.scss */
#stream section .centering .movie_widget iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 1068, ../css/all.css.scss */
#stream section .centering a.more {
  margin: 40px 0 0 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
}

/* -------------------------------------------photo */
/* line 1083, ../css/all.css.scss */
#photo section#photo_overview {
  padding: 84px 0 40px 0;
}
/* line 1085, ../css/all.css.scss */
#photo section#photo_overview .centering {
  /* space-betweenだが最後の行だけ左寄せ */
}
/* line 1086, ../css/all.css.scss */
#photo section#photo_overview .centering h3 {
  margin: 0;
}
/* line 1089, ../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 1094, ../css/all.css.scss */
#photo section#photo_overview .centering ul.photo_list li {
  width: 32%;
  position: relative;
  z-index: 1;
  /* 必要であればリンク要素の重なりのベース順序指定 */
}
/* line 1098, ../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 1103, ../css/all.css.scss */
#photo section#photo_overview .centering ul.photo_list li .box img {
  width: 100%;
}
/* line 1106, ../css/all.css.scss */
#photo section#photo_overview .centering ul.photo_list li .box h4 {
  font-size: 110%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 8px 0 0 0;
}
/* line 1113, ../css/all.css.scss */
#photo section#photo_overview .centering ul.photo_list li .box p {
  font-size: 90%;
  margin: 8px 0 0 0;
}
/* line 1117, ../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 1128, ../css/all.css.scss */
#photo section#photo_overview .centering ul.photo_list li .box:hover {
  opacity: 0.85;
  cursor: pointer;
}
/* line 1135, ../css/all.css.scss */
#photo section#photo_overview .centering ul.photo_list::after {
  content: '';
  display: block;
  width: 33%;
}

/* line 1145, ../css/all.css.scss */
#photo_single section {
  padding: 84px 0 40px 0;
}
/* line 1148, ../css/all.css.scss */
#photo_single section .centering ul {
  list-style: none;
}
/* line 1152, ../css/all.css.scss */
#photo_single section .centering ul li .box img {
  width: 100%;
}

/* -------------------------------------------contact */
/* line 1165, ../css/all.css.scss */
#contact section {
  padding: 84px 0 40px 0;
}
/* line 1168, ../css/all.css.scss */
#contact section .centering h3 {
  margin: 0;
}
/* line 1171, ../css/all.css.scss */
#contact section .centering p.description {
  margin: 8px 0 0 0;
  white-space: pre-wrap;
}
/* line 1175, ../css/all.css.scss */
#contact section .centering ul.tableview li {
  margin: 16px 0 0 0;
}
/* line 1178, ../css/all.css.scss */
#contact section .centering ul.tableview li.w20 {
  line-height: 34px;
}

/* -------------------------------------------404 */
/* line 1189, ../css/all.css.scss */
#sorry_404_page section {
  padding: 84px 0 40px 0;
}
/* line 1192, ../css/all.css.scss */
#sorry_404_page section .centering p.center {
  text-align: center;
}
/* line 1195, ../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 1209, ../css/all.css.scss */
footer#footer section.footer_menu {
  padding: 24px 0 40px 0;
}
/* line 1212, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.tableview {
  justify-content: center;
}
/* line 1214, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.tableview li.AppleMusic {
  width: 35%;
  margin-right: 1%;
}
/* line 1218, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.tableview li.Spotify {
  width: 35%;
}
/* line 1220, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.tableview li.Spotify iframe {
  border-radius: 8px;
}
/* line 1225, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.tableview.banner {
  margin: 24px 0 0 0;
}
/* line 1227, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.tableview.banner li {
  margin: 0 4px;
}
/* line 1230, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.tableview.banner li a img {
  height: 100px;
}
/* line 1236, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.socialmedia {
  width: 60%;
  margin: 24px auto 0 auto;
  justify-content: center;
}
/* line 1240, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.socialmedia li {
  margin: 4px 16px;
}
/* line 1242, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.socialmedia li a {
  font-size: 70%;
}
/* line 1244, ../css/all.css.scss */
footer#footer section.footer_menu .centering ul.socialmedia li a svg {
  width: 16px;
  height: 16px;
}
/* line 1253, ../css/all.css.scss */
footer#footer p {
  font-size: 80%;
  text-align: center;
  margin: 8px 0 0 0;
}
/* line 1257, ../css/all.css.scss */
footer#footer p a {
  color: #fff;
  background: #111;
  padding: 4px;
}
/* line 1263, ../css/all.css.scss */
footer#footer p.copyright {
  margin: 24px 0 0 0;
}
/* line 1266, ../css/all.css.scss */
footer#footer section.G-adsense2 {
  /* background: #000; */
  padding: 0;
  margin: 24px auto 0 auto;
  /* max-width: 728px; */
  /* height: 90px; */
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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