@charset "UTF-8";

*{margin:0;padding:0;box-sizing:border-box}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100% }
body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #1a1a1a;
  background:#fdfaf4;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
a { color:#1a1a1a;text-decoration:none;transition: opacity .18s }
a:hover{opacity:.68}
img{max-width:100%;height:auto;display:block}
button{font-family:inherit;cursor:pointer}
ul{list-style:none}


#topBar {
  background:#1a1a1a;
  color: #e8e3d6;
  padding: 9px 0 8px;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
.topBar_inner{
  max-width:1320px;
  margin:0 auto;
  padding: 0 1.75rem;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 20px;
  flex-wrap: wrap;
}
.topBar_inner i{ font-size: 14px; vertical-align:-2px;color:#c08f4d;margin-right:4px }
.topBar_left{ flex-shrink: 0 }
.topBar_mid{
  font-family: "Cormorant Garamond","Noto Serif JP",serif;
  font-style:italic;
  letter-spacing: 3px;
  font-size: 13px;
  color:#c8bf9d;
  flex-grow:1;
  text-align: center;
}
.topBar_right a{color:#e8e3d6}
.topBar_right a:hover{opacity:1;color:#c08f4d}


#navMain{
  background:#fdfaf4;
  padding: 22px 0 18px;
  border-bottom: 1px solid rgba(26,26,26,.08);
  position: sticky;
  top:0;
  z-index: 90;
}
.navMain_row1 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items:center;
  justify-content: space-between;
  gap: 1.875rem;
}
.navMain_logoLink{
  display:flex;
  align-items: center;
  gap: 12px;
}
.navMain_logoMark{
  display:inline-flex;
  width:44px; height:44px;
  background: #1a1a1a;
  color:#fdfaf4;
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 22px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
}
.navMain_logoTxt b{
  display:block;
  font-family:"Noto Serif JP",serif;
  font-weight:500;
  font-size: 18px;
  letter-spacing: 4px;
  line-height:1.1;
}
.navMain_logoTxt em{
  display:block;
  font-style:italic;
  font-family:"Cormorant Garamond",serif;
  font-size:11px;
  letter-spacing: 2px;
  color:#888;
  margin-top:2px;
}

.navMain_links{
  display: flex;
  gap: 2rem;
  align-items: center;
}
.navMain_links li a{
  font-family:"Noto Serif JP",serif;
  font-size:14px;
  font-weight: 400;
  letter-spacing:2px;
  color:#2a2a2a;
  position: relative;
  padding: 6px 0;
}
.navMain_links li a.is-now::after{
  content:"";
  position: absolute;
  bottom:-2px;left:0;right:0;
  height: 1px;
  background:#c08f4d;
}
.navMain_links li a:hover{color:#c08f4d;opacity:1}

.navMain_tools{
  display:flex;
  align-items:center;
  gap:18px;
}
.navMain_cartBtn{
  position: relative;
  display:inline-flex;
  align-items:center;
  gap:6px;
  background: #1a1a1a;
  color: #fdfaf4;
  padding: 9px 16px;
  border-radius: 999px;
  font-family:"Cormorant Garamond", serif;
  font-style: italic;
  font-size:13px;
}
.contact_plain{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  letter-spacing: 1px;
  color: inherit;
  cursor: default;
  user-select: text;
}
.contact_plain small{
  display: inline-block;
  font-family:"Cormorant Garamond",serif;
  font-size: 11px;
  color: #a09a85;
  margin-top: 2px;
}
.navMain_cartBtn i{font-size:17px}
.navMain_cartBtn:hover{opacity:1;background:#c08f4d}
.navMain_cartBdg {
  position:absolute;
  top:-4px; right:-6px;
  background:#c08f4d;
  color:#fff;
  font-family:"Inter",sans-serif;
  font-size:10px;
  font-weight:700;
  width: 19px; height: 19px;
  border-radius:50%;
  display:none;
  align-items:center;justify-content:center;
  line-height: 1;
}


#navMob{display:none}
.navMob_row{
  display: flex;
  align-items:center;
  justify-content: space-between;
  padding: 14px 18px;
  background:#fdfaf4;
  border-bottom: 1px solid rgba(26,26,26,.1);
  position:sticky;
  top: 0;
  z-index:99;
}
.navMob_burger{
  background:none;border:0;
  display:flex;flex-direction:column;
  gap:5px;
  padding:4px;
}
.navMob_burger span{
  display:block;
  width:24px;height:2px;
  background:#1a1a1a;
}
.navMob_logo{
  display:flex;
  align-items:center;
  gap:8px;
  font-family:"Noto Serif JP",serif;
  font-size:14px;
  letter-spacing: 3px;
}
.navMob_mark{
  width:32px;height:32px;
  background:#1a1a1a;
  color:#fdfaf4;
  display:inline-flex;
  align-items:center;justify-content:center;
  border-radius:50%;
  font-size:16px;
}
.navMob_cart{
  position:relative;
  font-size: 22px;
  color: #1a1a1a;
}
.navMob_cart i{font-size:22px}

.navMob_overlay{
  position:fixed;
  top:0;right:0;bottom:0;left:0;
  background:rgba(0,0,0,.55);
  z-index:9999;
  display:none;
}
.navMob_overlay.open{display:flex;flex-direction:column}
.navMob_overlay{
  padding: 70px 30px 1.875rem;
  background:#fdfaf4;
  flex-direction:column;
  gap:6px;
  align-items:stretch;
}
.navMob_overlay.open a{
  display:block;
  font-family:"Noto Serif JP",serif;
  font-size: 18px;
  letter-spacing:4px;
  padding:16px 0;
  border-bottom: 1px solid rgba(26,26,26,.08);
}
.navMob_close{
  position:absolute;
  top:18px;right:22px;
  font-size: 26px;
  color:#1a1a1a;
}
.navMob_close i{font-size:26px}


.heroEditorial{
  max-width:1320px;
  margin:0 auto;
  padding: 3.125rem 28px 38px;
}
.hero_grid{
  display:grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 50px;
  align-items: stretch;
}
.hero_imgCol{
  position:relative;
  overflow:hidden;
}
.hero_imgBox{
  position:relative;
  overflow:hidden;
  background:#efe9d8;
  height: 100%;
  min-height: 580px;
}
.hero_img{
  width: 100%; height: 100%;
  object-fit: cover;
  min-height: 580px;
}
.hero_imgTag{
  position:absolute;
  top:24px;left:22px;
  background:rgba(253,250,244,.92);
  padding: 7px 14px;
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing:1.5px;
  color:#1a1a1a;
}
.hero_imgBadge{
  position:absolute;
  top:24px; right:24px;
  background: #c08f4d;
  color:#fff;
  width:72px; height:72px;
  border-radius:50%;
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  font-family:"Noto Serif JP",serif;
}
.hero_imgBadge span{
  font-size: 13px;
  letter-spacing:1px;
  line-height: 1.1;
}
.hero_imgBadge em{
  font-style:normal;
  font-size: 9px;
  letter-spacing:3px;
  margin-top: 2px;
  font-family: "Inter",sans-serif;
}
.hero_overlayCard{
  position: absolute;
  bottom: 32px; left:30px;
  background: rgba(253,250,244,.95);
  padding: 22px 30px 20px;
  max-width: 22.5rem;
}
.hero_overlayTitle{
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 12px;
  line-height: 1.1;
  color: #1a1a1a;
}
.hero_overlayTitle span{ color:#c08f4d }
.hero_overlaySub{
  font-family:"Cormorant Garamond",serif;
  font-style:italic;
  font-size:13px;
  color:#555;
  margin-top:.625rem;
  letter-spacing: 2px;
}

.hero_txtCol{
  padding: 28px 0 18px;
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.hero_eyebrow{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 4px;
  color:#c08f4d;
  margin-bottom: 22px;
  text-transform:uppercase;
}
.hero_eyebrow i{
  font-family:"Cormorant Garamond",serif;
  font-style:italic;font-weight:400;
}
.hero_serifTitle{
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 3.125rem;
  letter-spacing:4px;
  line-height:1.3;
  color:#1a1a1a;
  margin-bottom: 22px;
}
.hero_serifTitle em{
  color:#c08f4d;
  font-style: normal;
  font-family:"Cormorant Garamond",serif;
  font-weight: 400;
  letter-spacing:0;
}
.hero_lead{
  font-family:"Noto Sans JP",sans-serif;
  font-size: 14.5px;
  color: #444;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 1.75rem;
  max-width: 480px;
}
.hero_metaRow{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 36px;
  font-family:"Noto Serif JP",serif;
  font-size:13px;
  letter-spacing: 2px;
}
.hero_metaRow a{color:#1a1a1a}
.hero_metaRow a:hover{color:#c08f4d;opacity:1}
.hero_metaRow b{color:#c08f4d;font-weight:400}

.hero_pickStrip{
  border-top: 1px solid rgba(26,26,26,.12);
  padding-top: 22px;
}
.hero_pickStripTtl{
  font-family:"Cormorant Garamond",serif;
  font-style:italic;
  font-size: 13px;
  letter-spacing: 2px;
  color:#888;
  margin-bottom:14px;
}
.hero_pickStripList{
  display:flex;
  gap:.875rem;
  flex-wrap:wrap;
}
.hero_pickStripItem{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 8px 10px 8px 8px;
  background:#fff;
  border:1px solid rgba(26,26,26,.06);
  min-width:0;
  flex: 1 1 200px;
}
.hero_pickStripItem:hover{border-color:#c08f4d;opacity:1}
.hero_pickStripPic{
  width: 56px; height: 42px;
  background: #efe9d8;
  flex-shrink:0;
  overflow:hidden;
}
.hero_pickStripPic img{width:100%;height:100%;object-fit:cover}
.hero_pickStripInfo{display:flex;flex-direction:column;min-width:0}
.hero_pickStripName{
  font-family:"Noto Serif JP",serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.hero_pickStripBrand{
  font-family: "Cormorant Garamond",serif;
  font-style: italic;
  font-size: 11px;
  color: #888;
  margin-top: 1px;
  letter-spacing:.5px;
}


#atelierStrip{
  background:#f4ede0;
  padding: 48px 0 55px;
  margin-top:18px;
}
.atelier_inner{
  max-width:1320px;
  margin:0 auto;
  padding: 0 28px;
}
.atelier_kicker{
  font-family:"Cormorant Garamond",serif;
  font-style:italic;
  font-size:14px;
  letter-spacing: 3px;
  color: #888;
  text-align:center;
  margin-bottom: 32px;
}
.atelier_grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}
.atelier_pic{
  position: relative;
  overflow: hidden;
  display:block;
  aspect-ratio: 4/3;
  background:#e8e0c8;
  margin-bottom: 14px;
}
.atelier_pic img{
  width: 100%; height:100%;
  object-fit:cover;
  transition: transform .5s ease;
}
.atelier_pic:hover img{transform:scale(1.04);opacity:1}
.atelier_chip{
  position:absolute;
  top:12px;left:12px;
  background:rgba(26,26,26,.86);
  color:#fdfaf4;
  font-family:"Cormorant Garamond",serif;
  font-style:italic;
  font-size:11px;
  padding:3px 9px;
  letter-spacing: 1.5px;
}
.atelier_name{
  display:block;
  font-family:"Noto Serif JP",serif;
  font-weight:500;
  font-size:16px;
  letter-spacing:2px;
  margin-bottom:4px;
  color:#1a1a1a;
}
.atelier_brand{
  font-family:"Noto Sans JP",sans-serif;
  font-size: 12px;
  font-weight:300;
  color:#888;
  margin-bottom: 10px;
}
.atelier_metric{
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top:1px dashed rgba(26,26,26,.18);
  font-family: "Cormorant Garamond",serif;
  font-style:italic;
  font-size:12px;
  color:#555;
  letter-spacing:.5px;
}
.atelier_metric span:last-child{
  color: #c08f4d;
  font-style:normal;
  font-family:"Noto Sans JP",sans-serif;
  font-size:11px;
  letter-spacing:1px;
}


.picksBlock{padding: 28px 0 6px}
.picksItem{padding: 42px 0}
.picks_inner{
  max-width:1320px;
  margin: 0 auto;
  padding: 0 28px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
  align-items:center;
}
.picksItem--rtl .picks_inner{direction:rtl}
.picksItem--rtl .picks_inner > *{direction:ltr}

.picks_pic a{display:block;position:relative;overflow:hidden}
.picks_pic img{
  width:100%;
  aspect-ratio: 4/3.2;
  object-fit:cover;
  background:#efe9d8;
}
.picks_credit{
  position:absolute;
  bottom: 14px; left: 14px;
  background:rgba(26,26,26,.78);
  color:#f4ede0;
  padding: 5px 11px;
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing:1px;
  font-weight: 400;
}
.picks_eyebrow{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size:13px;
  letter-spacing:3px;
  color:#c08f4d;
  margin-bottom: 18px;
  text-transform:uppercase;
}
.picks_title{
  display:block;
  font-family: "Noto Serif JP",serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing:3px;
  line-height:1.45;
  color:#1a1a1a;
  margin-bottom:18px;
}
.picks_title:hover{color:#c08f4d;opacity:1}
.picks_meta{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size:13px;
  color:#888;
  margin-bottom: 20px;
  letter-spacing:1px;
}
.picks_meta a{color:#1a1a1a;font-style:normal;font-family:"Noto Sans JP",sans-serif;font-size:12px;letter-spacing:1px}
.picks_meta a:hover{color:#c08f4d;opacity:1}
.picks_date{color:#555;font-style:italic}
.picks_body{
  font-family:"Noto Sans JP",sans-serif;
  font-weight:300;
  font-size: 14.5px;
  line-height: 2;
  color:#444;
}
.picks_more{
  display:inline-block;
  margin-top:8px;
  color:#1a1a1a;
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  letter-spacing:1px;
  border-bottom: 1px solid #c08f4d;
  padding-bottom:1px;
}
.picks_more b{font-weight:500}


#spotlightBand{margin: 38px 0 60px}
.spot_imgWrap{
  position:relative;
  max-width:1320px;
  margin: 0 auto;
  padding: 0 28px;
}
.spot_imgWrap img{
  width:100%;
  aspect-ratio: 16/7;
  object-fit:cover;
  background:#1a1a1a;
}
.spot_dim{
  position: absolute;
  top:0;left:28px;right:28px;bottom:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.55) 100%);
}
.spot_caption{
  position:absolute;
  bottom: 58px;
  left: 4.375rem;
  right: 4.375rem;
  color:#fdfaf4;
  text-align:left;
}
.spot_label{
  font-family: "Cormorant Garamond",serif;
  font-style:italic;
  font-size:13px;
  letter-spacing: 3px;
  color:#c08f4d;
  margin-bottom:16px;
}
.spot_quote{
  font-family: "Noto Serif JP",serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height:1.5;
  letter-spacing: 4px;
  margin-bottom: 14px;
  max-width: 800px;
}
.spot_attr{
  font-family:"Cormorant Garamond",serif;
  font-style:italic;
  font-size:14px;
  letter-spacing:2px;
  color:#d9d2bf;
}
.spot_arrows{
  position: absolute;
  bottom: 38px; right: 70px;
  display:flex;
  gap: 12px;
}
.spot_arrPrev, .spot_arrNext{
  width:46px; height:46px;
  background: rgba(253,250,244,.18);
  border:1px solid rgba(253,250,244,.4);
  color:#fdfaf4;
  display:inline-flex;
  align-items:center;justify-content:center;
  transition: background .2s;
}
.spot_arrPrev:hover, .spot_arrNext:hover{
  background:rgba(253,250,244,.95);
  color:#1a1a1a;
}
.spot_arrPrev i, .spot_arrNext i{font-size:22px}


#prodCatalog{
  max-width:1320px;
  margin: 0 auto;
  padding: 28px 28px 58px;
}
.cat_head{
  text-align:center;
  margin-bottom: 2.75rem;
}
.cat_subline{
  font-family:"Cormorant Garamond",serif;
  font-style:italic;
  font-size:14px;
  letter-spacing: 3px;
  color: #c08f4d;
  margin-bottom: 12px;
}
.cat_title{
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 10px;
  color:#1a1a1a;
  margin-bottom:16px;
}
.cat_lede{
  max-width: 580px;
  margin: 0 auto;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:300;
  font-size: 14px;
  line-height:1.9;
  color: #555;
}

.cat_grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.pcd_wrap{
  background: #fff;
  border: 1px solid rgba(26,26,26,.06);
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow .3s, transform .3s;
}
.pcd_wrap:hover{
  box-shadow: 0 12px 32px rgba(26,26,26,.08);
  transform: translateY(-3px);
}
.pcd_badge{
  position:absolute;
  top: 14px; left: 14px;
  background:#1a1a1a;
  color:#fdfaf4;
  font-family:"Cormorant Garamond",serif;
  font-style:italic;
  font-size:11px;
  letter-spacing:1.5px;
  padding: 4px 11px;
  z-index:2;
}
.pcd_imgBox{
  aspect-ratio: 4/4.2;
  overflow:hidden;
  background:#efe9d8;
}
.pcd_img{
  width: 100%; height:100%;
  object-fit: cover;
  transition: transform .55s;
}
.pcd_wrap:hover .pcd_img{transform:scale(1.05)}

.pcd_body{
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pcd_serif{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 13px;
  color: #c08f4d;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
.pcd_name{
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 3px;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.4;
}
.pcd_spec{
  font-family:"Noto Sans JP",sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  color: #888;
  margin-bottom: 12px;
  line-height: 1.7;
  min-height: 38px;
}
.pcd_priceRow{
  display:flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
}
.pcd_price{
  font-family: "Cormorant Garamond",serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: #1a1a1a;
}
.pcd_old{
  font-family:"Cormorant Garamond",serif;
  font-size: 15px;
  color:#b8b095;
  text-decoration: line-through;
}
.pcd_stock{
  font-family:"Noto Sans JP",sans-serif;
  font-size: 11px;
  color: #6e8853;
  margin-bottom: 14px;
  font-weight: 400;
}
.pcd_stock.pcd_oos{color:#b06250}
.pcd_addBtn{
  margin-top:auto;
  background:transparent;
  border:1px solid #1a1a1a;
  padding: 11px 14px;
  font-family:"Noto Serif JP",serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #1a1a1a;
  display: inline-flex;
  align-items:center;
  justify-content:center;
  gap: 6px;
  transition: background .2s, color .2s;
}
.pcd_addBtn i{font-size:14px}
.pcd_addBtn:hover{background:#1a1a1a;color:#fdfaf4}

.cat_foot{
  text-align:center;
  margin-top: 36px;
  font-family:"Cormorant Garamond",serif;
  font-style:italic;
  color:#888;
  font-size:13px;
  letter-spacing:2px;
}


#craftSec{
  background: linear-gradient(180deg, #fdfaf4 0%, #f4ede0 100%);
  padding: 50px 0 65px;
  margin: 28px 0;
}

#readerSec{
  background:#faf4e8;
  padding: 56px 0 60px;
  margin-top: 18px;
}
.reader_inner{
  max-width:1320px;
  margin:0 auto;
  padding: 0 28px;
}
.reader_grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.25rem;
  margin-top: 38px;
}
.reader_card{
  background:#fff;
  display:grid;
  grid-template-columns: 152px 1fr;
  gap: 0;
  border: 1px solid rgba(26,26,26,.06);
}
.reader_imgWrap{
  background:#efe9d8;
  overflow:hidden;
  position:relative;
}
.reader_img{
  width:100%;
  height:100%;
  object-fit: cover;
  min-height: 220px;
}
.reader_body{
  padding: 22px 24px 20px;
  display: flex;
  flex-direction: column;
}
.reader_who{
  font-family:"Noto Serif JP",serif;
  font-weight:500;
  font-size: 15.5px;
  letter-spacing: 1.5px;
  color:#1a1a1a;
  line-height: 1.55;
  margin-bottom: 10px;
}
.reader_hint{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 12.5px;
  color: #666;
  line-height: 1.85;
  margin-bottom: 14px;
}
.reader_pickRow{
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px dashed rgba(26,26,26,.16);
  border-bottom: 1px dashed rgba(26,26,26,.16);
  margin-bottom: 12px;
}
.reader_pickLabel{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 2px;
  color: #c08f4d;
  text-transform: uppercase;
}
.reader_pickName{
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 3px;
  color:#1a1a1a;
}
.reader_pickName:hover{color:#c08f4d;opacity:1}
.reader_pickWhy{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 12.5px;
  color:#555;
  line-height: 1.9;
}

#tipsSec{
  max-width:1320px;
  margin: 24px auto 6px;
  padding: 34px 28px 30px;
}
.tips_inner .stepRow_grid{
  margin-top: 26px;
  padding-top: 32px;
}
.stepRow_wrap{
  max-width:1320px;
  margin: 28px auto 0;
  padding: 0 28px;
}
.stepRow_grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 18px;
  padding-top: 36px;
  border-top:1px solid rgba(26,26,26,.1);
}
.stepRow_item{
  text-align:left;
  padding: 0 8px;
}
.stepRow_num{
  font-family:"Noto Serif JP",serif;
  font-weight:500;
  font-size: 2.25rem;
  color:#c08f4d;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: 4px;
}
.stepRow_ttl{
  font-family:"Noto Serif JP",serif;
  font-weight:500;
  font-size:16px;
  letter-spacing: 3px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.stepRow_txt{
  font-family:"Noto Sans JP",sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #555;
  line-height: 1.85;
}


#quoteSec{
  max-width: 880px;
  margin: 30px auto 22px;
  padding: 38px 28px 30px;
  text-align: center;
}
.quoteSec_mark{
  font-family:"Noto Serif JP",serif;
  font-size: 38px;
  color: #c08f4d;
  letter-spacing: 8px;
  margin-bottom: 8px;
  line-height: 1;
}
.quoteSec_body{
  font-family:"Noto Serif JP",serif;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 2.1;
  letter-spacing: 2px;
  color: #2a2a2a;
  margin-bottom: 18px;
}
.quoteSec_attr{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 2px;
  color: #888;
}


#faqSec{
  max-width: 880px;
  margin: 28px auto 48px;
  padding: 0 28px;
}
.faq_title{
  font-family:"Noto Serif JP",serif;
  font-weight:500;
  font-size: 32px;
  letter-spacing: 8px;
  color:#1a1a1a;
  text-align:center;
  margin-bottom: 12px;
}
.faq_lede{
  text-align:center;
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #888;
  margin-bottom: 30px;
}
.faq_item{border-bottom: 1px solid rgba(26,26,26,.1)}
.faq_q{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 1.25rem 0;
  cursor:pointer;
  gap:16px;
}
.faq_q span:first-child{
  font-family:"Noto Serif JP",serif;
  font-weight:500;
  font-size:15px;
  letter-spacing: 2px;
  color: #1a1a1a;
}
.faq_ic{
  font-size: 22px;
  color: #c08f4d;
  transition: transform .25s;
}
.faq_item.open .faq_ic{transform:rotate(45deg)}
.faq_a{
  max-height: 0;
  overflow:hidden;
  transition: max-height .3s ease;
}
.faq_item.open .faq_a{max-height:380px}
.faq_a p{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #555;
  line-height: 2;
  padding: 0 30px 22px 0;
}


#orderSec{
  background:#1a1a1a;
  color:#e8e3d6;
  padding: 60px 0 70px;
  margin-top: 36px;
}
.order_inner{
  max-width:1320px;
  margin:0 auto;
  padding: 0 28px;
}
.order_head{
  text-align: center;
  margin-bottom: 42px;
}
.order_kicker{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 3px;
  color: #c08f4d;
  margin-bottom: 12px;
}
.order_title{
  font-family:"Noto Serif JP",serif;
  font-weight:500;
  font-size: 2.25rem;
  letter-spacing: 10px;
  color:#fdfaf4;
  margin-bottom: 14px;
}
.order_lede{
  max-width: 580px;
  margin: 0 auto;
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height:1.9;
  color: #b8b095;
}

.order_layout{
  display:grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 3rem;
  align-items: flex-start;
}

.order_row2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 4px;
}
.order_field{margin-bottom:18px}
.order_lbl{
  display: block;
  font-family:"Noto Serif JP",serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #e8e3d6;
  margin-bottom: 7px;
}
.order_in, .order_area{
  width:100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(232,227,214,.3);
  padding: 9px 0;
  font-family:"Noto Sans JP",sans-serif;
  font-size: 14px;
  color: #fdfaf4;
  outline: none;
  transition: border-color .2s;
}
.order_in:focus, .order_area:focus{border-bottom-color: #c08f4d}
.order_area{min-height:70px;resize:vertical}
.order_err{
  display: none;
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 12px;
  color: #d39060;
  margin-top: 4px;
}
.order_field--bad .order_in,
.order_field--bad .order_area{border-bottom-color:#d39060}
.order_field--bad .order_err{display:block}

.order_payBlk{
  margin: 26px 0 28px;
  padding: 22px;
  background:rgba(232,227,214,.04);
  border:1px solid rgba(232,227,214,.14);
}
.order_payTtl{
  font-family:"Cormorant Garamond",serif;
  font-style:italic;
  font-size: 13px;
  letter-spacing:3px;
  color:#c08f4d;
  margin-bottom: 14px;
}
.order_payOpt{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(232,227,214,.1);
  cursor: pointer;
}
.order_payOpt:last-child{border-bottom:0}
.order_payOpt input[type="radio"]{
  margin-top: 4px;
  accent-color: #c08f4d;
}
.order_payName{
  font-family:"Noto Serif JP",serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fdfaf4;
  flex: 1;
  min-width: 140px;
}
.order_payDesc{
  width: 100%;
  font-family:"Noto Sans JP",sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  color: #a09a85;
  padding-left: 26px;
}

.order_submit{
  width: 100%;
  background:#c08f4d;
  color: #1a1a1a;
  border: 0;
  padding: 16px 28px;
  font-family:"Noto Serif JP",serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 5px;
  display:inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background .2s, color .2s;
}
.order_submit:hover{background:#fdfaf4;color:#1a1a1a}
.order_submit i{font-size:18px}

.order_sumCol{
  position:sticky;
  top: 110px;
}
.order_sumBox{
  background: rgba(232,227,214,.04);
  padding: 24px 24px 20px;
  border: 1px solid rgba(232,227,214,.14);
  margin-bottom: 16px;
}
.order_sumTtl{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 3px;
  color:#c08f4d;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom:1px solid rgba(232,227,214,.14);
}
.order_sumEmpty{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #a09a85;
  padding: 14px 0;
  text-align: center;
}
.order_sumRow{
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid rgba(232,227,214,.08);
  gap: 12px;
}
.order_sumName{
  font-family:"Noto Sans JP",sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #e8e3d6;
}
.order_sumPx{
  font-family:"Cormorant Garamond",serif;
  font-size: 14px;
  color: #fdfaf4;
  white-space: nowrap;
}
.order_sumTotal{
  display:flex;
  justify-content:space-between;
  padding: 16px 0 6px;
  font-family:"Noto Serif JP",serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fdfaf4;
}
.order_sumVal{
  font-family:"Cormorant Garamond",serif;
  font-size: 22px;
  color: #c08f4d;
}
.order_sumNote{
  font-family:"Noto Sans JP",sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  color: #a09a85;
  line-height: 1.7;
  margin-top: 6px;
}
.order_sumSide{
  background: transparent;
  padding: 8px 4px;
  font-family:"Noto Sans JP",sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #b8b095;
  line-height: 1.9;
}
.order_sumSide p{margin-bottom:8px}
.order_sumSide b{
  display:block;
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  letter-spacing: 2px;
  color: #c08f4d;
  font-size: 12px;
  margin-top: 12px;
}
.order_sumSide a{color:#fdfaf4}
.order_sumSide a:hover{color:#c08f4d;opacity:1}


#ftrMain{
  background:#fdfaf4;
  border-top: 1px solid rgba(26,26,26,.08);
  padding: 48px 0 28px;
}
.ftr_topRow{
  max-width:1320px;
  margin:0 auto;
  padding: 0 28px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  border-bottom: 1px solid rgba(26,26,26,.08);
}
.ftr_logoBlk{
  display:flex;
  align-items:center;
  gap: 14px;
}
.ftr_mark{
  width: 48px; height: 48px;
  background: #1a1a1a;
  color: #fdfaf4;
  display: inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 50%;
  font-family:"Noto Serif JP",serif;
  font-size:22px;
  font-weight:500;
}
.ftr_logoTxt b{
  display:block;
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 4px;
}
.ftr_logoTxt em{
  display:block;
  font-style:italic;
  font-family:"Cormorant Garamond",serif;
  font-size: 12px;
  color: #888;
  letter-spacing: 2px;
  margin-top:2px;
}
.ftr_ctaBlk{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
}
.ftr_cta{
  display:inline-flex;
  align-items:center;
  gap: 7px;
  padding: 10px 22px;
  background: transparent;
  border:1px solid #1a1a1a;
  font-family:"Noto Serif JP",serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #1a1a1a;
  border-radius: 999px;
  transition: background .2s, color .2s;
}
.ftr_cta i{font-size:15px}
.ftr_cta:hover{background:#1a1a1a;color:#fdfaf4;opacity:1}

.ftr_mid{
  max-width:1320px;
  margin:0 auto;
  padding: 36px 28px 26px;
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
  gap: 3.125rem;
  border-bottom: 1px solid rgba(26,26,26,.08);
}
.ftr_colTtl{
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 4px;
  color: #1a1a1a;
  margin-bottom: 14px;
  padding-bottom: 11px;
  border-bottom:1px solid #c08f4d;
  display:inline-block;
}
.ftr_midCol p, .ftr_midCol li a{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #555;
  line-height: 1.9;
}
.ftr_midCol p{margin-bottom:4px}
.ftr_midCol ul{list-style:none}
.ftr_midCol li{padding:3px 0}
.ftr_midCol li a:hover{color:#c08f4d;opacity:1}
.ftr_midCol a{color:#1a1a1a}
.ftr_midCol a:hover{color:#c08f4d;opacity:1}

.ftr_bottom{
  max-width:1320px;
  margin: 0 auto;
  padding: 20px 28px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  font-family:"Cormorant Garamond",serif;
  font-style:italic;
  font-size: 12px;
  color: #888;
  letter-spacing: 2px;
}
.ftr_bottomR{display:flex;gap:22px}
.ftr_lang i{font-size:14px;vertical-align:-2px;color:#c08f4d;margin-right:4px}


.pmod_overlay{
  position:fixed;
  top:0;left:0;right:0;bottom:0;
  background:rgba(26,26,26,.62);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.pmod_overlay.open{display:flex}
.pmod_box{
  background:#fdfaf4;
  max-width: 880px;
  width:100%;
  max-height: 92vh;
  overflow-y: auto;
  position: relative;
}
.pmod_close{
  position:absolute;
  top: 14px; right: 18px;
  font-size: 24px;
  color: #1a1a1a;
  cursor: pointer;
  z-index: 4;
  background: rgba(253,250,244,.85);
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.pmod_close i{font-size:20px}
.pmod_content{display:flex}
.pmod_imgWrap{
  flex:1;
  position:relative;
  background:#efe9d8;
  min-height: 360px;
}
.pmod_img{width:100%;height:100%;object-fit:cover}
.pmod_info{
  flex:1;
  padding: 34px 30px 28px;
  display:flex;
  flex-direction:column;
}
.pmod_jname{
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 4px;
  color: #1a1a1a;
  margin-bottom:4px;
}
.pmod_ename{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 14px;
  color: #c08f4d;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.pmod_spec{
  font-family:"Noto Sans JP",sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #888;
  margin-bottom: 14px;
  letter-spacing: 1px;
  line-height: 1.7;
}
.pmod_desc{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.95;
  color: #444;
  margin-bottom: 16px;
}
.pmod_stock{
  font-family:"Noto Sans JP",sans-serif;
  font-size: 12px;
  color: #6e8853;
  font-weight: 400;
  margin-bottom: 18px;
}
.pmod_stock.pcd_oos{color:#b06250}
.pmod_priceRow{
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 22px;
}
.pmod_qtyRow{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.pmod_qtySel{
  width: 78px;
  border:1px solid rgba(26,26,26,.18) !important;
  padding: 8px 10px !important;
  color: #1a1a1a !important;
  background: #fff;
}
.pmod_addBtn{
  width:100%;
  margin-top: auto;
  background:#1a1a1a;
  color:#fdfaf4;
}
.pmod_addBtn:hover{background:#c08f4d;color:#1a1a1a}


.ckart_overlay{
  position: fixed;
  inset: 0;
  background: rgba(20, 18, 14, .58);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 10001;
  display: none;
  opacity: 0;
  transition: opacity .28s ease;
}
.ckart_overlay.open{display:block;opacity:1}
.ckart_box{
  position:absolute;
  right: 0; top: 0; bottom: 0;
  width: 448px;
  max-width: 100vw;
  background: #fdfaf4;
  display: flex;
  flex-direction: column;
  transform: translateX(20px);
  opacity: 0;
  transition: transform .32s cubic-bezier(.2,.7,.2,1), opacity .32s ease;
  box-shadow: -18px 0 60px rgba(0,0,0,.18);
  border-left: 1px solid rgba(192,143,77,.18);
}
.ckart_overlay.open .ckart_box{transform:translateX(0);opacity:1}

.ckart_topline{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 26px 12px;
}
.ckart_eyebrow{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 2.5px;
  color: #c08f4d;
  text-transform: lowercase;
}
.ckart_dismiss{
  background: transparent;
  border: 1px solid rgba(26,26,26,.14);
  width: 34px; height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  transition: background .18s, border-color .18s, color .18s;
}
.ckart_dismiss:hover{background:#1a1a1a;color:#fdfaf4;border-color:#1a1a1a}
.ckart_dismiss i{font-size:18px}

.ckart_hdrBlk{
  padding: 0 26px 18px;
  border-bottom: 1px solid rgba(26,26,26,.08);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.ckart_h{
  font-family:"Noto Serif JP",serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 6px;
  color: #1a1a1a;
  line-height: 1;
}
.ckart_count{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #888;
}

.ckart_scroller{
  flex: 1;
  overflow-y: auto;
  padding: 4px 22px 20px;
  scrollbar-width: thin;
  scrollbar-color: rgba(26,26,26,.18) transparent;
}
.ckart_scroller::-webkit-scrollbar{width:6px}
.ckart_scroller::-webkit-scrollbar-thumb{background:rgba(26,26,26,.18);border-radius:3px}

.ckart_empty{
  text-align: center;
  padding: 60px 20px 40px;
}
.ckart_emptyMark{
  font-family:"Noto Serif JP",serif;
  color: #c08f4d;
  font-size: 26px;
  letter-spacing: 6px;
  margin-bottom: 14px;
}
.ckart_emptyTxt{
  font-family:"Noto Serif JP",serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #444;
  margin-bottom: 6px;
}
.ckart_emptySub{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 12.5px;
  color: #999;
  letter-spacing: 1px;
}

.ckart_card{
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 16px;
  padding: 18px 4px 18px;
  border-bottom: 1px dashed rgba(26,26,26,.12);
  position: relative;
}
.ckart_card:last-child{border-bottom:0}
.ckart_thumb{
  display: block;
  width: 84px;
  height: 100px;
  overflow: hidden;
  background: #efe9d8;
  position: relative;
}
.ckart_thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.ckart_thumb:hover img{transform:scale(1.05);opacity:1}
.ckart_thumb::after{
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(26,26,26,.06);
  pointer-events: none;
}
.ckart_meat{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.ckart_topRow{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.ckart_nameBlk{min-width:0;flex:1}
.ckart_name{
  font-family:"Noto Serif JP",serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.4;
}
.ckart_spec{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 10.5px;
  color: #888;
  line-height: 1.55;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ckart_drop{
  background: transparent;
  border: 0;
  color: #b6b0a0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  transition: color .18s, transform .18s;
}
.ckart_drop:hover{color:#b06250;transform:rotate(90deg)}
.ckart_drop i{font-size:18px}

.ckart_botRow{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
  gap: 12px;
}
.ckart_stepper{
  display: inline-flex;
  align-items: center;
  background: #f4ede0;
  border-radius: 999px;
  padding: 2px;
  gap: 2px;
}
.ckart_step{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0;
  background: transparent;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .18s, color .18s;
}
.ckart_step:hover{background:#1a1a1a;color:#fdfaf4}
.ckart_step i{font-size:14px}
.ckart_n{
  font-family:"Cormorant Garamond",serif;
  font-size: 15px;
  font-weight: 500;
  min-width: 24px;
  text-align: center;
  color: #1a1a1a;
}
.ckart_lineBlk{
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.ckart_unitPx{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.5px;
}
.ckart_linePx{
  font-family:"Cormorant Garamond",serif;
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}

.ckart_costBlk{
  background: #1a1a1a;
  color: #fdfaf4;
  padding: 22px 26px 24px;
}
.ckart_costRow{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 0;
  font-family:"Noto Sans JP",sans-serif;
}
.ckart_costRow--soft{
  border-bottom: 1px dashed rgba(232,227,214,.18);
  padding-bottom: 11px;
  margin-bottom: 8px;
}
.ckart_costRow--total{
  padding-top: 12px;
  margin-bottom: 18px;
  align-items: baseline;
}
.ckart_costLabel{
  font-size: 12.5px;
  letter-spacing: 2px;
  color: #c8bf9d;
  font-family:"Noto Serif JP",serif;
  font-weight: 400;
}
.ckart_costRow--total .ckart_costLabel{
  font-size: 14px;
  color: #fdfaf4;
  letter-spacing: 3px;
}
.ckart_costVal{
  font-family:"Cormorant Garamond",serif;
  font-size: 18px;
  color: #fdfaf4;
}
.ckart_costRow--total .ckart_costVal{
  font-size: 26px;
  color: #c08f4d;
}
.ckart_costShip{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 12px;
  color: #a09a85;
  letter-spacing: 0.5px;
}
.ckart_proceed{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 22px;
  background: #c08f4d;
  color: #1a1a1a;
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 4px;
  transition: background .2s, color .2s;
  border: 1px solid #c08f4d;
}
.ckart_proceed:hover{background:#fdfaf4;color:#1a1a1a;opacity:1}
.ckart_proceed i{font-size: 22px}
.ckart_promise{
  font-family:"Noto Sans JP",sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  color: #a09a85;
  line-height: 1.7;
  margin-top: 14px;
  text-align: center;
}


.ctoast_bar{
  position:fixed;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  background:#1a1a1a;
  color:#fdfaf4;
  padding: 13px 24px;
  font-family:"Noto Serif JP",serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 9px;
  z-index: 10002;
  transition: bottom .3s ease;
}
.ctoast_bar.show{bottom:34px}
.ctoast_bar i{font-size:17px;color:#c08f4d}


.ckcons_wrap{
  position: fixed;
  bottom: 22px;
  right: 22px;
  left: auto;
  z-index: 99996;
  width: 380px;
  max-width: calc(100% - 32px);
  pointer-events: none;
  opacity: 0;
  transform: translateY(18px);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), opacity .35s ease;
}
.ckcons_wrap.open{opacity:1;transform:translateY(0);pointer-events:auto}
.ckcons_card{
  background: #fdfaf4;
  border: 1px solid rgba(26,26,26,.1);
  box-shadow: 0 24px 60px rgba(20,18,14,.18), 0 6px 16px rgba(20,18,14,.08);
  padding: 22px 24px 20px;
  position: relative;
}
.ckcons_card::before{
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c08f4d 0%, #1a1a1a 100%);
}
.ckcons_head{margin-bottom:10px}
.ckcons_kicker{
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 11.5px;
  letter-spacing: 2.2px;
  color: #c08f4d;
  display: block;
  margin-bottom: 6px;
}
.ckcons_h{
  font-family:"Noto Serif JP",serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #1a1a1a;
  line-height: 1.3;
}
.ckcons_body{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 12.5px;
  line-height: 1.85;
  color: #444;
  margin-bottom: 16px;
}
.ckcons_quickRow{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.ckcons_btn{
  width: 100%;
  border: 0;
  padding: 11px 16px;
  font-family:"Noto Serif JP",serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.5px;
  cursor: pointer;
  transition: background .18s, color .18s, border-color .18s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ckcons_btn--solid{background:#1a1a1a;color:#fdfaf4;border:1px solid #1a1a1a}
.ckcons_btn--solid:hover{background:#c08f4d;border-color:#c08f4d;color:#1a1a1a}
.ckcons_btn--line{background:transparent;color:#1a1a1a;border:1px solid #1a1a1a}
.ckcons_btn--line:hover{background:#1a1a1a;color:#fdfaf4}
.ckcons_btn--ghost{background:transparent;color:#888;border:1px solid transparent;letter-spacing:2px}
.ckcons_btn--ghost:hover{color:#1a1a1a;border-color:rgba(26,26,26,.18)}
.ckcons_more{
  display: inline-block;
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
  margin-top: 4px;
}
.ckcons_more:hover{color:#c08f4d;opacity:1}


.ckset_overlay{
  position: fixed;
  inset: 0;
  background: rgba(20,18,14,.62);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.ckset_overlay.open{display:flex}
.ckset_box{
  background: #fdfaf4;
  width: 100%;
  max-width: 560px;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,.3);
}
.ckset_topline{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 26px 12px;
}
.ckset_inner{
  padding: 0 30px 22px;
  overflow-y: auto;
}
.ckset_h{
  font-family:"Noto Serif JP",serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 5px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.ckset_lede{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.85;
  color: #555;
  margin-bottom: 22px;
}
.ckset_row{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 0;
  border-top: 1px solid rgba(26,26,26,.08);
}
.ckset_row:first-of-type{border-top:0;padding-top:8px}
.ckset_rowMeta{flex:1;min-width:0}
.ckset_rowName{
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin-bottom: 6px;
}
.ckset_rowDesc{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 12.5px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 8px;
}
.ckset_rowTag{
  display: inline-block;
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #6e8853;
  padding: 2px 9px;
  border: 1px solid rgba(110,136,83,.4);
  border-radius: 999px;
}
.ckset_rowTag--opt{
  color: #c08f4d;
  border-color: rgba(192,143,77,.45);
}

.ckset_toggle{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  flex-shrink: 0;
  cursor: pointer;
  margin-top: 4px;
}
.ckset_toggle input{
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
}
.ckset_knob{
  position: absolute;
  inset: 0;
  background: #ddd6c4;
  border-radius: 999px;
  transition: background .25s ease;
}
.ckset_knob::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 3px;
  top: 3px;
  background: #fdfaf4;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
  transition: transform .25s ease;
}
.ckset_toggle input:checked + .ckset_knob{
  background: #1a1a1a;
}
.ckset_toggle input:checked + .ckset_knob::before{
  transform: translateX(22px);
}
.ckset_toggle--locked .ckset_knob{
  background: #c08f4d;
  cursor: not-allowed;
}
.ckset_toggle--locked .ckset_knob::before{
  transform: translateX(22px);
}

.ckset_bar{
  display: flex;
  gap: 10px;
  padding: 18px 30px 22px;
  border-top: 1px solid rgba(26,26,26,.08);
  flex-wrap: wrap;
}
.ckset_bar .ckcons_btn{flex:1}


@media (max-width:1100px){
  .navMain_links{gap:22px}
  .navMain_links li a{font-size:13px;letter-spacing:1.5px}
  .hero_grid{grid-template-columns:1fr;gap:30px}
  .hero_imgBox{min-height:460px}
  .hero_serifTitle{font-size:42px}
  .atelier_grid{grid-template-columns:repeat(2,1fr);gap:22px}
  .cat_grid{grid-template-columns:repeat(2,1fr);gap:22px}
  .stepRow_grid{grid-template-columns:repeat(2,1fr);gap:24px}
  .ftr_mid{grid-template-columns:1fr 1fr;gap:30px}
  .order_layout{grid-template-columns:1fr;gap:34px}
  .order_sumCol{position:static}
  .picks_inner{grid-template-columns:1fr;gap:28px}
  .spot_quote{font-size:30px}
}

@media (max-width:767px){
  #navMain{display:none}
  #navMob{display:block}
  body{font-size:14px}
  .topBar_inner{gap:8px;padding:0 16px;font-size:11px}
  .topBar_mid{display:none}

  .heroEditorial{padding:28px 16px 28px}
  .hero_imgBox{min-height:340px}
  .hero_img{min-height:340px}
  .hero_overlayCard{left:16px;right:16px;bottom:16px;padding:16px 18px;max-width:none}
  .hero_overlayTitle{font-size:28px;letter-spacing:8px}
  .hero_serifTitle{font-size:30px;letter-spacing:2px}
  .hero_lead{font-size:14px}
  .hero_imgBadge{width:54px;height:54px;top:16px;right:16px}
  .hero_imgBadge span{font-size:11px}
  .hero_imgBadge em{font-size:8px}
  .hero_pickStripList{gap:10px}
  .hero_pickStripItem{flex:1 1 100%}

  #atelierStrip{padding:34px 0 38px}
  .atelier_inner{padding:0 16px}
  .atelier_grid{grid-template-columns:1fr 1fr;gap:18px}
  .atelier_name{font-size:14px}

  .picks_inner{padding:0 16px;gap:22px}
  .picks_title{font-size:24px;letter-spacing:2px}
  .picksItem{padding:24px 0}

  #spotlightBand{margin:22px 0 36px}
  .spot_imgWrap{padding:0 16px}
  .spot_imgWrap img{aspect-ratio:4/4}
  .spot_caption{bottom:28px;left:28px;right:28px}
  .spot_quote{font-size:22px;letter-spacing:2px}
  .spot_arrows{bottom:22px;right:28px}
  .spot_arrPrev,.spot_arrNext{width:38px;height:38px}

  #prodCatalog{padding:24px 16px 40px}
  .cat_title{font-size:28px;letter-spacing:6px}
  .cat_grid{grid-template-columns:1fr 1fr;gap:16px}
  .pcd_body{padding:14px 14px 16px}
  .pcd_name{font-size:14px;letter-spacing:2px}
  .pcd_price{font-size:18px}
  .pcd_addBtn{font-size:11px;padding:9px 10px;letter-spacing:1.5px}

  #craftSec{padding:34px 0 46px;margin:18px 0}
  #readerSec{padding:34px 0 40px;margin-top:14px}
  .reader_inner{padding:0 16px}
  .reader_grid{grid-template-columns:1fr;gap:18px;margin-top:24px}
  .reader_card{grid-template-columns:110px 1fr}
  .reader_img{min-height:auto}
  .reader_body{padding:16px 16px 14px}
  .reader_who{font-size:14px}
  .reader_hint, .reader_pickWhy{font-size:12px}
  #tipsSec{padding:24px 16px 26px;margin:18px auto 2px}
  .stepRow_wrap{padding:0 16px}
  .stepRow_grid{grid-template-columns:1fr;gap:22px;padding-top:26px}
  .stepRow_item{display:flex;gap:14px;padding:0}
  .stepRow_num{font-size:28px;min-width:36px;margin-bottom:0}

  #quoteSec{padding:26px 16px}
  .quoteSec_body{font-size:16px;letter-spacing:1px}

  #faqSec{padding:0 16px;margin-bottom:38px}
  .faq_title{font-size:26px;letter-spacing:6px}
  .faq_q span:first-child{font-size:14px;letter-spacing:1.5px}
  .faq_a p{padding-right:4px;font-size:13px}

  #orderSec{padding:40px 0 48px}
  .order_inner{padding:0 16px}
  .order_title{font-size:26px;letter-spacing:6px}
  .order_row2{grid-template-columns:1fr;gap:0}

  .pmod_content{flex-direction:column}
  .pmod_imgWrap{min-height:240px;max-height:320px}
  .pmod_info{padding:22px 22px 24px}
  .ckart_box{width:100%;border-left:0}
  .ckart_h{font-size:22px;letter-spacing:4px}
  .ckart_card{grid-template-columns:72px 1fr;gap:12px}
  .ckart_thumb{width:72px;height:86px}
  .ckart_proceed{padding:14px 18px;font-size:13px;letter-spacing:3px}
  .ckart_costRow--total .ckart_costVal{font-size:22px}

  .ftr_topRow{padding:0 16px 22px;flex-direction:column;align-items:flex-start}
  .ftr_mid{padding:28px 16px 22px;grid-template-columns:1fr;gap:24px}
  .ftr_bottom{padding:18px 16px 0;flex-direction:column;gap:8px}
  .ftr_ctaBlk{width:100%}
  .ftr_cta{flex:1;justify-content:center;padding:10px 12px;font-size:11px}

  .ckcons_wrap{bottom:14px;right:14px;left:14px;width:auto;max-width:none}
  .ckcons_card{padding:18px 18px 16px}
  .ckcons_h{font-size:16px;letter-spacing:2px}
  .ckcons_body{font-size:12px}
  .ckset_box{max-width:none}
  .ckset_inner{padding:0 20px 18px}
  .ckset_h{font-size:20px;letter-spacing:3px}
  .ckset_row{gap:14px;padding:16px 0}
  .ckset_bar{padding:16px 20px 18px}
}

@media (max-width:480px){
  .atelier_grid{grid-template-columns:1fr}
  .cat_grid{grid-template-columns:1fr}
  .hero_serifTitle{font-size:26px}
  .hero_overlayTitle{font-size:22px;letter-spacing:5px}
  .spot_quote{font-size:18px}
}
.legalPg_wrap{
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 28px 70px;
}
.legalPg_top{
  margin-bottom: 38px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(26,26,26,.1);
}
.legalPg_eyebrow{
  display: inline-block;
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 3px;
  color: #c08f4d;
  margin-bottom: 14px;
  text-transform: lowercase;
}
.legalPg_h1{
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 7px;
  line-height: 1.35;
  color: #1a1a1a;
  margin-bottom: 18px;
}
.legalPg_lede{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 14.5px;
  line-height: 2;
  color: #444;
}
.legalPg_h2{
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 3px;
  color: #1a1a1a;
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
}
.legalPg_h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 14px;
  height: 1px;
  background: #c08f4d;
}
.legalPg_p{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin-bottom: 14px;
}

.legalPg_pairBlk{
  background:#faf4e8;
  padding: 22px 26px;
  margin: 18px 0 30px;
  border-left: 2px solid #c08f4d;
}
.legalPg_pair{
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(26,26,26,.12);
}
.legalPg_pair:last-child{border-bottom:0}
.legalPg_pairKey{
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
  color: #1a1a1a;
}
.legalPg_pairVal{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 13.5px;
  color: #555;
  line-height: 1.85;
}

.legalPg_back{
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(26,26,26,.1);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.legalPg_backLink{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family:"Noto Serif JP",serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #1a1a1a;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: border-color .18s, color .18s;
}
.legalPg_backLink:hover{border-bottom-color:#1a1a1a;opacity:1}
.legalPg_backLink i{font-size: 18px; color:#c08f4d}
.legalPg_backLink--gold{color:#c08f4d}
.legalPg_backLink--gold i{color:#1a1a1a}
.legalPg_backLink--gold:hover{border-bottom-color:#c08f4d}


.deskPg_wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 28px 80px;
}
.deskPg_hero{
  max-width: 720px;
  margin: 0 auto 50px;
  text-align: center;
}
.deskPg_eyebrow{
  display: inline-block;
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 3px;
  color: #c08f4d;
  margin-bottom: 16px;
  text-transform: lowercase;
}
.deskPg_h1{
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 8px;
  line-height: 1.4;
  color: #1a1a1a;
  margin-bottom: 22px;
}
.deskPg_lede{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 2;
  color: #444;
  text-align: left;
}

.deskPg_oneFig{
  margin: 0 auto 14px;
  max-width: 980px;
  position: relative;
}
.deskPg_oneFig--narrow{
  max-width: 760px;
}
.deskPg_oneFig img{
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #efe9d8;
  display: block;
}
.deskPg_oneFig--narrow img{aspect-ratio: 4/3}
.deskPg_caption{
  display: block;
  font-family:"Cormorant Garamond",serif;
  font-style: italic;
  font-size: 12.5px;
  color: #888;
  letter-spacing: 1.5px;
  padding: 10px 4px 0;
}

.deskPg_twoFig{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 14px auto 14px;
  max-width: 980px;
}
.deskPg_twoFigCell img{
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: #efe9d8;
}

.deskPg_sec{
  max-width: 720px;
  margin: 38px auto;
  padding: 0 4px;
}
.deskPg_secHead{
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(26,26,26,.1);
}
.deskPg_secNum{
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 22px;
  color: #c08f4d;
  letter-spacing: 3px;
  line-height: 1;
}
.deskPg_h2{
  font-family:"Noto Serif JP",serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 4px;
  color: #1a1a1a;
  line-height: 1.4;
}
.deskPg_p{
  font-family:"Noto Sans JP",sans-serif;
  font-weight: 300;
  font-size: 14.5px;
  line-height: 2.05;
  color: #444;
  margin-bottom: 14px;
}
.deskPg_p:last-child{margin-bottom:0}


@media (max-width:767px){
  .legalPg_wrap{padding: 32px 18px 48px}
  .legalPg_h1{font-size: 24px; letter-spacing: 4px}
  .legalPg_h2{font-size: 15px; letter-spacing: 2px; margin-top: 24px}
  .legalPg_lede{font-size: 14px}
  .legalPg_p{font-size: 13.5px}
  .legalPg_pairBlk{padding: 18px 18px}
  .legalPg_pair{grid-template-columns: 1fr; gap: 4px; padding: 10px 0}
  .legalPg_back{flex-direction: column; align-items: flex-start; gap: 12px}

  .deskPg_wrap{padding: 32px 16px 56px}
  .deskPg_h1{font-size: 24px; letter-spacing: 4px}
  .deskPg_lede{font-size: 14px}
  .deskPg_hero{margin-bottom: 32px}
  .deskPg_twoFig{grid-template-columns: 1fr; gap: 14px}
  .deskPg_sec{margin: 28px auto}
  .deskPg_h2{font-size: 18px; letter-spacing: 2px}
  .deskPg_secNum{font-size: 18px}
  .deskPg_p{font-size: 13.5px}
}