.salesBox1{
  	width: 214px;
  	height: 285px;
  	box-sizing: border-box;
  	alignment-adjust: central;
  	margin: 13px 13px 13px;
  	border: 3px solid rgba(110, 110, 110, 0.2);
  	background-color: #FFF;
}
.salesBox1:hover{
  	border: 3px solid rgba(110, 110, 110, 0.7);
  	transition: all 0.3s ease;
}
.salesBox2_DNMC, .salesBox2_DNMK3, .salesBox2_RBMCR, .salesBox2_RBR, .salesBox2_GEA, .salesBox2_MORE, .salesBox2_HMRE, .salesBox2_PRDLR, .salesBox2_MOL{
	box-sizing: border-box;
  	width: 208px;
  	height: 229px;
  	overflow: hidden;
	background-repeat: no-repeat;
}
.salesBox2_DNMC img, .salesBox2_DNMK3 img, .salesBox2_RBMCR img, .salesBox2_RBR img, .salesBox2_GEA img, .salesBox2_MORE img, .salesBox2_HMRE img, .salesBox2_PRDLR img, .salesBox2_MOL img{
  	width: 208px;
  	height: 229px;
  	display: inline-block;
  	transition: all 0.5s ease;
}
.salesBox2_DNMC{
	background-image: url("../sales/photo/DuneMc/DuneMc_2_208x229.webp");
}
.salesBox2_DNMK3{
	background-image: url("../sales/photo/DuneMk3/DuneMk2_2_208x229.webp");
}
.salesBox2_RBMCR{
	background-image: url("../sales/photo/RubyMcR/RubyMcR_2_208x229.webp");
}
.salesBox2_RBR{
	background-image: url("../sales/photo/RubyR/RubyR_2_208x229.webp");
}
.salesBox2_GEA{
	background-image: url("../sales/photo/Gea/Gea_2_208x229.webp");
}
.salesBox2_MORE{
	background-image: url("../sales/photo/MoonRecessed/MoonRecessed_2_208x229.webp");
}
.salesBox2_HMRE{
	background-image: url("../sales/photo/HalfMoonRecessed/HalfMoonRecessed_2_208x229.webp");
}
.salesBox2_PRDLR{
	background-image: url("../sales/photo/ParadeLR/ParadeLR_2_208x229.webp");
}
.salesBox2_MOL{
	background-image: url("../sales/photo/MoLed/MoLed_2_208x229.webp");
}
.salesBox1:hover .salesBox2_DNMC img, .salesBox1:hover .salesBox2_DNMK3 img, .salesBox1:hover .salesBox2_RBMCR img, .salesBox1:hover .salesBox2_RBR img, .salesBox1:hover .salesBox2_GEA img, .salesBox1:hover .salesBox2_MORE img, .salesBox1:hover .salesBox2_HMRE img, .salesBox1:hover .salesBox2_PRDLR img, .salesBox1:hover .salesBox2_MOL img{
	transform: scale(1.0);
	opacity: 0;
	transition: all 0.6s ease;
}
.salesBox3{
	box-sizing: border-box;
	position: relative;
  	height: 50px;
  	color: #333;
  	text-align: left;
	line-height: 40px;
	padding-left: 4px;
	padding-right: 4px;
  	padding-bottom: 0px;
	margin-top: -12px;
}
.salesBox1:hover .salesBox3{
	background: rgba(110, 110, 110, 0.25);
	transition: all 0.5s ease;
}.salesBox3 h3{
	position: relative;
  	font-weight: bold;
  	font-size: 13px;
	color: #333;
	line-height: 25px;
}
.salesBox1:hover .salesBox3 h3{
	color: crimson;
	transition: all 0.5s ease;
}
.salesBox3 p{
	position: relative;
	margin-top: -18px;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	color: #007EAB;
}
.salesBox3 img{
	position: relative;
	top: 4px;
}
.salesBox1:hover .salesBox3 p{
	color: #333;
	transition: all 0.5s ease;
}
.salesBox4{
  	width: 214px;
  	height: 285px;
  	box-sizing: border-box;
  	margin: 13px 13px 13px;
}
.salesBox5{
	box-sizing: border-box;
	width: 694px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.salesBox5 p{
	position: relative;
	font-size: 12px;
	color: #333;
	margin-bottom: -15px;
}
.salesBox5 img{
	position: relative;
	width: auto;
	height: 16px;
	top: 4px;
	padding-right: 5px;
}
#flex1 {
  display: flex; /* Flexコンテナ化 */
  flex-direction: row; /* 横向き(逆順)に配置 */
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}