@charset "UTF-8";

#PIXARFEST #Header{
	top: 0;
	left: 0;
	right: 0;
	background: #D9582A;
	height: 90px;
	box-shadow: 0 5px 5px 0 rgba(3,0,0,.05);
	position: fixed;
	transition: top .3s;
	z-index: 2000;
}
#PIXARFEST #Header .logo {
	box-sizing: border-box;
	padding: 5px 0 0 15px;
	height: auto;
}

#PIXARFEST #Header .logo a{
	display: inline-block;
	vertical-align: top;
	width: 100px;
}

@media only screen and (min-width: 1025px) {/*pc*/
#PIXARFEST #Header .logo_sp {
	display: none;
}
}


@media only screen and (max-width: 1024px) {/*スマホ*/
#PIXARFEST #Header{
	background: #D9582A;
	height: 59px;
	box-shadow: 0 5px 5px 0 rgba(3,0,0,.05);
	position: fixed;
	transition: top .3s;
}

#PIXARFEST #Header .logo {
	display: none;
}

	
#PIXARFEST #Header .logo_sp {
	box-sizing: border-box;
	padding: 5px 0 0 3px;
	display: inline-block;
	vertical-align: top;  
	position: absolute;
	top:10px;
	left:50%; transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#PIXARFEST #Header .logo_sp a{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	text-align: center;
}
}

.menu {
    position: relative;
    width: 100%;
    height: 45px;
    max-width: 1000px;
    margin: 0 auto;
	left: 160px;
	top:-45px;
}

.menu > li {
    float: left;
    /*width: 25%;*/ /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    /*background: #fff;*/
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	margin-right: 2rem;
	/*background-image: url(../img/menu_li.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 1px 100%;*/
}

.menu > li a {
    display: block;
    color: #1a1a1a;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.menu > li a:hover {
    color: #fff;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;	

}

.menu > li:hover {
    background: #e60012;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
	text-align: left;padding-left: 10px;
}


.menu__second-level li:hover {
    background: #59595d;
}
.menu__second-level li a {
    color: #fff;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 150%;
    background: #302f34;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

#Header #Headerwrap {
	position: relative;
	/*border: solid 1px blue;*/
	width: 100%;
}

@media only screen and (max-width: 1024px) {/*スマホ*/
.menu{
	display: none;
}
}

/*ハンバーガーメニュー*/
@media only screen and (max-width: 1024px) {/*スマホ*/
#openMenu{
	display: block;
	position: absolute;
	left:10px; 
	top: 7px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	/*border: #6b6b6b solid 1px;*/
	padding: 2px;
	z-index: 100;
	text-align: center;vertical-align: middle;
	}

#closeMenu{
	display: block;
	position: absolute;
	left:10px; 
	top: 7px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	padding: 2px;
	z-index: 100;
	/*border: #fff solid 1px;*/
	}


#layerMenu{
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	background: #ffda00;
	display: none;
	position:absolute;
	top:0;
	left:0;
	width:55%;
	height:40%;
	font-size: 14px;
	z-index:9999;
	padding-top: 50px;	
	/*opacity:0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";	*/
}
	
#layerMenu ul#pagemenu{
	line-height:4.5vh;
	margin-bottom: 0px;
	/*border-bottom: #000 solid 1px;*/
}
	
#layerMenu ul#pagemenu li{
	/*background: #59595d;*/
	list-style: none;
	font-size:110%;
	/*border-top: #000 solid 1px;*/
	font-weight: 700;
	font-size: 14px;color: #1a1a1a;
	border: none;
}
	
#layerMenu ul#pagemenu li .spmenu__second-level li{
	/*background: #1a1a1a;*/
	list-style: none;

	font-size:110%;
	/*border-top: #000 solid 1px;*/
	font-weight: 100;
	font-size: 14px;color: #1a1a1a;
	padding-left: 1em;
}
	
#layerMenu ul#pagemenu li a{
	position: relative;
	padding: 5px;
	padding-left: 20px;
	text-decoration: none;
	color: #1a1a1a;
	display: block;
	text-align: left;
}
	
#layerMenu ul#pagemenu li a:hover{
	color: #1a1a1a;
	text-decoration: underline;
}
	
#layerMenu ul#pagemenu li#currentPage a{
	color: #0088cc;
}
}

#layerMenu #snsLink img{
	width: 15px;
}

