@charset "utf-8";

/*==================================================
CMG 2025
[COMMON]
[PC] setting 
[SP] setting 
================================================== */

/*reset ------------------------------------------------------------ */

#suntory_contents .cmg_container * {
	box-sizing: border-box;
}

#suntory_contents .cmg_container ul,
#suntory_contents .cmg_container ol,
#suntory_contents .cmg_container li {
	list-style: none;
}

#suntory_contents .cmg_container img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	opacity: 0;
	transition: all 0.3s;
}

#suntory_contents .cmg_container img.lazyloaded {
	opacity: 1;
}

/*------------------------------------------------------------
[COMMON] section common
------------------------------------------------------------ */
#suntory_contents .cmg_container {
	position: relative;
}

#suntory_contents .cmg_container section h2 {
	position: relative;
}

#suntory_contents .cmg_container section h2::before {
	display: block;
	position: absolute;
	content: '';
	background: url(/suntoryhall/feature/chamber2025/common/img/bg_h2.png) no-repeat left center / contain;
}

#suntory_contents .cmg_container {
	color: #000;
}

#suntory_contents .cmg_container a {
	color: #000;
	text-decoration: none;
}

#suntory_contents .cmg_container section p {
	line-height: 1.7;
}

#suntory_contents .item_list li a {
	display: block;
	width: 100%;
}

#suntory_contents .item_list .thumnail {
	position: relative;
}

#suntory_contents .item_list li p {
	line-height: 1.5;
}

#suntory_contents .external_grn {
	padding: 0;
	position: relative;

	&::after {
		content: '';
		display: inline-block;
		vertical-align: bottom;
		width: 1em;
		height: 1.7em;
		background: url(/suntoryhall/feature/chamber2025/common/img/new_window.svg) no-repeat right center / 0.75em;
	}
		&:has(.txt_sm)::after {
		height: 1.4em;
	}

}

#suntory_contents .thumnail {
	overflow: hidden;
}

#suntory_contents .thumnail img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#suntory_contents .cmg_container section span.satD {
	color: #0066ff !important;
}

#suntory_contents .cmg_container section span.sunD {
	color: #dd1111 !important;
}

/*------------------------------------------------------------
[COMMON] #sec_top_main
------------------------------------------------------------ */
#suntory_contents #sec_top_main {
	padding: 0;
}

#sec_top_main h1 {
	display: block;
	position: relative;
}

#suntory_contents .header_second h1 .jp,
#suntory_contents #sec_top_main h1 .jp {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	color: transparent;
	background: url(/suntoryhall/feature/chamber2025/common/img/title2025.svg) no-repeat left top / contain;
}

#suntory_contents .header_second h1 .eng,
#suntory_contents #sec_top_main h1 .eng {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/suntoryhall/feature/chamber2025/common/img/title_eng.svg) no-repeat left top / contain;
}

#sec_top_main .date_venue {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#sec_top_main .maincopy {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#sec_top_main .about_venue {
	position: relative;
	width: fit-content;
	padding: 0 1em 0 0;
}

#sec_top_main .about_venue::after {
	content: '';
	display: block;
	position: absolute;
	width: 0.75em;
	height: 100%;
	right: 0;
	top: 0;
	background: url(/suntoryhall/feature/chamber2025/common/img/arrow_right_s.svg) no-repeat right center / contain;
}

#sec_top_main .flyer_pdf a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	color: #000;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: none;
	background: linear-gradient(0deg, #f8f4d2 0%, #fff 100%);
}

#sec_top_main .flyer_pdf a::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	background: url(/suntoryhall/common2019/img/icon_pdf.png) no-repeat right center / contain;
}

/*------------------------------------------------------------
[COMMON] #sec_program
------------------------------------------------------------ */
#sec_program .btn_go a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	background: #008A22;
}

#sec_program .btn_go a::after {
	content: "";
	display: block;
	position: absolute;
	background: #fff url(/suntoryhall/feature/chamber2025/common/img/arrow_down.svg) no-repeat center center;
}

#sec_program .btn_go a .supplement {
	display: block;
	color: #fff;
	font-weight: normal;
}

#sec_program .btn_go.next a::after {
	transform: rotate(-90deg);
}

#sec_program .ticket_guide {
	position: relative;
	font-weight: bold;
}

#sec_program .ticket_guide::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background: url(/suntoryhall/feature/chamber2025/common/img/icon_ticket.svg) no-repeat center center / contain;
}

#sec_program .item {
	background: #fff;
}

#sec_program .thumnail {
	position: absolute;
	left: 0;
	top: 0;
}

#sec_program .summary {
	position: relative;
}

#sec_program .summary h3 {
	font-weight: bold;
	line-height: 1.5;
}

#sec_program .summary p {
	color: #940031;
	font-weight: bold;
	line-height: 1.5;
}

#sec_program .summary .btn_spfeature a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to right, #008488 15%, #008753 50%, #008a22 90%);
}

#sec_program .summary .btn_spfeature a::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	background: url(/suntoryhall/feature/chamber2025/common/img/arrow_right_wh.svg) no-repeat right center / contain;
}

#sec_program .date_list li a {
	display: block;
	height: 100%;
	width: 100%;
	color: #000;
	background: #eeffee;
	position: relative;
}

#sec_program .date_list li a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background: #008322 url(/suntoryhall/feature/chamber2025/common/img/arrow_right_wh.svg) no-repeat center center;
}

/*------------------------------------------------------------
[COMMON] #sec_schedule
------------------------------------------------------------ */
#suntory_contents #sec_schedule {
	padding-top: 0;
}

#sec_schedule .accordion_container {
	width: 100%;
	border: 1px solid #008A22;
	background: #fff;
}

#sec_schedule .sche_title {
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}

#sec_schedule .sche_title h3,
#sec_schedule .sche_title p {
	position: relative;
	font-weight: bold;
	line-height: 1;
}

#sec_schedule .sche_title p::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background: url(/suntoryhall/feature/chamber2025/common/img/icon_calendar.svg) no-repeat center center / contain;
}

#sec_schedule .sche_title .switch {
	display: block;
	position: absolute;
	background: #008A22;
	border: 0;
}

#sec_schedule .sche_title .bar1,
#sec_schedule .sche_title .bar2 {
	display: block;
	background: #fff;
	top: 50%;
	left: 50%;
	transform-origin: center center;
	position: absolute;
	translate: -50% -50%;
	transition-duration: 0.2s;
}

#sec_schedule .sche_title .bar2 {
	rotate: 90deg;
}

#sec_schedule .sche_title.open .bar2 {
	rotate: 0deg;
}

#sec_schedule .schedule_list {
	display: none;
}

#sec_schedule .schedule_list li a {
	display: block;
	width: 100%;
	color: #000;
	background: #eeffee;
	font-weight: bold;
}

#sec_schedule .schedule_list li .start {
	font-weight: normal;
}

/*------------------------------------------------------------
[COMMON] #sec_sales
------------------------------------------------------------ */
#suntory_contents .cmg_container #sec_sales {
	background: #FFF8EE;
	position: relative;
	overflow: hidden;
}

#sec_sales .box {
	position: relative;
	background: #fff;
}

#sec_sales .box h3 {
	display: block;
	position: absolute;
	width: 100%;
	background: linear-gradient(to right, #ffddcc 20%, #fff6f2 90%);
}

#sec_sales .box.members h3 {
	background: linear-gradient(to right, #ffdde4 20%, #fff6f8 90%);
}

#sec_sales .box.members .presale {
	color: #dd0055;
}

#sec_sales .box p {
	font-weight: bold;
}

#sec_sales .note li {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.7;
}

#sec_sales .note li::before {
	content: '※';
}

#sec_sales .btn_about a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	background: linear-gradient(to right, #cc2244 15%, #cc4466 90%);
}

#sec_sales .btn_about a::before {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	top: 0;
	height: 100%;
}

#sec_sales .btn_about.members a::before {
	background-image: url(/suntoryhall/feature/chamber2025/common/img/top/section03_btn01_icon.svg);
}

#sec_sales .btn_about.purchase a::before {
	background-image: url(/suntoryhall/feature/chamber2025/common/img/top/section03_btn02_icon.svg);
}

#sec_sales .btn_about a::after {
	content: '';
	position: absolute;
	background: url(/suntoryhall/feature/chamber2025/common/img/arrow_right_wh.svg) no-repeat center center / contain;
	top: 0;
	height: 100%;
}


/*------------------------------------------------------------
[COMMON]  #sec_news
------------------------------------------------------------ */
#sec_news .scroll__inner {
	overflow-y: scroll;
	-ms-overflow-style: none;
	/* IE, Edge 対応 */
	scrollbar-width: none;
	/* Firefox 対応 */
	scrollbar-color: #008020 #EEF8F0;
}

#sec_news .scroll__inner::-webkit-scrollbar {
	/* Chrome, Safari 対応 */
	display: none;
}

#sec_news .simplebar-scrollbar::before {
	background: #008020;
}

#sec_news .simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}

#sec_news .simplebar-track {
	background: #e5f3e8;
	border-radius: 0;
}

#sec_news ul.news_list {
	width: 100%;
}

/*------------------------------------------------------------
[COMMON]  .tag TOP>#sec_news/topics
------------------------------------------------------------ */
#suntory_contents .tag {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

#suntory_contents .tag.Report {
	background-image: url(/suntoryhall/feature/chamber2025/common/img/tag_report.svg);
}

#suntory_contents .tag.Special {
	background-image: url(/suntoryhall/feature/chamber2025/common/img/tag_special.svg);
}

#suntory_contents .tag.Message {
	background-image: url(/suntoryhall/feature/chamber2025/common/img/tag_message.svg);
}

#suntory_contents .tag.Movie {
	background-image: url(/suntoryhall/feature/chamber2025/common/img/tag_movie.svg);
}

#suntory_contents .tag.Performer {
	background-image: url(/suntoryhall/feature/chamber2025/common/img/tag_performer.svg);
}

#suntory_contents .tag.Interview {
	background-image: url(/suntoryhall/feature/chamber2025/common/img/tag_interview.svg);
}

#suntory_contents .tag.Essay {
	background-image: url(/suntoryhall/feature/chamber2025/common/img/tag_essay.svg);
}

#suntory_contents .tag.Explanation {
	background-image: url(/suntoryhall/feature/chamber2025/common/img/tag_explanation.svg);
}

#suntory_contents .tag.Playlist {
	background-image: url(/suntoryhall/feature/chamber2025/common/img/tag_playlist.svg);
}

#suntory_contents .tag.Info {
	background-image: url(/suntoryhall/feature/chamber2025/common/img/tag_info.svg);
}

#suntory_contents .tag.Info {
	background-image: url(/suntoryhall/feature/chamber2025/common/img/tag_info.svg);
}

#suntory_contents .tag.History {
	background-image: url(/suntoryhall/feature/chamber2025/common/img/tag_history.svg);
}



/*------------------------------------------------------------
[COMMON] 下層ページ下空き
------------------------------------------------------------ */
#suntory_contents .cmg_container #chapter_amc,
#suntory_contents .cmg_container #sec_artist,
#suntory_contents .cmg_container #chapter_fellow {
	padding-bottom: 0;
}


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

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

	#suntory_contents .cmg_container a:hover {
		text-decoration: underline;
	}


	/*------------------------------------------------------------
[PC] breadArea ぱんくず
------------------------------------------------------------ */
	#suntory_contents .breadArea {
		width: 100%;
		background: #fff;
		padding: 0 10px;
	}

	#suntory_contents .breadArea ul {
		display: block;
		padding: 10px 0;
		line-height: 1.5;
		font-size: 12px;
	}

	#suntory_contents .breadArea li {
		display: inline-block;
		position: relative;
	}

	#suntory_contents .breadArea li a {
		color: #000;
	}

	#suntory_contents .breadArea li+li {
		margin-left: 15px;
	}

	#suntory_contents .breadArea li+li::before {
		content: '>';
		display: block;
		text-align: center;
		position: absolute;
		left: -15px;
		width: 15px;
	}

	/*------------------------------------------------------------
[PC] header
------------------------------------------------------------ */
	#suntory_contents .cmg_container header {
		background: #008a22;
	}

	#suntory_contents .cmg_container header nav ul.gnbNav {
		margin: 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: flex-start;
	}

	#suntory_contents .cmg_container header nav li.tab {
		display: block;
		width: 285px;
		height: 60px;
		position: relative;
	}

	#suntory_contents .cmg_container header nav .tab>a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 0.1em;
		color: #fff;
		text-decoration: none;
	}

	#suntory_contents .cmg_container header nav .tab>a>span {
		padding: 8px 0;
		border-bottom: 2px solid #008a22;
		transition: border-color 0.2s;
	}

	#suntory_contents .cmg_container header nav .tab>a .txt_s {
		font-size: 16px;
	}

	#cmg_home header #nav_home>a>span,
	#cmg_profile header #nav_profile>a>span,
	#cmg_topics header #nav_topics>a>span,
	#suntory_contents .cmg_container header nav .tab>a:hover>span {
		border-color: #fff;
	}

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

	#suntory_contents .cmg_container header nav .tab .subNav {
		display: none;
	}

	#suntory_contents .cmg_container header nav .tab:hover .dropmenu {
		display: block;
		z-index: 110;
		opacity: 1;
		width: 100%;
		padding: 0 0 15px;
		position: absolute;
		top: 60px;
		left: 0;
		background: #EEF8F0;
		border-top: none;
		box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, .25);
	}

	#suntory_contents .cmg_container header nav .tab:hover .subNav {
		display: block;
		width: 170px;
		margin: 0 auto;
	}

	#suntory_contents .cmg_container header nav .tab:hover .subNav li+li {
		border-top: 1px solid #76C088;
	}

	#suntory_contents .cmg_container header nav .tab:hover .subNav li a {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 50px;
		padding: 10px 0;
		font-size: 15px;
		line-height: 1.5;
		color: #000;
		text-decoration: none;
		text-align: center;
	}

	#suntory_contents .cmg_container header nav .tab:hover .subNav li a:hover {
		text-decoration: underline;
	}

	/*------------------------------------------------------------
[PC] footer
------------------------------------------------------------ */
	#suntory_contents .cmg_container footer {
		background: #EEF8F0;
	}

	#suntory_contents .cmg_container footer .inner {
		padding: 50px 0;
	}

	#suntory_contents .cmg_container footer nav ul.gnbNav {
		margin: 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: flex-start;
		gap: 20px;
	}

	#suntory_contents .cmg_container footer nav li.tab {
		display: block;
		width: 260px;
		position: relative;
	}

	#suntory_contents .cmg_container footer nav .tab>a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		color: #000;
		letter-spacing: 0.1em;
		text-decoration: none;
	}

	#suntory_contents .cmg_container footer nav .tab>a>span {
		padding: 0 0 8px;
		color: #000;
		border-bottom: 2px solid #EEF8F0;
		transition: border-color 0.2s;
	}

	#suntory_contents .cmg_container footer nav .tab>a .txt_s {
		font-size: 16px;
		color: #000;
	}

	#cmg_home footer #nav_home>a>span,
	#cmg_profile footer #nav_profile>a>span,
	#cmg_topics footer #nav_topics>a>span,
	#suntory_contents .cmg_container footer nav .tab>a:hover>span {
		border-color: #008A22;
	}

	/*サブメニュー*/
	#suntory_contents .cmg_container footer nav .subNav {
		display: block;
		width: 170px;
		margin: 20px auto 0;
	}

	#suntory_contents .cmg_container footer nav .tab .subNav ul {
		display: block;
	}

	#suntory_contents .cmg_container footer nav .tab .subNav li+li {
		border-top: 1px solid #76C088;
	}

	#suntory_contents .cmg_container footer nav .tab .subNav li a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px 0;
		font-size: 15px;
		line-height: 1.5;
		color: #000;
		text-decoration: none;
		text-align: center;
	}

	#suntory_contents .cmg_container footer nav .tab .subNav li a:hover {
		text-decoration: underline;
	}

	/*------------------------------------------------------------
[PC] layout
------------------------------------------------------------ */
	#suntory_contents .cmg_container article {
		position: relative;
		padding: 0 0 100px;
		background: url(/suntoryhall/feature/chamber2025/common/img/prant_l.png) no-repeat left bottom/200px, url(/suntoryhall/feature/chamber2025/common/img/prant_r.png) no-repeat right bottom/200px;
	}

	#suntory_contents .cmg_container section {
		padding: 40px 10px 60px;
	}

	#suntory_contents .cmg_container .inner {
		width: 100%;
		max-width: 1160px;
		min-width: 1140px;
		margin: 0 auto;
		position: relative;
	}

	#suntory_contents .cmg_container section .chapter {
		width: 1060px;
		margin: 0 auto;
		padding: 0 0 60px;
	}

	/*------------------------------------------------------------
[PC] section common
------------------------------------------------------------ */
	#suntory_contents .cmg_container article::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 500px;
		z-index: -2;
		background: linear-gradient(0deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 80%), url(/suntoryhall/feature/chamber2025/common/img/top/bg_top_main_pc.jpg) no-repeat center top -50px / 1900px, linear-gradient(90deg, #EAE2F7 40%, #fff 60%);
	}

	#suntory_contents .cmg_container article::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%);
		width: 1160px;
		height: 500px;
		background: #fff;
		z-index: -1;
	}

	#suntory_contents .cmg_container section h2 {
		display: block;
		position: relative;
		margin: 0 0 30px;
		padding: 0 0 0 40px;
		font-size: 27px;
		height: 70px;
		line-height: 70px;
	}

	#suntory_contents .cmg_container section h2::before {
		width: 26px;
		height: 78px;
		top: -5px;
		left: -10px;
	}

	#suntory_contents .cmg_container section h3.sec_title {
		display: flex;
		align-items: center;
		width: 100%;
		max-width: 1060px;
		margin: 0 auto 40px;
		padding: 13px 0 13px 30px;
		min-height: 60px;
		font-size: 24px;
		background: linear-gradient(90deg, rgb(204, 238, 119) 0%, rgba(206, 238, 122, 0.30196) 2%, rgba(255, 228, 196, 0.5) 60%, rgba(255, 228, 197, 0.50196) 60%, rgba(255, 221, 228, 0.32157) 100%);
	}

	#suntory_contents .cmg_container section .close01pc {
		letter-spacing: -0.03em;
	}

	#suntory_contents .cmg_container section .close02pc {
		letter-spacing: -0.06em;
	}

	#suntory_contents .item_list {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	#suntory_contents .item_list .thumnail {
		margin: 0 0 10px;
	}

	#suntory_contents .item_list p {
		margin: 0;
		font-size: 15px;
	}

	#suntory_contents .item_list p .txt_sm {
		font-size: 13px;
		margin: 0 0 0 5px;
	}

	/*------------------------------------------------------------
[PC] #sec_top_main
------------------------------------------------------------ */
	#suntory_contents #sec_top_main {
		background: url(/suntoryhall/feature/chamber2025/common/img/top/bg_top_main_pc.jpg) no-repeat center center / 1400px, linear-gradient(90deg, #EAE2F7 40%, #fff 60%);
	}

	#sec_top_main .plants {
		min-width: 1160px;
		padding: 0 10px;
		background: url(/suntoryhall/feature/chamber2025/common/img/top/img_flower_l.png) no-repeat left top / 202px, url(/suntoryhall/feature/chamber2025/common/img/top/img_flower_r.png) no-repeat right top / 186px;
	}

	#sec_top_main .inner {
		height: 490px;
		padding: 55px 50px 0 80px;
		background: rgba(255, 255, 255, 0.65);
	}

	#sec_top_main h1 {
		width: 654px;
	}

	#sec_top_main h1 .jp {
		width: 654px;
		height: 94px;
	}

	#sec_top_main h1 .eng {
		position: absolute;
		width: 273px;
		height: 29px;
		right: 0;
		top: 4px;
	}

	#sec_top_main .date_venue {
		margin: 30px 0 0;
		width: 600px;
		height: 62px;
		background: url(/suntoryhall/feature/chamber2025/common/img/top/tl_date2025_pc.svg) no-repeat left center / contain;
	}

	#sec_top_main .maincopy {
		margin: 30px 0 0;
		width: 522px;
		height: 22px;
		background: url(/suntoryhall/feature/chamber2025/common/img/top/tl_theme2025_pc.svg) no-repeat left center / contain;
	}

	#sec_top_main .leadtext {
		width: 610px;
		margin: 20px 0 0;
		font-size: 16px;
		line-height: 1.5;
	}

	#sec_top_main .about_venue {
		margin: 10px 0 0;
		font-size: 16px;
		line-height: 1.5;
	}

	#sec_top_main .main_visual {
		position: absolute;
		width: 302px;
		height: 346px;
		right: 56px;
		top: 15px;
	}

	#sec_top_main .flyer_pdf {
		position: absolute;
		width: 314px;
		height: 70px;
		right: 50px;
		bottom: 40px;
		border-radius: 10px;
		box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .1);
	}

	#sec_top_main .flyer_pdf a {
		border-radius: 10px;
		padding: 0 40px 0 15px;
	}

	#sec_top_main .flyer_pdf a::before {
		content: "";
		position: absolute;
		inset: 0;
		right: 0;
		top: 0;
		border-radius: 10px;
		z-index: -1;
		background: linear-gradient(0deg, #F1EAAF 0%, #FEFDF4 100%);
		opacity: 0;
		transition: all 0.5s;
	}

	#sec_top_main .flyer_pdf a:hover::before {
		opacity: 1;
	}

	#sec_top_main .flyer_pdf a:hover {
		text-decoration: underline;
	}

	#sec_top_main .flyer_pdf a::after {
		width: 24px;
		right: 15px;
	}

	#sec_top_main .flyer_pdf .name {
		font-size: 14px;
	}

	#sec_top_main .flyer_pdf .flyer {
		font-size: 16px;
	}

	#sec_top_main .flyer_pdf .size {
		font-size: 13px;
	}

	/*------------------------------------------------------------
[PC] #sec_pickup
------------------------------------------------------------ */
	#sec_pickup .item_list {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 3.448275862068965%;
	}

	#sec_pickup .item_list li {
		max-width: 260px;
		width: 22.413793103448276%;
	}

	#sec_pickup .item_list .thumnail {
		max-width: 260px;
		max-height: 182px;
	}

	#sec_pickup .permanent {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-end;
		align-items: flex-start;
		gap: 15px;
		position: absolute;
		right: 0;
		top: -5px;
	}

	#sec_pickup .permanent li a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		width: 100%;
		background: #fff6dd;
	}

	#sec_pickup .permanent .thumnail {
		width: 144px;
		height: 80px;
		margin-right: 15px;
	}

	#sec_pickup .permanent li.welcome {
		width: 330px;
	}

	#sec_pickup .permanent li.amc {
		width: 370px;
	}

	#sec_pickup .permanent li.amc a::after {
		content: '';
		position: absolute;
		display: block;
		right: 10px;
		top: 10px;
		width: 1em;
		height: 1em;
		background: url(/suntoryhall/feature/chamber2025/common/img/new_window.svg) no-repeat right top / 0.75em;
	}

	#sec_pickup .permanent p {
		margin: 0;
		font-size: 14px;
		font-weight: bold;
	}
	#suntory_contents .external_grn.hanging_pc:has(.txt_sm)::after {
			position: absolute;
			right: -0.75em;
		}

	/*------------------------------------------------------------
[PC] #sec_program
------------------------------------------------------------ */
	.cmg_container #sec_program {
		background: #EEF8F0;
		position: relative;
	}

	#sec_program p.guide {
		font-size: 14px;
	}

	#sec_program .btn_go {
		position: absolute;
		right: 380px;
		top: 0;
		width: 340px;
		height: 70px;
		margin-left: auto;
	}

	#sec_program .btn_go.next {
		position: absolute;
		right: 0;
		top: 0;
		width: 360px;
		margin-left: 20px;
	}

	#sec_program .btn_go a {
		padding: 10px 10px 10px 15px;
		font-size: 20px;
	}

	#sec_program .btn_go a::after {
		top: 20px;
		right: 15px;
		width: 30px;
		height: 30px;
		background-size: 15px;
	}

	#sec_program .btn_go a .supplement {
		font-size: 14px;
	}

	#sec_program .ticket_guide {
		margin: 0 0 10px 40px;
		padding: 0 0 0 60px;
	}

	#sec_program .ticket_guide::before {
		width: 50px;
	}

	#sec_program .guide {
		margin: 0 0 0 40px;
	}

	#sec_program .flex {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		gap: 35px 0;
		margin: 25px 0 0;
	}

	#sec_program .item {
		max-width: 565px;
		width: 48.706896551724138%;
		padding: 30px 20px 20px 20px;
	}

	#sec_program .summary {
		padding: 0 0 0 240px;
		min-height: 154px;
	}

	#sec_program .thumnail {
		width: 220px;
		height: 154px;
	}

	#sec_program .summary h3 {
		font-size: 18px;
	}

	#sec_program .summary p {
		margin: 10px 0 0;
		font-size: 15px;
	}

	#sec_program .summary .btn_spfeature {
		margin: 15px 0 0;
		width: 180px;
		height: 40px;
	}

	#sec_program .summary .btn_spfeature a {
		padding: 0 0 0 18px;
		font-size: 15px;
		line-height: 40px;
		border-radius: 20px;
	}

	#sec_program .summary .btn_spfeature a::after {
		width: 12px;
		right: 12px;
	}

	#sec_program .date_list {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 10px 0;
		margin: 20px 0 0;
	}

	#sec_program .date_list li {
		width: 250px;
		height: 46px;
	}

	#sec_program .date_list li a {
		padding: 0 0 0 30px;
		font-size: 15px;
		font-weight: bold;
		line-height: 46px;
	}

	#sec_program .date_list li a::before {
		width: 20px;
		height: 20px;
		top: 12px;
		background-size: 12px;
	}

	/*------------------------------------------------------------
[PC]  #sec_schedule
------------------------------------------------------------ */
	#suntory_contents #sec_schedule {
		background: #EEF8F0;
	}

	#sec_schedule .sche_title {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
		padding: 30px 40px;
	}

	#sec_schedule .sche_title:hover {
		background: #cff8cc;
	}

	#sec_schedule .sche_title h3 {
		font-size: 28px;
	}

	#sec_schedule .sche_title p {
		margin: 0 0 0 20px;
		padding: 0 0 0 80px;
		font-size: 18px;
	}

	#sec_schedule .sche_title p::before {
		width: 45px;
		height: 42px;
		top: -12px;
	}

	#sec_schedule .sche_title .switch {
		top: 50%;
		right: 40px;
		width: 40px;
		height: 40px;
		translate: 0 -50%;
	}

	#sec_schedule .sche_title .bar1,
	#sec_schedule .sche_title .bar2 {
		width: 18px;
		height: 2px;
	}

	#sec_schedule .schedule_list {
		padding: 0 40px 40px 40px;
	}

	#sec_schedule .schedule_list .guide {
		padding: 20px 0 0;
		border-top: 1px solid #119900;
		font-size: 14px;
	}

	#sec_schedule .schedule_list ul {
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 10px 30px;
		margin: 30px 0 0;
		max-height: 770px;
	}

	#sec_schedule .schedule_list li {
		width: 524px;
	}

	#sec_schedule .schedule_list li a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
		padding: 10px 15px;
		font-size: 14px;
	}

	#sec_schedule .schedule_list li a:hover {
		text-decoration: none;
	}

	#sec_schedule .schedule_list li .date {
		width: 130px;
	}

	#sec_schedule .schedule_list li .start {
		display: block;
	}

	#sec_schedule .schedule_list li a:hover .prog_title {
		text-decoration: underline;
	}


	/*------------------------------------------------------------
[PC]  #sec_sales
------------------------------------------------------------ */
	.cmg_container #sec_sales::before {
		content: "";
		display: block;
		position: absolute;
		top: -120px;
		right: -50px;
		width: 600px;
		height: 700px;
		opacity: 0.15;
		background: linear-gradient(0deg, #FFF8EE 0%, rgba(255, 248, 238, 0) 80%), url(/suntoryhall/feature/chamber2025/common/img/top/img_cmg2025.png) no-repeat right top / contain;
	}

	#sec_sales .flex {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		width: 100%;
		padding: 0 0 0 15px;
		margin: 0 auto;
	}

	#sec_sales .box {
		width: 540px;
		padding: 80px 25px 25px 25px;
	}

	#sec_sales .box h3 {
		height: 60px;
		font-size: 22px;
		padding: 15px 40px;
		left: -15px;
		top: 20px;
	}

	#sec_sales .box .date {
		height: 100px;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: flex-start;
	}

	#sec_sales .box p {
		font-size: 20px;
	}

	#sec_sales .flex+.note {
		margin: 20px 0 0 40px;
	}

	#sec_sales .note li {
		font-size: 15px;
		margin-left: 1em;
		text-indent: -1em;
	}

	#sec_sales .flex.btnarea {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		width: 100%;
		margin: 40px 0 0;
		gap: 40px;
	}

	#sec_sales .btn_about {
		width: 520px;
		height: 70px;
	}

	#sec_sales .btn_about a {
		font-size: 21px;
		font-weight: bold;
		line-height: 1.2;
		border-radius: 35px;
	}

	#sec_sales .btn_about .txt_s {
		display: block;
		font-size: 15px;
	}

	#sec_sales .btn_about a {
		padding: 0 0 0 40px;
	}

	#sec_sales .btn_about.members a::before {
		width: 55px;
		left: 28px;
	}

	#sec_sales .btn_about.purchase a::before {
		width: 72px;
		left: 35px;
	}

	#sec_sales .btn_about a::after {
		width: 25px;
		right: 20px;
	}

	/*------------------------------------------------------------
[PC]  #sec_news
------------------------------------------------------------ */
	#sec_news .scroll__inner {
		height: 250px;
		width: 1060px;
		margin: 0 auto;
		padding: 15px 35px 15px 0;
	}

	#sec_news .simplebar-scrollbar::before {
		width: 10px;
		border-radius: 5px;
		margin: 2px;
		margin-right: 0;
	}

	#sec_news .simplebar-track {
		width: 18px;
	}

	#sec_news .news_list li {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#sec_news .news_list li+li {
		margin: 15px 0 0;
	}

	#sec_news .news_list li .date {
		width: 90px;
		font-size: 16px;
		line-height: 25px;
		flex-shrink: 0;
	}

	#sec_news .news_list li .tag {
		margin: 0 0 0 5px;
		width: 80px;
		height: 25px;
		flex-shrink: 0;
	}

	#sec_news .news_list li .title {
		margin: 0 0 0 10px;
		font-size: 16px;
		line-height: 25px;
	}


	/*------------------------------------------------------------
[PC] #cmg_topics 
------------------------------------------------------------ */
	#cmg_topics .item_list {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px 1.886792452830189%;
	}

	#cmg_topics .item_list li {
		max-width: 250px;
		width: 23.584905660377358%;
	}

	#cmg_topics .tag_list {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 5px;
		gap: 5px;
	}

	#cmg_topics .tag_list .tag {
		display: block;
		width: 80px;
		height: 25px;
	}

	#chapter_interview .item_list .thumnail,
	#chapter_movie .item_list .thumnail {
		max-width: 250px;
		max-height: 175px;
	}

	#chapter_movie .item_list .mv .thumnail::before {
		content: "";
		display: block;
		position: absolute;
		background: url(/suntoryhall/feature/chamber2025/common/img/icon_player.svg);
		width: 60px;
		height: 60px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#chapter_movie .movie_note {
		display: inline-block;
		margin: -10px 0 20px;
		padding-left: 85px;
		font-size: 15px;
		position: relative;
	}

	#chapter_movie .movie_note2 {
		display: inline-block;
		font-size: 15px;
	}

	#chapter_movie .movie_note .tag {
		display: block;
		position: absolute;
		left: 0;
		width: 80px;
		height: 25px;
	}

	#chapter_amc .item_list .thumnail {
		max-width: 250px;
		max-height: 250px;
	}

	/*------------------------------------------------------------
[PC] #cmg_profile
------------------------------------------------------------ */
	#chapter_fellow p.guide,
	#chapter_artist p.guide {
		font-size: 16px;
		font-weight: bold;
	}

	#chapter_artist .item_list.special {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 40px 4.716981132075472%;
		margin: 30px 0 0;
	}

	#chapter_artist .item_list.special li {
		max-width: 320px;
		width: 30.188679245283019%;
	}

	#chapter_artist .item_list.special .thumnail {
		max-width: 320px;
		max-height: 229px;
	}

	#chapter_artist .item_list.main {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 40px 1.886792452830189%;
		margin: 40px 0 0;
	}

	#chapter_artist .item_list.main li {
		max-width: 196px;
		width: 18.490566037735849%;
	}

	#chapter_artist .item_list.main .thumnail {
		max-width: 196px;
		max-height: 275px;
	}

	#chapter_fellow .item_list {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 1.886792452830189%;
	}

	#chapter_fellow .item_list li {
		max-width: 250px;
		width: 23.584905660377358%;
	}

	#chapter_fellow .item_list .thumnail {
		max-width: 250px;
		max-height: 250px;
	}

	#chapter_artist .item_list p.person,
	#chapter_fellow .item_list p.person {
		font-size: 16px;
		text-align: center;
	}

	#chapter_artist .item_list p.instrument,
	#chapter_fellow .item_list p.instrument {
		font-size: 14px;
		text-align: center;
	}

	#chapter_fellow .item_list {
		gap: 40px 1.886792452830189%;
		margin: 30px 0 0;
	}


	/* PC END */
}

@media screen and (max-width:767px) {

	/*------------------------------------------------------------
[SP] setting 
------------------------------------------------------------ */
	body {
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}

	#suntory_contents .cmg_container * {
		font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
		letter-spacing: 0;
		font-feature-settings: normal;
	}

	#suntory_contents .breadArea,
	#suntory_contents .cmg_container header,
	#suntory_contents .cmg_container footer {
		display: none;
	}

	#suntory_contents .cmg_container p a {
		text-decoration: underline;
	}

	/*------------------------------------------------------------
[SP] hamburger menu
------------------------------------------------------------ */
	body.bodyfixed {
		overflow: hidden;
	}

	#suntory_contents .ham_position {
		display: block;
/*		position: absolute;*/
				position: sticky;
		width: 100%;
		height: 0;
		margin: 0;
		top: 50px;
		padding: 0 4vw 0 0;
		transition: all 0.5s ease;
		z-index: 20;
		pointer-events: none;
/*		transform: translateY(0);*/
				transform: translateY(4vw);
	}

	#suntory_contents .ham_position.stickycss {
		position: sticky;
/*		transform: translateY(2.4vw);*/
	}

	#suntory_contents .btn_hamburger {
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
		align-content: space-between;
		width: 25.6vw;
		height: 12vw;
		margin: 0 0 0 auto;
		background: #008A22;
		border-radius: 1.6vw;
		padding: 4vw 3.2vw;
		pointer-events: auto;
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
		box-shadow: 0px 0px 4vw 0 rgba(255, 255, 255, 1);
	}

	#suntory_contents .btn_hamburger p {
		display: block;
		color: #fff;
		text-align: left;
		font-size: 3.733333333vw;
		line-height: 4vw;
		font-family: YuMincho, "Hiragino Mincho ProN", serif;
		font-weight: 600;
	}

	#suntory_contents .btn_hamburger span {
		display: block;
		width: 4.8vw;
		height: 0.266666667vw;
		background: #fff;
	}

	#suntory_contents .btn_close {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 11.2vw;
		height: 11.2vw;
	}

	#suntory_contents .btn_close span {
		display: block;
		width: 6.4vw;
		height: 0.533333333vw;
		background: #fff;
		position: absolute;
		right: 3.2vw;
		top: 6.4vw;
		transform: rotate(45deg);
	}

	#suntory_contents .btn_close .second {
		transform: rotate(-45deg);
	}

	/*------------------------------------------------------------
[SP]  #sp_modal menu
------------------------------------------------------------ */
	#suntory_contents #sp_modal {
		display: block;
		padding: 8vw 4vw 8vw 24vw;
		margin: 0;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		overflow-y: scroll;
		background: rgba(0, 0, 0, 0.5);
		opacity: 0;
		visibility: hidden;
		transition: 0.3s;
		z-index: 2000;
	}

	#suntory_contents #sp_modal.active {
		opacity: 1;
		visibility: visible;
	}

	#suntory_contents #sp_modal .wrapper {
		width: 100%;
		position: relative;
		background: #fff;
	}

	#suntory_contents #sp_modal a {
		color: #000;
		text-decoration: none;
	}

	#suntory_contents #sp_modal .link_home {
		margin: 0;
		width: 100%;
		background: #008a22;
		padding: 3.733333vw 5.333333vw;
	}

	#suntory_contents #sp_modal .link_home a {
		display: block;
		width: 52vw;
		height: 16vw;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(/suntoryhall/feature/chamber2025/common/img/sp_modal_title.svg) no-repeat left top / 52vw;
	}

	#suntory_contents #sp_modal li {
		width: 100%;
		border-top: 1px solid #ddf2cc;
	}

	#suntory_contents #sp_modal li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		width: 100%;
		height: 100%;
		color: #000;
		line-height: 1.5;
		background: url(/suntoryhall/feature/chamber2025/common/img/arrow_right_s.svg) no-repeat right 4vw center / 3.2vw;
	}

	#suntory_contents #sp_modal .gnbNav>li>a {
		height: 12vw;
		font-weight: bold;
		font-size: 4.266666667vw;
		padding: 0 0 0 4vw;
	}

	#suntory_contents #sp_modal .gnbNav>li>a .txt_home {
		font-size: 3.733333333vw;
	}

	#cmg_home #sp_modal li#nav_home>a,
	#cmg_profile #sp_modal li#nav_profile>a,
	#cmg_topics #sp_modal li#nav_topics>a {
		background-color: #f4ffdd;
	}

	#suntory_contents #sp_modal .subNav a {
		min-height: 12vw;
		font-weight: normal;
		font-size: 4vw;
		padding: 2.4vw 0 2.4vw 8.8vw;
	}

	/*------------------------------------------------------------
[SP] layout
------------------------------------------------------------ */
	#suntory_contents .cmg_container article {
		position: relative;
		padding: 0 0 16vw;
		background: url(/suntoryhall/feature/chamber2025/common/img/prant_l.png) no-repeat left bottom/20vw, url(/suntoryhall/feature/chamber2025/common/img/prant_r.png) no-repeat right bottom/20vw;
	}

	#suntory_contents .cmg_container section {
		padding: 9.6vw 0 12vw;
	}

	#suntory_contents .cmg_container .inner {
		width: 92vw;
		margin: 0 auto;
		position: relative;
	}

	#suntory_contents .cmg_container section .chapter {
		width: 100%;
		margin: 0;
		padding: 0 0 12vw;
	}

	/*------------------------------------------------------------
[SP] section common
------------------------------------------------------------ */
	#suntory_contents .cmg_container section h2 {
		display: block;
		position: relative;
		width: 100%;
		margin: 0 -4vw 4.8vw;
		padding: 0 0 0 8vw;
		font-size: 5.866666667vw;
		height: 9.6vw;
		line-height: 1.3;
	}

	#suntory_contents .cmg_container section h2::before {
		width: 4vw;
		height: 12vw;
		top: -2.4vw;
		left: -0.8vw;
	}

	#suntory_contents .cmg_container section h3.sec_title {
		display: flex;
		align-items: center;
		width: 100%;
		margin: 0 auto 8vw;
		padding: 2.4vw 2.4vw 2.4vw 3.466666667vw;
		min-height: 12.8vw;
		font-size: 4.8vw;
		line-height: 1.4;
		background: linear-gradient(90deg, rgb(204, 238, 119) 0%, rgba(208, 237, 125, 0.30196) 5%, rgba(255, 228, 196, 0.50196) 70%, rgba(255, 221, 228, 0.32157) 100%);
	}

	#suntory_contents .cmg_container section h3.sec_title.close {
		letter-spacing: -0.07em;
	}

	#suntory_contents .cmg_container section .close01 {
		letter-spacing: -0.03em;
	}

	#suntory_contents .cmg_container section .close02 {
		letter-spacing: -0.07em;
	}

	#suntory_contents .cmg_container section .nakaguro {
		margin: 0 -0.35em;
	}

	#suntory_contents .item_list p {
		text-decoration: underline;
		font-size: 3.733333333vw;
	}

	#suntory_contents .item_list p .txt_sm {
		font-size: 3.2vw;
	}

	/*------------------------------------------------------------
[SP] header_second
------------------------------------------------------------ */
	#suntory_contents #cmg_home .header_second {
		display: none;
	}

	#suntory_contents .header_second {
		background: #F4F0FB url(/suntoryhall/feature/chamber2025/common/img/top/bg_top_main_sp.jpg) no-repeat center top / cover;
	}

	#suntory_contents .header_second .plants {
		padding: 8vw 0 0;
		background: url(/suntoryhall/feature/chamber2025/common/img/top/img_flower_l.png) no-repeat left -1.333333333vw top / 24vw, url(/suntoryhall/feature/chamber2025/common/img/top/img_flower_r.png) no-repeat right -2.4vw top / 22.4vw;
	}

	#suntory_contents .header_second .inner {
		width: 100%;
		height: 100%;
		padding: 5.6vw 3.2vw 4vw 4vw;
		background: rgba(255, 255, 255, 0.65);
	}

	#suntory_contents .header_second .date_venue {
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin: 4vw 0 0;
		width: 92vw;
		height: 5.6vw;
		background: url(/suntoryhall/feature/chamber2025/common/img/top/tl_date2025_pc.svg) no-repeat left top / 92vw;
	}


	/*------------------------------------------------------------
[SP] #sec_top_main
------------------------------------------------------------ */
	#suntory_contents #sec_top_main {
		background: #EAE2F7 url(/suntoryhall/feature/chamber2025/common/img/top/bg_top_main_sp.jpg) no-repeat center top / contain;
	}

	#suntory_contents #sec_top_main .plants {
		padding: 8vw 0 0;
		background: url(/suntoryhall/feature/chamber2025/common/img/top/img_flower_l.png) no-repeat left -1.333333333vw top / 24vw, url(/suntoryhall/feature/chamber2025/common/img/top/img_flower_r.png) no-repeat right -2.4vw top / 22.4vw;
	}

	#suntory_contents #sec_top_main .inner {
		width: 100%;
		height: 100%;
		padding: 5.6vw 3.2vw 8vw 4vw;
		background: rgba(255, 255, 255, 0.65);
	}

	#suntory_contents #sec_top_main h1,
	#suntory_contents .header_second h1 {
		width: 92vw;
	}

	#suntory_contents #sec_top_main h1 .jp,
	#suntory_contents .header_second h1 .jp {
		width: 92vw;
		height: 13.33333333vw;
		margin: 0 0 0 0.4vw;
		background: url(/suntoryhall/feature/chamber2025/common/img/title2025_sp.svg) no-repeat left top / contain;
		-webkit-filter: drop-shadow(-1.6vw 0 0.533333333vw rgba(255, 255, 255, 1));
		filter: drop-shadow(-1.6vw 0 0.533333333vw rgba(255, 255, 255, 1));
	}

	#suntory_contents #sec_top_main h1 .eng,
	#suntory_contents .header_second h1 .eng {
		margin: 0 0 3.2vw 0.8vw;
		width: 40vw;
		height: 4.8vw;
	}

	#sec_top_main .date_venue {
		margin: 4vw 0 0 0.4vw;
		width: 62.13333333vw;
		height: 18.4vw;
		background: url(/suntoryhall/feature/chamber2025/common/img/top/tl_date2025_sp.svg) no-repeat left center / contain;
	}

	#sec_top_main .maincopy {
		margin: 6.4vw 0 0;
		width: 60.53333333vw;
		height: 10.4vw;
		background: url(/suntoryhall/feature/chamber2025/common/img/top/tl_theme2025_sp.svg) no-repeat left center / contain;
	}

	#sec_top_main .leadtext {
		width: 90.4vw;
		margin: 4vw 0 0;
		font-size: 3.466666667vw;
		line-height: 1.5;
		letter-spacing: -0.01em;
	}

	#sec_top_main .about_venue {
		margin: 2.6vw 0 0;
		font-size: 3.2vw;
		line-height: 1.5;
	}

	#sec_top_main .main_visual {
		position: absolute;
		width: 31.2vw;
		height: 36vw;
		right: 4vw;
		top: 30vw;
	}

	#sec_top_main .flyer_pdf {
		width: 80vw;
		height: 16vw;
		margin: 6.4vw auto 0;
		border-radius: 1.6vw;
		box-shadow: 0.8vw 0.8vw 2.4vw 0 rgba(0, 0, 0, .1);
	}

	#sec_top_main .flyer_pdf a {
		border-radius: 1.6vw;
		padding: 0 12vw 0 4vw;
	}

	#sec_top_main .flyer_pdf a::after {
		width: 6.4vw;
		right: 4vw;
	}

	#sec_top_main .flyer_pdf .name {
		font-size: 3.2vw;
	}

	#sec_top_main .flyer_pdf .flyer {
		font-size: 4vw;
	}

	#sec_top_main .flyer_pdf .size {
		font-size: 3.2vw;
	}

	/*------------------------------------------------------------
[SP] #sec_pickup
------------------------------------------------------------ */
	#sec_pickup .item_list {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
		gap: 4vw;
	}

	#sec_pickup .item_list li {
		width: 100%;
	}

	#sec_pickup .item_list li a {
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	#sec_pickup .item_list .thumnail {
		width: 44vw;
		height: 30.8vw;
		margin-right: 2.4vw;
	}

	#sec_pickup .item_list p {
		width: 44vw;
	}

	#sec_pickup .permanent {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
		gap: 4vw;
		margin: 5.6vw 0 0;
	}

	#sec_pickup .permanent li {
		width: 100%;
	}

	#sec_pickup .permanent li a {
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 100%;
		background: #fff6dd;
	}

	#sec_pickup .permanent .thumnail {
		width: 36vw;
		height: auto;
	}

	#sec_pickup .permanent li.amc a::after {
		content: '';
		position: absolute;
		display: block;
		right: 2.4vw;
		top: 2.4vw;
		width: 1em;
		height: 1em;
		background: url(/suntoryhall/feature/chamber2025/common/img/new_window.svg) no-repeat right top / 0.75em;
	}

	#sec_pickup .permanent p {
		width: 52vw;
		font-size: 3.6vw;
		font-weight: bold;
	}

	/*------------------------------------------------------------
[SP] #sec_program
------------------------------------------------------------ */
	.cmg_container #sec_program {
		background: linear-gradient(0deg, #fff 98.8%, #dfefd7 100%);
	}

	#sec_program p.guide {
		font-size: 3.466666667vw;
		margin-left: 0.5em;
		text-indent: -0.5em;
	}

	#sec_program .btn_go {
		width: 92vw;
		height: 16vw;
		margin-top: 4vw;
	}

	#sec_program .btn_go a {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: flex-start;
		padding: 0 4vw;
		font-size: 4.266666667vw;
	}

	#sec_program .btn_go a::after {
		top: 4vw;
		right: 4vw;
		width: 8vw;
		height: 8vw;
		background-size: 4vw;
	}

	#sec_program .btn_go a .supplement {
		font-size: 3.466666667vw;
	}

	#sec_program .ticket_guide {
		padding: 0 0 0 14.4vw;
		margin: 0 0 4vw;
		font-size: 3.466666667vw;
		line-height: 1.5;
	}

	#sec_program .ticket_guide::before {
		width: 12vw;
	}

	#sec_program .flex {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 4vw;
		margin: 8vw 0 0;
	}

	#sec_program .item {
		width: 92vw;
		padding: 8vw 0;
		border-top: 2px solid rgba(153, 187, 102, .6);
	}

	#sec_program .summary {
		padding: 0 0 0 42.4vw;
		min-height: 28vw;
	}

	#sec_program .thumnail {
		width: 40vw;
		height: 28vw;
	}

	#sec_program .summary h3 {
		font-size: 4.2666666673vw;
	}

	#sec_program .summary p {
		margin: 1.6vw 0 0;
		font-size: 3.2vw;
	}

	#sec_program .summary .btn_spfeature {
		margin: 4vw 0 0;
		width: 45.6vw;
		height: 11.2vw;
	}

	#sec_program .summary .btn_spfeature a {
		padding: 0 0 0 4vw;
		font-size: 3.733333333vw;
		line-height: 11.2vw;
		border-radius: 5.6vw;
	}

	#sec_program .summary .btn_spfeature a::after {
		width: 3.2vw;
		right: 3.2vw;
	}

	#sec_program .date_list {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 2.4vw;
		margin: 4vw 0 0;
	}

	#sec_program .date_list li {
		width: 92vw;
		height: 12vw;
	}

	#sec_program .date_list li a {
		padding: 0 0 0 8vw;
		font-size: 4vw;
		font-weight: bold;
		line-height: 12vw;
	}

	#sec_program .date_list li a::before {
		width: 5.6vw;
		height: 5.6vw;
		top: 3.2vw;
		background-size: 3.2vw;
	}

	/*------------------------------------------------------------
[SP]  #sec_schedule
------------------------------------------------------------ */
	#sec_schedule {
		padding-top: 0;
	}

	#sec_schedule .sche_title {
		display: block;
		padding: 6.4vw 4vw;
	}

	#sec_schedule .sche_title h3 {
		font-size: 5.866666667vw;
		margin: 0 0 8vw;
	}

	#sec_schedule .sche_title p {
		margin: 0;
		padding: 0 0 0 9.6vw;
		font-size: 4vw;
	}

	#sec_schedule .sche_title p::before {
		width: 6.4vw;
		height: 6.4vw;
		top: 0;
	}

	#sec_schedule p.guide {
		font-size: 3.466666667vw;
		margin-left: 0.5em;
		text-indent: -0.5em;
	}

	#sec_schedule .sche_title .switch {
		top: 4vw;
		right: 4vw;
		width: 8vw;
		height: 8vw;
	}

	#sec_schedule .sche_title .bar1,
	#sec_schedule .sche_title .bar2 {
		width: 4vw;
		height: 0.533333333vw;
	}

	#sec_schedule .schedule_list {
		border-top: 1px solid #119900;
		padding: 4vw 2.4vw;
	}

	#sec_schedule .schedule_list ul {
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 3.2vw;
		margin: 3.2vw 0 0;
	}

	#sec_schedule .schedule_list li {
		width: 100%;
	}

	#sec_schedule .schedule_list li a {
		display: block;
		padding: 3.2vw 2.4vw;
		font-size: 3.466666667vw;
	}

	/*------------------------------------------------------------
[SP]  #sec_sales
------------------------------------------------------------ */
	.cmg_container #sec_sales::before {
		content: "";
		display: block;
		position: absolute;
		top: -20vw;
		right: -16vw;
		width: 80vw;
		height: 80vw;
		opacity: 0.3;
		background: linear-gradient(0deg, #FFF8EE 0%, rgba(255, 248, 238, 0) 80%), url(/suntoryhall/feature/chamber2025/common/img/top/img_cmg2025.png) no-repeat right top / contain;
	}

	#sec_sales .flex {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		width: 100%;
		padding: 0 0 0 4vw;
		gap: 4vw;
	}

	#sec_sales .box {
		width: 88vw;
		padding: 20vw 4vw 4vw 4vw;
	}

	#sec_sales .box h3 {
		font-size: 4.8vw;
		padding: 2.4vw 8vw;
		left: -4vw;
		top: 4vw;
	}

	#sec_sales .box .date {
		display: block;
		margin: 0 0 4vw;
	}

	#sec_sales .box p {
		font-size: 4.266666667vw;
	}

	#sec_sales .flex+.note {
		margin: 4vw 0 0 4vw;
	}

	#sec_sales .note li {
		font-size: 3.2vw;
		margin-left: 0.5em;
		text-indent: -0.5em;
	}

	#sec_sales .flex.btnarea {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		width: 100%;
		margin: 8vw 0 0;
		padding: 0;
		gap: 4vw;
	}

	#sec_sales .btn_about {
		width: 92vw;
		height: 16vw;
	}

	#sec_sales .btn_about a {
		font-size: 4vw;
		font-weight: bold;
		line-height: 1.5;
		border-radius: 8vw;
	}

	#sec_sales .btn_about .txt_s {
		display: block;
		font-size: 3.2vw;
	}

	#sec_sales .btn_about a {
		padding: 0 0 0 8vw;
	}

	#sec_sales .btn_about.members a::before {
		width: 12vw;
		left: 4vw;
	}

	#sec_sales .btn_about.purchase a::before {
		width: 12vw;
		left: 4vw;
	}

	#sec_sales .btn_about a::after {
		width: 4vw;
		right: 4vw;
	}


	/*------------------------------------------------------------
[SP]  #sec_news
------------------------------------------------------------ */
	#sec_news {
		padding-bottom: 8vw;
	}

	#sec_news .scroll__inner {
		width: 86.4vw;
		height: 100vw;
		margin-left: 4vw;
		padding: 0 5.6vw 4vw 0;
	}

	#sec_news .simplebar-scrollbar::before {
		width: 2.666666667vw;
		border-radius: 1.333333333vw;
		margin: 0.533333333vw;
		margin-right: 0;
	}

	#sec_news .simplebar-track {
		width: 4.8vw;
	}

	#sec_news .news_list li {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: flex-start;
	}

	#sec_news .news_list li+li {
		margin: 6.4vw 0 0;
	}

	#sec_news .news_list li .date {
		min-width: 14.4vw;
		font-size: 3.466666667vw;
		line-height: 1.5;
	}

	#sec_news .news_list li .title {
		width: 100%;
		margin: 1.6vw 0 0;
		font-size: 3.733333333vw;
		line-height: 1.5;
	}

	#sec_news .tag {
		margin: -0.4vw 0 0 2.4vw;
		width: 16vw;
		height: calc(3.466666667vw*1.5);
	}

	/*------------------------------------------------------------
[SP] #cmg_topics 
------------------------------------------------------------ */
	#cmg_topics .item_list {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 5.6vw 4vw;
	}

	#cmg_topics .item_list li {
		width: 44vw;
	}

	#cmg_topics .item_list .thumnail {
		width: 44vw;
		height: 30.8vw;
		margin-bottom: 2.4vw;
	}

	#cmg_topics .tag_list {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 1.6vw;
		gap: 1.6vw;
	}

	#cmg_topics .tag_list .tag {
		display: block;
		width: 16vw;
		height: 5.6vw;
	}

	#chapter_movie .movie_note {
		margin: -2.4vw 0 0;
		padding-left: calc(17.6vw + 1.3em);
		font-size: 3.466666667vw;
		text-indent: -1.3em;
		position: relative;
	}

	#chapter_movie .movie_note2 {
		margin: 0 0 4vw;
		font-size: 3.466666667vw;
	}

	#chapter_movie .movie_note .tag {
		display: inline-block;
		position: absolute;
		left: 0;
		width: 16vw;
		height: 5.6vw;
	}

	#chapter_movie .item_list .mv .thumnail::before {
		content: "";
		display: block;
		position: absolute;
		background: url(/suntoryhall/feature/chamber2025/common/img/icon_player.svg);
		width: 10.4vw;
		height: 10.4vw;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#chapter_amc .item_list .thumnail {
		height: 44vw;
	}

	/*------------------------------------------------------------
[SP] #cmg_profile
------------------------------------------------------------ */
	#chapter_fellow p.guide,
	#chapter_artist p.guide {
		font-size: 3.733333333vw;
		font-weight: bold;
		margin-left: 0.75em;
		text-indent: -0.75em;
		letter-spacing: -0.02em;
	}

	#chapter_fellow .item_list,
	#chapter_artist .item_list.special {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
		gap: 8vw;
		margin: 8vw 0 0;
	}

	#chapter_fellow .item_list li,
	#chapter_artist .item_list.special li {
		width: 84vw;
	}

	#chapter_fellow .item_list .thumnail,
	#chapter_artist .item_list.special .thumnail {
		width: 84vw;
		height: 60vw;
	}

	#chapter_artist .item_list.main {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
		margin: 8vw 0 0;
		gap: 8vw 0;
	}

	#chapter_artist .item_list.main .thumnail {
		height: 61.6vw;
	}

	#chapter_artist .item_list p.person,
	#chapter_fellow .item_list p.person {
		margin: 2.4vw 0 0;
		font-size: 3.733333333vw;
		text-align: center;
	}

	#chapter_artist .item_list p.instrument,
	#chapter_fellow .item_list p.instrument {
		margin: 0;
		font-size: 3.2vw;
		text-align: center;
	}

	#chapter_artist .item_list p.person.small {
		font-size: 3.333333333vw;
	}

	#chapter_artist .item_list p.instrument.small {
		font-size: 2.933333333vw;
		margin: 0 -1em;
		width: calc(100% + 2em);
	}


	/* SP END */
}
#suntoryhall_footer {
	display: block!important;
}
#suntoryhall_footer .logo img{
  display: inline;
}
#suntoryhall_footer img{
  opacity: 1!important;
}
#ticket_contact h2{
  padding: 0!important;
  height: auto!important;
}
#ticket_contact h2::before{
  display: none!important;
}