@charset "UTF-8";

@media screen and (max-width: 640px) {
	#popup_banner_pc,
	#popup_small_pc {
		display: none;
	}

	#popup_cover_sp {
		position: fixed;
		left: 0;
		bottom: 0;
		background: #000;
		opacity: 0.5;
		z-index: 14000;
		display: none;
	}

	#popup_small_sp {
		display: none;
		position: absolute;
		left: 0;
		bottom: 100.6%;
		width: 100%;
		min-width: 320px;
		min-height: 79px;
		z-index: 14000;
		cursor: pointer;
	}

	#popup_small_sp img {
		width: 100%;
		height: auto;
	}

	#popup_banner_sp {
		display: none;
		position: fixed;
		box-sizing: border-box;
		left: 50%;
		top: 5px;
		margin-left: -145px;
		width: 290px;
		border: 1px solid #000;
		z-index: 15000;
		overflow: scroll;
		display: none;
		background: #fff;
	}

	#popup_banner_sp .scroll_container {
		padding: 7px 7px 7px;
		box-sizing: border-box;
		background: #fff url("http://www.the-zenith.jp/img/popup/banner_bg.png") no-repeat 6px 6px;
		background-size: 275px 173px;
	}

	#popup_banner_sp .header {
		position: relative;
		height: 200px;
		overflow: hidden;
	}

	#popup_banner_sp .ribbon {
		position: absolute;
		right: 10px;
		top: 110px;
	}

	#popup_banner_sp h1 {
		position: absolute;
		left: 8px;
		top: 100px;
	}

	#popup_banner_sp h2 {
		position: absolute;
		left: 8px;
		top: 185px;
	}
	#popup_banner_sp .meta {
		overflow: hidden;
		margin-bottom: 10px;
	}

	#popup_banner_sp .meta .date {
		float: left;
		text-align: right;
		width: 96px;
	}

	#popup_banner_sp .meta .data {
		float: right;
		font-size: 9px;
		line-height: 1.2;
		width: 147px;
	}

	#popup_banner_sp .meta .data .note {
		font-size: 7px;
	}

	#popup_banner_sp h3 {
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
		font-weight: bold;
		letter-spacing: -0.08em;
	}

	#popup_banner_sp .description {
		margin-top: 4px;
		font-size: 9px;
		letter-spacing: -0.08em;
		line-height: 1.8;
	}

	#popup_banner_sp .container {
		padding: 8px;
	}

	#popup_banner_sp .button {
		padding: 9px;
	}

	#popup_banner_sp .close {
		position: absolute;
		left: 14px;
		top: 13px;
	}
  
  #popup_banner_pc.pop_test {
		display: none;
		position: fixed;
		box-sizing: border-box;
		left: 3px;
		bottom: 0;
		width: 500px;
    height: 600px;
		border-bottom: none;
		background: #fff url("http://www.the-zenith.jp/img/popup/banner_bg_test.png") no-repeat;
		z-index: 15000;
	}

}

@media screen and (min-width: 641px) {
	#popup_banner_sp,
	#popup_small_sp,
	#popup_cover_sp {
		display: none;
	}

	#popup_small_pc {
		display: none;
		position: fixed;
		left: 3px;
		bottom: 15px;
		height: 50px;
		width: 502px;
		z-index: 14000;
		cursor: pointer;
	}

	#popup_banner_pc {
		display: none;
		position: fixed;
		box-sizing: border-box;
		left: 3px;
		bottom: 0;
		width: 500px;
    height: 682px;
		border-bottom: none;
		background: url("http://www.the-zenith.jp/img/popup/banner_bg.png") no-repeat;
		z-index: 15000;
	}

	#popup_banner_pc .h1_tit {
		position: absolute;
		left: 28px;
		top: 210px;
	}

	#popup_banner_pc .h2_tit {
		position: absolute;
		left: 32px;
		top: 328px;
	}

	#popup_banner_pc .ribbon {
		position: absolute;
		left: 356px;
		top: 208px;
	}

	#popup_banner_pc .container {
		position: absolute;
		overflow: hidden;
		width: 440px;
		left: 30px;
		top: 385px;
	}

	#popup_banner_pc .container .left_content {
		float: left;
		width: 190px;
	}

	#popup_banner_pc .container .left_content .h3_tit {
	font-size: 15px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	letter-spacing: -0.1em;
	line-height: 1.333;
	text-align: left;
	}

	#popup_banner_pc .container .left_content .date {
		/*margin-top: 10px;*/
	}

	#popup_banner_pc .container .left_content .place {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: -0.075em;
	}

	#popup_banner_pc .container .left_content .note {
		margin-top: 2px;
		font-size: 10px;
		line-height: 1.6;
		letter-spacing: -0.1em;
	}

	#popup_banner_pc .container .right_content {
		left: 41px;
    top: 530px;
	}

	#popup_banner_pc .container .right_content p {
		font-size: 12px;
		line-height: 1.75;
		letter-spacing: -0.05em;
		text-align: left;
	}

	#popup_banner_pc .button {
		position: absolute;
		left: 30px;
    top: 0px;
	}

	#popup_banner_pc .close {
		position: absolute;
		right: 30px;
    top: -23px;
	}
  
  #popup_banner_pc.pop_test {
		display: none;
		position: fixed;
		box-sizing: border-box;
		left: 3px;
		bottom: 0;
		width: 500px;
    height: 600px;
		border-bottom: none;
		background: #fff url("http://www.the-zenith.jp/img/popup/banner_bg_test.png") no-repeat;
		z-index: 15000;
	}

}