/*セット紹介*/
.set h1 {
background-repeat: no-repeat;
background-position: center ;
background-image: url(../img/set/h1.png);
background-size: contain;
width: 100%;
height: 0;
padding-top: 18.367%;
text-indent: -9999px;
margin: 0 auto;
}

.setBlock {padding:20px 40px 40px;}

.read {color: #e60012; font-size: 1.2em; font-weight: bold; line-height: 1.8em; padding: 0.5em 0 1.5em; text-align: center;}

.ph_cut, .ph_cut_l {padding: 15px;
background-repeat: no-repeat;
background-size: auto;
background-position: top left, top right, bottom left, bottom right ;
background-image: url(../img/set/deco_01.png), url(../img/set/deco_02.png), url(../img/set/deco_03.png), url(../img/set/deco_04.png);
}

.notes {
    font-size: 0.9em;
    line-height: 1.8em;
}

@media all and (min-width: 768px) {
}

@media all and (max-width: 767px) {
	#contents {
    padding-top: 2.4%;
}
	.low div.wrap {
    margin: 0 2.4% 2.4%;
}
.setBlock {padding:1em;}
}

@media all and (max-width: 500px) {
	.set h1 {
		background-image: url(../img/set/h1_sp.png);
		padding-top: 41.666%;
	}
	
	.read {font-size: 1.1em; padding: 0.5em 0; }
	
	.ph_cut, .ph_cut_l {padding: 8px;
background-size: 40px 40px;
}
	
}
