@charset "utf-8";
/*------------------------------------------------------------
	favorite
------------------------------------------------------------*/
#main {
	padding: 77px 0 0;
	background: #fff;
}
#main .content {
	position: relative;
}
#main .mainBox {
	padding-bottom: 115px;
}
#main .top {
	margin: 0 0 85px;
}
#main .mainBox h2 {
    margin: 0 12px 0 0;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#main .mainBox h2 .en {
	margin-right: 16px;
	font-size: 3.2rem;
	font-weight: 400;
	letter-spacing: 0.02em;
}
#main .mainBox .num {
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	color: rgba(34, 34, 34, 0.6);
}
#main .mainBox .num span {
	margin-right: 3px;
	font-size: 2.8rem;
	letter-spacing: 0.03em;
	font-family: 'Noto Serif JP', serif;
	color: #222;
	line-height: 1.2;
}
#main .search {
	width: 79.775%;
}
#main .search input[type="text"] {
	width: calc(100% - 120px);
	height: 37px;
	padding-top: 4px;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
    background: #eee;
	padding-left: 11px;
}
#main .search .button {
	width: 120px;
	height: 37px;
	padding-right: 10px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	background: #000 url("/img/common/icon01.png") no-repeat center right 17px;
	background-size: 13px auto;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid #000;
	font-family: 'Noto Serif JP', serif;
	transition: .3s;
	cursor: pointer;
	line-height: 35px;
	text-align: center;
}
#main .mainBox .comList li {
	margin-top: 62px;
	margin-right: 1.125%;
	width: 19.1%;
	position: relative;
}
#main .mainBox .comList li:nth-child(5n) {
	margin-right: 0;
}
#main .mainBox .comList .phoBox {
	margin-bottom: 17px;
}
#main .mainBox .comList p {
	color: #222;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .mainBox .comList .phoBox .recommend, #main .mainBox .comList .phoBox .campaign {
	position: absolute;
	height: 30px;
	background: rgba(255, 255, 255, .6);
	width: 100%;
	text-align: center;
	line-height: 30px;
	letter-spacing: .2rem;
	z-index: 10;
	font-size: 1.2rem;
}
#main .mainBox .comList .phoBox .campaign {
	background: rgba(0, 0, 0, .5);
	color: #fff;
}
#main .mainBox .comList .brand {
	height: 11px;
	margin: 10px 0 0;
	position: absolute;
}
#main .mainBox .comList .brand.logo02 {
	height: 11px;
}
#main .mainBox .comList .brand.logo04 {
	height: 16px;
	margin: 8px 0 0;
}
#main .mainBox .comList .brand img {
	height: 100%;
}
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #000;
}
.wp-pagenavi .extend {
	color: rgba(0, 0, 0, 0.4);
}
.wp-pagenavi span.current {
	border-bottom-color: #000;
}
.comSearch {
	padding: 73px 0 26px;
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.comSearch .headLine01 {
	color: #222;
}
.comSearch .headLine01 .en {
	color: #505050;
}
.comSearch input[type="text"] {
	background: rgba(0, 0, 0, .05) !important;
}
@media all and (max-width: 767px) {
	.gHeader {
		padding-top: 56px;
		padding-bottom: 32px;
	}
	#main {
		padding: 50px 0 0;
	}
	#main .top {
		margin-bottom: 50px;
	}
	#main .title {
		width: 100%;
    	justify-content: center;
		margin: 0 0 30px;
	}
	#main .mainBox h2 {
		margin-bottom: 2px;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		width: 100%;
    	text-align: center;
	}
	#main .mainBox h2 .en {
		margin: 0 0 -2px;
		display: block;
		font-size: 2.4rem;
	}
	#main .mainBox .num {
		top: 4px;
		font-size: 1rem;
	}
	#main .mainBox .num span {
		font-size: 2.5rem;
	}
	#main .search {
		width: 100%;
	}
	#main .search input[type="text"] {
		height: 32px;
		padding-top: 1px;
	}
	#main .search .button {
		height: 32px;
		line-height: 32px;
	}
	#main .mainBox .comList {
		margin-bottom: 82px;
	}
	#main .mainBox .comList li {
		margin-right: 0;
		width: 48%;
		margin-top: 42px;
	}
	#main .mainBox .comList .phoBox {
		margin-bottom: 11px;
	}
	#main .mainBox .comList p {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.2rem;
		font-weight: 400;
		letter-spacing: 0.05em;
	}
	.comSearch {
		padding: 35px 25px 48px;
	}
	.comSearch input[type="text"] {
		width: calc(100% - 103px) !important;
	}
}