<!-- ページ固有のスタイル -->
<style>
.product-pleasure {background-image: url({{ asset('aneros/img/products/Helix-Syn-V/hsv_bg1.jpg') }});}
.product-pleasure p {color:#333333;}
.qodef-single-product-title img {max-width:350px; width:100%;}
.product-rewards-experience {background-image: url({{ asset('aneros/img/products/Helix-Syn-V/hsv-bg-red.jpg') }}); background-position: center; background-repeat: no-repeat; background-size: cover;}
.product-rewards-experience h3 {text-align: center; padding: 40px 0 20px 0; color: #000; font-family: メイリオ,ヒラギノ角ゴ Pro W3,MS Pゴシック,Osaka,Meiryo,sans-serif; font-size: 42px; font-weight: normal; }
.product-rewards-experience span {color:#fff; width:65%; display:inline-block; font-size:18px; vertical-align:top; margin-left:5px;}
.product-rewards-experience p {color:#ffffff;}
.product-rewards-experience .pictogram {width:90px; max-width:100%; display:inline-block;}
.product-rewards-experience .picto-area {display:inline-block; vertical-align:top;}
.product-rewards-experience .picto-area div {margin-bottom:50px;}
.product-rewards-experience .product-rewards-experience-image {padding:10px;}
.product-rewards-experience .product-rewards-experience-image img {padding:10px;}
.product-developed {background-image: url({{ asset('aneros/img/products/Helix-Syn-V/hsv_bg2.jpg') }}); background-position: center; background-repeat: no-repeat; background-size: cover;}
.product-developed .product-developed-image img {width:380px; max-width:100%;}
.product-developed .helix-syn-v-icons img {width:40%; display:inline-block;}
.product-developed .helix-syn-v-icons img:first-child {margin-right:5%;}
@media only screen and (max-width: 999px){
.product-rewards-experience h3 {font-size:36px; padding-left: 25px; padding-right:25px;}
.product-rewards-experience .picto-area {display:block; margin: 0 auto;}
.product-rewards-experience .product-rewards-experience-image {display:block; margin: 0 auto;}
.product-rewards-experience .pictogram {width:60px; max-width:100%; display:block; margin-bottom:10px;}
.product-rewards-experience span {width:inherit; display:block; font-size:18px; vertical-align:top; margin-left:0; text-align:center;}
}
</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') }}prostate-massagers" 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/helix-syn-v-instructions.pdf') }}"
target="_blank" class="user-guide-link">
ユーザーガイド
<i class="fa fa-file-text-o">
</i>
</a>
</li>
</ul>
<!-- ▼レビュープラグインの記述▼ -->
<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>
<!-- ▲レビュープラグインの記述▲ -->
</div>
<div class="product-main-section container flexbox">
<div class="product-main-image">
<img itemprop="image" width="400" src="{{ asset('aneros/img/products/Helix-Syn-V/Helix-Syn-V-main-image.jpg') }}"
class="main-image" alt="ヒリックスシンV">
<div class="pictogram-area">
<div class="pictogram">
<img src="{{ asset('aneros/img/products/Pictogram/intermediate-user.jpg') }}" alt="中級者向け" />
<span class="pictogramtext">中級者向け</span>
</div>
<div class="pictogram">
<img src="{{ asset('aneros/img/products/Pictogram/expert-user.jpg') }}" alt="上級者向け" />
<span class="pictogramtext">上級者向け</span>
</div>
<div class="pictogram">
<img src="{{ asset('aneros/img/products/Pictogram/MAXA.jpg') }}" alt="多軸動構造" />
<span class="pictogramtext">多軸動構造</span>
</div>
<div class="pictogram">
<img src="{{ asset('aneros/img/products/Pictogram/syn-coating.jpg') }}" alt="シリコンコーティング" />
<span class="pictogramtext">シリコン<br>コーティング</span>
</div>
<div class="pictogram">
<img src="{{ asset('aneros/img/products/Pictogram/medically-patented.jpg') }}" alt="医療用特許取得" />
<span class="pictogramtext">医療用特許取得</span>
</div>
<div class="pictogram">
<img src="{{ asset('aneros/img/products/Pictogram/w-base.jpg') }}" alt="Wベース" />
<span class="pictogramtext">Wベース</span>
</div>
<div class="pictogram">
<img src="{{ asset('aneros/img/products/Pictogram/vibrating.jpg') }}" alt="振動機能付き" />
<span class="pictogramtext">振動機能付き</span>
</div>
</div>
</div>
<div class="product-info">
<h1 class="qodef-single-product-title">
<img src="{{ asset('aneros/img/products/Helix-Syn-V/Helix-Syn-V-logo.jpg') }}" alt="ヒリックスシンV ロゴ">
</h1>
<span itemprop="name" style="display: none;" >ヒリックスシンV</span>
<ul class="features-list">
<li>
大好評ヒリックスシリーズの最新第5世代モデル
</li>
<li>
バイブレーション機能追加により、中〜上級者以上にもさらなるプレジャーの体感を促進
</li>
<li>
頭部サイズと重量がアップし、ダイナミズムに満ちたフォルム
</li>
<li>
Wベースの硬度アップにより、会陰部と仙骨への作用がより効率的に
</li>
<li>
信頼性の高い医療用素材を採用し、安全かつ贅沢で優しい使い心地
</li>
<li>
防水対応(IPX7)のため、バスルームなどでも利用可能
</li>
</ul>
</div>
</div>
<div class="product-pleasure">
<div class="container flexbox">
<div class="desc-contr" itemprop="description">
<h3>ドライオーガズムのその先へ</h3>
<p>
2004年に登場して以来、世界で最も売れた製品ヒリックスシリーズの第5世代モデルとして、細部にわたって改良を図り、より魅力的な製品となっています。
</p>
<p>
アネロスの特長である、挿入時の肛門括約筋とPC筋の収縮により直腸内全方向に刺激を与える多軸動構造はそのままに、バイブレーション機能を追加。新開発されたバイブレーション機能は、24種類のバリエーション(8パターンで3段階の強弱)で、自分にベストなマッサージを選択可能。多軸動構造によるハンズフリーのナチュラルな動きにバイブレーション機能を加え、さらにクオリティの高い刺激を誘発することで、中級者~上級者にも、よりご満足いただける製品に仕上りました。
</p>
<p>
また、頭部のサイズアップに伴い、重量もアップ。ダイナミズムに満ちた特長的なフォルムにより、前立腺および直腸内全方向へのアプローチを増強。さらにWベースの硬度アップによりバイブレーション機能の効果を最大化し、会陰と仙骨へより効率的に振動を伝えます。
</p>
<p>
ダイナミズムに満ちたデザインと共に、世界初のハンズフリー器具にバイブレーション機能を追加した「ヒリックスシンV」はヒリックスシリーズの特長である「腸がねじれるような強いオーガズム」を、より推し進めたプレジャーの体感を促します。
</p>
<p>
前立腺マッサージによる上質なエクスタシーを、より多くの男性に。「ヒリックスシンV」がお届けする“最高のひととき”をお試しください。
</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/hand-free-pleasure-dark.png') }}" class="animate hands-free"
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/Helix-Syn-V/Helix-Syn-V-box.png') }}" class="animate"
data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="ヒリックスシンVと箱">
</div>
</div>
</div>
<div id="relatedproduct_area"></div>
<div class="product-rewards-experience">
<h3>バイブレーションの「<span style="color:#fff; font-size:56px; width:inherit; vertical-align:middle; display:inline-block;"> V</span>」が登場!</h3>
<div class="container flexbox">
<div class="flexbox-1 picto-area">
<div>
<img src="{{ asset('aneros/img/products/Pictogram/vibrating-model.png') }}" alt="振動機能付き" class="pictogram" />
<span><b>振動機能付き</b><br />自由自在のバイブレーション</span>
</div>
<div>
<img src="{{ asset('aneros/img/products/Pictogram/performance-up.png') }}" alt="性能向上" class="pictogram" />
<span><b>性能向上</b><br />下半身の筋肉を鍛え、性機能をパワーアップ</span>
</div>
<div>
<img src="{{ asset('aneros/img/products/Pictogram/MAXA.png') }}" alt="多軸動構造" class="pictogram" />
<span><b>多軸動構造</b><br />直腸内をかき回すように動く</span>
</div>
</div>
<div class="product-rewards-experience-image flexbox-2">
<img src="{{ asset('aneros/img/products/Helix-Syn-V/Helix-Syn-V-angle.png') }}" class="animate"
data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s" alt="バイブレーションのヒリックスシンV">
</div>
<div class="flexbox-3 picto-area">
<div>
<img src="{{ asset('aneros/img/products/Pictogram/8-patterns.png') }}" alt="8種類の振動パターン" class="pictogram" />
<span><b>8種類の振動パターン</b><br />3段階の強弱で24種類のバリエーション</span>
</div>
<div>
<img src="{{ asset('aneros/img/products/Pictogram/2-hr-charge.png') }}" alt="2時間でフル充電" class="pictogram" />
<span><b>2時間以上利用可能</b><br />最速の充電スピード、2時間でフル充電</span>
</div>
<div>
<img src="{{ asset('aneros/img/products/Pictogram/syn-coating.png') }}" alt="シリコンコーティング" class="pictogram" />
<span><b>医療用シリコン</b><br />医療用シリコンコーティング、表面に特殊加工</span>
</div>
</div>
</div>
</div>
<div class="product-developed">
<div class="container flexbox">
<div class="desc-contr">
<h3>短時間の充電で長時間の使用</h3>
<p>高品質リチウム電池を搭載し、一回の充電だけでハイスピードのバイブレーションが2時間以上も持続します。ミディアムスピードは4時間持続し、ロースピードで6時間も利用できます。</p>
<p>また、素材は高精度の加工が可能な医療用プラスチックフレームに、ベルベットタッチの医療用シリコンをコーティングした贅沢な使用感。防水対応(IPX7)のため、バスルームなどでも利用可能です。</p>
<p>※振動パターンにより、充電の持続時間が異なります。</p>
<div class="helix-syn-v-icons">
<img src="{{ asset('aneros/img/products/Helix-Syn-V/8-patterns-icon.png') }}" class="img-with-animation2" data-animation="grow-in" data-delay="200" alt="8種類の振動パターン" />
<img src="{{ asset('aneros/img/products/Helix-Syn-V/3-speeds-icon.png') }}" class="img-with-animation2" data-animation="grow-in" data-delay="200" alt="3段階の強弱設定" />
</div>
</div>
<div class="product-developed-image">
<img src="{{ asset('aneros/img/products/Helix-Syn-V/Helix-Syn-V-charging.png') }}" class="right animate"
data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="充電式のヒリックスシンV">
</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/Helix-Syn-V/Helix-Syn-V-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">26mm</span>
</li>
<li>
<span class="ps-name">柄の部分横幅:</span>
<span class="ps-value">22mm</span>
</li>
<li>
<span class="ps-name">アバットメントの中心から柄の中心の距離:</span>
<span class="ps-value">40mm</span>
</li>
<li>
<span class="ps-name">挿入可能長さ:</span>
<span class="ps-value">92mm</span>
</li>
<li>
<span class="ps-name">頭部縦幅:</span>
<span class="ps-value">24mm</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="about-prostate-massagers-block">
<div class="container flexbox warp">
<h2>前立腺マッサージとは</h2>
<div class="item item-left">
<img src="{{ asset('aneros/img/products/prostate-massagers-how-it-works.jpg') }}" alt="前立腺マッサージとは">
<h3>従来のやり方</h3>
<p>
アネロスが開発される前、有効な前立腺マッサージを行うためには第三者にしてもらわないとできませんでした。身体がよほど柔らかくない限り、自分自身の指で刺激するのは困難です。パートナーがいればベストですがいない限り、アネロスがないと効果的な前立腺マッサージはできませんでした。
</p>
</div>
<div class="item item-middle">
<img src="{{ asset('aneros/img/products/prostate-massagers-easy-to-use-helix-syn-v.jpg') }}" alt="アネロスの仕方">
<h3>アネロスの仕方</h3>
<p>
アネロス前立腺マッサージ器を使用することでラクに前立腺をマッサージすることができます。PC筋と括約筋を締めたり、緩めたりするだけでアネロスが効果的に前立腺と会陰部を交互に刺激します。全てハンズフリーのため、安全で空いた手でほかの部分を刺激するのも自由自在です。
</p>
</div>
<div class="item item-right">
<img src="{{ asset('aneros/img/products/prostate-massagers-easy-to-use-helix-syn-v-movement.jpg') }}" alt="ドライオーガズムイメージ画像">
<h3>快楽の支点</h3>
<p>
従来のアネロスモデルは肛門括約筋を収縮することにより、アバットメントが会陰部に刺激を与えます。この水平運動がアネロスの動きの基になり、外部会陰から、そして直腸前壁から前立腺マッサージを行い、ドライオーガズムを誘発させます。アネロスの使用は完全にハンズフリーで使用時の姿勢も自由自在で、様々の体勢で様々の快楽が体験できます。
</p>
</div>
</div>
<div class="container flexbox warp">
<h2>使用のメリット</h2>
<div class="item item-left">
<img src="{{ asset('aneros/img/products/prostate-massagers-progressively-rewarding.jpg') }}" alt="使用のメリット">
<h3>ドライオーガズム</h3>
<p>
アネロスの使用により未知の快楽と呼ばれるドライオーガズムを体験できますが、多少の訓練が必要です。毎回の使用でアネロスの刺激を覚えていき、経験を重ねるごとにより強烈なドライオーガズムが達成できます!
</p>
</div>
<div class="item item-middle">
<img src="{{ asset('aneros/img/products/apple_Ts.png') }}" alt="性の健康増進">
<h3>性の健康増進</h3>
<p>
アネロスを使用するたびに下半身の筋肉、特にPC筋が鍛えられます。ダンベル運動などと同じようにアネロスでのトレーニングを重ねるとPC筋等に力を持たせることができます。性器、肛門を八の字に取り囲むPC筋の増強はセックス時に大活躍し、鍛えられた下半身の筋肉によりセックスの持続時間が長くなり、勃起力が強化され、ウェットオーガズムの満足度が大幅にアップします。
</p>
</div>
<div class="item item-right">
<img src="{{ asset('aneros/img/products/betters.png') }}" alt="セックス時の使用">
<h3>セックス時の使用</h3>
<p>
セックスの時にアネロスを使用すると、性交時に頭部が自然に直腸前壁に向け、ペニスへの刺激と同時に前立腺をマッサージします。また、アバットメントは会陰部を効果的に刺激します。これがアネロスの基本原理です。通常、ペニス一点へ刺激が、会陰部への刺激、直腸前壁から前立腺への刺激が加わることにより三点に増え、射精が更に気持ちよく、強くなり、通常のオーガズムを超えたウェットオーガズムが体験できます。
</p>
</div>
</div>
</div>
<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>