<!-- ページ固有のスタイル -->
<style>
.product-pleasure {background-color:#000;}
.product-pleasure p {color:#fff;}
.product-pleasure .product-pleasure-image img {width:auto; max-width:100%;}
.product-pleasure-image {margin:auto;}
.product-rewards-experience {background: #dcdbdd; background: -webkit-linear-gradient(top, #d6d4d6, #dfdee1); background: -o-linear-gradient(top, #d6d4d6, #dfdee1); background: -moz-linear-gradient(top, #d6d4d6, #dfdee1); background: linear-gradient(top, #d6d4d6, #dfdee1); background: -ms-linear-gradient(top, #d6d4d6, #dfdee1);}
.product-rewards-experience .desc-contr h3 {color:#e00000; margin-left:0;}
.product-rewards-experience img {width:600px; max-width:100%;}
sup {font-size:14px;}
@media only screen and (min-width: 1000px){
.product-main-section .product-main-image {margin-left:150px;}
}
</style>
<!-- ▼メインコンテンツ -->
<div class="breadcrumbs">
<div class="container">
<ul itemscope itemtype="http://schema.org/BreadcrumbList">
<li class="0" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemprop="item" href="{{ url('homepage') }}" title="トップページに戻る">
<span itemprop="name" style="padding:0">トップページ</span></a>
<meta itemprop="position" content="1">
<span>></span>
</li>
<li class="category" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemprop="item" href="{{ url('homepage') }}lubricants" title="ローション"><span itemprop="name"
style="padding:0">ローション</span></a>
<meta itemprop="position" content="2">
<span>></span>
</li>
<li class="product">
<strong>{{ Product.name }}</strong>
</li>
</ul>
</div>
</div>
<div itemscope itemtype="http://schema.org/Product">
<div class="aneros-product-page" id="product-detail-page">
<div class="product-detail-nav-section container flexbox" style="padding-bottom: 10px">
<div class="product-price-info flexbox-2 flexbox-right">
<div class="price-box">
<span class="regular-price" id="product-price-335">
<!--★通常価格★-->
{% if Product.hasProductClass -%}
{% if Product.getPrice01Min is not null and Product.getPrice01IncTaxMin == Product.getPrice01IncTaxMax %}
<p id="detail_description_box__class_normal_price" class="normal_price"> 通常価格:<span
class="price price01_default">{{ Product.getPrice01IncTaxMin|price }}</span>
<span class="inctax">(税込)</span>
</p>
{% elseif Product.getPrice01Min is not null and Product.getPrice01Max is not null %}
<p id="detail_description_box__class_normal_range_price" class="normal_price"> 通常価格:<span
class="price price01_default">{{ Product.getPrice01IncTaxMin|price }} ~ {{ Product.getPrice01IncTaxMax|price
}}</span>
<span class="inctax">(税込)</span>
</p>
{% endif %}
{% else -%}
{% if Product.getPrice01Max is not null %}
<p id="detail_description_box__normal_price" class="normal_price"> 通常価格:<span
class="price price01_default">{{ Product.getPrice01IncTaxMin|price }}</span>
<span class="inctax">(税込)</span>
</p>
{% endif %}
{% endif -%}
<!--★販売価格★-->
<p itemprop="offers" itemscope itemtype="http://schema.org/Offer" id="detail_description_box__sale_price"
class="sale_price text-primary"><span itemprop="priceCurrency" content="JPY"></span><span itemprop="price"
content="{{ Product.getPrice02IncTaxMin }}" class="price">{{ Product.getPrice02IncTaxMin|price }}<span id="with-tax"> (税込)</span></span></p>
</span>
{% if Product.getPrice02IncTaxMin >= 3000 %}
<p class="paidy-price">
<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>
</p>
{% endif %}
{# 会員ランクごとの取得ポイント表示↓ #}
{{ include('Product/customer_rank_point.twig') }}
{# 会員ランクごとの取得ポイント表示↑ #}
</div>
<div class="add-to-box">
<div class="add-to-cart">
<div class="add-to-cart-buttons">
<form action="{{ url('product_add_cart', {id:Product.id}) }}" method="post" id="form1" name="form1">
{% if Product.stock_find %}
<div class="ec-productRole__actions">
{% if form.classcategory_id1 is defined %}
<div class="ec-select">
{{ form_widget(form.classcategory_id1) }}
{{ form_errors(form.classcategory_id1) }}
</div>
{% if form.classcategory_id2 is defined %}
<div class="ec-select">
{{ form_widget(form.classcategory_id2) }}
{{ form_errors(form.classcategory_id2) }}
</div>
{% endif %}
{% endif %}
<div class="ec-numberInput" style = "display: none;"><span>{{ '数量'|trans }}</span>
{{ form_widget(form.quantity) }}
{{ form_errors(form.quantity) }}
</div>
</div>
<div class="ec-productRole__btn">
<button type="submit" title="カゴに入れる" class="button btn-cart add-cart">
<span>
<span>カゴに入れる</span>
</span>
</button>
</div>
{% else %}
<div class="ec-productRole__btn">
{% if arrivemail %}
<button type="button" data-productid="{{ Product.id }}" data-productname="{{ Product.name }}" title="入荷お知らせ" class="button btn-cart add-to-mail">
<span>入荷お知らせ</span>
</button>
{% else %}
<button type="button" title="在庫切れ" class="button btn-cart add-to-cart-out">
<span>在庫切れ</span>
</button>
{% endif %}
</div>
{% endif %}
{{ form_rest(form) }}
</form>
</div>
{# {% if is_granted('ROLE_USER') %} #}
{% if BaseInfo.option_favorite_product %}
<form action="{{ url('product_add_favorite', {id:Product.id}) }}" method="post" id="form2">
<div class="ec-productRole__btn favorite-button">
{% if is_favorite == false %}
{# <button type="submit" id="favorite" class="ec-blockBtn--cancel button">
{{ 'お気に入りに追加'|trans }}
</button> #}
<button type="submit" id="favorite" class="favorite-heart">
{#{{ 'お気に入りに追加'|trans }}#}
<i class="fa fa-heart-o" title="お気に入りに追加"></i>
</button>
{% else %}
<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() }}>
{#{{ 'お気に入りに追加'|trans }}#}
<i class="fa fa-heart" title="お気に入りに追加済です"></i>
</button>
{# <button type="button" id="unfavorite" class="ec-blockBtn--cancel button-favorited one-click-remove-favorite"
data-action="{{ url('mypage_favorite_delete', { id : Product.id }) }}" data-method="delete" {{ csrf_token_for_anchor() }}>
{{ 'お気に入りに追加済です。'|trans }}
</button> #}
{% endif %}
</div>
</form>
{% endif %}
{# {% endif %} #}
</div>
</div>
</div>
<ul class="top-review-box flexbox-1">
<li><a href="#review_area" class="top_review_score"></a></li>
<li>
<a href="#product-specs" style="display: none;">Specs</a>
</li>
<!-- <li class="userguide">
<a href="{{ asset('aneros/guides/anerosTridentInstructions.pdf') }}"
target="_blank" class="user-guide-link">
ユーザーガイド
<i class="fa fa-file-text-o">
</i>
</a>
</li>-->
</ul>
<!-- ▼レビュープラグインの記述▼ -->
{% if 0 < ProductReviewCount %}
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<span style="display:none" itemprop="ratingValue">{{ Reviews_avg|number_format(1, '.') }}</span>
<span style="display:none" itemprop="reviewCount">{{ ProductReviewCount }}</span>
</div>
{% endif %}
<!-- ▲レビュープラグインの記述▲ -->
</div>
<div class="product-main-section container flexbox">
<div class="product-main-image flexbox-2 flexbox-right">
<img itemprop="image" width="400" src="{{ asset('aneros/img/products/New-Marksman/New-Marksman-main-image-6ml.jpg') }}"
class="main-image" alt="マークスマン(6mlx10本)">
<div class="pictogram-area">
<div class="pictogram">
<img src="{{ asset('aneros/img/products/Pictogram/all-users.jpg') }}" alt="全レベル可" />
<span class="pictogramtext">全レベル可</span>
</div>
<div class="pictogram">
<img src="{{ asset('aneros/img/products/Pictogram/beginner-user.jpg') }}" alt="初心者にオススメ" />
<span class="pictogramtext">初心者に<br>オススメ</span>
</div>
</div>
</div>
<div class="product-info flex-box-1">
<h1 itemprop="name" class="qodef-single-product-title">
マークスマン<br>
<span class="syn">6ml x 10本入</span>
</h1>
<ul class="features-list">
<li>
<span style="color:red;font-weight:bold;">皆様の声にお応えし、20%容量アップで再登場!</span>
</li>
<li>
人体への安全性を考慮し、100%の純天然素材を使用
</li>
<li>
1回のプレイに最適量が入っている使い切りタイプで衛生的
</li>
<li>
粘度が強めで、長時間の潤滑性を持続
</li>
<li>
後処理が簡単な水溶性で、シリコン製品を傷めない
</li>
</ul>
</div>
</div>
<div class="product-pleasure">
<div class="container flexbox">
<div class="desc-contr flexbox-2 flexbox-right" itemprop="description">
<h3>「安心・安全」を最優先に考えた注入器付きローション</h3>
<p>
「マークスマン」は、アネロスが長年培ってきた経験と知識を活かしながら、実際にローションを使用してきたユーザーとの触れ合いの中で誕生したアネロスの性能を100%引き出す専用の注入器付き水溶性ローションです。
</p>
<p>
本製品は100%純天然素材を使用した安心・安全な潤滑剤であり、アネロスの刺激を効果的に伝達するために開発されたアネロス専用ローション。グリセリンなど肌に負担のかかる成分は一切排除し、直腸粘膜のpHに適用、体内で最も吸収力が強い直腸に配慮した高い安全性を誇ります。
</p>
<p>
また、従来の「セッションズ」より強い粘度でさらなる長時間の潤滑性を持続。ドライオーガズムにいち早く達するべく、アネロス製品の刺激を効果的に皮膚に伝え、蠕動運動を誘発させます。
</p>
<p>
コクのあるリッチな使用感のローションで、潤いもばっちり。他の注入器具を使わずに安全な直腸へのローション注入を可能にします。ローションは無色透明で無味無臭。使用後にべたつくことはなく、後処理が簡単な水溶性のためシリコン製品を傷めない点も魅力です。
</p>
<p>
「マークスマン」は、ドライオーガズムの到達率を上げ、到達したオーガズムの質を上げます。至福の時間をお楽しみください。
</p>
</div>
<div class="product-pleasure-image flexbox-1">
<img src="{{ asset('aneros/img/products/New-Marksman/New-Marksman-box.jpg') }}" class="animate"
data-animate="fadeIn" data-duration="1.0s" data-delay="0.4s" alt="10本入りのマークスマン">
</div>
</div>
</div>
<div id="relatedproduct_area"></div>
<div class="product-rewards-experience">
<div class="container flexbox">
<div class="desc-contr">
<h3>器具を使わず特殊な容器でローションの注入がラク</h3>
<p>
「マークスマン」はメディカル基準を満たす潤滑剤であることはもとより、安全性の高い注入器入りで医学的な信頼性を高めています。
</p>
<p>
商品構成は6ml<span style="color:red"><容量20%UP中></span>の注入器を10本入りという使い切りタイプで衛生的。1回のプレイに最適な量が入っています。持ち運びしやすいため、自宅以外でのプレイの時にも便利です。
</p>
</div>
<div class="product-rewards-experience-image flexbox-1">
<img src="{{ asset('aneros/img/products/New-Marksman/New-Marksman-rewards.png') }}" class="animate"
data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s" alt="マークスマンの特長">
</div>
</div>
</div>
<div class="product-spec" id="product-specs">
<div class="container flexbox">
<div class="product-spec-image">
<img src="{{ asset('aneros/img/products/New-Marksman/New-Marksman-size.jpg') }}" class="animate"
alt="マークスマンサイズ" data-animate="fadeInLeft" data-duration="1.5s" data-delay="0.4s" width="461">
</div>
<div class="desc-contr animate" data-animate="fadeInRight" data-duration="1.5s" data-delay="0.4s">
<h3>サイズ</h3>
<ul>
<li>
<span class="ps-name">先端幅:</span>
<span class="ps-value">4mm</span>
</li>
<li>
<span class="ps-name">長さ:</span>
<span class="ps-value">110mm</span>
</li>
<li>
<span class="ps-name">挿入可能長さ:</span>
<span class="ps-value">44mm</span>
</li>
<li>
<span class="ps-name">ベースの幅:</span>
<span class="ps-value">26mm</span>
</li>
<li>
<span class="ps-name">容量:</span>
<span class="ps-value">6ml<span style="color:red"><容量20%UP中></span></span>
</li>
</ul>
</div>
</div>
</div>
<div class="shopping-experiernce-tile" id="shopping-experience-tile">
<div class="container flexbox">
<div class="tile-bg">
<img src="{{ asset('aneros/img/products/shopping-experience-tile-bg.png') }}" class="img-tile-bg"
alt="中身がわからい発送">
</div>
<div class="fast-shipping flexbox-center">
<img src="{{ asset('aneros/img/products/fast-shipping-rect-dark.png') }}" class="img-fast-shipping"
alt="即日出荷">
</div>
<div class="secure-cc-processing flexbox-center">
<img src="{{ asset('aneros/img/products/secure-cc-processing-rect-dark.png') }}"
class="img-secure-cc-processing" alt="貴重な個人情報は全てSSL保護">
</div>
<div class="money-back-gurantee flexbox-center">
<img src="{{ asset('aneros/img/products/money-back-guarantee-rect-dark.png') }}"
class="img-money-back-gurantee" alt="100%返金保証">
</div>
</div>
</div>
<!-- ▼item_detail▼ -->
<div id="item_detail">
<div id="review_area">
</div>
<div id="detail_wrap" class="row">
<section id="item_detail_area" class="col-sm-6">
<div id="detail_description_box__body" class="item_detail">
<!--★商品説明★-->
<p id="detail_not_stock_box__description_detail" class="item_comment"></p>
</div>
<!-- /.item_detail -->
</section>
<!--詳細ここまで-->
</div>
</div>
<!-- ▲item_detail▲ -->
<div class="product-other-products container flexbox">
<div class="item">
<a href="{{ url('product_detail', {'id': 72}) }}">
<img src="{{ asset('aneros/img/products/category_vice-2.jpg') }}" alt="ヴァイス 2 - メンズバイブレーション" class="animate"
data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s">
</a>
</div>
<div class="item">
<a href="{{ url('product_detail', {'id': 81}) }}">
<img src="{{ asset('aneros/img/products/category_progasm_black_ice.jpg') }}" alt="プロガスムブラックアイス - サイズを求める男性に"
class="animate center" data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s">
</a>
</div>
<div class="item">
<a href="{{ url('product_detail', {'id': 70}) }}">
<img src="{{ asset('aneros/img/products/category_HST.jpg') }}" alt="ヒリックスシントライデント - シン定番のフラグシップモデル"
class="animate" data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s">
</a>
</div>
</div>
<div class="product-compare-prostate-massagers container flexbox">
<div class="product-compare-prostate-massagers-image">
<img src="{{ asset('aneros/img/products/compare_prostate_massagers_image.jpg') }}" class="animate"
data-animate="zoomIn" data-duration="1.0s" data-delay="0.4s" alt="私にあっているアネロスはどれでしょうか??">
</div>
<div class="desc-contr">
<h3>私にあっているアネロスはどれでしょうか??</h3>
<a href="{{ url('homepage') }}prostate-massagers" class="more-link">
前立腺マッサージ器はこちら
<span>></span>
</a>
</div>
</div>
</div>
</div>
<!-- ▲メインコンテンツ -->
<div class="swooth-wrapper grey-swooth">
</div>