

/* common */
address {margin:0;}

body {
	background-color:#000000;
	margin:0;
	padding:0;
	overflow-x:none;
	overflow-y:none;
	text-align:left;
}

html {-webkit-text-size-adjust:none; -webkit-user-select:none; -moz-text-size-adjust:none; -moz-user-select:none; -ms-text-size-adjust:none; -ms-user-select:none; text-size-adjust: none; user-select:none;}

img {border:0;}
img:focus {none}

td, th {padding:0;}
p {margin:0;}


/* --------------------- class PC (a~z) --------------------- */
.slider-wrapper {
	width:999px; /* 333px Ąż 3 */
	height:270px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}

.slider-track {
	display:flex;
	position:relative;
	left:0;
	transition:left 0.5s ease;
}

.slider-item {
	width:333px;
	height:270px;
	flex-shrink:0;
	display:flex;
	justify-content:center;
	align-items:center;
}

.slider-item img {
	width:270ox;
	height:270px;
	object-fit:cover;
	display:block;
}


/* ---------------------- div PC (a~z) ---------------------- */

#pc_con05cover {
	position:absolute;
	top:0; left:0;
	width:1200px; height:270px;
	z-index:100;	
}