/*イベントバナー背景色(PC/TAB)*/
.fs-l-header__eventBanner-pc{
	background:#e70012;
}

/*商品タグ(レースポイント10倍企画)*/
.fs-c-productMark__mark {
	display: block;
	margin-right: 2px;
	font-size: 1.0em;
	line-height: 1;
	padding: 4px 10px;
}


/*2022.6.13 商品ページに動画埋め込みテスト（小野寺）*/
.youtube__itemmovie{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 40px;
}
.youtube__itemmovie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*￥マークのサイズの縮小*/
.fs-c-price__currencyMark {
font-size:80%;
}
