@charset "UTF-8";

/* シネマ告知用ポップアップ 2021/04/15追加 */

.pp-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 11;
}
.pp-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(0, 0, 0, 0.7);
}
.pp-box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.pp-box-inner {
	position: relative;
}
.pp-box .bevel {
	overflow: auto;
	pointer-events: auto;
}
.pp-box .icon-close {
	cursor: pointer;
	pointer-events: auto;
}
@media all and (max-width: 767px) {
	.pp-box-inner {
		padding: 0 24px;
		margin-bottom: 60px;/* 100vhにタイトルバーまで含まれてしまうのを大まかに補正 */
	}
	.pp-box .bevel {
		max-height: 70vh;
		padding: 30px 20px 30px;
	}
	.pp-box .icon-close {
		right: 24px;
		top: -28px;
	}
}
@media all and (min-width: 768px) {
	.pp-box-inner {
		width: 590px;
		max-height: 80vh;
		margin: 60px 0;/* 天地を確保して flex 非対応環境で .icon-close が隠れて消せなくなるのを防ぐ */
	}
	.pp-box .bevel {
		width: 590px;
		max-height: 80vh;
		height: auto;
		padding: 44px 40px 47px;
	}
	.pp-box .icon-close {
		right: 0;
		top: -40px;
	}
}
.pp-title-container {
	
}
.pp-item-container {
	padding-top: 0;
}
.pp-title {
	padding-bottom: 32px;
	font-size: 1.2rem;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	text-align: center;
}
@media all and (max-width: 767px) {
	.pp-title {
		font-size: 1.1rem;
	}
}
.pp-item {
	padding-top: 32px;
}
.pp-item:first-child {
	padding-top: 0;
}
/*
.pp-item:before {
	content: "◆";
	display: block;
	position: relative;
	bottom: 13px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: inherit;
}
.pp-announce .pp-item:first-child:before {
	content: none;
}
.pp-onlineticket .pp-item:first-child:before,
.pp-onlineticket .pp-item:nth-child(2):before {
	content: none;
}*/
/* 罫線バターン */
.pp-item:before {
	content: "";
	display: block;
	position: relative;
	bottom: 12px;
	border-top: 1px solid #ccc;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: inherit;
}
@media all and (max-width: 767px) {
	.pp-item:before {
		margin: 0;
	}
}
.pp-announce .pp-item:first-child:before {
	content: none;
}
.pp-onlineticket .pp-item:first-child:before {
	content: none;
}
/* ---- */
.pp-item-title {
	padding-top: 5px;
	font-size: 1.1rem;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.6;
}
@media all and (max-width: 767px) {
	.pp-item-title {
		font-size: 1.0rem;
	}
}
.pp-item-text {
	padding-top: 5px;
	font-size: 0.9rem;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.6;
}
@media all and (max-width: 767px) {
	.pp-item-text {
		font-size: 0.8rem;
	}
}
.pp-item-link {
	position: relative;
	padding-top: 5px;
	padding-left: 1em;
	font-size: 0.9rem;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.pp-item-link.icon-arrow-right:before {
	position: absolute;
	left: 0;
}
@media all and (max-width: 767px) {
	.pp-item-link {
		font-size: 0.8rem;
	}
}
.pp-bold,
.pp-underline,
.pp-nounderline,
.pp-large,
.pp-small,
.pp-darkred,
.pp-gray,
.pp-red,
.pp-pink,
.pp-blue,
.pp-green,
.pp-yellow,
.pp-orange,
.pp-item-title > a,
.pp-item-text > a,
.pp-tel {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	line-height: inherit;
	color: inherit;
}
.pp-bold {font-weight: bold !important;}
.pp-underline {text-decoration: underline !important;}
.pp-nounderline {text-decoration: none !important;}
.pp-large {font-size: 1.05rem !important;}
.pp-small {font-size: 0.7rem !important;}
@media all and (max-width: 767px) {
	.pp-large {font-size: 0.95rem !important;}
	.pp-small {font-size: 0.7rem !important;}
}
.pp-darkred {color: #800000 !important;}
.pp-gray {color: #666 !important;}
.pp-red {color: #f42 !important;}
.pp-pink {color: #f6a !important;}
.pp-blue {color: #3af !important;}
.pp-green {color: #7b2 !important;}
.pp-yellow {color: #f3aa00 !important;}
.pp-orange {color: #f80 !important;}
.pp-item-title > a,
.pp-item-text > a {
	color: #154598;
}
.pp-item-title > a:link,
.pp-item-title > a:visited,
.pp-item-text > a:link,
.pp-item-text > a:visited {
	text-decoration: underline;
}
.pp-item-title > a:hover,
.pp-item-title > a:active,
.pp-item-text > a:hover,
.pp-item-text > a:active {
	text-decoration: none;
}
.pp-item-link > a {
	color: #154598;
}
.pp-item-link > a:link,
.pp-item-link > a:visited {
	text-decoration: underline;
}
.pp-item-link > a:hover,
.pp-item-link > a:active {
	text-decoration: none;
}
.pp-tel,
.pp-tel > span {
	color: inherit;
	cursor: default;
}
@media all and (max-width: 767px) {
	.pp-tel,
	.pp-tel > span {
		color: #154598 !important;
		cursor: pointer !important;
	}
}
