h1,
h2,
h3,
h4 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.text {
  font-family: montserrat, sans-serif;
}

.mv_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}


.mv_title {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 4%;
}

.mv_lead {
  font-size: 13px;
  line-height: 23px;
  text-align: left;
  font-weight: 100;
}


.point_background {
  background-color: #f6f6f6;
  margin-bottom: 40px;
  padding: 8%;
  text-align: center;
}

.point_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.point_container img {
  width: 90px;
}

.point_title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 20px;
}

.point_text {
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 100;
}

.highlight {
  font-weight: bold;
  font-size: 12px;
  line-height: 34px;
  letter-spacing: 1px;
}

.profile_text {
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
}

.category_container {
  padding: 8%;
}

.category_title {
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 1px;
}

.category_title_icon {
  border: solid 0.75px;
  padding: 1% 1.5%;
  font-size: 8px;
  font-weight: 100;
  letter-spacing: 1px;
  margin-bottom: 5%;
  display: inline-block;
}

.advice_container {
  border: solid 0.75px;
  border-radius: 14px;
  padding: 5%;
  margin-top: 20px;
}

.advice_title {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: bold;
  margin-bottom: 6px;
}

.advice_lead {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 300;
}

.coordinate_container {
  display: flex;
  flex-direction: column;
}

.coordinate_img_container {
  display: flex;
  justify-content: space-between;
  font-size: 0px;
}

.coordinate_text_number {
  font-size: 22px;
}

.coordinate_text_background {
  background-color: #f6f6f6;
  padding: 5% 8%;
  text-align: center;
}

.coordinate_text_container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.coordinate_items_container {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 6% 8% 14%;
}

.coordinate_items_link {
  display: flex;
  flex-direction: row;
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 20px;
  padding: 0 0 6px 0px;
  text-decoration: underline;
  gap: 2%;
}


.coordinate_items_link_icon {
  padding: 0.2% 1.5%;
  font-size: 9px;
  display: inline-block;
  color: #fff;
  background-color: #000;
}

.recommend_container {
  display: flex;
  flex-direction: column;
  padding: 0% 8% 6%;
  margin-top: 40px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.recommend_title {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.recommend_items_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
  width: 31%;
}

.recommend_items_text {
  font-size: 9px;
  text-decoration: underline;
}

.recommend_items_container_2 {
  font-size: 0;
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}


.button_buy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 25px;
  background-color: #000;
  font-size: 12px;
  margin-top: 20px;
  font-weight: normal;
  color: #fff;
}

.button_buy::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}

.button-buy:hover {
  background-color: #000;
}


.archive_background {
  background-color: #f6f6f6;
  margin: 40px 0;
  padding: 10% 0%;
  text-align: center;
  align-items: center;
}

.archive_background img {
  margin-top: 4%;
  width: 80%;
}

.archive_text {
  font-size: 14px;
  font-weight: normal;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.sp-br {
  display: block;
  /* スマホで改行させる */
}


/*---------------------------------PC差異部分のみ---------------------------------*/
@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }

  .width_pc {
    width: 600px;
    margin: 0 auto;
  }

  .mv_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 5% 0;
    margin: 0 auto;
    text-align: center;
  }

  .mv_title {
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: left;
  }

  .mv_lead {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    font-weight: 100;
    letter-spacing: 0.25px;
  }

  .point_title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .highlight {
    font-weight: bold;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 1px;
  }

  .point_text {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 100;
  }

  .category_container {
    padding: 5% 0;
  }

  .category_title_icon {
    border: solid 0.75px;
    padding: 0.5% 1%;
    font-size: 8px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 2%;
    display: inline-block;
  }

  .coordinate_items_container {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 3% 8% 7%;
  }

  .coordinate_items_link {
    display: flex;
    flex-direction: row;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 20px;
    padding: 0 0 1.5% 0px;
    align-items: center;
    gap: 1%;
  }

  .coordinate_items_link_icon {
    padding: 0.2% 1.5%;
    font-size: 9px;
    display: inline-block;
    color: #fff;
    background-color: #000;
  }

  .advice_container {
    border: solid 0.75px;
    border-radius: 14px;
    padding: 3%;
    margin-top: 20px;
  }

  .advice_lead {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 300;
  }

  .recommend_container {
    display: flex;
    flex-direction: column;
    padding: 0% 0 6%;
    margin-top: 40px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .recommend_items_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    width: 193px;
  }

  .recommend_items_text {
    font-size: 11px;
  }

  .button_buy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0 auto;
    padding: 16px;
    border: none;
    border-radius: 25px;
    background-color: #000;
    font-size: 12px;
    margin-top: 20px;
    font-weight: normal;
    color: #fff;
  }


  .archive_background {
    background-color: #f6f6f6;
    margin: 40px 0;
    padding: 6% 0%;
    text-align: center;
    align-items: center;
  }

  .archive_background img {
    margin-top: 3%;
    width: 60%;
  }


}