/*トップページカテゴリー*/
.category-renew-area{
    width:100%;
    display:block;
    max-width:1000px;
    margin:0px auto;
	padding-left:50px;
	overflow:hidden;
}
.category-item {
  width:33.333333%;
  float:left;
  margin:20px 0;
}
.category-sub-title{
    display:block;
    font-weight:600;
    font-size:20px;
    padding:0px !important;
    margin:0 0 5px !important;
}
.category-item p{
    display:block;
    padding-left:15px;
    margin-top:5px;
}
@media only screen and (max-width: 767px){
.category-renew-area{
    width:100%;
    display:block;
    max-width:100%;
    margin:30px auto 0;
	padding: 0 20px;
}
.category-item {
  width:50%;
  margin-top:5px;
  position:relative;
  left:4%;
}
ction.productCategoryFooter .category-renew-area{
    margin:10px auto 0;
}
section.productCategoryFooter .category-item {
  left:2%;
}
.category-sub-title{
    font-size:16px;
}
.category-item p{
    font-size:14px;
    padding-left:10px;
    margin-top:2px;
}
section.productCategoryFooter{
    padding:40px 0 10px !important;
}
p.sp-none{
    display:none;
}
}

@media only screen and (max-width: 480px){
span.category-sub-title{
    font-size:3.5vw;
}
.category-item p{
    font-size:3.0vw;
    white-space: nowrap;
}
}

/*PCヘッダーカテゴリー*/
.header-category-renew-area{
    width:100%;
    display:block;
    max-width:1000px;
    margin:0px auto;
	padding-left:50px;
	overflow:hidden;
}
.category-item-title{
    color:#fff !important;
    font-size:20px !important;
}
.category-item-title a{
    color:#fff !important;
    font-size:20px !important;
}
a.category-item-link{
    color:#fff !important;
    position:relative;
    left:0 !important;
    right:0 !important;
}
.category-item p a.category-item-link:hover{
    text-decoration:none !important;;
}
.category-item2 a.category-item-link{
    color:#fff !important;
    font-size:20px !important;
    margin-top:5px !important;
    font-weight:600 !important;
}
.category-item a.category-item-link:hover{
    text-decoration:none !important;;
}



/*スマホメニューカテゴリー*/

.accordionbox{
	width:100%;
}
dl.accordionlist{
    margin-bottom:5px;
}
.accordionlist dt{
    background: #fff;
    position:relative;
    line-height:1.6em;
    padding: 5px;
}
.accordionlist dt:hover{
    cursor:pointer;
}
.accordionlist dt .title{
    width:100%;
    padding-left:44px;
    font-size:14px;
}
.accordionlist dd{
    display:none;
    line-height:1.6em;
    padding: 5px 5px 5px 49px;;
    font-size:12px;
}
.accordionlist dt a{
    font-size:14px;
    border:none !important;
    margin:0 !important;
    padding:0 !important;
}
.accordionlist dd a{
    line-height:1.6em;
    font-size:12px;
    border:none !important;
    margin:0 0 5px !important;
    padding:0 !important;
}

p.text-indent{
    display:block;
	margin:0 0 0 3em;
	text-indent:-3em;
}
p.text-indent2{
    display:block;
	margin:0 0 0 1em;
	text-indent:-1em;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: absolute;
	top:30%;
	left:3%;
    width: 30px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 1px;
    background-color: #000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
