/g,"").replace(/\//g,""),typeof clickList=="object"){let time=calculateVisitTime();event.isTrusted?clickList.push({lastClickDom,time,type:"User manual click"}):clickList.push({lastClickDom,time,type:"Program click"}),clickList=clickList?JSON.stringify(clickList).substring(0,2e3):[]}},!0),window.addEventListener("error",function(e){if(isBlocked)return!1;stringToLower(e.target.tagName)==="img"&&e.target.src&&holderFile(e.target.src)?loadFailed.filter(item=>item.src===e.target.src).length===0&&loadFailed.push({type:"img_load_error",src:e.target.src}):stringToLower(e.target.tagName)==="script"&&e.target.src&&holderFile(e.target.src)?loadFailed.filter(item=>item.src===e.target.src).length===0&&loadFailed.push({type:"js_load_error",src:e.target.src}):stringToLower(e.target.tagName)==="link"&&e.target.href&&holderFile(e.target.href)&&loadFailed.filter(item=>item.src===e.target.href).length===0&&loadFailed.push({type:"css_load_error",src:e.target.href})},!0),window.onerror=function(errorMessage,scriptURI,lineNumber,columnNumber,errorObj){if(!scriptURI&&!errorObj||scriptURI&&scriptURI.indexOf("chrome-extension")!==-1||isBlocked)return;if(errorObj){const securityError=/SecurityError/i.test(errorObj),getItemError=/getItem/i.test(errorObj),setItemError=/setItem/i.test(errorObj),serviceWorkerError=/evaluating 'navigator.serviceWorker.register'/i.test(errorObj);if(securityError||setItemError||getItemError||serviceWorkerError)return}const hasSignificanceError=errorSignificanceMessageInfo.some(sign=>errorMessage.includes("Unexpected token "+sign)||errorMessage.includes("unexpected token"+sign)||errorMessage.includes("Unterminated string")||errorMessage.includes("Expected property name")||errorMessage.includes("Cannot convert undefined or null to object"));let networkSendStatus=!1;["4g","5g","wifi"].some(item=>navigatorConnection?.effectiveType.includes(item))&&!navigatorConnection?.saveData&&(networkSendStatus=!0),hasSignificanceError&&isChromeNeedCall&&networkSendStatus&&(console.log("%c"+`dom=${lastClickDom} message=${errorMessage}`,"background: rgba(130,189,174,0.8); color: #fff; font-size: 18px; padding: 2px 10px;"),errorSignificanceMessageArr.push({errorMessage,errorType:"significance",pageType:"",scriptURI:scriptURI?scriptURI.replace(/[?#].*$/,""):"",domMessage:lastClickDom,errorObj:errorObj.toString(),lineNumber,columnNumber,...otherInfo()}),lastClickDom=""),isChromeNeedCall&&(console.log("%c"+`dom=${lastClickDom} message=${errorMessage}`,"background: rgba(130,189,174,0.8); color: #fff; font-size: 14px; padding: 2px 10px;"),errorMessageArr.push({errorMessage,scriptURI:scriptURI?scriptURI.replace(/[?#].*$/,""):"",lineNumber,columnNumber,errorObj:errorObj.toString(),...otherInfo()}),errorMessageArr=errorMessageArr.filter(obj=>typeof obj.errorObj=="string"&&!obj.errorObj.includes("ReferenceError: Vue is not defined")&&!obj.errorObj.includes("SyntaxError: Unexpected end of JSON input")))},window.addEventListener("load",function(){let mergeErrorMessage=errorMessageArr.concat(errorSignificanceMessageArr);fileLoadFailedFun(),jsExceptionFun(mergeErrorMessage),setPageLoadTimestamp(),checkPageUrl()});function setPageLoadTimestamp(){document.body.setAttribute("data-load-time",(new Date).toLocaleString())}function abuttingJointFramework(c){if(c&&c.textStatus&&c.textStatus==="error"){let r={};r.handler=c.context.handler,r.errorObj=JSON.stringify(c.context.options),r.errorMessage=c.dataOrXhr.responseText,r.errorType="request error",r.pageType="",c.errorMessage&&monitorFrontError(r)}}function calculateVisitTime(){let endTime=new Date;return(endTime-startTime)/1e3+"s"}function checkPageUrl(){location.pathname.includes(location.protocol)&&typeof monitorFrontError=="function"&&monitorFrontError({errorMessage:"The current page pathname contains the protocol",pageUrl:window.location.href,warning_message_code:"dingtalk_front_pageurl_error"})}function fileLoadFailedFun(){loadFailed.length>0&&monitorFrontFilesFailed({filesInfo:loadFailed,...otherInfo()}).then(result=>{result&&fileLoadFailedRequestFun(result)}).catch(error=>{console.error(error)})}function fileLoadFailedRequestFun(loadFailedRes){let jqueryFailed=!1,loadFailedFileArray=[];if(loadFailedRes=loadFailedRes?JSON.parse(loadFailedRes):[],loadFailedRes.length>0){for(const k of loadFailedRes)k.src.includes("jquery-")&&k.type==="js_load_error"&&(jqueryFailed=!0),loadFailedFileArray.push(k.src);loadFailedFileArray=loadFailedFileArray.filter((item,index,self)=>self.indexOf(item)===index);let errorMessage=jqueryFailed?"The current page jQuery file does not exist":"Some resource files do not exist";monitorFrontError({errorMessage,pageUrl:window.location.href,pageType:jqueryFailed?"":"",files:loadFailedFileArray,...otherInfo()})}}function jsExceptionFun(errorMessageArr){for(const k of errorMessageArr)k.scriptURI.indexOf(location.origin)>=0&&getErrorSendTo("",k.lineNumber,k,!0)}function handleResourceError(errorMessage,resourceSrc){monitorFrontError({errorMessage,pageUrl:window.location.href,src:resourceSrc,...otherInfo()})}function getWebPageSource(url){return new Promise(function(resolve,reject){let xhr=new XMLHttpRequest;xhr.open("GET",url),xhr.onload=function(){xhr.status===200?resolve(xhr.responseText):reject("HTTP request failed with status code "+xhr.status)},xhr.onerror=function(){reject("Error fetching web page")},xhr.send()})}function processHtmlSourceCode(htmlSourceCode,targetLineNumber,pageTextType,info){if(pageTextType==="html"){const parser=new DOMParser,doc=parser.parseFromString(htmlSourceCode,"text/html"),lines=doc.documentElement.innerHTML.split(` `);getErrorSendTo(lines,targetLineNumber,info)}if(pageTextType==="js"){const lines=htmlSourceCode.split(` `);getErrorSendTo(lines,targetLineNumber,info)}}function getErrorSendTo(lines="",targetLineNumber=0,dataJson,notChecked=!1){let signNum=30,maxCodeLength=2e3;if(!notChecked){if(lines===""||targetLineNumber===0)return!1;if(lines!==""){let code="";for(let k=0;k{xhrRequestError({method:"POST",url:window.location.href,headers:{"Content-Type":"application/json","X-October-Request-Handler":"onGetFrontInfo","X-Requested-With":"XMLHttpRequest"},data:dataJson}).then(function(response){resolve(response)}).catch(function(error){console.error(error),reject(error)})})}function monitorFrontError(dataJson,isShow=1){xhrRequestError({method:"POST",url:window.location.href,headers:{"Content-Type":"application/json","X-October-Request-Handler":"onMonitorFrontError","X-Requested-With":"XMLHttpRequest"},data:dataJson}).then(function(){isShow&&showErrorNotification(dataJson.errorType||"JsError",dataJson.errorMessage)}).catch(function(error){console.error(error)})}function monitorFrontFilesFailed(dataJson){return new Promise((resolve,reject)=>{xhrRequestError({method:"POST",url:window.location.href,headers:{"Content-Type":"application/json","X-October-Request-Handler":"onMonitorFrontFilesFailed","X-Requested-With":"XMLHttpRequest"},data:dataJson}).then(function(response){let res=JSON.parse(response);for(const k in res)showErrorNotification("Some resource files do not exist",res[k].src);resolve(response)}).catch(function(error){reject(error)})})}function xhrRequestError(options){return new Promise(function(resolve,reject){var xhr=new XMLHttpRequest,header;if(xhr.open(options.method,options.url,!0),xhr.onload=function(){xhr.status>=200&&xhr.status<300?resolve(xhr.responseText):reject(xhr.statusText)},xhr.onerror=function(){reject(xhr.statusText)},options.headers)for(header in options.headers)xhr.setRequestHeader(header,options.headers[header]);options.data?xhr.send(JSON.stringify(options.data)):xhr.send()})}function holderFile(url=""){let isHolderArray=["dist/","assets/","files/"],isDomain=verifyAddressIsDomain({src:url});return isHolderArray.some(item=>url.includes(item))&&isDomain}function getCookieValError(name){var prefix=name+"=",end,value,start=document.cookie.indexOf(prefix);return start==-1?"":(end=document.cookie.indexOf(";",start+prefix.length),end==-1&&(end=document.cookie.length),value=document.cookie.substring(start+prefix.length,end),unescape(value))}function verifyAddressIsDomain(obj){if(obj?.src){let src=obj.src.toString(),origin=location.origin;return src.indexOf(origin)>=0}}function stringToLower(str){if(str)return str.toString().toLowerCase()}}catch(e){console.error(e)}Vネック 無地 カジュアル シンプル ファッション ニットセーター ホーム新入荷売れ筋トップスシャツブラウス半袖Tシャツ長袖Tシャツニット・セータースウェットパーカーキャミソールアウターカーディガンコートトレンチコートジャケットスーツベストダウン・中綿コートワンピースカジュアルワンピース花柄ワンピースニットワンピースセットアップパンツセットワンピースセットスカートセットオーバーオールボトムスガウチョパンツイージーパンツスキニーパンツデニムパンツスカートシューズフラットシューズサンダルスニーカーパンプスブーツバッグ小物アクセサリーマフラー/ストール/スカーフ下着·パジャマログインログイン・ 新規会員登録 500ptイベント一覧 MAX 90% OFF タイムセール New Arrival 毎日更新カテゴリ トップスALL シャツ ブラウス 半袖Tシャツ 長袖Tシャツ ニット・セーター スウェット パーカー キャミソール アウターALL カーディガン コート トレンチコート ジャケット スーツ ベスト ダウン・中綿コート ワンピースALL カジュアルワンピース 花柄ワンピース ニットワンピース セットアップALL パンツセット ワンピースセット スカートセット オーバーオール ボトムスALL ガウチョパンツ イージーパンツ スキニーパンツ デニムパンツ スカート シューズALL フラットシューズ サンダル スニーカー パンプス ブーツ バッグALL 小物ALL アクセサリー マフラー/ストール/スカーフ 下着·パジャマALL ガイドbellebuysについて bellebuysの紹介会社案内当サイト利用規約セキュリティお問合わせ先特定商取引法に基づく表記プライバシーポリシー知的財産ご利用ガイド 決済エラーの理由一覧お支払い方法配送・送料について欠品・交換・返品ポリシーQ&A(よくあるご質問一覧)会員サービスお問い合わせ [email protected] 050-5893-6370(おすすめ) 電話受付時間帯:09:30~12:00 14:00~18:00(月~金)※土日、祝祭日は定休日です※電話が大変込み合っておりますので、メールにてのお問い合わせしてください 受付順に必ずご返信いたします 購読ホーム  >  トップス   >   ニット・セーター Vネック 無地 カジュアル シンプル ファッション ニットセーター販売価格: ¥3,600 税込 参考価格:¥6,300税込 -42% ポイント : 360商品番号:59221 レビュー / 21 件在庫有りイエロー在庫を確認する¥3,600M / 在庫あり- +カートに入れる¥3,600L / 在庫あり- +カートに入れる¥3,600XL / 在庫あり- +カートに入れる¥3,6002XL / 在庫あり- +カートに入れる¥3,6003XL / 在庫あり- +カートに入れるグレー在庫を確認する¥3,600M / 在庫あり- +カートに入れる¥3,600L / 在庫あり- +カートに入れる¥3,600XL / 在庫あり- +カートに入れる¥3,6002XL / 在庫あり- +カートに入れる¥3,6003XL / 在庫あり- +カートに入れるブラック在庫を確認する¥3,600M / 在庫あり- +カートに入れる¥3,600L / 在庫あり- +カートに入れる¥3,600XL / 在庫あり- +カートに入れる¥3,6002XL / 在庫あり- +カートに入れる¥3,6003XL / 在庫あり- +カートに入れるホワイト在庫を確認する¥3,600M / 在庫あり- +カートに入れる¥3,600L / 在庫あり- +カートに入れる¥3,600XL / 在庫あり- +カートに入れる¥3,6002XL / 在庫あり- +カートに入れる¥3,6003XL / 在庫あり- +カートに入れるアイテム説明主役級になれるVネック無地セーター。肌あたり柔らかで暖かみのあるニット素材を使用。ヒップが隠れるくらいの丈感で、体型カバーにも繋がります。ゆったりしたサイズ感で、身体のラインを拾い過ぎないのも嬉しいポイント。商品詳細レビュー / (21)注意事項 発送日 >サイズに関して測り方により誤差が出る場合がございます。画像に関して実物の色に近くなるよう自然光での撮影を基本にしていますが、お部屋の照明、モニター環境等により色味が若干異なる場合がございます。商品に関して生地のカッティングにより画像と異なる場合がございます。同商品、同色におきましても色(染料)やロットによって伸縮性、伸び率が異なる場合がございます。生地を織る際に糸の継ぎ目や多少のほつれ等が生じる場合がございますが品質上の問題はございませんので何卒ご了承くださいませ。包装に関して自然と環境にやさしい簡易梱包にご協力いただきますよう、お願い申し上げます。ボタンホールに関して量産服で工場から直接郵送に入るため、穴を開けるのはお客様自分で行うことになっております。商品説明 図案無地生地ニットスタイルシンプル カジュアル季節春 秋冬ネックラインVネック前立てプルオーバー対象年齢20~50代カラーブラック ホワイト グレー イエローサイズチャート 最新レビュー大***木2021/12無地のデザインが気に入ったので購入しました。色もサイズも素敵です。生地はとても肌触りが良く気持ち良いです。 満足です。神***門2021/12グレーのほうが可愛いし、生地もしっかりしているので、長く使えそうです!今のシーズンにぴったりです。ありがとうございました。鹿***崎2021/12形は写真通りです。肌触りが良く気に入ってます。色もかわいいし、何と言っても着やすい!佐***岸2021/12今日商品が届きました。色も落ち着いた感じです。ちょうど良い感じです。洗濯後も型崩れありません。着るのが楽しみです。野***瀬2021/12デザインも写真の通りで良いです。これからの季節活躍させるため大事に着たいと思います。とても満足できるショッビング体験だったと思います。三***美2021/11生地などは良くて似合う人は絶対に可愛いと思います。肌触りもよくて着ていて気持ちがいいです。山***美2021/11色も形も思ったとおりでよかったです。少しゆったりしすぎかなと思いましたが、体型をカバーしてくれるのでまあ良いかなと思ってます。土***島2021/11しっかりした生地で無地も綺麗です。着心地も良いです。これからの時期にピッタリな生地です。沢山着ます。岡***香2021/11女性らしくしなやかで素敵なデザインで気に入っています。藤***野2021/10色やデザインが気に入りで購入しました。冬でお出かけが可愛くて、温かい感じでした!«123»ご希望のカラーとサイズを選択してくださいok[{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490935\":\"\\u6d46\\u679c\\u9ec4\"},\"141836\":{\"490939\":\"M \\u5efa\\u8bae120\\u65a4\\u5185\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832389,"sku":"000603089600001","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490935\":\"\\u6d46\\u679c\\u9ec4\"},\"141836\":{\"490940\":\"L \\u5efa\\u8bae120-150\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832390,"sku":"000603089600002","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490935\":\"\\u6d46\\u679c\\u9ec4\"},\"141836\":{\"490941\":\"XL \\u5efa\\u8bae150-190\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832391,"sku":"000603089600003","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490935\":\"\\u6d46\\u679c\\u9ec4\"},\"141836\":{\"490942\":\"2XL \\u5efa\\u8bae190-240\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832392,"sku":"000603089600004","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490935\":\"\\u6d46\\u679c\\u9ec4\"},\"141836\":{\"490943\":\"3XL \\u5efa\\u8bae240-300\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832393,"sku":"000603089600005","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490938\":\"\\u767d\\u8272\"},\"141836\":{\"490939\":\"M \\u5efa\\u8bae120\\u65a4\\u5185\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832394,"sku":"000603089600006","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490938\":\"\\u767d\\u8272\"},\"141836\":{\"490940\":\"L \\u5efa\\u8bae120-150\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832395,"sku":"000603089600007","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490938\":\"\\u767d\\u8272\"},\"141836\":{\"490941\":\"XL \\u5efa\\u8bae150-190\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832396,"sku":"000603089600008","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490938\":\"\\u767d\\u8272\"},\"141836\":{\"490942\":\"2XL \\u5efa\\u8bae190-240\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832397,"sku":"000603089600009","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490938\":\"\\u767d\\u8272\"},\"141836\":{\"490943\":\"3XL \\u5efa\\u8bae240-300\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832398,"sku":"000603089600010","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490936\":\"\\u7070\\u8272\"},\"141836\":{\"490939\":\"M \\u5efa\\u8bae120\\u65a4\\u5185\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832399,"sku":"000603089600011","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490936\":\"\\u7070\\u8272\"},\"141836\":{\"490940\":\"L \\u5efa\\u8bae120-150\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832400,"sku":"000603089600012","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490936\":\"\\u7070\\u8272\"},\"141836\":{\"490941\":\"XL \\u5efa\\u8bae150-190\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832401,"sku":"000603089600013","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490936\":\"\\u7070\\u8272\"},\"141836\":{\"490942\":\"2XL \\u5efa\\u8bae190-240\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832402,"sku":"000603089600014","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490936\":\"\\u7070\\u8272\"},\"141836\":{\"490943\":\"3XL \\u5efa\\u8bae240-300\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832403,"sku":"000603089600015","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490937\":\"\\u9ed1\\u8272\"},\"141836\":{\"490939\":\"M \\u5efa\\u8bae120\\u65a4\\u5185\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832404,"sku":"000603089600016","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490937\":\"\\u9ed1\\u8272\"},\"141836\":{\"490940\":\"L \\u5efa\\u8bae120-150\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832405,"sku":"000603089600017","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490937\":\"\\u9ed1\\u8272\"},\"141836\":{\"490941\":\"XL \\u5efa\\u8bae150-190\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832406,"sku":"000603089600018","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490937\":\"\\u9ed1\\u8272\"},\"141836\":{\"490942\":\"2XL \\u5efa\\u8bae190-240\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832407,"sku":"000603089600019","sku_list_price":"191.20","is_enabled_sku_sale_price":0},{"stockpile_status":0,"sku_sale_price":"0.00","store_status":0,"item_id":"","option_values":"{\"141835\":{\"490937\":\"\\u9ed1\\u8272\"},\"141836\":{\"490943\":\"3XL \\u5efa\\u8bae240-300\\u65a4\"}}","sku_stock":1000,"sku_status":1,"presell":0,"product_id":59221,"sku_price":"50.20","id":832408,"sku":"000603089600020","sku_list_price":"191.20","is_enabled_sku_sale_price":0}]商品がカートに追加されました
ログイン・ 新規会員登録 500pt
イベント一覧
カテゴリ
ガイド
販売価格: ¥3,600 税込
参考価格:¥6,300税込 -42%
ポイント : 360
イエロー
在庫を確認する
¥3,600
M / 在庫あり
L / 在庫あり
XL / 在庫あり
2XL / 在庫あり
3XL / 在庫あり
グレー
ブラック
ホワイト
アイテム説明
主役級になれるVネック無地セーター。
肌あたり柔らかで暖かみのあるニット素材を使用。
ヒップが隠れるくらいの丈感で、体型カバーにも繋がります。
ゆったりしたサイズ感で、身体のラインを拾い過ぎないのも嬉しいポイント。
最新レビュー
大***木
無地のデザインが気に入ったので購入しました。色もサイズも素敵です。生地はとても肌触りが良く気持ち良いです。 満足です。
神***門
グレーのほうが可愛いし、生地もしっかりしているので、長く使えそうです!今のシーズンにぴったりです。ありがとうございました。
鹿***崎
形は写真通りです。肌触りが良く気に入ってます。色もかわいいし、何と言っても着やすい!
佐***岸
今日商品が届きました。色も落ち着いた感じです。ちょうど良い感じです。洗濯後も型崩れありません。着るのが楽しみです。
野***瀬
デザインも写真の通りで良いです。これからの季節活躍させるため大事に着たいと思います。とても満足できるショッビング体験だったと思います。
三***美
生地などは良くて似合う人は絶対に可愛いと思います。肌触りもよくて着ていて気持ちがいいです。
山***美
色も形も思ったとおりでよかったです。少しゆったりしすぎかなと思いましたが、体型をカバーしてくれるのでまあ良いかなと思ってます。
土***島
しっかりした生地で無地も綺麗です。着心地も良いです。これからの時期にピッタリな生地です。沢山着ます。
岡***香
女性らしくしなやかで素敵なデザインで気に入っています。
藤***野
色やデザインが気に入りで購入しました。冬でお出かけが可愛くて、温かい感じでした!
ご希望のカラーとサイズを選択してください
商品がカートに追加されました