@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* html
---------------------------------------------------------- */
/* ページ */
html, body {
  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;
}
/* コンテンツ
---------------------------------------------------------- */
/*緑バック*/
.bg_green {
  width: 100%;
  background-color: #00995b;
  margin: 1em auto 0;
padding: 0 0 2em;
}
/*許諾エリア*/
.txt_copyright {
  width: 75%;
  padding: 0;
  margin: 1em auto 3em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.5em;
  color: #fff;
	text-align: left;
}
/*ボタン*/
.btn_com {
  width: 78%;
  margin: 1em auto;
}
/*ラインナップ２列*/
.item_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.item_box {
  /* 幅指定しない */
}
.item_box img {
  width: 100%;
  height: auto;
}

/*セット画像など*/
.btn_item {
  width: 80%;
  margin: 1em auto;
  padding: 0 0 2.5em;
}
.btn_item_other {
  width: 70%;
  margin: 1em auto;
  padding: 0 0 2.5em;
}

/* 秋のプラレールまつり
---------------------------------------------------------- */
.bg_book  {
	position: relative;
}
.btn_book  {
	position: absolute;
	top:20%;
	left: 10%;
	width: 80%;
	height: auto;
}

/* 売り場コンテスト
---------------------------------------------------------- */
.bg_uriba {
  background-image: url("../bg_uriba_01.webp");
}
.btn_uriba  {
	width: 80%;
	height: auto;
	margin: 1em auto 3em;
}