@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;
}

/* タイトル
---------------------------------------------------------- */
.title_tb_box_01 {
  width: 100%;
  padding: 0.7em 0 0;
}
.title_tb_box_02 {
  width: 100%;
  padding: 0 0 1em;
}
.title_main_box {
  width: 100%;
}

/* テキスト
---------------------------------------------------------- */
.txt_catch_01 {
  font-size: 1.2em;
  line-height: 1.9em;
  padding: 0 0 2em 0;
}

/* 動画
---------------------------------------------------------- */
.movie_box {
  width: 100%;
  padding: 1.5em 0;
}

/* ラインナップ
---------------------------------------------------------- */
.lineup_box {
  width: 100%;
  padding: 1em 0;
}

/* 商品エリア
---------------------------------------------------------- */
.item_box {
  width: 100%;
}
.item_box_kobetsu {
  flex: 0 0 100%;
  max-width: 100%;
}
.item_title {
  padding: 0 0 0.4em 0;
}
.item_title_txt_01 {
  font-size: 1.2em;
}
.item_title_txt_02 {
  font-size: 1.5em;
}
.item_must_02 {
  margin: 0.4em 5% 1.2em;
}
/*アイテム表*/
.item_icon {
  width: 40%;
  height: 28px;
}
.item_black_price {
  font-size: 0.8em;
}
.item_black_others {
  font-size: 0.9em;
}
.item_text {
  width: 60%;
  height: 28px;
}
.item_text_txt {
  font-size: 0.9em;
}
/* アイテム_購入ボタンエリア */
.item_button_area {
  width: 90%;
  height: 70px;
  background-color: #b3b3b3;
  margin: 0 5% 1em;
}

/* 商品スライダー
---------------------------------------------------------- */
/* メイン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 {
  max-width: 100%;
  width: 100% !important;
}
.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: 23%;
  margin: 2% 1% 0 0;
}
.item-Wrapper .thumbs > li:nth-child(4n) {
  margin-right: 0;
}
.item-Wrapper .lp-pic-zone {
  min-height: 0px;
}

/* 予告ボックス
---------------------------------------------------------- */
.yokoku_container {
  margin: 1.5em 0;
}
.redbox_title {
  width: 100%;
  padding: 1em 0;
}
.redbox_title_txt {
  font-size: 1.4em;
  letter-spacing: 0.2em;
}