@charset "utf-8";

/* ---------------------------------------------------------- */
/* TICKET */
/* ---------------------------------------------------------- */
#ticket {
	font-size: 1.6rem;
	color: #000;
	margin: 40px auto;
	}

#ticket .title_ticket {
	text-align: center;
	line-height: 0;
	margin: 0 0 50px 0;
	}

#ticket .title_ticket img {
	width: 191px;
	height: 35px;
	}

#ticket .box {
	height: 500px;
	overflow: auto;
	}

#ticket .box ul li {
	line-height: 0;
	margin: 0 0 20px 0;
	}

#ticket .box ul li:last-child {
	margin: 0;
	}

@media (max-width: 640px){
#ticket {
	font-size: 1.3rem;
	}

#ticket .title_ticket {
	text-align: center;
	margin: 0 0 20px 0;
	}

#ticket .title_ticket img {
	width: 27.5%;
	height: auto;
	}

#ticket .box {
	padding: 0 5px;
	height: 350px;
	}

#ticket .box ul li {
	line-height: 0;
	margin: 0 0 10px 0;
	}
}


/* ---------------------------------------------------------- */
/* THEATER */
/* ---------------------------------------------------------- */
#theater {
	font-size: 1.6rem;
	color: #000;
	margin: 40px auto;
	}

#theater .title {
	line-height: 0;
	text-align: center;
	margin: 0 0 40px 0;
	}

#theater .title img {
	width: 246px;
	height: 34px;
	}

#theater .box {
	height: 500px;
	overflow: auto;
	}

#theater .box h2 {
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	background: #000;
	padding: 5px 0;
	}

#theater .box table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	}

#theater table:last-child {
	margin: 0 auto;
	}

#theater .box table tr {
	width: 100%;
	border-bottom: 1px solid #9b9b9b;
	}

#theater .box table th {
	width: 23%;
	}

#theater .box table td {
	padding: 10px 0;
	}

#theater .box table td:last-child {
	width: 25%;
	}

@media (max-width: 640px){
#theater {
	font-size: 1.3rem;
	}

#theater .title {
	margin: 0 0 20px 0;
	}

#theater .title img {
	width: 35%;
	height: auto;
	}

#theater .box {
	height: 350px;
	padding: 0 5px 0 10px;
	}

#theater .box h2 {
	font-size: 1.4rem;
	}

#theater .box table th {
	width: 60px;
	text-align: left;
	}

#theater .box table td:last-child {
	width: 110px;
	padding: 0 0 0 15px;
	}
}


/* ---------------------------------------------------------- */
/* THEATER BONUS */
/* ---------------------------------------------------------- */
#bonus {
	color: #000;
	margin: 40px auto;
	}

#bonus .title {
	line-height: 0;
	text-align: center;
	margin: 0 0 40px 0;
	}

#bonus .title img {
	width: 307px;
	height: 34px;
	}

#bonus .box {
	height: 500px;
	overflow: auto;
	}

#bonus .box ul li {
	border-bottom: 1px dashed #99a3b1;
	margin: 0 0 30px 0;
	padding: 0 0 25px 0;
	}

#bonus .box ul li:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
	}

#bonus .box ul li .no {
	font-weight: bold;
	color: #fff;
	background: #000;
	margin: 0 0 10px 0;
	padding: 5px 25px;
	display: inline-block;
	}

#bonus .box ul li h2 {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 20px 0;
	}

#bonus .box ul li h3 {
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	}

#bonus .box ul li .image {
	margin: 0 0 10px 0;
	}

#bonus .box ul li img.image_w {
	max-width: 640px;
	}

#bonus .box ul li img.image_h {
	max-width: 300px;
	}

#bonus .box ul li p {
	font-size: 1.4rem;
	margin: 0 0 20px 0;
	}

#bonus .box ul li p:last-child {
	margin: 0;
	}

#bonus .box table.table {
	width: 100%;
	border-collapse: collapse;
	}

#bonus .box table.table thead th {
	font-weight: normal;
	color: #fff;
	background: #000;
	border: 1px solid #3e3e3e;
	padding: 10px 20px;
	}

#bonus .box table.table tbody th {
	font-weight: normal;
	text-align: left;
	background: #fff;
	border: 1px solid #3e3e3e;
	padding: 10px 20px;
	}

#bonus .box table.table tbody th.item ,
#bonus .box table.table tbody th.item2 {
	color: #fff;
	background: #000;
	white-space: nowrap;
	}

#bonus .box table.table tbody td {
	vertical-align: middle;
	background: #fff;
	border: 1px solid #3e3e3e;
	padding: 10px 20px;
	}

#bonus .box table.table tbody td strong {
	display: none;
	}

@media (max-width: 640px){
#bonus .title {
	margin: 0 0 20px 0;
	}

#bonus .title img {
	width: 48%;
	height: auto;
	}

#bonus .box {
	height: 350px;
	padding: 0 5px 0 10px;
	}

#bonus .box ul li {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	}

#bonus .box ul li .no {
	font-size: 1.2rem;
	margin: 0 0 10px 0;
	padding: 5px 15px;
	}

#bonus .box ul li h2 {
	font-size: 1.6rem;
	margin: 0 0 15px 0;
	}

#bonus .box ul li .image {
	margin: 0 0 15px 0;
	}

#bonus .box ul li img.image_w {
	width: 100%;
	}

#bonus .box ul li img.image_h {
	width: 50%;
	}
}


/* ---------------------------------------------------------- */
/* GOODS */
/* ---------------------------------------------------------- */
#goods {
	color: #000;
	margin: 40px auto;
	}

#goods .title {
	line-height: 0;
	text-align: center;
	margin: 0 0 40px 0;
	}

#goods .title img {
	width: 164px;
	height: 34px;
	}

#goods .box {
	height: 500px;
	overflow: auto;
	}

#goods .box ul {
	width: 100%;
	border-bottom: 1px solid #99a3b1;
	margin: 0 0 30px 0;
	display: table;
	}

#goods .box ul:last-child {
	border-bottom: none;
	margin: 0;
	}

#goods .box ul li {
	width: 50%;
	margin: 0 0 30px 0;
	float: left;
	display: table-cell;
	}

#goods .box ul li.last {
	margin: 0;
	}

#goods .box ul li:nth-child(odd) {
	padding: 0 15px 0 0;
	}

#goods .box ul li:nth-child(even) {
	padding: 0 0 0 15px;
	}

#goods .box ul li .image {
	text-align: center;
	margin: 0 0 10px 0;
	}

#goods .box ul li img {
	width: 300px;
	height: 300px;
	}

#goods .box ul li h2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 10px 0;
	}

#goods .box ul li p {
	font-size: 1.4rem;
	}

@media (max-width: 768px){
#goods .title {
	margin: 0 0 20px 0;
	}

#goods .title img {
	width: 25%;
	height: auto;
	}

#goods .box {
	height: 350px;
	padding: 0 5px 0 10px;
	}

#goods .box ul {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	display: block;
	}

#goods .box ullast-child {
	margin: 0;
	padding: 0;
	}

#goods .box ul li ,
#goods .box ul li.last {
	width: 100%;
	border-bottom: 1px dashed #99a3b1;
	margin: 0 0 25px 0;
	float: none;
	display: block;
	}

#goods .box ul li:nth-child(odd) ,
#goods .box ul li:nth-child(even) {
	padding: 0 0 20px 0;
	}

#goods .box ul li:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
	}

#goods .box ul li img {
	width: 60%;
	height: 60%;
	}

#goods .box ul li h2 {
	font-size: 1.6rem;
	margin: 0 0 10px 0;
	}
}

@media (max-width: 640px){
#goods .box ul li img {
	width: 100%;
	height: 100%;
	}
}


/* ---------------------------------------------------------- */
/* CHRONICLE */
/* ---------------------------------------------------------- */
#chronicle .chronicleBg {
	width: 100%;
	height: 0;
	background: url(../images/img_chronicle.png) no-repeat;
	background-size: contain;
	padding: 110.81081% 0 0 0;
	position: relative;
	overflow: hidden;
	}

#chronicle .chronicleBg .klsw {
	width: 41.5%;
	height: 6.9%;
	top: 17.8%;
	left: 31.35135%;
	position: absolute;
	display: block;
	}

#chronicle .chronicleBg .ksg {
	width: 32.25%;
	height: 6.9%;
	top: 46.7%;
	left: 31.35135%;
	position: absolute;
	display: block;
	}

#chronicle .chronicleBg .krb {
	width: 14%;
	height: 6.9%;
	top: 39.25%;
	left: 31.35135%;
	position: absolute;
	display: block;
	}

#chronicle .chronicleBg .ksb {
	width: 29.5%;
	height: 6.9%;
	top: 54.8%;
	left: 31.35135%;
	position: absolute;
	display: block;
	}

#chronicle .chronicleBg .kmor {
	width: 50%;
	height: 6.9%;
	top: 60.7%;
	left: 31.35135%;
	position: absolute;
	display: block;
	}

#chronicle .chronicleBg .k1st {
	width: 37%;
	height: 6.9%;
	top: 66.5%;
	left: 31.35135%;
	position: absolute;
	display: block;
	}

#chronicle .chronicleBg .kmk {
	width: 40%;
	height: 6.9%;
	top: 74.5%;
	left: 31.35135%;
	position: absolute;
	display: block;
	}

#chronicle .chronicleBg .k2nd {
	width: 37%;
	height: 6.9%;
	top: 83.90243%;
	left: 31.35135%;
	position: absolute;
	display: block;
	}

#chronicle .chronicleBg .kcv {
	width: 32.5%;
	height: 6.9%;
	top: 92.8%;
	left: 31.35135%;
	position: absolute;
	display: block;
	}