@charset "utf-8";

/*==================================================
reset
================================================== */
#suntory_contents #hall_contents a {
	box-sizing:border-box;
}
#suntory_contents #hall_contents ul {
	list-style:none;
}
#suntory_contents #hall_contents img {
	vertical-align: bottom;
}

/*==================================================
pc sp common
================================================== */
#suntory_contents .selectmenu li a:hover{
	color: #881133;
	background: #fff;
}
#suntory_contents #year2024 .selectmenu li.y_2024 a,
#suntory_contents #year2023 .selectmenu li.y_2023 a,
#suntory_contents #year2022 .selectmenu li.y_2022 a,
#suntory_contents #year2021 .selectmenu li.y_2021 a,
#suntory_contents #year2020 .selectmenu li.y_2020 a,
#suntory_contents #year2019 .selectmenu li.y_2019 a,
#suntory_contents #year2018 .selectmenu li.y_2018 a,
#suntory_contents #year2017 .selectmenu li.y_2017 a,
#suntory_contents #year2016 .selectmenu li.y_2016 a,
#suntory_contents #year2015 .selectmenu li.y_2015 a,
#suntory_contents #year2014 .selectmenu li.y_2014 a{
	pointer-events: none;
	color: #881133;
	background: #fff;
}
#suntory_contents .mvContainer .mv .movie a {
	display: block;
}
#suntory_contents .mvContainer .mv .movie a:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
}
#suntory_contents .mvContainer .mv .movie a img {
	width: 100%;
}
#suntory_contents .mvContainer h3.videoTitle a {
	display: block;
	width: 100%;
	font-weight: normal;
	color: #881133;
	text-decoration: none;
	overflow: hidden;
	font-feature-settings : "palt";
	letter-spacing: 1px;
}

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

/*==================================================
container [sp] layout
================================================== */
#suntory_contents #contents {
	width: 100%;
	margin: 0;
	padding: 4vw 4vw 8vw;
}
#suntory_contents #contents section {
	margin-top: 4vw;
}

/*------------------------------------------------------------
[SP] selectmenu
------------------------------------------------------------ */
#suntory_contents .selectmenu {
	width: 100%;
	margin: 0 0 30px;
}
#suntory_contents .selectmenu ul{
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}
#suntory_contents .selectmenu li{
	display: block;
	width: 80px;
	height: 40px;
	margin: 0 15px 25px;
}
#suntory_contents .selectmenu li a{
	display: block;
	width: 100%;
	height: 100%;
	background: #881133;
	color: #fff;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #881133;
}

/*------------------------------------------------------------
[SP] banner
------------------------------------------------------------ */
#suntory_contents .moviearea .withbanner {
	width: 100%;
	margin: 0 0 30px;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#suntory_contents .moviearea .withbanner h2 {
	line-height: 45px;
	margin-bottom: 0;
}
#suntory_contents .moviearea .withbanner p.banner {
	margin-bottom: 15px;
}
#suntory_contents .moviearea .withbanner p.banner a {
	display: block;
	width: 130px;
	height: 45px;
	background: url(../img/banner_30th_sp.png) no-repeat;
	background-size: 130px;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.15);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#suntory_contents .moviearea .withbanner p.banner a:hover {
	background: url(../img/banner_30th_sp.png);
	background-size: 130px;
}

/*------------------------------------------------------------
[SP] moviearea
------------------------------------------------------------ */
#suntory_contents .moviearea h2 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
}
#suntory_contents .moviearea .notes {
width: 100%;
}
#suntory_contents .moviearea .notes p {
	display: block;
	font-size: 12px;
	color:#222;
}
#suntory_contents .moviearea p.notes .sp_item {
	display: inline;
}
#suntory_contents .mvContainer {
		min-height: 90vw;
	margin: 30px auto 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}


/*------------------------------------------------------------
[SP] mv
------------------------------------------------------------ */
#suntory_contents .mvContainer .mv {
	width: 100%;
	height: 100%;
	margin: 0 0 30px;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
#suntory_contents .mvContainer .mv .movie{
	position: relative;
	padding-bottom: calc(50% * 9 / 16);
	height: 0;
	width: 50%;
	overflow: hidden;
	margin: 0;
}
#suntory_contents .mvContainer h3.videoTitle {
	width: 50%;
	padding-top: 5px;
	overflow: hidden;
}
#suntory_contents .mvContainer h3.videoTitle a {
	font-size: 14px;
	padding: 0 10px 0 15px;
	height: 100%;
}

/*------------------------------------------------------------
[SP] btn_more
------------------------------------------------------------ */
#suntory_contents .btn_more {
	margin: 0 auto 50px;
	width: 180px;
	height: 40px;
	display: block;
	border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
	background: #f6f1e4;
	border-radius: 23px;
	font-size: 16px;
	font-weight: bold;
	line-height:40px;
	color: #881133;
	text-align: center;
	text-decoration: none;
}
#suntory_contents .btn_more:hover {
	background:#ede4cc ;
}

}

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

/*==================================================
container [pc] layout
================================================== */
#suntory_contents #contents {
	width: 100%;
	max-width: 1160px;
	margin: 50px auto 110px;
	padding: 0 40px;
}
#suntory_contents #contents section {
	margin-top: 40px;
}
#suntory_contents #contents section .inner {
	width: 100%;
	padding: 40px 30px 0;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

/*------------------------------------------------------------
[PC] selectmenu
------------------------------------------------------------ */
#suntory_contents .selectmenu {
	width: 100%;
	margin: 0 0 40px;
}
#suntory_contents .selectmenu ul{
	display:flex;
	flex-flow: row wrap;
	justify-content: start;
	align-items: flex-start;
}
#suntory_contents .selectmenu li {
	display: block;
	width: 130px;
	height: 50px;
	margin: 0 12px 15px;
}
#suntory_contents .selectmenu li a{
	display: block;
	width: 100%;
	height: 100%;
	background: #881133;
	color: #fff;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #881133;
}

/*------------------------------------------------------------
[PC] banner
------------------------------------------------------------ */
#suntory_contents .moviearea .withbanner {
	width: 100%;
	margin: 0 0 30px;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#suntory_contents .moviearea .withbanner h2 {
	line-height: 50px;
	margin-bottom: 0;
}
#suntory_contents .moviearea .withbanner p.banner {
	margin-bottom: 15px;
}
#suntory_contents .moviearea .withbanner p.banner a {
	display: block;
	width: 340px;
	height: 50px;
	background: url(../img/banner_30th.png) no-repeat;
	box-shadow: 0 3px 4px 0px rgba(0,0,0,0.15);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#suntory_contents .moviearea .withbanner p.banner a:hover {
	background: url(../img/banner_30th_on.png);
}

/*------------------------------------------------------------
[PC] moviearea
------------------------------------------------------------ */
#suntory_contents .moviearea h2 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
}
#suntory_contents .moviearea .notes {
width: 100%;
}
#suntory_contents .moviearea .notes p {
	display: inline-block;
	font-size: 14px;
	color:#222;
}
#suntory_contents .moviearea .notes p + p {
	margin-left: 10px;
}
#suntory_contents .mvContainer {
			min-height: 250px;
	margin: 30px auto 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

/*------------------------------------------------------------
[PC] mv
------------------------------------------------------------ */
#suntory_contents .mvContainer .mv {
	width: 255px;
	height: 100%;
	margin: 0 20px 50px 0;
	padding: 0;
}
#suntory_contents .mvContainer .mv:nth-child(4n) {
	margin-right: 0;
}
#suntory_contents .mvContainer .mv .movie{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}
#suntory_contents .mvContainer h3.videoTitle {
	width: 100%;
	overflow: hidden;
}
#suntory_contents .mvContainer h3.videoTitle a {
	font-size: 13px;
	line-height: 1.5;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
	#suntory_contents .mvContainer h3.videoTitle a {
		font-family: "メイリオ", Meiryo, sans-serif;
		font-size: 12px;
		font-feature-settings : normal;
		letter-spacing: 0;
	}
}
#suntory_contents .mvContainer h3.videoTitle a:hover {
	color: #cc9999;
	text-decoration: underline;
}
/*------------------------------------------------------------
[PC] btn_more
------------------------------------------------------------ */
#suntory_contents .btn_more {
	margin: 0 auto 50px;
	width: 180px;
	height: 46px;
	display: block;
	border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
	background: #f6f1e4;
	border-radius: 23px;
	font-size: 16px;
	font-weight: bold;
	line-height:46px;
	color: #881133;
	text-align: center;
	text-decoration: none;
}
#suntory_contents .btn_more:hover {
	background:#ede4cc ;
}


}
