@charset "UTF-8";

/*body, body *:not(html):not(style):not(br):not(tr):not(code) {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}*/

/*
custom materialize over paint style
 */

/* フォーム border */

.voyager input,
.voyager select,
.voyager textarea,
.voyager iframe,
.voyager .select2-selection,
.voyager .mce-panel {
  border-color: #bbc3c5;
}

/* サイドメニュー */

.voyager .side-menu.sidebar-inverse {
  -webkit-box-shadow: 0px -2px 12px 2px;
          box-shadow: 0px -2px 12px 2px;
}

/* */

th {
  white-space: nowrap;
}

.dataTable td {
  font-size: 12px;
  vertical-align: middle;
}

.dataTable td#bread-actions {
  padding: 0;
}

/* companion ordering */

/*
.dd-item.companion-list {
float: left;
margin-left: 14px;
margin-bottom: 24px;
}

.dd-item.companion-list .dd-handle {
width: 240px;
height: 280px;
}

.dd-item.companion-list img {
max-height: 200px;
object-fit: contain;
}

/* ---------------------
 */

.voyager.companions,
.voyager.companion-updates,
.voyager.companion-newfaces {
  /* ---------------------
   */
}

.voyager.companions .dd-item,
.voyager.companion-updates .dd-item,
.voyager.companion-newfaces .dd-item {
  height: 200px;
  width: 200px;
  margin: 5px;
}

.voyager.companions .dd-handle,
.voyager.companion-updates .dd-handle,
.voyager.companion-newfaces .dd-handle {
  height: 200px;
  width: 200px;
  padding: 0;
  overflow: hidden;
  background-color: #ccc;
}

.voyager.companions .dd-placeholder,
.voyager.companion-updates .dd-placeholder,
.voyager.companion-newfaces .dd-placeholder {
  height: 200px;
  width: 200px;
  display: block;
}

.voyager.companions .dd-item img,
.voyager.companion-updates .dd-item img,
.voyager.companion-newfaces .dd-item img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.voyager.companions .dd-item.inactive,
.voyager.companion-updates .dd-item.inactive,
.voyager.companion-newfaces .dd-item.inactive {
  opacity: 0.6;
}

.voyager.companions .dd-list,
.voyager.companion-updates .dd-list,
.voyager.companion-newfaces .dd-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.voyager.companions .dd-content,
.voyager.companion-updates .dd-content,
.voyager.companion-newfaces .dd-content {
  position: absolute;
  padding: 8px 12px;
  bottom: 0;
  z-index: 700;
  color: #fff;
}

.voyager.companions .status,
.voyager.companion-updates .status,
.voyager.companion-newfaces .status {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 700;
}

ul.images-sortable {
  list-style-type: none;
  padding: 0;
}

ul.images-sortable li {
  border: solid 1px #ccc;
  border-radius: 4px;
  float: left;
  width: 200px;
  height: 200px;
  padding: 4px;
  margin: 0 4px 4px 0;
  text-align: center;
  position: relative;
}

ul.images-sortable li img {
  width: 192px;
  height: 192px;
  -o-object-fit: contain;
     object-fit: contain;
}

ul.images-sortable li .image-index {
  top: -1px;
  position: absolute;
  left: -1px;
  background-color: #fff;
  border-radius: 0 0 4px 0px;
  border: solid 1px #ccc;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  color: #777;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
}

ul.images-sortable li a.remove-multi-image {
  top: 0px;
  position: absolute;
  right: 0px;
  background-color: #181818;
  border-radius: 0 4px 0 4px;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  font-size: 16px;
  padding: 2px 0 0 0;
}

ul.images-sortable .image-sortable-placeholder {
  float: left;
  border: dashed 1px #ccc;
  width: 200px;
  height: 200px;
}

.image_upload_preview_wrapper {
  position: relative;
  display: inline-block;
  clear: both;
  float: left;
}

.image_upload_preview_wrapper .remove-single-image {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px;
  background-color: #000;
  color: #fff;
  padding: 2px 3px 1px 3px;
  line-height: 15px;
  border-radius: 0px 0px 0px 4px;
}

/* multiple images order
ul.images-sortable {
width: 100%;
list-style-type: none;
margin-bottom: 8px;
li.item {
float: left;
border: solid 1px #ccc;
border-radius: 3px;
max-width: 212px;
max-height: 212px;
margin-right: 4px;
padding: 6px;
img {
object-fit: contain;
}
}
}
 */

/*
.dd-images {
clear: both;
margin-bottom: 8px;

.dd-item {
width: 200px;
height: 200px;
margin: 5px;
}

.dd-handle {
padding: 0 !important;
height: 200px;
overflow: hidden;
}

.dd-placeholder {
width: 200px !important;
height: 200px !important;
display: block;
}
.dd-handle img {
width: 200px;
height: 180px !important;
object-fit: contain;
overflow: hidden;
filter: brightness(0.8);
border: none !important;
}
.dd-item.inactive {
opacity: 0.6;
}
.dd-list {
display: flex;
flex-flow: row wrap;
align-content: flex-start;
}
.dd-content {
position: absolute;
padding: 8px 12px;
bottom: 0;
z-index: 700;
color: #fff;
border: solid 2px red;
}
.dd-dragel {
width: 200px;
height: 200px;
border: solid 3px green;
}
.status {
position: absolute;
top: 10px;
right: 10px;
z-index: 700;
}
}*/

/* fullcalendar */

.fc .fc-timeline-event {
  height: 30px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
}

.fc .fc-timeline-event .fc-time {
  font-size: 10px;
  font-weight: normal;
}

/*.fc-resource-area {
width: 42% !important;
}*/

/* timeset modal calendar { */

#modal-timesheet-set .fc-header-toolbar {
  display: none;
}

#modal-timesheet-set .modal-header h1.page-title {
  height: auto;
}

#modal-timesheet-set .modal-body {
  padding-top: 0;
  margin-top: 0;
}

.modal-backdrop.in {
  opacity: .4;
}

/* } timeset modal calendar */

.fc .closeon,
.fc .closeon-recurs {
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 0;
  background-color: black;
  border-radius: 32px;
  margin: 0;
  padding: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  /* サイズ */
  cursor: pointer;
  z-index: 999;
}

.fc .closeon {
  top: -14px;
  right: -20px;
}

.fc .closeon-recurs {
  top: -7px;
  right: -7px;
}

.fc .closeon:before,
.fc .closeon-recurs:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 13px;
  width: 6px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fc .closeon:after,
.fc .closeon-recurs:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 13px;
  width: 6px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fc .closeon:hover,
.fc .closeon-recurs:hover {
  background-color: red;
}

/* selected area */

.fc-highlight {
  background: #000 !important;
  opacity: .5 !important;
}

.voyager .alert {
  margin-bottom: 0;
}

/* video.js */

.vjs-big-play-button {
  border: 0.5px solid #fff !important;
}

/* top */

/* 一時的 */

/*.page-top .hero-slider .swiper-slide { */

@media screen and (min-width: 768px) {
  .page-top .hero-slider {
    max-height: 434px;
  }

  .page-top .hero-slider img.slider-image {
    height: 434px;
    max-width: 1200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* top buttons under sliders */

.contents-nav .btn-small {
  margin-bottom: 4px;
}

/* top banners */

.banners img {
  width: auto;
  margin: 0 4px 8px 4px;
}

/* top search-box */

.search-box .btn-group .btn {
  margin-bottom: 2px;
  margin-right: 2px;
}

/* banners */

/* gravuew
.product-carousel {
height: 600px;
z-index: 999;
}

.product-carousel .carousel-slider img {
height: 400px;
object-fit: contain;
}

.product-carousel .thumbnails {
top: -90px;
}

.product-carousel .thumbnails img {
height: 250px;
object-fit: contain;
}
 */

/* slider - 一時的 */

/*.page-top .items-list .swiper-slide {
max-width: 222px;
}*/

/* verifyage */

body.page-verifyage {
  width: 100%;
  height: 100%;
}

.page-verifyage .wrapper {
  display: none !important;
}

.page-verifyage #blurcontent {
  width: 100%;
  height: 100%;
}

/* diary */

.diary-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.diary-list .card {
  max-width: 194px;
  margin-right: 10px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* shared */

.text-shadow {
  text-shadow: 0px 3px 3px #181818 !important;
}

.text-shadow-2 {
  text-shadow: 0px 2px 2px #181818 !important;
}

/* timesheet */

.fc-nonbusiness {
  background: #000 !important;
}

.fc-timeline-event.is_last,
.fc-day-grid-event.is_last,
.fc-v-event.is_last {
  background-color: #9c22c1 !important;
}

.fc-timeline-event.is_last .fc-time::after,
.fc-day-grid-event.is_last .fc-time::after,
.fc-v-event.is_last .fc-time::after {
  content: " LAST";
}

.fc-timeline-event.is_recur,
.fc-day-grid-event.is_last,
.fc-v-event.is_last {
  background-color: #322e56 !important;
}

.fc-timeline-event.is_recur .fc-time::after,
.fc-day-grid-event.is_recur .fc-time::after,
.fc-v-event.is_recur .fc-time::after {
  content: " \56FA\5B9A\51FA\52E4\6642\9593";
}

/* timesheet control buttons */

.timesheet-control {
  bottom: 0px;
  right: 4px;
  display: table;
  float: right;
}

.timesheet-control a {
  font-size: 18px;
  padding: 3px 12px 0px 12px;
  margin: 0 0 0 4px;
  background-color: #fff;
  /* color: #6c757d; */
  /* border-color: #6c757d; */
  color: #76838f;
  border-color: #76838f;
}

.timesheet-control > div {
  display: table-cell;
  vertical-align: top;
}

.timesheet-control .dropdown {
  display: table-cell;
  vertical-align: top;
}

.timesheet-control .dropdown:hover > .dropdown-menu {
  display: block;
}

.timesheet-control .dropdown-menu {
  position: fixed;
  z-index: 700;
  top: inherit;
  left: inherit;
  margin-top: -10px;
}

.timesheet-control .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.timesheet-control .dropdown-menu .dropdown-item:hover {
  font-weight: bold;
}

#external-events .fc-event {
  margin: 4px;
  padding: 4px 12px;
  cursor: pointer;
  text-align: center;
}

.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #3A3C45 !important;
}

.voyager-dashboard-menu li {
  font-size: 20px;
  border: solid 1px #337ab7;
  border-radius: 4px;
  margin: 4px 8px;
}

.voyager input[type=file] {
  border: 1px solid #ccc;
}

.voyager .btn {
  border-color: #ccc;
  border: solid 1px #ccc;
}

.shop-functions #dataTable th {
  vertical-align: middle;
  width: 120px;
  padding: 0 10px;
}

.shop-functions #dataTable th a {
  white-space: normal;
  font-size: 12px;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
}

.bootstrap-datetimepicker-widget table td {
  text-align: center;
}

/* voyager - コンパニオン画像 */

.voyager .image_upload {
  clear: both;
  float: left;
  margin-right: 4px;
}

.voyager .image_upload_preview {
  height: 100px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  float: left;
  display: none;
  margin-right: 2px;
  margin-bottom: 2px;
  border: solid 1px #ccc;
  border-radius: 6px;
  padding: 4px;
}

.panel-footer {
  clear: both;
}

/* 店舗機能設定 */

.shop-functions div.col-md-4 + div.col-md-2 {
  clear: both;
}

/* ランキングセット Sortable 保存ボタンが下に移動する問題への対策 */

body.ranking-sets div.select2-container.select2-container-multi {
  height: 100%;
}

/* 管理画面 コンパニオン属性 checkbox */

.companion_attrs {
  margin-left: 20px;
}

.companion_attrs .form-check {
  width: 190px;
  display: inline-block;
}

.form-group .glyphicon-question-sign {
  margin-left: 10px;
}

/* 管理画面 出勤情報 固定出勤時間 */

.voyager.timesheet-recurs .fc-center {
  display: none;
}

.voyager.timesheet-recurs .fc-time-grid .fc-slats td {
  height: 0.5em;
}

.voyager.timesheet-recurs .fc-axis.fc-time.fc-widget-content {
  border: none;
}

.voyager.timesheet-recurs .fc-axis.fc-time.fc-widget-content > span {
  position: absolute;
  left: 5px;
}

/* 管理画面 MultipleImages { */

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

/* Uploader: Drag & Drop */

.flow-error {
  font-size: 14px;
  display: none;
}

.flow-error > div {
  display: none;
}

.flow-drop {
  font-size: 13px;
  text-align: center;
  color: #666;
  background-color: #fafafa;
  border: 1px dashed #ccc;
  border-radius: 4px;
  z-index: 9999;
  display: none;
}

.flow-dragover {
  padding: 30px;
  color: #555;
  background-color: #ddd;
  border: 1px solid #999;
}

.flow-progress {
  display: none;
}

/* Uploader: Progress bar */

.is-paused .progress-resume-link {
  display: inline;
}

.is-paused .progress-pause-link {
  display: none;
}

.is-complete .progress-pause {
  display: none;
}

/* Uploader: List of items being uploaded */

.flow-list {
  margin-top: 10px;
}

.uploader-item {
  width: 148px;
  height: 90px;
  background-color: #666;
  position: relative;
  border: 2px solid black;
  float: left;
  margin: 0 6px 6px 0;
}

.uploader-item-thumbnail {
  width: 148px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.uploader-item img.uploader-item-thumbnail {
  opacity: 0;
}

.uploader-item-creating-thumbnail {
  padding: 0 5px;
  font-size: 9px;
  color: white;
}

.uploader-item-title {
  position: absolute;
  font-size: 9px;
  line-height: 11px;
  padding: 3px 50px 3px 5px;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  min-height: 27px;
}

.uploader-item-status {
  position: absolute;
  bottom: 3px;
  right: 3px;
}

/* Uploader: Hover & Active status */

.uploader-item:hover,
.is-active .uploader-item {
  border-color: #4a873c;
  cursor: pointer;
}

.uploader-item:hover .uploader-item-title,
.is-active .uploader-item .uploader-item-title {
  background-color: rgba(74, 135, 60, 0.8);
}

/* Uploader: Error status */

.is-error .uploader-item:hover,
.is-active.is-error .uploader-item {
  border-color: #900;
}

.is-error .uploader-item:hover .uploader-item-title,
.is-active.is-error .uploader-item .uploader-item-title {
  background-color: rgba(153, 0, 0, 0.6);
}

.is-error .uploader-item-creating-thumbnail {
  display: none;
}

.upload-container .flow-file-name {
  display: none;
}

.upload-container .flow-file-size {
  display: none;
}

/* } 管理画面 MultipleImages */

.fc-border-separate thead tr {
  position: fixed;
  margin-bottom: 20px;
  width: 100%;
}

.fc-border-separate thead tr th {
  width: 80px;
}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 0px;
}

.description {
  display: inline-block;
  color: #3e6e93;
  font-size: 0.8em;
  border: 0;
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: rgba(232, 241, 248, 0.8);
  padding: 10px 16px;
  margin: 0 0 12px 0;
}

.description.light {
  background-color: #ebf0f4;
}

#sortable {
  list-style-type: none;
}

#sortable li {
  float: left;
  margin: 2px;
  width: 120px;
  height: 120px;
}

#sortable li .status {
  top: 3px;
  right: 3px;
}

#sortable li .number {
  top: 4px;
  left: 5px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 10px;
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 1;
}

.select2-search-choice-close {
  background-image: url(/js/select2-ng/select2x2.png) !important;
  background-size: 60px 40px;
}

#staging-mark {
  position: fixed;
  color: #000;
}

/* ページ内アンカー */

a[id^="pos-id-"]:before {
  content: "";
  display: inline-block;
  height: 100px;
  margin-top: -100px;
  vertical-align: top;
}

/* 2020.03.06 ラジオボタン横並び */

body.voyager .show-full .image_upload_preview_wrapper img {
  max-width: 100% !important;
  height: 240px !important;
  -o-object-fit: contain;
     object-fit: contain;
  border: unset;
}

body.voyager .browse table#dataTable tbody tr td {
  vertical-align: middle;
}

body.voyager .browse table#dataTable tbody tr td img {
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

body.voyager .form-sub-group {
  border: solid 1px #ccc;
  padding: 8px 12px 8px 12px;
  width: 100%;
  vertical-align: middle;
}

body.voyager .form-sub-group * {
  vertical-align: middle;
}

body.voyager .form-sub-group ul.radio {
  margin: 0 20px 0 20px;
  width: auto;
  display: inline-block;
}

body.voyager .form-sub-group ul.radio li {
  display: inline-block;
  width: auto;
}

body.voyager .form-sub-group input {
  width: auto;
  display: inline-block;
}

/* 2020.08.25 星評価 */

/*
 * General styles.
 * Not necessary for the component to work
*/

.rating-holder {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0 !important;
}

.c-rating {
  font-size: 80%;
}

.c-rating button {
  display: inline-block;
  float: left;
  width: 0.625em;
  height: 0.625em;
  border: 0;
  text-indent: -99999px;
  outline: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.5"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.5"] button:nth-child(1) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.5"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.5"] button:nth-child(2) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.5"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.5"] button:nth-child(3) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.5"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.5"] button:nth-child(4) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.5"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.5"] button:nth-child(5) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="5"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating--small {
  font-size: 50%;
}

.c-rating--big {
  font-size: 100%;
}

.c-rating--verybig {
  font-size: 200%;
}

.page-shop-companion .parallax-container h2.h3 {
  margin-top: 1.3rem;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-shop-companion .parallax-container h2.h3 {
    margin-bottom: 1.3rem;
  }
}

.card.normal .rating-holder .c-rating button,
.card2.horizontal .card2-image .rating-holder .c-rating button {
  -webkit-filter: drop-shadow(1.6px 1.6px 1.6px #000000aa);
          filter: drop-shadow(1.6px 1.6px 1.6px #000000aa);
  height: 3em;
  padding: 8px;
  font-size: 50%;
}

.c-rating-number {
  float: left;
  margin-left: 6px;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .c-rating-number {
    font-size: 1.2em;
    line-height: 1.5em;
  }
}

.page-shop-companion .c-rating-number {
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  .page-shop-companion .c-rating-number {
    font-size: 1.2em;
  }
}

.card.normal .rating-holder .c-rating .c-rating-number,
.card2.horizontal .rating-holder .c-rating .c-rating-number,
.ranking-content .c-rating-number {
  background-color: rgba(24, 24, 24, 0.3);
  border-radius: 4px;
  padding: 1px 4px 0 6px;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .card.normal .rating-holder .c-rating .c-rating-number,
  .card2.horizontal .rating-holder .c-rating .c-rating-number,
  .ranking-content .c-rating-number {
    line-height: 1.5em;
  }
}

.card2.horizontal .card2-image .rating-holder .c-rating button {
  padding: 6px;
}

.card2.horizontal .rating-holder .c-rating .c-rating-number {
  font-size: 1em;
  margin-left: 2px;
  padding: 2px 4px 2px 4px;
}

@media screen and (min-width: 768px) {
  .card2.horizontal .rating-holder .c-rating .c-rating-number {
    font-size: 8px;
    line-height: 1.5em;
  }
}

.card .card-content .card-title {
  margin-bottom: 0 !important;
}

.page-shop-companion .parallax-container .c-rating--big {
  font-size: 50%;
}

.page-shop-companion .parallax-container .c-rating--big button {
  display: inline-block;
  float: left;
  width: 1.25em;
  height: 1.25em;
  border: 0;
  text-indent: -99999px;
  outline: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="0.5"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="0.5"] button:nth-child(1) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="1"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="1.5"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="1.5"] button:nth-child(2) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="2"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="2.5"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="2.5"] button:nth-child(3) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="3"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="3.5"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="3.5"] button:nth-child(4) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="4"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="4.5"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="4.5"] button:nth-child(5) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.page-shop-companion .parallax-container .c-rating--big[data-rating-value="5"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .page-shop-companion .parallax-container .c-rating--big {
    font-size: 60%;
  }
}

.card.horizontal .card-stacked .card-content .c-rating--big,
.card2-stacked .card2-content .c-rating--big {
  font-size: 80%;
}

.card.horizontal .card-stacked .card-content .c-rating--big button,
.card2-stacked .card2-content .c-rating--big button {
  display: inline-block;
  float: left;
  width: 1.5em;
  height: 1.5em;
  border: 0;
  text-indent: -99999px;
  outline: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="0.5"] button:nth-child(-n+1),
.card2-stacked .card2-content .c-rating--big[data-rating-value="0.5"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="0.5"] button:nth-child(1),
.card2-stacked .card2-content .c-rating--big[data-rating-value="0.5"] button:nth-child(1) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="1"] button:nth-child(-n+1),
.card2-stacked .card2-content .c-rating--big[data-rating-value="1"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="1.5"] button:nth-child(-n+2),
.card2-stacked .card2-content .c-rating--big[data-rating-value="1.5"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="1.5"] button:nth-child(2),
.card2-stacked .card2-content .c-rating--big[data-rating-value="1.5"] button:nth-child(2) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="2"] button:nth-child(-n+2),
.card2-stacked .card2-content .c-rating--big[data-rating-value="2"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="2.5"] button:nth-child(-n+3),
.card2-stacked .card2-content .c-rating--big[data-rating-value="2.5"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="2.5"] button:nth-child(3),
.card2-stacked .card2-content .c-rating--big[data-rating-value="2.5"] button:nth-child(3) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="3"] button:nth-child(-n+3),
.card2-stacked .card2-content .c-rating--big[data-rating-value="3"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="3.5"] button:nth-child(-n+4),
.card2-stacked .card2-content .c-rating--big[data-rating-value="3.5"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="3.5"] button:nth-child(4),
.card2-stacked .card2-content .c-rating--big[data-rating-value="3.5"] button:nth-child(4) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="4"] button:nth-child(-n+4),
.card2-stacked .card2-content .c-rating--big[data-rating-value="4"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="4.5"] button:nth-child(-n+5),
.card2-stacked .card2-content .c-rating--big[data-rating-value="4.5"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="4.5"] button:nth-child(5),
.card2-stacked .card2-content .c-rating--big[data-rating-value="4.5"] button:nth-child(5) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.card.horizontal .card-stacked .card-content .c-rating--big[data-rating-value="5"] button:nth-child(-n+5),
.card2-stacked .card2-content .c-rating--big[data-rating-value="5"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .card.horizontal .card-stacked .card-content .title.condensed {
    font-size: 0.8em;
  }
}

/* 2020.08.25 体験投稿ページ 星評価 */

/*  
 *  Pure CSS star rating that works without reversing order
 *  of inputs
 *  -------------------------------------------------------
 *  NOTE: For the styling to work, there needs to be a radio
 *        input selected by default. There also needs to be a
 *        radio input before the first star, regardless of
 *        whether you offer a 'no rating' or 0 stars option
 *  
 *  This codepen uses FontAwesome icons
 */

#full-stars-input {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
}

#full-stars-input .rating-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#full-stars-input .rating__icon {
  pointer-events: none;
}

#full-stars-input .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

#full-stars-input .rating__input--none {
  display: none;
}

#full-stars-input .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1.8rem;
}

#full-stars-input .rating__icon--star {
  color: orange;
}

#full-stars-input .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}

#full-stars-input .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}

#full-stars-input .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

/* 2020.08.25 体験投稿ページ 店舗・コンパニオン選択 */

/**
 * Basic styles
 */

/* ul {
	margin: 0;
	padding: 0;
}

:focus {
	outline: none;
}

:disabled {
	background-color: transparent;
}
*/

/**
 * Multiple Select2
 */

.select2-container--material {
  width: 100% !important;
  /**
   * Textbox
   */
  /**
     * Dropdown
     */
  /**
 * Options
 */
  /**
     * Focused textbox
     */
  /**
 * Disabled textbox
 */
}

.select2-container--material ::-webkit-input-placeholder {
  color: inherit;
}

.select2-container--material ::-ms-input-placeholder {
  color: inherit;
}

.select2-container--material ::placeholder {
  color: inherit;
}

.select2-container--material .select2-selection {
  /* @extend input */
  overflow: visible;
  font: inherit;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  margin: 0;
  line-height: inherit;
  border-radius: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* @extend .form-control */
  display: block;
  width: 100%;
  color: #55595c;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: .5rem 0 .6rem;
  font-size: 1.2rem;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: .2rem;
  margin-bottom: 1rem;
  /* @extend input[type=text] */
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
  width: 100%;
  font-size: 1.2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  min-height: 2.1rem;
}

.select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--material .select2-selection--single .select2-selection__rendered {
  float: left;
}

.select2-container--material .select2-selection--single .select2-selection__arrow {
  float: right;
}

.select2-container--material .select2-selection--multiple {
  /**
   * Multiple selected options
   */
  /**
 * Multiple selected option clear button
 */
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice {
  /* @extend .mdl-chip */
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
  /* @extend .mdl-chip__text */
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
  /* Hide default content */
  font-size: 0;
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  -webkit-transition: opacity;
  transition: opacity;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
  content: "cancel";
  /* @extend .material-icons */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga' 1;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.54;
}

.select2-container--material .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  /* Match input[type=text] */
  height: 34px;
  line-height: 1;
}

.select2-container--material .select2-dropdown {
  border: 0;
}

.select2-container--material .select2-dropdown .select2-search__field {
  min-height: 2.1rem;
  margin-bottom: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.select2-container--material .select2-dropdown .select2-search__field:focus {
  border-bottom: 1px solid #4285f4;
  -webkit-box-shadow: 0 1px 0 0 #4585f4;
          box-shadow: 0 1px 0 0 #4585f4;
}

.select2-container--material .select2-results__options {
  /* @extend .zf-shadow-depth* */
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* @extend .dropdown-content */
  background-color: #fff;
  margin: 0;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  z-index: 999;
  will-change: width,height;
  /* @extend .dropdown-content inline styles */
}

.select2-container--material .select2-results__option {
  /* @extend .dropdown-content li */
  cursor: pointer;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5rem;
  text-align: left;
  text-transform: none;
  /* @extend .dropdown-content li>a, .dropdown-content li>span */
  font-size: 1.2rem;
  display: block;
  padding: 1rem;
  /**
   * Disabled options
   */
  /**
 * Selected option
 */
  /**
 * Active/hovered option
 */
}

.select2-container--material .select2-results__option[aria-disabled=true] {
  /* @extend .select-dropdown li.disabled */
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
  /* @extend .disabled */
  cursor: not-allowed;
}

.select2-container--material .select2-results__option[aria-selected=true] {
  /* @extend .dropdown-content li:active, .dropdow-content li:hover */
  color: #4285f4;
  background-color: #eee;
}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
}

.select2-container--material.select2-container--focus .select2-selection {
  /* @extend input[type=text]:focus */
  border-bottom: 1px solid #4285f4;
  -webkit-box-shadow: 0 1px 0 0 #4585f4;
          box-shadow: 0 1px 0 0 #4585f4;
}

.select2-container--material.select2-container--disabled .select2-selection {
  /* @extend .select-wrapper input.select-dropdown:disabled */
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-field.select2 .select-dropdown.dropdown-trigger {
  display: none;
}

.helper-text.invalid {
  color: red;
}

.gradient-blue th {
  white-space: normal;
  max-width: 45%;
  width: 25%;
}

@media screen and (max-width: 600px) {
  .gradient-blue th {
    width: 45%;
  }
}

.gradient-blue td {
  padding: 15px 15px;
}

