@charset "utf-8";


/*------------------------------------------------------------
common
------------------------------------------------------------ */
@import url("common.css");
@import url("contents_common.css");


/*------------------------------------------------------------
contentsTitle
------------------------------------------------------------ */
#suntory_contents #contentsTitle {
	height: 150px;
	background: #ad84d3 url('../img/theme/bg_title.png') no-repeat center 0;
}
#suntory_contents #contentsTitle .inner {
	margin: 0 auto;
	width: 960px;
	height: 150px;
	position: relative;
}
#suntory_contents #contentsTitle h1 {
	width: 720px;
	height: 170px;
	background: url('../img/theme/title.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	top: 0px;
	left: 250px;
}
#suntory_contents #contentsTitle p {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


/*------------------------------------------------------------
pageTop
------------------------------------------------------------ */
#suntory_contents #pageTop {
	margin: 0 auto;
	width: 100%;
	height: 70px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: none;
}
#suntory_contents #pageTop p {
	margin: 0 auto;
	width: 1132px;
}
#suntory_contents #pageTop p { /zoom :1; }
#suntory_contents #pageTop p:after { content :''; display :block; clear :both; }

#suntory_contents #pageTop p a {
	width: 66px;
	height: 70px;
	background: url('../img/btn_top.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	float: right;
}

/*------------------------------------------------------------
contents
------------------------------------------------------------ */
#suntory_contents #contents {
	background: #ddd url('../img/cmn_bg.png') no-repeat center 0;
	min-height: 500px;
	padding-bottom: 50px;
}


/*------------------------------------------------------------
container
------------------------------------------------------------ */
#suntory_contents #container {
	margin: 0 auto;
	width: 960px;
	position: relative;
	z-index: 100;
}
#suntory_contents #container { /zoom :1; }
#suntory_contents #container:after { content :''; display :block; clear :both; }


/*------------------------------------------------------------
main
------------------------------------------------------------ */
#suntory_contents #main {
	margin: 40px 0 0;
	width: 710px;
	float: right;
}
#suntory_contents section {
	width: 710px;
}

#suntory_contents section section {
	width: auto;
	margin: 0 auto 1em;
	padding: 0;
	background: none;
}
#suntory_contents section section:last-child {
	margin: 0 auto;
}

/*------------------------------------------------------------
outline
------------------------------------------------------------ */
#suntory_contents #outline {
	padding: 40px 0;
	border-radius: 5px 5px 0 0;
	background: #c5a9e0;
}
#suntory_contents #outline .inner {
	padding: 0 30px;
}
#suntory_contents #outline .inner { /zoom :1; }
#suntory_contents #outline .inner:after { content :''; display :block; clear :both; }

#suntory_contents #outline .text {
	width: 440px;
	float: left;
}
#suntory_contents #outline .text p {
	margin-bottom: 1em;
	font-size: .875em;
	line-height: 1.8;
}
#suntory_contents #outline .text p.btnHistory01 a {
	margin-bottom: 10px;
	width: 282px;
	height: 32px;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	background: url('../img/theme/btn_history.png') no-repeat 0 0;
	float: right;
}
#suntory_contents #outline .text p.btnHistory02 a {
	width: 282px;
	height: 32px;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	background: url('../img/theme/btn_history.png') no-repeat 0 -32px;
	float: right;
}
#suntory_contents #outline .text p.btnHistory01 a:hover,
#suntory_contents #outline .text p.btnHistory02 a:hover  {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}
#suntory_contents #outline figure {
	margin: 0;
	float: right;
}
#suntory_contents #outline figure img {
	vertical-align: top;
}
#suntory_contents #outline figure figcaption {
	width: 180px;
	height: 56px;
	position: relative;
	background-color: #FFF;
	border-radius: 0 0 5px 5px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#suntory_contents #outline figure figcaption p a {
	width: 150px;
	height: 31px;
	background: url('../img/theme/btn_profile.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	position: absolute;
	top: 10px;
	left: 15px;
}
#suntory_contents #outline figure figcaption p a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}
#suntory_contents #outline ul {
	margin: 0;
	width: 440px;

	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents #outline ul li {
	width: 203px;
	height: 38px;
	margin: 20px 0 0 0;
}
#suntory_contents #outline ul li a {
	width: 173px;
	height: 100%;
	display: block;
	padding: 0 15px;
	border-radius: 5px;
	color: #222;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 38px;
	background: url(../img/mark_arrow_down.png) no-repeat 178px center #deceed;
	background-size: 12px;
	border: 1px solid #fff;
}
#suntory_contents #outline ul li a .whcircle{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	text-align: center;
	background: #FFF;
	border-radius: 50%;
	font-size: 0.714em;
	line-height: 18px;
	font-weight: bold;
}
#suntory_contents #outline ul li a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
	opacity:0.7;
	background: #FFF;
}

/*------------------------------------------------------------
program
------------------------------------------------------------ */
#suntory_contents #program01 {
	background: #fff url('../img/bg_section_btm.png') no-repeat 0 bottom;
	padding:0 0 10px;
}
#suntory_contents #program02 {
	border-radius: 0 0 5px 5px;
	background: #fff;
	padding:0 0 10px;
}
#suntory_contents #program01 .inner,
#suntory_contents #program02 .inner {
	background: #fff;
	padding: 30px 30px 15px;
}
#suntory_contents .programTitle {
	margin-bottom: 20px;
	background: #e9e9e9;
	padding: 15px;
	min-height: 48px;
	position: relative;
}
#suntory_contents .programTitle h3{
	margin-bottom: 12px;
	height: 20px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#suntory_contents #program01 .programTitle h3 {
	background: url('../img/theme/tl_program01.png') no-repeat 0 0;
}
#suntory_contents #program02 .programTitle h3 {
	background: url('../img/theme/tl_program02.png') no-repeat 0 0;
}
#suntory_contents .programTitle p.text {
	font-size: .875em;
	font-weight: bold;
	line-height: 1.5;
	width: 460px;
}
#suntory_contents .programTitle p.note {
	font-size: .813em;
	line-height: 1.5;
	margin: 5px 0 0 1em;
	text-indent: -1em;
}
#suntory_contents #program01 #programTitle01 p {
	font-size: .875em;
	font-weight: bold;
	line-height: 1.5;
}
#suntory_contents .programTitle .btnSeat a {
	display: block;
	width: 82px;
	height: 32px;
	padding-left: 70px;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: .625em;
	color: #000;
	background: url('../img/btn_pdf_seat.png') no-repeat 0 0;
}
#suntory_contents .programTitle .btnSeat a span {
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#suntory_contents .programTitle .btnSeat a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
	text-decoration: none;
}

/*------------------------------------------------------------
item
------------------------------------------------------------ */
#suntory_contents .item {
	margin-bottom: 15px;
}
#suntory_contents .item { /zoom :1; }
#suntory_contents .item:after { content :''; display :block; clear :both; }


#suntory_contents .item p {
	margin: 0 0 0 1.25em;
	text-indent: -1.25em;
	font-size: .875em;
	font-weight: bold;
	line-height: 1.8;
}
#suntory_contents .item p.list01 {
	margin: 0 0 0 21.75em;
	text-indent: -21.75em;
}
#suntory_contents .item p.list02 {
	margin: 0 0 0 21.75em;
	text-indent: -21.75em;
}
#suntory_contents .item p span.marker {
	margin-right: .25em;
	color: #ad84d3;
}
#suntory_contents .item p span.icon {
	margin-left: 5px;
	vertical-align: middle;
}
#suntory_contents .item .note {
	margin: 10px 0 20px 1.25em;
	font-size: .813em;
	line-height: 1.8;
}
#suntory_contents #program01 .item .other {
	margin-left: 250px;
		font-weight: bold;
}

/*------------------------------------------------------------
portraitContainer
------------------------------------------------------------ */
#suntory_contents .portraitContainer {
	margin: 0;
	width: 650px;

	display:flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: flex-start;
}
#suntory_contents .portraitContainer li{
	padding: 0 10px 0 0;
	margin: 0 0 18px;
	height: 162px;
	min-width: 122px;
	position: relative;
}
#suntory_contents .portraitContainer li.large{
	padding: 0 12px 0 0;
	height: 192px;
}
#suntory_contents .portraitContainer li:last-child,
#suntory_contents .portraitContainer li:last-child.large {
	padding: 0;
}
#suntory_contents .portraitContainer figure img{
	vertical-align: bottom;
}
#suntory_contents .portraitContainer figcaption {
	font-size: .750em;
	line-height: 1;
	position: absolute;
	bottom:0;
	left:0;
}


/*------------------------------------------------------------
ticketInfo
------------------------------------------------------------ */
#suntory_contents .ticketInfo {
	margin-bottom: 10px;
	background: #dbd5bd;
	padding: 15px;
}
#suntory_contents .ticketInfo h4 {
	margin-bottom: 15px;
	background: url('../img/marker_ticketInfo.png') no-repeat 0 .3em;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8;
	padding: 0 0 0 20px;
}
#suntory_contents .ticketInfo ul {
	text-align: center;
}
#suntory_contents .ticketInfo ul li {
	margin: 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
}

#suntory_contents .btnMember a {
	margin-bottom: 5px;
	width: 242px;
	height: 47px;
	background: url('../img/btn_ticket.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
}
#suntory_contents .btnMember a:hover {
	background: url('../img/btn_ticket.png') no-repeat 0 -47px;
}

#suntory_contents .btnMember.teaser {
	margin-bottom: 5px;
	width: 242px;
	height: 47px;
	background: url('../img/btn_ticket.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

#suntory_contents .btnGeneral a {
	margin-bottom: 5px;
	width: 242px;
	height: 47px;
	background: url('../img/btn_ticket.png') no-repeat -242px 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
}
#suntory_contents .btnGeneral a:hover {
	background: url('../img/btn_ticket.png') no-repeat -242px -47px;
}

#suntory_contents .btnGeneral.teaser {
	margin-bottom: 5px;
	width: 242px;
	height: 47px;
	background: url('../img/btn_ticket.png') no-repeat -242px 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}
#suntory_contents .date {
	font-size: .75em;
	line-height: 1.8;
}
#suntory_contents .noteContainer {
	margin: 10px 0 0px;
}
#suntory_contents .noteContainer { /zoom :1; }
#suntory_contents .noteContainer:after { content :''; display :block; clear :both; }

#suntory_contents .ticketNote {
	font-size: .75em;
	line-height: 1.8;
}
#suntory_contents .ticketNote li {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

#suntory_contents .external {
	background: url('../img/icon_external.png') no-repeat right center;
	padding-right: 14px;
}


/*------------------------------------------------------------
setTicket
------------------------------------------------------------ */
#suntory_contents .setTicket {
	background: #cbc3a4;
	padding: 15px;
	margin: 15px 0 0 0;
}
#suntory_contents .ticketInfo .setTicket h4 {
	font-size: .875em;
	font-weight: bold;
	border-left: 5px solid #fff;
	padding: 0 0 0 15px;
	background: none;
}
#suntory_contents .setTicket dt {
	font-size: .875em;
	font-weight: bold;
	line-height: 1.8;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
#suntory_contents .setTicket dt .disc {
	color: #FFF;
}
#suntory_contents .setTicket dd {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	margin: 5px 0 10px 0;
}
#suntory_contents .setTicket .note {
	margin-left: 15px;
	font-size: .75em;
	line-height: 1.6;
}

/*------------------------------------------------------------
aside
------------------------------------------------------------ */
#suntory_contents #aside {
	margin: -60px 0 0;
	width: 210px;
	float: left;
}
#suntory_contents #aside.fixed {
	margin: 0;
	position:fixed;
	z-index: 1000;
}

#suntory_contents #aside p {
	width: 210px;
	height: 60px;
	background: url('../img/theme/tl_aside.png') no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#suntory_contents #aside ul {
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding: 4px 0 10px;
}
#suntory_contents #aside li {
	width: 210px;
	height: 40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#suntory_contents #aside li a {
	display: block;
	width: 210px;
	height: 40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#suntory_contents #asideNav01 a {
	background: url('../img/theme/nav.png') no-repeat 0 0;
}
#suntory_contents #asideNav02 a {
	background: url('../img/theme/nav.png') no-repeat 0 -40px;
}
#suntory_contents #asideNav03 a {
	background: url('../img/theme/nav.png') no-repeat 0 -80px;
}
#suntory_contents #asideNav04 a {
	background: url('../img/theme/nav.png') no-repeat 0 -120px;
}
#suntory_contents #asideNav05 a {
	background: url('../img/theme/nav.png') no-repeat 0 -160px;
}

#suntory_contents #asideNav01 a:hover {
	background: url('../img/theme/nav.png') no-repeat -210px 0;
}
#suntory_contents #asideNav02 a:hover {
	background: url('../img/theme/nav.png') no-repeat -210px -40px;
}
#suntory_contents #asideNav03 a:hover {
	background: url('../img/theme/nav.png') no-repeat -210px -80px;
}
#suntory_contents #asideNav04 a:hover {
	background: url('../img/theme/nav.png') no-repeat -210px -120px;
}
#suntory_contents #asideNav05 a:hover {
	background: url('../img/theme/nav.png') no-repeat -210px -160px;
}


#suntory_contents #asideNav02 {
	background: url('../img/theme/nav.png') no-repeat -420px -40px;
}
#suntory_contents #asideNav03 {
	background: url('../img/theme/nav.png') no-repeat -420px -80px;
}
#suntory_contents #asideNav04 {
	background: url('../img/theme/nav.png') no-repeat -420px -120px;
}
#suntory_contents #asideNav05 {
	margin-bottom: 20px;
}
#suntory_contents li#asideNavAccess {
	margin-bottom: 4px;
}
#suntory_contents #asideNavAccess a {
	background: url('../img/nav_extra.png') no-repeat 0 0;
}
#suntory_contents #asideNavTicket a {
	background: url('../img/nav_extra.png') no-repeat 0 -40px;
}
#suntory_contents #asideNavAccess a:hover {
	background: url('../img/nav_extra.png') no-repeat -210px 0;
}
#suntory_contents #asideNavTicket a:hover {
	background: url('../img/nav_extra.png') no-repeat -210px -40px;
}

/*------------------------------------------------------------
contents text common
#profile #listen #message ohter
------------------------------------------------------------ */
#suntory_contents .commonbody {
	margin-top: 40px;
}
#suntory_contents .commonbody .inner {
	background: #fff;
	padding: 30px;
	border-radius: 0 0 5px 5px;
}
#suntory_contents .commonbody .text {
	width: 650px;
}
#suntory_contents .commonbody .text { /zoom :1; }
#suntory_contents .commonbody .text:after { content :''; display :block; clear :both; }

#suntory_contents .commonbody h2 {
	width: 680px;
	height: 47px;
	background: #ad84d3;
	border-radius: 5px 5px 0 0;
	color:#fff;
	font-weight: 600;
	font-size: 1.125em;
	line-height: 47px;
	padding-left: 30px;
}
#suntory_contents .commonbody .text h3 {
	margin-bottom: 1em;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: bold;
}
#suntory_contents .commonbody .text h4 {
	margin-bottom: .5em;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: bold;
}
#suntory_contents .commonbody .text p {
	margin-bottom:1em;
	font-size: .875em;
	line-height: 1.8;
}
#suntory_contents .commonbody .text p:last-child {
	margin-bottom:0;
}
#suntory_contents .commonbody .text p.note {
	margin: 2em 0 0 4.5em;
	text-indent: -4.5em;
	font-size: .75em;
	line-height: 1.5;
}
#suntory_contents .commonbody .text p.note b {
	margin-right: .5em;
	font-weight: bold;
}
#suntory_contents .commonbody .text p sup {
	font-size: .75em;
	font-weight: bold;
	vertical-align: text-top;
	line-height: 1em;
	margin: 0 0 0 .3em;
}

#suntory_contents .commonbody .text p.signature {
	text-align: right;
	}
	#suntory_contents .commonbody figure.right {
		margin: 0 0 25px 30px;
		float: right;
	}
	#suntory_contents .commonbody figure.left {
		margin: 0 30px 25px 0;
		float: left;
	}
	#suntory_contents .commonbody figure figcaption {
	font-size: .75em;
	line-height: 1.5;
	}

/*------------------------------------------------------------
profile
------------------------------------------------------------ */
#suntory_contents #profile .text {
	padding: 40px 0;
	border-top: 1px solid #dddddd;
}
#suntory_contents #profile .text.firstChild {
	padding: 0 0 40px;
	border-top: none;
}
#suntory_contents #profile .text h3 {
	margin-bottom: 30px;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: bold;
}
#suntory_contents #profile .text h3 .rubi{
	font-weight: normal;
	font-size: 0.778em;
}
#suntory_contents #profile .text p {
	font-size: .875em;
	line-height: 1.8;
}
#suntory_contents #profile .text p.signature {
	text-align: right;
}
#suntory_contents #profile figure {
	margin: 0 0 20px 20px;
	height: 149px;
	float: right;
	overflow: hidden;
}
#suntory_contents #profile figure.mainperson {
	height: 251px;
}

#suntory_contents #profile .btnProfile {
	margin: 0 0 30px 20px;
	width: 620px;
	display:flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#suntory_contents #profile .btnProfile li {
	width: 145px;
	height: 38px;
	margin: 20px 10px 0 0;
}
#suntory_contents #profile .btnProfile li a {
	width: 130px;
	height: 100%;
	padding: 0 15px 0 0;
	display: block;
	border-radius: 5px;
	color: #000;
	font-size: 0.875em;
	line-height: 38px;
	text-align: center;
	background: url(../img/mark_arrow_down.png) no-repeat 120px center #deceed;
	background-size: 12px;
}
#suntory_contents #profile .btnProfile li a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
	opacity:0.7;
}
#suntory_contents #profile .btnProfile li .whcircle{
	background: #FFF;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: inline-block;
	line-height: 18px;
	font-size: 0.714em;
	margin: 0 3px;
}
#suntory_contents #profile .day {
	margin-bottom: 1em;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: bold;
	padding: 5px 10px;
	background:#c5a9e0;
}

/*------------------------------------------------------------
#message
------------------------------------------------------------ */
#suntory_contents #msg_composer .text,
#suntory_contents #msg_player .text {
	padding: 30px 0 40px;
	border-top: 1px solid #dddddd;
}
#suntory_contents #msg_composer .text.firstChild,
#suntory_contents #msg_player .text.firstChild {
	border-top: none;
	padding: 0 0 40px;
}
#suntory_contents #msg_player figure {
	margin: 0 0 20px 20px;
	height: 149px;
	float: right;
	overflow: hidden;
}


