@charset "utf-8";
/*グローバル日本語版================================= */

/*==================================================
reset
================================================== */
#suntory_contents #hall_contents img {
	width: 100%;
	vertical-align: bottom;
	height: auto;
}
#suntory_contents #hall_contents ul {
	list-style:none;
}
*:focus {
outline: none;
}

/*==================================================
pc sp common
================================================== */
#suntory_contents #hall_contents a {
	box-sizing:border-box;
	transition: .2s;
}
#suntory_contents #hall_contents .r_mk {
	position: relative;
	padding: 0 .75em 0 0;
}
#suntory_contents #hall_contents .r_mk sub {
	position: absolute;
	bottom: -.65em;
}
#suntory_contents #hall_contents .r_mk.lh1 sub {
	bottom: -.4em;
}
#suntory_contents #gpj_header {
	width: 100%;
	background: #e0cca3;
}
#suntory_contents #contents .index_box {
	background: #fff;
	border: 1px solid #DFDFDF;
}
#suntory_contents #modal_spmenu {
	display: none;
}
#suntory_contents #contents p strong {
	font-weight: bold;
}
#suntory_contents .copyright::before {
	content: "\00a9";
	vertical-align: baseline;
}
#suntory_contents .copyright {
	display: block;
	text-align: right;
	line-height: 1;
	letter-spacing: 0;
}
#suntory_contents #contents figure.withborder img {
	border: 1px solid #ccc;
}



@media screen and (max-width:767px){
/*sp================================================== */
#suntory_contents .pc_item {
	display: none;
}
#suntory_contents #contents a {
	color: #881133;
	text-decoration: underline;
}
a {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}

/*==================================================
container [sp] layout
================================================== */
#suntory_contents #gpj_header {
	width: 100%;
	padding: 4vw;
}
#suntory_contents #gpj_footer {
	width: 100%;
	padding: 8vw 4vw;
}
#suntory_contents #gpj_header .inner,
#suntory_contents #gpj_footer .inner {
	position: relative;
}
#suntory_contents #contents {
	width: 100%;
	padding: 8vw 0 12vw;
}
#suntory_contents #contents section {
	margin: 12vw 0 0;
}


/*==================================================
[sp] gpj_header
================================================== */
#suntory_contents #gpj_header .nv_cate_title,
#suntory_contents #gpj_header .nest {
	display: none;
}
#suntory_contents #container_gpj_artists #gpj_header .nv_artists .nv_cate_title,
#suntory_contents #container_gpj_composers #gpj_header .nv_composers .nv_cate_title,
#suntory_contents #container_gpj_halls #gpj_header .nv_halls .nv_cate_title {
	display: block;
}
#suntory_contents #gpj_header .nv_cate_title a {
	text-decoration: none;
	color: #222;
	font-weight: bold;
	font-size: 4.8vw;
	line-height: 12vw;
}
/*[SP] hamburger------------------------------------------------------------ */
#suntory_contents #gpj_header .hamburger {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 12vw;
	height: 12vw;
	background: #F7F2E8;
	border-radius: 0.8vw;
}
#suntory_contents #gpj_header .hamburger span {
	display: block;
	position: absolute;
	width: 6.4vw;
	height: 0.53333333vw;
	background: #9F6A0E;
	border-radius: 4px;
}
#suntory_contents #gpj_header .hamburger .first {
	left: 2.8vw;
	top: 2.933333333vw;
}
#suntory_contents #gpj_header .hamburger .second {
	left: 2.8vw;
	top: 5.066666667vw;
}
#suntory_contents #gpj_header .hamburger .third {
	height: auto;
	width: 100%;
	left: 0;
	bottom: 2.4vw;
	font-size: 2.4vw;
	line-height: 1;
	color: #9F6A0E;
	text-align: center;
	font-weight: bold;
	background: none;
}

/*==================================================
[SP] #modal_spmenu .modal_view
================================================== */
#suntory_contents #modal_spmenu.is_open {
	display: block;
	z-index: 100;
}
/*.modal_view .overlay {
    height: 100vh;
    width: 100%;
    position: absolute;
    background: rgba(0,0,0,0.7);
}*/
#suntory_contents #modal_spmenu .modal_base {
	display: block;
	padding: 6.4vw 4vw 8vw;
	position: fixed;
	z-index: 1001;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: #F7F2E8;
	overflow-y: scroll;
}
#suntory_contents #modal_spmenu .modal_base .inner {
	position: relative;
}
#suntory_contents #modal_spmenu h1 {
	padding-top: 1.6vw;
}
#suntory_contents #modal_spmenu .modal_base .btn_close {
	display: block;
	height: 8vw;
	width: 8vw;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#suntory_contents #modal_spmenu .modal_base .btn_close span {
	display: block;
	background: #9F6A0E;
	border-radius: 0.2vw;
	width: 7.2vw;
	height: 0.4vw;
	position: absolute;
}
#suntory_contents #modal_spmenu .modal_base .btn_close .first {
	transform: rotateZ(45deg);
	right: 0;
	bottom: 50%;
}
#suntory_contents #modal_spmenu .modal_base .btn_close .second {
	transform: rotateZ(-45deg);
	right: 0;
	bottom: 50%;
}

/*==================================================
[SP] #gpj_footer
================================================== */
#suntory_contents #gpj_footer {
	background: #F7F2E8;
}

/*==================================================
[SP] .menu_common
================================================== */
#suntory_contents #gpj_footer h1 a,
#suntory_contents #modal_spmenu h1 a {
	display: block;
	font-size: 4.8vw;
	font-weight: bold;
	color: #9F6A0E;
	text-decoration: none;
	line-height: 1;
	margin: 0 0 8vw;
}
#suntory_contents .menu_common .switchtl {
	cursor: pointer;
	position: relative;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1;
	padding: 5.6vw 4vw;
	color: #813;
}
#suntory_contents .menu_common .switchtl::after {
	content: "";
	display: block;
	position: absolute;
	top: 5.6vw;
	right: 4vw;
	width: 2.4vw;
	height: 2.4vw;
	margin: auto;
	border-bottom: 0.53333333vw solid #813;
	border-right: 0.53333333vw solid #813;
	transform: rotate(45deg);
}
#suntory_contents .menu_common .switchtl.open::after {
	top: 7.2vw;
	transform: rotate(-135deg);
}
#suntory_contents ul.menu_common {
	border-top: 1px solid #E0CCA3;
}
#suntory_contents ul.menu_common > li {
	border-bottom: 1px solid #E0CCA3;
}
#suntory_contents .menu_common ul.nest {
	padding: 0 0 4vw;
}
#suntory_contents .menu_common ul.nest li.nolink,
#suntory_contents .menu_common ul.nest li a {
	display: block;
	font-size: 3.733333333vw;
	line-height: 1.5;
	padding: 3.2vw 4vw;
	color: #813;
	text-decoration: none;
}
#suntory_contents .menu_common ul.nest li.nest_under a {
	padding-left: 8vw;
}
#suntory_contents #gpj_footer .bt_lang,
#suntory_contents #modal_spmenu .bt_lang {
	margin: 8vw auto 0;
}


}
@media print, screen and (min-width:768px){
/*pc================================================== */
#suntory_contents .sp_item {
	display: none;
}
#suntory_contents #contents a {
	color: #881133;
	text-decoration: none;
}

/*==================================================
container [pc] layout
================================================== */
#suntory_contents #gpj_header,
#suntory_contents #gpj_footer {
	width: 100%;
	padding: 0 10px;
}
#suntory_contents #gpj_header .inner,
#suntory_contents #gpj_footer .inner {
	width: 100%;
	max-width: 1084px;
	min-width: 960px;
	padding: 40px 0;
	margin: 0 auto;
	position: relative;
}
#suntory_contents #contents {
	width: 100%;
	padding: 50px 10px 110px;
}
#suntory_contents #contents article {
	width: 100%;
	max-width: 1084px;
	min-width: 960px;
	padding: 0;
	margin: 0 auto;
}
#suntory_contents #contents section {
	margin: 50px auto 0;
}

/*==================================================
[pc] gpj_header
================================================== */
#suntory_contents #gpj_header ul.menu_header{
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	gap: 2%;
}
#suntory_contents #gpj_header .menu_header li.tab {
	max-width: 340px;
	width: 32%;
	position: relative;
}
#suntory_contents #gpj_header .nv_cate_title {
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 11;
}
#suntory_contents #gpj_header .nv_cate_title a {
	display: block;
	z-index: 2;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 22px 40px 0 22px;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	text-decoration: none;
	border-radius: 3px;
	background: #FFF;
	box-shadow: 0 0 5px 0 rgba(204,170,102,0.5);
	transition: .2s;
}
#suntory_contents #gpj_header .nv_cate_title a::before {
	content: "";
	display: block;
	position: absolute;
	width: 28px;
	height: 18px;
	top: 21px;
	right: 15px;
	background: #813 url( ) no-repeat right center / 20px;
}
#suntory_contents #gpj_header .nv_cate_title a::after {
	content: "";
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 6px;
	height: 6px;
	margin: auto;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
#suntory_contents #container_gpj_artists #gpj_header .nv_artists .nv_cate_title a,
#suntory_contents #container_gpj_composers #gpj_header .nv_composers .nv_cate_title a,
#suntory_contents #container_gpj_halls #gpj_header .nv_halls .nv_cate_title a,
#suntory_contents #gpj_header .nv_cate_title a:hover {
	background: #FFF4D0;
}
#suntory_contents #gpj_header .nest {
	opacity: 0;
	transition: opacity 0.2s ease-in;
}
#suntory_contents #gpj_header .nest ul {
	display: none;
}
#suntory_contents #gpj_header .tab:hover .nest {
	display: block;
	width: 100%;
	opacity: 1;
	position: absolute;
	top: 57px;
	left: 0;
	z-index: 10;
}
#suntory_contents #gpj_header .tab:hover .nest ul {
	display: block;
	padding:18px 20px 20px;
	background: #F7F2E8;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 0 5px 0 rgba(204,170,102,0.5);
}
#suntory_contents #gpj_header .nest li {
	margin-top: 18px;
}
#suntory_contents #gpj_header .nest li:first-child {
	margin-top: 0;
}
#suntory_contents #gpj_header .nest li a,
#suntory_contents #gpj_header .nest li.nolink {
	display: block;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #222;
	text-decoration: none;
}
#suntory_contents #gpj_header .nest li a:hover {
	text-decoration: underline;
}
#suntory_contents #gpj_header .nest li.nest_under a {
	padding-left: 30px;
}
#suntory_contents #gpj_header .hamburger {
	display: none;
}

/*==================================================
[pc] #gpj_footer
================================================== */
#suntory_contents #gpj_footer {
	background: #F7F2E8;
}
#suntory_contents #gpj_footer h1 a {
	font-size: 20px;
	font-weight: bold;
	color: #9F6A0E;
	text-decoration: none;
	line-height: 1;
}
#suntory_contents #gpj_footer h1 a .txt_sm {
	font-size: 16px;
}
#suntory_contents #gpj_footer .bt_lang {
	position: absolute;
	right: 0;
	top: 40px;
}
#suntory_contents #gpj_footer ul.menu_common{
	width: 100%;
	margin: 30px 0 0;
	list-style: none;
	display:flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	gap: 10%;
}
#suntory_contents #gpj_footer ul.menu_common p.switchtl {
	display: none;
}
#suntory_contents #gpj_footer ul.column.nest {
	display: block !important;
}
#suntory_contents #gpj_footer .nest li a,
#suntory_contents #gpj_footer .nest li.nolink {
	display: block;
	margin: 15px 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: #222;
	text-decoration: none;
}
#suntory_contents #gpj_footer li a:hover {
	text-decoration: underline;
}
#suntory_contents #gpj_footer ul.menu_common li.cate_title a {
	margin: 0 0 20px;
	font-size: 15px;
	font-weight: bold;
}
#suntory_contents #gpj_footer .nest li.nest_under a {
	margin: 10px 0 0;
	padding-left: 15px;
}


}