@charset "utf-8";

/*------------------------------------------------------------
[PC]#summerfes_contents
[PC] text setting
[PC] summer_header
[PC] nav#gnavi
[PC] aside.sfes_footer
[PC] header.contents_title
[PC] pglink
[PC] contents & section common
[PC] program 公演
[PC] ticket チケット
[PC] profile/extra common
[PC] profile
[PC] extra
[PC] producer プロデューサーシリーズ
[PC] theme テーマ作曲家
[PC] akutagawa 芥川也寸志サントリー作曲賞
[PC] #summer_top
------------------------------------------------------------ */

@media print,
screen and (min-width: 768px) {

	/*------------------------------------------------------------
[PC]#summerfes_contents
------------------------------------------------------------ */
	#summerfes_contents .inner {
		width: 100%;
		max-width: 1160px;
		min-width: 940px;
		margin: 0 auto;
		position: relative;
	}

	#summerfes_contents .contents {
		padding: 0 0 100px;
	}

	/*------------------------------------------------------------
[PC] text setting
------------------------------------------------------------ */
	#suntory_contents #summerfes_contents {
		font-size: 15px;
		line-height: 1.7;
		font-weight: 500;
		letter-spacing: 0.05em;
	}

	#summerfes_contents a {
		transition: all 0.1s linear;
	}

	#summerfes_contents .sm_bread_crumbs li a:hover,
	#top_infoarea #news .news_list a:hover,
	#top_infoarea #host a:hover,
	#summerfes_contents .contents a:hover {
		color: #222;
	}

	/*文字詰め*/
	#summerfes_contents .pc_closely {
		letter-spacing: -0.05em;
	}

	/*別window*/
	#summerfes_contents p a.win {
		padding-right: 15px;
		background-size: 10px;
	}

	/*(c)マーク*/
	#summerfes_contents .copyright {
		margin-top: 1px;
		font-size: 9px;
		line-height: 1;
		letter-spacing: 0;
	}

	#summerfes_contents .copyright::before {
		margin-right: 1px;
		font-size: 9px;
	}

	/*------------------------------------------------------------
[PC] summer_header
------------------------------------------------------------ */
	.ham_position,
	#sp_modal {
		display: none;
	}

	#summerfes_contents .summer_header {
		width: 100%;
		padding: 12px 10px 20px;
		background: #ccf1ff;
	}

	#summerfes_contents ul.sm_bread_crumbs {
		display: block;
		height: 40px;
		padding: 0 280px 0 0;
		line-height: 1;
	}

	#summerfes_contents .sm_bread_crumbs li {
		display: inline-block;
		position: relative;
	}

	#summerfes_contents .sm_bread_crumbs li,
	#summerfes_contents .sm_bread_crumbs li a {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.02em;
	}

	#summerfes_contents .sm_bread_crumbs li+li {
		margin-left: 1.1em;
	}

	#summerfes_contents .sm_bread_crumbs li+li::before {
		content: '>';
		display: block;
		position: absolute;
		font-size: 12px;
		line-height: 1.5;
		left: -1.1em;
		width: 1.1em;
	}

	#summerfes_contents .summer_header ul.link_other {
		display: block;
		position: absolute;
		right: 0;
		top: 3px;
	}

	#summerfes_contents .bt_history a {
		display: block;
		position: relative;
		color: #222;
		width: 250px;
		height: 34px;
		padding: 0 0 0 15px;
		font-size: 13px;
		line-height: 34px;
		text-align: left;
		text-decoration: none;
		font-weight: normal;
		letter-spacing: 0.02em;
		background: #fff url(../img/arrow_right_aqua.svg) no-repeat right 7px center / 6px;
		border-radius: 5px;
		box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
	}

	#summerfes_contents .bt_history a:hover {
		text-decoration: underline;
	}

	/*------------------------------------------------------------
[PC] nav#gnavi
------------------------------------------------------------ */
	nav#gnavi {
		width: 100%;
		max-width: 1160px;
		min-width: 940px;
		padding: 0;
		margin: 12px 0 0;
		position: relative;
	}

	nav#gnavi ol {
		margin: 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0.862068965517241%;
	}

	nav#gnavi ol li.tab {
		display: block;
		height: 95px;
		text-align: center;
		background: #FFF;
		border-top: 5px solid;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
		position: relative;
	}

	nav#gnavi ol li#nv_producer {
		width: 400px;
		border-color: #376AAE;
	}

	nav#gnavi ol li#nv_producer>a:hover {
		background-color: #e9eff7;
	}

	nav#gnavi ol li#nv_theme {
		width: 430px;
		border-color: #008F4A;
	}

	nav#gnavi ol li#nv_theme>a:hover {
		background-color: #e5f4ed;
	}

	nav#gnavi ol li#nv_akutagawa {
		width: 310px;
		border-color: #AF476E;
	}

	nav#gnavi ol li#nv_akutagawa>a:hover {
		background-color: #f7eaf0;
	}

	nav#gnavi ol li.tab>a {
		width: 100%;
		height: 100%;
		padding: 7px 5px;
		line-height: 1;
		color: #222;
		text-decoration: none;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		transition: all 0.2s linear;
	}

	nav#gnavi ol li.tab h2 {
		font-size: 18px;
		font-weight: bold;
	}

	nav#gnavi ol li.tab h2 .sm_txt {
		font-size: 14px;
		font-weight: bold;
	}

	nav#gnavi ol li.tab .event {
		font-size: 14px;
		line-height: 1.3;
	}

	nav#gnavi ol li#nv_producer h2 .sm_txt {
		display: block;
		margin-bottom: 8px;
	}

	nav#gnavi ol li#nv_producer .event {
		margin-top: 10px;
	}

	nav#gnavi ol li#nv_theme .series {
		font-size: 12px;
		margin-top: 5px;
	}

	nav#gnavi ol li#nv_theme .event {
		margin-top: 4px;
	}

	nav#gnavi ol li#nv_akutagawa h2 {
		font-size: 16px;
		line-height: 1.5;
		font-weight: bold;
	}

	nav#gnavi ol li#nv_akutagawa h2 .sm_txt {
		display: block;
		margin-bottom: 2px;
	}

	/*サブメニュー*/
	nav#gnavi .tab .dropmenu {
		opacity: 0;
		transition: opacity 0.2s linear;
	}

	nav#gnavi .tab .dropmenu ul {
		display: none;
	}

	nav#gnavi .tab:hover .dropmenu {
		display: block;
		z-index: 110;
		opacity: 1;
		width: 100%;
		padding: 15px 30px;
		position: absolute;
		top: 105px;
		left: 0;
		background: rgba(76, 199, 226, .98);
		box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .1);
	}

	nav#gnavi .tab:hover .dropmenu::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 15px;
		top: -15px;
		left: 0;
		background: url(../img/icon_submenu.svg) no-repeat center top / 17px;
	}

	nav#gnavi .tab:hover .dropmenu ul {
		display: block;
	}

	nav#gnavi .tab:hover .dropmenu li.programlist {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	nav#gnavi .tab:hover .dropmenu li a {
		display: block;
		padding: 10px 0;
		font-size: 14px;
		line-height: 1.3;
		color: #222;
		text-decoration: none;
		text-align: left;
	}

	nav#gnavi .tab:hover .dropmenu li a:hover {
		text-decoration: underline;
	}

	nav#gnavi .tab:hover .dropmenu li.programlist p {
		display: block;
		padding: 10px 0;
		margin-right: 20px;
		font-size: 14px;
		line-height: 1.3;
	}

	/*------------------------------------------------------------
[PC] aside.sfes_footer
------------------------------------------------------------ */
	#summerfes_contents .sfes_footer {
		background: #f3f3f3;
		padding: 50px 10px 80px;
	}

	#summerfes_contents .sfes_footer .inner {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		position: relative;
		gap: 0 160px;
	}

	#summerfes_contents .sfes_footer .bt_history {
		position: absolute;
		right: 0;
		top: 15px;
	}

	#summerfes_contents .sfes_footer .link_home {
		width: 100%;
		margin-bottom: 20px;
	}

	#summerfes_contents .sfes_footer .link_home p {
		width: 88px;
		height: 68px;
	}

	#summerfes_contents .sfes_footer .link_home a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../img/img_logo2024.svg) no-repeat left top;
		background-size: contain;
	}

	#summerfes_contents .sfes_footer .link_box {
		position: relative;
	}

	#summerfes_contents .sfes_footer h4,
	#summerfes_contents .sfes_footer h4 a {
		color: #222;
		text-decoration: none;
		font-weight: bold;
		line-height: 1.5;
	}

	#summerfes_contents .sfes_footer h4+ul {
		margin-top: 20px;
	}

	#summerfes_contents .sfes_footer li+li {
		margin-top: 15px;
	}

	#summerfes_contents .sfes_footer li,
	#summerfes_contents .sfes_footer li a {
		color: #222;
		text-decoration: none;
		font-size: 12px;
		line-height: 1.5;
	}

	#summerfes_contents .sfes_footer h4 a:hover,
	#summerfes_contents .sfes_footer li a:hover {
		text-decoration: underline;
	}

	#summerfes_contents .sfes_footer li.programlist {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#summerfes_contents .sfes_footer li.programlist p {
		display: block;
		margin-right: 20px;
		font-size: 12px;
		line-height: 1.5;
	}

	/*------------------------------------------------------------
[PC] header.contents_title
------------------------------------------------------------ */
	#summerfes_contents .contents_title {
		padding: 0 10px;
	}

	#summerfes_contents .contents_title .layout {
		width: 100%;
		max-width: 1160px;
		min-width: 940px;
		margin: 0 auto;
		position: relative;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-end;
	}

	#summerfes_contents .contents_title h1 {
		display: block;
		color: #FFF;
		font-size: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position: absolute;
		width: 68.103448275862069%;
		height: 250px;
		top: 0;
		right: 0;
	}

	/*pagetitle*/
	#summerfes_contents .contents_title .base {
		position: relative;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-end;
	}

	#summerfes_contents .contents_title .base figure {
		width: 27.586206896551724%;
		height: auto;
	}

	#summerfes_contents .contents_title .base .lead {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100% - 27.586206896551724%);
		min-height: 130px;
		padding: 10px 4.310344827586207%;
		margin-bottom: 15px;
	}

	#summerfes_contents.producer .contents_title .base .lead {
		background-color: #376AAE;
	}

	#summerfes_contents.theme .contents_title .base .lead {
		background-color: #008F4A;
	}

	#summerfes_contents.akutagawa .contents_title .base .lead {
		background-color: #AF476E;
	}

	#summerfes_contents .contents_title .base .lead p {
		display: table-cell;
		vertical-align: middle;
		color: #FFF;
		font-size: 15px;
	}

	#summerfes_contents .contents_title .base .lead p strong {
		font-weight: bold;
	}

	#summerfes_contents .contents_title .returntop {
		position: absolute;
		/*width: 105px;*/
		width: 9.051724137931034%;
		top: 20px;
		right: 0;
	}

	#summerfes_contents .contents_title .returntop a {
		display: block;
		width: 100%;
		color: #FFF;
		font-size: 0;
	}

	#summerfes_contents .contents_title .returntop a:hover {
		opacity: 0.70;
	}

	/*pagetitle image*/
	#summerfes_contents.producer .contents_title h1 {
		background: url(../img/producer/bg_h1_producer.webp) no-repeat left top / contain;
	}

	#summerfes_contents.theme .contents_title h1 {
		background: url(../img/theme/bg_h1_theme.webp) no-repeat left top / 100%;
	}

	#summerfes_contents.akutagawa .contents_title h1 {
		background: url(../img/akutagawa/bg_h1_akutagawa.webp) no-repeat left top / 100%;
	}

	/*------------------------------------------------------------
[PC] pglink
------------------------------------------------------------ */
	#summerfes_contents .program_container .pglink+section.program {
		padding-top: 40px;
	}

	#summerfes_contents .program_container .pglink ul {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: flex-start;
		gap: 15px;
	}

	#summerfes_contents .program_container .pglink li {
		min-width: 240px;
		margin: 0;
		border-radius: 5px;
	}

	#summerfes_contents .program_container .pglink li a {
		display: block;
		margin: 0 auto;
		text-align: center;
		text-decoration: none;
		color: #222;
		width: 100%;
		height: 40px;
		padding: 0 55px 0 45px;
		font-size: 14px;
		line-height: 40px;
		background: #fff url(../img/arrow_down_aqua.svg) no-repeat right 15px center / 12px;
		border-radius: 5px;
		box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
	}

	#summerfes_contents .program_container .pglink li.go_outside a {
		background: #fff url(../img/arrow_right_aqua.svg) no-repeat right 15px center / auto 12px;
	}

	#summerfes_contents .program_container .pglink li a:hover {
		text-decoration: underline;
	}

	/*------------------------------------------------------------
[PC] contents & section common
------------------------------------------------------------ */
	#summerfes_contents .program_container {
		padding: 40px 10px 40px;
	}

	#summerfes_contents .program_container section.program {
		padding: 40px 0;
	}

	/*白枠*/
	#summerfes_contents .program .inner {
		background: #fff;
		padding: 50px 20px;
	}

	/*本文幅*/
	#summerfes_contents .program .inside {
		max-width: 1060px;
		width: 100%;
		margin: 0 auto;
	}

	/*公演 二段組*/
	#summerfes_contents .program .grid {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}

	#summerfes_contents .program .grid .prog_left {
		max-width: 720px;
		width: 70.754716981132075%;
		/*750（+30余白）/1060px*/
	}

	#summerfes_contents .program .grid .prog_img {
		max-width: 290px;
		width: 27.358490566037736%;
		/*290/1060px*/
	}

	#summerfes_contents .program .grid.r_wide .prog_left {
		max-width: 620px;
		width: 61.320754716981132%;
		/*650（+30余白）/1060px*/
	}

	#summerfes_contents .program .grid.r_wide .prog_img {
		max-width: 390px;
		width: 36.792452830188679%;
		/*390/1060px*/
	}

	#summerfes_contents .program .prog_wide {
		width: 100%;
	}

	#summerfes_contents .contents figure figcaption {
		display: block;
		padding: 16px 0 0;
		font-size: 14px;
	}

	#summerfes_contents .contents figure figcaption.spread {
		padding-top: 21px;
	}

	/*=====================================
[PC] program 公演
=====================================*/

	/*公演タイトル ------------------------------------------------------------ */
	#summerfes_contents .program h2.event_title {
		margin: 0;
		padding: 0 0 18px 0;
		font-size: 36px;
	}

	#summerfes_contents .program h2.event_title .md_txt {
		font-size: 32px;
		font-weight: bold;
		margin-left: 6px;
	}

	#summerfes_contents .program h2.event_title .sm_txt {
		font-size: 26px;
		font-weight: bold;
		margin-left: 6px;
	}

	#summerfes_contents .program h2.event_title .note_txt {
		font-size: 20px;
		font-weight: bold;
		margin-left: 6px;
	}

	#summerfes_contents .program .schedule {
		padding: 20px 0;
		margin-bottom: 30px;
	}

	#summerfes_contents .program .date {
		font-size: 30px;
	}

	#summerfes_contents .program .weekday,
	#summerfes_contents .program .hall .small {
		font-size: 15px;
	}

	#summerfes_contents .program .start {
		margin-left: 10px;
		font-size: 24px;
	}

	#summerfes_contents .program .schedule .open {
		font-size: 18px;
	}

	#summerfes_contents .program .hall {
		margin-left: 10px;
		font-size: 20px;
	}

	/*[PC] 公演 写真------------------------------------------------------------ */
	#summerfes_contents .program .grid .prog_img figure {
		width: 100%;
		max-width: 290px;
		margin: 0 auto;
	}

	#summerfes_contents .program .grid .prog_img figure+figure {
		margin-top: 30px;
	}

	#summerfes_contents .program .grid .prog_img figure.wide {
		max-width: 390px;
	}

	#summerfes_contents .program .grid .prog_img figure.normal {
		width: 76%;
	}

	/*[PC] 公演 曲目------------------------------------------------------------ */
	#summerfes_contents .program ul.number>li {
		padding: 0 0 0 90px;
		margin: 25px 0 0 0;
		text-indent: -70px;
		font-size: 0;
	}

	#summerfes_contents .program ul.number>li::before {
		content: "";
		display: block;
		position: absolute;
		background: #222;
		top: 10px;
		left: 2px;
		width: 10px;
		height: 10px;
		border-radius: 5px;
	}

	#summerfes_contents .program .num_composer {
		font-size: 20px;
	}

	#summerfes_contents .program .num_title {
		font-size: 20px;
	}

	#summerfes_contents .program .commission,
	#summerfes_contents .program .year {
		margin-left: 3px;
		margin-right: 3px;
		font-size: 14px;
		font-weight: normal;
	}

	/*付随タイトル*/
	#summerfes_contents .program .sub_title {
		margin-left: 8px;
		font-size: 16px;
	}

	#summerfes_contents .program br+.sub_title {
		margin-left: 0;
	}

	/*初演*/
	#summerfes_contents .program .icon_first {
		margin-left: 3px;
		padding: 4px 12px;
		color: #fff;
		font-size: 14px;
		line-height: 1;
		border-radius: 11px;
		white-space: nowrap;
	}

	#summerfes_contents .program ul.number li .num_title_eg {
		font-size: 14px;
		margin: 5px 0 0 -70px;
		text-indent: 0;
	}

	#summerfes_contents .program .player_eg {
		margin-left: 20px;
		font-size: 14px;
	}

	/*	曲ごとの演奏者*/
	#summerfes_contents .program ul.number .each_player {
		margin: 10px 0 0;
		font-size: 15px;
	}

	#summerfes_contents .program ul.number .each_player li {
		margin: 0 0 0 -55px;
		text-indent: 0;
	}

	/*訳注*/
	#summerfes_contents .program li sup {
		margin-left: 4px;
		font-size: 12px;
		font-weight: bold;
	}

	/*	同作曲家　複数曲の場合*/
	#summerfes_contents .program ul.number li.only_composer+li.continuous {
		margin-top: 15px;
	}

	#summerfes_contents .program ul.number li.continuous {
		padding: 0;
		margin: 25px 0 0 90px;
		text-indent: 0;
	}

	#summerfes_contents .program ul.number li.continuous::before {
		content: none;
	}

	#summerfes_contents .program ul.number li.continuous p {
		margin-left: 0;
	}

	#summerfes_contents .program ul.number li.continuous .each_player li {
		margin-left: 15px;
	}


	/*[PC] 曲目 補足情報------------------------------------------------------------ */
	#summerfes_contents .program .prog_info {
		margin: 30px 0 0 0;
		padding: 0;
	}

	#summerfes_contents .program .prog_info ul+ul,
	#summerfes_contents .program .prog_info p+p,
	#summerfes_contents .program .prog_info ul+p {
		margin-top: 12px;
	}

	/*[PC] プログラムノートpdf------------------------------------------------------------ */
	#summerfes_contents .program p.bt_programnote {
		display: block;
		width: 260px;
		margin: 0 0 25px;
	}

	#summerfes_contents .program .prog_info ul+p.bt_programnote {
		margin-top: 10px;
	}

	#summerfes_contents .program p.bt_programnote a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0 20px 0 50px;
		color: #222;
		font-size: 14px;
		font-weight: bold;
		line-height: 46px;
		text-decoration: none;
		background-color: #ccf1ff;
		background-image: url(../img/arrow_right_aqua.svg), url(/suntoryhall/common2019/img/icon_pdf.png);
		background-repeat: no-repeat;
		background-position: right 15px center, left 20px center;
		background-size: 8px, 18px;
		border-radius: 5px;
	}

	#summerfes_contents .program p.bt_programnote a:hover {
		background-color: #d9f3f9;
		text-decoration: none;
		color: #222;
	}

	#summerfes_contents .program p.bt_programnote a .sm_txt {
		font-weight: normal;
		font-size: 12px;
		margin-left: 5px;
	}

	/*------------------------------------------------------------
[PC] ticket チケット
------------------------------------------------------------ */
	#summerfes_contents .program .ticket {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-content: flex-start;
		max-width: 1060px;
		width: 100%;
		margin: 50px auto 0;
		padding: 30px;
		background: #f3f3f3;
	}

	#summerfes_contents .ticket .fee {
		width: 640px;
		margin-right: 10px;
	}

	#summerfes_contents .ticket .buy {
		width: 320px;
		min-width: 290px;
	}

	#summerfes_contents .ticket .fee h3 {
		line-height: 1;
		font-weight: bold;
	}

	#summerfes_contents .program .seat {
		margin-top: 15px;
	}

	#summerfes_contents .program .seat li {
		font-weight: bold;
	}

	#summerfes_contents .ticket .fee .ticket_schedule {
		margin: 10px 0 0;
	}

	#summerfes_contents .ticket .fee .ticket_schedule th {
		font-weight: normal;
		font-size: 14px;
		text-align: right;
		padding-right: 5px;
	}

	#summerfes_contents .ticket .fee .ticket_schedule td {
		font-size: 14px;
	}

	#summerfes_contents .ticket p.link_members {
		margin: 5px 0 0;
		font-size: 13px;
	}

	#summerfes_contents .ticket p.ticket_notes {
		margin: 0 0 0 1em;
		font-size: 13px;
		text-indent: -1em;
	}

	#summerfes_contents .ticket p.link_members+p.ticket_notes {
		margin-top: 20px;
	}

	#summerfes_contents .ticket .buy li {
		display: block;
		width: 300px;
		height: 80px;
		margin: 15px auto;
	}

	#summerfes_contents .ticket .buy li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 0 45px 0 30px;
		background: #007899 url(../img/arrow_right.svg) no-repeat right 20px center / 10px;
		border-radius: 5px;
		box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .15);
	}

	#summerfes_contents .ticket .buy li a p {
		display: block;
		font-size: 14px;
		line-height: 1.5;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
		border-bottom: 1px solid #007899;
		transition: all 0.2s linear;
	}

	#summerfes_contents .ticket .buy li a:hover p {
		text-decoration: underline;
	}

	#summerfes_contents .ticket .buy li a .day,
	#summerfes_contents .ticket .buy li a .start {
		margin: 0;
		font-weight: bold;
		font-size: 18px;
	}

	/*=====================================
[PC] profile/extra common
=====================================*/
	#summerfes_contents .contents>section {
		padding-top: 80px;
	}

	#summerfes_contents section h3.h3subtl {
		margin: 0 0 40px 0;
		padding: 0 30px;
		font-size: 26px;
		line-height: 60px;
	}

	#summerfes_contents section h3.h3subtl.plural {
		padding: 17px 30px 17px;
		line-height: 1.5;
	}

	#summerfes_contents section h3.h3subtl.plural .h3block {
		margin-right: 30px;
	}

	#summerfes_contents section h3.h3subtl.plural .h3midtxt {
		font-size: 22px;
		display: inline-block;
	}

	#summerfes_contents section h3.h3subtl.plural .h3smalltxt {
		font-size: 18px;
		display: inline-block;
	}

	#summerfes_contents section h3.h3subtl.plural .sstxt {
		font-size: 15px;
		margin-left: 5px;
		display: inline;
	}

	/*------------------------------------------------------------
[PC] profile
------------------------------------------------------------ */
	#summerfes_contents .profile {
		padding: 80px 10px 0;
	}

	#summerfes_contents .profile .grid+h3.h3subtl {
		margin-top: 40px;
	}

	#summerfes_contents .profile .inner>p {
		margin: -10px 0 30px;
	}

	#summerfes_contents .profile .grid {
		padding: 0;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		row-gap: 30px;
		column-gap: 2.413793103448276%;
	}

	#summerfes_contents .profile figure {
		display: block;
		width: 14.655172413793103%;
	}

	#summerfes_contents .profile figure.wide {
		width: 31.724137931034483%;
	}

	/*------------------------------------------------------------
[PC] extra
------------------------------------------------------------ */
	#summerfes_contents section.extra {
		padding: 80px 10px 0;
	}

	#summerfes_contents .extra .inside {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}

	#summerfes_contents .extra .inside p.extrasub {
		margin-top: 30px;
		font-weight: bold;
	}

	#summerfes_contents .extra .inside p+p {
		margin-top: 15px;
	}

	#summerfes_contents .extra .inside p.signature {
		margin-top: 0px;
		text-align: right;
	}

	#summerfes_contents .extra figure {
		width: 368px;
		float: right;
		margin: 5px 0 20px 30px;
	}

	#summerfes_contents .extra figure.ph_small {
		width: 170px;
	}

	/*水色外部リンクボタン*/
	#summerfes_contents .bt_extra_link a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 0;
		line-height: 46px;
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		background-color: #007899;
		border-radius: 5px;
		box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .15);
	}

	#summerfes_contents .bt_extra_link a:hover {
		text-decoration: underline;
		color: #FFF;
		box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .15);
	}

	#summerfes_contents .bt_extra_link a.win {
		padding: 0 10px 0 0;
		background-image: url(../img/icon_external_wh.svg);
		background-repeat: no-repeat;
		background-position: right 15px center;
		background-size: 10px;
	}

	/*------------------------------------------------------------
[PC] メディア掲載情報 #publication
------------------------------------------------------------ */
	#summerfes_contents .extra#publication dl {
		margin: 30px 0 0;
	}

	#summerfes_contents .extra#publication dl:first-child {
		margin: 0;
	}

	#summerfes_contents .extra#publication dt.out_media {
		padding: 0 0 0 1em;
		position: relative;
		font-size: 16px;
	}

	#summerfes_contents .extra#publication dt.out_media::before {
		content: "";
		display: inline-block;
		position: absolute;
		background: #222;
		top: 10px;
		left: 5px;
		width: 4px;
		height: 4px;
		border-radius: 2px;
	}

	#summerfes_contents .extra#publication dd.out_article {
		border-bottom: 1px dotted #999;
		padding: 15px 20px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
	}

	#summerfes_contents .extra#publication dd.out_article:first-of-type {
		margin-top: 10px;
		border-top: 1px dotted #999;
	}

	#summerfes_contents .extra#publication dd.out_article p.headline {
		margin: 0;
		width: 700px;
		font-weight: bold;
	}

	#summerfes_contents .extra#publication dd.out_article p.headline .sub_txt {
		font-weight: normal;
	}

	#summerfes_contents .extra#publication dd.out_article p.bt_extra_link {
		margin: 0;
		width: 230px;
	}

	/*------------------------------------------------------------
[PC] Apple Music #applaylist
------------------------------------------------------------ */
	#summerfes_contents .extra#applaylist .inside {
		width: 660px;
		margin: 0 auto;
	}


	/*------------------------------------------------------------
[PC] producer プロデューサーシリーズ
------------------------------------------------------------ */
	#summerfes_contents .program ul.number li p.num_addtext {
		display: block;
		font-size: 14px;
		font-weight: normal;
		margin: 0 0 0 70px;
	}


	/*------------------------------------------------------------
[PC] theme テーマ作曲家
------------------------------------------------------------ */
	#summerfes_contents.theme h3.subevent_tl {
		margin: 25px 0 0 0;
		font-size: 20px;
	}

	#summerfes_contents.theme .subevent_tl_eg {
		margin: 5px 0 0 0;
		font-size: 14px;
		line-height: 1.5;
	}

	#summerfes_contents .program .guest {
		margin: 10px 0 0 15px;
	}

	/*ワークショップ説明の中黒リスト*/
	#summerfes_contents .program .description_list li {
		padding: 0 0 0 15px;
		position: relative;
	}

	#summerfes_contents .program .description_list li::before {
		content: "";
		display: block;
		position: absolute;
		background: #008F4A;
		top: 8px;
		left: 0;
		width: 8px;
		height: 8px;
		border-radius: 4px;
	}

	#summerfes_contents #theme02 .description_list {
		margin: 15px 0;
	}

	/*ワークショップ曲目*/
	#summerfes_contents #theme02 #clinic {
		margin: 15px 0 0 0;
		padding: 0 0 0 18px;
	}


	/*------------------------------------------------------------
[PC] akutagawa 芥川也寸志サントリー作曲賞
------------------------------------------------------------ */
	#summerfes_contents #award h3.subevent_tl {
		margin: 0 0 15px;
		font-size: 20px;
		line-height: 1.5;
	}

	#summerfes_contents #award h3.subevent_tl .fwn {
		margin-left: 8px;
		font-weight: normal;
		font-size: 15px;
	}

	#summerfes_contents #award p.comment {
		font-size: 14px;
		margin: 10px 0 0 20px;
	}

	#summerfes_contents #award p.signature {
		text-align: right;
		font-size: 14px;
	}

	#summerfes_contents #award .prog_wide {
		padding-top: 40px;
	}

	#summerfes_contents #award .nominee_container {
		width: 900px;
		margin: 20px 0 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	#summerfes_contents #award .nominee_container .txt {
		width: 720px;
	}

	#summerfes_contents #award figure.ph_nominee {
		width: 130px;
	}

	#summerfes_contents #award .nominee_container .number li {
		margin-top: 0;
	}

	#summerfes_contents #award figure.ph_nominee figcaption {
		padding-top: 8px;
		font-size: 13px;
	}

	#summerfes_contents #award h3.subevent_tl.meeting {
		color: #222;
		margin-top: 25px;
	}

	/*akutagawa 動画--------------*/
	#summerfes_contents #award.program p.bt_msgmovie {
		display: block;
		width: 215px;
		margin: 0 0 0 18px;
	}

	#summerfes_contents #award.program .nominee_container p.bt_msgmovie {
		margin-top: 10px;
	}

	#summerfes_contents #award.program p.bt_msgmovie a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0 20px 0 20px;
		color: #222;
		font-size: 14px;
		font-weight: bold;
		line-height: 46px;
		text-decoration: none;
		background: #ccf1ff url(../img/icon_external.svg) no-repeat right 15px center / 10px;
		border-radius: 5px;
	}

	#summerfes_contents #award.program p.bt_msgmovie a:hover {
		text-decoration: underline;
	}

	#summerfes_contents #award.program .emoji {
		position: relative;
	}

	#summerfes_contents #award.program .emoji::after {
		content: "";
		display: block;
		position: absolute;
		width: 52px;
		height: 20px;
		top: 0;
		right: 0;
		background: url(../img/akutagawa/img_emoji.webp) no-repeat left center / contain;
	}

	#summerfes_contents #award.program span.emoji {
		padding-right: 57px;
		margin-right: 6px;
	}

	#summerfes_contents #award.program i.emoji {
		padding-right: 43px;
				margin-right: 2px;
	}

	#summerfes_contents #award.program i.emoji::after {
		width: 40px;
		height: 16px;
	}

	/*akutagawa #vote--------------*/
	#summerfes_contents #award #vote {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		margin: 40px 0 0;
		padding: 20px 30px;
		border: 2px solid #AF476E;
	}

	#summerfes_contents #award #vote p.vote_tl {
		color: #AF476E;
		font-size: 18px;
	}

	#summerfes_contents #award #vote h3.vote_h3 {
		color: #AF476E;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	#summerfes_contents #award #vote figure {
		width: 190px;
	}

	/*akutagawa ticket--------------*/
	#summerfes_contents #award .ticket .seat li .saleday {
		display: inline-block;
		width: calc(4em + 3px);
		margin-right: 1em;
	}

	/*akutagawa profile--------------*/
	#summerfes_contents.akutagawa .profile figure.winner {
		position: relative;
		margin-top: 20px;
		margin-right: 160px;
	}

	#summerfes_contents.akutagawa .profile figure.nominee {
		position: relative;
		margin-top: 20px;
	}

	#summerfes_contents.akutagawa .profile figure h4 {
		color: #AF476E;
		font-size: 14px;
		font-weight: bold;
		position: absolute;
		top: -35px;
		left: 0;
	}

	#summerfes_contents.akutagawa .profile figure.winner h4 {
		width: 290px;
	}

	#summerfes_contents.akutagawa .profile figure.nominee h4 {
		width: 320px;
	}

	/*------------------------------------------------------------
[PC] #summer_top
------------------------------------------------------------ */
	#summerfes_contents #top_program {
		padding: 50px 10px 70px;
		position: relative;
	}

	#summerfes_contents #top_infoarea {
		padding: 60px 10px 0;
		margin: 0;
	}

	/*#main_title-------------------------------------------- */
	#summerfes_contents #main_title {
		display: block;
		overflow: hidden;
		background: #212150;
		position: relative;
		width: 100%;
		min-width: 960px;
	}

	#summerfes_contents #main_title .visiual {
		width: 1460px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#summerfes_contents #main_title .visiual .area {
		width: 800px;
		height: 375px;
		position: absolute;
		right: 0;
		overflow: hidden;
	}

	#summerfes_contents #main_title .cover {
		width: 1460px;
		height: 375px;
		position: relative;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background: url(../img/top/slide_cover.webp) no-repeat center top / cover;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	#summerfes_contents #main_title h1 {
		display: block;
		margin-left: 10.273972602739726%;
		width: 37.671232876712329%;
		/*margin-left150px width550px*/
		right: 54%;
		background: url(../img/top/maintitle24_pc.svg) no-repeat left top / 96%, url(../img/top/logo_hall.svg) no-repeat right top 15px / 19.090909090909091%;
		/*サマーロゴ528px、ホールロゴ105px*/
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		z-index: 100;
		font-size: 0;
		color: #fff;
	}

	#summerfes_contents #main_title h1::before {
		content: "";
		display: block;
		padding-top: 47.272727272727273%;
	}

	#summerfes_contents #main_title .release_date {
		display: none;
		/*		position: absolute;
		width: 350px;
		top: 60px;
		left: 50%;
		transform: translateX(-440px);
		z-index: 101;*/
	}

	#summerfes_contents #main_title .release_date dt {
		display: inline-block;
		width: 110px;
		margin: 5px 10px 10px 0;
		padding: 5px 0;
		font-size: 13px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		background: #ccc;
		border-radius: 11px;
	}

	#summerfes_contents #main_title .release_date dd {
		display: inline-block;
		margin: 5px 0;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.02em;
	}


	/*top_program -------------------------------------------- */
	#top_program .inner {
		margin-top: 10px;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: flex-start;
	}

	#top_program figure {
		width: 140px;
		position: relative;
	}

	#top_program a figure figcaption {
		position: absolute;
		right: 2px;
		bottom: 1px;
		text-decoration: none;
	}

	#top_program .topbt a {
		padding: 0 23px 0 20px;
		background: #f0f0f0;
		border-radius: 3px;
		text-decoration: none;
		gap: 5px;
		border: 1px solid #f0f0f0;
	}

	#top_program .topbt a:hover {
		text-decoration: none;
	}

	#top_program .topbt li a::after {
		width: 8px;
		right: 10px;
		background-size: 8px;
	}

	#top_program .topbt li a .prog_day {
		font-size: 26px;
		line-height: 1;
		font-weight: bold;
		font-family: Arial, sans-serif;
		white-space: nowrap;
	}

	#top_program .topbt li a .week {
		font-size: 13px;
		line-height: 1;
		font-weight: bold;
		text-decoration: none;
	}

	#top_program .topbt li a .time {
		padding: 0 2px;
		font-size: 19px;
		line-height: 1;
		font-weight: bold;
		text-decoration: none;
		font-family: Arial, sans-serif;
		letter-spacing: 0;
	}

	/*プロデューサー*/
	#top_program .top_producer {
		width: 49.137931034482759%;
		/*	width: 570px;*/
		border-top: 6px solid;
		padding: 20px 15px;
		margin: 0 1.724137931034483% 0 0;
	}

	#top_program .top_producer a:hover {
		background-color: #e9eff7;
	}

	#top_program .top_producer .go_pagetop a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: stretch;
		border-radius: 0 3px 3px 0;
	}

	#top_program .top_producer h2 {
		width: 385px;
		margin-left: 15px;
		background-image: url(../img/top/bt_producer_h2.webp);
	}

	#top_program .top_producer .go_pagetop figcaption {
		color: #fff;
	}

	#top_program .top_producer .topbt {
		margin-top: 20px;
	}

	#top_program .top_producer .topbt li {
		margin-top: 10px;
		height: 60px;
	}

	#top_program .top_producer .topbt a:hover {
		border: 1px solid #376AAE;
	}

	#top_program .top_producer .topbt li .prog_tl {
		width: 350px;
		height: 60px;
		background-size: contain;
	}

	#top_program .top_producer .bt01 .prog_tl {
		background-image: url(../img/top/bt_producer01.webp);
	}

	#top_program .top_producer .bt02 .prog_tl {
		background-image: url(../img/top/bt_producer02.webp);
	}

	#top_program .top_producer .bt03 .prog_tl {
		background-image: url(../img/top/bt_producer03.webp);
	}

	#top_program .top_producer .bt04 .prog_tl {
		background-image: url(../img/top/bt_producer04.webp);
	}

	/*テーマ作曲家*/
	#top_program .top_theme {
		width: 49.137931034482759%;
		/*	width: 570px;*/
		border-top: 6px solid;
		padding: 20px 15px;
	}

	#top_program .top_theme a:hover {
		background-color: #e5f4ed;
	}

	#top_program .top_theme .go_pagetop a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: stretch;
		border-radius: 0 3px 3px 0;
	}

	#top_program .top_theme h2 {
		width: 385px;
		margin-left: 15px;
		background-image: url(../img/top/bt_theme_h2.webp);
	}

	#top_program .top_theme .go_pagetop figcaption {
		color: #222;
		background: rgba(250, 239, 248, 0.8);
	}

	#top_program .top_theme .topbt {
		margin-top: 20px;
	}

	#top_program .top_theme .topbt li {
		margin-top: 15px;
		height: 80px;
	}

	#top_program .top_theme .topbt a:hover {
		border: 1px solid #008F4A;
	}

	#top_program .top_theme .prog_tl {
		width: 380px;
		height: 80px;
		background-size: contain;
	}

	#top_program .top_theme .bt01 .prog_tl {
		background-image: url(../img/top/bt_theme01.webp);
	}

	#top_program .top_theme .bt02 .prog_tl {
		background-image: url(../img/top/bt_theme02.webp);
	}

	#top_program .top_theme .bt03 .prog_tl {
		background-image: url(../img/top/bt_theme03.webp);
	}

	/*芥川作曲賞*/
	#top_program .top_akutagawa {
		width: 72.413793103448276%;
		border-top: 6px solid;
		padding: 20px 15px;
		margin: 20px 0 0;
	}

	#top_program .top_akutagawa a:hover {
		background-color: #f7eaf0;
	}

	#top_program .top_akutagawa {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		gap: 1.851851851851852%;
	}

	#top_program .top_akutagawa .go_pagetop {
		width: 81.481481481481481%;
	}

	#top_program .top_akutagawa .go_pagetop a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: stretch;
		padding: 0 5px 0 0;
		border-radius: 0 3px 3px 0;
	}

	#top_program .top_akutagawa h2 {
		width: 491px;
		margin-left: 15px;
		background-image: url(../img/top/bt_akutagawa_h2.webp);
	}

	#top_program .top_akutagawa .topbt {
		width: 16.049382716049383%;
	}

	#top_program .top_akutagawa .topbt li {
		width: 100%;
		height: 80px;
	}

	#top_program .top_akutagawa .topbt a:hover {
		border: 1px solid #AF476E;
	}


	/*top_topics-------------------------------------------- */
	#top_infoarea h3.h3normal {
		margin: 0;
		font-size: 28px;
		line-height: 1;
	}

	#top_infoarea #news {
		margin-bottom: 80px;
	}

	#top_infoarea #news .grid {
		margin-top: 40px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-end;
	}

	#top_infoarea #news .info_left {
		width: 60.344827586206897%;
		height: 240px;
		padding: 0 10px 10px 20px;
	}

	#top_infoarea #news .info_left .news_list {
		width: 100%;
		margin: 15px 0 0;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#top_infoarea #news .info_left .news_list dt {
		width: 70px;
		margin: 0 0 5px;
	}

	#top_infoarea #news .info_left .news_list dd {
		width: calc(100% - 80px);
		margin: 0 0 15px;
		padding: 0 0 0 105px;
		position: relative;
	}

	#top_infoarea #news .info_left .news_list dd::before {
		content: "";
		display: block;
		position: absolute;
		width: 95px;
		height: 20px;
		top: 3px;
		left: 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 95px;
		border-radius: 3px;
	}

	#top_infoarea #news .info_left .news_list dd.notag {
		padding: 0;
	}

	#top_infoarea #news .bt_pdf {
		width: 34.482758620689655%;
	}

	#top_infoarea #news .bt_pdf a {
		width: 100%;
		height: 100px;
		padding: 30px 10px 30px 40px;
		line-height: 1.5;
		text-align: center;
		border-radius: 5px;
		background-repeat: no-repeat;
		background-position: left 40px center, right 40px center;
		background-size: 53px, 29px;
		box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
	}

	#top_infoarea #news .bt_pdf a:hover {
		text-decoration: underline;
		background-color: #c3c3c3;
	}

	#top_infoarea #news .bt_pdf a .smalltxt {
		font-size: 14px;
	}

	/*トップ　公演スケジュール*/
	#top_infoarea #schedule {
		margin-bottom: 50px;
	}

	#top_infoarea #schedule .h3normal {
		display: inline-block;
	}

	#top_infoarea #schedule p.h3subtxt {
		display: inline-block;
		margin-left: 30px;
	}

	/*トップ　公演スケジュール TABLE*/
	#top_infoarea #schedule .grid {
		margin-top: 30px;
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-content: flex-start;
	}

	#top_infoarea #schedule .grid .block {
		max-width: 550px;
		width: 49%;
		position: relative;
	}

	#top_infoarea #schedule .grid .block h4 {
		font-size: 22px;
		line-height: 1.5;
		margin-bottom: 10px;
		position: relative;
	}

	#top_infoarea #schedule .grid .block h4 .text_sm {
		font-size: 16px;
		margin-right: 10px;
	}

	#top_infoarea #schedule .schedule_list {
		width: 100%;
	}

	#top_infoarea #schedule .grid .block h4.schedule_tl_akuta {
		font-size: 20px;
		margin-top: 40px;
	}

	#top_infoarea #schedule .schedule_list li {
		width: 100%;
	}

	#top_infoarea #schedule .schedule_list li+li {
		margin-top: 15px;
	}

	#top_infoarea #schedule .schedule_list li a {
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		height: 65px;
		padding: 0 20px;
		font-size: 16px;
		line-height: 1.5;
		color: #000;
		text-decoration: none;
		border-left: 5px solid;
		background: #FFF;
	}

	#top_infoarea #schedule .schedule_list li a:hover {
		text-decoration: underline;
	}

	#top_infoarea #schedule .schedule_list li a .date {
		display: block;
		font-size: 15px;
	}

	#top_infoarea #schedule .schedule_list.prod li a:hover {
		background-color: #e9eff7;
	}

	#top_infoarea #schedule .schedule_list.theme li a:hover {
		background-color: #e5f4ed;
	}

	#top_infoarea #schedule .schedule_list.akuta li a:hover {
		background-color: #f7eaf0;
	}

	/*トップ　主催*/
	#top_infoarea #host {
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		padding: 30px 0;
	}

	#top_infoarea #host p {
		display: block;
		font-size: 14px;
		margin-bottom: 20px;
	}

	#top_infoarea #host .grid {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#top_infoarea #host .bunka {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-left: 10px;
	}

	#top_infoarea #host .act {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-left: 50px;
	}

	#top_infoarea #host .bunka figure,
	#top_infoarea #host .act figure {
		margin: 0 15px 0 0;
	}

	#top_infoarea #host .bunka img {
		height: 55px;
		width: auto;
	}

	#top_infoarea #host .act img {
		height: 60px;
		width: auto;
	}

	#top_infoarea #host .bunka p,
	#top_infoarea #host .act p {
		margin: 0;
	}

}

@media screen and (min-width:768px) and (max-width:1160px) {

	/*		PC上部ナビ*/
	nav#gnavi ol li.tab .event {
		font-size: 13px;
		letter-spacing: 0;
	}

	nav#gnavi .tab:hover .dropmenu {
		padding: 15px 15px;
	}

	nav#gnavi .tab:hover .dropmenu li.programlist p {
		margin-right: 10px;
	}

	#summerfes_contents .contents_title .base .lead {
		min-height: 100px;
	}

	#summerfes_contents .contents_title .base .lead p {
		font-size: 14px;
		line-height: 1.5;
	}

	/*トップメインタイトル、スライド76%*/
	#summerfes_contents #main_title .visiual {
		width: 1110px;
		transform: translateX(-51%);
	}

	#summerfes_contents #main_title .visiual .area {
		width: 608px;
		height: 285px;
	}

	#summerfes_contents #main_title .cover {
		width: 1110px;
		height: 285px;
		transform: translateX(-51%);
	}

	#summerfes_contents #main_title .release_date {
		width: 250px;
		top: 40px;
		transform: translateX(-340px);
	}

	#summerfes_contents #main_title .release_date dt {
		margin: 0;
		width: 80px;
		font-size: 11px;
		letter-spacing: 0;
	}

	#summerfes_contents #main_title .release_date dd {
		margin: 0;
	}

	#summerfes_contents .program .ticket {
		padding: 30px 20px 30px 15px;
	}

	/*	トップ 公演リスト*/
	#top_program .topbt a {
		padding: 0 15px 0 10px;
	}

	#top_program .topbt li a::after {
		right: 8px;
	}

	#top_program .topbt li a .prog_day {
		font-size: 20px;
		text-align: center;
		white-space: normal;
	}

	#top_program .top_producer .topbt li a .prog_day {
		width: 20%;
	}

	#top_program .top_theme .topbt li a .prog_day {
		width: 23%;
	}

	#top_program .topbt li a .week {
		font-size: 12px;
	}

	#top_program .topbt li a .time {
		padding: 0;
		font-size: 16px;
	}

	#top_program .top_akutagawa .topbt {
		width: 18%;
	}

	#top_program .top_akutagawa .topbt li a .prog_day {
		width: 100%;
	}
}