@charset "UTF-8";
/* CSS Document */

/*** reset css ***/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
/*** reset css ***/

body {
width: 100%;
height:100%;
background-color: #111038;
background: #111038;
font-family: "Noto Sans JP", 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,sans-serif;
line-height: 1.5em;
color:#FFF;
}
a, h2, h1 {
text-decoration: none;
color: #111;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
a:hover {
opacity: 0.7;
}
.fade:hover {
opacity: 0.7;
}
p {
margin: 0;
padding: 0;
}
span {
font-weight: normal;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
#wrapper {
width: 100%;
height: auto;
margin: 0 auto;
padding: 0;
position: relative;
overflow: hidden;
height: 100vh;
}

/*** sidemenu ***/
#sidemenu {
width: 15%;
height: auto;
position: fixed;
float: left;
top: 30px;
left: 30px;
}
#sidemenu h1#logo {
width: 130px;
height: auto;
}
#sidemenu h1#logo a img{
width: 100%;
height: auto;
}
#sidemenu ul {
margin-top: 20px;
}
#sidemenu ul li {
width: auto;
height: 20px;
margin: 0px;
}
#sidemenu ul li h2,
#sidemenu ul li h2 a {
height: 20px;
font-weight: 400;
color: #FFF;
font-size: 12px;
display: inline;
}
#sidemenu ul li h2:hover,
#sidemenu ul li h2 a:hover {
color: #EEE;
}
#sidemenu ul li ul.season {
display: none;
margin-top: 10px;
}
#sidemenu ul li  ul.season li {
margin: 2px 0px 2px 10px;
}
#sidemenu ul li  ul.season li h3 a {
font-weight: 400;
color: #FFF;
font-size: 11px;
}
#sidemenu ul li  ul.season li h3 a:hover {
color: #111;
}
/*
ul#menu {
position: fixed;
bottom: 8%;
}
*/
ul#menu li h2 {
cursor: pointer;
}

/*** container **/
#container {
width: 80%;
height: auto;
margin-left: 20%;
margin-top: 45px;
}

/*** information **/
#information {
width: 98%;
height: auto;
margin: 0 auto;
}
#information p {
font-size: 11px;
line-height: 1.5em;
margin-bottom: 15px;
}
#information p a {
font-size: 11px;
line-height: 1.5em;
margin-bottom: 15px;
color: #FFF;
}
#information p a

/*** client ***/
#client {
width: 98%;
height: auto;
margin: 0 auto;
}
#filter {
width: 100%;
height: 40px;
}
#filter h3 {
font-size: 11px;
float: left;
margin-right: 10px;
cursor: pointer;
}
#filter h3:hover {
color: #DDD;
}
#client_inner .mix{
display: none;
}
#client_inner ul li {
width: 23%;
height: auto;
margin-bottom: 15px;
margin-right: 2%;
font-size: 0;
margin-left: -4px;
}
#client_inner ul li img {
width: 100%;
height: auto;
}
#client_inner ul li h4,
#client_inner ul li p,
#client_inner ul li p a {
font-size: 11px;
color: #FFF;
}

#shade {
position:absolute;
width:90%;
height:100%;
z-index:999;
background:#111038;
margin-left: 12%;
}

@media screen and (max-width: 768px) {
#shade {
display: none;
}
#sidemenu {
width: 90%;
padding: 0;
float: none;
position: relative;
left: 0;
top: 0;
margin-left: 5%;
}
#sidemenu ul {
margin-top: 10px;
}
#sidemenu ul li {
float:left;
margin-right: 20px;
}
#sidemenu ul li,
#sidemenu ul li h2, #sidemenu ul li h2 a {
height: 20px;
font-size: 12px;
font-weight: bold;
}
#filter h3 {
font-size: 11px;
margin-right: 8px;
}
#container {
width: 90%;
margin-left: 5%;
}
#client_inner ul li {
width: 100%;
margin: 0 auto 30px auto;
}
#client_inner ul li h4, #client_inner ul li p, #client_inner ul li p a {
font-size: 11px;
}
#information {
width: 100%;
}
#information p {
font-size: 11px;
}
}