/*
Theme Name: MOMOTARO Coming Soon
Author: JapanBlueWorks
Version: 0.0
Description:
*/

/*
---------------------------------------------------------------------------
Reset
---------------------------------------------------------------------------
*/
html,
body,
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%;
	vertical-align: baseline;
	background: transparent;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: 1px auto;
}

img.alignright {
	display: block;
	margin: 1px 0 1px auto;
}

/*
---------------------------------------------------------------------------
Font
---------------------------------------------------------------------------
*/
html,
body,
input,
textarea {
	color: #000;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.6;
}

a {
	color: #1C2B54;
	text-decoration: none;
	transition: .5s all;
	font-weight: 600;
}

a:hover {
	opacity: .5;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}





.back_img {
	background-image: url(img/coming_soon_back.jpeg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	width: 100%;
	height: 100vh;

}

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

.flex img {
	width: 85%;
	max-width: 600px;
}

.flex h2 {
	font-size: 28px;
	text-align: center;
	line-height: 1.2;
	margin-top: 24px;
}

.flex h1 {
	font-size: 64px;
	text-align: center;
	line-height: 1.1;
	margin-top: 36px;
	padding-bottom: 72px;
}

footer {
	background-color: #0028AC;
	padding: 72px 0 16px;
}

footer p {
	color: #fff;
	text-align: center;
	font-size: 12px;
}
