/* CSS Document */
* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Clearfix */
img,
a {
  display: inline-block;
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", "Hiragino Mincho Pro", "sans-serif";
  background: url(../images/main_back.webp) center center/cover no-repeat fixed;
  height: 100%;
  color: #fff !important;
  font-size: 15px;
}

ol,
ul {
  list-style: none;
}

p {
  font-weight: 300;
}

.inner {
  margin: 0 auto;
  display: table;
  width: 100%;
  height: 97vh;
}
@media screen and (max-width: 768px) {
  .inner {
    height: 90vh;
  }
}

.content-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 0 17px;
}
.content-wrapper h1 {
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .content-wrapper h1 {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
}
.content-wrapper h2 {
  font-size: 6vw;
  text-shadow: 0px 0px 80px rgba(0, 0, 0, 0.4588235294);
}
@media screen and (max-width: 480px) {
  .content-wrapper h2 {
    font-size: 2.4rem;
  }
}

.txt-center {
  text-align: center;
}

.font-en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.border-line {
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 480px) {
  .border-line {
    margin: 0 auto 10px auto;
  }
}

@media screen and (max-width: 480px) {
  small {
    font-size: 11px;
  }
}