@charset "UTF-8";

html {
  font-size: 62.5%;
  width: 100%;
  margin: 0 auto;
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

body {
  margin: 0;
}

.media_pc {
  display: block !important;
}
.media_sp {
  display: none !important;
}
.mainvisual img {
  width: 100%;
}

.area_header {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  background-color: #faf5ef;
}

.main_lead {
  max-width: 900px;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 2rem;
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

.page-wrapper {
  padding: 190px;
  display: flex;
  justify-content: center;
  position: relative;
  background: #faf5ef;
}

@media screen and (max-width: 768px) {
  .page-wrapper {
    padding: 60px 12px;
    flex-direction: column;
  }
}

.logo-tag {
  position: relative;
  align-items: center;
  background: #7d96cd;
  padding: 8px 12px;
  z-index: 10;
  width: fit-content;
}

.logo-pc {
  display: inline-flex;
  flex-direction: column;
  height: 400px;
  display: block;
}

.logo-sp {
  display: none;
  height: 30px;
}

.vertical-title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 40px;
  font-weight: bold;
  color: #54433b;
  line-height: 1.9;
  margin-top: 40px;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-card {
  background: #54433b;
  border: 2px solid #7d96cd;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flow-root;
  box-sizing: border-box;
}

.row {
  border-bottom: 2px solid #7d96cd;
  padding: 20px;
  box-sizing: border-box;
}

.row.no-border {
  border-bottom: none;
}

.header-title h1 {
  margin: 0;
  font-size: 28px;
  color: #1e69c6;
  font-weight: 700;
  letter-spacing: 1px;
}

.sub-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.left-title {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #faf5ef;
}

.right-title {
  font-family: "Courier New", monospace;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #faf5ef;
  margin-top: 12px;
}

.divider {
  color: #faf5ef;
}

.content-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.img-block {
  flex: 1 1 400px;
}

.main-img img {
  width: 100%;
  display: block;
}

.thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 13px;
  margin-top: 10px;
}

.thumbs img {
  cursor: pointer;
  border: 2px solid transparent;
  width: 30%;
}

.thumbs img.active,
.thumbs img:hover {
  border: 2px solid #faf5ef;
}

.thumb {
  width: calc(33.333% - 10px);
  max-width: 100px; 
  cursor: pointer;
}

.img-caption {
  font-size: 13px;
  color: #ebeaea;
  margin-top: 8px;
  text-align: center;
}

.text-block {
  flex: 1 1 200px;
  padding: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #faf5ef;
  font-family: 'Montserrat';
}

.highlight {
  color: #7d96cd;
  font-weight: bold;
}

.staff-row {
  position: relative;
  font-size: 13px;
  line-height: 1.7;
  padding-top: 30px;
  font-family: 'Montserrat';
}

.staff-label {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #7d96cd;
  color: #faf5ef;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 10px;
}

.staff-comment {
  padding-top: 38px;
  line-height: 1.8;
  color: #faf5ef;
  font-size: 14px;
}

.product-list-row {
  max-width: 1000px; 
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px; 
  justify-content: flex-start; /* 左对齐 */
  padding: 24px 16px;
  box-sizing: border-box;
}

.product-card {
  width: calc(33% - 18px); 
  background: #fff;
  border: 1px solid #ddd;
  padding: 16px;
  box-sizing: border-box;
}

.single- {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 3px;
  text-align: center;
}
.single-bal {
  width: 45%;
  margin: 5px;
}
.single-photo {
  width: 70%;
  margin: 5px;
}
.single-detail {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .single-bal {
    width: 95%; 
    margin: 0; 
  }
  .single-photo {
    width: 95%; 
    margin: 0; 
  }
  .single-detail {
    width: 95%;
    margin: 0px;
  }
}


.pd_wrap {
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  margin-top: 1px;
  margin-bottom: 2px;
}
.pd_wrap dl {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  letter-spacing: 0.07em;
  line-height: 1.7;
}
.wrap-set {
  margin: 5rem 0;
  max-width: 1200rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5rem;
  flex-direction: row;
  justify-content: center;
}

.color {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 7px 0;
}
.color li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 3px;
}
.color li.navy {
  background: #012772;
  border: 1px solid #012772;
}
.color li.green {
  background: #285e3e;
  border: 1px solid #285e3e;
}
.color li.teal {
  background: #59a18b;
  border: 1px solid #59a18b;
}
.color li.teal2 {
  background: #65e9ee;
  border: 1px solid #65e9ee;
}
.color li.burgundy {
  background: #7c2626;
  border: 1px solid #7c2626;
}
.color li.red {
  background: #e0382c;
  border: 1px solid #e0382c;
}
.color li.orange {
  background: #f07b2d;
  border: 1px solid #f07b2d;
}
.color li.pink {
  background: #f12b6d;
  border: 1px solid #f12b6d;
}
.color li.black {
  background: #000;
  border: 1px solid #000;
}
.color li.dk_grey {
  background: #838383;
  border: 1px solid #838383;
}
.color li.grey {
  background: #cfcfcf;
  border: 1px solid #cfcfcf;
}
.color li.white {
  background: #fff;
  border: 1px solid #ccc;
}
.color li.natural {
  background: #f7f3de;
  border: 1px solid #ccc;
}
.color li.beige {
  background: #d6c67c;
  border: 1px solid #d6c67c;
}
.color li.blue {
  background: #9DC3E6;
  border: 1px solid #ccc;
}
.color li.choco {
  background: #744b0f;
  border: 1px solid #744b0f;
}
.color li.charcoal {
  background: #696969;
  border: 1px solid #696969;
}
.color li.olive {
  background: #54681e;
  border: 1px solid #54681e;
}
.color li.olive2 {
  background: #a08d5a;
  border: 1px solid #a08d5a;
}
.color li.purple {
  background: #6f1c88;
  border: 1px solid #6f1c88;
}
.color li.lt_green {
  background: #d1df97;
  border: 1px solid #d1df97;
}
.color li.sand {
  background: #e2e1da;
  border: 1px solid #ccc;
}

.buy_btn {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  padding-bottom: 10px; 
}
.buy_btn a {
  text-decoration: none;
  border: none; 
  background-color: #000; 
  color: #ffffff; 
  padding: 0.5rem 1rem;
  width: 100px;
  text-align: center;
  line-height: 1.4;
  margin: 10px auto;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 12px;
}
.buy_btn a:hover {
  background-color: #444; 
  color: #fff; 
  transform: scale(1.05);
}

.vm_btn {
  font-size: 1.5rem;
  line-height: 2;
  margin: 5rem 0 8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
}

.vm_btn a {
  text-decoration: none;
  border: solid 1px #000;
  padding: 1rem 2rem;
  width: 300px;
  max-width: 90%; /* 小屏幕时自动缩小 */
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  display: inline-block;
  transition: all 0.3s ease;
  color: #000;
  background-color: transparent;
}

.vm_btn a:hover {
  background-color: #000;
  color: #fff;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 8rem;
  }
  body {
    /* color: #333; */
    font-size: 1em;
    background-color: #fff;
    overflow-x: hidden;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .area-header {
    margin-bottom: 1rem;
  }

  .media_pc {
    display: none !important;
  }
  .media_sp {
    display: block !important;
    text-align: center;
  }
  .mainvisual img {
    width: 100%;
  }
  .main_lead {
    text-align: center;
    font-size: 1.43rem;
    line-height: 1.7;
    font-weight: normal;
  }

  .main-card {
    border-width: 1.5px;
  }

  .row {
    padding: 22px;
  }

  .staff-row {
    font-size: 12px;
  }

  .sub-title-row .divider {
    display: none;
  }

  .product-card {
    width: calc(50% - 12px); 
  }

  .product-list-row {
    justify-content: flex-start; 
  }

  .content-row {
    flex-direction: column;
  }

  .thumbs {
    justify-content: space-between;
    gap: 18px;
    margin-top: 15px;
  }

  .thumbs img {
    width: 26%;
    gap: 2px;
  }

  .staff-comment {
    padding-top: 40px;
    line-height: 2;
  }    

  .left-title {
    font-size: 22px;
  }

  .right-title {
    font-size: 17px;
    text-align: center;
    margin-top: 1px;
  }

  .divider {
    font-size: 14px;
  }

  .logo-pc {
    display: none;
  }

  .logo-sp {
    display: none;
  }

  .vertical-title {
    writing-mode: horizontal-tb;
    font-size: 25px;
    margin: -9px -3px -11px;
  }
}
