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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
	-webkit-text-size-adjust:100%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**/

a{text-decoration:none;}

a:link {color:#000000;}
a:visited {color:#7B7F84;}
a:hover {color:#B5B7BB;}
a:active {color:#000000;}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

*{ 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

img{vertical-align:middle; max-width:100%;}

.us{font-family: "futura-pt",sans-serif; font-style: normal; font-weight: 300;}
.jp{ font-family: "a-otf-gothic-bbb-pr6n",sans-serif;
font-style: normal;
font-weight: 400; }

#container { width: 100%; height: auto; }

nav { position: fixed; width: 100%; height: auto; background-color: rgba(255,255,255,0.5); }
nav ul li h2 { float: right; margin: 0 12.5%; width: 25%; height: auto; padding: 0.75em 0; text-align: center; font-weight: 500; font-size: 90%; }
.now_here { color: #000000; border-bottom: solid 0.1em #000000; }

#eye{ padding: 70% 0 70%; text-align: center; font-weight: 800; font-size: 125%; }

article { margin: 0 5% 30%; padding: 0 0 10%; width: 90%; /*border: solid medium rgba(0,0,0,1);*/ /*background-color: rgba(109,108,105,0.05);*/
/*background-image: url(../img/stardust.png); background-size: contain;*/ }
.title { width:100%; height: auto; text-align: center; font-weight: 800; font-size: 125%; /*color:rgba(255,255,255,1);*/ }
.title_jp{ font-size: 50%; }
.sub_title { width: 100%; height: auto; padding: 1em 0 0; text-align: center; font-size: 150%; /*color:rgba(255,255,255,1);*/ }
.sub_title_bb { border-bottom: solid thin /*rgba(255,255,255,1);*/ }
.sub_sub_title { width: 90%; height: auto; margin:0 5%; padding: 2.5% 0; text-align: center; font-size: 125%; /*color:rgba(255,255,255,1);*/ }
.icon { margin: 0 35%; padding: 10% 0; width: 30%; height: auto; }

.main { margin: 0 5% 10%; padding: 1em 0.75em; width: 90%; height: auto; text-align: justify; line-height: 2em; font-weight: 500; font-size: 70%; /*color:rgba(255,255,255,1);*/ }

.no { text-align: center; font-size: 75%; font-weight: 800; /*color:rgba(255,255,255,1);*/ }
.no_bb { border-bottom: solid thin /*rgba(255,255,255,1);*/ }

footer { padding: 20% 0 10%; background-color: rgba(0,0,0,1.00); }
address { padding-bottom: 2em; text-align: center; font-size: 75%; color: rgba(255,255,255,1.00); }
.twitter { text-align: center; font-size: 75%; }

@media screen and (min-width:768px){
nav ul li h2 { padding: 1.25em 0; }
#eye{ padding: 50% 0; font-size: 300%; }
article { float: left; margin: 0 1% 10%; padding: 5% 0; width: 48%; height: auto; }
.main { margin: 0 10% 10%; width: 80%; font-size: 80%; }
}

@media screen and (min-width:960px){
nav ul li h2 { padding: 1.25em 0; }
#eye{ padding: 25% 0; font-size: 300%; }
article { margin: 0 1% 5%; padding: 5% 0; width: 31.333%; height: auto; }
footer { padding: 10% 0 5%; }
}