@charset "UTF-8";
/*------------------------------------------------------------
	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,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

/*a,
a img {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}*/

a {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
	a:hover,
	a:hover img {
	  opacity: 0.60;
	  filter: alpha(opacity=60);
	  -ms-filter: "alpha(opacity=60)";
	}
}

img {
  max-width: 100%;
}

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	background-color: #F7805C;
}
html, body {
	height: 100%;
}
.main {
	width: 100%;
	height: 100%;
	position: relative;
}
.main h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 410px;
	padding-bottom: 30px;
}
.main h2 {
	position: absolute;
	left: 50%;
	bottom: 80px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 340px;
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
	.main h1 {
	    width: 220px;
	}
	.main h2 {
	    bottom: 30px;
	    width: 220px;
	}
}
@media only screen and (max-width: 450px) {
	.main h1 {
	    width: 84%;
	}
	.main h2 {
	    bottom: 65px;
	    width: 65%;
	}
}
