.cg_freespace_01 {
  margin-bottom: 10px;
}

.cg_freespace_02 {
  margin-bottom: 10px;
}

/* productlist */
.productlist_heading {
  margin: 40px 0 20px;
}
.productlist_lists {
  margin-top: 20px;
  font-size: 12px;
}
.productlist_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.subcategorylist_lists {
  font-size: 12px;
  margin-top: 40px;
}
ul.subcategorylist_lists > li {
  margin-bottom: 10px;
}
.subcategorylist_list {
}
.subcategorylist_list_img {
}

.productlist_number {
  float: left;
  line-height: 1.4;
}
.productlist_number span {
  font-size: 18px;
  padding: 0 5px;
}
.productlist_sort {
  float: right;
}
.productlist_sort a {
  padding: 0 5px;
}

/* pagerlist */
.pagerlist {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.pagerlist ul {

  text-align: right;
  padding-top: 15px;
}
.pagerlist li {
  text-align: center;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pagerlist li a,
.pagerlist li span {
  display: block;
  float: left;
  min-width: 26px;
  height: 26px;
  box-sizing: border-box;
  padding: 0 .5em;
}
.pagerlist li a {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.pagerlist li a:hover {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}
.pagerlist li span {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
}

.pagerlist_sp {
  text-align: center;
}
.pagerlist_sp_top {
  margin: 20px 0 10px 0;
}
.pagerlist_sp_btm {
  margin: -20px 0 60px;
}
.pagerlist_sp ul {
  margin: 0;
}
.pagerlist_sp li {
  display: inline;
  margin: 0 5px;
}
.pagerlist_pos {
  font-size: 12px;
  margin: 10px 0;
}
.pagerlist_pos span {
  font-size: 14px;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .cg_freespace_02 {
    font-size: 12px;
    margin-bottom: 60px;
  }

  .productlist_noitem {
    padding: 0 10px 20px;
  }

  .productlist_sort {
    font-size: 12px;
    float: none;
    text-align: center;
  }
  
  .vol_box {
	display: block;
 }
}
.blog .item_price.show,
.movie .item_price.show,
.voice .item_price.show {
	display: none;
}

.blog .sort_price,
.movie .sort_price,
.voice .sort_price{
	display: none;
}
.label_contents {display: none;}
.voice .label_item,.movie .label_item,.blog .label_item{display:none;}
.voice .label_contents,.movie .label_contents,.blog .label_contents{display:inline;}
.play, .stop {
	cursor: pointer;
	background: #fff;
	padding: 0.5em 1em;
	display: inline-block;
	border: solid 1px #aaa;
}
.m_box {padding: 0.5em 0;}
.blog .item_soldout.show {display: none;}
input[type="range"] {
	width: 40px;
	background: ;
	display: inline-block;
	background: #fff;
}
.productlist_lists div.exp {
	padding: 0.5em;
	box-shadow: 0 0 0 1px #006400;
	color: #006400;
	margin-top: 1em;
}
.subcategorylist_list a {
	display: block;
	padding: 0.5em;
	background: #006400;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	box-shadow: 2px 3px 0 1px #0e420e;
}
.blog li .more{
	content: "詳しく見る";
	padding: 0.5em 1em;
	background: #008000;
	color: #fff;
	display: inline-block;
	margin-top: 1em;
	border-radius: 5px;float: right;
}
.blog .productlist_lists li {	display: flex;	width: 100%; text-align: left;border-bottom: dotted 1px #999;}
.blog .productlist_lists li > a {	max-width: 180px;	display: block;}
.blog .productlist_lists li .txt {width: calc(100% - 190px);padding-left: 10px;}
.blog .productlist_lists li a .item_name {font-weight: bold;font-size: 1.4em;	margin-bottom: 0.5em;}
.blog_box::after {
	display: block;
	content: "";
	clear: both;
	height: 10px;
	width: 100%;
}
@media (max-width: 768px) {
.blog .productlist_lists li> a {	max-width: 25vw;	}
.blog .productlist_lists li .txt {width: calc(100% - 26vw);}
}