.text-red {
  color: #f00;
}
.text-green {
  color: #008000;
}
/* background color */
.bg-blue {
  background-color: #333399;
}
.bg-red {
  background-color: #b22222;
  color: #fff;
}
.bg-red2 {
  background-color: #f00;
  color: #fff;
}
.bg-yellow {
  background-color: #FFFF00;
  color: #FF0000;
  border: 1px solid #FF0000;
}
.bg-black {
  background-color: #202020;
  color: #fff;
}
.bg-glay {
  background-color: #666666;
  color: #fff;
}
.bg-green {
  background-color: #008000;
  color: #fff;
}
html {
  font-size: 100%;
}
body {
  font-size: 1rem;
  min-width: 1100px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
h2 {
  font-size: 1.25rem;
}
a {
  color: #000;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
}
ul {
  padding: 0;
  list-style: none;
}
.height_box ul {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
}
.ul-list {
  list-style: decimal;
  margin-left: 30px;
}
.ul-list_1 {
  list-style: disc;
  margin-left: 30px;
}
.mb15{
  margin-bottom: 15px;
}
.mt100{
  margin-top: 100px;
}
.font-bold{
  font-size: 2.3rem;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.font-bold a:link {
  color: #FFFFFF;
　text-decoration: none;
}
 
.font-bold a:visited {
  color: #FFFFFF;
　text-decoration: none;
}
.font-red {
  color: #b22222;
  font-weight: bold;
  font-size: 18px;
}
.font_l {
  font-size: 1.30rem;
}
.font_s {
  font-size: 0.8rem;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.alignleft {
  float: left;
}
img.alignleft {
  margin: 0 30px 20px 0;
}
.alignright {
  float: right;
}
img.alignright {
  margin: 0 0 20px 30px;
}
.txt_emphasis {
  font-weight: bold;
  font-size: 18px;
}
.color_brown {
  color: #a52a2a;
}
.airlink table a{
  color: #0066ff;
}
/* container */
.container {
  width: 1280px;
}
@media (min-width: 1280px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    width: 1280px;
  }
}
.container.main {
  margin-top: 30px;
  padding: 0;
  width: 1100px;
}
.container.top {
  margin-top: 15px;
}
/* content*/
.content.left {
  margin-top: 15px;
  float: left;
  width: 300px;
}
.content.left h2 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.content.left .box + .box {
  margin-top: 55px;
}
.content.right {
  float: right;
  width: 760px;
}
.content.center{
	clear: both;
  margin: 0 auto;
  padding: 10px 0;
  width: 1100px;
}
.content h1 {
  margin-top: 0;
  padding-left: 44px;
  height: 100px;
  line-height: 100px;
  background: url("../../images/bg/title.png") no-repeat left top;
  font-weight: bold;
  font-size: 2.125rem;
}
/* table */
table {
  width: 100%;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
}
table th,
table td {
  padding: 20px 21px;
  border: 1px solid #c8c8c8;
  vertical-align: middle;
}
table th {
  background-color: #efefef;
  font-weight: normal;
  font-size: 1.125rem;
}
/* box */
.box + .box {
  margin-top: 30px;
}
.box + .box-movie {
  margin-top: 15px;
}
.box-title {
  margin-top: 70px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.box-img + .box-img {
  margin-top: 15px;
}
.movie-wrap {
  margin-top: 15px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* header */
.header .container {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 1100px;
}
.header .btn-sp-menu {
  display: none;
}
.header .logo {
  margin: 0 auto;
  padding: 10px 0;
  width: 1100px;
}
.header .logo img {
  height: 77px;
}
.header .sns-menu {
  position: absolute;
  top: 30px;
  right: 0;
}
.header .sns-menu-item {
  margin: 0 5px;
  width: 46px;
  height: 45px;
}
.header .sns-menu-item.instagram {
  background-position-x: -62px;
}
.header .sns-menu-item.fb {
  background-position-x: -124px;
}
.header .sns-menu-item.tw {
  background-position-x: -186px;
}
.header .sns-menu-item.line {
  background-position-x: -248px;
}
.header .sns-menu-item:last-child {
  margin-right: 0;
}
/* navigation */
.nav {
	font-size: 1em;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-direction: justify;
  justify-content: space-between;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #fff;
  border-color: transparent;
  color: #000;
}
.nav-wrap {
  margin: 0 auto;
  width: 1100px;
  background-color: #000;
}
.nav-close {
  display: none;
}
.nav > li,
.nav-child > li {
  position: relative;
  display: inline-block;
}
.nav > li > a,
.nav-child > li > a {
  padding: 15px 10px;
  color: #fff;
}
.nav > li > a:hover,
.nav-child > li > a:hover,
.nav > li > a:focus,
.nav-child > li > a:focus {
  background-color: #fff;
  color: #000;
}
.nav-name-jp {
  display: none;
}
.nav i {
  display: none;
}
.nav-child {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.nav-child > li {
  display: block;
  background-color: #000;
}
.nav-child > li > a {
  display: block;
}
/* footer */
.footer {
  margin-top: 80px;
  background-color: #000;
  color: #fff;
}
.footer .container {
  position: relative;
  padding: 40px 0;
  width: 1100px;
}
.footer .page-top {
  position: absolute;
  top: -70px;
  right: 0;
}
.footer-main {
  position: relative;
  padding-right: 300px;
}
.footer-logo {
  position: absolute;
  top: 26px;
  right: 0;
}
.footer .event-info {
  margin-bottom: 0;
  font-size: 1.5rem;
}
.footer .event-info > span {
  display: inline-block;
}
.footer .event-info-date {
  font-size: 2.25rem;
}
.footer .event-info-hour {
  margin-top: 0px;
}
.footer .event-info-list {
  margin: 30px 0 0;
  padding-left: 0;
  list-style: none;
  border: 0;
}
.footer .event-info-list th,
.footer .event-info-list td {
  padding: 0;
  border: 0;
  background-color: transparent;
  vertical-align: top;
}
.footer .event-info-list th {
  white-space: nowrap;
}
.copyright {
  padding: 5px 0;
  width: 100%;
  background-color: #666;
  text-align: center;
}
/* breadcrumb*/
.breadcrumb {
  margin: 10px 0;
  padding: 0 20px;
  background-color: transparent;
  font-size: 0.75rem;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "\f105";
  padding: 0 20px;
  font-family: FontAwesome;
  color: #000;
  font-size: 0.875rem;
}
.breadcrumb > li a {
  color: #0066ff;
}
.breadcrumb > .active {
  color: #777777;
}
.section {
  margin-bottom: 50px;
}
.section:last-child {
  margin-bottom: 0;
}
/* entry */
.entry {
  margin-top: 30px;
}
.entry h2 {
  margin: 0 0 30px 0;
  padding: 8px 32px;
  border-bottom: 2px solid #b22222;
  background: url("../../images/icon/block.png") no-repeat left center;
  background-size: 16px;
  font-size: 1.5rem;
}
.entry h3 {
	font-size: 1.5rem;
	padding: 10px;
	text-align: center;
}
.entry p {
  padding: 0 20px;
}
.entry p:before,
.entry p:after {
  content: " ";
  display: table;
}
.entry p:after {
  clear: both;
}
.entry p + p {
  margin-top: 30px;
}
.entry dt,
.entry dd {
  padding: 0 20px;
}
.entry dt {
  position: relative;
  font-size: 1.25rem;
}
.entry dt:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  background-color: #b22222;
}
.entry dd {
  margin-bottom: 25px;
}
.entry img {
  max-width: 100%;
}
.entry .jumbotron {
  margin-bottom: 30px;
  padding: 0 20px;
  background-color: transparent;
}
.entry .contact {
  margin-top: 40px;
}
.entry .contact h2 {
  margin-bottom: 20px;
}
.entry b {
  font-size: 1.875rem;
  font-weight: normal;
}
.entry .img-responsive {
  margin-bottom: 10px;
}
.entry .note {
  padding: 10px 20px;
}
.btn-area {
  margin-top: 40px;
  padding: 0 10px;
}
.btn-area img {
  max-width: 100%;
}
/* sns-menu */
.sns-menu {
  font-size: 0;
  text-align: center;
}
.sns-menu-item {
  display: inline-block;
  margin: 0 17px;
  width: 90px;
  height: 89px;
  background: url("../../images/icon/sns.png") no-repeat left top;
  background-size: cover;
  text-decoration: none;
  text-indent: 100%;
  overflow: hidden;
}
.sns-menu-item.instagram {
  background-position-x: -123px;
}
.sns-menu-item.fb {
  background-position-x: -246px;
}
.sns-menu-item.tw {
  background-position-x: -369px;
}
.sns-menu-item.line {
  background-position-x: -492px;
}
.sns-menu.top {
  margin: 12px 90px;
  text-align: left;
}
.sns-menu.top .sns-menu-item {
  margin: 0 14px 0 0;
  width: 41px;
  height: 40px;
  background-image: url("../../images/icon/sns-white.png");
}
.sns-menu.top .sns-menu-item.instagram {
  background-position-x: -56px;
}
.sns-menu.top .sns-menu-item.fb {
  background-position-x: -112px;
}
.sns-menu.top .sns-menu-item.tw {
  background-position-x: -169px;
}
.sns-menu.top .sns-menu-item.line {
  background-position-x: -225px;
}
.hero {
  padding: 0;
  width: 1100px;
}
.hero img {
  width: 100%;
}
.hero-logo {
  padding: 15px;
  width: 100%;
  background: url("../../images//main-bg.jpg") no-repeat center top;
  background-size: cover;
  text-align: center;
}
.hero-logo img {
  width: auto;
}
/* info */
.info-list {
  margin: 20px 0 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.entry .info-list {
  padding: 0 20px;
}
.entry .info-list-item a {
  max-height: none;
}
.info-list-item {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
}
.info-list-title {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
}
.info-list-title:before {
  content: '\f101';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: FontAwesome;
  line-height: 1;
  font-size: 1.1rem;
}
.info-list-txt {
  margin-top: 10px;
}
.entry .info-list-txt {
  width: 100%;
}
.info-list-date {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}
.info .label {
  margin-left: 13px;
}
.info .more {
  margin-top: 20px;
}
.info .more a {
  color: #000099;
  text-decoration: underline;
}
.info .more i {
  margin-right: 8px;
}
.info-title {
  font-weight: bold;
}
/* textoverflow */
.textoverflow {
  display: inline-block;
  line-height: 1.5;
  height: 3rem;
  position: relative;
  padding-right: 1rem;
  overflow: hidden;
}
.textoverflow-wrap {
  /*margin-right: -1rem;*/
}
.textoverflow:before {
  content: '\2026';
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1rem;
}
.textoverflow:after {
  content: "";
  position: relative;
  right: -1rem;
  float: right;
  width: 1rem;
  height: 100%;
  background-color: #fff;
}
/* poster store */
.poster .carousel-caption {
  position: static;
  color: #000;
  text-shadow: none;
}
.poster-store {
  text-align: left;
}
.poster-store-name {
  margin: 0;
  text-align: left !important;
  font-size: 1.25rem;
}
.poster-store-info {
  margin: 10px 0 20px;
  line-height: 1.3;
}
.poster-store-link {
  display: block;
  position: relative;
  padding: 0;
  border: 0;
  text-align: center;
}
.link-menu {
  margin: 0 -10px;
}
.link-menu-item {
  margin-bottom: 20px;
  padding: 0 10px;
}
.link-menu-item:last-child {
  margin-bottom: 0;
}
.link-menu-icons {
  margin: 40px auto;
  width: 1100px;
  font-size: 0;
  text-align: center;
}
.link-menu-icons .link-menu-item {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  width: 10%;
  text-align: center;
}
.link-menu-icons .link-menu-item img {
  max-width: 100%;
  vertical-align: bottom;
}
.banner-list {
  margin: 0 -24px;
}
.banner-list-item {
  padding: 0 24px;
}
/* lineup */
.boxhalf {
  width: 50%;
  float: left;
}
.boxhalf_title{ margin: 10px; padding: 10px 0; text-align: center; font-size: 2em; font-weight: bold; }

.lineup + .lineup {
  margin-top: 50px;
}
.lineup .note {
  margin: 0;
  padding: 0;
}
.lineup-title {
  margin: 0 auto 20px;
  padding: 10px;
  width: 500px;
  text-align: center;
  color: #fff;
  background-color: #f00;
  font-size: 1.5rem;
}
.lineup-txt {
  display: none;
}
.lineup-list {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.lineup-list-item {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 10px;
  width: 275px;
  font-size: 1.2rem;
}
.ul-list-item {
	text-align: center;
}
.list-item {
  display: inline-block;
  margin-bottom: 20px;
  margin: 0 10px;
  width: 24%;
  font-size: 1rem;
}
.lineup-list-image {
  height: 173px;
  border: 1px solid #000;
  border-bottom: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.lineup-list-image img {
  max-width: 100%;
}
.lineup-list-name {
  display: block;
  background: url("../../images/bg/lineup.png") repeat center top;
  color: #fff;
  border: 1px solid #000;
}
.lineup-list-name_2 {
  display: block;
  background: url("../../images/bg/lineup_2.png") repeat center top;
  color: #fff;
  border: 1px solid #000;
}
.lineup-list-name > div,
.lineup-list-name_2 > div {
  display: table-cell;
  width: 245px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}
.lineup .andmore {
  padding: 20px;
  width: 100%;
  font-size: 1.625rem;
  text-align: center;
}
.lineup .andmore .large {
  font-size: 2.5rem;
}
.lineup .andmore + .andmore {
  margin-top: 20px;
}
.lineup .andmore.bg-blue {
  color: #fff;
}
.lineup:nth-child(2) .lineup-title {
  background-color: #00f;
}
.lineup:nth-child(2) .lineup-list-name,
.lineup:nth-child(2) .lineup-list-name_2 {
  background-color: #00f;
}
/* ticket list */
.tickets {
  margin: 0 -10px;
  padding: 0 20px;
}
.tickets li {
  margin-bottom: 20px;
  padding: 0 10px;
}
.tickets img {
  max-width: 100%;
}
.notice {
  padding: 0 20px;
}
.notice dd {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.2em;
}
.notice dd:before {
  content: '＊';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}
.supporter h1 {
  padding: 0;
  height: auto;
  background: none;
  text-align: center;
}
.supporter h1 img {
  max-width: 100%;
}
/* access */
.access h2 {
  margin-top: 50px;
}
.access p {
  padding-left: 0;
}
.access .map {
  margin-top: 30px;
  width: 100%;
  height: 400px;
margin-bottom: 30px;
}
.access .map iframe {
  width: 100%;
  height: 100%;
}
.access .note {
  padding: 10px;
}
.access-list-item {
  display: inline-block;
  margin: 20px 10px 0;
  width: 47%;
  border: 4px solid #b22222;
  font-size: 1.25rem;
  text-align: center;
}
.access-list-item b {
  margin: 0 0.3rem;
  font-size: 150%;
}
.access-list-item p {
	margin-left: 20px;
}
.access-list-title {
  display: inline-block;
  padding: 15px;
  width: 100%;
  background-color: #b22222;
  color: #fff;
  font-size: 1.875rem;
  margin-bottom: 10px;
}
.access-list.station .access-list-item {
  width: 47%;
  font-size: 1rem;
}
.img-hover {
  background-color: transparent;
}
.img-hover img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.img-hover:hover img {
  opacity: 0.7;
}
.supporter a {
  color: #000;
  text-decoration: underline;
}
.access a {
  color: #000;
  text-decoration: underline;
}
.new {
  position: absolute;
  top: 80px;
  right: 0;
}

.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #b22222;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 40px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.main{
	position:relative;
	z-index:0;
}
 
.main.onhidden{
	height:950px;
	overflow-y:hidden;
}
.main .readmore{
	position:absolute;
	bottom:0;
	width:100%;
	padding:20px 0;
	text-align:center;
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0.5), white) repeat scroll 0 0;
	font-weight:bold;
	cursor:pointer;
	z-index:999;
}
 
.main .readmore span{
	border-radius:20px;
	padding:5px 30px;
	background-color:#dd4b39;
	color:#FFF;
}




.img_bg_1{
  background: url("../../images/bg_1.jpg") no-repeat center;
  height: 650px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.img_bg_1 span {
	position: absolute;
	bottom:0;
	padding: 30px;
}
.img_bg_2{
  background: url("../../images/bg_2.jpg") no-repeat center;
  height: 650px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  padding: 30px;
  margin-bottom: 10px;
}
.img_bg_2bottom{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
}
.comment-list-item {
  display: inline-block;
  margin: 20px 10px 0;
  width: 47%;
  font-size: 1.25rem;
  text-align: center;
}
.comment-list .comment-list-item {
  width: 47%;
  font-size: 1rem;
}
.comment-list {
	text-align: center;
}
/* PC ONLY */
@media screen and (min-width: 768px) {
.geinin{
  width: 220px;
  font-size: 1rem;
}
.ticket_font_l {
  font-size: 1.3rem;
}
  .nav {
    /* dropdown*/
  }
  .nav .dropdown:hover .dropdown-menu {
    display: block;
  }
.spimg{
	display: none;
}
.sp {display:none;}
}
/* add */
/*
* ICON
*/
.icon {
  display: inline-block;
}
.icon-walk {
  width: 9px;
  height: 15px;
  background: url("../../images/icon/walk.png") no-repeat left top;
  background-size: cover;
}
/*
* BUTTONS
*/
.btn-img {
  padding: 0;
  border: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  .btn-md img {
    max-width: 150px !important;
  }
}
/*
* LABEL
*/
.label {
  display: inline-block;
  position: relative;
  top: -3px;
  border-radius: 0;
  font-size: 0.6875rem;
}
.label-new {
  background-color: #b22222;
  color: #fff;
}
html.modal-open {
  height: 100%;
  overflow-y: auto;
}
body.modal-open {
  overflow: hidden;
  height: 100%;
}
/* lineup modal */
.modal-lineup.modal {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-lineup.modal .modal-dialog {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.modal-lineup.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal-lineup.modal {
  padding-right: 0 !important;
  overflow-y: hidden;
}
.modal-lineup .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.modal-lineup .modal-content {
  margin: 0 auto;
  width: 688px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}
.modal-lineup .modal-header {
  border: 0;
}
.modal-lineup .modal-title {
  text-align: center;
  font-size: 1.875rem;
}
.modal-lineup .modal-body {
  padding: 15px 0;
}
.modal-lineup .modal-image {
  position: relative;
  margin: 0 auto;
  padding: 0 60px;
  width: 688px;
  text-align: center;
}
.modal-lineup .modal-image img {
  width: 100%;
  border: 20px solid #fff;
}
.modal-lineup .modal-logo {
  margin-top: 20px;
  text-align: center;
}
.modal-lineup .modal-logo img {
  border: none;
  background-color: #fff;
}
.modal-lineup .modal-sub {
  margin-top: 20px;
}
.modal-lineup .modal-sub img {
  max-width: 100%;
  border: none;
}
.modal-lineup .modal-sub p {
  margin-top: 20px;
}
.modal-lineup .modal-txt {
  padding: 30px 60px 0;
}
.modal-lineup .modal-txt a {
  color: #fff;
}
.modal-lineup .modal-txt b {
  text-align: center;
  font-size: 1.25rem;
}
.modal-lineup .modal-txt > span {
  display: inline-block;
}
.modal-lineup .modal-txt > span + span {
  margin-top: 30px;
}
.modal-lineup .modal-txt > span .name {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.modal-lineup .modal-footer {
  border: 0;
  text-align: center;
}
.modal-lineup .btn-control {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 53px;
  height: 53px;
  border-radius: 50%;
}
.modal-lineup .btn-control i {
  position: absolute;
  color: #fff;
  font-size: 63px;
}
.modal-lineup .btn-control.prev {
  left: 0;
}
.modal-lineup .btn-control.prev i {
  top: -4px;
  left: 0;
}
.modal-lineup .btn-control.next {
  right: 0;
}
.modal-lineup .btn-control.next i {
  top: -4px;
  left: 0;
}
.modal-lineup .btn-close {
  position: relative;
  padding: 0 15px 6px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  background-color: transparent;
  font-size: 1.25rem;
}
.modal-lineup .btn-close i {
  position: relative;
  top: 4px;
  margin-right: 5px;
  font-size: 30px;
}
/* sp */
@media screen and (max-width: 768px) {
  /* lineup modal */
  .modal-lineup .modal-content {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .modal-lineup .modal-header {
    padding-bottom: 0;
    border: 0;
  }
  .modal-lineup .modal-title {
    font-size: 1.25rem;
  }
  .modal-lineup .modal-body {
    padding: 15px 10px;
  }
  .modal-lineup .modal-image {
    position: relative;
    padding: 0 30px;
    max-width: 100%;
  }
  .modal-lineup .modal-image img {
    border: 10px solid #fff;
  }
  .modal-lineup .modal-logo img {
    border: none;
  }
  .modal-lineup .modal-sub img {
    border: none;
  }
  .modal-lineup .modal-txt {
    padding: 15px 45px;
  }
  .modal-lineup .modal-txt b {
    font-size: 1.25rem;
  }
  .modal-lineup .modal-txt > span + span {
    margin-top: 20px;
  }
  .modal-lineup .modal-txt > span .name {
    margin-top: 6px;
  }
  .modal-lineup .modal-footer {
    border: 0;
    text-align: center;
  }
  .modal-lineup .btn-control {
    width: 25px;
    height: 25px;
  }
  .modal-lineup .btn-control i {
    font-size: 27px;
  }
  .modal-lineup .btn-control.prev i {
    top: 0;
    left: 0;
  }
  .modal-lineup .btn-control.next i {
    top: 0;
    left: 0;
  }
  .modal-lineup .btn-close {
    position: relative;
    padding: 5px 15px;
    font-size: 1rem;
  }
  .modal-lineup .btn-close i {
    position: relative;
    top: 1px;
    margin-right: 5px;
    font-size: 15px;
  }
.img_bg_1{
  background: none;
  color: #b22222;
  font-weight: bold;
  height: auto;
}
.img_bg_1 span {
	bottom:0;
	padding: 0;
  position: inherit;
}
.img_bg_2{
  background: none;
  color: #b22222;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
  height: auto;
}
.img_bg_2bottom{
  padding: 10px;
  position: inherit;
}
}
/* SmartPhone */
/*
* Smartphone style
*/
@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
  body {
    min-width: 320px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .alignleft {
    float: none;
  }
  img.alignleft {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
  }
  .alignright {
    float: none;
  }
  img.alignright {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
  }
  .txt_emphasis {
    font-size: 1.1rem;
  }
  /* container */
  .container {
    width: 100%;
  }
  .container.main {
    margin-top: 0;
    padding: 0;
    width: auto;
  }
  .container.top {
    margin-top: 5px;
    /*      padding-left: 6.25%;
              padding-right: 6.25%;*/
  }
  /* content*/
  .content.left {
    display: none;
  }
  .content.right {
    float: none;
    width: 100%;
  }
.content.center{
	clear: both;
  margin: 0 auto;
  padding: 10px 0;
    width: 100%;
}
  .content h1 {
    padding-left: 22px;
    height: 50px;
    line-height: 50px;
    background-image: url("../../images/bg/sp_title_bar.png"), url("../../images/bg/sp_title.png"), url("../../images/bg/sp_title_color.png");
    background-size: 1.5px 30px, contain, contain;
    background-position: 10px, right, left;
    background-repeat: no-repeat, no-repeat, repeat-x;
    font-size: 1.41666667rem;
  }
  /* table */
  table {
    width: 100%;
    border: none;
    border-collapse: 0;
  }
  table th,
  table td {
    display: block;
    width: 100%;
    padding: 11px 6.25%;
    border: none;
  }
  table th {
    font-size: 1rem;
  }
.airlink table th{
	width: 20% !important;
	background-color: none !important;
	float: left;
	margin-right: 20px;
}
.airlink table th,
  table td {
	  border-top: 1px solid #c8c8c8;
}
.airlink table{
	  border-left: 1px solid #c8c8c8;
	  border-right: 1px solid #c8c8c8;
	  border-bottom: 1px solid #c8c8c8;
}
.airlink table a{
  color: #0066ff;
}
  /* box */
  .box + .box {
    margin-top: 25px;
  }
  .box img {
    max-width: 100%;
  }
  .box-title {
    margin-top: 24px;
    margin-bottom: 14px;
    text-align: center;
  }
  .box-banner {
    padding: 0 3.125%;
  }
  .box-title {
    font-size: 1.33333333rem;
  }
  .box-img + .box-img {
    margin-top: 5px;
  }
  .top .box {
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
  .box.full {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* header */
  .header .container {
    position: relative;
    padding: 0 10px;
    width: 100%;
  }
  .header .btn-sp-menu {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .header .btn-sp-menu img {
    height: 50px;
  }
  .header .logo {
    padding: 5px 0;
    width: auto;
  }
  .header .logo img {
    height: 50px;
  }
  /* navigation */
  #navbar {
    display: block;
    position: fixed;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #505050;
    color: #fff;
    z-index: 10;
    overflow-y: scroll;
  }
  #navbar .in {
    top: 0;
  }
  .nav {
    display: block;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: #505050;
    border-color: #fff;
  }
  .nav-wrap {
    position: relative;
    padding-top: 40px;
    width: auto;
    background-color: #505050;
  }
  .nav > li {
    display: block;
  }
  .nav > li > a {
    position: relative;
    padding: 15px 10px 15px 31px;
    border-top: 1px solid #ccc;
    background-color: #505050;
    color: #fff;
  }
  .nav > li > a i {
    display: block;
    position: absolute;
    left: 10px;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: #505050;
    color: #fff;
  }
  .nav-name-jp {
    display: inline;
  }
  .nav-close {
    display: block;
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 25px;
    color: #fff;
    line-height: 1;
  }
  .nav-child {
    position: static;
    float: none;
    font-size: 1rem;
  }
  .nav-child li a {
    padding-left: 31px;
  }
  .nav-child li a,
  .nav-child li a:hover,
  .nav-child li a:focus {
    background-color: #505050;
    border-top: 1px solid #999;
    color: #fff;
  }
  .nav .dropdown-backdrop {
    display: none;
  }
  /* footer */
  .footer {
    min-width: auto;
    margin-top: 40px;
  }
  .footer .container {
    padding: 20px 5.6%;
    width: auto;
  }
  .footer .page-top {
    display: none;
  }
  .footer-main {
    position: relative;
    padding-right: 0;
  }
  .footer-logo {
    display: none;
  }
  .footer .event-info {
    margin-bottom: 0;
    font-size: 1.08333333rem;
  }
  .footer .event-info > span {
    display: inline-block;
  }
  .footer .event-info-date {
    font-size: 1.08333333rem;
  }
  .footer .event-info-list {
    margin: 19px 0 0;
    font-size: 0.8rem;
    font-size: 0.83333333rem;
  }
  .footer .event-info-list th,
  .footer .event-info-list td {
    display: table-cell;
    width: auto;
    font-size: 0.83333333rem;
  }
  .copyright {
    padding: 4px 0;
    font-size: 0.83333333rem;
  }
  /* breadcrumb*/
  .breadcrumb {
    margin: 10px 0;
    padding: 0 3.125%;
  }
  .breadcrumb > li + li:before {
    content: "\f105";
    padding: 0 14px;
    font-family: FontAwesome;
    font-size: 0.875rem;
    color: #000;
  }
  .breadcrumb > .active {
    color: #777777;
  }
  .section {
    margin-bottom: 25px;
  }
  .entry {
    margin-top: 30px;
  }
  .entry h2 {
    margin: 0 auto 20px;
    padding: 5px 17.5px;
    width: 93.75%;
    background: url("../../images/icon/block.png") no-repeat left center;
    background-size: 9px;
    font-size: 1.16666667rem;
  }
  .entry p,
  .entry dl {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    width: 87.5%;
  }
  .entry p {
    padding: 0;
    width: 87.5%;
  }
  .entry p:before,
  .entry p:after {
    content: " ";
    display: table;
  }
  .entry p:after {
    clear: both;
  }
  .entry p + p {
    margin-top: 15px;
  }
  .entry dt,
  .entry dd {
    padding: 0 10px;
  }
  .entry dt {
    position: relative;
    font-size: 1.16666667rem;
  }
  .entry dt:before {
    width: 5px;
    height: 5px;
  }
  .entry dd {
    margin-bottom: 25px;
  }
  .entry dd:last-child {
    margin-bottom: 0;
  }
  .entry .jumbotron {
    margin-bottom: 15px;
    padding: 0 3.125%;
  }
  .entry .contact {
    margin-top: 40px;
  }
  .entry .contact h2 {
    margin-bottom: 15px;
  }
  .entry b {
    font-size: 1.33333333rem;
  }
  .entry .note {
    padding: 10px;
  }
.font-bold{
	font-size: 2rem;
	padding: 5px;
}
  /* sns-menu */
  .sns-menu-item {
    margin: 0 8px;
    width: 45px;
    height: 44px;
  }
  .sns-menu-item.instagram {
    background-position-x: -61px;
  }
  .sns-menu-item.fb {
    background-position-x: -122px;
  }
  .sns-menu-item.tw {
    background-position-x: -182px;
  }
  .sns-menu-item.line {
    background-position-x: -243px;
  }
  .sns-menu.top {
    margin: 7px 0;
  }
  .sns-menu.top .sns-menu-item {
    margin: 0 10px 0 0;
    width: 26.5px;
    height: 26px;
  }
  .sns-menu.top .sns-menu-item.instagram {
    background-position-x: -37px;
  }
  .sns-menu.top .sns-menu-item.fb {
    background-position-x: -73px;
  }
  .sns-menu.top .sns-menu-item.tw {
    background-position-x: -110px;
  }
  .sns-menu.top .sns-menu-item.line {
    background-position-x: -146.5px;
  }
  /**/
  .hero-logo {
    padding: 15px 0;
    width: 100%;
  }
  .hero-logo img {
    width: 22%;
    max-height: 100%;
  }
  /* info */
  .info {
    padding: 0;
  }
  .info-title {
    margin: 0;
    text-align: center;
  }
  .info-list {
    margin: 0;
  }
  .entry .info-list {
    padding: 0 6.25%;
  }
  .info-list-item {
    margin-top: 15px;
  }
  .info-list-title {
    padding-left: 11px;
  }
  .info-list-title:before {
    font-size: 1.1rem;
  }
  .entry .info-list-txt {
    margin: 0;
  }
  .info .more {
    margin-top: 15px;
  }
  .info .more a {
    color: #000099;
    text-decoration: underline;
  }
  .info .more i {
    margin-right: 8px;
  }
  /* poster store */
  .poster {
    padding: 0 3.125%;
  }
  .poster .carousel-caption {
    position: static;
    color: #000;
    text-shadow: none;
  }
  .poster .item img {
    width: 100%;
  }
  .poster-store-info {
    margin: 10px 0;
    line-height: 1.3;
  }
  .poster-store-link {
    width: 53%;
  }
  .link-menu {
    margin: 0 -5px;
  }
  .link-menu-wrap {
    overflow: hidden;
  }
  .link-menu-item {
    margin-bottom: 8.5px;
    padding: 0 5px;
  }
  .link-menu-item:last-child {
    margin-bottom: 0;
  }
  .banner-list {
    margin: 0 -4px;
  }
  .banner-list-item {
    margin: 0 20%;
    padding: 0 4px;
    width: 60%;
  }

  /* lineup */
  .lineup {
    margin-top: 25px;
  }
  .lineup + .lineup {
    margin-top: 20px;
  }
  .lineup .note {
    margin: 0 auto;
    padding: 0 10px;
    width: 480px;
  }
  .lineup-title {
    margin: 0 auto 20px;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    background-color: #f00;
  }
  .lineup-list {
    margin: 0 auto;
    padding: 0;
  }
  .lineup-list:before,
  .lineup-list:after {
    content: " ";
    display: table;
  }
  .lineup-list:after {
    clear: both;
  }
  .lineup-list-item {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 50%;
  }
  .lineup-list-image {
    height: 113px;
  }
  .lineup-list-image img {
    max-width: 100%;
  }
  .lineup-list-name > div,
  .lineup-list-name_2 > div {
    height: 45px;
    text-align: center;
    vertical-align: middle;
  }
  .lineup .andmore {
    padding: 10px;
    font-size: 0.83333333rem;
    text-align: center;
  }
  .lineup .andmore .large {
    font-size: 1.66666667rem;
  }
  .lineup p {
	   margin: 10px 0 0 0;
	  width: 100%;
	  font-size: 2em;
  }
  .lineup:nth-child(2) .lineup-title {
    background-color: #00f;
  }
  .lineup:nth-child(2) .lineup-list-name,
  .lineup:nth-child(2) .lineup-list-name_2 {
    background-color: #00f;
  }

  /* ticket list */
  .tickets {
    margin: 0;
    padding: 0 3.125%;
  }
  .tickets li {
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
  }
  .tickets.small img {
    max-width: 53%;
  }
  .notice {
    padding: 0;
  }
  .notice dd {
    margin-bottom: 0;
    padding-left: 1.3em;
    padding-right: 0;
  }
  .supporter h1 {
    padding: 0;
    height: auto;
    background: none;
  }
  .supporter h1 img {
    padding: 3.125%;
  }
  /* access */
  .entry.access {
    padding: 0 4%;
  }
  .access h2 {
    margin-top: 20px;
    width: 100%;
  }
  .access p {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .access .map {
    margin-top: 15px;
    height: 200px;
  }
  .access-list-item {
    margin-right: 0;
    width: 100%;
    font-size: 1rem;
  }
  .access-list-item p {
    margin: 0;
    padding: 8px;
    width: 100%;
  }
  .access-list-item + .access-list-item {
    margin-top: 20px;
  }
  .access-list-title {
    padding: 7px;
    font-size: 1.25rem;
  }
  .access-list.station .access-list-item {
    width: 100%;
    font-size: 1rem;
  }
.height_box ul {
  display: block;
}
		.title_sp{
		background-color: #E2E2E2;
		overflow: hidden;
		text-align: center;
		width: 100%;
	}
	.title_sp span{
		width:44%;
		float:left;
		padding: 5px 0;
		margin: 15px 3%;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;  
}
}

@media screen and (max-width: 480px) {
.ticket_font_l {
  font-size: 1.3rem;
}
.font-bold{
	font-size: 2.4rem;
	padding: 5px;
}
  /* lineup */
  .lineup .note {
    width: 320px;
  }
  .lineup-list {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .new {
    width: 25%;
  }
.list-item {
  width: 98%;
  text-align: center;
  margin-top: 10px;
}
.boxhalf {
  width: 100%;
  float: none;
}
	.title_sp{
		background-color: #E2E2E2;
		overflow: hidden;
		text-align: center;
		width: 100%;
	}
	.title_sp span{
		width:44%;
		float:left;
		padding: 5px 0;
		margin: 15px 3%;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;  
}
  .lineup p {
	  width: 100%;
	  font-size: 1.3em;
  }
.comment-list .comment-list-item {
  width: 95%;
  font-size: 1.5rem;
}
}
@media screen and (max-width: 360px) {
  .lineup-list-image {
    height: 94px;
  }
}


@media screen and (max-width: 320px) {
.font-bold{
  font-size: 1.6rem;
  padding: 5px;
}
}

  /* 椎名林檎 ここから */
.sheenaringo .comment-sp {display: none;}
.sheenaringo .modal-logo:before {
	content: '＊SOIL&”PIMP" SESSIONSへの客演となります。単独のライブはございません。';
	display: block;
	font-size: 15px;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {/* sp */
	.sheenaringo .modal-logo:before {
		font-size: 12.5px;
	}
	.sheenaringo .comment-pc {display: none;}
	.sheenaringo .comment-sp {
		display: block;
		width: 100%;
		height: auto;
	}
	.sheenaringo .modal-txt {
		padding: 15px 0;
	}
	.sheenaringo .modal-txt iframe {
		padding: 0 45px;
	}
}
  /* 椎名林檎 ここまで */
  /* Youtube ここから */
.youtube-outer {
	padding: 0 60px;
}
@media screen and (max-width: 768px) {
	.youtube-outer {
		padding: 0 30px;
	}
}
  /* Youtube ここまで */
