@charset "utf-8";

.first-view {
  height: calc(100vh - 100px);
  background-image: url(../images/index/img-earthminis-web-top-amur-tiger.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.first-view-image {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

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

.lead {
  max-width: 500px;
  margin: 10px auto;
  margin-top: 80px;
}

.lead h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
}

.lead h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
}
.lead p {
  line-height: 2;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 120px;
}

.lead p2 {
  line-height: 2;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 120px;
}

.link-button {
  background-color: #ece1a6;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
}

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

.title {
  max-width: 1200px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title h1 {
  font-size: 32px;
  font-weight: bold;
  align-items: center;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

.feature-how-to {
  display: flex;
  justify-content: center;
  width: 920px;
  max-width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.feature-how-to p {
  font-size: 12px;
  line-height: 20px;
  align-items: center;
  margin-top: 20px;
}

.item-list-how-to {
  width: 920px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  column-gap: 40px;
  row-gap: 30px;
  justify-content: center;
}

.item-list-how-to .step {
  font-weight: bold;
  margin-bottom: 15px;
}

.item-list-how-to .step-description {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.item-list-how-to li {
  position: relative;
}

.feature-shop-link {
  display: flex;
  justify-content: center;
  width: 920px;
  max-width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.feature-shop-link p {
  font-size: 15px;
  line-height: 28px;
  align-items: center;
}

.item-list {
  width: 920px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  column-gap: 20px;
  row-gap: 30px;
  justify-content: center;
}

.item-list dl {
  margin-top: 10px;
}

.item-list dt {
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
}

.item-list dd {
  font-size: 13px;
  line-height: 20px;
}

.item-list li {
  position: relative;
}


.item-list .item-label {
  position: absolute;
  top: 0;
  left: calc(100% + 18px);
  font-size: 10px;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
}

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

.link-button {
  background-color: #ece1a6;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
}

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

.footer {
  margin-top: 100px;
}

@media (max-width: 800px) {
  .first-view {
    height: calc(40vh);
    background-image: url(../images/index/img-earthminis-web-amur-tiger-small.jpg);
    align-items: flex-start;

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

  .lead h1 {
  font-size: 24px;
  }

  .lead h2 {
    font-size: 22px;
  }

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