/* =========================================
   chouette clair - inner pages
   scope: .cc-shell .cc-page
========================================= */

/* generic page body */
.cc-shell .cc-page:not(#index-view) {
  padding-bottom: 80px;
}

/* page headers */
.cc-shell .cc-page .p-page_header,
.cc-shell .cc-page .cc-page-header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px 40px 20px;
}

.cc-shell .cc-page .p-page_header__inner__title,
.cc-shell .cc-page .cc-page-header__title,
.cc-shell .cc-page h1.u-text--head:first-child {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(36px, 5vw, 56px) !important;
  line-height: 1.05;
  color: #111 !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0;
}

.cc-shell .cc-page .cc-page-header__lead {
  margin-top: 14px;
  max-width: 760px;
  color: var(--cc-text-soft);
  line-height: 1.9;
}

/* container normalization */
.cc-shell .cc-page .l-container__row,
.cc-shell .cc-page .l-container__row * {
  box-sizing: border-box;
}

.cc-shell .cc-page .l-container__row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* information / legal / base info tables */
.cc-shell .cc-page .p-page_table__inner,
.cc-shell .cc-page .p-page_content,
.cc-shell .cc-page .p-page_content__inner,
.cc-shell .cc-page .p-static_page,
.cc-shell .cc-page .p-static_page__inner {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(17,17,17,0.06);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--cc-shadow-sm);
}

.cc-shell .cc-page .c-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.cc-shell .cc-page .c-table th,
.cc-shell .cc-page .c-table td {
  padding: 18px 12px;
  vertical-align: top;
  border-bottom: 1px solid rgba(17,17,17,0.08);
}

.cc-shell .cc-page .c-table th {
  width: 28%;
  color: #111 !important;
  font-size: 13px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cc-shell .cc-page .c-table td {
  color: var(--cc-text-soft) !important;
  line-height: 1.9;
}

/* generic text blocks */
.cc-shell .cc-page .u-text--body,
.cc-shell .cc-page p,
.cc-shell .cc-page li,
.cc-shell .cc-page dd,
.cc-shell .cc-page td {
  color: var(--cc-text-soft);
  line-height: 1.9;
}

.cc-shell .cc-page .u-text--strong,
.cc-shell .cc-page strong,
.cc-shell .cc-page th {
  color: #111;
}

.cc-shell .cc-page .u-text--link,
.cc-shell .cc-page a:not(.cc-btn):not(.cc-btn-secondary):not(.cc-btn-ghost):not(.nav-link) {
  color: #111 !important;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

/* forms */
.cc-shell .cc-page input[type="text"],
.cc-shell .cc-page input[type="email"],
.cc-shell .cc-page input[type="tel"],
.cc-shell .cc-page input[type="password"],
.cc-shell .cc-page input[type="search"],
.cc-shell .cc-page input[type="number"],
.cc-shell .cc-page select,
.cc-shell .cc-page textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(17,17,17,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  padding: 0 18px;
  color: #111;
  outline: none;
}

.cc-shell .cc-page textarea {
  min-height: 140px;
  border-radius: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
}

.cc-shell .cc-page label {
  color: #111;
}

/* buttons */
.cc-shell .cc-page button,
.cc-shell .cc-page .btn,
.cc-shell .cc-page .c-btn,
.cc-shell .cc-page input[type="submit"],
.cc-shell .cc-page input[type="button"] {
  border-radius: 999px !important;
}

.cc-shell .cc-page .btn-default,
.cc-shell .cc-page .u-color__bg--accent,
.cc-shell .cc-page input[type="submit"],
.cc-shell .cc-page .c-form_table__submit,
.cc-shell .cc-page .c-btn--primary {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

.cc-shell .cc-page .btn-default:hover,
.cc-shell .cc-page input[type="submit"]:hover {
  background: #222 !important;
  border-color: #222 !important;
}

/* product list / cards */
.cc-shell .cc-page .c-product_item,
.cc-shell .cc-page .p-product_card,
.cc-shell .cc-page .product-card {
  background: transparent;
}

.cc-shell .cc-page .c-product_item__inner,
.cc-shell .cc-page .p-product_card__inner {
  background: transparent;
}

.cc-shell .cc-page .c-product_item__image,
.cc-shell .cc-page .c-product_image,
.cc-shell .cc-page .p-product_card__image {
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #f5eee7 0%, #e7ddd3 100%);
  box-shadow: var(--cc-shadow-sm);
}

.cc-shell .cc-page .c-product_item__name,
.cc-shell .cc-page .c-product_name,
.cc-shell .cc-page .p-product_card__name {
  color: #111 !important;
  line-height: 1.5;
}

.cc-shell .cc-page .c-product_item__price,
.cc-shell .cc-page .c-product_price,
.cc-shell .cc-page .p-product_card__price {
  color: #111 !important;
}

/* product detail */
.cc-shell .cc-page .p-product_info,
.cc-shell .cc-page .c-product_info,
.cc-shell .cc-page .product-info {
  background: transparent;
}

.cc-shell .cc-page .c-product_info__inner,
.cc-shell .cc-page .p-product_info__inner {
  display: grid;
  gap: 20px;
}

.cc-shell .cc-page .c-product_info__name,
.cc-shell .cc-page .p-product_info__name,
.cc-shell .cc-page .product-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(34px, 5vw, 54px) !important;
  line-height: 1.05;
  color: #111 !important;
  font-weight: 500;
}

.cc-shell .cc-page .c-product_info__price,
.cc-shell .cc-page .p-product_info__price,
.cc-shell .cc-page .product-price {
  color: #111 !important;
  font-size: 18px !important;
}

.cc-shell .cc-page .c-product_info__description,
.cc-shell .cc-page .p-product_info__description,
.cc-shell .cc-page .product-description {
  color: var(--cc-text-soft) !important;
  line-height: 1.95;
}

/* accordion / details */
.cc-shell .cc-page details,
.cc-shell .cc-page .c-accordion,
.cc-shell .cc-page .c-product_info__details {
  border-top: 1px solid rgba(17,17,17,0.08);
}

.cc-shell .cc-page summary,
.cc-shell .cc-page .c-accordion__head,
.cc-shell .cc-page .c-product_info__details__head {
  cursor: pointer;
  padding: 18px 0;
  color: #111;
}

/* carts / panels / boxes */
.cc-shell .cc-page .c-panel,
.cc-shell .cc-page .p-panel,
.cc-shell .cc-page .c-cart_table,
.cc-shell .cc-page .p-cart_box,
.cc-shell .cc-page .c-box {
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(17,17,17,0.06);
  border-radius: 24px;
  box-shadow: var(--cc-shadow-sm);
}

/* breadcrumbs */
.cc-shell .cc-page .c-breadcrumb,
.cc-shell .cc-page .p-breadcrumb {
  color: var(--cc-text-faint);
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* mobile */
@media (max-width: 980px) {
  .cc-shell .cc-page .p-page_header,
  .cc-shell .cc-page .cc-page-header,
  .cc-shell .cc-page .l-container__row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cc-shell .cc-page .p-page_table__inner,
  .cc-shell .cc-page .p-page_content,
  .cc-shell .cc-page .p-page_content__inner,
  .cc-shell .cc-page .p-static_page,
  .cc-shell .cc-page .p-static_page__inner {
    padding: 20px;
  }

  .cc-shell .cc-page .c-table th,
  .cc-shell .cc-page .c-table td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cc-shell .cc-page .c-table th {
    padding-bottom: 6px;
    border-bottom: 0;
  }

  .cc-shell .cc-page .c-table td {
    padding-top: 0;
  }
}

/* ============================================================
   chouette clair product pages
   cc-pages.css 追記用
   商品一覧 / 商品詳細 / 汎用下層ページの世界観統一
   ============================================================ */

/* =========================
   Common page width / spacing
   ========================= */
.l-container,
.js-main-container,
.p-search,
.p-product,
.p-products,
.p-category,
.p-page {
  background: #faf8f4;
}

.c-breadcrumb,
.p-breadcrumb {
  max-width: 1440px;
  margin: 0 auto;
  padding: 22px 28px 0;
  font-size: 12px;
  color: #8c7661;
}

.c-breadcrumb a,
.p-breadcrumb a {
  color: #8c7661;
  text-decoration: none;
}

/* =========================
   Product list / archive
   ========================= */
.c-product_list,
.p-products__list,
.p-product_list,
.c-product_archive {
  max-width: 1440px;
  margin: 0 auto;
  padding: 36px 28px 96px;
}

.c-product_list__title,
.p-products__title,
.p-product_list__title,
.c-product_archive__title,
.c-page_title,
.p-page__title,
h1.c-page_title,
h1.p-page__title {
  margin: 0 0 28px;
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(42px, 5vw, 72px) !important;
  font-weight: 400 !important;
  line-height: 1.05;
  color: #111111 !important;
  letter-spacing: 0.03em;
}

/* 一覧上部の説明や件数 */
.c-product_list__lead,
.p-products__lead,
.c-product_list__count,
.p-products__count,
.c-page_description,
.p-page__description {
  color: #6f675f !important;
  font-size: 13px !important;
  line-height: 1.9;
}

/* グリッド */
.c-product_list__content,
.p-products__content,
.c-product_archive__content,
.c-product_list__items,
.p-products__items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: start;
}

/* 商品カード全体 */
.c-product_item,
.p-product_item,
.c-product_card {
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* 画像ラッパ */
.c-product_item__image,
.p-product_item__image,
.c-product_card__image,
.c-product_item__image_wrap {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 2px !important;
  background: #f5f0e8 !important;
  aspect-ratio: 3 / 4;
  margin-bottom: 16px !important;
}

.c-product_item__image img,
.p-product_item__image img,
.c-product_card__image img,
.c-product_item__image_wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.45s ease;
}

.c-product_item:hover .c-product_item__image img,
.p-product_item:hover .p-product_item__image img,
.c-product_card:hover .c-product_card__image img,
.c-product_item:hover .c-product_item__image_wrap img {
  transform: scale(1.03);
}

/* 商品名・価格 */
.c-product_item__name,
.p-product_item__name,
.c-product_card__name {
  margin: 0 0 8px !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  color: #111111 !important;
  letter-spacing: 0.02em;
}

.c-product_item__price,
.p-product_item__price,
.c-product_card__price {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: #111111 !important;
}

.c-product_item__category,
.p-product_item__category,
.c-product_item__vendor,
.p-product_item__vendor {
  margin: 0 0 4px !important;
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
  color: #8c7661 !important;
  text-transform: uppercase;
}

/* バッジ */
.c-product_item__label,
.c-product_item__badge,
.p-product_item__label,
.p-product_item__badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #111111 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  letter-spacing: 0.14em !important;
}

/* 並び替え / フィルタ */
.c-product_list__sort,
.p-products__sort,
.c-product_filter,
.p-product_filter,
.c-search_result__sort {
  margin-bottom: 28px;
}

.c-product_list__sort select,
.p-products__sort select,
.c-product_filter select,
.p-product_filter select,
.c-search_result__sort select {
  min-height: 46px;
  border: 1px solid #e7ddd2 !important;
  background: #ffffff !important;
  color: #111111 !important;
  padding: 0 14px;
  font-size: 13px;
}

/* ページネーション */
.c-pagination,
.p-pagination {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.c-pagination a,
.p-pagination a,
.c-pagination span,
.p-pagination span {
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7ddd2;
  color: #111111;
  background: #fff;
  text-decoration: none;
  font-size: 13px;
}

/* =========================
   Product detail
   ========================= */
.c-product,
.p-product,
.c-product_view,
.p-product_view {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 28px 96px;
}

.c-product__inner,
.p-product__inner,
.c-product_view__inner,
.p-product_view__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr) !important;
  gap: 56px !important;
  align-items: start;
}

/* 左側画像 */
.c-product__images,
.p-product__images,
.c-product_view__images,
.p-product_view__images,
.c-product_info__image,
.c-product_gallery {
  position: relative;
}

.c-product__images img,
.p-product__images img,
.c-product_view__images img,
.p-product_view__images img,
.c-product_info__image img,
.c-product_gallery img {
  width: 100%;
  display: block;
  border-radius: 2px;
  background: #f5f0e8;
}

/* 右側情報 */
.c-product_info,
.p-product_info,
.c-product__summary,
.p-product__summary {
  position: sticky;
  top: 110px;
}

.c-product_info__name,
.p-product_info__name,
.c-product__title,
.p-product__title {
  margin: 0 0 12px !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(42px, 5vw, 68px) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  color: #111111 !important;
  letter-spacing: 0.02em;
}

.c-product_info__category,
.p-product_info__category,
.c-product__vendor,
.p-product__vendor {
  margin: 0 0 8px !important;
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
  color: #8c7661 !important;
  text-transform: uppercase;
}

.c-product_info__price,
.p-product_info__price,
.c-product__price,
.p-product__price {
  margin: 0 0 22px !important;
  font-size: 20px !important;
  line-height: 1.6 !important;
  color: #111111 !important;
}

.c-product_info__description,
.p-product_info__description,
.c-product__description,
.p-product__description {
  margin: 0 0 28px !important;
  color: #6f675f !important;
  font-size: 14px !important;
  line-height: 1.95 !important;
}

/* バリエーション / 数量 */
.c-product_info__variants,
.p-product_info__variants,
.c-product_info__quantity,
.p-product_info__quantity,
.c-product__options,
.p-product__options {
  margin-bottom: 22px;
}

.c-product_info select,
.c-product_info input,
.p-product_info select,
.p-product_info input,
.c-product__summary select,
.c-product__summary input,
.p-product__summary select,
.p-product__summary input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #e7ddd2 !important;
  background: #ffffff !important;
  color: #111111 !important;
  padding: 0 14px !important;
  box-sizing: border-box;
}

/* カートボタン */
.c-product_info__btn,
.p-product_info__btn,
.c-product__cart_button,
.p-product__cart_button,
.c-product_info__actions .c-btn,
.p-product_info__actions .c-btn {
  width: 100%;
}

.c-product_info__btn button,
.p-product_info__btn button,
.c-product__cart_button button,
.p-product__cart_button button,
.c-product_info__actions .c-btn,
.p-product_info__actions .c-btn {
  width: 100% !important;
  min-height: 56px !important;
  border: 1px solid #111111 !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* 補助情報 */
.c-product_info__details,
.p-product_info__details,
.c-product__details,
.p-product__details {
  margin-top: 28px;
  border-top: 1px solid #e7ddd2;
}

.c-product_info__details__item,
.p-product_info__details__item,
.c-product__details__item,
.p-product__details__item {
  border-bottom: 1px solid #e7ddd2;
}

/* 関連商品 */
.c-related_products,
.p-related_products,
.c-recommend_products,
.p-recommend_products {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px 96px;
}

.c-related_products__title,
.p-related_products__title,
.c-recommend_products__title,
.p-recommend_products__title {
  margin: 0 0 28px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.08;
  color: #111111;
}

/* =========================
   Generic static pages
   ========================= */
.c-page_content,
.p-page_content,
.c-static_page,
.p-static_page,
.c-article,
.p-article {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 28px 96px;
}

.c-page_content h1,
.c-page_content h2,
.c-page_content h3,
.p-page_content h1,
.p-page_content h2,
.p-page_content h3,
.c-static_page h1,
.c-static_page h2,
.c-static_page h3,
.p-static_page h1,
.p-static_page h2,
.p-static_page h3 {
  font-family: "Cormorant Garamond", serif;
  color: #111111;
}

.c-page_content p,
.p-page_content p,
.c-static_page p,
.p-static_page p {
  color: #6f675f;
  line-height: 1.95;
  font-size: 14px;
}

/* =========================
   Responsive
   ========================= */
@media screen and (max-width: 1200px) {
  .c-product_list__content,
  .p-products__content,
  .c-product_archive__content,
  .c-product_list__items,
  .p-products__items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .c-product__inner,
  .p-product__inner,
  .c-product_view__inner,
  .p-product_view__inner {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .c-product_info,
  .p-product_info,
  .c-product__summary,
  .p-product__summary {
    position: static;
    top: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-breadcrumb,
  .p-breadcrumb,
  .c-product_list,
  .p-products__list,
  .p-product_list,
  .c-product_archive,
  .c-product,
  .p-product,
  .c-product_view,
  .p-product_view,
  .c-related_products,
  .p-related_products,
  .c-recommend_products,
  .p-recommend_products,
  .c-page_content,
  .p-page_content,
  .c-static_page,
  .p-static_page,
  .c-article,
  .p-article {
    padding-left: 18px;
    padding-right: 18px;
  }

  .c-product_list__content,
  .p-products__content,
  .c-product_archive__content,
  .c-product_list__items,
  .p-products__items {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .c-product_item__name,
  .p-product_item__name,
  .c-product_card__name {
    font-size: 28px !important;
  }

  .c-product_info__name,
  .p-product_info__name,
  .c-product__title,
  .p-product__title {
    font-size: clamp(34px, 10vw, 52px) !important;
  }
}

/* =========================
   Static page hero / about
   ========================= */
.cc-static-hero {
  background: #faf8f4;
  padding: 56px 0 18px;
}

.cc-static-hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px;
}

.cc-static-hero__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #8c7661;
  text-transform: uppercase;
}

.cc-static-hero__title {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(46px, 6vw, 82px);
  font-weight: 400;
  line-height: 1.02;
  color: #111111;
}

.cc-static-hero__lead {
  max-width: 620px;
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #6f675f;
}

.cc-static-content {
  background: #faf8f4;
  padding: 24px 0 96px;
}

.cc-static-content__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 28px;
}

.cc-static-block + .cc-static-block {
  margin-top: 42px;
}

.cc-static-block h2 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.08;
  color: #111111;
}

.cc-static-block p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.95;
  color: #6f675f;
}

@media screen and (max-width: 768px) {
  .cc-static-hero {
    padding: 34px 0 8px;
  }

  .cc-static-hero__inner,
  .cc-static-content__inner {
    padding: 0 18px;
  }

  .cc-static-hero__title {
    font-size: clamp(36px, 11vw, 58px);
  }

  .cc-static-content {
    padding: 20px 0 72px;
  }
}

/* =========================
   FAQ page
   ========================= */
.cc-faq-item + .cc-faq-item {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #e7ddd2;
}

.cc-faq-item h2 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.1;
  color: #111111;
}

.cc-faq-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.95;
  color: #6f675f;
}

/* =========================
   Contact page
   ========================= */
.cc-inline-link {
  color: #111111;
  text-decoration: none;
  border-bottom: 1px solid #111111;
  padding-bottom: 2px;
}

.cc-contact-form-section {
  background: #f5f0e8;
  padding: 72px 0 96px;
}

.cc-contact-form-section__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 28px;
}

.cc-contact-form-section__inner h2 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.08;
  color: #111111;
}

.cc-contact-form-section__inner p {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.95;
  color: #6f675f;
}

.cc-contact-form {
  display: grid;
  gap: 18px;
}

.cc-contact-form__group {
  display: grid;
  gap: 8px;
}

.cc-contact-form__group label {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #8c7661;
  text-transform: uppercase;
}

.cc-contact-form__group input,
.cc-contact-form__group textarea {
  width: 100%;
  border: 1px solid #e7ddd2;
  background: #ffffff;
  color: #111111;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.7;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

.cc-contact-form__group textarea {
  resize: vertical;
  min-height: 160px;
}

.cc-contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  width: 220px;
}

@media screen and (max-width: 768px) {
  .cc-contact-form-section {
    padding: 56px 0 72px;
  }

  .cc-contact-form-section__inner {
    padding: 0 18px;
  }

  .cc-contact-form__submit {
    width: 100%;
  }
}

/* =========================
   Lookbook page
   ========================= */
.cc-lookbook-page {
  background: #faf8f4;
  padding: 24px 0 96px;
}

.cc-lookbook-page__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px;
}

.cc-lookbook-page__intro {
  max-width: 720px;
  margin-bottom: 36px;
}

.cc-lookbook-page__intro h2 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.08;
  color: #111111;
}

.cc-lookbook-page__intro p {
  margin: 0;
  font-size: 14px;
  line-height: 1.95;
  color: #6f675f;
}

.cc-lookbook-page__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 760px;
}

.cc-lookbook-page__item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.cc-lookbook-page__item--tall {
  grid-row: span 2;
}

.cc-lookbook-page__item--wide {
  grid-column: 2 / 4;
}

.cc-lookbook-page__image {
  position: absolute;
  inset: 0;
  transition: transform 0.45s ease;
}

.cc-lookbook-page__item:hover .cc-lookbook-page__image {
  transform: scale(1.03);
}

.cc-lookbook-page__caption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 2;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1.1;
  color: #ffffff;
}

.cc-lookbook-page__caption--light {
  color: #f5f0e8;
}

.cc-lookbook-page__note {
  max-width: 720px;
  margin-top: 32px;
}

.cc-lookbook-page__note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.95;
  color: #6f675f;
}

@media screen and (max-width: 1024px) {
  .cc-lookbook-page__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }

  .cc-lookbook-page__item--tall,
  .cc-lookbook-page__item--wide {
    grid-row: auto;
    grid-column: auto;
  }

  .cc-lookbook-page__item {
    min-height: 320px;
  }
}

@media screen and (max-width: 768px) {
  .cc-lookbook-page {
    padding: 20px 0 72px;
  }

  .cc-lookbook-page__inner {
    padding: 0 18px;
  }

  .cc-lookbook-page__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cc-lookbook-page__item {
    min-height: 260px;
  }

  .cc-lookbook-page__caption {
    left: 18px;
    bottom: 16px;
    font-size: 24px;
  }
}

/* =========================
   特定商取引法に基づく表記
   ========================= */
.cc-law-table {
  border-top: 1px solid #e7ddd2;
  background: #faf8f4;
}

.cc-law-row {
  display: grid;
  grid-template-columns: 260px 1fr;
  border-bottom: 1px solid #e7ddd2;
}

.cc-law-head {
  padding: 22px 24px;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #8c7661;
  background: #f5f0e8;
}

.cc-law-body {
  padding: 22px 24px;
  font-size: 14px;
  line-height: 1.95;
  color: #111111;
  background: #faf8f4;
}

@media screen and (max-width: 768px) {
  .cc-law-row {
    grid-template-columns: 1fr;
  }

  .cc-law-head,
  .cc-law-body {
    padding: 16px 18px;
  }
}