2025.12.19(金)
💖 💕 💞 💗 このレベルは貴重な存在💞 『ここあさん』 15:00~24:00 の出勤になります! 抜群の可愛さに、スレンダーで小柄なスタイル✨ 間違いなくこの可愛さに皆様も ノックアウトされてしまうでしょう💞 Mっ気全開の女子になりますので プレイも十分にお楽しみいただけます!!! 優しく攻めてあげてくださいませ💞 ご予約お待ちしております!!! 立川駅周辺ホテルのご利用で 60分 11,000円 その他のエリアでも 90分 16,500円 120分 22,000円 ご予約お待ちしております📞 受付 三宅 .profile-frame { border: 6px double #ff7f9a; border-radius: 14px; background: linear-gradient(180deg, #fff8fc 0%, #ffe5f1 100%); padding: 18px; max-width: 400px; margin: 20px auto; box-shadow: 0 6px 18px rgba(255, 145, 170, 0.4); } /* 中身全体カード */ .profile-card.fixed-frame-text-static { background: #fff0fb; border: 4px solid #ff7f9a; border-radius: 8px; color: #cc3366; text-align: center; padding: 24px 20px; position: relative; overflow: hidden; box-shadow: 0 8px 24px rgba(255, 127, 154, 0.5); font-family: 'Kosugi Maru', sans-serif; } /* ハート落下アニメーション */ .falling-hearts { position: absolute; top: 0; left: 5%; width: 100px; height: 100%; pointer-events: none; z-index: 3; overflow: visible; } .heart { position: absolute; top: -10%; left: 0; font-size: 2.8rem; opacity: 0.9; animation: fall 7s linear infinite; filter: drop-shadow(0 0 10px #ffbbe2); } .heart:nth-child(1) { animation-delay: 0s; left: 0px; } .heart:nth-child(2) { animation-delay: 2s; left: 30px; } .heart:nth-child(3) { animation-delay: 4s; left: 15px; } .heart:nth-child(4) { animation-delay: 6s; left: 40px; } @keyframes fall { 0% { transform: translateY(-20%) scale(1.1); opacity: 0.9; } 50% { transform: translateY(60vh) rotate(20deg) scale(1.2); opacity: 0.8; } 100% { transform: translateY(100vh) rotate(-25deg) scale(0.9); opacity: 0.4; } } /* 写真部分 */ .image-link { display: block; margin-bottom: 18px; border-radius: 9px; overflow: hidden; box-shadow: 0 3px 14px #ffb9d3aa; animation: imgFloatUpDown 5.8s ease-in-out infinite; position: relative; z-index: 1; } .main-img { width: 100%; border-radius: 9px; } @keyframes imgFloatUpDown { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } } /* 区切り線 */ .divider { border: none; border-top: 2px dotted #ffa3bf; margin: 20px 0; } /* 料金枠 */ .plan.highlight-price { background-color: #ffe6f0; border: 3px solid #ff4d79; border-radius: 10px; padding: 16px; margin: 20px 0; font-weight: bold; color: #cc0044; font-size: 1.25rem; box-shadow: 0 4px 10px rgba(255, 77, 121, 0.3); } .price { font-size: 1.4rem; margin: 8px 0; letter-spacing: 0.05em; } .staff { margin-top: 14px; font-weight: bold; color: #b03366; }
2025.12.19(金)
💞 ✨ 🌸 💖 🍒 学校帰りにアルバイト💞 めるさん 12:00~翌2:00 の出勤になります! 現役JD,学校帰りにエッチなアルバイトのため 出勤してまいります♥ 実は、、、テクニックがすごいと お客様からのお声を頂きました✨ おっとりおしとやかな雰囲気で エッチなことには接客的には見えませんでしたが 実は超エッチな性格だったようです💞 お客様、情報ありがとうございました✨ ご予約お待ちしております m(__)m 🏰 立川駅周辺ホテルのご利用で 60分 11,000円 その他のエリアでも 90分 16,500円 120分 22,000円 でのご案内となりますのでご予約お待ちしております📞 受付 三宅 .profile-card.full-move-stamps { max-width:360px; margin:0 auto; background: linear-gradient(135deg,#ffeef9 0%,#fff7fd 100%); border:3px solid #f7c2e7; border-radius:30px; padding:28px 24px; font-family:'Kosugi Maru',cursive,'Yu Gothic',sans-serif; color:#b252a3; box-shadow: 0 10px 30px rgba(247, 190, 232, 0.7); text-align: center; position:relative; overflow:hidden; } /* スタンプ全体コンテナ(枠内)*/ .floating-icons { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 2; overflow: visible; } /* 各スタンプ初期ランダム配置 */ .icon { position: absolute; font-size: 2rem; filter: drop-shadow(0 0 9px #ffc6f3); animation-timing-function: ease-in-out; animation-iteration-count: infinite; animation-direction: alternate; animation-fill-mode: forwards; } /* スタンプの動きをランダム化するためdelay・duration・軌道を変えます */ .icon:nth-child(1){ top: 10%; left: 12%; animation-name: move1; animation-duration: 7.1s; animation-delay: 0s; } .icon:nth-child(2){ top: 58%; left: 68%; animation-name: move2; animation-duration: 5.8s; animation-delay: 1.8s; } .icon:nth-child(3){ top: 40%; left: 25%; animation-name: move3; animation-duration: 6.5s; animation-delay: 0.9s; } .icon:nth-child(4){ top: 72%; left: 52%; animation-name: move4; animation-duration: 8.3s; animation-delay: 2.4s; } .icon:nth-child(5){ top: 16%; left: 75%; animation-name: move5; animation-duration: 6.9s; animation-delay: 1.1s; } /* それぞれの動き(上下+左右の微妙な動き) */ @keyframes move1 { 0% {transform: translate(0, 0);} 50% {transform: translate(10px, -16px);} 100% {transform: translate(0, 0);} } @keyframes move2 { 0% {transform: translate(0, 0);} 50% {transform: translate(-8px, -14px);} 100% {transform: translate(0, 0);} } @keyframes move3 { 0% {transform: translate(0, 0);} 50% {transform: translate(9px, 12px);} 100% {transform: translate(0, 0);} } @keyframes move4 { 0% {transform: translate(0, 0);} 50% {transform: translate(-12px, 11px);} 100% {transform: translate(0, 0);} } @keyframes move5 { 0% {transform: translate(0, 0);} 50% {transform: translate(11px, -15px);} 100% {transform: translate(0, 0);} } .price-box { background: #f7def8; border-radius: 24px; padding: 22px 26px; font-size: 1rem; color: #9c3e8d; box-shadow: inset 0 0 22px rgba(247,175,235,0.6); margin-bottom: 30px; border: 3px dashed #eec5f5; } .price { font-weight: bold; font-size: 1.1rem; } .name, .time, .staff { font-family: "Yusei Magic", cursive; } .staff { font-size: 1.1rem; font-weight: 900; color: #b04ca1; margin-bottom: 0; letter-spacing: 0.08em; text-shadow: 0 0 8px #fdb9f9; }
2025.12.19(金)
笑顔がとってもキュートな未経験女子💞 りあさん 10:00~14:00 の出勤になります! おしとやかで「なぜこの業界に、、、」 なんて思ってしまう普通女子✨ この素人感は興奮度が増すこと 間違いなしの女子になります💞 まだまだテクニックはありませんが 皆様の優しいご指導で開発してくださいませ!!! ご予約お待ちしております m(__)m 立川駅周辺ホテルのご利用で 60分 11,000円 その他のエリアでも 90分 16,500円 120分 22,000円 でのご案内となりますのでご予約お待ちしております📞 📞受付 三宅 .girl-image { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 4px 12px rgba(200,120,160,0.4); transition: transform 0.6s ease, box-shadow 0.6s ease; } .girl-image:hover { transform: scale(1.05); box-shadow: 0 8px 20px rgba(200,80,140,0.5); } /* ボックスのゆらゆらアニメーション */ @keyframes floatBox { 0% { transform: translateY(0px); } 100% { transform: translateY(-6px); } } /* ハートの浮遊アニメーション */ .float-hearts::before, .float-hearts::after { content: "💖"; position: absolute; opacity: 0.6; font-size: 1.4rem; animation: floatHearts 6s linear infinite; } .float-hearts::before { left: 20%; animation-delay: 1s; } .float-hearts::after { left: 70%; animation-delay: 3s; } @keyframes floatHearts { 0% {bottom: -20px; opacity: 0; transform: scale(0.8);} 20% {opacity: 1;} 80% {opacity: 1;} 100% {bottom: 100%; opacity: 0; transform: scale(1.4);} }
2025.12.18(木)
💗恋人感覚をご堪能💗 『くるみさん』 20:00~翌2:00 の出勤です🌙 距離感が近くあってすぐに恋人気分を味わえます💞 勿論サービス力もしっかりしているので 秘密の恋人とエッチなお時間を お過ごしいただけます✨ 最近ダイエットに成功してスレンダーに!!! 変わらずのE乳がさらに目立っています!!! 是非ご予約お待ちしております!!! m(__)m 💰料金システム💰 🏰 立川駅周辺ホテルご利用で 60分 11,000円 その他エリアでもOK✨ 90分 16,500円 120分 22,000円 ご予約お待ちしております📞 受付 清水 .lover-card { max-width: 360px; background: linear-gradient(135deg, rgb(255, 238, 249), rgb(255, 247, 253)); border: 3px solid rgb(247, 194, 231); border-radius: 30px; padding: 28px 24px; color: rgb(178, 82, 163); font-family: 'Kosugi Maru', 'Yu Gothic', sans-serif; text-align: center; box-shadow: rgba(247, 190, 232, 0.7) 0px 10px 30px; overflow: hidden; position: relative; animation: fadeIn 1.6s ease-out; } /* タイトル */ .title { font-size:2.3rem; background: linear-gradient(90deg, rgb(230, 30, 120), rgb(255, 100, 180)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: rgb(255, 180, 210) 0px 0px 12px; margin-bottom: 24px; animation: titleFlash 4s ease-in-out infinite; } /* 画像ふわ上下 */ .profile-img { display:block; border-radius:28px; overflow:hidden; box-shadow:rgba(242,158,232,0.8) 0px 8px 24px; margin-bottom:28px; border:6px double rgb(248,217,248); animation: slowFloat 8s ease-in-out infinite; } .profile-img img { width:100%; height:auto; } /* 名前 */ .name { font-size:26px; font-weight:700; color:rgb(160,65,140); margin-bottom:20px; animation: fadeUp 1.5s ease; } /* 出勤時間 */ .time { font-weight:700; color:rgb(160,65,140); margin-bottom:24px; animation: fadeUp 1.8s ease; } /* テキストエリア */ .desc p { font-weight:700; color:rgb(160,65,140); line-height:1.8; margin-bottom:4px; } /* 料金ボックス */ .price-box { background: linear-gradient(135deg, rgb(255, 232, 248), rgb(254, 211, 242)); border-radius: 24px; padding: 22px 26px; font-size:1.1rem; color: rgb(224, 20, 123); border: 4px solid rgb(255, 57, 144); margin-top:30px; animation: gentleGlow 6s ease-in-out infinite; } .price-box h3 { font-size:1.5rem; color:rgb(255, 48, 136); margin-bottom:18px; text-shadow:rgb(255, 140, 180) 1px 1px 6px; } .price { font-weight:bold; font-size:1.4rem; color:rgb(255, 48, 136); background: rgba(255, 182, 211, 0.9); display:inline-block; padding:5px 16px; border-radius:12px; box-shadow: 0 0 6px rgb(255,105,180); margin:4px 0; } /* 受付 */ .staff { font-weight:900; color:rgb(176,76,161); margin-top:18px; letter-spacing:0.08em; text-shadow:rgb(253,185,249) 0 0 8px; } /* アニメーション定義 */ @keyframes slowFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } @keyframes titleFlash { 0%, 100% { filter: brightness(1); } 50% { filter: brightness(1.4); } } @keyframes gentleGlow { 0%, 100% { box-shadow: 0 0 15px rgba(255, 57, 144, 0.7), inset 0 0 25px rgba(254, 190, 224, 0.6); } 50% { box-shadow: 0 0 25px rgba(255, 57, 144, 1), inset 0 0 35px rgba(254, 190, 224, 1); } } @keyframes fadeIn { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } } @keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } /* 全体に小さなハートがゆらゆら */ .lover-card::after { content: "💖💞💗"; position: absolute; bottom: 10px; right: 16px; font-size: 1.4rem; opacity: 0.8; animation: floatHearts 10s infinite linear; } @keyframes floatHearts { 0% { transform: translate(0,0) rotate(0deg); opacity:0.9; } 50% { transform: translate(-10px,-10px) rotate(10deg); opacity:0.6; } 100% { transform: translate(0,0) rotate(0deg); opacity:0.9; } }
2025.12.18(木)
丁寧でイチャイチャ感満載の 接客が高評価🍓 かれんさん 20:00~翌4:00 の出勤になります! 平均点が非常に高い女子になります✨ デリヘルでこんなに楽しめるんだと思っていただけるお時間をご提供いたしますので 是非一度お会いしてみてくださいませ💞 テクニックもありイチャイチャ感、 密着度も高いのでお客様のお好みで お楽しみいただけます💞 ご予約お待ちしております m(__)m 立川駅周辺ホテルのご利用で 60分 11,000円 その他のエリアでも 90分 16,500円 120分 22,000円 でのご案内となりますので ご予約お待ちしております📞 📞受付 三宅 🍓 🍓 🍓 🍓 🍓 @keyframes slowFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } } @keyframes gentleBeat { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.2); } } @keyframes floatStamp1 { 0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); } 50% { transform: translateY(-40px) translateX(35px) rotate(20deg); } } @keyframes floatStamp2 { 0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); } 50% { transform: translateY(-30px) translateX(-30px) rotate(-25deg); } } @keyframes floatStamp3 { 0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); } 50% { transform: translateY(-45px) translateX(25px) rotate(15deg); } } @keyframes floatStamp4 { 0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); } 50% { transform: translateY(-35px) translateX(40px) rotate(30deg); } } @keyframes floatStamp5 { 0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); } 50% { transform: translateY(-38px) translateX(-40px) rotate(-20deg); } }
