@charset "utf-8";
.spotred{ /* アイコン フェードイン */
	opacity: 0;
	animation: icongroupfeedin 0.5s linear 0s forwards;
}
.spotpink{ /* アイコン フェードイン */
	opacity: 0;
	animation: icongroupfeedin 0.5s linear 0.6s forwards;
}
.spotblue{ /* アイコン フェードイン */
	opacity: 0;
	animation: icongroupfeedin 0.5s linear 0.9s forwards;
}
.spotnavy{ /* アイコン フェードイン */
	opacity: 0;
	animation: icongroupfeedin 0.5s linear 1.2s forwards;
}
.spotgreen{ /* アイコン フェードイン */
	opacity: 0;
	animation: icongroupfeedin 0.5s linear 1.5s forwards;
}
.spotbeige{ /* アイコン フェードイン */
	opacity: 0;
	animation: icongroupfeedin 0.5s linear 1.8s forwards;
}
.spotgray{ /* アイコン フェードイン */
	opacity: 0;
	animation: icongroupfeedin 0.5s linear 2.0s forwards;
}
.spotyellow{ /* アイコン フェードイン */
	opacity: 0;
	animation: icongroupfeedin 0.5s linear 2.2s forwards;
}
@keyframes icongroupfeedin {
    0%   {opacity: 0; }
    100% {opacity: 1; }
}
/*.spotred, .spotblue, .spotyellow, .spotnavy, .spotpink,.spotgreen,.spotgray,.spotbeige {
	font-size: min(1.6vw, 15px);
}
.spottitle{  スポットタイトル 
	font-size: min(3.5vw, 25px);*/
