@charset "utf-8";
/* CSS Document */
header {
    position: absolute;
    top:0;
}
#pc-menu {
	display: block;
}
#sp-menu {
    display: none;
}
@media screen and (max-width: 768px) {
#pc-menu {
	display: none;
}
#sp-menu {
    display: block;
}
}
#pc-menu {
	background-color:rgba(0,0,0,1);
	width:100%;
	position: fixed;
	z-index: 1;
    height:50px;
}

@media screen and (min-width: 768px) {
#pc-menu #nav{
	width:94%;
	margin:0 auto;
	height:20px;
    padding:10px 3%;
}
}
@media screen and (max-width:768px) {
#pc-menu #nav{
	width:920px;
	margin:0 auto;
	height:30px;
    padding:10px 10px;
}
}
#pc-menu #nav #logo{
    float: left;
	position: relative;
	width:224px;
	height:20px;
    letter-spacing:0.3em;
}
#pc-menu #nav #logo a{
    text-decoration: none;
    color:#fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-size:12px;
}
#pc-menu #nav #menu{
    float: right;
	position: relative;
}
#pc-menu #nav #menu ul {
    margin: 0 auto;
    height: 20px;
}
#pc-menu #nav #menu li {
    float: left;
	list-style:none;
    color:#fff;
    margin:0 1vw;
    letter-spacing:0.3em;
    text-indent: 0.3em;
    
    height:20px;
}
#pc-menu #nav #menu li a{
    text-decoration: none;
    color:#fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-size:12px;
}
#pc-menu #nav #menu li a:hover{
    text-decoration: underline;
    color:#ccc;
}

.sp-logo{
	color: #fff;
	z-index: 1;
	position: fixed;
	float:left;
	top:10px;
	left:5%;
}
.sp-logo a{
	color:#fff;
	text-decoration: none;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
}
a.meanmenu-reveal {
    display: none;
}
 
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: fixed;
    background: #000;
    padding: 4px 0;
    min-height: 42px;
    z-index: 1;
    color:#fff;
}
 
.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
 
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}
 
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 44px;
}
 
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}
 
.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}
 
.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #000;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(0,0,0,0.2);
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
}
 
.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255,255,255,0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}
 
.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}
 
.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}
 
.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}
 
.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}
 
.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255,255,255,0.1);
}
 
.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 25px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255,255,255,0.1);
    border: none !important;
    border-left: 1px solid rgba(255,255,255,0.4) !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
 
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0,0,0,0.9);
}
 
.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}
 
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}
 
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 
 
.mean-remove {
    display: none !important;
}