﻿@charset "UTF-8";


/* =============================================================

  ZETAVOCIE iframe内 brand.css
  各ブランド調整用

============================================================= */

/*  Var
======================================================= */
:root {
  /*===================== colors */
  --color-review-basic: #727272;
  --color-review-rating: #b1a335;
  --color-review-grey: #d5d5d5;
  --color-review-bar: #545454;
  /*===================== fonts */
  --font-base: 'futura-pt', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  --font-en: 'futura-pt', sans-serif;
}

/*  Contents
======================================================= */


/* ---- //レビューもっと見るボタン ---- */
.product-review__viewmore span {
  color: #5e5e5e;
  font-size: 1.3rem;
  border: 1px solid #5e5e5e;
  border-radius: unset;
  background:
  url( /Contents/ImagesPkg/common/icn_btn_arw_bottom_black.svg)
  center right calc(11*(100vw / 428)) / calc(5*(100vw / 428)) calc(15*(100vw / 428)) no-repeat #fff;
}

.product-review__viewmore, .product-review__write-button {
  border-radius: unset;
}

/* SP用*/
@media (max-width: 600px) {
  .product-review__viewmore span {
    background:
    url( /Contents/ImagesPkg/common/icn_btn_arw_bottom_black.svg)
  center right calc(25*(100vw / 428)) / calc(14*(100vw / 428)) calc(15*(100vw / 428)) no-repeat #fff;
  }
}

