/* 制作料金 */
.price {
  width: 100%;
  position: relative;
  margin-top: 76px;
  padding-top: 88px;
  padding-bottom: 89px;
}

.price__back-left {
  width: 11.6%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.price__back-right {
  width: 11.6%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}

.price__inner {
  padding: 0 20px;
}

.price__inner-inner {
  max-width: 780px;
  margin: 0 auto;
}

.price__sub-content {
  font-size: 21px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0.025em;
  text-align: center;
  font-feature-settings: "falt";
  margin-top: 69px;
}

.price__sub-ttl-box {
  text-align: center;
  margin-top: 80px;
}

.price__sub-ttl {
  display: inline-block;
  font-size: 51px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 110%;
  position: relative;
}

.price__sub-ttl_small {
  font-size: 32px;
  letter-spacing: 0;
}

.price__sub-ttl::before {
  content: "";
  display: inline-block;
  background-image: url(../images/price/price-circle-orange.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.1%;
  height: 36%;
  position: absolute;
  top: 56%;
  left: -21.3%;
  transform: translateY(-50%);
}

.price__sub-ttl::after {
  content: "";
  display: inline-block;
  background-image: url(../images/price/price-circle-orange.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.1%;
  height: 36%;
  position: absolute;
  top: 56%;
  right: -21.3%;
  transform: translateY(-50%);
}

.price__sub-ttl_content {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-feature-settings: "falt";
  /* text-align: center; */
  margin-top: 30px;
}

.price__detail-ttl-box {
  width: 100%;
  padding-bottom: 7%;
  background-image: url(../images/price/price-ttl-back.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 43px;
}

.price__detail-ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-feature-settings: "falt";
  white-space: nowrap;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.price__detail-box {
  display: grid;
  grid-template-columns: 33% 67%;
}

.price__detail-box dt {
  display: flex;
  align-items: center; /* 縦中央 */
  justify-content: center; /* 横中央 */
  text-align: center;
  color: rgb(242, 124, 106);
}

.price__detail-box dt,
.price__detail-box dd {
  padding: 24px 0;
  position: relative;
}
.price__detail-box dd {
  letter-spacing: 0.08em;
}

/* 点線を下に敷く */
.price__detail-box dt::after,
.price__detail-box dd::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-image: repeating-linear-gradient(to right, #000 0 6px, transparent 6px 10px);
}

/* 最後の要素だけ線を消す */
.price__detail-box dt:last-of-type::after,
.price__detail-box dd:last-of-type::after {
  display: none;
}

.price__detail-box dt {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  padding-right: 20px;
}

.price__detail-box dd {
  /* font-size: 15px; */
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

/* モバイル対応 */

@media screen and (max-width: 820px) {
  .price__detail-box {
    grid-template-columns: 1fr;
  }

  .price__detail-box dt {
    padding: 16px 8px 0;
  }

  .price__detail-box dd {
    padding: 16px 0;
  }

  /* スマホでdtの下線を非表示 */
  .price__detail-box dt::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .price__sub-ttl_blue::before {
    content: "";
    display: inline-block;
    background-image: url(../images/price/price-circle-blue.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 11.1%;
    height: 36%;
    position: absolute;
    top: 56%;
    left: -21.3%;
    transform: translateY(-50%);
  }

  .price__sub-ttl_blue::after {
    content: "";
    display: inline-block;
    background-image: url(../images/price/price-circle-blue.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 11.1%;
    height: 36%;
    position: absolute;
    top: 56%;
    right: -21.3%;
    transform: translateY(-50%);
  }
}

/* ----------------------------------------------------- */

/* レスポンシブ */

/* ----------------------------------------------------- */

@media screen and (max-width: 1500px) {
  .price__back-right {
    width: 2.6%;
  }

  .price__back-left {
    width: 2.6%;
  }
}

@media screen and (max-width: 1300px) {
  .price__back-right {
    width: 0%;
  }

  .price__back-left {
    width: 0%;
  }
}

@media screen and (max-width: 768px) {
  .price {
    margin-top: 53px;
    padding-top: 61px;
    padding-bottom: 62px;
  }

  .price__sub-content {
    font-size: 17.5px;
    text-align: left;
  }

  .price__sub-ttl_small {
    font-size: 22.4px;
  }

  .price__sub-ttl {
    font-size: 35.7px;
  }

  .price__sub-ttl_content {
    font-size: 14px;
    text-align: left;
  }

  .price__detail-ttl {
    font-size: 14px;
  }

  .price__detail-box dt {
    font-size: 1em;
  }

  .price__detail-box dd {
    font-size: 0.875em;
    line-height: 200%;
  }

  .price__sub-ttl-box {
    text-align: center;
    margin-top: 56px;
  }
}

@media screen and (max-width: 480px) {
  .price__detail-ttl {
    font-size: 15px;
    letter-spacing: 0;
  }

  .price__sub-ttl::before {
    left: -18.3%;
  }

  .price__sub-ttl::after {
    right: -18.3%;
  }
}
