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

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