@charset "utf-8";
/* CSS Document */

@import url("https://use.typekit.net/woy0fqd.css");

/*---------------------------------------------

footer

----------------------------------------------*/

#billingFull{
background: url("https://wwws.warnerbros.co.jp/karadasagashijp/part2/images/top3/billing_full.png") no-repeat;
background-size: contain;
width: 50%; min-width: 900px;
position: relative;
overflow: hidden;
margin: 2em auto;
}

#billingFull:before{
content:"";
display: block;
padding-top: 28.66%;
}


footer{
background: url("https://wwws.warnerbros.co.jp/karadasagashijp/part2/images/footer/img_footer.jpg") no-repeat center;
background-size: cover;
width: 100%;
padding: 35px 0 100px;
position: relative;
overflow: hidden;
}

#shareArea{
background: url("https://wwws.warnerbros.co.jp/karadasagashijp/part2/images/footer/sharemark.png") no-repeat left;
background-size: auto 100%;
width: 330px;
margin: 0 auto;
text-align: right;
font-family: trajan-pro-3, serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
letter-spacing: 0;
}

#shareArea a{
margin: 0 10px;
color: #cf252f;
font-family: trajan-pro-3, serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
letter-spacing: 0;
text-decoration:none;
}

#copyright{
background: url("https://wwws.warnerbros.co.jp/karadasagashijp/part2/images/footer/copyright.png") no-repeat center;
background-size: contain;
width: 303px; height: 11px;
margin: 0 auto 30px;
position: relative;
text-indent: -999999px;
}

#wb{
width: 180px;
margin: 70px auto 0;
}

#privacy{
width: 400px;
margin: 15px auto;
font-size: 11px;
line-height: 1em;
color: #cf2530;
text-align: center;
}

#privacy a{
text-decoration: none;
color: #cf2530;
}

#wbsns{
width: 1000px;
margin: 10px auto;
text-align: center;
}

#wbsns img{
width: 30px;
margin: 0 4px;
}

#btnpagetop{
background: #cf2530;
width: 60px; height: 60px;
position: fixed;
bottom: 10px; right: 10px;
z-index: 20;
line-height: 60px;
text-align: center;
font-size: 18px;
}

#btnpagetop a{
width: 100%; height: 100%;
display: block;
color: #000;
}

#btnpagetop:hover{
opacity: 0.7;
cursor: pointer;
}

.noise{
background: url("https://wwws.warnerbros.co.jp/karadasagashijp/part2/images/noise.gif");
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 6;
mix-blend-mode: soft-light;
opacity: 0.2;
pointer-events: none;
}

@media screen and (max-width: 960px) {
	
	/*---------------------------------------------

	footer

	----------------------------------------------*/

	#billingFull{
	background: url("https://wwws.warnerbros.co.jp/karadasagashijp/part2/images/top3/billing_full.png") no-repeat;
	background-size: contain;
	width:95%;
	position: relative;
	overflow: hidden;
	margin: 2em auto;

	}

	#billingFull:before{
	content:"";
	display: block;
	padding-top: 28.66%;
	}


	footer{
	background: url("https://wwws.warnerbros.co.jp/karadasagashijp/part2/images/footer/img_footer.jpg") no-repeat center;
	background-size: cover;
	width: 100%;
	padding: 20px 0 70px;
	z-index: 2;
	position: relative;
	overflow: hidden;
	}

	#shareArea{
	background: url("https://wwws.warnerbros.co.jp/karadasagashijp/part2/images/footer/sharemark.png") no-repeat left;
	background-size: auto 100%;
	width: 300px;
	margin: 0 auto;
	text-align: right;
	font-family: trajan-pro-3, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0;
	}

	#shareArea a{ margin: 0 10px; color: #cf252f;}

	#copyright{
	background: url("https://wwws.warnerbros.co.jp/karadasagashijp/part2/images/footer/copyright.png") no-repeat center;
	background-size: contain;
	width: 303px; height: 11px;
	margin: 20px auto;
	position: relative;
	text-indent: -999999px;
	}

	#wb{
	width: 140px;
	margin: 70px auto 0;
	}

	#privacy{
	width: 100%;
	margin: 15px auto;
	font-size: 9px;
	line-height: 1em;
	color: #cf252f;
	text-align: center;
	}

	#privacy a{
	text-decoration: none;
	color: #cf252f;
	}

	#wbsns{
	width: 100%;
	margin: 10px auto;
	text-align: center;
	}

	#wbsns img{
	width: 25px;
	margin: 0 4px;
	}

	#btnpagetop{
	background: #cf252f;
	width: 55px; height: 55px;
	position: fixed;
	bottom: 5px; right: 5px;
	z-index: 20;
	line-height: 55px;
	text-align: center;
	font-size: 18px;
	}

	#btnpagetop a{
	width: 100%; height: 100%;
	display: block;
	color: #000;
	}

	.noise{
	background: url("https://wwws.warnerbros.co.jp/karadasagashijp/part2/images/noise.gif");
	background-size: 100px auto;
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 6;
	mix-blend-mode: soft-light;
	opacity: 0.2;
	pointer-events: none;
	}

}


/*---------------------------------------------

nav

----------------------------------------------*/

.overlay {
content: "";
display: block;
width: 0;
height: 0;
/*background-color: rgba(0, 0, 0, 0.5);*/
position: absolute;
top: 0;
left: 0;
z-index: 2;
opacity: 0;
transition: opacity .5s;
}

.overlay.open {
width: 100%;
height: 100vh;
opacity: 1;
}

.menu-trigger {
display: inline-block;
width: 40px;
height: 31px;
vertical-align: middle;
cursor: pointer;
position: fixed;
top: 20px;
right: 20px;
z-index: 100;
/*   transform: translateX(0);
transition: transform .5s;
 */}
/* .menu-trigger.active {
transform: translateX(-250px);
}
 */
.menu-trigger span {
display: inline-block;
box-sizing: border-box;
position: absolute;
right: 0;
width: 100%;
height: 3px;
background-color: #f20700;
transition: all .5s;
box-shadow: 1px 1px #000;
}

.menu-trigger.active span {
background-color: #f20700;
box-shadow: 0px 0px #000;
}

.menu-trigger span:nth-of-type(1) {
top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
transform: translateY(10px) rotate(-45deg);
width: 40px;
background-color: #000;
}

.menu-trigger span:nth-of-type(2) {
top: 14px;
width: 40px;
}

.menu-trigger.active span:nth-of-type(2) {
opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
bottom: 0;
width: 40px;
}

.menu-trigger.active span:nth-of-type(3) {
transform: translateY(-18px) rotate(45deg);
width: 40px;
background-color: #000;
}

@media screen and (min-width : 961px){

nav {
background: linear-gradient(to bottom right, #e10000, #700000);
width: 375px; height: 100%;
padding-top: 50px;
position: fixed;
top: 0;
right: 0;
z-index: 50;
transform: translate(375px);
transition: all .5s;
overflow-y: auto;
}

}

@media screen and (max-width : 960px){

nav {
background: linear-gradient(to bottom right, #e10000, #700000);
width: 100%; height: 100%;
padding-top: 50px;
position: fixed;
top: 0;
right: 0;
z-index: 50;
transform: translate(100%);
transition: all .5s;
overflow-y: auto;
}

}

nav.open {
transform: translateZ(0);
}

nav li {
color: #fff;
text-align: center;
padding: 10px 0;
font-size: 20px;
}

* {
box-sizing: border-box;
}

ul {
list-style: none;
margin: 0;
padding: 0;
}



/*---------------------------------------------

menu

---------------------------------------------*/

#menuAll{
width: 94%;
position: absolute;
overflow: hidden;
top: 10%;
left: 3%;
z-index: 10;
}

.menubtn{
font-family: trajan-pro-3, serif;
font-weight: 400;
font-style: normal;
width: 100%; height: 45px;
font-size: 18px;
letter-spacing: 1px;
line-height: 45px;
text-align: center;
display: block;
}

.menubtn a{
font-family: trajan-pro-3, serif;
font-weight: 400;
font-style: normal;
width: 100%; height: 100%;
display: block;
color: #000;
text-decoration: none;
cursor: pointer;
font-size: 18px;
letter-spacing: 1px;
line-height: 45px;
text-align: center;
}

.menubtnSNS{
width: 100%;
padding: 40px 0;
text-align: center;
display: block;
}

.menubtnSNS img{ margin: 0 5px;}
