@import url('https://use.typekit.net/ohz3ogw.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');

.wrap {
  font-family: 'Noto Sans JP', sans-serif;
  width: 1140px;
  text-align: center;
  color: #000;
  margin: 0 auto;

  font-feature-settings: 'palt';
}
.wrap * {
  box-sizing: border-box;
}
.wrap a {
  color: inherit;
}

.hdr {
  margin: 126px 0 66px;
}
.hdr-title {
  font-family: 'adobe-caslon-pro';
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.09em;
  margin-bottom: 8px !important;
}
.hdr-subtitle {
  font-family: 'adobe-caslon-pro';
  font-size: 34px;
  letter-spacing: 0.29em;
  margin-bottom: 29px;
}
.hdr-lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.16em;
}

.prices {
  margin-bottom: 83px;
}
.price-title {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 27px;
}
.price-list {
  display: flex;
  border: 1px solid #ccc;
}
.price-list li {
  flex-basis: 20%;
}
.price-list li a {
  font-family: 'adobe-caslon-pro';
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-right: 1px solid #ccc;
  padding: 4px 20px 0 26px;
  transition: 0.3s;
}
.price-list li:first-child a {
  padding-left: 61px;
}
.price-list li:last-child a {
  border-right: none;
  padding-left: 56px;
}
.price-list li a:hover {
  opacity: 0.6;
}
.price-list li a::after {
  width: 14px;
  height: 14px;
  content: '';
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: rotate(-45deg);
}

.list-title {
  position: relative;
  margin-bottom: 53px;
}
.list-title span {
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
  letter-spacing: 0.1em;
  background: white;
  padding: 0 22px;
  position: relative;
}
.list-title::before {
  width: 100%;
  height: 1px;
  content: '';
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}
