.prd-lst-soldout {background:#888;padding:0.5em 1em;color:#fff;width:5em;margin:0.8em auto;border-radius:4px;}

.cg_freespace_01 {
  	margin:70px 0;
	}
.cg_freespace_01 img:first-child {
  	width:72%;
  	float:left;
	}
.cg_freespace_01 .text {
  	position:relative;
  	width:28%;
  	float:right;
  	height:25em;
	}
.cg_freespace_01 h1.vertical {
  position: absolute;
  right: 0.5em;
  font-size:50px;
  font-family: 'ÞâÌÀÄ«','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	}
.cg_freespace_01 p.vertical {
  position: absolute;
  right: 7em;
  top: 2em;
  font-size:18px;
  font-family: 'ÞâÌÀÄ«','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  clear:none;
	}



@media (max-width: 960px) {
  .cg_freespace_01{margin:0 calc(50% - 50vw);width:100vw;}
  .cg_freespace_01 img:first-child {
  	width:100%;
  	float:none;
	}
  .cg_freespace_01 .text {
  	width:100%;
  	float:none;
  	height:auto;
	}
  .cg_freespace_01 h1 {text-align:center;}
  .cg_freespace_01 h1.vertical,
  .cg_freespace_01 p.vertical {
    position: relative;
    width:auto;
  	float:none;
  	height:auto;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    }
  .cg_freespace_01 h1.vertical {
  right: auto;
  font-size:23px;
	}
.cg_freespace_01 p.vertical {
  right: auto;
  top: auto;
  font-size:16px;
	}
}