@charset "UTF-8";
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-repeat: no-repeat; }

html {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-weight: 500;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }

body {
margin: 0;
padding: 0; }

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-weight: inherit; }

#logo_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: #fff;
}
#logo_loader .f_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    margin: -50px 0 0 -50px;
    width: 100%;
    height: 100%;
    max-width: 780px;
    max-height: 780px;
    text-align: center;
}
#logo_loader .f_logo svg {
    width: 100%;
    height: auto;
}

@keyframes loadLogo {
0% {
left: 0;
}
50% {
left: 0;
}
100% {
left: 100%;
}
}


#logo_loader.open {
animation-name: slideOut;
animation-fill-mode: forwards;
animation-duration: 2s;
animation-delay: 2s;
}

@keyframes slideOut {
0% {
transform: translateX(0%);
}
50% {
transform: translateX(0%);
}
100% {
transform: translateX(100%);
}
}

.main {
text-align: center;
background-color: #fff;
background-image: url(../images/main_bg.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center center;
}

.main img {
width: 240px;
}

.main p {
font-family: 'Josefin Sans', sans-serif;
color: #c9c9ca;
margin-top: 20px;
font-size: 30px;
letter-spacing: 2px;
}

.out {
display: table;
width: 100vw;
height: 100vh;
}

.center {
display: table-cell;
vertical-align: middle;
text-align: center;
}

@media screen and (max-width: 768px) {
.main {
background-color: #fff;
background-image: url(../images/main_bg_sp.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center center;
}


.main img {
width: 200px;
}

.main p {
font-family: 'Josefin Sans', sans-serif;
color: #c9c9ca;
margin-top: 10px;
font-size: 20px;
letter-spacing: 2px;
}

#logo_loader .f_logo{
margin: -47px 0 0 -21px;
width: 540px;
}
}
