﻿@charset "UTF-8";

/* ----Font---- */
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  color: #231F20;
}
h1,h2,h3,.h1,.h2,.h3 { 
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.co-gold {
  color: #BCA99A;
}
.font-eng {
  font-family: 'Oswald', sans-serif;
}
.price {
  color: #D90B3F;
}
.notice-message {
  margin: 20px auto;
  font-size: 11px;
  color: #888888;
}
.optimaized-h1 { display: none !important;}

/* アイコン */
.block-icon span { margin: 0 0 3px 5px; font-size: 10px; font-weight: 700; word-break: keep-all; display: inline-block;}
.block-icon--flag-sendfree    {}
.block-icon--flag-returnok    {}
.block-icon--flag-coupon      { color: #E86C8B;}
.block-icon--flag-rearrival   { color: #7BBF78;}
.block-icon--auto-lsize       { color: #7888BF;}
.block-icon--auto-largesize   { color: #78BFAF;}
.block-icon--auto-reservation { color: #73B4D1;}
.block-icon--auto-webonly     { color: #BB86D3;}
.block-icon--auto-shoponly    { color: #A78053;}
.block-icon--auto-outletonly  { color: #ea6363;}
.block-icon--auto-soldout     { color: #808080;}

/* ----パンくず---- */
.block-topic-path {width: 100%;height: 40px;padding: 0 0 0 15px;margin: 0;font-size: 0;background-color: transparent;overflow: scroll;}
.block-topic-path--list {width: -webkit-max-content;width: max-content;height: 40px;line-height: 40px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.block-topic-path--list li { height: 40px; padding-right: 5px; line-height: 40px; font-size: 10px; color: #231F20; display: inline;}
.block-topic-path--list a { text-decoration: none; color: #231F20;}
.block-topic-path--list .block-topic-path--item__current a { color: #BCA99A;}

/* ----パンくず 横スクロール版---- */
.block-topic-path-scroll { width: 100%; height: 40px; padding: 0 0 0 15px; margin: 0; font-size: 0; background-color: transparent; overflow-x: scroll; word-break: keep-all; white-space: nowrap;}
.block-topic-path-scroll--list { width: 100%; height: 40px; line-height: 40px; white-space: nowrap; text-overflow: ellipsis; word-break: keep-all;}
.block-topic-path-scroll--list li { height: 40px; padding-right: 5px; line-height: 40px; font-size: 10px; color: #231F20; display: inline;}
.block-topic-path-scroll--list a { text-decoration: none; color: #231F20;}
.block-topic-path-scroll--list .block-topic-path--item__current a { color: #BCA99A;}

body.page-category .block-topic-path--list li,
body.page-genre .block-topic-path--list li,
body.page-event .block-topic-path--list li { color: #231F20;}
body.page-category .block-topic-path--list li a,
body.page-genre .block-topic-path--list li a,
body.page-event .block-topic-path--list li a { color: #231F20;}
body.page-category .block-topic-path--list .block-topic-path--item__current a,
body.page-genre .block-topic-path--list .block-topic-path--item__current a,
body.page-event .block-topic-path--list .block-topic-path--item__current a { color: #BCA99A;}

body.page-goods .block-topic-path--list li { color: #231F20;}
body.page-goods .block-topic-path--list a  { color: #231F20;}
body.page-goods .block-topic-path--list .block-topic-path--item__current a { color: #808080;}

body.page-brandtop .block-topic-path { display: none;}

/* ----ページャー---- */
.pager { margin: 10px 0; text-align: center;}
.pager > * { display: inline-block; vertical-align: top;}
.pager-scope { padding: 3px; margin: 0 10px; text-align: center; display: block;}
.pager-total { padding: 0 0 10px 0; margin: 0 auto; text-align: center; font-size: 13px; letter-spacing: 0.1em; display: block;}
.pager-total .pager-count { margin: 0 0 0 5px;}
.pager-count span { font-weight: normal;}
.pager-count, .pager-total-count {font-size: 13px; letter-spacing: 0.1em;}
.pagination-wrap {padding-top: 10px;}
.pagination > li { min-width: 38px;}
.pagination { display: inline-block;}
.pagination > * {
  width: 40px; height: 40px; padding: 0; margin: 0 5px 5px 5px; border: #D7DBDA 1px solid; 
  border-radius: 40px; text-align: center; line-height: 38px; font-size: 14px; display: block;
  list-style-type: none; background-color: #fff; float: left;
}
.pagination a { display: block; text-decoration: none;}
.pagination a i { padding: 0; margin: 0 auto; float: none; position: relative; top: -1px;}
.pagination > .disabled { color: #777;}
.pager-current { border: 1px solid #D9D9D9; color: #fff; background-color: #D9D9D9;}
.pager-current span { font-weight: 700;}

.pagination-jump .pagination > * {
  width: 80px; height: 40px; padding: 0; margin: 0 5px 5px 5px; border: #222222 1px solid; 
  border-radius: 3px; text-align: center; line-height: 38px; font-size: 14px; display: block;
  list-style-type: none; color: #fff; background-color: #222; float: left;
}
.pagination-jump .pagination a { color: #fff; font-size: 20px; background: #222;}
.pagination .pager-first { display: none;}
.pagination .pager-last { display: none;}

.pagination li.pager-current-before { margin-left: 30px; position: relative;}
.pagination li.pager-current-next { margin-right: 30px; position: relative;}
.pagination li.pager-current-before::before { content: '...'; display: block; position: absolute; bottom: 4px; left: -24px;}
.pagination li.pager-current-next::after { content: '...'; display: block; position: absolute; bottom: 4px; right: -24px;}

/* ----入力フォーム共通---- */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  max-width: 100%;
  padding: 13px 15px 12px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  border-radius: 3px;
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
select:hover,
textarea:hover {
  border: 1px solid #666;
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #f0f0f0;
  border: #d0d0d0 1px solid;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
input[type="radio"]:checked {
  border: #231F20 1px solid;
  background: #231f20;
}
input[type="radio"]:checked:before {
  content: "";
	width: 9px;
	height: 6px;
  background: #231F20;
  border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 4px);
  display: block;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #ffffff;
  border: #d9d9d9 1px solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
input[type="checkbox"]:checked {
  border: #231F20 1px solid;
  background: #231f20;
}
input[type="checkbox"]:checked:before {
  content: "";
	width: 9px;
	height: 6px;
  background: #231F20;
  border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  display: block;
}


label.radio,
label.checkbox,
input[type="radio"],
input[type="radio"] + label,
input[type="checkbox"],
input[type="checkbox"] + label,
select {
  cursor: pointer;
}

input[type="text"][disabled] {
  background: #dcdcdc;
  cursor: not-allowed;
}

/* ----ボタン---- */

.btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 10px;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.disabled:active,
.btn[disabled]:active {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none !important;
}

.btn-default {
  color: #808080;
  border: solid 1px #F0F0F0;
  background-color: #F0F0F0;
}

.btn-primary {
  color: #fff;
  border: solid 1px #231F20;
  background-color: #231F20;
}

.btn-secondary {
  color: #fff;
  border: solid 1px #666;
  background-color: #666;
}

.btn-danger {
  color: #fff;
  border: solid 1px #BCA99A;
  background-color: #BCA99A;
}

.hidden-btn {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.input-group {
  display: table;
  width: 100%;
}

.input-group > span {
  display: table-cell;
  width: 100%;
}

.input-group-btn {
  display: table-cell;
  white-space: nowrap;
}

/* ----画面上部メッセージー---- */

.alert {
  margin-top: 5px;
  padding: 10px 10px 10px 30px;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.alert:before {
  font-family: FontAwesome;
  content: "\f071";
  position: absolute;
  left: 10px;
}

.success {
  margin-top: 5px;
  padding: 10px 10px 10px 30px;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #bce8f1;
  color: #31708f;
  background-color: #d9edf7;
}

.success:before {
  font-family: FontAwesome;
  content: "\f05a";
  position: absolute;
  left: 10px;
}

/* ----入力フォームタイトル---- */

.legend {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  margin: 10px 0;
  padding: 5px 0;
  border-bottom: 2px solid #444;
}

/* ----縦型入力フォーム---- */

.fieldset-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fieldset-vertical .form-group {
  margin: 5px 0 20px 0;
}

.fieldset-vertical .constraint {
  float: left;
  margin: 0 0 5px 0;
}

.fieldset-vertical .form-label {
  float: left;
  margin: 0 5px 10px 0;
}

.fieldset-vertical .form-label label {
  font-weight: 700;
}

.fieldset-vertical .form-control {
  clear: both;
}

/* ----入力支援---- */

.form-error {
  display: block;
  color: #a94442;
}

.required:after {
  display: inline;
  padding: .2em .6em;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  color: #fff;
  background-color: #BCA99A;
  content: "必須";
}

.help-block {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #737373;
}

.count-msg-another {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #555;
}

.count-msg {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #f66;
}

/* ----入力フォームボタン---- */

.action-buttons {
  width: auto;
  margin: 0 0 30px 0;
  display: block;
  text-align: center;
}

.action .btn {
  width: 70%;
  margin: 10px auto 0;
  padding: 12px 0 11px;
  border-bottom-width: 2px;
  border-radius: 3px;
  font-size: 15px;
}

/* ----ラジオボタン、チェックボックス---- */

.radio {
  margin-right: 10px;
}

.checkbox {
  margin-right: 10px;
}

/* ----EFO---- */

.efo-icon {
  border: none;
  vertical-align: middle;
}

input[type="text"].efo-error,
input[type="tel"].efo-error,
input[type="email"].efo-error,
input[type="search"].efo-error,
input[type="password"].efo-error,
input[type="url"].efo-error,
input[type="number"].efo-error,
select.efo-error,
textarea.efo-error {
  background-color: #f2dede;
}

input[type="text"].efo-valid,
input[type="tel"].efo-valid,
input[type="email"].efo-valid,
input[type="search"].efo-valid,
input[type="password"].efo-valid,
input[type="url"].efo-valid,
input[type="number"].efo-valid,
select.efo-valid,
textarea.efo-valid {
  background-color: #e9f2d7;
}

/* ------------------------------------------------
	Magnific Popup
------------------------------------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-size: 28px;
  font-style: normal;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* ------------------------------------------------
	Perfect Scroll
------------------------------------------------- */
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
