/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.single {
  margin-bottom: 90px;
}
.single__ttl {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04;
}
.single__main {
  margin-bottom: 60px;
}
.single__main > * {
  margin-bottom: 40px;
}
.single__main > *:last-child {
  margin-bottom: 0;
}
.single__main p {
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.single__main img {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.single__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single__btn_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.33% - 5px);
  height: 55px;
  padding-top: 5px;
  background-color: #272727;
  border: 1px solid #272727;
  color: #fff;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.single__btn_item:nth-child(2) {
  padding-top: 0;
  padding-bottom: 2px;
  font-family: "Noto Serif JP", serif;
}
.single__btn_item.disabled {
  pointer-events: none;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .single {
    margin-bottom: clamp(5.9625rem, 7.6442307692vw + 2.2932692308rem, 9.9375rem);
    padding-top: 8px;
  }
  .single__ttl {
    margin-bottom: 74px;
    font-size: 1.75rem;
  }
  .single__main {
    margin-bottom: 78px;
  }
  .single__main > * {
    margin-bottom: 40px;
  }
  .single__btn {
    justify-content: center;
  }
  .single__btn_item {
    width: 220px;
    height: 60px;
    margin: 0 15px;
    font-size: 1.125rem;
    transition: all 0.5s;
  }
  .single__btn_item:not(:disabled):hover {
    background-color: #fff;
    border-color: #d8dfe8;
    color: #272727;
  }
}
/*# sourceMappingURL=single.css.map */
