@charset "UTF-8";

/* フォント設定
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

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

/* 決まりごと
---------------------------------------------------------- */
html {
  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;
}

/* ここからスタート
---------------------------------------------------------- */
/* background */
.xmas_bg {
  background-image: url("../images/bg_snow_01.webp");
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
/* 基本コンテナ */
.TomicaContents-960px {
  width: 960px;
  margin: 0 auto;
}

/* メニュー
---------------------------------------------------------- */
.box_lineup {
  width: 700px;
	margin: 0 auto 3rem;
}
.box_menubutton {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.lineup_btn {
width: 45%
}
.box_menubutton::after {
  content: '';
  display: block;
  width: 45%; 
}
.lineup_btn_shadow {
  filter: drop-shadow(3px 3px 3px #000);
}

/* 動画
---------------------------------------------------------- */
.at {
  position: relative;
}
.mov {
  position: absolute;
  width: 84%;
  height: auto;
  margin: 0 8.5% 0 7.5%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 詳しく＆ラインナップボタン背景
---------------------------------------------------------- */
.at_kuwashiku {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
}
.btn_kuwashiku {
  position: absolute;
  width: 86%;
  height: auto;
  margin: 0 7%;
  z-index: 1;
  top: 1%;
}
.btn_lineup {
  position: absolute;
  width: 86%;
  height: auto;
  margin: 0 7%;
  z-index: 1;
  top: 10%;
}

/* 価格ボタン
---------------------------------------------------------- */
.price {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
}
.big_kakaku {
  position: absolute;
  width: 70%;
  height: auto;
  margin: 0 15%;
  z-index: 1;
  top: 2rem;
}
.small_kakaku {
  position: absolute;
  width: 20%;
  height: auto;
  z-index: 3;
}

.border_solid {
  border: solid 3px antiquewhite;
  border-radius: 26px;
  padding: 0.3em;
}
.btn_other_item {
  position: absolute;
  width: 86%;
  height: auto;
  margin: 0 7%;
  padding: 0.2rem 0 0;
}

.btn_item_price {
  position: absolute;
  top: 76%;
  left: 60%;
}
.btn_item_price_02 {
  position: absolute;
  top: 70%;
  left: 60%;
}
.btn_item_kuwashiku {
  position: absolute;
	width:27%;
  top: 76%;
  left: 16%;
}

/* トミカワールド
---------------------------------------------------------- */
.at_world01 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
}
.bg_world01 {
  width: 89%;
  height: auto;
  margin: 0 5.4% 5rem 5.5%;
 background-color: #ff4747;
}
.bg_world02 {
  width: 89%;
  height: auto;
  margin: 0 5.4% 5rem 5.5%;
 background-color: #008843;
}

/* ジョブレイバー
---------------------------------------------------------- */
.bg_jobraver {
  width: 89%;
  height: auto;
  margin: 0 5.9% 5rem 5.1%;
 background-color: #d40113;
}
.bg_jobraver02 {
  width: 89%;
  height: auto;
  margin: 0 5.1% 5rem 5.9%;
 background-color: #000000;
}

/* トミプラブロック
---------------------------------------------------------- */
.bg_block {
  width: 89%;
  height: auto;
  margin: 0 6.1% 5rem 5.9%;
 background-color: #008843;
}

/* キャラクター
---------------------------------------------------------- */
.bg_character {
  width: 89%;
  height: auto;
  margin: 0 6.45% 5rem 5.55%;
 background-color: #182982;
}

/* ギフトセット
---------------------------------------------------------- */
.bg_gift {
  width: 89%;
  height: auto;
  margin: 0 6% 5rem 5%;
 background-color: #008843;
}

/* 注意書きなど
---------------------------------------------------------- */
.layer_txt {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
}
.txt_notice_world01 {
  top: 13rem;
  text-align: center;
  font-size: 1.2em;
  line-height: 2em;
  color: antiquewhite;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.txt_notice_last {
  text-align: center;
  font-size: 1em;
  line-height: 1.6em;
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
	padding: 0 0 5rem;
}