動作確認サンプル
## A1 — SUUMOメインキャッチ / SUUMO Main Catch
**背景 / Background**
物件広告のメインキャッチ84字
Generate SUUMO headline ≤84 chars
**指示 / Instruction**
先頭37字で魅力完結、禁止語は代替語へ EConvey appeal in 37 chars, replace banned words
**入力変数 / Variables**
property_type=
location=
key_feature=
char_limit=84
**出力フォーマット / Output Format**
```
txt
メインキャッチ: …
文字数: n / char_limit
```
出力例
```input
property_type=新築マンション
location=福岡市中央区薬院
key_feature=駅徒歩3分×パントリー付き角部屋
char_limit=84
```
```output
駅3分×角部屋!薬院で叶える開放感と収納力あふれる新築マンション
```