@charset "UTF-8";

/* 切り替え
---------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* ここから
---------------------------------------------------------- */
.main_txt {
  font-size: 1em;
  line-height: 1.4em;
}
/**/
.jms-contents {
  width: 98%;
}

/* ボタン_赤 */
.round_button {
  width: 70%;
  border-radius: 100px;
  display: block;
  margin: 0 auto 10px;
  padding: 3px 0;
  box-sizing: border-box;
  background: #ff0000;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}
/* ボタン_黒 */
.round_button_black {
  width: 70%;
  border-radius: 100px;
  display: block;
  margin: 0 auto 30px;
  padding: 3px 0;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.round_button_txt {
  font-size: 0.9em;
  line-height: 1.3em;
  color: #fff;
}


/* GR86/BRZ Cup_タイトル */
.brz {
  width: 90%;
	margin: 1.5em 5% 1em;
  padding: 1rem 2rem 1rem 100px;
  font-size: 1.2em;
}

.brz:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 170px;
  height: 180px;
  content: '';
}

.brz span {
  font-size: 3em;
  padding: 0.46em 0 0 0.2em;
}

/* 販売アイテム_開催記念トミカタイトル */
.title_kaisaikinen {
	margin: 0 5% 9px;
  font-size: 1.2em;
  line-height: 1.8em;

}

/* タイトル_黒 */
.title-box {
  margin: 5px auto 5px;
}

/* タイトル_左 */
.title-left {
  margin: 0 auto 5px;
}
/* タイトル_右 */
.title-right {
  margin: 0 auto 5px;
}

/* タイトル_テキスト */
.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: 1em;
}

/* 販売アイテム_開催記念トミカ12個 */
.item_container {
  margin: 0 5% 30px;
}
.item_box {
  flex: 0 0 48%;
}
/* 販売アイテム_開催記念トミカ1個 */
.item_container_set {
  margin: 0 5% 5px;
  padding: 0 0 1rem;
}

.sitem-gradient {
  height: 50px;
}
.sitem-text {
  font-size: 0.9em;
  line-height: 1.4em;
  margin: 0 3px;
}
.sitem-text-02 {
  font-size: 0.9em;
  line-height: 1.4em;
  margin: 0 3px;
}
.sitem-text-03 {
  font-size: 0.7em;
  line-height: 1.3em;
  margin: 0 3px;
  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: 0.9em;
  margin: 0 10px 0 0;
}
.title-s-left {
  width: 70%;
}
.title-s-right {
  width: 30%;
}

/* イベントオリジナルトミカプレミアム
---------------------------------------------------------- */
/* background */
.eotp-contents {
  padding: 0.7rem 0;
}
/* タイトル_eotp */
.eotp_title {
  padding: 1rem 0;
}
/* テキスト_eotp */
.eotp_text {
  font-size: 0.8em;
  line-height: 1.7em;
}
/* 販売アイテム */
.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));
}


/* キャッチコピー
---------------------------------------------------------- */
/* キャッチコピー_テキスト */
.catch_copy {
  font-size: 0.92em;
  line-height: 1.7em;
}

/* 商品販売日時のご案内
---------------------------------------------------------- */
.midashi_kaisaikikan {
  font-size: 1.3em;
  line-height: 1.8em;
}
.midashi {
  font-size: 1.2em;
  line-height: 1.0em;
}
.honbun_must_area {
  grid-template-columns: 60% 40%;
  gap: 10px;
  padding: 0em 0em 0em 2em;
}
.honbun_must {
  font-size: 1em;
  line-height: 1.2em;
}
.honbun-attention-01 {
  font-size: 0.8em;
  line-height: 1.5em;
}
.honbun-01 {
  font-size: 1em;
  line-height: 1.2em;
}
.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;
}
.midashi_02 {
  width: 100%;
  padding: 0.5em 0;
  margin: 0.5em 0 1em;
  font-size: 1.2em;
  line-height: 1.0em;
}
.honbun-notice {
  font-size: 0.9em;
  line-height: 1.7em;
}

.CopyrightZone {
  margin-bottom: 10px;
}
.CopyrightZone_R {
  font-size: 0.55em;
  line-height: 1.2em;
  margin: 5px auto;

	
	
}
