/* Scss Document */
html {
  width: 100%;
  height: 100%;
  font-size: 11px;
  font-family: Arial, helvetica, sans-serif; }

body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: white;
  background-color: #1b1f22;
  font-family: Arial, helvetica, sans-serif; }

h1 {
  font-weight: 600;
  letter-spacing: 0.4rem;
  margin: 0 0 2rem 0;
  font-size: 3.5rem; }

h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.5rem; }

h3 {
  font-size: 1rem; }

h4 {
  font-size: 0.8rem; }

h5 {
  font-size: 0.7rem; }

h6 {
  font-size: 0.6rem; }

.wrap {
  padding: 1rem;
  /*1rem = htmlfontsize*/ }

.wrap > * {
  margin-top: 2rem;
  position: relative; }

.wrap {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*column = vertical*/
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  z-index: 3; }

.wrap:before {
  content: '';
  display: block; }

footer {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.4rem; }

.wrap header {
  margin-top: 0rem;
  background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.25) 25%, transparent 55%);
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.25) 25%, transparent 55%);
  background-image: -ms-radial-gradient(rgba(0, 0, 0, 0.25) 25%, transparent 55%);
  background-image: radial-gradient(rgba(0, 0, 0, 0.25) 25%, transparent 55%); }

.container {
  transition: width 0.75s;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  margin-top: 2rem; }

.container p {
  font-size: 1rem;
  margin: 0 0 3rem 0;
  letter-spacing: 0.4rem; }

.container p:last-child {
  margin: 0; }

.container .weburl {
  letter-spacing: 0.2rem; }

.inner {
  transition: padding 0.75s ease, max-height 0.75s ease;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
  padding: 4rem 1rem;
  max-height: 40rem;
  overflow: hidden; }

body.is-loading .inner {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0; }

.link-menu {
  display: block;
  margin-top: 3rem;
  position: relative; }

.link-menu::before {
  content: '';
  display: block;
  position: absolute;
  top: calc( -3rem - 1px);
  left: calc( 50% - 1px );
  width: 1px;
  height: calc( 3rem + 1px );
  background: #FFF; }

.link-menu ul {
  display: -moz-inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  list-style: none;
  padding-left: 0;
  border: solid 1px #ffffff;
  border-radius: 4px;
  min-width: 22rem;
  max-width: 100%; }

.link-menu ul li {
  min-width: 18rem;
  border-right: solid 1px #ffffff;
  border-bottom: solid 0px #ffffff; }

.link-menu ul li:last-child {
  border: solid 0px #ffffff; }

.link-menu ul li a {
  display: block;
  min-width: 0;
  width: 100%;
  height: 4rem;
  padding: 0 2rem;
  line-height: 4rem;
  text-decoration: none;
  letter-spacing: 0.2rem;
  font-size: 1rem;
  color: inherit; }

.link-menu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.275); }

.link-menu ul li a:active {
  background-color: rgba(255, 255, 255, 0.575); }

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.bg::before {
  -moz-transition: opacity 2.5s ease-in-out;
  -webkit-transition: opacity 2.5s ease-in-out;
  -ms-transition: opacity 2.5s ease-in-out;
  transition: opacity 2.5s ease-in-out;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
  background-color: #131519;
  opacity: 0.6;
  z-index: 2; }

.bg::after {
  background-image: url("../image/foreverbg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1; }

.bg::before, .bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.is-loading .bg::before {
  opacity: 1; }

@media screen and (max-width: 480px) {
  html {
    font-size: 10px; }

  html, body {
    min-width: 320px; }

  .inner {
    padding: 4rem 0rem; }

  .link-menu ul {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .link-menu ul li {
    border-bottom: solid 1px #ffffff;
    border-right: solid 0px #ffffff; } }
@media screen and (min-width: 768px) {
  .content {
    width: auto; }

  .inner {
    padding: 5rem 2rem; }

  .link-menu {
    margin-top: 5rem; }

  .link-menu::before {
    top: calc( -5rem - 1px);
    height: calc( 5rem + 1px ); } }
@media screen and (min-width: 992px) {
  html {
    font-size: 14px; } }
@media screen and (min-width: 1680px) {
  html {
    font-size: 16px; } }
