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

.en { font-family: miss-blaker, sans-serif; font-weight: 400; font-style: normal; }
.jp { font-family: "a-otf-gothic-bbb-pr6n",sans-serif; font-style: normal; font-weight: 400; }

header { height: 100vh; }

/*#bgimg {
	background: url(../img/bgimgLight.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}*/

.logotype { position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%,-50%); -webkit-transform : translate(-50%,-50%); transform : translate(-50%,-50%); text-align: center; color: #000000; font-size: 33px; }
#icon { width: 7%; position: absolute; top: 85%; left: 50%; -ms-transform: translate(-50%,-50%); -webkit-transform : translate(-50%,-50%); transform : translate(-50%,-50%); text-align: center; }
#mail { font-family: nimbus-sans,sans-serif;
font-weight: 300;
font-style: normal;
font-size: 12px; }
#mail p { position: absolute; top: 95%; left: 50%; -ms-transform: translate(-50%,-50%); -webkit-transform : translate(-50%,-50%); transform : translate(-50%,-50%); text-align: center; }
.title { padding: 40px 0 35px; text-align:  center; letter-spacing: 0.1em; }
.supplement { margin: 0 5%; padding: 14px 0 10px; text-align: center; letter-spacing: 0.1rem; line-height: 1.1rem; font-size: 0.75rem; }
.supplement_escape { margin: 0 5%; padding: 0 0 17px; text-align: center; letter-spacing: 0.1rem; line-height: 1.1rem; font-size: 0.75rem; }
.supplement_u { margin: 0 5%; padding: 0 0 35px; text-align: center; letter-spacing: 0.1rem; font-size: 0.75rem; }
.subtitle { padding: 0 0 20px; width: 100%; text-align: center; letter-spacing: 0.25em; }
.mini { font-size: 0.8rem; }
figure { margin: 0 2.5% 60px; width: 95%; }
.swiper-text { padding: 5%; letter-spacing: 0.1rem; line-height: 1.1rem; font-size: 0.75rem; }
.swiper-pagination { height: auto; }

.submenu { margin: 0 2.5% 60px; width: 95%; display: flex; align-items: center; justify-content: center; border: solid #000000 thin; letter-spacing: 0.1em; }

address { padding: 0 0 30px; text-align: center; font-size: 100%; }

@media screen and (min-width: 768px){
	.logotype { font-size: 44px; }
	#icon { width: 3%; }
	.title { padding: 60px 0 52px; text-align:  center; letter-spacing: 0.15em; }
	.supplement { padding: 20px 0 10px; letter-spacing: 0.1rem; }
.supplement_u { padding: 0 0 52px; letter-spacing: 0.15rem; }
	.subtitle { padding: 0 0 20px; width: 100%; text-align: center; letter-spacing: 0.25em; }
	.mini { font-size: 1rem; }
	#mail { font-size: 16px; }
	figure { width: 30%; margin: 0 35% 60px; }
	.submenu { width: 30%; margin: 0 35% 60px; }
}


@media screen and (min-width:1024px){
	
}

