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

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