@charset "UTF-8";
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
@import url("https://fonts.googleapis.com/css?family=Tenor+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Work+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
@import url("https://use.typekit.net/wwg4ymf.css");
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* Firefox 40+ */
}

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */
}

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */
}

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0;
}

/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat;
}

/* specify the root styles of the document */
:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the font size of small elements */
small {
  font-size: 75%;
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

ol, ul, li {
  list-style: none;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.browser-compatibility-alert {
  z-index: 99999;
  text-align: center;
}

.section {
  margin-bottom: 40px;
}

.section.mb0, .section:last-child {
  margin-bottom: 0;
}

.section.checked_items {
  margin-top: 40px;
}

.shadow_s {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.full_width {
  width: calc(100% + 20px);
  margin-left: -10px;
  max-width: calc(100% + 20px) !important;
}

.txt_center {
  text-align: center;
}

.sp .sp_hide {
  display: none !important;
}

.pc .pc_hide {
  display: none !important;
}

:placeholder-shown {
  color: #aaa;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

.arrow p {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  overflow: visible;
}

.arrow {
  position: relative;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow_down-right::before {
  right: -12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.arrow.arrow_down-left {
  padding-left: 12px;
  margin-left: 8px;
}

.arrow.arrow_down-left::before,
.arrow.arrow_down-left::after {
  left: 0px;
  right: auto;
}

.arrow_down-left::before {
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.arrow_right-right::before {
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow.arrow_right-left {
  text-indent: 15px;
  display: inline-block;
}

.arrow.arrow_right-left::before,
.arrow.arrow_right-left::after {
  left: 0px;
  right: auto;
}

.arrow_right-left::before {
  left: -12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bdr4 {
  border: 1px solid #555;
  padding: 5px 10px;
  text-align: center;
}

.bdr4 a {
  position: relative;
  left: -4px;
}

.en_jp {
  font-size: 1.1em;
}

html,
body {
  background: #fff;
  height: 100%;
  color: #222;
}

.fixed {
  position: fixed !important;
  left: 0;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Hind Vadodara", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "メイリオ", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  line-height: 1.5;
}

#main {
  padding-top: 86px;
}

.brandPage_pbd #main {
  opacity: 0;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
}

section h1 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

h1,
h2,
h3 {
  font-weight: bold;
}

h2.title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  text-transform: none;
  width: 100%;
}

h2 {
  text-transform: none;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:link,
a:visited {
  color: #222;
}

.underline a,
a.underline,
.underline {
  text-decoration: underline;
}

.clfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

header {
  background: #fff;
  padding: 0 20px;
  height: auto;
  width: 100%;
  z-index: 100;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
}

header .header_inner {
  position: relative;
  height: 40px;
}

header h1.primary-logo,
header h2.primary-logo {
  width: 190px;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
}

header h1.primary-logo img,
header h2.primary-logo img {
  width: 100%;
}

header .buttons {
  position: relative;
  width: 100px;
  float: right;
  padding-top: 3px;
  text-align: right;
  right: -15px;
}

header .button_mypage {
  position: relative;
  right: 45px;
  top: 1px;
  width: 20px;
  height: 20px;
}

header .button_mypage svg {
  height: 24px;
  width: 20px;
  color: #222;
}

header #header-mini-cart {
  position: absolute;
  top: 9px;
  right: 10px;
}

header .cart_icon {
  position: relative;
  top: 1px;
  width: 30px;
  color: #222;
}

header .mini-cart-total {
  height: 20px;
}

header .mini-cart-link img {
  width: 28px;
  max-width: none;
  position: relative;
  top: -2px;
}

.mini-cart-total .mini-cart-link .minicart-quantity,
.minicart-quantity {
  position: absolute;
  background: red;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
  border: 1px solid red;
  top: -8px;
  right: -8px;
  padding: 0;
}

.mini-cart-total .mini-cart-link .minicart-quantity span,
.minicart-quantity span {
  display: block;
  position: relative;
  top: 2px;
  color: #fff;
}

.mini-cart-empty .minicart-quantity {
  display: none !important;
}

.modal_search,
.modal_brands {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  display: none;
  padding: 50px 30px 100px;
}

.modal_search .modal_search_inner,
.modal_search .modal_brands_inner,
.modal_brands .modal_search_inner,
.modal_brands .modal_brands_inner {
  width: 100%;
}

.modal_search form,
.modal_brands form {
  margin: 30px 0 20px;
}

.modal_search .tag_btn_list,
.modal_brands .tag_btn_list {
  margin-bottom: 30px;
}

.modal_search .modal_brands_inner,
.modal_brands .modal_brands_inner {
  padding-top: 30px;
}

.modal_search .modal_brands_inner li,
.modal_brands .modal_brands_inner li {
  width: 80%;
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}

.modal_search .modal_brands_inner li img,
.modal_brands .modal_brands_inner li img {
  width: 100%;
}

.brands_cont {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #fff;
}

.brands_cont .drop_trigger span {
  background-color: #222;
  padding: 10px;
  color: #fff;
}

.brands_cont .drop_trigger span.arrow_down-right::before {
  right: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: none;
  transition: none;
}

.brands_cont .child {
  display: none;
  left: 0;
  z-index: 1;
  top: 39px;
}

.brands_cont .child li {
  color: #222;
  border-bottom: none;
}

.brands_cont .child li a {
  padding: 13px 0 10px 3px;
  display: block;
  color: #222;
  border-bottom: 1px solid #aaa;
}

.brands_cont .child li:last-child a {
  border-bottom: none;
}

h3.current_brand_ttl {
  background: transparent !important;
  color: #222 !important;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 15px;
  padding: 0 !important;
}

.item_list_wrap {
  width: 100%;
  margin: 20px auto 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item_list_wrap .item_h4 {
  color: #222;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 10px;
  position: relative;
}

.item_list_wrap ul.item_list, .item_list_wrap.brand_cont {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item_list_wrap ul.item_list li, .item_list_wrap.brand_cont li {
  width: 50%;
  color: #222;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-collapse: collapse;
  font-size: 1.2rem;
}

.item_list_wrap ul.item_list li:nth-child(-n + 2), .item_list_wrap.brand_cont li:nth-child(-n + 2) {
  border-top: 1px solid #aaa;
}

.item_list_wrap ul.item_list li:nth-last-child(-n + 2), .item_list_wrap.brand_cont li:nth-last-child(-n + 2) {
  border-bottom: 1px solid #aaa;
}

.item_list_wrap ul.item_list li:nth-child(2n), .item_list_wrap.brand_cont li:nth-child(2n) {
  border-left: none;
  margin-left: -1px;
}

.item_list_wrap ul.item_list li a, .item_list_wrap.brand_cont li a {
  padding: 7px 10px 5px;
  display: inline-block;
  width: 100%;
}

.item_list_wrap ul.item_list li a:before, .item_list_wrap ul.item_list li a:after, .item_list_wrap.brand_cont li a:before, .item_list_wrap.brand_cont li a:after {
  display: none;
}

.item_list_wrap ul.item_list li ul, .item_list_wrap.brand_cont li ul {
  display: none;
}

.item_list_wrap.brand_cont {
  display: none;
}

.item_list_wrap.brand_cont ul {
  display: none;
}

.item_list_wrap ul.item_list.side_categories {
  margin-left: 1px;
}

.item_list_wrap ul.item_list.side_categories > li:nth-child(even) {
  border-left: 1px solid #aaa;
  margin-left: -1px;
}

.item_list_wrap ul.item_list.side_categories > li:nth-child(odd) {
  margin-left: -1px;
}

.item_list_wrap ul.item_list.side_categories > li.brand-all-item {
  width: calc(100% - 1px);
  border-top: 1px solid #aaa;
  border-bottom: none;
  margin-left: -1px;
}

.sub_tree > li,
.item_list_wrap ul.item_list.side_categories.sub_tree > li {
  border: none;
  border-bottom: 1px solid #aaa;
  width: 100%;
}

.sub_tree > li a,
.item_list_wrap ul.item_list.side_categories.sub_tree > li a {
  padding-left: 0;
}

.sub_tree > li a:before,
.sub_tree > li a:after,
.item_list_wrap ul.item_list.side_categories.sub_tree > li a:before,
.item_list_wrap ul.item_list.side_categories.sub_tree > li a:after {
  display: block;
  right: 8px;
}

.sub_tree > li.active a:before,
.sub_tree > li.active span:before,
.item_list_wrap ul.item_list.side_categories.sub_tree > li.active a:before,
.item_list_wrap ul.item_list.side_categories.sub_tree > li.active span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 3px;
}

.sub_tree .sub_cat,
.item_list_wrap ul.item_list.side_categories.sub_tree .sub_cat {
  display: none;
  margin: 5px 0;
}

.sub_tree .sub_cat > li,
.item_list_wrap ul.item_list.side_categories.sub_tree .sub_cat > li {
  border: none;
  margin-left: 10px;
  padding: 0;
  line-height: 1.4;
  width: 100%;
}

.sub_tree .sub_cat > li a,
.item_list_wrap ul.item_list.side_categories.sub_tree .sub_cat > li a {
  padding: 7px 0;
}

.sub_tree .sub_cat > li a:before,
.item_list_wrap ul.item_list.side_categories.sub_tree .sub_cat > li a:before {
  content: "";
  width: 7px;
  margin-left: 3px;
  margin: 3px;
  border-bottom: 1px solid #222;
  display: inline-block;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.sub_tree .sub_cat > li:first-child a,
.item_list_wrap ul.item_list.side_categories.sub_tree .sub_cat > li:first-child a {
  padding-top: 0;
}

.bnr_hide {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

header .user-info {
  display: none;
}

.menu-utility-user .user-info .user-panel {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px 0 #ccc;
          box-shadow: 0 2px 5px 0 #ccc;
  margin-top: 0;
  opacity: 0;
  padding: 1em;
  position: absolute;
  right: -1.5rem;
  visibility: hidden;
  z-index: 20;
}

.menu-utility-user {
  right: 0;
}

.menu-utility-user .user-info .user-panel {
  right: 0;
  padding: 8px 0;
  width: 130px;
  max-width: none;
  display: block;
}

.menu-utility-user .user-info .user-panel a {
  color: #222;
  width: 90%;
  margin: auto;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-utility-user .user-info .user-panel a:first-child {
  padding-top: 0;
}

.menu-utility-user .user-info .user-panel a:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.menu-utility-user .user-info .user-panel a:hover {
  opacity: 0.6;
}

.menu-utility-user li {
  border: none;
}

.menu-utility-user .user-info.active .user-panel {
  opacity: 1;
  visibility: visible;
}

.menu-utility-user .user-info .user-panel .user-links {
  padding-left: 0;
}

.header-banner {
  height: auto;
  width: calc(100% + 40px);
  max-width: inherit;
  margin-left: -20px;
  line-height: 1.3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}

.header-banner .header-promotion {
  padding: 0;
}

.header-banner h2 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.header-banner a {
  padding: 5px 0px;
  color: #fff;
  display: block;
  background-color: #555;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
}

.header-banner a:hover {
  background: #555;
}

button,
.button,
.buttonstyle,
input[type="button"] {
  border: none;
  width: auto;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

button:focus {
  outline: none;
}

button.menu-trigger {
  min-height: auto;
  background-color: transparent;
  border: none;
  padding: 20px 0;
}

button.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger,
.burger_back {
  position: absolute;
  top: 12px;
  left: -10px;
  width: 25px;
  height: 18px;
  z-index: 180;
}

.burger_back {
  top: 17px;
  left: 20px;
}

button:hover,
.button:hover,
.buttonstyle:hover,
input[type="button"]:hover {
  background: none;
}

.menu-trigger span,
.burger_back span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
  border-radius: 0px;
}

.menu-trigger span:nth-of-type(1),
.burger_back span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2),
.burger_back span:nth-of-type(2) {
  top: 7px;
  width: 25px;
}

.burger_back span:nth-of-type(2) {
  left: 1px;
}

.menu-trigger span:nth-of-type(3),
.burger_back span:nth-of-type(3) {
  top: 14px;
}

.burger_back span:nth-of-type(1),
.burger_back span:nth-of-type(3) {
  width: 10px;
}

.burger_back span:nth-of-type(1) {
  -webkit-transform: translate(0px, 4px) rotate(-45deg);
          transform: translate(0px, 4px) rotate(-45deg);
  top: -1px;
}

.burger_back span:nth-of-type(3) {
  -webkit-transform: translate(0px, -5px) rotate(45deg);
          transform: translate(0px, -5px) rotate(45deg);
  top: 16px;
}

.bottom_nav {
  position: fixed;
  bottom: 0;
  background: #fff;
  padding: 0;
  z-index: -1;
  height: 50px;
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.bottom_nav.mini {
  bottom: -16px;
}

.bottom_nav ul {
  width: 90%;
  margin: auto;
}

.bottom_nav li {
  text-align: center;
  width: 19%;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  position: relative;
}

.bottom_nav li a {
  display: block;
  width: 100%;
  height: 50px;
  padding: 8px 0;
}

.bottom_nav li img {
  width: 50%;
  position: relative;
}

.bottom_nav li span {
  position: absolute;
  bottom: 3px;
  display: block;
  text-align: center;
  font-size: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.bottom_nav .icon-brands {
  width: 36%;
  top: 2px;
}

.bottom_nav .icon-new {
  width: 35%;
  top: 2px;
}

.bottom_nav .icon-ranking {
  width: 30%;
  top: 3px;
}

.bottom_nav .icon-news {
  width: 26%;
  top: 3px;
}

.bottom_nav .icon-fav {
  width: 32%;
  top: 3px;
}

.bottom_nav.show {
  opacity: 1;
  z-index: 200;
}

button.drop_trigger {
  padding: 0;
  background: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

button.drop_trigger span {
  display: block;
  color: #222;
  position: relative;
  text-align: left;
  font-weight: normal;
  font-size: 1.3rem;
}

button.drop_trigger.active span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 3px;
}

.sidebar_show {
  -webkit-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
}

nav[role="navigation"].sidebar {
  position: fixed;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  height: 100vh;
  background: #fff;
  padding: 50px 0 100px;
  overflow: auto;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 190;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  text-align: left;
}

nav[role="navigation"].sidebar section.nav_inner {
  padding: 30px 10px;
  border-bottom: 1px solid #aaa;
}

nav[role="navigation"].sidebar section.nav_inner.side_brands {
  padding-top: 0;
}

nav[role="navigation"].sidebar section.nav_inner:last-child {
  border: none;
}

nav[role="navigation"].sidebar .nav_top_ttl {
  font-weight: 400;
  background: #222;
  color: #fff;
  height: 40px;
  position: relative;
  letter-spacing: 2px;
}

nav[role="navigation"].sidebar .nav_top_ttl a {
  color: #fff;
  padding: 10px 20px;
  position: relative;
  display: block;
}

nav[role="navigation"].sidebar .nav_top_ttl a.arrow_right-right::before {
  border-color: #fff;
  top: 1px;
}

nav[role="navigation"].sidebar .menu-utility-user {
  float: none;
  right: auto;
  width: 100%;
  padding: 0 10px;
  margin-top: 20px;
}

nav[role="navigation"].sidebar .menu-utility-user > li {
  width: 50%;
  text-align: center;
  float: left;
  padding: 0;
  margin: 0;
}

nav[role="navigation"].sidebar .menu-utility-user .search_btn {
  right: auto;
  padding: 10px 0 10px 0;
  width: 50%;
}

nav[role="navigation"].sidebar .menu-utility-user #mini-cart {
  top: auto;
  right: auto;
  position: relative;
  padding: 10px 0 10px 0;
  width: 50%;
  text-align: center;
  display: none;
}

nav[role="navigation"].sidebar .menu-utility-user #mini-cart .mini-cart-total {
  margin: auto;
  width: 60px;
  position: relative;
}

nav[role="navigation"].sidebar .menu-utility-user #mini-cart .mini-cart-total .minicart-quantity {
  right: 0px;
}

nav[role="navigation"].sidebar .menu-utility-user .user-info {
  width: 100%;
  border-top: 1px solid #aaa;
  display: block;
  margin-top: 10px;
}

nav[role="navigation"].sidebar .menu-utility-user .user-info .user-login,
nav[role="navigation"].sidebar .menu-utility-user .user-info .button_mypage {
  color: #222;
  display: inline-block;
  width: 50%;
  float: left;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  top: auto;
  right: auto;
  left: auto;
  padding: 10px;
  height: 40px;
}

nav[role="navigation"].sidebar .menu-utility-user .user-info .user-login span,
nav[role="navigation"].sidebar .menu-utility-user .user-info .button_mypage span {
  display: block;
}

nav[role="navigation"].sidebar .menu-utility-user .user-info .user-login {
  border-right: 1px solid #aaa;
  height: 40px;
}

nav[role="navigation"].sidebar .menu-utility-user .nav_manu {
  width: 100%;
}

nav[role="navigation"].sidebar .menu-utility-user .nav_manu .nav_menu_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #aaa;
}

nav[role="navigation"].sidebar .menu-utility-user .nav_manu .nav_menu_ul li {
  display: inline-block;
  width: 33%;
  text-align: center;
  padding: 0px;
  border: none;
  position: relative;
  margin-bottom: 15px;
}

nav[role="navigation"].sidebar .menu-utility-user .nav_manu .nav_menu_ul li span {
  font-size: 1.1rem;
  display: block;
  white-space: nowrap;
  color: #222;
}

nav[role="navigation"].sidebar .menu-utility-user .nav_manu .nav_menu_ul img {
  width: 100px;
  max-height: 27px;
}

nav[role="navigation"].sidebar .menu-utility-user .nav_manu .nav_menu_ul .minicart-quantity {
  right: 5px;
}

nav[role="navigation"].sidebar .guide_contact .drop_trigger span {
  margin-bottom: 10px;
}

nav[role="navigation"].sidebar .guide_contact .drop_trigger span.arrow_down-right::before {
  right: 18px;
}

nav[role="navigation"].sidebar .guide_contact .side_sub_menu {
  width: 100%;
  margin: 0 auto;
}

nav[role="navigation"].sidebar .guide_contact .side_sub_menu li {
  font-size: 1.2rem;
  padding: 0;
  border-bottom: none;
  margin-top: 10px;
}

nav[role="navigation"].sidebar h3 {
  background: #555;
  color: #fff;
  padding: 5px 20px;
  text-align: left;
}

nav[role="navigation"].sidebar .fa-angle-down {
  position: absolute;
  right: 20px;
  top: 8px;
}

nav[role="navigation"].sidebar ul.category,
nav[role="navigation"].sidebar ul.brands {
  width: calc(100% + 10px);
  margin-right: -10px;
  margin-bottom: 30px;
  padding: 0;
}

nav[role="navigation"].sidebar ul.category li,
nav[role="navigation"].sidebar ul.brands li {
  border: none;
  padding: 0;
  width: calc(50% - 10px);
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  display: table;
}

nav[role="navigation"].sidebar ul.category li a,
nav[role="navigation"].sidebar ul.brands li a {
  width: 100%;
  display: table-cell;
  background: #fff;
  vertical-align: middle;
  padding: 0 10px 0;
  font-size: 1.3rem;
  height: 40px;
  line-height: 1.4;
}

nav[role="navigation"].sidebar ul.category {
  display: none;
}

nav[role="navigation"].sidebar ul.brands {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: -10px;
  padding: 0 20px;
}

nav[role="navigation"].sidebar ul.brands li {
  margin-left: 0;
}

nav[role="navigation"].sidebar ul.brands li:nth-of-type(2n) {
  margin-right: 0;
}

nav[role="navigation"].sidebar ul.brands a {
  text-align: center;
}

nav[role="navigation"].sidebar ul.brands a img {
  width: 100%;
}

nav[role="navigation"].sidebar a.syncer-acdn {
  color: #222;
  font-weight: normal;
  display: block;
}

nav[role="navigation"].sidebar section.nav_inner.search_section {
  border: none;
  padding: 20px 10px 30px;
  overflow-x: hidden;
}

nav[role="navigation"].sidebar section.nav_inner.search_section form {
  width: 100%;
  margin: 0 auto 10px;
}

nav[role="navigation"].sidebar section.nav_inner.search_section form input {
  border: none;
  border-bottom: 1px solid #222;
  width: calc(100% - 40px);
  float: left;
  color: #222;
  height: auto;
  padding: 0;
  padding-bottom: 5px;
}

nav[role="navigation"].sidebar section.nav_inner.search_section form input:focus {
  outline: none;
}

nav[role="navigation"].sidebar section.nav_inner.search_section form button {
  width: 40px;
  float: left;
  padding: 0;
  border: none;
}

nav[role="navigation"].sidebar section.nav_inner.search_section form button img {
  width: 30px;
  position: relative;
  top: -2px;
}

ul.tag_btn_list li {
  display: inline-block;
  border: 1px solid #aaa;
  padding: 0 !important;
  margin-top: 8px;
  font-size: 1.2rem !important;
  margin-right: 6px;
  line-height: 0;
}

ul.tag_btn_list li a {
  padding: 15px 7px 15px;
  display: inline-block;
}

.overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  display: none;
}

.overlay.active {
  z-index: 100;
  display: block;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  from {
    display: block;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    display: block;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}

footer {
  background: #e5e5e5;
  width: 100%;
  margin-top: 40px;
}

.goTop {
  text-align: center;
  margin: 40px auto 0;
}

.goTop a {
  width: 40px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.goTop a img {
  width: 100%;
  margin-bottom: 5px;
}

.goTop a span {
  display: block;
}

.goTop a:hover {
  opacity: 0.7;
}

.footer_inner {
  width: 100%;
  padding: 40px 20px;
  margin: auto;
  color: #222;
}

.footer_inner a {
  color: #222;
}

.footer_inner ul {
  margin: 0 auto 15px;
}

.footer_inner ul.icons {
  width: 300px;
  display: table;
}

.footer_inner ul.icons li {
  display: table-cell;
  vertical-align: middle;
  width: calc(50% - 20px);
  float: left;
  height: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.footer_inner ul.icons li img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 10px;
  display: inline-block;
}

.footer_inner ul.buttons {
  width: 100%;
  margin-bottom: 30px;
}

.footer_inner ul.buttons li {
  display: block;
  width: calc(50% - 10px);
  float: left;
  text-align: center;
  margin-right: 10px;
  padding: 0;
  border: 1px solid #222;
}

.footer_inner ul.buttons a {
  font-size: 1.2rem;
  display: block;
  padding: 10px 0;
  border-color: #aaa;
}

.footer_inner ul.buttons .payment {
  position: relative;
  left: 2px;
}

.footer_inner ul.buttons .point {
  position: relative;
  left: 2px;
}

.footer_inner ul.links {
  width: 100%;
  text-align: left;
}

.footer_inner ul.links li {
  display: block;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}

.footer_inner ul.links a {
  display: block;
  width: 100%;
}

.footer_inner ul.links .arrow_right-right::before {
  right: 5px !important;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
}

.footer_inner .copyright {
  background: none;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  margin: auto;
  padding-bottom: 50px;
  color: #222;
}

.footer_sns {
  text-align: center;
  margin: auto;
}

.footer_sns li {
  display: inline-block;
  margin: 0 20px 40px;
  text-align: center;
}

.footer_sns li img {
  max-width: 23px;
  height: 28px;
}

#wrapper {
  background: #fff;
  padding-bottom: 0;
}

#wrapper.menu-active {
  left: 0;
}

.contents {
  position: relative;
  padding: 0 10px;
}

.breadcrumb {
  font-size: 10px;
  padding-top: 20px;
}

.breadcrumb .current {
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
}

.breadcrumb .breadcrumb-element:after {
  margin: 0;
  padding: 0 5px;
}

.breadcrumb h2 {
  text-transform: unset;
}

.pagination {
  margin: 20px auto 10px;
  text-align: center;
  clear: both;
}

.pagination .center {
  display: inline;
}

.pagination li {
  display: inline-block;
}

.pagination .current-page,
.pagination a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  line-height: 1;
  margin: 0 7px;
  background: #fff;
}

.pagination .fa {
  font-size: 18px;
  margin-top: -2px;
}

.pagination .current-page {
  background: #222;
  color: #fff;
}

.pagination .dots {
  display: inline-block;
  letter-spacing: 0.2em;
}

.pagination .first-last a {
  background: none;
  width: 10px;
}

/* End Editted */
.slide_controler {
  top: 28%;
}

#mini-cart .mini-cart-content,
#header-mini-cart .mini-cart-content {
  display: none;
  max-width: 320px;
  width: 320px;
  top: 1.4em;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#mini-cart .mini-cart-content .mini-cart-products,
#header-mini-cart .mini-cart-content .mini-cart-products {
  max-height: 40vh;
  -webkit-overflow-scrolling: touch;
}

#mini-cart .mini-cart-content .mini-cart-header,
#header-mini-cart .mini-cart-content .mini-cart-header {
  color: #fff;
  height: 3px;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
}

#mini-cart .mini-cart-content .mini-cart-toggle,
#header-mini-cart .mini-cart-content .mini-cart-toggle {
  display: none;
}

#mini-cart .mini-cart-content .mini-cart-slot,
#header-mini-cart .mini-cart-content .mini-cart-slot {
  background: none;
  border: none;
}

#mini-cart .mini-cart-content .mini-cart-name,
#mini-cart .mini-cart-content .mini-cart-attributes,
#header-mini-cart .mini-cart-content .mini-cart-name,
#header-mini-cart .mini-cart-content .mini-cart-attributes {
  text-align: left;
}

#mini-cart .mini-cart-content .mini-cart-name a,
#mini-cart .mini-cart-content .mini-cart-attributes a,
#header-mini-cart .mini-cart-content .mini-cart-name a,
#header-mini-cart .mini-cart-content .mini-cart-attributes a {
  color: #222;
}

#mini-cart .mini-cart-content .mini-cart-name,
#header-mini-cart .mini-cart-content .mini-cart-name {
  font-style: normal;
  font-weight: bold;
  margin-bottom: 5px;
}

#mini-cart .mini-cart-content .mini-cart-pricing,
#header-mini-cart .mini-cart-content .mini-cart-pricing {
  text-align: left;
}

#mini-cart .mini-cart-content .value,
#header-mini-cart .mini-cart-content .value {
  font-weight: normal;
}

#mini-cart .mini-cart-content .mini-cart-product.collapsed .mini-cart-image,
#header-mini-cart .mini-cart-content .mini-cart-product.collapsed .mini-cart-image {
  display: block;
  width: 50%;
  float: left;
}

#mini-cart .mini-cart-content .mini-cart-product.collapsed .mini-cart-name,
#mini-cart .mini-cart-content .mini-cart-product.collapsed .mini-cart-attributes,
#mini-cart .mini-cart-content .mini-cart-product.collapsed > .attribute,
#mini-cart .mini-cart-content .mini-cart-product.collapsed .mini-cart-pricing,
#header-mini-cart .mini-cart-content .mini-cart-product.collapsed .mini-cart-name,
#header-mini-cart .mini-cart-content .mini-cart-product.collapsed .mini-cart-attributes,
#header-mini-cart .mini-cart-content .mini-cart-product.collapsed > .attribute,
#header-mini-cart .mini-cart-content .mini-cart-product.collapsed .mini-cart-pricing {
  width: 50%;
}

#mini-cart .mini-cart-content .mini-cart-image,
#header-mini-cart .mini-cart-content .mini-cart-image {
  text-align: center;
}

#mini-cart .mini-cart-content .mini-cart-image img,
#header-mini-cart .mini-cart-content .mini-cart-image img {
  margin-right: 10px;
  width: 60%;
}

#mini-cart .mini-cart-content .mini-cart-price,
#header-mini-cart .mini-cart-content .mini-cart-price {
  display: block;
}

#mini-cart .mini-cart-content .mini-cart-product,
#mini-cart .mini-cart-content .mini-cart-product:last-of-type,
#header-mini-cart .mini-cart-content .mini-cart-product,
#header-mini-cart .mini-cart-content .mini-cart-product:last-of-type {
  border: none;
}

#mini-cart .mini-cart-content .mini-cart-subtotals .label,
#header-mini-cart .mini-cart-content .mini-cart-subtotals .label {
  font-weight: bold;
}

#mini-cart .mini-cart-content .mini-cart-subtotals .value,
#header-mini-cart .mini-cart-content .mini-cart-subtotals .value {
  font-size: 1.6rem;
}

#mini-cart .mini-cart-content .minicartslot p,
#header-mini-cart .mini-cart-content .minicartslot p {
  padding: 10px 0;
  font-style: normal;
}

#mini-cart .mini-cart-content .button.mini-cart-link-cart,
#header-mini-cart .mini-cart-content .button.mini-cart-link-cart {
  background: #333;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 80%;
  margin-bottom: 0;
}

#mini-cart .mini-cart-content .button.mini-cart-link-cart:hover,
#header-mini-cart .mini-cart-content .button.mini-cart-link-cart:hover {
  background: #222;
}

#mini-cart .mini-cart-content .mini-cart-link-checkout,
#header-mini-cart .mini-cart-content .mini-cart-link-checkout {
  font-size: 1.2rem;
}

#mini-cart .mini-cart-content .mini-cart-link-checkout:hover,
#header-mini-cart .mini-cart-content .mini-cart-link-checkout:hover {
  color: #aaa;
  text-decoration: underline;
}

.brand_area {
  margin-bottom: 40px;
}

.brands_list {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brands_list li {
  width: 50%;
  margin-right: 0;
  margin-bottom: 0;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

.brands_list li:nth-of-type(2n) {
  border-right: 1px solid #aaa;
}

.brands_list li:nth-last-child(-n + 2) {
  border-bottom: 1px solid #aaa;
}

.brands_list li a {
  display: block;
  padding: 20px 15px;
}

.brands_list li img {
  width: auto;
  max-width: 100%;
  max-height: 25px;
}

.official_sns .sns_links {
  width: calc(100% + 10px);
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.official_sns .sns_links li {
  width: calc(33.3333% - 10px);
  margin-right: 10px;
  text-align: center;
}

.official_sns .sns_links li .sns_mask {
  width: 100%;
  height: calc(100vw / 3.33333 - 0px);
  overflow: hidden;
  position: relative;
  display: block;
}

.official_sns .sns_links li .sns_mask img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.official_sns .sns_links li p {
  margin-top: 5px;
}

.official_sns .sns_links li i,
.official_sns .sns_links li .icon {
  width: 12px;
  margin-right: 5px;
  vertical-align: bottom;
}

.official_sns .sns_links li img {
  width: 100%;
}

.official_sns .sns_links li p i,
.official_sns .sns_links li p img {
  position: relative;
  top: -2px;
}

.official_sns .sns_links.no_gutter {
  width: 100%;
  margin-right: 0;
}

.official_sns .sns_links.no_gutter li {
  width: 33.3333%;
  margin-right: 0;
}

.top .official_sns .sns_links {
  display: block;
  text-align: center;
}

.top .official_sns .sns_links li {
  text-align: center;
  display: inline-block;
  width: 20%;
}

.top .official_sns .sns_links li i,
.top .official_sns .sns_links li .icon {
  font-size: 3rem;
  display: block;
  margin: auto;
  margin-bottom: 5px;
}

.top .official_sns .sns_links li img {
  display: block;
  width: 27px;
  margin: auto;
  margin-bottom: 5px;
}

header .buttons {
  width: auto;
}

.menu-utility-user li a span {
  display: none;
}

.menu-utility-user .user-info.active .user-panel {
  padding: 10px;
}

.menu-utility-user .user-info .user-panel a {
  text-align: left;
}

.menu-utility-user .user-info.active .user-login {
  color: #555;
}

.menu-utility-user .user-info .user-panel .user-logout {
  color: #555;
  padding: 0;
}

.slider_with_controler {
  position: relative;
}

.slide_run {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slide_controler {
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 20;
}

.slide_prev,
.slide_next {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 20;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide_prev:hover,
.slide_next:hover {
  background: #ccc;
}

.slide_assets,
.sp .slide_prev,
.sp .slide_next {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slide_assets {
  text-align: center;
}

.slide_assets .swiper-pagination {
  display: inline-block;
  width: auto;
}

.slide_assets.swp_inline_buttons .swiper-pagination,
.slide_assets.swp_inline_buttons .slide_prev,
.slide_assets.swp_inline_buttons .slide_next {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.slide_assets.swp_inline_buttons .slide_prev,
.slide_assets.swp_inline_buttons .slide_next {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 8px;
  right: auto;
  left: auto;
  padding: 0 30px;
  background: none;
  display: none;
}

.slide_assets.swp_inline_buttons .slide_prev:hover,
.slide_assets.swp_inline_buttons .slide_next:hover {
  opacity: 0.7;
}

.slide_prev:before {
  content: "";
  height: 1px;
  width: 7px;
  background: #555;
  position: absolute;
  left: 9px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slide_prev:after {
  content: "";
  height: 1px;
  width: 7px;
  background: #555;
  position: absolute;
  left: 9px;
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slide_next {
  right: 0;
}

.slide_next:before {
  content: "";
  height: 1px;
  width: 7px;
  background: #555;
  position: absolute;
  right: 9px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slide_next:after {
  content: "";
  height: 1px;
  width: 7px;
  background: #555;
  position: absolute;
  right: 9px;
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swiper-pagination {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  position: relative;
  z-index: 10;
}

.swiper-pagination span {
  display: inline-block;
  margin: 0 6px;
  background: #222;
  position: relative;
  width: 5px;
  height: 5px;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.swiper-pagination .swiper-pagination-bullet:before {
  opacity: 0;
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  border: 1px solid #777;
  background: none;
  left: -6px;
  top: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-pagination .swiper-pagination-bullet-active:before {
  opacity: 1;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.swiper-pagination a {
  position: relative;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.swiper-pagination.square .swiper-pagination-bullet {
  border-radius: 0;
  border: 1px solid #222;
  width: 8px;
  height: 8px;
  background: none;
}

.swiper-pagination.square .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  -webkit-transform: scale(1);
          transform: scale(1);
  left: 0;
  top: 0;
  background: #222;
}

.swiper-pagination.square .swiper-pagination-bullet:before {
  display: none;
}

.grid3,
ul.grid3.search-result-items {
  width: calc(100% + 10px);
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid3 li,
.grid3 li.grid-tile,
ul.grid3.search-result-items li,
ul.grid3.search-result-items li.grid-tile {
  width: calc(33.33333% - 10px);
  margin-right: 10px;
}

.grid3 li .brand,
.grid3 li.grid-tile .brand,
ul.grid3.search-result-items li .brand,
ul.grid3.search-result-items li.grid-tile .brand {
  font-size: 1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  white-space: nowrap;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: 600;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.grid3 li .product-pricing .product-standard-price,
.grid3 li.grid-tile .product-pricing .product-standard-price,
ul.grid3.search-result-items li .product-pricing .product-standard-price,
ul.grid3.search-result-items li.grid-tile .product-pricing .product-standard-price {
  display: none;
}

.grid3 li .name-link,
.grid3 li.grid-tile .name-link,
ul.grid3.search-result-items li .name-link,
ul.grid3.search-result-items li.grid-tile .name-link {
  font-size: 1rem;
  vertical-align: top;
  margin: 3px 0 6px;
  display: block;
}

.grid3 li .name-link:first-line,
.grid3 li.grid-tile .name-link:first-line,
ul.grid3.search-result-items li .name-link:first-line,
ul.grid3.search-result-items li.grid-tile .name-link:first-line {
  line-height: 1;
}

.grid3 li .sale_rate,
.grid3 li.grid-tile .sale_rate,
ul.grid3.search-result-items li .sale_rate,
ul.grid3.search-result-items li.grid-tile .sale_rate {
  display: block;
}

.pre_order_list.grid3 li {
  margin-bottom: 10px;
}

.brandPage_and .more_wrap {
  text-align: right;
}

ul.search-result-items.grid3_slide,
.checked_items ul.search-result-items.grid3_slide {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

ul.search-result-items.grid3_slide li.grid-tile,
.checked_items ul.search-result-items.grid3_slide li.grid-tile {
  margin-bottom: 0;
  width: calc(33.33333% - 10px);
  margin-right: 10px;
}

ul.search-result-items.grid3_slide li.grid-tile .brand,
.checked_items ul.search-result-items.grid3_slide li.grid-tile .brand {
  font-size: 1rem;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  white-space: nowrap;
  letter-spacing: -0.02em;
  font-weight: 600;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

ul.search-result-items.grid3_slide li.grid-tile .product-tile .product-swatches,
.checked_items ul.search-result-items.grid3_slide li.grid-tile .product-tile .product-swatches {
  display: none;
}

ul.search-result-items.grid3_slide.flexwrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.search-result-items.grid3_slide.flexwrap li {
  margin-bottom: 30px;
}

ul.grid2.search-result-items {
  width: calc(100%);
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.grid2.search-result-items li,
ul.grid2.search-result-items li.grid-tile {
  width: 50%;
  margin-right: 0;
}

ul.grid2.search-result-items li .brand,
ul.grid2.search-result-items li.grid-tile .brand {
  font-size: 1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  white-space: nowrap;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: 600;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

ul.grid2.search-result-items li .product-pricing .product-standard-price,
ul.grid2.search-result-items li.grid-tile .product-pricing .product-standard-price {
  display: none;
}

ul.grid2.search-result-items li .name-link,
ul.grid2.search-result-items li.grid-tile .name-link {
  font-size: 1rem;
  vertical-align: top;
  margin: 3px 0 6px;
  display: block;
}

ul.grid2.search-result-items li .name-link:first-line,
ul.grid2.search-result-items li.grid-tile .name-link:first-line {
  line-height: 1;
}

ul.grid2.search-result-items li .sale_rate,
ul.grid2.search-result-items li.grid-tile .sale_rate {
  display: block;
}

ul.search-result-items.grid2_slide,
.checked_items ul.search-result-items.grid2_slide {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

ul.search-result-items.grid2_slide li.grid-tile,
.checked_items ul.search-result-items.grid2_slide li.grid-tile {
  margin-bottom: 0;
  width: 50%;
  margin-right: 0;
}

ul.search-result-items.grid2_slide li.grid-tile .brand,
.checked_items ul.search-result-items.grid2_slide li.grid-tile .brand {
  font-size: 1rem;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  white-space: nowrap;
  letter-spacing: -0.02em;
  font-weight: 600;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

ul.search-result-items.grid2_slide li.grid-tile .product-tile .product-swatches,
.checked_items ul.search-result-items.grid2_slide li.grid-tile .product-tile .product-swatches {
  display: none;
}

ul.search-result-items.grid3_slide.flexwrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.search-result-items.grid3_slide.flexwrap li {
  margin-bottom: 30px;
}

.top_kv {
  margin-bottom: 30px;
}

.swiper-slide img {
  width: 100%;
}

.topics_bnr li {
  width: 50%;
}

.topics_bnr li img {
  width: 100%;
  height: auto;
}

.re_pre .more_wrap {
  margin-top: 30px;
}

.tab_switch {
  width: 100%;
}

.tab_switch .tab {
  overflow: hidden;
  height: 38px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.tab_switch .tab.tab:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9b9b9b;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tab_switch .tab span {
  display: inline-block;
  height: 21px;
  vertical-align: baseline;
  margin-right: 5px;
}

.tab_switch .tab span img {
  vertical-align: baseline;
}

.tab_switch .tab li {
  border-radius: 0px;
  float: none;
  display: inline-block;
  background-color: transparent;
  border-color: #9b9b9b;
  margin-right: 0;
  margin-left: -1px;
  padding: 10px 0;
  width: 100px;
  color: #aaa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.tab_switch .tab li:hover {
  color: #555;
}

.tab_switch .tab li img {
  opacity: 0.7;
}

.tab_switch .tab li.select {
  color: #222;
}

.tab_switch .tab li.select img {
  opacity: 1;
}

.tab_switch .tab li.select:before {
  bottom: 3px;
}

.tab_switch .swiper-pagination {
  margin: 0;
}

.tab_switch .hide {
  display: none;
}

.tab_switch .tab_cont {
  width: 100%;
  margin-top: 20px;
}

.tab_switch .tab_cont > li:nth-of-type(n + 2) {
  display: none;
}

.tab_buttons li {
  display: inline-block;
  color: #222;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: auto;
}

.tab_buttons .swiper-slide-active a {
  border-bottom: 3px solid #222;
}

.ranking_content ul.search-result-items li.grid-tile .product-tile .product-swatches {
  display: none;
}

.swiper-tab-buttons {
  margin-bottom: 10px;
  overflow: hidden;
}

svg.view_more_star {
  color: #ff915c;
}

a.view_more {
  border: 1px solid #aaa;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 30px;
  margin-top: 0;
  font-size: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.view_more:hover {
  background: #fff;
}

a.view_more.arrow.arrow_right-left::before, a.view_more.arrow.arrow_right-left::after {
  left: 30px;
  top: 0;
}

a.view_more.half_btn2.hide {
  display: none;
}

.re_pre_banner .order_btn_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.re_pre_banner .order_btn_wrapper .block {
  width: 50%;
  height: 125px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.re_pre_banner .order_btn_wrapper .block:before {
  content: "";
  font-size: 11rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

.re_pre_banner .order_btn_wrapper a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.re_pre_banner .order_btn_wrapper .block_inner {
  display: inline-block;
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.re_pre_banner .order_btn_wrapper .left {
  width: 30px;
  float: left;
  margin-right: 7px;
}

.re_pre_banner .order_btn_wrapper .left img {
  width: 100%;
  position: relative;
  top: 5px;
}

.re_pre_banner .order_btn_wrapper .right {
  width: calc(100% - 35px - 10px);
  font-size: 1.6rem;
  float: left;
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: relative;
  white-space: nowrap;
}

.re_pre_banner .order_btn_wrapper .right span {
  font-size: 1.1rem;
}

.re_pre_banner .order_btn_wrapper .right .arrow {
  width: 15px;
  padding-left: 5px;
}

.re_pre_banner .order_btn_wrapper .re_items {
  background: #f2f2f2;
}

.re_pre_banner .order_btn_wrapper .re_items:before {
  content: "Re";
}

.re_pre_banner .order_btn_wrapper .pre_items {
  background: #191919;
}

.re_pre_banner .order_btn_wrapper .pre_items a {
  color: #fff;
}

.re_pre_banner .order_btn_wrapper .pre_items:before {
  content: "Pre";
  font-size: 10rem;
  color: #282828;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.re_pre_banner .more_wrap {
  margin-top: 25px;
}

.view_more_star {
  margin-top: -5px;
}

.ranking_content .label {
  position: absolute;
  top: 20px;
  left: -5px;
  border: none;
  color: #222;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 2px 12px 4px;
  font-size: 1.3rem;
  background: #fff;
  z-index: 30;
}

.ranking_content .label img {
  width: 16px !important;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.ranking_content .label_cont {
  position: relative;
  top: 20px;
}

.ranking_content .label.rank_01_label {
  background: #deb821;
  color: #fff;
}

.ranking_content .label.rank_02_label {
  background: #aeaeae;
  color: #fff;
}

.ranking_content .label.rank_03_label {
  background: #cd6f2b;
  color: #fff;
}

.no-1_item {
  background: #fff;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.rank01_img {
  width: 53%;
  height: calc((100vw - 20px) * 0.53 / 5 * 6);
  float: left;
  position: relative;
  z-index: 2;
  margin-right: -7%;
  border: 1px solid #ccc;
  background: #fff;
  margin-top: 5px;
  overflow: hidden;
}

.rank01_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.rank01_txt {
  float: left;
  position: relative;
  z-index: 1;
  width: 53%;
  height: calc((53vw - 20px) / 5 * 6);
  border: 1px solid #ccc;
  margin-top: 15px;
  margin-bottom: 10px;
  top: 10px;
  padding-left: 6%;
  display: table;
}

.rank01_txt_cont {
  width: 100%;
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -15px;
}

.rank01_name {
  margin-top: 30px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.rank01_txt h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.rank01_txt .price .sale_rate {
  color: red;
  font-size: 1.3rem;
  display: block;
}

.rank01_txt .price span {
  font-size: 1.8rem;
}

.rank01_txt .price span span {
  font-size: 1rem;
}

.rank01_txt .price span span.off-rate {
  display: block;
}

.buy_now_btn {
  width: 130px;
  height: 35px;
  display: block;
  text-align: center;
  background: #222;
  color: #fff !important;
  border-radius: 20px;
  padding-top: 7px;
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.buy_now_btn:hover {
  background: #222;
}

.rank01_txt .price-standard {
  display: none;
}

.rank01_txt .price span span.off-rate {
  color: red;
  font-size: 1.3rem;
}

section.styling_wrzap {
  width: calc(100% + 40px);
  margin-left: -20px;
}

.styling_list li h3 {
  text-align: center;
  margin: 5px 0 10px;
  font-size: 1.1rem;
  line-height: 1.3;
}

.category_list li {
  width: 50%;
  float: left;
  text-align: left;
  border-top: 1px solid #aaa;
  white-space: nowrap;
}

.category_list li:nth-of-type(odd) {
  border-right: 1px solid #aaa;
}

.category_list li:nth-last-child(-n + 2) {
  border-bottom: 1px solid #aaa;
}

.category_list li a {
  display: block;
  padding: 15px;
  font-size: 1.2rem;
  padding-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}

.category_list li:nth-child(2n) {
  margin-right: 0px;
}

.category_wrap .view_more {
  margin-top: 20px;
}

.top_news {
  width: 100%;
  background: #fff;
  position: relative;
  list-style: inside;
}

.top_news li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top .top_news li:first-child {
  width: 100%;
  padding-bottom: 20px;
}

.top .top_news li:first-child .list_eyecatch {
  width: 50%;
}

.top .top_news li:first-child .list_txt {
  width: 50%;
}

.top .top_news li:first-child .list_txt h3 {
  margin-top: 15px;
  font-size: 1.8rem;
}

.list_eyecatch {
  float: left;
  width: 35%;
}

.list_eyecatch img {
  width: 100%;
  border: 1px solid #eee;
}

.list_txt {
  width: 65%;
  float: left;
  padding-left: 10px;
}

.list_txt .category {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.list_layout {
  margin: auto;
}

.list_layout li {
  margin-bottom: 0;
  padding: 5px 0;
  border-top: 1px solid #aaa;
  vertical-align: top;
}

.list_layout li:last-child {
  margin-bottom: 0;
}

.list_layout li a {
  display: block;
}

.list_layout li:last-child {
  margin-bottom: 0px;
}

.styling_items {
  margin: 40px 0 0;
}

.styling_items .list_layout li {
  border: none !important;
}

.styling_items .list_layout li .list_eyecatch {
  width: 25%;
}

.styling_items .list_layout li .list_txt {
  width: 75%;
}

.product_detail .related_items,
.product_detail .recommend {
  margin: 40px 0 0;
}

.news_border {
  width: 20px;
  height: 3px;
  display: block;
  background: #ff8043;
}

.list_txt h3 {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 5px;
}

.list_txt .list_date {
  font-size: 1.2rem;
  color: #aaa;
}

.list_txt .list_date .new {
  color: red;
  padding-left: 5px;
  letter-spacing: 0.1em;
}

.list_txt .category {
  font-size: 1.1rem;
}

.list_brand {
  font-size: 1.2rem;
  margin-top: 5px;
  color: #555;
}

.top_news .view_more {
  margin-top: 20px;
}

.recomend_wrap h2.title {
  letter-spacing: 0.05em;
}

.recently_check h2 span {
  display: block;
  color: #888;
}

.brand_wrap {
  width: calc(100% + 40px);
  margin-left: -20px;
}

.brand_list li {
  width: 49%;
  margin-right: 2%;
  float: left;
  height: auto;
  margin-bottom: 5px;
}

.brand_list li:nth-child(2n) {
  margin-right: 0px;
}

.king_orenge {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  width: 15px;
  height: 12px;
}

svg.king_orenge polygon {
  fill: #ff8043;
}

.ranking_content ul.search-result-items {
  width: calc(100% + 10px);
  margin-right: -10px;
}

.ranking_content .search-result-items li:nth-child(n + 7) {
  display: none;
}

.item_content .search-result-items li:nth-child(n + 7) {
  display: none;
}

.search-result-items li {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.more_wrap {
  text-align: center;
}

.more_wrap a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.more_wrap a:hover {
  background: #fff;
}

.plus_icon {
  position: relative;
  top: -4px;
  display: inline-block;
  margin-right: 5px;
}

.plus_icon:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #333;
}

.plus_icon:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #333;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: -12px;
}

a.view_more,
a.view_more.half_btn,
a.view_more.half_btn2 {
  max-width: 70%;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.view_more:hover,
a.view_more.half_btn:hover,
a.view_more.half_btn2:hover {
  opacity: 0.7;
}

a.view_more.half_btn {
  margin-right: 2%;
}

section.lookbook {
  overflow: hidden;
}

h2.brand_logo {
  height: auto;
  width: calc(100% + 40px);
  background: #fff;
  margin-bottom: 0px;
  border-top: 1px solid #f4f4f4;
  margin-left: -20px;
  padding-top: 7px;
  padding-bottom: 20px;
}

.lookbook_swiper {
  text-align: center;
}

.lookbook_swiper h3 {
  margin-top: 10px;
}

p.lookbook_date {
  margin-bottom: 10px;
}

ul.brand_menu {
  margin-left: 10px;
  margin-top: 20px;
  text-align: center;
}

.brand_menu li {
  width: calc(50% - 10px);
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
}

.brand_menu li a {
  display: block;
  background: #fff;
  padding: 15px 10px;
}

.magazine_swiper.swiper-container-horizontal {
  margin-bottom: 30px;
}

ul.search-result-items,
ul.pre_order_list {
  width: calc(100% + 10px);
  margin-right: -10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.search-result-itemsafter,
ul.pre_order_listafter {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

ul.search-result-items li.grid-tile,
ul.pre_order_list li.grid-tile {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  position: relative;
  width: calc(50% - 10px);
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  display: block;
  vertical-align: top;
  float: none;
}

ul.search-result-items li.grid-tile img,
ul.pre_order_list li.grid-tile img {
  width: 100%;
}

ul.search-result-items li.grid-tile .product-image,
ul.pre_order_list li.grid-tile .product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.search-result-items.lazy .thumb-link,
ul.search-result-items .lazy .thumb-link,
ul.pre_order_list.lazy .thumb-link,
ul.pre_order_list .lazy .thumb-link {
  display: block;
}

ul.search-result-items.lazy .thumb-link:after,
ul.search-result-items .lazy .thumb-link:after,
ul.pre_order_list.lazy .thumb-link:after,
ul.pre_order_list .lazy .thumb-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(../images/common/placeholder.gif) no-repeat center;
  z-index: 1;
  background-size: cover;
}

ul.search-result-items.lazy .thumb-link > img,
ul.search-result-items .lazy .thumb-link > img,
ul.pre_order_list.lazy .thumb-link > img,
ul.pre_order_list .lazy .thumb-link > img {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 2;
}

ul.search-result-items .brand,
ul.pre_order_list .brand {
  color: #222;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 600;
}

ul.search-result-items .fav_button,
ul.pre_order_list .fav_button {
  width: 20px;
  display: inline-block;
  display: none;
  float: right;
  color: #aaa;
  margin-right: 5px;
  margin-top: 2px;
}

ul.search-result-items .product-review,
ul.search-result-items .product-compare,
ul.pre_order_list .product-review,
ul.pre_order_list .product-compare {
  display: none;
}

ul.search-result-items li.grid-tile .product-tile .product-swatches,
ul.pre_order_list li.grid-tile .product-tile .product-swatches {
  float: none;
  width: 100%;
  height: auto;
  overflow: visible;
  margin-top: 7px;
  text-align: left;
  display: block;
  position: relative;
  line-height: 0;
}

ul.search-result-items .product-tile .product-swatches ul,
ul.pre_order_list .product-tile .product-swatches ul {
  width: 72%;
  margin-right: -4px;
  display: inline-block;
  text-align: left;
  overflow: visible;
}

ul.search-result-items .product-tile .product-swatches ul li,
ul.pre_order_list .product-tile .product-swatches ul li {
  margin-right: 4px;
  margin-bottom: 0;
  width: calc(33.33333% - 4px);
}

ul.search-result-items .product-tile .product-swatches ul li:nth-child(n + 4),
ul.pre_order_list .product-tile .product-swatches ul li:nth-child(n + 4) {
  display: none;
}

ul.search-result-items .plus_more,
ul.pre_order_list .plus_more {
  display: inline-block;
  text-align: center;
  width: 21%;
  position: absolute;
  vertical-align: middle;
  top: 50%;
  margin-left: 4px;
}

ul.search-result-items .plus_more span,
ul.pre_order_list .plus_more span {
  font-size: 1rem;
  position: relative;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

ul.search-result-items .plus_more span:hover,
ul.pre_order_list .plus_more span:hover {
  text-decoration: underline;
  opacity: 0.7;
}

ul.search-result-items .product-tile .product-swatches .swatch,
ul.pre_order_list .product-tile .product-swatches .swatch {
  width: auto;
  height: auto;
  overflow: visible;
  background: #222;
}

ul.search-result-items .product-tile .product-swatches .swatch img,
ul.pre_order_list .product-tile .product-swatches .swatch img {
  width: auto;
  height: auto;
}

ul.search-result-items .product-tile .product-swatches .swatch img,
ul.pre_order_list .product-tile .product-swatches .swatch img {
  border: none;
  padding: 0;
}

ul.search-result-items .product-tile .product-swatches .selected img,
ul.search-result-items .product-tile .product-swatches img:hover,
ul.pre_order_list .product-tile .product-swatches .selected img,
ul.pre_order_list .product-tile .product-swatches img:hover {
  opacity: 0.8;
}

.product-tile .product-name {
  margin-top: 5px;
  text-align: left;
  height: auto;
  overflow: visible;
  line-height: 1.3;
  margin-bottom: -5px;
}

.name-link {
  font-size: 1.1rem;
  line-height: 1.3;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: top;
}

.meta_wrap {
  width: 100%;
}

.product-tile .product-pricing,
.product-pricing {
  float: none;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.product-tile .product-pricing .product-sales-price,
.product-pricing .product-sales-price {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #222;
}

.product-tile .product-pricing .product-sales-price span,
.product-pricing .product-sales-price span {
  font-size: 11px;
  padding-left: 0;
  color: #555;
}

.product-tile .product-pricing .product-sales-price.sale,
.product-tile .product-pricing .product-sales-price.sale span,
.product-pricing .product-sales-price.sale,
.product-pricing .product-sales-price.sale span {
  color: red;
  margin: 3px 0;
}

.product-tile .product-pricing .product-standard-price,
.product-pricing .product-standard-price {
  display: block;
  font-size: 1.2rem;
  display: none;
}

.product-tile .product-pricing .product-standard-price span,
.product-pricing .product-standard-price span {
  font-size: 1rem;
}

.product-tile .product-pricing .sale_rate,
.product-pricing .sale_rate {
  color: #4e4d4e;
  font-size: 1.2rem;
  display: block;
}

.product-price .price-standard {
  display: none;
}

.product-price .price-sales.sale {
  color: #4e4d4e;
  font-size: 1.3rem;
  display: block;
}

.product-price .off-rate {
  font-size: 1.2rem;
}

.promotional-message {
  text-align: left;
  line-height: 1.4;
  font-size: 1.1rem;
  margin-top: 3px;
  color: #caa01d;
}

.pdp-main .promotion .promotion-callout span {
  display: block;
  color: #caa01d;
}

.product-compare {
  display: none;
}

.product-tile .thumb-link {
  width: 100%;
  text-align: center;
}

.label_cont {
  text-align: left;
  margin-bottom: 5px;
  height: 28px;
  position: absolute;
  bottom: 0;
  margin: 0;
  z-index: 2;
}

.label_cont .label {
  padding-top: 5px;
  line-height: 1.3;
  color: #fff;
  font-size: 1.1rem;
  padding: 1px 5px;
  border: 1px solid #ddd;
  color: #222;
  text-align: center;
  display: none;
  margin-top: 10px;
  margin-right: -3px;
  letter-spacing: 0.05em;
  background: #fff;
}

.label_cont .label.show {
  display: inline-block;
}

.label_cont .label.sale {
  border-color: red;
  color: red;
}

.label_cont .label span {
  line-height: 0;
}

.recommend {
  width: 100%;
  overflow: hidden;
}

.recommend .label,
.recommend .checked_items .label {
  display: none;
}

.recommend ul.search-result-items li.grid-tile .product-tile .product-swatches {
  display: none;
}

.sp .recommend ul.search-result-items li.grid-tile:nth-of-type(n + 7) {
  display: none;
}

.checked_items ul.search-result-items {
  width: calc(100% + 10px);
  margin-right: -10px;
}

.checked_items ul.search-result-items .swatch-list {
  display: none;
}

.checked_items ul.search-result-items .product-name {
  height: auto;
}

.checked_items ul.search-result-items .product-pricing {
  width: 100%;
}

.checked_items ul.search-result-items .product-sales-price {
  font-size: 1.2rem;
}

.checked_items ul.search-result-items .product-standard-price {
  font-size: 1.1rem;
}

.checked_items ul.search-result-items li.grid-tile {
  width: calc(20% - 10px);
  margin-right: 10px;
  min-height: initial;
  margin-bottom: 30px;
}

.checked_items ul.search-result-items .product-tile .product-name {
  margin-top: 5px;
  line-height: 1.1;
}

.checked_items ul.search-result-items .product-tile .product-name .name-link {
  font-size: 1.2rem;
}

.checked_items .swiper-pagination,
.sp_slide_pc_grid .swiper-pagination {
  margin: 0;
}

.results-hits {
  width: 120px;
  float: left;
  position: relative;
  top: 12px;
}

.results-hits .devider {
  padding: 0 5px;
}

.search-result-options {
  margin: 0;
  padding: 5px 0 15px;
  width: calc(100% - 120px);
  float: right;
  position: relative;
}

.search-result-options .filter_function {
  height: 30px;
}

.search-result-options .sort_clear {
  text-align: right;
}

.search-result-options .sort_clear button {
  width: 90px;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #aaa;
  padding: 5px 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 30px;
}

.search-result-options .sort_clear button:hover {
  color: #999;
}

.search-result-options .buttons {
  position: relative;
  width: 210px;
  float: right;
  height: auto;
  margin-left: 0px;
  text-align: right;
  margin-bottom: -2px;
}

.search-result-options .buttons > li {
  width: 90px;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #aaa;
  text-align: center;
  padding: 0;
  float: none;
  margin-right: 0;
  margin-left: 0;
}

.search-result-options .buttons > li:first-child {
  margin-right: 5px;
}

.search-result-options .buttons li {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.search-result-options .buttons li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  width: 100%;
  padding: 3px 10px 0px;
  text-indent: -8px;
  line-height: 1.5;
  height: 22px;
}

.search-result-options .buttons li a:hover {
  opacity: 0.7;
}

.search-result-options .buttons li a.arrow_down-right::before {
  right: 16px;
}

.filter_cont {
  display: none;
  position: absolute;
  height: auto;
  background: #fff;
  z-index: 3;
  width: calc(100vw - 20px);
  max-width: none;
  border: 1px solid #ccc;
  top: 22px;
  right: -99px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 15px 0 0;
}

.filter_cont1,
.filter_cont2 {
  background: #fff;
}

.search-result-options .buttons .select {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.search-result-options .buttons li.select {
  background: #fff;
}

.search-result-options .buttons li.select:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #fff !important;
  z-index: 999;
  height: 6px;
  width: 100%;
}

.search-result-options .filter_cont label {
  display: inline-block;
  font-weight: normal;
  font-size: 1.3rem;
  text-align: left;
}

.filter_cont1 dl {
  padding: 8px 20px;
  margin: 0 auto;
}

.filter_cont1 dl dt {
  vertical-align: top;
  display: inline-block;
  width: 18%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-size: 1.3rem;
}

.filter_cont1 dl dd {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 80%;
  border-bottom: 1px solid #aaa;
  padding-bottom: 12px;
  position: relative;
  text-align: left;
}

.filter_cont1 dl:last-child dd {
  border-bottom: none;
}

.filter_content label {
  display: inline-block;
  font-weight: normal;
  font-size: 1.3rem;
}

.search-result-options .buttons .filter_cont2 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  right: -1px;
  left: auto;
}

.search-result-options .buttons .filter_cont2 ul {
  padding: 15px 20px 0px;
  margin: 0 auto;
}

.search-result-options .buttons .filter_cont2 ul li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.search-result-options .buttons .filter_cont2 ul li:last-child {
  border: none;
}

.search-result-options .buttons .filter_cont2 ul li a {
  display: block;
  font-size: 1.3rem;
}

.radio-input {
  display: none;
}

.radio-input + label {
  padding-left: 20px;
  position: relative;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

.filter_price .radio-input + label {
  width: 100%;
}

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio-input:checked + label {
  color: #222;
}

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: #222;
  border-radius: 50%;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  width: 100px;
  display: inline-block;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 2px;
}

.checkbox-input:checked + .checkbox-parts {
  color: #222;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}

.search-result-options select {
  border: none !important;
  border-radius: 0px !important;
  padding: 0 !important;
  color: #222 !important;
}

.filter_cont1 dd.arrow_down-right::before {
  right: 10px;
}

.btn_wrapper {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.reset_btn {
  display: inline-block;
  text-align: center;
  padding: 5px;
  margin-right: 10px;
}

.complete_btn {
  display: inline-block;
  text-align: center;
  width: 80px;
  border: 1px solid #aaa;
  padding: 5px;
}

.list_order_list li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.list_order_list li:last-child {
  border: none;
}

.list_order_list li a {
  display: block;
}

.search-result-options {
  overflow: visible !important;
}

/* End Editted */
.checked_items ul.search-result-items li.grid-tile .product-tile .product-swatches {
  display: none;
}

.shoplist_btn {
  width: 60%;
  height: 50px;
  display: block;
  border: 1px solid #7a7a7a;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
  margin-top: 40px;
}

.shoplist_btn svg {
  margin-right: 10px;
}

.product_detail_default .info_left {
  width: 100%;
  margin: auto;
  float: none;
}

.product_detail_default .info_left .pickup_sevice {
  display: inline-block;
  margin-bottom: 10px;
}

.product_detail_default .product-variations .attribute .value,
.product_detail_default .product-options .attribute .value {
  width: 100%;
}

.product_detail_default .product-variations .attribute h3,
.product_detail_default .product-variations .attribute .label,
.product_detail_default .product-options .attribute h3,
.product_detail_default .product-options .attribute .label {
  width: auto;
  height: auto;
  padding: 0;
  color: #222;
  background: none;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: bold;
}

.product_detail_default .product-variations .attribute {
  overflow: visible;
  margin-bottom: 0;
}

.product_detail_default .product-variations .color li {
  width: 17%;
  margin-right: 2%;
  margin-bottom: 0;
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.product_detail_default .product-variations .color li a,
.product_detail_default .product-options .color li a {
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  overflow: visible;
  display: block;
  height: 75px;
  overflow: hidden;
}

.product_detail_default .product-variations .color li a span,
.product_detail_default .product-options .color li a span {
  position: absolute;
  left: 0;
  top: 80px;
  font-size: 1.1rem;
  white-space: normal;
  line-height: 1.3;
  text-align: left;
}

.product_detail_default .product-variations .swatches li a {
  border: 2px solid #f4f4f4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product_detail_default .product-variations .swatches li:hover a,
.product_detail_default .product-variations .swatches li.selected a {
  border-color: #333;
  border-width: 2px;
}

.product_detail_default .product-variations .swatches.size li {
  margin-right: 3px;
}

.product_detail_default .product-variations .swatches.size li a {
  border: none;
  border: 2px solid #f4f4f4;
  display: inline-block;
  line-height: 2;
  padding: 0 10px;
}

.product_detail_default .product-variations .swatches.size li:hover a,
.product_detail_default .product-variations .swatches li.selected a {
  border-color: #333;
  border-width: 2px;
}

.product_detail_default .product-options .swatches li a {
  border: none;
}

.product_detail_default .product-options .swatches li:hover a,
.product_detail_default .product-options .swatches li.selected a {
  border-color: #333;
  border-width: 2px;
}

.product_detail_default .size-chart-link {
  text-decoration: underline;
  margin: 10px 0 20px;
  font-size: 1.3rem;
  display: none;
}

.product_detail_default .product-add-to-cart {
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 1em 0.5em;
  overflow: hidden;
}

.product_detail_default .product-add-to-cart .availability-web {
  margin-bottom: 15px;
  padding-bottom: 0;
}

.product_detail_default .button_cont {
  margin-top: 0;
}

.product_detail_default .product-store-inventory-link,
.product_detail_default .add_favorite_button {
  width: 100%;
  display: block;
  vertical-align: top;
  float: left;
}

.product_detail_default .product-store-inventory-link button,
.product_detail_default .add_favorite_button button {
  background: none;
  border: 1px solid #aaa;
  font-weight: normal;
  color: #222;
  font-size: 1.2rem;
  padding: 10px;
  height: auto;
  width: 100%;
  float: none;
  margin-bottom: 20px;
  margin-top: 10px;
}

.product_detail_default .add_favorite_button {
  float: right;
}

.product_detail_default .add_favorite_button .add_favorite {
  padding: 0;
  border: none;
}

.product_detail_default p.cart_stock_notice {
  clear: both;
  font-size: 1.1rem;
}

.product_detail_default .availability-web label {
  display: none;
}

.product_detail_default .availability-web .in-stock-msg,
.product_detail_default .availability-web .not-available-msg,
.product_detail_default .availability-web .availability-novariation {
  display: none;
}

.product_detail_default .pdp-main .product-add-to-cart .inventory label {
  font-weight: normal;
  font-size: 1.3rem;
}

.product_detail_default .pdp-main .product-add-to-cart .inventory input {
  width: 50px;
  height: 30px;
  font-size: 1.3rem;
  margin-left: 3px;
}

.product_detail_default .pdp-main .product-add-to-cart .inventory {
  width: 30%;
}

.product_detail_default .pdp-main .product-add-to-cart .inventory label,
.product_detail_default .pdp-main .product-add-to-cart .inventory input {
  vertical-align: middle;
  padding: 0;
}

.product_detail_default .pdp-main .product-add-to-cart button#add-to-cart {
  width: 70%;
  margin-top: -10px;
  font-size: 1.3rem;
  font-weight: normal;
  background: #333;
  color: #fff;
  padding: 0;
  cursor: pointer;
}

.product_detail_default .pdp-main .product-add-to-cart button#add-to-cart[disabled] {
  background: #222;
  cursor: default;
}

.product_detail_default .pdp-main .product-add-to-cart button#add-to-cart:hover {
  background: #555;
}

.product_detail_default .pdp-main .product-add-to-cart button#add-to-cart img {
  width: 20px;
  margin: 5px;
  position: relative;
  top: -2px;
}

.product_detail_default .pdp-main .product-info {
  height: auto;
}

.product_detail_default .pdp-main .product-info .long-description {
  word-wrap: break-word;
}

.product_detail_default .size_information {
  width: 100%;
  background: #f4f4f4;
  padding: 15px 20px 10px 0px;
  border: 1px solid #7a7a7a;
  text-align: center;
}

.product_detail_default .size_information dt {
  width: 25%;
  display: inline-block;
  text-align: left;
  margin-bottom: 8px;
  float: none;
  vertical-align: middle;
}

.product_detail_default .size_information dd {
  width: 15%;
  display: inline-block;
  text-align: left;
  float: none;
  vertical-align: middle;
}

.product_detail_default .size_information hr {
  display: inline-block;
  width: 30%;
  height: 1px;
  text-align: left;
  border-top: 1px dotted;
  vertical-align: super;
  margin-right: 10%;
  position: relative;
  top: 4px;
  vertical-align: middle;
}

.product_detail_default .add_cart_btn {
  display: none;
}

.product_detail_default .add_cart_btn:hover {
  background: #222;
  opacity: 1;
}

.swatches.color span.display-value {
  font-size: 1.1rem;
  display: inline-block;
  line-height: 1.4;
}

.slide-holder {
  padding-bottom: 40px;
  position: relative;
}

.slide-holder .label_cont {
  position: absolute;
  bottom: 0;
  z-index: 5;
}

.sw_detail {
  overflow: hidden;
}

.pt_product-details .primary-content {
  padding-bottom: 0;
}

.product-detail .product_name {
  line-height: 1.6;
}

.product-detail .label_cont {
  height: auto;
}

#counter {
  position: relative;
  bottom: 0;
}

.product-primary-image {
  position: relative;
}

.product-thumbnails {
  width: calc(100% + 10px);
  margin-right: -10px;
  margin-top: 20px;
}

.product-thumbnails .thumb {
  width: calc(20% - 10px);
  height: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  margin-bottom: 10px;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 89px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

.product-thumbnails .thumb img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-thumbnails .thumb a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-thumbnails .thumb img {
  left: 0;
  border: none;
}

.product-thumbnails .thumb:hover, .product-thumbnails .thumb.selected {
  border: none;
}

.product-thumbnails .thumb:hover a, .product-thumbnails .thumb.selected a {
  border: none;
  border: 2px solid #222;
}

.product-col-1 .swiper-slide {
  overflow: hidden;
}

.product-col-1 .swiper-slide img {
  width: 101%;
  position: relative;
  left: -1px;
}

.product-col-1 .slide_controler {
  top: 45%;
  width: 100%;
}

.product-col-1 .swiper-pagination {
  display: none;
  float: right;
  text-align: right;
  margin-top: -33px;
  margin-right: 40px;
  width: calc(100% - 250px);
  line-height: 0.8;
}

.product-col-1 .swiper-pagination span {
  width: 3px;
  height: 3px;
  margin: 0 2px;
}

.product-col-1 .swiper-pagination span:before {
  width: 10px;
  height: 10px;
}

.product-col-1 .swiper-pagination .swiper-pagination-bullet-active:before {
  width: 10px;
  height: 10px;
  left: -3px;
  top: -3px;
}

.slide_assets2 {
  position: relative;
}

.slide_assets2 .caption {
  text-align: left;
  position: absolute;
  top: -30px;
  font-size: 1.2rem;
  width: 200px;
}

.slide_assets2 #slide-counter {
  position: absolute;
  right: 0;
  bottom: 10px;
}

#thumbnails {
  display: none;
}

.brand_name {
  width: 100%;
  background: #fff;
  position: relative;
  margin: 10px 0;
}

.product_name {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.product-review,
#product-nav-container {
  display: none;
}

.pdp-main {
  font-family: "Hind Vadodara", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "メイリオ", sans-serif;
}

.pdp-main .product-number {
  color: #555;
  font-size: 1.2rem;
  display: block;
  margin-top: 10px;
}

.info_left {
  float: left;
  width: 40%;
}

.info_right {
  float: right;
  width: 50%;
}

.info_left .product-price {
  display: inline-block;
}

.info_left .product-price .price-standard {
  text-decoration: line-through;
  display: inline-block;
  margin-bottom: 5px;
  border: none;
  color: #222;
  padding-right: 0;
  float: left;
}

.info_left .product-price .price-standard span {
  font-size: 1rem;
  display: none;
}

.info_left .product-price .price-standard:after {
  content: "→";
  display: inline-block;
  position: relative;
  margin: 0 5px;
  top: 2px;
}

.info_left .product-price .price-sales,
.info_left .product-price .price-range {
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 1;
  padding-bottom: 10px;
  float: left;
}

.info_left .product-price .price-sales span,
.info_left .product-price .price-range span {
  font-size: 1.3rem;
  color: #222;
  margin-right: 10px;
}

.info_left .product-price .price-sales.sale,
.info_left .product-price .price-range.sale {
  color: red;
}

.info_left .product-price span.off-rate {
  color: red !important;
  font-size: 1.8rem;
  display: inline-block;
}

.info_left .product-price span.tax_note {
  font-size: 1.1rem;
  color: #555;
  margin-left: 7px;
}

.info_inner {
  margin-top: 10px;
  width: 100%;
}

.add_favorite {
  border: 1px solid #7a7a7a;
  width: 100%;
  padding: 6px 0px;
  text-align: center;
  display: inline-block;
}

.add_favorite img {
  position: relative;
  width: 17px;
  fill: #ff4848;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
  top: 2px;
}

.check_stack {
  border: 1px solid #7a7a7a;
  width: 100%;
  padding: 6px 0px;
  text-align: center;
  margin-top: 7px;
  display: inline-block;
}

.product_caption {
  margin: 10px 0 20px;
  line-height: 1.7;
}

.choice_size {
  width: calc(100% + 40px);
  margin-left: -20px;
  background: #ff8043;
  color: #fff;
  text-align: center;
  height: 60px;
  padding-top: 12px;
  margin-top: 40px;
}

.choice_size img {
  width: 29px;
  margin-right: 15px;
  margin-top: -6px;
}

ul.info-list > li {
  position: relative;
  border-top: 1px solid #aaa;
  width: 100%;
}

ul.info-list > li:last-child {
  border-bottom: 1px solid #aaa;
}

ul.info-list li p {
  padding-top: 15px;
}

.info-list h4 {
  font-weight: bold;
  padding: 10px 0;
}

.info-list .float h4 {
  width: 50%;
  display: inline-block;
  float: left;
}

.info-list .right {
  width: 50%;
  text-align: right;
  float: right;
  display: inline-block;
}

.info-list .right.buttons a {
  width: 20px;
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding-top: 8px;
  vertical-align: bottom;
}

.info-list .right.buttons img {
  width: 15px;
  height: 23px;
  vertical-align: bottom;
}

.info-list .fav .right {
  width: 20%;
  position: relative;
  top: 10px;
}

.info-list .fav .right svg.fav_button {
  color: #fe4845;
  width: 17px;
  height: 15px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.info-list .fav .right svg.fav_button span {
  font-size: 1.6rem;
}

.info_detail_area h4.active:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.info_detail_area .item_detail .syncer-acdn-child,
.info_detail_area .size_guid .syncer-acdn-child,
.info_detail_area .size .syncer-acdn-child {
  display: none;
}

.syncer-acdn.arrow_down-right::before {
  right: 5px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
}

.syncer-acdn-child {
  margin: 0 auto;
  display: block;
}

.syncer-acdn-child h5 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

.syncer-acdn-child dl.list {
  padding-bottom: 20px;
}

.syncer-acdn-child dl.list dt {
  width: 30%;
  font-size: 1.3rem;
  padding-bottom: 5px;
}

.syncer-acdn-child dl.list dd {
  width: 70%;
  font-size: 1.3rem;
  padding-bottom: 5px;
  float: right;
}

#syncer-acdn-2 dl.list {
  padding-bottom: 0;
}

#syncer-acdn-2 .saisun_txt {
  font-size: 1.2rem;
  padding-bottom: 15px;
}

hr.dash {
  width: 100%;
  height: 1px;
  border-top: 1px dotted #ccc;
  margin: 5px 0;
  clear: both;
}

dl.chart {
  display: table;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  margin: auto;
}

dl.chart dt,
dl.chart dd {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
  margin: 0;
}

.cloth_size dt {
  width: 20%;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 5px;
}

.cloth_size dd {
  width: 20%;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.cloth_size dd:nth-child(5n) {
  border-right: none;
}

.cloth_size dd:nth-last-child(-n + 4) {
  border-bottom: none;
}

.cloth_size dt:nth-last-child(-n + 5) {
  border-bottom: none;
}

dl.chart.shoes_size {
  width: 80%;
  text-align: center;
  padding-bottom: 30px;
}

.shoes_size dt {
  width: 50%;
  display: inline-block;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 5px;
}

.shoes_size dd {
  width: 50%;
  display: inline-block;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 5px;
}

.shoes_size dd:nth-child(2n) {
  border-right: none;
}

.shoes_size dd:last-child {
  border-bottom: none;
}

.shoes_size dt:nth-last-child(-n + 2) {
  border-bottom: none;
}

.size_information {
  width: 90%;
  margin: 30px auto;
}

.tab {
  height: 33px;
  margin-left: 15px;
}

.tab li {
  background: #f4f4f4;
  padding: 5px 15px;
  float: left;
  margin-right: -1px;
  border-right: 1px solid #7a7a7a;
  border-top: 1px solid #7a7a7a;
  border-left: 1px solid #7a7a7a;
}

.tab li.select {
  background: #fff;
  position: relative;
}

.tab_content li {
  background: #fff;
  padding: 25px 20px 15px;
  border: 1px solid #7a7a7a;
}

.hide {
  display: none;
}

.primary-content .tab li.select:before {
  position: absolute;
  content: "";
  bottom: -1px;
  height: 2px;
  background: #fff;
  width: 100%;
  left: 0;
}

.primary-content .tab_content {
  text-align: center;
}

.primary-content .tab_content dl dt {
  width: 25%;
  display: inline-block;
  text-align: left;
  margin-bottom: 15px;
  float: none;
}

.primary-content .tab_content dl dd {
  width: 15%;
  display: inline-block;
  text-align: left;
  float: none;
}

.primary-content ul.tab_content hr {
  display: inline-block;
  width: 30%;
  height: 1px;
  text-align: left;
  border-top: 1px dotted;
  vertical-align: super;
  margin-right: 10%;
  position: relative;
  top: 4px;
}

.add_cart_btn {
  color: #fff !important;
  width: 60px;
  height: 60px;
  background: #222;
  display: block;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 70px;
  padding-top: 10px;
  padding-left: 0;
  z-index: 90;
}

.add_cart_btn span {
  font-size: 2rem;
  margin-left: 8px;
}

.add_cart_btn:hover,
.add_cart_btn:hover span a {
  color: #fff !important;
}

.add_cart_btn img {
  width: 27px;
  position: absolute;
  top: 17px;
  left: 21px;
}

.modal_cart_btn {
  width: 22px;
  fill: #fff;
  display: inline-block;
  vertical-align: sub;
}

.check_size .fav_button {
  width: 25px;
  color: #aaa;
}

.check_size dt span {
  font-size: 1.8rem;
  display: inline-block;
  margin-left: 10px;
}

a.add_cart {
  background: #ff8043;
  color: #fff;
  padding: 10px 10px 0;
  height: 42px;
  display: inline-block;
  margin-right: 10px;
}

.check_size dl {
  text-align: center;
}

.check_size dt {
  display: inline-block;
  width: 30%;
  text-align: left;
  padding-left: 15px;
}

.add_cart_modal {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: auto;
  display: none;
  -webkit-overflow-scrolling: touch;
}

.cart_modal_list {
  width: 100%;
}

.cart_modal_list li {
  background-color: #fff;
  padding-bottom: 10px;
  border-radius: 5px;
  padding-top: 10px;
  margin-top: 20px;
}

.moadl_inner {
  padding: 20px;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.moda_show {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.check_size dd {
  display: inline-block;
  width: 68%;
  text-align: right;
  padding-right: 15px;
  margin-bottom: 15px;
}

.modal_open {
  cursor: pointer;
}

.modal_close {
  width: 21px;
  height: 23px;
  display: block;
}

.modal_close img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal_close:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.check_product_img {
  width: 64px;
  overflow: hidden;
  display: inline-block;
  margin-left: 10px;
}

.check_product_img img {
  width: 100%;
  height: auto;
}

.check_product_info {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-top: 26px;
}

.check_product_info .price {
  font-size: 1.6rem;
}

.check_product_info .price span {
  font-size: 1.3rem;
}

.check_size hr {
  width: calc(100% - 30px);
  border-bottom: 1px dashed #222;
  height: 1px;
  margin: 0 15px;
  margin-bottom: 15px;
}

.none_stock {
  display: inline-block;
  text-align: center;
  width: 75%;
}

.modal_close.modal_close_btn {
  width: 125px;
  margin: 0 auto;
  text-align: center;
  height: 35px;
  padding-top: 5px;
  border: 1px solid #7a7a7a;
  margin-top: 30px;
}

.store-inventory.ui-dialog {
  display: none;
  position: fixed;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  padding: 40px 20px;
  padding-bottom: 130px;
}

.store-inventory.ui-dialog .ui-widget-header {
  padding-top: 20px;
  background: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}

.store-inventory.ui-dialog .ui-widget-header span {
  float: none;
}

.store-inventory.ui-dialog label,
.store-inventory.ui-dialog .store-phone-label {
  font-size: 1.2rem;
  font-weight: bold;
}

.store-inventory.ui-dialog .select_wrap.arrow:before,
.store-inventory.ui-dialog .select_wrap.arrow:after {
  right: 10px;
}

.store-inventory.ui-dialog select {
  border-bottom: 1px solid #aaa;
  border-radius: 0;
}

.store-inventory.ui-dialog select.disable {
  opacity: 0.4;
}

.store-inventory.ui-dialog .col-1 {
  margin-bottom: 30px;
}

.store-inventory.ui-dialog .col-2 {
  margin-bottom: 0;
}

.store-inventory.ui-dialog .store-inventory-notice {
  font-size: 1.2rem;
  margin: 20px 0 20px;
}

.store-inventory.ui-dialog .store-phone-list div {
  display: inline-block;
}

.store-inventory.ui-dialog .hidden {
  display: none;
}

.store-inventory.ui-dialog .section-header {
  font-size: 1.2rem !important;
  padding: 7px;
  background: none;
  background: #ccc;
  text-align: center;
  width: 25%;
}

.store-inventory.ui-dialog .color-name {
  font-size: 1.1rem;
  text-align: center;
}

.store-inventory.ui-dialog td {
  vertical-align: middle;
  text-align: center;
}

.ui-dialog-titlebar-close {
  left: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ui-dialog-titlebar-close:hover {
  opacity: 0.7;
}

.icon_close {
  position: relative;
}

.icon_close:before {
  position: absolute;
  right: -20px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon_close:after {
  position: absolute;
  right: -20px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #222;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.product-tile .product-image:hover .quickview {
  display: none;
}

#ameblo_feed li:nth-child(n + 5) {
  display: none;
}

#ameblo_feed li .list_eyecatch {
  height: 123px;
  overflow: hidden;
}

/* お気に入り */
.item-details .product-list-item .name {
  font-size: 16px;
}

.item-details .product-list-item .sku .label,
.item-details .product-list-item .sku .value {
  color: #a1a3ac;
}

.item-details .product-list-item .sku .value {
  font-weight: 700;
}

.item-details .product-list-item .attribute {
  font-weight: 700;
}

.item-dashboard {
  display: table-cell;
}

.item-dashboard .option-update {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

ul.search-result-items li.grid-tile .product-image a {
  display: block;
  position: relative;
  width: 100%;
  height: auto !important;
}

ul.search-result-items li.grid-tile .product-image a img {
  width: auto;
  height: auto !important;
}

.brand-nn .top_seller li.grid-tile .product-image a,
.brand-nn .new_items li.grid-tile .product-image a,
.brand-nn .preorder li.grid-tile .product-image a,
.brand-nn .staff_recommend li.grid-tile .product-image a,
.brand-nbb .pre_order_list li > a {
  display: block;
  position: relative;
  width: 100%;
  height: auto !important;
}

.brand-nn .top_seller li.grid-tile .product-image a img,
.brand-nn .new_items li.grid-tile .product-image a img,
.brand-nn .preorder li.grid-tile .product-image a img,
.brand-nn .staff_recommend li.grid-tile .product-image a img,
.brand-nbb .pre_order_list li > a img {
  width: auto;
  height: auto;
}

.brand-nbb .styling_list li.swiper-slide a.img_holder {
  height: auto !important;
}

.full-width .primary-content.ranking-list {
  padding-left: 0;
  padding-right: 0;
}

.recommend ul.grid3.search-result-items li.grid-tile .product-image a,
.ranking-list ul.search-result-items li.grid-tile .product-image a,
.checked_items ul.search-result-items li.grid-tile .product-image a,
.brand-nbb .ranking ul.search-result-items li.grid-tile .product-image a {
  height: auto !important;
}

ul.search-result-items .product-tile .product-swatches li,
ul.pre_order_list .product-tile .product-swatches li {
  border: none;
}

ul.search-result-items .product-tile .product-swatches .swatch,
ul.pre_order_list .product-tile .product-swatches .swatch {
  display: block;
  position: relative;
  width: 100%;
  height: calc(((50vw - 20px) - 24px) / 4 / 5 * 6);
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.search-result-items .product-tile .product-swatches .swatch img,
ul.pre_order_list .product-tile .product-swatches .swatch img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

ul.search-result-items .product-tile .product-swatches .swatch.selected img,
ul.pre_order_list .product-tile .product-swatches .swatch.selected img {
  border: 1px solid #666;
  opacity: 1;
}

ul.grid3.search-result-items li.grid-tile .product-image a,
ul.grid3_slide.search-result-items li.grid-tile .product-image a,
.brand-nbb .ranking ul.search-result-items li.grid-tile .product-image a,
.brand-nbb .pre_order_list li > a,
.brand-nn .top_seller li.grid-tile .product-image a,
.brand-nn .new_items li.grid-tile .product-image a,
.brand-nn .preorder li.grid-tile .product-image a,
.brand-nn .staff_recommend li.grid-tile .product-image a,
.brand-mfm .staff_recommend li.grid-tile .product-image a,
.brand-jj .new_items li.grid-tile .product-image a {
  display: block;
}

.brand-mfm .top_seller li.grid-tile .product-image a,
.brand-mfm .preorder li.grid-tile .product-image a,
.brand-mfm .new_items li.grid-tile .product-image a {
  display: block;
}

.sw_detail .swiper-slide {
  display: block;
  position: relative;
  width: 100%;
  height: calc((100vw - 20px) / 5 * 6);
}

.sw_detail .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.pt_product-details .swatches.color li a {
  display: block;
  position: relative;
  width: 100%;
  height: auto !important;
}

.pt_product-details .swatches.color li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.swiper-tab-contents ul.search-result-items .product-tile .product-swatches ul {
  width: calc(((100vw - 30px) / 2) * 0.7 + 4px);
}

.product-variations,
.product-options {
  margin-left: 0;
}

.pdp-main .promotion {
  padding: 1em 0 0;
}

.pdp-main .promotion .fa-tags:before {
  font-size: 1.5rem;
}

.pdp-main .promotion .promotion-callout {
  color: #222;
}

.pdp-main .promotion .promotion-callout i {
  margin-left: 5px;
}

.pdp-main .promotion .promotion-title {
  width: auto;
  height: auto;
  padding: 0;
  color: #222;
  background: none;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.2rem;
}

header .title_brand_logo {
  text-align: center;
  width: calc(100% + 40px);
  max-width: none;
  margin: 0;
  margin-left: -20px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 34px;
}

header .brand-top .title_brand_logo {
  margin: 0 0 20px;
}

.title_brand_logo {
  text-align: center;
  margin: 20px 0 20px;
}

.swiper-wrapper .list_layout li {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.raleway {
  font-family: "Raleway", sans-serif;
  font-size: 400;
}

.raleway_bold {
  font-family: "Raleway", sans-serif;
  font-size: 600;
}

.playfair {
  font-family: "Playfair Display", serif;
}

.blog .list_layout img {
  height: auto;
}

#instafeed li {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

#instafeed a {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.instagram a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.app_list a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.fb_bnr img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.bnr_list a img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

#insta-load-more[disabled="disabled"] {
  display: none;
}

/*nn css*/
.brandPage_nn .title_brand_logo {
  background: #f7f8f8;
}

.brandPage_nn .title_brand_logo img {
  width: 25px;
  height: auto;
}

.brandPage_nn #wrapper {
  background: #f7f8f8;
  margin-bottom: 0px;
}

.brandPage_nn footer {
  margin-top: 0px;
}

.brand-nn .recommend .swiper-pagination.swp_inline_buttons {
  display: block !important;
}

.brand-nn h2.title {
  font-size: 2.2rem;
  margin-top: 60px;
  margin-bottom: 10px;
  font-weight: 600;
}

.brand-nn h2.title:nth-of-type(1) {
  margin-top: 0;
}

.brand-nn .title_brand_logo {
  margin: 8px 0 20px !important;
}

.brand-nn .top_seller li,
.brand-nn .new_items li,
.brand-nn .staff_recommend li {
  width: calc((100vw - 20px) / 3);
}

.brand-nn .styling_wrap ul.search-result-items.grid3_slide li.grid-tile {
  margin-right: 0px;
}

.brand-nn .top_news {
  background: transparent;
}

.brand-nn .title_brand_logo img {
  width: 8%;
}

.brand-nn .view_more {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #222;
  padding: 0 3px;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 20px;
  letter-spacing: 1px;
}

.brand-nn .product-tile .product-name {
  height: auto;
}

.brand-nn span.seller_no {
  font-size: 1.3rem;
  color: #222;
  margin-right: 3px;
  border-bottom: 1px solid #222;
  display: inline-block;
  padding: 0 2px;
  line-height: 1;
  vertical-align: top;
}

.brand-nn ul.sns_list li {
  display: inline-block;
  width: calc(33% - 8px);
  margin-right: 10px;
  text-align: center;
}

.brand-nn .list_layout > li {
  border: none;
}

.brand-nn .list_txt {
  width: calc(65% - 15px);
  float: left;
  margin-left: 15px;
  border-top: 1px solid #222;
  padding-left: 0px;
}

.brand-nn .list_txt .list_date {
  margin-top: 20px;
  margin-bottom: 20px;
}

.brand-nn .list_brand {
  display: none;
}

.brand-nn ul.sns_list li a {
  color: #747474;
  font-size: 1.1rem;
}

.brand-nn ul.sns_list li:last-child {
  margin-right: 0px;
}

.brand-nn .sns_icon {
  display: inline-block;
  vertical-align: super;
  margin-right: 3px;
}

.brand-nn .sns_icon img {
  width: 50%;
}

.brand-nn span.sns_ttl {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.5rem;
  margin-top: 10px;
}

.brand-nn span.main_icon {
  display: inline-block;
}

.brand-nn a.mail_mag {
  text-align: center;
  display: block;
  margin: 30px auto 0;
}

.brand-nn span.main_icon img {
  width: 50%;
}

.brand-nn span.mail_txt {
  color: #747474;
  border-bottom: 1px solid #747474;
  display: inline-block;
  padding: 0 5px;
  font-size: 1.1rem;
}

.brand-nn ul.recently_list {
  width: calc(100% + 8px);
  margin-right: -8px;
}

.brand-nn ul.recently_list li {
  width: calc(33.3333% - 8px);
  display: inline-block;
  margin-right: 8px;
}

.brand-nn ul.recently_list li:last-child {
  margin-right: 0px;
}

.brand-nn a.name-link.text_overflow {
  text-align: left;
}

.brand-nn .list_txt .list_date {
  font-size: 1rem;
  color: #858585;
}

.brand-nn .list_txt h3 {
  line-height: 1.4;
  color: #858585;
  font-weight: 600;
  font-size: 1.1rem;
  color: #858585;
}

.brand-nn .txt_right {
  font-weight: bold;
  text-align: center;
}

.brand-nn ul.sns_list li a > img {
  width: 100%;
}

.brand-nn .swiper-pagination.square .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.brand-nn .swiper-pagination.square .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
}

.brand-nn .recently_list li:nth-child(n + 4) {
  display: none;
}

.brand-nn .preorder ul {
  width: calc(100% + 10px);
  margin-right: -10px;
}

.brand-nn .preorder li {
  width: calc(33.3333% - 10px);
  margin-right: 10px;
  float: left;
}

/*and css*/
.brandPage_and .title_brand_logo img {
  width: 75px;
  height: auto;
  position: relative;
  top: -5px;
}

.brand-and .txt_right {
  text-align: right;
}

.brand-and .more_wrap.text-right {
  text-align: right;
}

.brand-and .list_txt {
  width: calc(65% - 15px);
  float: left;
  margin-left: 15px;
  padding-left: 0px;
}

.brand-and .swiper-pagination.square .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border: 2px solid #222;
  margin: 0 8px;
}

.brand-and .buyer_select .list_txt h3 {
  color: #a3a3a3;
}

.brand-and .preorder .list_txt h3 {
  color: #a3a3a3;
}

.brand-and .and_news .list_txt h3 {
  color: #222;
}

.brand-and .list_txt .list_date {
  margin: 10px auto;
  color: #222;
}

.brand-and .category_list li a {
  letter-spacing: 1px;
}

.brand-and .list_brand {
  display: none;
}

.brand-and p.brand {
  display: none;
}

.brand-and .rank01_txt h3 {
  display: none;
}

.brand-and .rank01_txt_cont {
  top: 0;
}

.brand-and .rank01_name {
  margin-top: 0px;
}

.brand-and .catalog_img01 {
  margin-bottom: 15px;
}

.brand-and .txt_right.styling_more {
  margin-top: 15px;
}

.brand-and .list_layout li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.brand-and .checked_items .slide_assets {
  display: block;
}

.brand-and .recommend .product-image {
  margin-bottom: 6px;
}

.brand-and .category_list li:nth-of-type(2n) {
  border-color: #222;
}

.brand-and .category_list li {
  border-color: #222;
}

.brand-and span.tw_mask {
  width: 23px;
  display: inline-block;
}

.brand-and span.tw_mask img {
  width: 100%;
}

.brand-and span.abema_mask {
  display: inline-block;
  width: 19px;
}

.brand-and span.abema_mask img {
  width: 100%;
}

.brand-and ul.sns_links02 {
  text-align: center;
  margin-top: 30px;
}

.brand-and ul.sns_links02 li {
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.brand-and ul.sns_links02 li {
  font-size: 1.4rem;
}

.brand-and ul.sns_links02 li span {
  margin-right: 10px;
}

.brand-and .sns_links02 li:first-child {
  margin-right: 45px;
}

.brand-and section.app {
  border: 1px solid #222;
  padding: 25px 0 30px;
  margin-top: 40px;
}

.brand-and .app h3 {
  text-align: center;
  margin-bottom: 10px;
}

.brand-and .app_list {
  text-align: center;
}

.brand-and .app_list li {
  display: inline-block;
}

.brand-and .app_list li img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.brand-and .app_list li:first-child {
  margin-right: 10px;
}

.brand-and a.view_more {
  border: 1px solid #222;
  font-size: 1.3rem;
}

.brand-and a.view_more.half_btn2.hide {
  display: none;
}

.brand-and .plus_icon:before,
.brand-and .plus_icon:after {
  width: 8px;
}

.brand-and .plus_icon:after {
  margin-left: -8px;
}

.nn_bnr .swiper-slide,
.and_bnr .swiper-slide,
.mfm_bnr .swiper-slide {
  width: 50%;
  margin-right: 10px;
}

/*pbd css*/
.pbd footer {
  background: #fff;
  border-top: 1px solid #222;
}

.brandPage_pbd header .title_brand_logo img {
  width: 136px;
}

.brandPage_pbd header .title_brand_logo {
  border-bottom: 1px solid #aaa;
}

.brandPage_pbd ul.subbrand_list {
  margin-top: 0;
}

.brandPage_pbd .section,
.brand-pbd .section {
  margin-bottom: 30px;
}

.brandPage_pbd .primary-content,
.brand-pbd .primary-content {
  overflow: hidden;
}

.brandPage_pbd .title_brand_logo,
.brand-pbd .title_brand_logo {
  background: #fff;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 0 0 -20px;
}

.brandPage_pbd .swiper-pagination span,
.brand-pbd .swiper-pagination span {
  background: #aaa;
}

.brandPage_pbd .title_brand_logo img,
.brand-pbd .title_brand_logo img {
  width: 45.33%;
}

.brandPage_pbd .subbrand_list li,
.brand-pbd .subbrand_list li {
  display: block;
  width: 33.33333%;
  text-align: center;
  float: left;
  padding: 10px 10px 0;
}

.brandPage_pbd .pbd_top_kv,
.brand-pbd .pbd_top_kv {
  margin-bottom: 6px;
}

.brandPage_pbd .pbd_top_kv .slide_assets,
.brand-pbd .pbd_top_kv .slide_assets {
  position: relative;
  margin-top: -40px;
}

.brandPage_pbd .pbd_top_kv .slide_assets .swiper-pagination,
.brand-pbd .pbd_top_kv .slide_assets .swiper-pagination {
  position: relative;
  top: -10px;
}

.brandPage_pbd .bnr_list,
.brand-pbd .bnr_list {
  letter-spacing: -4em;
}

.brandPage_pbd .brand_active1 a,
.brand-pbd .brand_active1 a {
  display: inline-block;
  border-bottom: 2px solid #e6d2cf;
  padding-bottom: 2px;
}

.brandPage_pbd .brand_active2 a,
.brand-pbd .brand_active2 a {
  display: inline-block;
  border-bottom: 2px solid #b6a2b8;
  padding-bottom: 2px;
}

.brandPage_pbd .brand_active3 a,
.brand-pbd .brand_active3 a {
  display: inline-block;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 2px;
}

.brandPage_pbd .top_kv .swiper-pagination,
.brand-pbd .top_kv .swiper-pagination {
  margin-top: -20px;
}

.brandPage_pbd .swiper-pagination .swiper-pagination-bullet-active,
.brand-pbd .swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.brandPage_pbd .top_kv span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.brand-pbd .top_kv span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}

.brandPage_pbd .swiper-pagination .swiper-pagination-bullet-active:before,
.brand-pbd .swiper-pagination .swiper-pagination-bullet-active:before {
  display: none;
}

.brandPage_pbd .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.brand-pbd .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #989797;
}

.brandPage_pbd .topics_bnr li,
.brand-pbd .topics_bnr li {
  width: calc(50% - 3px);
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}

.brandPage_pbd .topics_bnr li:nth-child(2n),
.brand-pbd .topics_bnr li:nth-child(2n) {
  margin-right: 0px;
}

.brandPage_pbd .txt_right,
.brand-pbd .txt_right {
  text-align: right;
}

.brandPage_pbd .topics_bnr li:nth-child(n + 5),
.brand-pbd .topics_bnr li:nth-child(n + 5) {
  display: none;
}

.brandPage_pbd h2.title,
.brand-pbd h2.title {
  color: #7d7c7c;
  position: relative;
}

.brandPage_pbd span.title_pbd,
.brand-pbd span.title_pbd {
  z-index: 2;
  position: relative;
  /* left: 0; */
  /* right: 0; */
  height: 20px;
  display: inline;
  background: #fff;
  padding: 0 10px;
  font-size: 1.7rem;
  font-weight: normal;
}

.brandPage_pbd .title_border,
.brand-pbd .title_border {
  background: #7d7c7c;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 0;
}

.brandPage_pbd ul.newarrival_list li,
.brand-pbd ul.newarrival_list li {
  display: inline-block;
  width: calc(33.333% - 2px);
  margin-right: 2px;
  color: #7d7c7c;
  text-align: center;
  float: left;
}

.brandPage_pbd ul.newarrival_list.clearfix.hide-compare.lazy,
.brand-pbd ul.newarrival_list.clearfix.hide-compare.lazy {
  margin-bottom: 20px;
}

.brandPage_pbd .newarrival_list li span,
.brand-pbd .newarrival_list li span {
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.brandPage_pbd .order_btn_wrapper .re_items,
.brandPage_pbd .order_btn_wrapper .pre_items,
.brand-pbd .order_btn_wrapper .re_items,
.brand-pbd .order_btn_wrapper .pre_items {
  background: transparent;
}

.brandPage_pbd .order_btn_wrapper .block,
.brand-pbd .order_btn_wrapper .block {
  width: calc(50% - 10px);
  display: inline-block;
  letter-spacing: -4rem;
}

.brandPage_pbd .order_btn_wrapper .re_items,
.brand-pbd .order_btn_wrapper .re_items {
  margin-right: 15px;
}

.brandPage_pbd ul.newarrival_list li:nth-child(n + 4),
.brand-pbd ul.newarrival_list li:nth-child(n + 4) {
  display: none;
}

.brandPage_pbd ul.newarrival_list li:nth-child(3n),
.brand-pbd ul.newarrival_list li:nth-child(3n) {
  margin-right: 0px;
}

.brandPage_pbd .lookbook_list,
.brand-pbd .lookbook_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brandPage_pbd .lookbook_list:after,
.brand-pbd .lookbook_list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

.brandPage_pbd .lookbook_list li,
.brand-pbd .lookbook_list li {
  width: calc(50% - 2px);
  margin-right: 2px;
  margin-bottom: 2px;
  display: block;
  float: left;
}

.brandPage_pbd .lookbook_list li:nth-child(n + 5),
.brand-pbd .lookbook_list li:nth-child(n + 5) {
  display: none;
}

.brandPage_pbd .lookbook_list li:nth-child(n + 7),
.brand-pbd .lookbook_list li:nth-child(n + 7) {
  display: none;
}

.brandPage_pbd .topics_bnr .more_wrap.txt_right,
.brand-pbd .topics_bnr .more_wrap.txt_right {
  margin-right: 2%;
}

.brandPage_pbd ul.lookbook_list,
.brand-pbd ul.lookbook_list {
  margin-bottom: 5px;
}

.brandPage_pbd .pbd_snap .swiper-pagination span,
.brand-pbd .pbd_snap .swiper-pagination span {
  background: #989797;
}

.brandPage_pbd .pbd_snap .swiper-pagination .swiper-pagination-bullet-active,
.brand-pbd .pbd_snap .swiper-pagination .swiper-pagination-bullet-active {
  background: #e2b7ae;
}

.brandPage_pbd a.view_more,
.brand-pbd a.view_more {
  padding: 5px 20px 5px 0px;
}

.brandPage_pbd .pbd_snap .txt_right,
.brand-pbd .pbd_snap .txt_right {
  margin-top: -22px;
}

.brandPage_pbd .yellowtail,
.brand-pbd .yellowtail {
  font-family: "Yellowtail", cursive;
}

.brandPage_pbd .ranking li a,
.brand-pbd .ranking li a {
  display: block;
  margin-top: 0;
}

.brandPage_pbd ul.ranking_list01,
.brand-pbd ul.ranking_list01 {
  text-align: center;
}

.brandPage_pbd ul.ranking_list01 li,
.brand-pbd ul.ranking_list01 li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
  height: auto;
  width: 40%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 20px 0;
  margin-right: 4%;
}

.brandPage_pbd ul.ranking_list01 li:nth-of-type(2),
.brand-pbd ul.ranking_list01 li:nth-of-type(2) {
  margin-right: 0;
}

.brandPage_pbd ul.ranking_list02,
.brand-pbd ul.ranking_list02 {
  text-align: center;
}

.brandPage_pbd ul.ranking_list02 li,
.brand-pbd ul.ranking_list02 li {
  float: left;
  text-align: center;
  vertical-align: top;
  position: relative;
  height: auto;
  width: calc(33.3333% - 2px);
  margin-right: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.brandPage_pbd ul.ranking_list02 li:nth-of-type(3n),
.brand-pbd ul.ranking_list02 li:nth-of-type(3n) {
  margin-right: 0;
}

.brandPage_pbd ul.ranking_list02:after,
.brand-pbd ul.ranking_list02:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

.brandPage_pbd span.number.yellowtail,
.brand-pbd span.number.yellowtail {
  position: absolute;
  top: -30px;
  vertical-align: top;
  font-size: 1.6rem;
  color: #7d7c7c;
}

.brandPage_pbd ul.ranking_list01 li img,
.brand-pbd ul.ranking_list01 li img {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 5px;
}

.brandPage_pbd ul.ranking_list02,
.brand-pbd ul.ranking_list02 {
  margin-top: 30px;
}

.brandPage_pbd ul.ranking_list02 li img,
.brand-pbd ul.ranking_list02 li img {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 5px;
}

.brandPage_pbd .ranking .product-pricing,
.brand-pbd .ranking .product-pricing {
  float: none;
}

.brandPage_pbd .ranking .more_wrap.txt_right,
.brand-pbd .ranking .more_wrap.txt_right {
  margin-top: 40px;
}

.brandPage_pbd .list_txt h3,
.brand-pbd .list_txt h3 {
  color: #7d7c7c;
}

.brandPage_pbd .blog .list_date,
.brand-pbd .blog .list_date {
  display: inline-block;
  background: #e2b7ae;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 10px;
  padding: 1px 5px;
  margin-bottom: 10px;
}

.brandPage_pbd .list_layout li,
.brand-pbd .list_layout li {
  border-top: none;
}

.brandPage_pbd .blog h2,
.brand-pbd .blog h2 {
  margin-bottom: 30px;
}

.brandPage_pbd ul#instafeed li,
.brand-pbd ul#instafeed li {
  width: calc(33.333% - 2px);
  display: inline-block;
  margin-right: 2px;
  background-size: cover !important;
}

.brandPage_pbd ul#instafeed li:nth-child(3n),
.brand-pbd ul#instafeed li:nth-child(3n) {
  margin-right: 0px;
}

.brandPage_pbd ul#instafeed li:nth-child(n + 4),
.brand-pbd ul#instafeed li:nth-child(n + 4) {
  display: none;
}

.brandPage_pbd a.followus,
.brand-pbd a.followus {
  text-align: center;
  display: block;
  color: #7d7c7c;
  margin-top: 20px;
}

.brandPage_pbd span.insta_icon img,
.brand-pbd span.insta_icon img {
  margin-top: -4px;
}

.brandPage_pbd span.insta_icon,
.brand-pbd span.insta_icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.brandPage_pbd h2.title,
.brand-pbd h2.title {
  margin-bottom: 20px;
}

.brandPage_pbd .app_left,
.brand-pbd .app_left {
  width: 32%;
  float: left;
}

.brandPage_pbd .app_right,
.brand-pbd .app_right {
  width: 63%;
  float: right;
  color: #7d7c7c;
}

.brandPage_pbd .applestore,
.brand-pbd .applestore {
  width: calc(50% - 10px);
  display: inline-block;
  margin-right: 10px;
}

.brandPage_pbd .googleplay,
.brand-pbd .googleplay {
  width: calc(50% - 10px);
  display: inline-block;
}

.brandPage_pbd p.app_txt,
.brand-pbd p.app_txt {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.8;
}

.brandPage_pbd .app_right h3,
.brand-pbd .app_right h3 {
  margin-bottom: 5px;
}

.brandPage_pbd ul.app_list li,
.brand-pbd ul.app_list li {
  margin-bottom: 30px;
}

.brandPage_pbd .topics p.list_date,
.brand-pbd .topics p.list_date {
  margin-bottom: 5px;
}

.brandPage_pbd .topics .list_brand,
.brand-pbd .topics .list_brand {
  display: none;
}

.brandPage_pbd .topics .list_layout li,
.brand-pbd .topics .list_layout li {
  border-bottom: 1px solid #868585;
}

.brandPage_pbd .topics .list_layout li:last-child,
.brand-pbd .topics .list_layout li:last-child {
  border-bottom: none;
}

.brandPage_pbd .topics .list_layout li:nth-child(n + 5),
.brand-pbd .topics .list_layout li:nth-child(n + 5) {
  display: none;
}

.brandPage_pbd .category_list li,
.brand-pbd .category_list li {
  border-top: 1px solid #7d7c7c;
}

.brandPage_pbd .category_list li a,
.brand-pbd .category_list li a {
  color: #7d7c7c;
  letter-spacing: 0.5px;
}

.brandPage_pbd .collection_bnr img,
.brand-pbd .collection_bnr img {
  width: 100%;
}

.brandPage_pbd .pbd_snap_list li,
.brand-pbd .pbd_snap_list li {
  width: 33.3333%;
  margin-right: 0px;
}

.brandPage_pbd .arrow.arrow_right-left::before,
.brandPage_pbd .arrow.arrow_right-left::after,
.brand-pbd .arrow.arrow_right-left::before,
.brand-pbd .arrow.arrow_right-left::after {
  right: -10px;
}

.brandPage_pbd .arrow_right-left::before,
.brand-pbd .arrow_right-left::before {
  left: auto;
}

.brandPage_pbd span.arrow.arrow_right-left,
.brand-pbd span.arrow.arrow_right-left {
  padding-right: 2px;
}

.brandPage_pbd .pbd_more:before,
.brandPage_pbd .pbd_more:after,
.brand-pbd .pbd_more:before,
.brand-pbd .pbd_more:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.brandPage_pbd .block img,
.brand-pbd .block img {
  width: 100%;
}

.brandPage_pbd .category_wrap .arrow.arrow_right-left::before,
.brandPage_pbd .category_wrap .arrow.arrow_right-left::after,
.brand-pbd .category_wrap .arrow.arrow_right-left::before,
.brand-pbd .category_wrap .arrow.arrow_right-left::after {
  left: 0px;
  right: auto;
}

.brandPage_pbd .content_wrap .arrow.arrow_right-left::before,
.brandPage_pbd .content_wrap .arrow.arrow_right-left::after,
.brand-pbd .content_wrap .arrow.arrow_right-left::before,
.brand-pbd .content_wrap .arrow.arrow_right-left::after {
  left: 0px;
  right: auto;
}

.brandPage_pbd .swiper-pagination .swiper-pagination-bullet-active,
.brand-pbd .swiper-pagination .swiper-pagination-bullet-active {
  background: #e2b7ae !important;
}

.brandPage_pbd ul.newarrival_list .product-name,
.brand-pbd ul.newarrival_list .product-name {
  display: none;
}

.brandPage_pbd_ec .swiper-pagination .swiper-pagination-bullet-active {
  background: #b6a2b8 !important;
}

.brandPage_pbd_bc .swiper-pagination .swiper-pagination-bullet-active {
  background: #555 !important;
}

/*nbb css*/
.brandPage_nbb .title_brand_logo {
  background: #f7f7f7;
}

.brandPage_nbb .title_brand_logo img {
  width: 140px;
  margin-top: 3px;
}

.brandPage_nn .tab li.select {
  background: #f7f8f8;
}

.brand-nbb {
  padding-top: 0;
}

.brand-nbb header .title_brand_logo {
  background: #f7f7f7;
}

.brand-nbb .swiper-pagination .swiper-pagination-bullet:before {
  display: none;
}

.brand-nbb .swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.brand-nbb .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #6e6e6e;
}

.brand-nbb .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #222;
}

.brand-nbb h2.title {
  font-weight: 700;
}

.brand-nbb .list_layout li {
  border-top: none;
  border-bottom: 1px solid #aaa;
}

.brand-nbb .swiper-pagination {
  margin-top: 15px;
}

.brand-nbb .topics .list_txt h3 {
  font-size: 1.3rem;
}

.brand-nbb .topics .category {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.brand-nbb .topics li:nth-of-type(2) {
  border-bottom: none;
}

.brand-nbb .topics li:last-child {
  border-bottom: none !important;
}

.brand-nbb .styling_list {
  width: calc((100vw - 20px) / 2);
}

.brand-nbb .topics .list_txt .list_date {
  text-align: right;
  margin-top: 5px;
  margin-right: 10px;
  margin-top: 10px;
  color: #222;
  letter-spacing: 0.1em;
}

.brand-nbb .list_layout li {
  border-color: #222;
}

.brand-nbb .topics .list_layout li:nth-child(n + 3) {
  display: none;
}

.brand-nbb .list_eyecatch {
  float: left;
  width: 55%;
}

.brand-nbb .list_txt {
  width: 45%;
}

.brand-nbb .arrow.arrow_right-left::before,
.brand-nbb .arrow.arrow_right-left::after {
  right: -10px;
}

.brand-nbb .arrow_right-left::before {
  left: auto;
}

.brand-nbb span.arrow.arrow_right-left {
  padding-right: 2px;
}

.brand-nbb .pbd_more:before,
.brand-nbb .pbd_more:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.brand-nbb .catalog_list li {
  display: inline-block;
  width: calc(50% - 7px);
  margin-right: 10px;
  text-align: center;
}

.brand-nbb .catalog_list li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.brand-nbb .catalog_imgwrap {
  position: relative;
}

.brand-nbb span.enter {
  background: #222;
  width: 65%;
  padding: 5px;
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.brand-nbb .catalog_list li:last-child {
  margin-right: 0px;
}

.brand-nbb section.section.catalog {
  border-top: 1px solid #222;
}

.brand-nbb p.catalog_date {
  margin-top: 5px;
  letter-spacing: 0.1em;
}

.brand-nbb .slide_prev,
.brand-nbb .slide_next {
  display: block !important;
}

.brand-nbb .nbb_new_items {
  position: relative;
}

.brand-nbb .nbb_new_items .slide_controler {
  width: 100%;
  left: 0;
}

.brand-nbb .slide_prev,
.brand-nbb .slide_next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.brand-nbb .nbb_new_items .slide_run {
  position: relative;
  width: 85%;
  overflow: hidden;
  margin: 0 auto;
}

.brand-nbb .nbb_new_items p.name,
.brand-nbb .nbb_new_items .product-tile .product-name {
  text-align: left;
  height: auto;
  font-size: 1.2rem;
  margin-top: 5px;
}

.brand-nbb .nbb_new_items .price,
.brand-nbb .nbb_new_items .product-tile .product-pricing {
  font-size: 1.3rem;
  color: #222;
  margin-top: 5px;
  text-align: left;
}

.brand-nbb a.view_more {
  padding: 10px 30px 10px 5px;
}

.brand-nbb .more_wrap {
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

.brand-nbb .ranking_content .nbb_rank_label.rank_01_label,
.brand-nbb .ranking_content .ranking_content .nbb_rank_label.rank_02_label,
.brand-nbb .ranking_content .ranking_content .nbb_rank_label.rank_03_label {
  background: transparent;
  color: transparent;
}

.brand-nbb .ranking_content .nbb_rank_label {
  position: absolute;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0;
  padding: 0px;
  left: 0;
  background: transparent;
  font-size: 1.3rem;
  z-index: 30;
}

.brand-nbb .ranking_content .nbb_rank_label img {
  width: 15px;
}

.brand-nbb .ranking_content ul.search-result-items li.grid-tile {
  width: calc(33.33333% - 10px);
}

.brand-nbb .ranking_content ul.search-result-items {
  width: calc(100% + 10px);
  margin-right: -10px;
}

.brand-nbb .ranking_content .search-result-items li:nth-child(n + 4) {
  display: none;
}

.brand-nbb .ranking_content ul.search-result-items .brand {
  display: none;
}

.brand-nbb .pre_order .grid3 li .product-pricing .product-standard-price {
  display: block !important;
  font-size: 1.2rem;
}

.brand-nbb .pre_order .grid3 li .brand {
  display: none;
}

.brand-nbb .pre_order .pre_order_list li:nth-child(n + 4) {
  display: none;
}

.brand-nbb .nbbmagazine .magazine_list {
  margin-bottom: 30px;
}

.brand-nbb .nbbmagazine ul.magazine_list li {
  width: calc(50% - 5px);
  float: left;
  text-align: center;
}

.brand-nbb .nbbmagazine ul.magazine_list li:first-child {
  margin-right: 10px;
}

.brand-nbb .nbbmagazine .magazine_inner {
  background: #222;
  color: #fff;
  padding: 5px 5px;
}

.brand-nbb .nbbmagazine .magazine_inner h3 span {
  display: block;
}

.brand-nbb .nbbmagazine .magazine_inner h3 {
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
  position: relative;
}

.brand-nbb .nbbmagazine .magazine_inner h3:after {
  content: "";
  height: 1px;
  width: 100%;
  right: 0;
  margin: auto;
  background: #fff;
  display: block;
  margin-top: 5px;
}

.brand-nbb .nbbmagazine p.title {
  color: #fff;
  padding-left: 5px;
  margin-top: 8px;
  text-align: center;
}

.brand-nbb .nbbmagazine span.cate {
  font-size: 1.3rem;
  color: #fff;
  margin-right: 5px;
  display: inline-block;
}

.brand-nbb .nbbmagazine p.date {
  text-align: right;
  padding-right: 5px;
  color: #aaa;
  margin-top: 5px;
  letter-spacing: 0.1em;
}

.brand-nbb .nbbmagazine .more_wrap {
  margin-top: 20px;
}

.brand-nbb .staffstyle {
  position: relative;
  border-top: 1px solid #222;
}

.brand-nbb .staffstyle .slide_run {
  position: relative;
  width: 95%;
  overflow: hidden;
  margin: 0 auto;
}

.brand-nbb .staffstyle .slide_controler {
  top: 43%;
}

.brand-nbb .staffstyle .slide_controler .slide_prev {
  position: absolute;
  top: 12.5px;
  left: -10px;
}

.brand-nbb .staffstyle .slide_controler .slide_next {
  position: absolute;
  top: 12.5px;
  right: -10px;
}

.brand-nbb .staffstyle p.name {
  margin-top: 5px;
  font-size: 1.2rem;
}

.brand-nbb .blog {
  border-top: 1px solid #222;
}

.brand-nbb .blog .list_layout li:nth-child(n + 3) {
  display: none;
}

.brand-nbb .blog .list_layout li:nth-child(2) {
  border-bottom: none;
  margin-bottom: 0;
}

.brand-nbb .blog .list_eyecatch {
  float: none;
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

.brand-nbb .blog .list_txt {
  width: 60%;
  line-height: 1.6;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.brand-nbb .blog .list_txt .list_date {
  color: #222;
  font-size: 1.2rem;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.brand-nbb .blog .list_txt h3 {
  line-height: 1.6;
  font-size: 300;
}

.brand-nbb .present .right_wrap {
  text-align: center;
}

.brand-nbb .present .present_inner.clfix {
  border: 1px solid #cecece;
  padding: 15px 10px;
  position: relative;
}

.brand-nbb .present p.date {
  position: absolute;
  right: 5px;
  top: 5px;
  letter-spacing: 0.1em;
}

.brand-nbb .present p.txt {
  margin-top: 30px;
}

.brand-nbb .present p.term .circle {
  background: #222;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  padding-top: 9px;
  padding-left: 3px;
  letter-spacing: 2px;
  text-align: center;
}

.brand-nbb .present .santen {
  margin: 0 5px;
  letter-spacing: 3px;
}

.brand-nbb .present p.term {
  margin-top: 15px;
}

.brand-nbb .shop a.shoplist_btn {
  font-size: 1.5rem;
  background: #222;
  color: #fff;
  letter-spacing: 2px;
  padding-top: 13px;
}

.brand-nbb .sns {
  background: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 0;
}

.brand-nbb .sns ul.sns_list {
  text-align: center;
}

.brand-nbb .sns .sns_list li {
  display: inline-block;
  width: calc(25% - 44px);
  margin-right: 16px;
  margin-left: 16px;
  text-align: center;
}

.brand-nbb .sns .sns_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.brand-nbb .sns .sns_list li img {
  width: 100%;
}

.brand-nbb .app ul.app_list {
  width: 86%;
  margin: 0 auto;
}

.brand-nbb .app ul.app_list li:first-child {
  width: calc(23% - 10px);
  margin-right: 10px;
}

.brand-nbb .app ul.app_list li {
  display: inline-block;
  width: calc(37% - 5px);
}

.brand-nbb .app ul.app_list li:nth-child(2) {
  margin-right: 10px;
}

.brand-nbb .app ul.app_list li img {
  width: 100%;
}

.brand-nbb .app p.app_txt {
  text-align: center;
  margin-top: 10px;
  line-height: 1.6;
}

.brand-nbb .app .app_inner {
  background: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand-nbb .app .app_inner h2 {
  letter-spacing: normal;
}

.brand-nbb .app .sub_txt_wrap {
  width: 90%;
  margin: 0 auto;
  font-size: 1.1rem;
  margin-top: 15px;
  text-align: center;
}

.brand-nbb .app .sub_txt {
  position: relative;
  margin-top: 10px;
  color: #595757;
}

.brand-nbb .app .sub_txt a {
  color: #595757;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.brand-nbb .app .sub_txt:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #595757;
  display: inline-block;
  margin-right: 3px;
}

.brand-nbb .category_wrap {
  border-top: 1px solid #222;
}

.brand-nbb .category_wrap .category_list > li {
  border: none;
  border-bottom: 1px solid #aaa;
  width: 100%;
  position: relative;
}

.brand-nbb .category_wrap .category_list > li > a {
  padding: 5px 0;
}

.brand-nbb .category_wrap .category_list > li img {
  width: 13%;
  display: inline-block;
}

.brand-nbb .category_wrap .category_list > li span.arrow.arrow_down-right {
  width: calc(100% - 13%);
  letter-spacing: 0.05em;
  display: inline-block;
}

.brand-nbb .category_wrap .category_list > li span.arrow.arrow_down-right:before, .brand-nbb .category_wrap .category_list > li span.arrow.arrow_down-right:after {
  right: 10px;
}

.brand-nbb .category_wrap .category_list > li .sub_cat {
  display: none;
  margin-top: 0;
  margin-bottom: 10px;
}

.brand-nbb .category_wrap .category_list > li .sub_cat li {
  float: none;
  width: 100%;
  border: none;
  padding-left: 16%;
}

.brand-nbb .content_wrap .arrow.arrow_right-left {
  text-indent: 0px;
}

.brand-nbb .content_wrap .arrow.arrow_right-left {
  width: 100%;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
}

.brand-nbb .content_wrap .arrow.arrow_right-left::before,
.brand-nbb .content_wrap .brand-nbb .arrow.arrow_right-left::after {
  right: 0px;
}

.brand-nbb .content_wrap span.en_font {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.brand-nbb .content_wrap .arrow.arrow_right-left {
  text-indent: 0px;
}

.brand-nbb .content_wrap .arrow.arrow_right-left {
  width: 100%;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
}

.brand-nbb .content_wrap .arrow.arrow_right-left::before,
.brand-nbb .content_wrap .brand-nbb .arrow.arrow_right-left::after {
  right: 0px;
}

.brand-nbb .content_wrap span.en_font {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.brand-nbb #ameblo_feed li:nth-child(n + 3) {
  display: none;
}

/*mfm css*/
.brandPage_mfm .title_brand_logo {
  background: #f7f8f8;
}

.brandPage_mfm .title_brand_logo img {
  width: 150px;
  height: auto;
}

.brandPage_mfm #wrapper {
  background: #f7f8f8;
  margin-bottom: 0px;
}

.brandPage_mfm footer {
  margin-top: 0px;
}

.brandPage_mfm #wrapper {
  background: #f7f8f8;
  margin-bottom: 0px;
}

.brandPage_mfm .tab li.select {
  background: #f7f8f8;
}

.brand-mfm h2.title {
  font-size: 2.2rem;
  font-weight: 600;
}

.brand-mfm .title_brand_logo {
  margin: 8px 0 20px !important;
}

.brand-mfm .styling_wrap ul.search-result-items.grid3_slide li.grid-tile {
  width: 33.3333%;
  margin-right: 0px;
}

.brand-mfm .top_news {
  background: transparent;
}

.brand-mfm .title_brand_logo img {
  width: 8%;
}

.brand-mfm .view_more {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #222;
  padding: 0 3px;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 20px;
  letter-spacing: 1px;
}

.brand-mfm .top_seller li {
  width: calc((100vw) / 2);
}

.brand-mfm .product-tile .product-name {
  height: auto;
}

.brand-mfm span.seller_no {
  font-size: 1.3rem;
  color: #222;
  margin-right: 3px;
  border-bottom: 1px solid #222;
  display: inline-block;
  padding: 0 2px;
  line-height: 1;
  vertical-align: top;
}

.brand-mfm .cordinate {
  position: relative;
  padding: 30px 0;
}

.brand-mfm .cordinate h2.title {
  border-bottom: 1px solid #222;
}

.brand-mfm .cordinate h3 {
  font-weight: bold;
  text-align: center;
}

.brand-mfm .cordinate p {
  text-align: center;
  margin-bottom: 20px;
}

.brand-mfm .cordinate p.orapic {
  text-align: right;
}

.brand-mfm .cordinate .post_photo {
  margin-top: 20px;
}

.brand-mfm .cordinate .post_photo a {
  text-decoration: underline;
}

.brand-mfm .cordinate .slide_run {
  position: relative;
  width: 95%;
  overflow: hidden;
  margin: 0 auto;
}

.brand-mfm .cordinate .slide_controler {
  top: 47%;
}

.brand-mfm .cordinate .slide_assets,
.brand-mfm .cordinate .slide_prev,
.brand-mfm .cordinate .slide_next {
  display: block;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.brand-mfm .cordinate .slide_prev {
  left: -10px;
}

.brand-mfm .cordinate .slide_next {
  right: -10px;
}

.brand-mfm ul.sns_list li {
  display: inline-block;
  width: calc(33% - 8px);
  margin-right: 10px;
  text-align: center;
}

.brand-mfm .list_layout > li {
  border: none;
}

.brand-mfm .list_txt {
  width: calc(65% - 15px);
  float: left;
  margin-left: 15px;
  border-top: 1px solid #222;
  padding-left: 0px;
}

.brand-mfm .list_txt .list_date {
  margin-top: 20px;
  margin-bottom: 20px;
}

.brand-mfm .list_brand {
  display: none;
}

.brand-mfm ul.sns_list li a {
  color: #747474;
  font-size: 1.1rem;
}

.brand-mfm ul.sns_list li:last-child {
  margin-right: 0px;
}

.brand-mfm .sns_icon {
  display: inline-block;
  vertical-align: super;
  margin-right: 3px;
}

.brand-mfm .sns_icon img {
  width: 50%;
}

.brand-mfm span.sns_ttl {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.5rem;
  margin-top: 10px;
}

.brand-mfm span.main_icon {
  display: inline-block;
}

.brand-mfm a.mail_mag {
  text-align: center;
  display: block;
  margin: 30px auto 0;
}

.brand-mfm span.main_icon img {
  width: 50%;
}

.brand-mfm span.mail_txt {
  color: #747474;
  border-bottom: 1px solid #747474;
  display: inline-block;
  padding: 0 5px;
  font-size: 1.1rem;
}

.brand-mfm ul.recently_list {
  width: calc(100% + 8px);
  margin-right: -8px;
}

.brand-mfm ul.recently_list li {
  width: calc(33.3333% - 8px);
  display: inline-block;
  margin-right: 8px;
}

.brand-mfm ul.recently_list li:last-child {
  margin-right: 0px;
}

.brand-mfm a.name-link.text_overflow {
  text-align: left;
}

.brand-mfm .product-tile .product-name {
  text-align: left;
}

.brand-mfm .product-tile .product-pricing {
  margin: 0.1em 0;
}

.brand-mfm .product-pricing {
  font-size: 1rem;
  text-align: left;
  color: #222;
}

.brand-mfm .list_txt .list_date {
  font-size: 1rem;
  color: #858585;
}

.brand-mfm .list_txt h3 {
  line-height: 1.4;
  color: #858585;
  font-weight: 600;
  font-size: 1.1rem;
  color: #858585;
}

.brand-mfm .txt_right {
  font-weight: bold;
  text-align: center;
}

.brand-mfm .official_sns h2 {
  margin-bottom: 30px;
}

.brand-mfm .official_sns h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}

.brand-mfm ul.sns_list li a > img {
  width: 100%;
}

.brand-mfm .swiper-pagination.square .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.brand-mfm .swiper-pagination.square .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
}

.brand-mfm .recently_list li:nth-child(n + 4) {
  display: none;
}

.brand-mfm .category_list li a {
  font-size: 1rem;
}

.brand-mfm .category_list li a .arrow.arrow_right-left {
  text-indent: 10px;
}

.brand-mfm .category_img li {
  width: calc(50% - 2px);
  height: calc((100vw - 20px) / 2);
  display: inline-block;
  border: none;
  margin-bottom: 2px;
  margin-right: 2px;
}

.brand-mfm .category_img li span {
  display: none;
}

.brand-nn .staff_recommend ul.grid3.search-result-items li.grid-tile,
.brand-mfm .staff_recommend ul.grid3.search-result-items li.grid-tile {
  width: calc((100vw - 20px) / 3);
  margin-right: 0;
}

#ameblo_feed li .list_eyecatch {
  height: 100px;
}

.brand-top .product-name .brand {
  display: none;
}

.brand-nbb .section {
  margin-bottom: 40px;
  padding-top: 40px;
}

.brand-nbb .section.top_kv, .brand-nbb .section.topics, .brand-nbb .section.ranking, .brand-nbb .section.pre_order, .brand-nbb .section.shop, .brand-nbb .section.app {
  padding-top: 0;
}

.brand-nbb .section.sns {
  margin-bottom: 0;
}

.brand-nbb .section.content_wrap {
  padding-top: 0;
  margin-bottom: 0;
}

.brand-nn .section,
.brand-mfm .section {
  margin-bottom: 65px;
}

.brand-nn .top_seller .name-link,
.brand-nn .preorder .name-link,
.brand-mfm .top_seller .name-link,
.brand-mfm .preorder .name-link {
  display: inline;
}

.brand-nn .top_seller .product-tile .product-name,
.brand-nn .preorder .product-tile .product-name,
.brand-mfm .top_seller .product-tile .product-name,
.brand-mfm .preorder .product-tile .product-name {
  margin-bottom: 0;
}

.catalog_imgwrap img,
.magazine_list img,
.lookbook_list img {
  width: 100%;
}

h2.title.titleTop {
  margin: 30px 0;
}

.filterSet {
  position: relative;
  z-index: 80;
  margin: 20px 0;
}

.filterSet h5 {
  font-size: 1.3rem;
  border: 1px solid #cccccc;
  font-weight: normal;
}

.filterSet.fs_slideDown ul {
  position: relative;
}

.filterSet ul {
  position: absolute;
  border: 1px solid #cccccc;
  border-top: none;
  width: 100%;
  background: #ffffff;
}

.filterSet li {
  border-bottom: 1px solid #cccccc;
}

.filterSet li:last-child {
  border-bottom: none;
}

.filterSet li a {
  padding: 6px 5px;
  display: block;
}

.filterSet a {
  padding: 8px 10px;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.filterSet a.arrow_down-right::before, .filterSet a.arrow_right-right::before {
  right: 10px;
}

.filterSet.open a.arrow_down-right::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-list .list_layout li:first-child {
  border-top: none;
}

.styling-list ul.buttons {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.styling-list .filter_cont {
  top: auto;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  left: 0;
  right: 0;
  margin: auto;
}

.styling-list li.sort-by {
  display: inline-block;
  border: 1px solid #ccc;
  float: none;
}

.styling-list li.sort-by a {
  padding: 5px 21px;
}

.styling-list li.sort-by.select:before {
  content: "";
  width: 211px;
  position: absolute;
  height: 2px;
  bottom: 4px;
  z-index: 999;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
}

.styling-list .arrow_right-right::before {
  right: 20px;
  width: 6px;
  top: -10px;
}

.styling-list .styling_list li h3 {
  font-weight: 400;
  margin: 5px 0 20px;
}

.styling-list .styling_list li img {
  width: 100%;
}

.styling_wrap.nbb .grid3 {
  width: calc(100% + 10px);
  margin-right: -10px;
}

.styling_wrap.nbb .grid3 li {
  width: calc(50% - 10px);
  margin-right: 10px;
  float: left;
}

.brandPage_nbb .styling-list .filterSet {
  display: none;
}

.styling-detail a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.styling-detail section#styling_list_wrap {
  border-bottom: 1px solid #666;
  padding-bottom: 40px;
}

.styling-detail section#styling_list_wrap .left_img img {
  width: 100%;
}

.styling-detail p.styling_date {
  margin: 10px 0 3px;
}

.styling-detail p.styling_tall {
  margin-bottom: 10px;
}

.styling-detail .right_txt h3 {
  margin-bottom: 10px;
}

.styling-detail p.styling_txt {
  margin-bottom: 20px;
}

.styling-detail dl.item_list dt a {
  text-decoration: underline;
}

.styling-detail .grid3 li,
.styling-detail .grid3 li.grid-tile,
.styling-detail ul.grid3.search-result-items li,
.styling-detail ul.grid3.search-result-items li.grid-tile {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.magazine ul.buttons {
  position: relative;
}

.magazine .detail-wrap h3 {
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
}

.magazine .detail-wrap h3 span {
  display: block;
}

.magazine .magazine_list a {
  display: block;
}

.magazine .magazine_list li {
  text-align: center;
}

.magazine section.nbbmagazine.section {
  margin-top: 20px;
}

.magazine .nbbmagazine ul.magazine_list li {
  width: 100%;
  margin-bottom: 15px;
}

.magazine .nbbmagazine ul.magazine_list li a {
  display: block;
  white-space: nowrap;
  background: #222;
  position: relative;
}

.magazine .nbbmagazine ul.magazine_list li img {
  display: inline-block;
  width: 55%;
  margin-right: -3px;
  vertical-align: top;
}

.magazine .nbbmagazine ul.magazine_list li .magazine_inner {
  width: 45%;
  color: #fff;
  padding: 10px;
  display: inline-block;
  white-space: normal;
}

.magazine .nbbmagazine .magazine_inner h3 {
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
  position: relative;
}

.magazine .nbbmagazine .magazine_inner h3 span {
  display: block;
}

.magazine .nbbmagazine .magazine_inner h3:after {
  content: "";
  height: 1px;
  width: 100%;
  right: 0;
  margin: auto;
  background: #666;
  display: block;
  margin-top: 5px;
}

.magazine .nbbmagazine p.title {
  color: #fff;
  padding-left: 5px;
  margin-top: 8px;
  text-align: center;
}

.magazine .nbbmagazine p.date {
  text-align: right;
  padding-right: 5px;
  color: #aaa;
  margin-top: 10px;
  font-size: 1.1rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.magazine p.sub_txt {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}

.magazine .magazine_info {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 30px;
}

.magazine .magazine_info p.infotxt01 {
  color: #666666;
}

.magazine .magazine_kv {
  margin-top: 20px;
}

.magazine .magazine-detail p.category {
  display: inline-block;
  float: left;
}

.magazine .magazine-detail p.date {
  display: inline-block;
  float: right;
}

.magazine .magazine-detail .meta_info {
  margin: 20px 0;
}

.magazine .img80 {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.magazine .mag_title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.magazine .mag_title .file_no {
  font-size: 1.4rem;
  padding-bottom: 6px;
}

.magazine .magazine_txt {
  margin: 30px 0;
}

.magazine .related h4 {
  display: inline-block;
  text-align: left;
}

.magazine .related a {
  border-bottom: 1px solid;
  margin-left: 7px;
}

.magazine .pager {
  text-align: center;
  margin-top: 40px;
}

.magazine .pager a {
  margin-right: 20px;
  position: relative;
}

.magazine a.prev:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 7px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -10px;
  top: 4px;
}

.magazine a.prev:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 7px;
  background: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -10px;
  top: 9px;
}

.magazine a.next:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 7px;
  background: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -10px;
  top: 4px;
}

.magazine a.next:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 7px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -10px;
  top: 9px;
}

.magazine .filterSet {
  display: block !important;
}

.shop-list p.brand_search_ttl {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.shop-list a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shop-list dl.shoplist {
  width: 85%;
  margin: auto;
}

.shop-list dl.shoplist dt {
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
  height: 60px;
  width: 100%;
}

.shop-list dl.shoplist dt img {
  max-width: 90%;
  max-height: 90%;
}

.shop-list dl.shoplist dd {
  padding-left: 0;
  margin-bottom: 20px;
}

.shop-list dl.shoplist dd span {
  color: #b5b5b5;
  font-size: 1rem;
  display: block;
}

.shoplist-detail a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shoplist-detail ul.area_list {
  text-align: center;
  margin-bottom: 20px;
}

.shoplist-detail ul.area_list li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #a3a3a3;
}

.shoplist-detail ul.shoplist li h3 {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 6px;
}

.shoplist-detail ul.shop_info {
  padding: 20px 0;
}

.shoplist-detail ul.shop_info h4 {
  margin-bottom: 5px;
}

.shoplist-detail a.map {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.shoplist-detail a.map img {
  position: relative;
  top: -1px;
  width: 11px;
  margin-right: 2px;
}

.shoplist-detail p.adress {
  margin-bottom: 5px;
}

.shoplist-detail .icon_wrap span {
  padding: 2px 10px;
  border: 1px solid #000;
  margin-right: 5px;
  font-size: 1rem;
}

.shoplist-detail ul.shop_info li {
  margin-bottom: 30px;
}

.shoplist-detail .store-events p.texts {
  margin-bottom: 5px;
}

.news_page .pagination {
  margin-top: 40px;
  position: relative;
}

.article-detail article h2,
.news-detail article h2 {
  margin: 6px 0;
}

.article-detail article p,
.news-detail article p {
  margin-top: 20px;
}

.article-detail article p.brand,
.news-detail article p.brand {
  margin-top: 0;
  margin-bottom: 20px;
}

.article-detail a,
.news-detail a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.article-detail a.back,
.news-detail a.back {
  margin-top: 40px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #aaa;
}

.ranking-list .ranking_content .label {
  top: 10px;
  padding: 2px 5px 2px;
  font-size: 1.1rem;
  width: 36px;
  text-align: center;
  white-space: nowrap;
}

.ranking-list .ranking_content .label img {
  width: 12px !important;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.ranking-list .ranking_content .search-result-items li:nth-child(n + 7) {
  display: block;
}

.ranking-list .ranking_content .search-result-items li.grid-tile {
  width: calc(33.33333% - 10px);
}

.notification .noti_detail {
  margin-left: 0;
  margin-top: 20px;
}

.ui-dialog .ui-dialog-content {
  padding: 0.25em 0.25em 50px;
}

.form-horizontal label {
  width: auto;
}

.submit-order {
  text-align: left;
}

.brandPage_nbb .news-list .filterSet,
.news-list.nbb .filterSet,
.brandPage_nbb .news-detail .filterSet,
.news-detail.nbb .filterSet {
  display: block !important;
}

.brand-nn .top_seller ul,
.brand-nn .preorder ul,
.brand-nn .new_items ul {
  width: calc(100% + 10px);
  margin-right: -10px;
}

.brand-nn .top_seller ul li,
.brand-nn .preorder ul li,
.brand-nn .new_items ul li {
  width: calc((100vw - 20px) / 3);
  margin-right: 0;
  float: left;
}

.brand-nn .top_seller .product-name,
.brand-nn .top_seller .meta_wrap,
.brand-nn .preorder .product-name,
.brand-nn .preorder .meta_wrap,
.brand-nn .new_items .product-name,
.brand-nn .new_items .meta_wrap {
  padding: 0 3px;
}

.brand-mfm .top_seller ul,
.brand-mfm .preorder ul,
.brand-mfm .recommend ul,
.brand-mfm .new_items ul {
  width: calc(100% + 10px);
  margin-right: -10px;
}

.brand-mfm .top_seller ul li,
.brand-mfm .preorder ul li,
.brand-mfm .recommend ul li,
.brand-mfm .new_items ul li {
  width: calc((100vw - 20px) / 2);
  margin-right: 0;
  float: left;
}

.brand-mfm .top_seller .product-name,
.brand-mfm .top_seller .meta_wrap,
.brand-mfm .preorder .product-name,
.brand-mfm .preorder .meta_wrap,
.brand-mfm .recommend .product-name,
.brand-mfm .recommend .meta_wrap,
.brand-mfm .new_items .product-name,
.brand-mfm .new_items .meta_wrap {
  padding: 0 3px;
}

.ui-dialog[aria-describedby="store-inventory-by-placecode-dialog"] {
  width: 100% !important;
  height: 100vh !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.ui-dialog[aria-describedby="store-inventory-by-placecode-dialog"].ui-dialog {
  padding: 10px;
}

.ui-dialog[aria-describedby="store-inventory-by-placecode-dialog"].ui-dialog table {
  font-size: 1.3rem;
}

.ui-dialog[aria-describedby="store-inventory-by-placecode-dialog"].ui-dialog .ui-icon-closethick {
  top: 15px;
  left: 5px;
}

.ui-dialog[aria-describedby="store-inventory-by-placecode-dialog"] .item-list td.product-id {
  padding-left: 0;
}

.ui-dialog[aria-describedby="store-inventory-by-placecode-dialog"] .item-list td.color-name span {
  display: block;
}

div#store-inventory-by-placecode-dialog {
  overflow: hidden !important;
  height: auto !important;
  max-height: none !important;
}

.order-history-table th,
.order-history-table td {
  width: 25%;
}

.order-history-table .order-shipped-to {
  width: 15%;
}

.order-history-table .order-items {
  width: 30%;
}

.order-history-table .order-total-price {
  width: 10%;
}

.order-history-table th,
.order-history-table td {
  width: 15%;
  padding: 5px;
}

.product-tile .product-promo {
  text-align: left;
}

.productlist-under-the-title {
  width: 100%;
  position: relative;
  margin: 10px 0 20px;
}

nav[role="navigation"].sidebar section.nav_inner.search_section {
  padding-bottom: 20px;
}

nav[role="navigation"].sidebar section.nav_inner.under_keyword {
  color: #222;
  padding-top: 0;
  padding-bottom: 20px;
  border: none;
}

nav[role="navigation"].sidebar section.nav_inner.side_brands {
  padding-bottom: 0;
}

.brandPage_pbd a.view_more,
.brand-pbd a.view_more {
  margin-top: 10px;
}

.cat-banner {
  margin-top: 15px;
}

/*カートページの入荷予定日非表示*/
ul.product-availability-list li.on-order.in-stock-date {
  display: none;
}

/**/
.styling_wrap.mfm .grid3 li {
  width: calc(50% - 10px);
}

/* Added Style Product Review */
.pt_product-details #ZVSummary {
  position: relative;
  cursor: pointer;
}

.pt_product-details #ZVSummary:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 5px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
}

.pt_product-details #ZVSummary.active {
  border-bottom: none;
}

.pt_product-details #ZVSummary.active:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pt_product-details #ZVSummary .zv-hist,
.pt_product-details #ZVList .zv-hist {
  width: 140px;
}

.pt_product-details #ZVList {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pt_product-details #ZVSummary td {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt_product-details #ZVSummary .type1 td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt_product-details #ZVSummary .zv-star-comment {
  font-size: 1.3rem;
  padding-top: 2px;
  padding-bottom: 0;
  line-height: 1;
}

.pt_product-details .zv-star-svg {
  height: 15px;
  width: 15.67px;
  fill: #fdbf2d;
}

.pt_product-details .zv-star-svg-main {
  fill: #fdbf2d;
}

.pt_product-details .zv-star-svg-grey {
  fill: #ccc;
}

.pt_product-details svg[aria-hidden="true"] {
  height: 15px;
  width: 15.67px;
}

.pt_product-details #ZVList table.zv-counts-table td.zv-hist-count,
.pt_product-details #ZVList table.zv-counts-table td.zv-hist-per {
  padding: 6px 2px 0;
  font-size: 1.2rem;
  line-height: 1;
}

.pt_product-details #ZVList p.zv-heading {
  font-size: 1.4rem;
  margin-top: 0;
}

.pt_product-details .zv-row {
  margin-bottom: 10px;
}

.pt_product-details #zv-review-filter {
  margin-bottom: 20px;
}

.pt_product-details #ZVList .zv-summary-cell {
  margin-top: 10px;
}

.pt_product-details #ZVList .zv-row > div {
  padding-left: 0;
  padding-right: 0;
}

.pt_product-details #ZVSummary table.zv-counts-table > tbody > tr > th,
.pt_product-details #ZVList table.zv-counts-table > tbody > tr > th {
  text-align: left;
  min-width: auto;
}

.pt_product-details #ZVSummary .zv-hist,
.pt_product-details #ZVList .zv-hist {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pt_product-details #ZVSummary .zv-hist-bar,
.pt_product-details #ZVList .zv-hist-bar {
  border-radius: 0;
  background: #fdbf2d;
}

.pt_product-details #ZVList .zv-review-sort {
  margin-left: 0;
}

.pt_product-details #ZVList .zv-review-sort span {
  font-size: 1.2rem;
}

.pt_product-details #ZVList .zv-select-wrap {
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  border-radius: 0;
  background: #ffffff;
  margin-right: 10px;
  width: auto;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 30px;
  width: 160px;
}

.pt_product-details #ZVList .zv-select {
  padding: 2px 38px 0px 8px;
  width: 100%;
  height: 100%;
}

.pt_product-details #ZVList .zv-select-wrap::before {
  top: 11px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.pt_product-details #zv-review-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0;
}

.pt_product-details #zv-review-filter-text {
  margin: 0;
  font-size: 1.2rem;
}

.pt_product-details #zv-review-filter-link {
  display: none;
}

.pt_product-details #zv-top-reviews > .zv-top-customer-review {
  margin-left: 0;
  margin-right: 0;
}

.pt_product-details #ZVList .zv-title {
  font-size: 1.4rem;
}

.pt_product-details .zv-nickname {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 3px;
  color: #767676;
}

.pt_product-details #ZVList .zv-official {
  color: #767676;
}

.pt_product-details #ZVList .zv-basic-info > .zv-posted-at {
  font-size: 1.2rem;
  margin-left: 0;
  display: block;
  margin-bottom: 3px;
  color: #767676;
}

.pt_product-details #ZVList .zv-item-info {
  color: #767676;
  font-size: 1.2rem;
}

.pt_product-details #ZVList .zv-official {
  padding: 1px 0;
  margin: 3px 0;
  font-size: 1.2rem;
  display: inline-block;
}

.pt_product-details #ZVList .zv-answer {
  margin-bottom: 2px;
}

.pt_product-details #ZVList .zv-answer span {
  margin-bottom: 10px;
  display: block;
}

.pt_product-details #ZVList .zv-answer > p {
  font-size: 1.2rem;
}

.pt_product-details #ZVList .zv-helpful-form {
  margin-top: 10px;
}

.pt_product-details #ZVList .zv-helpful-form > div.zv-helpful {
  border-radius: 0;
  padding: 6px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pt_product-details #ZVList .zv-helpful-form > p {
  font-size: 1.2rem;
  padding: 0px 0 15px;
}

.pt_product-details #ZVList .zv-helpful-form > div.zv-helpful {
  border: solid 2px #ccc;
  color: #767676;
}

.pt_product-details #ZVList .zv-popupModal1 label {
  font-size: 1.2rem;
}

.pt_product-details #ZVList .zv-helpful-form > div.zv-helpful:hover {
  border: solid 2px #ccc;
  background-color: #ccc;
}

.pt_product-details #ZVList .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .zv-modalPopup2 {
  border-radius: 0;
  margin-top: 0;
}

.pt_product-details #ZVList .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
  left: 30px;
  bottom: 80px;
}

.pt_product-details #ZVList .zv-modalMain .zv-btn {
  border: solid 2px #ccc;
  color: #767676;
  border-radius: 0;
}

@media (max-width: 320px) {
  .pt_product-details #ZVList .zv-popupModal1 label {
    margin-top: 10px;
  }
  .pt_product-details .zv-star-svg {
    height: 10px;
    width: 10.45px;
  }
  .pt_product-details svg[aria-hidden="true"] {
    height: 10px;
    width: 10.45px;
  }
  .pt_product-details #ZVList table.zv-counts-table td.zv-hist-count,
  .pt_product-details #ZVList table.zv-counts-table td.zv-hist-per {
    width: 30px;
    min-width: 30px;
  }
}

@media (min-width: 768px) {
  .pt_product-details #ZVSummary table.zv-counts-table > tbody > tr > th,
  .pt_product-details #ZVList table.zv-counts-table > tbody > tr > th {
    min-width: 80px;
  }
  .pt_product-details #ZVList .zv-helpful-form > div.zv-helpful {
    font-size: 1.2rem;
  }
  .pt_product-details #ZVList .zv-helpful-form {
    font-size: 0;
  }
  .pt_product-details #ZVList .zv-helpful-form > div.zv-helpful-no {
    margin-right: 0;
  }
  .pt_product-details #ZVList .zv-popupModal1 > input:nth-child(1) + label {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pt_product-details #ZVList .zv-popupModal1 > input:nth-child(1) + label:hover {
    opacity: 0.8;
  }
}

/* End Added Style Product Review */
/*  Detail Search */
#detail-search {
  padding-top: 30px;
}

#detail-search .refinement {
  padding-bottom: 30px;
}

#detail-search .refinement ul {
  padding: 0;
}

#detail-search .refinement h3 {
  background: none;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 20px 0 0;
  letter-spacing: normal;
}

#detail-search .refinement label {
  font-size: 1.3rem;
  font-weight: normal;
}

#detail-search .sizeCode .refinement-list {
  display: inline-block;
  width: 24%;
  padding: 10px 0;
}

#detail-search .sizeCode .refinement-list input {
  display: none;
}

#detail-search .refinement-list {
  display: inline-block;
  width: 24%;
  padding: 10px 0;
}

#detail-search .refinement-list input {
  display: none;
}

#detail-search .colorCode .refinement-list {
  display: inline-block;
  width: 45px;
  padding: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#detail-search .colorCode .refinement-list label {
  width: 45px;
  height: 45px;
  padding: 0;
}

#detail-search .colorCode .refinement-list input {
  display: none;
}

#detail-search .colorCode .checkbox-parts {
  font-size: 0;
}

#detail-search .colorCode .checkbox-parts::before {
  width: 50px;
  height: 50px;
  background: #000;
  border-color: #ddd;
}

#detail-search .colorCode .checkbox-input:checked + .checkbox-parts::after {
  top: 20px;
  left: 23px;
  border-color: #999;
}

#detail-search .colorCode label[for="colorCode-グレー"] .checkbox-parts:before {
  background: #444;
}

#detail-search .colorCode label[for="colorCode-ホワイト"] .checkbox-parts:before {
  background: #fff;
}

#detail-search .colorCode label[for="colorCode-グレー"] .checkbox-parts:before {
  background: #444;
}

#detail-search .colorCode label[for="colorCode-ベージュ"] .checkbox-parts:before {
  background: #d8c591;
}

#detail-search .colorCode label[for="colorCode-ブラウン"] .checkbox-parts:before {
  background: #73460e;
}

#detail-search .colorCode label[for="colorCode-イエロー"] .checkbox-parts:before {
  background: #ffeb00;
}

#detail-search .colorCode label[for="colorCode-パープル"] .checkbox-parts:before {
  background: #bb15ff;
}

#detail-search .colorCode label[for="colorCode-ピンク"] .checkbox-parts:before {
  background: #ff15a1;
}

#detail-search .colorCode label[for="colorCode-レッド"] .checkbox-parts:before {
  background: #ff0000;
}

#detail-search .colorCode label[for="colorCode-ブルー"] .checkbox-parts:before {
  background: #0014ff;
}

#detail-search .colorCode label[for="colorCode-ネイビー"] .checkbox-parts:before {
  background: #1f4386;
}

#detail-search .colorCode label[for="colorCode-グリーン"] .checkbox-parts:before {
  background: #1f8648;
}

#detail-search .colorCode label[for="colorCode-オレンジ"] .checkbox-parts:before {
  background: #ff8100;
}

#detail-search .colorCode label[for="colorCode-シルバー"] .checkbox-parts:before {
  background: #d9d9d9;
  background-image: linear-gradient(315deg, #d9d9d9 0%, #f6f2f2 80%);
}

#detail-search .colorCode label[for="colorCode-ゴールド"] .checkbox-parts:before {
  background-color: #d09d1f;
  background-image: linear-gradient(315deg, #d09d1f 0%, #f0dcac 80%);
}

#detail-search .colorCode label[for="colorCode-カーキ"] .checkbox-parts:before {
  background: #727314;
}

/* Added Style Order Review */
.pt_order .zv-form {
  padding: 0;
}

.pt_order .zv-form-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.pt_order .zv-control-label {
  margin-bottom: 10px;
  font-weight: bold;
}

.pt_order .zv-control-label {
  margin-bottom: 10px;
}

.pt_order .zv-form .zv-form-star {
  margin-left: 0;
}

.pt_order .zv-form .zv-textbox,
.pt_order .zv-form .zv-textarea,
.pt_order .zv-form .zv-input-number {
  margin-left: 0;
  margin-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #aaa;
  border-radius: 0;
  width: 100%;
}

.pt_order .zv-form span.zv-notes {
  font-size: 12px;
}

.pt_order .zv-form .zv-form-star svg {
  fill: #ccc;
  height: 20px;
  width: 23.125px;
}

.pt_order .zv-form svg.zv-form-star-svg-on {
  fill: #fdbf2d;
}

.pt_order .zv-form .zv-star-sentence {
  height: auto;
  line-height: 1;
  vertical-align: middle;
}

.pt_order .zv-form .zv-select-wrap {
  margin-left: 0;
  margin-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #aaa;
  border-radius: 0;
}

.pt_order .zv-form .zv-select-wrap::before {
  top: 16px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.pt_order .zv-form .zv-btn {
  margin-top: 0;
  background: #222;
  color: #fff;
  border: none;
  width: 100%;
}

.pt_order #ZVListUser .zv-user-image {
  width: 60px;
  height: 60px;
}

.pt_order #ZVListUser p.zv-heading {
  font-size: 14px;
}

.pt_order #ZVListUser p {
  font-size: 14px;
}

.pt_order #ZVListUser .zv-user-left,
.pt_order #ZVListUser .zv-user-right {
  vertical-align: middle;
}

.pt_order #ZVListUser .zv-count-number {
  font-size: 16px;
}

.pt_order #ZVListUser .zv-count-title {
  font-size: 13px;
}

.pt_order .order-history-table .order-items button {
  width: 98%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 1.2rem;
  padding: 6px 8px;
  background: #f1f1f1;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}

.pt_order .order-history-table .order-items button:before {
  content: "";
  display: inline-block;
  background: url("/on/demandware.static/-/Sites-SANEIbd-Library/ja_JP/dw52a399af/common/images/common/icon-pen.svg") no-repeat center;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  vertical-align: unset;
}

.ui-dialog .review-dialog {
  padding: 0;
}

.ui-dialog .review-trriger {
  display: none;
}

.ui-dialog .zv-form {
  padding: 0;
}

.ui-dialog .zv-form .zv-theme1 p.zv-control-label {
  font-size: 1.4rem;
}

.ui-dialog .zv-form span.zv-notes {
  font-size: 1.2rem;
}

.ui-dialog .zv-form .zv-theme1 .zv-form-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.ui-dialog .zv-form .zv-form-star {
  margin-left: 0;
}

.ui-dialog .zv-form .zv-form-star svg {
  fill: #ccc;
  height: 20px;
  width: 22.125px;
}

.ui-dialog .zv-form svg.zv-form-star-svg-on {
  fill: #fdbf2d;
}

.ui-dialog .zv-form .zv-star-sentence {
  vertical-align: middle;
  height: auto;
  line-height: 1;
}

.ui-dialog .zv-form .zv-theme1 .zv-form-group div.zv-radio,
.ui-dialog .zv-form .zv-theme1 .zv-form-group select.zv-form-control,
.ui-dialog .zv-form .zv-theme1 .zv-form-group span.zv-star:first-child,
.ui-dialog .zv-form .zv-theme1 .zv-form-group div.zv-checkbox,
.ui-dialog .zv-form .zv-theme1 .zv-form-group input.zv-form-control,
.ui-dialog .zv-form .zv-theme1 .zv-form-group textarea.zv-form-control {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  border: solid 1px #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.ui-dialog .zv-form .zv-select-wrap {
  border: 1px solid #aaa;
  border-radius: 0;
  background: #ffffff;
  margin-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-dialog .zv-form .zv-select-wrap::before {
  top: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ccc;
}

.ui-dialog .zv-form .zv-btn {
  width: 100%;
  border: none;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  background: #222;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.ui-dialog .zv-form .zv-theme1 .zv-form-group.zv-submit-wrap {
  border-bottom: 0;
}

.ui-dialog .zv-form .zv-theme1 .zv-error-message {
  margin-left: 0;
}

.pt_order .zv-user-summary {
  margin-bottom: 20px;
}

.pt_order #ZVListUser .zv-user-image {
  width: 40px;
  height: 40px;
}

.pt_order #ZVListUser .zv-user-left {
  margin: 0;
}

.pt_order #ZVListUser .zv-user-right {
  margin: 0 10px;
}

.pt_order #ZVListUser .zv-user-name {
  font-size: 1.4rem;
}

.pt_order #ZVListUser .zv-review-summary .zv-count-number {
  font-size: 1.4rem;
}

.pt_order #ZVListUser .zv-review-summary .zv-review-count,
.pt_order #ZVListUser .zv-review-summary .zv-feedback-count {
  margin: 0 10px;
}

.pt_order #ZVListUser .zv-review-summary .zv-review-count span,
.pt_order #ZVListUser .zv-review-summary .zv-feedback-count span {
  display: inline-block;
}

.pt_order #ZVListUser .zv-review-summary .zv-review-count {
  margin-left: 0;
}

.pt_order #ZVListUser .zv-select-wrap {
  height: 30px;
  border: 1px solid #aaa;
  border-radius: 0;
  background: #ffffff;
  width: 160px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pt_order #ZVListUser .zv-review-sort {
  margin-left: 0;
  margin-bottom: 20px;
}

.pt_order #ZVListUser .zv-select-wrap::before {
  top: 11px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.pt_order #ZVListUser .zv-select {
  padding: 0 38px 0px 8px;
  width: 100%;
  height: 100%;
}

.pt_order #zv-top-reviews > .zv-top-customer-review:last-child {
  margin-left: 0;
}

.pt_order #ZVListUser .zv-title {
  font-size: 1.4rem;
}

.pt_order #zv-top-reviews {
  margin-bottom: 20px;
}

.pt_order #zv-top-reviews .zv-top-customer-review .zv-answer .zv-star-svg {
  height: 16px;
  width: 17.25px;
  fill: #fdbf2d;
}

.pt_order #ZVListUser .zv-helpful-form {
  margin-top: 15px;
}

.pt_order #ZVListUser .zv-helpful-form > div.zv-helpful {
  border: solid 2px #ccc;
  color: #767676;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pt_order #ZVListUser .zv-popupModal1 > input:nth-child(1) + label {
  font-size: 1.2rem;
  color: #767676;
}

.pt_order #zv-top-reviews > .zv-top-customer-review {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-left: 0;
}

.pt_order #ZVListUser {
  margin-bottom: 20px;
}

.pt_order .search-result-options {
  margin-bottom: 20px;
}

@media (min-width: 766px) {
  .pt_order .zv-form {
    width: 70%;
  }
  .pt_order .order-history-table .order-items button {
    width: auto;
  }
  .pt_order #ZVListUser .zv-helpful-form > div.zv-helpful:hover {
    border: solid 2px #ccc !important;
    background-color: #ccc;
  }
}

/* End Added Style Order Review */
/* Added Style Search */
.pt_product-details .product-variations__overlay.open {
  opacity: 0.6;
  display: block;
}

.pt_product-details .product-variations__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #fff;
  opacity: 0;
  z-index: 7777;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pt_product-details .cart_wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.pt_product-details .cart_wrap a {
  display: block;
  margin-bottom: 20px;
}

.pt_product-details .cart__trigger {
  width: 100%;
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: normal;
  background: #333;
  color: #fff;
  padding: 0;
  cursor: pointer;
  height: 50px;
  white-space: nowrap;
  display: block;
  text-align: center;
  border-radius: 2px;
}

.pt_product-details .cart__trigger img {
  width: 20px;
  margin: 5px;
  position: relative;
  top: 10px;
}

.pt_product-details .cart__trigger.fav img {
  opacity: 0.5;
}

.pt_product-details .cart__trigger span {
  position: relative;
  top: 12px;
}

.pt_product-details .cart__trigger.fav {
  background: transparent;
  border: 1px solid #333;
  color: #333;
}

.pt_product-details .add_cart_btn {
  display: none;
}

.pt_product-details .product-variations.open {
  top: 30vh;
  opacity: 1;
}

.pt_product-details .product-variations {
  position: fixed;
  top: 100%;
  left: 50%;
  width: 100%;
  height: 70vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(100, 100, 100, 0.5);
          box-shadow: 0 0 20px 0 rgba(100, 100, 100, 0.5);
  z-index: 9999;
  text-align: left;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.pt_product-details .product-variations .close__tri {
  position: absolute;
  top: 3px;
  left: auto;
  right: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  z-index: 99999;
  display: block;
  padding: 0;
  overflow: hidden;
}

.pt_product-details .product-variations .close__tri:after, .pt_product-details .product-variations .close__tri:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pt_product-details .product-variations .close__tri:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.pt_product-details .product-variations .close__tri:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.pt_product-details .product-variations h2 {
  text-align: center;
  font-size: 13px;
}

.pt_product-details .product-variations .modal-scroll {
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 0px 20px 100px;
  height: calc(100% - 80px);
}

.pt_product-details .product-variations .separate-attribute {
  display: block;
  font-size: 0;
  border-bottom: 1px dashed #ccc;
}

.pt_product-details .product-variations .separate-attribute img {
  text-align: left;
}

.pt_product-details .product-variations .separate-attribute:after {
  content: "";
  display: block;
  clear: both;
}

.pt_product-details .product-variations .separate-attribute:last-child {
  border-bottom: none;
}

.pt_product-details .product-variations .separate-attribute .button.simple {
  width: 100%;
  background: none;
  border: 1px solid #aaa;
  color: #222;
  padding: 10px;
  height: auto;
  font-size: 1.4rem;
  height: 40px;
  margin: 8px 0;
}

.pt_product-details .product-variations .separate-attribute .button.simple img {
  position: relative;
  width: 17px;
  fill: #ff4848;
  display: inline-block;
  vertical-align: baseline;
  top: 3px;
  z-index: -1;
}

.pt_product-details .product-variations .separate-attribute .button.simple[data-action="wishlist"] {
  font-size: 0;
}

.pt_product-details .product-variations .separate-attribute .button.simple.unset[data-action="wishlist"] {
  opacity: 0.5;
}

.pt_product-details .product-variations .separate-attribute .button.simple[data-action="instocknotificationlist"] {
  background: #aaa;
  color: #fff;
  border: none;
}

.pt_product-details .product-variations td {
  width: 12%;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.pt_product-details .product-variations td.item {
  width: 100%;
  padding-bottom: 10px;
}

.pt_product-details .product-variations [rowspan="2.0"] {
  display: inline-block;
  width: 100%;
  margin: auto;
  color: #555555;
  font-size: 11px;
  line-height: 1;
  float: none;
  margin-top: 10px;
  font-weight: bold;
}

.pt_product-details .product-variations [rowspan="2.0"] br {
  display: none;
}

.pt_product-details .product-variations [rowspan="2.0"] img {
  width: 32%;
  margin-right: 20px;
  margin-bottom: 10px;
}

.pt_product-details .product-variations .info {
  display: inline-block;
  width: 22%;
  font-size: 11px;
  float: none;
}

.pt_product-details .product-variations .info + td {
  width: 60%;
  margin-left: 3%;
  margin-right: 8px;
}

.pt_product-details .product-variations .button-fancy-large {
  width: 100%;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 400;
  background: #333;
  color: #fff;
  padding: 0;
  cursor: pointer;
  height: 40px;
  white-space: nowrap;
}

.pt_product-details .product-variations .button-fancy-large img {
  width: 20px;
  margin: 5px;
  position: relative;
  top: -2px;
}

.pt_product-details .cart__trigger {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.pt_product-details .product-variations {
  width: 100%;
  top: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.modal-header {
  width: calc(100% + 40px);
  height: 60px;
  position: relative;
  left: 0px;
  top: 0;
  background: #fff;
  z-index: 9999;
  padding-top: 20px;
}

/* END SKU別カート */
/*ミニカート*/
.ui-dialog[aria-describedby="adding-item"] .ui-dialog-title,
.ui-dialog[aria-describedby="adding-item"] .ui-dialog-titlebar {
  padding: 0 !important;
}

.ui-dialog[aria-describedby="adding-item"] .ui-dialog-content {
  padding: 0;
  overflow: hidden;
}

.ui-dialog[aria-describedby="adding-item"] .cart-popup-header {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em 0;
  text-align: center;
}

.ui-dialog[aria-describedby="adding-item"] .cart-popup-content {
  text-align: center;
}

.ui-dialog[aria-describedby="adding-item"] .cart-popup-product {
  text-align: left;
}

.ui-dialog[aria-describedby="adding-item"] .cart-popup-products {
  display: inline-block;
  vertical-align: top;
  max-width: 70%;
  margin: 0 auto;
}

.ui-dialog[aria-describedby="adding-item"] .cart-popup-image {
  width: 35%;
  display: inline-block;
}

.ui-dialog[aria-describedby="adding-item"] .cart-popup-image img {
  max-width: 95%;
}

.ui-dialog[aria-describedby="adding-item"] .cart-popup-product-detail {
  display: inline-block;
  width: 55%;
  vertical-align: middle;
  text-align: left;
}

.ui-dialog[aria-describedby="adding-item"] .cart-popup-name {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

.ui-dialog[aria-describedby="adding-item"] .cart-popup-price {
  display: block;
}

.ui-dialog[aria-describedby="adding-item"] .cart-popup-totals {
  text-align: left;
  max-width: 90%;
}

.ui-dialog[aria-describedby="adding-item"] .cart-popup-subtotals {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  margin: 0.8em 0;
}

.ui-dialog[aria-describedby="adding-item"] a.cart-popup-link-continue {
  display: inline-block;
  border: 1px solid #555;
  width: 45%;
  margin: 0 5% 0 0;
  padding: 0.8em 0;
  text-align: center;
}

.ui-dialog[aria-describedby="adding-item"] .button.cart-popup-link-cart {
  margin: 0 0 0 4%;
  display: inline-block;
  width: 45%;
  padding: 0.8em 0;
  border: 1px solid #000;
}

.ui-dialog[aria-describedby="adding-item"] .cart-popup-pi-recommend {
  display: inline-block;
  max-width: 29%;
  text-align: left;
}

.ui-dialog[aria-describedby="adding-item"] .mini-cart-recommend {
  border: 1px solid #ccc;
  padding: 0.5em;
}

.ui-dialog[aria-describedby="adding-item"] .mini-cart-header {
  padding: 0;
  text-align: center;
}

.ui-dialog[aria-describedby="adding-item"] .mini-cart-product {
  padding: 0 0 1em 0;
  margin: 1em 0 0 0;
}

.ui-dialog[aria-describedby="adding-item"] .mini-cart-product:last-of-type {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .ui-dialog[aria-describedby="adding-item"] {
    padding: 0 1em 1em 1em;
    max-width: 90%;
  }
  .ui-dialog[aria-describedby="adding-item"] .ui-dialog-titlebar {
    height: 0;
    display: inline-block;
    z-index: 100;
  }
  .ui-dialog[aria-describedby="adding-item"] .cart-popup-header {
    font-size: 1.2em;
    margin: 0 0 1em 0;
  }
  .ui-dialog[aria-describedby="adding-item"] .cart-popup-products {
    display: block;
    max-width: 100%;
  }
  .ui-dialog[aria-describedby="adding-item"] .cart-popup-product-detail {
    width: 63%;
  }
  .ui-dialog[aria-describedby="adding-item"] .cart-popup-name {
    font-size: 1em;
  }
  .ui-dialog[aria-describedby="adding-item"] .cart-popup-totals {
    max-width: 100%;
  }
  .ui-dialog[aria-describedby="adding-item"] .cart-popup-subtotals {
    font-size: 1.1em;
  }
  .ui-dialog[aria-describedby="adding-item"] a.cart-popup-link-continue {
    display: block;
    width: 100%;
    margin: 0 auto 1em auto;
  }
  .ui-dialog[aria-describedby="adding-item"] .button.cart-popup-link-cart {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .ui-dialog[aria-describedby="adding-item"] .cart-popup-pi-recommend {
    display: block;
    margin: 2em 0 0 0;
    max-width: 100%;
  }
  .ui-dialog[aria-describedby="adding-item"] .mini-cart-header {
    font-size: 1em;
  }
  .ui-dialog[aria-describedby="adding-item"] .mini-cart-product {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 2% 0 0;
    padding: 0;
    border: none;
  }
  .ui-dialog[aria-describedby="adding-item"] .mini-cart-attribute {
    font-size: 10px;
  }
  .ui-dialog[aria-describedby="adding-item"] .mini-cart-product:last-of-type {
    margin: 0;
  }
  .ui-dialog[aria-describedby="adding-item"] .ui-icon-closethick {
    left: 0;
    top: 0.5em;
  }
  .ui-dialog[aria-describedby="adding-item"] .cart-popup-pi-recommend .product-price .price-sales.sale,
  .ui-dialog[aria-describedby="adding-item"] .cart-popup-pi-recommend .product-price .off-rate {
    font-size: 10px;
  }
}

.primary-content {
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.primary-content.show {
  opacity: 1;
}

.brandPage_pbd .pbd_top_kv .slide_assets {
  margin-top: 20px;
}

.brandPage_pbd .section,
.brandPage_pbd .brand-pbd .section {
  margin-bottom: 60px;
}

.brandPage_pbd .primary-content,
.brandPage_pbd .brand-pbd .primary-content {
  overflow: visible;
}

.brandPage_pbd header .title_brand_logo {
  border: none;
}

.brandPage_pbd .pbd_new_items_ver2,
.brandPage_pbd .pbd_pre_order_ver2 {
  position: relative;
}

.brandPage_pbd .pbd_new_items_ver2 .slide_controler,
.brandPage_pbd .pbd_pre_order_ver2 .slide_controler {
  width: 100%;
  left: 0;
  top: 40%;
}

.brandPage_pbd .pbd_new_items_ver2 .slide_run,
.brandPage_pbd .pbd_pre_order_ver2 .slide_run {
  position: relative;
  width: 85%;
  overflow: hidden;
  margin: 0 auto;
}

.brandPage_pbd .pbd_new_items_ver2 .slide_run .swiper-slide,
.brandPage_pbd .pbd_pre_order_ver2 .slide_run .swiper-slide {
  text-align: center;
}

.brandPage_pbd .pbd_new_items_ver2 .slide_run .swiper-slide a img,
.brandPage_pbd .pbd_pre_order_ver2 .slide_run .swiper-slide a img {
  margin-bottom: 5px;
}

.brandPage_pbd .pbd_new_items_ver2 p.name,
.brandPage_pbd .pbd_new_items_ver2 .product-tile .product-name,
.brandPage_pbd .pbd_pre_order_ver2 p.name,
.brandPage_pbd .pbd_pre_order_ver2 .product-tile .product-name {
  text-align: left;
  height: auto;
  font-size: 1.2rem;
  margin-top: 5px;
}

.brandPage_pbd .pbd_new_items_ver2 .price,
.brandPage_pbd .pbd_new_items_ver2 .product-tile .product-pricing,
.brandPage_pbd .pbd_pre_order_ver2 .price,
.brandPage_pbd .pbd_pre_order_ver2 .product-tile .product-pricing {
  font-size: 1.3rem;
  color: #222;
  margin-top: 5px;
  text-align: left;
}

.brandPage_pbd .slide_prev,
.brandPage_pbd .slide_next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.brandPage_pbd a.view_more {
  border: none;
  margin: 20px 0;
  background: #eee;
  width: 80%;
  padding: 10px;
  letter-spacing: 0.08em;
}

.brandPage_pbd .arrow.arrow_right-left::before,
.brandPage_pbd .arrow.arrow_right-left::after {
  right: -30px;
}

.brandPage_pbd h2.title {
  font-family: "Work Sans", sans-serif;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: normal;
}

.brandPage_pbd h2.title span.title_pbd {
  font-size: 2rem;
}

.brandPage_pbd .bnr_list {
  letter-spacing: normal;
}

.brandPage_pbd .topics_bnr li {
  width: calc(50% - 5px);
}

.brandPage_pbd .news li {
  margin-bottom: 10px;
}

.brandPage_pbd .news h3 {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 5px;
  letter-spacing: normal;
}

.brandPage_pbd .news p.date {
  font-size: 1.2rem;
  color: #aaa;
  letter-spacing: normal;
}

.brandPage_pbd .title_sub {
  font-weight: normal;
  font-size: 1.1rem;
  display: block;
  text-align: center;
}

.brandPage_pbd .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100px;
  margin: auto;
  margin-top: 70px;
}

.brandPage_pbd .sns a {
  width: 30px;
  height: auto;
  margin: 0 10px;
}

.brandPage_pbd .sns a img {
  width: 100%;
}

.brandPage_pbd .lookbook figure {
  width: 80%;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}

.brandPage_pbd .yellowtail {
  font-family: "Tenor Sans", sans-serif;
}

.brandPage_pbd .pt_storefront .product-pricing {
  text-align: center;
}

.brandPage_pbd .sale_rate {
  color: red;
  font-size: 1.3rem;
  display: block;
}

.brandPage_pbd .order_btn_wrapper {
  display: none;
}

/* END 新 PBD TOP */
@media (max-width: 320px) {
  .pt_product-details .product-variations .button-fancy-large[type="submit"] {
    font-size: 1.2rem;
  }
}

.promotional-message {
  margin-bottom: 4px;
}

.product-tile .product-promo {
  margin: 0.5em 2.8em 0px 0px;
}

.wishlist-dialog-link {
  bottom: 25px;
  right: 5px;
  position: absolute;
  overflow: visible;
}

.wishlist-dialog-link .fa-lg {
  font-size: 1.64em;
}

.wishlist-dialog-link .fa-lg::before {
  -webkit-text-stroke: .4px red;
  text-stroke: .4px red;
}

.search-result-content ul.search-result-items li.grid-tile {
  margin-bottom: 5px;
}

.wishlist-variations .button[data-action="wishlist"].unset span::before {
  -webkit-text-stroke: .3px red;
  text-stroke: .3px red;
}

/**/
@media (min-width: 769px) {
  body {
    min-width: 1024px;
  }
  .primary-content,
  .full-width .primary-content,
  .page-content .primary-content,
  .primary-focus .primary-content {
    padding-top: 20px;
  }
  .pt_product-details .product-variations {
    top: 50%;
    height: 80vh;
    width: 700px;
    padding: 25px 0px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: none;
    transition: none;
    display: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .pt_product-details .product-variations .info {
    width: 22%;
    font-size: 14px;
    margin-left: 3%;
  }
  .pt_product-details .product-variations__overlay {
    top: 0;
    height: 100%;
    display: none;
  }
  .pt_product-details .product-variations {
    opacity: 1;
  }
  .pt_product-details .product-variations .info {
    width: 22%;
    font-size: 14px;
  }
  .pt_product-details .product-variations [rowspan="2.0"] img {
    width: 20%;
    margin-right: 20px;
  }
  .pt_product-details .product-variations .info + td {
    width: 40%;
  }
  .modal-header {
    width: auto;
    height: auto;
    position: relative;
    left: initial;
    top: initial;
    background: none;
    padding-top: 0;
  }
  .pt_product-details .product-variations .modal-scroll {
    height: calc(100% - 20px);
    padding: 0 40px;
  }
  .pt_product-details .product-variations .close__tri {
    top: -15px;
  }
  .pt_product-details .product-variations [rowspan="2.0"] {
    width: 20%;
    text-align: center;
    padding-bottom: 20px;
  }
  .pt_product-details .product-variations [rowspan="2.0"] img {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
  }
  .pt_product-details .product-variations td.item {
    width: calc(80% - 5px);
    margin-left: 5px;
  }
  .pt_product-details td.img {
    font-size: 1.1rem;
  }
  .pt_product-details td.img img {
    width: 100%;
  }
  .pt_product-details .product-variations .info {
    font-size: 1.3rem;
  }
  .pt_product-details .cart_wrap {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
    position: relative;
  }
  .pt_product-details .cart__trigger {
    position: relative;
    bottom: initial;
    left: initial;
    right: initial;
    width: 100%;
    margin: initial;
  }
  #wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
  .full_width {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
  a.view_more.arrow.arrow_right-left::before,
  a.view_more.arrow.arrow_right-left::after {
    left: 75px;
  }
  .pc .overlay.active {
    display: block;
  }
  .pc_contW {
    position: relative;
    width: 770px;
    padding: 0;
    left: 254px;
    margin: 0;
  }
  section h1 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  header {
    left: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  header .header_inner {
    height: 65px;
    width: 1024px;
    margin: auto;
  }
  header .search_btn {
    margin-right: 20px;
  }
  header h1.primary-logo,
  header h2.primary-logo {
    width: 300px;
    margin-top: 0;
    top: 13px;
  }
  header h1.primary-logo a,
  header h2.primary-logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header h1.primary-logo a:hover,
  header h2.primary-logo a:hover {
    opacity: 0.7;
  }
  header .buttons {
    padding-top: 20px;
  }
  header .menu-utility-user li .button_mypage {
    right: 30px;
    top: -2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .menu-utility-user li .button_mypage:hover {
    opacity: 0.7;
  }
  header #header-mini-cart {
    top: 22px;
  }
  header #mini-cart {
    top: 18px;
    right: 10px;
  }
  header #mini-cart svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header #mini-cart:hover svg {
    opacity: 0.7;
  }
  .header-banner {
    width: 100%;
    margin-left: 0;
  }
  nav[role="navigation"].sidebar {
    position: absolute;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    top: 65px;
    left: 0;
    width: 190px;
    height: auto;
    overflow: initial;
    z-index: 90;
    left: 0 !important;
    font-size: 1.2rem;
    margin-top: 0;
    padding-top: 0px;
    -webkit-transition: 0s;
    transition: 0s;
    display: block;
    background: none;
  }
  nav[role="navigation"].sidebar section.nav_inner {
    padding: 0;
    border: none;
    margin: 10px 0 30px;
  }
  nav[role="navigation"].sidebar section.nav_inner.side_brands {
    padding-top: 0;
    margin-top: 20px;
  }
  nav[role="navigation"].sidebar .nav_top_ttl {
    display: none;
  }
  nav[role="navigation"].sidebar .menu-utility-user {
    padding: 0;
  }
  nav[role="navigation"].sidebar .menu-utility-user .my_account {
    border-top: none;
  }
  nav[role="navigation"].sidebar .menu-utility-user .my_account a {
    border: 1px solid #aaa;
  }
  nav[role="navigation"].sidebar .menu-utility-user .my_account a:first-child {
    border-right: none;
  }
  nav[role="navigation"].sidebar .menu-utility-user .nav_manu .nav_menu_ul {
    display: block;
    margin: 30px 0 0;
    height: auto;
    border: none;
  }
  nav[role="navigation"].sidebar .menu-utility-user .nav_manu .nav_menu_ul li {
    width: 100%;
    float: none;
    text-align: left;
    border-bottom: 1px solid #aaa;
    padding: 8px 0 5px;
    margin-bottom: 0;
  }
  nav[role="navigation"].sidebar .menu-utility-user .nav_manu .nav_menu_ul li:last-child {
    border-bottom: none;
  }
  nav[role="navigation"].sidebar .menu-utility-user .nav_manu .nav_menu_ul li img {
    width: 30px;
    margin-right: 10px;
  }
  nav[role="navigation"].sidebar .menu-utility-user .nav_manu .nav_menu_ul li span {
    display: inline-block;
    font-size: 1.3rem;
  }
  nav[role="navigation"].sidebar .menu-utility-user .nav_manu .nav_menu_ul .pc_hide {
    display: none;
  }
  nav[role="navigation"].sidebar a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  nav[role="navigation"].sidebar a:hover {
    opacity: 0.7;
  }
  nav[role="navigation"].sidebar h3 {
    padding: 5px 10px;
  }
  nav[role="navigation"].sidebar ul li {
    padding: 0;
  }
  nav[role="navigation"].sidebar ul.category {
    width: 100%;
    margin: 0 0 20px;
  }
  nav[role="navigation"].sidebar ul.brands {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  nav[role="navigation"].sidebar ul.category li,
  nav[role="navigation"].sidebar ul.brands li {
    width: 100%;
    float: none;
  }
  nav[role="navigation"].sidebar ul.category li a,
  nav[role="navigation"].sidebar ul.brands li a {
    font-size: 1.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  nav[role="navigation"].sidebar ul.category li a:hover,
  nav[role="navigation"].sidebar ul.brands li a:hover {
    color: #fff;
    background: #aaa;
  }
  nav[role="navigation"].sidebar ul.brands li a {
    padding: 20px 10px;
  }
  nav[role="navigation"].sidebar .burger_back {
    display: none;
  }
  nav[role="navigation"].sidebar .header-search {
    width: 100%;
    border: none;
    margin-bottom: 10px;
  }
  nav[role="navigation"].sidebar .header-search form {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #555;
  }
  nav[role="navigation"].sidebar .header-search form input {
    border: none;
    padding: 0;
  }
  nav[role="navigation"].sidebar section.nav_inner.search_section {
    padding: 0;
  }
  .brandPage nav[role="navigation"].sidebar {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar h3.current_brand_ttl {
    font-size: 1.3rem;
    margin-left: 0;
  }
  .sidebar .item_list_wrap .item_h4 {
    margin-left: 0;
  }
  .item_list_wrap ul.item_list:not(.sub_tree) li {
    text-align: center;
    padding: 0 !important;
  }
  .item_list_wrap ul.item_list:not(.sub_tree) li a {
    padding: 7px 0 5px;
  }
  .item_list_wrap ul.item_list.side_categories {
    margin-left: 0;
  }
  .item_list_wrap ul.item_list.side_categories > li,
  .item_list_wrap ul.item_list.side_categories > li:nth-child(even),
  .item_list_wrap ul.item_list.side_categories > li:nth-child(odd),
  .item_list_wrap ul.item_list.side_categories > li:nth-child(-n + 3),
  .item_list_wrap ul.item_list.side_contents > li {
    display: block;
    width: 100%;
    float: none;
    border: none;
    border-bottom: 1px solid #aaa;
    text-align: left;
    margin-left: 0;
  }
  .sidebar #mini-cart {
    display: none;
  }
  .sidebar #mini-cart .mini-cart-content {
    width: 350px;
    max-width: 350px;
  }
  .sidebar #mini-cart .mini-cart-content img {
    width: 80%;
  }
  .contents {
    width: 1024px;
    min-height: 1800px;
    margin: auto;
    padding: 0;
  }
  .breadcrumb {
    padding: 20px 0;
  }
  .breadcrumb a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .breadcrumb a:hover {
    opacity: 0.7;
  }
  .primary-content {
    border: none;
    width: 810px;
    float: right;
    padding: 0 0 20px 40px;
    position: relative;
    top: -10px;
    overflow-x: hidden;
  }
  .bottom_nav {
    display: none;
  }
  .footer_sns li img {
    max-width: 40px;
    height: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer_sns li img:hover {
    opacity: 0.7;
  }
  .footer_sns li:first-child img {
    max-width: 40px;
    height: 40px;
  }
  .footer_inner {
    padding-top: 60px;
    width: 800px;
  }
  .footer_inner ul.icons {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .footer_inner ul.icons li {
    display: inline-block;
    width: 39%;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 20px;
    white-space: nowrap;
  }
  .footer_inner ul.icons li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer_inner ul.icons li a:hover {
    opacity: 0.7;
  }
  .footer_inner ul.icons li img {
    max-width: 27px;
    max-height: 25px;
  }
  .footer_inner ul.icons li:nth-of-type(3n) {
    width: 20%;
  }
  .footer_inner ul.buttons li {
    width: 46%;
    margin-right: 5%;
  }
  .footer_inner ul.buttons li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer_inner ul.buttons li a:hover {
    background: #aaa;
    color: #222;
  }
  .footer_inner ul.buttons .payment,
  .footer_inner ul.buttons .point {
    left: 0;
  }
  .footer_inner ul.buttons li:last-child {
    margin-right: 0px;
  }
  .footer_inner ul.links {
    margin-bottom: 60px;
  }
  .footer_inner ul.links a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer_inner ul.links a:hover {
    opacity: 0.7;
  }
  .footer_inner ul.links li {
    width: 46%;
    margin-right: 5%;
    display: inline-block;
  }
  .footer_inner ul.links li:nth-child(2n) {
    margin-right: 0px;
  }
  .footer_inner .copyright {
    padding-bottom: 0;
  }
  .search-result-content .search-result-items > li:nth-child(4n) {
    margin-right: 0px !important;
  }
  ul.search-result-items li.grid-tile {
    width: calc(25% - 10px);
    margin-bottom: 30px;
    max-height: none;
  }
  ul.search-result-items li.grid-tile .plus_more a {
    font-size: 1.2rem;
  }
  .grid3 > li,
  .grid3 > li.grid-tile,
  ul.grid3.search-result-items > li,
  ul.grid3.search-result-items > li.grid-tile {
    width: calc(20% - 10px);
  }
  .grid3 > li .brand,
  .grid3 > li.grid-tile .brand,
  ul.grid3.search-result-items > li .brand,
  ul.grid3.search-result-items > li.grid-tile .brand {
    margin-top: 5px;
    font-size: 1rem;
    -webkit-transform: none;
            transform: none;
  }
  .grid3 > li .name-link,
  .grid3 > li.grid-tile .name-link,
  ul.grid3.search-result-items > li .name-link,
  ul.grid3.search-result-items > li.grid-tile .name-link {
    font-size: 1.2rem;
    margin: 3px 0 8px;
  }
  .grid3 > li .product-pricing,
  .grid3 > li.grid-tile .product-pricing,
  ul.grid3.search-result-items > li .product-pricing,
  ul.grid3.search-result-items > li.grid-tile .product-pricing {
    width: 100%;
  }
  .grid2 > li,
  .grid2 > li.grid-tile,
  ul.grid2.search-result-items > li,
  ul.grid2.search-result-items > li.grid-tile {
    width: 33.3333%;
  }
  .grid2 > li .brand,
  .grid2 > li.grid-tile .brand,
  ul.grid2.search-result-items > li .brand,
  ul.grid2.search-result-items > li.grid-tile .brand {
    margin-top: 5px;
    font-size: 1rem;
    -webkit-transform: none;
            transform: none;
  }
  .grid2 > li .name-link,
  .grid2 > li.grid-tile .name-link,
  ul.grid2.search-result-items > li .name-link,
  ul.grid2.search-result-items > li.grid-tile .name-link {
    font-size: 1.2rem;
    margin: 3px 0 8px;
  }
  .grid2 > li .product-pricing,
  .grid2 > li.grid-tile .product-pricing,
  ul.grid2.search-result-items > li .product-pricing,
  ul.grid2.search-result-items > li.grid-tile .product-pricing {
    width: 100%;
  }
  ul.search-result-items.grid2_slide li.grid-tile,
  .checked_items ul.search-result-items.grid2_slide li.grid-tile {
    width: 33.3333%;
  }
  ul.search-result-items.grid3_slide li.grid-tile .brand,
  .checked_items ul.search-result-items.grid3_slide li.grid-tile .brand,
  .grid3 li .brand,
  .grid3 li.grid-tile .brand,
  ul.grid3.search-result-items li .brand,
  ul.grid3.search-result-items li.grid-tile .brand {
    -webkit-transform: none;
            transform: none;
  }
  ul.search-result-items.grid3_slide li.grid-tile,
  .checked_items ul.search-result-items.grid3_slide li.grid-tile {
    width: calc(20% - 10px);
  }
  a.menu-trigger.btn {
    display: none;
  }
  .filter_cont > li {
    width: 450px;
    top: 3px;
  }
  .complete_btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .complete_btn:hover {
    background: #222;
    color: #fff;
    border: 1px solid #222;
  }
  .list_order_list .arrow::before,
  .list_order_list .arrow::after {
    top: -10px;
  }
  .list_order_list a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list_order_list a:hover {
    opacity: 0.7;
  }
  .recommend .search-result-items li.grid-tile {
    width: 18%;
    margin-bottom: 30px;
    margin-right: 2%;
  }
  .recommend .search-result-items li:nth-child(5n) {
    margin-right: 0px;
  }
  .checked_items ul.search-result-items:not(.slick-slider) li:nth-child(5n) {
    margin-right: 0px;
  }
  .checked_items ul.search-result-items .product-standard-price {
    font-size: 1.2rem;
  }
  .product-tile {
    height: auto !important;
  }
  ul.search-result-items .product-tile .product-name {
    height: auto;
  }
  ul.search-result-items .product-tile .product-name .name-link {
    font-size: 1.2rem;
  }
  ul.search-result-items .product-tile .product-name .name-link:hover {
    text-decoration: underline;
  }
  .modal_search {
    padding-top: 150px;
  }
  .modal_search .modal_search_inner {
    max-width: 600px;
    margin: auto;
  }
  .modal_search .item_list_wrap ul.item_list.side_categories li {
    display: block;
    width: 50%;
    float: left;
    border: 1px solid #aaa;
    border-bottom: none;
    text-align: center;
  }
  .modal_search .item_list_wrap ul.item_list.side_categories li:nth-last-child(-n + 2) {
    border-bottom: 1px solid #aaa;
  }
  .top_kv {
    margin-top: 0;
  }
  .topics_bnr li {
    width: 25%;
  }
  .tab_buttons {
    text-align: center;
    display: inline-block;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .tab_buttons li {
    width: auto;
    padding: 0 20px;
    margin-right: 10px;
  }
  .tab_buttons li a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .tab_buttons li a:hover {
    opacity: 0.7;
  }
  .item_content .search-result-items li:nth-child(n + 7) {
    display: inline-block;
  }
  .item_content .search-result-items li:nth-child(n + 9) {
    display: none;
  }
  ul.search-result-items > li:nth-child(4n) {
    margin-right: 0px;
  }
  .re_pre_banner .order_btn_wrapper .block {
    height: 200px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .re_pre_banner .order_btn_wrapper .block:before {
    font-size: 17rem;
  }
  .re_pre_banner .order_btn_wrapper .re_items:hover {
    background: #ddd;
  }
  .re_pre_banner .order_btn_wrapper .pre_items:hover {
    background: #333;
  }
  .re_pre_banner .order_btn_wrapper .left {
    width: 50px;
  }
  .re_pre_banner .order_btn_wrapper .right {
    width: calc(100% - 50px - 10px);
    font-size: 2.8rem;
    line-height: 1;
  }
  .re_pre_banner .order_btn_wrapper .right span {
    font-size: 1.3rem;
  }
  .re_pre_banner .order_btn_wrapper .right .arrow {
    width: 18px;
    top: 4px;
  }
  .list_layout {
    max-width: none;
    width: calc(100% - 10px);
    margin-left: 0;
    margin-right: -10px;
  }
  .list_layout li {
    width: calc(50% - 13px);
    margin-right: 10px;
    padding: 10px 0;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list_layout li:hover {
    opacity: 0.7;
  }
  .list_layout .list_eyecatch img {
    width: 100%;
  }
  .list_layout .list_txt {
    width: 57%;
    text-align: left;
  }
  .ranking_content .search-result-items li.grid-tile,
  .ranking_content .search-result-items li.grid-tile:nth-child(4n) {
    margin-right: 10px;
  }
  .ranking_content .search-result-items li:nth-child(n + 7) {
    display: block;
  }
  .ranking_content .search-result-items li:nth-child(n + 8) {
    display: none;
  }
  .ranking_content ul.search-result-items li.grid-tile:nth-of-type(1) {
    width: calc(33.33333% - 10px);
    margin-right: 10px;
  }
  .ranking_content ul.search-result-items li.grid-tile:nth-of-type(2) {
    width: calc(33.33333% - 10px);
  }
  .ranking_content ul.search-result-items li.grid-tile:nth-of-type(3) {
    width: calc(33.33333% - 10px);
    margin-right: 0;
  }
  .ranking_content ul.grid3.search-result-items li.grid-tile .product-image a {
    height: calc(((780px) / 3) / 2 * 3);
  }
  .top .ranking_content ul.search-result-items {
    width: calc(100% + 10px);
    margin-right: -10px;
  }
  .top .ranking_content ul.search-result-items li.grid-tile {
    width: calc(33.33333% - 10px);
    margin-right: 10px;
  }
  .styling_list li {
    width: calc(33.33333% - 10px);
    margin-bottom: 20px;
  }
  .styling_list li h3 {
    font-size: 1.3rem;
  }
  .no-1_item {
    height: auto;
    width: 80%;
    margin: 0 auto 60px;
    display: block;
  }
  .rank01_img {
    height: calc((616px * 0.53) / 5 * 6);
  }
  .rank01_txt {
    height: calc((616px * 0.53) / 5 * 6);
  }
  .rank01_txt_cont {
    padding: 45px;
  }
  .rank01_txt h3 {
    font-size: 1.8rem;
  }
  .rank01_txt h3 br {
    display: none;
  }
  .rank01_brand {
    font-size: 1.6rem;
  }
  .rank01_txt .price {
    font-size: 1.8rem;
  }
  .buy_now_btn {
    width: 190px;
    height: 38px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 9px;
  }
  .buy_now_btn:hover {
    background: #444;
  }
  .order_btn_wrapper {
    margin-top: 60px;
  }
  .order_btn_wrapper a.rearrival_btn {
    width: calc(50% - 30px);
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .order_btn_wrapper a.rearrival_btn:hover {
    background: #1787e7;
    color: #fff;
  }
  .order_btn_wrapper a.preorder_btn {
    width: calc(50% - 30px);
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .order_btn_wrapper a.preorder_btn:hover {
    background: #4fdc6d;
    color: #fff;
  }
  .more_wrap {
    margin-left: 10px;
  }
  a.view_more.half_btn,
  a.view_more.half_btn2 {
    width: 20%;
    margin-top: 0px;
    display: inline-block;
    margin-right: 10px;
  }
  a.view_more.half_btn {
    margin-right: 1%;
  }
  .category_list li {
    width: calc(33.33333%);
    border-right: 1px solid #aaa;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .category_list li:nth-of-type(1), .category_list li:nth-of-type(4), .category_list li:nth-of-type(7), .category_list li:nth-of-type(10), .category_list li:nth-of-type(13) {
    border-left: 1px solid #aaa;
  }
  .category_list li:nth-last-child(-n + 3) {
    border-bottom: 1px solid #aaa;
  }
  .category_list li span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .category_list li:hover span {
    opacity: 0.7;
  }
  .grid4 .category_list li {
    width: 187px;
  }
  .grid4 .category_list li:nth-child(2n) {
    border-left: 1px solid #aaa;
  }
  .grid4 .category_list li:nth-child(odd) {
    border-right: none;
  }
  .grid4 .category_list li:nth-of-type(12) {
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  .grid4 .category_list li:nth-of-type(4), .grid4 .category_list li:nth-of-type(7), .grid4 .category_list li:nth-of-type(10) {
    border-left: none;
  }
  .grid4 .category_list li:nth-of-type(1), .grid4 .category_list li:nth-of-type(4), .grid4 .category_list li:nth-of-type(5), .grid4 .category_list li:nth-of-type(9), .grid4 .category_list li:nth-of-type(10), .grid4 .category_list li:nth-of-type(17) {
    border-left: 1px solid #aaa;
  }
  .grid4 .category_list li:last-child {
    border-right: 1px solid #aaa;
  }
  .slide_assets.swp_inline_buttons .slide_prev,
  .slide_assets.swp_inline_buttons .slide_next {
    display: inline-block;
  }
  .magazine_swiper .swiper-wrapper li {
    width: 32%;
    margin-right: 2%;
  }
  .magazine-pagination {
    display: none;
  }
  .magazine_swiper .swiper-wrapper li:nth-child(3n) {
    margin-right: 0px;
  }
  .magazine_swiper .swiper-wrapper li img {
    width: 100%;
    height: auto;
  }
  .magazine_swiper .swiper-wrapper li {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
  }
  .magazine_swiper .swiper-wrapper {
    display: block;
  }
  .brand_menu li a {
    padding: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .brand_menu li a:hover {
    background: #aaa;
    color: #fff;
  }
  h2.brand_logo {
    width: 770px;
    float: right;
    height: 60px;
    padding-top: 13px;
  }
  .pt_product-search-result #search-result-items {
    margin-top: -45px;
  }
  /* Editted  */
  .search-result-options {
    margin-bottom: 20px;
    position: relative;
    top: -2px;
  }
  .search-result-options .buttons {
    z-index: 20;
    width: auto;
  }
  .search-result-options .buttons li {
    width: 100px;
    padding-left: 0;
  }
  .search-result-options .buttons li:first-child {
    margin-right: 0;
  }
  .filter_cont {
    float: right;
    width: 500px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 10px;
  }
  .filter_cont2 {
    width: 300px;
  }
  .filter_cont > li {
    width: 500px;
  }
  .filter_cont1 {
    left: -47px;
  }
  .filter_cont > li.filter_cont2 {
    width: 300px;
  }
  .search-result-options .buttons .filter_cont2 ul li {
    width: 100%;
  }
  .filter_price .radio-input + label {
    width: 40%;
    margin-right: 5%;
  }
  .arrow.arrow_right-left {
    display: block;
  }
  .pagination {
    top: -15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pagination li:not(.first-last) a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pagination li:not(.first-last) a:hover {
    background: #222;
    color: #fff;
  }
  .pagination .fa {
    font-size: 15px;
    margin-top: 1px;
  }
  .pagination .first-last a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pagination .first-last a:hover {
    opacity: 0.7;
  }
  .pagination .current-page,
  .pagination a {
    margin: 0 5px;
  }
  .product-col-1 .swiper-pagination {
    margin-top: -27px;
  }
  #quickviewbutton {
    display: none;
  }
  .product-image {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .product-image:hover {
    opacity: 0.7;
  }
  .pdp-main {
    margin: 0;
  }
  .pdp-main .product-col-1 {
    width: 55%;
    position: relative;
  }
  .pdp-main .product-col-2 {
    width: 40%;
  }
  .info_left {
    width: 47%;
  }
  .choice_size {
    padding-top: 6px;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .choice_size:hover {
    background: #555;
    color: #fff;
  }
  .choice_size span {
    font-size: 2rem;
  }
  .size_guid {
    display: none;
  }
  ul.info-list li {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .info-list .right.buttons img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .info-list .right.buttons img:hover {
    opacity: 0.7;
  }
  .add_cart_btn {
    display: none;
  }
  .shoplist_btn {
    width: 230px;
    height: 50px;
    display: block;
    border: 1px solid #7a7a7a;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    margin-top: 80px;
  }
  .syncer-acdn-child {
    display: block;
  }
  .item_detail .arrow:before,
  .item_detail .arrow:after {
    display: none;
  }
  .tab {
    height: 28px;
  }
  .shoplist_btn svg {
    margin-right: 10px;
  }
  .product_detail_default .info_left {
    float: left;
    text-align: left;
  }
  .product_detail_default .info_left .pickup_sevice {
    margin-left: 0;
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .product_detail_default #vs-placeholder-cart {
    margin: 0;
  }
  .product_detail_default .pdp-main .product-add-to-cart .inventory {
    width: 25%;
    float: none;
    margin-bottom: 30px;
    padding-right: 10px;
  }
  .product_detail_default .pdp-main .product-add-to-cart .inventory input {
    width: 50px;
    height: 40px;
  }
  .product_detail_default .pdp-main .product-add-to-cart button#add-to-cart {
    float: none;
    width: 100%;
    height: 60px;
    padding-top: 5px;
    font-size: 1.5rem;
  }
  .item_detail .arrow:before,
  .item_detail .arrow:after {
    display: block;
  }
  .size_guid {
    display: block;
  }
  #thumbnails {
    display: block;
  }
  .button_cont button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .button_cont button:hover {
    opacity: 0.7;
  }
  .store-inventory.ui-dialog {
    position: fixed;
    display: none;
    width: 60%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 50%;
    margin-top: 60px;
    height: calc(100vh - 120px);
  }
  .store-inventory.ui-dialog td {
    max-height: 150px;
  }
  .store-inventory.ui-dialog td span {
    display: block;
  }
  .store-inventory.ui-dialog td img {
    max-height: 150px;
  }
  .official_sns .sns_links li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .official_sns .sns_links li:hover {
    opacity: 0.7;
  }
  .official_sns .sns_links li .sns_mask {
    width: 100%;
    height: 250px;
  }
  .official_sns .sns_links li p {
    margin-top: 10px;
  }
  .official_sns .sns_links li i {
    margin-right: 5px;
    font-size: 2.4rem;
    width: 24px;
  }
  .official_sns .sns_links li .icon {
    width: 24px;
  }
  .official_sns .sns_links li p i,
  .official_sns .sns_links li p img {
    position: relative;
    top: 1px;
  }
  .official_sns .sns_links li i,
  .official_sns .sns_links li .icon {
    font-size: 2.4rem;
  }
  .official_sns.no_gutter .sns_links.no_gutter {
    width: 100%;
    margin-right: 0;
  }
  .official_sns.no_gutter .sns_links.no_gutter li {
    width: 33.3333%;
    margin-right: 0;
  }
  .goTop {
    width: 1024px;
    text-align: right;
  }
  .brands_list li {
    width: calc(33.33333%);
    border-left: 1px solid #aaa;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .brands_list li:hover {
    opacity: 0.7;
  }
  .brands_list li:nth-of-type(2n) {
    border-right: none;
  }
  .brands_list li:nth-of-type(3n) {
    border-right: 1px solid #aaa;
  }
  .brands_list li:nth-last-child(-n + 3) {
    border-bottom: 1px solid #aaa;
  }
  .menu-utility-user .minicart-quantity span {
    top: 3px;
    display: block;
  }
  .menu-utility-user .user-info a span {
    display: inline;
    color: #555;
    font-size: 1.3rem;
    position: relative;
    top: 3px;
    margin-left: 5px;
  }
  header .menu-utility-user li .button_mypage {
    right: 45px;
  }
  #ameblo_feed li .list_eyecatch {
    height: 170px;
  }
  .form-row.memberscard-pin .form-caption {
    width: 50%;
  }
  ul.search-result-items li.grid-tile .product-image a,
  .new_items ul.search-result-items li.grid-tile .product-image a {
    height: calc(((770px - 30px) / 4) / 2 * 3);
  }
  .brand-nbb .styling_list li.swiper-slide a.img_holder {
    height: calc(((770px - 30px) / 4) / 5 * 6);
  }
  .checked_items ul.grid3_slide.search-result-items li.grid-tile .product-image a {
    height: calc(((770px - 180px) / 4) / 2 * 3);
  }
  ul.grid3.search-result-items li.grid-tile .product-image a,
  ul.grid3_slide.search-result-items li.grid-tile .product-image a,
  .recommend ul.grid3.search-result-items li.grid-tile .product-image a,
  .recommend ul.grid3_slide.search-result-items li.grid-tile .product-image a {
    height: calc(((770px - 180px) / 5) / 2 * 3);
  }
  .ranking ul.search-result-items li.grid-tile .product-image a {
    height: calc(((770px - 30px) / 3) / 2 * 3) !important;
  }
  ul.search-result-items .product-tile .product-swatches .swatch,
  ul.pre_order_list .product-tile .product-swatches .swatch {
    height: calc((((770px - 30px) / 4) - 24px) / 4 / 5 * 6);
  }
  .brand-mfm .staff_recommend li.grid-tile .product-image a,
  .brand-nn .top_seller li.grid-tile .product-image a,
  .brand-nn .new_items li.grid-tile .product-image a,
  .brand-nn .preorder li.grid-tile .product-image a,
  .brand-nn .staff_recommend li.grid-tile .product-image a,
  .brand-nbb .pre_order_list li > a {
    height: calc((770px / 5) / 2 * 3);
  }
  .brand-mfm .top_seller li.grid-tile .product-image a,
  .brand-mfm .preorder li.grid-tile .product-image a,
  .brand-mfm .new_items li.grid-tile .product-image a {
    height: calc((770px / 3) / 2 * 3);
  }
  .no_gutter ul.grid3.search-result-items li.grid-tile .product-image a,
  .no_gutter ul.grid3_slide.search-result-items li.grid-tile .product-image a,
  .brand-nbb .ranking.no_gutter ul.search-result-items li.grid-tile .product-image a,
  .brand-nbb .no_gutter .pre_order_list li > a,
  .brand-nn .top_seller.no_gutter li.grid-tile .product-image a,
  .brand-nn .new_items.no_gutter li.grid-tile .product-image a,
  .brand-nn .preorder.no_gutter li.grid-tile .product-image a,
  .brand-nn .staff_recommend.no_gutter li.grid-tile .product-image a,
  .brand-mfm .staff_recommend.no_gutter li.grid-tile .product-image a,
  .brand-jj .new_items.no_gutter li.grid-tile .product-image a,
  .brand-pbd .pbd_new_items.no_gutter li.swiper-slide a {
    height: calc((770px / 5) / 2 * 3);
  }
  .brand-mfm .top_seller.no_gutter li.grid-tile .product-image a,
  .brand-mfm .preorder.no_gutter li.grid-tile .product-image a,
  .brand-mfm .new_items.no_gutter li.grid-tile .product-image a {
    height: calc((770px / 3) / 2 * 3);
  }
  .brandPage_pbd ul.newarrival_list li,
  .brand-pbd ul.newarrival_list li {
    width: calc(770px / 4);
  }
  .brand-mfm .styling_wrap ul.search-result-items.grid3_slide li.grid-tile {
    width: calc(100% / 5);
  }
  .sw_detail .swiper-slide {
    height: calc(424px / 5 * 6);
  }
  .product-detail .swatches.color li a {
    height: calc(((308px - 50px) / 5) / 5 * 6);
  }
  .pt_product-details .slide_thumbnails li a {
    display: block;
    position: relative;
    width: 100%;
    height: calc(((424px - 35px) / 5) / 5 * 6);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pt_product-details .slide_thumbnails li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
  }
  .swiper-tab-contents ul.search-result-items .product-tile .product-swatches ul {
    width: calc(70% + 4px);
  }
  .search-suggestion-wrapper.full {
    margin-left: 0;
    width: 100%;
  }
  .official_sns .sns_links {
    width: 100%;
  }
  header .title_brand_logo {
    height: 60px;
    width: 100%;
    margin-left: 0;
  }
  header .title_brand_logo img {
    height: 50px;
  }
  #instafeed li:hover {
    opacity: 0.7;
  }
  .instagram a:hover {
    opacity: 0.7;
  }
  .app_list a:hover {
    opacity: 0.7;
  }
  .fb_bnr img:hover {
    opacity: 0.7;
  }
  .bnr_list a img:hover {
    opacity: 0.7;
  }
  /*nn css*/
  .brandPage_nn .title_brand_logo img {
    width: 35px;
    height: auto;
  }
  .brandPage_nn nav#navigation {
    background: #f7f8f8;
  }
  .brand-nn section.section.official_sns,
  .brand-nn section.staff_recommend section.category_wrap {
    margin-bottom: 60px;
  }
  .brand-nn .top_seller li,
  .brand-nn .new_items li,
  .brand-nn .staff_recommend li {
    width: calc(770px / 5);
  }
  .brand-nn .nn_bnr .swiper-slide {
    width: calc(33% - 5px);
  }
  .brand-nn .txt_right {
    font-weight: bold;
    text-align: right;
  }
  .brand-nn .preorder li:nth-child(n + 3) {
    display: inline-block;
  }
  .brand-nn span.mail_txt {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .brand-nn .title_brand_logo {
    margin: 25px 0 20px !important;
  }
  .brand-nn span.main_icon {
    margin-right: 8px;
  }
  .brand-nn span.main_icon img {
    width: 100%;
  }
  .brand-nn ul.recently_list li {
    width: calc(20% - 0px);
    display: inline-block;
    margin-right: 0px;
  }
  .brand-nn .recently_list li:nth-child(n + 4) {
    display: inline-block;
  }
  .brand-nn span.sns_icon img {
    width: 60%;
  }
  .brand-nn a.view_more {
    margin-top: 0px;
  }
  /*and  CSS*/
  .brandPage_and .title_brand_logo img {
    width: 95px;
    height: auto;
  }
  .brand-and .title_brand_logo img {
    width: 300px;
  }
  .brand-and h2.title {
    font-size: 2rem;
  }
  .brand-and .and_bnr .swiper-slide {
    width: calc(33% - 5px);
  }
  .brand-and .and_bnr .swiper-wrapper:last-child {
    margin-right: 0px;
  }
  .brand-and .list_layout li {
    border: none;
  }
  .brand-and section.section.catalog img {
    width: 100%;
  }
  .brand-and .grid3_slide li.grid-tile {
    width: calc(33% - 5px);
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .brand-and .styling_wrap02 .grid3_slide {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .brand-and .grid3_slide li:nth-child(3n) {
    margin-right: 0px;
  }
  .brand-and section.app {
    width: 600px;
    margin: 40px auto 0;
  }
  .brand-and span.tw_mask {
    width: 42px;
    display: inline-block;
  }
  .brand-and span.abema_mask {
    display: inline-block;
    width: 34px;
  }
  .brand-and ul.sns_links02 {
    text-align: center;
    margin-top: 40px;
  }
  .brand-and ul.sns_links02 li:hover {
    opacity: 0.7;
  }
  .brand-and .app h3 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .brand-and .app_list img {
    width: 150px;
  }
  .brand-and .app_list img:hover {
    opacity: 0.7;
  }
  .brand-and .recommend ul.search-result-items li:nth-child(n + 7) {
    display: block;
  }
  .brand-and .recommend ul.search-result-items li:nth-child(n + 11) {
    display: none;
  }
  .brand-and .new_items ul.search-result-items li:nth-child(n + 7) {
    display: block;
  }
  .brand-and .recommend ul.search-result-items li:nth-child(n + 11) {
    display: none;
  }
  .brand-and .ranking ul.search-result-items li:nth-child(n + 7) {
    display: block;
  }
  .brand-and .ranking ul.search-result-items li:nth-child(n + 8) {
    display: none;
  }
  .brand-and .and_checked_items ul.search-result-items.grid3_slide li {
    width: calc(20% - 5px);
    margin-bottom: 10px;
  }
  .brand-and .and_checked_items ul.search-result-items.grid3_slide li:nth-child(3n) {
    margin-right: 10px;
  }
  .brand-and .ranking_content ul.search-result-items {
    width: calc(100% + 10px);
    margin-right: -10px;
  }
  .brand-and .ranking_content ul.search-result-items li.grid-tile {
    width: calc(33.33333% - 10px);
    margin-right: 10px;
  }
  /*pbd  CSS*/
  .brandPage_pbd header .title_brand_logo {
    margin: 0;
  }
  .brandPage_pbd header .title_brand_logo img {
    width: 268px;
    height: auto;
  }
  .brandPage_pbd ul.subbrand_list {
    margin-top: 0;
  }
  .brandPage_pbd ul.subbrand_list li {
    max-width: 267px;
  }
  ul.subbrand_list li {
    max-width: 267px;
    float: left;
  }
  .brand-pbd .pbd_top_kv {
    margin-top: 10px;
  }
  .brand-pbd span.title_pbd {
    font-size: 2rem;
  }
  .brand-pbd .title_border {
    top: 16px;
  }
  .brand-pbd .brand_active1 a {
    border-bottom: 4px solid #e2b7ae;
  }
  .brand-pbd .brand_active2 a {
    border-bottom: 4px solid #b6a2b8;
  }
  .brand-pbd .brand_active3 a {
    border-bottom: 4px solid #d9d9d9;
  }
  .brand-pbd .topics_bnr li {
    width: calc(25% - 5px);
  }
  .brand-pbd .topics_bnr li:nth-child(8) {
    margin-right: 0px !important;
  }
  .brand-pbd .pbd_new_items .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .brand-pbd ul.newarrival_list li:nth-child(n + 4) {
    display: block;
  }
  .brand-pbd .topics_bnr li:nth-child(2n) {
    margin-right: 6px;
  }
  .brand-pbd .topics_bnr li:nth-child(4) {
    margin-right: 0px;
  }
  .brand-pbd .topics_bnr .more_wrap.txt_right {
    margin-right: 0px;
    margin-top: 20px;
  }
  .brand-pbd .order_btn_wrapper .block {
    height: 240px;
    display: inline-block;
  }
  .brand-pbd .order_btn_wrapper .block img {
    width: 100%;
    height: auto;
  }
  .brand-pbd .fb_bnr {
    width: 65%;
    margin: 0 auto;
  }
  .brand-pbd .fb_bnr img {
    display: block;
    width: 100%;
  }
  .brand-pbd ul.app_list li {
    width: calc(50% - 10px);
    display: inline-block;
    margin-right: 15px;
  }
  .brand-pbd ul.app_list li:nth-child(2) {
    margin-right: 0px;
  }
  .brand-pbd .app_left img,
  .brand-pbd .app_right img {
    width: 100%;
  }
  .brand-pbd .topics .list_layout li {
    border-bottom: none;
  }
  .brand-pbd .ranking li a {
    margin-top: 0px;
  }
  .brand-pbd a.followus {
    font-size: 1.8rem;
  }
  .brand-pbd span.insta_icon img {
    margin-top: -4px;
    width: 15px;
  }
  .brand-pbd .pbd_snap .txt_right {
    margin-top: 20px;
  }
  .brand-pbd a.view_more.half_btn,
  .brand-pbd a.view_more.half_btn2 {
    margin-right: 0px;
  }
  .brand-pbd .order_btn_wrapper .pre_items:before {
    display: none;
  }
  .brand-pbd .lookbook_list li {
    width: calc(33.33333% - 2px);
    margin-right: 2px;
  }
  .brand-pbd .lookbook_list li:nth-child(n + 5) {
    display: block;
  }
  .brand-pbd .lookbook_list li:nth-child(n + 7) {
    display: none;
  }
  .brand-pbd .lookbook .lookbook_list li img {
    width: 100%;
  }
  .brand-pbd .swiper-pagination span {
    width: 9px;
    height: 9px;
  }
  .brand-pbd span.number.yellowtail {
    font-size: 2rem;
  }
  .brand-pbd .pre_order span.product-standard-price {
    display: block !important;
  }
  .brandPage_pbd ul#instafeed li ul#instafeed li,
  .brand-pbd ul#instafeed li {
    width: calc(33.333% - 4px);
    display: inline-block;
    margin-right: 4px;
    background-size: cover !important;
  }
  .brandPage_pbd ul#instafeed li ul#instafeed li:nth-child(2n),
  .brand-pbd ul#instafeed li:nth-child(2n) {
    margin-right: 4px;
  }
  .brandPage_pbd ul#instafeed li ul#instafeed li:nth-child(3n),
  .brand-pbd ul#instafeed li:nth-child(3n) {
    margin-right: 0px;
  }
  /*nbb  CSS*/
  .brandPage_nbb .title_brand_logo img {
    width: 228px;
    height: auto;
  }
  .brand-nbb {
    padding-top: 0;
  }
  .brand-nbb .top_kv {
    background: transparent;
    border-bottom: 1px solid #222;
    padding-bottom: 15px;
  }
  .brand-nbb .swiper-pagination span {
    width: 10px;
    height: 10px;
  }
  .brand-nbb .swiper-pagination {
    margin-top: 30px;
  }
  .brand-nbb .list_layout li {
    position: relative;
  }
  .brand-nbb .topics li:nth-of-type(2) {
    border-bottom: 1px solid #222;
  }
  .brand-nbb .topics li:nth-last-of-type(-n + 2) {
    border: none !important;
  }
  .brand-nbb .topics p.list_date {
    position: absolute;
    bottom: 13px;
    right: 0px;
    letter-spacing: 0.7px;
  }
  .brand-nbb ul.list_layout.clfix {
    margin-bottom: 20px;
  }
  .brand-nbb .list_layout .list_txt {
    width: 45%;
  }
  .brand-nbb p.category {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .brand-nbb p.topics_txt {
    margin-top: 3px;
  }
  .brand-nbb h2.title {
    font-size: 2.2rem;
    /* font-weight: bold; */
  }
  .brand-nbb .catalog_list a:hover {
    opacity: 0.7;
  }
  .brand-nbb .catalog_list li img {
    width: 100%;
  }
  .brand-nbb ul.catalog_list {
    width: 78%;
    margin: 0 auto;
  }
  .brand-nbb p.catalog_date {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .brand-nbb .nbb_new_items {
    position: relative;
    border-top: 1px solid #222;
    padding-top: 40px;
  }
  .brand-nbb .nbb_new_items ul.swiper-wrapper li {
    width: calc(20% - 8px);
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .brand-nbb .nbb_new_items .slide_run {
    width: 100%;
  }
  .brand-nbb .ranking_content .search-result-items li:nth-child(n + 4) {
    display: block;
  }
  .brand-nbb .grid3 li img {
    width: 100%;
  }
  .brand-nbb .pre_order .pre_order_list li:nth-child(n + 4) {
    display: block;
  }
  .brand-nbb .pre_order .more_wrap {
    text-align: center;
    margin-top: 40px;
  }
  .brand-nbb .magazine_list li img {
    width: 100%;
  }
  .brand-nbb .nbbmagazine ul.magazine_list li:first-child {
    margin-right: 20px;
  }
  .brand-nbb .nbbmagazine ul.magazine_list li {
    width: calc(50% - 10px);
    float: left;
  }
  .brand-nbb .nbbmagazine .magazine_inner h3 {
    font-size: 1.8rem;
  }
  .brand-nbb .nbbmagazine p.title {
    font-size: 1.8rem;
  }
  .brand-nbb .nbbmagazine p.date {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .brand-nbb .nbbmagazine .magazine_inner {
    padding: 5px 15px;
  }
  .brand-nbb .staffstyle {
    margin-left: 12px;
  }
  .brand-nbb .staffstyle .slide_assets {
    display: none;
  }
  .brand-nbb ul.swiper-wrapper.styling_list li {
    width: calc(770px / 4 - 7px);
    margin-right: 10px;
  }
  .brand-nbb ul.swiper-wrapper.styling_list li:last-child {
    margin-right: 0px;
  }
  .brand-nbb .staffstyle .slide_run {
    width: 100%;
  }
  .brand-nbb .blog .list_layout li {
    width: calc(50% - 26px);
    margin-right: 26px;
  }
  .brand-nbb .blog .list_layout li:nth-child(n + 2) {
    display: inline-block;
    border-bottom: 1px solid #222;
  }
  .brand-nbb .blog .list_layout li:nth-child(n + 3) {
    display: none;
  }
  .brand-nbb .blog .list_layout li {
    border-bottom: 1px solid #222;
  }
  .brand-nbb .blog .list_layout li:nth-child(n + 3) {
    display: inline-block;
  }
  .brand-nbb .blog ul#ameblo_feed {
    width: calc(100% + 26px);
    margin-right: -26px;
  }
  .brand-nbb .ranking_content .nbb_rank_label img {
    width: 20px;
  }
  .brand-nbb .present p.date {
    position: relative;
    right: 0px;
    top: 0px;
  }
  .brand-nbb .present p.txt {
    margin-top: 10px;
  }
  .brand-nbb .present .left_wrap {
    float: left;
    width: 50%;
  }
  .brand-nbb .present .right_wrap {
    float: right;
    width: 36%;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
  .brand-nbb .present p.date {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .brand-nbb .present p.txt {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .brand-nbb .present p.term .circle {
    font-size: 3rem;
    padding-top: 25px;
    width: 100px;
    height: 100px;
  }
  .brand-nbb .present .santen {
    margin: 0px 10px;
    letter-spacing: 3px;
  }
  .brand-nbb .present .present_inner.clfix {
    width: 93%;
    margin: 0 auto;
  }
  .brand-nbb .shoplist_btn {
    margin-top: 60px;
  }
  .brand-nbb .sns .sns_list li {
    margin-right: 30px;
    margin-left: 30px;
    width: 8%;
  }
  .brand-nbb .sns .sns_list li a:hover {
    opacity: 0.7;
  }
  .brand-nbb .sns h2.title {
    margin-bottom: 20px;
  }
  .brand-nbb .app p.app_txt {
    font-size: 1.3rem;
  }
  .brand-nbb .app ul.app_list {
    width: 65%;
  }
  .brand-nbb .app .sub_txt_wrap {
    width: 40%;
    margin: 0 auto;
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .brand-nbb .sub_txt a:hover {
    opacity: 0.7;
  }
  .brand-nbb .content_wrap .arrow.arrow_right-left {
    font-size: 1.5rem;
  }
  .brand-nbb a.enter {
    width: 45%;
  }
  .brand-nbb .nbbmagazine .magazine_inner h3 span {
    display: inline-block;
    padding: 0 3px;
  }
  .brand-nbb .content_wrap span.en_font {
    font-size: 1.5rem;
  }
  .brand-nbb .content_wrap .arrow.arrow_right-left {
    font-size: 1.3rem;
  }
  .brand-nbb .category_wrap .category_list {
    margin: auto;
    width: 75%;
  }
  .brand-nbb .category_wrap .category_list > li:nth-last-child(-n + 2) {
    border-bottom: 1px solid #aaa;
  }
  .brand-nbb .category_wrap .category_list > li img {
    width: 10%;
  }
  .brand-nbb .category_wrap .category_list > li span.arrow.arrow_down-right {
    width: calc(100% - 10%);
  }
  .brand-nbb .category_wrap .category_list > li .sub_cat {
    margin-bottom: 20px;
  }
  .brand-nbb .category_wrap .category_list > li .sub_cat li {
    padding-left: 9%;
  }
  .brand-nbb .category_wrap span.arrow.arrow_right-left {
    width: 75%;
  }
  .brand-nbb .content_wrap .arrow.arrow_right-left::before,
  .brand-nbb .content_wrap .brand-nbb .arrow.arrow_right-left::after {
    right: 2px;
  }
  /* mfm css */
  .brandPage_mfm .title_brand_logo img {
    width: 200px;
    height: auto;
    position: relative;
    top: 3px;
  }
  .brandPage_mfm nav#navigation {
    background: #f7f8f8;
  }
  .brand-mfm section.section.sns {
    margin-bottom: 80px;
  }
  .brand-mfm .mfm_bnr .swiper-slide {
    width: calc(33% - 5px);
  }
  .brand-mfm section.section.staff_recommend {
    margin-bottom: 80px;
  }
  .brand-mfm .recently_list li:nth-child(n + 4) {
    display: inline-block;
  }
  .brand-mfm section.section.category_wrap {
    margin-bottom: 80px;
  }
  .brand-mfm section.section.styling_wrap {
    margin: 0px auto 80px;
  }
  .brand-mfm .txt_right {
    font-weight: bold;
    text-align: right;
  }
  .brand-mfm span.mail_txt {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .brand-mfm .title_brand_logo {
    margin: 25px 0 20px !important;
  }
  .brand-mfm span.main_icon {
    margin-right: 8px;
  }
  .brand-mfm span.main_icon img {
    width: 100%;
  }
  .brand-mfm ul.recently_list li {
    width: calc(20% - 0px);
    display: inline-block;
    margin-right: 0px;
  }
  .brand-mfm .brand-mfm span.sns_icon img {
    width: 60%;
  }
  .brand-mfm a.view_more {
    margin-top: 0px;
  }
  .brand-mfm .official_sns h3 {
    font-size: 1.8rem;
  }
  .brand-mfm .category_list li a {
    font-size: 1.2rem;
  }
  .brand-mfm .category_list li a .arrow.arrow_right-left {
    text-indent: 15px;
  }
  .brand-mfm .category_img li {
    width: calc(33.333% - 2px);
    height: calc(770px / 3);
  }
  .brand-mfm .staff_recommend ul.grid3.search-result-items li.grid-tile,
  .brand-nn .staff_recommend ul.grid3.search-result-items li.grid-tile {
    width: calc(770px / 5);
  }
  .brand-mfm .staff_recommend ul.grid3.search-result-items li.grid-tile .product-image a img,
  .brand-nn .staff_recommend ul.grid3.search-result-items li.grid-tile .product-image a img {
    width: auto !important;
    height: auto !important;
  }
  #ameblo_feed li .list_eyecatch {
    height: 100px;
  }
  .filterSet {
    width: 300px;
    margin: 30px auto;
  }
  .filterSet a:hover {
    opacity: 0.7;
  }
  .news-list .list_layout li:nth-child(-n + 2) {
    border-top: none;
  }
  .styling-list .pc_contW {
    left: 0;
  }
  .styling-list .breadcrumb {
    padding: 60px 0 20px;
  }
  .styling-list img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .styling-list img:hover {
    opacity: 0.6;
  }
  .styling_wrap.nbb .grid3 {
    width: calc(100% + 10px);
    margin-right: -10px;
  }
  .styling_wrap.nbb .grid3 li {
    width: calc(33.3333% - 10px);
    margin-right: 10px;
    float: left;
  }
  .styling-detail a:hover {
    opacity: 0.7;
  }
  .styling-detail .breadcrumb.pc_contW {
    left: 0;
    /* top: 26px; */
    margin-top: 30px;
  }
  .styling-detail .left_img {
    float: left;
    width: 50%;
  }
  .styling-detail .right_txt {
    float: left;
    width: 42%;
    margin-left: 50px;
  }
  .styling-detail p.styling_date {
    margin-top: 60px;
  }
  .styling-detail p.styling_tall {
    margin-bottom: 30px;
  }
  .styling-detail .right_txt h3 {
    margin-bottom: 15px;
  }
  .styling-detail p.styling_txt {
    margin-bottom: 50px;
    line-height: 1.8;
  }
  .styling-detail .grid3 li,
  .styling-detail .grid3 li.grid-tile,
  .styling-detail ul.grid3.search-result-items li,
  .styling-detail ul.grid3.search-result-items li.grid-tile {
    width: calc(25% - 10px);
    margin-right: 10px;
  }
  .magazine .nbbmagazine ul.magazine_list {
    width: calc(100% + 10px);
    margin-right: -10px;
  }
  .magazine .nbbmagazine ul.magazine_list li {
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
  }
  .magazine .nbbmagazine ul.magazine_list li img {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .magazine .nbbmagazine ul.magazine_list li .magazine_inner {
    width: 100%;
    background: #222;
    padding: 5px;
  }
  .magazine .magazine_list a {
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .magazine .magazine_list a:hover {
    opacity: 0.8;
  }
  .magazine .nbbmagazine p.date {
    position: relative;
    top: 0;
    right: 0;
  }
  .magazine .pagination {
    top: auto;
    position: relative;
    left: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .magazine .magazine_txt {
    background: #fff;
    padding: 20px 60px 40px;
    line-height: 1.8;
  }
  .magazine .magazine_info {
    padding: 20px 0;
    margin-bottom: 60px;
  }
  .magazine .related {
    padding-left: 60px;
  }
  .magazine .pager {
    margin-top: 150px;
  }
  .magazine .pager a {
    margin-right: 30px;
    position: relative;
    margin-left: 30px;
  }
  .shop-list a:hover {
    opacity: 0.7;
  }
  .shop-list dl.shoplist {
    width: 100%;
  }
  .shop-list dl.shoplist dt {
    width: 45%;
    display: inline-block;
  }
  .shop-list dl.shoplist dd {
    font-size: 1.8rem;
    padding-top: 10px;
    width: 55%;
    display: inline-block;
    padding-left: 5%;
  }
  .shop-list dl.shoplist dd span {
    font-size: 1.2rem;
  }
  .shop-list p.brand_search_ttl {
    padding-bottom: 15px;
  }
  .shop-list .breadcrumb.pc_contW {
    left: 0;
    margin-top: 30px;
  }
  .shoplist-detail a:hover {
    opacity: 0.7;
  }
  .shoplist-detail ul.area_list {
    margin-bottom: 60px;
  }
  .shoplist-detail ul.shop_info li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .shoplist-detail ul.shop_info {
    padding: 40px 0 0;
  }
  .shoplist-detail ul.area_list li {
    margin-right: 25px;
  }
  .shoplist-detail .breadcrumb.pc_contW {
    left: 0;
    margin-top: 30px;
  }
  .pt_store-locator .breadcrumb {
    margin-left: 0px;
  }
  .news-detail a:hover {
    opacity: 0.7;
  }
  .ranking-list .ranking_content .label {
    padding: 2px 7px 4px;
    font-size: 1.2rem;
    width: 42px;
  }
  .ranking-list .ranking_content .label img {
    width: 14px !important;
  }
  .ranking-list .pagination {
    top: auto;
    position: relative;
    left: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .ranking-list .label_cont {
    display: none;
  }
  .brand-nn .top_seller ul li,
  .brand-nn .preorder ul li,
  .brand-nn .new_items ul li {
    width: calc(770px / 5);
    margin-right: 0;
  }
  .brand-mfm .top_seller ul li,
  .brand-mfm .preorder ul li,
  .brand-mfm .new_items ul li,
  .brand-mfm .staff_recommend li ul li {
    width: calc(770px / 3);
    margin-right: 0;
  }
  .ui-dialog[aria-describedby="store-inventory-by-placecode-dialog"] {
    max-width: 770px !important;
    height: 80vh !important;
  }
  .ui-dialog[aria-describedby="store-inventory-by-placecode-dialog"] tbody {
    display: table;
    width: 100%;
  }
  .results-hits {
    white-space: nowrap;
  }
  .productlist-under-the-title {
    width: 770px;
    position: relative;
    float: right;
    margin-top: 30px;
  }
  nav[role="navigation"].sidebar section.nav_inner.search_section {
    margin-bottom: 20px;
  }
  nav[role="navigation"].sidebar section.nav_inner.under_keyword {
    margin: 0;
    padding: 0;
  }
  .cat-banner {
    width: 770px;
    left: 254px;
    position: relative;
    margin-top: 22px;
  }
  .topics .topics-wrap h2 {
    color: #4e4d4e;
  }
  /* 新 PBD TOP */
  .brandPage_pbd .topics_bnr li {
    width: calc(25% - 7px);
  }
  .brandPage_pbd .pbd_top_kv_ver {
    margin-top: 20px;
  }
  .brandPage_pbd .section,
  .brandPage_pbd .brand-pbd .section {
    margin-bottom: 80px;
  }
  .brandPage_pbd .more_wrap {
    margin-left: 0;
    margin-top: 20px;
  }
  .brandPage_pbd .more_wrap a.view_more {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    width: 300px;
  }
  .brandPage_pbd .more_wrap a.view_more:hover {
    background: #333;
    color: #fff;
  }
  .brandPage_pbd .more_wrap .arrow.arrow_right-left::before,
  .brandPage_pbd .more_wrap .arrow.arrow_right-left::after {
    right: 60px;
  }
  .brandPage_pbd .sns a {
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .brandPage_pbd .sns a:hover {
    opacity: 0.6;
  }
  .brandPage_pbd .lookbook figure {
    width: 500px;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    margin-bottom: 30px;
  }
  .brandPage_pbd .lookbook figure:hover {
    opacity: 0.6;
  }
  .brandPage_pbd .lookbook figure img {
    width: 100%;
  }
  /* END 新 PBD TOP */
}

@media (min-width: 769px) {
  #detail-search .price .refinement-list {
    display: inline-block;
    width: 24%;
  }
  #detail-search .brandSubitemCode .refinement-list {
    width: 24%;
  }
}

@media (min-width: 769px) {
  ul.search-result-items li.grid-tile {
    margin-bottom: 5px;
  }
}

@media screen and (width: 1024px) {
  #wrapper {
    overflow-x: hidden;
  }
  .header_links ul {
    left: 10px;
  }
  nav[role="navigation"].sidebar {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  .primary-content {
    padding-right: 20px;
  }
  .pc_contW {
    width: 750px;
  }
  header #header-mini-cart {
    right: 30px;
  }
  .results-hits {
    white-space: nowrap;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  #wrapper {
    padding-bottom: 0;
    margin: 0px;
    width: 100%;
  }
  div#primary {
    width: 100%;
    float: none;
    border: none;
  }
  header h1.primary-logo {
    margin-top: 0px;
    padding-top: 0px;
    width: 250px;
  }
  header .buttons {
    padding-top: 10px;
  }
  header #mini-cart {
    top: 10px;
    right: 0;
  }
  .menu-toggle {
    display: block;
  }
  .bottom_nav .icon-brands {
    width: 15%;
    top: 2px;
  }
  .bottom_nav .icon-new {
    width: 15%;
    top: 0px;
  }
  .bottom_nav .icon-ranking {
    width: 14%;
    top: 1px;
  }
  .bottom_nav .icon-news {
    width: 13%;
    top: 1px;
  }
  .bottom_nav .icon-fav {
    width: 16%;
    top: 1px;
  }
  .header-search {
    border: none;
    color: #222;
    height: 2.5em;
    margin: 22px auto 6px;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  nav[role="navigation"].sidebar ul.category li a,
  nav[role="navigation"].sidebar ul.brands li a {
    padding: 0px 45px 0;
    height: 65px;
  }
  nav[role="navigation"].sidebar ul.brands {
    margin-top: 20px;
  }
  .bx-viewport {
    height: 350px !important;
  }
  .product-tile {
    height: auto !important;
  }
  .no-1_item {
    height: auto !important;
  }
  .news_img img {
    width: 100%;
  }
  ul.search-result-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.search-result-items li.grid-tile {
    margin-bottom: 0;
    width: calc(33.33333% - 10px);
    margin-right: 5px;
  }
  ul.search-result-items .brand {
    -webkit-transform: none;
            transform: none;
    font-size: 1.2rem;
    margin-top: 5px;
  }
  ul.search-result-items .name-link {
    font-size: 1.3rem;
  }
  ul.search-result-items .product-pricing .product-sales-price {
    font-size: 1.3rem;
  }
  ul.search-result-items .product-pricing .sale_rate {
    display: inline-block;
  }
  .product-tile {
    margin-bottom: 15px;
  }
  ul.search-result-items.grid3_slide li.grid-tile .brand,
  .checked_items ul.search-result-items.grid3_slide li.grid-tile .brand,
  .grid3 li .brand,
  .grid3 li.grid-tile .brand,
  ul.grid3.search-result-items li .brand,
  ul.grid3.search-result-items li.grid-tile .brand {
    -webkit-transform: none;
            transform: none;
    font-size: 1.2rem;
    margin-top: 10px;
  }
  ul.search-result-items.grid3_slide li.grid-tile .name-link,
  .checked_items ul.search-result-items.grid3_slide li.grid-tile .name-link,
  .grid3 li .name-link,
  .grid3 li.grid-tile .name-link,
  ul.grid3.search-result-items li .name-link,
  ul.grid3.search-result-items li.grid-tile .name-link {
    font-size: 1.3rem;
    margin-top: 5px;
  }
  ul.search-result-items.grid3_slide li.grid-tile .product-pricing,
  .checked_items ul.search-result-items.grid3_slide li.grid-tile .product-pricing,
  .grid3 li .product-pricing,
  .grid3 li.grid-tile .product-pricing,
  ul.grid3.search-result-items li .product-pricing,
  ul.grid3.search-result-items li.grid-tile .product-pricing {
    margin: 10px 0;
  }
  ul.search-result-items.grid3_slide li.grid-tile .product-pricing .product-sales-price,
  .checked_items ul.search-result-items.grid3_slide li.grid-tile .product-pricing .product-sales-price,
  .grid3 li .product-pricing .product-sales-price,
  .grid3 li.grid-tile .product-pricing .product-sales-price,
  ul.grid3.search-result-items li .product-pricing .product-sales-price,
  ul.grid3.search-result-items li.grid-tile .product-pricing .product-sales-price {
    font-size: 1.3rem;
  }
  ul.search-result-items.grid3_slide li.grid-tile .product-pricing .sale_rate,
  .checked_items ul.search-result-items.grid3_slide li.grid-tile .product-pricing .sale_rate,
  .grid3 li .product-pricing .sale_rate,
  .grid3 li.grid-tile .product-pricing .sale_rate,
  ul.grid3.search-result-items li .product-pricing .sale_rate,
  ul.grid3.search-result-items li.grid-tile .product-pricing .sale_rate {
    display: inline-block;
  }
  .re_pre ul.search-result-items.grid3_slide li.grid-tile .brand,
  .checked_items ul.search-result-items.grid3_slide li.grid-tile .brand,
  .related_items ul.search-result-items.grid3_slide li.grid-tile .brand {
    font-size: 1.1rem;
    -webkit-transform: scale(0.7) translate(-27px, 0);
            transform: scale(0.7) translate(-27px, 0);
  }
  .re_pre ul.search-result-items.grid3_slide li.grid-tile .name-link,
  .checked_items ul.search-result-items.grid3_slide li.grid-tile .name-link,
  .related_items ul.search-result-items.grid3_slide li.grid-tile .name-link {
    margin-top: 0;
  }
  .re_pre ul.search-result-items.grid3_slide li.grid-tile .product-pricing,
  .checked_items ul.search-result-items.grid3_slide li.grid-tile .product-pricing,
  .related_items ul.search-result-items.grid3_slide li.grid-tile .product-pricing {
    margin: 0;
  }
  .pdp-main .product-col-1 {
    width: 100%;
  }
  .pdp-main .product-col-2 {
    width: 100%;
  }
  .product_detail_default .pdp-main .product-add-to-cart button#add-to-cart {
    padding: 20px 0 45px;
  }
  .styling_items .list_layout li {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
  }
  ul.search-result-items li.grid-tile .product-image a {
    height: calc((33.3333vw - 20px) / 2 * 3);
  }
  .results-hits {
    white-space: nowrap;
  }
  .brand-nbb .staffstyle .slide_run {
    width: 100%;
  }
  .brand-nbb .styling_list li.swiper-slide a.img_holder {
    height: calc((100vw - 30px) / 2 / 2 * 3);
  }
  .brand-nn .top_seller li.grid-tile .product-image a img,
  .brand-nn .new_items li.grid-tile .product-image a img,
  .brand-nn .preorder li.grid-tile .product-image a img,
  .brand-nn .staff_recommend li.grid-tile .product-image a img,
  .brand-pbd .pbd_new_items li.swiper-slide a img,
  .brand-nbb .styling_list li.swiper-slide a.img_holder img,
  .brand-nbb .pre_order_list li > a img {
    width: 100%;
  }
  ul.search-result-items li.grid-tile .product-image a img {
    width: 100% !important;
    height: auto !important;
  }
  .brand-pbd .pbd_new_items li.swiper-slide a {
    height: calc((100vw - 26px) / 4 / 2 * 3);
  }
  .brand-pbd ul.ranking_list01 li {
    height: 470px;
  }
}

@media screen and (max-width: 320px) {
  .contents {
    padding: 10px 10px;
  }
  nav[role="navigation"].sidebar {
    width: 100%;
  }
  .primary-content {
    min-width: 100%;
  }
  .search-result-options .buttons {
    width: 190px;
  }
  .search-result-options .results-hits {
    width: 95px;
  }
  .grid3 li .brand,
  .grid3 li.grid-tile .brand,
  ul.grid3.search-result-items li .brand,
  ul.grid3.search-result-items li.grid-tile .brand {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  header h1.primary-logo {
    width: 130px;
  }
  header .buttons {
    right: -10px;
  }
  .footer_inner ul.buttons {
    margin-bottom: 15px;
  }
  .footer_inner ul.buttons li {
    float: none;
    width: 80%;
    margin: auto;
    margin-bottom: 15px;
  }
  .rank01_txt_cont .buy_now_btn {
    width: 100px;
  }
  .order_btn_wrapper .block {
    padding: 40px 10px;
  }
  .order_btn_wrapper .right {
    font-size: 1.4rem;
  }
  .order_btn_wrapper .right span {
    font-size: 1rem;
    letter-spacing: normal;
  }
  .category_list li a {
    padding: 15px 5px;
  }
  #mini-cart .mini-cart-content,
  #header-mini-cart .mini-cart-content {
    right: -20px;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .brand-pbd ul.ranking_list01 li {
    height: 380px;
  }
  .brand-pbd ul.ranking_list02 li {
    height: 380px;
  }
  .brand-pbd ul.newarrival_list li {
    width: calc(25% - 10px) !important;
  }
  .brand-pbd .order_btn_wrapper .block {
    height: 205px;
  }
  .brand-pbd .fb_bnr {
    width: 65%;
    margin: 0 auto;
  }
  .brand-pbd .fb_bnr img {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .brand-pbd .topics_bnr .more_wrap.txt_right {
    margin-right: 3%;
  }
  .brand-pbd .order_btn_wrapper .block {
    padding: 0px;
  }
  .brand-nbb .present p.term .circle {
    background: #222;
    border-radius: 100%;
    width: 31px;
    height: 31px;
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    padding-top: 5px;
    padding-left: 2px;
    letter-spacing: 1px;
    text-align: center;
  }
  .brand-nbb .category_wrap .arrow.arrow_right-left::before,
  .brand-nbb .category_wrap .arrow.arrow_right-left::after {
    right: 0px;
  }
  .brand-nbb .content_wrap .arrow.arrow_right-left::before,
  .brand-nbb .content_wrap .arrow.arrow_right-left::after {
    right: 0px;
  }
}

.ui-tooltip.ui-widget-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-header {
  background: none;
  background: #eee;
}

nav[role="navigation"].sidebar button {
  background: none;
  margin: 0;
}

.breadcrumb {
  line-height: 1.5;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
}

.search-promo {
  margin-bottom: 30px;
}

.checkbox-parts {
  text-indent: 0;
}

nav[role="navigation"].sidebar .header-search form {
  border: none;
}

.pagination {
  float: none;
}

.pagination:nth-of-type(2) {
  position: relative;
  margin: 40px auto 0;
}

.pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

.pagination a {
  background: #f1f1f1;
}

.pagination ul {
  float: none;
  display: inline-block;
}

.pagination li {
  float: none;
  display: inline-block;
  padding: 0;
}

.pagination li .fa-lg {
  font-size: 1.3rem;
  position: relative;
  top: -2px;
}

.search-result-content .results-hits {
  display: none;
}

.filter_cont1 dl dd {
  width: calc(80% - 10px);
  margin-left: 10px;
}

.selected .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}

/* End bd.cssにマージ*/
.header-search {
  background: none;
}

.page-content .primary-content {
  width: 100%;
  padding: 30px 10px 0;
}

.error-page-search input {
  width: 70%;
  display: inline-block;
  padding: 5px 5px;
  height: auto;
  font-size: 1.3rem;
}

.error-page-search button {
  display: inline-block;
  padding: 6px 12px;
  margin-left: 2px;
  font-size: 1.3rem;
  border: 1px solid #aaa;
}

.label-above label {
  margin-bottom: 10px;
}

.button-text {
  color: #222;
}

.button-text:hover {
  color: #222;
}

.pt_checkout #main,
.pt_cart #main,
.pt_order-confirmation #main {
  padding: 0;
}

.cart-actions-top {
  text-align: center;
}

.cart-actions-top .cart-action-continue-shopping,
.cart-actions-top .cart-action-checkout {
  display: none;
}

.cart-actions-top:before {
  content: "SHOPPING BAG";
  color: #222;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: auto;
  display: block;
}

.full-width .primary-content {
  padding: 30px 10px;
}

#cart-table .item-image {
  width: 30%;
  padding-right: 20px;
}

#cart-table .item-image img {
  width: 100%;
}

#cart-table .item-quantity,
#cart-table .item-quantity-details,
#cart-table .item-price,
#cart-table .item-total {
  width: 70%;
  float: right;
  text-align: left;
}

.item-edit-details {
  text-decoration: underline;
}

#cart-table .item-details .name {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
}

.cart-row .sku,
.cart-row .item-details .product-list-item .sku .value {
  font-size: 1rem;
  font-weight: normal;
  color: #555;
}

.cart-row .product-list-item > div {
  margin-bottom: 5px;
}

.cart-row .attribute label,
.cart-row .attribute .value {
  font-size: 1.3rem;
  font-weight: normal;
}

#cart-table .item-quantity {
  clear: none;
}

#cart-table .item-quantity input {
  text-align: center;
  padding: 5px;
  width: 3rem;
}

.in-stock-msg,
.is-in-stock,
[data-status="store-in-stock"] {
  color: #222;
}

#cart-table .item-price,
#cart-table .item-total {
  font-size: 1.4rem;
  padding-bottom: 0;
}

#cart-table .item-total {
  padding-bottom: 30px;
}

#cart-table .item-quantity-details .item-user-actions a,
#cart-table .item-quantity-details .item-user-actions button {
  width: auto;
  display: inline-block;
  padding: 8px 20px;
  line-height: 1;
  vertical-align: top;
  font-size: 1.2rem;
  border: 1px solid #ddd;
}

#cart-table .item-quantity-details .item-user-actions button {
  margin-right: 3px;
  position: relative;
  text-indent: 10px;
}

#cart-table .item-quantity-details .item-user-actions button:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 18px;
  top: 15px;
}

#cart-table .item-quantity-details .item-user-actions button:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: #222;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 18px;
  top: 15px;
}

#cart-table .item-quantity-details .item-user-actions a:before {
  content: "";
  display: inline-block;
  background: url(../images/common/fav.svg) no-repeat;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
}

.order-totals-table td {
  font-size: 1.4rem;
  text-align: left;
}

.order-totals-table td:first-child {
  padding-left: 30%;
}

.cart-coupon-code input {
  width: 70%;
  background: #fff;
  padding: 15px 3px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.pc_hide.cart-coupon-code {
  margin-bottom: 20px;
}

.cart-coupon-code button#add-coupon,
.cart-coupon-code button#update-cart {
  width: calc(50% - 2px);
  margin: 0;
  margin-right: 2px;
  margin-bottom: 5px;
  float: none;
  display: inline-block;
  padding: 8px 0;
  line-height: 1.4;
  vertical-align: top;
  font-size: 1.2rem;
  border: 1px solid #ddd;
  color: #fff;
  background: #222;
  clear: none;
}

.cart-coupon-code button#update-cart {
  margin-right: 0;
}

.button-fancy-large {
  margin-top: 20px;
  width: 100%;
  background: #222;
  color: #fff;
  font-size: 1.3rem;
  padding: 10px;
}

.cart-action-continue-shopping {
  float: none;
  width: 100%;
  text-align: center;
}

.cart-action-continue-shopping button.button-text {
  text-decoration: underline;
  margin: auto;
}

.cart-action-continue-shopping button.button-text i {
  display: none;
}

.cart-action-checkout {
  float: none;
  width: 100%;
}

.cart-empty .cart-action-continue-shopping {
  margin: 30px 0 40px;
}

button,
.button,
.buttonstyle,
input[type="button"],
.checkoutlogin button,
.form-row-button button {
  background: #222;
  color: #fff;
  font-size: 1.3rem;
  padding: 10px 40px;
  margin: 15px 0;
  display: inline-block;
  width: auto;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"] textarea {
  padding: 5px;
  height: auto;
}

.checkoutlogin {
  width: 100%;
}

.content-header,
.checkoutlogin .registration-policy .content-header {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
}

.registration-policy h2,
.checkoutlogin .registration-policy h2 {
  font-size: 1.3rem;
}

.privacypolicy a {
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
}

.checkoutlogin button {
  padding: 10px 50px;
}

#password-reset {
  text-decoration: underline;
}

.error-form {
  background: none;
  border-radius: 0;
}

.login-box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #aaa;
}

.login-box h2 {
  font-size: 1.6rem;
}

legend {
  background-image: none;
  background: #eee;
  width: 100%;
}

.primary-focus .primary-content {
  padding: 30px 10px;
  float: none;
}

.pt_checkout #main #primary .checkout-progress-indicator {
  letter-spacing: -4em;
  margin-bottom: 13px;
}

.pt_checkout #main #primary .checkout-progress-indicator > div {
  color: #aaa;
  border-bottom: 1px solid #aaa;
  display: inline-block;
  width: 33.3333%;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: normal;
}

.pt_checkout #main #primary .checkout-progress-indicator > div.active {
  color: #222;
  border-bottom: 1px solid #222;
}

.checkout-progress-indicator i {
  display: none;
}

.primary-focus #secondary {
  float: none;
}

#secondary h3 {
  font-size: 1.4rem;
}

.ui-tooltip.ui-widget-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-header {
  background: #eee;
}

#secondary h3 {
  background: none;
  padding: 20px 0;
}

.checkout-mini-cart {
  background: none;
  max-height: none;
  overflow: auto;
}

#secondary a {
  color: #222;
  text-decoration: underline;
}

.checkout-order-totals {
  background: #eee;
  padding: 20px 10px;
}

.order-totals-table td:first-child {
  padding-left: 0;
}

.order-totals-table td {
  font-size: 1.3rem;
}

.order-component-block .details {
  background: #eee;
  padding: 20px 10px;
  color: #000;
}

#secondary .mini-cart-image {
  width: 28%;
  margin-right: 2%;
}

#secondary .mini-cart-image img {
  max-height: 120px;
}

#secondary .mini-cart-product {
  padding: 0;
  padding-bottom: 20px;
}

#secondary .mini-cart-name,
#secondary .mini-cart-attributes,
#secondary .mini-cart-pricing,
#secondary .mini-cart-storepickup-available {
  width: 70%;
}

#secondary .mini-cart-name a {
  font-style: normal;
}

#secondary .checkout-order-totals {
  margin-top: 10px;
}

.submit-order button {
  margin-left: 0;
}

.myaccount-contents .myaccount-cardid .label {
  color: #222;
}

.pt_account #main #primary > h1 {
  text-align: center;
}

h1 .account-logout {
  float: none;
  margin-top: 10px;
  display: block;
  text-align: center;
}

.account-logout a {
  text-decoration: underline;
  transition: .3s;
  -webkit-transition: .3s;
}

.pt_customer-service #main #primary > .content-asset.myaccount-contents,
.pt_order #main #primary > .content-asset.myaccount-contents,
.pt_wish-list #main #primary > .content-asset.myaccount-contents,
.pt_account #main #primary > .content-asset.myaccount-contents {
  margin-top: 30px;
  border-top: 1px solid #000;
  max-width: none;
}

#main #primary > .content-asset.myaccount-contents .account-options li.myaccount-cardid p.label {
  color: #222;
  padding-left: 0;
  text-align: center;
  font-size: 1.5rem;
}

.myaccount-contents .account-options .point {
  height: auto !important;
}

.myaccount-contents .myaccount-cardid .value {
  padding-left: 0 !important;
}

.myaccount-contents .account-options .point p {
  position: relative;
  line-height: 1.8;
  bottom: 0;
  padding-left: 0;
}

.content-asset .account-options li.myaccount-cardid {
  border: none;
}

.pt_customer-service #main #primary > .content-asset.myaccount-contents .account-options .myaccount-cardid,
.pt_order #main #primary > .content-asset.myaccount-contents .account-options .myaccount-cardid,
.pt_wish-list #main #primary > .content-asset.myaccount-contents .account-options .myaccount-cardid,
.pt_account #main #primary > .content-asset.myaccount-contents .account-options .myaccount-cardid {
  padding: 0 !important;
  display: block;
}

.pt_customer-service #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a,
.pt_order #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a,
.pt_wish-list #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a,
.pt_account #main #primary #account-landing li a {
  font-size: 1.3rem;
}

.pt_customer-service #main #primary > .content-asset.myaccount-contents + .content-asset .account-options,
.pt_order #main #primary > .content-asset.myaccount-contents + .content-asset .account-options,
.pt_wish-list #main #primary > .content-asset.myaccount-contents + .content-asset .account-options,
.pt_account #main #primary #account-landing {
  width: calc(100% + 10px);
  margin-right: -10px;
}

.pt_customer-service #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li,
.pt_order #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li,
.pt_wish-list #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li,
.pt_account #main #primary #account-landing li {
  padding: 0;
  border: 1px solid #aaa;
  display: inline-block;
  width: calc(50% - 12px);
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 10px;
  vertical-align: top;
  height: auto;
}

.pt_account .registration-policy,
.withdraw-policy {
  border: none;
}

#main #primary > .content-asset .account-options li a img {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: static;
  text-indent: -99999px;
}

.pt_customer-service #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a,
.pt_order #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a,
.pt_wish-list #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a,
.pt_account #main #primary #account-landing li a {
  width: 30px;
  height: 30px;
  margin: 0;
  background-size: contain;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pt_account #main #primary > .content-asset.myaccount-contents .account-options .myaccount-cardid {
  height: auto;
  margin-bottom: 10px;
}

.myaccount-contents .pointvalidityterm {
  bottom: auto;
}

.primary-content .account-header-links {
  float: none;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1;
}

.primary-content .account-header-links h2 {
  display: block;
}

.primary-content .account-header-links a {
  padding: 10px 10px;
  border: 1px solid #aaa;
  font-size: 1.4rem;
  display: block;
}

.content-asset p {
  line-height: 1.6;
}

.pt_customer-service #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a,
.pt_order #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a,
.pt_wish-list #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a,
.pt_account #main #primary #account-landing li a {
  padding: 20px;
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  transition: .3s;
  -webkit-transition: .3s;
}

.pt_customer-service #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a:hover,
.pt_order #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a:hover,
.pt_wish-list #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a:hover,
.pt_account #main #primary #account-landing li a:hover {
  opacity: .6;
}

.pt_customer-service #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li p,
.pt_order #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li p,
.pt_wish-list #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li p,
.pt_account #main #primary #account-landing li p {
  padding: 0;
  font-size: 1.2rem;
  text-align: center;
  display: none;
}

.content-asset .account-options li {
  border: none;
}

.content-asset .account-options {
  clear: both;
  height: auto;
  padding: 20px 0 0;
}

.myaccount-contents .pointbalance {
  bottom: 15px;
}

.account-options:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

.pt_customer-service #main #addresses .section-header,
.pt_order #main #addresses .section-header,
.pt_wish-list #main #addresses .section-header,
.pt_account #main #addresses .section-header {
  float: right;
  width: auto;
  background-color: transparent;
  padding-top: 0;
  padding-left: 0;
  font-size: 0 !important;
  font-weight: bold;
  margin-bottom: 60px;
}

.pt_customer-service #main #addresses .section-header .section-header-note.address-create,
.pt_order #main #addresses .section-header .section-header-note.address-create,
.pt_wish-list #main #addresses .section-header .section-header-note.address-create,
.pt_account #main #addresses .section-header .section-header-note.address-create {
  margin-top: 20px;
  width: 100%;
  background: #222;
  color: #fff;
  font-size: 1.3rem;
  padding: 10px 20px;
}

.pt_customer-service #main #addresses ul.address-list,
.pt_order #main #addresses ul.address-list,
.pt_wish-list #main #addresses ul.address-list,
.pt_account #main #addresses ul.address-list {
  clear: both;
}

.pt_customer-service #main #addresses ul.address-list li,
.pt_order #main #addresses ul.address-list li,
.pt_wish-list #main #addresses ul.address-list li,
.pt_account #main #addresses ul.address-list li {
  border-bottom: 1px solid #000;
  width: 100%;
  display: block;
  font-weight: 500;
  position: relative;
  padding: 20px 0 60px;
}

.pt_customer-service #main #addresses ul.address-list li .mini-address-location address,
.pt_order #main #addresses ul.address-list li .mini-address-location address,
.pt_wish-list #main #addresses ul.address-list li .mini-address-location address,
.pt_account #main #addresses ul.address-list li .mini-address-location address {
  margin-bottom: 20px 0;
}

.address-list .mini-address-title,
address {
  font-style: normal;
}

.mini-address-title {
  font-weight: bold;
}

.pt_customer-service #main #addresses ul.address-list li h3,
.pt_order #main #addresses ul.address-list li h3,
.pt_wish-list #main #addresses ul.address-list li h3,
.pt_account #main #addresses ul.address-list li h3 {
  color: #aaa;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  width: 140px;
  height: 32px;
  position: absolute;
  top: auto;
  bottom: 10px;
  right: auto;
  left: 0;
  margin: auto;
}

table.item-list .item-image,
table.item-list .item-details,
table.item-list .item-availability,
table.item-list .item-dashboard {
  display: inline-block;
}

.pt_wish-list #main .item-list tr {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
}

.pt_wish-list #main .item-list tr img {
  width: 100%;
}

.pt_wish-list #main .item-list tr td.item-details {
  width: 50%;
  vertical-align: middle;
}

/*.pt_wish-list #main .item-list tr td.item-details a {
    text-decoration: underline;
}*/
.pt_wish-list #main .item-list tr td {
  padding: 10px;
  font-size: 1.2rem;
}

.pt_wish-list #main .item-list tr td.item-image {
  width: 30%;
  padding-left: 0 !important;
  margin: 0;
}

.pt_wish-list #main .item-list tr td.item-dashboard,
.pt_wish-list #main .item-list tr td.item-availability {
  display: block;
  margin-left: 30%;
  vertical-align: middle;
  width: auto;
}

.pt_wish-list #main .item-list tr td.item-dashboard .option-update {
  height: auto;
}

.pt_wish-list #main .item-list tr.headings th.item-availablity {
  width: 20%;
}

.pt_wish-list #main .item-list tr td.item-availability ul.product-availability-list li {
  color: #aaa;
  font-size: 1.2rem;
}

.item-details .product-list-item .name {
  font-style: normal;
  font-weight: bold;
}

.item-details .product-list-item .name br {
  display: none;
}

.pt_wish-list #main .item-list tr td.item-dashboard label {
  margin-right: 5px;
  font-size: 1.2rem;
}

.item-dashboard .option-add-to-cart label {
  float: none;
  display: inline-block;
}

.form-horizontal label,
.form-horizontal .field-wrapper {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.item-details .price-sales {
  font-size: 1.4rem;
}

.pt_wish-list #main .item-list tr.headings {
  display: none;
  vertical-align: middle;
  height: 50px;
  border-bottom: 1px solid #000;
}

.pt_wish-list #main .item-list tr.headings th {
  text-align: center;
  font-weight: bold;
}

.about_content a {
  text-decoration: underline;
}

.contact_inner a {
  background: #222;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  margin: 10px 0;
  display: inline-block;
}

.pt_customer-service #main #primary form#RegistrationForm fieldset .form-row .input-textarea {
  border: 1px solid #222;
}

.confirmation-message {
  border: none;
}

.account-nav-asset {
  border-top: 1px solid #222;
  background: none;
  padding: 10px;
  margin: 20px 10px;
}

.payment-method-options .field-wrapper {
  float: left !important;
}

.payment-method-options label {
  float: right !important;
  width: 94% !important;
}

.payment-method-options .form-row {
  width: 100%;
}

.dwfrm_profile_customer_addtoemaillist {
  width: auto;
}

.pt_order-confirmation h1 {
  font-size: 1.8rem;
}

.pt_order-confirmation #primary h2 {
  font-size: 1.6rem;
  font-style: normal;
}

.pt_order-confirmation .item-list tr {
  border: none;
}

.pt_order-confirmation {
  width: 30%;
  text-align: center;
  border: 1px solid #aaa;
}

.pt_checkout .form-label-text {
  text-align: left;
}

.form-row .field-wrapper select {
  border: 0;
  outline: 1px solid #dedede;
  outline-offset: -1px;
  text-indent: 0.01px;
  position: relative;
  padding-left: 20px;
  padding-top: 1px;
  font-weight: bold;
  background-color: transparent !important;
  width: 100%;
  -webkit-appearance: menulist;
}

.form-row .field-wrapper select {
  height: 40px;
}

.order-confirmation-details {
  text-align: left;
}

.pt_order-confirmation .item-list tr {
  border-top: 1px solid #222;
}

.pt_order-confirmation .order-shipment-table .order-shipment-details {
  padding: 0;
}

.pt_order-confirmation .order-shipment-table .line-item-details {
  display: none;
}

.pt_order-confirmation .order-shipment-table .line-item-quantity {
  display: none;
}

.pt_order-confirmation .order-shipment-table .line-item-price {
  display: none;
}

.pt_order-confirmation .actions a {
  margin-top: 20px;
  width: 100%;
  background: #222;
  color: #fff;
  font-size: 1.3rem;
  padding: 10px 40px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}

.account-registration-policy {
  height: 200px;
  overflow: scroll;
  border: 1px solid #aaa;
  padding: 10px !important;
  margin: 20px auto;
}

#cmdCheckZip {
  background: none;
  color: #222;
  text-decoration: underline;
  padding: 0;
}

.pt_order-confirmation #primary h2 {
  font-weight: bold;
}

.order-history-header {
  background: #eee;
}

.pt_order .search-result-options {
  float: left;
  width: 100%;
}

.pt_order .search-result-items li {
  width: calc(100% - 10px);
}

.pt_order .item-list th {
  display: none;
}

.pt_order .item-list tr {
  border-bottom: none;
  border-top: 1px solid #222;
}

.pt_order .item-list td {
  float: left;
  padding: 1em 0;
  width: 98%;
}

.sp .pt_order .item-list .order-totals-table td {
  float: left;
  width: 48%;
}

.sp .pt_order .order-shipment-table .order-shipment-details {
  padding: 0;
}

.sp .pt_order .order-shipment-table .line-item-details {
  display: none;
}

.sp .pt_order .order-shipment-table .line-item-quantity {
  display: none;
}

.sp .pt_order .order-shipment-table .line-item-price {
  display: none;
}

.sp .pt_order .actions a {
  margin-top: 20px;
  width: 100%;
  background: #222;
  color: #fff;
  font-size: 1.3rem;
  padding: 10px 40px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}

.sp .pt_order .order-shipment-table .section-header {
  display: none;
}

.order-detail-options a {
  margin-top: 20px;
  background: #222;
  color: #fff;
  font-size: 1.3rem;
  padding: 10px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}

.ui-dialog .ui-widget-header {
  background: none;
  text-align: center;
  height: auto;
}

.ui-dialog .ui-icon-closethick {
  background: none;
  position: relative;
  top: 5px;
  left: -25px;
}

.ui-dialog .ui-icon-closethick:before {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  background: #222;
  top: 0;
  left: -18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-dialog .ui-icon-closethick:after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  background: #222;
  top: 0;
  left: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#store-inventory-by-placecode-dialog {
  padding: 40px 10px;
}

.ui-dialog .ui-dialog-title {
  padding-top: 20px;
  width: 100%;
}

.ui-dialog label {
  font-size: 1.2rem;
}

.ui-dialog .form-row .field-wrapper select {
  font-size: 1.3rem;
  padding-left: 5px;
}

.ui-dialog .field-wrapper {
  margin-bottom: 20px;
}

.ui-dialog table {
  font-size: 1.1rem;
}

.ui-dialog .color-name {
  font-size: 1.2rem;
  text-align: center;
}

.ui-dialog .item-list tr {
  padding: 10px 0;
}

.ui-dialog .item-list td {
  padding: 1em;
  vertical-align: top;
}

.ui-dialog .store-phone-label,
.ui-dialog .store-phone {
  display: inline-block;
  margin: 20px 0;
}

.ui-dialog h1,
.ui-dialog h2 {
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
  font-style: normal;
  font-weight: bold;
}

.ui-dialog .product-variations .color li {
  width: 17%;
  margin-right: 3%;
  margin-bottom: 15px;
  position: relative;
}

.ui-dialog .product-variations .color li a,
.ui-dialog .product-options .color li a {
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  overflow: visible;
}

.ui-dialog .info_left {
  width: 100%;
}

.ui-dialog .product-variations .swatches li a {
  border: 2px solid #f4f4f4;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 2;
}

.ui-dialog .product-variations .swatches.size li:hover a,
.ui-dialog .product-variations .swatches li.selected a {
  border-color: #333;
}

.ui-dialog .product-variations .swatches.size li a {
  padding: 0 10px;
}

.ui-dialog .product-variations .color li a span,
.ui-dialog .product-options .color li a span {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 1.1rem;
}

.not-available-msg,
.in-stock-date-msg,
.not-available,
.out-of-stock,
.store-error {
  color: #222;
  font-weight: bold;
}

.ui-dialog .pdp-main .product-add-to-cart .inventory input {
  height: 30px;
  width: 50px;
  font-size: 1.3rem;
  border-color: #aaa;
}

.ui-dialog .availability-web {
  margin-bottom: 20px;
}

.ui-dialog .quantity label {
  font-weight: normal;
}

.ui-dialog .pdp-main .product-add-to-cart button#add-to-cart img {
  width: 20px;
  margin: 5px;
  position: relative;
  top: -2px;
}

.ui-dialog .add_favorite {
  border: none;
}

.ui-dialog .add_favorite_button button {
  background: none;
  color: #222;
  border: 1px solid #aaa;
  font-size: 1.2rem;
  font-weight: normal;
  float: right;
}

.ui-dialog .pdp-main .product-add-to-cart {
  border: none;
  margin-bottom: 5px;
}

.ui-dialog .pdp-main .product-add-to-cart button {
  float: right;
  margin-top: 0;
}

.ui-dialog .button-fancy-large {
  margin-top: 0;
}

.order-history-header .order-date,
.order-history-header .order-status,
.order-history-header .order-number,
.order-history-header .order-shipping-date {
  width: 60%;
}

.order-history-header button {
  padding: 10px 20px;
}

dl.couponbox {
  border: none;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -1px;
}

dl.couponbox dt {
  margin-top: 5px;
  margin-bottom: 3px;
}

dl.couponbox dd {
  margin: 0 0 8px 0;
  padding: 0;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
}

dl.couponbox dd > div {
  margin-bottom: 15px;
}

.ui-dialog .ui-dialog-title {
  padding-top: 20px;
}

.ui-dialog label {
  font-size: 1.2rem;
}

.ui-dialog .form-row .field-wrapper select {
  font-size: 1.3rem;
  padding-left: 5px;
}

.ui-dialog .field-wrapper {
  margin-bottom: 20px;
}

.ui-dialog table {
  font-size: 1.1rem;
}

.ui-dialog .color-name {
  font-size: 1.2rem;
  text-align: center;
}

.ui-dialog .item-list tr {
  padding: 10px 0;
}

.ui-dialog .item-list td {
  padding: 1em;
  vertical-align: top;
}

.ui-dialog .store-phone-label,
.ui-dialog .store-phone {
  display: inline-block;
  margin: 20px 0;
}

.ui-dialog h1,
.ui-dialog h2 {
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
  font-style: normal;
  font-weight: bold;
}

.ui-dialog .product-variations .color li {
  width: 17%;
  margin-right: 3%;
  margin-bottom: 15px;
  position: relative;
}

.ui-dialog .product-variations .color li a,
.ui-dialog .product-options .color li a {
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  overflow: visible;
}

.ui-dialog .info_left {
  width: 100%;
}

.ui-dialog .product-variations .swatches li a {
  border: 2px solid #f4f4f4;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 2;
}

.ui-dialog .product-variations .swatches.size li:hover a,
.ui-dialog .product-variations .swatches li.selected a {
  border-color: #333;
}

.ui-dialog .product-variations .swatches.size li a {
  padding: 0 10px;
}

.ui-dialog .product-variations .color li a span,
.ui-dialog .product-options .color li a span {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 1.1rem;
}

.not-available-msg,
.in-stock-date-msg,
.not-available,
.out-of-stock,
.store-error {
  color: #222;
  font-weight: bold;
}

.ui-dialog .pdp-main .product-add-to-cart .inventory input {
  height: 30px;
  width: 50px;
  font-size: 1.3rem;
  border-color: #aaa;
}

.ui-dialog .availability-web {
  margin-bottom: 20px;
}

.ui-dialog .quantity label {
  font-weight: normal;
}

.ui-dialog .pdp-main .product-add-to-cart button#add-to-cart img {
  width: 20px;
  margin: 5px;
  position: relative;
  top: -2px;
}

.ui-dialog .add_favorite {
  border: none;
}

.ui-dialog .add_favorite_button button {
  background: none;
  color: #222;
  border: 1px solid #aaa;
  font-size: 1.2rem;
  font-weight: normal;
  float: right;
}

.ui-dialog .pdp-main .product-add-to-cart {
  border: none;
  margin-bottom: 5px;
}

.ui-dialog .pdp-main .product-add-to-cart button {
  float: right;
  margin-top: 0;
}

.ui-dialog .button-fancy-large {
  margin-top: 0;
}

.order-history-header .order-date,
.order-history-header .order-status,
.order-history-header .order-number,
.order-history-header .order-shipping-date {
  width: 60%;
}

.order-history-header button {
  padding: 10px 20px;
}

dl.couponbox {
  border: none;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -1px;
}

dl.couponbox dt {
  margin-top: 5px;
  margin-bottom: 3px;
}

dl.couponbox dd {
  margin: 0 0 8px 0;
  padding: 0;
  width: 100%;
}

dl.couponbox dd > div {
  margin-bottom: 15px;
}

#secondary {
  display: none;
}

#primary #secondary {
  display: block;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

.pt_product-search-result .primary-content {
  background: none;
}

.product-tile img {
  margin-top: 0;
}

.sort-by,
.items-per-page {
  background: none;
}

button:hover,
.button:hover,
.buttonstyle:hover,
input[type="button"]:hover {
  color: #fff;
  opacity: .6;
  background: #222;
}

/*bd.cssにマージ*/
#mini-cart {
  top: 8px;
  right: 0;
}

.menu-trigger {
  top: -3px;
}

.restock_alert_btn .button.simple {
  background: none;
  border: 1px solid #aaa;
  font-weight: normal;
  color: #222;
  font-size: 1.2rem;
  padding: 10px;
  height: auto;
  width: 100%;
  float: none;
  margin-bottom: 0;
}

.product-detail .brand_name {
  margin-bottom: 20px;
  text-align: center;
  background: none;
}

.product-detail .brand_name img {
  max-height: 28px;
  max-width: 100%;
  width: auto;
}

.search-suggestion-wrapper.full {
  padding: 5px;
}

.search-suggestion-wrapper.full .product-suggestions {
  width: 100%;
  float: none;
}

.product-suggestion .product-image {
  width: 15%;
}

.search-suggestion-wrapper.full .phrase-suggestions {
  width: 100%;
  float: none;
  border-top: 1px solid #aaa;
  margin-top: 10px;
  padding-top: 10px;
}

.search-suggestion-wrapper .hitgroup .header {
  color: #222;
}

.search-suggestion-wrapper .hitgroup .hit {
  margin-left: 0;
}

#point-history-table thead tr {
  border: none;
  background: none;
  border-bottom: 2px solid #222;
  padding-left: 0;
}

/* お気に入り */
.item-list {
  display: block;
}

.item-list .item-dashboard {
  position: static;
  width: 100%;
}

.registration-agreetopolicy .field-wrapper {
  float: left;
  width: 6%;
}

.registration-agreetopolicy label {
  width: 94%;
}

.nav_top_ttl {
  text-transform: none;
}

.submit-order .back-to-cart {
  display: block;
  border: 1px solid #aaa;
  padding: 10px 0;
  text-align: center;
  margin-right: 5px;
  font-size: 1.3rem;
}

.primary-content .form-horizontal .field-wrapper input[type=radio],
.pt_checkout .form-horizontal .field-wrapper input[type=radio] {
  position: relative;
  background-color: transparent;
  line-height: 1;
  height: auto;
  vertical-align: middle;
}

.primary-content .form-horizontal .field-wrapper input[type=radio]:before,
.pt_checkout .form-horizontal .field-wrapper input[type=radio]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  margin: auto;
  width: 17px;
  height: 17px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
}

.primary-content .form-horizontal .field-wrapper input[type=radio]:after,
.pt_checkout .form-horizontal .field-wrapper input[type=radio]:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  margin: auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: transparent;
}

.primary-content .form-horizontal .field-wrapper input[type=radio]:checked:after,
.pt_checkout .form-horizontal .field-wrapper input[type=radio]:checked:after {
  background-color: #000;
}

.primary-content .form-horizontal .field-wrapper input[type=checkbox],
.pt_checkout .form-horizontal .field-wrapper input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  margin-top: 8px;
  position: relative;
  margin-right: 10px;
  margin: 0;
  border: 1px solid #dedede;
  border-radius: 0;
  font-size: 14px;
}

.primary-content .form-horizontal .field-wrapper input[type=checkbox]:checked:before,
.pt_checkout .form-horizontal .field-wrapper input[type=checkbox]:checked:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.primary-content .form-horizontal input[type=radio],
.pt_checkout .form-horizontal .jpo input[type=radio] {
  margin: 0 2% 0 6%;
}

.primary-content .form-horizontal input[type=radio]:nth-of-type(1) {
  margin: 0 2% 0 0;
}

.primary-content .form-horizontal label {
  margin: 0 0 0.5rem;
  padding: 0;
}

.delete-item {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}

.delete-item:before,
.delete-item:after {
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  content: '';
  width: 20px;
  height: 2px;
  background: #333;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.delete-item:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadcrumb-refinement-value {
  background: #ddd;
  font-weight: normal;
}

a.breadcrumb-relax {
  font-size: 1.1rem;
  position: relative;
  top: -1px;
  color: #666;
}

.cart-recommendations {
  margin-top: 60px;
}

.primary-content .form-horizontal .carrier-pay-section .field-wrapper input[type=radio] {
  margin-left: 0;
  margin-bottom: 20px;
}

.primary-content .form-horizontal .carrier-pay-section .field-wrapper span {
  position: relative;
  top: -8px;
}

.billing-coupon-code button {
  margin-left: 0;
}

.registration-policy {
  border: none !important;
}

#placeOrderNotes {
  margin-bottom: 10px;
}

.ui-dialog {
  padding: 30px;
  padding-top: 10px;
}

.notification .noti_img {
  width: 30%;
}

.notification .noti_detail {
  width: 65%;
  float: right;
  margin-top: 0;
}

.noti_detail .noti_status,
.noti_detail .notavailable,
.noti_detail .error,
.noti_detail .name,
.noti_detail .sku,
.noti_detail .attribute,
.noti_detail .price,
.noti_detail .noti_added,
.noti_detail .noti_cart {
  margin-bottom: 5px;
}

.emailchk {
  margin-top: 13px;
}

.ranking_list .product-tile .label_cont {
  height: auto;
  position: relative;
  top: 15px;
}

.brandPage_nbb .ranking .filterSet {
  display: none;
}

#shipping-address-info .form-field-tooltip {
  display: none;
}

#secondary .section-header a {
  display: block;
  float: right;
}

.birthday-area .form-row {
  margin: 0 10px 0 0;
}

.form-row-button button[value='次に進む >'] {
  width: 100%;
}

#cart-items-form .off-rate {
  display: none;
}

#cart-items-form .item-price {
  padding-bottom: 10px;
}

#dwfrm_billing .form-field-tooltip {
  display: none;
}

#dwfrm_billing .cvn .form-field-tooltip {
  display: block;
}

.form-indent label[for='dwfrm_profile_customer_agreetopolicy'],
.form-indent label[for='dwfrm_contactus_agreetopolicy'],
.form-indent label[for='dwfrm_contactus2_agreetopolicy'],
.form-indent label[for='dwfrm_contactus3_agreetopolicy'] {
  width: calc(100% - 30px);
  margin-left: 5px;
  font-size: 1.2rem;
}

span[id='dwfrm_billing_paymentMethods_creditCard_cvn-error'] {
  width: 300px;
  display: inline-block;
}

.privacypolicy.about_content {
  margin-bottom: 10px;
}

#cart-table .pc_hide.item-quantity-details {
  width: auto;
}

#terms h3 {
  margin: 20px 0 0;
}

.form-indent label[for='dwfrm_billing_paymentMethods_kuronekoYamatoBML_agreement'] {
  width: calc(100% - 30px);
  font-size: 1.2rem;
}

.form-horizontal .form-caption.error-message {
  width: 300px;
}

.checkoutlogin {
  margin-top: 0;
}

.checkoutlogin .login-box {
  margin-top: 0;
}

.cart-actions-top.cart-actions {
  margin-top: 0;
}

.primary-focus .primary-content {
  margin-top: 0;
}

.label_cont {
  display: none;
}

.pt_product-details .label_cont {
  display: block;
}

/*　Start サイドバー、コンテンツのトップ調整*/
.brandPage .contents {
  padding-top: 34px;
}

.brandTopLogo .breadcrumb {
  margin-top: 10px;
}

.breadcrumb-refined {
  margin-top: 10px;
}

.brandPage .pt_product-details .contents {
  padding-top: 0;
}

.pt_wish-list .breadcrumb,
.pt_order .breadcrumb,
.pt_product-search-noresult .breadcrumb {
  margin-left: 10px;
  width: calc(100% - 10px);
}

.pt_store-locator .page-content .primary-content {
  padding: 0;
}

/*アカウントページ微調整*/
.pt_account .page-content .primary-content {
  padding-left: 0;
  padding-right: 0;
}

.pt_account .col-1,
.pt_account .col-2 {
  width: 100%;
  float: none;
}

.shoplist-detail .store-events p.texts {
  margin-bottom: 5px;
}

fieldset {
  min-width: auto;
}

.pt_product-details .pdp-main .promotion .promotion-callout i {
  display: none;
}

.brands_list {
  display: block;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding-top: 10px;
}

.brands_list li {
  border: none !important;
  width: 40%;
  display: inline-block;
  margin: 0 10px 10px;
}

.brands_list li a {
  padding: 10px;
}

.top .styling_list {
  text-align: center;
  display: block;
}

.top .styling_list li {
  display: inline-block;
  width: calc(33.33333% - 13px);
}

section.ranking .ranking-list .filterSet li:last-child {
  display: block !important;
  border-bottom: 1px solid #cccccc;
}

@media (min-width: 769px) {
  /* bd.cssにマージ*/
  .pagination {
    top: -17px;
  }
  .filter_cont1 {
    width: 710px;
    left: -153px;
  }
  /* End bd.cssにマージ*/
  section h1 {
    text-align: left;
  }
  #main {
    width: 1024px;
    min-height: 1800px;
    margin: auto;
    padding: 0;
  }
  #wrapper {
    margin-bottom: 0;
  }
  /*bd.cssにマージ*/
  .breadcrumb {
    width: 770px;
    left: 254px;
  }
  .primary-content,
  .full-width .primary-content,
  .page-content .primary-content,
  .primary-focus .primary-content {
    border: none;
    width: 810px;
    float: right;
    padding: 10px 0 20px 40px;
    position: relative;
    top: 0;
  }
  .cart-actions {
    margin-top: 30px;
  }
  .cart-actions-top {
    display: block;
  }
  .cart-actions-top .cart-action-checkout,
  .cart-action-checkout {
    width: 30%;
    float: right;
  }
  .button-fancy-large {
    margin-top: 0;
    padding: 15px;
  }
  .cart-action-continue-shopping {
    width: 30%;
    text-align: center;
    float: left;
    border: 1px solid #aaa;
  }
  .cart-action-continue-shopping button.button-text {
    text-decoration: none;
  }
  .section-header {
    border: none;
    background: none;
    border-bottom: 2px solid #222;
    padding-left: 0;
  }
  #cart-table td {
    display: table-cell !important;
    float: none !important;
    vertical-align: middle;
  }
  #cart-table .item-image {
    width: 15%;
  }
  #cart-table .item-details {
    width: 25%;
    padding-bottom: 20px;
  }
  #cart-table .item-details .product-list-item .name br {
    display: block;
  }
  #cart-table .cart-row .item-quantity {
    width: 8%;
  }
  #cart-table .item-quantity-details {
    width: 20%;
  }
  #cart-table .item-price {
    width: auto;
  }
  #cart-table .cart-row .item-total {
    width: 16%;
    text-align: right;
  }
  #cart-table .item-quantity input {
    width: 4rem;
    padding: 5px 0;
  }
  #cart-table .item-quantity-details .item-user-actions a,
  #cart-table .item-quantity-details .item-user-actions button {
    border: none;
    padding: 0;
    border-bottom: 1px solid #222;
  }
  #cart-table .item-quantity-details .item-user-actions a:hover,
  #cart-table .item-quantity-details .item-user-actions button:hover {
    text-decoration: none;
    opacity: .6;
  }
  #cart-table .item-quantity-details .item-user-actions button:before,
  #cart-table .item-quantity-details .item-user-actions button:after {
    left: 0;
    top: 10px;
  }
  #cart-table .price-sales,
  #cart-table .item-price,
  #cart-table .item-total {
    font-size: 1.3rem;
    padding: 0;
  }
  .cart-order-totals {
    width: 30%;
  }
  .order-totals-table td:first-child {
    padding-left: 0;
  }
  .order-totals-table td {
    text-align: right;
  }
  .cart-empty .cart-action-continue-shopping {
    border: none;
    text-decoration: underline;
    text-align: center;
    margin: 30px auto 40px;
  }
  .checkoutlogin {
    width: 100%;
  }
  .col-1,
  .col-2 {
    width: 100%;
    float: none;
  }
  .checkoutlogin .col-1 {
    border: none;
  }
  .form-horizontal label {
    text-align: left;
    width: 20%;
  }
  .form-indent,
  .form-horizontal .form-caption,
  .form-horizontal .form-row-button {
    margin-left: 22%;
    width: auto;
  }
  #shipping-method-list .form-indent {
    margin-left: 0;
  }
  #shipping-method-list label {
    width: auto;
    margin-right: 5px;
  }
  #shipping-method-list .form-indent .form-caption {
    margin-left: 0;
  }
  .pt_checkout .form-horizontal .field-wrapper {
    padding-left: 0;
    margin-right: 10px;
  }
  .primary-content .form-horizontal .field-wrapper input[type=radio],
  .pt_checkout .form-horizontal .field-wrapper input[type=radio] {
    position: relative;
    background-color: transparent;
    line-height: 1;
    height: auto;
  }
  .primary-content .form-horizontal .field-wrapper input[type=radio]:before,
  .pt_checkout .form-horizontal .field-wrapper input[type=radio]:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    margin: auto;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #fff;
  }
  .primary-content .form-horizontal .field-wrapper input[type=radio]:after,
  .pt_checkout .form-horizontal .field-wrapper input[type=radio]:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    margin: auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: transparent;
  }
  .primary-content .form-horizontal .field-wrapper input[type=radio]:checked:after,
  .pt_checkout .form-horizontal .field-wrapper input[type=radio]:checked:after {
    background-color: #000;
  }
  .primary-content .form-horizontal .field-wrapper input[type=checkbox],
  .pt_checkout .form-horizontal .field-wrapper input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    margin-top: 8px;
    position: relative;
    margin-right: 10px;
    margin: 0;
    border: 1px solid #dedede;
    border-radius: 0;
    font-size: 14px;
  }
  .primary-content .form-horizontal .field-wrapper input[type=checkbox]:checked:before,
  .pt_checkout .form-horizontal .field-wrapper input[type=checkbox]:checked:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .primary-content .form-horizontal input[type=radio],
  .pt_checkout .form-horizontal .jpo input[type=radio] {
    margin: 1em 2% 1em 6%;
  }
  .primary-content .form-horizontal input:nth-of-type(1) {
    margin: 1em 2% 1em 0;
  }
  .primary-content .form-horizontal input:nth-of-type(1) {
    margin: 1em 2% 1em 0;
  }
  .pt_checkout .form-horizontal .jpo input:nth-of-type(1),
  .pt_checkout .form-horizontal .jpo input:nth-of-type(7) {
    margin: 1em 2% 1em 0;
  }
  .pt_checkout .form-horizontal .field-wrapper input[type=checkbox] .pt_checkout .form-field-tooltip {
    margin-left: 40%;
    width: auto;
  }
  .primary-content .form-horizontal label {
    margin: 0 0 1rem;
  }
  .pt_checkout .form-label-text {
    text-align: left;
    width: 40%;
  }
  .form-row.month {
    width: 60px;
  }
  .form-row.year {
    width: 60px;
  }
  .form-row.month .field-wrapper,
  .form-row.year .field-wrapper {
    width: 100%;
  }
  button:hover,
  .button:hover,
  .buttonstyle:hover,
  input[type="button"]:hover,
  .checkoutlogin button:hover,
  .form-row-button button:hover {
    background: #222;
    color: #FFF;
    opacity: 0.6;
  }
  #secondary .section-header {
    border-bottom: none;
    border-top: 2px solid #222;
  }
  #secondary a:hover {
    color: #222;
    opacity: .6;
  }
  .primary-focus #secondary {
    width: 100%;
  }
  #secondary .checkout-order-totals {
    margin-bottom: 30px;
  }
  .pt_wish-list #main .item-list {
    display: table;
  }
  .pt_wish-list #main .item-list tr {
    position: static;
    display: table-row;
    width: auto;
    padding: 0;
  }
  .pt_wish-list #main .item-list tr.headings {
    display: table-row;
  }
  table.item-list .item-image,
  table.item-list .item-details,
  table.item-list .item-availability,
  table.item-list .item-dashboard {
    display: table-cell;
  }
  .myaccount-contents .account-options .myaccount-cardid {
    margin-left: 0;
  }
  .myaccount-contents .account-options .myaccount-cardid .value {
    padding-left: 0;
  }
  .myaccount-contents .account-options .point p {
    padding-left: 4.58em;
  }
  .pt_customer-service #main #primary > .content-asset.myaccount-contents .account-options .myaccount-cardid,
  .pt_order #main #primary > .content-asset.myaccount-contents .account-options .myaccount-cardid,
  .pt_wish-list #main #primary > .content-asset.myaccount-contents .account-options .myaccount-cardid,
  .pt_account #main #primary > .content-asset.myaccount-contents .account-options .myaccount-cardid {
    margin-bottom: 20px;
  }
  .pt_account .form-horizontal .form-row-button {
    margin-left: 0;
  }
  #main #primary > .content-asset.myaccount-contents .account-options li.myaccount-cardid p.label {
    text-align: left;
  }
  .pt_customer-service #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a:hover,
  .pt_order #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a:hover,
  .pt_wish-list #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a:hover,
  .pt_account #main #primary > .content-asset.myaccount-contents + .content-asset .account-options li a:hover {
    opacity: .6;
  }
  .pt_wish-list #main .item-list tr td.item-image {
    display: table-cell;
    width: 16%;
    vertical-align: middle;
    margin: 0;
  }
  .pt_wish-list #main .item-list tr td.item-image img {
    width: 100%;
  }
  .pt_wish-list #main .item-list tr td.item-details {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    margin: 0;
  }
  .pt_wish-list #main .item-list tr td.item-availability {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
    margin: 0;
  }
  .pt_wish-list #main .item-list tr td.item-dashboard {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .pt_wish-list #main .item-list tr td.item-dashboard .option-update {
    height: 40px;
  }
  .form-horizontal label {
    width: 40%;
  }
  .form-indent label {
    width: 44%;
  }
  .pt_account #main #primary > h1 {
    text-align: left;
  }
  .form-indent,
  .form-horizontal .form-caption,
  .form-horizontal .form-row-button {
    margin-left: 40.5%;
  }
  .pt_account .form-indent,
  .pt_wish-list .form-indent {
    margin-left: 0 !important;
  }
  .pt_account .form-indent.login-rememberme,
  .pt_wish-list .form-indent.login-rememberme {
    margin-left: 5px !important;
  }
  .primary-content .account-header-links h2 {
    display: inline-block;
  }
  .primary-content .account-header-links a {
    padding: 10px 60px;
  }
  .submit-order button {
    width: auto;
    padding: 10px;
    width: 40%;
  }
  .submit-order .back-to-cart {
    width: 40%;
    float: left;
  }
  .submit-order .back-to-cart:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  .month,
  .year,
  .day {
    margin: 0;
    margin-right: 5px;
    margin-bottom: 15px;
    min-width: 70px;
  }
  .month .field-wrapper,
  .year .field-wrapper,
  .day .field-wrapper {
    width: 100%;
  }
  .pt_order-confirmation .actions:hover {
    color: #fff;
    orphans: 0.6;
  }
  .pt_order-confirmation .actions a {
    width: auto;
  }
  .pt_order-confirmation .item-list tr,
  .pt_order .item-list tr {
    border: none;
  }
  .pt_order-confirmation .order-shipment-table .order-shipment-details {
    padding: 1rem;
  }
  .pt_cart .form-indent {
    margin-left: 0;
  }
  .pt_cart .login-rememberme {
    margin-left: 10px;
  }
  .form-horizontal .field-wrapper {
    padding-left: 0;
  }
  .pt_order-confirmation .order-shipment-table .line-item-details {
    display: table-cell;
  }
  .pt_order-confirmation .order-shipment-table .line-item-quantity {
    display: table-cell;
  }
  .pt_order-confirmation .order-shipment-table .line-item-price {
    display: table-cell;
  }
  .pt_order .order-shipment-table .line-item-details {
    display: table-cell;
  }
  .pt_order .order-shipment-table .line-item-quantity {
    display: table-cell;
  }
  .pt_order .order-shipment-table .line-item-price {
    display: table-cell;
  }
  .pt_order .item-list th {
    display: table-cell;
  }
  .pt_order .order-shipment-table .section-header {
    display: table-cell;
  }
  .pt_order .item-list td {
    width: auto;
    padding: 1em;
    vertical-align: top;
    float: none;
  }
  .pt_order .item-list .order-totals-table td {
    width: auto;
    padding: .3rem;
  }
  .pt_order .order-shipment-table .order-shipment-details {
    border-right: 1px solid #e0e0e0;
  }
  .order-totals-table td {
    padding: .3rem;
  }
  .form-horizontal label,
  .form-horizontal .field-wrapper {
    float: left;
  }
  h1 .account-logout {
    text-align: left;
  }
  .account-logout a:hover {
    opacity: 0.6;
  }
  .ui-dialog .pdp-main .add_favorite button,
  .ui-dialog .pdp-main .product-add-to-cart button {
    width: 50%;
    height: 50px;
  }
  dl.couponbox dd {
    margin-top: 5px;
    width: 50%;
  }
  .product-detail .brand_name {
    text-align: left;
  }
  .product-detail .brand_name img {
    max-height: 30px;
  }
  .registration-policy {
    overflow: visible !important;
  }
  .registration-agreetopolicy .field-wrapper {
    float: left;
    width: 3%;
  }
  .registration-agreetopolicy label {
    width: 97%;
  }
  .payment-method-options .field-wrapper {
    float: left;
  }
  .payment-method-options label {
    float: right;
    width: 96%;
  }
  .form-field-tooltip {
    width: auto;
    margin-top: 10px;
  }
  .cvn-tooltip img {
    margin-bottom: 15px;
  }
  .cvn-tooltip p {
    text-align: left;
  }
  .delete-item {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
  }
  .delete-item:before,
  .delete-item:after {
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    content: '';
    width: 20px;
    height: 2px;
    background: #333;
    border-radius: 10px;
    /*-webkit-border-radius:10px;
        -moz-border-radius:10px;*/
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    /*-webkit-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);*/
  }
  .delete-item:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .primary-content .form-horizontal .carrier-pay-section .field-wrapper input[type=radio] {
    margin-left: 30px;
  }
  .ranking_list .product-tile .label_cont {
    height: auto;
    position: relative;
    top: 25px;
  }
  .form-row-button button[value='次に進む >'] {
    width: 385px;
  }
  .form-indent label[for='dwfrm_profile_customer_agreetopolicy'],
  .form-indent label[for='dwfrm_contactus_agreetopolicy'],
  .form-indent label[for='dwfrm_contactus2_agreetopolicy'],
  .form-indent label[for='dwfrm_contactus3_agreetopolicy'] {
    width: calc(100% - 30px);
    margin-left: 10px;
  }
  .cart-coupon-code button#add-coupon,
  .cart-coupon-code button#update-cart {
    float: left;
  }
  .brandPage .contents {
    padding-top: 0;
  }
  /*　Start サイドバー、コンテンツのトップ調整*/
  nav[role="navigation"].sidebar .menu-utility-user {
    margin-top: 0;
  }
  nav[role="navigation"].sidebar .menu-utility-user .user-info {
    margin-top: 0;
  }
  .primary-content,
  .full-width .primary-content,
  .page-content .primary-content,
  .primary-focus .primary-content {
    padding-top: 0;
  }
  .breadcrumb {
    padding-top: 0;
    margin-bottom: 20px;
  }
  header .title_brand_logo {
    height: 50px;
  }
  /*ブランドトップページのサイドバー*/
  .brandTopLogo .pt_storefront nav[role="navigation"].sidebar {
    margin-top: 49px;
  }
  /*PBDブランドトップのサイドバー*/
  .brandTopLogo.brandPage_pbd .pt_storefront nav[role="navigation"].sidebar {
    margin-top: 59px;
  }
  .brandTopLogo.brandPage_pbd .pt_storefront #main {
    margin-top: 10px;
  }
  /*ブランドトップロゴ & パンくず表示時*/
  .brandTopLogo nav[role="navigation"].sidebar {
    margin-top: 69px;
  }
  .brandTopLogo .breadcrumb {
    margin-top: 20px;
  }
  /*背景色ありのブランドトップ*/
  .brandPage.brandPage_nn .pt_product-details .contents,
  .brandPage.brandPage_mfm .pt_product-details .contents {
    margin-top: 20px;
  }
  .brandPage.brandPage_nn .pt_product-details nav[role="navigation"].sidebar,
  .brandPage.brandPage_mfm .pt_product-details nav[role="navigation"].sidebar {
    margin-top: 20px;
  }
  /*  */
  /*End調整*/
  .pt_store-locator .page-content .primary-content {
    padding: 0 0 20px 40px;
  }
  .pt_account .page-content .primary-content {
    padding-left: 40px;
  }
  .pt_wish-list .breadcrumb,
  .pt_order .breadcrumb,
  .pt_product-search-noresult .breadcrumb {
    margin-left: 0px;
    width: 770px;
  }
  .brands_list {
    padding: 30px;
    padding-bottom: 0;
  }
  .brands_list li {
    width: 30%;
    margin: 0 10px 30px;
  }
  .brands_list li img {
    max-height: 35px;
  }
  .top .styling_list li {
    width: calc(33.33333% - 23px);
    margin-right: 20px;
  }
  .customer-service-first ul.brands_list {
    padding: 30px;
    padding-bottom: 0;
  }
}

.brandPage_jj .title_brand_logo img,
.brand-jj .title_brand_logo img {
  width: 156px;
  height: auto;
  position: relative;
  top: -5px;
}

.brand-jj .full_width {
  margin-bottom: 70px;
}

.brand-jj h2.title {
  margin-bottom: 10px;
}

.brand-jj .section_ttl {
  color: #777;
}

.brand-jj .jj_bnr li {
  width: 50%;
  display: inline-block;
}

.brand-jj .jj_bnr li img {
  width: 100%;
  height: auto;
}

.brand-jj .section_ttl span {
  position: relative;
  display: inline-block;
  letter-spacing: 0.17em;
}

.brand-jj .new_items .label_cont {
  display: none;
}

.brand-jj ul.search-result-items li.grid-tile {
  width: calc(33.33333% - 7px);
}

.brand-jj ul.search-result-items li.grid-tile:nth-child(3n) {
  margin-right: 0;
}

.brand-jj .ranking_content .search-result-items li:nth-child(n + 7) {
  display: block;
}

.brand-jj section.section.catalog {
  width: 95%;
  margin: 0 auto;
}

.brand-jj section.section.catalog iframe {
  width: 100%;
  height: calc((100vw - 20px) / 1540 * 848);
}

.brand-jj section.section.styling_wrap {
  background-color: #fbf9f8;
  padding: 40px 0;
}

.brand-jj section.section.category_wrap {
  margin-top: 30px;
  width: 100%;
}

.brand-jj ul.search-result-items li:last-child {
  margin-right: 0px;
}

.brand-jj .top_kv {
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.brand-jj .top_kv.show {
  opacity: 1;
}

.brand-jj .top_kv img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
}

.brand-jj section.section.clearfix.recomended_for {
  overflow: hidden;
}

.brand-jj ul.jj_bnr_list li {
  width: 50%;
  display: inline-block;
  text-align: left;
}

.brand-jj .new_items ul.search-result-items li.grid-tile .product-tile .product-swatches {
  display: none;
}

.brand-jj .new_items ul.search-result-items .brand {
  display: none;
}

.brand-jj .new_items ul.search-result-items li.grid-tile {
  width: calc(33.33333% - 7px);
}

.brand-jj .new_items ul.search-result-items li:nth-child(n + 7) {
  display: none;
}

.brand-jj .order_btn_wrapper {
  width: calc(100% - 20px);
  margin: 0 auto 30px;
}

.brand-jj ul.search-result-items {
  width: calc(90% + 10px);
  margin: 0 auto 15px;
}

.brand-jj .new_items ul.search-result-items li:nth-child(3n) {
  margin-right: 0px;
}

.brand-jj .new_items .view_more.half_btn,
.brand-jj .view_more.half_btn2 {
  color: #777;
  border: 1px solid #aaa;
  letter-spacing: 1px;
  font-size: 1.4rem;
}

.brand-jj .arrow.arrow_right-left::before,
.arrow.arrow_right-left::after {
  border-color: #777;
}

.brand-jj .category_list .arrow.arrow_right-left::before {
  border-color: #777;
}

.brand-jj .new_items .arrow.arrow_right-left::before,
.brand-jj .instagram .arrow.arrow_right-left::before {
  border-color: #777;
}

.brand-jj .new_items .view_more {
  border-color: #777;
  color: #777;
  font-size: 1.4rem;
}

.brand-jj .view_more.half_btn2 {
  border-color: #777;
  color: #777;
  font-size: 1.4rem;
}

.brand-jj .order_btn_wrapper {
  text-align: center;
}

.brand-jj .order_btn_wrapper .block:before,
.brand-jj .order_btn_wrapper .block:before {
  display: none;
}

.brand-jj .order_btn_wrapper .re_items,
.brand-jj .order_btn_wrapper .pre_items {
  background: transparent;
  width: 49%;
  padding: 0 6px;
  display: inline-block;
}

.brand-jj .order_btn_wrapper .re_items img,
.brand-jj .order_btn_wrapper .pre_items img {
  width: 100%;
}

.brand-jj .ranking_content .label {
  display: none;
}

.brand-jj .buy_now_btn {
  border-radius: 0px;
  background-color: #777;
  padding: 8px 0 0px;
}

.brand-jj .order_btn_wrapper a {
  position: relative;
}

.brand-jj .order_btn_wrapper .block {
  height: auto;
}

.brand-jj section.section.ranking {
  margin-top: 40px;
}

.brand-jj section.section.ranking,
.brand-jj section.section.reco__jj2 {
  opacity: 1;
}

.brand-jj .styling_wrap li:nth-child(n + 5) {
  display: none;
}

.top_kv_jj {
  width: 100vw;
}

.brand-jj .new_items ul.search-result-items li.grid-tile .product-image a {
  height: calc((100vw - 40px) / 3 / 2 * 3);
}

.brand-jj ul.search-result-items .brand {
  display: none;
}

.brand-jj .styling_list li h3 {
  display: none;
}

.brand-jj .styling_list li {
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.brand-jj .styling_list li img {
  width: 100%;
}

.brand-jj ul.grid3.styling_list.clfix {
  margin-bottom: 15px;
}

.brand-jj ul.category_list.clfix {
  margin-bottom: 15px;
  padding: 0 10px;
}

.brand-jj .recomended_for ul.search-result-items li.grid-tile .product-tile .product-swatches {
  display: none;
}

.brand-jj .recomended_for .swiper-pagination {
  margin-top: 0px;
}

.brand-jj .recomended_for ul.search-result-items {
  width: calc(90% + 35px);
  margin: -15px auto 15px;
}

.brand-jj .recomended_for .recommend-list {
  margin-bottom: 15px;
}

.brand-jj .top_news .list_brand {
  display: none;
}

.brand-jj .top_news {
  width: 95%;
  margin: 40px auto 40px;
}

.brand-jj .jj_checked_items {
  width: 95%;
  margin: 40px auto 40px;
}

.brand-jj .jj_checked_items ul.search-result-items {
  width: 100%;
}

.brand-jj .jj_checked_items .section_ttl {
  margin-bottom: 0px;
}

.brand-jj .jj_checked_items .slide_assets {
  text-align: center;
  margin-top: -40px;
}

.brand-jj .slide_prev,
.brand-jj .slide_next,
.brand-jj .slide_prev,
.brand-jj .slide_prev {
  display: none;
}

.brand-jj .swiper-pagination .swiper-pagination-bullet:before {
  display: none;
}

.brand-jj .swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #d4b2a7;
}

.brand-jj .swiper-pagination span {
  background: #999999;
  border-radius: 0;
  width: 32px !important;
  height: 2px !important;
}

.brand-jj .swiper-pagination {
  margin-top: 15px;
}

.brand-jj .jj_insta li {
  display: inline-block;
  text-align: left;
  width: calc(33.33% - 4px);
  overflow: hidden;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-right: 5px;
}

.brand-jj .insta_subttl {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.brand-jj #instafeed {
  width: 95%;
  margin: 0 auto 30px;
}

.brand-jj .jj_sns_list ul {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.brand-jj i.fa.fa-instagram {
  margin-right: 10px;
}

.brand-jj .jj_insta li:nth-child(3n) {
  margin-right: 0px;
}

.brand-jj .jj_insta li img {
  width: 100%;
}

.brand-jj .jj_sns_list li {
  width: 20%;
}

.brand-jj .jj_sns_list li img {
  width: 40px;
}

.brand-jj .jj_sns_list li:last-child {
  margin-right: 0;
}

.brand-jj .instagram h3 {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin: 50px 0 25px 0;
}

.brand-jj .jj_sns_list li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.brand-jj .jj_sns_list p {
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #787270;
  font-weight: 600;
  margin-top: 6px;
  text-align: center;
}

.brand-jj section.jj_sns_list ul {
  margin: 40px 0;
}

.brand-jj .link_list {
  text-align: center;
  margin-top: 40px;
}

.brand-jj .link_list li {
  display: inline-block;
  margin-right: 5px;
  width: 30%;
}

.brand-jj .link_list li:last-child {
  margin-right: 0px;
}

.brand-jj .lang_list,
.lang_list {
  text-align: center;
  margin-top: 40px;
}

.brand-jj .lang_list li,
.lang_list li {
  display: inline-block;
  margin-right: 40px;
}

.brand-jj .lang_list .arrow.arrow_right-left,
.lang_list .arrow.arrow_right-left {
  display: inline-block;
  margin-right: 15px;
  top: -4px;
}

.brand-jj .lang_list .arrow.arrow_right-left .arrow.arrow_right-left::before,
.brand-jj .lang_list .arrow.arrow_right-left .arrow.arrow_right-left::after,
.lang_list .arrow.arrow_right-left .arrow.arrow_right-left::before,
.lang_list .arrow.arrow_right-left .arrow.arrow_right-left::after {
  border-color: #777;
}

.brand-jj .swiper-pagination span {
  width: 6px;
  height: 6px;
}

.brand-jj .instagram .arrow.arrow_right-left::before,
.brand-jj .instagram .arrow.arrow_right-left::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.brand-jj .jj_checked_items {
  display: none;
}

@media (max-width: 769px) {
  .brand-jj .category_list li:nth-last-child(-n + 2) {
    border-bottom: none !important;
  }
  .brand-jj .category_list li:last-child {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #aaa;
  }
}

.jj_wrapper .goTop {
  padding-bottom: 30px;
}

.jj_wrapper nav[role="navigation"].sidebar {
  padding-left: 10px;
  padding-right: 10px;
}

.jj_footer,
.brandPage_jj footer {
  background: #ead6d1;
  margin-top: 0px !important;
}

.not_front.brandPage_jj footer {
  background: #ead6d1;
}

.jj_wrapper {
  position: relative;
  margin-bottom: 0px !important;
  padding-bottom: 60px;
}

.topics .topics-wrap h2 {
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 10px;
  letter-spacing: 0.17em;
}

.topics .topics-wrap .topics-list li {
  margin-bottom: 10px;
}

.topics .topics-wrap a.viewmore {
  width: 142px;
  height: 42px;
  text-align: center;
  border: 1px solid #d5b2a7;
  color: #d5b2a7;
  display: block;
  margin: 15px auto 40px;
  padding-top: 11px;
}

.topics .topics-wrap a.viewmore span {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 7px;
}

.topics .topics-wrap a.viewmore span:after {
  content: "";
  width: 5px;
  height: 1px;
  display: block;
  background-color: #d5b2a7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}

.topics .topics-wrap a.viewmore span:before {
  content: "";
  width: 5px;
  height: 1px;
  display: block;
  background-color: #d5b2a7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 3px;
}

.collection .collection-wrap h2 {
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 10px;
  letter-spacing: 0.17em;
}

.collection .collection-wrap .collection-list li {
  margin-bottom: 10px;
}

.collection .collection-wrap a.viewmore {
  width: 142px;
  height: 42px;
  text-align: center;
  border: 1px solid #d5b2a7;
  color: #d5b2a7;
  display: block;
  margin: 15px auto 40px;
  padding-top: 11px;
}

.collection .collection-wrap a.viewmore span {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 7px;
}

.collection .collection-wrap a.viewmore span:after {
  content: "";
  width: 5px;
  height: 1px;
  display: block;
  background-color: #d5b2a7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}

.collection .collection-wrap a.viewmore span:before {
  content: "";
  width: 5px;
  height: 1px;
  display: block;
  background-color: #d5b2a7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 3px;
}

.brand-jj .styling_list {
  width: 100%;
}

.brand-jj .styling_list li {
  width: calc(50% - 7.5px);
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 0;
}

.brand-jj .styling_list li:nth-child(2n) {
  margin-right: 0;
}

.brand-jj .styling_list li a {
  display: block;
  position: relative;
}

.brand-jj .styling_list li .style-txt {
  margin-top: 10px;
}

.brand-jj .styling_list li .style-txt .left {
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

.brand-jj .styling_list li .style-txt .left img {
  width: 100%;
}

.brand-jj .styling_list li .style-txt .right {
  float: left;
  width: calc(100% - 47px);
  line-height: 1.3;
}

.brand-jj .styling_list li .style-txt .right h3 {
  display: block;
  font-size: 1.2rem;
  text-align: left;
  margin: 0;
}

.brand-jj .styling_list li .style-txt .right p {
  font-size: 1.1rem;
  color: #827977;
}

.brand-jj .link_area h2 {
  font-size: 2.3rem;
  letter-spacing: 0.17em;
  color: #777;
}

.brand-jj .sub-menu {
  background: #ead6d1;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0;
}

.brand-jj .sub-menu li {
  display: inline-block;
  font-size: 1.6rem;
}

.brand-jj .sub-menu li:not(:last-child):after {
  content: "";
  display: inline-block;
  border-right: 1px solid #999;
  width: 1px;
  height: 14px;
  margin: 0 6px 0 9px;
}

.brand-jj .rank01_img {
  height: calc((100vw - 30px) * 0.53 / 5 * 6);
}

.brand-jj .rank01_txt {
  height: calc((100vw - 30px) * 0.53 / 5 * 6);
}

.brand-jj .rank01 {
  margin-bottom: 10px;
  text-align: center;
}

.brand-jj .no-1_item {
  background: #fff;
  width: calc(100% - 10px);
  position: relative;
  margin-bottom: 20px;
  margin: 0 auto 20px;
}

.brand-jj .rank01_txt_cont .buy_now_btn {
  width: 100%;
}

.brand-jj .ranking_content .product-tile .product-image {
  margin-top: 12px;
}

.brand-jj .jj_rank.rank02 {
  position: absolute;
  display: block;
  width: 19px;
  height: 29px;
  font-style: italic;
  margin: 0 auto 10px;
  text-align: center;
  color: #777;
  background-image: url("../../jj/images/rank-bg.png");
  background-size: cover;
  z-index: 10;
  font-family: "Times", "Times New Roman", serif;
}

.brand-jj .jj_rank.rank02 span {
  position: relative;
  top: 2px;
}

.brand-jj .jj_rank.rank02 .no {
  position: absolute;
  font-size: 1.2rem;
  left: 0;
}

.brand-jj .ranking ul.search-result-items li.grid-tile .product-image a {
  height: calc((100vw - 40px) / 3 / 2 * 3);
}

.brand-jj .ranking_content .search-result-items li:nth-child(n + 7) {
  display: none;
}

.brand-jj .ranking .section_ttl {
  margin-top: 70px;
}

.jj_wrapper .brand-jj .section_ttl span,
.jj_wrapper .brand-jj .arrow.arrow_right-left,
.jj_wrapper .brand-jj .category_list li a,
.jj_wrapper .brand-jj .link_area h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.jj_wrapper .brand-jj .full_width {
  margin-bottom: 100px;
}

.jj_wrapper .brand-jj h2.title {
  margin-bottom: 35px;
  line-height: 1;
  font-size: 2rem;
}

.jj_wrapper .brand-jj .more_wrap {
  font-size: 0;
}

.jj_wrapper .brand-jj .view_more {
  border-color: #777;
  color: #777;
  font-size: 1.2rem;
}

.jj_wrapper .brand-jj .view_more.half_btn2 {
  padding: 4px 30px;
}

.jj_wrapper .brand-jj .swiper-pagination {
  margin-top: 10px;
}

.jj_wrapper .brand-jj .arrow.arrow_right-left {
  text-indent: 0;
}

.jj_wrapper .brand-jj .arrow.arrow_right-left::before,
.jj_wrapper .brand-jj .arrow.arrow_right-left::after {
  display: none;
}

.jj_wrapper .brand-jj .slide_next,
.jj_wrapper .brand-jj .slide_prev {
  display: block;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jj_wrapper .brand-jj .slide_next:before,
.jj_wrapper .brand-jj .slide_prev:before {
  width: 10px;
  top: 9px;
}

.jj_wrapper .brand-jj .slide_next:after,
.jj_wrapper .brand-jj .slide_prev:after {
  width: 10px;
  top: 16px;
}

.jj_wrapper .brand-jj .slide_prev {
  left: -22px;
}

.jj_wrapper .brand-jj .slide_next {
  right: -22px;
}

.jj_wrapper .brand-jj .link_area h2 {
  color: #777;
}

.jj_wrapper .brand-jj .link_area h2 a {
  color: #777;
}

.jj_wrapper .brand-jj .product-image {
  margin-bottom: 10px;
}

.jj_wrapper .brand-jj .js-scroll-title {
  opacity: 0;
  -webkit-transform: translateY(30px) translateZ(0);
          transform: translateY(30px) translateZ(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.jj_wrapper .brand-jj .js-scroll-title.is-active {
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
}

.jj_wrapper .brand-jj .product-tile .product-pricing .product-sales-price span,
.jj_wrapper .brand-jj .product-pricing .product-sales-price span {
  color: #777;
}

.jj_wrapper .brand-jj .product-tile .product-pricing .product-sales-price,
.jj_wrapper .brand-jj .product-pricing .product-sales-price {
  color: #777;
}

.jj_wrapper .brand-jj .product-tile .product-pricing .sale_rate,
.jj_wrapper .brand-jj .product-pricing .sale_rate {
  color: #777;
}

.jj_wrapper .brand-jj .product-tile .product-pricing .product-sales-price.sale,
.jj_wrapper .brand-jj .product-tile .product-pricing .product-sales-price.sale span,
.jj_wrapper .brand-jj .product-pricing .product-sales-price.sale,
.jj_wrapper .brand-jj .product-pricing .product-sales-price.sale span {
  color: red;
}

.jj_wrapper .brand-jj .top_kv .swiper-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
}

.jj_wrapper .brand-jj .jj__bnr {
  padding: 0 15px;
}

.jj_wrapper .brand-jj .jj__bnr__list img {
  width: 100%;
}

.jj_wrapper .brand-jj .jj__bnr__list:not(:last-child) {
  margin-bottom: 10px;
}

.jj_wrapper .brand-jj .new_items__jj2,
.jj_wrapper .brand-jj .preorder,
.jj_wrapper .brand-jj .reco__jj {
  opacity: 1;
  overflow: hidden;
}

.jj_wrapper .brand-jj .new_items__jj2 {
  margin-bottom: 40px;
}

.jj_wrapper .brand-jj .new_items__jj2 ul.search-result-items li,
.jj_wrapper .brand-jj .preorder ul.search-result-items li {
  width: 50%;
}

.jj_wrapper .brand-jj ul.search-result-items {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin: 0;
}

.jj_wrapper .brand-jj ul.search-result-items li.grid-tile,
.jj_wrapper .brand-jj ul.pre_order_list li.grid-tile {
  margin: 0;
}

.jj_wrapper .brand-jj .new_items__jj2 .slider_with_controler,
.jj_wrapper .brand-jj .preorder .slider_with_controler,
.jj_wrapper .brand-jj .reco__jj .slider_with_controler {
  margin: 0 15px 25px;
}

.jj_wrapper .brand-jj .new_items__jj2 .name-link,
.jj_wrapper .brand-jj .preorder .name-link,
.jj_wrapper .brand-jj .reco__jj .name-link {
  display: none;
}

.jj_wrapper .brand-jj .new_items__jj2 .label_cont,
.jj_wrapper .brand-jj .preorder .label_cont,
.jj_wrapper .brand-jj .reco__jj .label_cont {
  display: none;
}

.jj_wrapper .brand-jj .new_items__jj2 ul.search-result-items li.grid-tile .product-tile .product-swatches,
.jj_wrapper .brand-jj .preorder ul.search-result-items li.grid-tile .product-tile .product-swatches,
.jj_wrapper .brand-jj .reco__jj ul.search-result-items li.grid-tile .product-tile .product-swatches {
  display: none;
}

.jj_wrapper .brand-jj .new_items__jj2 ul.search-result-items .brand,
.jj_wrapper .brand-jj .preorder ul.search-result-items .brand,
.jj_wrapper .brand-jj .reco__jj ul.search-result-items .brand {
  display: none;
}

.jj_wrapper .brand-jj .new_items__jj2 ul.search-result-items li:nth-child(3n),
.jj_wrapper .brand-jj .preorder ul.search-result-items li:nth-child(3n),
.jj_wrapper .brand-jj .reco__jj ul.search-result-items li:nth-child(3n) {
  margin-right: 0px;
}

.jj_wrapper .brand-jj .new_items__jj2 ul.search-result-items li.grid-tile .product-image a,
.jj_wrapper .brand-jj .preorder ul.search-result-items li.grid-tile .product-image a,
.jj_wrapper .brand-jj .reco__jj ul.search-result-items li.grid-tile .product-image a {
  height: calc((100vw - 40px) / 3 / 2 * 3);
}

.jj_wrapper .brand-jj section.section.category_wrap {
  margin-top: 0;
}

.jj_wrapper .brand-jj ul.category_list.clfix {
  margin-bottom: 0;
  padding: 0 15px;
}

.jj_wrapper .brand-jj .category_list li {
  width: 33.333333%;
  border-right: 1px solid #aaa;
}

.jj_wrapper .brand-jj .category_list li:nth-of-type(3), .jj_wrapper .brand-jj .category_list li:nth-of-type(6), .jj_wrapper .brand-jj .category_list li:nth-of-type(9), .jj_wrapper .brand-jj .category_list li:nth-of-type(12) {
  border-right: 0;
}

.jj_wrapper .brand-jj .category_list li a {
  text-align: center;
  padding: 8px;
}

.jj_wrapper .brand-jj .category_list li:last-child {
  width: 100%;
  border-right: none;
}

.jj_wrapper .brand-jj .category_list li a {
  color: #777;
  padding: 12px 8px;
}

.jj_wrapper .brand-jj .topics {
  margin-bottom: 100px;
  padding: 0 5px;
}

.jj_wrapper .brand-jj .topics .topics-wrap h2 {
  font-family: "Poppins", sans-serif;
  color: #777;
  line-height: 1;
  font-size: 2rem;
  margin-bottom: 35px;
}

.jj_wrapper .brand-jj .topics .topics-wrap .topics-list {
  margin-bottom: 30px;
}

.jj_wrapper .brand-jj .topics .topics-wrap .topics-list li {
  margin-bottom: 0;
}

.jj_wrapper .brand-jj .topics .topics-wrap .topics-list li:not(:last-child) {
  margin-bottom: 35px;
}

.jj_wrapper .brand-jj section.section.ranking {
  margin-top: 0;
}

.jj_wrapper .brand-jj .ranking {
  margin-bottom: 100px;
}

.jj_wrapper .brand-jj .ranking .section_ttl {
  margin-top: 0;
}

.jj_wrapper .brand-jj .ranking h2 {
  font-family: "Poppins", sans-serif;
  color: #777;
  line-height: 1;
  font-size: 2rem;
  margin-bottom: 35px;
}

.jj_wrapper .brand-jj .tab_buttons li a {
  color: #777;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: lowercase;
}

.jj_wrapper .brand-jj .tab_buttons .swiper-slide-active a {
  border-bottom: 0;
  color: #000;
  position: relative;
  font-size: 2rem;
  top: -6px;
}

.jj_wrapper .brand-jj .ranking_content .swiper-tab-buttons {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #777;
}

.jj_wrapper .brand-jj .ranking_content .item_content {
  padding: 0 5px;
}

.jj_wrapper .brand-jj .ranking_content ul.search-result-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jj_wrapper .brand-jj .ranking_content ul.search-result-items li.grid-tile {
  margin-bottom: 30px;
}

.jj_wrapper .brand-jj .ranking_content ul.search-result-items li.grid-tile .product-image {
  margin-top: 0;
}

.jj_wrapper .brand-jj section.section.catalog__jj {
  margin-bottom: 100px;
}

.jj_wrapper .brand-jj .catalog__jj .slide_run {
  margin: 0 auto 30px;
  position: relative;
}

.jj_wrapper .brand-jj .catalog__jj .slide_run .swiper-slide img {
  width: auto;
}

.jj_wrapper .brand-jj .catalog__jj .swiper-pagination {
  margin-top: 20px;
}

.jj_wrapper .brand-jj section.section.styling_wrap ul.search-result-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(90% + 30px);
  margin: 0 auto 15px;
}

.jj_wrapper .brand-jj .reco__jj {
  margin-bottom: 0;
}

.jj_wrapper .brand-jj .section.instagram {
  margin-bottom: 0px;
}

.jj_wrapper .brand-jj .section.instagram h2.title {
  margin-bottom: 0;
}

.jj_wrapper .brand-jj .section.instagram .inner {
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
  position: relative;
  top: -30px;
  left: -10px;
}

.jj_wrapper .brand-jj .section.instagram .more_wrap {
  position: relative;
  top: -64px;
}

.jj_wrapper .brand-jj section.jj_sns_list ul {
  margin-top: 0;
  margin-bottom: 100px;
  padding: 0px;
}

.jj_wrapper .brand-jj .jj_sns_list p {
  font-size: 1rem;
}

.jj_wrapper .brand-jj .jj_sns_list li img {
  width: 34px;
}

.jj_wrapper .instagram a:hover {
  opacity: 1;
}

.jj_wrapper a.name-link.text_overflow,
.jj_wrapper .product-tile .product-name {
  display: none;
}

.brand-top.brand-jj section {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.35, 0.13, 0.4, 0.99) 1s;
  transition: opacity 0.3s cubic-bezier(0.35, 0.13, 0.4, 0.99) 1s;
}

.brand-top.brand-jj section.fade-in {
  opacity: 1;
}

@media (max-width: 769px) {
  .jj_wrapper .brand-jj .category_list li:last-child {
    border-bottom: 1px solid #aaa !important;
  }
}

.brand-jj section.section.clearfix.recomended_for .swp_inline_buttons {
  display: none !important;
}

.jj_wrapper .brand-jj .catalog__jj .swiper-pagination {
  display: none;
}

.jj_wrapper .brand-jj .product-tile .product-pricing .sale_rate,
.jj_wrapper .brand-jj .product-pricing .sale_rate {
  color: red;
}

.topics .topics-wrap .topics-list li img {
  width: 100%;
}

.jj_wrapper .brand-jj .section.instagram img {
  width: 100%;
}

.jj_wrapper .brand-jj .catalog__jj .slide_run .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 769px) {
  .jj_wrapper .brand-jj .top_kv {
    margin-bottom: 0;
  }
  .jj_wrapper .brand-jj .content1 {
    margin-bottom: 100px !important;
  }
  .jj_wrapper .brand-jj .preorder {
    margin-bottom: 100px !important;
  }
}

.jj_wrapper .brand-jj .view_more.half_btn2 {
  padding: 0;
  margin: 0;
  margin-right: 20px;
  width: auto;
}

.jj_wrapper .brand-jj .jj_sp_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
}

.jj_wrapper .brand-jj .jj_sp_nav ul li {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}

.jj_wrapper .brand-jj .jj_sp_nav ul li:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding: 0 20px;
  opacity: 0.3;
}

.jj_wrapper .brand-jj .jj_top_sub_bnr img {
  width: 85%;
  margin: 0 auto 1em;
  display: block;
}

.jj_wrapper .brand-jj .more_wrap {
  text-align: right;
}

.jj_wrapper .brand-jj .more_wrap .view_more {
  border: none;
}

.jj_wrapper .brand-jj .more_wrap .view_more span {
  text-decoration: underline;
}

.jj_wrapper .brand-jj .section.section.styling_wrap {
  background: transparent;
  padding: 0;
}

.jj_wrapper .brand-jj .section.section.styling_wrap .styling_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jj_wrapper .brand-jj .section.section.styling_wrap .styling_list li {
  width: 49%;
  margin-right: 0;
}

.jj_wrapper .brand-jj .section.section.styling_wrap .styling_list li:last-child {
  margin-right: 0;
}

.jj_wrapper .brand-jj .section.section.styling_wrap .styling_list li:nth-child(4) {
  display: block;
}

.jj_wrapper .brand-jj .section.section.styling_wrap .styling_list .staff__prof .thumb,
.jj_wrapper .brand-jj .section.section.styling_wrap .styling_list .staff__prof .name,
.jj_wrapper .brand-jj .section.section.styling_wrap .styling_list .staff__prof .shop {
  display: none;
}

.jj_wrapper .brand-jj .section.section.styling_wrap .styling_list .tx__wrap {
  color: #FFF;
  width: 100%;
}

.jj_wrapper .brand-jj .section.section.styling_wrap .styling_list .tx__wrap p {
  opacity: 1;
  text-align: center;
  font-size: 1.4rem;
  color: #777;
}

.jj_wrapper .brand-jj .jj_rank.rank02 {
  background: transparent;
  position: relative;
  color: #777;
  margin-bottom: 0;
  font-style: normal;
}

.jj_wrapper .brand-jj .jj_rank.rank02 span {
  top: 0;
}

.jj_wrapper .brand-jj .ranking ul.search-result-items li.grid-tile .product-image a {
  height: auto !important;
}

.jj_wrapper .brand-jj .reco__jj ul.search-result-items li.grid-tile {
  width: 50%;
}

.jj_wrapper .brand-jj .catalog__jj .slide_run .swiper-slide img {
  height: auto;
}

.jj_wrapper .brand-jj .catalog__jj li {
  height: auto;
}

.jj_wrapper .brand-jj section.section.new_items__jj2,
.jj_wrapper .brand-jj section.section.category_wrap,
.jj_wrapper .brand-jj section.section.ranking {
  padding-top: 60px;
  margin-top: -60px;
}

.jj_wrapper .brand-jj .jj_app {
  margin-bottom: 100px;
}

.jj_wrapper .brand-jj .jj_app .app_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.jj_wrapper .brand-jj .jj_app .app_wrap .app_icon {
  width: 80px;
  margin: 0 20px 0 10px;
}

.jj_wrapper .brand-jj .jj_app .app_wrap .app_icon img {
  width: 100%;
}

.jj_wrapper .brand-jj .jj_app .app_wrap .app_txt {
  width: calc(100% - 140px);
}

.jj_wrapper .brand-jj .jj_app .app_wrap .app_txt h3 {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.jj_wrapper .brand-jj .jj_app .app_wrap .app_txt p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.jj_wrapper .brand-jj .jj_app .app_wrap .app_txt a {
  display: inline-block;
  width: 47%;
}

.jj_wrapper .brand-jj .jj_app .app_wrap .app_txt a:not(:last-child) {
  margin-right: 2%;
}

.jj_wrapper .brand-jj .jj_app .app_wrap .app_txt a img {
  width: 100%;
}

.jj_wrapper .brand-jj .category_list li a span {
  text-transform: capitalize;
}

.jj_wrapper .brand-jj #rec-result-1 {
  padding: 0 !important;
}

.jj_wrapper .brand-jj .new_items__jj2 {
  overflow-x: hidden;
}

.jj_wrapper .brand-jj .preorder {
  width: calc(100% + 20px);
  margin-left: -10px;
  max-width: calc(100% + 20px) !important;
}

.jj_wrapper .brand-jj .section_ttl span,
.jj_wrapper .brand-jj .link_area h2,
.jj_wrapper .brand-jj .topics .topics-wrap h2,
.jj_wrapper .brand-jj .ranking h2 {
  font-weight: 600;
}

@media (min-width: 769px) {
  /*JJ  CSS*/
  .brand-jj .new_items ul.search-result-items li.grid-tile .product-image a {
    height: calc(((770px - 30px) / 5) / 2 * 3);
  }
  .brand-jj .ranking ul.search-result-items li.grid-tile .product-image a img {
    width: 100%;
  }
  .jj-contents #primary {
    top: 20px;
  }
  .brandPage_jj .title_brand_logo img,
  .brand-jj .title_brand_logo img {
    width: 246px;
    height: auto;
  }
  .jj_wrapper nav[role="navigation"].sidebar {
    padding-left: 0;
    padding-right: 0;
  }
  ul.jj_bnr_list li {
    float: left;
    width: 33.33%;
  }
  .brand-jj .new_items ul.search-result-items li:nth-child(3n) {
    margin-right: 10px;
  }
  .brand-jj .jj_bnr .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .brand-jj .new_items ul.search-result-items li:nth-child(4n) {
    margin-right: 10px;
  }
  .brand-jj .new_items ul.search-result-items li:nth-child(5n) {
    margin-right: 0px;
  }
  .brand-jj a.view_more.half_btn,
  .brand-jj a.view_more.half_btn2 {
    width: 167px;
  }
  .brand-jj .section_ttl span:before {
    bottom: 4px;
  }
  .brand-jj .order_btn_wrapper {
    width: 100%;
  }
  .brand-jj ul.search-result-items {
    width: calc(100% + 10px);
    margin: 0 auto;
  }
  .brand-jj .section {
    margin-bottom: 70px;
  }
  .brand-jj .jj_rank.rank02.playfair {
    position: relative;
    width: 45px;
    height: 40px;
  }
  .brand-jj section.section.clearfix.recomended_for {
    width: 100%;
  }
  .brand-jj .recomended_for ul.search-result-items {
    width: 100%;
  }
  .brand-jj .no-1_item {
    background: #fff;
    width: 80%;
    position: relative;
    margin-bottom: 60px;
  }
  .brand-jj .jj_sns_list li {
    display: inline-block;
  }
  .brand-jj .jj_sns_list li:hover {
    opacity: 0.7;
  }
  .brand-jj .lang_list,
  .lang_list {
    text-align: center;
    margin-top: 70px;
  }
  .brand-jj .rank01_img {
    height: calc((616px * 0.53) / 5 * 6);
  }
  .brand-jj .rank01_txt {
    height: calc((616px * 0.53) / 5 * 6);
  }
  .brand-jj .jj_rank.rank01 .no {
    font-size: 3rem;
  }
  .brand-jj .rank01_name {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .brand-jj .buy_now_btn {
    padding: 9px 0 0px;
  }
  .brand-jj .recomended_for ul.search-result-items li.grid-tile {
    width: calc(20% - 10px);
  }
  .brand-jj .section_ttl {
    font-size: 2.2rem !important;
    color: #d4b2a7;
  }
  .brand-jj .section_ttl span:after {
    bottom: 7px;
  }
  .brand-jj ul.search-result-items li:nth-child(2),
  .brand-jj ul.search-result-items li:nth-child(4) {
    margin-right: 10px;
  }
  .brand-jj .new_items:not(.ranking_list) ul.search-result-items li.grid-tile {
    width: calc(20% - 8px);
  }
  .brand-jj .new_items ul.search-result-items li:nth-child(n + 7) {
    display: block;
  }
  .brand-jj .new_items ul.search-result-items li:nth-child(n + 11) {
    display: none;
  }
  .brand-jj .ranking_content .search-result-items li:nth-child(4) .no {
    display: none;
  }
  .brand-jj section.section.catalog {
    width: 100%;
    margin: 0 auto 70px;
  }
  .brand-jj section.section.catalog iframe {
    width: 100%;
    height: 424px;
  }
  .brand-jj section.section.styling_wrap {
    width: 100%;
    margin: 0 auto 70px;
  }
  .brand-jj section.section.category_wrap {
    margin-top: 0px;
  }
  .brand-jj #instafeed {
    width: 100%;
  }
  .brand-jj .jj_insta li {
    display: inline-block;
    width: calc(33.33% - 10px);
  }
  .brand-jj .jj_sns_list {
    width: 100%;
  }
  .brand-jj .jj_sns_list p {
    font-size: 1.5rem;
  }
  .brand-jj .list_layout li {
    border: none;
  }
  .brand-jj .link_area a {
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .brand-jj .link_area a:hover {
    opacity: 0.6;
  }
  .brand-jj .top_news {
    width: 100%;
    margin: 0 auto 70px;
  }
  .brand-jj .order_btn_wrapper .block {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .brand-jj .order_btn_wrapper .block:hover {
    opacity: 0.7;
  }
  .brand-jj .link_list {
    text-align: center;
    margin-top: 70px;
  }
  .brand-jj .jj_checked_items {
    margin-left: 0;
  }
  .brand-jj .jj_checked_items .slide_assets {
    margin-top: 20px;
  }
  .brand-jj .sub-menu {
    display: none;
  }
  .brand-jj .top_kv .swiper-slide {
    height: 470px;
    overflow: hidden;
  }
  .brand-jj .top_kv a,
  .brand-jj .topics a,
  .brand-jj .collection-list a,
  .brand-jj .styling_list a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .brand-jj .top_kv a:hover,
  .brand-jj .topics a:hover,
  .brand-jj .collection-list a:hover,
  .brand-jj .styling_list a:hover {
    opacity: 0.7;
  }
  .brand-jj h2.title {
    color: #777;
  }
  .brand-jj .topics .topics-wrap .topics-list {
    font-size: 0;
  }
  .brand-jj .topics .topics-wrap .topics-list li {
    margin-bottom: 0;
    width: 50%;
    display: inline-block;
  }
  .brand-jj .topics .topics-wrap .topics-list li img {
    width: 100%;
  }
  .brand-jj .collection .collection-wrap h2 {
    color: #777;
  }
  .brand-jj .collection .collection-wrap .collection-list {
    font-size: 0;
  }
  .brand-jj .collection .collection-wrap .collection-list li {
    margin-bottom: 0;
    width: 50%;
    display: inline-block;
  }
  .brand-jj .collection .collection-wrap .collection-list li img {
    width: 100%;
  }
  .brand-jj .ranking_content ul.search-result-items li.grid-tile:nth-child(5n) {
    margin-right: 0;
  }
  .brand-jj .jj_rank.rank02.playfair {
    width: 20px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .brand-jj .ranking_content .search-result-items li:nth-child(n + 7) {
    display: block;
  }
  .brand-jj ul.search-result-items li.grid-tile:nth-child(3n) {
    margin-right: inherit;
  }
  .brand-jj .styling_list li,
  .brand-jj .staff-coordinate__list li,
  .brand-jj .styling_list li:nth-child(2),
  .brand-jj .staff-coordinate__list li:nth-child(2) {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .brand-jj .styling_list li:last-child,
  .brand-jj .staff-coordinate__list li:last-child,
  .brand-jj .styling_list li:nth-child(2):last-child,
  .brand-jj .staff-coordinate__list li:nth-child(2):last-child {
    margin-right: 0;
  }
  .brand-jj .staff-coordinate__list li:nth-child(4) {
    margin-right: 0;
  }
  .brand-jj section.section.styling_wrap {
    padding: 30px 15px;
  }
  .brand-jj .view_more.half_btn2 {
    background-color: transparent;
  }
  .brand-jj .recomended_for .recommend-list li:nth-child(n + 6) {
    display: none;
  }
  .brand-jj section.instagram {
    margin: 40px 0;
    width: 500px;
    margin: 40px auto;
  }
  .top_kv_jj {
    width: 100%;
  }
  .brand-jj .category_list li {
    height: 48px;
  }
  .goTop {
    width: 770px;
    text-align: center;
    padding-left: 260px;
  }
  .jj_wrapper .brand-jj h2.title {
    color: #777;
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .jj_wrapper .brand-jj .full_width {
    margin-bottom: 120px;
  }
  .jj_wrapper .brand-jj .new_items__jj2 ul.search-result-items li,
  .jj_wrapper .brand-jj .preorder ul.search-result-items li {
    width: 33.3333%;
  }
  .jj_wrapper .brand-jj .new_items__jj2 ul.search-result-items li.grid-tile .product-image a,
  .jj_wrapper .brand-jj .preorder ul.search-result-items li.grid-tile .product-image a,
  .jj_wrapper .brand-jj .reco__jj ul.search-result-items li.grid-tile .product-image a {
    height: calc(((770px - 30px) / 5) / 2 * 3);
  }
  .jj_wrapper .brand-jj .slide_prev {
    left: -25px;
  }
  .jj_wrapper .brand-jj .slide_next {
    right: -25px;
  }
  .jj_wrapper .brand-jj .jj__bnr {
    padding: 0 7%;
  }
  .jj_wrapper .brand-jj .new_items__jj2 .slider_with_controler,
  .jj_wrapper .brand-jj .preorder .slider_with_controler,
  .jj_wrapper .brand-jj .reco__jj .slider_with_controler {
    margin: 0 7% 35px;
  }
  .jj_wrapper .brand-jj .new_items__jj2 {
    margin-bottom: 45px;
  }
  .jj_wrapper .brand-jj ul.category_list.clfix {
    padding: 0 7%;
  }
  .jj_wrapper .brand-jj .category_list li:nth-last-child(-n + 3) {
    border-bottom: 0;
  }
  .jj_wrapper .brand-jj .grid4 .category_list li:nth-child(2n) {
    border-left: 0;
  }
  .jj_wrapper .brand-jj .grid4 .category_list li:nth-of-type(1),
  .jj_wrapper .brand-jj .grid4 .category_list li:nth-of-type(4),
  .jj_wrapper .brand-jj .grid4 .category_list li:nth-of-type(5),
  .jj_wrapper .brand-jj .grid4 .category_list li:nth-of-type(9),
  .jj_wrapper .brand-jj .grid4 .category_list li:nth-of-type(10),
  .jj_wrapper .brand-jj .grid4 .category_list li:nth-of-type(17) {
    border-left: 0;
  }
  .jj_wrapper .brand-jj .category_list li {
    border-left: 0;
    height: 40px;
  }
  .jj_wrapper .brand-jj .category_list li:last-child {
    border-bottom: 1px solid #aaa;
  }
  .jj_wrapper .brand-jj .category_list li a {
    font-size: 1.6rem;
  }
  .jj_wrapper .brand-jj .topics {
    margin-bottom: 120px;
  }
  .jj_wrapper .brand-jj .topics .topics-wrap h2 {
    font-size: 2.2rem;
  }
  .jj_wrapper .brand-jj .topics .topics-wrap .topics-list {
    display: block;
    width: 70%;
    margin: auto;
    margin-bottom: 40px;
  }
  .jj_wrapper .brand-jj .topics .topics-wrap .topics-list li {
    display: block;
    width: 100%;
  }
  .jj_wrapper .brand-jj section.section.catalog__jj {
    margin-bottom: 120px;
  }
  .jj_wrapper .brand-jj section.section.catalog__jj .slide_run {
    margin: 0 auto 25px;
    width: 414px;
  }
  .jj_wrapper .brand-jj section.section.catalog__jj .swiper-pagination {
    margin-top: 25px;
  }
  .jj_wrapper .brand-jj .ranking {
    margin-bottom: 120px;
  }
  .jj_wrapper .brand-jj .tab_buttons {
    margin-bottom: 20px;
  }
  .jj_wrapper .brand-jj .tab_buttons li {
    margin-right: 32px !important;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1;
  }
  .jj_wrapper .brand-jj .tab_buttons li:not(:last-child):after {
    top: 2px;
    right: -12px;
  }
  .jj_wrapper .brand-jj .tab_buttons .swiper-slide-active a {
    top: 0;
  }
  .jj_wrapper .brand-jj section.section.styling_wrap {
    margin-bottom: 120px;
  }
  .jj_wrapper .brand-jj .reco__jj {
    margin-bottom: 120px;
  }
  .jj_wrapper .brand-jj .section.instagram {
    width: 100%;
    margin-bottom: 80px;
  }
  .jj_wrapper .brand-jj .section.instagram .inner {
    width: 100%;
    max-width: 100%;
    top: auto;
    left: auto;
  }
  .jj_wrapper .brand-jj .section.instagram .inner img {
    width: 100%;
  }
  .jj_wrapper .brand-jj .section.instagram .more_wrap {
    top: -20px;
  }
  .brand-jj .styling_wrap .styling_list li,
  .brand-jj .styling_wrap .staff-coordinate__list li,
  .brand-jj .styling_wrap .styling_list li:nth-child(2),
  .brand-jj .styling_wrap .staff-coordinate__list li:nth-child(2) {
    width: calc(25% - 8px);
    margin-right: 10px;
  }
  .brand-jj .styling_wrap .styling_list li li:nth-child(4) {
    margin-right: 0;
  }
  .brand-jj .styling_wrap .styling_list li:nth-child(4),
  .brand-jj .styling_wrap .staff-coordinate__list li:nth-child(4) {
    margin-right: 0;
  }
  .brand-jj section.jj_sns_list ul {
    width: 460px;
    margin: 0 auto;
  }
  .jj_wrapper .brand-jj .section.section.styling_wrap .styling_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 6px 4px;
    padding: 0 10px;
    padding-right: 4px;
  }
  .jj_wrapper .brand-jj .section.section.styling_wrap .styling_list li {
    width: 33.33333%;
  }
  .jj_wrapper .brand-jj .section.section.styling_wrap .styling_list li:nth-child(n+4) {
    display: none;
  }
  .jj_wrapper .brand-jj .section.section.styling_wrap .styling_list.clfix:after {
    display: none;
  }
  .jj_wrapper .brand-jj .reco__jj .slide_controler {
    top: 40%;
  }
  .jj_wrapper .brand-jj .catalog__jj .more_wrap {
    margin: 0 auto;
    width: 48%;
  }
  .jj_wrapper .brand-jj .view_more.half_btn2 {
    margin-right: 5px;
  }
  .jj_wrapper .brand-jj .new_items__jj2 .more_wrap,
  .jj_wrapper .brand-jj .preorder .more_wrap,
  .jj_wrapper .brand-jj .reco__jj .more_wrap {
    width: 92%;
  }
  .jj_wrapper .brand-jj .topics .more_wrap {
    width: 85%;
  }
  .jj_wrapper .brand-jj .jj_app {
    padding: 0 12%;
  }
  .jj_wrapper .brand-jj .jj_app .app_wrap .app_icon {
    width: 150px;
    margin-right: 40px;
  }
  .jj_wrapper .brand-jj .jj_app .app_wrap .app_icon img {
    width: 100%;
  }
  .jj_wrapper .brand-jj .jj_app .app_wrap .app_txt {
    width: calc(100% - 150px);
  }
  .jj_wrapper .brand-jj .jj_app .app_wrap .app_txt h3 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .jj_wrapper .brand-jj .jj_app .app_wrap .app_txt p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .jj_wrapper .brand-jj .jj_app .app_wrap .app_txt img {
    display: inline-block;
    margin-right: 10px;
    width: 40%;
  }
  .jj_wrapper .brand-jj .preorder {
    width: 100%;
    margin-left: 0;
  }
}

.jj_wrapper .brand-jj .new_items__jj2 ul.search-result-items li.grid-tile .product-image a,
.jj_wrapper .brand-jj .preorder ul.search-result-items li.grid-tile .product-image a,
.jj_wrapper .brand-jj .reco__jj ul.search-result-items li.grid-tile .product-image a {
  height: auto;
}

.brand-jj section.section.clearfix.recomended_for .swp_inline_buttons {
  display: none;
}

.jj_wrapper .brand-jj .catalog__jj .swiper-pagination {
  display: none;
}

.jj_wrapper .brand-jj .product-tile .product-pricing .sale_rate,
.jj_wrapper .brand-jj .product-pricing .sale_rate {
  color: red;
}

.jj_wrapper .brand-jj .top_kv {
  margin-bottom: 0;
}

.jj_wrapper .brand-jj .content1 {
  margin-bottom: 120px;
}

.jj_wrapper .brand-jj .preorder {
  margin-bottom: 120px;
}

.wishlist-dialog-link .fa-lg {
  line-height: 1;
  vertical-align: middle;
  opacity: 0.5;
}

.wishlist-dialog-content {
  text-align: center;
}

.wishlist-variations {
  padding-top: 1em;
}

.wishlist-variations .product-render {
  table-layout: fixed;
  max-width: 560px;
  margin: auto;
}

.wishlist-variations .info {
  text-align: left;
}

.wishlist-variations td:not(:first-child) {
  vertical-align: middle;
}

.wishlist-variations td:last-of-type {
  text-align: left;
}

.wishlist-variations .button[data-action="wishlist"] {
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  color: #222;
  font-size: 0;
}

.wishlist-variations .button[data-action="wishlist"] span {
  display: inline-block;
  position: relative;
  margin-right: 0.2em;
  padding-left: 0.1em;
  font: normal normal normal 14px/1 FontAwesome;
  vertical-align: middle;
  color: red;
  opacity: 0.5;
}

.wishlist-variations .button[data-action="wishlist"] img {
  display: none;
}

.wishlist-variations .button[data-action="wishlist"]::after {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-left: 0.5em;
}

.wishlist-variations .button[data-action="wishlist"].unset span::before {
  content: "\f08a";
}

.wishlist-variations .button[data-action="wishlist"].unset::after {
  content: "追加する";
}

.wishlist-variations .button[data-action="wishlist"]:not(.unset) span::before {
  content: "\f004";
}

.wishlist-variations .button[data-action="wishlist"]:not(.unset)::after {
  content: "追加済み";
}

.wishlist-variations .button[data-action="wishlist"]:hover {
  background: inherit;
}

.wishlist-variations .user-links {
  margin-top: 16px;
}

.wishlist-dialog-done {
  margin-top: 32px;
}

.wishlist-dialog-done .user-links {
  margin-top: 10px;
}

.button.wishlist-account {
  background: #222;
  color: #fff;
  margin-right: 8px;
  width: 190px;
  padding: 14px 0;
}

.wishlist-dialog-close {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
  margin-top: 32px;
}

.ui-dialog .ui-dialog-content[id*="quick-wishlist"] {
  text-align: center;
  padding-bottom: 0;
}

.wishlist-dialog-close:hover {
  background: inherit;
  color: inherit;
  border-color: currentColor;
}

@media screen and (min-width: 769px) {
  .wishlist-variations .button[data-action="wishlist"]:hover {
    opacity: .6;
  }
  .wishlist-variations td:last-of-type {
    padding-left: 20px;
  }
}

.pt_product-details .product-variations td {
  width: auto;
}

.pt_product-details .product-variations .separate-attribute .button.simple[data-action="wishlist"] {
  vertical-align: middle;
  border: none;
}

.pt_product-details .product-variations .separate-attribute .button.simple[data-action="wishlist"] span {
  display: inline-block;
  position: relative;
  margin-right: 0.2em;
  padding-left: 0.1em;
  font: normal normal normal 14px/1 FontAwesome;
  color: red;
  opacity: .5;
}

.pt_product-details .product-variations .separate-attribute .button.simple[data-action="wishlist"].unset {
  opacity: 1;
}

.pt_product-details .product-variations .separate-attribute .button.simple[data-action="wishlist"].unset span::before {
  content: "\f08a";
}

.pt_product-details .product-variations .separate-attribute .button.simple[data-action="wishlist"] img {
  display: none;
}

.pt_product-details .product-variations .separate-attribute .button.simple[data-action="wishlist"]::after {
  font-size: 1.2rem;
  vertical-align: baseline;
  margin-left: 0.5em;
  content: "追加する";
}

.pt_product-details .product-variations .separate-attribute .button.simple[data-action="wishlist"]:not(.unset) span::before {
  content: "\f004";
}

.pt_product-details .product-variations .separate-attribute .button.simple[data-action="wishlist"]:not(.unset)::after {
  content: "追加済み";
}

.brand-jj h2.title {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .brand-jj h2.title {
    padding-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .brand-jj .full_width h2.title,
  .brand-jj .preorder h2.title {
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .wishlist-variations .separate-attribute:not(:last-of-type) td:first-of-type {
    padding-bottom: 1.5em;
  }
  .wishlist-variations td:not(:first-child) {
    padding: 0 0 1em 0;
  }
  .wishlist-variations .info {
    padding: 0 0 2em 0;
  }
  .wishlist-variations .button[data-action="wishlist"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wishlist-dialog-content .user-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wishlist-dialog-done .user-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .button.wishlist-account {
    width: 70%;
    padding: 10px 28px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
  }
  .button.wishlist-account:first-child {
    margin-left: auto;
    margin-right: auto;
  }
  .button.wishlist-account:last-child {
    margin: 0 auto;
  }
  .wishlist-variations .button[data-action="wishlist"]:hover {
    opacity: 1;
  }
  .pt_product-details .product-variations .info + td {
    width: 58%;
  }
  .pt_product-details .product-variations td {
    margin-left: 0.4em;
  }
  .pt_product-details .product-variations td.info {
    margin-left: 0;
  }
  .pt_product-details .product-variations .separate-attribute .button.simple[data-action="wishlist"] {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-top: 12px;
  }
  .pt_product-details .product-variations .separate-attribute .button.simple[data-action="wishlist"] span {
    display: inline-block;
    position: relative;
    margin-right: 0;
    font: normal normal normal 14px/1 FontAwesome;
    color: red;
  }
  .pt_product-details .product-variations .separate-attribute .button.simple[data-action="wishlist"]::after {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 0.5em;
  }
  .pt_product-details .product-variations .separate-attribute .button.simple[data-action="wishlist"]:not(.unset) {
    opacity: 1;
  }
}

@media screen and (width: 1024px) {
  .brand-jj h2.title {
    color: #4e4d4e;
  }
  .brand-jj .topics .topics-wrap .topics-list {
    font-size: 0;
  }
  .brand-jj .topics .topics-wrap .topics-list li {
    margin-bottom: 0;
    width: 50%;
    display: inline-block;
  }
  .brand-jj .topics .topics-wrap .topics-list li img {
    width: 100%;
  }
  .brand-jj .collection .collection-wrap .collection-list {
    font-size: 0;
  }
  .brand-jj .collection .collection-wrap .collection-list li {
    margin-bottom: 0;
    width: 50%;
    display: inline-block;
  }
  .brand-jj .collection .collection-wrap .collection-list li img {
    width: 100%;
  }
  .brand-jj .styling_list li,
  .brand-jj .staff-coordinate__list li,
  .brand-jj .styling_list li:nth-child(2),
  .brand-jj .staff-coordinate__list li:nth-child(2) {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .brand-jj .styling_list li:last-child,
  .brand-jj .staff-coordinate__list li:last-child,
  .brand-jj .styling_list li:nth-child(2):last-child,
  .brand-jj .staff-coordinate__list li:nth-child(2):last-child {
    margin-right: 0;
  }
  .brand-jj .staff-coordinate__list li:nth-child(4) {
    margin-right: 0;
  }
  .brand-jj section.section.styling_wrap {
    padding: 30px 15px;
  }
  .brand-jj .rank01_txt {
    width: 295px;
    top: 15px;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .brand-jj .rank01_txt {
    margin-top: 25px;
  }
}

@media screen and (max-width: 320px) {
  .brand-jj .order_btn_wrapper .block {
    padding: 0px;
  }
  .brand-jj .rank01_name {
    margin-bottom: 5px;
    line-height: 0.5;
  }
  .brand-jj .brand-jj .jj_rank.rank01 {
    height: 45px;
  }
  .brand-jj .buy_now_btn {
    width: 100px;
    height: 25px;
    display: block;
    text-align: center;
    padding-top: 5px;
    margin-top: 5px;
    font-size: 1rem;
    letter-spacing: 0.2em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .brand-jj ul.search-result-items li:nth-child(n + 5) {
    width: calc(31% - 1px);
  }
  .brand-jj .jj_sns_list li {
    display: inline-block;
    margin-right: 15px;
  }
  .brand-jj .recomended_for .section_ttl span {
    letter-spacing: 0.1em;
    font-size: 1.6rem !important;
  }
}

.brand-jj section.section.clearfix.recomended_for .swp_inline_buttons {
  display: none;
}

.jj_wrapper .brand-jj .catalog__jj .swiper-pagination {
  display: none;
}

@media (max-width: 769px) {
  .jj_wrapper .brand-jj .catalog__jj .slide_run .swiper-slide img {
    width: auto;
    margin: 0 auto;
    display: block;
  }
}

.brand-nbb .ff-en {
  font-family: bilo, sans-serif;
  font-weight: 400;
}

.brand-nbb h2.title {
  font-size: 2.8rem;
  font-family: bilo, sans-serif;
  font-weight: 200;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.brand-nbb .more_wrap {
  margin-top: 28px;
}

.brand-nbb .more_wrap span {
  font-size: 2.2rem;
  font-family: bilo, sans-serif;
  font-weight: 200;
  letter-spacing: 0.02em;
}

.brand-nbb .nbb_new_items__inner,
.brand-nbb .ranking_content,
.brand-nbb .styling_list {
  font-weight: 400;
}

.brand-nbb .section {
  margin-bottom: 0;
  padding-top: 48px;
}

.brand-nbb .swiper-pagination {
  margin-top: 20px;
}

.brand-nbb .category_wrap .category_list {
  width: 80%;
  margin: auto;
}

.brand-nbb .category_wrap .category_list > li {
  width: 28%;
  margin-right: 8%;
  margin-bottom: 16px;
}

.brand-nbb .category_wrap .category_list > li:nth-of-type(3n) {
  margin-right: 0;
}

.brand-nbb .category_wrap .category_list > li > a {
  display: inline-block;
  text-align: center;
  padding-bottom: 0;
  font-size: 1.8rem;
  color: #707070;
}

.brand-nbb .nbb_new_items {
  padding-top: 32px;
}

.brand-nbb .nbb_new_items .nbb_new_items__inner {
  width: 100%;
}

.brand-nbb .nbb_new_items .nbb_new_items__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.brand-nbb .nbb_new_items .nbb_new_items__inner ul li {
  width: calc(50% - 6px);
  margin-bottom: 20px;
}

.brand-nbb .nbb_new_items .nbb_new_items__inner ul li:nth-child(n + 3) {
  margin-bottom: 0;
}

.brand-nbb .nbb_new_items p.name {
  font-size: 1.8rem;
  margin-left: 0.8rem;
  color: #707070;
  line-height: 1.25;
}

.brand-nbb .nbb_new_items .price {
  font-size: 1.4rem;
  margin-top: 0;
  margin-left: 0.8rem;
  color: #707070;
  line-height: 1.25;
}

.brand-nbb .nbb_new_items:not(.name-en) p.name {
  font-size: 1.2rem;
  margin-left: 0.7rem;
  margin-top: 6px;
  color: #707070;
  line-height: 1.25;
}

.brand-nbb a.view_more {
  border: none;
  border-bottom: 1px solid #aaa;
  padding: 0 10px;
  line-height: 0.7;
  overflow: visible;
}

.brand-nbb .topics-alt_list {
  max-width: 84%;
  margin: auto;
}

.brand-nbb .topics-alt_list li {
  width: 100%;
  display: inline-block;
}

.brand-nbb .topics-alt img {
  width: 100%;
}

.brand-nbb .section.news {
  position: relative;
  padding-top: 48px;
}

.brand-nbb .section.news .news_wrap {
  background: #f7f7f7;
  padding: 30px 20px;
}

.brand-nbb .section.news .list_layout {
  margin-bottom: 0;
}

.brand-nbb .section.news .list_layout li {
  border: none;
  margin-bottom: 15px;
}

.brand-nbb .section.news .list_layout li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-nbb .section.news .news_ttl {
  font-family: rig-shaded-medium-face, sans-serif;
  font-weight: bold;
  letter-spacing: .02em;
  margin-top: 0;
}

.brand-nbb .section.news .news_txt {
  font-size: 1.2rem;
  margin-top: 4px;
}

.brand-nbb .section.news .list_txt .list_date {
  font-family: rig-shaded-medium-face, sans-serif;
  font-weight: normal;
  text-align: left;
  color: #88348a;
  letter-spacing: .02em;
  font-size: 1rem;
  margin-top: 4px;
}

.brand-nbb .section.news .more_wrap {
  margin-top: 0;
}

.brand-nbb .section.news a.view_more:hover,
.brand-nbb .section.news .more_wrap a:hover {
  background: none;
}

.brand-nbb .section.nbb_pre_order {
  position: relative;
}

.brand-nbb .section.nbb_pre_order .title_sub {
  font-size: 1.4rem;
  font-weight: 400;
  color: #707070;
  display: block;
}

.brand-nbb .section.nbb_pre_order .slide_run {
  position: relative;
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}

.brand-nbb .section.nbb_pre_order .slide_controler {
  width: 98%;
  left: 1%;
  top: 52% !important;
}

.brand-nbb .nbb_ranking_v2 .ranking_content ul.search-result-items li {
  margin-top: 20px;
  position: relative;
}

.brand-nbb .nbb_ranking_v2 .ranking_content ul.search-result-items li:first-child {
  margin-right: 10px;
}

.brand-nbb .nbb_ranking_v2 .ranking_content ul.search-result-items li:nth-child(-n + 2) {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.brand-nbb .nbb_ranking_v2 .ranking_content ul.search-result-items li:nth-child(n + 3) {
  width: calc(33% - 8px);
  margin-right: 10px;
}

.brand-nbb .nbb_ranking_v2 .ranking_content ul.search-result-items li:nth-child(n + 4) {
  display: block;
}

.brand-nbb .nbb_ranking_v2 .ranking_content ul.search-result-items li:last-child {
  margin-right: 0;
}

.brand-nbb .nbb_ranking_v2 .ranking_content .product-tile {
  color: inherit;
}

.brand-nbb .nbb_ranking_v2 .ranking_content .product-tile .item,
.brand-nbb .nbb_ranking_v2 .ranking_content .product-tile .price,
.brand-nbb .nbb_ranking_v2 .ranking_content .product-tile .offprice {
  font-family: bilo, sans-serif;
  font-weight: 400;
  display: block;
  text-align: left;
  margin-left: 0.8rem;
}

.brand-nbb .nbb_ranking_v2 .ranking_content .product-tile .item {
  font-size: 1.2rem;
  color: #707070;
  line-height: 1.3;
  margin-left: 0.7rem;
  margin-top: 6px;
  margin-bottom: 2px;
}

.brand-nbb .nbb_ranking_v2 .ranking_content .product-tile .price {
  margin-top: 1px;
  font-size: 1.4rem;
  color: #707070;
  line-height: 1.25;
}

.brand-nbb .nbb_ranking_v2 .ranking_content .product-tile .price.off {
  color: red;
}

.brand-nbb .nbb_ranking_v2 .ranking_content .product-tile .offprice {
  display: none;
  font-size: 1.2rem;
  color: red;
}

.brand-nbb .nbb_ranking_v2 .ranking_content .product-tile .off + .offprice {
  display: block;
}

.brand-nbb .nbb_ranking_v2 .ranking_content .product-tile .product-promo {
  margin-left: 0.8rem;
}

.brand-nbb .nbb_ranking_v2 .ranking_content .nbb_rank_label {
  top: -24px;
}

.brand-nbb .nbb_ranking_v2 .ranking_content .nbb_rank_label img {
  width: 18px;
}

.brand-nbb .section.recommended ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}

.brand-nbb .section.recommended ul li {
  position: relative;
  margin-bottom: 20px;
  width: calc(100%/3 - 6px);
}

.brand-nbb .section.recommended ul li:nth-child(n + 4) {
  margin-bottom: 0;
}

.brand-nbb .section.recommended .price {
  margin-top: 5px;
  font-size: 1.3rem;
}

.brand-nbb section.section.catalog {
  border-top: none;
  padding-top: 48px;
}

.brand-nbb .section.catalog .wrap {
  position: relative;
}

.brand-nbb .section.catalog .catalog_imgwrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 178%;
  top: 0;
  left: 0;
}

.brand-nbb .section.catalog .catalog_imgwrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand-nbb .section.catalog .catalog_imgwrap img {
  max-width: 82%;
}

.brand-nbb .section.catalog .catalog_list {
  max-width: 84%;
  margin: auto;
}

.brand-nbb .section.catalog .catalog_list li {
  margin-right: 0;
}

.brand-nbb .section.catalog .slide_controler {
  top: calc(50% - 12px);
}

.brand-nbb .catalog_list li {
  width: 100%;
}

.brand-nbb .staffstyle {
  padding-top: 56px;
  margin-bottom: 60px;
  border-top: none;
}

.brand-nbb .staffstyle .slide_run {
  width: 100%;
  padding: 0 10px;
}

.brand-nbb .staffstyle .styling_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.brand-nbb .staffstyle .styling_list li {
  position: relative;
  width: calc(50% - 5px);
  margin-bottom: 20px;
}

.brand-nbb .staffstyle .styling_list li:nth-child(n + 3) {
  margin-bottom: 0;
}

.brand-nbb .staffstyle p.name {
  margin-top: 6px;
  font-size: 1.6rem;
  margin-left: 0.8rem;
  color: #707070;
  line-height: 1.25;
}

.brand-nbb .staffstyle p.price {
  font-size: 1.4rem;
  margin-left: 0.8rem;
  color: #707070;
  line-height: 1.25;
}

.brand-nbb .nbb_aside {
  background: #f7f7f7;
  position: relative;
  padding: 0 10px 40px;
}

.brand-nbb .section.sns {
  background: none;
}

.brand-nbb .section.app {
  margin-bottom: 0;
}

.brand-nbb .section.app .app_inner {
  background: none;
  padding-top: 50px;
  padding-bottom: 0;
}

.brand-nbb .section.app .app_ttl {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: none;
  width: 100%;
}

.brand-nbb .section.app .app_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand-nbb .section.app .app_wrap a {
  border-radius: 8px;
  width: calc(100% * 120/375);
  margin-right: 20px;
}

.brand-nbb .footer_category_wrap {
  padding: 48px 0 0;
}

.brand-nbb .footer_category_wrap .category_list {
  width: 82.5%;
}

.brand-nbb .footer_category_wrap .category_list > li {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.brand-nbb .footer_category_wrap .category_list > li > a {
  padding: 8px 0 4px;
  font-size: 1.8rem;
  text-align: center;
}

.brand-nbb .footer_category_wrap .category_list > li .sub_cat li {
  padding-left: 0;
}

.brand-nbb .footer_category_wrap .category_list > li .sub_cat:nth-child(2n) {
  margin-right: 0px;
}

.brand-nbb .footer_category_wrap .sub_tree .sub_cat > li a::before {
  content: none;
}

.brand-nbb .section.content_wrap {
  padding-top: 48px;
}

.brand-nbb .section.content_wrap .category_list {
  width: 82.5%;
  margin: auto;
}

.brand-nbb .section.content_wrap .category_list li:nth-of-type(odd) {
  border-left: 1px solid #aaa;
}

.brand-nbb .section.content_wrap .category_list li:nth-of-type(even) {
  border-right: 1px solid #aaa;
}

.brand-nbb .section.content_wrap .category_list li a {
  padding: 4px 4px 10px;
  color: #707070;
}

.brand-nbb .section.content_wrap .category_list li .ff-en {
  text-align: center;
  font-size: 1.8rem;
}

.brand-nbb .section.content_wrap .category_list li .subttl {
  display: block;
  text-align: center;
  font-size: 1rem;
}

.brand-nbb .section.content_wrap .category_list .ff-en {
  display: block;
  font-size: 1.6rem;
}

.brand-nbb .nbb_contents_top,
.brand-nbb .nbbmagazine,
.brand-nbb .blog,
.brand-nbb .present {
  display: none;
}

.brand-nbb .nbb_new_items {
  border-top: none !important;
}

.brand-nbb .nbb_new_items .name-link {
  font-size: 1.2rem;
  margin-left: 0.8rem;
  margin-top: 6px;
  margin-bottom: 2px;
  color: #707070;
  line-height: 1.25;
  vertical-align: unset;
}

.brand-nbb .nbb_new_items .product-tile .product-name {
  margin-top: 0;
}

.brand-nbb .nbb_new_items .product-tile .product-pricing {
  margin-top: 0;
  margin-left: 0.8rem;
}

.brand-nbb .nbb_new_items .product-tile .product-pricing .product-sales-price {
  font-size: 1.4rem;
  color: #707070;
  line-height: 1.25;
  vertical-align: middle;
}

.brand-nbb .nbb_new_items .product-tile .product-pricing .product-sales-price.sale {
  color: red;
}

.brand-nbb .topics .category {
  display: none;
}

.brand-nbb .ranking {
  border-top: none !important;
}

.brand-nbb .ranking h2.title {
  margin-bottom: 32px;
}

.brand-nbb #rec-result ul.item-grid li {
  margin: 20px 0 0;
  position: relative;
}

.brand-nbb #rec-result ul.item-grid li:first-child {
  margin-right: 10px;
}

.brand-nbb #rec-result ul.item-grid li:nth-child(-n+2) {
  width: calc(50% - 5px);
  margin-bottom: 20px;
}

.brand-nbb #rec-result ul.item-grid li:nth-child(-n+2) .nbb_rank_label {
  width: 24px;
  height: 24px;
  top: -32px;
  font-size: 1.8rem;
}

.brand-nbb #rec-result ul.item-grid li:nth-child(n+3) {
  width: calc(33% - 6px);
  margin-right: 10px;
}

.brand-nbb #rec-result ul.item-grid li:last-child {
  margin-right: 0;
}

.brand-nbb #rec-result .nbb_rank_label {
  position: absolute;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px;
  top: -24px;
  left: 0;
  z-index: 30;
  width: 18px;
  height: 18px;
  background: #5f5f5f;
  color: #fff;
  text-align: center;
  font-family: bilo, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}

.brand-nbb #rec-result .product-tile .item,
.brand-nbb #rec-result .product-tile .price,
.brand-nbb #rec-result .product-tile .offprice {
  font-family: bilo, sans-serif;
  font-weight: 400;
  display: block;
  text-align: left;
  margin-left: 0.8rem;
}

.brand-nbb #rec-result .product-tile .item {
  font-size: 1.2rem;
  color: #707070;
  line-height: 1.3;
  margin-left: 0.8rem;
  margin-top: 6px;
  margin-bottom: 2px;
}

.brand-nbb #rec-result .product-tile .price {
  margin-top: 1px;
  font-size: 1.4rem;
  color: #707070;
  line-height: 1.25;
}

.brand-nbb #rec-result .product-tile .price::after {
  font-size: 1.4rem;
}

.brand-nbb #rec-result .product-tile .offprice {
  display: none;
  font-size: 1.2rem;
  color: red;
}

.brand-nbb #rec-result .product-tile .off + .offprice {
  display: block;
}

.brand-nbb .ranking .arrow.arrow_right-left::before,
.brand-nbb .ranking .arrow.arrow_right-left::after {
  display: none;
}

.brand-nbb .ranking span.arrow.arrow_right-left {
  padding-right: 0;
}

.brand-nbb .ranking .arrow.arrow_right-left {
  text-indent: 0;
}

.brand-nbb section.section.catalog {
  padding-top: 0;
}

.brand-nbb .catalog_bottom .catalog_list {
  max-width: 84%;
  margin: auto;
}

.brand-nbb .catalog_bottom .catalog_imgwrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 178%;
  top: 0;
  left: 0;
}

.brand-nbb .catalog_bottom .catalog_imgwrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand-nbb .staffstyle {
  display: none;
}

.brand-nbb .staffstart {
  padding-top: 56px;
  margin-bottom: 12px;
  border-top: none;
}

.brand-nbb .staffstart .styling_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.brand-nbb .staffstart .styling_list li {
  position: relative;
  width: calc(50% - 5px);
  margin-bottom: 20px;
}

.brand-nbb .staffstart img {
  max-width: 100%;
}

.brand-nbb .staffstart .staff-coordinate__list li .list__thumb {
  margin-bottom: 0;
}

.brand-nbb .staffstart .staff-coordinate__list li .list__prof .tx__wrap a.name {
  margin-top: 6px;
  font-size: 1.6rem;
  margin-left: 0.8rem;
  color: #707070;
  line-height: 1.25;
}

.brand-nbb .staffstart .staff-coordinate__list li .list__prof .tx__wrap p.height {
  font-size: 1.4rem;
  margin-left: 0.8rem;
  color: #707070;
  line-height: 1.25;
}

.brand-nbb .staffstart .arrow.arrow_right-left {
  text-indent: 0;
  padding-right: 0;
}

.brand-nbb .staffstart .arrow.arrow_right-left::before,
.brand-nbb .staffstart .arrow.arrow_right-left::after {
  display: none;
}

.brand-nbb .category_wrap {
  border-top: none;
  padding-top: 32px;
}

.brand-nbb .category_wrap h2.footer_cat_ttl {
  padding-top: 12px;
}

.brand-nbb .category_wrap .footer_category_list > li {
  width: 100%;
}

.brand-nbb .category_wrap .footer_category_list > li > a {
  padding: 8px 0 4px;
}

.brand-nbb .category_wrap .footer_category_list > li span.arrow.arrow_down-right {
  letter-spacing: 0;
}

.brand-nbb .category_wrap .footer_category_list > li .sub_cat li {
  padding-left: 0;
}

.brand-nbb .category_wrap .footer_category_list > li .sub_cat li a::before {
  display: none;
}

@media (max-width: 769px) {
  .brand-nbb #rec-result ul.item-grid li:nth-of-type(n+4) {
    display: block;
  }
  .brand-nbb .staff-coordinate__list {
    padding: 0;
  }
}

@media (min-width: 769px) {
  .brand-nbb .swiper-pagination {
    margin-top: 48px;
  }
  .brand-nbb .section {
    padding-top: 60px;
  }
  .brand-nbb h2.title {
    font-size: 3.4rem;
  }
  .brand-nbb .more_wrap {
    margin-top: 36px;
    margin-left: 0;
  }
  .brand-nbb a.view_more.half_btn2 {
    width: 18%;
    margin-right: 0;
  }
  .brand-nbb .top_kv {
    border-bottom: none;
  }
  .brand-nbb .nbb_new_items {
    border-top: none;
    margin-bottom: 20px;
  }
  .brand-nbb .nbb_new_items .nbb_new_items__inner {
    padding: 0;
  }
  .brand-nbb .nbb_new_items .nbb_new_items__inner ul li {
    width: calc(25% - 8px);
    margin-bottom: 0;
  }
  .brand-nbb .nbb_new_items .nbb_new_items__inner ul li img {
    max-width: 100%;
  }
  .brand-nbb .topics-alt_list {
    max-width: 64%;
  }
  .brand-nbb section.section.catalog {
    padding-top: 0;
  }
  .brand-nbb section.section.catalog .catalog_list {
    max-width: 64%;
  }
  .brand-nbb .category_wrap .category_list > li > a {
    font-size: 2rem;
  }
  .brand-nbb .more_wrap span {
    font-size: 2.6rem;
  }
  .brand-nbb .section.news {
    padding-top: 60px;
  }
  .brand-nbb .section.news .list_layout li {
    margin-right: 20px;
  }
  .brand-nbb .section.news .list_layout li:nth-of-type(2n) {
    margin-right: 0;
  }
  .brand-nbb .section.news .news_txt {
    margin-top: 8px;
  }
  .brand-nbb .section.news p.list_date {
    right: auto;
    position: relative;
    margin-top: 8px;
    bottom: auto;
  }
  .brand-nbb .section.nbb_pre_order .slide_run {
    width: 88%;
  }
  .brand-nbb .section.nbb_pre_order .slide_controler {
    width: 100%;
    left: 0;
    top: 54% !important;
  }
  .brand-nbb .section.nbb_pre_order .slide_prev::before,
  .brand-nbb .section.nbb_pre_order .slide_next::before {
    width: 10px;
    top: 9px;
  }
  .brand-nbb .section.nbb_pre_order .slide_prev::after,
  .brand-nbb .section.nbb_pre_order .slide_next::after {
    width: 10px;
    top: 16px;
  }
  .brand-nbb .section.nbb_pre_order .title_sub {
    font-size: 1.8rem;
  }
  .brand-nbb .section.recommended ul {
    padding: 0;
  }
  .brand-nbb .section.recommended ul li {
    width: calc(100%/3 - 8px);
  }
  .brand-nbb .section.recommended img {
    max-width: 100%;
  }
  .brand-nbb .nbb_ranking_v2 .ranking_content {
    margin-top: 40px;
  }
  .brand-nbb .nbb_ranking_v2 .ranking_content ul.search-result-items li:nth-child(-n+2) {
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }
  .brand-nbb .nbb_ranking_v2 .ranking_content ul.search-result-items li:last-child {
    margin-right: 0;
  }
  .brand-nbb .nbb_ranking_v2 .ranking_content .product-tile {
    color: inherit;
  }
  .brand-nbb .nbb_ranking_v2 .ranking_content .nbb_rank_label {
    top: -36px;
  }
  .brand-nbb .nbb_ranking_v2 .ranking_content .nbb_rank_label img {
    width: 28px;
  }
  .brand-nbb .nbb_ranking_v2 a.view_more.half_btn2 {
    width: 24%;
  }
  .brand-nbb .staffstyle {
    margin-left: 0;
    margin-bottom: 80px;
    padding-top: 70px;
  }
  .brand-nbb .staffstyle .styling_list li {
    width: calc(25% - 8px);
    margin-bottom: 0;
  }
  .brand-nbb .staffstyle img {
    max-width: 100%;
  }
  .brand-nbb .section.app .app_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .brand-nbb .section.app .app_inner {
    width: 60%;
    margin: auto;
  }
  .brand-nbb .section.app .app_wrap a {
    width: 100px;
  }
  .brand-nbb .section.app .app_wrap img {
    width: 100%;
  }
  .brand-nbb .section.app p.app_txt {
    margin-top: 0;
  }
  .brand-nbb .nbb_aside {
    padding-bottom: 50px;
  }
  .brand-nbb .nbb_new_items a,
  .brand-nbb .nbb_pre_order a,
  .brand-nbb .nbb_ranking_test a,
  .brand-nbb .recommended a,
  .brand-nbb .staffstyle a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .brand-nbb .nbb_new_items a:hover,
  .brand-nbb .nbb_pre_order a:hover,
  .brand-nbb .nbb_ranking_test a:hover,
  .brand-nbb .recommended a:hover,
  .brand-nbb .staffstyle a:hover {
    opacity: 0.7;
  }
  .brand-nbb .footer_category_wrap {
    padding-top: 60px;
  }
  .brand-nbb .footer_category_wrap .category_list {
    width: 56%;
  }
  .brand-nbb .footer_category_wrap .sub_cat li {
    margin: auto;
    text-align: center;
  }
  .brand-nbb .section.content_wrap {
    padding-top: 60px;
  }
  .brand-nbb .section.content_wrap .category_list {
    width: 56%;
    margin: auto;
  }
  .brand-nbb .section.content_wrap .category_list li {
    width: 50%;
  }
  .brand-nbb .section.content_wrap .category_list li:nth-last-child(-n+3) {
    border-bottom: none;
  }
  .brand-nbb .section.content_wrap .category_list li:nth-last-child(-n+2) {
    border-bottom: 1px solid #aaa;
  }
  .brand-nbb .section.content_wrap .category_list li:nth-of-type(4),
  .brand-nbb .section.content_wrap .category_list li:nth-of-type(7),
  .brand-nbb .section.content_wrap .category_list li:nth-of-type(10),
  .brand-nbb .section.content_wrap .category_list li:nth-of-type(13) {
    border-left: inherit;
  }
  .brand-nbb .ranking h2.title {
    padding-top: 20px;
    margin-bottom: 60px;
  }
  .brand-nbb #rec-result ul.item-grid li:nth-child(-n+2) {
    width: calc(50% - 10px);
    margin-bottom: 40px;
  }
  .brand-nbb #rec-result ul.item-grid li:nth-child(-n+2) .nbb_rank_label {
    width: 34px;
    height: 34px;
    top: -42px;
    font-size: 2rem;
  }
  .brand-nbb #rec-result .nbb_rank_label {
    top: -36px;
    width: 28px;
    height: 28px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .brand-nbb #rec-result .nbb_rank_label img {
    width: 24px;
  }
  .brand-nbb .section.ranking {
    padding-top: 60px;
  }
  .brand-nbb .ranking a.view_more.half_btn2 {
    width: 24%;
  }
  .brand-nbb .catalog_bottom .catalog_list {
    max-width: 64%;
  }
  .brand-nbb .staffstart {
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 70px;
  }
  .brand-nbb .staffstart .styling_list li {
    width: calc(25% - 8px);
    margin-bottom: 0;
  }
  .brand-nbb .staffstart .staff-coordinate__list li {
    width: calc((100% / 4) - 10px);
  }
  .brand-nbb .staffstart .staff-coordinate__list li:last-of-type {
    margin-right: 0;
  }
  .brand-nbb .staff-coordinate__list li .section.sns {
    padding-top: 48px;
  }
  .brand-nbb .category_wrap {
    padding-top: 32px;
  }
  .brand-nbb .category_wrap .footer_category_list {
    width: 56%;
  }
  .brand-nbb .category_wrap .footer_category_list > li .sub_cat li {
    margin: auto;
    text-align: center;
    padding-left: 0;
  }
}
