<!-- ページ固有のスタイル -->
<style>
.product-pleasure {background-image: url({{ asset('aneros/img/products/Psy/Psy-bg.jpg') }});}
.product-pleasure {padding-bottom:60px;}
.product-pleasure .desc-contr {padding:20px;background:rgba(0, 0, 0, 0.6);border-radius:20px;}
.product-pleasure .desc-contr h3 {color:white;}
.product-pleasure .product-pleasure-image img {max-width: 400px; width: 100%; margin-left:40px;}
.qodef-single-product-title img {max-width:350px; width:100%;}
.product-developed {background-image: url({{ asset('aneros/img/products/new-standard-bg-psy.png') }});}
/*.product-developed::before {transform: scaleX(-1); -webkit-transform: scaleX(-1);}*/
.product-developed .product-developed-image img {width:400px; max-width:100%;}
@media only screen and (max-width: 999px){
.product-pleasure .product-pleasure-image img {margin-left:0;}
.product-developed {background-size: cover;}
</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/anerosTridentInstructions.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/Psy/Psy-main-image.jpg') }}"
class="main-image" alt="サイ">
<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>
</div>
<div class="product-info">
<h1 class="qodef-single-product-title">
<img src="{{ asset('aneros/img/products/Psy/Psy-logo.jpg') }}" alt="サイ ロゴ">
</h1>
<span itemprop="name" style="display: none;" >Psy</span>
<ul class="features-list">
<li>
アバットメントとKタブが簡単に微調整できるのはアネロスPSYだけ!
</li>
<li>
微調整機能により自分にぴったりの挿入の角度、刺激の強さが楽しめる
</li>
<li>
特殊設計された頭部が前立腺を効果的に刺激
</li>
<li>
独特な頭部の下にある連続するコブが新たな刺激を誘発
</li>
<li>
高品質医療用シリコン素材で肌にやさしく気持ちいい
</li>
</ul>
</div>
</div>
<div class="product-pleasure">
<div class="container flexbox">
<div class="desc-contr" itemprop="description">
<h3>PSYであなただけのプレイスタイルを。</h3>
<p>
ユニークな形状と革新的な機能性を誇るアネロスPSY(サイ)は、前立腺刺激に新たな革命を起こす製品です。その最大の魅力は、細かな調整が可能なアバットメント(前脚部)とKタブ(後脚部)により、個々の身体に合わせた最適なフィット感を実現できる点にあります。
</p>
<p>
小さなボディーですが特殊設計された頭部と連続するコブが新次元の快楽をもたらしてくれるでしょう。サイズ感は標準的なのでステップアップモデルとして脱初心者から上級者まで多くの方にご利用いただけます。
</p>
<p>
アネロスを知った方に新たな発見を提供できるアイテムです。アネロスの新たな可能性が広がるPSY(サイ)を是非お試しください。
</p>
<p>
※アネロスPSY(サイ)のアバットメントとKタブは極端に調整すると製品に影響が出ます。あくまでも微調整機能としてお取扱ください。
</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/Psy/Psy-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-developed">
<div class="container flexbox">
<div class="desc-contr flexbox-2 flexbox-right">
<h3>自分仕様でオーダーメイドのオーガズムを楽しもう!</h3>
<p>
アバットメントとKタブが上下左右に微調整できることで会陰の位置、刺激の強さを自由に設定できます。アネロスひとつで自分好みの刺激が見つけられるのがアネロスPSY(サイ)の大きな特徴です。
</p>
<p>
高品質な医療用シリコン製で凹凸のある頭部は前立腺の刺激を更に高め、また、シリコン素材ゆえに肌触りがよく、長時間の使用でも快適性を保持しストレスが少ない製品です。
</p>
</div>
<div class="product-developed-image flexbox-1">
<img src="{{ asset('aneros/img/products/Psy/Psy-movement.png') }}" class="right animate"
data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="自由自在に調整できるPSY">
</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/Psy/Psy-size.jpg') }}" class="animate"
alt="Psyサイズ" 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">18mm</span>
</li>
<li>
<span class="ps-name">頭部横幅:</span>
<span class="ps-value">18mm</span>
</li>
<li>
<span class="ps-name">柄の部分縦幅:</span>
<span class="ps-value">24mm</span>
</li>
<li>
<span class="ps-name">柄の部分横幅:</span>
<span class="ps-value">25mm</span>
</li>
<li>
<span class="ps-name">アバットメントの中心から柄の中心の距離(調整可):</span>
<span class="ps-value">38mm</span>
</li>
<li>
<span class="ps-name">挿入可能長さ:</span>
<span class="ps-value">83mm</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-psy.jpg') }}" alt="アネロスの仕方">
<h3>アネロスの仕方</h3>
<p>
アネロス前立腺マッサージ器を使用することでラクに前立腺をマッサージすることができます。PC筋と括約筋を締めたり、緩めたりするだけでアネロスが効果的に前立腺と会陰部を交互に刺激します。全てハンズフリーのため、安全で空いた手でほかの部分を刺激するのも自由自在です。
</p>
</div>
<div class="item item-right">
<img src="{{ asset('aneros/img/products/prostate-massagers-easy-to-use-psy-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>