#movie.context ul {
	margin-left: -20px;
}

#movie.context li {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 176px;
}

/*    holiday modal    */

div.modal-open {
	cursor: pointer;
	background-color: #E6E6E6;
}

div.modal-open h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
}

div.modal-open h1 span {
	font-size: 19px;
	font-weight: bold;
	font-family: "小塚ゴシック Pr6N";
}

div.modal-close {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	margin: 40px;
}

div.modal-text {
	margin: 7% 12% 5% 12%;
}

div.modal-text div.title h1 {
	display: flex;
	justify-content: center;
}

div.modal-text div.title h1 span {
	font-size: 23px;
	font-weight: bold;
	font-family: "小塚ゴシック Pr6N";
	position: relative;
	top: 1px;
}

div.modal-bg {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
	z-index: 100;
	transition: all 0.5s;
	pointer-events: none;
}

div.modal-content {
	position: fixed;
	width: 90%;
	min-width: 750px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	flex-direction: row;
	z-index: 101;
	transition: all 0.5s;
	opacity: 0;
	pointer-events: none;
	max-width: 1250px;
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
}

div.modal-main {
	margin: 20px auto;
}

div.modal-main p {
	font-size: 18px;
	font-family: "小塚ゴシック Pr6N";
	margin-bottom: 15px;
}

div.modal-content.modal-visible {
	opacity: 1;
	pointer-events: all;
}

div.modal-bg.modal-visible {
	opacity: 0.6;
	pointer-events: all;
}

br.sp {
	display: none;
}

div.important-mark {
	background-color: #1699CB;
    color: #FFFFFF;
    width: 60px;
    height: 21px;
	font-size: 15px;
	font-family: "小塚ゴシック Pr6N";
    text-align: center;
    padding: 2px 0px 3px 2px;
    margin: 0 10px 0 0;
    border-radius: 30px;
	letter-spacing: 0.1em;
}
.main-text.modal-main{
	max-height: 50vh;
	overflow: auto;
}