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

		記事

============================================================================*/
.page_bg_area{
	background-color: #E5E5E5;
	padding-bottom: 100px;
}
.page_content_inner{
	max-width: 1200px;
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
}
.page_single_titlearea{
	display: table;
	width: 100%;
	padding: 50px 50px 10px;
}
.page_single_titlearea_left{
	display: table-cell;
	width: 70%;
	padding-right: 10%;
}
.page_single_titlearea_right{
	display: table-cell;
	vertical-align:top;
	padding-top: 5px;
	width: 20%;
}
.page_single_titlearea_right .page_event_tag{
	margin-bottom: 40px;
}
.page_single_titlearea_right .page_topics_tag{
	position: relative;
}
@media screen and (max-width:1150px){
	.page_bg_area{
		padding: 0 5% 5%;
	}
}
@media screen and (max-width:992px){
}
@media screen and (max-width:767px){
	.page_single_titlearea{
		display: table;
		width: 100%;
		padding: 20px 4% 20px;
	}
	.page_single_titlearea_left,
	.page_single_titlearea_right{
		display: table;
		width: 100%;
		padding-right: 0;
	}
	.page_single_titlearea_right .page_event_tag{
		margin-bottom: 15px;
	}
}
.page_single_title_jp{
	font-size: 260%;
	line-height: 138%;
	display: block;
	margin-bottom: 25px;
}
.page_single_title_en{
	font-size: 160%;
	line-height: 140%;
	display: block;
	font-family: "Roboto";
	font-weight: normal;
}
@media screen and (max-width:992px){
}
@media screen and (max-width:767px){
	.page_single_title_jp{
		font-size: 160%;
		margin-bottom: 10px;
	}
	.page_single_title_en{
		font-size: 130%;
		margin-bottom: 20px;
	}
}
.page_single_day{
	font-family: "Roboto";
	font-weight: normal;
	margin: 30px 0;
}
.page_single_sns{
	font-family: "Roboto";
	font-weight: normal;
}
.page_single_sns{
	margin-bottom: 40px;
}
.page_single_sns a{
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 0 10px;
	line-height: 1;
}
.page_single_sns a:hover{
	text-decoration: underline;
}
.page_single_sns a:first-child{
	border-right: 1px solid #000;
	padding: 0 10px 0 0;
}
@media screen and (max-width:992px){
}
@media screen and (max-width:767px){
	.page_single_day{
		margin-bottom: 10px;
	}
	.page_single_sns{
		margin-bottom: 5px;
	}
}

.page_single_eyecatch img{
	max-width: 500%;
	width: 100%;
	height: auto;
}
@media screen and (max-width:992px){
}
@media screen and (max-width:767px){
}

.page_single_text{
	padding: 50px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.page_single_text > .quick_youtube{
	margin-bottom: 30px;
}
.page_single_text a{
	display: inline-block;
	position: relative;
	color: #D9272B;
	text-decoration: underline;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.page_single_text a[target="_blank"]:after{
	display: inline-block;
	font-family: "icomoon";
	content: "\e907";
	padding-left: 5px;
}
.page_single_text a:hover{
    text-decoration: none;
    opacity: 0.8;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.page_single_text a.blc{
    padding: 10px 20%;
    margin: 20px 15%;
    text-align: center;
    display: block;
    border: 1px solid #D9272B;
}
.page_single_text a.blc:hover{
    background: #D9272B;
    color: #fff;
}
@media screen and (max-width:992px){
}
@media screen and (max-width:767px){
	.page_single_text{
		padding: 20px 4% 20px;
		font-size: 100%;
	}
}
.page_single_nextprev{
	display: table;
	width: 100%;
}
.page_single_prev,
.page_single_next{
	display: table-cell;
	width: 50%;
	height: 200px;
	vertical-align: top;
}
.page_single_nextprev a{
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.page_single_prev a:before{
	display: block;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	z-index: 30;
}
.page_single_next a:before{
	display: block;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	z-index: 30;
}
.page_single_nextprev a .nextprev_cover_text{
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 50px 60px;
	margin: auto;
	background-color: rgba(217,39,43,0.8);
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 20;
}
.page_single_nextprev a .nextprev_cover_text:hover{
	background-color: rgba(217,39,43,0.0);
}
.page_single_nextprev a .nextprev_cover_text span{
	display: block;
}
.page_single_nextprev a .nextprev_cover_text span.jp{
	font-size: 155%;
	font-weight: bold;
	line-height: 128%;
	margin-bottom: 10px;
	max-height: 50px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.page_single_nextprev a .nextprev_cover_text span.en{
	font-size: 115%;
	font-weight: bold;
	line-height: 130%;
	max-height: 50px;
	display: block;
	overflow: hidden;
}
.page_single_nextprev a .nextprev_bg_img{
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.page_single_nextprev a .nextprev_bg_img img{
	position: absolute;
	max-width: 200%;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width:992px){
    .page_single_nextprev a .nextprev_cover_text span.en{
        line-height: 120%;
    }
}
@media screen and (max-width:767px){
	.page_single_prev,
	.page_single_next{
		display: table;
		width: 100%;
		height: 160px;
	}
	.page_single_nextprev a{
		height: 160px;
	}
	.page_single_nextprev a .nextprev_cover_text{
		padding: 15px 40px;
	}
	.page_single_nextprev a .nextprev_bg_img{
		text-align: center;
	}
	.page_single_nextprev a .nextprev_bg_img img{
		position: absolute;
		max-width: 200%;
		width: auto;
		height: 180%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}
.page_single_related > h3{
	margin: 45px 0;
	text-align: center;
	font-size: 155%;
	font-weight: normal;
	letter-spacing: 0.2em;
}

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

		event

============================================================================*/
.page_event_area{
	display: table;
	width: 100%;
	position: relative;
}
.page_event_info{
	display: table-cell;
	width: 32%;
	position: relative;
	right: -68%;
	padding: 40px 50px 40px 0;
	vertical-align: top;
}
.page_event_cont{
	display: table-cell;
	width: 68%;
	position: relative;
	left: -32%;
	padding: 40px 50px;
	vertical-align: top;
}
.cooperation{
    width: 100%;
    text-align: center;
    color: #D9272B;
    border: 1px solid #D9272B;
    padding: 15px 0;
    margin-bottom: 10px;
}
@media screen and (max-width:992px){
	.page_event_area{
		display: block;
	}
	.page_event_info{
		display: block;
		width: 100%;
		position: relative;
		right: 0%;
		padding: 20px 4%;
	}
	.page_event_cont{
		display: block;
		width: 100%;
		position: relative;
		left: 0%;
		padding: 20px 4%;
	}
}
@media screen and (max-width:767px){
}

.page_event_title_area{
	margin-bottom: 30px;
}
.page_event_subtitle_top,
.page_event_subtitle_bottom{
	font-weight: bold;
}
.page_event_title{
	font-weight: bold;
	font-size: 260%;
}
.page_event_maintext,
.page_event_subtext{
	line-height: 2;
	margin-bottom: 25px;
	font-size: 100%;
}
@media screen and (max-width:992px){
	.page_event_title_area{
		margin-bottom: 20px;
	}
	.page_event_title{
		font-size: 170%;
		line-height: 1.5;
	}
	.page_event_maintext,
	.page_event_subtext{
		line-height: 2.0;
		margin-bottom: 30px;
		font-size: 100%;
	}
}
.page_single_sns_timeline_sp{
	display: none;
}
.page_single_sns_timeline_pc .facebook {
	margin-bottom: 30px;
}
@media screen and (max-width:992px){
	.page_single_sns_timeline_pc{
		display: none;
	}
	.page_single_sns_timeline_sp{
		display: block;
	}
	.page_single_sns_timeline_sp .facebook {
		margin-bottom: 15px;
	}
}
.page_event_day,
.page_event_place,
.page_event_fees,
.page_event_tickets{
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.page_event_place dl{
	position: relative;
	padding-right: 40px;
	margin-bottom: 15px;
}
.page_event_place dt,
.page_event_tickets dt{
	font-weight: bold;
}
.page_event_tickets dt{
	font-size: 110%;
}
.page_event_place dd a{
	position: absolute;
	font-size: 23px;
	top: 0;
	right: 0;
	font-family: "icomoon";
	color: #000;
}
.page_event_fees span{
	display: block;
	font-weight: bold;
	font-size: 110%;
}
.page_event_tickets a{
	display: inline-block;
	color: #D9272B;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	padding-right: 15px;
}
.page_event_tickets a:after{
	display: inline-block;
	content: "\e907";
	font-family: "icomoon";
	font-weight: normal;
	position: relative;
	left: 3px;
	top: 2px;
}
@media screen and (max-width:992px){
}

.page_event_back{
	text-align: center;
	margin-top: 50px;
}
.page_event_back a{
	display: inline-block;
	background-color: #fff;
	padding: 7px 45px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 130%;
}
.page_event_back a:hover{
	background-color: #000;
	color: #fff;
}
@media screen and (max-width:992px){
	.page_event_back{
		margin-top: 15px;
	}
	.page_event_back a:hover{
		background-color: #fff;
		color: #000;
	}
}

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

		Quicktag

============================================================================*/
/* テキストブロック */
.quick_text{
    margin-bottom: 30px;
}
/* 強調文 */
.page_event_maintext strong,
.page_event_subtext strong,
.page_single_text strong{
	font-size: 115%;
	font-weight: bold;
}

/* 大見出し */
.page_event_maintext h4,
.page_event_subtext h4,
.page_single_text h4{
	font-size: 150%;
	line-height: 1.3;
	display: block;
	font-weight: bold;
	background-color: #000;
	color: #FFF;
	padding: 10px;
	margin-bottom: 15px;
	position: relative;
}
.page_event_maintext h4:before,
.page_event_subtext h4:before,
.page_single_text h4:before{
    content: "";
    position: absolute;
    background-color: #000;
    height: 100%;
    left: -15px;
}
/* 中見出し */
.page_event_maintext h5,
.page_event_subtext h5,
.page_single_text h5{
	font-size: 130%;
	line-height: 1.3;
	display: block;
	border-bottom: 3px double #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
/* 小見出し */
.page_event_maintext h6,
.page_event_subtext h6,
.page_single_text h6{
	font-size: 115%;
	line-height: 1.3;
	display: block;
	margin-bottom: 15px;
}
/* 極小見出し */
.page_event_maintext small,
.page_event_subtext small,
.page_single_text small{
	font-size: 75%;
	line-height: 1.3;
	display: block;
	margin-bottom: 10px;
}

/* テーブル */
.page_event_maintext table,
.page_event_subtext table,
.page_single_text table{
	width: 100%;
	margin-bottom: 30px;
}
.page_event_maintext table tr,
.page_event_subtext table tr,
.page_single_text table tr{
	border-top: 1px solid #000;
}
.page_event_maintext table tr:last-child,
.page_event_subtext table tr:last-child,
.page_single_text table tr:last-child{
	border-bottom: 1px solid #000;
}
.page_event_maintext table th,
.page_event_maintext table td,
.page_event_subtext table th,
.page_event_subtext table td,
.page_single_text table th,
.page_single_text table td{
    padding: 20px;
    text-align: left;
    line-height: 1.8;
    vertical-align: middle;
    font-weight: normal;
    font-size: 100%;
    word-wrap: break-word;
    word-break: break-all;
}
.page_event_maintext table th,
.page_event_subtext table th,
.page_single_text table th{
	width: 25%;
	background-color: #F7F7F7;
	padding: 20px 30px;
}

@media screen and (max-width:992px){
}
@media screen and (max-width:767px){
	.page_event_maintext table,
	.page_event_subtext table,
	.page_single_text table{
		font-size: 100%;
		width:auto;
	}
	.page_event_maintext table th,
	.page_event_maintext table td,
	.page_event_subtext table th,
	.page_event_subtext table td,
	.page_single_text table th,
	.page_single_text table td{
		line-height: 1.8;
	}
	.page_event_maintext table th,
	.page_event_subtext table th,
	.page_single_text table th{
		width: 30%;
		padding: 20px 20px;
	}

    /* スクロールテーブル */
    .page_event_maintext .scroll-wrap,
    .page_event_subtext .scroll-wrap,
    .page_single_text .scroll-wrap{
        overflow: auto;
        white-space: nowrap;
        padding: 5px 0;
        margin-bottom: 30px;
        /* -webkit-overflow-scrolling:touch; */
    }
    .page_event_maintext .scroll-wrap::-webkit-scrollbar,
    .page_event_subtext .scroll-wrap::-webkit-scrollbar,
    .page_single_text .scroll-wrap::-webkit-scrollbar{
        height: 5px;
    }
    .page_event_maintext .scroll-wrap::-webkit-scrollbar-track,
    .page_event_subtext .scroll-wrap::-webkit-scrollbar-track,
    .page_single_text .scroll-wrap::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #eee;
    }
    .page_event_maintext .scroll-wrap::-webkit-scrollbar-thumb,
    .page_event_subtext .scroll-wrap::-webkit-scrollbar-thumb,
    .page_single_text .scroll-wrap::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #666;
    }
	.page_event_maintext .scroll-wrap table,
	.page_event_subtext .scroll-wrap table,
	.page_single_text .scroll-wrap table{
        width: 100%;
        margin: 15px 0 5px;
    }
    .page_event_maintext .scroll-wrap table th,
	.page_event_subtext .scroll-wrap table th,
	.page_single_text .scroll-wrap table th{
        padding: 5px 15px;
    }
	.page_event_maintext .scroll-wrap table td,
	.page_event_subtext .scroll-wrap table td,
	.page_single_text .scroll-wrap table td{
        padding: 5px 15px;
    }
}

/* 画像＋テキストブロック */
.quick_2col{
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
.quick_2col .quick_text,
.quick_2col .quick_img{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.quick_2col .quick_img{
	padding-top: 10px;
}
.quick_2col .quick_text p{
	padding: 0 40px 0 0;
}
.quick_2col .quick_text.right p,
.quick_2col .quick_img.right + .quick_text p{
	padding: 0 0 0 40px;
}
.quick_2col .quick_text.right .quick_text .quick_youtube,
.quick_2col .quick_img.right + .quick_text .quick_youtube{
	margin: 0 0 0 40px;
	width : -webkit-calc(100% - 40px) ;
	width : calc(100% - 40px) ;
}
.quick_2col .quick_img img{
	width: 100%;
	height: auto;
}
@media screen and (max-width:992px){
}
@media screen and (max-width:767px){
	.quick_2col .quick_text,
	.quick_2col .quick_img{
		display: table;
		width: 100%;
	}
	.quick_2col .quick_img{
		padding-top: 0px;
	}
	.quick_2col .quick_text p,
	.quick_2col .quick_text.right p,
	.quick_2col .quick_img.right + .quick_text p{
		padding: 0 0 0 0;
	}
	.quick_2col .quick_text.right .quick_text .quick_youtube,
	.quick_2col .quick_img.right + .quick_text .quick_youtube{
		margin: 0 0 0 0px;
		width : -webkit-calc(100% - 0px) ;
		width : calc(100% - 0px) ;
	}
}
.quick_important{
	border: 1px solid #000;
	padding: 30px;
	margin: 20px 0;
	font-size: 95%;
}
.quick_important div{
	font-size: 135%;
	font-weight: bold;
	color: #D9272B;
	margin-left: -10px;
}
.quick_important ul{
	margin: 10px 0 20px;
}
.quick_important li{
	padding: 0 0 15px 20px;
	position: relative;
	line-height: 1.7;
}
.quick_important li:before{
	display: block;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 30px;
	background-color: #000;
	top: 6px;
	left: 2px;
}
.quick_important li:last-child{
	padding: 0 0 0 20px;
}
.quick_important .note{
	padding: 0 0 15px 0px;
	line-height: 1.7;
}
.quick_important .note:last-child{
	padding: 0 0 0px 0px;
}
@media screen and (max-width:992px){
	.quick_important{
		padding: 10px 15px;
		margin: 15px 0;
		font-size: 100%;
	}
	.quick_important ul{
		margin: 0px 0 10px;
	}
	.quick_important li{
		padding: 0 0 10px 20px;
	}
	.quick_important .note{
		padding: 0 0 10px 0px;
	}
}
/* アーティスト情報ブロック */
.quick_artist_more{
	display: table;
	width: 104%;
	margin: 0 -2% 50px;
	line-height: 1.8;
	font-size: 93%;
}
.quick_artist_img{
	display: table-cell;
	width: 35%;
	padding: 0 2%;
	vertical-align: top;
}

.quick_artist_img span{
    display: block;
    position: relative;
}
.quick_artist_img span.new:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #D9272B transparent transparent transparent;
}
.quick_artist_img span.new:after{
    content: "NEW";
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: 1px;
    transform: rotate( -45deg );
}

.quick_artist_img .hp,
.quick_artist_img .fb,
.quick_artist_img .tw,
.quick_artist_img .ig,
.quick_artist_img .yt{
    display: block;
    background: #eee;
    color: #000;
    margin: 5px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.quick_artist_img .hp:hover,
.quick_artist_img .fb:hover,
.quick_artist_img .tw:hover,
.quick_artist_img .ig:hover,
.quick_artist_img .yt:hover{
    color: #FFF;
}
.quick_artist_img .hp:hover{
    background:#000;
}
.quick_artist_img .fb:hover{
    background:#3a589e;
}
.quick_artist_img .tw:hover{
    background:#429cd6;
}
.quick_artist_img .ig:hover{
    background:#8a3ab9;
}
.quick_artist_img .yt:hover{
    background:#CD201F;
}
.quick_artist_img .hp:before{
	font-family: "icomoon";
	content: "\e9cb";
	padding: 5px 8px;
}
.quick_artist_img .fb:before{
	font-family: "icomoon";
	content: "\e90e";
	padding: 5px 8px;
}
.quick_artist_img .tw:before{
	font-family: "icomoon";
	content: "\e910";
	padding: 5px 8px;
}
.quick_artist_img .ig:before{
	font-family: "icomoon";
	content: "\e90f";
	padding: 5px 8px;
}
.quick_artist_img .yt:before{
	font-family: "icomoon";
	content: "\e911";
	padding: 5px 8px;
}


.quick_artist_text{
	display: table-cell;
	width: 65%;
	padding: 0 2%;
	vertical-align: top;
}
.quick_artist_text a.more{
	display: block;
	text-align: right;
	color: #000;
	text-decoration: none;
	font-size: 80%;
	margin-top: 10px;
}
.quick_artist_text a.more:hover{
	text-decoration: underline;
}
.quick_artist_name{
	font-weight: bold;
	font-size: 170%;
	margin-bottom: 5px;
}
.quick_artist_name.new:before{
    content: "NEW";
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    background: #D9272B;
    padding: 2px 4px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.quick_artist_text .quick_youtube{
    margin-top: 20px;
}

@media screen and (max-width:992px){
	.quick_artist_more{
		display: table;
		width: 100%;
		margin: 0 0% 30px;
		font-size: 100%;
	}
	.quick_artist_img{
		display: table;
		width: 100%;
		padding: 0 0 10px;
	}
	.quick_artist_img img{
		max-width: 300%;
		width: 100%;
	}
	.quick_artist_text{
		display: table;
		width: 100%;
		padding: 0 0;
	}
	.quick_artist_name{
		font-size: 130%;
	}
	.quick_artist_text a.more:hover{
		text-decoration: none;
	}
}
.quick_event_info_day{
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.quick_event_info_time dl{
	position: relative;
	margin-bottom: 15px;
}
.quick_event_info_time dt{
	font-weight: bold;
}
.quick_event_timetable a{
	display: block;
	position: relative;
	background-color: #D9272B;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 30px 7px 50px;
}
.quick_event_timetable a:before{
	display: block;
	position: absolute;
	content: "\e90c";
	font-family: "icomoon";
	font-weight: normal;
	line-height: 0.9;
	font-size: 25px;
	height: 20px;
	width: 25px;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
}
.quick_event_timetable a:after{
	display: block;
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.quick_youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.quick_youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

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

		検索結果

============================================================================*/
.search_txt{
    padding: 50px;
}
.search_txt .gsc-result .gs-title {
    height: 1.6em;
}
.search_txt .gsc-webResult .gsc-result {
    padding: 20px 0 20px 0;
}
.search_txt .gsc-results .gsc-cursor-box{
    font-size: 1.5rem;
}


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

		404

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

.notfound{
    text-align: center;
}
.notfound strong{
    color: #D9272B;
    font-size: 10rem;
}
@media screen and (max-width:767px){
    .notfound strong{
        font-size: 6rem;
    }
}
