@charset "UTF-8";

/* scaleContainer */
.scaleContainer .thumbTouch img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.scaleContainer .thumbTouch {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.scaleContainer .thumbTouch .touchIcon {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 124px 208px;
	text-indent: -9999px;
}
.touchIconBgColor {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("/sp/common/images/cmn_ico_pinch01.png");
}
@media only screen and ( max-width: 639px ) {
	.scaleContainer .thumbTouch .touchIcon {
		background-size: 62px 104px;
	}
}

