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

Open in your IDE?
  1. <!-- ページ固有のスタイル -->
  2. <style>
  3.         .product-pleasure {
  4.             background-color: #00abed;
  5.         }
  6.         .product-pleasure .desc-contr {
  7.             padding: 0px 0px 50px 0;
  8.         }
  9.         .product-pleasure .product-pleasure-image img {
  10.             width: 100%;
  11.             max-width:inherit;
  12.         }
  13.         .product-pleasure .desc-contr h3 {
  14.             color: #000000;
  15.         }
  16.         .product-rewards-experience {
  17.             background: #e31e38;
  18.         }
  19.         .product-rewards-experience p {color:#ffffff;}
  20.         .product-developed {background-color:#dbdcde;background-image:none;}
  21.         .product-developed p {line-height:1.4em; color:#000000;}
  22.         .product-rewards-experience img {height: 530px; max-height:inherit;}
  23.         .learn-more-button {
  24.             width: 150px;
  25.             text-align: center;
  26.             letter-spacing: 2px;
  27.             color: #FFFFFF!important;
  28.             background: #0886fb;
  29.             display: inline-block;
  30.             font-size: 15px;
  31.             padding: 10px 15px;
  32.             margin-top: 15px;
  33.             font-weight:bold;
  34. }
  35.         @media only screen and (max-width: 999px){
  36.                 .product-rewards-experience img {height: 287px;}
  37.         }
  38. </style>
  39. <!-- ▼メインコンテンツ -->
  40. <div class="breadcrumbs">
  41.     <div class="container">
  42.         <ul itemscope itemtype="http://schema.org/BreadcrumbList">
  43.             <li class="0" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
  44.                 <a itemprop="item" href="{{ url('homepage') }}" title="トップページに戻る">
  45.                     <span itemprop="name" style="padding:0">トップページ</span></a>
  46.                 <meta itemprop="position" content="1">
  47.                 <span>&gt;</span>
  48.             </li>
  49.             <li class="category" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
  50.                 <a itemprop="item" href="{{ url('homepage') }}sex-toys-for-women" title="女性用商品"><span itemprop="name"
  51.                         style="padding:0">女性用商品</span></a>
  52.                 <meta itemprop="position" content="2">
  53.                 <span>&gt;</span>
  54.             </li>
  55.             <li class="product">
  56.                 <strong>{{ Product.name }}</strong>
  57.             </li>
  58.         </ul>
  59.     </div>
  60. </div>
  61. <div itemscope itemtype="http://schema.org/Product">
  62.     <div class="aneros-product-page" id="product-detail-page">
  63.         <div class="product-detail-nav-section container flexbox" style="padding-bottom: 10px">
  64.             <div class="product-price-info flexbox-2 flexbox-right">
  65.                 <div class="price-box">
  66.                     <span class="regular-price" id="product-price-335">
  67.                         <!--★通常価格★-->
  68.                         {% if Product.hasProductClass -%}
  69.                             {% if Product.getPrice01Min is not null and Product.getPrice01IncTaxMin == Product.getPrice01IncTaxMax %}
  70.                                 <p id="detail_description_box__class_normal_price" class="normal_price"> 通常価格:<span
  71.                                     class="price price01_default">{{ Product.getPrice01IncTaxMin|price }}</span>
  72.                                     <span class="inctax">(税込)</span>
  73.                                 </p>
  74.                             {% elseif Product.getPrice01Min is not null and Product.getPrice01Max is not null %}
  75.                                 <p id="detail_description_box__class_normal_range_price" class="normal_price"> 通常価格:<span
  76.                                     class="price price01_default">{{ Product.getPrice01IncTaxMin|price }} ~ {{ Product.getPrice01IncTaxMax|price
  77.                                     }}</span>
  78.                                     <span class="inctax">(税込)</span>
  79.                                 </p>
  80.                             {% endif %}
  81.                             {% else -%}
  82.                             {% if Product.getPrice01Max is not null %}
  83.                                 <p id="detail_description_box__normal_price" class="normal_price"> 通常価格:<span
  84.                                     class="price price01_default">{{ Product.getPrice01IncTaxMin|price }}</span>
  85.                                     <span class="inctax">(税込)</span>
  86.                                 </p>
  87.                             {% endif %}
  88.                             {% endif -%}
  89.                         <!--★販売価格★-->
  90.                         <p itemprop="offers" itemscope itemtype="http://schema.org/Offer" id="detail_description_box__sale_price"
  91.                             class="sale_price text-primary"><span itemprop="priceCurrency" content="JPY"></span><span itemprop="price"
  92.                                 content="{{ Product.getPrice02IncTaxMin }}" class="price">{{ Product.getPrice02IncTaxMin|price }}<span id="with-tax"> (税込)</span></span></p>
  93.                     </span>
  94.                     {% if Product.getPrice02IncTaxMin >= 3000 %}
  95.                         <p class="paidy-price">
  96.                             <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>
  97.                         </p>
  98.                     {% endif %}
  99.                     {# 会員ランクごとの取得ポイント表示↓ #}
  100.                         {{ include('Product/customer_rank_point.twig') }}
  101.                     {# 会員ランクごとの取得ポイント表示↑ #}
  102.                 </div>
  103.                 <div class="add-to-box">
  104.                     <div class="add-to-cart">
  105.                         <div class="add-to-cart-buttons">
  106.                             <form action="{{ url('product_add_cart', {id:Product.id}) }}" method="post" id="form1" name="form1">
  107.                                 {% if Product.stock_find %}
  108.                                     <div class="ec-productRole__actions">
  109.                                         {% if form.classcategory_id1 is defined %}
  110.                                             <div class="ec-select">
  111.                                                 {{ form_widget(form.classcategory_id1) }}
  112.                                                 {{ form_errors(form.classcategory_id1) }}
  113.                                             </div>
  114.                                             {% if form.classcategory_id2 is defined %}
  115.                                                 <div class="ec-select">
  116.                                                     {{ form_widget(form.classcategory_id2) }}
  117.                                                     {{ form_errors(form.classcategory_id2) }}
  118.                                                 </div>
  119.                                             {% endif %}
  120.                                         {% endif %}
  121.                                         <div class="ec-numberInput" style = "display: none;"><span>{{ '数量'|trans }}</span>
  122.                                             {{ form_widget(form.quantity) }}
  123.                                             {{ form_errors(form.quantity) }}
  124.                                         </div>
  125.                                     </div>
  126.                                     <div class="ec-productRole__btn">
  127.                                         <button type="submit" title="カゴに入れる" class="button btn-cart add-cart">
  128.                                             <span>
  129.                                                 <span>カゴに入れる</span>
  130.                                             </span>
  131.                                         </button>
  132.                                     </div>
  133.                                 {% else %}
  134.                                     <div class="ec-productRole__btn">
  135.                                         {% if arrivemail %}
  136.                                             <button type="button" data-productid="{{ Product.id }}" data-productname="{{ Product.name }}" title="入荷お知らせ" class="button btn-cart add-to-mail">
  137.                                                 <span>入荷お知らせ</span>
  138.                                             </button>
  139.                                         {% else %}
  140.                                             <button type="button" title="在庫切れ" class="button btn-cart add-to-cart-out">
  141.                                                 <span>在庫切れ</span>
  142.                                             </button>
  143.                                         {% endif %}
  144.                                     </div>
  145.                                 {% endif %}
  146.                                 {{ form_rest(form) }}
  147.                             </form>
  148.                         </div>
  149.                         {# {% if is_granted('ROLE_USER') %} #}
  150.                         {% if BaseInfo.option_favorite_product %}
  151.                         <form action="{{ url('product_add_favorite', {id:Product.id}) }}" method="post" id="form2">
  152.                             <div class="ec-productRole__btn favorite-button">
  153.                                 {% if is_favorite == false %}
  154.                                     {# <button type="submit" id="favorite" class="ec-blockBtn--cancel button">
  155.                                         {{ 'お気に入りに追加'|trans }}
  156.                                     </button> #}
  157.                                     
  158.                                     <button type="submit" id="favorite" class="favorite-heart">
  159.                                         {#{{ 'お気に入りに追加'|trans }}#}
  160.                                         <i class="fa fa-heart-o" title="お気に入りに追加"></i>
  161.                                     </button>
  162.                                 {% else %}
  163.                                     <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() }}>
  164.                                         {#{{ 'お気に入りに追加'|trans }}#}
  165.                                         <i class="fa fa-heart" title="お気に入りに追加済です"></i>
  166.                                     </button>
  167.                                     
  168.                                     {# <button type="button" id="unfavorite" class="ec-blockBtn--cancel button-favorited one-click-remove-favorite"
  169.                                     data-action="{{ url('mypage_favorite_delete', { id : Product.id }) }}" data-method="delete" {{ csrf_token_for_anchor() }}>
  170.                                         {{ 'お気に入りに追加済です。'|trans }}
  171.                                     </button> #}
  172.                                     
  173.                                 {% endif %}
  174.                             </div>
  175.                         </form>
  176.                         {% endif %}
  177.                         {# {% endif %} #}
  178.                     </div>
  179.                 </div>
  180.             </div>
  181.             <ul class="top-review-box flexbox-1">
  182.                 <li><a href="#review_area" class="top_review_score"></a></li>
  183.                 <li>
  184.                     <a href="#product-specs" style="display: none;">Specs</a>
  185.                 </li>
  186.                 <li class="userguide">
  187.                     <a href="{{ asset('aneros/guides/viviInstructions.pdf') }}"
  188.                         target="_blank" class="user-guide-link">
  189.                         ユーザーガイド
  190.                         <i class="fa fa-file-text-o">
  191.                         </i>
  192.                     </a>
  193.                 </li>
  194.             </ul>
  195.             <!-- ▼レビュープラグインの記述▼ -->
  196.             {% if 0 < ProductReviewCount %}
  197.             <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
  198.                 <span style="display:none" itemprop="ratingValue">{{ Reviews_avg|number_format(1, '.') }}</span>
  199.                 <span style="display:none" itemprop="reviewCount">{{ ProductReviewCount }}</span>
  200.             </div>
  201.             {% endif %}
  202.             <!-- ▲レビュープラグインの記述▲ -->
  203.                 
  204.         </div>
  205.         <div class="product-main-section container flexbox">
  206.             <div class="product-main-image">
  207.                 <img itemprop="image" width="400" src="{{ asset('aneros/img/products/Vivi/vivi-main-image.jpg') }}"
  208.                     class="main-image" alt="ヴィヴィ">
  209.                 <div class="pictogram-area">    
  210.                     <div class="pictogram">
  211.                         <img src="{{ asset('aneros/img/products/Pictogram/all-users.jpg') }}" alt="全レベル可" />
  212.                         <span class="pictogramtext">全レベル可</span>
  213.                     </div>
  214.                     <div class="pictogram">
  215.                         <img src="{{ asset('aneros/img/products/Pictogram/beginner-user.jpg') }}" alt="初心者にオススメ" />
  216.                         <span class="pictogramtext">初心者に<br>オススメ</span>
  217.                     </div>
  218.                     <div class="pictogram">
  219.                         <img src="{{ asset('aneros/img/products/Pictogram/medical-silicone.jpg') }}" alt="医療用シリコン" />
  220.                         <span class="pictogramtext">医療用シリコン</span>
  221.                     </div>
  222.                     <div class="pictogram">
  223.                         <img src="{{ asset('aneros/img/products/Pictogram/medically-patented.jpg') }}" alt="医療用特許取得" />
  224.                         <span class="pictogramtext">医療用特許取得</span>
  225.                     </div>
  226.                     <div class="pictogram">
  227.                         <img src="{{ asset('aneros/img/products/Pictogram/vibrating.jpg') }}" alt="振動機能付き" />
  228.                         <span class="pictogramtext">振動機能付き</span>
  229.                     </div>
  230.                 </div>    
  231.             </div>
  232.             <div class="product-info">
  233.                 <h1 itemprop="name" class="qodef-single-product-title">
  234.                     ヴィヴィ
  235.                 </h1>
  236.                 <ul class="features-list">
  237.                     <li>
  238.                         Gエリアとクリトリスを<br>
  239.                          同時にバイブレーション!
  240.                     </li>
  241.                     <li>
  242.                         膣トレ併用で無理のない下半身のケア
  243.                     </li>
  244.                     <li>
  245.                         無料アプリと同期し、<br>
  246.                          振動を自由自在にコントロール
  247.                     </li>
  248.                 </ul>
  249.             </div>
  250.         </div>
  251.         <div class="product-pleasure">
  252.             <div class="container flexbox">
  253.                 <div class="desc-contr" itemprop="description">
  254.                     <h3>Gエリアとクリトリスを同時に刺激!</h3>
  255.                     <p>
  256.                         ヴィヴィは全ての女性に合うように設計されており、Gエリアとクリトリスを同時に刺激することができます。
  257.                     </p>
  258.                     <p>
  259.                         2つの振動ポイントには新たにバイブレーション機能を付加、本体と無料アプリを同期させることによって振動の強弱やバイブレーションポイントを自由自在にコントロールでき、自分にピッタリの刺激を創りだすことが可能です。下半身を鍛えながら素晴らしいプレジャーを味わえる、それがヴィヴィです。
  260.                     </p>
  261.                     <div class="product-feature-icons">
  262.                         <img src="{{ asset('aneros/img/products/velvet-touch-blue.png') }}" class="animate fda-silicone" data-animate="fadeIn" data-duration="1.0s"
  263.                             data-delay="0.4s" alt="ベルベットタッチ医療用シリコン" >
  264.                         <img src="{{ asset('aneros/img/products/hand-free-pleasure-blue.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-blue.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/Vivi/vivi-blue-bg.png') }}" class="animate"
  272.                         data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="Gエリアとクリトリスを同時に刺激!">
  273.                 </div>
  274.             </div>
  275.         </div>
  276.         <div id="relatedproduct_area"></div>
  277.         <div class="product-rewards-experience">
  278.             <div class="container flexbox">
  279.                 <div class="desc-contr flexbox-2 flexbox-right">
  280.                     <h3>下半身のケア</h3>
  281.                     <p>
  282.                     出産や加齢によって、下半身の筋肉は段々と衰えてきます。筋力が失われて尿漏れするようになったり、セックスで得られるプレジャーが低くなったりするのです。そこでヴィヴィを使用して簡単なケーゲル体操(膣トレ)と併用することにより、衰えた下半身のケアをすることができます。
  283.                     </p>
  284.                     <p>
  285.                     挿入後、骨盤底筋がヴィヴィの本体をホールドし、通常では運動しにくい部位を簡単にエクササイズ。本体を無料アプリと同期させれば、日常生活を送りながら手軽に膣トレができます。大事な骨盤底筋を鍛えて、貴方もヴィヴィと若返るのはいかがでしょうか。
  286.                     </p>
  287.                 </div>
  288.                 <div class="product-rewards-experience-image flexbox-1">
  289.                     <img src="{{ asset('aneros/img/products/Vivi/vivi-anatomy.png') }}" class="right animate"
  290.                         data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s" alt="挿入されたヴィヴィ">
  291.                 </div>
  292.             </div>
  293.         </div>
  294.         
  295.         <div class="product-developed">
  296.             <div class="container flexbox">
  297.                 <div class="desc-contr">
  298.                     <h3 id="vivi-app">アプリと同期</h3>
  299.                     <p>App StoreやGoogle Playより無料のアプリをダウンロードし、スマートフォンでヴィヴィを操作します。「カスタムモード」と「おすすめモード」により振動パターンを自由自在にコントロールすることができ、「ケーゲルモード(膣トレ)」より下半身のトレーニングをサポートします。</p>
  300.                         <div class="product-feature-icons">
  301.                             <a href="https://www.aneros.co.jp/vivi-app/viviapp.apk" target="_blank"><img src="{{ asset('aneros/img/products/Vivi/googleplay.png') }}" alt="Google Playダウンロード" style="opacity: 1;width: 39%;"></a>
  302.                             <a href="https://apps.apple.com/jp/app/aneros-vivi/id1441587819" target="_blank"><img src="{{ asset('aneros/img/products/Vivi/appstore.png') }}" alt="アプリストアダウンロード" style="opacity: 1;width: 39%;"></a>
  303.                         </div>
  304.                         <div style="width: 100%; text-align: center;">
  305.                             <a href="{{ asset('aneros/img/products/Vivi/app-instructions.jpg') }}" target="_blank">GooglePlay用アプリのダウンロード方法</a>
  306.                         </div>
  307.                         <div style="width: 100%; text-align: center;">
  308.                             <a class="learn-more-button" href="{{ asset('aneros/guides/viviInstructions.pdf') }}" target="_blank">ユーザーガイド</a>
  309.                         </div>
  310.                         <div class="clearfix"></div>  
  311.                 </div>
  312.                 <div class="product-developed-image">
  313.                     <img src="{{ asset('aneros/img/products/Vivi/vivi-app.png') }}" class="right animate"
  314.                         data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="アプリと同期">
  315.                 </div>
  316.             </div>
  317.         </div>
  318.         <div class="product-spec" id="product-specs">
  319.             <div class="container flexbox">
  320.                 <div class="product-spec-image">
  321.                     <img src="{{ asset('aneros/img/products/Vivi/vivi-size.jpg') }}" class="animate"
  322.                         alt="ヴィヴィサイズ" data-animate="fadeInLeft" data-duration="1.5s" data-delay="0.4s" width="461">
  323.                 </div>
  324.                 <div class="desc-contr animate" data-animate="fadeInRight" data-duration="1.5s" data-delay="0.4s">
  325.                     <h3>サイズ</h3>
  326.                     <ul>
  327.                         <li>
  328.                             <span class="ps-name">本体長さ:</span>
  329.                             <span class="ps-value">122mm</span>
  330.                         </li>
  331.                         <li>
  332.                             <span class="ps-name">挿入長さ:</span>
  333.                             <span class="ps-value">86mm</span>
  334.                         </li>
  335.                         <li>
  336.                             <span class="ps-name">首の直径:</span>
  337.                             <span class="ps-value">12mm</span>
  338.                         </li>
  339.                         <li>
  340.                             <span class="ps-name">ハンドルの高さ:</span>
  341.                             <span class="ps-value">80mm</span>
  342.                         </li>
  343.                         <li>
  344.                             <span class="ps-name">頭部の直径:</span>
  345.                             <span class="ps-value">39mm</span>
  346.                         </li>
  347.                     </ul>
  348.                 </div>
  349.             </div>
  350.         </div>
  351.         <div class="shopping-experiernce-tile" id="shopping-experience-tile">
  352.             <div class="container flexbox">
  353.                 <div class="tile-bg">
  354.                     <img src="{{ asset('aneros/img/products/shopping-experience-tile-bg.png') }}" class="img-tile-bg"
  355.                         alt="中身がわからい発送">
  356.                 </div>
  357.                 <div class="fast-shipping flexbox-center">
  358.                     <img src="{{ asset('aneros/img/products/fast-shipping-rect-dark.png') }}" class="img-fast-shipping"
  359.                         alt="即日出荷">
  360.                 </div>
  361.                 <div class="secure-cc-processing flexbox-center">
  362.                     <img src="{{ asset('aneros/img/products/secure-cc-processing-rect-dark.png') }}"
  363.                         class="img-secure-cc-processing" alt="貴重な個人情報は全てSSL保護">
  364.                 </div>
  365.                 <div class="money-back-gurantee flexbox-center">
  366.                     <img src="{{ asset('aneros/img/products/money-back-guarantee-rect-dark.png') }}"
  367.                         class="img-money-back-gurantee" alt="100%返金保証">
  368.                 </div>
  369.             </div>
  370.         </div>
  371.         <!-- ▼item_detail▼ -->
  372.         <div id="item_detail">
  373.             <div id="review_area">
  374.             </div>
  375.             <div id="detail_wrap" class="row">
  376.                 <section id="item_detail_area" class="col-sm-6">
  377.                     <div id="detail_description_box__body" class="item_detail">
  378.                         <!--★商品説明★-->
  379.                         <p id="detail_not_stock_box__description_detail" class="item_comment"></p>
  380.                     </div>
  381.                     <!-- /.item_detail -->
  382.                 </section>
  383.                 <!--詳細ここまで-->
  384.             </div>
  385.         </div>
  386.         <!-- ▲item_detail▲ -->
  387.         <div class="product-dont-forget-lubricant">
  388.             <div class="container flexbox">
  389.                 <div class="desc-contr flexbox-2 flexbox-right">
  390.                     <h3>ローションを忘れずに!</h3>
  391.                     <p>
  392.                         前立腺マッサージで、最も効果的に快楽を得るためには十分な潤滑が重要となります。最適なローションを使用すれば、アネロスの挿入もスムーズになり正しく自由な動きを誘発します。本体を劣化させる心配もなく後片付けもラクな水溶性のローションがおすすめです。アネロス社のマークスマンとセッションズは、アネロス利用のために作られた専用の水溶性のローションです。
  393.                     </p>
  394.                     <a href="{{ url('homepage') }}lubricants" class="more-link">ローションはこちらからご覧ください &gt;</a>
  395.                 </div>
  396.                 <div class="lubricant-images flexbox-1">
  397.                     <img src="{{ asset('aneros/img/products/donot-forget-lubricant-image.png') }}" class="lb-img animate"
  398.                         data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="セッションズを忘れずに!">
  399.                 </div>
  400.             </div>
  401.         </div>
  402.         <div class="product-compare-prostate-massagers container flexbox">
  403.             <div class="product-compare-prostate-massagers-image">
  404.                 <img src="{{ asset('aneros/img/products/compare_prostate_massagers_image.jpg') }}" class="animate"
  405.                     data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s" alt="私にあっているアネロスはどれでしょうか??">
  406.             </div>
  407.             <div class="desc-contr">
  408.                 <h3>私にあっているアネロスはどれでしょうか??</h3>
  409.                 <a href="{{ url('homepage') }}prostate-massagers" class="more-link">
  410.                     前立腺マッサージ器はこちら
  411.                     <span>&gt;</span>
  412.                 </a>
  413.             </div>
  414.         </div>
  415.     </div>
  416. </div>
  417. <!-- ▲メインコンテンツ -->
  418. <div class="swooth-wrapper grey-swooth">
  419. </div>