@charset "utf-8";


/**

swipeicon

**/
.swipe_icon{
	display: none;
}

@media only screen and (max-width: 800px) {
.slideWrap {
	position: relative;
	overflow-y: hidden;
	overflow-x: auto;
	z-index: 5;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.slideWrap > img,
.slideWrap > figure > img ,
.slideWrap > figure > table{
	max-width: none;
	width: 760px !important;
/*	width: 1000px !important;*/
}
.slideWrap.m01 > img,
.slideWrap.m01 > figure > img ,
.slideWrap.m01 > figure > table{
	max-width: none;
	width: 1000px !important;
}
.slideWrap.m02 > img,
.slideWrap.m02 > figure > img ,
.slideWrap.m02 > figure > table{
	max-width: none;
	width: 1500px !important;
}
.slideWrap.m03 > img,
.slideWrap.m03 > figure > img ,
.slideWrap.m03 > figure > table{
	max-width: none;
	width: 600px !important;
}


.slideWrap > figure figcaption {
	right: 0;
	left: 0;
	bottom: 0;
}

/**

swipeicon

**/
.swipe_icon {
	display: block;
	position:absolute;
	top:32%;
	left:40%;
	z-index:6;
	width:90px;
	width:20%;
	/*animation: ;*/
}
.swipe_icon.m01 {
	top:14%;

}
.swipe_icon img {
	width:100%;
	height:auto;
}
.swipe_icon2 {
	position:absolute;
	top:70%;
	left:76%;
	z-index:8;
	width:120px;
	width:100%;
	animation: horizontal 1s ease-in-out infinite alternate;
}
.swipe_icon3 {
	display: block;
	position:absolute;
	top:32%;
	left:46%;
	z-index:6;
	width:90px;
	/*animation: ;*/
}
.swipe_icon img {
	width:100%;
	height:auto;
}
.swipe_icon4 {
	position:absolute;
	top:70%;
	left:76%;
	z-index:7;
	width:120px;
	animation: horizontal 1s ease-in-out infinite alternate;
}
}
@keyframes horizontal {
0% { transform:translate(-30%,-50%); }
100% { transform:translate(-70%,-50%); }
}



figure{
	/*margin:0;*/
	margin: 0 auto;
	/*画像を中央に*/
	display: block;
	text-align:center;
}
figure img{
	width:100%;
	height:auto;
}
@media only screen and (min-width: 801px) {
figure{
	/*margin:0;*/
	margin: 0 auto;
	/*画像を中央に*/
	display: block;
	text-align:center;
}
}
