@charset "UTF-8";
/* 切り替え
---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* メイン
---------------------------------------------------------- */
.main_box {
  width: 100%;
  padding: 1em 0 0.5em;
}
/* 商品エリア
---------------------------------------------------------- */
.item_box {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 2em;
  margin: 0 auto;
  padding: 1em 0 0;
}
.item_box_kobetsu {
  flex: 0 0 100%;
  max-width: 100%;
}
.item_title {
  padding: 0 0 0.4em 0;
}
.item_title_txt_01 {
  font-size: 0.7rem;
}
.item_title_txt_02 {
  font-size: 1.5rem;
}
.item_title_txt_03 {
  font-size: 1.5rem;
}
.item_title_txt_04 {
  font-size: 0.7rem;
}
.item_must_02 {
  margin: 0.4em 5% 1.2em;
}
/*アイテム表*/
.item_icon {
  width: 40%;
  height: 28px;
}
.item_black_price {
  font-size: 0.7rem;
}
.item_black_others {
  font-size: 0.7rem;
}
.item_text {
  width: 60%;
  height: 28px;
}
.item_text_txt {
  font-size: 0.7rem;
}
/* アイテム_購入ボタンエリア */
.item_button_area {
  width: 90%;
  height: auto;
  margin: 1em auto;
}
/* 商品スライダー
---------------------------------------------------------- */
/* メインUL（ul.lp-pic-zone） */
.item-Wrapper .lp-pic-zone {
  max-width: 100%;
  width: 100% !important;
}
/* メイン li はプラグインが absolute にする前提 */
.item-Wrapper .lp-pic-zone > li {
  position: absolute;
  top: 0;
  left: 0;
}
/* 画像はブロック化（隙間/崩れ防止） */
.item-Wrapper img {
  display: block;
  width: auto;
  height: auto;
  box-sizing: border-box;
  border: solid 1px #999;
}
.item-Wrapper .lp-pic-zone img {
  width: 100%;
  height: auto !important;
}
/* サムネUL */
.item-Wrapper .thumbs {
	width: 94% !important;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 2px;
grid-row-gap: 2px;
}
.item-Wrapper .thumbs img {
  width: 100%;
  height: auto !important;
}
/* clearfix を確実に */
.item-Wrapper .thumbs::after {
  content: "";
  display: table;
  clear: both;
}
/* サムネは横並び */
.item-Wrapper .thumbs > li {
  box-sizing: border-box;
  width: 94%;
  margin: 0.3em auto;
}
.item-Wrapper .thumbs > li:nth-child(4n) {
  margin-right: 0;
}
.item-Wrapper .lp-pic-zone {
  min-height: 0px;
}