/*全体ここから*/


#mainContainer h1 {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
#mainContainer h1 span {
	display: block;
	width: 100%;
	height: 177px;
	text-align: center;
	font-size: 3.4rem;
	font-weight: normal;
	color: #ffffff;
	box-sizing: border-box;
	padding-top: 60px;
}
#mainContainer h1 .lead {
	height: auto;
	padding: 0;
	text-align: center;
	position: absolute;
	bottom: 33px;
}
#mainContainer h1 span.theme01 {
	background-image: url(../images/theme_top_01.jpg);
	background-size: cover;
}
#mainContainer h1 span.theme02 {
	background-image: url(../images/theme_top_02.jpg);
	background-size: cover;
}
#mainContainer h1 span.theme03 {
	background-image: url(../images/theme_top_03.jpg);
	background-size: cover;
}
#mainContainer h1 span.theme04 {
	background-image: url(../images/theme_top_04.jpg);
	background-size: cover;
}
#mainContainer h1 span.theme05 {
	background-image: url(../images/theme_top_05.jpg);
	background-size: cover;
}
#mainContainer h1 span.theme06 {
	background-image: url(../images/theme_top_06.jpg);
	background-size: cover;
}

h2 {
    font-size: 2rem;
    margin: 0;
    padding: 0;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wrapper {
    width: 830px;
    margin: 0 auto;
}

#style .btn01,
#notFound .btn01 {
    width: 490px;
    margin: 0 auto;
}
/*全体ここまで*/

/*notFoundここから*/
#notFound {
    padding-top: 48px;
}
#notFound p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 36px;
    
}
/*notFoundここまで*/

/*NORELからのおすすめここから*/
#style {
    background-color: #eaeae0;
    padding-top: 40px;
    padding-bottom: 30px;
}
#style h2 {
    font-size: 2.4rem;
}

#mainContainer #style ul {
	width: 849px;
	margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 26px;
    padding-left: 19px;
}
#style ul li {
	width: 264px;
	height: 264px;
	float: left;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.3;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
    margin-right: 19px;
}
.theme01 #style li:nth-child(1),
.theme02 #style li:nth-child(2),
.theme03 #style li:nth-child(3),
.theme04 #style li:nth-child(4),
.theme05 #style li:nth-child(5),
.theme06 #style li:nth-child(6) {
    display: none;
}

#style ul li a {
	text-decoration: none;
	color: #fff;
}

#style ul li p {
	position: relative;
	z-index: 5;
	display: table-cell;
	width: 264px;
	height: 264px;
	vertical-align: middle;
	text-align: center;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
#style ul li .bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#style ul li .icon {
	position: absolute;
	width: 39px;
	height: 39px;
	z-index: 4;
	top: 152px;
	left: 50%;
	margin-left: -19.5px;
}
#style ul li.multi .icon {
	top: 165px;
}
#style ul li .icon .iconGlass {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 18px;
	z-index: 5;
}
#style ul li .icon .iconbg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 39px;
	height: 39px;
	z-index: 1;
}
/*NORELからのおすすめここまで*/