@charset "UTF-8";

html {
  font-size: 62.5%;
  width: 100%;
  margin: 0 auto;
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

body {
  color: #000000;
  background-color: #e5e2df;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
/* img {
    width: 100%;
} */

.area-body section {
  padding: 0 0 120px;
}
.area-body section .area-product {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  background: #f9f9f9;
}
.area-body section .area-product .product-slider {
  width: 50%;
}
.area-body section .area-product .product-slider li img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .area-body section {
    padding: 0 0 60px;
  }
  .area-body section .area-product {
    flex-flow: column;
    align-items: center;
    background: #fff;
  }
  .area-body section .area-product .product-slider {
    width: 100%;
  }
}

section {
  max-width: 120rem;
}
a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.media_pc {
  display: block !important;
}
.media_sp {
  display: none !important;
}
.mainvisual img {
  width: 100%;
}

.whole_wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
}

.main_lead {
  max-width: 600px;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 2rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

/* 固定横並びナビゲーション */
.vertical-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 35px 0;
  background-color: #f5f5f5;
  position: sticky;
  top: 0;
  z-index: 1000;
  font-family: "Prata", serif;
}

/* ブランドリンク（左） */
.brand-links {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-end;
}

.brand-links a {
  text-decoration: none;
  color: #111;
  font-weight: bold;
  font-size: 24px;  /* ← PC用 */
  transition: opacity 0.3s;
}

.brand-links a:hover {
  color: #000;
  opacity: 1;
}

/* 縦矢印（中央） */
.vertical-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 184px;
  justify-content: space-between;
}

.arrow-line {
  width: 3px;
  height: 184px;
  background-color: #000;
}

.arrow-head {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 18px solid #000;
}

/* 厚薄ラベル（右） */
.thickness-labels {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 184px;
  font-size: 18px; /* ← PC用 */
  color: #333;
}

.thickness-labels .thick {
  align-self: flex-start;
}

.thickness-labels .thin {
  align-self: flex-end;
}

/* ブランド名颜色按顺序渐变 */
.brand-links a:nth-child(1) {
  color: #111;  /* CAMBER 深灰 */
}
.brand-links a:nth-child(2) {
  color: #555;  /* Healthknit 中灰 */
}
.brand-links a:nth-child(3) {
  color: #888;  /* WALLA WALLA 浅灰 */
}
.brand-links a:nth-child(4) {
  color: #bbb;  /* VELVA SHEEN 更浅灰 */
}

/* 矢印中线渐变 */
.arrow-line {
  background: linear-gradient(to bottom, #111, #555, #888, #bbb);
}

/* 矢印头部颜色与最下段一致 */
.arrow-head {
  border-top-color: #bbb;
}

/* 厚薄ラベル颜色：上深下浅 */
.thickness-labels .thick {
  color: #111;
}
.thickness-labels .thin {
  color: #bbb;
}

/* 📱 スマホ用：全体を縮小調整 */
@media (max-width: 768px) {
  .vertical-nav {
    gap: 22px;
    padding: 25px 0;
  }

  .brand-links {
    gap: 14px;
  }

  .brand-links a {
    font-size: 18px; /* ← スマホ用に縮小 */
  }

  .vertical-arrow {
    height: 144px;
  }

  .arrow-line {
    height: 144px;
    width: 3px;
  }

  .arrow-head {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #000;
    border-top-color: #bbb;
  }

  .thickness-labels {
    height: 150px;
    font-size: 15px; /* ← スマホ用に縮小 */
  }
}


.area-wrapper {
  width: 1100px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.header_img {
  text-align: center;
  margin: 8rem 0;
}
.header_img img {
  max-width: 250px;
  height: auto;
}

.sub-title {
  text-align: center;
  margin: 21px;
}
.sub-title dn {
  font-family: "Prata", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(28px, 6vw, 34px);
  line-height: 1.5;
  word-break: break-word;
  padding-top: 1px;
  padding-bottom: 5px;
}
.sub-title dl {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size:21px;
  line-height: 1.9;
  padding-top: 1px;
  padding-bottom: 10px;
}

.highlight {
  display: inline;
  background: linear-gradient(transparent 74%, #ececf5 74%);
  background-size: 100% 26px;
}
.highlight_under {
  color: #eb9749;
  font-weight: bold;
  text-decoration: underline;
}


.short-line {
  width: 15%;
  margin: 0 auto;
  border: none; 
  border-top: 1px solid black;
}
.slash-line {
  width: 7%;
  margin: 40px auto 40px;
  border: none; 
  border-top: 1px solid #082d4f;
  transform: rotate(45deg);
}

/* video左右part */
.video-text-container {
  display: flex;
  align-items: center;
  gap: 40px; /* 左右の間隔 */
  max-width: 1000px;
  margin: 0 auto;
}
.video-box {
  width: 50%;
}
.image-text-container {
  display: flex;
  align-items: center;
  gap: 40px; /* 左右の間隔 */
  max-width: 1000px;
  margin: 120px auto 0px;
}
.image-box {
  width: 50%;
}
.hacobune-univideo {
  width: 100%;
}
.text-box {
  width: 50%;
  font-size: 13px;
  max-width: 530px;
  line-height: 1.7;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .video-text-container {
    flex-direction: column;
    gap: 20px;
  }
  .video-box, .text-box {
    width: 100%;
  }
  .image-text-container {
    flex-direction: column;
    gap: 20px;
  }  
  .image-box, .text-box {
    width: 90%;
  }
  .text-box {
    font-size: 14px;
    max-width: 350px;
    padding-bottom: 1px;
    text-align: center;
    line-height: 1.7;
    font-weight: normal;
  }
}


.container {
  display: flex;
  justify-content: center;
  align-items: flex-end; /* 下端揃え */
  gap: 40px;
  max-width: 850px;
  margin: 2rem auto 5rem;
}
.container img {
  display: flex;
  max-width: 75%;
  justify-content: center;
}

.left,
.right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* テキストを下端寄せ */
  gap:30px;
  background-color: #f5f5f5;
  padding: 45px;
}

.left img {
  width: 140%;
  max-width: 700px;
}

.right img {
  width: 150%;
  max-width: 600px;
}

.left p {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 14px;
  max-width: 480px;
  line-height: 1.7;
}
.right p {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 14px;
  max-width: 480px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }
  .container img {
    display: flex;
    max-width: 100%;
    justify-content: center;
  }
  .left,
  .right {
  display: flex;
  flex-direction: column;
  gap:30px;
  padding: 30px;
}
  .left p {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-size: 13px;
    max-width: 350px;
    padding-bottom: 1px;
    text-align: center;
    line-height: 1.7;
    font-weight: normal;
  }
  .right p {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-size: 14px;
    max-width: 350px;
    padding-bottom: 1px;
    line-height: 1.5;
    font-weight: normal;
  }
}


/* slider */
.container_wrap {
  width: 100%;
  position: relative;
}

.slider-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
  color: white;
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
}

.swiper {
  width: 100%;
  max-width: 1000px;
  height: auto;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slide-item {
  text-align: center;
}

/* PC用のスタイル（897px以上） */
@media screen and (min-width: 897px) {
  .slider-text {
    font-size: 1.5rem; 
  }
  .swiper {
    height: auto;
  }
  .swiper-wrapper {
    display: flex; 
    gap: 9px;
  }

  .swiper-slide {
    flex: 1; 
    display: block;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
  }
}


.description-container {
  max-width: 750px; /* コンテナの最大幅を設定 */
  margin: 22px auto;
  padding-bottom: 22px;
  text-align: center; 
}

.description-container p {
  font-size: 14px;
  text-align: center; 
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.description-container .border-line {
  border-top: 1px solid black; 
  border-bottom: 1px solid black;
  margin: 20px 0; 
}

@media screen and (max-width: 896px) {
  .description-container {
    font-size: 12px;
    max-width: 345px;
    margin: 30px auto;
    padding-bottom: 1px;
    text-align: center; 
  }
}  



.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;
  }
}

.pic-1s {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 3px;
  margin: 5px;
}
.pic-1s img {
  max-width: 50%;
  height: auto;
}
 
@media screen and (max-width: 768px) {
  .pic-1s img {
    max-width: 95%; 
    margin: 0; 
  }
}


.info_cloth {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 14px 17px;
  width: 75%;
  margin: 2rem auto;
}
@media (max-width: 768px) {
  .info_cloth {
      width: 80%; 
      border-radius: 6px;
      padding: 9px 6px;
      margin: 1rem auto;
  }
}

.product-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; 
  gap: 24px; 
}

.product-card {
  width: 25%;
  min-width: 220px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .product-card {
    width: 95%;
  }
}

.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: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 0 5px;
}
.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.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;
}


.brand_logo {
  max-width: 200px;
  margin: 0 auto 200px;
}

.brand_logo img {
  width: 100%;
  height: auto;
  display: block;
}


@media screen and (max-width: 896px) {
  .media_pc {
    display: none !important;
  }
  .media_sp {
    display: block !important;
    text-align: center;
  }
  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-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 0rem 0rem;
  }
  .whole_wrapper {
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  .area-header {
    margin-bottom: 1rem;
  }
  .mainvisual img {
    width: 100%;
  }
  .main_lead {
    text-align: center;
    font-size: 1.43rem;
    line-height: 1.7;
    font-weight: normal;
  }

  .area-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
  }

  .header_img {
    text-align: center;
    margin: 1rem 0;
    padding-top: 60px;
  }
  .header_img img {
    max-width: 60%;
    height: auto;
  }

  .wrap-set {
    gap: 0 2rem;
  }

  .brand_logo {
    max-width: 20rem;
    margin: 0 auto 9rem;
  }
}



@media screen and (min-width: 360px) and (max-width: 896px) {
}
@media screen and (min-width: 360px) and (max-width: 767px) {
}
/*iphone5.6.7*/
@media screen and (max-width: 359px) {
}
