/*====================
media query list
====================*/
/* 769px以上の時
@media only screen and (min-width: 48.0625em) {

}
*/
/* 768px以下の時
@media only screen and (max-width: 48em) {

}
*/

/* =============================================================
	Box
============================================================= */
body {
	min-width: 320px;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.contents {
	line-height: 1.3;
	background: #F3F3F3;
	padding: 20px 0;
	position: relative;
}
.contents *,
.contents *:before,
.contents *:after {
	box-sizing: border-box;
}
.contents img {
	max-width: 100%;
}
.contents_block {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: content-box;
}
@media only screen and (min-width: 48.0625em) {
	.elm_sp {
		display: none;
	}
}
@media only screen and (max-width: 48em) {
	.contents {
		background: #FFF;
		padding-top: 0;
	}
	.contents_block {
		padding: 0;
	}
	.elm_pc {
		display: none;
	}
}

/* Blank Link */
.blanklink a {
	color: #000;
	text-decoration: underline;
}
.blanklink a[target="_blank"]:after {
	content: "";
	display: inline-block;
	background: url("../images/icon-blanklink.png") no-repeat 0 50%;
	width: 14px;
	height: 14px;
	vertical-align: -2px;
	margin-left: 8px;
}
.blanklink a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 48em) {
	.blanklink a:hover {
		text-decoration: underline;
	}
}

/* Toggle Trigger */
.toggle_trigger {
	display: none;
}
@media only screen and (max-width: 48em) {
	.toggle_trigger {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		cursor: pointer;
	}
}

/* Selectbox */
.selectbox {
	display: inline-block;
	width: 100%;
	position: relative;
}
.selectbox select {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
}
.selectbox .selectbox_label {
	display: block;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.0;
	padding: 15px 30px 14px 15px;
	border: 1px solid #C1C1C1;
}
.selectbox .selectbox_label:before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-left: 2px solid #999;
	border-bottom: 2px solid #999;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-75%) rotate(-45deg) translateZ(0);
	transform: translateY(-75%) rotate(-45deg) translateZ(0);
	box-sizing: border-box;
}

/* Checkbox */
input[type="checkbox"].checkbox {
	display: none;
}
input[type="checkbox"].checkbox + label {
	display: inline-block;
	font-size: 100%;
	font-size: 13px;
	line-height: 14px;
	padding: 5px 0 5px 30px;
	position: relative;
	cursor: pointer;
}
input[type="checkbox"].checkbox + label:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #FFF;
	margin-top: -10px;
	border: 1px solid #C1C1C1;
	position: absolute;
	top: 50%;
	left: 0;
	box-sizing: border-box;
}
input[type="checkbox"].checkbox:checked + label:after {
	content: "";
	display: block;
	width: 14px;
	height: 8px;
	margin-top: -5px;
	border-left: 3px solid #3066CC;
	border-bottom: 3px solid #3066CC;
	position: absolute;
	top: 50%;
	left: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

/* =============================================================
	Breadcrumb :: パンくずリスト
============================================================= */
.breadcrumb {
	max-width: 90%;
	font-size: 11px;
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.breadcrumb li {
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
}
.breadcrumb li:nth-of-type(n+2):before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 8px;
	vertical-align: middle;
	border-left: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.breadcrumb li a {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 48em) {
	.breadcrumb {
		margin: 25px 10px 35px;
	}
}

/* =============================================================
	Ticket Info :: チケット発売情報
============================================================= */
.ticket_info {
	background: #FFF;
	margin-bottom: 20px;
	border-top: 5px solid #2B66CC;
	border-bottom: 2px solid #BED2EB;
}
@media only screen and (max-width: 48em) {
	.ticket_info {
		margin-bottom: 10px;
		border-bottom: none;
	}
}

/* Header */
.ticket_info_header {
	border-bottom: 1px solid #C1C1C1;
	padding: 28px 200px 28px 20px;
	position: relative;
}
.ticket_info_header .ticket_info_title {
	color: #3066CC;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}
.ticket_info_header .ticket_info_title strong {
	word-wrap: break-word;
}
.ticket_info_header .ticket_info_title small {
	font-size: 18px;
	margin-left: 0.4em;
}
.ticket_info_header .ticket_info_title > span {
	font-size: 17px;
	margin-left: 0.6em;
}
.ticket_info_header .ticket_info_btn {
	margin-top: -15px;
	position: absolute;
	top: 50%;
	right: 20px;
}
.ticket_info_header .ticket_info_btn .btn_favorite,
.ticket_info_header .ticket_info_btn .btn_omakase {
	display: block;
	width: 148px;
	cursor: pointer;
}
.ticket_info_header .ticket_info_btn img:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 48em) {
	.ticket_info_header {
		padding: 10px;
	}
	.ticket_info_header .ticket_info_title {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.ticket_info_header .ticket_info_title small {
		font-size: 12px;
	}
	.ticket_info_header .ticket_info_btn {
		text-align: right;
		margin: 0;
		position: relative;
		top: auto;
		right: auto;
		-webkit-transform: none;
		transform: none;
	}
	.ticket_info_header .ticket_info_btn .btn_favorite,
	.ticket_info_header .ticket_info_btn .btn_omakase {
		margin-left: auto;
		margin-right: 0;
	}
	.ticket_info_header .ticket_info_btn img:hover {
		opacity: 1;
	}
}

/* Main */
.ticket_info_main {
	max-width: 1040px;
	padding: 40px 20px 50px;
	margin: 0 auto;
}
.ticket_info_main_title {
	color: #555;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
}
.ticket_info_main_title strong {
	font-size: 21px;
	margin-right: 0.25em;
}
@media only screen and (max-width: 48em) {
	.ticket_info_main {
		padding: 15px 0 0;
	}
	.ticket_info_main_title {
		font-size: 13px;
		padding: 8px 0;
		margin: 0 10px;
	}
	.ticket_info_main_title strong {
		font-size: 17px;
	}
}

/* =============================================================
	Event List :: チケット情報一覧
============================================================= */
.event_list {
	margin-bottom: 30px;
	border: 1px solid #C1C1C1;
}
@media only screen and (max-width: 48em) {
	.event_list {
		margin: 0 10px 20px;
	}
}

/* Header */
.event_list_header {
	background: #E9E9E9;
	position: relative;
}
.event_list_header .event_list_title {
	color: #555;
	font-size: 13px;
	font-weight: bold;
	padding: 11px 10px;
	border-bottom: 1px solid #C1C1C1;
}
.event_list_header .event_list_title strong {
	font-size: 17px;
	margin-right: 0.25em;
}

@media only screen and (max-width: 48em) {
	.event_list_header .event_list_title {
		font-size: 12px;
	}
	.event_list_header .event_list_title strong {
		font-size: 14px;
	}
}

/* Content */
.event_list_data {
	font-size: 0;
	letter-spacing: -1em;
	padding: 20px 10px;
}
.event_list_data li {
	display: inline-block;
	width: 16.6666%;
	font-size: 13px;
	letter-spacing: normal;
	vertical-align: top;
	padding: 0 10px;
}
.event_list_data li:nth-of-type(n+7) {
	display: none;
	margin-top: 15px;
}
.event_list_data li a {
	display: block;
	color: #3066CC;
	text-decoration: none;
}
.event_list_data li a:hover {
	text-decoration: underline;
}
.event_list_data figure {
	background: #FFF url("../images/arrow45-001.gif") no-repeat center center;
	background-size: 32px auto;
}
.event_list_data figure span {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.event_list_data figure span:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.event_list_data figcaption {
	max-height: 3.9em;
	font-size: 12px;
	line-height: 1.3;
	margin-top: 8px;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media only screen and (max-width: 48em) {
	.event_list_data {
		padding: 15px 0;
	}
	.event_list_data li {
		width: 33.333%;
	}
	.event_list_data li:nth-of-type(n+4) {
		display: none;
		margin-top: 10px;
	}
	.event_list_data li a:hover {
		text-decoration: none;
	}
}

.event_list .more_trigger {
	text-align: center;
	padding: 10px 20px;
	border-top: 1px solid #C1C1C1;
	cursor: pointer;
}
.event_list .more_trigger span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
	position: relative;
}
.event_list .more_trigger span:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/icon-more-grey-sp.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.event_list .more_trigger.more-hide,
.event_list .more_trigger.more-sp {
	display: none;
}
@media only screen and (max-width: 48em) {
	.event_list .more_trigger.more-sp {
		display: block;
	}
}

/* =============================================================
	Ticket List :: チケット発売情報一覧
============================================================= */
.sales_list {
	margin-bottom: 50px;
}
@media only screen and (max-width: 48em) {
	.sales_list {
		margin-bottom: 30px;
	}
}

/* Header */
.sales_list_header {
	position: relative;
}
.sales_list_header .sales_list_title {
	color: #555;
	font-size: 21px;
	padding: 15px 20px 15px 50px;
	position: relative;
}
.sales_list_header .sales_list_title:before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	background: url("../images/Y15-sales__head-icon.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sales_list_header .sales_list_count {
	text-align: center;
	margin-bottom: 10px;
}
.sales_list_header .sales_list_count strong {
	font-size: 15px;
	margin: 0 2px;
}
@media only screen and (max-width: 48em) {
	.sales_list_header {
		margin: 0 10px;
	}
	.sales_list_header .sales_list_title {
		font-size: 17px;
		padding: 8px 20px 8px 40px;
	}
	.sales_list_header .sales_list_title:before {
		height: 29px;
		width: 29px;
	}
	.sales_list_header .sales_list_count {
		margin: 0 10px 10px;
	}
}

/* Sales Data */
.sales_data {
	padding: 0 10px;
	border-top: 3px solid #2B66CC;
}
.sales_data:last-of-type {
	border-bottom: 1px solid #C1C1C1;
}
.sales_data_header {
	position: relative;
}
.sales_data_header .sales_data_title {
	max-width: 830px;
	padding: 12px 60px 12px 10px;
	min-height: 25px;
	line-height: 1.4;
	position: relative;
	word-wrap: break-word;
}
.sales_data_header .sales_data_title a {
	display: inline-block;
	vertical-align: middle;
	color: #3066CC;
	font-size: 15px;
	text-decoration: none;
}
.sales_data_header .sales_data_title a:hover {
	text-decoration: underline;
}
.sales_data_header .btn_alert {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}
@media only screen and (max-width: 48em) {
	.sales_data_header {
	}
	.sales_data_header .sales_data_title {
		padding-right: 60px;
	}
	.sales_data_header .sales_data_title a {
		font-size: 13px;
	}
	.sales_data_header .sales_data_title a:hover {
		text-decoration: none;
	}
}

/* Table Header */
.sales_list .table_header {
	display: table;
	width: 100%;
	table-layout: fixed;
	background: #E8EEFA;
	border-top: 1px solid #C1C1C1;
}
.sales_list .table_header li {
	display: table-cell;
	line-height: 20px;
	padding: 20px 10px;
}
.sales_list .table_header li.is_title {
	width: 40%;
}
.sales_list .table_header li.is_date {
	width: 15%;
}
.sales_list .table_header li.is_place {
	width: 45%;
}
@media only screen and (max-width: 48em) {
	.sales_list .table_header {
		display: none;
	}
}

/* Table Data */
.sales_list .event_link {
	border-top: 1px solid #C1C1C1;
}
.sales_list .event_link > a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.sales_list .table_data {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.sales_list .table_data li {
	display: table-cell;
	font-size: 12px;
	line-height: 1.6;
	vertical-align: top;
	padding: 20px 10px;
	word-wrap: break-word;
}
.sales_list .table_data li.is_tags {
	width: 10%;
}
.sales_list .table_data li.is_tags span {
	display: block;
	max-width: 50px;
}
.sales_list .table_data li.is_tags span + span {
	margin-top: 5px;
}
.sales_list .table_data li.is_title {
	width: 30%;
	font-size: 14px;
	font-weight: bold;
	color: #BD6C19;
}
.sales_list .table_data li.is_date {
	width: 15%;
}
.sales_list .table_data li.is_place {
	width: 15%;
}
.sales_list .table_data li.is_status {
	width: 15%;
}
.sales_list .table_data li.is_status span {
	display: block;
	font-weight: bold;
}
.sales_list .table_data li.is_status span.is_red {
	color: #FF1717;
}
.sales_list .table_data li.is_status span.is_blue {
	color: #3066CC;
}
.sales_list .table_data li.is_link {
	width: 15%;
}
.sales_list .table_data li.is_link .btn_detail {
	display: block;
	width: 100%;
	max-width: 90px;
	height: auto;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 2.62;
	background: #FF9F07;
	padding: 0 5px;
	margin: 0 auto 4px;
	border-radius: 3px;
	position: relative;
	box-shadow: 0 4px 0 #BC7B13;
}
.sales_list .event_link > a:hover .table_data li.is_link .btn_detail {
	top: 4px;
	box-shadow: none;
}
@media only screen and (max-width: 48em) {
	.sales_list .table_data {
		display: block;
		padding: 10px 0;
		position: relative;
	}
	.sales_list .table_data li {
		display: block;
		padding: 0;
	}
	.sales_list .table_data li.is_tags {
		width: 85%;
		margin-bottom: 10px;
	}
	.sales_list .table_data li.is_tags span {
		display: inline-block;
		vertical-align: top;
	}
	.sales_list .table_data li.is_tags span + span {
		margin-top: 0;
	}
	.sales_list .table_data li.is_title {
		width: 85%;
		font-size: 14px;
		font-weight: bold;
		color: #BD6C19;
		margin-bottom: 10px;
	}
	.sales_list .table_data li.is_date {
		width: 85%;
	}
	.sales_list .table_data li.is_place {
		width: 85%;
		margin-bottom: 5px;
	}
	.sales_list .table_data li.is_status {
		width: 85%;
	}
	.sales_list .table_data li.is_link {
		width: 15%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.sales_list .table_data li.is_link .btn_detail {
		height: 40px;
		font-size: 13px;
		line-height: 3.0;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.sales_list .event_link > a:hover .table_data li.is_link .btn_detail {
		top: 0;
		box-shadow: 0 4px 0 #BC7B13;
	}
}

/* AlertContent */
.sales_data .alert_content {
	display: none;
}

/* Resale */
.sales_data .resale_link {
	text-align: right;
	padding: 14px 0;
	border-top: 1px solid #C1C1C1;
}
.sales_data .resale_link a {
	display: inline-block;
	color: #000;
	vertical-align: middle;
	padding-left: 20px;
	position: relative;
}
.sales_data .resale_link a:hover {
	text-decoration: none;
}
.sales_data .resale_link a:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #FF9F07;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sales_data .resale_link a:after {
	content: "";
	display: block;
	border-top: 3px solid transparent;
	border-left: 6px solid #FFF;
	border-bottom: 3px solid transparent;
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 48em) {
}

/* Filter Button */
.sales_filter {
	width: 100%;
	max-width: 1180px;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(70px) translateZ(0);
	transform: translateY(70px) translateZ(0);
	transition: 0.25s;
}
.sales_filter.js-isVisible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.sales_filter .btn_filter {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.sales_filter .btn_filter img {
	max-width: 100%;
}

/* No Result */
.sales_list_noresult {
	margin: 10px 20px 20px;
}
.sales_list_noresult p {
	font-size: 15px;
}
.sales_list_noresult ul {
	line-height: 1.8;
	margin-top: 10px;
}
.sales_list_noresult ul li {
	padding-left: 15px;
	position: relative;
}
.sales_list_noresult ul li:before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #000;
	margin-top: -2px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 6px;
}
@media only screen and (max-width: 48em) {
	.sales_list_noresult p {
		font-size: 13px;
	}
}

/* Error */
.sales_error {
	text-align: center;
	padding: 40px 20px 50px;
	margin: 0;
}
@media only screen and (max-width: 48em) {
	.sales_error {
		padding: 30px 20px 50px;
	}
}

/* =============================================================
	Pagination :: ページネーション
============================================================= */
.sales_pagination {
	text-align: center;
	position: relative;
	padding: 15px 60px;
	border-bottom: 1px solid #C1C1C1;
}
@media only screen and (max-width: 48em) {
	.sales_pagination {
		padding: 15px 30px;
	}
}

.sales_pagination ul {
	font-size: 0;
	letter-spacing: -1em;
}
.sales_pagination ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 13px;
	letter-spacing: normal;
	line-height: 30px;
	margin: 0 2px;
}
.sales_pagination ul li a {
	display: block;
	color: #000;
}
.sales_pagination ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #2D66CC;
}
.sales_pagination ul li.is_current a {
	color: #FFF;
	text-decoration: none;
	background: #2D66CC;
}
@media only screen and (max-width: 48em) {
	.sales_pagination ul li a:hover {
		color: #000;
		text-decoration: underline;
		background: transparent;
	}
	.sales_pagination ul li.is_ellipsis {
		font-size: 11px;
		margin: 0 -12px;
	}
}

.sales_pagination .is_prev,
.sales_pagination .is_next {
	width: 50px;
	height: 60px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sales_pagination .is_prev a,
.sales_pagination .is_next a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.sales_pagination .is_prev {
	left: 0;
}
.sales_pagination .is_next {
	right: 0;
}
.sales_pagination .is_prev a:hover,
.sales_pagination .is_next a:hover {
	opacity: 0.6;
}
.sales_pagination .is_prev a:before,
.sales_pagination .is_next a:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #BFBFBF;
	border-right: 3px solid #BFBFBF;
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
}
.sales_pagination .is_prev a:before {
	-webkit-transform: translate(-25%, -50%) rotate(-135deg);
	transform: translate(-25%, -50%) rotate(-135deg);
}
.sales_pagination .is_next a:before {
	-webkit-transform: translate(-75%, -50%) rotate(45deg);
	transform: translate(-75%, -50%) rotate(45deg);
}
@media only screen and (max-width: 48em) {
	.sales_pagination .is_prev,
	.sales_pagination .is_next {
		width: 30px;
		height: 30px;
	}
	.sales_pagination .is_prev a:hover,
	.sales_pagination .is_next a:hover {
		opacity: 1;
	}
}

/* =============================================================
	Recommended Ticket :: おすすめチケット
============================================================= */
.recommended_ticket {
	background: #FFF;
	border: 1px solid #C1C1C1;
	margin-top: 20px;
}
@media only screen and (max-width: 48em) {
	.recommended_ticket {
		margin: 10px;
	}
}

/* Header */
.recommended_ticket_header .recommended_ticket_title {
	color: #555;
	font-size: 17px;
	line-height: 1.5;
	padding: 20px 20px 20px 58px;
	position: relative;
}
.recommended_ticket_header .recommended_ticket_title:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/icon-sectiontitle_rs.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 48em) {
	.recommended_ticket_header .recommended_ticket_title {
		font-size: 12px;
		padding: 12px 10px 12px 40px;
		border-bottom: 1px solid #C1C1C1;
	}
	.recommended_ticket_header .recommended_ticket_title:before {
		width: 23px;
		height: 23px;
		left: 10px;
	}
}

/* Content */
.recommended_ticket_data {
	font-size: 0;
	letter-spacing: -1em;
	padding: 0 10px 20px;
}
.recommended_ticket_data li {
	display: inline-block;
	width: 16.6667%;
	font-size: 13px;
	letter-spacing: normal;
	vertical-align: top;
	padding: 0 10px;
}
.recommended_ticket_data li a {
	display: block;
	color: #000;
}
.recommended_ticket_data li a:hover {
	text-decoration: none;
}
.recommended_ticket_data li a figure span {
	display: block;
	background: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.recommended_ticket_data li a figure span:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.recommended_ticket_data li a figcaption {
	max-height: 3.9em;
	font-size: 12px;
	line-height: 1.3;
	margin-top: 8px;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media only screen and (max-width: 48em) {
	.recommended_ticket_data {
		padding: 15px 0;
	}
	.recommended_ticket_data li {
		width: 33.333%;
	}
	.recommended_ticket_data li:nth-of-type(n+4) {
		display: none;
	}
	.recommended_ticket_data li a:hover {
		text-decoration: underline;
	}
}

/* =============================================================
	Related News :: 関連ニュース
============================================================= */
.related_news {
	background: #FFF;
	margin-top: 20px;
	border-bottom: 2px solid #BED2EB;
}
@media only screen and (max-width: 48em) {
	.related_news {
		margin-top: 0;
		border-bottom: 1px solid #C1C1C1;
	}
}

/* Header */
.related_news_header .related_news_title {
	color: #555;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	padding: 20px 20px 20px 50px;
	position: relative;
}
.related_news_header .related_news_title:before {
	content: "";
	display: block;
	width: 26px;
	height: 24px;
	background: url("../images/icon-sectiontitle_rs.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 48em) {
	.related_news_header .related_news_title {
		font-size: 12px;
		padding: 12px 10px 12px 40px;
		margin-bottom: 0;
		border-bottom: 1px solid #C1C1C1;
	}
	.related_news_header .related_news_title:before {
		left: 10px;
	}
}

/* Content */
.related_news_data {
	font-size: 0;
	letter-spacing: -1em;
	padding-right: 40px;
	margin: 0 20px 20px;
}
.related_news_data:nth-of-type(n+2) {
	display: none;
}
.related_news_data li {
	display: inline-block;
	width: 33.333%;
	font-size: 13px;
	letter-spacing: normal;
	vertical-align: top;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.related_news_data li:nth-of-type(3n) {
	margin-right: -40px;
}
.related_news_data li:nth-of-type(n+4) {
	margin-top: 20px;
}
.related_news_data li a {
	display: block;
	color: #000;
	font-size: 0;
	letter-spacing: -1em;
	padding-left: 60px;
	position: relative;
}
.related_news_data li a:hover {
	text-decoration: none;
}
.related_news_data li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 60px;
	vertical-align: top;
}
.related_news_data li a figure {
	width: 60px;
	height: 60px;
	font-size: 12px;
	letter-spacing: normal;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.related_news_data li a figure span {
	display: block;
	background: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.related_news_data li a figure span:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.related_news_data li a figcaption {
	display: inline-block;
	font-size: 11px;
	text-decoration: inherit;
	letter-spacing: normal;
	vertical-align: top;
	padding-left: 12px;
}
.related_news_data li a figcaption span {
	max-height: 3.9em;
	line-height: 1.3;
	word-wrap: break-word;
	overflow: hidden;
	display: inline-block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
@media only screen and (max-width: 48em) {
	.related_news_data {
		padding-right: 0;
		margin: 0;
	}
	.related_news_data + .related_news_data {
		border-top: 1px solid #C1C1C1;
	}
	.related_news_data li {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.related_news_data li:nth-of-type(n+2) {
		border-top: 1px solid #C1C1C1;
	}
	.related_news_data li:nth-of-type(3n) {
		margin-right: 0;
	}
	.related_news_data li:nth-of-type(n+4) {
		margin-top: 0;
	}
	.related_news_data li a {
		text-decoration: none;
		padding: 10px 25px 10px 70px;
	}
	.related_news_data li a:before {
		vertical-align: middle;
	}
	.related_news_data li a:after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-left: 2px solid #C1C1C1;
		border-bottom: 2px solid #C1C1C1;
		margin-top: -4px;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.related_news_data li a figure {
		left: 10px;
	}
	.related_news_data li a figcaption {
		vertical-align: middle;
	}
}

/* More */
.related_news .more_trigger {
	text-align: center;
	padding: 10px 20px;
	border-top: 1px solid #C1C1C1;
	cursor: pointer;
}
.related_news .more_trigger span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
	position: relative;
}
.related_news .more_trigger span:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/icon-more-grey-sp.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 48em) {
}

/* =============================================================
	Related News :: 関連情報
============================================================= */
.related_info {
	background: #FFF;
	margin-top: 20px;
	border-bottom: 2px solid #BED2EB;
}
@media only screen and (max-width: 48em) {
	.related_info {
		margin-top: 0;
		border-bottom: 1px solid #C1C1C1;
	}
}

/* Header */
.related_info_header .related_info_title {
	color: #555;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	padding: 20px 20px 20px 50px;
	position: relative;
}
.related_info_header .related_info_title:before {
	content: "";
	display: block;
	width: 26px;
	height: 24px;
	background: url("../images/icon-sectiontitle_rs.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 48em) {
	.related_info_header .related_info_title {
		font-size: 12px;
		padding: 12px 10px 12px 40px;
		margin-bottom: 0;
		border-bottom: 1px solid #C1C1C1;
	}
	.related_info_header .related_info_title:before {
		left: 10px;
	}
}

/* Content */
.related_info_data {
	font-size: 0;
	letter-spacing: -1em;
	padding-right: 40px;
	margin: 0 20px 20px;
}
.related_info_data:nth-of-type(n+2) {
	display: none;
}
.related_info_data li {
	display: inline-block;
	width: 33.333%;
	font-size: 13px;
	letter-spacing: normal;
	vertical-align: top;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.related_info_data li:nth-of-type(3n) {
	margin-right: -40px;
}
.related_info_data li:nth-of-type(n+4) {
	margin-top: 20px;
}
.related_info_data li a {
	display: block;
	color: #000;
	font-size: 0;
	letter-spacing: -1em;
	padding-left: 60px;
	position: relative;
}
.related_info_data li a:hover {
	text-decoration: none;
}
.related_info_data li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 60px;
	vertical-align: top;
}
.related_info_data li a figure {
	width: 60px;
	height: 60px;
	font-size: 12px;
	letter-spacing: normal;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.related_info_data li a figure span {
	display: block;
	background: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.related_info_data li a figure span:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.related_info_data li a figcaption {
	display: inline-block;
	font-size: 11px;
	text-decoration: inherit;
	letter-spacing: normal;
	vertical-align: top;
	padding-left: 12px;
}
.related_info_data li a figcaption span {
	max-height: 3.9em;
	line-height: 1.3;
	word-wrap: break-word;
	overflow: hidden;
	display: inline-block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
@media only screen and (max-width: 48em) {
	.related_info_data {
		padding-right: 0;
		margin: 0;
	}
	.related_info_data + .related_info_data {
		border-top: 1px solid #C1C1C1;
	}
	.related_info_data li {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.related_info_data li:nth-of-type(n+2) {
		border-top: 1px solid #C1C1C1;
	}
	.related_info_data li:nth-of-type(3n) {
		margin-right: 0;
	}
	.related_info_data li:nth-of-type(n+4) {
		margin-top: 0;
	}
	.related_info_data li a {
		text-decoration: none;
		padding: 10px 25px 10px 70px;
	}
	.related_info_data li a:before {
		vertical-align: middle;
	}
	.related_info_data li a:after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-left: 2px solid #C1C1C1;
		border-bottom: 2px solid #C1C1C1;
		margin-top: -4px;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.related_info_data li a figure {
		left: 10px;
	}
	.related_info_data li a figcaption {
		vertical-align: middle;
	}
}

/* More */
.related_info .more_trigger {
	text-align: center;
	padding: 10px 20px;
	border-top: 1px solid #C1C1C1;
	cursor: pointer;
}
.related_info .more_trigger span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
	position: relative;
}
.related_info .more_trigger span:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/icon-more-grey-sp.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 48em) {
}

/* =============================================================
	Icon Info :: アイコン説明
============================================================= */
.icon_info {
	background: #E9E9E9;
	padding: 30px 20px;
	margin-top: 20px;
}
@media only screen and (max-width: 48em) {
	.icon_info {
		background: transparent;
		padding: 0;
		margin: 10px;
	}
}

/* Header */
.icon_info_header {
	text-align: center;
	margin-bottom: 20px;
}
.icon_info_header .icon_info_title {
	display: inline-block;
	color: #555;
	font-size: 13px;
	line-height: 1.7;
	vertical-align: middle;
	padding-left: 25px;
	position: relative;
}
.icon_info_header .icon_info_title:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/icon-info.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 48em) {
	.icon_info_header {
		text-align: right;
		margin-bottom: 10px;
	}
	.icon_info_header .icon_info_title {
		font-size: 12px;
	}
}

/* Content */
.icon_info_content {
	font-size: 0;
	letter-spacing: -1em;
	padding-right: 80px;
}
.icon_info_data {
	display: inline-block;
	width: 20%;
	font-size: 13px;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	padding-top: 50px;
	margin-right: 20px;
	position: relative;
}
.icon_info_data:nth-of-type(5n) {
	margin-right: -80px;
}
.icon_info_data dt {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.icon_info_data dt img {
	margin: 0 auto;
}
.icon_info_data dd {
	color: #666;
	line-height: 1.4;
}
@media only screen and (max-width: 48em) {
	.icon_info_content {
		display: none;
		padding: 15px 0;
		border-top: 1px dotted #C1C1C1;
		border-bottom: 1px dotted #C1C1C1;
	}
	.icon_info_data {
		display: table;
		width: 100%;
		font-size: 11px;
		text-align: left;
		padding-top: 0;
		margin-right: 0;
		table-layout: fixed;
	}
	.icon_info_data:nth-of-type(n+2) {
		margin-top: 15px;
	}
	.icon_info_data:nth-of-type(5n) {
		margin-right: 0;
	}
	.icon_info_data dt {
		display: table-cell;
		width: 55px;
		vertical-align: middle;
		position: static;
		-webkit-transform: none;
		transform: none;
	}
	.icon_info_data dd {
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px;
	}
}

/* =============================================================
	Modal
============================================================= */
body.js-isFixed {
	position: fixed;
	left: 0;
	right: 0;
	overflow: hidden;
}
.modal_block {
	width: 90%;
	max-width: 980px;
	max-height: 84%;
	background: #FFFFFF;
	margin: 0 auto;
	position: fixed;
	top: 8%;
	left: 0;
	right: 0;
	z-index: 9999;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 0;
	visibility: hidden;
	transition: 0.25s;
	overflow-y: auto;
}
.modal_block .scrollarea {
	overflow-y: auto;
}
.modal_overlay {
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: 0.25s;
}
@media only screen and (max-width: 48em) {
	.modal_block {
		max-height: 90%;
		top: 5%;
	}
}

.modal_block.js-isOpen,
.modal_block.js-isOpen + .modal_overlay {
	opacity: 1;
	visibility: visible;
}

/* =============================================================
	Search Filter
============================================================= */
#search_filter .btn_filter_close {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
#search_filter .btn_filter_close:before,
#search_filter .btn_filter_close:after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #3066CC;
	margin-top: -1px;
	margin-left: -10px;
	position: absolute;
	top: 50%;
	left: 50%;
}
#search_filter .btn_filter_close:before {
	-webkit-transform: rotate(-45deg) translateZ(0);
	transform: rotate(-45deg) translateZ(0);
}
#search_filter .btn_filter_close:after {
	-webkit-transform: rotate(45deg) translateZ(0);
	transform: rotate(45deg) translateZ(0);
}
#search_filter .scrollarea {
	padding: 50px 50px 90px;
}
@media only screen and (max-width: 48em) {
	#search_filter .btn_filter_close {
		width: 40px;
		height: 40px;
	}
	#search_filter .scrollarea {
		padding: 30px 10px 50px;
	}
}

/**/
.filter_block .selectbox .selectbox_label {
	font-size: 12px;
	background: #EDEDED;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding: 16px 30px 16px 15px;
	border: none;
}
.filter_block .filter_more li {
	display: none;
	padding-top: 15px;
	margin-top: 16px;
	border-top: 1px dotted #C1C1C1;
}
@media only screen and (max-width: 48em) {
}

/**/
.filter_row {
	font-size: 0;
	letter-spacing: -1em;
	padding-right: 40px;
	position: relative;
}
.filter_row:nth-of-type(n+2) {
	padding-top: 29px;
	margin-top: 30px;
	border-top: 1px solid #C1C1C1;
}
.filter_item {
	display: inline-block;
	width: 50%;
	font-size: 13px;
	letter-spacing: normal;
	vertical-align: middle;
	margin-right: 40px;
}
.filter_item.is_genre,
.filter_item.is_area {
	vertical-align: top;
}
.filter_item:nth-child(even) {
	margin-right: -40px;
}
.filter_item.is_keyword {
	display: block;
	width: auto;
	margin-right: -40px;
}
.filter_item.is_other2:after {
	content: "";
	clear: both;
	display: block;
}
@media only screen and (max-width: 48em) {
	.filter_row {
		padding-right: 0;
	}
	.filter_row:nth-of-type(n+2) {
		padding-top: 0;
		margin-top: 0;
	}
	.filter_item {
		display: block;
		width: auto;
		padding: 16px 10px;
		margin-right: 0;
	}
	.filter_item:nth-child(even) {
		padding-top: 15px;
		margin-right: 0;
		border-top: 1px solid #C1C1C1;
	}
	.filter_item.is_keyword {
		margin-right: 0;
	}
	.filter_item.is_period {
		padding-top: 0;
		border-top: none;
	}
}

/**/
dl.filter_item {
	position: relative;
}
dl.filter_item dt {
	font-size: 13px;
	line-height: 14px;
	padding-left: 15px;
	margin-top: -7px;
	position: absolute;
	top: 22px;
	left: 0;
}
dl.filter_item dt:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #3066CC;
	margin-top: -4px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
}
dl.filter_item dd {
	padding-left: 124px;
}
@media only screen and (max-width: 48em) {
	dl.filter_item dt {
		top: 38px;
		left: 10px;
	}
}

/* キーワード */
.filter_item.is_keyword #filter_keyword {
	width: 100%;
	outline: none;
	background: #EDEDED;
	padding: 13px 15px 12px;
	border: 2px solid #EDEDED;
	box-sizing: border-box;
	transition: 0.1s;
}
.filter_item.is_keyword #filter_keyword.js-isActive {
	background: #FFF;
	border-color: #2E66CC;
	border-radius: 4px;
}

/* 期間指定 */
.filter_period_title {
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 10px;
}
.filter_period_calendar {
	font-size: 0;
	letter-spacing: -1em;
	position: relative;
}
.filter_period_calendar .datepicker_container {
	display: inline-block;
	width: 46%;
	font-size: 12px;
	letter-spacing: normal;
	vertical-align: middle;
	position: relative;
}
.filter_period_calendar input[type="text"] {
	width: 100%;
	font-family: inherit;
	font-size: 12px;
	background: #EDEDED url("../images/icon-calendar_rs.png") no-repeat 95% center;
	background-size: 26px auto;
	padding: 13px 40px 13px 15px;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	outline: none;
}
.filter_period_calendar span {
	display: inline-block;
	width: 8%;
	font-size: 12px;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
}
.filter_period_clear {
	margin: 10px 0 -12px;
}
.filter_period_clear a {
	display: block;
	width: 90px;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	background: #444;
	padding: 8px 3px 8px 12px;
	margin-left: auto;
	border-radius: 3px;
	position: relative;
}
.filter_period_clear a:before,
.filter_period_clear a:after {
	content: "";
	display: block;
	width: 8px;
	height: 1px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 7px;
}
.filter_period_clear a:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.filter_period_clear a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (max-width: 48em) {
	.filter_period_title {
		font-size: 12px;
	}
	.filter_period_calendar input[type="text"] {
		font-size: 12px;
		background-size: 20px auto;
		padding-right: 30px;
	}
	.filter_period_clear {
		margin-bottom: 0;
	}
}

/* その他 */
.filter_clear {
	float: right;
}
.filter_clear a {
	display: block;
	color: #333;
	font-size: 11px;
	line-height: 1.0;
	text-align: center;
	text-decoration: none;
	background: #ECECEC;
	padding: 5px 8px;
	margin: 0 auto 3px;
	border: none;
	border-radius: 3px;
	box-shadow: 0 3px 0 #AAA;
	cursor: pointer;
}
@media only screen and (max-width: 48em) {
}

/* 送信ボタン */
.filter_submit {
	margin-top: 70px;
	overflow: hidden;
}
.filter_submit input[type="button"] {
	display: block;
	width: 100%;
	max-width: 220px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	background: #ECECEC url("../images/icon-filter_rs.png") no-repeat 24px center;
	background-size: 19px auto;
	padding: 18px 15px 18px 45px;
	margin: 0 auto 4px;
	border: none;
	border-radius: 3px;
	box-shadow: 0 3px 0 #AAA;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
}
@media only screen and (max-width: 48em) {
	.filter_submit {
		margin-top: 30px;
	}
}

/* 閉じる */
.filter_close {
	font-size: 12px;
	text-align: center;
	line-height: 1.0;
	margin-top: 20px;
}
.filter_close a {
	color: #000;
	text-decoration: underline;
}
.filter_close a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 48em) {

}

/* =============================================================
	Footer
============================================================= */
/* Page Desc */
.pagedesc {
	text-align: center;
	padding: 40px 0 60px;
}
.pagedesc > p {
	line-height: 1.5;
	font-style: italic;
	color: #AAAAAA;
	margin: 0 auto;
}
@media only screen and (max-width: 48em) {
	.pagedesc {
		max-width: auto;
		width: 100%;
		padding: 10px;
	}
	.pagedesc > p {
		font-size: 10px;
		font-style: normal;
	}
}

/* Page Top */
.pagetop_btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.pagetop_btn img:hover {
	cursor: pointer;
}
.pagetop_btn span {
	display: none;
}
@media only screen and (max-width: 48em) {
	.pagetop_btn {
		margin-top: 10px;
		position: relative;
		right: auto;
		bottom: auto;
		-webkit-transform: none;
		transform: none;
	}
	.pagetop_btn img {
		display: none;
	}
	.pagetop_btn span {
		display: block;
		text-align: center;
		padding: 20px;
		margin: 0 auto;
		border: 2px solid #EDEDED;
		max-width: 300px;
		width: 100%;
		position: relative;
	}
	.pagetop_btn span:hover {
		cursor: pointer;
	}
	.pagetop_btn span:after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		vertical-align: middle;
		margin-top: 2px;
		margin-left: 10px;
		border-top: 2px solid #C1C1C1;
		border-left: 2px solid #C1C1C1;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

/* =============================================================
	Alert
============================================================= */
.Y15_modal_block {
	display: none;
}
.Y15_modal_block.Y15_is_active {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: scroll;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80000000,EndColorStr=#80000000);
}

.Y15_alert_box {
	width: 500px;
	height: auto;
	margin: 10% auto;
	background-color: #FFF;
	position: relative;
	padding-bottom: 20px;
}
@media only screen and (max-width: 48em) {
	.Y15_alert_box {
		position: relative;
		width: 92%;
		height: auto;
		margin-left: 4%;
		margin-right: 4%;
		margin-top: 4%;
		margin-bottom: 100px;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
}

.Y15_alert_box_head_title {
	padding: 15px 35px 15px 20px;
	font-size: 18px;
	line-height: 1.2;
	background-color: #FFEA9F;
	color: #FF8500;
	position: relative;
}

.Y15_alert_box_close_btn {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 13px;
	font-size: 24px;
}
.Y15_alert_box_close_btn:hover {
	cursor: pointer;
}

.Y15_alert_box_description {
	font-size: 12px;
	padding: 20px 30px;
	line-height: 1.5;
}
@media only screen and (max-width: 48em) {
	.Y15_alert_box_description {
		padding: 10px 15px;
	}
}

.Y15_alert_box_content {
	padding: 0 30px;
}
@media only screen and (max-width: 48em) {
	.Y15_alert_box_content {
		padding: 15px;
	}
}

.Y15_alert_box_content_title {
	color: #3066CC;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.Y15-alert-box__check-btns {
	font-size: 0;
	display: inline-block;
	border: 1px dotted #CCC;
	margin-bottom: 20px;
}

.Y15-alert-box__check-btn {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
	padding: 13px 0;
	margin: 0 10px;
}
.Y15-alert-box__check-btn:hover {
	cursor: pointer;
}
.Y15-alert-box__check-btn.Y15-is-all-check {
	position: relative;
}
.Y15-alert-box__check-btn.Y15-is-all-check:before {
	content: "";
	background: url("../images/icon-all-check.png") no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 15px;
	height: 12px;
}
.Y15-alert-box__check-btn.Y15-is-all-check.x2:before {
	background: url("../images/icon-all-check_x2.png") no-repeat;
	background-size: contain;
}
.Y15-alert-box__check-btn.Y15-is-all-clear {
	position: relative;
}
.Y15-alert-box__check-btn.Y15-is-all-clear:before {
	content: "";
	background: url("../images/icon-all-clear.png") no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 15px;
	height: 12px;
}
.Y15-alert-box__check-btn.Y15-is-all-clear.x2:before {
	background: url("../images/icon-all-clear_x2.png") no-repeat;
	background-size: contain;
}

/* .Y15_alert_box_dialog */
.Y15_modal_block .Y15_alert_box_dialog {
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80000000,EndColorStr=#80000000);
	display: none;
}
.Y15_modal_block .Y15_alert_box_dialog .Y15_alert_box_dialog_message {
	background-color: #FFF;
	width: 80%;
	margin: 60px auto;
	border: 1px solid #FFF;
}
.Y15_modal_block .Y15_alert_box_dialog .Y15_alert_box_dialog_message .Y15_alert_box_dialog_message_innerbox {

}
.Y15_modal_block .Y15_alert_box_dialog .Y15_alert_box_dialog_message .Y15_alert_box_dialog_message_header {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #FFF;
	background-color: #666;
	padding: 15px 20px;
	position: relative;
}
.Y15_modal_block .Y15_alert_box_dialog .Y15_alert_box_dialog_message .Y15_alert_box_dialog_message_body {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	color: #000;
	padding: 0 20px;
	margin: 20px auto;
}
.Y15_modal_block .Y15_alert_box_dialog .Y15_alert_box_dialog_message .Y15_alert_box_dialog_message_btn {
	padding: 0 20px;
	margin: 20px auto;
	text-align: center;
}
.Y15_modal_block .Y15_alert_box_dialog .Y15_alert_box_dialog_message .Y15_alert_box_dialog_message_btn span {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #FFF;
	background-color: #666;
	display: inline-block;
	padding: 10px 20px;
	margin: 0 auto;
	border-radius: 3px;
}
.Y15_modal_block .Y15_alert_box_dialog .Y15_alert_box_dialog_message .Y15_alert_box_dialog_message_btn span:hover {
	cursor: pointer;
}

.Y15-performance__table {
	font-size: 0;
	max-height: 340px;
	overflow: auto;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
@media only screen and (max-width: 48em) {
	.Y15-performance__table {
		max-height: 100%;
	}
}

.Y15-performance__t-row {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: -1px;
	padding: 20px 0;
	position: relative;
}

.Y15-performance__t-data {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}
.Y15-performance__t-data.Y15-is-checkbox {
	width: 10%;
}
.Y15-performance__t-data.Y15-is-checkbox:nth-child(n) label {
	background: url("../images/icon-checkbox.png") no-repeat left top;
	height: 20px;
	line-height: 20px;
	display: block;
	padding: 0 0 0 15px;
	cursor: pointer;
	overflow: hidden;
}
.Y15-performance__t-data.Y15-is-checkbox:nth-child(n) label.Y15_is_checked {
	background-position: left bottom;
}
.Y15-performance__t-data.Y15-is-checkbox:nth-child(n) input[type="checkbox"] {
	display: none;
}
.Y15-performance__t-data.Y15-is-content {
	width: 90%;
}
.Y15-performance__t-data.Y15-is-content span {
	line-height: 1.6;
}

.Y15-performance__date,
.Y15-performance__place {
	display: block;
}

.Y15-performance__place {
	border-bottom: 1px dotted transparent;
	padding-bottom: 10px;
	transition: all 0.15s linear 0s;
	-webkit-transition: all 0.15s linear 0s;
}

.Y15-performance__moreinfo {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	display: none;
}

.Y15-performance__loadmore {
	position: absolute;
	right: 0;
	bottom: 5px;
	text-decoration: underline;
	background-color: #FFF;
}
.Y15-performance__loadmore:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #999;
	top: 50%;
	margin-top: -4px;
	margin-top: 0;
	left: -15px;
}
.Y15-performance__loadmore:hover {
	cursor: pointer;
}
.Y15-performance__loadmore.Y15_is_active:before {
	border-top-width: 0;
	border-bottom: 4px solid #999;
}

.Y15_performance_submit_btn_outer {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	text-align: center;
}

.Y15_performance_submit_btn {
	background: #FFEA9F url("../images/Y15-performance__submit-btn-icon.png") 15px center no-repeat;
	color: #FF8500 !important;
	font-size: 14px;
	padding: 15px 30px;
	font-weight: bold;
	position: relative;
	box-shadow: 0 4px 0 #F1CD61;
	line-height: 1.65;
	text-indent: 20px;
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	border: none;
}
@media only screen and (max-width: 48em) {
	.Y15_performance_submit_btn {
		font-size: 13px;
	}
}

input.Y15_performance_submit_btn.Y15_isnt_registration {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

.Y15_alert_box__close_text {
	display: none !important;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
}
.Y15_alert_box__close_text:hover {
	cursor: pointer;
}
@media only screen and (max-width: 48em) {
	.Y15_alert_box__close_text {
		display: block !important;
	}
}

/* =============================================================
	Favorite
============================================================= */
.Y15_favorite_box {
	position: absolute;
	bottom: 32px;
	/*left: 50%;
	transform: translateX(-50%);*/
	right: 0px;
	width: calc(100vh - 4%);
	max-width: 300px;
	border: 2px solid #F95E77;
	background-color: #FFF;
	z-index: 400;
	display: none;
	padding: 5px;
}

/* スマホ画面の場合にポップアップが画面の外に出てしまうため、スマホの画面幅の場合のみ、以下の座標修正を行う。 */
@media only screen and (max-width: 48em) {
	.Y15_favorite_box {
		left: -70px;
	}
}

.Y15_favorite_box.fukidasi_login {
	padding: 0;
}
.btn_favorite .Y15_favorite_box {
	bottom: calc(100% + 15px);
}
.ticket_info_btn .Y15_favorite_box {
	top: calc(100% + 15px);
	left: auto;
	right: 0;
	bottom: auto;
	transform: none;
}

.btn_favorite .Y15_favorite_box:before,
.btn_favorite .Y15_favorite_box:after,
.ticket_info_btn .Y15_favorite_box:before,
.ticket_info_btn .Y15_favorite_box:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.btn_favorite .Y15_favorite_box:before {
	top: 100%;
	border-top: 8px solid #F95E77;
	z-index: 400;
}
.Y15_is_submitted.btn_favorite .Y15_favorite_box:before {
	border-top-color: #999;
}
.btn_favorite .Y15_favorite_box:after {
	top: calc(100% - 3px);
	border-top: 8px solid #FFF;
	z-index: 450;
}
.ticket_info_btn .Y15_favorite_box:before,
.ticket_info_btn .Y15_favorite_box:after {
	left: auto;
	right: 20px;
}
.ticket_info_btn .Y15_favorite_box:before {
	bottom: 100%;
	border-bottom: 8px solid #F95E77;
	z-index: 400;
}
.Y15_is_submitted.ticket_info_btn .Y15_favorite_box:before {
	border-bottom-color: #999;
}
.ticket_info_btn .Y15_favorite_box:after {
	bottom: calc(100% - 3px);
	border-bottom: 8px solid #FFF;
	z-index: 450;
}
.ticket_info_btn .Y15_favorite_box.fukidasi_login:after {
	border-bottom-color: transparent;
}

.Y15_favorite_box__head-title {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	background-color: #F95E77;
	padding: 10px 0;
	margin-bottom: 16px;
	position: relative;
}
.Y15_favorite_box__close-btn {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
}
.Y15_favorite_box__close-btn:hover {
	cursor: pointer;
}
.Y15_favorite_box__content {
	text-align: center;
	font-size: 0;
}
.Y15_favorite_box__btn {
	display: inline-block;
	color: #000;
	text-align: center;
	font-size: 12px;
	width: 120px;
	border-radius: 4px;
	border: 1px solid #CCC;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	text-decoration: none;
}
.Y15_favorite_box__text {
	font-size: 12px;
	color: #F95E77;
	margin: 20px auto;
}
.Y15_is_favorite .add_favorite {
	display: inline-block;
	position: relative;
}
.Y15_is_active .add_favorite:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #F95E77;
	left: 50%;
	bottom: 100%;
	margin-left: -10px;
	margin-bottom: 2px;
	z-index: 500;
}
.Y15_is_active .add_favorite:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #FFF;
	left: 50%;
	bottom: 100%;
	margin-left: -10px;
	margin-bottom: 4px;
	z-index: 500;
}
.ticket_info_header .Y15_is_active .add_favorite:before,
.ticket_info_header .Y15_is_active .add_favorite:after,
.btn_favorite.Y15_is_active .add_favorite:before,
.btn_favorite.Y15_is_active .add_favorite:after
{
	display: none;
}
.Y15_is_active .Y15_favorite_box {
	display: block;
}
.Y15_is_submitted .add_favorite {
	/*background: url(//image.pia.jp/images5/images/Y15-instruction__icon--favorited.png) center center no-repeat;*/
}
.Y15_is_submitted .Y15_favorite_box {
	border: 2px solid #999;
}
.Y15_is_submitted.Y15_is_active .add_favorite:before {
	border-top: 10px solid #999;
}
.Y15_is_submitted .Y15_favorite_box__text {
	color: #999;
}

.favoriteregister .Y15_favorite_box {
	left: -150px;
	right: -150px;
	margin: auto;
	transform: none;
}
.column_6_3 li:nth-child(6n+1) .Y15_favorite_box,
.column_6_3 li:nth-child(6n+2) .Y15_favorite_box {
	left: 0;
	right: auto;
	transform: none;
}
.column_6_3 li:nth-child(6n+3) .Y15_favorite_box,
.column_6_3 li:nth-child(6n+4) .Y15_favorite_box {
	left: -150px;
	right: -150px;
	margin: auto;
	transform: none;
}
.column_3_2 li:nth-child(3n+1) .Y15_favorite_box {
	left: 0;
	right: -26px;
	margin: auto;
	transform: none;
}

@media only screen and (max-width: 48em) {
	.column_6_3 li:nth-child(n) .Y15_favorite_box {
		left: auto;
		right: auto;
		transform: none;
	}
	.column_6_3 li:nth-child(3n+1) .Y15_favorite_box {
		left: -1px;
		right: auto;
		transform: none;
	}
	.column_6_3 li:nth-child(3n+2) .Y15_favorite_box {
		left: -140px;
		right: -140px;
		margin: auto;
		transform: none;
	}
	.column_6_3 li:nth-child(3n) .Y15_favorite_box {
		left: auto;
		right: -1px;
		transform: none;
	}

	.column_3_2 li:nth-child(n) .Y15_favorite_box {
		left: auto;
		right: auto;
		transform: none;
	}
	.column_3_2 li:nth-child(2n+1) .Y15_favorite_box {
		left: -1px;
		right: -94px;
		margin: auto;
		transform: none;
	}
	.column_3_2 li:nth-child(2n) .Y15_favorite_box {
		left: auto;
		right: -1px;
		transform: none;
	}
}

.ticket_info_header .ticket_info_btn .Y15_favorite_box .Y15_favorite_box__text {
	margin: 10px auto;
}
.related_artist .btn_favorite > span{
	display: block;
	width: 26px;
	height: 0;
	padding-top: 16px;
	margin-top: -3px;
	overflow: hidden;
	position: relative;
}
.related_artist .btn_favorite > span:before {
	content: '';
	display: block;
	width: 26px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: 10;*/
	background: url("../images/Y15-instruction__icon--favorite.png") 0% 0% no-repeat;
	background-size: 26px 16px;
}
.fukidasi a {
	cursor: pointer;
	text-decoration: underline;
	color: #F95E77;
}
.related_artist .btn_favorite.added_favorite > span:before {
	background-image: url("../images/Y15-instruction__icon--favorited.png");
}
.btn_favorite.added_favorite:before,
.Y15_is_submitted .btn_favorite:before {
	border-top-color: #999 !important;
}
.added_favorite + .fukidasi a,
.Y15_is_submitted .fukidasi a {
	color: #999;
}
