@charset "utf-8";

/* ----------------------------------------------- */
/*                      common                     */
/* ----------------------------------------------- */
span.br_l{
	display: inline-block;
}

#contents{
	position: relative;
	background: rgba(255, 255, 255, 0.7);
	z-index: 0;
}

.ctg_info.news #contents{
	background: rgba(255, 255, 255, 0.5);
}

#contents > section{
	padding: 0 8%;
	border-bottom: 1px #666 solid;
	position: relative;
}

#contents section > .wrap,
#contents article > .wrap{
	max-width: 1100px;
	margin: 0 auto;
}

#contents section .wrap{
	padding: 90px 0;
}

.page_link{
	margin: 60px auto 0;
	max-width: 1100px;
}

.page_link_menu{
	cursor: pointer;
	border: 4px #999 double;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.page_link_menu a{
	display: block;
	height: 100%;
	padding: 15px 1.2em;
}

.pagetitle{
	padding: 135px 8% 90px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-bottom: 1px #666 solid;
}

.pagetitle h1{
	text-align: center;
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.pagetitle h1 p{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

#contents h2.title{
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.5;
}

#contents h2.title p{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

#contents h3.title{
	font-size: 20px;
	font-size: 2.0rem;
}

.p_title{
	border-radius: 25px;
	-webkit-border-radius: 25px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.3em;
	margin-bottom: 1.2em;
}
.p_title.pink{
	background: #c96baa;
}
.p_title.blue{
	background: #4fa8c9;
}
.p_title.yellow{
	background: #bea710;
}
.p_title.grn{
	background: #16b598;
}

.p_bc{
	border-radius: 25px;
	-webkit-border-radius: 25px;
	padding: 5px 1.5em;
	background: #fff;
	border: 2px #e9b38b solid;
	margin-left: auto;
	margin-right: auto;
}

.title_u{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom: 1px #333 solid;
	line-height: 1.6;
	margin-bottom: 1.8em;
}

.inquiry_mail{	/* 問合せ先のメールアドレス画像 */
	width: auto;
	height: 16px;
	vertical-align: middle;
}

.contents_sns {
    max-width: 1100px;
	padding: 60px 0 55px;
    margin: 0 auto;
    text-align: center;
}

.snsBtn.line{
	display: none;
}

/* ----------------------------------------------- */
/*                       list                      */
/* ----------------------------------------------- */
ul.std{
	margin-left: 0;
}
ul.std > li{
	line-height: 1.7;
	margin-bottom: 0.6em;
	padding: 0 0 0 28px;
}
ul.std > li::after{
	top: 9px;
	left: 8px;
}

ul.onpu{
	margin-left: 0;
}
ul.onpu > li{
	line-height: 1.7;
	padding: 0 0 0 28px;
}
ul.onpu > li::after{
	top: -4px;
	left: 0;
	font-size: 20px;
	font-size: 2.0rem;
}

ul.kome{
	margin-left: 0;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.kome li{
	line-height: 1.8;
}

/* サムネイルありリスト（ギャラリー、グッズなど） */
.thm_list{
	width: 102%;
    margin-left: -1%;
	margin-top: 90px;
    font-size: 0;
	flex: 0 1 22%;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.thm_list li {
    display: inline-block;
    width: 22%;
    margin: 0 1.5% 30px;
    padding: 0;
    overflow: hidden;
	border: 1px #4EBDB7 solid;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}

.thm_list a{
	cursor: pointer;
}

/* ----------------------------------------------- */
/*                background-image                 */
/* ----------------------------------------------- */
.top_img{
	width: 100%;
	height: 100%;
	position: fixed;
}

.move_01{
	animation: move_01 2s infinite alternate ease-in-out;
}
.move_02{
	animation: move_02 1.5s infinite alternate ease-in-out -2s;
}
.move_03{
	animation: move_03 2s infinite alternate ease-in-out -1.5s;
}

.top_back_01{
	background: url(../images/common/top_main_cube01.png) repeat-y;
	z-index: -2;
}
.top_back_02{
	background: url(../images/common/top_main_cube02.png) repeat-y;
	z-index: -2;
}
.top_back_03{
	background: url(../images/common/top_main_cube03.png) repeat-y;
	z-index: -2;
	opacity: 0.7;
}
.top_back_04{
	background: url(../images/common/top_main_cube04.png) repeat-y;
	z-index: -5;
	opacity: 0.8;
}
.top_back_05{
	background: url(../images/common/top_main_cube05.png) repeat-y;
	z-index: -5;
	opacity: 0.5;
}

/* ----------------------------------------------- */
/*                   google map                    */
/* ----------------------------------------------- */
.ggmap{
	padding-bottom: 42.5%;
}

/* ----------------------------------------------- */
/*                       news                      */
/* ----------------------------------------------- */
.news_item{
	margin-bottom: 90px;
	padding: 0;
	border: 4px double #888;
	position: relative;
	overflow: hidden;
	background: rgba(235, 232, 232, 0.7);
}
.news_item::after{
	position: absolute;
	top: -70px;
	left: -50px;
	content: "";
	background: url(../images/common/back_news_date.png) left top no-repeat;
	background-size: 100% auto;
	width: 220px;
	height: 220px;
}

.news_item:last-child{
	margin-bottom: 0;
}

.news_date{
	position: absolute;
	top: 20px;
	left: 30px;
	line-height: 1.5;
}

.news_date .year{
	font-size: 18px;
	font-size: 1.8rem;
}

.news_date .month_day{
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}

.news_text{
	margin-top: -80px;
	margin-left: 205px;
	margin-right: 45px;
	padding-top: 165px;
	padding-bottom: 45px;
	border-bottom: 2px #aaa solid;
}
.news_text:last-child{
	border-bottom: 0;
}

.news_text h2{
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8;
	font-weight: bold;
	margin-top: -40px;
	margin-bottom: 15px;
}

.news_text_side{
	position: absolute;
	top: 0;
	right: 0;
	width: 22%;
	height: auto;
}

.ctg_info #news ul.std li{
	margin-bottom: 0.7em;
}

.onair_news{
	font-size: 12px;
	color: #c9157c;
}

@media screen and (min-width:769px) and (max-width:1080px){
	.news_item::after{
		top: -50px;
		left: -50px;
		width: 180px;
		height: 180px;
	}

	.news_date{
		top: 15px;
		left: 18px;
		line-height: 1.5;
	}

	.news_date .year{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.news_date .month_day{
		font-weight: bold;
		font-size: 24px;
		font-size: 2.4rem;
	}

	.news_text{
		margin-top: -80px;
		margin-left: 155px;
		padding-top: 165px;
		padding-bottom: 45px;
	}

	.news_text.pr p{
		padding-right: 30%;
	}

	.news_text_side{
		width: 26%;
	}
}

.stamp_list {
    width: 102%;
    margin-left: -1%;
    font-size: 0;
    flex: 0 1 22%;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.stamp_list li{
	display: inline-block;
    width: 22%;
    margin: 0 1.5% 30px;
    padding: 0;
    overflow: hidden;
}

.stamp_list li p{
	font-size: 14px;
	font-size: 1.4rem;
}

/* ----------------------------------------------- */
/*                      info                       */
/* ----------------------------------------------- */

/* <p>内のテキストが長い時にタイトル文字間0 */
.ctg_info h1.long{
	letter-spacing: 0;
}

#rule_list li{
	margin-bottom: 0.9em !important;
}

/* ----------------------------------------------- */
/*                     ticket                      */
/* ----------------------------------------------- */

/* チケットページのみタイトル下境界線なし */
.ctg_ticket .pagetitle{
	border-bottom: 0;
}

/* ticket_menu */
/* ----------------------------------------------- */
#ticket_menu{
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 90px;
	border-bottom: 0;
	z-index: 0;
}

.ticket_menu_clm{
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	list-style: none;
    width: 100%;
    -webkit-flex: 0 1 20%;
    flex: 0 1 20%;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	/* IE10 */
	display: -ms-flexbox;
    -ms-flex-direction: row;
    -ms-flex: 0 1 20%;
    -ms-flex-pack: start;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.ticket_menu_clm li{
	text-align: center;
	width: 25%;
	position: relative;
	margin: 0 4% !important;
}

.ticket_menu_clm li::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 180px;
	height: 180px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: -1;
}

.ticket_menu_clm li:nth-child(1)::before{
	background: #f5bede;
}
.ticket_menu_clm li:nth-child(2)::before{
	background: #98dbe9;
}
.ticket_menu_clm li:nth-child(3)::before{
	background: #ebe186;
}
.ticket_menu_clm li:nth-child(1):hover::before{
	background: #fad9eb;
}
.ticket_menu_clm li:nth-child(2):hover::before{
	background: #c7e9f7;
}
.ticket_menu_clm li:nth-child(3):hover::before{
	background: #f6f2c0;
}

.ticket_menu_clm li a{
	display: block;
	width: 100%;
	padding: 75px 0;
	color: #333;
	z-index: 100;
	line-height: 1.5;
}

.ticket_menu_clm li a:hover{
	text-decoration: none;
}

.ticket_menu_clm li h2{
	font-size: 25px;
	font-size: 2.5rem;
}

.ticket_menu_clm li h2 span{
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 5px;
}

/* ----------------------------------------------- */
#ticket_live_schedule,
#ticket_exhibition_schedule{
	margin-top: -30px;
	padding-top: 30px;
}

#ticket_live{
	border-top: 1px #666 solid;
}

.live_noon,
.live_night{
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	line-height: 1.5;
}

.live_noon:before,
.live_night:before{
	display: block;
	position: absolute;
	font-family: FontAwesome;
	font-size: 46px;
	font-size: 4.6rem;
	top: -10px;
	left: -40px;
	z-index: -1;
	line-height: 1.0;
}
.live_noon:before{
	content: "\f185";
	color: #ffddab;
}
.live_night:before{
	content: "\f186";
	color: #c9d0ff;
}

.live_time p{
	display: inline-block;
	margin: 0 5px;
	line-height: 1.5;
}

.seat_list > li{
	margin-bottom: 15px;
	line-height: 1.5;
}

.seat_plice{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.seat_select{
	font-size: 20px;
	margin-right: 0.7em;
}

#ticket_live_schedule .txtbox.pink,
#ticket_exhibition_live_schedule .txtbox.blue{
	margin-bottom: 30px !important;
}

.tk_clm .clm_50p{
	width: 49%;
}

.tk_list{
	border: 1px #999 solid;
	webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}

.tk_tel{
	width: calc(100% - 35px);
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px #c5c5c5 solid;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 7px 0 7px 35px;
}

.tk_tel tr{
	border-bottom: 1px #c5c5c5 solid;
}
.tk_tel tr:last-child{
	border-bottom: none;
}

.tk_tel th{
	padding: 5px;
	width: 140px;
	background: #e9e9e9;
}

.tk_tel td{
	padding: 5px;
	empty-cells: show;
	line-height: 1.6;
}

.tk_tel td.code{
	line-height: 2.2;
}

/* チケット追加販売告知用 */
#ticket_add{
	border-bottom: none !important;
}

.txtbox.yel{
	padding: 20px;
	background: #fffce4;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.txtbox.yel .tk_list{
	border: 1px #c5c5c5 solid;
	background: #fff;
}

/* ----------------------------------------------- */
/*                   exhibition                    */
/* ----------------------------------------------- */

/* 企画展メニューページのみタイトル文字間0 */
.ctg_exhibition h1{
	letter-spacing: 0;
}

.pr_4koma,
.pr_workshop{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.pr_4koma{
	margin-top: 60px;
	background: url(../images/pr/pr_0609_ex.jpg) top center no-repeat;
	background-size: 70% auto;
	padding-bottom: 59%;
}

#cosplay_attention{
	margin-top: 90px;
	padding-top: 60px;
}

.cosplay_attention_list li{
	line-height: 1.9 !important;
	font-size: 13px;
	font-size: 1.3rem;
}

.area_list{
	padding: 20px 20px 60px;
	border: 3px solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding-top: 135px;
	margin-top: 60px
}

#area_host{
	border-color: #4EBDB7;
}

#area_music{
	border-color: #EB66A1;
}

#area_workshop{
	border-color: #76A2E2;
}

#area_exb{
	border-color: #e0872a;
}

#area_special{
	border-color: #9a6036;
}

.area_sub{
	margin-top: -45px;
	padding-top: 75px;
}

.area_title{
	margin-top: -90px;
}

.area_title h3{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

.area_title_02{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
    border-bottom: 1px #333 solid;
    line-height: 1.6;
	margin-bottom: 1em;
}

/* ----------------------------------------------- */
/*                    ex_stage                     */
/* ----------------------------------------------- */

#live_free_0901,
#live_free_0902,
#live_free_0903{
	margin-top: -60px;
	padding-top: 90px;
	margin-bottom: 60px;
}

/* アーティストリスト */
.artist_list{
	width: 100%;
	list-style: none;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 48.5%;
	flex: 0 1 48.5%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.artist_list li{
	margin-bottom: 15px;
	border: 1px #999 solid;
	webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}

.artist_list.clm2 li{
	width: 48.5%;
}
.artist_list.clm3 li{
	width: 20%;
	margin-right: 1%;
}
/*.artist_list li{
	width: 20%;
	margin: 0 1% 15px 1%;
	border: 1px #999 solid;
	webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}*/

.artist_list .text{
	padding: 10px;
	line-height: 1.5;
}

.artist_list a{
	color: #333;
	cursor: pointer;
}

.artist_cms{
	border: 0 !important;
	background: transparent !important
}

.remodal{
    font-size: 13px;
    font-size: 1.3rem;
	padding: 35px;
}

.icon_tw{
	display: inline-block;
	font-size: 28px;
	font-size: 2.8rem;
}

.icon_home{
	display: inline-block;
	width: 28px;
	width: 2.8rem;
	margin-right: 0.5em !important;
}

.artist_list a .fa,
.remodal_artist a .fa{
	margin-left: 0 !important;
	color: #333;
}

.remodal-close.bottom{
	display: none;
}

#ex_free_stage ul.std > li{
	line-height: 1.7;
	margin-bottom: 0.6em;
	padding: 60px 0 0 28px;
}

#ex_free_stage ul.std > li::after{
	top: 73px;
	left: 8px;
}

.stage_free_date{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
    border-bottom: 1px #333 solid;
    line-height: 1.6;
	margin-bottom: 1em;
}

#ex_free_stage .artist_list li,
#ex_free_stage .stage_free_date{
	margin-bottom: 0;
}

.stage_free_time{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

.stage_free_title{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #4EBDB7;
	margin-top: 5px;
}

.stage_free_text{
	margin-top: 0.5em;
	line-height: 2.0;
}

.mg_l{
	margin-left: 28px;
}

.mg_r{
	margin-right: 28px;
}

/* ----------------------------------------------- */
/*                    ex_market                    */
/* ----------------------------------------------- */
#market_booth_list{
	margin-top: -45px;
	padding-top: 120px;
}

.booth_list{
	width: 100%;
	list-style: none;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 48.5%;
	flex: 0 1 48.5%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.booth_list > li{
	position: relative;
	margin-bottom: 25px;
	border: 1px #999 solid;
	webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 10px 15px;
	overflow: hidden;
	background: #fff;
}

.booth_list.clm2 > li{
	width: 48.5%;
	line-height: 1.7;
}

.booth_name{
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 1.0em;
	line-height: 1.8;
	border-bottom: 1px #333 solid;
}

.booth_name span{
	color: #fff;
	font-weight: bold;
	padding: 0 5px;
	margin-right: 7px;
}

.list_a{
	border-bottom: 1px #ce4042 solid;
}
.list_b{
	border-bottom: 1px #298fc1 solid;
}
.list_c{
	border-bottom: 1px #ab9528 solid;
}
.list_d{
	border-bottom: 1px #399c64 solid;
}

.list_a span{
	background: #ce4042;
}
.list_b span{
	background: #298fc1;
}
.list_c span{
	background: #ab9528;
}
.list_d span{
	background: #399c64;
}

.booth_member{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 1em;
}

.booth_member_link span{
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 4px;
}

.booth_add img{
	width: auto;
	height: 27px;
	margin: 0 5px 0 0;
}

/* ----------------------------------------------- */
/*                   ex_sponsor                    */
/* ----------------------------------------------- */
#sponsor_booth{
	margin-top: -45px;
	padding-top: 120px;
}

#sponsor_booth li .clm_60p p{
	font-size: 13px;
	font-size: 1.3rem;
}

.booth_list > li.sp{
	border: none;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	background: transparent;
}

.sponsor_booth_table li {
    border-bottom: 1px solid;
    margin: 0 0 10px 0;
    padding-left: 40px;
}

.sponsor_booth_table li p {
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 40px;
    line-height: 40px;
    margin: 0 12px -8px -48px;
    font-weight: bold;
}

.sponsor_booth_table li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 0 8px 8px 8px;
}

.sponsor_booth_table li.yel {
    border-color: #b99f1f;
}

.sponsor_booth_table li.pink {
    border-color: #e0639b;
}

.sponsor_booth_table li.grn {
    border-color: #3ab576;
}

.sponsor_booth_table li.yel p {
    background-color: #b99f1f;
}

.sponsor_booth_table li.pink p {
    background-color: #e0639b;
}

.sponsor_booth_table li.grn p {
    background-color: #3ab576;
}

.sponsor_booth_table li.yel a:hover{
	background: rgba(244, 222, 113, 0.3);
}

.sponsor_booth_table li.pink a:hover{
	background: rgba(250, 170, 205, 0.25);
}

.sponsor_booth_table li.grn a:hover{
	background: rgba(165, 241, 214, 0.25);
}

.list_y{
	border-bottom: 1px #b99f1f solid;
}

.list_p{
	border-bottom: 1px #e0639b solid;
}

.list_g{
	border-bottom: #3ab576;
}

.list_y span{
	background: #b99f1f;
	padding: 0 10px;
}

.list_p span{
	background: #e0639b;
	padding: 0 10px;
}

.list_g span{
	background: #3ab576;
	padding: 0 10px;
}

/* ----------------------------------------------- */
/*                    workshop                     */
/* ----------------------------------------------- */
.pr_workshop{
	background: url(../images/pr/pr_0728.jpg) top center no-repeat;
	background-size: 70% auto;
	padding-bottom: 37%;
}

.workshop_title{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #4EBDB7;
	margin-bottom: 1em;
}

/* ----------------------------------------------- */
/*                     special                     */
/* ----------------------------------------------- */
.ctg_special h1.long{
	letter-spacing: 0;
}

.ctg_special h2.title{
	font-size: 28px !important;
	font-size: 2.8rem !important;
	margin-bottom: 75px !important;
}

#pr_gallery{
	padding-top: 90px;
}

.pr_gallery_list{
    width: 100%;
    list-style: none;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 48.5%;
    flex: 0 1 48.5%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 45px;
}

.pr_gallery_list > li {
    position: relative;
    margin-bottom: 25px;
	width: 48.5%;
	line-height: 1.7;
	border: 1px #ccc solid;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}

.pr_gallery_list > li p{
	font-weight: bold;
}

.pr_tmb{
	width: 100%;
}

.collabo_box{
	margin-bottom: 105px;
}

.collabo_box:last-child{
	margin-bottom: 0;
}

.collabo_title{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	border-bottom: 1px #333 solid;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.costume{
	background: url(../images/sp_costume.jpg) top center no-repeat;
	background-size: 100%;
	padding-top: 65.2%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.movie_title{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

/* ----------------------------------------------- */
/*                      goods                      */
/* ----------------------------------------------- */
/* <p>内のテキストが長い時にタイトル文字間0 */
.ctg_goods h1 p.long{
	letter-spacing: 0;
}

/* CD -------------------------------------- */
.cd_buy_priv_list{
	margin-top: 45px;
}

.cd_buy_priv_list li{
	border: 1px #999 solid;
	background: #fff;
}

.cd_buy_priv_list .text{
	padding: 10px;
}

/* 公式グッズ ------------------------------ */
.goods_list li{
	position: relative;
}

.goods_list li.new::after{
	position: absolute;
	top: -6px;
	left: -5px;
	content: "";
	width: 75px;
	height: 75px;
	background: url(../images/goods/goods_icon_new.png) no-repeat;
	background-size: 100% auto;
}

.goods_banner{
	max-width: 700px;
	margin: 30px auto 0;
}

.goods_text{
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	padding: 10px;
}

.goods_title{
	line-height: 1.7;
	margin-top: 3px;
	padding-bottom: 35px;
}

.goods_price_s{
	position: absolute;
	padding: 10px;
	bottom: 0;
	left: 0;
	color: #777;
}

.goods_price{	/* 詳細 */
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #EB66A1;
	margin-top: 15px;
}

.goods_ovr{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px #c5c5c5 solid;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 15px;
}

.goods_ovr tr{
	border-bottom: 1px #c5c5c5 solid;
}
.goods_ovr tr:last-child{
	border-bottom: none;
}

.goods_ovr th{
	padding: 8px;
	width: 80px;
	background: #e9e9e9;
}

.goods_ovr td{
	padding: 8px;
	empty-cells: show;
	line-height: 1.6;
}

.goods_ovr td span{
	display: inline-block;
	width: 35px;
}

.goods_inquiry{
	color: #8a582d;
	font-weight: bold;
	margin-top: 30px;
}

/* 事前注文ページ等イレギュラーリンクの文字サイズ */
.goods_oth_link{
	font-size: 15px;
	font-size: 1.5rem;
}

/* ポップアップ内の※箇条書き文字サイズ */
.remodal_goods ul.kome li{
	font-size: 11px;
	font-size: 1.1rem;
}

/* ----------------------------------------------- */
/*                  after report                   */
/* ----------------------------------------------- */
.setlist_box > li{
	border: 1px #333 solid;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 45px;
}

.setlist_date{
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 15px 0;
	cursor: pointer;
}

.openIcon span,
.closeIcon span{
	position: relative;
	margin-right: 30px;
}

.openIcon span::after{
	display: block;
	position: absolute;
	right: -30px;
	top: -2px;
	content: "\f107";
	font-family: FontAwesome;
}

.closeIcon span::after{
	display: block;
	position: absolute;
	right: -30px;
	top: -2px;
	content: "\f106";
	font-family: FontAwesome;
}

.setlist_inner.menuOff{
	display: none;
}

.setlist_inner{
	margin: 15px 15px 0;
}

.setlist_inner li{
	padding: 5px 10px 5px 50px;
}

.setlist_inner li:nth-child(odd){
	background: #f3f3f3;
}

.setlist_inner li:nth-child(even){
	background: #fff;
}

.music_num{
	font-weight: bold;
}

.music_num{
	margin-left: -40px;
	width: 40px;
	font-weight: bold;
}

.music_title{
	font-size: 14px;
	font-size: 1.4rem;
}

.music_by{
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
}

.music_by span{
	position: relative;
	padding-left: 18px;
}

.music_by span::after{
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	content: "\f001";
	font-family: FontAwesome;
}

.music_by span.mku::after{
	color: #4EBDB7;
}

.music_by span.rin::after{
	color: #e0872a;
}

.music_by span.len::after{
	color: #ECC547;
}

.music_by span.lka::after{
	color: #EB66A1;
}

.music_by span.mko::after{
	color: #CC5151;
}

.music_by span.kto::after{
	color: #76A2E2;
}

.music_title.other{
	padding: 12px 0;
	font-weight: bold;
	color: #666;
}

.encore{
	color: #666;
	font-weight: bold;
	margin-left: -40px;
	padding-top: 10px;
}

.band_member{
	max-width: 600px;
	margin: 60px auto 0;
}

.band_member li span{
	margin-left: 60px;
}

.band_member_table{
	margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;
}

.band_member_table th{
    padding: 8px;
    width: 140px;
	font-weight: normal;
}

/* ----------------------------------------------- */
/*                 レポートまんが                    */
/* ----------------------------------------------- */
.manga_box{
	max-width: 800px;
	margin: 0 auto 75px;
}

.manga_box:last-child{
	margin: 0 auto;
}

/* ----------------------------------------------- */
/*                   海外ページ                     */
/* ----------------------------------------------- */
.oversea .p_title{
	letter-spacing: 0;
}
