.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.inner h2{
	margin-top:10px;
}
.inner h2 img{
	width:100%;
	height:auto;
}

.main_box{
	width:100%;
	margin: 0 auto 0 auto;
}
div.navi{
    width:100%;
}
div.navi img{
    width:100%;
    height:auto;
}

.contentsWrapper{
	width:100%;
	margin:0 auto 0 auto;
	padding-top:80px;
	padding-bottom:5vw;
}
.contentsWrapper h3{
	text-align:center;
}
.contentsWrapper h3 img{
	width:100%;
	height:auto;
	display:block;
	margin: 0 auto 5vw auto;
}
.contentsWrapper h3 span{
	font-size: 14px;
}

.no1_item{
	width:100%;
	margin-top:4vw;
}
.no1_item .no1Img{
	width:100%;
	float:none;
	position: relative;
	padding-top:10.3vw;
}
.no1_item .no1Txt{
	width:100%;
	padding-top:1.5vw;
}
.no1_item .no1Img img{
	width:100%;
	height:auto;
	display: block;
}
.no1_item .no1Img img.icon{
	position: absolute;
	width:25.9375vw;
	height:15.625vw;
	display: block;
	top:0;
	left:3.906vw;
}

.no1_item .no1Txt p.itemName{
	font-size:14px;
	line-height:160%;
	font-weight: bold;
	padding: 1.5vw 0 1.5vw 0;
	margin-bottom:0.5vw;
}
.no1_item .no1Txt span.off{
	display:inline-block;
	box-sizing: border-box;
	padding: 6px 10px 5px 10px;
	color:#fff !important;
	background: #ff193f;
	font-size:12px !important;
	line-height:100%;
	font-weight: bold;
	font-style: italic;
}
.no1_item .no1Txt span.price{
	padding: 1.5vw 0 0 0;
	font-size:14px;
	line-height:160%;
	font-weight: bold;
}
.no1_item .no1Txt span.price span.offPrice{
	font-size:16px;
	line-height:160%;
	font-weight: bold;
	color: #ff193f;
}


ul.otherItem{
	width:100%;
	margin:6vw 0 2.3vw 0;
	font-size:0;
}
ul.otherItem li{
	display:inline-block;
	width: calc(50% - 5px);
	margin: 0;
	vertical-align: top;
	font-size:0;
}
ul.otherItem li:nth-last-of-type(odd){
	display:inline-block;
	width: calc(50% - 5px);
	margin: 0 0 6vw 5px ;
}
ul.otherItem li:nth-last-of-type(even){
	display:inline-block;
	width: calc(50% - 5px);
	margin: 0 5px 6vw 0;
}
ul.otherItem li .otherImg img{
	width: 100%;
	height: auto;
}
ul.otherItem li .otherImg{
	position: relative;
}

ul.otherItem li .otherImg img{
	position: relative;
	display:block;
	width:100%;
	height:auto;
}

ul.otherItem li .otherImg.no2 img.icon,
ul.otherItem li .otherImg.no3 img.icon{
	position: absolute;
	top: 0;
	left: 3.125vw;
	width:14.0625vw;
	height:8.4375vw;
	padding: 0 0 0 0;
}
ul.otherItem li .otherImg.no2,
ul.otherItem li .otherImg.no3{
	padding: 5.625vw 0 0 0;
}
ul.otherItem li .otherImg.no4 img.icon,
ul.otherItem li .otherImg.no5 img.icon{
	position: absolute;
	top: 2.34375vw;
	left: 2.34375vw;
	width:8.125vw;
	height:8.125vw;
	padding: 0 0 0 0;
}
ul.otherItem li .otherImg.no4,
ul.otherItem li .otherImg.no5{
	padding: 0 0 0 0;
}


ul.otherItem li p.itemName{
	font-size:11px;
	line-height:160%;
	padding: 5px 0;
}
ul.otherItem li span.off{
	display:inline-block;
	box-sizing: border-box;
	padding: 5px 8px 3px 8px;
	margin-right:5px;
	color:#fff !important;
	background: #ff193f;
	font-size:10px;
	line-height:100%;
	font-weight: bold;
}
ul.otherItem li p.price{
	padding: 5px 0 0 0;
	font-size:11px;
	line-height:160%;
}
ul.otherItem li p.price span.offPrice{
	font-size:11px;
	line-height:160%;
	color: #ff193f;
}

.btnAll{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.btnAll img{
	width:100%;
	height:auto;
}

.contentsWrapper p.pageTop{
    margin-top:6vw;
}
