@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+Thai:wght@600;700;800&display=swap');
/* HEISHI BEADS COLLECTION LP と同じトーンのカラー設定 */
:root {
  --c-text: #333;    /* 本文テキスト */
  --c-head: #555;    /* 見出し（チャコールグレー寄り） */
  --c-sub:  #777;
  --c-line: #ccc;    /* 区切り線 */
  --c-btn:  #8c8c8c; /* CTAボタン */
}
html {
  scroll-behavior: smooth;
}
main {
  margin: 0 auto -80px;
}
.page_container{
  padding-bottom: 60px;
}
section {
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  color: #333;
}
section p {
  margin: 0 auto;
  line-height: 1.8em;
  font-size: 11.3px;
}
.headbx {
  max-width: 1100px;
  margin: 112px auto 0;
  padding-bottom: 30px;
}
.headbxsub {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
/* サブヘッダー画像とタイトルの間の余白（req4） */
.headbxsub figure {
  margin: 0 auto 70px;
}
/* FEATURE ラベル（HEISHI LP と同じサイズ感・バランス／req2） */
.headbxsub .feature {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: var(--c-head);
  margin: 0 0 10px;
}
.headbxsub h3 {
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--c-head);
  margin: 0 0 40px;
}
.headbxsub p {
  line-height: 2.6em;
  margin-bottom: 15px;
}
a.lnk-btn{
  display: block;
  width: 80%;
  margin: 30px auto 0;
  padding: 12px 30px 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #6ecad9;
  text-align: center;
  position: relative;
  border: 1px solid #6ecad9;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;	
  font-size: 1.2rem;
  color: #FFF;
}
a.lnk-btn::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7%;
  margin-top: -4px;
}
a.lnk-btn:hover{
  opacity: 0.8;
}

/* itmbx */
.itmbx {
}

a.lnk-btn2{
  display: block;
  width: 27%;
  padding: 12px 30px 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #6ecad9;
  text-align: center;
  border: 1px solid #6ecad9;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;	
  font-size: 1.2rem;
  color: #FFF;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 20px;	
}
a.lnk-btn2::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7%;
  margin-top: -4px;
}
a.lnk-btn2:hover{
  opacity: 0.8;
}

.toggle {
  display: none;
}
.Label {
  display: block;
  padding: 0 0 0.1em;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
}
.Label a{
  text-decoration: none;
}
.Label::before,
.Label::after{
  content: "";
  position: absolute;
  border: 1px solid #333;
  width: 8px;
  top: 5px;
  left: 215px;
}
.Label:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  line-height: 1;
}
.content {
  height: 0;
  margin-bottom:10px;
  padding:0 10px;
  overflow: hidden;
}
.content p{
  margin-bottom: 15px;
}
.content li a{
  font-size: 0.8em;
}
.toggle:checked + .Label + .content {
  height: auto;
  transition: all .3s;
  margin: 10px 0 15px;
  line-height: 1.5;
}
.toggle:checked + .Label::after {
  display: none;
  transition: all .3s;
}
.infobx ul li:nth-child(5){
  margin-bottom: 2.5%;
}	
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.leeepbx{
  width: 1100px;
  margin: 0 auto;	
}
.leeepbx h4{
  width: 500px;
  margin: 0 auto; 
  padding-top: 50px;
  border-top: 1px solid #ccc;
}
.archivebx {
  max-width: 500px;
  width: 100%;
  padding: 70px 10px 0;
  margin: 50px auto;  
  text-align: center;
  border-top: 1px solid #ccc;
}
.archivebx h4 {
  display: block;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 50px;
}
.archivebx h4 span{
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #333;
  margin-top: 16px;
}
.archivebx p {
  line-height: 2.6em;
  margin: 0 7%;
  letter-spacing: 0.05em;
}
.archivebx img {
  width: 70%;
  margin: 20px 0;
}
.shoplistbx{
  max-width: 500px;
  width: 100%;
  padding: 70px 10px;
  margin: 70px auto 50px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.shoplistbx h4 {
  display: block;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 50px;
}
.shoplistbx h4 span{
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #333;
  margin-top: 16px;
}
.tab-content {
  width: 100%;
  margin-top: 3%;
  display: none;
}
.tab-switch:checked+.tab-label+.tab-content {
  display: block;
}
.tab-switch {
  display: none;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 500px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
.title {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight:600;
  padding: 3% 3% 3% 5%;
  transition: all .5s ease;
  text-align: left;
  border-bottom: 1px solid;
}
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #333;
}
.title::before {
  top: 48%;
  right: 5%;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  right: 5%;
  transform: rotate(90deg);
}
.title.close::before {
}
.title.close::after {
  display: none;
}
.box {
  display: none;
  padding: 3% 3% 3% 5%;
}
.box dt,
.box dd{
  min-height: 40px;
  padding: 4% 0;
  border-bottom: 1px solid #f0f0f0;
}
.box dd a{
  font-size: 12px;	
  text-decoration: none;
  color: #505050;
  display: block;
  position: relative;
}
.box dd a:after{
  content: "";
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  top: 44%;
  right: 3%;
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.snsbx {
  max-width: 500px;
  width: 100%;
  padding: 0 0 100px;
}
.snsbx h4 {
  display: block;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}
.snsbx ul {
  width: 30%;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.snsbx ul li {
  width: 32%;
  padding: 6%;
  margin-bottom: 20px;
}
.snsbx ul li a {
  display: block;
  padding: 1.5% 2.5% 1.5% 1.5%;
}
.snsbx ul li:hover {
  opacity: 0.8;
}
#pagetitle {
  margin: 30px 0;
}
#pagetitle span {
  line-height: 1.3em;
}
.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.animation01 {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 0;
  transition: 1.5s;
  visibility: hidden;
  transform: scale(0.96, 0.96);
}
.active01 {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  visibility: inherit;
  transform: translate(0px, 0px);
}
.br-pc {
  display: none;
}
.br-sp {
  display: block;
}
.tpscroll {
  display: block;
  width: 120px;
  margin: 0 auto;
  text-align: center;
}
.tpscroll::before {
  display: block;
  content: '';
  border-bottom: solid 1px #505050;
  border-left: solid 1px #505050;
  width: 14px;
  height: 14px;
  transform: rotate(135deg);
  margin: 0 auto 10px;
}
.tpscroll:hover::before {
  border-bottom: solid 1px #00A5CB;
  border-left: solid 1px #00A5CB;
}
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #AAA;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.3s ease;
  z-index: 99;
}
#page_top::before {
  content: '';
  border-bottom: solid 2px #FFF;
  border-left: solid 2px #FFF;
  width: 12px;
  height: 12px;
  transform: rotate(135deg);
  position: absolute;
  right: 14px;
  bottom: 12px;
}

#page_top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
a.anclnk{
  display: block;
  padding-top: 1px;
  margin-top: -1px;
}	

@media screen and (min-width:1281px) and (max-width:1600px) {
}
@media screen and (min-width:835px) and (max-width:1280px) {
}
@media screen and (min-width:835px) and (max-width:1100px) {
}
@media only screen and (max-width:834px) {
  section p {
    font-size: 10px;
  }	
  main{
	margin: 0 auto;
  }
  .headbx {
  	max-width: 100%;
    margin: 60px auto 0;
  }
  .headbxsub {
    max-width: 80%;
  }
  .headbxsub h3 {
    font-size: 2.2rem;
  }  
  a.lnk-btn{
    width: 88%;
  }
  a.lnk-btn2 {
    width: 88%;
    bottom: 20px;
  }	
  .Label {
    font-size: 10px;
  }
  .Label::before,
  .Label::after{
    top: 3px;
    left: 48%;
  }
  .content {
    height: 0;
    margin-bottom:10px;
    padding:0 0 0 10px;
    overflow: hidden;
  }
  .content li a{
    font-size: 0.8em;
  }
  .toggle:checked + .Label + .content {
    height: auto;
    transition: all .3s;
  }
  .toggle:checked + .Label::after {
    display: none;
    transition: all .3s;
  }
  .infobx ul li:nth-child(5){
    margin-bottom: 2.5%;
  }
  .archivebx img{
    width: 80%;
  }  
  .shoplistbx {
    padding: 50px 10px 0;
  }	
  a.anclnk{
	  display: block;
	  padding-top: 50px;
	  margin-top: -50px;
  }
  .leeepbx,
  .leeepbx h4{
    width: 100%;
  }	
  .archivebx h4,
  .shoplistbx h4,
  .snsbx h4,
  .leeepbx h4 {
    font-size: 2.2rem !important;
  }
  .tpscroll {
    margin: 0 auto 100px;
  }	
  .br-pc {
	display: block;
  }
  .br-sp {
	display: none;
  }
	
}

/* =========================================================
   ITEM LINEUP（アイテム一覧）
   選択サムネイル＝グレー枠＋拡大 / 非選択＝不透明度ダウン
   ========================================================= */
.itmbx {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 10px 20px;
  text-align: center;
}
.itmbx .heading {
  display: block;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--c-head);
  margin-bottom: 70px;
}
.itmbx .heading span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #333;
  margin-top: 16px;
}

/* --- 商品ブロック --- */
/* 区切り線（border-top）の前後に余白を確保（req3） */
.itm-block {
  max-width: 500px;
  margin: 0 auto;
  padding: 74px 0 74px;
  border-top: 1px solid var(--c-line);
}
.itm-cat {
  font-family: 'Helvetica Neue', Arial, 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--c-head);
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 34px;
}

/* --- カラーバリエーション --- */
.itm-variants {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 34px;
}
.itm-variant {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0.4;                       /* 非選択：不透明度ダウン */
  transition: opacity 0.25s ease;
  font-family: inherit;
}
.itm-variant.is-active { opacity: 1; }
.itm-variant:hover:not(.is-active) { opacity: 0.65; }

.itm-variant-thumb {
  box-sizing: border-box;
  width: 96px;
  height: 96px;
  overflow: hidden;
  background: #f4f4f2;
  /* 枠は border ではなく inset box-shadow で表現。
     iOS Safari で切替時に枠線が残る不具合を回避（req5）。 */
  box-shadow: inset 0 0 0 0 rgba(188, 188, 188, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: width 0.25s ease, height 0.25s ease, padding 0.25s ease,
              background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.itm-variant-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
/* 選択：グレー枠＋拡大 */
.itm-variant.is-active .itm-variant-thumb {
  width: 128px;
  height: 128px;
  padding: 14px;
  background: #fff;
  box-shadow: inset 0 0 0 6px #bcbcbc;
  transform: translateY(-4px);
}
.itm-variant-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  color: #4a4a4a;
  text-align: center;
}

/* --- 選択商品の詳細（画像の下に表示） --- */
.itm-detail { margin-top: 6px; }
.itm-main { margin: 0 auto 24px; }
.itm-main img { width: 100%; display: block; }
.itm-name {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #333;
}
.itm-material{
  font-size: 13px;
}
.itm-price {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #333;
  margin-bottom: 26px;
}
.itm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80%;
  max-width: 360px;
  margin: 0 auto;
  padding: 16px 30px 15px;
  background-color: var(--c-btn);
  border: 1px solid var(--c-btn);
  border-radius: 30px;
  color: #fff!important;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: opacity 0.2s;
}
.itm-btn:hover { opacity: 0.82; }
.itm-btn::before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 8%;
  margin-top: -4px;
}

@media only screen and (max-width: 834px) {
  .itmbx { padding: 40px 10px 10px; }
  .itmbx .heading { font-size: 2.2rem; }
  .itm-block { padding: 52px 0 52px; }
  .itm-cat { font-size: 20px; margin-bottom: 26px; }
  .itm-variants { gap: 12px; margin-bottom: 26px; }
  .itm-variant-thumb { width: 74px; height: 74px; }
  .itm-variant.is-active .itm-variant-thumb {
    width: 98px; height: 98px; padding: 10px;
  }
  .itm-variant-label { font-size: 10px; }
  .itm-btn { width: 88%; }
  .itm-material{
    font-size: 13px;
  }  
}
.leeepbx h4{
  display: block;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
  padding-top: 70px!important;
}
.leeepbx h4 span{
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #333;
  margin-top: 16px;
}


/* 各セクション見出しの色を HEISHI と同じ head トーンに統一（req1） */
.archivebx h4,
.shoplistbx h4,
.snsbx h4,
.leeepbx h4 {
  color: var(--c-head);
}

/* =========================================================
   ABOUT Canvasic セクション
   （現行LPのトーン・余白・文字サイズに合わせて調整）
   ========================================================= */
.aboutbx {
  box-sizing: border-box;
  max-width: 500px;
  width: 100%;
  margin: 80px auto 0;
  padding: 0 10px;
  text-align: center;
}
.aboutbx .about-img {
  margin: 0 auto;
}
.aboutbx .about-img img {
  width: 100%;
  display: block;
}
/* セクション見出し（ABOUT / Canvasic） */
.aboutbx > h4 {
  display: block;
  line-height: 1.35;
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--c-head);
  margin: 50px 0 40px;
}
.aboutbx > h4 span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--c-text);
  margin-top: 18px;
}
/* リード文 */
.about-lead {
  margin: 0 auto 60px;
}
.about-lead p {
  line-height: 2.4em;
  letter-spacing: 0.05em;
  margin: 0 auto 18px;
}
.about-lead p:last-child {
  margin-bottom: 0;
}
/* 素材グループ（Canvas Fabrics / Saddle Leather） */
.about-material {
  margin-top: 80px;
}
/* 枠見出し */
.about-box {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 50px;
  padding: 20px 10px;
  border: 1px solid var(--c-line);
  font-family: 'Helvetica Neue', Arial, 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--c-head);
}
/* 各素材アイテム（画像＋名称＋説明） */
.about-item {
  margin-top: 60px;
}
.about-item .about-img {
  margin-bottom: 34px;
}
.about-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--c-head);
  margin: 0 0 24px;
}
.about-item p {
  line-height: 2.2em;
  letter-spacing: 0.05em;
  margin: 0 auto 16px;
}
.about-item p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 834px) {
  .aboutbx {
    max-width: 100%;
    padding: 0 10%;
    margin-top: 60px;
  }
  .aboutbx > h4 {
    font-size: 2.2rem !important;
  }
}

/* スマホ時のみ、ヒーロー画像（about_main）とサドルレザー画像（about_leather）を画面幅いっぱいに */
@media only screen and (max-width: 834px) {
  .aboutbx .about-full {
    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .aboutbx .about-full img {
    width: 100%;
  }
}

/* ITEM LINEUP：商品名の下の素材表記 */
.itm-material {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin: 4px 0 16px;
}
