/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2025 | 03:59:14 */
a:hover img {border: none;filter: brightness(1.1); }

/* 
メインスライド矢印の位置
 */

@media (min-width: 1300px) {
#n2-ss-4-arrow-previous {
    position: absolute; 
    top: 50% !important; /* 親要素の中央に配置 */
    left: 50% !important; /* 親要素の中央に配置 */
    transform: translateX(-50%) translateY(-50%) translateX(-650px) !important; /* 中央から650px左 */
}

#n2-ss-4-arrow-next{
	position: absolute; 
	top:50%; 
  left: 50%;
  transform: translate(-50%, -50%); 
  transform: translate(calc(-50% + 650px), -50%); /* 650px右 */
}
}
