@charset "UTF-8";
 .pan-Box .breadcrumbs a , .pan-Box .breadcrumbs span{
    color: #000;
     font-family: "Zen Kaku Gothic New", sans-serif;
  }

  .new_style .reproduct-txt .product-name {
  font-size: 20px;text-align: left;}

.new_style #StaffSnap {
  margin-top: 30px;
}
  .new_style  .reproduct-txt .price {
  border-bottom: none;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #000;
  line-height: 1.25em;
}

.new_style .Item--new__Button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
width: 100%;
    padding: 18px 0;
    height: 70px;

    color: #fff;
    font-weight: 600;
    text-decoration: none;

    background: linear-gradient(to right, #5B7DB0 0%, #76A5D7 100%);

    border-radius: 999px;

    box-shadow: 0 6px 14px rgba(0,0,0,0.15);

    transition: 0.25s;
font-size: 14px;
}
.item_con.flex{
gap: 10px;
  margin-top: 60px;
}
.item_con.flex li{
  width: calc((100% - 30px) / 2);
  
}
.item_con.flex li img{
  width:100%;
  
}
.right-text .txt p{
  font-size: 14px;
}


.item_main {
  display: flex;  margin: 35px 0 0;
}

/* PC用：画像総高さ分の見えないスペース */
.spacer {
  height: 0px;
  width: 1px;
  flex-shrink: 0;
}

/* PC用：左カラム */
.left-gallery {
  position: relative;
  width: 720px;
  margin-right: 20px;
  flex-shrink: 0;
}

.gallery-inner {
  position: sticky;
  top: 60px;
 height: 100vh;
  overflow: hidden;
  background: #fff;
}

.gallery-wrap {
  position: relative;
  will-change: transform;
}

.gallery-wrap img {
  display: block;
  width: 720px;
  height: 720px;
  object-fit: cover;
}

/* PC用：サムネイル */
.thumbnails-panel {
  width: 120px;
  margin-right: 40px;
  flex-shrink: 0;
}

.thumbs-sticky {
  position: sticky;
  top: 60px;
  height: calc(100vh - 60px);
  overflow-y: auto;
  padding: 10px 5px;
  border-radius: 8px;
}

.thumb-list {
  display: flex;
  flex-direction: column;
}

.thumb-list img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 5px auto;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.thumb-list img:hover,
.thumb-list img.active {
  opacity: 1;
  border-color: #fff;
  transform: scale(1.05);
}
.right-text {
  flex: 1;
  position: sticky;
  top: 60px;
  height: 100%;
  padding: 20px;
  width: 80%;
  margin-left: 3%;
}
/* PC用：右テキスト 
.right-text {
  flex: 1;
  position: sticky;
  top: 60px;
  height: calc(100vh - 60px);
  padding: 20px;
  overflow: auto;
}
*/







/*アーカイブ*/

.new_style_archive .product-item-list li{
 width: 312px;
 height: 386px;
 object-fit: contain;
 object-position: top;
}
 .new_style_archive .product-item-list .pic {
    height: 100%;
    border: none;
    margin-bottom: 8px;
    background-size: contain !important;
  }
  .new_style_archive .product-item-list .product-item-list__ttl {
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-top: -56px;
  }
.newcate-h2{
   background: url(../images/item/item_bg.png) no-repeat;
   background-size: cover;
min-height: 300px;
}
.newcate-h2 .av_h1{
  padding-top: 36px;
  text-align-last: left;
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 17px;
  letter-spacing: 0.02em;
}
.newcate-h2 .av_h1 span{
  font-size: 20px;font-weight: 100;
  margin-bottom: 8px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
}
.cate-lead {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.75em;
}

  .pan-Box.item_pan {
    width: 100%;
  }


    .product-item-list.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 1行4マス */
    grid-auto-rows: 386px; /* 投稿1マスの高さ */
    gap: 16px;
}

/* 通常商品 */
.product-item-list.grid .product-item {
    background: #fff;
}

/* 特殊画像1枚目（縦2×横2） */
.product-item-list.grid .special-4 {
    grid-column: span 2;
    grid-row: span 2;
    width: 100%;
  height: auto;
}

/* 特殊画像2枚目（縦1×横2） */
.product-item-list.grid .special-luminus2 {
    grid-column: span 2;
    grid-row: span 1;
    width: 100%;
  height: auto;
}

/* 特殊画像3枚目（縦2×横2） */
.product-item-list.grid .special-propose {
    grid-column: span 2;
    grid-row: span 1;
    width: 100%;
  height: auto;
}

.special-item img {
  width: 95%;
  height: 100%;
  object-fit: cover;
  margin-left: -15px;
}
.filter_panel{
    position: fixed;
    top: 0;
    right: -420px;
    width: 420px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: right .4s ease;
    overflow-y: auto;
    box-shadow: -5px 0 20px rgba(0,0,0,.1);
}

.filter_panel.open{
    right: 0;
}
.filter_panel .accordion_search{
  display:block;
}


.accordion_search li{
  display:block !important;
}


.accordion_search li section ul{
  display:none;
}


.accordion_search li.open section ul{
  display:block;
}
.filter_panel.open{
    right: 0;
}
.filter_panel .accordion_search{
  display:block;
}

/* li を必ず表示 */
.accordion_search li{
  display:block !important;
}

/* ul は閉じるときは高さ0にしてトランジション */
.accordion_search li section ul{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}


.pan-Box.item_pan {
    width: 100%;}
.design_4_box {
  gap: 100px;
}
.design_4_box li{
  width: 380px;

}
.pos_ab_btm{
  padding: 0 48px;
  margin-top: -135px;
}

.blue_veil{
   background-image: url(../images/common/blue_veil.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: -85px;
}
.fnt70_sd{
  font-size: 70px;
}

.has_b_b{
  border-bottom: 1px solid ;
}
.mx_width580{
max-width: 580px;
margin: 0 auto;
}



/* 全体コンテナ */
.filter_panell {
  border: 1px solid rgba(91, 125, 176, 0.1);
  box-shadow: 0 8px 32px rgba(91, 125, 176, 0.08);
  backdrop-filter: blur(12px);
  padding: 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
}

/* アコーディオン見出し */
.accordion_tit_item {
  font-size: 14px;
  font-weight: 440;
  color: #2d3748;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.accordion_tit_item:hover {
  background: rgba(91, 125, 176, 0.08);
  color: #5b7db0;
}

.accordion_tit_item::after {
  content: '▽';
  font-size: 12px;
  color: #5b7db0;
  transition: transform 0.3s ease;
  margin-left: auto;
}


/* チェックリストコンテナ */
.accordion_search li {
  margin-bottom: 8px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}

.accordion_search li.open {
  box-shadow: 0 4px 20px rgba(91, 125, 176, 0.12);
}

/* チェックリスト */
.accordion_search li {
  margin-bottom: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.accordion_search ul {
  padding: 12px 20px;
  margin: 0;
  list-style: none;
}

.accordion_txt_item {
  padding: 6px 0;
}

.accordion_txt_item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #4a5568;
  transition: all 0.2s ease;
  gap: 10px;
}

.accordion_txt_item label:hover {
  background: rgba(91, 125, 176, 0.08);
  color: #5b7db0;
}


/* カスタムチェックボックス（デフォルト非表示） */
.accordion_txt_item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #5b7db0; /* モダンブラウザで色変更 */
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #d1d5db;
  background: white;
}

/* Firefox用 */
@supports (-webkit-appearance: none) {
  .accordion_txt_item input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
  }
}

/* チェック時の影 */
.accordion_txt_item input[type="checkbox"]:checked {
  background-color: #5b7db0;
  border-color: #5b7db0;
  box-shadow: 0 0 0 3px rgba(91, 125, 176, 0.2);
}
/* 絞り込みボタン */
.filter_submit {
  text-align: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(91, 125, 176, 0.1);
}

.filter_submit button {
  background: linear-gradient(135deg, #5b7db0 0%, #8ba5d1 100%);
  color: white;
  border: none;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(91, 125, 176, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: inherit;
  min-width: 220px;
}

.filter_submit button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(91, 125, 176, 0.4);
}

.filter_submit button:active {
  transform: translateY(0);
}

/* 絞り込みタイトル */
.accordion_stit {
  font-size: 20px;
  font-weight: 700;
  color: #2d3748;
  margin: 0 0 24px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(91, 125, 176, 0.2);
  letter-spacing: 0.5px;
}


#viewmore_btn{
    background: linear-gradient(to right, #5B7DB0, #76A5D7);
      font-size: 14px;
      text-align: center;
      color: #fff;
      width: 100%;
      border: none;
  margin-top: 75px;
  min-height: 62px;
}
.product-item.is-hidden{
display:none;
}


.item_con.flex {
  max-width: 490px;
}

@media (max-width: 1400px) {
.left-gallery {
  width: 600px;
}

.gallery-wrap img {
  width: 600px;
  height: 600px;
}
}
@media (max-width: 1300px) {
.left-gallery {
  width: 500px;
}

.gallery-wrap img {
  width: 500px;
  height: 500px;
}
.thumbnails-panel {
  width: 100px;
  margin-right: 0px;
}
.right-text {
  top: 60px;
  padding: 10px;
  width: 100%;
  margin-left: 1%;
}
}
@media (max-width: 980px) {
.left-gallery {
  width: 400px;
}

.gallery-wrap img {
  width: 400px;
  height: 400px;
}

}
@media (max-width: 768px) {
  .filter_panel {
    margin: 16px -16px;
    padding: 20px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  
  .accordion_tit_item {
    font-size: 15px;
    padding: 14px 16px;
  }

  .item_main {
    flex-direction: column;
  }
  .spacer,
  .left-gallery, 
  .thumbnails-panel {
    display: none !important;
  }
  
  .right-text {
    order: 2;
    width: 100%;
    position: static !important;
    height: auto !important;
    margin-top: 20px;
    flex: none;
  padding: 20px;
}
  
  /* ★★★ スマホスライダー（PCでは完全非表示） ★★★ */
  .mobile-slider {
    order: 1;
    position: relative !important;
    width: 100% !important;
    height: 320px;
    max-width: 500px;
    margin: 60px auto 40px !important;
    overflow: hidden;
    border-radius: 12px;
    display: block !important;
  }
  
  /* PCではスマホスライダー非表示 */
  .mobile-slider {
    display: none;
  }
  
  .mobile-slider {
    display: block !important;
  }
  
  .slider-wrap {
    display: flex !important;
    height: 100%;
    transition: transform 0.4s ease;
    will-change: transform;
  }
  
  .slider-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    flex-shrink: 0;
  }
  
  /* 矢印ボタン */
  .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(10, 74, 157, 0.46);
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 10;
    user-select: none;
  }
  
  /* .slider-arrow:hover:not(:disabled) {
    background: rgba(0,0,0,0.9);
    transform: translateY(-50%) scale(1.1);
  } */
  
  .slider-prev {
    left: 0px;
  }
  
  .slider-next {
    right: 0px;
  }
  
  /* ドット */
  .slider-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
  }
  
  .slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s;
  }
  
  .slider-dot.active {
    background: #fff;
    transform: scale(1.2);
  }
  .right-text {
  margin-left: 0;
}
}

/* PCではスマホスライダー完全非表示 */
@media (min-width: 769px) {
  .mobile-slider {
    display: none !important;
  }
}


