.splash {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(#16157e), color-stop(50%, #00398c), to(#161573));
  background: linear-gradient(0deg, #16157e, #00398c 50%, #161573);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.splash .logo {
  width: 92.26667vw;
  margin: 0 auto;
  -webkit-transform: translateY(-4vw);
          transform: translateY(-4vw);
}

.splash .asahi-logo {
  width: 18.93333vw;
  margin: 0 auto;
  -webkit-transform: translateY(-13.06667vw);
          transform: translateY(-13.06667vw);
}

.contents {
  padding-bottom: 9.33333vw;
}

.kv {
  width: 82.66667vw;
  margin: 6.66667vw auto 0;
  -webkit-transform: translateX(0.66667vw);
          transform: translateX(0.66667vw);
}

.txt-area {
  width: 100%;
}

.txt-area a,
.txt-area a:link,
.txt-area a:visited {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.txt-area .lead-txt {
  line-height: 142.85714%;
  letter-spacing: .2em;
  text-indent: .2em;
  text-align: center;
  font-size: 5.6vw;
  font-weight: 500;
}

.txt-area .elm-txt {
  width: 85.6vw;
  margin: 4.53333vw auto 0;
  color: #00398c;
  font-size: 4vw;
  font-weight: 500;
  line-height: 173.33333%;
  letter-spacing: .06em;
}

.txt-area .elm-txt .txt-pd {
  padding: 0 0.8vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.txt-area .elm-btn {
  margin: 5.33333vw auto 0;
  width: 65.6vw;
  height: 19.2vw;
  letter-spacing: .3em;
  text-indent: .3em;
  line-height: 19.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vh;
  background-color: #00398c;
}

.txt-area.friend .elm-txt {
  text-align: center;
}

.txt-area.friend .elm-btn {
  font-size: 6.4vw;
}

.txt-area.normal {
  margin: -5.06667vw 0 0 0;
}

.txt-area.normal .elm-txt.about {
  line-height: 5.86667vw;
  padding: 0 0 6.66667vw 0;
}

.txt-area.normal .elm-txt.announce {
  padding: 0vw 0vw 6.66667vw 0vw;
  line-height: 1.3;
  font-size: 3.46667vw;
  text-align: center;
  color: #c80000;
  margin: -2.13333vw auto 0 auto;
}

.txt-area.normal .elm-txt.access {
  line-height: 3.73333vw;
  font-size: 3.2vw;
  font-weight: 500;
  padding: 1.6vw 0.8vw 1.6vw 1.6vw;
  color: #00398c;
  border-style: solid;
  border-width: 1px;
  border-color: #00398c;
  margin: 4.8vw auto 0 auto;
}

.txt-area.normal .elm-txt.access span:nth-of-type(2) {
  margin: 1.33333vw 0 0 0;
}

.txt-area.normal .elm-txt.apology {
  padding: 2vw 2vw 2vw 2vw;
  line-height: 1.3;
  font-size: 3.46667vw;
  text-align: center;
  white-space: nowrap;
  color: #c80000;
  border-style: solid;
  border-width: 1px;
  border-color: #c80000;
  margin: 0 auto 6.93333vw auto;
}

.txt-area.normal .elm-btn {
  font-size: 8.26667vw;
  margin: 0 auto 0 auto;
}

.txt-area.maintainacne {
  padding: 0 0 6.66667vw 0;
  text-align: center;
}

.txt-area.maintainacne .lead-txt {
  font-size: 4.8vw;
  font-weight: 900;
}

.txt-area.maintainacne .elm-txt.term {
  line-height: 5.33333vw;
  font-size: 4.26667vw;
  color: #c80000;
}

.txt-area.maintainacne .elm-txt.note {
  line-height: 4vw;
  font-size: 3.06667vw;
}

.capt-area {
  padding: 8vw 5.33333vw 5.33333vw 5.33333vw;
  font-size: 3.06667vw;
  font-weight: 300;
  color: #00398c;
}

.capt-area .link {
  font-weight: 500;
  text-decoration: underline;
  color: #00398c;
}
