@charset "UTF-8";
/* フォント
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&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: #000;
  font-size: 16px;
}
a:hover img {
  opacity: 0.5;
}
/*グレーアウト*/
.img_grayout {
  filter: grayscale(100%);
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
/* ベース
---------------------------------------------------------- */
#grgt #Tomica-wrapper {
  background-color: #000;
}
#Tomica-wrapper {
  background-color: #000;
}
.grgt-contents {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #464646 0%, #000000 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;
}
/* 動画
---------------------------------------------------------- */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: -1em 0 2em;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 商品エリア
---------------------------------------------------------- */
.item_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: visible;
}
.item_box {
  width: 960px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 5em;
  padding: 1em 0 0;
}
.item_btn_container {
  width: 100%;
  height: auto;
}
.item_box_logo {
  width: 100%;
  height: auto;
  margin: 0 0 2em;
}
.item_box_kobetsu {
  width: 100%;
  height: auto;
  background-color: #000;
  border: solid 1px #fff;
}
/* アイテム_商品名 */
.item_title {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_title_txt_01 {
  position: absolute;
  top: 15%;
  color: #fff;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.item_title_txt_02 {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}
.item_title_txt_03 {
  position: absolute;
  top: 35%;
  color: #fff;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}
.item_title_txt_04 {
  position: absolute;
  top: 0.1%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
/* アイテム_希望小売価格 */
.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 #777;
}
/*アイテム表*/
.item_icon {
  width: 40%;
  height: 35px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_black_price {
  color: #fff;
  font-size: 0.9rem;
  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: 0.9rem;
  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: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
/* アイテム_購入ボタンエリア */
.item_button_area {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em 0;
}
/* アイテム_購入ボタン */
.kakaku {
  width: 60%;
  margin: 0 auto;
}
/* モール_注意分*/
.txt_tpshop_notice {
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.3;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
/* 商品スライダー
---------------------------------------------------------- */
.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;
	margin: 0 0 1em 0;
}
.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 {
	width: 94% !important;
	height: auto;
	margin: 0 auto ;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 5px;
grid-row-gap: 5px;
  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 ;
}
.item-Wrapper .lp-pic-zone {
  min-height: 0px;
}
/* 購入ボタン
---------------------------------------------------------- */
.btn_base {
  width: 70%;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem;
  margin: 1rem auto;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff !important;
  border-radius: 0.5rem;
}
.btn_gradient {
  font-weight: normal;
  color: #fff !important;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #aa0000), to(#410028));
  background-image: linear-gradient(90deg, #aa0000 40%, #410028 100%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.btn_gradient:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  content: "";
  transition: all 0.5s;
  background-image: -webkit-gradient(linear, left top, right top, from(#aa0000), color-stop(#9000aa), to(#410028));
  background-image: linear-gradient(90deg, #aa0000, #9000aa, #410028);
}
.btn_gradient span {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  z-index: 1;
}
.btn_gradient:hover {
  color: #fff;
}
.btn_gradient:hover:after {
  opacity: 0;
}