@charset "UTF-8";

html {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
	height:100%;
}

/* 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;
}
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;
}



/* ------------------------------
 common - width: all
------------------------------ */
body {
	height:100%;
	background-image:url(../img/1368047_l.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.section01  {
	height:100%;
}
.section01 .logobox {
 display: flex;
	flex-direction: column;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
		height:100%;

}


.section01 .logobox img{
width:400px;
}

.section01 .coming p{
font-size:20px;
color:#fff;
	text-align: center;
	margin: 40px auto;
		 letter-spacing: 0.4em;

}

.section01 insta img {
width:40px;
		text-align: center;
		margin: 40px auto;


}


/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 767px) {

  body {
	min-height:80vh;
	background-image:url(../img/vb_back_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}	
	
	
.section01 .logobox img{
width:80%;
}

	
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
}
