:root { --bg: #F1ECE0; --bg-warm: #EAE3D2; --bg-cream: #F7F3E8; --card: #FFFFFF; --ink: #1B2820; --ink-soft: #4A4538; --ink-mute: #8C8576; --green: #14503A; --green-deep: #0F3D2C; --green-darker: #0A2C1F; --green-soft: #2A6B52; --gold: #B68F3F; --gold-soft: #C9A656; --gold-light: #D9BE7A; --hairline: #D9D0BD; --hairline-strong: #BDB29A; --r-sm: 10px; --r-md: 16px; --r-lg: 24px; --shadow-card: 0 2px 8px rgba(20,32,24,0.04), 0 10px 28px rgba(20,32,24,0.06); --shadow-card-deep: 0 4px 16px rgba(20,32,24,0.06), 0 20px 48px rgba(20,32,24,0.1); } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; background: var(--bg); color: var(--ink); font-family: "Noto Sans JP", sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } body { min-height: 100vh; } .serif { font-family: "Noto Serif JP", serif; font-weight: 500; } .mono { font-family: "DM Mono", monospace; } .shell { max-width: 480px; margin: 0 auto; background: var(--bg); min-height: 100vh; position: relative; overflow: hidden; } /* ===== HERO ===== */ .hero { position: relative; padding: 32px 28px 36px; background: linear-gradient(180deg, rgba(10,44,31,0.62) 0%, rgba(10,44,31,0.38) 45%, rgba(10,44,31,0.78) 100%), url("assets/porte-face-bottle-front.jpeg") center/cover no-repeat; color: #fff; min-height: 580px; display: flex; flex-direction: column; } .hero-top { display: flex; align-items: center; justify-content: space-between; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.28em; color: rgba(255,255,255,0.75); text-transform: uppercase; } .hero-top .pill { border: 1px solid rgba(255,255,255,0.55); border-radius: 999px; padding: 7px 14px; } .hero-logo-wrap { margin: auto 0 0; } .hero-eyebrow { font-family: "DM Mono", monospace; font-size: 10.5px; letter-spacing: 0.32em; color: var(--gold-light); text-transform: lowercase; margin-bottom: 18px; } .hero-logo { display: block; width: 168px; height: auto; filter: brightness(0) invert(1); margin-bottom: 4px; } .hero-tag { font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: 0.36em; color: rgba(255,255,255,0.65); text-transform: uppercase; margin-bottom: 28px; } .hero-rule { width: 44px; height: 1.5px; background: var(--gold-light); margin-bottom: 18px; } .hero-title { font-family: "Noto Serif JP", serif; font-weight: 500; font-size: 30px; line-height: 1.42; letter-spacing: 0.02em; color: #fff; margin: 0 0 14px; } .hero-sub { font-family: "Noto Serif JP", serif; font-size: 14px; line-height: 1.85; color: rgba(255,255,255,0.88); font-weight: 400; max-width: 380px; } .hero-meta { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.25); display: flex; justify-content: space-between; gap: 18px; font-family: "DM Mono", monospace; font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.6); } .hero-meta .v { display: block; margin-top: 4px; font-family: "Noto Serif JP", serif; font-size: 13px; letter-spacing: 0.02em; color: rgba(255,255,255,0.95); text-transform: none; font-weight: 500; } /* ===== COUPON ===== */ .coupon-section { margin: 24px 20px 0; position: relative; z-index: 3; background: var(--green-deep); color: #fff; border-radius: var(--r-lg); padding: 30px 26px 26px; box-shadow: var(--shadow-card-deep); } .coupon-section .lbl { font-family: "DM Mono", monospace; font-size: 9.5px; letter-spacing: 0.3em; color: var(--gold-soft); text-transform: uppercase; margin-bottom: 14px; } .coupon-section .headline { font-family: "Noto Serif JP", serif; font-size: 20px; line-height: 1.45; margin: 0 0 18px; font-weight: 500; letter-spacing: 0.02em; } .coupon-card { border: 1px dashed var(--gold-soft); border-radius: var(--r-md); padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: rgba(255,255,255,0.04); } .coupon-card .code-block .k { font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: 0.26em; color: var(--gold-soft); text-transform: uppercase; margin-bottom: 6px; } .coupon-card .code-block .code { font-family: "Cormorant Garamond", serif; font-size: 30px; letter-spacing: 0.12em; color: #fff; font-weight: 500; line-height: 1; } .coupon-card .off-block { text-align: right; } .coupon-card .off { font-family: "Cormorant Garamond", serif; font-size: 36px; color: var(--gold-light); line-height: 1; font-weight: 500; } .coupon-card .off .percent { font-size: 20px; margin-left: 2px; } .coupon-card .off-l { font-family: "DM Mono", monospace; font-size: 8.5px; letter-spacing: 0.22em; color: rgba(255,255,255,0.6); text-transform: uppercase; margin-top: 4px; } .coupon-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; } .btn { border: none; cursor: pointer; text-decoration: none; font-family: "Noto Serif JP", serif; font-weight: 500; font-size: 13.5px; padding: 14px 16px; border-radius: 10px; letter-spacing: 0.04em; text-align: center; display: flex; align-items: center; justify-content: center; gap: 8px; transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease; -webkit-tap-highlight-color: transparent; } .btn:active { transform: scale(0.97); } .btn-ghost-light { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.5); color: #fff; } .btn-ghost-light:hover { background: rgba(255,255,255,0.16); } .btn-gold { background: var(--gold); color: #fff; } .btn-gold:hover { background: var(--gold-soft); } .coupon-section .expire { margin-top: 14px; font-family: "DM Mono", monospace; font-size: 9.5px; letter-spacing: 0.22em; color: rgba(255,255,255,0.55); text-align: center; } .coupon-copy-toast { position: fixed; bottom: 36px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ink); color: #fff; font-family: "Noto Sans JP", sans-serif; font-size: 13px; font-weight: 500; padding: 12px 22px; border-radius: 999px; z-index: 1000; opacity: 0; pointer-events: none; transition: opacity 0.3s ease, transform 0.3s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.3); } .coupon-copy-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); } /* ===== SECTIONS ===== */ .section { padding: 56px 28px 12px; } .section-eyebrow { font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.32em; color: var(--green); text-transform: lowercase; margin-bottom: 12px; } .section-title { font-family: "Noto Serif JP", serif; font-weight: 500; font-size: 24px; line-height: 1.4; letter-spacing: 0.02em; color: var(--ink); margin: 0 0 12px; } .section-rule { width: 40px; height: 1.5px; background: var(--gold); margin: 14px 0 22px; } .section-body { font-size: 13.5px; line-height: 1.9; color: var(--ink-soft); } .section-body p { margin: 0 0 12px; } /* ===== BRAND STORY ===== */ .brand-section { background: var(--bg-cream); padding: 56px 28px 48px; } .brand-section .pull { margin-top: 22px; padding: 20px 22px; background: rgba(20,80,58,0.06); border-left: 2px solid var(--green); font-family: "Noto Serif JP", serif; font-size: 15px; line-height: 1.7; color: var(--green-deep); font-weight: 500; } /* ===== PRODUCT ===== */ .product-section { padding: 56px 0 48px; } .product-head { padding: 0 28px 22px; } .product-photo { width: 100%; height: 280px; background: url("assets/porte-bottle-marble.jpeg") center/cover no-repeat; position: relative; } .product-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,32,24,0) 60%, rgba(15,32,24,0.18) 100%); } .product-body { padding: 28px 28px 0; } .feature-row { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; } .feature-row .icon { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; box-shadow: 0 2px 8px rgba(20,32,24,0.15); } .feature-row .icon.gold { background: radial-gradient(circle at 30% 28%, rgba(255,255,255,0.65), rgba(255,255,255,0) 38%), linear-gradient(140deg, #E0BA64 0%, #B68F3F 55%, #8E6B23 100%); } .feature-row .icon.plat { background: radial-gradient(circle at 30% 28%, rgba(255,255,255,0.85), rgba(255,255,255,0) 40%), linear-gradient(140deg, #F1F0EC 0%, #C7C6C2 55%, #9B9A95 100%); } .feature-row .ft-name { font-family: "Noto Serif JP", serif; font-size: 15px; font-weight: 600; color: var(--green-deep); margin-bottom: 4px; } .feature-row .ft-desc { font-size: 12.5px; line-height: 1.7; color: var(--ink-soft); } .spec { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--hairline); display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; } .spec-k { font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 5px; } .spec-v { font-family: "Noto Serif JP", serif; font-size: 15px; color: var(--ink); font-weight: 500; } .spec-v .small { font-size: 10px; color: var(--ink-mute); margin-left: 3px; font-weight: 400; } /* ===== PERKS ===== */ .perks-section { background: var(--bg-warm); padding: 56px 28px 48px; } .perks-list { display: flex; flex-direction: column; gap: 14px; margin-top: 6px; } .perk { background: var(--card); border-radius: var(--r-md); padding: 22px 22px; box-shadow: var(--shadow-card); text-decoration: none; color: inherit; display: block; position: relative; transition: transform 0.2s ease, box-shadow 0.2s ease; } .perk:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(20,32,24,0.08), 0 20px 40px rgba(20,32,24,0.1); } .perk-head { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; } .perk-num { font-family: "Cormorant Garamond", serif; font-size: 28px; color: var(--gold); line-height: 1; font-weight: 400; min-width: 28px; } .perk-name { font-family: "Noto Serif JP", serif; font-size: 17px; font-weight: 500; color: var(--green-deep); letter-spacing: 0.02em; flex: 1; } .perk-desc { font-size: 12.5px; line-height: 1.75; color: var(--ink-soft); margin-bottom: 14px; } .perk-cta { display: inline-flex; align-items: center; gap: 8px; font-family: "DM Mono", monospace; font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--green); border-top: 1px solid var(--hairline); padding-top: 12px; width: 100%; justify-content: space-between; } .perk-cta .arrow { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--green-deep); color: var(--gold-light); font-family: "DM Mono", monospace; font-size: 14px; } /* ===== FORM ===== */ .form-section { padding: 56px 28px 48px; background: var(--bg-cream); } .form-card { background: var(--card); border-radius: var(--r-md); padding: 26px 24px; box-shadow: var(--shadow-card); } .form-intro { font-size: 13px; line-height: 1.85; color: var(--ink-soft); margin: 0 0 22px; } .field { display: flex; flex-direction: column; margin-bottom: 18px; } .field .lbl { font-family: "DM Mono", monospace; font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; } .field .lbl .ja { font-family: "Noto Sans JP", sans-serif; font-size: 12.5px; letter-spacing: 0; text-transform: none; color: var(--ink); font-weight: 500; } .field .lbl .req { font-family: "Noto Sans JP", sans-serif; font-size: 9.5px; letter-spacing: 0.04em; text-transform: none; background: var(--green); color: #fff; padding: 2px 6px; border-radius: 4px; font-weight: 500; } .field input, .field textarea, .field select { font-family: "Noto Sans JP", sans-serif; font-size: 14px; color: var(--ink); padding: 12px 14px; border: 1px solid var(--hairline); border-radius: 10px; background: var(--bg-cream); outline: none; transition: border-color 0.2s ease, background 0.2s ease; width: 100%; } .field input:focus, .field textarea:focus, .field select:focus { border-color: var(--green); background: #fff; } .field textarea { min-height: 96px; resize: vertical; } .field .helper { font-size: 11px; color: var(--ink-mute); margin-top: 6px; line-height: 1.6; } .radio-row { display: flex; gap: 8px; flex-wrap: wrap; } .radio-chip { border: 1px solid var(--hairline); border-radius: 999px; padding: 9px 16px; font-size: 12.5px; color: var(--ink); background: var(--bg-cream); cursor: pointer; font-family: "Noto Sans JP", sans-serif; transition: background 0.15s, border-color 0.15s, color 0.15s; user-select: none; } .radio-chip input { position: absolute; opacity: 0; pointer-events: none; } .radio-chip.active, .radio-chip:has(input:checked) { background: var(--green-deep); color: #fff; border-color: var(--green-deep); } .btn-submit { background: var(--green-deep); color: #fff; font-family: "Noto Serif JP", serif; font-size: 15px; padding: 16px 22px; width: 100%; border-radius: 10px; letter-spacing: 0.04em; border: none; cursor: pointer; margin-top: 6px; transition: background 0.2s ease, transform 0.15s ease; } .btn-submit:hover { background: var(--green-darker); } .btn-submit:active { transform: scale(0.99); } .btn-submit:disabled { background: var(--ink-mute); cursor: not-allowed; } .form-success { display: none; text-align: center; padding: 30px 8px 8px; } .form-success.show { display: block; } .form-success .check { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; background: var(--green-deep); color: var(--gold-light); display: flex; align-items: center; justify-content: center; font-family: "Cormorant Garamond", serif; font-size: 32px; } .form-success h3 { font-family: "Noto Serif JP", serif; font-size: 18px; font-weight: 500; color: var(--green-deep); margin: 0 0 10px; } .form-success p { font-size: 13px; line-height: 1.85; color: var(--ink-soft); margin: 0; } /* ===== FAQ / MEDIA / BUYER ===== */ .simple-section { padding: 56px 28px 0; } .contact-grid { display: flex; flex-direction: column; gap: 14px; margin-top: 22px; } .contact-card { background: var(--card); border-radius: var(--r-md); padding: 22px 22px; box-shadow: var(--shadow-card); } .contact-card .role { font-family: "DM Mono", monospace; font-size: 9.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; } .contact-card .h { font-family: "Noto Serif JP", serif; font-size: 17px; font-weight: 500; color: var(--green-deep); margin-bottom: 6px; } .contact-card .d { font-size: 12.5px; line-height: 1.75; color: var(--ink-soft); margin-bottom: 14px; } .contact-card .email { display: inline-flex; align-items: center; gap: 8px; font-family: "DM Mono", monospace; font-size: 12px; letter-spacing: 0.04em; color: var(--green-deep); text-decoration: none; border-bottom: 1px solid var(--green); padding-bottom: 2px; } /* ===== FOOTER ===== */ .foot { padding: 56px 28px 36px; background: var(--green-darker); color: rgba(255,255,255,0.78); margin-top: 56px; } .foot-logo { width: 110px; filter: brightness(0) invert(1); display: block; margin-bottom: 18px; } .foot p { font-size: 12.5px; line-height: 1.85; margin: 0 0 18px; color: rgba(255,255,255,0.72); } .foot-info { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.18); display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; font-size: 11.5px; line-height: 1.6; } .foot-info dt { font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-soft); padding-top: 1px; } .foot-info dd { margin: 0; font-family: "Noto Serif JP", serif; color: rgba(255,255,255,0.92); font-weight: 500; font-size: 12.5px; } .foot-links { margin-top: 24px; display: flex; gap: 14px; flex-wrap: wrap; } .foot-links a { font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.22em; color: rgba(255,255,255,0.6); text-decoration: none; text-transform: uppercase; } .foot-links a:hover { color: #fff; } .foot-copy { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.12); font-family: "DM Mono", monospace; font-size: 9.5px; letter-spacing: 0.2em; color: rgba(255,255,255,0.45); } /* ===== Desktop polish ===== */ @media (min-width: 720px) { .shell { max-width: 520px; box-shadow: 0 0 80px rgba(20,32,24,0.08); } body { padding: 0; background: #E5DFCF; } }
porté
insider pass

ご利用期間は終了しました。

porté Insider Pass のご利用期間は
2026.05.22 fri — 2026.08.22 sun でした。
ご来場いただき誠にありがとうございました。

porté 公式サイトへ →
insider pass 2026.05.22 fri
welcome to la carpe fes 2026
beauty / skincare

ご来場ありがとう
ございます。

本ページは、porté ブースにてサンプルをお受け取りいただいた皆さま限定のご案内ページです。
4つの特典を、お好きな順にご利用ください。

From STARTKEY
Brand porté
perk 01 — ec coupon

公式EC 初回 15% OFF
クーポンを進呈。

coupon code
PORTE15
15%
off / first order
公式ECへ →
valid until 2026.08.22
about porté

「何を塗っても、
肌がピリつく。」
その悩みから。

porté は、敏感肌の悩みを抱える開発者自身の経験から生まれた、導入美容液ブランドです。

アトピー性皮膚炎をはじめとする肌悩みを抱えながらも、スキンケアをあきらめたくない。その願いから、約1年の試作期間を経て、必要なものだけを残す処方が完成しました。

「肌が、自分で
立ち上がれる状態へ。」
product

ナノPT
ブースターセラム

洗顔後すぐに1プッシュ。
ナノプラチナ × ナノゴールドが肌の土台を整え、その後のスキンケアの浸透をサポートします。

ナノゴールド
肌表面をなめらかに整え、キメの乱れを防ぐサポート。
ナノプラチナ
スキンケアの土台を整え、次の化粧水の浸透をサポート。
Volume
30mL
Use
洗顔後 / 1プッシュ
Retail
¥6,820税込
Subscription
¥6,138税込
your perks

ご来場者さま
限定の4特典。

用途に合わせて、お好きな特典をご利用ください。

perk 02 / media

プレス素材
ダウンロード

製品ビジュアル(高解像度)・ロゴデータ・ブランドファクトシート・代表プロフィールをまとめてお渡しいたします。
下記までメディア名・お名前をお書き添えのうえご連絡ください。営業日2日以内にダウンロードURLをお送りいたします。

press kit / media
メディア関係者さま窓口
取材依頼・素材請求は下記までお願いいたします。
perk 03 / business

商談・
お取扱いのご相談

卸価格・最低発注ロット・納期・販促サポート等につきましては、ご商談にて個別にご案内させていただきます。
下記までご連絡いただければ、担当より折り返しご案内いたします。

wholesale / buyer
バイヤーさま窓口
取扱いのご検討・商談のご相談は下記までお問い合わせください。
perk 04 / sample

追加サンプル
ご請求

ご記入いただいた情報をもとに、後日ご指定先へサンプルをお届けいたします。

お名前 必須
メールアドレス 必須
電話番号
郵便番号 必須
ご住所 必須
来場目的
ひとこと(任意)

ご記入いただいた個人情報は、サンプル発送・商品案内および本イベントに関するご連絡のみに使用いたします。

ご請求ありがとうございます。

5〜7営業日以内に、ご指定先へサンプルをお届けいたします。
ご記入いただいたメールアドレス宛に、ご請求内容の控えをお送りしました。

クーポンコードをコピーしました