@charset "UTF-8";




/*20250423追加*/
.spec-p02 {
    font-size: 1rem;
    font-weight: 700;
    border-bottom: solid 1px;
    width: 100%;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.fs-09{
    font-size: 0.9rem;
  }
  
  .spec-p01 {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  
  .spec-p02 {
    margin-bottom: 18px;
    padding-bottom: 4px;
  }
  
  .c-column-block.m-col3 > div{
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .iconwrap-wrap{
    margin-top: auto;
  }
  
  .icon-wrap01 img, .icon-wrap02 img {
    margin: 5px;
  }
  
  .logo-fablic{
    margin-bottom: 10px;
  }
  
  .iconwrap-wrap .d-flex{
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .logo-fablic{
    width: 60%;
   margin: 0 auto 10px;
  }
  
  .icon-wrap01{
    justify-content: center;
  }
  
  .iconwrap-wrap a.c-button-black{
    margin-top: 20px;
  }
  
  .hr-wide{
    margin: 4rem 0;
  }
  
  .spec-p03{
    margin-top: 5rem;
  }
  
  .icon-wrap01 > img{
    max-width: calc((100% / 3) - 20px);
  }

  .c-button-black.now-viewing{
    border-color: #d9d9d9;
    background-color: #d9d9d9;
    color: #333;
  }

  .seihin-comparison-part {
    padding: 0 20px;
  }

.seihin-comparison-part .c-column-block.m-col3 {
    grid-template-columns: repeat(auto-fill, 31.5%);
    gap: 40px 2.75%;
}

.seihin-comparison-part .c-column-block-item{
    border: solid 4px #fff;
    padding: 20px 10px;
    border-radius: 12px;
}

.seihin-comparison-part .c-column-block-item.now-viewing-wrap{
    border-color: #004098;
}

.only-shop-p-wrap{
  display: block;
  min-height: 34px;
  text-align: center;
  }

  
.only-shop-p{
  margin-bottom: 0;
    color: #000;
    text-align: center;
    border: solid 2px #000;
    padding: 4px 1.5rem;
    font-weight: 700;
    display: inline-block;
    border-radius: 6px;
}

.type-table-wrap {
    display: flex;
  }

  .type-table-chi {
    width: 50%;
    padding: 0 5px;
    text-align: center;
  }


  @media screen and (max-width: 960px) {
    .icon-inch{
      max-width: 70px;
    }
    .seihin-comparison-part .c-button-black {
        font-size: 0.8em;
    }

        .seihin-comparison-part .c-column-block-item{
          padding: 0;
    }
    
  }

  @media screen and (max-width: 820px) {

    .spec-p01 {
      font-size: 0.6rem;
    }
    .c-button-white, .c-button-black {
      font-size: 1.2em;
    }
    .inner-white {
        padding: 4rem 0;
    }
    .spec-p03 {
        margin-top: 3rem;
    }

  }
  
  @media screen and (min-width: 768px) {
    [data-draggable=true].is-dragscroll {
        cursor: inherit;
        cursor: inherit;
        cursor: inherit;
    }
  }
  
  @media screen and (max-width: 767px) {
    .spec-p02 {
      text-align: center;
    }
    .spec-p01 {
      font-size: 1rem;
      min-height: 8em;
    }
    .c-button-white, .c-button-black {
      font-size: 1.5em;
    }
  
    .c-column-block.m-col3 > div .c-button-black{
      margin-bottom: 20px;
    }

    .seihin-comparison-part {
        width: 900px;
      }



  }


.spec-p02 {
							display: flex;
							align-items: center;
							margin-bottom: 0;
						}

						.c-image-colorpic{
							margin: 10px 0;
						}

						.color-var {
							display: flex;
							justify-content: center;
							align-items: center;
							gap: 12px;
							padding: 8px 0;
						}

						.color-dot {
							width: 20px;
							height: 20px;
							border-radius: 50%;
							background: var(--dot-color, #ddd);
							border: 1px solid rgba(0, 0, 0, 0.15);
							box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
							display: inline-block;
						}

						/* 選択中の色にリングを表示 */
							.color-dot[aria-pressed="true"] {
							box-shadow:
							0 0 0 1px rgba(255,255,255,0.8) inset,
							0 0 0 2px rgba(0,0,0,0.4);
							}

							/* キーボードフォーカス可視化 */
							.color-dot:focus-visible {
							outline: 2px solid #005fcc;
							outline-offset: 2px;
							}