@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; }


.af .title { transition-duration: .9s; }
.af .sub_title { transition-duration: .9s; transition-delay: .18s; }
.af .concept_main { transition-duration: .9s; transition-delay: .9s; }

#mark{ padding: 50% 35% 50% 35%; }
.title { width:100%; height: auto; padding: 2em 0 0; text-align: center; font-weight: 800; font-size: 125%; }
.sub_title { width: 100%; height: auto; padding: 1em 0; text-align: center; font-size: 150%; }

.concept_main { width: 90%; height: auto; margin: 0 5%; padding-bottom: 10%; text-align: justify; line-height: 2em; font-size: 70%; }

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:960px){
nav ul li h2 { padding: 1.25em 0; }
#mark { padding:20% 35% 20% 35%; }
.concept_main { letter-spacing: 0.25em; font-size: 80%; }
footer { padding: 10% 0 5%; }
}