@charset "UTF-8";

/* カシミヤコラム */
.cashmere-page,
.cashmere-page * {
  box-sizing: border-box;
}

.cashmere-page {
  color: #403b36;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.035em;
}

.cashmere-page img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cashmere-page a {
  color: inherit;
}

.cashmere-container {
  width: 100%;
  margin: 0 auto;
}

.cashmere-inner {
  width: auto;
  margin: 0 16px;
}

.cashmere-header {
  padding-top: 4px;
}

.cashmere-page-title {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
}

.cashmere-date {
  margin: 0 0 24px;
  color: #7b736b;
  font-size: 13px;
}

.cashmere-main-visual {
  margin: 0 0 32px;
}

.cashmere-main-visual picture,
.cashmere-main-visual img {
  display: block;
  width: 100%;
}

.cashmere-lead {
  max-width: 800px;
  margin: 0 auto 52px;
  line-height: 2.1;
  text-align: center;
}

.cashmere-index {
  margin: 0 auto 52px;
  padding: 24px 22px;
  border: 1px solid #ddd5ca;
  background: #fff;
}

.cashmere-index-title {
  margin: 0 0 16px;
  color: #9b7b55;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-align: center;
}

.cashmere-index ol {
  margin: 0;
  padding-left: 1.6em;
}

.cashmere-index ol > li + li {
  margin-top: 7px;
}

.cashmere-index ul {
  margin: 5px 0 0;
  padding-left: 1.4em;
  list-style: none;
  color: #666;
  font-size: 13px;
}

.cashmere-index a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.cashmere-index a:hover {
  border-color: #9b7b55;
}

.cashmere-section {
  margin-bottom: 64px;
}

/* アンカーリンクの停止位置調整 */
.cashmere-anchor {
  display: block;
  position: relative;
  top: -120px;
  height: 0;
  visibility: hidden;
  pointer-events: none;
}

.cashmere-section h2 {
  margin: 0 0 24px;
  padding: 14px 0 12px;
  border-top: 1px solid #9b7b55;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
}

.cashmere-section h3 {
  margin: 34px 0 14px;
  padding-top: 12px;
  border-top: 1px solid #ddd5ca;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}

.cashmere-section p {
  margin: 0 0 18px;
}

.cashmere-wide-image {
  margin: 30px 0 0;
}

.cashmere-wide-image img {
  display: block;
  width: 100%;
}

.cashmere-table-wrap {
  width: 100%;
  margin: 28px 0 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cashmere-compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  color: #3f342b;
  font-size: 14px;
  line-height: 1.65;
}

.cashmere-compare-table th,
.cashmere-compare-table td {
  padding: 12px 14px;
  border: 1px solid #d7c6b4;
  vertical-align: middle;
}

.cashmere-compare-table thead th {
  background: #ede0d1;;
  text-align: center;
  font-weight: 700;
}

.cashmere-compare-table tbody th {
  width: 17%;
  background: #f8f4ef;
  text-align: center;
  font-weight: 700;
}

.cashmere-compare-table tbody td {
  width: 41.5%;
  background: #fff;
  text-align: center;
}

.cashmere-point {
  margin: 28px 0 0;
  padding: 18px 22px;
  border: 1px solid #cdb9a3;
  background: #faf7f3;
}

.cashmere-point-title {
  margin-bottom: 6px !important;
  color: #9a6e3d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight:700;
}

.cashmere-point p:last-child {
  margin-bottom: 0;
}

.cashmere-recommend-list {
  margin: 0 0 22px;
  padding-left: 1.4em;
  list-style: disc;
}

.cashmere-recommend-list li + li {
  margin-top: 4px;
}

.cashmere-product-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 30%;
  align-items: center;
  margin-top: 34px;
  padding: 30px;
  border: 1px solid #cdb9a3;
  background: #fbf8f4;
}

.cashmere-product-cta-text {
  min-width: 0;
}

.cashmere-product-cta-label {
  margin: 0 0 8px !important;
  color: #8b6b4b;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.cashmere-product-cta-title {
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #49382d;
  font-size: 23px !important;
  font-weight: 500 !important;
}

.cashmere-product-cta-description {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.85;
}

.cashmere-product-cta-image {
  margin: 0;
}

.cashmere-product-cta-image img {
  display: block;
  width: 70%;
  max-width: 320px;
  margin: 0 auto;
  height: auto;
}

.cashmere-product-cta-button-wrap {
  position: static;
  grid-column: 1 / -1;
  text-align: center;
  padding-top: 20px;
}

.cashmere-product-cta-button {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 12px 0;

  font-family: "游ゴシック", YuGothic,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    "ＭＳ ゴシック",
    sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;

  color: #fff !important;
  text-align: center;
  text-decoration: none;

  background: #3d3d3d;
  border-radius: 4px;

  transition: opacity 0.2s ease;
}

.cashmere-product-cta-button:hover {
  color: #fff;
  opacity: 0.8;
}

.cashmere-product-cta-button span {
  font-size: 21px;
  line-height: 1;
}

.cashmere-related {
  position: relative;
  box-sizing: border-box;
  max-width: 700px;
  margin: 56px auto 48px;
  padding: 54px 24px 24px;
  border: 1px solid #ddd5ca;
  background: #fff;
}

.cashmere-related h2 {
  position: absolute;
  top: 14px;
  margin: 0;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid #ddd5ca;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  right: 14px;
}

.cashmere-related-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.cashmere-related-item img {
  display: block;
  width: 120px;
  height: auto;
}

.cashmere-related-item small,
.cashmere-related-item strong {
  display: block;
  font-size: 14px;
  line-height: 1.7;
}

.cashmere-related-item small {
  margin-bottom: 6px;
  color: #7b736b;
  font-size: 12px;
}

/* 回遊ブロック外側の白背景 */
.cashmere-navigation-area {
  width: 100%;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 70px;
}

/* カシミヤについてもっと知る */
.cashmere-navigation {
  width: calc(100% - 32px);
  max-width: 1000px;
  margin: 0 auto;
  color: #403b36;
  background: #fff;
}

.cashmere-navigation-head {
  margin-bottom: 32px;
  text-align: center;
}

.cashmere-navigation-en {
  margin: 0 0 4px;
  color: #a98d70;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.08em;
}

.cashmere-navigation-title {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  font-family: "游ゴシック", YuGothic,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    "ＭＳ ゴシック",
    sans-serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}

.cashmere-navigation-title::before,
.cashmere-navigation-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #cdb9a3;
}

.cashmere-navigation-lead {
  margin: 0;
  color: #655d56;
  font-size: 14px;
  line-height: 1.9;
}

.cashmere-navigation-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.cashmere-navigation-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 32px 28px 24px;
  border: 1px solid #ddd5ca;
  background: #fff;
  text-align: center;
}

.cashmere-navigation-card h3 {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  color: #403b36;
  font-family: "游ゴシック", YuGothic,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    "ＭＳ ゴシック",
    sans-serif;
  font-size: 19px;
  line-height: 1.6;
  font-weight: bold;
}

.cashmere-navigation-card p {
  margin: 0 0 24px;
  color: #655d56;
  font-size: 14px;
  line-height: 1.9;
}

.cashmere-navigation-button {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: auto auto 0;
  padding: 12px 0;
  font-family: "游ゴシック", YuGothic,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    "ＭＳ ゴシック",
    sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  background: #3d3d3d !important;
  border-radius: 4px;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.cashmere-navigation-button:hover {
  color: #fff;
  opacity: 0.8;
}

/* 参考 */
.cashmere-references {
  color: #655d56;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #ddd5ca;
}

.cashmere-references-title {
  margin: 0 0 8px;
  font-weight: bold;
  color: #403b36;
}

.cashmere-references ul {
  margin: 0;
  padding-left: 1.4em;
}

.cashmere-references ul {
  margin: 0;
  padding-left: 24px;
  list-style: disc !important;
}

.cashmere-references li {
  margin-bottom: 6px;
  list-style: disc !important;
}

/* 参考：外部リンク */
.cashmere-external-link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  border: none;
  background: url(/assets/frontend/icn-sprite-pc-bb364c84c1a5d54afd8cffdf258e600c590b1b9d15ba46d9f5364ea5eb4372a2.png) -46px -115px no-repeat;
  background-size: 108px auto;
  vertical-align: middle;
}

.cashmere-references a {
  color: #655d56;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.cashmere-references {
  color: #655d56;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 48px;
  margin-bottom: 56px; /* ←追加 */
  padding-top: 24px;
  border-top: 1px solid #ddd5ca;
}

@media screen and (max-width: 640px) {
  .cashmere-page-title {
    font-size: 22px;
  }

  .cashmere-lead {
    text-align: left;
  }

  .cashmere-index {
    width: 100%;
    padding: 20px 0px;
  }

  .cashmere-section {
    margin-bottom: 52px;
  }

  .cashmere-section h2 {
    font-size: 18px;
  }

  .cashmere-table-wrap {
    margin-top: 22px;
    overflow-x: auto;
  }

  .cashmere-compare-table {
    min-width: 600px;
    font-size: 13px;
  }

  .cashmere-compare-table th,
  .cashmere-compare-table td {
    padding: 10px 11px;
  }

  .cashmere-point {
    padding: 16px;
  }

  .cashmere-product-cta {
    display: block;
    padding: 24px 18px 30px;
  }

  .cashmere-product-cta-image {
    margin-top: 20px;
  }

  .cashmere-product-cta-title {
    font-size: 20px !important;
  }

  .cashmere-related {
    max-width: none;
    margin: 48px auto 40px;
    padding: 52px 18px 20px;
  }

  .cashmere-related-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
  }

  .cashmere-related-item img {
    width: 96px;
  }

  .cashmere-related-item strong {
    font-size: 14px;
    line-height: 1.65;
  }

   .cashmere-related h2 {
    top: 14px;
    left: auto;
    right: 14px;
    font-size: 17px;
    text-align: left;
  }

  .cashmere-navigation-head {
    margin-bottom: 28px;
  }

  .cashmere-navigation-title {
    gap: 12px;
    font-size: 19px;
  }

  .cashmere-navigation-title::before,
  .cashmere-navigation-title::after {
    min-width: 20px;
  }

  .cashmere-navigation-lead {
    font-size: 13px;
  }

  .cashmere-navigation-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cashmere-navigation-card {
    padding: 30px 18px 20px;
  }

  .cashmere-navigation-card h3 {
    font-size: 18px;
  }

  .cashmere-navigation-card p {
    font-size: 13px;
  }

  .cashmere-navigation-button {
    width: 100%;
    max-width: 300px;
  }

  .cashmere-navigation-area {
    padding: 56px 0 40px;
  }

  .cashmere-navigation {
    width: auto;
    margin: 0 16px;
  }

  .cashmere-references {
  font-size: 14px;
}
}

@media screen and (min-width: 641px) {
  .cashmere-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .cashmere-inner {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
  }
  
   /* タイトルと日付は1000px幅に戻す */
  .cashmere-header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
  }

  .cashmere-page-title {
    font-size: 28px;
  }

  .cashmere-main-visual {
    margin-bottom: 40px;
  }

  .cashmere-index {
    width: 800px;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 64px;
    margin-left: auto;
    padding: 28px 34px;
  }

  .cashmere-section {
    margin-bottom: 72px;
  }

  .cashmere-section h2 {
    font-size: 22px;
  }

  .cashmere-related-item {
    grid-template-columns: 160px 1fr;
    gap: 20px;
  }

  .cashmere-related-item img {
    width: 160px;
  }
}