@charset "UTF-8";
.price {
  padding: 8rem 0;
  background: #3A3024;
}
.price h2 {
  margin-bottom: 4rem;
  color: #fff;
}
.price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem;
  background: #fff;
}
.price-item {
  position: relative;
  width: calc(50% - 4rem);
}
.price-item .borderbox-inner {
  padding: 2rem 4rem 1rem;
}
.price-item-badge {
  width: 130px;
  position: absolute;
  top: -5rem;
  left: -3rem;
}
.price-item h3 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.price-item-price {
  margin-bottom: 1rem;
  padding: 0.5rem 2rem;
  border-radius: 100rem;
  background: #3A3024;
  text-align: center;
  font-size: 3rem;
  color: #FDB516;
}
.price-item-price small {
  font-size: 50%;
}
.price-item p {
  text-align: center;
}
.price-item ul {
  margin-top: 3rem;
}
.price-item ul li {
  padding: 1rem 2rem;
  border-top: 1px solid #C0B6AC;
  font-size: 1.4rem;
}
.price-item ul li::before {
  content: "■";
}
.price-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
  border: 4px solid #3A3024;
}
.price-set h3 {
  padding: 2rem;
  font-size: 2rem;
  font-weight: 400;
}
.price-set-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3A3024;
  color: #fff;
  font-size: 3rem;
}
.price-set-price s {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 2.5rem;
  padding: 0 2rem;
  background: #fff;
  font-size: 0.9em;
  color: #3A3024;
}
.price-set-price s::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-2.5rem + 1px);
  width: 2.5rem;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
          clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
  background: #fff;
}
.price-set-price span {
  padding: 0.5rem 2rem;
  color: #FDB516;
}
.price-set-price small {
  font-size: 50%;
}

@media screen and (max-width: 768px) {
  .price {
    padding: 8rem 0;
    background: #3A3024;
  }
  .price .inner{
    width: 96vw;
  }
  .price h2 {
    margin-bottom: 4rem;
    color: #fff;
  }
  .price-list {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10rem;
    padding: 2rem 1rem 10rem;
    background: #fff;
  }
  .price-item {
    position: relative;
    width: 94%;
  }
  .price-item .borderbox-inner {
    padding: 2rem 1rem 1rem;
  }
  .price-item-badge {
    width: 12rem;
    position: absolute;
    top: -5rem;
    left: -2.5rem;
  }
  .price-item h3 {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
  }
  .price-item-price {
    margin-bottom: 1rem;
    padding: 0.5rem 2rem;
    border-radius: 100rem;
    background: #3A3024;
    text-align: center;
    font-size: 3rem;
    color: #FDB516;
    margin: 3rem;
  }
  .price-item-price small {
    font-size: 50%;
  }
  .price-item p {
    text-align: center;
  }
  .price-item ul {
    margin-top: 3rem;
  }
  .price-item ul li {
    padding: 1rem 2rem;
    border-top: 1px solid #C0B6AC;
    font-size: 2rem;
  }
  .price-item ul li::before {
    content: "■";
  }
  .price-set {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 2rem;
    border: 4px solid #3A3024;
  }
  .price-set h3 {
    padding: 2rem;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
  }
  .price-set-price {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #3A3024;
    color: #fff;
    font-size: 3rem;
  }
  .price-set-price s {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-right: 2.5rem;
    padding: 0 2rem;
    background: #fff;
    font-size: 0.9em;
    color: #3A3024;
  }
  .price-set-price s::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(-2.5rem + 1px);
    width: 2.5rem;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
    clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
    background: #fff;
  }
  .price-set-price span {
    padding: 0.5rem 2rem;
    color: #FDB516;
  }
  .price-set-price small {
    font-size: 50%;
  }
}