@charset "utf-8";

@media screen and (max-width: 768px) {

/* =============================================================

　　Mobile - Module Setting

============================================================= */

/*  Text
-------------------------- */

.txt-bold-sp {
  font-weight: bold;
}

/* -- Text Other -- */

.txt-catch {
  margin-top: 30px;
}

.txt-tel {
  font-size: 1.25em;
}

.txt-tel .link-tel {
  font-size: 1.5em;
  letter-spacing: -.01em;
}

.link-tel a {
  color: inherit;
  text-decoration: none;
}

link-tel a:hover {
  text-decoration: underline;
}

.txt-cont {
  line-height: 2;
}

.txt-cont p {
}

.txt-note {
  padding: 15px;
}

.txt-note .txt-lg {
  font-size: 1.1em;
}


/*  Link
-------------------------- */

/*  Title
-------------------------- */

.ttl {
}

.ttl.ttl-style1 {
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 1.15em;
  text-align: center;
}

.ttl.ttl-style1 span {
  display: block;
}

.ttl.ttl-style1 .txt-lg {
  padding-right: 0;
  line-height: 1.6;
}

.ttl.ttl-style1 .txt-sm {
  padding-left: 5px;
  font-size: .7em;
}

.ttl.ttl-style2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.ttl.ttl-style2 .txt-lg {
  font-size: 1.3em;
  letter-spacing: .08em;
}

.ttl.ttl-style2 .txt-sm {
  font-size: .8em;
  line-height: 2.5;
}

.ttl.ttl-style3 {
  margin-bottom: 10px;
  letter-spacing: .05em;
}

.ttl.ttl-style3 .txt-lg {
  font-size: 1.2em;
}

.ttl.ttl-style4 {
  font-size: 1.3em;
}

.ttl.ttl-style5 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1.25em;
}

.ttl.ttl-style6 {
  font-size: 1.2em;
}

.ttl.ttl-style7 {
  padding-bottom: 20px;
  font-size: 1.3em;
  letter-spacing: 0;
  line-height: 2;
}

.ttl.ttl-style7:before {
  width: 30px;
}

.ttl.ttl-style8 {
  padding-right: 15px;
  padding-left: 15px;
}

.ttl.ttl-style9 {
  font-size: 1.25em;
}

.ttl.ttl-style10 {
  font-size: 1.05em;
}


/*  Button
-------------------------- */

.btn {
  padding: 12px 28px;
  font-size: 1em;
}

.btn .fa:before {
  margin-right: 10px;
}

.btn-link .txt-sm {
  font-size: .95em;
}

/* -- Button Size -- */

/* Small Size */
.btn-sm {
  padding: 8px;
}

/* Middle Size */
.btn-md {
  padding: 6px 20px;
}

/* Large Size */
.btn-lg {
  width: 100%;
  font-size: 1.2em;
}

/* -- Button Frame -- */

.btn.btn-frame {
}

.btn-sm.btn-frame.icn-arw:before {
  right: 10px;
}

/* -- Button Arrow -- */

.btn.icn-arw {
}

.btn.icn-arw:before {
  width: 9px;
  height: 9px;
}

/* Small Size */
.btn-sm.icn-arw {
  padding-right: 17px;
}

/*  X Large Size */
.btn-lg-x.icn-arw {
  padding-right: 40px;
}

.btn-lg-x.icn-arw:before {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: 10px;
  border-width: 3px 3px 0 0;
}

/* ---- Button Other ---- */

/* -- Ticket -- */

.btn.btn-ticket {
  width: 100%;
  min-width: 0;
  font-size: .92em;
  background-position: 12px center;
  background-size: 37px;
}

/* -- Web / Tel -- */

.btn.btn-web,
.btn.btn-tel {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 1.15em;
}

.btn.btn-web .btn-icn,
.btn.btn-tel .btn-icn {
  padding-top: 10px;
  padding-left: 55px;
  padding-bottom: 10px;
}

/* -- Web -- */

.btn.btn-web {
}

.btn.btn-web .btn-icn {
  background-size: 45px;
}

/* -- Tel -- */

.btn.btn-tel .btn-icn {
  background-position: 2px center;
  background-size: 40px;
}


/*  Tag
-------------------------- */

.tag {
  font-size: .95em;
  letter-spacing: .05em; 
}



/*  Icon
-------------------------- */

.icn {
}

/* -- Arrow Icon -- */

.icn-arw,
.icn-arw2,
.icn-arw3 {
  padding-left: 12px;
}

.icn-arw:before,
.icn-arw:after {
  top: 5px;
  border-width: 4px 5px;
}

/* -- Icon Arrow3 -- */

.icn-arw3 {
}

.icn-arw3:before {
  top: 4px;
  width: 6px;
  height: 6px;
}

/* -- Round Icon -- */

.icn-rounded {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  font-size: 15px;
  line-height: 20px;
}

/* -- Font Awesome Icon -- */

.fa:before {
}

.fa-exclamation:before {
}

/* -- Movie Icon -- */

.icn-movie {
}

.icn-movie > *:before {
  width: 80px;
  height: 40px;
  margin-top: -18px;
  margin-left: -30px;
}

.icn-movie > *:after {
  margin-top: -4px;
  margin-left: 5px;
  border-width: 6px 10px;

}



/*  Image
-------------------------- */

.img-frame {
}

.img-frame img {
}


/*  List
-------------------------- */

/* -- List Line -- */

.list-line > ul > li {
  padding: 15px 0;
}

/* -- List Dot -- */

.list-dot {
  margin: 20px 0 30px;
}

.list-dot.list-dot2,
.list-dot.list-dot3,
.list-dot.list-dot4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.list-dot.list-dot2 ul li,
.list-dot.list-dot3 ul li,
.list-dot.list-dot4 ul li {
  padding-top: 8px;
}

.list.list-dot {
  margin: 0;
}

.list-dot.list-dot2 ul li:before,
.list-dot.list-dot3 .list-dot.list-dot2 ul li:before {
  padding-right: 7px;
}

/* -- List Number -- */

.list-num {
  margin: 20px 0 30px;
}

.list-num ol {
  padding-left: 25px;
}

.list-num li ol {
  padding-left: 35px;
}

/* -- List Arrow -- */

.list-arw {
}

.list-arw ul {
  padding-left: 2px;
}

/* -- List Definition -- */

.list-dl dl {
  margin: 0; 
}

.list-dl > ul > li:first-child {
  padding-top: 0;
}

/* -- List Definition2 -- */

.list-dl2 dl,
.list-dl2 dl dt,
.list-dl2 dl dd {
  display: block;
}

.list-dl2 dl dt {
}

.list-dl2 dl dt:before {
  content: " [ ";
}

.list-dl2 dl dt:after {
  content: " ] ";
}

.list-dl2 dl dd {
  padding-left: 0;
}

.list-dl2 .txt-lg {
  font-size: 1em;
}

/* -- List Definition3 -- */

.list-dl3 dl {
}

.list-dl3 dl,
.list-dl3 dl dt,
.list-dl3 dl dd {
  display: block;
}

.list-dl3 dl dt {
  min-width: 0;
}

.list-dl3 dl dd {
  padding-left: 0;
}

.list-dl3 .txt-lg {
  font-size: 1em;
}

.list-dl3.list-line > ul > li {
  padding-right: 5px;
  padding-left: 5px;
}

/* -- List Definition Contact -- */

.list-dl-contact dl {
  margin: 0;
  padding-top: 0;
}

.list-dl-contact dl,
.list-dl-contact dl dt,
.list-dl-contact dl dd {
  display: block;
  width: 100%;
  float: none;
  padding: 0;
  line-height: 1.65;
}

.list-dl-contact dl dt,
.list-dl-contact dl dd {
  padding-top: 4px;
}

.list-dl-contact dl dt {
}

.list-dl-contact dl dt:after {
}

.list-dl-contact dl dd {
}

/* -- List News -- */

.news-list dl dt {
  width: 100%;
  margin-bottom: 0;
}

.news-thumb {
  display: block;
}

.news-thumb .news-thumb-inner {
  float: none;
  margin: 0 auto;
}

.news-thumb .txt-caption {
  padding-top: 10px;
}


/*  Table
-------------------------- */

.table {
  margin-bottom: 5px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px;
  border-top-width: 0;
}

.table-ttl-sp {
  background-color: #f6f6f6;
  font-weight: bold;
}

/* ---- Responsive ---- */

.table-responsive {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* ---- Responsive2 ---- */

.table-responsive2,
.table-responsive2 caption,
.table-responsive2 thead,
.table-responsive2 tbody,
.table-responsive2 tfoot,
.table-responsive2 tr,
.table-responsive2 th,
.table-responsive2 td {
  display: block;
  width: 100% !important;
  min-width: 0;
  border-width: 0;
  padding: 0;
}

.table-responsive2 caption {
  margin-bottom: 10px;
}

.table-responsive2 > thead > tr,
.table-responsive2 > tbody > tr,
.table-responsive2 > tfoot > tr {
  border-width: 1px 0 0 0;
}

.table-responsive2 > thead > tr + tr,
.table-responsive2 > tbody > tr + tr,
.table-responsive2 > tfoot > tr + tr {
  border-top-width: 0;
}

.table-responsive2 > thead > tr > td,
.table-responsive2 > tbody > tr > td,
.table-responsive2 > tfoot > tr > td {
  border-width: 0 1px 1px 1px;
}

/* ---- Contact ---- */

.table-contact {
}

/* ---- Concert ---- */

.table-concert {
  margin-top: 15px;
  margin-bottom: 15px;
}

.table-concert .thumb-people {
  overflow: hidden;
  width: auto;
  text-align: left;
  font-size: 1.1em;
}

.table-concert .thumb-people img {
  float: left;
  width: 35%;
  min-width: 90px;
  max-width: 140px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.table-concert .thumb-people br {
  display: none;
}

/* ---- Ticket ---- */

.table-ticket {
  display: block; 
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.table-ticket caption {
  display: block;
}

.table-ticket thead { 
  display: none;
}

.table-ticket tbody { 
  display: block; 
  width: auto; 
  overflow-x: auto; 
  white-space: nowrap;
}

.table-ticket tbody,
.table-ticket tbody tr,
.table-ticket tbody td { 
  display: block;
}

.table-ticket > tbody > tr {
  padding-bottom: 15px;
  border-top-width: 0;
}

.table-ticket > tbody > tr > td {
  padding-top: 7px;
  padding-bottom: 7px;
}

.table-ticket tbody .seat0 {
  width: 100%;
  margin-bottom: 10px;
  background-color: #eee;
  font-weight: bold;
}

.table-ticket tbody .seat0:before {
  display: none;
}

.table-ticket .txt-seat {
  padding-right: 10px;
  font-weight: bold;
}

.table-ticket .txt-sales {
  padding-left: 20px;
}

.table-ticket .ticket-sales .txt-seat {
  margin-left: -32px;
}


/*  Grid
-------------------------- */

/*  Column
-------------------------- */

/* ---- Common ---- */

.column > * {
  letter-spacing: -.40em;
}

.column > * > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
}

.column > * > *.column-full-sp {
  width: 100% !important;
}
/* -- Thumb -- */

.thumb .thumb-inner {
}

.thumb .thumb-inner {
  width: 100%;
}

.thumb .thumb-inner:before {
  font-size: 3vw;
}

.thumb .thumb-inner img {
  min-width: 100%;
}

/* -- Title -- */

.column .column-ttl {
  padding-top: 22px;
  text-align: center;
  line-height: 1.65;
}

/* -- Cont -- */

.column .column-cont {
  padding-top: 15px;
}

/* ---- 2 Column ---- */

.column.column2 > * {
  margin-top: -15px;
  margin-left: 0;
}

.column.column2 > * > * {
  width: 100%;
  padding: 15px 0 0;
}

.column.column2 .column-cont {
  line-height: 2;
}

/* ---- 3 Column ---- */

.column.column3 > * {
  margin-top: -25px;
  margin-left: 0;
}

.column.column3 > * > * {
  width: 100%;
  padding: 25px 0 0;
}

.column.column3 .txt-cont {
  line-height: 2;
}

/* ---- 4 Column ---- */

.column.column4 > * {
  margin-top: -20px;
  margin-left: -20px;
}

.column.column4 > * > * {
  width: 50%;
  padding: 20px 0 0 20px;
}

/* ---- 5 Column ---- */

.column.column5 > * {
  margin-top: -20px;
  margin-left: -20px;
}

.column.column5 > * > * {
  width: 50%;
  padding: 20px 0 0 20px;
}

/* ---- 6 Column ---- */

.column.column6 > * {
  margin-top: -20px;
  margin-left: -20px;
}

.column.column6 > * > * {
  width: 33.333%;
  padding: 20px 0 0 20px;
}

/* ---- Line Column ---- */

.column.column-line,
.column.column-line2 {
  margin: 30px 0;
}

.column.column-line > * {
  display: block;
  margin: 0;
}

.column.column-line > * > * {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.column.column-line2 > * {
  margin: 0 0 0 -12px;
}

.column.column-line2 > * > * {
}

.column.column-line2 .column-inner {
  padding-top: 15px;
}

/* ---- Column Style1 ---- */

.column.column-style1 {
  margin: 10px 0;
}

.column.column-style1 > * {
  margin: 0 -5px;
}

.column.column-style1 > * > * {
  padding: 5px;
}

.column.column-style1 .column-inner {
  padding: 0;
}

.column.column-style1 dt {
  padding: 10px 15px;
}

.column.column-style1 dd {
  padding: 15px;
}

/*  Section
-------------------------- */

.section {
  margin-bottom: 30px;
  line-height: 1.8;
}

.section:last-child {
  margin-bottom: 20px;
}

.section-head {
  padding-bottom: 7px;
}

.section-head .ttl {
  float: none;
  font-size: 1.3em;
}

.section-head.float-left {
  float: none;
  width: 100%;
}

.section-content.float-right {
  float: none;
  width: 100%;
}

/* ---- Section Main / SIde ---- */

.section-main,
.section-side {
  float: none;
  width: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-main.float-right,
.section-side.float-right {
  width: auto;
  padding-left: 0;
}

.section-main.float-left,
.section-side.float-left {
  width: auto;
}

.section-main {
  line-height: 1.7;
}

.section-side {
}

.section-side .section {
  margin-bottom: 0;
}

.section-side .thumb,
.section-half .thumb {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---- Section Half ---- */

.section-half {
  float: none;
  width: 100%;
}

.section-half.float-left,
.section-half.float-right {
  padding: 0;
}

/* ---- Section Inner ---- */

.section-inner {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

.section-inner2 {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

.section.line-top,
.section-inner.line-top,
.section-inner2.line-top {
  margin-top: 30px;
  padding-top: 30px;
}

.section-inner3 {
  margin: 0;
}

/*  Box Decoration
-------------------------- */

.line-top {
}

.line-dot {
}

.line-frame {
  padding-right: 15px;
  padding-left: 15px;
}

.line-frame2 {
  border-width: 6px;
  padding-right: 15px;
  padding-left: 15px;
}


/*  Breadcrumb
-------------------------- */

.breadcrumb {
  display: none;
  float: none;
  width: auto;
  padding: 15px;
  font-size: .9em;
  line-height: 1.7;
}

.breadcrumb a {
  display: inline;
}


/*  Pagination
-------------------------- */

.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1em;
}

.pagination div > * {
  margin: 0 1px 12px;
  font-size: 1.05em;
}

.pagination .icn-arw:before,
.pagination .icn-arw:after {
  margin-top: -8px;
  margin-left: -3px;
  border-width: 8px;
}

.pagination .icn-arw:after {  
  margin-left: -5px;
  border-left-color: #fff;
}

.pagination .icn-arw.previous:before,
.pagination .icn-arw.previous:after {
  margin-left: -12px;
}

.pagination .icn-arw.previous:after {
  margin-left: -10px;
}


/*  Pager
-------------------------- */

.pager {
  margin: 30px 0;
  font-size: .85em;
}

.pager .btn {
  margin: 0;
  padding: 0;
}

.pager .btn a {
  padding: 15px;
}


/*  Mail Form
-------------------------- */

.contact-section {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
  padding: 25px 20px;
}

.contact-section .line-top {
  margin-top: 25px;
  padding-top: 25px;
}

.contact-section .ttl.ttl-style6 {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.contact-section .ttl.ttl-style9 {
  font-size: 1.25em;
  margin-bottom: 2px;
}

/* ---- Form Mail ---- */

.form-mail {
  margin: 25px 0 0;
}

.form-mail .table > tbody > tr > th {
  font-size: 1.05em;
}

.form-mail .table > tbody > tr > td {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}

.form-mail .table > tbody > tr.table-line {
  padding-top: 10px !important;
}

.form-mail .form-control {
  width: 116%;
}

.form-mail textarea.form-control {
  padding: 10px;
}

.form-mail .field-w2 {
  width: 30%;
  min-width: 70px;
}

.form-mail .field-w2 + .field-w2 {
  margin-left: 0;
}

.form-mail .control-label {
  padding: 0;
}

/* ---- Form Button ---- */

.form-btn {
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 1.15em;
}

.form-btn .btn {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (max-width: 380px) {

  .form-btn {
    padding-top: 10px;
  }

  .form-btn form {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }

  .form-btn input {
    width: 100%;
  }
}

/* ---- Form Error ---- */

.form-error {
  margin-top: -5px;
}

/* ---- Message ---- */

.contact-message {
  margin-top: 20px;
  margin-bottom: 15px;
}

.contact-message p {
  padding: 10px 15px;
}

/* ---- Confirm ---- */

.contact-confirm {
  margin-top: 0;
}

.contact-confirm .table > tbody > tr > th {
  padding: 8px 12px !important;
}

.contact-confirm .table > tbody > tr > td {
  padding: 12px 12px 20px !important;
}

.contact-confirm .form-btn {
  padding-bottom: 10px;
}

/* ---- Finish ---- */

.contact-finish {
  margin-bottom: 0 !important;
  padding: 10px 15px 0;
}

.contact-finish .form-btn {
  padding-top: 30px;
}


/*  Search Form
-------------------------- */

.search-form-wrap {
  display: table !important;
  overflow: hidden;
  width: 101.5%;
  margin-right: 0;
  margin-left: 0;
  padding: 20px 0 0;
  background: none;
}

.search-form .search-input {
  width: 116%;
  padding-right: 40px;
}

.search-form .search-btn {
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

/*  Embed
-------------------------- */

.embed {
  max-width: 520px;
  margin: 0 auto;
}

.embed iframe {
  width: 100%;
  height: 52vw;
}

/* -- Embed Twitter -- */

.embed-tw {
  max-width: 380px;
}

/*  SNS
-------------------------- */

.list-sns {
}


/*  Mega Header 
-------------------------- */

.mega-header {
}

.mega-header .inner {
  padding: 25px 15px 0;
  text-align: center;
}

.mega-header h1 span {
  display: block;
}

.mega-header h1 .txt-lg {
  margin-bottom: 5px;
  padding-right: 0;
  line-height: 1.4;
}

.mega-header h1 .txt-sm {
}


/*  Detail
-------------------------- */

/* ---- Entry Body ---- */

.entry-body {
}

/* ---- Title ---- */

.entry-body h1 {
}

.entry-body h2 {
}

.entry-body h3 {
}

/* ---- Entry Header ---- */

.entry-header {
}

/* ---- Entry Mata ---- */

.entry-meta {
}

/* ---- Entry Content ---- */

.entry-content {
}

/* ---- List ---- */

.entry-body .list {
  font-size: 1em;
}

/* -- List Dot -- */

.entry-body ul {
}

/* -- List Number -- */

.entry-body ol {
}

/* ---- Table ---- */

.entry-body table {
  width: 100%;
}

/* ---- List Row ---- */

.entry-body .list-row {
  margin-top: 20px;
}

.entry-body .list-row ul {
  margin-left: 0;
}

.entry-body .list-row li {
  display: block;
  width: auto;
  margin: 0 0 20px;
}

.entry-body .list-row li img {
  margin-bottom: 6px;
}

/* ---- Entry Section ---- */

.entry-body .section {
}

.entry-body .section .ttl-section2 {
  font-size: 1.2em;
}

/* ------ Entry Outline ------ */

.entry-body .outline-section {
  padding-bottom: 30px;

}

/* ---- Entry Title ---- */

.entry-body .entry-title {
  position: relative;
  float: none;
  width: auto;
  padding-top: 25px;
  padding-bottom: 15px;
}

/* -- Title -- */

.entry-body .ttl-entry {
  display: block;
  font-size: 1.7em;
  line-height: 1.5;
}

.entry-body .entry-title .tag-ticket {
  position: absolute;
  top: 0;
  left: 0;
}

/* ---- Entry Image ---- */

.entry-body .entry-img {
  float: none;
  width: auto;
  padding-left: 0;
  padding-bottom: 5px;
  background: none;
  font-size: 1em;
}

/* -- Entry Cont -- */

.entry-body .entry-cont {
}

/* -- Date -- */

.entry-body .txt-date {
}

.entry-body .txt-date .date-year,
.entry-body .txt-date .date-day,
.entry-body .txt-date .date-week {
  font-size: 1.3em;
}

/* -- Sub Catch -- */

.entry-contents .ttl-sub-catch {
  font-size: 1.1em;
  line-height: 1.9;
}

/* ---- Entry Contents ---- */

.entry-contents {
}

/* ------ Ticket ------ */

.entry-body .ticket-section {
}

/* ------ Profile ------ */

.entry-body .profile-list {
  padding-right: 0;
  font-size: .95em;
}

.entry-body .profile-list > * {
  margin-left: -10px;
  margin-bottom: 0;
  padding: 0;
}

.entry-body .profile-list > * > * {
  width: 50%;
  padding-left: 10px;
}

.entry-body .profile-list .thumb .thumb-inner {
  position: relative;
  height: auto;
  padding-bottom: 100%;
}

.entry-body .profile-list .thumb .thumb-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.entry-body .profile-list .btn.btn-sm {
  width: 100%;
  padding: 8px 5px;
  font-size: 1em;
}

/* ---- Summary ---- */

.summary {
  padding-left: 15px;
}

.summary > p,
.entry-cont,
.entry-cont-inner {
  margin-top: 10px;
  padding-top: 10px;
}

.summary .ttl,
.summary .profile {
  margin-left: -15px;
}

/* -- Profile Detail -- */

.profile-detail {
}

.profile-detail .ttl {
  font-size: 1.3em;
  font-weight: bold;
}

.profile-detail .img-thumb {
  width: 200px;
  text-align: center;
}

.profile-detail .img-thumb.float-left,
.profile-detail .img-thumb.float-right {
  float: none;
}

.profile-detail .img-thumb,
.profile-detail .img-thumb.float-left,
.profile-detail .img-thumb.float-right {
  margin: 0 auto 20px;
}

.profile-detail p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* -- Ticket -- */

.ticket {
  padding: 0;
}

.ticket-list > * {
  margin: 0 !important;
}

.ticket .ticket-cont,
.ticket .ticket-btn {
  padding: 0 !important;
}

.ticket .ticket-cont dl {
  margin-bottom: 15px;
  line-height: 1.6;
}

.ticket .ticket-btn {
  padding-top: 10px;
}

/* ---- Notice ---- */

.notice {
  font-size: 1.05em;
}

.notice .notice-head,
.notice .notice-content {
  display: block;
  width: auto;
  padding: 10px;
  vertical-align: top;
}

.notice .notice-head {
  font-size: 1.1em;
}

.notice .notice-content {
  padding-top: 15px;
  padding-bottom: 20px;
}

.notice .notice-content-inner {
  display: block;
}

.notice .notice-content .notice-left,
.notice .notice-content .notice-right {
  display: block;
  vertical-align: top;
}

.notice .notice-content .notice-left {
  border-right: none;
  padding-right: 0;
}

.notice .notice-content .notice-right {
  width: auto;
  padding-top: 15px;
  padding-left: 0;
}

.notice .notice-content .notice-btn a {
  display: block;
  margin: 0 20px;
  padding: 10px;
  border: 1px solid #16a6b6;
  text-align: center;
}

/* ---- Discount List ---- */

.discount-list {
  font-size: 1.05em;
}

.discount-list dl dt,
.discount-list dl dd {
  display: block;
  float: none;
  width: auto;
  padding-left: 70px;
}

/* ---- Ticket Other List ---- */

.ticket-other-list,
.entry-body .ticket-other-list {
}

.ticket-other-list ul > li {
  padding-top: 15px;
}

.ticket-other-list ul > li:first-child {
  padding-top: 0;
}

.ticket-other-list dl dt {
  float: none;
  width: auto;
  padding-right: 0;
}

.ticket-other-list dl dt a:before {
  content: "■";
}


/*  Article Detail
-------------------------- */

.article-detail {
  font-size: 1.1em;
}

/* ---- Title ---- */

.article-detail .entry-title {
  margin: 0 0 2em;
  padding: 0;
}

.article-detail .entry-title {
  font-size: .95em;
}

.article-detail .entry-title h1 {
  font-size: 1.6em;
}


/*  Concert Common Setting
-------------------------- */

/* -- Image -- */

/* ThumbNail Image */

.img-thumb {
}

/* -- Text -- */

/* Child */

.txt-child {
}

.txt-child .tag {
}

/* Asterisk */

.txt-asterisk {
}

/* Price */

.txt-price strong {
  font-weight: bold;
}

.txt-price > span,
.txt-price > strong > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 8px;
}

.txt-price span + br {
  display: none;
}

/* -- Tag Info -- */

.tag-info {
}

.tag-info li {
  display: block;
  padding: 2px 0 0;
}

.tag-info li:first-child {
  padding-top: 0 !important;
}

.tag-info .txt-info {
  padding: 0 2px 0 5px;
}

.tag-info img {
  height: 12px;
  margin-left: -2px;
}

/* -- SNS -- */

.sns-list {
  margin-left: -4px;
}

/* -- Notes -- */

.notes {
  margin-top: 20px;
  margin-bottom: 20px;
}

.notes2 {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.7;
}

.notes3 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}


/*  Date Navi
-------------------------- */

/* ------ Date Navi ------ */

.datenav {
  margin-bottom: 0;
}

.datenav > * {
  display: block;
}

.datenav > p {
  line-height: 1.8;
}

.datenav > .tag-info li {
  padding-top: 7px;
}

/* ------ Date Table ------ */

.date-table {
  margin-bottom: 30px;
  border-width: 0;
}

.cell {
  display: block;
  width: auto !important;
  border-width: 0;
  padding: 0;
}

/* -- Hall -- */

.cell-date .txt-hall {
  font-size: .9em;
}

/* ---- Date Cell ---- */

.date-cell {
  display: block;
  padding: 20px 15px 25px;
}

.date-cell:first-child {
  border-top-width: 3px;
}

.date-cell .entry-link {
  margin: -20px -15px -25px;
  padding: 20px 15px 25px;
}

/* -- Date -- */

.cell-date {
  float: none;
}

.cell-date .date-day {
  font-size: 1.2em;
}

.cell-date .date-time {
  display: inline;
  font-weight: bold;
}

/* ---- Date Contents ---- */

.cell-date-contents {
  float: none;
  padding: 10px 0 0;
}

/* ---- Date Cont ---- */

.cell-date-cont,
.cell-date-cont p {
  display: block;
  margin: 15px -15px 0;
  padding: 15px 15px 0;
  border-top: 1px dotted #888;
}

.cell-date-cont:first-child,
.img-thumb + .cell-date-cont {
  padding-top: 0;
  border-top-width: 0;
}

.img-thumb + .cell-date-cont {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* Image */

.cell .img-thumb {
}

/* Title */

.cell .ttl-entry {
  font-size: 1.15em;
  line-height: 1.6;
}

/*  カレンダー
-------------------------- */

.calendar-container {
}

/* ---- Calendar Month ---- */

.calendar-month {
  padding: 0;
}

/* ---- This Month ---- */

.calendar-month .cal-month .txt-month {
}

/* -- Button -- */

.calendar-month .btn.arw {
  display: none;
}

/* ---- Select Month ---- */

.calendar-month #cal-nav-select {
  float: right;
  padding-top: 15px;
}

/* -- Select Input -- */

.select-input-inner,
.select-input select {
  height: 30px;
}

.select-input-inner {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.select-input-inner:before {
  left: 13px;
  border-width: 8px 5px;
}

.select-input-inner:after {
  display: block;
  position: absolute;
  top: 0;
  left: 34px;
  bottom: 0;
  border-left: 1px solid #ccc;
  content: "";
}

.select-input select {
  min-width: 180px;
  margin-right: -28px;
  padding-left: 53px;
  border: none;
  font-size: 11px;
}

/* ------ Date Table ------ */

.date-table.table-calendar {
  padding-top: 0;
  font-size: 1.1em;
}


/*  Archive Navi
-------------------------- */

.archivenav {
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: .9em;
}


/*  Entry List
-------------------------- */

.entry-list {
  margin-bottom: 25px;
}

.entry-list.column > * {
  margin-top: -25px;
  margin-left: -10px;
}

.entry-list.column > * > * {
  width: 50%;
  padding-top: 25px;
  padding-left: 10px;
}

/* ---- Entry ---- */

.entry {
  font-size: .95em;
}

.entry .entry-img,
.entry .entry-contents {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}

/* -- Link -- */

.entry .entry-link {
}

/* -- Image -- */

.entry .entry-img {
  margin-bottom: 10px;
}

/* -- Contents -- */

.entry .entry-contents {
  font-size: .95em;
}

.entry .entry-contents > * {
  margin-top: 4px;
}

/* -- Hall -- */

.entry .txt-hall {
  margin-top: 0;
}

/* -- Title -- */

.entry .entry-title {
}

.entry .txt-catch-top,
.entry .txt-catch-bottom {
  font-size: 1em;
  line-height: 1.4;
}

.entry .txt-catch-bottom {
  margin-top: 2px;
}

.entry .ttl-sub-catch {
  display: none;
  font-size: 1.05em;
}

/* -- Date -- */

.entry .txt-date {
  margin-top: 0;
  line-height: 1.8;
}

.entry .txt-date .date-day {
  font-size: 1.25em;
}

/* -- Price -- */

.entry .txt-price {
}

.entry .txt-price > span,
.entry .txt-price > strong > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 8px;
}



/*  Page Navi
-------------------------- */

.pagenav-wrap {
  display: none;
}

.pagenav {
}

.pagenav ul {
  margin: 0 !important;
  padding: 0 !important;
}

.pagenav li {
  width: 100% !important;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.pagenav li:first-child {
  border-top: 1px solid #ccc;
}

.pagenav li a {
  padding: 12px 14px !important;
}

.pagenav li a:before {
  top: 50% !important;
  left: auto !important;
  right: 10px !important;
  bottom: auto !important;
  transform: rotate(-92deg);
  border-width: 7px 5px !important;
  margin: -8px 0 0 !important;
}

.pagenav-wrap + .section {
  padding-top: 0 !important;
}

/* -- 3 Column -- */

.pagenav.column3 {
  font-size: 1.1em;
}

/* -- Fixed Navi -- */

#fixednav .pagenav.scroll {
  position: inherit;
  top: auto !important;
  left: auto;
  width: 100%;
  padding: 0;
  box-shadow: none;
}

/* -- Index Navi -- */

#indexnav.pagenav-wrap {
  display: block;
}

/* -- Icon -- */

.pagenav .icn-nav,
#indexnav .pagenav .icn-nav {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 48px;
  height: 30px;
  margin: 0 10px 0 0;
  text-align: center;
  vertical-align: middle;
}

.pagenav .icn-nav img,
#indexnav .pagenav .icn-nav img {
  height: 60px;
  max-height: inherit !important;
}

.pagenav a:hover .icn-nav img,
#indexnav .pagenav a:hover .icn-nav img {
  margin-top: -30px;
}

/* -- Page Navi Section -- */

.pagenav-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/*  Tab
-------------------------- */

.tab-wrap {
  margin-bottom: 0;
  padding: 0;
}

/* -- Select -- */

.tab-select {
  margin: 0 0 15px;
  border-width: 0;
  font-size: .9em;
}

.tab-select .tab-select-pc {
  display: none;
}

.tab-select .tab-select-sp {
  display: block;
}

.tab-select ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-select .icn {
  display: flex;
  align-items: center;
  height: 100%; 
  padding: 15px 10px !important;
}

/* -- Select Form -- */

.select-form {
}

.select-form:before {
  left: 15px;
  margin-top: -6px;
}

.select-form:after {
  margin-top: -5px;
}

.select-form.media-sp {
  display: block;
}

.select-form select {
  padding-left: 60px;
}

/*  Contact
-------------------------- */

.contact-area {
  margin-top: -10px !important;
  text-align: left;
}

.contact-area ul {
  margin: 0 !important;
}

.contact-area li {
  margin-bottom: 15px !important;
  padding: 0 !important;
}

.contact-area dd {
  padding: 20px 15px;
}

/*  News List
-------------------------- */

.news-list {
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.02em;
  line-height: 1.9;
}

.tag.news {
  min-width: 90px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: .82em;
}

.news-list > ul > li:first-child {
  padding-top: 15px;
  border-top-width: 1px;
}

.news-list li dt {
  display: block;
  float: none;
  width: auto;
  padding: 0 10px;
  padding-bottom: 0;
  letter-spacing: .05em;
}

.news-list li dd {
  padding-left: 0;
  font-size: .95em;
}

.news-list li dd a {
  display: block;
  padding: 5px 10px;
}


/*  News Detail
-------------------------- */

.entry-news {
}

.entry-news .entry-title {
  margin-bottom: 35px;
  padding-top: 0;
}

.entry-news .entry-title .txt-date {
  margin-bottom: 8px;
}

.entry-news .entry-title .txt-date .date-year,
.entry-news .entry-title .txt-date .date-day,
.entry-news .entry-title .txt-date .date-week {
  font-size: 1em;
}

.entry-news .entry-title .txt-date .tag {
}

.entry-news .entry-title .ttl {
  font-size: 1.3em;
}

.entry-news .entry-img {
  margin-bottom: 35px;
  padding: 0;
}

.entry-news .entry-img img {
  width: 100%;
}

.entry-news .entry-contents {
  font-size: 1.02em;
}

.entry-news .entry-contents > p {
  margin-top: 15px;
}


/*  Topics List
-------------------------- */

.topics-list {
  overflow: visible;
  margin: 0;
  font-size: 1.05em;
}

.topics-list .topics-list-inner {
  margin-left: 0;
  margin-bottom: 0;
}

.topics-list .slick-list {
  margin-bottom: 0;
}

.topics-list .slick-slider .slick-track,
.topics-list .slick-slider .slick-list {
  opacity: 1;
  width: auto !important;
  transform: none !important;
}

.topics-list .slide {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 20px;
  padding: 0 !important;
}

.topics-list .slick-dots,
.topics-list .slick-arrow {
  display: none !important;
}

.topics-list .topics-cate,
.topics-list .topics-cont {
  padding: 15px;
}

.topics-list .topics-cate,
.topics-list .topics-cate:before {
  width: 75px;
}

.topics-list .topics-cont {
  width: auto;
}

/*  Banner List
-------------------------- */

.bnr-list {
}

.bnr-list,
.bnr-list.column {
  margin: 10px 0;
}

.bnr-list > ul,
.bnr-list.column > ul {
  display: block;
  margin-left: 0;
}

.bnr-list.column > * > * {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 0;
}

/*  Index Navi Section
-------------------------- */

.indexnav-section {
}

.indexnav-list.column {
}

.indexnav-list.column > ul {
  margin-top: -35px;
  margin-left: 0;
}

.indexnav-list.column > ul > li {
  padding-top: 35px;
  padding-left: 0;
}

.ttl-menu {
  margin: -9% 13% 0;
  padding: 6% 10%;
  font-size: 1.12em;
  letter-spacing: .05em;
}

.ttl-menu.icn-arw3:before {
  right: 6%;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-width: 1px 1px 0 0;
}


/*  Side Calendar
-------------------------- */

.side-calendar {
  overflow: hidden;
  margin: 5px auto 0 auto;
  padding: 0 !important;
  font-size: .95em;
}

/* -- Select -- */

.side-calendar .select-input {
  float: right;
}

/* ---- Calendar Content Wrap -- */

.side-calendar .cal-content-wrap {
  padding: 0;
  background: none;
  font-size: 1em;
}

.side-calendar .cal-cell {
  width: -webkit-calc(100% / 7);
  width: calc(100% / 7);
  padding: 4vw 0;
}

.side-calendar .cal-cell:before {
  bottom: -10px;
  margin-left: -4px;
  border-width: 6px 4px;
}

/* -- Calendar Month -- */

.side-calendar .cal-month {
  padding: 10px;
  font-size: 1.2em;
}

.side-calendar .slick-arrow,
.side-calendar .arrow {
  top: 18px;
}

.side-calendar .slick-prev,
.side-calendar .prev {
 left: 6%;
}

.side-calendar .slick-next,
.side-calendar .next {
 right: 4%;
}

/* -- Calendar Week -- */

.side-calendar .cal-week {
  padding: 2.5vw 0;
}

/* -- Calendar Link -- */

.side-calendar .cal-cell a {
  margin: -4vw 0;
  padding: 4vw 0;
}

/* -- Calendar Detail -- */

.side-calendar .cal-detail-on {
  display: block;
  height: 100% !important;
  padding: 7px 0;
  background: #fff;
  clear: both;
}

.side-calendar .cal-perform {
  line-height: 1.8;
}


/*  =============================================================

　　Plugins Setting

============================================================= */


/*  Accordion
-------------------------- */

.acc,
.acc-list {
}

.acc-list .acc {
  margin: 0 0 15px;
}

.acc-list .acc-cont-inner {
  padding: 20px 15px 0;
}

/* -- Icon Acc -- */

.icn-acc {
}

.icn-acc:before,
.icn-acc:after {
  right: 23px;
  width: 8px;
  height: 2px;
}

.icn-acc:after {
  width: 2px;
  height: 8px;
  margin-top: -4px;
  margin-right: 3px;
}

.icn-acc > *:before {
  right: 12px;
  z-index: 10;
  width: 28px;
  height: 28px;
  margin-top: -14px;
}

.icn-acc:hover:before {
  opacity: 1;
}



/*  Modal
-------------------------- */

/* -- Modal Sction -- */

.modal-section,
.modal-section:first-child,
.modal-section:last-child {
  margin: 0;
}

/* -- JS Setting -- */

.mfp-container {
  padding-right: 15px;
  padding-left: 15px;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  margin-bottom: 20px;
  padding: 50px 20px 20px;
}

/* -- Arrow -- */

.mfp-arrow {
  margin-top: -40px !important;
}

.mfp-arrow:before {
  margin-top: 30px !important;
}

.mfp-arrow-right {
  right: 1%;
}

.mfp-arrow-left {
  left: 1%;
}

/* -- Close -- */

.mfp-close-btn-in .mfp-close {
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
}

/* -- Bottom Bar -- */

.mfp-bottom-bar {
  margin-top: -35px;
}

.mfp-title {
  font-size: .8em;
}



}