<!-- ページ固有のスタイル -->
<style>
.product-pleasure {
background: #181818;
background: -webkit-linear-gradient(top, #000, #333); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(top, #000, #333);
background: -moz-linear-gradient(top, #000, #333);
background: linear-gradient(top, #000, #333);
background: -ms-linear-gradient(top, #000, #333);
}
.product-rewards-experience {
background-image: url({{ asset('aneros/img/products/Vice-2/Vice-2-bg2.png') }});
background-size:cover;
}
.qodef-single-product-title img {
max-width:309px;
width:100%
}
.product-rewards-experience p {color:#ffffff;}
#design-for-pleasure img {width:100%;}
@media only screen and (max-width: 999px){
.product-rewards-experience-image {margin:auto}
}
</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/vice2-Instructions.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/Vice-2/Vice-2-main-image.jpg') }}"
class="main-image" alt="ヴァイス 2">
<div class="pictogram-area">
<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/medical-silicone.jpg') }}" alt="医療用シリコン" />
<span class="pictogramtext">医療用シリコン</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/Vice-2/Vice-2-title.png') }}" alt="ヴァイス 2 ロゴ">
</h1>
<span itemprop="name" style="display: none;" >ヴァイス 2</span>
<ul class="features-list">
<li>
2つの振動ポイント
</li>
<li>
「<ruby><rb>JOY</rb><rt>ジョイ</rt></ruby>ボタン」でお好みの<br>
振動を自由自在に
</li>
<li>
18種類の<br>
バイブレーションパターン
</li>
<li>
4段階の強弱設定
</li>
</ul>
</div>
</div>
<div class="product-pleasure">
<div class="container flexbox">
<div class="desc-contr" itemprop="description">
<h3>最強のマッサージ</h3>
<p>
すべての男性用アネロス製品の中でも、唯一振動するモデルというアプローチで誕生したヴァイスが、さらなる進化を遂げ「ヴァイス2」として帰ってきました。初の振動機能付きメンズバイブレーションと評判を呼び、多くの賞を受賞した初代「ヴァイス」を根本から見直し、更に豊かな機能を付加した本作。
</p>
<p>
PC筋と肛門括約筋の収縮により男性のGエリアの前立腺、直腸全体、会陰部、仙骨を同時に刺激するといった機能はもとより、「リモコン操作」や「振動パターンと出力パワーの増加」など、次世代のモデルにふさわしい革新的な向上を果たしています。
</p>
<div class="product-feature-icons">
<img src="{{ asset('aneros/img/products/velvet-touch.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.png') }}" class="animate hands-free"
data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="ハンズフリー快楽">
<img src="{{ asset('aneros/img/products/fda.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/Vice-2/Vice-2-productpack.png') }}" class="animate"
data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="ヴァイス2箱">
</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>
「ヴァイス2」はリモコン操作により18種類の振動パターンを4段階の強弱で、計72種類の振動パターンが楽しめます。また、リモコンの先端にある「<ruby><rb>JOY</rb><rt>ジョイ</rt></ruby>ボタン」という圧力センサーを使って、その圧迫具合でお好みの振動を自由に調整できます。オーガズムの誘発状態や気分に合わせて、「<ruby><rb>JOY</rb><rt>ジョイ</rt></ruby>ボタン」を調整し、お好みの振動パターンを作ってみてはいかがでしょうか。
</p>
</div>
<div class="product-rewards-experience-image flexbox-1">
<img src="{{ asset('aneros/img/products/Vice-2/Vice-2-remote.png') }}" class="right animate"
data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s" alt="ヴァイス 2リモコン">
</div>
</div>
</div>
<div class="product-developed">
<div class="container flexbox">
<div class="desc-contr">
<img src="{{ asset('aneros/img/products/thenewstanderd.png') }}" alt="NEWスタンダード">
<p>1996年、米国アネロス社(High Island Health LLC.)は世界初のハンズフリー、身体の自然な動きのみ、セルフで前立腺をマッサージする器具を開発、発表しました。発売当初、多くのお客様より報告されたドライオーガズムはまだまだ、都市伝説的な存在でしたがその後研究が進み、臨床実験、エビデンスによりその存在は確固たるものになりました。</p>
<p>あまりの人気がゆえ、日本国内では模倣品が氾濫し、2002年に模倣のエネマグラと混同を避けるため、エネマグラ名とは決別、全世界統一ブランド名として「アネロス」が誕生しました。この本物の前立腺マッサージ器アネロスを利用することで、多くの男性がドライオーガズムの素晴らしい世界を知りました。</p>
<p>2017年、アネロスは更にデザインそのものを根本的に見直し変更、多軸動構造を開発、直腸内全方向を刺激し、Wベースの採用により前立腺はもちろん、会陰、仙骨までを同時にマッサージできるように変化していきました。これらの進化により、ビギナーでもドライオーガズムがより達成しやすくなり、上級者は、更にパワフルなドライオーガズムが体験をできるようになりました。その結果、ユーザーの皆様の圧倒的な支持のもと、トライデントシリーズは大ヒットとなりました。</p>
<p>今後も、アネロス製品はすべての前立腺マッサージ器に多軸動構造、Wベースの理論を採用し、新たなるドライオーガズムアイテムのスタンダードとして革命的なトライデントシリーズの開発を推し進めてまいります。
</p>
</div>
<div class="product-developed-image">
<img src="{{ asset('aneros/img/products/Vice-2/Vice-2-new-standard.png') }}" class="right animate"
data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="NEW スタンダード ヴァイス 2">
</div>
</div>
</div>
<div id="design-for-pleasure">
<img src="{{ asset('aneros/img/products/Vice-2/Vice-2-blue2.jpg') }}" alt="ドライオーガズムに特化したデザイン" >
</div>
<div class="product-spec" id="product-specs">
<div class="container flexbox">
<div class="product-spec-image">
<img src="{{ asset('aneros/img/products/Vice-2/Vice-2-size.png') }}" class="animate"
alt="ヴァイス 2サイズ" 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">33mm</span>
</li>
<li>
<span class="ps-name">柄の部分横幅:</span>
<span class="ps-value">33mm</span>
</li>
<li>
<span class="ps-name">挿入長さ:</span>
<span class="ps-value">108mm</span>
</li>
<li>
<span class="ps-name">リモコンの長さ:</span>
<span class="ps-value">70mm</span>
</li>
<li>
<span class="ps-name">リモコンの幅:</span>
<span class="ps-value">46.5mm</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-vice-2.jpg') }}" alt="アネロスの仕方">
<h3>アネロスの仕方</h3>
<p>
アネロス前立腺マッサージ器を使用することでラクに前立腺をマッサージすることができます。PC筋と括約筋を締めたり、緩めたりするだけでアネロスが効果的に前立腺と会陰部を交互に刺激します。全てハンズフリーのため、安全で空いた手でほかの部分を刺激するのも自由自在です。
</p>
</div>
<div class="item item-right">
<img src="{{ asset('aneros/img/products/prostate-massagers-easy-to-use-vice-2-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>