#wrapper {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px;
}
@media only screen and (min-width: 640px), print {
#wrapper {
    max-width: 1200px;
}
	.pc_only {
		display: block;
	}
}
.pc_only {
	display: none;
}
.sp_only {
	display: block;
}
@media only screen and (min-width: 640px), print {
	.pc_only {
		display: block;
	}
	.sp_only {
		display: none;
	}
}

.castlist {
  display: grid;
  grid-template-columns: repeat(2,auto) ;
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
}
@media only screen and (min-width: 640px), print {
.castlist {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

.castlist .cast{
	width: auto!important;
}
.table_2col tr td:first-child {
	width: 150px;
}

.castlist_comment {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-right: 5px!important;
}
h2 {
	background-color: hsla(0,0%,0%,0.20);
}
.wrapper {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 50px;
}
.hsp50 {
	width: 100%;
	height: 50px;
}


.moziBig{
    line-height: 300px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

.parallaxContainer {
	position: relative;
	height: 300px;
	overflow: hidden;
	text-align: center;
}

.parallaxContainer h2 {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding: 10px 30px 10px;
	background : rgba(0,0,0,0.5);
}

@media screen and (max-width: 959px) {
	.parallaxContainer {
	}
	.parallaxContainer h2 {
		font-size: 120%;
		padding: 10px;
	}
}
.notice {
	width: 100%;
	height: auto;
	margin-top: -100px;
	position: relative;
	z-index: 100;
}
.notice_pc {
	width: 100%;
	height: auto;
	max-width: 480px;
	margin: 0 auto;
}



