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

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