<!-- ページ固有のスタイル --><style> .product-pleasure {background-image: url({{ asset('aneros/img/products/Prelude/prelude-bg1.jpg') }});} .product-pleasure p {color:#333333;} .product-rewards-experience .desc-contr h3 {margin-left:-5px;} .product-rewards-experience {background: #000000 !important;} .product-rewards-experience p {color:#ffffff;} .product-rewards-experience img {margin-left:-120px;}@media only screen and (max-width: 999px){ .product-rewards-experience img {margin-left:inherit;}}</style><!-- ▼メインコンテンツ --><div class="breadcrumbs"> <div class="container"> <ul itemscope itemtype="http://schema.org/BreadcrumbList"> <li class="0" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" href="{{ url('homepage') }}" title="トップページに戻る"> <span itemprop="name" style="padding:0">トップページ</span></a> <meta itemprop="position" content="1"> <span>></span> </li> <li class="category" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" href="{{ url('homepage') }}accessories" title="アネロスアクセサリー"><span itemprop="name" style="padding:0">アネロスアクセサリー</span></a> <meta itemprop="position" content="2"> <span>></span> </li> <li class="product"> <strong>{{ Product.name }}</strong> </li> </ul> </div></div><div itemscope itemtype="http://schema.org/Product"> <div class="aneros-product-page" id="product-detail-page"> <div class="product-detail-nav-section container flexbox" style="padding-bottom: 10px"> <div class="product-price-info flexbox-2 flexbox-right"> <div class="price-box"> <span class="regular-price" id="product-price-335"> <!--★通常価格★--> {% if Product.hasProductClass -%} {% if Product.getPrice01Min is not null and Product.getPrice01IncTaxMin == Product.getPrice01IncTaxMax %} <p id="detail_description_box__class_normal_price" class="normal_price"> 通常価格:<span class="price price01_default">{{ Product.getPrice01IncTaxMin|price }}</span> <span class="inctax">(税込)</span> </p> {% elseif Product.getPrice01Min is not null and Product.getPrice01Max is not null %} <p id="detail_description_box__class_normal_range_price" class="normal_price"> 通常価格:<span class="price price01_default">{{ Product.getPrice01IncTaxMin|price }} ~ {{ Product.getPrice01IncTaxMax|price }}</span> <span class="inctax">(税込)</span> </p> {% endif %} {% else -%} {% if Product.getPrice01Max is not null %} <p id="detail_description_box__normal_price" class="normal_price"> 通常価格:<span class="price price01_default">{{ Product.getPrice01IncTaxMin|price }}</span> <span class="inctax">(税込)</span> </p> {% endif %} {% endif -%} <!--★販売価格★--> <p itemprop="offers" itemscope itemtype="http://schema.org/Offer" id="detail_description_box__sale_price" class="sale_price text-primary"><span itemprop="priceCurrency" content="JPY"></span><span itemprop="price" content="{{ Product.getPrice02IncTaxMin }}" class="price">{{ Product.getPrice02IncTaxMin|price }}<span id="with-tax"> (税込)</span></span></p> </span> {% if Product.getPrice02IncTaxMin >= 3000 %} <p class="paidy-price"> <img src="{{ asset('aneros/img/products/paidy-small.jpg') }}" alt="Paidy" style="vertical-align:middle;display:inline-block;max-width:60px;margin-right:3px;">なら月々<b>{% if ( Product.getPrice02IncTaxMin >= 3000 ) and ( Product.getPrice02IncTaxMin < 6000 ) %}{{ Product.getPrice02IncTaxMin // 3 }}{% elseif ( Product.getPrice02IncTaxMin >= 6000 ) and ( Product.getPrice02IncTaxMin < 12000 ) %}{{ Product.getPrice02IncTaxMin // 6 }}{% elseif Product.getPrice02IncTaxMin >= 12000 %}{{ Product.getPrice02IncTaxMin // 12 }}{% endif %}円</b>から。<br />分割手数料無料 <a href="https://paidy.com/guide/#3pay" target="_blank"><i class="fas fa-info-circle"></i></i></a> </p> {% endif %} {# 会員ランクごとの取得ポイント表示↓ #} {{ include('Product/customer_rank_point.twig') }} {# 会員ランクごとの取得ポイント表示↑ #} </div> <div class="add-to-box"> <div class="add-to-cart"> <div class="add-to-cart-buttons"> <form action="{{ url('product_add_cart', {id:Product.id}) }}" method="post" id="form1" name="form1"> {% if Product.stock_find %} <div class="ec-productRole__actions"> {% if form.classcategory_id1 is defined %} <div class="ec-select"> {{ form_widget(form.classcategory_id1) }} {{ form_errors(form.classcategory_id1) }} </div> {% if form.classcategory_id2 is defined %} <div class="ec-select"> {{ form_widget(form.classcategory_id2) }} {{ form_errors(form.classcategory_id2) }} </div> {% endif %} {% endif %} <div class="ec-numberInput" style = "display: none;"><span>{{ '数量'|trans }}</span> {{ form_widget(form.quantity) }} {{ form_errors(form.quantity) }} </div> </div> <div class="ec-productRole__btn"> <button type="submit" title="カゴに入れる" class="button btn-cart add-cart"> <span> <span>カゴに入れる</span> </span> </button> </div> {% else %} <div class="ec-productRole__btn"> {% if arrivemail %} <button type="button" data-productid="{{ Product.id }}" data-productname="{{ Product.name }}" title="入荷お知らせ" class="button btn-cart add-to-mail"> <span>入荷お知らせ</span> </button> {% else %} <button type="button" title="在庫切れ" class="button btn-cart add-to-cart-out"> <span>在庫切れ</span> </button> {% endif %} </div> {% endif %} {{ form_rest(form) }} </form> </div> {# {% if is_granted('ROLE_USER') %} #} {% if BaseInfo.option_favorite_product %} <form action="{{ url('product_add_favorite', {id:Product.id}) }}" method="post" id="form2"> <div class="ec-productRole__btn favorite-button"> {% if is_favorite == false %} {# <button type="submit" id="favorite" class="ec-blockBtn--cancel button"> {{ 'お気に入りに追加'|trans }} </button> #} <button type="submit" id="favorite" class="favorite-heart"> {#{{ 'お気に入りに追加'|trans }}#} <i class="fa fa-heart-o" title="お気に入りに追加"></i> </button> {% else %} <button type="button" id="unfavorite" class="unfavorite-heart one-click-remove-favorite" data-action="{{ url('mypage_favorite_delete', { id : Product.id }) }}" data-method="delete" {{ csrf_token_for_anchor() }}> {#{{ 'お気に入りに追加'|trans }}#} <i class="fa fa-heart" title="お気に入りに追加済です"></i> </button> {# <button type="button" id="unfavorite" class="ec-blockBtn--cancel button-favorited one-click-remove-favorite" data-action="{{ url('mypage_favorite_delete', { id : Product.id }) }}" data-method="delete" {{ csrf_token_for_anchor() }}> {{ 'お気に入りに追加済です。'|trans }} </button> #} {% endif %} </div> </form> {% endif %} {# {% endif %} #} </div> </div> </div> <ul class="top-review-box flexbox-1"> <li><a href="#review_area" class="top_review_score"></a></li> <li> <a href="#product-specs" style="display: none;">Specs</a> </li> <li class="userguide"> <a href="{{ asset('aneros/guides/preludeInstructions.pdf') }}" target="_blank" class="user-guide-link"> ユーザーガイド <i class="fa fa-file-text-o"> </i> </a> </li> </ul> <!-- ▼レビュープラグインの記述▼ --> {% if 0 < ProductReviewCount %} <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"> <span style="display:none" itemprop="ratingValue">{{ Reviews_avg|number_format(1, '.') }}</span> <span style="display:none" itemprop="reviewCount">{{ ProductReviewCount }}</span> </div> {% endif %} <!-- ▲レビュープラグインの記述▲ --> </div> <div class="product-main-section container flexbox"> <div class="product-main-image"> <img itemprop="image" width="400" src="{{ asset('aneros/img/products/Prelude/Prelude-main-image.jpg') }}" class="main-image" alt="アネロス プレリュード"> <div class="pictogram-area"> <div class="pictogram"> <img src="{{ asset('aneros/img/products/Pictogram/all-users.jpg') }}" alt="全レベル可" /> <span class="pictogramtext">全レベル可</span> </div> <div class="pictogram"> <img src="{{ asset('aneros/img/products/Pictogram/beginner-user.jpg') }}" alt="初心者にオススメ" /> <span class="pictogramtext">初心者に<br>オススメ</span> </div> <div class="pictogram"> <img src="{{ asset('aneros/img/products/Pictogram/medical-silicone.jpg') }}" alt="医療用シリコン" /> <span class="pictogramtext">医療用シリコン</span> </div> </div> </div> <div class="product-info"> <h1 itemprop="name" class="qodef-single-product-title"> <span class="syn">ANEROS</span><br> プレリュード™ </h1> <ul class="features-list"> <li> 逆流しない安全性を最優先された衛生的な特殊ノズルを採用 </li> <li> 身体への安全性を配慮した、医療用メディカルシリコン100% </li> <li> アナル洗浄を簡単にする「スローフローシステム」 </li> <li> 温水を最後まで絞り出しやすいアコーディオンバルブ </li> </ul> </div> </div> <div class="product-pleasure"> <div class="container flexbox"> <div class="desc-contr" itemprop="description"> <h3>ていねいに、安全に、アナル洗浄を。</h3> <p> 「アネロスプレリュード」は他に類を見ない直腸専用のシリンジです。アネロス前立腺マッサージ器を使用する前に、安心・安全・簡単に直腸内を洗浄し、アネロス本来の性能を最大限に引き出します。直腸洗浄により蠕動運動をさらに誘発しやすくし、ドライオーガズムに達しやすくなります。 </p> <p> この「アネロスプレリュード」は、特殊ノズルやバルブなど全体を100%医療用シリコンで製造しており、直腸内の安全性を徹底的に追求しています。 </p> <p> 従来のプラスチック製と異なり、医療用シリコン製を採用した特殊ノズルはプラスチック製品製造時にあるテーパーラインがないため、挿入時の危険性がありません。柔らかいシリコンノズルはデリケートな直腸部分を安全に守り、肛門への負担を軽減します。 </p> <p> バルブは290mlの容量があり、温水を補充することなく3~4回の洗浄で簡単に洗い流すことが可能です。バルブにアコーディオンプリーツを入れたことによって握りやすくなり、さらにスクイーズ性を加味。バルブに温水が残らず全て絞り出せるように設計されています。 </p> <p> 直腸洗浄を安全・安心・簡単に、そして気分を盛り上げてくれる全く新しい「アネロスプレリュード」。あなたのアネロス使用時に欠かせない存在となってくれることでしょう。 </p> <div class="product-feature-icons"> <img src="{{ asset('aneros/img/products/velvet-touch-dark.png') }}" class="animate fda-silicone" data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="ベルベットタッチ医療用シリコン"> <img src="{{ asset('aneros/img/products/fda-dark.png') }}" class="animate fda-silicone" data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="医療用材質承認"> </div> </div> <div class="product-pleasure-image"> <img src="{{ asset('aneros/img/products/Prelude/Prelude-box.png') }}" class="animate" data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="プレリュード箱"> </div> </div> </div> <div id="relatedproduct_area"></div> <div class="product-rewards-experience"> <div class="container flexbox"> <div class="desc-contr flexbox-2 flexbox-right"> <h3>スローフローシステム</h3> <p> バルブを握ると他のシリンジより硬く感じますが、これは「アネロスプレリュード」の「スローフローシステム」(逆流せずにゆっくり注入する)の特長です。一般のエネマシリンジではバルブ内の温水を数秒で注入できますが「アネロスプレリュード」は30秒程度かかります。これは直腸内の安全性を考え、ゆっくり注入させ、お腹に圧迫を感じさせないようにするためです。バルブの絞り具合で注入した温水の量をおおよそ確認できます。 </p> <p> バルブに空気を入れる場合は、ノズルの先端部分を軽く摘まみます。効果的な洗浄を行うためには、柔らかいシリコンノズルを5~7cmほど挿入して行うとよいでしょう。ノズルはフランジ(円筒形のディスク部分)手前まで肛門に挿入できます。ノズル部全体を挿入しないようご注意ください。 </p> <p> また、ノズルの特殊なデザインによって注入途中に「アネロスプレリュード」をはずしても空気を吸い込みません。そのため直腸内の液体を吸い込むような逆流がなく、安全かつ清潔に使用できます。再度ノズル先端にローションを付け、引き続き使用することも可能です。 </p> </div> <div class="product-rewards-experience-image flexbox-1"> <img src="{{ asset('aneros/img/products/Prelude/prelude-slow-flow.jpg') }}" class="animate" data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s" alt="スローフローシステム採用"> </div> </div> </div> <div class="product-spec" id="product-specs"> <div class="container flexbox"> <div class="product-spec-image"> <img src="{{ asset('aneros/img/products/Prelude/prelude-size.jpg') }}" class="animate" alt="プレリュードサイズ" data-animate="fadeInLeft" data-duration="1.5s" data-delay="0.4s" width="461"> </div> <div class="desc-contr animate" data-animate="fadeInRight" data-duration="1.5s" data-delay="0.4s"> <h3>サイズ</h3> <ul> <li> <span class="ps-name">最大容量:</span> <span class="ps-value">290ml</span> </li> <li> <span class="ps-name">先端横幅:</span> <span class="ps-value">8mm</span> </li> <li> <span class="ps-name">挿入可能長さ:</span> <span class="ps-value">75mm</span> </li> </ul> </div> </div> </div> <div class="shopping-experiernce-tile" id="shopping-experience-tile"> <div class="container flexbox"> <div class="tile-bg"> <img src="{{ asset('aneros/img/products/shopping-experience-tile-bg.png') }}" class="img-tile-bg" alt="中身がわからい発送"> </div> <div class="fast-shipping flexbox-center"> <img src="{{ asset('aneros/img/products/fast-shipping-rect-dark.png') }}" class="img-fast-shipping" alt="即日出荷"> </div> <div class="secure-cc-processing flexbox-center"> <img src="{{ asset('aneros/img/products/secure-cc-processing-rect-dark.png') }}" class="img-secure-cc-processing" alt="貴重な個人情報は全てSSL保護"> </div> <div class="money-back-gurantee flexbox-center"> <img src="{{ asset('aneros/img/products/money-back-guarantee-rect-dark.png') }}" class="img-money-back-gurantee" alt="100%返金保証"> </div> </div> </div> <!-- ▼item_detail▼ --> <div id="item_detail"> <div id="review_area"> </div> <div id="detail_wrap" class="row"> <section id="item_detail_area" class="col-sm-6"> <div id="detail_description_box__body" class="item_detail"> <!--★商品説明★--> <p id="detail_not_stock_box__description_detail" class="item_comment"></p> </div> <!-- /.item_detail --> </section> <!--詳細ここまで--> </div> </div> <!-- ▲item_detail▲ --> <div class="product-dont-forget-lubricant"> <div class="container flexbox"> <div class="desc-contr flexbox-2 flexbox-right"> <h3>ローションを忘れずに!</h3> <p> 前立腺マッサージで、最も効果的に快楽を得るためには十分な潤滑が重要となります。最適なローションを使用すれば、アネロスの挿入もスムーズになり正しく自由な動きを誘発します。本体を劣化させる心配もなく後片付けもラクな水溶性のローションがおすすめです。アネロス社のマークスマンとセッションズは、アネロス利用のために作られた専用の水溶性のローションです。 </p> <a href="{{ url('homepage') }}lubricants" class="more-link">ローションはこちらからご覧ください ></a> </div> <div class="lubricant-images flexbox-1"> <img src="{{ asset('aneros/img/products/donot-forget-lubricant-image.png') }}" class="lb-img animate" data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="セッションズを忘れずに!"> </div> </div> </div> <div class="product-other-products container flexbox"> <div class="item"> <a href="{{ url('product_detail', {'id': 72}) }}"> <img src="{{ asset('aneros/img/products/category_vice-2.jpg') }}" alt="ヴァイス 2 - メンズバイブレーション" class="animate" data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s"> </a> </div> <div class="item"> <a href="{{ url('product_detail', {'id': 81}) }}"> <img src="{{ asset('aneros/img/products/category_progasm_black_ice.jpg') }}" alt="プロガスムブラックアイス - サイズを求める男性に" class="animate center" data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s"> </a> </div> <div class="item"> <a href="{{ url('product_detail', {'id': 70}) }}"> <img src="{{ asset('aneros/img/products/category_HST.jpg') }}" alt="ヒリックスシントライデント - シン定番のフラグシップモデル" class="animate" data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s"> </a> </div> </div> <div class="product-compare-prostate-massagers container flexbox"> <div class="product-compare-prostate-massagers-image"> <img src="{{ asset('aneros/img/products/compare_prostate_massagers_image.jpg') }}" class="animate" data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s" alt="私にあっているアネロスはどれでしょうか??"> </div> <div class="desc-contr"> <h3>私にあっているアネロスはどれでしょうか??</h3> <a href="{{ url('homepage') }}prostate-massagers" class="more-link"> 前立腺マッサージ器はこちら <span>></span> </a> </div> </div> </div></div><!-- ▲メインコンテンツ --><div class="swooth-wrapper grey-swooth"></div>