.pagewidth:after {
  content: "";
  display: table;
  clear: both; }

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
  margin: 0;
  padding: 0; }

img, fieldset {
  border: 0; }

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* set img max-width */
img {
  max-width: 100%;
  height: auto; }

/* ie 8 img max-width */
@media \0screen {
  img {
    width: auto; } }

ul, ol {
  list-style: none; }

a, a:visited {
  text-decoration: none; }

* {
  box-sizing: border-box; }

body {
  font-size: 15px;
  line-height: 25px;
  font-family: Times, "Times New Roman", serif;
  text-transform: initial;
  letter-spacing: 2px; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 10px; }

body {
  box-sizing: border-box; }

.pagewidth {
  width: 100%;
  max-width: 1602px;
  padding: 0;
  margin: 0px auto; }

html {
  overflow: hidden;
  height: 100%;
  max-height: 100%; }

body {
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  touch-action: none;
  overflow: hidden; }

a, a:visited {
  color: #000; }

.bkg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../img/bkg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .bkg {
      background-position: 99% center; } }

.main-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3; }
  .main-container .coming {
    position: fixed;
    top: 35px;
    left: 50%;
    width: 450px;
    margin-left: -225px;
    text-align: center;
    pointer-events: initial; }
    @media (min-width: 320px) and (max-width: 1023px) {
      .main-container .coming {
        width: 300px;
        margin-left: -150px;
        top: 35px; } }
    .main-container .coming .hamburger {
      cursor: pointer;
      transition: all .5s ease-in-out;
      width: 22px;
      height: auto;
      margin: 0px auto; }
    .main-container .coming .message {
      position: fixed;
      top: 35px;
      left: 0;
      width: 100%;
      opacity: 0;
      pointer-events: none;
      transition: all .5s ease-in-out; }
    .main-container .coming.open .hamburger {
      opacity: 0;
      pointer-events: none; }
    .main-container .coming.open .message {
      opacity: 1;
      pointer-events: initial; }
  .main-container .logo {
    position: fixed;
    width: 320px;
    margin: 0px auto;
    left: 50%;
    bottom: 70px;
    margin-left: -160px; }
    @media (min-width: 320px) and (max-width: 1023px) {
      .main-container .logo {
        width: 300px;
        margin-left: -150px;
        bottom: 35px; } }
    .main-container .logo img {
      width: 100%;
      height: auto; }
