@charset "UTF-8";

/* フォント
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* 切り替え
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/* 決まりごと
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  background-color: #DEE8EB;
}
a:hover img {
  opacity: 0.5;
}
/*グレーアウト*/
.img_grayout {
  filter: grayscale(100%);
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* ベース
---------------------------------------------------------- */
#reborn #Tomica-wrapper {
  background-color: #DEE8EB;
}
#Tomica-wrapper {
  background-color: #DEE8EB;
}
.reborn-contents {
  width: 100%;
}

/* メイン
---------------------------------------------------------- */
.main_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}
.main_box {
  width: 960px;
  height: auto;
  padding: 3em 0 1em;
}

/* タイトル
---------------------------------------------------------- */
.title_tb_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}
.title_tb_box_01 {
  width: 960px;
  height: auto;
  padding: 1em 0 0;
}
.title_tb_box_02 {
  width: 960px;
  height: auto;
  padding: 0 0 1.5em;
}
.title_main_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
  background-image: linear-gradient(0deg, rgba(216, 217, 218, 1), rgba(224, 225, 226, 1) 14%, rgba(222, 223, 224, 1) 27%, rgba(227, 228, 229, 1) 38%, rgba(232, 233, 233, 1) 50%, rgba(230, 231, 232, 1) 63%, rgba(229, 229, 230, 1) 73%, rgba(230, 230, 231, 1) 83%, rgba(241, 241, 242, 1) 99%);
}
.title_main_box {
  width: 960px;
  height: auto;
  text-align: center;
}

/* テキスト
---------------------------------------------------------- */
.txt_catch_01 {
  font-size: 2em;
  line-height: 2.2em;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* 動画
---------------------------------------------------------- */
.movie_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}
.movie_box {
  width: 960px;
  height: auto;
  text-align: center;
  padding: 4em 0;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: -1em;
  margin-bottom: 0px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ラインナップ
---------------------------------------------------------- */
.lineup_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}
.lineup_box {
  width: 960px;
  height: auto;
  text-align: center;
  padding: 1.5em 0;
}

/* 商品エリア
---------------------------------------------------------- */
.item_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: visible;
}
.item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 960px;
  height: auto;
  margin: 1rem auto;
  gap: 12px;
}
.item_box_kobetsu {
  flex: 0 0 calc(50% - 6px);
  max-width: calc(50% - 6px);
  background-color: #fff;
}
/* アイテム_商品名 */
.item_title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 1em 0;
}
.item_title_txt_01 {
  color: #000;
  font-size: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.item_title_txt_02 {
  color: #000;
  font-size: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-feature-settings: "palt"1;
}
/* アイテム_希望小売価格 */
.item_must {
  display: flex;
  align-items: flex-start;
  width: 90%;
  margin: 0.4em 5%;
}
.item_must_02 {
  display: flex;
  align-items: flex-start;
  width: 90%;
  margin: 0.4em 5% 1.8em;
}
.item_retsu {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: 0.1em 0 0 0;
  border: 1px solid #000;
}
/*アイテム表*/
.item_icon {
  width: 40%;
  height: 35px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_black_price {
  color: #fff;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt"1;
}
.item_black_others {
  color: #fff;
  font-size: 1.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.item_text {
  width: 60%;
  height: 35px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_text_txt {
  color: #000;
  font-size: 1.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
/* アイテム_購入ボタンエリア */
.item_button_area {
  width: 100%;
  height: 100px;
  background-color: #b3b3b3;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* アイテム_購入ボタン */
.kakaku {
  width: 50%;
  margin: 0 25%;
}
.item_yoyaku_txt {
  color: #000;
  font-size: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

/* 商品スライダー
---------------------------------------------------------- */
.item-Wrapper {
  width: 95%;
  height: auto;
  max-width: 95%;
  margin: 1.5em 2.5% 0;
  position: relative;
}
/*2025_bxgallery対応css*/
.item-Wrapper {
  position: relative;
  display: block;
}
.item-Wrapper .lp-pic-zone {
  position: relative; /* 絶対配置の li の基準 */
  list-style: none;
  margin: 0;
  padding: 0 0 2px 0;
  display: block !important;
  min-height: 1px;
  box-sizing: content-box;
}
.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: auto;
  height: auto;
  max-width: 100%;
}
/* サムネUL */
.item-Wrapper .thumbs {
  padding: 20px 2px;
  list-style: none;
  overflow: hidden; /* 簡易clearfix */
}
.item-Wrapper .thumbs img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: solid 1px #e4e4e4;
  margin: 1px;
}
/* clearfix を確実に */
.item-Wrapper .thumbs::after {
  content: "";
  display: table;
  clear: both;
}
/* サムネは横並び */
.item-Wrapper .thumbs > li {
  float: left;
  margin: 5px 2px 0 0;
}

.item-Wrapper .lp-pic-zone {
  min-height: 0px;
}

/* 予告ボックス
---------------------------------------------------------- */
.yokoku_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: visible;
  margin: 2em 0;
}
.redbox_title {
  width: 960px;
  height: auto;
  padding: 1.2em 0;
  background-color: #cc201a;
  background-image: linear-gradient(135deg, #ff2000, #a72700);
  display: flex;
  justify-content: center;
  align-items: center;
}
.redbox_title_txt {
  color: #fff;
  font-size: 2.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.5em;
}