@charset "UTF-8";

#index .sct-cosmion{
    background-image:url(https://gigaplus.makeshop.jp/smocashop/assets/webp/index/2025/cosmion_bg.webp);
}
#index .sct-cosmion .cosmion .left .txt{
    color:#001C4A;
}
#index .m-title.navy{
    color:#001C4A;
}
#index .m-title.navy:before{
	background-color:#001C4A;
}
#index .sct-cosmion .cosmion .right ul li a{
	color:#001C4A;
}
#index .sct-cosmion .cosmion .slick-dots li button:before{
	content:'';
	width: 10px;
	height: 10px;
	color: inherit;
	border:solid 1px #C9CDD4;
	border-radius: 20px;
	opacity: 1;
}
#index .sct-cosmion .cosmion .slick-dots li.slick-active button:before{
	content: '';
	background: #C9CDD4;
}
#index .sct-bana{
	overflow:hidden;
}
@media(max-width:767px){
	#index .sct-cosmion .cosmion .slick-dots li button:before{
		width: 6px;
		height: 6px;
	}
}