@charset "utf-8";
/* CSS Document */

.cS_mainImg_MP {
	position: relative;
}


.ix_mainImgBox {
	z-index: 198;
}

.ix_mainImg1 {
	/*	z-index: 198;*/
	display: block;
	position:absolute;
	top:0;
	z-index:99;

	
}
.ix_mainImg2 {
	display: block;
	position:absolute;
	top:0;
	z-index:98;

}
.ix_mainImg3 {
	display: block;
	position:absolute;
	top:0;
	z-index:97;
}
.ix_mainImg4 {
	display: block;
}
/*-------------------------------*/
/*animation*/

@keyframes mImgSld {
 0% {
opacity:0;
}
 6.25% {
opacity:0;
}
 12.5% {
opacity:0;
}
 18.75% {
opacity:0;
}
 22% {
opacity:1;
}
 31.25% {
opacity:1;
}
 37.5% {
opacity:1;
}
 43.75% {
opacity:1;
}
 50% {
opacity:0;
}
56.25% {
opacity:0;
}
 62.5% {
opacity:0;
}
 68.75% {
opacity:0;
}

 75% {
opacity:0;
}
 81.25% {
opacity:0;
}
 87.5% {
opacity:0;
}
 93.75% {
opacity:0;
}
 100% {
opacity:0;
}
}
.ix_mainImg1 {
	animation: mImgSld 16s ease-in-out -4s infinite normal;
}
.ix_mainImg2 {
	animation: mImgSld 16s ease-in-out 0s infinite normal;
}
.ix_mainImg3 {
	animation: mImgSld 16s ease-in-out 4s infinite normal;
}



.ohitsu_btn {
	text-align:center;
}
.ohitsu_btn a{
	display:inline-block;
}
.ohitsu_imgauto img {
	width:auto!important;
}
.ohitsu_h1{
	margin:10px 0 15px!important;
}

