@charset "utf-8";
/* --------- RESET --------- */

body,div,dl,dt,dd,ul,ol,li,p,
h1,h2,h3,h4,h5,h6,
th,
td,
pre,
code,
blockquote,
form,fieldset,legend,input,textarea {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {border:0;}

address,caption,cite,code,dfn,em,th,var {
font-style:normal;
font-weight:normal;
}

li {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

q:before,q:after {content:'';}

abbr,acronym {
border:0;
font-variant:normal;
}

sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}

input,textarea,select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}

input,textarea,select {*font-size:100%;}

legend {color:#000;}
hr {display:none;}
img {vertical-align:bottom;}


/* --------- FONT --------- */

html{
	font-size: 62.5%;
}
body{
	background: #FFFFFF;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;
}

select,
input,
button,
textarea {
font:99%;
}

table {
font-size:inherit;
font:100%;
border-collapse:collapse;/*+*/
border-spacing:0;/*+*/
}

pre,
code,
kbd,
samp,
tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}


img {
	vertical-align: bottom;
}
* {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent !important;
}

/*common
--------------------------*/
html{
	font-size: 62.5% !important;
}
body{
	font-family: 'Libre Baskerville';
	font-family: 'Libre Baskerville', "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif  !important;
	line-height: 1.8;
	font-weight: lighter;
	font-size: 14px;
	font-size: 1.4rem;
}
#he_logo{
	text-align: center;
	width: 50%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 10px 0
}
#he_logo img{
	width: 100%;
	height: auto;
}
#he_tw{
	position: absolute;
	top: 5px;
	right: 10px;
}
.totop a{
	position: relative;
	display: block;
	padding: 40px 0;
	color: #FFFFFF;
	vertical-align: middle;
	background-color: rgba(0,0,0,0.6);
	text-indent: -9999px;
}
.totop a::before{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	-webkit-transition: all .20s ease-out;
	-moz-transition: all .20s ease-out;
	transition: all .20s ease-out;
	background-position: center;	
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	left: 50%;
	border-left: 2px solid #fff;
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	transform: translate(-50%, 0) rotate(45deg);
}
#footer{
	padding: 20px 0;
	background:#222222;
}
.copyright{
	color: #FFFFFF;
	text-align: center;
}

/*--------------------
nav
-------------------*/
#main{
	width: 100%;
	z-index: 0;
	position: relative;
X	padding-top:65px;
}
#nav{
	background-color: rgba(255,255,255,0.9);
	position: relative;
	display: none;
	z-index:4;
	padding-bottom: 5%;
}
#gNav{
	z-index:1;
}
#gNav a{
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 5% 0;
}
#gNav li span{
	font-family: 'Libre Baskerville';
	
}
#gNav li img{
	vertical-align: middle !important;
	width: 100%;
	height: auto;
}
#gNav li#sns{
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 0;
}
#gNav li#sns a{
	display: table-cell;
	  padding: 0;
}
.soon a{
	pointer-events:none;
	opacity: 0.5;
}
/*-------------------------

nav

--------------------------*/
#header{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	background-color:transparent;
	text-align: center;
	z-index: 5;
}
#header.on{
	background-color: rgba(0,0,0,0.8);
}

#navLogoWrap{
	width: 100%;
/*	position: absolute;
	top: 0;
	left: 0;*/
}
#navLogo{
	background:url(http://overfence-movie.jp/sp/common/img/h_bg.jpg) no-repeat left top;
	background-size: 100% auto;
	width: 100%;
	text-align: center;
}
#navLogo img{
	width: 52.71% !important;
	margin: 4% 0;
}
/*------------
toggle
------------*/


#toggle {
	width: 30px;
	height: 45px;
	padding: 10px 20px;
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color:#FFF;
}
.on #toggle {
	background-color: #000;
}
#toggle i {
	display: block;
	width: 30px;
	height: 2px;
	background: #000;
	margin: 0 0 6px 0;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .20s ease-out;
	-moz-transition: all .20s ease-out;
	-ms-transition: all .20s ease-out;
	transition: all .20s ease-out;
}
.on #toggle i {
	background: #FFF;
}
#toggle span {
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #000;
	display: block;
	margin-top: 8px;
	text-align: center;
}
#toggle span:after {
	content: "MENU";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.on #toggle span:after {
	content: "CLOSE";
	color: #FFF;
}


#toggle i.third {
	margin-bottom: 0;
}

.no-touch #toggle:hover i.first {
	-webkit-transform: translate(-3px,0);
	   -moz-transform: translate(-3px,0);
		-ms-transform: translate(-3px,0);
			transform: translate(-3px,0);
}
.no-touch #toggle:hover i.second {
	-webkit-transform: translate(3px,0);
	   -moz-transform: translate(3px,0);
		-ms-transform: translate(3px,0);
			transform: translate(3px,0);
}
.no-touch #toggle:hover i.third {
	-webkit-transform: translate(-3px,0);
	   -moz-transform: translate(-3px,0);
		-ms-transform: translate(-3px,0);
			transform: translate(-3px,0);
}

.on #toggle i.first {
	width: 30px;
	-webkit-transform: rotate(-135deg) translate(-5px,-6px);
	   -moz-transform: rotate(-135deg) translate(-5px,-6px);
		-ms-transform: rotate(-135deg) translate(-5px,-6px);
			transform: rotate(-135deg) translate(-5px,-6px);
	-webkit-transition: all .40s ease-out;
	-moz-transition: all .40s ease-out;
	-ms-transition: all .40s ease-out;
	transition: all .40s ease-out;
}
.on #toggle i.second {
	width: 0;
	opacity: 0;
	-webkit-transition: all .40s ease-out;
	-moz-transition: all .40s ease-out;
	-ms-transition: all .40s ease-out;
	transition: all .40s ease-out;
}
.on #toggle i.third {
	width: 30px;
	-webkit-transform: rotate(135deg) translate(-5px,6px);
	   -moz-transform: rotate(135deg) translate(-5px,6px);
		-ms-transform: rotate(135deg) translate(-5px,6px);
			transform: rotate(135deg) translate(-5px,6px);
	-webkit-transition: all .40s ease-out;
	-moz-transition: all .40s ease-out;
	-ms-transition: all .40s ease-out;
	transition: all .40s ease-out;
}

#navSns{
	display: block;
	margin: 0 auto;
	text-align: center;
}
#navSns li{
	display: inline-block;
	width: 10%;
	padding: 0 3%;
}
/*----------------------

sub

----------------------*/
.sub #pageTtl{
}


/*----------------

sub

body{
	font-family: 'Libre Baskerville', "游明朝体", "Yu Mincho","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
#sub .ttl{
	text-align: right;
	font-family: 'Libre Baskerville', serif;
	font-weight:lighter;
	color: #ce0066;
	line-height: 1.5;
	font-size: 30px;
	font-size: 3.0rem;
	filter:dropshadow(color=#000000,offX= 0,offY=-1)
	dropshadow(color=#000000,offX= 1,offY= 0)
	dropshadow(color=#000000,offX= 0,offY= 1)
	dropshadow(color=#000000,offX=-1,offY= 0);
	text-shadow: black 1px 1px 0px, black -1px 1px 0px,
				 black 1px -1px 0px, black -1px -1px 0px;
	padding: 10px 20px;
}
#sub .ttl span{
	font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #FFFFFF;
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	margin-bottom: 30px;
}
.txtArea{
	padding: 0 20px;
	font-family: 'Libre Baskerville', "游明朝体", "Yu Mincho","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #FFFFFF;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem;
	filter:dropshadow(color=#000000,offX= 0,offY=-1)
	dropshadow(color=#000000,offX= 1,offY= 0)
	dropshadow(color=#000000,offX= 0,offY= 1)
	dropshadow(color=#000000,offX=-1,offY= 0);
	text-shadow: black 1px 1px 0px, black -1px 1px 0px,
				 black 1px -1px 0px, black -1px -1px 0px;
}
.txtArea .txL{
	font-size: 32px;
	font-size: 3.2rem;
}
.tx_p{
	color: #ce0066;
}
.txS{
	font-size: 60%;
}
.txtArea p{
	margin-bottom: 20px;
}
#sub #contents{
	display: none;
}
-----------------*/