@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@300;400;500;600;700&display=swap');

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

/* 決まりごと
---------------------------------------------------------- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
img {
  vertical-align: top;
  line-height: 1.0em;
}
a:hover img {
  opacity: 0.5;
}
/*グレーアウト*/
.img_grayout {
  filter: grayscale(100%);
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* html
---------------------------------------------------------- */

/**/
#fukumai #Tomica-wrapper {
  background-color: #fff;
}
#Tomica-wrapper {
  background-color: #fff;
	  padding: 0 0 10px;
}

/* body
---------------------------------------------------------- */
.fukumai-contents {
  width: 100%;
}


/* メインイメージ
---------------------------------------------------------- */
/*メイン*/
.main_container {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  width: 100%;
 height: auto;
  overflow: hidden;
	background-color: #fffaec;
 background-image: url("../images/bg_mainimg_01.webp");
	background-repeat: repeat-x;
 background-position: center bottom;
	background-size: auto 1003px;
}
.main_inner_01 {
  width: 960px;
  height: auto;
  padding: 90px 0 110px;
}

/* キャッチコピー
---------------------------------------------------------- */
/*コンテナ*/
.catch_container {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  width: 100%;
 height: auto;
  overflow: hidden;
	background-color: #ff6767;
 background-image: url("../images/bg_mainimg_02.webp");
	background-repeat: repeat-x;
}
.catch_inner_01 {
  width: 960px;
  height: auto;
  padding: 52px 0 53px;
}

/* 発売日・価格
---------------------------------------------------------- */
/*コンテナ*/
.date_container {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  width: 100%;
 height: auto;
}
.date_inner_01 {
  width: 960px;
  height: auto;
  padding: 5rem 0 3rem;
}

.date_big_text {
	font-size: 4em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.date_midium_text {
	font-size: 2.9em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.date_small_text {
	font-size: 2em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.date_notice_text {
	font-size: 1.5em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*価格エリア*/
.date_inner_02 {
  width: 960px;
  height: auto;
  padding: 0 0 3rem ;
}

/*価格ボタン*/
.kakaku {
	width: 60%;
	margin:0 20% 0 20%;
}
/*価格ボタン_装飾*/
.border_double {
  border: double 8px #e50027;
  border-radius: 30px;
}



/* 商品
---------------------------------------------------------- */
/*コンテナ*/
.item_container {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  width: 100%;
 height: auto;
}
/*アイテムボックス*/
.item_inner_01 {
  width: 900px;
  height: auto;
  padding: 2rem 0 ;
}
/*flexボックス*/
.item_flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px;
}
.flex_item {
  flex: 0 0 calc(50% - 20px);
  box-sizing: border-box;
	  margin: 0 auto 1rem;
}
.flex_item img {
  width: 100%;
	height: auto;
}

/*注意書き*/
.item_notice_text {
	font-size: 1em;
	line-height: 1.9em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}