@charset "utf-8";

#suntory_contents #contents_actopics_detail sub,
#suntory_contents #container sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	top: .5ex;
}

/*==================================================
common
================================================== */
#suntory_contents #hall_contents .box a {
	box-sizing: border-box;
	color: #881133;
	text-decoration: none;
}
#suntory_contents #hall_contents .box a:hover .title {
	text-decoration: underline;
}
#suntory_contents #hall_contents .box figure img {
	width: 100%;
	height: 100%;
}
#suntory_contents #hall_contents img {
	vertical-align: bottom;
}
#suntory_contents #hall_contents .tag .tag_opera {
	background: #ffddee;
}
#suntory_contents #hall_contents .tag .tag_chamber {
	background: #ddffbb;
}
#suntory_contents aside li.bt_aside_opera a {
	background: #ffddee;
}
#suntory_contents aside li.bt_aside_chamber a {
	background: #ddffbb;
}
#suntory_contents aside li {
	background: #000;
}
#suntory_contents aside li a:hover {
	opacity:0.75;
}
#suntory_contents aside ul {
	list-style: none;
}
#suntory_contents aside .year_list select {
	font-family: 'Roboto','Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
	display: block;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
#suntory_contents .pager ul {
	list-style: none;
	display:flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
}
#suntory_contents .pager li a:hover {
	background: #aa1144;
}

#suntory_contents #contents_actopics_detail .mainbody {
	font-feature-settings: normal;
}

/*==================================================
sp
================================================== */
@media screen and (max-width:767px){


/*==================================================
contents_actopics_detail[sp] 
================================================== */
#suntory_contents #contents_actopics_detail a {
	color: #881133;
	text-decoration: none;
}
#suntory_contents #contents_actopics_detail a.external::after {
	content: '';
	width: 2.4vw;
	height: 2.4vw;
	background: url(/suntoryhall/article/img/icon_external.svg) no-repeat 0 0;
	background-size:  2.4vw auto;
	display: inline-block;
	margin-left: 1.4vw;
	margin-right: 1.4vw;
}

/*==================================================
container[sp] layout
================================================== */
#suntory_contents #container {
	width: 100%;
	margin: 0;
	padding: 0;
}
#suntory_contents #contents_actopics,
#suntory_contents #contents_actopics_detail {
	width: 100%;
	/*margin: 0 4vw;*/
	/*padding: 8vw 0 12vw;*/
	margin: 0;
	padding: 0;
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: flex-start;
}
/*[sp] TOP&CATEGORY-------------------------------*/
#suntory_contents .aside_head {
	width: 100%;
	margin: 0;
	padding: 6.66666667vw 8vw;
	order: 1;
}
#suntory_contents .mainbody {
	width: 100%;
	margin: 0;
	padding: 8vw 0 0;
	order: 2;
}
#suntory_contents .pager {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	order: 3;
}
#suntory_contents .aside_foot {
	width: 100%;
	margin: 13.33333333vw 0 0;
	padding: 6.66666667vw 8vw 13.33333333vw;
	order: 4;
}
/*[sp] DETAIL-------------------------------*/
#suntory_contents #contents_actopics_detail .mainbody {
	margin: 0 4vw;
}

/*==================================================
aside [sp]
================================================== */
#suntory_contents .aside_head {
	box-shadow: 0px 5px 7px -5px rgba(222,222,222,1);
}
#suntory_contents .aside_foot {
	box-shadow: 0px -5px 7px -5px rgba(222,222,222,1);
}
#suntory_contents aside ul {
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents aside li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 39.33333333vw;
	height: 14.66666667vw;
	color: #222;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}
#suntory_contents aside .year_list {
	display: block;
	width: 100%;
	height: 10.66666667vw;
	margin: 5.33333333vw 0 0;
	border: 1px solid #dedede;
	border-right: none;
}
#suntory_contents aside .year_list select {
	width: 100%;
	height: 10.66666667vw;
	margin-top: -1px;
	padding: 0 0 0 2.4vw;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	background: url(/suntoryhall/academytopics/img/arrow_down_sp.png) no-repeat right center / auto 10.66666667vw;
}
#suntory_contents #contents_actopics_detail .latest {
	display: none;
}

/*==================================================
pager [sp]
================================================== */
/*off*/
#suntory_contents .pager li {
	margin: 0 1vw;
	width: 9.33333333vw;
	color: #FFF;
	font-size: 3.6vw;
	line-height: 9.33333333vw;
	text-align: center;
	background: #ddd;
}
/*off*/
#suntory_contents .pager li a {
	display: block;
	width: 100%;
	height: 9.33333333vw;
	color: #FFF;
	background: #881133;
	text-decoration: none;
}
#suntory_contents .pager li.prev {
	width: 16.66666667vw;
	font-size: 3vw;
	margin: 0 1vw 0 0;
}
#suntory_contents .pager li.next {
	width: 16.66666667vw;
	font-size: 3vw;
	margin: 0 0 0 1vw;
}

/*==================================================
contents [sp] TOP&CATEGORY #contents_actopics
================================================== */
#suntory_contents #contents_actopics .mainbody h2 {
	margin: 0 4vw;
	font-size: 4.8vw;
	line-height: 1;
}
#suntory_contents #contents_actopics .top_leadtxt {
	margin: 0 4vw;
	font-size: 4vw;
	line-height: 1.5;
}
#suntory_contents #contents_actopics .top_index {
	padding: 8vw 0 5.33333333vw;
}
#suntory_contents #contents_actopics .top_index .box {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid #dedede;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents #contents_actopics .top_index .box a {
	padding: 5.33333333vw 4vw;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents #contents_actopics .top_index .box figure {
	width: 34.66666667vw;
	height: 21.60386473vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
#suntory_contents #contents_actopics .top_index .box .txtarea {
	width: calc(100% - 38.66666667vw);
	font-size: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: flex-start;
}
#suntory_contents #contents_actopics .top_index .box .date {
	display: block;
	width: 26vw;
	color: #222;
	font-size: 3.46666667vw;
	line-height: 5.33333333vw;
	vertical-align: middle;
	white-space: nowrap;
}
#suntory_contents #contents_actopics .top_index .box .tag {
	width: calc(100% - 26vw);
	display: block;
	text-align: right;
}
#suntory_contents #contents_actopics .top_index .box .tag span {
	display: inline-block;
	margin: 0;
	width: 11.33333333vw;
	height: 5.33333333vw;
	color: #222;
	font-size: 2.4vw;
	font-weight: bold;
	line-height: 5.33333333vw;
	border-radius: 2.66666667vw;
	text-align: center;
}
#suntory_contents #contents_actopics .top_index .box .tag .tag_chamber {
	margin: 0 0 0 1.33333333vw;
}
#suntory_contents #contents_actopics .top_index .box .title {
	font-size: 3.46666667vw;
	line-height: 1.5;
	margin: 1.33333333vw 0 0;
}

/*==================================================
contents [pc] DETAIL #contents_actopics_detail
================================================== */
#suntory_contents #contents_actopics_detail .mainbody h2 {
	margin: 5.33333333vw 0 0;
	padding: 0 0 6.66666667vw;
	font-size: 5.33333333vw;
	line-height: 1.5;
	border-bottom: 1px solid #222;
}
#suntory_contents #contents_actopics_detail .tag {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#suntory_contents #contents_actopics_detail .tag span {
	display: block;
	margin: 0;
	width: 17.33333333vw;
	height: 8vw;
	font-size: 3.73333333vw;
	font-weight: bold;
	line-height: 8vw;
	border-radius: 4vw;
	text-align: center;
}
#suntory_contents #contents_actopics_detail .tag .tag_chamber {
	margin: 0 0 0 2.66666667vw;
}
#suntory_contents #contents_actopics_detail .date {
	margin: 5.33333333vw 0 0;
	font-size: 3.73333333vw;
	line-height: 1;
}

/*イメージ枠*/
#suntory_contents #contents_actopics_detail .imgsection figure {
	width: 92vw;
	margin: 8vw 0 0;
}
#suntory_contents #contents_actopics_detail .imgsection.vertical figure {
	width: 84vw;
	margin: 8vw auto 0;
}
#suntory_contents #contents_actopics_detail .imgsection figure .img_area,
#suntory_contents #contents_actopics_detail .imgsection figure .img_area img {
	width: 100%;
}
#suntory_contents #contents_actopics_detail .imgsection figcaption {
	margin: 3vw 0 0;
	font-size: 3.2vw;
	line-height: 1.5;
}
/*メインテキスト*/
#suntory_contents #contents_actopics_detail .main_txt {
	margin: 8vw 0 0;
	font-feature-settings: normal;
}
#suntory_contents #contents_actopics_detail .main_txt p {
	font-size: 4vw;
	line-height: 2;
}
/*プログラム*/
#suntory_contents #contents_actopics_detail .program {
	margin: 8vw 0 0;
}
#suntory_contents #contents_actopics_detail h3.program_title {
	font-size: 4.53333333vw;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 1.33333333vw;
}
#suntory_contents #contents_actopics_detail h3.program_title a {
	color: #881133;
	text-decoration: none;
}
#suntory_contents #contents_actopics_detail .program_data {
	font-size: 3.46666667vw;
	line-height: 1.6;
}
#suntory_contents #contents_actopics_detail .program_data dt {
	margin: 1.33333333vw 0 0;
}
#suntory_contents #contents_actopics_detail .program_data dd {
	padding: 0;
}
#suntory_contents #contents_actopics_detail .program_data dt a,
#suntory_contents #contents_actopics_detail .program_data dd a {
	color: #881133;
	text-decoration: none;
}

/*リンク*/
#suntory_contents #contents_actopics_detail .link_to {
	margin: 8vw 4vw 0;
}
#suntory_contents #contents_actopics_detail .bt_link {
	margin: 5.33333333vw 0 0 0;
}
#suntory_contents #contents_actopics_detail .bt_link:first-of-type {
	margin: 0;
}
#suntory_contents #contents_actopics_detail .bt_link a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 4vw 5.33333333vw 4vw 10.66666667vw;
	color: #881133;
	font-size: 3.46666667vw;
	line-height: 1.5;
	text-decoration: none;
	background: #f5eee0 url(/suntoryhall/common2019/img/arrow_right.png) no-repeat left center / 6.66666667vw;
}
#suntory_contents #contents_actopics_detail .bt_link.external a::after {
	content:'';
	display: inline-block;
	width: 3.8vw;
	height: 2.4vw;
	background-size: contain;
	background: url(/suntoryhall/common2019/img/icon_external.png) no-repeat right center / 2.4vw;
}

#suntory_contents #contents_actopics_detail .bt_link a:hover {
	background-color: #ece4cd;
}
/*動画*/
#suntory_contents #contents_actopics_detail .movies {
	margin: 0;
	padding: 2.66666667vw 0 0;
}
#suntory_contents #contents_actopics_detail .movies .mv {
	width: 100%;
	margin: 8vw auto 0;
}
#suntory_contents #contents_actopics_detail .movies .mv p {
	margin: 3.2vw 0 0;
	font-size: 3.2vw;
	line-height: 1.5;
}
#suntory_contents #contents_actopics_detail .movies .mv .movie {
	position: relative;
	width: 100%;
	margin: 0;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
#suntory_contents #contents_actopics_detail .movies .mv .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


}
/*==================================================
pc
================================================== */
@media print, screen and (min-width:768px){

/*==================================================
contents_actopics_detail[pc] 
================================================== */
#suntory_contents #contents_actopics_detail a {
	color: #881133;
	text-decoration: none;
}
#suntory_contents #contents_actopics_detail a.external::after {
	content: '';
	width: 9px;
	height: 9px;
	background: url(/suntoryhall/article/img/icon_external.svg) no-repeat 0 0;
	background-size: 9px auto;
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
}
#suntory_contents #contents_actopics_detail a.external:hover {
	text-decoration: underline;
}

/*==================================================
container [pc] layout
================================================== */
#suntory_contents #container {
	width: 100%;
	max-width: 1164px;
	margin: 0 auto;
	padding: 0;
}
#suntory_contents #contents_actopics,
#suntory_contents #contents_actopics_detail {
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0 110px;

	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: flex-start;
}
#suntory_contents .aside_head {
	display: none;
}
/*[pc] TOP&CATEGORY-------------------------------*/
#suntory_contents #contents_actopics .mainbody {
	width: 880px;
	margin: 0;
	padding: 0;
	-ms-order: 1;
	order: 1;
}
#suntory_contents #contents_actopics .aside_foot {
	width: 160px;
	margin: 0;
	padding: 0;
	-ms-order: 2;
	order: 2;
}
#suntory_contents #contents_actopics .pager {
	margin: 80px auto 0;
	-ms-order: 3;
	order: 3;
}
/*[pc] DETAIL-------------------------------*/
#suntory_contents #contents_actopics_detail .mainbody {
	width: 780px;
	margin: 0;
	padding: 0;
	-ms-order: 1;
	order: 1;
}
#suntory_contents #contents_actopics_detail .aside_foot {
	width: 240px;
	margin: 0;
	padding: 0;
	-ms-order: 2;
	order: 2;
}

/*==================================================
aside [pc]
================================================== */
#suntory_contents aside ul {
	margin-bottom: 40px;
}
#suntory_contents aside li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	width: 100%;
	height: 70px;
	padding: 0 30px;
	color: #222;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: none;
}
#suntory_contents #contents_actopics aside li a{
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}    
#suntory_contents #contents_actopics aside li a {
	padding: 0 0 0 25px;
}
#suntory_contents aside li a span + span{
   margin-left: .5em;
}
#suntory_contents #contents_actopics aside li a span + span{
   margin-left: 0;
}
#suntory_contents aside li.bt_aside_chamber {
	margin: 20px 0 0;
}
#suntory_contents aside .year_list {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0 0 40px;
	border: 1px solid #dedede;
	border-right: none;
}
#suntory_contents aside .year_list select {
	width: 100%;
	height: 40px;
	margin-top: -1px;
	padding: 0 0 0 15px;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/arrow_down.png) no-repeat right center;
	background-size: 40px 40px;
}
#suntory_contents select::-ms-expand {
	display: none;
}


/*==================================================
aside [pc] latest
================================================== */
#suntory_contents #contents_actopics_detail .latest {
	width: 100%;
	margin: 0 0 60px;
}
#suntory_contents #contents_actopics_detail .latest h3 {
	display: block;
	width: 100%;
	padding: 0 30px;
	font-size: 15px;
	height: 60px;
	line-height: 60px;
	background: #F2F2F2;
	border: 1px solid #dedede;
	border-bottom: none;
}
#suntory_contents #contents_actopics_detail .latest .box {
	width: 100%;
	border: 1px solid #dedede;
	border-top: none;
}
#suntory_contents #contents_actopics_detail .latest .box a {
	display: block;
	padding: 30px 29px 29px;
}
#suntory_contents #contents_actopics_detail .latest .box figure {
	margin: 20px 0 0;
	width: 180px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#suntory_contents #contents_actopics_detail .latest .box .txtarea {
	width: 100%;
}
#suntory_contents #contents_actopics_detail .latest .box .date {
	display: block;
	margin: 0;
	color: #222;
	font-size: 13px;
	line-height: 1;
}
#suntory_contents #contents_actopics_detail .latest .box .tag {
	margin: 10px 0 0;
}
#suntory_contents #contents_actopics_detail .latest .box .tag span {
	display: inline-block;
	margin: 0;
	width: 55px;
	height: 26px;
	color: #222;
	font-size: 12px;
	line-height: 26px;
	border-radius: 13px;
	text-align: center;
}
#suntory_contents #contents_actopics_detail .latest .box .tag .tag_chamber {
	margin: 0 0 0 5px;
}
#suntory_contents #contents_actopics_detail .latest .box .title {
	margin: 10px 0 0 0;
	font-size: 13px;
	line-height: 1.5;
}

/*==================================================
pager [pc]
================================================== */
/*off*/
#suntory_contents .pager li {
	margin: 0 5px;
	width: 40px;
	color: #FFF;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	background: #ddd;
}
/*off*/
#suntory_contents .pager li a {
	display: block;
	width: 100%;
	height: 40px;
	color: #FFF;
	background: #881133;
	text-decoration: none;
}
#suntory_contents .pager li.prev {
	width: 70px;
	font-size: 15px;
	margin: 0 5px 0 0;
}
#suntory_contents .pager li.next {
	width: 70px;
	font-size: 15px;
	margin: 0 0 0 5px;
}

/*==================================================
contents [pc] TOP&CATEGORY #contents_actopics
================================================== */
#suntory_contents #contents_actopics .mainbody h2 {
	padding: 0 0 30px;
	font-size: 18px;
	line-height: 1;
	border-bottom: 1px solid #222;
}
#suntory_contents #contents_actopics .top_leadtxt {
	font-size: 16px;
	line-height: 1.5;
}
#suntory_contents #contents_actopics .top_index {
	margin: 40px 0 0;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: stretch;
}
#suntory_contents #contents_actopics .top_index .box {
	width: 430px;
	margin: 20px 0 0;
	border: 1px solid #dedede;
}
#suntory_contents #contents_actopics .top_index .box:first-of-type,
#suntory_contents #contents_actopics .top_index .box:nth-of-type(2) {
	margin: 0;
}
#suntory_contents #contents_actopics .top_index .box a {
	padding: 19px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents #contents_actopics .top_index .box figure {
	width: 140px;
	height: 87.25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#suntory_contents #contents_actopics .top_index .box .txtarea {
	width: calc(100% - 160px);
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: flex-start;
}
#suntory_contents #contents_actopics .top_index .box .date {
	display: block;
	width: 100px;
	color: #222;
	font-size: 13px;
	line-height: 26px;
	vertical-align: middle;
}
#suntory_contents #contents_actopics .top_index .box .tag {
	width: calc(100% - 100px);
	display: block;
	text-align: right;
}
#suntory_contents #contents_actopics .top_index .box .tag span {
	display: inline-block;
	margin: 0;
	width: 55px;
	height: 26px;
	color: #222;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	border-radius: 13px;
	text-align: center;
}
#suntory_contents #contents_actopics .top_index .box .tag .tag_chamber {
	margin: 0 0 0 5px;
}
#suntory_contents #contents_actopics .top_index .box .title {
	margin: 10px 0 0 0;
	font-size: 13px;
	line-height: 1.5;
}


/*==================================================
contents [pc] DETAIL #contents_actopics_detail
================================================== */
#suntory_contents #contents_actopics_detail .mainbody h2 {
	margin: 20px 0 0;
	padding: 0 0 30px;
	font-size: 18px;
	line-height: 1.5;
	border-bottom: 1px solid #222;
}
#suntory_contents #contents_actopics_detail .tag {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#suntory_contents #contents_actopics_detail .tag span {
	display: block;
	margin: 0;
	width: 90px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
}
#suntory_contents #contents_actopics_detail .tag .tag_chamber {
	margin: 0 0 0 10px;
}
#suntory_contents #contents_actopics_detail .date {
	margin: 30px 0 0;
	font-size: 15px;
	line-height: 1;
}

/*イメージ枠*/
#suntory_contents #contents_actopics_detail .imgsection {
	margin: 0;
	display:flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
}
#suntory_contents #contents_actopics_detail .imgsection figure {
	width: 370px;
	margin: 40px 40px 0 0;
}
#suntory_contents #contents_actopics_detail .imgsection figure:nth-of-type(2n) {
	margin-right: 0;
}
#suntory_contents #contents_actopics_detail .imgsection figure .img_area,
#suntory_contents #contents_actopics_detail .imgsection figure .img_area img {
	width: 100%;
}
#suntory_contents #contents_actopics_detail .imgsection figcaption {
	margin: 15px 0 0 0;
	font-size: 13px;
	line-height: 1.5;
}
/*メインテキスト*/
#suntory_contents #contents_actopics_detail .main_txt {
	margin: 40px 0 0 0;
	font-feature-settings: normal;
}
#suntory_contents #contents_actopics_detail .main_txt p {
	font-size: 15px;
	line-height: 2;
}
/*プログラム*/
#suntory_contents #contents_actopics_detail .program {
	margin: 40px 0 0 0;
}
#suntory_contents #contents_actopics_detail h3.program_title {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 10px;
}
#suntory_contents #contents_actopics_detail h3.program_title a {
	color: #881133;
	text-decoration: none;
}
#suntory_contents #contents_actopics_detail h3.program_title a:hover {
	color: #881133;
	text-decoration: underline;
}
#suntory_contents #contents_actopics_detail .program_data {
	font-size: 14px;
	line-height: 1.5;
}
#suntory_contents #contents_actopics_detail .program_data dt {
	margin: 10px 0 0;
}
#suntory_contents #contents_actopics_detail .program_data dd {
	padding: 0;
}
#suntory_contents #contents_actopics_detail .program_data dt a,
#suntory_contents #contents_actopics_detail .program_data dd a {
	color: #881133;
	text-decoration: none;
}
#suntory_contents #contents_actopics_detail .program_data dt a:hover,
#suntory_contents #contents_actopics_detail .program_data dd a:hover {
	color: #881133;
	text-decoration: underline;
}
/*リンク*/
#suntory_contents #contents_actopics_detail .link_to {
	margin: 40px 0 0 0;
}
#suntory_contents #contents_actopics_detail .bt_link {
	margin: 20px 0 0 0;
}
#suntory_contents #contents_actopics_detail .bt_link:first-of-type {
	margin: 0;
}
#suntory_contents #contents_actopics_detail .bt_link a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 18px 30px 18px 40px;
	color: #881133;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	background: #f5eee0 url(/suntoryhall/common2019/img/arrow_right.png) no-repeat left center / 20px;
}
#suntory_contents #contents_actopics_detail .bt_link.external a::after {
	content:'';
	display: inline-block;
	width: 15px;
	height: 10px;
	background: url(/suntoryhall/common2019/img/icon_external.png) no-repeat right center / 9px;
}

#suntory_contents #contents_actopics_detail .bt_link a:hover {
	background-color: #ece4cd;
}
/*動画*/
#suntory_contents #contents_actopics_detail .movies {
	margin: 40px 0 0 0;
	padding: 10px 0 0;
}
#suntory_contents #contents_actopics_detail .movies .mv {
	width: 500px;
	margin: 40px auto 0;
}
#suntory_contents #contents_actopics_detail .movies .mv:first-of-type {
	margin: 0 auto;
}
#suntory_contents #contents_actopics_detail .movies .mv p {
	margin: 15px 0 0;
	font-size: 13px;
	line-height: 1.5;
}
#suntory_contents #contents_actopics_detail .movies .mv .movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
#suntory_contents #contents_actopics_detail .movies .mv .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

}