/* top */
.fv {
  background-image: url(../../concept/image/pc/top_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 70vh;
  width: 100%;
  position: relative;
}

.fv::after {
  content: "";
  background-image: url(../../concept/image/pc/fv-bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 1rem;
  width: 100%;
  position: absolute;
  bottom: -1rem;
  left: 0;
}

@media (max-width: 767px) {
  .fv {
    background-image: url(../../concept/image/pc/top_img.png);
    height: 90vh;
    width: 100%;
    background-position: 62% 80%;
  }
}

/* trimming */
.trimming {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .trimming {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .trimming-container {
    padding: 0 20px;
  }
}

.trimming-top-text {
  text-align: center;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .trimming-top-text {
    font-size: .9rem;
  }
}

.trimming-items {
  max-width: 900px;
  margin: 5rem auto 0;
  position: relative;
}

@media (max-width: 767px) {
  .trimming-items {}
}

.trimming-item-1,
.trimming-item-2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}

@media (max-width: 767px) {

  .trimming-item-1,
  .trimming-item-2 {
    display: block;
  }
}

@media (max-width: 767px) {

  .trimming-item-1 {
    margin-bottom: 5rem;
  }
}

.trimming-item-1::before {
  content: "";
  background-image: url(../../trimming/image/pc/awa-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 21%;
  width: 30%;
  position: absolute;
  top: -15%;
  right: -17%;
}

@media (max-width: 767px) {
  .trimming-item-1::before {
    height: 8%;
    width: 35%;
    top: -6%;
    right: 0;
  }
}

.trimming-item-1::after {
  content: "";
  background-image: url(../../trimming/image/pc/awa-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 11%;
  width: 15%;
  position: absolute;
  top: 30%;
  right: -10%;
}

@media (max-width: 767px) {
  .trimming-item-1::after {
    height: 7%;
    width: 29%;
    top: 30%;
    right: 4%;
  }
}

.trimming-item-2::before {
  content: "";
  background-image: url(../../trimming/image/pc/awa-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 17%;
  width: 23%;
  position: absolute;
  bottom: 20%;
  right: 10%;
}

@media (max-width: 767px) {
  .trimming-item-2::before {
    height: 8%;
    width: 35%;
    bottom: 39%;
    right: -5%;
  }
}

.trimming-item-2::after {
  content: "";
  background-image: url(../../trimming/image/pc/awa-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 18%;
  width: 25%;
  position: absolute;
  bottom: -10%;
  right: -17%;
}

@media (max-width: 767px) {
  .trimming-item-2::after {
    height: 10%;
    width: 42%;
    bottom: -10%;
    right: 5%;
  }
}

.trimming-title {
  margin-bottom: 1.3rem;
}

.trimming-img img {
  box-shadow: 30px 30px 1px 0px #DDC8BB;
}

@media (max-width: 767px) {
  .trimming-img img {
    width: 95%;
    box-shadow: 20px 20px 1px 0px #DDC8BB;
  }
}

.trimming-content {
  margin: auto 0;
}

.trimming-text {
  line-height: 1.7;
  font-size: 1.1rem;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .trimming-text {
    line-height: 1.7;
    font-size: .9rem;
  }
}

/* price */
.price {
  margin-top: 13rem;
}

@media (max-width: 767px) {
  .price {
    margin-top: 4rem;
  }
}

.price-container {
  max-width: 900px;
  margin: 5rem auto 0;
}

@media (max-width: 767px) {
  .price-container {
    padding: 0 20px;
  }
}

.price-top-text {
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 7rem;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .price-top-text {
    font-size: 1.3rem;
    margin-top: 4rem;
  }
}

.price-top-title {
  font-size: 1.4rem;
  background: #FAF4E4;
  font-weight: bold;
}

@media (max-width: 767px) {
  .price-top-title {
    font-size: .8rem;
  }
}

.price-top-title th {
  font-weight: bold;
}

table {
  width: 100%;
  border: 1px solid #000;
}

tr {
  border: 1px solid #000;
}

th {
  border: 1px solid #000;
  width: 30%;
  padding: 20px 0;
  font-size: 1.2rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  th {
    font-size: .8rem;
    vertical-align: middle;
    line-height: 1.5;
    padding: 10px 0;
      }
}

.price-btn {
  text-align: center;
}

@media (max-width: 767px) {
  .price-btn {
     margin-top: -2rem;
  }
}

