/* 
共通部分、PC
 */

#fancybox-overlay{position: absolute !important; }
#fancybox-wrap{position: fixed; top: calc(50% - 333px) !important;opacity: 0; animation: fancy_fade 0.25s forwards 0s;}
@keyframes fancy_fade{to{opacity: 1;}}

/* 
スマホ
 */
@media only all and (max-width: 750px) { 
    #fancybox-wrap{position: fixed; top: calc(20% - 200px) !important;opacity: 0;  width:600px !important; height: 400px;}
    #fancybox-content{width:600px !important; height: 400px;}
    #fancybox-content .toy_img_w{width: 600px !important; height: 400px !important;}
    #fancybox-content .toy_img_w img{width: 600px !important; height: 400px !important;}
}