@charset "utf-8";

.first-view {
  height: calc(100vh - 110px);
  background-repeat: no-repeat;
  background-image: url(../images/index/img-mokkoji.png);
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  padding-bottom: 80px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #f5d9ff;
}

.lead {
  max-width: 1200px;
  margin: 60px auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
}

.lead p {
  line-height: 2;
  text-align: center;
}

.lead span {
 font-size: 20px;
}

.link-button-area {
  text-align: center;
  margin-top: 40px;
}

.link-button {
  background-color: #f5d9ff;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
}

.link-button:hover {
  background-color: #ecc3fb;
}

@media (max-width: 800px) {
  .first-view {
    height: calc(100vh - 50px);
    background-image: url(../images/index/img-mokkojiM.png);
    align-items: flex-start;
  }

  .lead {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lead p {
    text-align: left;
  }
}
