@charset "UTF-8";
/* フォント設定
---------------------------------------------------------- */
@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: #F3EEE8;
}
a img {
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
}
/* ここから
---------------------------------------------------------- */
#jms #Tomica-wrapper {
  background-color: #F3EEE8;
}
.main_txt {
  font-size: 2.3em;
  line-height: 1.8em;
  margin-left: auto;
  margin-right: auto;
  margin: 3em 0 2em;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.jms-contents {
  width: 900px;
  padding: 3rem 0;
  margin: 0 auto;
}
/* ボタン_赤 */
.round_button {
  width: 90%;
  border-radius: 100px;
  border: solid 2px;
  display: block;
  margin: 0px auto 20px;
  padding: 5px 0;
  box-sizing: border-box;
  background: #ff0000;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}
/* ボタン_黒 */
.round_button_black {
  width: 90%;
  border-radius: 100px;
  display: block;
  margin: 0px auto 50px;
  padding: 5px 0;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.round_button_txt {
  margin: 0px auto;
  padding: 10px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.round_button_txt a {
  font-weight: bold;
  text-decoration: none;
}
.round_button_txt a:link {
  color: #fff;
}
.round_button_txt a:visited {
  color: #fff;
}
.round_button_txt a:hover {
  color: yellow;
  text-decoration: underline;
}
.round_button_txt a:active {
  color: gold;
}
.button-center {
  margin-left: 85px;
  margin-right: auto;
}


/* GR86/BRZ Cup_タイトル */
.brz {
  width: 90%;
  position: relative;
  overflow: hidden;
	margin: 1.5em 5% 1em;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid #181878;
  font-size: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.brz:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #181878;
}

.brz span {
  font-size: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding: 0.45em 0 0 0.5em;
  color: #fff;
}

/* タイトル_黒 */
.title-box {
  width: 90%;
  margin: 30px auto 10px;
}
/* タイトル_左 */
.title-left {
  width: 90%;
  height: auto;
  margin: 0 auto 10px;
}
/* タイトル_右 */
.title-right {
  width: 90%;
  height: auto;
  text-align: right;
  margin: 0 auto 10px;
}
/* タイトル_テキスト */
.title-text {
  text-align: left;
  font-size: 1.5em;
  line-height: 2em;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/* タイトル_価格 */
.title-price {
  font-size: 1.5em;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* 販売アイテム_開催記念トミカタイトル */
.title_kaisaikinen {
  width: 90%;
  padding: 0.8em 0;
	margin: 0 5% 9px;
  text-align: center;
  background: #000;
  font-size: 2.5em;
  line-height: 1.0em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

/* 販売アイテム_開催記念トミカ12個 */
.item_container {
  width: 90%;
  margin: 0 5% 3rem;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 2%;
  row-gap: 1.5rem;
}
.item_box {
  flex: 0 0 32%;
  border: 1px solid rgb(191 191 191);
}
/* 販売アイテム_開催記念トミカ1個 */
.item_container_set {
  width: 90%;
  margin: 0 5%;
  padding: 0 0 3rem;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item_box_set {
  border: 1px solid rgb(191 191 191);
}
/* 販売アイテム_写真 */
.sitem {
  background: #fff;
}
.sitem-gradient {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(190, 37, 42, 1), rgba(94, 19, 22, 1));
}
.sitem-gradient-auto {
  height: auto;
  width: 100%;
  padding: 10px;
  background-image: linear-gradient(90deg, rgba(190, 37, 42, 1), rgba(94, 19, 22, 1));
}
.sitem-text {
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 5px;
}
.sitem-price {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #fff;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 0 10px 0 0;
}
.sitem-text-02 {
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 5px;
}

.title-s-left {
  width: 60%;
  float: left;
}
.title-s-right {
  width: 40%;
  float: left;
}
/* イベントオリジナルトミカプレミアム
---------------------------------------------------------- */
/* background */
.eotp-contents {
  width: 100%;
  padding: 3rem 0;
  background-color: #000;
}
/* タイトル_eotp */
.eotp_title {
  width: 90%;
  margin: 0 5%;
  padding: 3rem 0;
}
/* テキスト_eotp */
.eotp_text {
  width: 80%;
  margin: 0 10%;
  padding: 0 0 2rem;
  font-size: 1.4em;
  line-height: 2em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
/* 販売アイテム */
.item_box_eotp {
  border: 1px solid rgb(233 233 233);
}
.eotp_box_gradient {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(98, 98, 98, 1), rgba(35, 35, 35, 1));
}
/* イベントオリジナルトミカ
---------------------------------------------------------- */
.eot_box_gradient {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(202, 168, 70, 1), rgba(141, 118, 49, 1));
}
/* 先行販売トミカ
---------------------------------------------------------- */
.senkou_box_gradient {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(0, 100, 242, 1), rgba(0, 70, 169, 1));
}
/* コラボボタン用
---------------------------------------------------------- */
.tomicatom_collabo img {
  width: 80%;
	height: auto;
  margin: 0 10%;
}

/* キャッチコピー
---------------------------------------------------------- */
/* キャッチコピー_テキスト */
.catch_copy {
  text-align: left;
  font-size: 2em;
  line-height: 1.5em;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/* 商品販売日時のご案内
---------------------------------------------------------- */
.nichiji_area {
  width: 90%;
  margin: 0 5%;
}
.midashi_kaisaikikan {
  padding: 0.3em 0 0.3em 0.7em;
  margin: 0 0 2em 0;
  color: #494949;
  border-left: solid 10px #c0272d;
  text-align: left;
  font-size: 2em;
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.midashi {
  width: 70%;
  padding: 0.3em 0 0.4em 1.7em;
  margin: 0.2em 0 1em 0em;
  background: #c0272d;
  font-size: 1.5em;
  line-height: 1.0em;
  letter-spacing: 1.4em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.midashi-attention-01 {
  font-size: 0.8em;
  line-height: 1.3em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.honbun-area {
  padding: 0em 0em 0em 2em;
  text-align: left;
}
.honbun_must_area {
  width: 100%;
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 10px;
  padding: 0em 0em 0em 2em;
}
.honbun_must {
  font-size: 1.8em;
  line-height: 1.2em;
  text-align: left;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.honbun-01 {
  font-size: 1.8em;
  line-height: 1.2em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.midashi_02 {
  width: 100%;
  padding: 0.4em 0 0.5em 1.7em;
  margin: 0.2em 0 1em 0em;
  text-align: center;
  background: #000;
  font-size: 1.8em;
  line-height: 1.0em;
  letter-spacing: 1.0em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.honbun-attention-01 {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.honbun-attention-02 {
  font-size: 0.6em;
  line-height: 1em;
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.honbun-notice {
  font-size: 1.3em;
  line-height: 1.9em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.font_color_red {
  color: #c0272d;
}
.CopyrightZone {
  margin-bottom: 20px;
  text-align: right
}
.CopyrightZone_R {
  font-size: 1em;
  line-height: 1.2em;
  margin: 15px auto;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}