app/template/aneros2023/Product/ANE_41.twig line 1

Open in your IDE?
  1. <!-- ページ固有のスタイル -->
  2. <style>
  3. .product-pleasure {background-image: url({{ asset('aneros/img/products/Psy/Psy-bg.jpg') }});}
  4. .product-pleasure {padding-bottom:60px;}
  5. .product-pleasure .desc-contr {padding:20px;background:rgba(0, 0, 0, 0.6);border-radius:20px;}
  6. .product-pleasure .desc-contr h3 {color:white;}
  7. .product-pleasure .product-pleasure-image img {max-width: 400px; width: 100%; margin-left:40px;}
  8. .qodef-single-product-title img {max-width:350px; width:100%;}
  9. .product-developed {background-image: url({{ asset('aneros/img/products/new-standard-bg-psy.png') }});}
  10. /*.product-developed::before {transform: scaleX(-1); -webkit-transform: scaleX(-1);}*/
  11. .product-developed .product-developed-image img {width:400px; max-width:100%;}
  12. @media only screen and (max-width: 999px){
  13. .product-pleasure .product-pleasure-image img {margin-left:0;}
  14. .product-developed {background-size: cover;}
  15. </style>
  16. <!-- ▼メインコンテンツ -->
  17. <div class="breadcrumbs">
  18.     <div class="container">
  19.         <ul itemscope itemtype="http://schema.org/BreadcrumbList">
  20.             <li class="0" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
  21.                 <a itemprop="item" href="{{ url('homepage') }}" title="トップページに戻る">
  22.                     <span itemprop="name" style="padding:0">トップページ</span></a>
  23.                 <meta itemprop="position" content="1">
  24.                 <span>&gt;</span>
  25.             </li>
  26.             <li class="category" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
  27.                 <a itemprop="item" href="{{ url('homepage') }}prostate-massagers" title="前立腺マッサージ器"><span itemprop="name"
  28.                         style="padding:0">前立腺マッサージ器</span></a>
  29.                 <meta itemprop="position" content="2">
  30.                 <span>&gt;</span>
  31.             </li>
  32.             <li class="product">
  33.                 <strong>{{ Product.name }}</strong>
  34.             </li>
  35.         </ul>
  36.     </div>
  37. </div>
  38. <div itemscope itemtype="http://schema.org/Product">
  39.     <div class="aneros-product-page" id="product-detail-page">
  40.         <div class="product-detail-nav-section container flexbox" style="padding-bottom: 10px">
  41.             <div class="product-price-info flexbox-2 flexbox-right">
  42.                 <div class="price-box">
  43.                     <span class="regular-price" id="product-price-335">
  44.                         <!--★通常価格★-->
  45.                         {% if Product.hasProductClass -%}
  46.                             {% if Product.getPrice01Min is not null and Product.getPrice01IncTaxMin == Product.getPrice01IncTaxMax %}
  47.                                 <p id="detail_description_box__class_normal_price" class="normal_price"> 通常価格:<span
  48.                                     class="price price01_default">{{ Product.getPrice01IncTaxMin|price }}</span>
  49.                                     <span class="inctax">(税込)</span>
  50.                                 </p>
  51.                             {% elseif Product.getPrice01Min is not null and Product.getPrice01Max is not null %}
  52.                                 <p id="detail_description_box__class_normal_range_price" class="normal_price"> 通常価格:<span
  53.                                     class="price price01_default">{{ Product.getPrice01IncTaxMin|price }} ~ {{ Product.getPrice01IncTaxMax|price
  54.                                     }}</span>
  55.                                     <span class="inctax">(税込)</span>
  56.                                 </p>
  57.                             {% endif %}
  58.                             {% else -%}
  59.                             {% if Product.getPrice01Max is not null %}
  60.                                 <p id="detail_description_box__normal_price" class="normal_price"> 通常価格:<span
  61.                                     class="price price01_default">{{ Product.getPrice01IncTaxMin|price }}</span>
  62.                                     <span class="inctax">(税込)</span>
  63.                                 </p>
  64.                             {% endif %}
  65.                             {% endif -%}
  66.                         <!--★販売価格★-->
  67.                         <p itemprop="offers" itemscope itemtype="http://schema.org/Offer" id="detail_description_box__sale_price"
  68.                             class="sale_price text-primary"><span itemprop="priceCurrency" content="JPY"></span><span itemprop="price"
  69.                                 content="{{ Product.getPrice02IncTaxMin }}" class="price">{{ Product.getPrice02IncTaxMin|price }}<span id="with-tax"> (税込)</span></span></p>
  70.                     </span>
  71.                     {% if Product.getPrice02IncTaxMin >= 3000 %}
  72.                         <p class="paidy-price">
  73.                             <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>
  74.                         </p>
  75.                     {% endif %}
  76.                     {# 会員ランクごとの取得ポイント表示↓ #}
  77.                         {{ include('Product/customer_rank_point.twig') }}
  78.                     {# 会員ランクごとの取得ポイント表示↑ #}
  79.                 </div>
  80.                 <div class="add-to-box">
  81.                     <div class="add-to-cart">
  82.                         <div class="add-to-cart-buttons">
  83.                             <form action="{{ url('product_add_cart', {id:Product.id}) }}" method="post" id="form1" name="form1">
  84.                                 {% if Product.stock_find %}
  85.                                     <div class="ec-productRole__actions">
  86.                                         {% if form.classcategory_id1 is defined %}
  87.                                             <div class="ec-select">
  88.                                                 {{ form_widget(form.classcategory_id1) }}
  89.                                                 {{ form_errors(form.classcategory_id1) }}
  90.                                             </div>
  91.                                             {% if form.classcategory_id2 is defined %}
  92.                                                 <div class="ec-select">
  93.                                                     {{ form_widget(form.classcategory_id2) }}
  94.                                                     {{ form_errors(form.classcategory_id2) }}
  95.                                                 </div>
  96.                                             {% endif %}
  97.                                         {% endif %}
  98.                                         <div class="ec-numberInput" style = "display: none;"><span>{{ '数量'|trans }}</span>
  99.                                             {{ form_widget(form.quantity) }}
  100.                                             {{ form_errors(form.quantity) }}
  101.                                         </div>
  102.                                     </div>
  103.                                     <div class="ec-productRole__btn">
  104.                                         <button type="submit" title="カゴに入れる" class="button btn-cart add-cart">
  105.                                             <span>
  106.                                                 <span>カゴに入れる</span>
  107.                                             </span>
  108.                                         </button>
  109.                                     </div>
  110.                                 {% else %}
  111.                                     <div class="ec-productRole__btn">
  112.                                         {% if arrivemail %}
  113.                                             <button type="button" data-productid="{{ Product.id }}" data-productname="{{ Product.name }}" title="入荷お知らせ" class="button btn-cart add-to-mail">
  114.                                                 <span>入荷お知らせ</span>
  115.                                             </button>
  116.                                         {% else %}
  117.                                             <button type="button" title="在庫切れ" class="button btn-cart add-to-cart-out">
  118.                                                 <span>在庫切れ</span>
  119.                                             </button>
  120.                                         {% endif %}
  121.                                     </div>
  122.                                 {% endif %}
  123.                                 {{ form_rest(form) }}
  124.                             </form>
  125.                         </div>
  126.                         {# {% if is_granted('ROLE_USER') %} #}
  127.                         {% if BaseInfo.option_favorite_product %}
  128.                         <form action="{{ url('product_add_favorite', {id:Product.id}) }}" method="post" id="form2">
  129.                             <div class="ec-productRole__btn favorite-button">
  130.                                 {% if is_favorite == false %}
  131.                                     {# <button type="submit" id="favorite" class="ec-blockBtn--cancel button">
  132.                                         {{ 'お気に入りに追加'|trans }}
  133.                                     </button> #}
  134.                                     
  135.                                     <button type="submit" id="favorite" class="favorite-heart">
  136.                                         {#{{ 'お気に入りに追加'|trans }}#}
  137.                                         <i class="fa fa-heart-o" title="お気に入りに追加"></i>
  138.                                     </button>
  139.                                 {% else %}
  140.                                     <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() }}>
  141.                                         {#{{ 'お気に入りに追加'|trans }}#}
  142.                                         <i class="fa fa-heart" title="お気に入りに追加済です"></i>
  143.                                     </button>
  144.                                     
  145.                                     {# <button type="button" id="unfavorite" class="ec-blockBtn--cancel button-favorited one-click-remove-favorite"
  146.                                     data-action="{{ url('mypage_favorite_delete', { id : Product.id }) }}" data-method="delete" {{ csrf_token_for_anchor() }}>
  147.                                         {{ 'お気に入りに追加済です。'|trans }}
  148.                                     </button> #}
  149.                                     
  150.                                 {% endif %}
  151.                             </div>
  152.                         </form>
  153.                         {% endif %}
  154.                         {# {% endif %} #}
  155.                     </div>
  156.                 </div>
  157.             </div>
  158.             <ul class="top-review-box flexbox-1">
  159.                 <li><a href="#review_area" class="top_review_score"></a></li>
  160.                 <li>
  161.                     <a href="#product-specs" style="display: none;">Specs</a>
  162.                 </li>
  163.                 <li class="userguide">
  164.                     <a href="{{ asset('aneros/guides/anerosTridentInstructions.pdf') }}"
  165.                         target="_blank" class="user-guide-link">
  166.                         ユーザーガイド
  167.                         <i class="fa fa-file-text-o">
  168.                         </i>
  169.                     </a>
  170.                 </li>
  171.             </ul>
  172.             <!-- ▼レビュープラグインの記述▼ -->
  173.             <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
  174.                 <span style="display:none" itemprop="ratingValue">{{ Reviews_avg|number_format(1, '.') }}</span>
  175.                 <span style="display:none" itemprop="reviewCount">{{ ProductReviewCount }}</span>
  176.             </div>
  177.             <!-- ▲レビュープラグインの記述▲ -->
  178.                 
  179.         </div>
  180.         <div class="product-main-section container flexbox">
  181.             <div class="product-main-image">
  182.                 <img itemprop="image" width="400" src="{{ asset('aneros/img/products/Psy/Psy-main-image.jpg') }}"
  183.                     class="main-image" alt="サイ">
  184.                 <div class="pictogram-area">    
  185.                     <div class="pictogram">
  186.                         <img src="{{ asset('aneros/img/products/Pictogram/intermediate-user.jpg') }}" alt="中級者向け" />
  187.                         <span class="pictogramtext">中級者向け</span>
  188.                     </div>
  189.                     <div class="pictogram">
  190.                         <img src="{{ asset('aneros/img/products/Pictogram/expert-user.jpg') }}" alt="上級者向け" />
  191.                         <span class="pictogramtext">上級者向け</span>
  192.                     </div>
  193.                     <div class="pictogram">
  194.                         <img src="{{ asset('aneros/img/products/Pictogram/MAXA.jpg') }}" alt="多軸動構造" />
  195.                         <span class="pictogramtext">多軸動構造</span>
  196.                     </div>
  197.                     <div class="pictogram">
  198.                         <img src="{{ asset('aneros/img/products/Pictogram/syn-coating.jpg') }}" alt="シリコンコーティング" />
  199.                         <span class="pictogramtext">シリコン<br>コーティング</span>
  200.                     </div>
  201.                     <div class="pictogram">
  202.                         <img src="{{ asset('aneros/img/products/Pictogram/medically-patented.jpg') }}" alt="医療用特許取得" />
  203.                         <span class="pictogramtext">医療用特許取得</span>
  204.                     </div>
  205.                     <div class="pictogram">
  206.                         <img src="{{ asset('aneros/img/products/Pictogram/w-base.jpg') }}" alt="Wベース" />
  207.                         <span class="pictogramtext">Wベース</span>
  208.                     </div>
  209.                 </div>    
  210.             </div>
  211.             <div class="product-info">
  212.                 <h1 class="qodef-single-product-title">
  213.                     <img src="{{ asset('aneros/img/products/Psy/Psy-logo.jpg') }}" alt="サイ ロゴ">
  214.                 </h1>
  215.                     <span itemprop="name" style="display: none;" >Psy</span>
  216.                 <ul class="features-list">
  217.                     <li>
  218.                         アバットメントとKタブが簡単に微調整できるのはアネロスPSYだけ!
  219.                     </li>
  220.                     <li>
  221.                         微調整機能により自分にぴったりの挿入の角度、刺激の強さが楽しめる
  222.                     </li>
  223.                     <li>
  224.                         特殊設計された頭部が前立腺を効果的に刺激
  225.                     </li>
  226.                     <li>
  227.                         独特な頭部の下にある連続するコブが新たな刺激を誘発
  228.                     </li>
  229.                     <li>
  230.                         高品質医療用シリコン素材で肌にやさしく気持ちいい
  231.                     </li>
  232.                 </ul>
  233.             </div>
  234.         </div>
  235.         <div class="product-pleasure">
  236.             <div class="container flexbox">
  237.                 <div class="desc-contr" itemprop="description">
  238.                     <h3>PSYであなただけのプレイスタイルを。</h3>
  239.                     <p>
  240.                         ユニークな形状と革新的な機能性を誇るアネロスPSY(サイ)は、前立腺刺激に新たな革命を起こす製品です。その最大の魅力は、細かな調整が可能なアバットメント(前脚部)とKタブ(後脚部)により、個々の身体に合わせた最適なフィット感を実現できる点にあります。
  241.                     </p>
  242.                     <p>
  243.                         小さなボディーですが特殊設計された頭部と連続するコブが新次元の快楽をもたらしてくれるでしょう。サイズ感は標準的なのでステップアップモデルとして脱初心者から上級者まで多くの方にご利用いただけます。
  244.                     </p>
  245.                     <p>
  246.                         アネロスを知った方に新たな発見を提供できるアイテムです。アネロスの新たな可能性が広がるPSY(サイ)を是非お試しください。
  247.                     </p>
  248.                     <p>
  249.                         ※アネロスPSY(サイ)のアバットメントとKタブは極端に調整すると製品に影響が出ます。あくまでも微調整機能としてお取扱ください。
  250.                     </p>
  251.                     <div class="product-feature-icons">
  252.                         <img src="{{ asset('aneros/img/products/velvet-touch-dark.png') }}" class="animate fda-silicone" data-animate="fadeIn"
  253.                             data-duration="1.0s" data-delay="0.4s" alt="ベルベットタッチ医療用シリコン">
  254.                         <img src="{{ asset('aneros/img/products/hand-free-pleasure-dark.png') }}" class="animate hands-free"
  255.                             data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="ハンズフリー快楽">
  256.                         <img src="{{ asset('aneros/img/products/fda-dark.png') }}" class="animate fda-silicone" data-animate="fadeIn"
  257.                             data-duration="1.0s" data-delay="0.4s" alt="医療用材質承認">
  258.                     </div>
  259.                 </div>
  260.                 <div class="product-pleasure-image">
  261.                     <img src="{{ asset('aneros/img/products/Psy/Psy-box.png') }}" class="animate"
  262.                         data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="サイと箱">
  263.                 </div>
  264.             </div>
  265.         </div>
  266.         <div id="relatedproduct_area"></div>
  267.         <div class="product-developed">
  268.             <div class="container flexbox">
  269.                 <div class="desc-contr flexbox-2 flexbox-right">
  270.                     <h3>自分仕様でオーダーメイドのオーガズムを楽しもう!</h3>
  271.                     <p>
  272.                         アバットメントとKタブが上下左右に微調整できることで会陰の位置、刺激の強さを自由に設定できます。アネロスひとつで自分好みの刺激が見つけられるのがアネロスPSY(サイ)の大きな特徴です。
  273.                     </p>
  274.                     <p>
  275.                         高品質な医療用シリコン製で凹凸のある頭部は前立腺の刺激を更に高め、また、シリコン素材ゆえに肌触りがよく、長時間の使用でも快適性を保持しストレスが少ない製品です。
  276.                     </p>
  277.                 </div>
  278.                 <div class="product-developed-image flexbox-1">
  279.                     <img src="{{ asset('aneros/img/products/Psy/Psy-movement.png') }}" class="right animate"
  280.                         data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="自由自在に調整できるPSY">
  281.                 </div>
  282.             </div>
  283.         </div>
  284.         <div class="product-spec" id="product-specs">
  285.             <div class="container flexbox">
  286.                 <div class="product-spec-image">
  287.                     <img src="{{ asset('aneros/img/products/Psy/Psy-size.jpg') }}" class="animate"
  288.                         alt="Psyサイズ" data-animate="fadeInLeft" data-duration="1.5s" data-delay="0.4s" width="461">
  289.                 </div>
  290.                 <div class="desc-contr animate" data-animate="fadeInRight" data-duration="1.5s" data-delay="0.4s">
  291.                     <h3>サイズ</h3>
  292.                     <ul>
  293.                         <li>
  294.                             <span class="ps-name">頭部縦幅:</span>
  295.                             <span class="ps-value">18mm</span>
  296.                         </li>
  297.                         <li>
  298.                             <span class="ps-name">頭部横幅:</span>
  299.                             <span class="ps-value">18mm</span>
  300.                         </li>
  301.                         <li>
  302.                             <span class="ps-name">柄の部分縦幅:</span>
  303.                             <span class="ps-value">24mm</span>
  304.                         </li>
  305.                         <li>
  306.                             <span class="ps-name">柄の部分横幅:</span>
  307.                             <span class="ps-value">25mm</span>
  308.                         </li>
  309.                         <li>
  310.                             <span class="ps-name">アバットメントの中心から柄の中心の距離(調整可):</span>
  311.                             <span class="ps-value">38mm</span>
  312.                         </li>
  313.                         <li>
  314.                             <span class="ps-name">挿入可能長さ:</span>
  315.                             <span class="ps-value">83mm</span>
  316.                         </li>
  317.                     </ul>
  318.                 </div>
  319.             </div>
  320.         </div>
  321.         <div class="shopping-experiernce-tile" id="shopping-experience-tile">
  322.             <div class="container flexbox">
  323.                 <div class="tile-bg">
  324.                     <img src="{{ asset('aneros/img/products/shopping-experience-tile-bg.png') }}" class="img-tile-bg"
  325.                         alt="中身がわからい発送">
  326.                 </div>
  327.                 <div class="fast-shipping flexbox-center">
  328.                     <img src="{{ asset('aneros/img/products/fast-shipping-rect-dark.png') }}" class="img-fast-shipping"
  329.                         alt="即日出荷">
  330.                 </div>
  331.                 <div class="secure-cc-processing flexbox-center">
  332.                     <img src="{{ asset('aneros/img/products/secure-cc-processing-rect-dark.png') }}"
  333.                         class="img-secure-cc-processing" alt="貴重な個人情報は全てSSL保護">
  334.                 </div>
  335.                 <div class="money-back-gurantee flexbox-center">
  336.                     <img src="{{ asset('aneros/img/products/money-back-guarantee-rect-dark.png') }}"
  337.                         class="img-money-back-gurantee" alt="100%返金保証">
  338.                 </div>
  339.             </div>
  340.         </div>
  341.         <!-- ▼item_detail▼ -->
  342.         <div id="item_detail">
  343.             <div id="review_area">
  344.             </div>
  345.             <div id="detail_wrap" class="row">
  346.                 <section id="item_detail_area" class="col-sm-6">
  347.                     <div id="detail_description_box__body" class="item_detail">
  348.                         <!--★商品説明★-->
  349.                         <p id="detail_not_stock_box__description_detail" class="item_comment"></p>
  350.                     </div>
  351.                     <!-- /.item_detail -->
  352.                 </section>
  353.                 <!--詳細ここまで-->
  354.             </div>
  355.         </div>
  356.         <!-- ▲item_detail▲ -->
  357.         <div class="about-prostate-massagers-block">
  358.             <div class="container flexbox warp">
  359.                 <h2>前立腺マッサージとは</h2>
  360.                 <div class="item item-left">
  361.                     <img src="{{ asset('aneros/img/products/prostate-massagers-how-it-works.jpg') }}" alt="前立腺マッサージとは">
  362.                     <h3>従来のやり方</h3>
  363.                     <p>
  364.                         アネロスが開発される前、有効な前立腺マッサージを行うためには第三者にしてもらわないとできませんでした。身体がよほど柔らかくない限り、自分自身の指で刺激するのは困難です。パートナーがいればベストですがいない限り、アネロスがないと効果的な前立腺マッサージはできませんでした。
  365.                     </p>
  366.                 </div>
  367.                 <div class="item item-middle">
  368.                     <img src="{{ asset('aneros/img/products/prostate-massagers-easy-to-use-psy.jpg') }}" alt="アネロスの仕方">
  369.                     <h3>アネロスの仕方</h3>
  370.                     <p>
  371.                         アネロス前立腺マッサージ器を使用することでラクに前立腺をマッサージすることができます。PC筋と括約筋を締めたり、緩めたりするだけでアネロスが効果的に前立腺と会陰部を交互に刺激します。全てハンズフリーのため、安全で空いた手でほかの部分を刺激するのも自由自在です。
  372.                     </p>
  373.                 </div>
  374.                 <div class="item item-right">
  375.                     <img src="{{ asset('aneros/img/products/prostate-massagers-easy-to-use-psy-movement.jpg') }}" alt="ドライオーガズムイメージ画像">
  376.                     <h3>快楽の支点</h3>
  377.                     <p>
  378.                         従来のアネロスモデルは肛門括約筋を収縮することにより、アバットメントが会陰部に刺激を与えます。この水平運動がアネロスの動きの基になり、外部会陰から、そして直腸前壁から前立腺マッサージを行い、ドライオーガズムを誘発させます。アネロスの使用は完全にハンズフリーで使用時の姿勢も自由自在で、様々の体勢で様々の快楽が体験できます。
  379.                     </p>
  380.                 </div>
  381.             </div>
  382.             <div class="container flexbox warp">
  383.                 <h2>使用のメリット</h2>
  384.                 <div class="item item-left">
  385.                     <img src="{{ asset('aneros/img/products/prostate-massagers-progressively-rewarding.jpg') }}" alt="使用のメリット">
  386.                     <h3>ドライオーガズム</h3>
  387.                     <p>
  388.                         アネロスの使用により未知の快楽と呼ばれるドライオーガズムを体験できますが、多少の訓練が必要です。毎回の使用でアネロスの刺激を覚えていき、経験を重ねるごとにより強烈なドライオーガズムが達成できます!
  389.                     </p>
  390.                 </div>
  391.                 <div class="item item-middle">
  392.                     <img src="{{ asset('aneros/img/products/apple_Ts.png') }}" alt="性の健康増進">
  393.                     <h3>性の健康増進</h3>
  394.                     <p>
  395.                         アネロスを使用するたびに下半身の筋肉、特にPC筋が鍛えられます。ダンベル運動などと同じようにアネロスでのトレーニングを重ねるとPC筋等に力を持たせることができます。性器、肛門を八の字に取り囲むPC筋の増強はセックス時に大活躍し、鍛えられた下半身の筋肉によりセックスの持続時間が長くなり、勃起力が強化され、ウェットオーガズムの満足度が大幅にアップします。
  396.                     </p>
  397.                 </div>
  398.                 <div class="item item-right">
  399.                     <img src="{{ asset('aneros/img/products/betters.png') }}" alt="セックス時の使用">
  400.                     <h3>セックス時の使用</h3>
  401.                     <p>
  402.                         セックスの時にアネロスを使用すると、性交時に頭部が自然に直腸前壁に向け、ペニスへの刺激と同時に前立腺をマッサージします。また、アバットメントは会陰部を効果的に刺激します。これがアネロスの基本原理です。通常、ペニス一点へ刺激が、会陰部への刺激、直腸前壁から前立腺への刺激が加わることにより三点に増え、射精が更に気持ちよく、強くなり、通常のオーガズムを超えたウェットオーガズムが体験できます。
  403.                     </p>
  404.                 </div>
  405.             </div>
  406.         </div>
  407.         <div class="product-dont-forget-lubricant">
  408.             <div class="container flexbox">
  409.                 <div class="desc-contr flexbox-2 flexbox-right">
  410.                     <h3>ローションを忘れずに!</h3>
  411.                     <p>
  412.                         前立腺マッサージで、最も効果的に快楽を得るためには十分な潤滑が重要となります。最適なローションを使用すれば、アネロスの挿入もスムーズになり正しく自由な動きを誘発します。本体を劣化させる心配もなく後片付けもラクな水溶性のローションがおすすめです。アネロス社のマークスマンとセッションズは、アネロス利用のために作られた専用の水溶性のローションです。
  413.                     </p>
  414.                     <a href="{{ url('homepage') }}lubricants" class="more-link">ローションはこちらからご覧ください &gt;</a>
  415.                 </div>
  416.                 <div class="lubricant-images flexbox-1">
  417.                     <img src="{{ asset('aneros/img/products/donot-forget-lubricant-image.png') }}" class="lb-img animate"
  418.                         data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="セッションズを忘れずに!">
  419.                 </div>
  420.             </div>
  421.         </div>
  422.         <div class="product-other-products container flexbox">
  423.             <div class="item">
  424.                 <a href="{{ url('product_detail', {'id': 72}) }}">
  425.                     <img src="{{ asset('aneros/img/products/category_vice-2.jpg') }}" alt="ヴァイス 2 - メンズバイブレーション" class="animate"
  426.                         data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s">
  427.                 </a>
  428.             </div>
  429.             <div class="item">
  430.                 <a href="{{ url('product_detail', {'id': 81}) }}">
  431.                     <img src="{{ asset('aneros/img/products/category_progasm_black_ice.jpg') }}" alt="プロガスムブラックアイス - サイズを求める男性に"
  432.                         class="animate center" data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s">
  433.                 </a>
  434.             </div>
  435.             <div class="item">
  436.                 <a href="{{ url('product_detail', {'id': 70}) }}">
  437.                     <img src="{{ asset('aneros/img/products/category_HST.jpg') }}" alt="ヒリックスシントライデント - シン定番のフラグシップモデル"
  438.                         class="animate" data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s">
  439.                 </a>
  440.             </div>
  441.         </div>
  442.         <div class="product-compare-prostate-massagers container flexbox">
  443.             <div class="product-compare-prostate-massagers-image">
  444.                 <img src="{{ asset('aneros/img/products/compare_prostate_massagers_image.jpg') }}" class="animate"
  445.                     data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s" alt="私にあっているアネロスはどれでしょうか??">
  446.             </div>
  447.             <div class="desc-contr">
  448.                 <h3>私にあっているアネロスはどれでしょうか??</h3>
  449.                 <a href="{{ url('homepage') }}prostate-massagers" class="more-link">
  450.                     前立腺マッサージ器はこちら
  451.                     <span>&gt;</span>
  452.                 </a>
  453.             </div>
  454.         </div>
  455.     </div>
  456. </div>
  457. <!-- ▲メインコンテンツ -->
  458. <div class="swooth-wrapper grey-swooth">
  459. </div>