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

/*ボタンまわり*/
.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;
}




/*タグ*/
.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%;
}


/*画面幅1050px以下*/
@media (max-width: 1050px) {

	.with-plan_v1_item .flex_child42 {
		flex-basis: 33.3%;
		padding: 0 2%;
	}
}


/*画面幅750px以下*/
@media (max-width: 750px) {
	.with-plan_v1_item .flex_child42--bland {
		flex-basis: 50%;
		padding: 0 2%;
	}
}


/*■■■商品かご回りの商品詳細飾りつけ■■■*/
 /*全体*/
 .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;
}





