@charset "UTF-8";

#header {
  height: inherit;
}

.lower-header h2 {
  width: fit-content;
  margin: 0 auto;
}

/* Style Image */
#style {
  padding-top: 0;
}

#style .style-block {
  padding: 50px 0 90px;
}

#style .style-block.chesterfield {
  margin-top: 0;
  background-color: #f8f5f0;
}

#style .style-block .style-slider li span {
  font-size: 90%;
  line-height: 150%;
}




/* Design */

.prestige-item_summary h3 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}

.prestige-item_summary .coat2-price {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  margin-top: 20px;
}



@media only screen and (min-width: 768px) {
  .p-order .prestige-line {
    margin-top: 0;
  }

  .p-order .prestige-item {
    float: none;
  }

  .p-order .prestige-item.authen {
    display: flex;
  }

  .p-order .prestige-item.authen.even {
    flex-direction: row-reverse;
  }

  .p-order .prestige-item.authen>div {
    float: none;
  }

  .p-order .prestige-item.authen img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
  }

  .p-order .prestige-item_summary {
    padding: 50px 0;
  }

  .prestige-item_summary h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .prestige-item_summary .coat2-price {
    font-size: 16px;
  }

  .p-order .sec-order_category {
    padding: 90px 0 30px;
  }
}


/* SHOP */
.sec_category-head {
  background: #a68250;
}

/* .coat-shop {
  background: #f8f5f0;
} */

ul.shop-wrap {
  width: 84.635vw;
  margin: 18.5vw auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8vw;
  flex-wrap: wrap;
  justify-content: center;
}

ul.shop-wrap li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
}

ul.shop-wrap li img {
  max-width: 400px;
  width: 100%;
}

ul.shop-wrap li div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5.33vw;
  padding: 5.33vw 5.33vw 10.66vw;
  background: #f3f3f3;
  width: 100%;
  justify-content: space-between;
}

ul.shop-wrap li div h4 {
  font-size: 4.8vw;
}

ul.shop-wrap li div p {
  font-size: 3.2vw;
  line-height: 150%;
}

.link-btn {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  ul.shop-wrap {
    gap: 50px;
    width: auto;
    width: 1100px;
    margin: 90px auto 0;
  }

  ul.shop-wrap li div {
    gap: 20px;
    padding: 20px 40px 40px;
    height: 222px;
  }

  ul.shop-wrap li div h4 {
    font-size: 22px;
  }

  ul.shop-wrap li div p {
    font-size: 14px;
  }
}