.goods-heading {
  padding-top: 110px;
}

.section-title-goods {
  max-width: 924px;
  margin: 0 auto;
}

.goods-heading-content {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.goods-heading-content p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  background: #025654;
  padding: 10px;
  display: inline-block;
}

.goods-intro {
  padding-top: 20px;
  padding-bottom: 70px;
}

.goods-intro-title {
  max-width: 375px;
  margin: 0 auto;
}

.goods-intro-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 10px;
}

.goods-intro-content-title {
  background: #025654;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin: 10px 0;
}

.goods-intro-content-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.goods-intro-content-price p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
}

.goods-intro-content-price span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
}

.goods-intro-content-detail {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #fff;
}

.goods-intro-content-size {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
}

.goods-intro-content-illust {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.goods-intro-special-wrap {
  padding: 0 10px;
}

.goods-intro-special {
  max-width: 869px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-top: none;
  margin-top: 107px;
  padding-top: 66px;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}

.goods-intro-special:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 30%;
  background: #fff;
  top: 0;
  right: 0;
}

.goods-intro-special:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 30%;
  background: #fff;
  top: 0;
  left: 0;
}

.goods-intro-special-title {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -37px;
  z-index: 1;
}

.goods-intro-special-title p {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.4em;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.goods-intro-special-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.goods-intro-special-grid img {
  width: 115px;
}

.goods-intro-special-text-top {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.goods-intro-special-text-top span {
  color: #33e9e9;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.goods-intro-special-text-small {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

.goods-intro-special-example {
  padding: 15px;
  border: 1px solid #33e9e9;
  display: inline-block;
  margin-top: 20px;
}

.goods-intro-special-example p {
  color: #33e9e9;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.goods-shop {
  padding-bottom: 180px;
}

.goods-shop-title {
  max-width: 686px;
  margin: 0 auto;
}

.goods-shop-content {
}

.goods-shop-content-table {
  max-width: 1140px;
  margin: 0 auto;
}
.goods-shop-table-wrap {
  width: 1000px;
  margin: 0 30px;
  margin-bottom: 30px;
}

.goods-shop-table-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  padding-right: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.goods-shop-table-top p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.goods-shop-table {
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.goods-shop-table-item {
  border: 1px solid #aaa;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  height: 50px;
}

.goods-shop-table-date {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin-left: 20px;
}

.goods-shop-table-date p {
  color: #fdd34e;
  font-family: 'Roboto Mono', monospace;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.goods-shop-table-date span {
  color: #fdd34e;
  font-family: 'Roboto Mono', monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.goods-shop-table-place {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 20px;
  min-width: 150px;
}

.goods-shop-table-place p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.goods-shop-table-place span {
  color: #fff;
  font-family: 'Roboto Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.goods-shop-table-name p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.goods-shop-table-circle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 163px;
  margin-left: auto;
  margin-right: 80px;
}

.goods-shop-table-circle p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  min-width: 20px;
  text-align: center;
}

.goods-shop-table-notice {
  color: #33e9e9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}

.goods-shop-point {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 30px;
}

.goods-shop-point-title {
  color: #ffc828;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.goods-shop-point-textbox {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.goods-shop-point-textbox p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
}
.goods-shop-point-textbox p a {
  color: #fdd34e;
  font-weight: 400;
  text-decoration-line: underline;
  display: inline-block;
  padding-left: 0;
  text-indent: 0;
}

@media screen and (max-width: 767px) {
  .goods-heading {
    padding-top: 60px;
  }

  .section-title-goods {
    max-width: 231px;
  }

  .goods-heading-content {
    margin-top: 30px;
    gap: 12px;
  }

  .goods-heading-content p {
    font-size: 14px;
    padding: 2px 5px;
  }

  .goods-intro {
    padding-top: 28px;
    padding-bottom: 50px;
  }

  .goods-intro-title {
    max-width: 138px;
  }

  .goods-intro-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 20px;
  }

  .goods-intro-special {
    margin-top: 71px;
    padding: 49px 20px 20px;
  }

  .goods-intro-special:before {
    width: 26%;
  }

  .goods-intro-special:after {
    width: 26%;
  }

  .goods-intro-special-title {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    z-index: 1;
  }

  .goods-intro-special-title p {
    font-size: 24px;
  }

  .goods-intro-special-grid {
    gap: 20px;
    flex-direction: column;
  }

  .goods-intro-special-text-top {
    font-size: 14px;
  }

  .goods-intro-special-text-top span {
    font-size: 14px;
  }

  .goods-intro-special-grid img {
    margin: 0 auto;
  }

  .goods-intro-special-text-small {
    font-size: 11px;
  }

  .goods-intro-special-example p {
    font-size: 14px;
  }

  .goods-shop {
    padding-bottom: 50px;
  }

  .goods-shop-title {
    max-width: 239px;
  }

  .goods-shop-table-wrap {
    width: 660px;
    margin-bottom: 15px;
  }

  .goods-shop-table-top {
    gap: 37px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .goods-shop-table-top p {
    font-size: 10px;
  }

  .goods-shop-table {
    gap: 10px;
  }

  .goods-shop-table-item {
    height: 28px;
  }

  .goods-shop-table-date {
    margin-left: 10px;
  }

  .goods-shop-table-date p {
    font-size: 14px;
  }
  .goods-shop-table-date span {
    font-size: 12px;
  }
  .goods-shop-table-place {
    margin: 0 10px;
    min-width: 114px;
  }

  .goods-shop-table-place p {
    font-size: 12px;
  }
  .goods-shop-table-place span {
    font-size: 12px;
  }

  .goods-shop-table-name p {
    font-size: 12px;
  }

  .goods-shop-table-circle {
    width: 116px;
    margin-right: 37px;
  }

  .goods-shop-table-circle p {
    font-size: 14px;
  }

  .goods-shop-table-notice {
    font-size: 11px;
    line-height: normal;
    margin-top: 15px;
  }

  .goods-shop-point {
    margin-top: 15px;
  }

  .goods-shop-point-title {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .goods-shop-point-textbox {
    gap: 10px;
  }
  .goods-shop-point-textbox p {
    font-size: 14px;
  }
}
