@charset "UTF-8";

/*背景色変更*/
#mv_outer, main{
    background: rgba(211, 103, 103, 0.06);
}

/*------------------画像リンク調整------------------*/
#breeder_link+section a {
    transition: 0.3s;
}
#breeder_link+section a:hover {
    opacity: 0.5;
}