main {
  letter-spacing: 0.1em;
  background-color: #FCF9F4;
}

/* スマートフォン対応 */
@media (max-width: 767px) {
  .entry {
    padding: 20px 20px 50px;
  }

  .entry-title {
    text-align: center;
    color: #19191B;
    font-weight: 600;
    font-size: 14px;
  }

  .entry-title span {
    font-size: 10px;
    color: #9E9170;
    /* font-family: Didot; */
  }

  .entry-title hr {
    width: 64px;
    margin: 20px auto;
  }

  .entry-text {
    font-size: 13px;
    margin: auto;
    letter-spacing: 0.05em;
  }

  .entry-form {
    margin-top: 40px;
  }

  .entry-form span {
    font-size: 12px;
    display: flex;
    justify-content: center;
  }

  .entry-btn {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    line-height: 13px;

  }

  .entry-btn-button {
    color: #FDF9F5;
    background-color: #9E9170;
    width: 200px;
    padding: 7px;
    font-size: 14px;
    display: block;
    border-radius: 3px;
    margin: auto;
    text-align: center;
    border: none;
  }

  .entry-btn span {
    font-size: 10px;
  }

  .entry-form input {
    margin: 10px auto 20px;
    display: flex;
    justify-content: center;
    width: 80%;
    height: 40px;
    border-radius: 3px;
    border: none;
    outline: none;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, .5);
  }

  .entry-form p {
    color: #19191B;
    border-bottom: 1px solid #19191B;
    display: flex;
    text-align: center;
    margin: auto;
    justify-content: center;
    font-size: 12px;
    width: 200px;
    font-weight: 600;
  }

  .entry-form a {
    color: #19191B;
    text-decoration: underline;
    font-size: 14px;
  }
}

/* パソコン向け */
@media (min-width: 768px) {
  .entry {
    padding: 70px 40px 90px;
    max-width: 1200px;
    margin: auto;
  }

  .entry-title {
    text-align: center;
    color: #19191B;
    font-weight: 600;
    font-size: 16px;
  }

  .entry-title span {
    font-size: 12px;
    color: #9E9170;
    /* font-family: Didot; */
  }

  .entry-title hr {
    width: 64px;
    margin: 30px auto;
  }

  .entry-text {
    font-size: 16px;
    margin: auto;
    letter-spacing: 0.05em;
  }

  .entry-form {
    margin-top: 50px;
  }

  .entry-form span {
    font-size: 14px;
    display: flex;
    justify-content: center;
  }

  .entry-btn {
    margin: 40px auto 30px;
    display: flex;
    justify-content: center;
    line-height: 15px;
  }

  .entry-btn button {
    color: #FDF9F5;
    background-color: #9E9170;
    width: 240px;
    padding: 11px;
    font-size: 16px;
    display: block;
    border-radius: 3px;
    margin: auto;
    text-align: center;
    border: none;
  }

  .entry-btn span {
    font-size: 12px;
  }

  .entry-form input {
    margin: 10px auto 20px;
    display: flex;
    justify-content: center;
    width: 500px;
    height: 50px;
    border-radius: 3px;
    border: none;
    outline: none;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, .5);
    padding: 0 10px;
  }

  .entry-form p {
    color: #19191B;
    border-bottom: 1px solid #19191B;
    display: flex;
    text-align: center;
    margin: auto;
    justify-content: center;
    font-size: 14px;
    width: 230px;
    font-weight: 600;
  }

  .entry-form a {
    color: #19191B;
    text-decoration: underline;
    font-size: 16px;
  }

}
