body {
  margin: 0;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  pointer-events: painted;
  text-decoration: none;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */

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

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

canvas#myCanvas {
  width: 100%;
  height: 100%; // background-image: url(textures/background.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20%;
  transition: 0.8s;
  background-color: #212121;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #2a2826;
  z-index: 1;
}

#loader-bg img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.title-head {
  color: #ffffff;
}

.main-catch-wrap {
  width: auto;
  display: inline-block;
  position: absolute;
  top: 30%;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
  left: 0;
  right: 0;
}

h1 {
  font-size: 54px;
  font-weight: 800;
  font-family: 'Sarpanch', sans-serif;
}

h1.nav-title a img {
    display: table-cell;
    vertical-align: middle;
}

canvas.loading-img {}

div#info {
  width: 100%;
  margin: 0 auto;
}

.title-head {
  width: 100%;
  line-height: 1.1em;
  padding: 40px;
  text-shadow: 0px 0px 4px rgba(7, 250, 190, 0.88),
  0px 0px 10px rgba(107, 250, 213, 0.55),
  0px 0px 15px rgba(126, 238, 209, 0.23);
  box-sizing: border-box;
  pointer-events: none;
}

.main-Btn {
  color: #ffffff;
  display: inline-block;
  opacity: 0;
  font-size: 23px;
  transition: 0.3s;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

.main-Btn::after {
  display: block;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  transform: rotate(45deg);
  border-bottom: solid 5px #ffffff;
  border-right: solid 5px #ffffff;
}

.main-Btn:hover {}

.scroll-wrap {
  position: absolute;
  display: block;
  bottom: 28%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

nav {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: rgba(0,0,0,0.5);
}

.nav-wrap {
  position: relative;
  width: 1140px;
  height: 80px;
  margin: 0 auto;
}

h1.nav-title {
    color: #ffffff;
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    line-height: 80px;
    padding: 0 24px;
}

ul.nav-menu {
    display: inline-block;
    position: relative;
    right: 0;
    text-align: center;
    padding: 19px 18px;
    float: right;
}

ul.nav-menu li {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    padding: 12px 18px;
    box-sizing: border-box;
    font-family: 'Sarpanch', sans-serif;
}

#render {

}

#section1 {

}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.item-wrap {
    width: 25%;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.item-wrap h3 {
    font-size: 18px;
    font-weight: 600;
}

.item-wrap img {
    width: 100%;
    margin: 0 auto;
}

.content-wrap {
  position: absolute;
  bottom: 20%;
  width: 100%;
  margin: 0 auto;
}

.content-inner {

    width: 1140px;
    margin: 0 auto;
    text-align: center;

}

.content-wrap ul {
    width: 100%;
    font-size: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.content-wrap li {
    width: 25%;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    padding: 18px;
    box-sizing: border-box;
}

.content-wrap li::before,
.content-wrap li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: -100%;
    transition: 0.3s;
    right: 0;
    left: 0;
}

.content-wrap li::before {
    top: -100%;
}

.content-wrap li::after {
    top: 100%;
}

.content-wrap li:hover::before {
    top: -50%;
}

.content-wrap li:hover::after {
    top: 50%;
}

.content-wrap li img {
    display: block;
    margin: 8px auto;
}

.content-wrap a {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding: 0px;
    box-sizing: border-box;
}

@media screen and (max-width: 1140px) {
  .nav-wrap,
  .wrap {
      width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main-catch-wrap {
    padding: 0 12px;
  }
  h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 414px) {
  .main-catch-wrap {
    padding: 0 8px;
  }
  h1 {
    font-size: 23px;
  }
}

@media screen and (max-height: 570px) {
  .main-Btn {
    margin-top: 20px;
  }
  .main-Btn:hover {
    margin-top: 30px;
  }
}
