/*■■■デザインの打消し■■■*/

/*ボタンまわり*/
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  background-color: #e8f5fc;
  color: #3c3c3c;
}

.fs-p-sideMenu a:hover {
  background-color: #cbe0ec;
  color: #3c3c3c;
}

.fs-c-sortItems__list__item.is-active {
  background-color: #4685c8;
  color: #ffffff;
}


/*レフトナビのシリーズ階層の非表示の非表示*/
.fs-pt_menu__item--series > ul {
  height:0;
}

/*ボタンサイズ*/
.fs-c-button--primary {
  padding-top: 1.2em;
  padding-right: 1.6em;
  padding-bottom: 1.0em;
  padding-left: 1.6em;

  font-size: 1.6rem;
}

/********************
マージン設定
********************/

.marginb_base {
	margin-bottom: 35px;
}

.marginb_big2 {
	margin-bottom: 70px;
}

.marginb_big3 {
	margin-bottom: 105px;
}

.marginb_small {
	margin-bottom: 22px;
}

.marginb_small2 {
	margin-bottom: 10px;
}

/********************
改行
********************/
/*スマホで改行*/
.br--sp {
	display: none;
}

/*PCで改行*/
.br--pc {
	display: block;
}

/********************
文字
********************/

.with_v1 .MainContents_sub {
    font-size: 2.2rem;
    color: #000;
    display: inline-block;
    line-height: 1.2em; 
}


/*タグ*/
.fs-c-productMarks {
  margin-bottom:3px;
}

.fs-c-productMark__mark {
  font-size: 1.0em;
  padding: 7px 12px;
}

/*
@media screen and (min-width: 600px) {
    .fs-c-productListCarousel__list__item {
        flex-basis: 23%;
        max-width: 23%;
        min-width: 23%;
        margin: 0px 8px;
    }
}
*/

@charset "utf-8";
/* CSS Document */


/*フレキシブルデザイン(コンテナ)*/
.with-plan_v1_item .flex_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch; }

.with-plan_v1_item .flex_container--center {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center; }

.with-plan_v1_item .flex_container--bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end; }

.with-plan_v1_item .flex_container--left-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center; }


.with-plan_v1_item .content_widh {
	max-width: 1050px;
	width: 100%;
	margin-left: auto;
	margin-right: auto; }


/*フレックスデザイン*/
.with-plan_v1_item .flex_child42 {
	flex-basis: 25%;
	padding: 0 2%;
}



/*フレックスデザイン*/
.with-plan_v1_item .flex_child53 {
	flex-basis: 20%;
	padding: 0 1.5%;
}



/*■■■商品かご回りの商品詳細飾りつけ■■■*/
 /*全体*/
 .wp_item-detail {
  box-sizing: border-box;
 }
 
 /*各項目全体*/
 .wp_item-detail_table {
  margin-bottom: 50px;
  border-bottom: 1px #444 solid;
  color: #222;
 }
 
 /*各項目全体*/
 .wp_item-detail_table>tbody {
  border: 1px solid #444;
 }
 
 /*主題部分*/
 .wp_item-detail_table>thead th {
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.5em;
 }
 
 /*副題部分*/
 .wp_item-detail_table>tbody th {
  background-color: #ccc;
  border: 1px solid #444;
  border-bottom: 0;
  padding: 10px;
  width: 25%;
  font-size: 1.2em;
 }
 
 /*内容部分*/
 .wp_item-detail_table td {
  padding: 10px;
 }
 
 .wp_item-detail_table>tbody td {
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  border-left: 1px solid #444;
 }
 
 .wp_item-detail_table li {
  list-style: disc;
  margin: 10px 0 10px -0.5em;
  font-size:1em;
  line-height: 1.8em;
 }

 /*キーワード*/
 .wp_item-detail_keyword {
  font-size: 0.8em;
  color: #444;
  margin-bottom: 50px;
 }

/*ヘッダー共通バナー*/
.fs-pt-column--1 { margin: 0 auto;
}

/*商品詳細ページ*/
/*フリック画像*/
.fs-c-productMainImage__image {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: 0 auto;
}

.fs-c-productMainImage__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/*カテゴリーページのデザイン変更*/
/* =========================================================
   With Plan Category : Design pack（final）
   Target: .with-plan_v1_category
   ※テキスト/配色/装飾のみ。レイアウト非干渉
   ========================================================= */

.with-plan_v1_category{
  --wp-text-main: #1f2937;
  --wp-text-sub:  #6b7280;
  --wp-accent:    #1b4b57;  /* 落ち着いた青緑 */
  --wp-accent2:   #b08a2a;  /* ゴールド */
  --wp-border:    #e7dfd2;

  color: var(--wp-text-main);
}

/* =========================
   Titles
   ========================= */
.with-plan_v1_category h2{
  color: var(--wp-accent);
  font-weight: 800;
  letter-spacing: .05em;
  padding: .65em .95em;
  border-left: 6px solid var(--wp-accent);
  background: linear-gradient(
    90deg,
    rgba(27,75,87,.12),
    rgba(176,138,42,.10)
  );
  border-radius: 10px;
  font-size: clamp(26px, 3.4vw, 32px);
}

.with-plan_v1_category h3{
  color: var(--wp-accent);
  font-weight: 800;
  letter-spacing: .04em;
  padding: .55em .75em;
  border-left: 5px solid var(--wp-accent2);
  background: rgba(27,75,87,.06);
  border-radius: 8px;
  font-size: clamp(20px, 2.6vw, 26px);
}

.with-plan_v1_category h4{
  color: var(--wp-accent);
  font-weight: 800;
  letter-spacing: .02em;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.5em;
}

/* タイトル前の装飾は無し */
.with-plan_v1_category h4::before{
  content: none;
}

/* =========================
   Text
   ========================= */
.with-plan_v1_category p{
  color: var(--wp-text-main);
  line-height: 1.9;
}

.with-plan_v1_category p strong{
  color: var(--wp-accent);
  font-weight: 800;
  background: linear-gradient(
    transparent 60%,
    rgba(176,138,42,.22) 60%
  );
  padding: 0 .15em;
}

.with-plan_v1_category small,
.with-plan_v1_category .note{
  color: var(--wp-text-sub);
}

/* =========================
   Links
   ========================= */
.with-plan_v1_category a{
  color: var(--wp-accent);
  font-weight: 650;
  text-decoration: none;
}
.with-plan_v1_category a:hover{
  color: var(--wp-accent2);
  text-decoration: underline;
}

/* =========================
   Product list area（下地なし）
   ========================= */
.with-plan_v1_category .related-items{
  background: transparent;
  border: none;
}

/* =========================
   Ranking（控えめ調整）
   ========================= */

/* ランキング見出し：大きすぎない */
.with-plan_v1_category .related-items:first-of-type > h3{
  color: #ffffff;
  font-weight: 800;
  letter-spacing: .06em;
  padding: .55em 1.1em;
  background: linear-gradient(
    90deg,
    #1b4b57,
    #163c45
  );
  border-left: none;
  border-radius: 999px;
  text-align: center;
  font-size: clamp(18px, 2.2vw, 22px); /* ← 控えめ */
}

/* 星は残す（不要ならここも消せます） */
.with-plan_v1_category .related-items:first-of-type > h3::before{
  content: "★";
  margin-right: .4em;
  color: var(--wp-accent2);
}

/* 商品カードは白ベース維持 */
.with-plan_v1_category .flex_child42{
  background: #ffffff;
}

.with-plan_v1_category .flex_child42 p{
  color: var(--wp-text-main);
  font-weight: 800;
  letter-spacing: .02em;
}

/* ランキング内の「人気」バッジ */
.with-plan_v1_category .related-items:first-of-type .flex_child42 p::after{
  content: "人気";
  display: inline-block;
  margin-left: .4em;
  padding: .15em .45em;
  font-size: .7em;
  font-weight: 800;
  color: var(--wp-accent);
  background: rgba(27,75,87,.10);
  border-radius: 999px;
}

/* =========================
   Size links（ナビ感）
   ========================= */

.with-plan_v1_category ul {
list-style: none;
padding: 0;
}


.with-plan_v1_category ul li a{
  color: var(--wp-accent);

  border: 1px solid var(--wp-border);
  border-radius: 999px;
  font-weight: 800;
  padding: 1em 2em 1em 2.5em;
  display: block;


}

.with-plan_v1_category ul li a::before{
  color: var(--wp-accent2);
  font-weight: 900;
}

.with-plan_v1_category ul li a:hover{
  background: rgba(27,75,87,.06);
  border-color: rgba(27,75,87,.22);
}

/* =========================
   Images（装飾のみ）
   ========================= */
.with-plan_v1_category img{
  border-radius: 12px;
}

.with-plan_v1_category img[alt*="突破"],
.with-plan_v1_category img[alt*="安心"],
.with-plan_v1_category img[alt*="設置"],
.with-plan_v1_category img[alt*="LED"]{
  border: 1px solid var(--wp-border);
}


/********************
ランキング
********************/
.with-plan_v1_category .sub_ranking {
	background-position: left;

	background-image: url(https://wp889946.itembox.design/item/csw_main_subicon_ranking.png);
	background-repeat: no-repeat;
	background-size:contain;
}

.ranking_item {
	position: relative;
}

.with-plan_v1_category .icon_ranking {
	position: absolute;
	top:0;
	width: 25%;
	padding: 3px;
	background:rgba(0,0,0,0.7);
}



/********************
商品グループ
********************/

@media screen and (min-width: 960px) {
    .fs-c-productList__list {
        display: grid;
        grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
        grid-gap: 0px;
    }
}


/********************
商品詳細テーブル
********************/
	
/*テーブルレイアウト*/
.wp_item-group_table {
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(1, auto);
	border: 1px solid #aaa;
	margin-bottom: 20px;
	width:96%;
}

.wp_item-group_tr {
	grid-column: span 1;
	display: grid;
	grid-template-columns: subgrid;
	text-align: center;
}

.wp_item-group_td1 {
	background: #aaa;
	font-weight:bold;
	padding: 2px;
	color: #fff;
}
.wp_item-group_td2 {
	padding: 2px;
}

/*対応カラー*/
.wp_item-group_color {
	display: flex;
	justify-content:center;
}

.wp_item-group_color > div {
	list-style: none;
	border-radius: 100vh;
	width: 25px;
	height: 25px;
	border: 1px solid #999;
	margin: 4px;
}

.wp_item-group_color > .color-white {
	background: #fff;
} 

.wp_item-group_color > .color-black {
	background: #333;
	color:#fff;
} 

.wp_item-group_color > .color-natural {
	background: #ffe484;
} 

.wp_item-group_color > .color-pink {
	background: #ffddef;
} 

.wp_item-group_color > .color-blue {
	background: #bbe0ff;
} 

.wp_item-group_color > .color-gray-l {
	background: #c1c1c1;
	color:#fff;
} 

.wp_item-group_color > .color-gray-d {
	background: #686868;
	color:#fff;
} 

.wp_item-group_color > .color-brown {
	background: #644a34;
	color:#fff;
} 


/*タグ*/
.wp_item-group_tag {
	display: flex;
	margin:10px 0;
}

.wp_item-group_tag_child {
	margin:0px 4px;
	padding: 4px 8px;
	background: #333;
	color: #fff;
}

/*販売期間*/
.fs-c-salesPeriod__date {
	width:96%;
}