@CHARSET "UTF-8";

/*全体*/
#contents>form {
	width: 100%;
	padding-left: 0px;
}
#contents {
	max-width: none;
}
#mainGroup {
	max-width: 1280px;
	margin: auto;
}
#sideContents{
	display:none;
}
/*バナー*/
#bannerArea {
	background: url(https://st.7beauty.jp/contents/shop/sevenbeauty/img/freepage/maker-brand-search/fv.jpg) top 0px left -130px repeat-x;
	/*background: url(/contents/shop/brands/img/fv.jpg) top 0px left -130px repeat-x;*/
    background-size: auto;
    margin: 0 0 20px;
    padding: 10px 20px;
    position: relative;
}
#bannerBackItemWrap {
	margin: 20px auto 60px;
    height: 160px;
    width: 460px;
    background-color: rgba(70, 50, 35, 0.8);
    outline: solid 1px rgba(70, 50, 35, 0.8);
    outline-offset: 3px;
    padding: 0 0;
    mix-blend-mode: multiply;
}
#bannerTitleItemWrap {
	font-size: 2.0rem;
    top: 0px;
    left: 0px;
    margin: 60px auto;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    padding: 0 0;
    position: absolute;
    letter-spacing: 0;
    color: #fff;
}
#bannerExpItemWrap {
	top: 130px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.3;
    margin: 0 auto;
    padding: 0 30px;
    position: absolute;
}

/*カテゴリー*/
#brandCategoryItemWrap > .items {
	display: flex;
}
.brandCategory_selections_itemLabel {
	width: calc(100%/7);
	text-align: center;
	font-size: 1.0rem;
    letter-spacing: 0.1rem;
    margin: 0 0 40px;
    line-height: 2.5;
}
.brandCategory_selections_itemLabel:has(input[name=brandCategory]:checked) {
	background: #eee;
}
.brandCategory_selections_itemLabel:not(:last-of-type) {
	border-right: solid 1px #bdc2c8;
}
.brandCategory {
	display: none;
}


/*検索エリア*/
#searchFormArea {
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #f5f5f5;
	height: 90px;
}
#searchDesignArea {
	display: flex;
	width: 90%;
	border: 2px solid #cbc8c8;
    border-radius: 15px;
    overflow: hidden;
}
#searchDesignArea input {
	border: none;
	outline: none;
}
#searchButton {
	position: relative;
    background: none;
}
#searchBrandNameItemWrap,
#searchButtonItemWrap {
	height: 45px;
}
#searchBrandNameItemWrap {
	width: 94%;
}
#searchButtonItemWrap {
	width: 7%;
}
#searchFormArea .items,
#searchFormArea .items input {
	height: 100%;
}
#searchBrandName {
	width: 100%;
    max-width: none;
}

#searchButtonItemWrap > .items {
	position: relative;
}

#searchButtonItemWrap>.items::before {
    content: "";
    background-color: white;
    background-image: url(../shop/sevenbeauty/images/common/ico_search.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    color: #fff;
    position: absolute;
    right: 0;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 0 3px 3px 0;
}

#selectedCategoryItemWrap {
	text-align: center;
	font-size: 1.2rem;
	color: #7c858e;
	margin: 15px 0 10px;
}
#selectedCategoryItemWrap.color-101 {
	color: #ff9b43;
}
#selectedCategoryItemWrap.color-102 {
	color: a3b274;
}
#selectedCategoryItemWrap.color-103 {
	color: #c37796;
}
#selectedCategoryItemWrap.color-104 {
	color: #706895;
}
#selectedCategoryItemWrap.color-105 {
	color: #4da8b7;
}
#selectedCategoryItemWrap.color-107 {
	color: #d87985;
}
#selectedCategoryItemWrap.color-111 {
	color: #b6c7de;
}
/* ソートエリア */
#sortArea {
    flex-direction: column;
    justify-content: center;
}
#sortArea,
#searchFormArea {
	display: flex;
	max-width: 1000px;
	justify-content: center;
    margin: auto;
}

#sortAlphabetButton,
#sortKanaButton {
    background: #ff9b43;
    border: solid 1px #ff9b43;
    color: #fff;
    width: 100%;
    max-width: none;
}

#sortAlphabetButtonItemWrap,
#sortKanaButtonItemWrap {
	width: calc(98%/2);
}

#alphaKanaSearchButtonItemWrap {
	width: 100%;
}
.alphaKanaSearchButton {
    display: none;
}
#alphaKanaSearchButtonItemWrap > .items {
	display: flex;
}
.alphaKanaSearchButton_selections_itemLabel {
	width: calc(100%/2);
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    background: #fff;
    border: solid 1px #7c858e;
    border-radius: 5px;
    color: #7c858e;
	padding: 10px 0;
}
.alphaKanaSearchButton_selections_itemLabel:has(input[name=alphaKanaSearchButton]:checked) {
	background: #ff9b43;
    border: solid 1px #ff9b43;
    color: #fff;
}

/* アルファベット・カナ絞り込み */
#kanaSearchButtonItemWrap {
	display: none;
}
.alphaSearchButton,
.kanaSearchButton {
	display: none;
}

#alphaSearchButtonItemWrap,
#kanaSearchButtonItemWrap {
	padding: 10px 0;
}

#alphaSearchButtonItemWrap > .items,
#kanaSearchButtonItemWrap > .items {
	display: flex;
    flex-wrap: wrap;
}
.alphaSearchButton_selections_itemLabel {
	width: calc(100%/11);
}
.kanaSearchButton_selections_itemLabel {
	width: calc(100%/12);
}
.alphaSearchButton_selections_itemLabel,
.kanaSearchButton_selections_itemLabel {
    text-align: center;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #7c858e;
    padding: 1.5%;
	border-radius: 5px;
}

.alphaSearchButton_selections_itemLabel:hover,
.kanaSearchButton_selections_itemLabel:hover,
.alphaSearchButton_selections_itemLabel:has(input[name=alphaSearchButton]:checked),
.kanaSearchButton_selections_itemLabel:has(input[name=kanaSearchButton]:checked) {
    background: #ff9b43;
    color: #FFF;
    transition: all 0.2s ease-out;
}

.alphaSearchButton_selections_itemLabel.no-item,
.kanaSearchButton_selections_itemLabel.no-item {
	color: #cad3dd;
    pointer-events: none;
}

/* その他 */
#alphaSearchButton_26_label,
#kanaSearchButton_10_label {
	width: 100px;
}

/* ブランド情報エリア */
#brandInfoGroup {
	margin: auto;
	max-width: 1000px;
}

#kanaBrandInfoResults {
	display: none;
}

.alphabetItemWrap,
.kanaItemWrap {
    border-bottom: solid 1px #7c858e;
    text-align: left;
    font-size: 1.5rem;
    padding: 0 4%;
    color: #000;
    display: block;
    line-height: 1.5;
    margin: 10px;
    position: relative;
    width: 100%;
}

.alphaBrandDetailInfoResults .matrix-body,
.kanaBrandDetailInfoResults .matrix-body {
	display: flex;
    flex-wrap: wrap;
}
.alphaBrandDetailInfoResults,
.kanaBrandDetailInfoResults {
	padding: 15px;
}
.alphaBrandDetailInfoResultsRow,
.kanaBrandDetailInfoResultsRow {
    width: calc(100%/5);
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 5px;
}
.alphaTitleItemWrap,
.kanaTitleItemWrap {
    border-bottom: solid 1px #7c858e;
    padding: 0 3%;
}
.alphaTitle,
.kanaTitle {
    font-size: 1.5rem;
}
#alphaBrandInfoResults .alphaInfoDispBrandName,
#kanaBrandInfoResults .kanaInfoDispBrandName {
	color: #70accb;
}
.alphaInfoDispBrandNameItemWrap>.items,
.kanaInfoDispBrandNameItemWrap>.items {
    margin: 5px auto;
    text-align: center;
    line-height: 1.2;
}

.alphaInfoDispBrandNameItemWrap,
.kanaInfoDispBrandNameItemWrap {
	width: 160px;
	height: 70px;
}

.alphaInfoDesignNameItemWrap,
.kanaInfoDesignNameItemWrap {
    border: 1px solid #c7c7c7;
    height: 60px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.alphaInfoDesignNameItemWrap .items,
.kanaInfoDesignNameItemWrap .items {
	width: 100%;
	height: 100%;
}
.alphaBrandDetailInfoResults .alphaInfoDesignName,
.kanaBrandDetailInfoResults .kanaInfoDesignName {
    display: flex;
    width: 100%;
    height: 100%;
    line-height: 1.0;
    padding: 15px;
    align-items: center;
    justify-content: center;
	color: #a3a3a3;
}

.alphaInfoLogoImgItemWrap,
.kanaInfoLogoImgItemWrap {
	border: 1px solid #c7c7c7;
    box-sizing: border-box;
    width: 160px;
    height: 60px;
    overflow: hidden;
}

@media screen and (max-width: 641px) {
	#BrandList .topGroupName label {
		text-align:center;
	}
}

@media screen and (max-width: 480px) {
	#bannerBackItemWrap {
		width: 95%;
	}
	#bannerTitle_innerId {
		font-size: 6vw;
	}
	#bannerExpItemWrap {
	    font-size: 3.7vw;
	}
	#brandCategoryItemWrap > .items {
		flex-wrap: wrap;
	}
	#bannerTitleItemWrap {
		margin: 55px auto;
	}
	#bannerExpItemWrap {
		top: 100px;
	}
	#brandCategoryGroup .brandCategory_selections_itemLabel {
		width: calc(100%/4);
		margin-bottom: 10px;
		display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 5px;
	    line-height: 1.5;
	}
	.brandCategory_selections_itemLabel:nth-of-type(4) {
	    border: none;
	}
	.brandCategory_selections_itemLabel {
		font-size: 3.2vw;
	}
	.alphaKanaSearchButton_selections_itemLabel {
		font-size: 5vw;
	}
	#searchBrandNameItemWrap {
	    width: 85%;
	}
	#searchButtonItemWrap {
		width: 15%;
	}
	#sortArea .alphaSearchButton_selections_itemLabel,
	#sortArea .kanaSearchButton_selections_itemLabel {
		width: calc(100%/7);
		text-align: center;
	}
	#alphaSearchButton_26_label.alphaSearchButton_selections_itemLabel,
	#kanaSearchButton_10_label.kanaSearchButton_selections_itemLabel  {
	    width: 100px;
	}
	.alphaBrandDetailInfoResultsRow,
	.kanaBrandDetailInfoResultsRow {
	    width: calc(100%/3);
	    padding: 5px;
	}

	.alphaInfoDesignNameItemWrap,
	.kanaInfoDesignNameItemWrap,
	.alphaInfoLogoImgItemWrap,
	.kanaInfoLogoImgItemWrap  {
		width: 100%;
		padding: 5px;
		font-size: 0.9rem;
	}

	.alphaInfoLogoImgItemWrap > .items,
	.kanaInfoLogoImgItemWrap > .items {
		height: 100%;
	}

	a.alphaInfoLogoImg,
	a.kanaInfoLogoImg {
		display: flex;
	    align-items: center;
	    height: 100%;
	}

	.alphaInfoDispBrandNameItemWrap,
	.kanaInfoDispBrandNameItemWrap {
	    width: 100%;
	    height: auto;
	}
	.detailsImg {
		height: 100%;
	    display: flex;
	    align-items: center;
	}
	.alphaBrandDetailInfoResults,
	.kanaBrandDetailInfoResults {
	    padding: 5px;
	}
}