@charset 'utf-8';

/*↓reset↓*/
*, *:before, *:after {
box-sizing:border-box;
font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
text-overflow:ellipsis;
padding:0; margin:0;
}
html { -webkit-text-size-adjust:100%;}
h1,h2,h3,h4 { font-weight:normal;}
a:link,a:visited { text-decoration:none;}
a:hover,a:active { text-decoration:underline;}
a:focus { outline:none;}
ul { list-style:none;}
img,iframe { border:0;}
button,select,input,textarea { outline:none;}
button,select,input[type='checkbox'],label　{ cursor:pointer;}/* 指 */
button,select { line-height:1;}
button::-moz-focus-inner, input::-moz-focus-inner { padding:0 !important; border:0 !important;}/* 呪 */
/*↑reset↑*/
/*↓標準リンク色↓*/
a:link { color:#233BEF;} a:visited { color:#47009F;} a:hover,a:active { color:#0073EF;}
/*↑標準リンク色↑*/
/*↓body↓*/
body {
width:100vw; min-height:100vh; height:auto;
overflow-x:hidden; overflow-y:scroll;
position:relative;
overflow-scrolling:touch; -webkit-overflow-scrolling:touch;
background:#F66;
color:#233; font-size:0; line-height:1; text-align:center;
}
body >.inner { width:100vw; margin:0 auto;}
/*↑body↑*/
/*↓ヘッダ↓*/
header div { padding:32px;}
header div a {
display:inline-block;
width:256px; height:128px;
background:url( ../img/logo_compile.png ) no-repeat center center / contain;
}
header nav {
display:flex; justify-content:center;
overflow:hidden;
background:linear-gradient(transparent, rgba(255,255,255,20%));
border-top:solid 2px #FCC; border-bottom:solid 2px #FFF;
}
header nav a {
display:flex; flex-wrap:wrap; justify-content:center; align-items:center;
max-width:160px; width:25%;
color:#FFF !important; font-size:12px; text-shadow:0 1px 1px #600; text-decoration:none !important;
padding:1em;
}
header nav a.here {
background:linear-gradient(#FCC, #FFF);
color:#F33 !important; text-shadow:0 0 1px #C00;
}
@media screen and ( max-width:768px ){
header div { padding:16px;}
header div a { width:192px; height:96px;}
header nav a span { display:none;}
}
/*↑ヘッダ↑*/
/*↓フッタ↓*/
footer { padding:32px;}
footer a { display:inline-block; font-size:10px; color:#FFF !important; text-decoration:none !important;}
footer a:before {
display:block;
width:64px; height:64px;
background:url( ../img/d4e-w.png ) no-repeat center center / contain;
margin:0 auto 8px;
content:'';
}
@media screen and ( max-width:768px ){
footer { padding:16px;}
}
/*↑フッタ↑*/