@charset "utf-8";

.first-view {
  height: 370px;
  background-image: url(../images/index/index-bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  padding-top: 130px;
}

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

.first-view-text h1 {
  font-family: "Margarine", sans-serif;
  letter-spacing: 0.5px;
  font-size: 42px;
  line-height: 72px;
}

.lead {
  width: 930px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Kiwi Maru",serif;
}

.lead-text h3 {
  color: #281914;
  font-size: 22px;
  line-height: 30px;
}

.lead-text p {
  color: #696969;
  font-size: 20px;
  line-height: 30px;
}

.title {
  width: 930px;
  max-width: 90%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.title-text {
  font-family: "Margarine", sans-serif;
  color: #610333;
  font-size: 25px;
  letter-spacing: 0.5px;
  line-height: 30px; 
}

.title-text::after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background-color: #660033;
  margin-top: 10px;
  margin-bottom: 20px;
}

.topic-list{
  display: flex;
  width: 930px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #696969;
  font-family: "Kiwi Maru",serif;
  margin-top: 20px;
}

.topic-list a:hover {
  color: #610033;
}

.topic-list h3 {
  margin-right: 30px;
  font-size: 18px;
}

.topic-list p {
  font-size: 19px;
  line-height: 30px;
}

.recommended {
  padding-top: 45px;
}

.recommended h2 {
  font-size: 25px;
  text-align: center;
  font-family: "Margarine", san-serif;
  letter-spacing: 0.5px;
  color: #610333;
}  

.recommended h2::after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #610333;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.item-list {
  width: 360px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

 .item-list img {
  padding-top: 20px;
 }

.item-list dl {
  margin-top: 20px;
  font-family: "Kiwi Maru", serif;
  color: #696969;
}

.item-list dt {
  font-size: 20px;
}

.item-list dd {
  font-size: 19px;
  line-height: 28px;
  margin-top: 10px;
}

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

.link-button-area p {
  font-family: "Kiwi Maru", serif;
  color: #696969;
  font-size: 18px;
  line-height: 40px;
}

.link-button {
  background-color: #faf0e6;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: "Margarine", san-serif;
  font-size: 19px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: none;
  margin-top: 10px;
}

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

.footer {
  margin-top: 3px;
}

@media (max-width: 800px) {
  .first-view {
    background-image: url(../images/index/index-bg-main-sp.jpg);
    align-items: flex-start;
  }
  .first-view-text {
    padding-top: 20px;
    padding-left: 20px;
  }

  .first-view-text h1{
    font-size: 36px;
    line-height: 48px;
  }

  .first-view-text p {
    font-size: 16px;
    margin-top: 15px;
  }

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

  .topic-list {
    display: block;
  }

  .feature {
    display: block;
    width: 500px;
    margin-top: 50px;
  }

  .feature-text {
    margin-right: 0;
  }

  .reverse .feature-text {
    margin-left: 0;
  }

  .feature img {
    width: 100%;
    height: auto;
    margin-top: 35px;
  }

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

  .link-button-area {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-button {
    width: 100%;
  }
  
  .item-list {
    width: 100%;
    height: auto;
  }

  
}