@charset "UTF-8";
@media screen and (min-width: 700px) {
  .goods .innerwrap {
    /*
    			ul{
    				margin:auto;
    				li:nth-child(2n+1){
    					text-align: right;
    				}
    				li:nth-of-type(1){//キャンパスノート
    					figure{
    						width: 550px;
    						margin-top: 40px;
    					}
    				}
    				li:nth-of-type(2){//ラグ クッキーモンスター
    					figure{
    						width: 520px;
    						margin-top:-100px;
    					}
    				}
    				li:nth-of-type(3){//キャンパスサコッシュ
    					figure{
    						width: 470px;
    						margin-top:-170px;
    					}
    				}
    				li:nth-of-type(4){//キャンパスノート5種
    					figure{
    						width: 482px;
    						margin-top: -140px;
    					}
    				}
    				li:nth-of-type(5){//クリプテッドトート2種
    					figure{
    						width: 480px;
    						margin-top:-230px;
    					}
    				}
    				li:nth-of-type(6){//ルー・ガービッジ 同柄3点セット
    					figure{
    						width: 540px;
    						margin-top:-150px;
    					}
    				}
    				li:nth-of-type(7){//ベビーエルモグッズ
    					figure{
    						width: 580px;
    						margin-top:0px;
    					}
    				}
    				li:nth-of-type(8){//ミニタオル
    					figure{
    						width: 430px;
    						margin-top:-110px;
    					}
    				}
    				li:nth-of-type(9){//トートバッグ
    					figure{
    						width: 550px;
    						margin-top:-220px;
    					}
    				}
    				li:nth-of-type(10){//缶バッジ
    					figure{
    						width: 390px;
    						margin-top: -120px;
    					}
    				}
    				li:nth-of-type(11){//クリアファイル
    					figure{
    						width: 430px;
    						margin-top:-120px;
    						margin-right:80px;
    					}
    				}
    				li:nth-of-type(12){//ランチョンマット
    					figure{
    						width: 505px;
    						margin-top:-80px;
    					}
    				}
    				li:nth-of-type(13){//マグカップ
    					figure{
    						width: 430px;
    						margin-top:-110px;
    					}
    				}
    				li:nth-of-type(14){//インテリアカードA
    					figure{
    						width: 600px;
    						margin-top: -40px;
    						margin-left:50px;
    					}
    				}
    				li:nth-of-type(15){//イーゼル
    					text-align:left;
    					figure{
    						width: 327px;
    						margin-top: -80px;
    					}
    				}
    				li:nth-of-type(16){//インテリアカードB
    					text-align:right;
    					margin:auto;
    					figure{
    						width: 710px;
    					}
    				}
    				li:nth-of-type(17){//幸せのお茶 まちこ
    					text-align: left;
    					figure{
    						width: 664px;
    						margin-top:0px;
    					}
    				}
    			}
    */ }
    .goods .innerwrap h3 {
      margin-top: -80px; }
    .goods .innerwrap img {
      width: 100%;
      height: auto; }
    .goods .innerwrap figure {
      display: inline-block; }
    .goods .innerwrap ul.goodslist {
      margin-top: 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .goods .innerwrap ul.goodslist li {
        width: calc(50% - 40px); }
      .goods .innerwrap ul.goodslist li.innerrow {
        display: flex;
        width: 100%; }
        .goods .innerwrap ul.goodslist li.innerrow figure:first-child {
          width: 20%; }
        .goods .innerwrap ul.goodslist li.innerrow figure:last-child {
          width: 80%; } }

/*# sourceMappingURL=add-goods-style.css.map */
