@charset "euc-jp";
.category-desc img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.category-desc_2 {
  padding-top: 2em;
}

/* sub category & sub group */

.grp-lst {
  margin-bottom: 40px;
}
.grp-lst-unit {
  display: block;
}

.grp-lst-img {
  display: block;
  margin: 0 auto;
  background: #fff;
}
  .grp-lst-img:hover {
    opacity: 0.8;
  }

.grp-lst-name {
  display: block;
  margin: 4px 0;
  padding: 0;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .grp-lst-unit a {
    display: block;
    padding: .5em 0;
    color: #444;
    text-decoration: none;
  }
  .grp-lst-name {
    font-size: 11px;
  }
}


/* ============================================ ここから追加スタイル ============================================================================== */


/* ---------- ブランドページ ---------------------------------------- */

/* 見出し */
.brandpage h3{
	font-size: 2em;
	line-height: 2em;
	font-weight: normal;
	font-family: "Sawarabi Mincho", "YuMincho", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding-bottom: 2em;
}
.brandpage .egttl{
	display: block;
    font-size: 2em;
    line-height: 1em;
    padding-bottom: 0.2em;
    font-family: 'Crimson Text', serif;
}
.brandpage .jpttl{
	display: inline-block;
	padding: 0.5em 6em 0.5em 1em;
	line-height: 1em;
}

@media screen and (max-width:800px){
.brandpage h3{
	font-size: 1.5em;
}
}

@media screen and (max-width:480px){
.brandpage h3{
	font-size: 1.2em;
}
}

/* 導入部説明文 */
.brand_itr{
	font-size: 1.5em;
	line-height: 1.8em;
	padding: 2em 0;
	text-align: center;
}
.brand_itr .brand_itrinner{
	display: inline-block;
	margin: 0 auto;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
 	text-orientation: mixed;
	text-align: left;
}
.brand_itr .brand_itrinner p{
	padding-left: 1em;
}
.brand_itr .brand_itrinner p:last-child{
	padding-left: 0;
}

/* ブランド別カラー */
.br_ishimaru{
	color: #e60012;
}
.brandpage.br_ishimaru .jpttl{
	color: #fff;
	background: #e60012;
}
.br_local{
	color: #000;
}
.brandpage.br_local .jpttl{
	color: #fff;
	background: #000;
}
.br_pstore{
	color: #e60012;
}
.brandpage.br_pstore .jpttl{
	color: #e60012;
	background: #fff;
	border: #e60012 solid 2px;
}
.list-shohin-title{
	font-size: 12px;
}
.list-shohin-shosai{
	font-size: 18px;
}