@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 {
  text-align: center;
  display: block;
}

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

.grp-lst-name {
  display: inline-block;
  margin: 4px 0;
  padding: 0;
  font-size: 15px;
  background: linear-gradient(transparent 65%, #e9e4d4 60%);
  border-radius:3px;
}

.grp-lst-name:hover{
    color:#a9a9a9;
}

@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;
  }
}

/* ブランド 説明文 */
#branddetails {
	width: auto;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #F0F0F0;
}

#branddetails #brandex {
	width: auto;
	line-height: 2em;
}

#branddetails #brandex #brandname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
}

#branddetails #brandex a {
	color:#ff0000;
}

#branddetails #brandexhp {
	padding-top: 30px;
	float: right;
}

#branddetails #brandexhp a {
	color:#ff0000;
}

/* SOLD OUT 画像 */
.soldout {
	width: 320px;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
}

.youtube{
    position:relative;
    padding-bottom: 56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}