@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?3btb3j");
  src: url("../fonts/icomoon.eot?3btb3j#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3btb3j") format("truetype"), url("../fonts/icomoon.woff?3btb3j") format("woff"), url("../fonts/icomoon.svg?3btb3j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before, .article-section-category .item-name a:after, .text-item .item-block a:after, .section-brand-list .item-block a:after, .accordion-block-title:after, .select-wrap:before, .sort-block .title-btn:after, .select-wrap:after, .link-blank a:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-human:before {
  content: "\e911";
}

.icon-heart:before {
  content: "\e910";
}

.icon-arrow4:before {
  content: "\e90f";
}

.icon-close:before {
  content: "\e90e";
}

.icon-floor:before {
  content: "\e90d";
}

.icon-balloon:before {
  content: "\e908";
}

.icon-cart:before {
  content: "\e909";
}

.icon-hanger:before {
  content: "\e90a";
}

.icon-mail:before {
  content: "\e90b";
}

.icon-phone:before {
  content: "\e90c";
}

.icon-blank:before {
  content: "\e907";
}

.icon-map:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e905";
}

.icon-arrow3:before {
  content: "\e904";
}

.icon-pen:before {
  content: "\e903";
}

.icon-refine:before {
  content: "\e902";
}

.icon-arrow2:before {
  content: "\e900";
}

.icon-sort:before {
  content: "\e901";
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

div, h1, h2, h3, h4, h5, h6, form, ul, li, ol, dl, dt, dd, p, fieldset, pre, code, legend, blockquote, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
}

li {
  list-style: none;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

/* Embedded content */
img {
  vertical-align: top;
  line-height: 1;
}

/* Tabular data */
caption {
  padding: 0;
}

th, td {
  padding: 0;
}

/* Forms */
fieldset {
  border: 0;
}

html, body {
  height: 100%;
}

html {
  background: #ffffff;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

@media (max-width: 959px) {
  html {
    overflow-x: visible;
  }
}

body {
  font-size: 1.3rem;
  font-size: 13px;
  background: #ffffff;
  color: #2c2c2c;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6;
  width: 100%;
  min-height: 100%;
  word-break: break-all;
}

@media (max-width: 559px) {
  body {
    font-size: 1.2rem;
    font-size: 12px;
  }
}

@media (max-width: 959px) {
  body {
    position: relative;
  }
}

@media (max-width: 559px) {
  .screen {
    overflow-x: hidden;
  }
  .wrapper {
    overflow-x: hidden;
  }
}

img {
  height: auto;
}

.page-wrapper {
  padding-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

.page-wrapper.is-fixed {
  width: 100%;
}

@media (min-width: 560px) and (max-width: 959px) {
  .page-wrapper {
    padding-top: 56px;
  }
}

@media (min-width: 960px) {
  .page-wrapper {
    padding-top: 94px;
  }
}

.bb_app .page-wrapper {
  padding-top: 0 !important;
}

.txt-red {
  color: #BC5561;
}

.is-show {
  display: inherit !important;
}

.is-hide {
  display: none !important;
}

.is-visible {
  visibility: visible !important;
}

.is-hidden {
  visibility: hidden !important;
}

.is-fixed {
  position: fixed !important;
}

.is-absolute {
  position: absolute !important;
}

.is-overflow-hidden {
  overflow: hidden !important;
}

.is-disable a {
  opacity: 0.4;
  cursor: default;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

@media (min-width: 960px) {
  .only-sp {
    display: none;
  }
}

@media (min-width: 1080px) {
  .only-sp {
    display: none;
  }
}

@media (max-width: 559px) {
  .only-pc {
    display: none;
  }
}

.article-aside {
  margin-top: 100px;
}

@media (max-width: 559px) {
  .article-aside {
    margin-top: 50px;
  }
}

.article-aside:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 559px) {
  .article-aside:not(:last-child) {
    margin-bottom: 30px;
  }
}

.article-aside .article-aside-note {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 559px) {
  .article-aside .article-aside-note {
    text-align: left;
  }
}

.article-aside .article-aside-note small {
  font-size: inherit;
}

.article-aside.text-gray .article-aside-note small {
  color: #8d8d8d;
}

.article-note {
  margin: 60px 0;
  padding: 0 24px;
}

@media (max-width: 559px) {
  .article-note {
    margin: 50px 0;
  }
}

.article-note + .article-note {
  margin-top: -50px;
}

@media (max-width: 559px) {
  .article-note + .article-note {
    margin-top: -40px;
  }
}

.article-note small {
  display: block;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 959px) {
  .article-note small {
    text-align: left;
  }
}

.article-product-detail {
  padding-bottom: 60px;
  word-break: break-all;
  color: #2c2c2c;
}

@media (max-width: 559px) {
  .article-product-detail {
    margin-bottom: 50px;
  }
}

.article-section-attention-brand {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-attention-brand {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-attention-brand {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-attention-brand {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-attention-brand:first-child {
  margin-top: 0;
}

.article-section-attention-brand .item-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-section-attention-brand .item-image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
}

.article-section-attention-brand .brand-image-thumb-main {
  width: 66.6%;
}

.article-section-attention-brand .brand-image-thumb-sub {
  width: 33.3%;
}

.article-section-attention-brand .item-caption-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}

.article-section-attention-brand .item-caption-area .item-logo {
  width: 38px;
  height: 38px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 0.5px solid #d7d7d7;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article-section-attention-brand .item-caption-area .item-logo img {
  width: 100%;
  vertical-align: middle;
}

.article-section-attention-brand .item-caption-area .item-caption {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
}

.article-section-attention-brand .item-caption-area .item-caption > a {
  text-decoration: none;
  color: #2c2c2c;
}

.article-section-attention-brand .item-caption-area .favorite-icon {
  margin: 7px 0 0 10px;
}

.article-section-brand-description {
  margin-bottom: 56px;
  padding: 0 24px;
}

@media (max-width: 559px) {
  .article-section-brand-description {
    margin-bottom: 36px;
    padding: 0 24px;
  }
}

.article-section-brand-description:not(:first-child) {
  margin-top: 56px;
}

@media (max-width: 559px) {
  .article-section-brand-description:not(:first-child) {
    margin-top: 36px;
  }
}

.article-section-brand-description:last-child {
  margin-bottom: 0;
}

.article-section-brand-description .content-inner > *:last-child {
  margin-bottom: 0;
}

.article-section-brand-description .description-title {
  text-align: center;
  margin-bottom: 32px;
}

.article-section-brand-description .description-title .section-title {
  font-size: 24px;
}

@media (max-width: 559px) {
  .article-section-brand-description .description-title {
    text-align: left;
    margin-bottom: 20px;
  }
  .article-section-brand-description .description-title .section-title {
    font-size: 18px;
  }
}

.article-section-brand-description .description-title:not(:first-child) {
  margin-top: 56px;
}

@media (max-width: 559px) {
  .article-section-brand-description .description-title:not(:first-child) {
    margin-top: 40px;
  }
}

.article-section-brand-description .description-image {
  margin-bottom: 30px;
}

@media (max-width: 559px) {
  .article-section-brand-description .description-image {
    margin-bottom: 40px;
    padding: 0 36px;
  }
}

.article-section-brand-description .description-image img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.article-section-brand-description .description-txt-area {
  max-width: 580px;
  margin: 0 auto 24px;
  font-size: 14px;
  color: #000000;
}

@media (max-width: 559px) {
  .article-section-brand-description .description-txt-area {
    padding: 0 12px;
    margin-bottom: 15px;
    font-size: 11px;
  }
}

.article-section-brand-description .description-link-btn {
  max-width: 580px;
  height: auto;
  margin: 0 auto;
  padding: 8px 6px;
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #595959;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}

@media (min-width: 960px) {
  .article-section-brand-description .description-link-btn:hover {
    color: #ffffff;
    background-color: #595959;
    border-color: #595959;
    opacity: 1;
  }
  .article-section-brand-description .description-link-btn:hover .icon-blank {
    color: #ffffff;
  }
}

@media (max-width: 559px) {
  .article-section-brand-description .description-link-btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 24px);
  }
}

.article-section-brand-description .description-link-btn .icon-blank {
  margin: -3px 0 0 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #595959;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.article-section-brand-description .description-banner {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 559px) {
  .article-section-brand-description .description-banner {
    margin-bottom: 20px;
  }
}

.article-section-brand-description .description-banner img {
  max-width: 100%;
}

.article-section-brand-description .description-banner-txt {
  max-width: 580px;
  margin: 0 auto 36px;
}

@media (max-width: 559px) {
  .article-section-brand-description .description-banner-txt {
    margin-bottom: 20px;
  }
}

.article-section-brand-description .description-banner-txt p {
  font-size: 14px;
  color: #000000;
}

.article-section-brand-description .description-link {
  max-width: 320px;
  margin: 0 auto 40px;
}

.article-section-brand-description .description-link + .description-link {
  margin-top: -20px;
}

.article-section-brand-list {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-brand-list {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-brand-list {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-brand-list {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-brand-list:first-child {
  margin-top: 0;
}

.article-section-brand {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-brand {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-brand {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-brand {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-brand:first-child {
  margin-top: 0;
}

.article-section-campagin {
  margin-top: 12px;
  padding: 40px 20px 55px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-campagin {
    padding: 40px 38px 55px;
  }
}

@media (max-width: 559px) {
  .article-section-campagin {
    padding: 16px 0 22px;
  }
}

.article-section-campagin:first-child {
  margin-top: 0;
}

.pagewrap-top-page .article-section-campagin {
  margin-top: 12px;
}

.article-section-campagin .item-image {
  margin-bottom: 18px;
}

.article-section-campagin .item-caption-area .item-tag {
  min-width: 158px;
  margin-bottom: 10px;
  padding: 0 5px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background-color: #595959;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 959px) {
  .article-section-campagin .item-caption-area .item-tag {
    min-width: auto;
    display: block;
  }
}

.article-section-campagin .item-caption-area .item-title a {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #2c2c2c;
}

.article-section-campagin .item-caption-area .item-term a {
  font-size: 12px;
  text-decoration: none;
  color: #595959;
}

.article-section-category {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-category {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-category {
    padding: 16px 0 30px;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-category {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-category:first-child {
  margin-top: 0;
}

.pagewrap-top-page .article-section-category {
  margin-top: 12px;
}

@media (min-width: 960px) {
  .article-top .article-section-category.is-pc-hide {
    display: none;
  }
}

@media (max-width: 959px) {
  .article-top .article-section-category.is-pc-show {
    display: none;
  }
}

.article-section-checked {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-checked {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-checked {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-checked {
    margin: 0 0 40px;
    padding: 0;
  }
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-item .article-section-checked {
    padding-bottom: 24px;
  }
}

@media (max-width: 559px) {
  .article-sort-list + .article-section-checked {
    margin-top: 0;
  }
}

.article-section-checked:first-child {
  margin-top: 0;
}

.pagewrap-top-page .article-section-checked {
  margin-top: 12px;
}

.article-section-coupon {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-coupon {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-coupon {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-coupon {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-coupon:first-child {
  margin-top: 0;
}

.article-section-curator {
  margin-top: 12px;
  padding: 40px 20px 60px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-curator {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-curator {
    padding: 0 0 55px;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-curator {
    margin: 0 0 40px;
    padding: 0;
  }
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-curator .article-section-curator {
    margin-top: 0;
  }
}

.article-section-curator:first-child {
  margin-top: 0;
}

.article-section-event {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-event {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-event {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-event {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-event:first-child {
  margin-top: 0;
}

.article-section-event-block + .article-section-event-block {
  margin-top: 45px;
}

@media (max-width: 559px) {
  .article-section-event-block + .article-section-event-block {
    margin-top: 32px;
  }
}

.article-section-favorite {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-favorite {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-favorite {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-favorite {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-favorite:first-child {
  margin-top: 0;
}

.article-section-feature {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-feature {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-feature {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-feature {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-feature:first-child {
  margin-top: 0;
}

.article-section-interest {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-interest {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-interest {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-interest {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-interest:first-child {
  margin-top: 0;
}

.article-section-item {
  margin-top: 12px;
  padding: 0 20px 40px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-item {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-item {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-item {
    margin: 0 0 40px;
    padding: 0;
  }
}

@media (max-width: 959px) {
  .pagewrap-search-word .article-section-item {
    margin-top: 12px;
  }
}

.article-section-item:first-child {
  margin-top: 0;
}

.article-section-limited {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-limited {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-limited {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-limited {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-limited:first-child {
  margin-top: 0;
}

.article-section-mens {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-mens {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-mens {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-mens {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-mens:first-child {
  margin-top: 0;
}

.article-section-news {
  margin-top: 12px;
  padding: 50px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-news {
    padding: 50px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-news {
    padding: 14px 18px 22px;
  }
}

.article-section-news:first-child {
  margin-top: 0;
}

.article-section-news .news-list-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.article-section-news .news-list-cell:not(:last-child) {
  margin-bottom: 10px;
}

.article-section-news .news-list-cell .news-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}

.article-section-news .news-list-cell .news-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.article-section-news .news-list-cell .news-title a {
  color: #2c2c2c;
}

.article-section-pickup {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-pickup {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-pickup {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-pickup {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-pickup:first-child {
  margin-top: 0;
}

.article-section-popular {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-popular {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-popular {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-popular {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-popular:first-child {
  margin-top: 0;
}

.article-section-ranking {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-ranking {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-ranking {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-ranking {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-ranking:first-child {
  margin-top: 0;
}

.pagewrap-top-page .article-section-ranking {
  margin-top: 12px;
}

.article-section-ranking .content-inner:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 559px) {
  .article-section-ranking .content-inner:not(:last-child) {
    margin-bottom: 30px;
  }
}

.article-section-related {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-related {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-related {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-related {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-feature-top + .article-section-related {
  margin-top: 0;
}

.article-section-related:first-child {
  margin-top: 0;
}

.article-section-relation {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-relation {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-relation {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-relation:first-child {
  margin-top: 0;
}

.article-section-sale {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-sale {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-sale {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-sale {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-sale:first-child {
  margin-top: 0;
}

.article-section-search-result {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-search-result {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-search-result {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-search-result {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-search-result:first-child {
  margin-top: 0;
}

.article-section-search-result .search-result-txt {
  margin: -15px 0 35px;
  font-size: 14px;
  text-align: center;
  color: #8d8d8d;
}

@media (max-width: 959px) {
  .article-section-search-result .search-result-txt {
    margin: 10px 0 10px;
    text-align: left;
  }
}

@media (max-width: 559px) {
  .article-section-search-result .search-result-txt {
    margin: 10px 18px 10px;
  }
}

.article-section-share {
  margin: 60px 0;
}

.article-section-share .share-btn-list {
  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;
}

.article-section-share .share-btn-list > li:not(:first-child) {
  margin-left: 60px;
}

.article-section-share .share-btn-list > li a {
  display: block;
}

.feature-article-imn .article .content-asset .article-section-share .share-btn-list > li a::after {
  content: none;
  display: none;
}

.article-section-similar {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-similar {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-similar {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-similar {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-similar:first-child {
  margin-top: 0;
}

.article-section-store-info {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-store-info {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-store-info {
    padding: 16px 24px;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-store-info {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-store-info:first-child {
  margin-top: 0;
}

.article-section-store-info .content-inner {
  max-width: 680px;
}

.article-section-store-info .column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 559px) {
  .article-section-store-info .column-wrap {
    display: block;
    margin-top: 18px;
  }
}

.article-section-store-info .info-column:first-child {
  width: 54%;
}

@media (max-width: 559px) {
  .article-section-store-info .info-column:first-child {
    width: auto;
  }
}

.article-section-store-info .info-column:last-child {
  width: 41%;
}

@media (max-width: 559px) {
  .article-section-store-info .info-column:last-child {
    width: auto;
  }
}

.article-section-store-info .info-cell-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #2c2c2c;
}

.article-section-store-info .info-cell-block .info-title {
  max-width: 80px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 559px) {
  .article-section-store-info .info-cell-block .info-title {
    width: 65px;
  }
}

.article-section-store-info .info-cell-block .info-cell {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.article-section-store-info .info-cell-block .info-cell a {
  color: #595959;
  text-decoration: underline;
}

.article-section-store-info .info-cell-block p {
  margin-bottom: 5px;
}

.article-section-store-info .access-map {
  margin-top: 40px;
}

.article-section-store-info .access-map iframe {
  width: 100%;
  vertical-align: bottom;
  border: 0 none;
}

@media (max-width: 559px) {
  .article-section-store-info .access-map iframe {
    height: 280px;
  }
}

.article-section-store-info .store-info-btn-area {
  margin-top: 40px;
}

.article-section-store-info .store-info-btn-area a {
  max-width: 335px;
  margin: 0 auto;
}

.article-section-store-news {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-store-news {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-store-news {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-store-news {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-store-news:first-child {
  margin-top: 0;
}

.article-section-storelist {
  margin-bottom: 56px;
  padding: 0 24px;
}

@media (max-width: 559px) {
  .article-section-storelist {
    margin-bottom: 36px;
    padding: 0;
  }
}

.article-section-storelist:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 559px) {
  .article-section-storelist:not(:first-child) {
    margin-top: 20px;
  }
}

.article-section-storelist:last-child {
  margin-bottom: 0;
}

.pagewrap-brand-top .article-section-storelist {
  background-color: #f6f6f6;
}

.article-section-storelist .section-note-area {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

.article-section-storelist .section-note-area + .item-list {
  margin-top: 32px;
}

@media (max-width: 559px) {
  .article-section-storelist .section-note-area {
    text-align: left;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 24px;
  }
}

.article-section-storelist .section-title-area + .section-note-area {
  margin-top: -20px;
}

@media (max-width: 559px) {
  .article-section-storelist .section-title-area + .section-note-area {
    margin-top: -10px;
  }
}

.article-section-storelist .txt-link-area {
  position: absolute;
  left: 18px;
  bottom: 22px;
}

.article-section-storelist .txt-link-area > a {
  display: block;
  text-decoration: none;
  color: #595959;
}

.article-section-storelist .txt-link-area > a.icon-map::before {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 10px;
  padding: 0 2px 0 3px;
  font-size: 16px;
  color: #8d8d8d;
}

.article-section-storelist .txt-link-area > a.icon-floor::before {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #8d8d8d;
}

.article-section-storelist .txt-link-map {
  margin-top: 4px;
}

.article-section-story {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-story {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-story {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-story {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-story:first-child {
  margin-top: 0;
}

.article-section-tag {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-tag {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-tag {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-tag {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-tag:first-child {
  margin-top: 0;
}

.article-section-wallet {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-wallet {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-wallet {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-wallet {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-wallet:first-child {
  margin-top: 0;
}

.article-section-womens {
  margin-top: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}

@media (max-width: 1132px) {
  .article-section-womens {
    padding: 30px 38px;
  }
}

@media (max-width: 559px) {
  .article-section-womens {
    padding: 16px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .article-section-womens {
    margin: 0 0 40px;
    padding: 0;
  }
}

.article-section-womens:first-child {
  margin-top: 0;
}

.article-sort-list {
  margin-bottom: 84px;
  color: #2c2c2c;
}

@media (max-width: 959px) {
  .article-sort-list {
    margin-bottom: 60px;
  }
}

@media (max-width: 559px) {
  .article-sort-list {
    margin-bottom: 50px;
  }
}

.pagewrap-favorite-list-brand .article-sort-list {
  margin-bottom: 0;
  background-color: #ffffff;
}

@media (min-width: 560px) {
  .pagewrap-favorite-list-brand .article-sort-list {
    padding-top: 16px;
  }
}

.pagewrap-favorite-list-curator .article-sort-list {
  margin-bottom: 0;
  background-color: #ffffff;
}

@media (min-width: 560px) {
  .pagewrap-favorite-list-curator .article-sort-list {
    padding-top: 16px;
  }
}

.pagewrap-favorite-list-event .article-sort-list {
  margin-bottom: 0;
  background-color: #ffffff;
}

@media (min-width: 560px) {
  .pagewrap-favorite-list-event .article-sort-list {
    padding-top: 16px;
  }
}

.pagewrap-favorite-list-feature .article-sort-list {
  margin-bottom: 0;
  background-color: #ffffff;
}

@media (min-width: 560px) {
  .pagewrap-favorite-list-feature .article-sort-list {
    padding-top: 16px;
  }
}

.pagewrap-favorite-list-item .article-sort-list {
  margin-bottom: 0;
  background-color: #ffffff;
}

@media (min-width: 560px) {
  .pagewrap-favorite-list-item .article-sort-list {
    padding-top: 16px;
  }
}

@media (min-width: 560px) {
  .pagewrap-store-coupon-detail .article-sort-list {
    padding: 0;
  }
}

@media (max-width: 559px) {
  .pagewrap-store-coupon-detail .article-sort-list {
    padding-top: 30px;
  }
}

@media (min-width: 560px) {
  .pagewrap-store-coupon-list .article-sort-list {
    padding: 0;
  }
}

@media (max-width: 559px) {
  .pagewrap-store-coupon-list .article-sort-list {
    padding-top: 30px;
  }
}

@media (min-width: 560px) {
  .pagewrap-store-event-list .article-sort-list {
    padding: 0;
  }
}

@media (max-width: 559px) {
  .pagewrap-store-event-list .article-sort-list {
    padding-top: 30px;
  }
}

.breadcrumbs {
  margin-top: 16px;
  margin-bottom: 24px;
}

@media (max-width: 959px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
}

@media (max-width: 559px) {
  .breadcrumbs {
    display: none;
  }
}

@media (max-width: 959px) {
  .article-top .breadcrumbs {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.article-curator-detail .breadcrumbs {
  margin-top: 0;
}

.pagewrap-favorite-list-brand .article-sort-list .breadcrumbs {
  margin-top: 0;
}

.pagewrap-favorite-list-curator .article-sort-list .breadcrumbs {
  margin-top: 0;
}

.pagewrap-favorite-list-event .article-sort-list .breadcrumbs {
  margin-top: 0;
}

.pagewrap-favorite-list-feature .article-sort-list .breadcrumbs {
  margin-top: 0;
}

.pagewrap-favorite-list-item .article-sort-list .breadcrumbs {
  margin-top: 0;
}

@media (max-width: 959px) {
  .pagewrap-feature-items .article-feature-items .breadcrumbs {
    margin-top: 0;
  }
}

@media (max-width: 959px) {
  .pagewrap-store-top .article-top .breadcrumbs {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-word .breadcrumbs.is-sp {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
  }
}

@media (max-width: 559px) {
  .pagewrap-product-list .breadcrumbs.is-sp {
    margin-top: 36px;
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .pagewrap-category-top .breadcrumbs {
    padding-top: 16px;
    margin-top: auto;
    margin-bottom: 0;
    background-color: #ffffff;
  }
}

@media (min-width: 560px) and (max-width: 959px) {
  .pagewrap-category-top .breadcrumbs {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
  }
}

@media (max-width: 559px) {
  .pagewrap-category-top .breadcrumbs.is-sp {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0;
    padding: 0 18px;
  }
}

.item-list + .breadcrumbs {
  margin-top: 40px;
}

.breadcrumbs.is-sp {
  display: none;
}

@media (max-width: 559px) {
  .breadcrumbs.is-sp {
    display: block;
  }
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs-list .list-item {
  margin-right: 10px;
  color: #8d8d8d;
  font-size: 1.1rem;
}

.breadcrumbs-list .list-item:after {
  content: "";
  background: url(../images/ico_arrow.svg) no-repeat center/cover;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
}

.breadcrumbs-list .list-item:last-child {
  margin-right: 0;
}

.breadcrumbs-list .list-item:last-child:after {
  content: none;
  display: none;
}

.breadcrumbs-list .list-item a {
  text-decoration: none;
}

@media (min-width: 560px) {
  .pagewrap-category-top .breadcrumbs-list {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.article-section-brand-description .description-link > a, .link-btn, .mypage-link-btn, .dark-link-btn, .error-btn, .isetan-btn, .mitsukoshi-btn, .mini-isetan-btn, .mini-mitsukoshi-btn, .favorite-text-btn, .refine-btn, .clear-btn, .modal-link-btn, .item-link-btn, .gray-item-link-btn, .curator-link-btn, .map-link-btn, .form-btn, .cart-btn, .order-btn, .bottom-btn, .send-btn,
[class*="send-btn-"], .cancel-btn,
[class*="cancel-btn-"], .form-btn.search-btn, .form-btn.reset-btn, .detail-brand-form-btn-area .form-btn.reset-btn, .coupon-btn, .coupon-btn.is-disabled, .item-order-btn, .item-list-more-btn, .favorite-product-btn {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (min-width: 960px) {
  .article-section-brand-description .description-link > a:hover, .link-btn:hover, .mypage-link-btn:hover, .dark-link-btn:hover, .error-btn:hover, .isetan-btn:hover, .mitsukoshi-btn:hover, .mini-isetan-btn:hover, .mini-mitsukoshi-btn:hover, .favorite-text-btn:hover, .refine-btn:hover, .clear-btn:hover, .modal-link-btn:hover, .item-link-btn:hover, .gray-item-link-btn:hover, .curator-link-btn:hover, .map-link-btn:hover, .form-btn:hover, .cart-btn:hover, .order-btn:hover, .bottom-btn:hover, .send-btn:hover,
  :hover[class*="send-btn-"], .cancel-btn:hover,
  :hover[class*="cancel-btn-"], .detail-brand-form-btn-area .form-btn.reset-btn:hover, .coupon-btn:hover, .item-order-btn:hover, .item-list-more-btn:hover, .favorite-product-btn:hover {
    opacity: 0.7;
  }
}

.link-btn, .clear-btn, .item-link-btn, .curator-link-btn, .map-link-btn, .cancel-btn,
[class*="cancel-btn-"], .form-btn.reset-btn, .item-order-btn {
  color: #595959;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
}

@media (min-width: 960px) {
  .link-btn:hover, .clear-btn:hover, .item-link-btn:hover, .curator-link-btn:hover, .map-link-btn:hover, .cancel-btn:hover,
  :hover[class*="cancel-btn-"], .form-btn.reset-btn:hover, .item-order-btn:hover {
    color: #ffffff;
    background-color: #595959;
    border: 1px solid #595959;
  }
}

.mypage-link-btn {
  color: #595959;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

@media (min-width: 960px) {
  .mypage-link-btn:hover {
    color: #ffffff;
    background-color: #2c2c2c;
    border: 1px solid #2c2c2c;
  }
}

.article-section-brand-description .description-link > a, .error-btn, .refine-btn, .modal-link-btn, .form-btn, .cart-btn, .bottom-btn, .send-btn,
[class*="send-btn-"], .form-btn.search-btn, .coupon-btn, .item-list-more-btn {
  color: #ffffff;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
}

@media (min-width: 960px) {
  .article-section-brand-description .description-link > a:hover, .error-btn:hover, .refine-btn:hover, .modal-link-btn:hover, .form-btn:hover, .cart-btn:hover, .bottom-btn:hover, .send-btn:hover,
  :hover[class*="send-btn-"], .coupon-btn:hover, .item-list-more-btn:hover {
    color: #ffffff;
    background-color: #2c2c2c;
    border: 1px solid #2c2c2c;
  }
}

.favorite-text-btn {
  color: #595959;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
}

@media (min-width: 960px) {
  .favorite-text-btn:hover {
    color: #ffffff;
    background-color: #2c2c2c;
    border: 1px solid #2c2c2c;
  }
}

.detail-brand-form-btn-area .form-btn.reset-btn, .favorite-product-btn {
  color: #595959;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
}

@media (min-width: 960px) {
  .detail-brand-form-btn-area .form-btn.reset-btn:hover, .favorite-product-btn:hover {
    color: #595959;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
  }
}

.dark-link-btn, .gray-item-link-btn, .order-btn {
  color: #ffffff;
  background-color: #595959;
  border: 1px solid #595959;
}

@media (min-width: 960px) {
  .dark-link-btn:hover, .gray-item-link-btn:hover, .order-btn:hover {
    color: #ffffff;
    background-color: #595959;
    border: 1px solid #595959;
  }
}

.isetan-btn {
  color: #595959;
  background-color: #ffffff;
  background-image: url(../images/logo_color_isetan.svg);
  background-repeat: no-repeat;
  background-position: 26px center;
  background-size: 74px;
  border: 1px solid #023894;
  padding-left: 126px;
}

@media (min-width: 960px) {
  .isetan-btn:hover {
    color: #ffffff;
    background-color: #023894;
    background-image: url(../images/logo_isetan_white.svg);
    border: 1px solid #023894;
  }
}

.mitsukoshi-btn {
  color: #595959;
  background-color: #ffffff;
  background-image: url(../images/logo_color_mitsukoshi.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 102px;
  border: 1px solid #6C5E3B;
  padding-left: 126px;
}

@media (min-width: 960px) {
  .mitsukoshi-btn:hover {
    color: #ffffff;
    background-color: #6C5E3B;
    background-image: url(../images/logo_mitsukoshi_white.svg);
    border: 1px solid #6C5E3B;
  }
}

.mini-isetan-btn {
  color: #595959;
  background-color: #ffffff;
  background-image: url(../images/logo_color_isetan.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 37px;
  border: 1px solid #023894;
}

.is-active.mini-isetan-btn {
  color: #ffffff;
  background-color: #023894;
  background-image: url(../images/logo_isetan_white.svg);
  border: 1px solid #023894;
  cursor: default;
}

.is-active.mini-isetan-btn:hover {
  opacity: 1;
}

@media (min-width: 960px) {
  .mini-isetan-btn:hover {
    color: #ffffff;
    background-color: #023894;
    background-image: url(../images/logo_isetan_white.svg);
    border: 1px solid #023894;
  }
}

.mini-mitsukoshi-btn {
  color: #595959;
  background-color: #ffffff;
  background-image: url(../images/logo_color_mitsukoshi.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75px;
  border: 1px solid #6C5E3B;
}

.is-active.mini-mitsukoshi-btn {
  color: #ffffff;
  background-color: #6C5E3B;
  background-image: url(../images/logo_mitsukoshi_white.svg);
  border: 1px solid #6C5E3B;
  cursor: default;
}

.is-active.mini-mitsukoshi-btn:hover {
  opacity: 1;
}

@media (min-width: 960px) {
  .mini-mitsukoshi-btn:hover {
    color: #ffffff;
    background-color: #6C5E3B;
    background-image: url(../images/logo_mitsukoshi_white.svg);
    border: 1px solid #6C5E3B;
  }
}

.favorite-text-btn.is-selected {
  color: #2c2c2c;
  background-color: #f6f6f6;
  border: 1px solid #d7d7d7;
}

.coupon-btn.is-disabled {
  color: #595959;
  background-color: #f6f6f6;
  border: none;
  pointer-events: none;
}

.favorite-text-btn, .item-order-btn {
  height: 24px;
  font-size: 1.2rem;
}

.item-list-more-btn {
  height: 30px;
  font-size: 1.2rem;
}

.link-btn, .dark-link-btn, .error-btn, .item-link-btn, .gray-item-link-btn, .curator-link-btn, .map-link-btn {
  height: 40px;
  font-size: 1.4rem;
}

.article-section-brand-description .description-link > a, .isetan-btn, .mitsukoshi-btn, .refine-btn, .clear-btn, .form-btn, .order-btn, .form-btn.search-btn, .form-btn.reset-btn, .detail-brand-form-btn-area .form-btn.reset-btn, .coupon-btn, .coupon-btn.is-disabled {
  height: 56px;
  font-size: 1.4rem;
}

.mypage-link-btn {
  height: 54px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}

.mypage-link-btn .icon-arrow3 {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
  height: 12px;
}

.mypage-link-btn .icon-arrow3:before {
  vertical-align: top;
}

.mypage-link-btn .icon-blank {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
  height: 12px;
}

.mypage-link-btn .icon-blank:before {
  vertical-align: top;
}

.mypage-local-nav-child .mypage-link-btn {
  color: #8d8d8d;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 960px) {
  .mypage-local-nav-child .mypage-link-btn:hover {
    color: #ffffff;
  }
}

.isetan-btn {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-weight: 700;
}

.isetan-btn i {
  margin-left: .5rem;
}

.mitsukoshi-btn {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-weight: 700;
}

.mitsukoshi-btn i {
  margin-left: .5rem;
}

.mini-isetan-btn {
  height: 34px;
}

.mini-isetan-btn .visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
}

.mini-mitsukoshi-btn {
  height: 34px;
}

.mini-mitsukoshi-btn .visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
}

.favorite-icon {
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/ico_heart_inactive.svg) center center no-repeat;
  background-size: contain;
}

.favorite-icon.is-selected {
  background-image: url(../images/ico_heart_active.svg);
}

.is-selected .favorite-icon {
  background-image: url(../images/ico_heart_active.svg);
}

.favorite-text-btn {
  width: 100px;
  position: relative;
}

.favorite-text-btn .favorite-icon {
  width: 15px;
  height: 15px;
}

.favorite-text-btn .favorite-text {
  margin-left: 6px;
}

@media (-ms-high-contrast: none) {
  .favorite-text-btn .favorite-text *::-ms-backdrop, .favorite-text-btn .favorite-text {
    margin-top: 3px;
  }
}

.modal-link-btn {
  height: 48px;
  width: 100%;
  font-weight: 700;
}

.map-link-btn:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 17px;
  background-image: url(../images/ico_map.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -0.3rem;
  margin-right: 1.5rem;
}

.map-link-btn:hover:before {
  background-image: url(../images/ico_map_white.svg);
}

.cart-btn {
  height: 48px;
}

.order-btn {
  padding: 0;
  border: 0 none;
}

@media (min-width: 960px) {
  .order-btn:hover {
    border: 0 none;
  }
}

.order-btn.gray-color {
  color: #595959;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

.order-btn.icon-cart::before {
  margin-right: 2rem;
  font-size: 1.8rem;
}

.order-btn.icon-mail::before {
  margin-right: 1rem;
  font-size: 1.2rem;
}

.order-btn.icon-close::before {
  margin-right: 0.8rem;
  font-size: 1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.order-btn:disabled {
  pointer-events: none;
}

.bottom-btn {
  height: 48px;
}

.send-btn,
[class*="send-btn-"] {
  height: 48px;
}

.cancel-btn,
[class*="cancel-btn-"] {
  height: 48px;
}

.coupon-btn {
  font-weight: 700;
}

.item-order-btn {
  cursor: pointer;
  outline: none;
}

.item-order-btn.is-active {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  color: #fff;
  cursor: default;
}

.item-order-btn.is-active:hover {
  opacity: 1;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  color: #fff;
}

.item-list-more-btn {
  max-width: 180px;
}

.favorite-product-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1.6rem;
  margin-top: 0.6rem;
}

.favorite-product-btn .favorite-icon {
  width: 22px;
  height: 22px;
  margin-right: 0;
}

.favorite-product-btn .favorite-text {
  display: none;
  font-size: 1.4rem;
}

.favorite-product-btn:hover {
  opacity: 1;
}

.favorite-product-btn:hover .favorite-icon {
  background-image: url(../images/ico_heart_active.svg);
}

.favorite-product-btn.is-selected {
  color: #2c2c2c;
  background-color: #f6f6f6;
  border: 1px solid #d7d7d7;
}

@media (max-width: 959px) {
  .favorite-product-btn {
    margin-left: 1.2rem;
  }
}

@media (max-width: 559px) {
  .favorite-product-btn {
    width: 180px;
    margin: 2.5rem auto 0;
    border-radius: inherit;
  }
  .favorite-product-btn .favorite-icon {
    width: 20px;
    height: 20px;
    margin-right: 1rem;
  }
  .favorite-product-btn .favorite-text {
    display: inline-block;
  }
  .favorite-product-btn:hover {
    opacity: 0.7;
    color: #ffffff;
    background-color: #2c2c2c;
    border: 1px solid #2c2c2c;
  }
  .favorite-product-btn.is-selected {
    color: #2c2c2c;
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
  }
}

.read-more-btn {
  display: none;
  cursor: pointer;
  font-size: 1.4rem;
  color: #2c2c2c;
  position: relative;
  padding-bottom: 3px;
  padding-right: 3rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 559px) {
  .read-more-btn {
    display: inline-block;
  }
}

.read-more-btn:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2c2c2c;
}

.read-more-btn .icon-arrow2 {
  display: inline-block;
  font-size: 1rem;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  position: absolute;
  right: 0;
  top: 4px;
}

.is-slidedown .read-more-btn .icon-arrow2 {
  -webkit-transform: scale(-0.4);
          transform: scale(-0.4);
}

/***** 旧_button.scssをコメントアウト
// -------------------------------------------------------------------
// 	button.scss
// -------------------------------------------------------------------

.item-favorite-btn{
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/ico_heart_inactive.svg) center center no-repeat;
    background-size: contain;
    cursor: pointer;

    &.is-selected{
        background-image: url(../images/ico_heart_active.svg);
    }
}

%primary-btn{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    color: $GRAY_COLOR;
    border: 1px solid $WHITE_GRAY_COLOR;
    background-color: transparent;
    box-sizing: border-box;

    // SP -----------------
    @include media(sp){
        height: auto;
        padding: 1rem 1rem 0.8rem;
        line-height: 1.5;
        box-sizing: border-box;
    }
}

.link-btn {
    @extend %primary-btn;

    + .link-btn {
        margin-top: 1.6rem;
    }
}

.favorite-text-btn {
    display: inline-block;
    background-image: url(../images/ico_heart_inactive.svg);
    background-position: 0.6rem center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-color: $WHITE_COLOR;
    border: 1px solid $WHITE_GRAY_COLOR;
    box-sizing: border-box;
    line-height: 1;
    padding: 0.8rem 0.8rem 0.6rem 2.6rem;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 0.2s all linear;

    // PC -----------------
    @include media(pc){
        &:hover {
            opacity: 0.8;
        }
    }
}

.link-btn-white {
    @extend %primary-btn;
    background-color: $WHITE_COLOR;

    // PC -----------------
    @include media(pc){
        &:hover{
            background-color: #645D6B;
            color: #fff;
        }
    }
}

.link-btn-gray {
    @extend %primary-btn;
    background-color: $LIGHT_GRAY_COLOR;
    border: 0;
    color: #fff;
}

.item-link-btn {
    @extend .link-btn-gray;
}
.map-link-btn {
    @extend %primary-btn;
    &:before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 17px;
        background-image: url(../images/ico_map.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-top: -0.3rem;
        margin-right: 1.5rem;
    }
}

.plain-btn{
    background-color: $BASE_TEXT_COLOR;
    border: 1px solid $BASE_TEXT_COLOR;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    max-width: 180px;
    height: 34px;
    @include flex_inner_center;
    transition: all 0.2s linear;

    // PC -----------------
    @include media(pc){
        &:hover{
            background-color: #fff;
            border: 1px solid $WHITE_GRAY_COLOR;
            color: $BASE_TEXT_COLOR;
        }
    }
}

//  large-btn
// -------------------------------------------------------------------
.large-btn{
    background-color: $GRAY_COLOR;
    border: 1px solid $GRAY_COLOR;
    color: #fff;
    font-size: 1.4rem;
    width: 300px;
    min-height: 56px;
    @include flex_inner_center;

    [class^="icon-"]{
        display: inline-block;
        margin-right: 4rem;
        margin-left: -4rem;
        position: relative;
    }

    .icon-cart{
        font-size: 2rem;
    }

    // PC -----------------
    @include media(pc){
        &:hover{
            color: $GRAY_COLOR;
            background-color: #fff;
        }
    }

    // TB -----------------
    @include media(tb){
        [class^="icon-"]{
            margin-right: 1.5rem;
            margin-left: -1.5rem;
        }
    }

    // SP -----------------
    @include media(sp){
        max-width: 300px;
        width: 100%;
    }

    &.before-login{
        [class^="icon-"]{
            margin-right: 1.5rem;
            margin-left: -1.5rem;
        }

        // TB -----------------
        @include media(tb){
            font-size: 1.2rem;

            [class^="icon-"]{
                margin-right: 0.4rem;
                margin-left: -0.2rem;
                font-size: 1.6rem;
                top: 1px;
            }
        }

        // SP -----------------
        @include media(sp){
            font-size: 1.4rem;

            [class^="icon-"]{
                margin-right: 1.5rem;
                margin-left: -1.5rem;
                font-size: 2rem;
                top: inherit;
            }
        }
    }
}


//  read-more-btn
// -------------------------------------------------------------------
.read-more-btn{
    display: none;
    cursor: pointer;
    font-size: 1.4rem;
    color: $BASE_TEXT_COLOR;
    position: relative;
    padding-bottom: 3px;
    padding-right: 3rem;
    transition: all 0.2s linear;

    // SP -----------------
    @include media(sp){
        display: inline-block;
    }

    &:before{
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: $BASE_TEXT_COLOR;
    }

    .icon-arrow2{
        display: inline-block;
        font-size: 1rem;
        transform: scale(0.4);
        position: absolute;
        right: 0;
        top: 4px;
    }
}
// is-slidedown ----------------------------------
.is-slidedown{
    .read-more-btn{
        .icon-arrow2{
            transform: scale(-0.4);
        }
    }
}
******/
.campaign-area .campaign-item {
  padding: 1.5rem 0;
}

.campaign-area .campaign-title {
  font-size: 1.4rem;
  color: #BC5561;
}

.campaign-area .campaign-text {
  font-size: 1.4rem;
}

.campaign-area .campaign-text a {
  margin: 0 0.3rem;
  font-weight: 700;
  color: #2c2c2c;
}

.pagewrap-product-details .campaign-area {
  margin-top: 3.2rem;
  margin-bottom: 3.6rem;
}

@media (max-width: 559px) {
  .pagewrap-product-details .campaign-area {
    margin-top: 2.5rem;
  }
}

.pagewrap-product-details .campaign-area .campaign-item {
  border-top: 2px solid #e8e8e8;
}

.pagewrap-product-details .campaign-area .campaign-item:last-child {
  border-bottom: 2px solid #e8e8e8;
}

.pagewrap-product-details .campaign-area .campaign-title {
  margin-bottom: 1rem;
  display: block;
}

.article-sort-list .campaign-area {
  margin-top: 2.5rem;
}

@media (max-width: 559px) {
  .article-sort-list .campaign-area {
    margin-bottom: 1.5rem;
  }
}

.article-sort-list .campaign-area .campaign-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 559px) {
  .article-sort-list .campaign-area .campaign-item {
    padding: 1rem 0;
    display: block;
  }
}

.article-sort-list .campaign-area .campaign-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.article-sort-list .campaign-area .campaign-title {
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 559px) {
  .article-sort-list .campaign-area .campaign-title {
    margin-right: 0;
    display: block;
    text-align: center;
  }
}

@media (max-width: 559px) {
  .article-sort-list .campaign-area .campaign-text {
    display: block;
    text-align: center;
  }
}

.article-top .campaign-area {
  padding: 1rem 0;
  background: #e8e8e8;
}

.article-top .campaign-area:empty {
  padding: 0;
  display: none;
}

.article-top .campaign-area .campaign-text {
  text-align: center;
  color: #BC5561;
}

@media (max-width: 559px) {
  .article-top .campaign-area .campaign-text {
    font-size: 1.2rem;
  }
}

.detail-bottom-sections {
  padding-top: 12px;
  background-color: #f6f6f6;
}

@media (max-width: 559px) {
  .detail-bottom-sections {
    padding-top: 0;
    background-color: inherit;
  }
}

.detail-bottom-sections > *:last-child {
  margin-bottom: 0;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"] {
  caret-color: #24AABB;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
  outline: 0;
  border: 1px solid #8d8d8d;
}

.item-block .item-date {
  font-size: 10px;
  color: #8d8d8d;
}

.article-section-coupon .item-block .item-date {
  margin-top: 12px;
  font-size: 12px;
  color: #8d8d8d;
}

.item-block .item-image {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item-block .item-image.is-used {
  position: relative;
}

.item-block .item-image.is-used:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 44, 44, 0.4);
}

.item-block .item-image.is-used:after {
  content: "ご使用済み";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 1.2rem;
  padding: 0.2rem 0rem;
  width: 80px;
  text-align: center;
}

.item-block .item-image.is-finished {
  position: relative;
}

.item-block .item-image.is-finished:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 44, 44, 0.4);
}

.item-block .item-image.is-finished:after {
  content: "終了しました";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.2rem 0rem;
  text-align: center;
  width: 100%;
}

.item-block .item-image a {
  display: block;
}

.item-block .item-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
}

.item-list-carousel .item-block .item-image {
  padding: 0 0.6rem;
}

.pagewrap-feature-items .item-block .item-image {
  padding: 0 2.8rem;
}

.article-section-brand-list .item-block .item-image {
  position: relative;
  padding-top: calc(100% - 2px);
  background-color: #f6f6f6;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article-section-brand-list .item-block .item-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  background-color: #ffffff;
}

.article-section-brand-list .item-block .item-image a img {
  max-width: 100%;
  max-height: 100%;
}

.item-block .item-image .store-name {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #595959;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.1rem 0.4rem;
  z-index: 3;
}

.article-section-category .item-block .item-image {
  width: auto;
  height: auto;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f6f6f6;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 100%;
}

@media (max-width: 959px) {
  .article-section-category .item-block .item-image {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
    padding-top: 30px;
  }
}

.article-section-category .item-block .item-image > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.article-section-attention-brand .item-block .item-image > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-sort-list .item-block .item-image {
  padding-top: 120%;
  background-color: #f6f6f6;
  overflow: hidden;
}

.article-sort-list .item-block .item-image > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.column-4.products-item .item-block .item-image,
.item-column-4.products-item .item-block .item-image {
  padding-top: 120%;
  background-color: #f6f6f6;
  overflow: hidden;
}

.column-4.products-item .item-block .item-image > a,
.item-column-4.products-item .item-block .item-image > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.column-5 .item-block .item-image,
.item-column-5 .item-block .item-image {
  padding-top: 66.66667%;
  background-color: #f6f6f6;
}

.column-5 .item-block .item-image > a,
.item-column-5 .item-block .item-image > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.column-5.products-item .item-block .item-image,
.item-column-5.products-item .item-block .item-image {
  padding-top: 120%;
  overflow: hidden;
}

.article-section-attention-brand .item-block .item-image {
  padding-top: 86.02424%;
  background-color: #f6f6f6;
}

.article-section-attention-brand .item-block .item-image > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.article-section-feature .item-block .item-image {
  padding-top: 66.66667%;
  overflow: hidden;
  background-color: #f6f6f6;
}

.article-section-feature .item-block .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.article-section-related .item-block .item-image {
  padding-top: 66.66667%;
  overflow: hidden;
}

.article-section-related .item-block .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.article-section-campagin .item-block .item-image {
  padding-top: 61.86186%;
  background-color: #f6f6f6;
}

.article-section-campagin .item-block .item-image > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pagewrap-favorite-list-feature .article-sort-list .item-block .item-image {
  padding-top: 66.66667%;
  overflow: hidden;
}

.pagewrap-favorite-list-feature .article-sort-list .item-block .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.pagewrap-feature-list .article-sort-list .item-block .item-image {
  padding-top: 66.4%;
  overflow: hidden;
}

.pagewrap-feature-list .article-sort-list .item-block .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.pagewrap-favorite-list-event .article-sort-list .item-block .item-image {
  padding-top: 66.66667%;
}

.pagewrap-favorite-list-curator .article-section-curator .item-block .item-image {
  padding-top: 66.4%;
  overflow: hidden;
}

.pagewrap-curator-detail .article-section-feature .item-block .item-image {
  padding-top: 0;
}

.pagewrap-curator-detail .article-section-feature .item-block .item-image img {
  position: static;
  -webkit-transform: none;
          transform: none;
}

.pagewrap-feature-top .article-body .item-block .item-image {
  padding-top: 120%;
  background-color: #f6f6f6;
  overflow: hidden;
}

.pagewrap-feature-top .article-body .item-block .item-image > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pagewrap-feature-items .article-body .item-block .item-image {
  padding-top: 104.61538%;
}

.pagewrap-feature-items .article-body .item-block .item-image > a {
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  bottom: 0;
}

.pagewrap-store-event-list .article-sort-list .item-block .item-image {
  padding-top: 66.66667%;
}

.item-list + .item-list {
  margin-top: 5rem;
}

@media (min-width: 960px) {
  .item-list + .item-list {
    margin-top: 6rem;
  }
}

.pagewrap-feature-items .item-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 2rem 4rem;
  background-color: #ffffff;
}

@media (min-width: 960px) {
  .pagewrap-feature-items .item-list {
    padding: 0;
  }
}

@media (max-width: 559px) {
  .article-section-campagin .item-list {
    margin-left: 1.8rem;
    margin-right: 1.8rem;
    padding-top: 0;
  }
}

@media (max-width: 559px) {
  .article-section-storelist .item-list {
    padding-top: 0;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-word .article-section-item .item-list {
    padding: 0 1.7rem;
  }
}

.pagewrap-feature-items .article-section-related .item-list {
  max-width: initial;
}

.item-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-slider .item-list-container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.list-slider .products-item .item-list-container {
  padding-bottom: 39px;
}

.column-2 .item-list-container,
.item-column-2 .item-list-container {
  margin-left: -4rem;
}

@media (max-width: 959px) {
  .column-2 .item-list-container,
  .item-column-2 .item-list-container {
    margin-left: -18px;
  }
}

@media (max-width: 559px) {
  .column-2 .item-list-container,
  .item-column-2 .item-list-container {
    margin-left: -18px;
    margin-right: -18px;
  }
}

.column-3 .item-list-container,
.item-column-3 .item-list-container {
  margin-left: -2.7rem;
}

@media (max-width: 959px) {
  .column-3 .item-list-container,
  .item-column-3 .item-list-container {
    margin-left: -18px;
  }
}

@media (max-width: 559px) {
  .column-3 .item-list-container,
  .item-column-3 .item-list-container {
    margin-left: -18px;
    margin-right: -18px;
  }
}

@media (max-width: 559px) {
  .list-slider .column-3 .item-list-container, .list-slider
  .item-column-3 .item-list-container {
    margin-left: -16px;
    margin-right: -16px;
    -webkit-transform: translateX(-50vw) translateX(115px) translateX(16px);
            transform: translateX(-50vw) translateX(115px) translateX(16px);
  }
}

.column-4 .item-list-container,
.item-column-4 .item-list-container {
  margin-left: -2.6rem;
}

@media (max-width: 959px) {
  .column-4 .item-list-container,
  .item-column-4 .item-list-container {
    margin-left: -18px;
  }
}

@media (max-width: 559px) {
  .column-4 .item-list-container,
  .item-column-4 .item-list-container {
    margin-left: -18px;
    margin-right: -18px;
  }
}

@media (max-width: 559px) {
  .list-slider .column-4 .item-list-container, .list-slider
  .item-column-4 .item-list-container {
    margin-left: -16px;
    margin-right: -16px;
    -webkit-transform: translateX(-50vw) translateX(74px) translateX(16px);
            transform: translateX(-50vw) translateX(74px) translateX(16px);
  }
}

@media (max-width: 559px) {
  .list-slider .column-4.products-item .item-list-container, .list-slider
  .item-column-4.products-item .item-list-container {
    -webkit-transform: translateX(-50vw) translateX(70px) translateX(16px);
            transform: translateX(-50vw) translateX(70px) translateX(16px);
  }
}

.column-5 .item-list-container,
.item-column-5 .item-list-container {
  margin-left: -2.7rem;
  padding-left: 1px;
}

@media (max-width: 959px) {
  .column-5 .item-list-container,
  .item-column-5 .item-list-container {
    margin-left: -18px;
    padding-left: 0;
  }
}

@media (max-width: 559px) {
  .column-5 .item-list-container,
  .item-column-5 .item-list-container {
    margin-left: -18px;
    margin-right: -18px;
  }
}

@media (max-width: 559px) {
  .list-slider .column-5 .item-list-container, .list-slider
  .item-column-5 .item-list-container {
    margin-left: -16px;
    margin-right: -16px;
    -webkit-transform: translateX(-50vw) translateX(74px) translateX(16px);
            transform: translateX(-50vw) translateX(74px) translateX(16px);
  }
}

@media (max-width: 559px) {
  .list-slider .column-5.products-item .item-list-container, .list-slider
  .item-column-5.products-item .item-list-container {
    -webkit-transform: translateX(-50vw) translateX(70px) translateX(16px);
            transform: translateX(-50vw) translateX(70px) translateX(16px);
  }
}

.column-6 .item-list-container,
.item-column-6 .item-list-container {
  margin-left: -3rem;
}

@media (max-width: 959px) {
  .column-6 .item-list-container,
  .item-column-6 .item-list-container {
    margin-left: -18px;
  }
}

@media (max-width: 559px) {
  .column-6 .item-list-container,
  .item-column-6 .item-list-container {
    margin-left: -18px;
    margin-right: -18px;
  }
}

@media (max-width: 559px) {
  .list-slider .column-6 .item-list-container, .list-slider
  .item-column-6 .item-list-container {
    margin-left: -16px;
    margin-right: -16px;
    -webkit-transform: translateX(-50vw) translateX(40px) translateX(16px);
            transform: translateX(-50vw) translateX(40px) translateX(16px);
  }
}

.column-7 .item-list-container,
.item-column-7 .item-list-container {
  margin-left: -5.8rem;
}

@media (max-width: 959px) {
  .column-7 .item-list-container,
  .item-column-7 .item-list-container {
    margin-left: -18px;
  }
}

@media (max-width: 559px) {
  .column-7 .item-list-container,
  .item-column-7 .item-list-container {
    margin-left: -18px;
    margin-right: -18px;
  }
}

.item-tag-list .item-list-container {
  margin-top: -1.4rem;
  margin-left: -1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .item-tag-list .item-list-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 559px) {
  .item-tag-list .item-list-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -1rem;
    overflow-x: auto;
  }
}

.article-sort-list .section-brand-list .item-list-container {
  margin-left: -4%;
  margin-top: -1.3rem;
}

@media (max-width: 959px) {
  .article-sort-list .section-brand-list .item-list-container {
    margin-left: -4%;
    margin-top: -1.3rem;
  }
}

@media (max-width: 559px) {
  .article-sort-list .section-brand-list .item-list-container {
    display: block;
  }
}

@media (min-width: 560px) {
  .pagewrap-feature-top .item-list-container {
    margin-top: -1.8rem;
    margin-left: -1.8rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 559px) {
  .pagewrap-feature-top .item-list-container {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
}

.pagewrap-feature-items .item-list-container {
  margin-top: 6.8rem;
}

@media (min-width: 960px) {
  .pagewrap-feature-items .item-list-container {
    padding: 0 26px;
  }
}

@media (min-width: 560px) {
  .pagewrap-feature-items .item-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.6rem;
    margin-right: -2.6rem;
    margin-top: 0;
  }
}

@media (max-width: 559px) {
  .pagewrap-feature-items .item-list-container {
    display: block;
  }
}

.article-sort-list .column-5 .item-list-container,
.article-sort-list .item-column-5 .item-list-container {
  margin: -4.5rem 0 0 -2.7rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 959px) {
  .article-sort-list .column-5 .item-list-container,
  .article-sort-list .item-column-5 .item-list-container {
    margin: -2.5rem 0 0 -4%;
  }
}

.article-sort-list .item-list-container {
  margin-left: -3%;
  margin-top: -26px;
}

@media (max-width: 959px) {
  .article-sort-list .item-list-container {
    margin-left: -4%;
    margin-top: -16px;
  }
}

@media (min-width: 560px) {
  .article-section-storelist .item-list-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 559px) {
  .article-section-storelist .item-list-container {
    margin: 0;
    padding: 0 18px;
  }
}

.article-section-ranking .item-list-container,
.pagewrap-ranking-top .item-list-container {
  counter-reset: number;
}

.pagewrap-ranking-top .item-list-container {
  margin-right: 0;
}

.article-section-attention-brand .item-list-container {
  margin-left: -4.5rem;
}

@media (max-width: 959px) {
  .article-section-attention-brand .item-list-container {
    margin-left: -4%;
  }
}

@media (max-width: 559px) {
  .article-section-attention-brand .item-list-container {
    margin-left: -1.8rem;
  }
}

.article-section-category .item-list-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -2.0rem;
  margin-left: -3.0rem;
  margin-right: -3.0rem;
}

@media (max-width: 959px) {
  .article-section-category .item-list-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -2.4rem 0 0 0;
  }
}

.article-section-search-result .item-list-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -2.0rem;
  margin-left: -1.0rem;
  margin-right: -1.0rem;
  margin-bottom: 2.0rem;
}

@media (max-width: 959px) {
  .article-section-search-result .item-list-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3rem 0 0rem 0;
  }
}

@media (max-width: 559px) {
  .article-section-search-result .item-list-container {
    margin: 0rem 0 1.0rem 0;
    padding: 0rem 1.8rem 0;
  }
}

.article-section-campagin .item-list-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -42px 0 0 -42px;
}

@media (max-width: 559px) {
  .article-section-campagin .item-list-container {
    margin: -24px 0 0 -15px;
  }
}

.pagewrap-favorite-list-brand .article-sort-list .item-list-container {
  margin-top: 2.4rem;
  margin-left: 0;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-brand .article-sort-list .item-list-container {
    margin-top: 1.8rem;
    display: block;
  }
}

.pagewrap-favorite-list-curator .article-sort-list .item-list-container {
  margin-top: -2.1rem;
  margin-left: 0;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-curator .article-sort-list .item-list-container {
    margin-top: 0;
    display: block;
  }
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-curator .article-section-curator .item-list-container {
    margin-left: -16px;
    margin-right: -16px;
    -webkit-transform: translateX(-50vw) translateX(74px) translateX(16px);
            transform: translateX(-50vw) translateX(74px) translateX(16px);
  }
}

@media (max-width: 959px) {
  .pagewrap-favorite-list-feature .article-sort-list .item-list-container {
    margin-left: -4%;
    margin-top: -2.5rem;
  }
}

.pagewrap-favorite-list-item .article-sort-list .item-list-container {
  margin-left: -25px;
  margin-top: -45px;
}

@media (max-width: 959px) {
  .pagewrap-favorite-list-item .article-sort-list .item-list-container {
    margin-top: -2.5rem;
    margin-left: -4rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-item .article-sort-list .item-list-container {
    margin-left: -4%;
  }
}

.pagewrap-product-list .article-sort-list .item-list-container {
  margin-top: -26px;
  margin-left: -3%;
}

@media (max-width: 959px) {
  .pagewrap-product-list .article-sort-list .item-list-container {
    margin-top: -16px;
    margin-left: -4%;
  }
}

.pagewrap-feature-list .article-sort-list .item-list-container {
  margin-top: -45px;
  margin-left: -3%;
}

@media (max-width: 959px) {
  .pagewrap-feature-list .article-sort-list .item-list-container {
    margin-top: -25px;
    margin-left: -4%;
  }
}

.pagewrap-ranking-top .article-sort-list .item-list-container {
  margin-top: -26px;
  margin-left: -2.5rem;
}

@media (max-width: 959px) {
  .pagewrap-ranking-top .article-sort-list .item-list-container {
    margin-top: -16px;
    margin-left: -4%;
  }
}

.pagewrap-search-word .article-section-brand .item-list-container {
  margin-top: -1rem;
}

@media (max-width: 959px) {
  .pagewrap-search-word .article-section-brand .item-list-container {
    margin-top: -1.8rem;
    margin-left: -4%;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-word .article-section-brand .item-list-container {
    padding: 0 1.8rem;
  }
}

@media (min-width: 960px) {
  .pagewrap-search-brand .section-brand-list .item-list-container {
    margin-top: -16px;
    margin-left: -4%;
  }
}

@media (min-width: 960px) {
  .pagewrap-search-detail .section-brand-list .item-list-container {
    margin-top: -1.3rem;
    margin-left: -4%;
  }
}

.pagewrap-search-word .article-section-item .item-list-container {
  margin-top: -26px;
  margin-left: -2.5rem;
}

@media (max-width: 959px) {
  .pagewrap-search-word .article-section-item .item-list-container {
    margin-top: -16px;
    margin-left: -4%;
    margin-right: 0;
  }
}

.article-section-related .item-list-container .item-name {
  font-weight: 700;
}

.pagewrap-feature-top .article-section-related .item-list-container {
  margin-top: 0;
  margin-left: -2.7rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 959px) {
  .pagewrap-feature-top .article-section-related .item-list-container {
    margin-left: -18px;
  }
}

@media (max-width: 559px) {
  .pagewrap-feature-top .article-section-related .item-list-container {
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: visible;
  }
}

.pagewrap-feature-items .article-section-related .item-list-container {
  margin-top: 0;
  margin-right: 0;
  margin-left: -2.7rem;
  padding: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 959px) {
  .pagewrap-feature-items .article-section-related .item-list-container {
    margin-left: -18px;
  }
}

@media (max-width: 559px) {
  .pagewrap-feature-items .article-section-related .item-list-container {
    margin-top: 0;
    margin-left: -18px;
    margin-right: -18px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: visible;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-word .article-section-event .item-list-container {
    margin-left: -1.7rem;
    margin-right: 0;
  }
}

.pagewrap-curator-detail .item-list-container {
  margin-top: -24px;
  margin-left: -15px;
  margin-right: 0;
}

.item-block {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.item-block.item-sale .item-price {
  color: #BC5561;
}

@media (max-width: 959px) {
  .item-block.item-newline {
    padding-bottom: 4.8rem;
  }
}

.article-sort-list .item-block {
  width: calc(33.3333% - 3%);
  margin-left: 3%;
  margin-top: 26px;
  padding-bottom: 0;
  -ms-flex-preferred-size: calc(33.3333% - 3%);
      flex-basis: calc(33.3333% - 3%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 959px) {
  .article-sort-list .item-block {
    width: calc(100% / 2 - 4.01%);
    margin: 16px 0 0 4%;
    -ms-flex-preferred-size: calc(100% / 2 - 4.01%);
        flex-basis: calc(100% / 2 - 4.01%);
  }
}

.article-section-popular .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-section-limited .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-section-mens .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-section-womens .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-section-wallet .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-section-relation .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-section-interest .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-section-similar .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-section-checked .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-section-ranking .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-section-favorite .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-section-pickup .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-section-sale .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.column-2 .item-block {
  width: calc(100% / 2 - 40px);
  padding-left: 40px;
}

@media (max-width: 959px) {
  .column-2 .item-block {
    width: calc(100% / 2 - 18px);
    padding-left: 18px;
  }
}

@media (max-width: 559px) {
  .column-2 .item-block {
    width: 55vw;
    margin-left: 18px;
    padding-left: 0;
  }
}

.column-3 .item-block,
.item-column-3 .item-block {
  width: calc(100% / 3 - 27px);
  padding-left: 27px;
}

@media (max-width: 959px) {
  .column-3 .item-block,
  .item-column-3 .item-block {
    width: calc(100% / 3 - 18px);
    padding-left: 18px;
  }
}

@media (max-width: 559px) {
  .column-3 .item-block,
  .item-column-3 .item-block {
    width: 60vw;
    margin-left: 18px;
    padding-left: 0;
  }
}

@media (max-width: 559px) {
  .list-slider .column-3 .item-block, .list-slider
  .item-column-3 .item-block {
    width: 230px;
    margin-left: 16px;
    -webkit-transform: translateX(-50%) translateX(50vw) translateX(-16px);
            transform: translateX(-50%) translateX(50vw) translateX(-16px);
  }
}

.column-4 .item-block,
.item-column-4 .item-block {
  width: calc(100% / 4 - 27px);
  padding-left: 27px;
}

@media (max-width: 959px) {
  .column-4 .item-block,
  .item-column-4 .item-block {
    width: calc(100% / 4 - 18px);
    padding-left: 18px;
  }
}

@media (max-width: 559px) {
  .column-4 .item-block,
  .item-column-4 .item-block {
    width: 45vw;
    margin-left: 18px;
    padding-left: 0;
  }
}

@media (max-width: 559px) {
  .list-slider .column-4 .item-block, .list-slider
  .item-column-4 .item-block {
    width: 148px;
    margin-left: 16px;
    -webkit-transform: translateX(-50%) translateX(50vw) translateX(-16px);
            transform: translateX(-50%) translateX(50vw) translateX(-16px);
  }
}

@media (max-width: 559px) {
  .list-slider .column-4.products-item .item-block, .list-slider
  .item-column-4.products-item .item-block {
    width: 140px;
  }
}

.column-5 .item-block,
.item-column-5 .item-block {
  width: calc(100% / 5 - 27px);
  padding-left: 27px;
}

@media (max-width: 959px) {
  .column-5 .item-block,
  .item-column-5 .item-block {
    width: calc(100% / 5 - 18px);
    padding-left: 18px;
  }
}

@media (max-width: 559px) {
  .column-5 .item-block,
  .item-column-5 .item-block {
    width: 45vw;
    margin-left: 18px;
    padding-left: 0;
  }
}

@media (max-width: 559px) {
  .list-slider .column-5 .item-block, .list-slider
  .item-column-5 .item-block {
    width: 148px;
    margin-left: 16px;
    -webkit-transform: translateX(-50%) translateX(50vw) translateX(-16px);
            transform: translateX(-50%) translateX(50vw) translateX(-16px);
  }
}

@media (max-width: 559px) {
  .list-slider .column-5.products-item .item-block, .list-slider
  .item-column-5.products-item .item-block {
    width: 140px;
  }
}

.column-6 .item-block,
.item-column-6 .item-block {
  width: calc(100% / 6 - 30px);
  padding-left: 30px;
}

@media (max-width: 959px) {
  .column-6 .item-block,
  .item-column-6 .item-block {
    width: calc(100% / 6 - 18px);
    padding-left: 18px;
  }
}

@media (max-width: 559px) {
  .column-6 .item-block,
  .item-column-6 .item-block {
    width: 25vw;
    margin-left: 18px;
    padding-left: 0;
  }
}

@media (max-width: 559px) {
  .list-slider .column-6 .item-block, .list-slider
  .item-column-6 .item-block {
    width: 80px;
    margin-left: 16px;
    -webkit-transform: translateX(-50%) translateX(50vw) translateX(-16px);
            transform: translateX(-50%) translateX(50vw) translateX(-16px);
  }
}

.column-7 .item-block {
  width: calc(100% / 7 - 58px);
  padding-left: 58px;
}

@media (max-width: 959px) {
  .column-7 .item-block {
    width: calc(100% / 6 - 18px);
    padding-left: 18px;
  }
}

.article-top .column-5 .item-block {
  padding-bottom: 0;
}

.item-tag-list .item-block {
  margin-top: 1.4rem;
  margin-left: 1.4rem;
  width: auto;
  max-width: calc(100% - 1.4rem);
  padding-bottom: 0;
  font-size: 1.4rem;
}

@media (max-width: 559px) {
  .item-tag-list .item-block {
    max-width: inherit;
    margin-left: 1rem;
    font-size: 1.2rem;
  }
}

.item-tag-list .item-block > a {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  display: block;
  padding: 0.3rem 1.4rem;
  text-decoration: none;
  color: #2c2c2c;
  margin-bottom: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-brand-list .item-block {
  margin-top: 1.3rem;
  width: calc(100% / 4 - 4%);
  margin-left: 4%;
  padding-bottom: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media (max-width: 959px) {
  .section-brand-list .item-block {
    width: calc(100% / 2 - 4%);
  }
}

@media (max-width: 559px) {
  .section-brand-list .item-block {
    width: auto;
  }
}

.section-brand-list .item-block > a {
  text-decoration: none;
}

@media (max-width: 559px) {
  .section-brand-list .item-block > a {
    padding-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-brand-list .item-block > a::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904";
    font-size: 1rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 1rem;
    color: #2c2c2c;
  }
}

.pagewrap-feature-top .article-section .item-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 1.8rem;
  margin-top: 1.8rem;
  background-color: #ffffff;
  padding: 2.4rem 2.4rem 8rem;
  box-sizing: border-box;
}

@media (min-width: 560px) {
  .pagewrap-feature-top .article-section .item-block {
    width: calc(33.3333% - 1.8rem);
  }
}

@media (max-width: 559px) {
  .pagewrap-feature-top .article-section .item-block {
    -ms-flex-preferred-size: calc(100% - 8rem);
        flex-basis: calc(100% - 8rem);
    width: calc(100% - 8rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 2.4rem;
    margin-top: 2.4rem;
  }
  .pagewrap-feature-top .article-section .item-block:first-child .item-block-inner {
    margin-left: 1.0rem;
  }
  .pagewrap-feature-top .article-section .item-block:last-child .item-block-inner {
    margin-right: 2.6rem;
  }
}

.pagewrap-feature-items .article-feature-items .item-block {
  padding-bottom: 5.6rem;
}

@media (min-width: 560px) {
  .pagewrap-feature-items .article-feature-items .item-block {
    width: calc(33.3333% - 5.2rem);
    margin: 6rem 2.6rem 0;
  }
}

.pagewrap-feature-items .article-feature-items .item-block + .item-block {
  margin-top: 6rem;
}

.article-section-storelist .item-block {
  position: relative;
  padding: 20px 16px;
  font-size: 1.2rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 559px) {
  .article-section-storelist .item-block {
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-section-storelist .item-block:not(:last-child) {
    margin-bottom: 18px;
  }
}

.article-section-storelist .item-block:not(:first-child) {
  margin-left: 27px;
}

@media (max-width: 959px) {
  .article-section-storelist .item-block:not(:first-child) {
    margin-left: 18px;
  }
}

@media (max-width: 559px) {
  .article-section-storelist .item-block:not(:first-child) {
    margin-left: 0;
  }
}

.article-section-ranking .item-block::before,
.pagewrap-ranking-top .item-block::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 27px;
  display: block;
  background-color: #8d8d8d;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  width: 22px;
  height: 22px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
}

@media (max-width: 959px) {
  .article-section-ranking .item-block::before,
  .pagewrap-ranking-top .item-block::before {
    left: 18px;
  }
}

@media (max-width: 559px) {
  .article-section-ranking .item-block::before,
  .pagewrap-ranking-top .item-block::before {
    left: 0;
  }
}

.article-section-attention-brand .item-block {
  padding-bottom: 0;
  width: calc(100% / 3 - 45px);
  padding-left: 45px;
}

@media (max-width: 959px) {
  .article-section-attention-brand .item-block {
    width: calc(100% / 3 - 4%);
    padding-left: 4%;
  }
}

@media (max-width: 559px) {
  .article-section-attention-brand .item-block {
    width: 230px;
    margin-left: 1.8rem;
    padding-left: 0;
  }
}

.article-section-brand-list .item-block {
  padding-bottom: 0;
}

.article-section-feature .item-block {
  padding-bottom: 0;
}

.article-section-category .item-block {
  width: calc(100%/7 - 5.8rem);
  margin: 3.0rem 2.9rem 0;
  padding-left: 0;
  padding-bottom: 0;
  display: block;
}

@media (max-width: 959px) {
  .article-section-category .item-block {
    width: 47%;
    margin: 2.4rem 0 0 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.article-section-search-result .item-block {
  width: calc(100%/4 - 2.0rem);
  margin: 3.0rem 1.0rem 0;
  padding-bottom: 0;
  display: block;
  text-align: center;
}

@media (max-width: 959px) {
  .article-section-search-result .item-block {
    width: 100%;
    margin: 3.0rem 0 0 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article-section-search-result .item-block:first-child {
    margin: 0rem 0 0 0;
  }
}

.pagewrap-favorite-list-brand .article-sort-list .item-block {
  width: calc(100% / 3);
  margin-top: 1.6rem;
  margin-left: 0;
  padding: 0 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 959px) {
  .pagewrap-favorite-list-brand .article-sort-list .item-block {
    padding: 0 1.6rem;
    width: calc(100% / 2);
  }
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-brand .article-sort-list .item-block {
    width: auto;
    padding: 0 1.3rem 0 4.7rem;
  }
  .pagewrap-favorite-list-brand .article-sort-list .item-block:first-child {
    margin-top: 0;
  }
}

.pagewrap-favorite-list-brand .article-sort-list .item-block .favorite-icon {
  margin-top: 0.8rem;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-brand .article-sort-list .item-block .favorite-icon {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.pagewrap-favorite-list-brand .article-sort-list .item-block .favorite-icon .visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
}

.pagewrap-favorite-list-brand .article-sort-list .item-block > a:not(.favorite-icon) {
  margin-left: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-brand .article-sort-list .item-block > a:not(.favorite-icon) {
    position: relative;
    margin-left: 0;
    padding-right: 1.4rem;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pagewrap-favorite-list-brand .article-sort-list .item-block > a:not(.favorite-icon)::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904";
    font-size: 1rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 1rem;
    color: #2c2c2c;
  }
}

.pagewrap-favorite-list-brand .article-sort-list .item-block > a .item-name-block {
  margin: 0;
}

.pagewrap-favorite-list-curator .article-sort-list .item-block {
  width: calc(100% / 3);
  margin-top: 2.1rem;
  margin-left: 0;
  padding: 0 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 959px) {
  .pagewrap-favorite-list-curator .article-sort-list .item-block {
    padding: 0 1.6rem;
    width: calc(100% / 2);
  }
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-curator .article-sort-list .item-block {
    width: auto;
    padding: 0 2.3rem 0 4.5rem;
  }
  .pagewrap-favorite-list-curator .article-sort-list .item-block:first-child {
    margin-top: 0;
  }
}

.pagewrap-favorite-list-curator .article-sort-list .item-block .favorite-icon {
  margin-top: 2.1rem;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-curator .article-sort-list .item-block .favorite-icon {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 11px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.pagewrap-favorite-list-curator .article-sort-list .item-block .favorite-icon .visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
}

.pagewrap-favorite-list-curator .article-sort-list .item-block > a:not(.favorite-icon) {
  margin-left: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-curator .article-sort-list .item-block > a:not(.favorite-icon) {
    position: relative;
    margin-left: 0;
    padding-right: 1.4rem;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pagewrap-favorite-list-curator .article-sort-list .item-block > a:not(.favorite-icon)::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904";
    font-size: 1rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 1rem;
    color: #2c2c2c;
  }
}

.pagewrap-favorite-list-curator .article-section-curator .item-block {
  padding-bottom: 0;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-curator .article-section-curator .item-block {
    width: 148px;
    margin-left: 16px;
    -webkit-transform: translateX(-50%) translateX(50vw) translateX(-16px);
            transform: translateX(-50%) translateX(50vw) translateX(-16px);
  }
}

.pagewrap-favorite-list-feature .article-sort-list .item-block {
  width: calc(100% / 5 - 2.6rem);
  margin-left: 2.6rem;
  padding-left: 0;
  padding-bottom: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media (max-width: 959px) {
  .pagewrap-favorite-list-feature .article-sort-list .item-block {
    width: calc(100% / 2 - 4.01%);
    margin-left: 4%;
    margin-top: 2.5rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-feature .article-sort-list .item-block {
    -webkit-transform: none;
            transform: none;
  }
}

.pagewrap-favorite-list-feature .article-section-feature .item-block {
  padding-bottom: 0;
}

.pagewrap-favorite-list-event .article-sort-list .item-block {
  padding-bottom: 0;
  width: calc(100% / 5 - 2.6rem);
  margin-left: 2.6rem;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media (max-width: 959px) {
  .pagewrap-favorite-list-event .article-sort-list .item-block {
    width: calc(100% / 2 - 4.01%);
    margin-left: 4%;
    margin-top: 2.5rem;
  }
}

.pagewrap-favorite-list-item .article-sort-list .item-block {
  width: calc(100% / 4 - 25px);
  margin-left: 25px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media (max-width: 959px) {
  .pagewrap-favorite-list-item .article-sort-list .item-block {
    width: calc(100% / 2 - 4.01%);
    margin-left: 4%;
    margin-top: 2.5rem;
  }
}

.pagewrap-feature-list .article-sort-list .item-block {
  margin-top: 45px;
}

@media (max-width: 959px) {
  .pagewrap-feature-list .article-sort-list .item-block {
    margin-top: 25px;
  }
}

.pagewrap-ranking-top .article-sort-list .item-block {
  width: calc(100% / 4 - 2.51rem);
  margin-left: 2.5rem;
  padding-left: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media (max-width: 959px) {
  .pagewrap-ranking-top .article-sort-list .item-block {
    width: calc(100% / 2 - 4.01%);
    margin-left: 4%;
  }
}

.pagewrap-ranking-top .article-sort-list .item-block::before {
  left: 0;
}

.pagewrap-search-word .article-section-brand .item-block {
  width: calc(100%/4 - 4%);
  margin-left: 4%;
  margin-top: 1rem;
  padding-bottom: 0;
}

@media (max-width: 959px) {
  .pagewrap-search-word .article-section-brand .item-block {
    margin-top: 1.8rem;
    width: calc(100%/2 - 4%);
  }
}

@media (max-width: 559px) {
  .pagewrap-search-word .article-section-brand .item-block {
    width: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.pagewrap-search-word .article-section-brand .item-block > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

@media (max-width: 559px) {
  .pagewrap-search-word .article-section-brand .item-block > a {
    position: relative;
    padding-right: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pagewrap-search-word .article-section-brand .item-block > a::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904";
    font-size: 1rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 1rem;
    color: #2c2c2c;
  }
}

.pagewrap-store-coupon-list .article-sort-list .item-block {
  margin-left: 27px;
  padding-left: 0;
  padding-bottom: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media (max-width: 959px) {
  .pagewrap-store-coupon-list .article-sort-list .item-block {
    width: calc(100%/2 - 4.01%);
    margin-left: 4%;
    margin-top: 2.5rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-store-coupon-list .article-sort-list .item-block {
    -webkit-transform: none;
            transform: none;
  }
}

.pagewrap-store-event-list .article-sort-list .item-block {
  width: calc(100% / 5 - 2.7rem);
  margin-left: 2.7rem;
  padding-bottom: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media (max-width: 959px) {
  .pagewrap-store-event-list .article-sort-list .item-block {
    width: calc(100%/2 - 4.01%);
    margin-left: 4%;
    margin-top: 2.5rem;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media (max-width: 559px) {
  .pagewrap-store-event-list .article-sort-list .item-block {
    -webkit-transform: none;
            transform: none;
  }
}

.article-section-campagin .item-block {
  width: calc(100% / 3 - 42px);
  margin-top: 42px;
  margin-left: 42px;
  padding-left: 0;
  padding-bottom: 0;
}

@media (max-width: 559px) {
  .article-section-campagin .item-block {
    width: calc(100% / 2 - 15px);
    margin: 24px 0 0 15px;
  }
}

@media (min-width: 960px) {
  .pagewrap-search-brand .section-brand-list .item-block {
    margin-top: 16px;
    width: calc(100%/4 - 4%);
    margin-left: 4%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media (max-width: 959px) {
  .article-section-event .item-block {
    padding-bottom: 0;
  }
}

.article-section-story .item-block {
  padding-bottom: 0;
}

.pagewrap-search-word .article-section-item .item-block {
  width: calc(100% / 4 - 2.51rem);
  margin: 26px 0 0 2.5rem;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 959px) {
  .pagewrap-search-word .article-section-item .item-block {
    width: calc(100% / 2 - 4.01%);
    margin-left: 4%;
    margin-top: 16px;
  }
}

.pagewrap-favorite-list-event .article-section-event .item-block {
  padding-bottom: 0;
}

.pagewrap-feature-top .article-section-related .item-block {
  width: calc(100% / 5 - 2.7rem);
  margin-top: 0;
  margin-left: 2.7rem;
  padding: 0;
}

@media (max-width: 959px) {
  .pagewrap-feature-top .article-section-related .item-block {
    width: calc(100% / 5 - 18px);
    margin-left: 18px;
  }
}

@media (max-width: 559px) {
  .pagewrap-feature-top .article-section-related .item-block {
    width: 148px;
    margin-left: 16px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.pagewrap-feature-items .article-section-related .item-block {
  width: calc(100% / 5 - 2.7rem);
  margin-left: 2.7rem;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
}

@media (max-width: 959px) {
  .pagewrap-feature-items .article-section-related .item-block {
    width: calc(100% / 5 - 18px);
    margin-left: 18px;
  }
}

@media (max-width: 559px) {
  .pagewrap-feature-items .article-section-related .item-block {
    width: 148px;
    margin-left: 16px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.pagewrap-feature-article .article-section-related .item-block {
  padding-bottom: 0;
}

@media (max-width: 559px) {
  .pagewrap-search-word .article-section-event .item-block {
    margin-top: 2.5rem;
    margin-left: 1.7rem;
    width: calc(100% / 2 - 1.71rem);
  }
}

.pagewrap-curator-detail .item-block {
  margin-top: 24px;
}

@media (max-width: 559px) {
  .pagewrap-curator-detail .item-block {
    margin-left: 15px;
    width: calc(100% / 2 - 15px);
  }
}

.article-section-search-result .item-block .item-link a, .article-section-search-result .item-block .item-link input[type="submit"] {
  padding: 0;
  color: #2c2c2c;
  -webkit-appearance: none;
  border: 0;
  text-decoration: none;
  font-size: 1.4rem;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: opacity 0.2s linear, color 0.2s linear;
  transition: opacity 0.2s linear, color 0.2s linear;
}

.article-section-search-result .item-block .item-link a:hover, .article-section-search-result .item-block .item-link input[type="submit"]:hover {
  opacity: 0.7;
}

.article-section-storelist .item-block .item-link > a {
  font-size: 14px;
  color: #2c2c2c;
}

.item-block .item-image {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item-block .item-image.is-used {
  position: relative;
}

.item-block .item-image.is-used:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 44, 44, 0.4);
}

.item-block .item-image.is-used:after {
  content: "ご使用済み";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 1.2rem;
  padding: 0.2rem 0rem;
  width: 80px;
  text-align: center;
}

.item-block .item-image.is-finished {
  position: relative;
}

.item-block .item-image.is-finished:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 44, 44, 0.4);
}

.item-block .item-image.is-finished:after {
  content: "終了しました";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.2rem 0rem;
  text-align: center;
  width: 100%;
}

.item-block .item-image a {
  display: block;
}

.item-block .item-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
}

.item-list-carousel .item-block .item-image {
  padding: 0 0.6rem;
}

.pagewrap-feature-items .item-block .item-image {
  padding: 0 2.8rem;
}

.article-section-brand-list .item-block .item-image {
  position: relative;
  padding-top: calc(100% - 2px);
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article-section-brand-list .item-block .item-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
}

.article-section-brand-list .item-block .item-image a img {
  max-width: 100%;
  max-height: 100%;
}

.item-block .item-image .store-name {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #595959;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.1rem 0.4rem;
  z-index: 3;
}

.article-section-category .item-block .item-image {
  width: auto;
  height: auto;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 959px) {
  .article-section-category .item-block .item-image {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
  }
}

.article-section-attention-brand .item-block .item-image > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.article-section-feature .item-block .item-image {
  padding-top: 66.66667%;
  overflow: hidden;
}

.article-section-feature .item-block .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.article-section-related .item-block .item-image {
  padding-top: 66.66667%;
  overflow: hidden;
}

.article-section-related .item-block .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.pagewrap-favorite-list-feature .article-sort-list .item-block .item-image {
  padding-top: 66.66667%;
  overflow: hidden;
}

.pagewrap-favorite-list-feature .article-sort-list .item-block .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.pagewrap-feature-list .article-sort-list .item-block .item-image {
  padding-top: 66.4%;
  overflow: hidden;
}

.pagewrap-feature-list .article-sort-list .item-block .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.pagewrap-curator-detail .article-section-feature .item-block .item-image {
  padding-top: 0;
}

.pagewrap-curator-detail .article-section-feature .item-block .item-image img {
  position: static;
  -webkit-transform: none;
          transform: none;
}

.pagewrap-feature-top .article-body .item-block .item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pagewrap-feature-items .article-body .item-block .item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*.item-block .item-brand {
  font-size: 1.2rem;
  margin-top: 1.2rem;
  margin-bottom: 0.3rem;
}*/

.pagewrap-feature-top .item-block .item-brand {
  font-size: 1.4rem;
  margin-top: 1.8rem;
  margin-bottom: 0.4rem;
}

.pagewrap-feature-items .item-block .item-brand {
  font-size: 1.4rem;
  margin-top: 1.8rem;
  margin-bottom: 0.4rem;
}

.item-block .item-brand a {
  color: #8d8d8d;
  text-decoration: underline;
}

.item-block .item-brand a:hover {
  text-decoration: none;
}

.pagewrap-feature-top .item-block .item-brand a {
  text-decoration: underline;
}

.item-block .item-name {
  font-size: 1.2rem;
  margin-top: 1.2rem;
}

.item-column-4 .item-block .item-name {
  margin-top: 1.8rem;
}

.products-item .item-block .item-name {
  margin-top: 0;
  font-size: 1.4rem;
}

.products-item .item-image + .item-name {
  margin-top: 3.4rem;
}

.section-brand-list .item-block .item-name {
  margin-top: 0;
  font-size: 1.4rem;
  color: #2c2c2c;
}

.pagewrap-feature-top .item-block .item-name {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
}

.pagewrap-feature-items .item-block .item-name {
  font-size: 1.6rem;
  font-weight: 500;
}

.article-section-store-news .item-block .item-name {
  font-weight: 700;
}

@media (max-width: 559px) {
  .article-section-store-news .item-block .item-name {
    font-weight: 500;
  }
}

.article-section-feature .item-block .item-name {
  font-weight: 700;
}

.article-section-brand-list .item-block .item-name {
  font-size: 1.1rem;
  margin-top: 1.8rem;
  text-align: center;
}

.article-section-event .item-block .item-name {
  font-weight: 700;
}

.article-section-category .item-block .item-name {
  margin-top: 1.5rem;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 959px) {
  .article-section-category .item-block .item-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    margin-top: 0;
  }
}

.pagewrap-favorite-list-brand .item-block .item-name {
  margin: 0;
  font-size: 1.4rem;
  color: #2c2c2c;
}

.article-section-brand-list .item-column-6 .item-block .item-name {
  font-size: 1.1rem;
  margin-top: 1.8rem;
  text-align: center;
}

.pagewrap-favorite-list-curator .article-sort-list .item-block .item-name {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #595959;
}

.pagewrap-favorite-list-curator .article-section-curator .item-block .item-name {
  font-size: 1.2rem;
  margin-top: 1.8rem;
  font-weight: 700;
}

.pagewrap-favorite-list-curator .article-section-curator .item-list-subtitle-wrap .item-block .item-name {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #595959;
}

.pagewrap-favorite-list-feature .article-sort-list .item-block .item-name {
  font-weight: 700;
}

.pagewrap-favorite-list-event .article-sort-list .item-block .item-name {
  font-weight: 700;
}

.pagewrap-feature-list .article-sort-list .item-block .item-name {
  font-weight: 700;
}

.pagewrap-search-word .article-section-brand .item-block .item-name {
  margin-top: 0;
  font-size: 1.4rem;
  color: #2c2c2c;
}

.pagewrap-store-event-list .article-sort-list .item-block .item-name {
  font-weight: 700;
}

.pagewrap-feature-top .article-section-related .item-block .item-name {
  font-size: 1.2rem;
}

.pagewrap-feature-top .article-section-related .item-block .item-name a {
  font-weight: 700;
  color: #595959;
}

.pagewrap-feature-items .article-section-related .item-block .item-name {
  font-size: 1.2rem;
}

.pagewrap-feature-items .article-section-related .item-block .item-name a {
  font-weight: 700;
  color: #595959;
}

.pagewrap-feature-article .article-section-related .item-block .item-name {
  font-size: 1.2rem;
}

.pagewrap-feature-article .article-section-related .item-block .item-name a {
  font-weight: 700;
  color: #595959;
}

.item-block .item-name a {
  color: #2c2c2c;
  text-decoration: none;
  word-break: break-word;
}

.article-section-store-news .item-block .item-name a {
  color: #595959;
}

.article-section-feature .item-block .item-name a {
  color: #595959;
}

.article-section-category .item-block .item-name a {
  color: #595959;
  /*
            &::after {
                @include icon-font-style;
                content: "\e904";
                position: absolute;
                top: 50%;
                right: 0;
                display: block;
                font-size: 1rem;
                transform: translateY(-50%) scale(0.9);
            }
*/
}

.article-section-category .item-block .item-name a[target="_blank"]::after {
  content: '\e907';
  display: inline-block;
  font-size: 11px;
  color: #8d8d8d;
}

@media (min-width: 960px) {
  .article-section-category .item-block .item-name a {
    color: #2c2c2c;
  }
  .article-section-category .item-block .item-name a::after {
    content: none;
    display: none;
  }
}

.pagewrap-favorite-list-curator .article-section-curator .item-block .item-name a {
  color: #2c2c2c;
}

.pagewrap-favorite-list-feature .article-sort-list .item-block .item-name a {
  color: #595959;
}

.pagewrap-favorite-list-event .article-sort-list .item-block .item-name a {
  color: #595959;
}

.pagewrap-favorite-list-event .article-section-event .item-block .item-name a {
  color: #595959;
}

.pagewrap-favorite-list-event .article-section-event .item-block .item-name a {
  color: #595959;
}

.pagewrap-feature-list .article-sort-list .item-block .item-name a {
  color: #595959;
}

.pagewrap-feature-top .article-body .item-block .item-name {
  margin-bottom: 6px;
}

.pagewrap-feature-items .article-body .item-block .item-name {
  margin-bottom: 6px;
}

.pagewrap-feature-top .article-body .item-block .item-name {
  margin-bottom: 6px;
}

.pagewrap-feature-items .article-body .item-block .item-name {
  margin-bottom: 6px;
}

.pagewrap-favorite-list-curator .article-section-curator .item-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #595959;
}

.item-block .store-name {
  display: inline-block;
  background-color: #595959;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.1rem 0.4rem;
}

.pagewrap-favorite-list-brand .item-name-block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1.2rem;
  margin-top: 1rem;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-brand .item-name-block {
    margin-top: 0;
  }
}

.pagewrap-favorite-list-curator .article-sort-list .item-name-block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1.2rem;
  margin-top: 1rem;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-curator .article-sort-list .item-name-block {
    margin-top: 0;
  }
}

.pagewrap-favorite-list-curator .article-section-curator .item-name-block {
  margin-left: 1.2rem;
  margin-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 959px) {
  .pagewrap-favorite-list-curator .article-section-curator .item-name-block {
    display: block;
  }
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-curator .article-section-curator .item-name-block {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.section-brand-list .item-name-subtxt {
  font-size: 1.1rem;
  color: #8d8d8d;
}

.pagewrap-favorite-list-brand .item-name-subtxt {
  font-size: 1.1rem;
  color: #8d8d8d;
}

.pagewrap-favorite-list-curator .article-sort-list .item-name-subtxt {
  font-size: 1.2rem;
}

.pagewrap-favorite-list-curator .article-section-curator .item-name-subtxt {
  font-size: 1.2rem;
  margin-left: 1rem;
}

@media (max-width: 959px) {
  .pagewrap-favorite-list-curator .article-section-curator .item-name-subtxt {
    margin-left: 0;
  }
}

.pagewrap-search-word .article-section-brand .item-name-subtxt {
  font-size: 1.1rem;
  color: #8d8d8d;
}

.item-price {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.pagewrap-feature-top .item-price {
  font-size: 16px;
  color: #595959;
}

.pagewrap-feature-items .item-price {
  margin-top: 0;
  font-size: 1.6rem;
  color: #595959;
}

.article-sort-list .item-price {
  position: relative;
  color: #2c2c2c;
}

.article-sort-list .item-price.sale-price {
  color: #BC5561;
}

.price-area .item-price {
  margin-top: 0;
}

.product-price-area .item-price {
  margin-top: 0;
}

.pagewrap-search-word .article-section-item .item-price {
  position: relative;
}

.item-price .label-sale {
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding: 0 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #BC5561;
}

@media (max-width: 959px) {
  .item-price .label-sale {
    bottom: -0.2rem;
  }
}

.item-price .label-new + .label-sale {
  left: 5.0rem;
}

.item-price .label-new {
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding: 0 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #2c2c2c;
}

@media (max-width: 959px) {
  .item-price .label-new {
    bottom: -0.2rem;
  }
}

.item-price .label-sale + .label-new {
  left: 5.3rem;
}

.item-price .label-soldout {
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding-left: 1.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #BC5561;
}

.item-price .label-soldout::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 1px;
  margin-top: 1px;
  background-color: #BC5561;
}

.item-price .label-soldout::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 1px;
  margin-top: 1px;
  background-color: #BC5561;
}

@media (max-width: 959px) {
  .item-price .label-soldout {
    bottom: -0.2rem;
  }
}

.item-price .label-sale + .label-soldout,
.item-price .label-new + .label-soldout {
  bottom: -2.3rem;
}

.price-area {
  position: relative;
  height: 61px;
  margin-top: auto;
  padding-right: 28px;
}

.pagewrap-feature-top .price-area {
  position: relative;
}

.pagewrap-feature-items .price-area {
  margin-top: 0.3rem;
  position: relative;
}

.article-section-popular .price-area {
  height: auto;
}

.article-section-limited .price-area {
  height: auto;
}

.article-section-mens .price-area {
  height: auto;
}

.article-section-womens .price-area {
  height: auto;
}

.article-section-wallet .price-area {
  height: auto;
}

.article-section-relation .price-area {
  height: auto;
}

.article-section-interest .price-area {
  height: auto;
}

.article-section-similar .price-area {
  height: auto;
}

.article-section-checked .price-area {
  height: auto;
}

.article-section-ranking .price-area {
  height: auto;
}

.article-section-favorite .price-area {
  height: auto;
}

.article-section-pickup .price-area {
  height: auto;
}

.article-section-sale .price-area {
  height: auto;
}

.pagewrap-feature-top .article-body .price-area {
  height: auto;
}

.pagewrap-feature-top .article-body .item-block.item-sale .price-area,
.pagewrap-feature-top .article-body .item-block.item-new .price-area,
.pagewrap-feature-top .article-body .item-block.item-soldout .price-area {
  position: relative;
  margin-bottom: 34px;
}

.pagewrap-feature-top .article-body .item-block.item-sale.item-soldout .price-area,
.pagewrap-feature-top .article-body .item-block.item-new.item-soldout .price-area {
  position: relative;
  margin-bottom: 54px;
}

.pagewrap-feature-items .article-body .price-area {
  height: auto;
}

.pagewrap-feature-items .article-body .item-block.item-sale .price-area,
.pagewrap-feature-items .article-body .item-block.item-new .price-area,
.pagewrap-feature-items .article-body .item-block.item-soldout .price-area {
  position: relative;
  margin-bottom: 34px;
}

.pagewrap-feature-items .article-body .item-block.item-sale.item-soldout .price-area,
.pagewrap-feature-items .article-body .item-block.item-new.item-soldout .price-area {
  position: relative;
  margin-bottom: 54px;
}

.item-description {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

.item-link-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-top: 1.8rem;
}

.pagewrap-feature-top .item-link-btn {
  width: calc(100% - 4.8rem);
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  bottom: 2.4rem;
}

.pagewrap-feature-article .item-link-btn {
  position: static;
}

.pagewrap-feature-article .item-link-btn + a {
  margin-top: 2rem;
}

.pagewrap-feature-article .gray-item-link-btn {
  position: static;
}

.pagewrap-feature-article .gray-item-link-btn + a {
  margin-top: 2rem;
}

.favorite-icon {
  display: block;
  z-index: 10;
  width: 18px;
  height: 18px;
  background-image: url(../images/ico_heart_inactive.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.price-area .favorite-icon {
  position: absolute;
  top: 0.2rem;
  right: 0;
}

.pagewrap-feature-items .article-meta .favorite-icon {
  position: static;
}

.pagewrap-favorite-list-brand .article-sort-list .favorite-icon {
  margin-top: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-brand .article-sort-list .favorite-icon {
    margin-top: 0;
  }
}

.pagewrap-favorite-list-curator .article-sort-list .favorite-icon {
  margin-top: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-curator .article-sort-list .favorite-icon {
    margin-top: 0;
  }
}

.pagewrap-favorite-list-feature .article-sort-list .favorite-icon {
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pagewrap-feature-list .article-sort-list .favorite-icon {
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pagewrap-favorite-list-feature .article-sort-list .favorite-icon-block {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagewrap-feature-list .article-sort-list .favorite-icon-block {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagewrap-favorite-list-feature .article-sort-list .favorite-num {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.1rem;
  color: #8d8d8d;
}

.pagewrap-feature-list .article-sort-list .favorite-num {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.1rem;
  color: #8d8d8d;
}

.item-list-title {
  font-size: 1.8rem;
  text-align: center;
}

@media (min-width: 960px) {
  .item-list-title {
    font-size: 3.0rem;
  }
}

.pagewrap-feature-items .item-list-title {
  text-align: left;
}

@media (min-width: 560px) {
  .pagewrap-feature-items .item-list-title {
    display: inline-block;
    vertical-align: middle;
  }
}

.item-list-author {
  font-size: 12px;
  font-weight: 700;
  margin-top: 0.4rem;
}

@media (min-width: 960px) {
  .item-list-author {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.5rem;
    margin-top: 0.2rem;
  }
}

.item-list-description {
  margin: 50px 0 20px;
  font-size: 16px;
}

@media (max-width: 959px) {
  .item-list-description {
    margin: 40px 0 15px;
  }
}

@media (max-width: 559px) {
  .item-list-description {
    margin: 20px 0 5px;
  }
}

.item-list-description + .item-list-description {
  margin-top: -10px;
}

@media (max-width: 959px) {
  .item-list-description + .item-list-description {
    margin-top: -5px;
  }
}

.item-block-title-area {
  margin-bottom: 2.4rem;
}

.item-block-title-area a:after {
  content: "";
  display: block;
  clear: both;
}

.item-block-title-area .block-title-image {
  padding-right: 1rem;
  float: left;
}

.item-block-title-area .block-title-image img {
  max-width: 100%;
  height: auto;
}

.item-block-title-area .block-title {
  font-weight: 700;
  color: #595959;
  font-size: 1.4rem;
  position: relative;
  float: left;
}

.item-block-title-area.logo-isetan .block-title-image {
  width: 77px;
}

@media (max-width: 959px) {
  .item-block-title-area.logo-isetan .block-title-image {
    width: 68px;
  }
}

.item-block-title-area.logo-isetan .block-title {
  top: 5px;
}

.item-block-title-area.logo-mitsukoshi .block-title-image {
  width: 144px;
}

@media (max-width: 959px) {
  .item-block-title-area.logo-mitsukoshi .block-title-image {
    width: 130px;
  }
}

.item-block-title-area.logo-mitsukoshi .block-title {
  top: 3px;
}

.item-time {
  color: #2c2c2c;
  margin-bottom: 1rem;
}

.item-address {
  margin-bottom: 10px;
  color: #2c2c2c;
  line-height: 1.9;
}

.pagewrap-favorite-list-curator .article-sort-list .item-thumb-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-curator .article-sort-list .item-thumb-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pagewrap-favorite-list-curator .article-section-curator .item-thumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-thumb-wrap .item-thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.item-thumb-wrap .item-thumb img {
  width: 100%;
}

.item-list-subtitle-wrap {
  margin-bottom: 2.2rem;
}

@media (max-width: 559px) {
  .item-list-subtitle-wrap {
    margin-bottom: 1.8rem;
  }
}

.item-list-carousel .item-list-container {
  display: block;
  margin-top: 2rem;
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}

@media (min-width: 960px) {
  .item-list-carousel .item-list-container {
    margin-left: 0;
    margin-right: 0;
  }
}

.item-list-carousel .item-block {
  width: calc(100vw - 8.8rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  padding: 2.4rem 2.4rem 8rem;
  -webkit-transform: translateX(2.4rem);
          transform: translateX(2.4rem);
}

.item-list-carousel .item-block + .item-block {
  margin-left: 1.8rem;
}

.item-list-carousel .item-block .item-link-btn {
  width: calc(100% - 4.8rem);
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  bottom: 2.4rem;
}

@media (min-width: 960px) {
  .item-list-carousel .item-block {
    width: calc((960px - 1.8rem * 2) * 0.3333);
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 1080px) {
  .item-list-carousel .item-block {
    width: calc((1080px - 1.8rem * 2) * 0.3333);
  }
}

.item-list-col {
  position: relative;
}

@media (max-width: 559px) {
  .item-list-col {
    padding-top: 1.8rem;
  }
}

.item-list-col .item-list-pagecount {
  text-align: left;
  margin-bottom: 3rem;
}

@media (max-width: 959px) {
  .article-sort-list .item-list-col .item-list-pagecount {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 559px) {
  .article-sort-list .item-list-col {
    padding-top: 2rem;
  }
}

@media (max-width: 559px) {
  .article-section-category .item-list-col {
    margin: 1.8rem 0 0;
    padding: 0 1.8rem;
  }
}

.list-slider .item-list-col {
  overflow: hidden;
  margin: 0 -2.6rem;
  padding: 0 2.6rem;
}

@media (max-width: 959px) {
  .list-slider .item-list-col {
    margin: 0 -1.8rem;
    padding: 0 1.8rem;
  }
}

@media (max-width: 559px) {
  .list-slider .item-list-col {
    margin: 1.8rem 0 0;
    padding: 0 1.8rem;
  }
}

.item-list-col.item-tag-list {
  margin-left: 1.8rem;
  padding: 1.8rem 0 0;
}

.pagewrap-favorite-list-curator .article-section-curator .item-list-col.list-slider {
  overflow: hidden;
  margin: 0 -2.6rem;
  padding: 0 2.6rem;
}

@media (max-width: 959px) {
  .pagewrap-favorite-list-curator .article-section-curator .item-list-col.list-slider {
    margin: 0 -1.8rem;
    padding: 0 1.8rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-curator .article-section-curator .item-list-col.list-slider {
    margin: 1.8rem 0 0;
    padding: 0 1.8rem;
  }
}

.pagewrap-favorite-list-curator .article-section-curator .item-list-col.list-slider + .item-list {
  margin-top: 8rem;
}

@media (max-width: 959px) {
  .pagewrap-favorite-list-curator .article-section-curator .item-list-col.list-slider + .item-list {
    margin-top: 4rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-word .article-section-event .item-list-col {
    padding: 0 1.7rem;
  }
}

.pagewrap-curator-detail .item-list-col {
  padding-top: 0;
}

@media (max-width: 559px) {
  .pagewrap-search-word .article-section-brand .item-list-col {
    padding-top: 0;
  }
}

.pagewrap-feature-top .article-section .item-list-col {
  padding-top: 0;
}

.article-sort-list .list-wrap {
  position: relative;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 959px) {
  .article-sort-list .list-wrap {
    display: block;
  }
}

@media (max-width: 559px) {
  .article-sort-list .list-wrap {
    padding-top: 1.5rem;
  }
}

.article-sort-list .list-wrap .item-list-area {
  width: 100%;
}

.pagewrap-favorite-list-brand .article-sort-list .list-wrap {
  padding-top: 2.5rem;
  padding-bottom: 6.5rem;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-brand .article-sort-list .list-wrap {
    padding-top: 2rem;
  }
}

.pagewrap-favorite-list-curator .article-sort-list .list-wrap {
  padding-top: 6rem;
  padding-bottom: 6.5rem;
}

@media (max-width: 959px) {
  .pagewrap-favorite-list-curator .article-sort-list .list-wrap {
    padding-top: 4.5rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-curator .article-sort-list .list-wrap {
    padding-bottom: 55px;
  }
}

.pagewrap-favorite-list-feature .article-sort-list .list-wrap {
  padding-top: 6rem;
  padding-bottom: 6.5rem;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-feature .article-sort-list .list-wrap {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

.pagewrap-favorite-list-event .article-sort-list .list-wrap {
  padding-top: 6rem;
  padding-bottom: 6.5rem;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-event .article-sort-list .list-wrap {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

.pagewrap-favorite-list-item .article-sort-list .list-wrap {
  padding-top: 2.5rem;
  padding-bottom: 6.5rem;
}

@media (max-width: 559px) {
  .pagewrap-favorite-list-item .article-sort-list .list-wrap {
    padding-top: 2rem;
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-feature-list .article-sort-list .list-wrap {
    padding-top: 1.5rem;
  }
}

.pagewrap-ranking-top .article-sort-list .list-wrap {
  padding-top: 4rem;
}

@media (max-width: 559px) {
  .pagewrap-ranking-top .article-sort-list .list-wrap {
    padding-top: 2rem;
  }
}

.pagewrap-store-coupon-list .article-sort-list .list-wrap {
  padding-top: 6rem;
}

@media (max-width: 959px) {
  .pagewrap-store-coupon-list .article-sort-list .list-wrap {
    padding-top: 3rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-store-coupon-list .article-sort-list .list-wrap {
    padding-top: 1.5rem;
  }
}

.pagewrap-store-event-list .article-sort-list .list-wrap {
  padding-top: 6rem;
}

@media (max-width: 959px) {
  .pagewrap-store-event-list .article-sort-list .list-wrap {
    padding-top: 3rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-store-event-list .article-sort-list .list-wrap {
    padding-top: 1.5rem;
  }
}

.pagewrap-search-brand .article-sort-list .list-wrap {
  display: block;
}

.article-sort-list .section-brand-list .list-wrap {
  padding-top: 0;
}

.local-nav {
  margin-top: 4rem;
}

@media (max-width: 959px) {
  .local-nav {
    width: 100vw;
    margin-left: calc(-20px - 2.4rem);
  }
  .product-list .local-nav {
    background-color: #f6f6f6;
  }
}

@media (max-width: 559px) {
  .local-nav {
    margin-top: 1.4rem;
    margin-left: -1.7rem;
    margin-right: -1.7rem;
  }
}

.local-nav .local-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 959px) {
  .local-nav .local-nav-list {
    overflow-x: auto;
  }
}

.local-nav .nav-item {
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.local-nav .nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
  height: 30px;
  font-weight: 700;
  padding: 0 2rem;
}

.local-nav .nav-item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #d7d7d7;
}

.local-nav .nav-item a.is-active {
  color: #595959;
}

.local-nav .nav-item a.is-active:before {
  background-color: #595959;
  height: 2px;
}

@media (max-width: 959px) {
  .local-nav .nav-item a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
  }
}

.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10000;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 6rem;
}

.modal-wrap.is-modalshow {
  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;
}

@media (max-width: 959px) {
  .modal-wrap {
    padding: 0rem 2rem;
  }
}

.modal-main {
  background-color: #fff;
  width: 100%;
  max-height: 90%;
  max-width: 960px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5rem 2.0rem;
  position: relative;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  color: #595959;
  z-index: 1;
}

.terms-modal-wrap .modal-main.no-padding {
  max-width: 1080px;
}

@media (max-width: 559px) {
  .terms-modal-wrap .modal-main.no-padding {
    padding-bottom: 0;
  }
}

@media (max-width: 959px) {
  .used-amount-modal-wrap .modal-main {
    max-height: 320px;
  }
}

@media (max-width: 559px) {
  .used-amount-modal-wrap .modal-main {
    max-height: 290px;
  }
}

@media (max-width: 959px) {
  .modal-main {
    height: 90%;
    max-height: inherit;
  }
}

@media (max-width: 559px) {
  .modal-main {
    max-width: 320px;
    padding: 2.2rem 1.8rem 2.5rem;
  }
}

@media (max-width: 559px) {
  .modal-main.no-padding {
    padding: 2.2rem 0rem 2.5rem;
  }
  .no-padding .modal-header-area {
    padding: 0rem 1.8rem 0rem;
  }
  .no-padding .modal-content.content-password .modal-password-wrap {
    padding: 0rem 1.8rem 0rem;
    width: auto;
  }
  .no-padding .modal-bottom-btns {
    padding: 0rem 1.8rem 0rem;
    width: auto;
  }
}

.modal-close,
[class*="modal-close-"] {
  cursor: pointer;
  padding: 0 0.8rem;
}

.modal-close.icon-close,
[class*="modal-close-"].icon-close {
  position: absolute;
  top: 3.5rem;
  right: 3.5rem;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (min-width: 960px) {
  .modal-close.icon-close:hover,
  [class*="modal-close-"].icon-close:hover {
    opacity: 0.5;
  }
}

@media (max-width: 559px) {
  .modal-close.icon-close,
  [class*="modal-close-"].icon-close {
    top: 2.5rem;
    right: 1.6rem;
    font-size: 1.6rem;
  }
}

.modal-close.bottom-btn,
[class*="modal-close-"].bottom-btn {
  width: calc(100% - 1.6rem);
  max-width: 260px;
  margin: 5rem auto 0;
  font-weight: 700;
}

@media (max-width: 559px) {
  .modal-close.bottom-btn,
  [class*="modal-close-"].bottom-btn {
    font-weight: 500;
  }
}

.modal-header-area {
  margin-top: 0.8rem;
  margin-bottom: 4.5rem;
  padding: 0 0.8rem;
}

.modal-header-area .item-order-btn-area {
  margin: 2rem auto 0;
}

.terms-modal-wrap .modal-header-area {
  margin-bottom: 2.5rem;
}

@media (max-width: 559px) {
  .modal-header-area {
    margin-top: 0;
    padding-right: 2rem;
    margin-bottom: 2rem;
    padding-left: 0;
  }
  .modal-header-area .item-order-btn-area {
    margin: 1rem 0 0;
  }
}

.modal-title {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 959px) {
  .terms-modal-wrap .modal-title {
    color: #2c2c2c;
    font-size: 1.4rem;
    text-align: center;
  }
}

@media (max-width: 959px) {
  .modal-title {
    text-align: left;
  }
}

@media (max-width: 559px) {
  .modal-title {
    font-size: 1.4rem;
  }
}

.modal-inner {
  height: 100%;
}

.modal-bottom-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 540px;
  width: 100%;
  margin: 5.5rem auto 0;
}

.modal-bottom-btns .modal-bottom-btn {
  max-width: 260px;
  width: 100%;
  margin-left: 2rem;
}

.modal-bottom-btns .modal-bottom-btn:first-child {
  margin-left: 0;
}

@media (max-width: 559px) {
  .modal-bottom-btns {
    display: block;
    margin-top: 4rem;
  }
  .modal-bottom-btns .modal-bottom-btn {
    margin-left: 0;
    font-weight: 500;
    max-width: inherit;
  }
  .modal-bottom-btns .modal-bottom-btn:first-child {
    margin-bottom: 1rem;
  }
}

.modal-content {
  position: relative;
  max-height: calc(100vh - 12rem - 26rem);
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0.8rem 2rem;
}

@media (max-width: 959px) {
  .modal-content {
    max-height: calc(100% - 105px);
  }
}

@media (max-width: 559px) {
  .modal-content {
    max-height: calc(100% - 60px);
  }
}

.modal-content.content-favorite .modal-content-inner {
  padding: 0 9rem;
}

@media (max-width: 959px) {
  .modal-content.content-favorite .modal-content-inner {
    padding: 0;
  }
}

.modal-content.content-favorite .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -4.5rem;
}

@media (max-width: 959px) {
  .modal-content.content-favorite .content-list {
    display: block;
  }
}

.modal-content.content-favorite .content-item {
  width: 42%;
  margin-top: 4.5rem;
}

@media (max-width: 959px) {
  .modal-content.content-favorite .content-item {
    width: auto;
  }
}

.modal-content.content-favorite .item-thumb-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}

.modal-content.content-favorite .item-thumb {
  width: 48px;
  margin-right: 2rem;
}

.modal-content.content-favorite .item-thumb img {
  width: 100%;
}

.modal-content.content-favorite .item-thumb-name {
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 959px) {
  .modal-content.content-favorite .select-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 559px) {
  .modal-content.content-favorite .select-list {
    display: block;
    margin-top: 0;
  }
}

.modal-content.content-favorite .select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
}

.modal-content.content-favorite .select-item:first-child {
  margin-top: 0;
}

@media (max-width: 959px) {
  .modal-content.content-favorite .select-item {
    margin-top: 2.5rem;
    width: 46%;
  }
  .modal-content.content-favorite .select-item:first-child {
    margin-top: 2.5rem;
  }
}

@media (max-width: 559px) {
  .modal-content.content-favorite .select-item {
    width: auto;
  }
}

.modal-content.content-favorite .item-favorite-btn {
  width: 1.8rem;
  height: 1.6rem;
  background-image: url(../images/ico_heart_inactive.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.modal-content.content-favorite .item-favorite-btn.is-selected {
  background-image: url(../images/ico_heart_active.svg);
}

.modal-content.content-order-notes .order-notes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #2c2c2c;
}

@media (max-width: 959px) {
  .modal-content.content-order-notes .order-notes-wrap {
    display: block;
  }
}

.modal-content.content-order-notes .order-notes-list-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modal-content.content-order-notes .order-notes-subcolumn {
  width: 280px;
  margin-left: 3rem;
}

@media (max-width: 959px) {
  .modal-content.content-order-notes .order-notes-subcolumn {
    width: auto;
    margin-left: 0;
    margin-top: 3.5rem;
  }
}

.modal-content.content-order-notes .subcolumn-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #595959;
  margin-bottom: 2.5rem;
}

@media (max-width: 959px) {
  .modal-content.content-order-notes .subcolumn-title {
    margin-bottom: 2rem;
  }
}

.modal-content.content-order-notes .subcolumn-txt {
  margin-top: 2.5rem;
}

@media (max-width: 559px) {
  .modal-content.content-order-notes .subcolumn-txt {
    margin-top: 2rem;
  }
}

.modal-content.content-order-notes li {
  margin-top: 1rem;
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}

.modal-content.content-order-notes li:first-child {
  margin-top: 0;
}

.modal-content.content-cosmetics-notes {
  padding: 0 0 2rem;
}

.modal-content.content-cosmetics-notes .modal-notes-lead {
  text-align: center;
  margin-bottom: 3rem;
}

@media (max-width: 559px) {
  .modal-content.content-cosmetics-notes .modal-notes-lead {
    text-align: left;
  }
}

.modal-content.content-cosmetics-notes .modal-notes-lead + .modal-notes-error:not(:empty) {
  margin-top: -3rem;
}

.modal-content.content-cosmetics-notes .modal-notes-error {
  margin-bottom: 3rem;
  text-align: center;
}

@media (max-width: 559px) {
  .modal-content.content-cosmetics-notes .modal-notes-error {
    text-align: left;
  }
}

.modal-content.content-cosmetics-notes .modal-notes-error:empty {
  margin-bottom: 0;
  visibility: hidden;
}

.modal-content.content-cosmetics-notes .modal-notes-error strong {
  color: #BC5561;
}

.modal-content.content-cosmetics-notes .modal-notes-wrap {
  font-size: 1.2rem;
  color: #595959;
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

.modal-content.content-cosmetics-notes .modal-notes-subtitle {
  color: #2c2c2c;
  margin-bottom: 1.5rem;
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}

.modal-content.content-cosmetics-notes .subtitle-number {
  color: #8d8d8d;
  margin-right: 0.4rem;
}

.modal-content.content-cosmetics-notes .modal-notes-cell {
  margin-bottom: 3.4rem;
}

.modal-content.content-cosmetics-notes .select-btns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.modal-content.content-cosmetics-notes .select-btn {
  max-width: 230px;
  min-height: 32px;
  width: 100%;
  min-height: 32px;
  height: 100%;
  font-size: 1.4rem;
  color: #595959;
  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;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  margin-left: 2rem;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}

.modal-content.content-cosmetics-notes .select-btn:first-child {
  margin-left: 0;
}

.modal-content.content-cosmetics-notes .select-btn.is-selected {
  color: #fff;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
}

@media (min-width: 960px) {
  .modal-content.content-cosmetics-notes .select-btn:hover {
    opacity: 0.8;
  }
}

@media (max-width: 959px) {
  .modal-content.content-cosmetics-notes .select-btn {
    margin-left: 1.5rem;
  }
}

.modal-content.content-brand-select {
  margin: -1.5rem 2rem 0;
  max-height: calc(100vh - 16rem - 26rem);
}

@media (max-width: 959px) {
  .modal-content.content-brand-select {
    margin: -1.5rem 0 0;
    padding: 0 0 2rem;
    max-height: calc(100% - 105px);
  }
}

@media (max-width: 559px) {
  .modal-content.content-brand-select {
    max-height: calc(100% - 60px);
  }
}

.modal-content.content-brand-select .local-nav {
  margin: 0;
  width: auto;
}

.modal-content.content-brand-select .label-checkbox .item-name-block:before {
  top: 15px;
  margin-top: 0;
}

.modal-content.content-brand-select .label-checkbox .item-name-block:after {
  top: 10px;
  -webkit-transform: inherit;
          transform: inherit;
}

.modal-content.content-brand-select .section-brand-list {
  margin-top: 4rem;
}

.modal-content.content-brand-select .section-brand-list:first-child {
  margin-top: 3rem;
}

@media (max-width: 559px) {
  .modal-content.content-brand-select .section-brand-list {
    margin-top: 3rem;
  }
  .modal-content.content-brand-select .section-brand-list:first-child {
    margin-top: 1.5rem;
  }
}

.modal-content.content-brand-select .section-brand-list .item-list-container {
  margin-left: -4%;
  margin-top: -1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media (max-width: 559px) {
  .modal-content.content-brand-select .section-brand-list .item-list-container {
    display: block;
  }
}

.modal-content.content-brand-select .section-brand-list .item-name {
  font-size: 1.4rem;
  color: #2c2c2c;
}

.modal-content.content-brand-select .section-brand-list .item-name-subtxt {
  font-size: 1.1rem;
  color: #8d8d8d;
}

.modal-content.content-brand-select .section-brand-list a {
  text-decoration: none;
}

.modal-content.content-password {
  margin-bottom: 2rem;
  margin-top: -2rem;
}

@media (max-width: 559px) {
  .modal-content.content-password {
    margin-top: 3rem;
    padding: 0 0 2rem;
  }
}

.modal-content.content-password .modal-password-lead {
  text-align: center;
  margin-bottom: 3rem;
}

@media (max-width: 559px) {
  .modal-content.content-password .modal-password-lead {
    text-align: left;
  }
}

.modal-content.content-password .modal-password-wrap {
  font-size: 1.2rem;
  color: #595959;
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

.modal-content.content-password .password-area {
  background: #f6f6f6;
  height: 30vh;
  max-height: 280px;
  position: relative;
}

.modal-content.content-password .password-area-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.modal-content.content-password .password-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #8d8d8d;
  margin-bottom: 1rem;
}

.modal-content.content-password .password-input-wrap {
  width: 280px;
  position: relative;
}

.modal-content.content-password .password-input-wrap input.password-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 2rem 0 4rem;
  border: 1px solid #d7d7d7;
  border-radius: 0;
}

.modal-content.content-password .password-input-wrap input.password-input:focus {
  border-color: #8d8d8d;
}

.modal-content.content-password .password-input-wrap .password-icon {
  position: absolute;
  left: 1.5rem;
  top: 1rem;
}

.modal-content.content-password .password-input-error {
  margin-top: 6px;
  font-size: 1.2rem;
  color: #BC5561;
}

@media (max-width: 559px) {
  .modal-content.content-password .password-input-error {
    text-align: left;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.modal-content.content-password .select-btns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.modal-content.content-password .select-btn {
  max-width: 230px;
  min-height: 32px;
  width: 100%;
  min-height: 32px;
  height: 100%;
  font-size: 1.4rem;
  color: #595959;
  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;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  margin-left: 2rem;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}

.modal-content.content-password .select-btn:first-child {
  margin-left: 0;
}

.modal-content.content-password .select-btn.is-selected {
  color: #fff;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
}

@media (min-width: 960px) {
  .modal-content.content-password .select-btn:hover {
    opacity: 0.8;
  }
}

@media (max-width: 959px) {
  .modal-content.content-password .select-btn {
    margin-left: 1.5rem;
  }
}

.modal-content.content-favorite-nologin {
  padding: 0 0 2rem;
}

@media (max-width: 559px) {
  .modal-content.content-favorite-nologin {
    padding-top: 2rem;
  }
}

.modal-content.content-favorite-nologin .modal-nologin-wrap {
  font-size: 1.2rem;
  color: #595959;
  max-width: 440px;
  width: 100%;
  margin: 0 auto 5rem;
}

.modal-content.content-favorite-nologin .modal-nologin-wrap:last-child {
  margin-bottom: 0;
}

.modal-content.content-favorite-nologin .modal-nologin-subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  color: #595959;
  margin-bottom: 1.5rem;
}

.modal-content.content-favorite-nologin .modal-nologin-lead {
  font-size: 1.4rem;
  color: #595959;
  margin-bottom: 3rem;
}

@media (max-width: 559px) {
  .modal-content.content-favorite-nologin .modal-nologin-lead {
    color: #8d8d8d;
  }
}

.modal-content.content-favorite-nologin .modal-bottom-btns {
  margin-top: 1rem;
  max-width: 100%;
}

@media (max-width: 959px) {
  .modal-content.content-terms {
    height: calc(100% - 8rem);
    max-height: 100%;
    padding: 0 0rem 0rem;
  }
}

@media (max-width: 559px) {
  .modal-content.content-terms {
    height: calc(100% - 4rem);
    padding: 0 0rem 0rem;
  }
  .modal-content.content-terms .sp-scroll {
    padding: 0 1.6rem 2.4rem;
    height: calc(100% - 16rem);
    overflow: scroll;
    position: absolute;
  }
}

.modal-content.content-terms .modal-terms-wrap {
  margin-bottom: 1.6rem;
}

.modal-content.content-terms .terms-title {
  color: #2c2c2c;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

@media (max-width: 959px) {
  .modal-content.content-terms .terms-title {
    font-size: 1.2rem;
  }
}

.modal-content.content-terms .terms-list {
  color: #2c2c2c;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

@media (max-width: 959px) {
  .modal-content.content-terms .terms-list {
    font-size: 1.1rem;
  }
}

.modal-content.content-terms .terms-item {
  margin-bottom: 0.8rem;
  text-indent: 2.0rem;
  position: relative;
}

.modal-content.content-terms .terms-item:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background: #2c2c2c;
  border-radius: 50%;
  position: absolute;
  left: 0.4rem;
  top: 0.9rem;
}

@media (max-width: 959px) {
  .modal-content.content-terms .terms-item {
    font-size: 1.1rem;
    text-indent: 1.1rem;
  }
  .modal-content.content-terms .terms-item:before {
    left: 0.2rem;
    top: 0.6rem;
  }
}

.modal-content.content-terms .terms-link-wrap {
  margin-bottom: 0.8rem;
}

.modal-content.content-terms .terms-link {
  color: #24AABB;
  text-decoration: none;
  font-weight: 700;
}

.modal-content.content-terms .terms-link i {
  margin-left: 1rem;
}

@media (max-width: 959px) {
  .modal-content.content-terms .terms-link {
    font-size: 1.2rem;
  }
}

.modal-content.content-terms .modal-terms-contact {
  margin-top: 3.2rem;
}

.modal-content.content-terms .terms-contact-text {
  color: #2c2c2c;
  font-size: 1.4rem;
}

@media (max-width: 959px) {
  .modal-content.content-terms .terms-contact-text {
    font-size: 1.1rem;
  }
}

.modal-content.content-terms .modal-bottom-btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

@media (max-width: 559px) {
  .modal-content.content-terms .modal-bottom-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 5%;
    left: 2rem;
    height: 11rem;
    background-color: #f6f6f6;
    width: calc(100% - 4rem);
    margin-top: 0px;
    padding: 0;
  }
}

.modal-content.content-terms .modal-bottom-btn {
  padding: 0;
  margin: 0 auto;
  height: 4rem;
}

@media (max-width: 559px) {
  .modal-content.content-terms .modal-bottom-btn {
    width: 260px;
  }
}

.modal-content.content-terms .cancel-btn,
.modal-content.content-terms [class*="cancel-btn-"] {
  color: #2c2c2c;
  display: inline-block;
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  margin: 1.6rem auto 0;
  font-size: 1.2rem;
}

@media (min-width: 960px) {
  .modal-content.content-terms .cancel-btn:hover,
  .modal-content.content-terms [class*="cancel-btn-"]:hover {
    color: #2c2c2c;
    background: transparent;
    border: none;
  }
}

.modal-content.content-used-amount {
  padding-bottom: 4.6rem;
}

@media (max-width: 959px) {
  .modal-content.content-used-amount {
    padding-bottom: 0rem;
  }
}

.modal-content.content-used-amount .modal-used-amount-wrap {
  max-width: 690px;
  margin: 0 auto;
}

.modal-content.content-used-amount .modal-used-amount-subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 0.8rem;
}

.modal-content.content-used-amount .modal-used-amount-price {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2c2c2c;
  margin-right: 1.6rem;
}

.modal-content.content-used-amount .modal-used-amount-price strong {
  font-size: 2.4rem;
  color: #595959;
  margin-right: 0.6rem;
}

@media (max-width: 959px) {
  .modal-content.content-used-amount .modal-used-amount-price {
    display: block;
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
}

.modal-content.content-used-amount .modal-used-amount-period {
  display: inline-block;
  margin-right: 4.0rem;
}

.modal-content.content-used-amount .modal-used-amount-period dt {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 0.8rem;
}

.modal-content.content-used-amount .modal-used-amount-period dd {
  display: inline-block;
  font-size: 1.1rem;
}

.modal-content.content-used-amount .modal-used-amount-btn {
  display: inline-block;
  width: 270px;
  max-width: 270px;
  position: relative;
}

.modal-content.content-used-amount .modal-used-amount-btn .icon-blank {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
  height: 12px;
}

.modal-content.content-used-amount .modal-used-amount-btn .icon-blank:before {
  vertical-align: top;
}

@media (max-width: 959px) {
  .modal-content.content-used-amount .modal-used-amount-btn {
    display: block;
    margin-right: 0;
    margin-top: 2.4rem;
  }
  .modal-content.content-used-amount .modal-used-amount-btn .icon-blank {
    display: none;
  }
}

@media (max-width: 559px) {
  .modal-content.content-used-amount .modal-used-amount-btn {
    width: auto;
  }
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.minicart-wrap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 4.4rem;
  right: 1rem;
  left: auto;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 395px;
  padding: 1rem;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.minicart-wrap.is-modalshow {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 959px) {
  .minicart-wrap {
    top: 56px;
    left: auto;
    right: 2rem;
  }
}

@media (max-width: 559px) {
  .minicart-wrap {
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0 1rem;
    width: 100%;
  }
}

.minicart-wrap .modal-main {
  padding: 2rem 2rem;
  max-height: 100%;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
}

@media (max-width: 559px) {
  .minicart-wrap .modal-main {
    max-width: 100%;
    height: auto;
    max-height: 460px;
  }
  .minicart-wrap .modal-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    height: 4.6rem;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  }
}

.minicart-wrap .modal-inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.minicart-wrap .modal-header-area {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  padding: 0 0rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.minicart-wrap .modal-title {
  text-align: left;
}

@media (max-width: 559px) {
  .minicart-wrap .modal-title {
    font-size: 1.8rem;
  }
}

.minicart-wrap .modal-content {
  min-height: 5rem;
  max-height: 22rem;
  padding: 0;
}

.minicart-wrap .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

.minicart-wrap .item-thumb-block {
  width: 100px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.minicart-wrap .item-thumb-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.minicart-wrap .item-text-block {
  width: calc(100% - 100px);
  padding-left: 1rem;
  padding-right: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.minicart-wrap .item-brand-name {
  font-size: 1.2rem;
  color: #8d8d8d;
  margin-bottom: 0rem;
}

.minicart-wrap .item-product-name {
  font-size: 1.4rem;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 0.6rem;
}

.minicart-wrap .item-size {
  font-size: 1.1rem;
  color: #595959;
  margin-bottom: 0.1rem;
}

.minicart-wrap .item-color {
  font-size: 1.1rem;
  color: #595959;
  margin-bottom: 0.1rem;
}

.minicart-wrap .item-num {
  font-size: 1.1rem;
  color: #595959;
  margin-bottom: 0.1rem;
}

.minicart-wrap .item-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #595959;
  margin-top: 0.6rem;
}

.minicart-wrap .modal-bottom {
  width: 100%;
}

.minicart-wrap .subtotal-text {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #595959;
  margin-top: 2rem;
}

.minicart-wrap .freeshipping-text {
  font-size: 1.2rem;
  text-align: center;
  color: #595959;
  background: #f6f6f6;
  padding: 0.5rem 0;
  margin-top: 1.5rem;
}

.minicart-wrap .cart-btn-wrap {
  width: calc(100% - 1.6rem);
  max-width: 260px;
  margin: 2.5rem auto 0.5rem;
}

.minicart-wrap .cart-btn {
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (max-width: 559px) {
  .minicart-wrap .cart-btn {
    font-weight: 500;
  }
}

.minicart-wrap .modal-overlay {
  display: none;
  background-color: transparent;
}

@media (max-width: 559px) {
  .minicart-wrap .modal-overlay {
    display: initial;
  }
}

.minicart-wrap .cart-simple-list {
  padding-right: 2.9rem;
}

.minicart-wrap .cart-simple-item {
  margin-bottom: 1.6rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #d7d7d7;
}

.minicart-wrap .cart-simple-item:last-child {
  margin-bottom: 0;
  border-bottom: 0 none;
}

.minicart-wrap .cart-simple-head {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.56;
}

.minicart-wrap .cart-simple-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.minicart-wrap .cart-simple-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.minicart-wrap .cart-simple-price .cart-simple-num {
  margin-right: 8px;
  line-height: 1.805;
  font-size: 1.2rem;
  color: #595959;
}

.minicart-wrap .cart-simple-price .cart-simple-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #595959;
}

.minicart-wrap .cart-simple-price .cart-simple-total .cart-simple-total-label {
  margin-right: 0.4rem;
}

.minicart-wrap .cart-simple-price .cart-simple-total .cart-simple-total-num {
  font-size: 1.6rem;
  font-weight: 700;
}

.minicart-wrap .cart-simple-link {
  padding: 0.2rem 1.2rem 0.3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff !important;
  background-color: #2c2c2c;
}

.minicart-wrap .modal-empty {
  display: none;
}

@media (max-width: 559px) {
  .minicart-wrap.is-empty .modal-main {
    height: 280px;
  }
}

.minicart-wrap.is-empty .modal-inner {
  padding-bottom: 0;
}

.minicart-wrap.is-empty .modal-content {
  display: none;
}

.minicart-wrap.is-empty .modal-bottom {
  display: none;
}

.minicart-wrap.is-empty .modal-empty {
  display: block;
  text-align: center;
  padding: 2.0rem 0;
}

@media (max-width: 559px) {
  .minicart-wrap.is-empty .modal-empty {
    padding: 3.0rem 0 4.0rem;
  }
}

.minicart-wrap.is-empty .empty-icon {
  color: #8d8d8d;
}

.minicart-wrap.is-empty .empty-icon .icon-cart {
  font-size: 3.2rem !important;
}

.minicart-wrap.is-empty .empty-text {
  color: #8d8d8d;
  font-size: 1.6rem;
  margin-top: 1.0rem;
}

.modal-content::-webkit-scrollbar {
  width: 5px;
}

.modal-content::-webkit-scrollbar-track {
  background: #f6f6f6;
}

.modal-content::-webkit-scrollbar-thumb {
  background: #8d8d8d;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #8d8d8d;
          box-shadow: inset 0 0 0 2px #8d8d8d;
}

.article-module {
  margin-top: 5rem;
}

.article-module:first-child {
  margin-top: 0;
}

.article-module-free p {
  margin-top: 2.8rem;
  font-size: 1.6rem;
  line-height: 180%;
}

.article-module-free h2 {
  margin-bottom: 3.6rem;
  font-size: 1.8rem;
}

.article-module-free h3 {
  margin-top: 3rem;
  font-size: 1.8rem;
}

.article-module-free img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .article-module-free img {
    width: 440px;
  }
}

.article-module-free figure {
  margin-top: 5rem;
}

.article-module-free figcaption {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-align: center;
}

.article-module-free ul, .article-module-free ol {
  margin-top: 1rem;
  font-size: 1.6rem;
}

.article-module-free ul li + li, .article-module-free ol li + li {
  margin-top: 0.5rem;
}

.article-module-free ul li {
  text-indent: -15px;
  margin-left: 15px;
}

.article-module-free ul li:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #6db9c4;
  vertical-align: middle;
  margin-right: 8px;
}

.article-module-free ol {
  counter-reset: number;
}

.article-module-free ol li {
  text-indent: -10px;
  margin-left: 20px;
}

.article-module-free ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  width: 10px;
  color: #6db9c4;
}

.article-module-item {
  margin-top: 5rem;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.article-module-item h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.article-module-item img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .article-module-item figure {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

.article-module-item figcaption {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.article-module-item .gray-item-link-btn {
  margin-top: 2rem;
}

@media (min-width: 960px) {
  .article-module-item .gray-item-link-btn {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 960px) {
  .article-module-item .map-link-btn {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

.article-module-notice {
  margin-top: 3rem;
  padding: 2.2rem 1.8rem;
  background-color: #f6f6f6;
}

.article-module-notice h3 {
  font-size: 1.4rem;
  line-height: 140%;
  margin-bottom: 1rem;
}

.article-module-notice h4 {
  margin-top: 2rem;
  margin-bottom: 0.4rem;
}

.article-module-notice p {
  font-size: 1.2rem;
  line-height: 180%;
}

.article-module-link {
  margin-top: 2rem;
}

.related {
  height: 100px;
}

.tbd, .related, .article-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  color: #595959;
  background: #d7d7d7;
}

.tbd + .tbd, .related + .tbd, .article-share + .tbd, .tbd + .related, .related + .related, .article-share + .related, .tbd + .article-share, .related + .article-share, .article-share + .article-share {
  margin-top: 1px;
}

.page-sub-title-area {
  margin-top: 2.4rem;
}

@media (max-width: 559px) {
  .page-sub-title-area {
    background: #f6f6f6;
    margin-top: -2rem;
    margin-left: -1.7rem;
    margin-right: -1.7rem;
    padding: 1.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-sub-title-area .txt-link-area {
    margin-right: 4rem;
  }
  .page-sub-title-area .txt-link-area a {
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    height: 24px;
    cursor: pointer;
    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-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .page-sub-title-area .txt-link-area .icon-arrow3 {
    font-size: 1.0rem;
    margin-right: 1rem;
    margin-top: 0.2rem;
  }
  .page-sub-title-area .txt-link-area .icon-arrow3:before {
    -webkit-transform: scale(-1);
            transform: scale(-1);
  }
}

.page-sub-title-area .item-order-btn-area {
  margin: 3.0rem auto 0;
}

@media (max-width: 959px) {
  .page-sub-title-area .item-order-btn-area {
    margin: 1.0rem 0 0;
  }
}

@media (max-width: 559px) {
  .page-sub-title-area .item-order-btn-area {
    margin: 0rem 0 0;
  }
}

.page-sub-title-area .sp-show {
  display: none;
}

@media (max-width: 559px) {
  .page-sub-title-area .sp-show {
    display: block;
  }
}

@media (max-width: 559px) {
  .page-sub-title-area .sp-hide {
    display: none;
  }
}

.search-word-area {
  margin-top: 1.6rem;
}

.search-word-area .search-word-list {
  text-align: center;
}

@media (max-width: 959px) {
  .search-word-area .search-word-list {
    text-align: left;
  }
}

.search-word-area .search-word-item {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #8d8d8d;
  margin: 0 0.5rem;
}

@media (max-width: 559px) {
  .search-word-area .search-word-item {
    font-size: 1.2rem;
    margin: 0 1rem 0 0;
  }
}

.item-order-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 190px;
  height: 24px;
}

.item-order-btn-area .item-order-btn {
  width: 90px;
}

.page-sub-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 959px) {
  .page-sub-title {
    text-align: left;
  }
}

.content-inner {
  margin: 0 auto;
}

@media (min-width: 960px) {
  .content-inner {
    max-width: 960px;
    width: 100%;
  }
}

@media (min-width: 1080px) {
  .content-inner {
    max-width: 1080px;
  }
}

[class^="list-control-"] {
  position: absolute;
  top: 37%;
  font-size: 1.7rem;
  cursor: pointer;
  line-height: 1;
}

.pagewrap-favorite-list-curator .article-section-curator [class^="list-control-"] {
  top: 52%;
}

@media (max-width: 959px) {
  .pagewrap-product-details .article-product-detail [class^="list-control-"] {
    font-size: 1.7rem;
  }
}

@media (max-width: 959px) {
  [class^="list-control-"] {
    top: 34%;
    font-size: 1.4rem;
  }
}

@media (max-width: 559px) {
  [class^="list-control-"] {
    display: none;
  }
}

.list-control-prev {
  left: 0;
}

.pagewrap-product-details .article-product-detail .list-control-prev {
  left: -2.8rem;
}

@media (max-width: 959px) {
  .pagewrap-product-details .article-product-detail .list-control-prev {
    left: -2rem;
  }
}

.list-control-prev:before {
  display: inline-block;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

@media (min-width: 960px) {
  .list-control-prev:hover {
    opacity: 0.7;
  }
}

.list-control-next {
  right: 0;
}

.pagewrap-product-details .article-product-detail .list-control-next {
  right: -2.8rem;
}

@media (max-width: 959px) {
  .pagewrap-product-details .article-product-detail .list-control-next {
    right: -2rem;
  }
}

@media (min-width: 960px) {
  .list-control-next:hover {
    opacity: 0.7;
  }
}

.item-price-before {
  font-size: 1rem;
  color: #8d8d8d;
  display: inline-block;
  margin-left: 1rem;
  text-decoration: none;
  position: relative;
}

.item-price-before:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  right: -4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  margin-top: 1px;
  border-top: 1px solid #8d8d8d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.number-list {
  counter-reset: number;
}

.number-list .number-item {
  color: #2c2c2c;
  margin-top: 0.4rem;
  text-indent: -2rem;
  margin-left: 2rem;
}

.number-list .number-item:before {
  counter-increment: number;
  content: counter(number) ".";
  color: #8d8d8d;
  margin-right: 1rem;
}

.number-list .number-item:first-child {
  margin-top: 0;
}

[class^="pagewrap-"] {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.article-main-movie {
  margin: 0;
  padding: 4rem 2.4rem;
  background-color: #f6f6f6;
}

@media (max-width: 959px) {
  .article-main-movie {
    padding: 0 0 1.3rem;
  }
}

.article-main-movie .article-movie-area {
  max-width: 1080px;
  margin: 0 auto;
}

.article-main-movie .article-movie-area video {
  width: 100%;
}

.article-main-movie .article-movie-area img {
  max-width: 100%;
  max-height: 480px;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
}

.article-main-movie .article-movie-area .brand-video {
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .article-main-movie .article-movie-area {
    max-width: inherit;
    width: 100%;
  }
}

.label-checkbox {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.label-checkbox input[type="checkbox"] {
  display: none;
}

.label-checkbox input[type="checkbox"]:checked + .item-name:before,
.label-checkbox input[type="checkbox"]:checked + .item-name-block:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.label-checkbox input[type="checkbox"]:checked + .item-name:after,
.label-checkbox input[type="checkbox"]:checked + .item-name-block:after {
  background-color: #8d8d8d;
}

.label-checkbox .item-name, .label-checkbox .item-name-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 2.5rem;
}

.label-checkbox .item-name:before, .label-checkbox .item-name:after, .label-checkbox .item-name-block:before, .label-checkbox .item-name-block:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.label-checkbox .item-name:before, .label-checkbox .item-name-block:before {
  z-index: 1;
  width: 0.9rem;
  height: 0.4rem;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 4px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.label-checkbox .item-name:after, .label-checkbox .item-name-block:after {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #595959;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.label-checkbox .item-name-block .item-name {
  padding-left: 0;
}

.label-checkbox .item-name-block .item-name:before, .label-checkbox .item-name-block .item-name:after {
  content: none;
}

.label-radio {
  cursor: pointer;
  position: relative;
}

.label-radio input[type="radio"] {
  display: none;
}

.label-radio input[type="radio"]:checked + .item-name {
  color: #8d8d8d;
}

@media (max-width: 959px) {
  .label-radio input[type="radio"]:checked + .item-name {
    color: #2c2c2c;
  }
}

.label-radio input[type="radio"]:checked + .item-name:before {
  background-color: #595959;
}

.label-radio input[type="radio"]:checked + .item-name a {
  color: #8d8d8d;
}

@media (max-width: 959px) {
  .label-radio input[type="radio"]:checked + .item-name a {
    color: #2c2c2c;
  }
}

.label-radio a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #2c2c2c;
}

.label-radio .item-name {
  position: relative;
  width: 1.6rem;
  padding-left: 2.5rem;
  color: #2c2c2c;
}

.label-radio .item-name:before, .label-radio .item-name:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.label-radio .item-name:before {
  z-index: 1;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
}

.label-radio .item-name:after {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid #595959;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 960px) {
  .sort-btns-area .category-accordion .label-radio .item-name {
    padding-left: 0;
  }
  .sort-btns-area .category-accordion .label-radio .item-name:before, .sort-btns-area .category-accordion .label-radio .item-name:after {
    display: none;
  }
}

@media (max-width: 959px) {
  .label-radio a {
    pointer-events: none;
  }
}

.range-slider {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 3px;
  background-color: #d7d7d7;
  padding-left: 10px;
  padding-right: 10px;
}

.range-slider .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.range-slider .noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.range-slider .noUi-connect {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
  height: 100%;
  width: 100%;
  background-color: #2c2c2c;
}

.range-slider .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
  left: auto;
  right: 10px;
  height: 0;
  width: 10%;
  z-index: 5;
}

.range-slider .noUi-handle {
  right: -22px;
  left: auto;
  top: -10px;
  cursor: default;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 2px solid #2c2c2c;
  border-radius: 50%;
  outline: none;
}

.range-slider .noUi-touch-area {
  height: 100%;
  width: 100%;
}

.refine-range-area .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}

.refine-range-area .input-number {
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.8rem;
  border: 1px solid #d7d7d7;
  height: 4rem;
  font-size: 1.4rem;
}

@media (max-width: 959px) {
  .refine-range-area .input-number {
    font-size: 16px;
  }
}

.refine-range-area .txt-yen {
  width: 10%;
  padding-left: 0.5rem;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.refine-range-area .txt-between {
  width: 10%;
  padding: 0 0.5rem 0 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.refine-range-area .range-slider {
  margin-top: 3rem;
}

.accordion-block.is-open .accordion-block-title:after {
  -webkit-transform: scale(-0.5);
          transform: scale(-0.5);
}

.accordion-block.is-open .accordion-block-inner {
  max-height: 99999px;
  visibility: visible;
}

.accordion-block-title {
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

.accordion-block-title:after {
  content: "\e900";
  font-size: 1rem;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  color: #8d8d8d;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 5px;
  margin: auto 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (min-width: 960px) {
  .accordion-block-title:hover:after {
    color: #595959;
  }
}

.accordion-block-inner {
  max-height: 0;
  visibility: hidden;
}

.section-brand-list {
  margin-top: 60px;
}

@media (max-width: 559px) {
  .section-brand-list {
    margin-top: 40px;
  }
}

.section-brand-list:first-child {
  margin-top: 30px;
}

@media (max-width: 559px) {
  .section-brand-list:first-child {
    margin-top: 15px;
  }
}

.brand-list-scroll .section-brand-list:first-child {
  margin-top: 0rem;
}

.section-brand-list .section-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #595959;
}

@media (max-width: 559px) {
  .section-brand-list .section-title {
    font-size: 18px;
  }
}

.np-suggest-container {
  width: 376px;
  background-color: #ffffff;
  border: 0 none;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
}

@media (max-width: 959px) {
  .np-suggest-container {
    -webkit-box-shadow: none;
            box-shadow: none;
    height: calc(100% - 90px) !important;
    width: calc(100% + 17px) !important;
    top: 90px !important;
    left: -17px !important;
    overflow-x: hidden;
  }
}

.np-keyword-suggest {
  width: 100% !important;
  border: 0 none !important;
}

@media (max-width: 959px) {
  .np-keyword-suggest {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: visible !important;
    padding-left: 5px !important;
  }
}

@media (max-width: 959px) {
  .np-keyword-suggest .item {
    padding: 10px 20px !important;
  }
}

.np-keyword-suggest .item .highlight {
  color: #333 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.np-keyword-suggest .query:before,
.np-keyword-suggest .word:before,
.np-keyword-suggest .history:before,
.np-keyword-suggest .path:before,
.np-keyword-suggest .narrow1:before,
.np-keyword-suggest .narrow2:before,
.np-keyword-suggest .narrow3:before,
.np-keyword-suggest .narrow4:before,
.np-keyword-suggest .narrow5:before,
.np-keyword-suggest .narrow6:before,
.np-keyword-suggest .narrow7:before,
.np-keyword-suggest .narrow8:before,
.np-keyword-suggest .narrow9:before,
.np-keyword-suggest .narrow10:before,
.np-keyword-suggest .keyword1:before,
.np-keyword-suggest .keyword2:before,
.np-keyword-suggest .keyword3:before,
.np-keyword-suggest .keyword4:before,
.np-keyword-suggest .keyword5:before,
.np-keyword-suggest .keyword6:before,
.np-keyword-suggest .keyword7:before,
.np-keyword-suggest .keyword8:before,
.np-keyword-suggest .keyword9:before,
.np-keyword-suggest .keyword10:before {
  display: none;
}

.np-item-suggest-v2 {
  width: 100% !important;
  border: 0 none !important;
}

.np-keyword-suggest-group-history {
  border: 0 none !important;
}

.np-keyword-suggest-group-history .item {
  position: relative;
  height: auto !important;
  padding: 16px 70px 16px 30px !important;
  font-size: 14px;
  line-height: 1.6;
  color: #595959;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.np-keyword-suggest-group-history .item::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 959px) {
  .np-keyword-suggest-group-history .item {
    padding: 16px 70px 16px 40px !important;
  }
}

.np-keyword-suggest-group-history .clearHistory {
  position: absolute;
  top: 50%;
  right: 25px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px !important;
  height: 20px !important;
  padding: 5px !important;
  border: 0 none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  cursor: pointer;
  outline: none;
}

.np-keyword-suggest-group-history .clearHistory::before {
  content: "\e90e";
  font-size: 10px;
  color: #595959;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 959px) {
  .np-keyword-suggest-group-keyword,
  .np-keyword-suggest-group-keyword2 {
    padding-left: 12px !important;
  }
}

.np-keyword-suggest-group-keyword .item,
.np-keyword-suggest-group-keyword2 .item {
  line-height: 32px !important;
  padding: 10px 20px !important;
}

.np-keyword-suggest-group-ranking {
  position: relative;
  padding: 58px 30px 30px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.np-keyword-suggest-group-ranking::before {
  position: absolute;
  top: 30px;
  left: 30px;
  height: auto !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.4;
  color: #8d8d8d;
}

.np-keyword-suggest-group-ranking .item {
  width: auto !important;
  height: auto !important;
  margin: 12px 0 0 12px !important;
  padding: 2px 8px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 4px !important;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.np-keyword-suggest-group-ranking .item [class^="snva-ranking-"] {
  display: none !important;
}

.np-suggest-container-mobile > .np-keyword-suggest > .np-keyword-list {
  width: auto !important;
  display: block !important;
}

.np-suggest-container-mobile > .np-keyword-suggest .item {
  font-size: 14px !important;
  padding: 10px 20px !important;
  margin: 8px 17px !important;
  border-radius: 0 !important;
  background-color: #fff !important;
}

.np-suggest-container-mobile > .np-keyword-suggest .item.selected {
  color: #333 !important;
  background-color: #fff !important;
}

.page-title-area {
  position: relative;
  line-height: 1;
}

@media (max-width: 959px) {
  [class^="pagewrap-favorite-list-"] .page-title-area {
    margin-top: 30px;
  }
}

@media (max-width: 559px) {
  [class^="pagewrap-favorite-list-"] .page-title-area {
    margin-top: 0;
  }
}

[class^="pagewrap-store-"] .page-title-area {
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.category-top .page-title-area {
  padding: 20px calc(20px + 24px) 18px;
  color: #595959;
  background-color: #ffffff;
}

@media (max-width: 559px) {
  .category-top .page-title-area {
    padding: 15px 18px;
    background-color: transparent;
  }
}

@media (max-width: 1120px) {
  .pagewrap-brand-top .page-title-area {
    margin: 0 20px;
  }
}

@media (max-width: 559px) {
  .pagewrap-brand-top .page-title-area {
    margin: 0 18px;
  }
}

@media (max-width: 559px) {
  .page-title-area.sp-hide {
    display: none;
  }
}

.page-title-area .favorite-text-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 559px) {
  .page-title-area .favorite-text-btn {
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    background-color: inherit;
  }
}

@media (max-width: 559px) {
  .page-title-area .favorite-text-btn .favorite-icon {
    position: static;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 559px) {
  .page-title-area .favorite-text-btn .favorite-text {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    clip: rect(0, 0, 0, 0);
  }
}

.page-title-area .page-title {
  font-size: 24px;
}

@media (min-width: 960px) {
  .page-title-area .page-title {
    text-align: center;
  }
}

@media (max-width: 559px) {
  .page-title-area .page-title {
    font-size: 18px;
  }
}

.pagewrap-brand-top .page-title-area .page-title {
  text-align: center;
}

@media (max-width: 559px) {
  .pagewrap-brand-top .page-title-area .page-title {
    height: auto;
  }
}

.pagewrap-brand-product-list .page-title-area .page-title {
  text-align: center;
}

.pagewrap-ranking-top .page-title-area .page-title {
  text-align: center;
}

@media (max-width: 559px) {
  .pagewrap-ranking-top .page-title-area .page-title {
    text-align: left;
  }
}

@media (max-width: 559px) {
  .page-title-area .page-title.page-title-txt {
    margin-bottom: 9px;
    text-align: left;
  }
}

.page-title-area .page-title img {
  max-width: 100%;
  height: auto;
}

.pagewrap-brand-top .page-title-area .page-title img {
  max-width: 300px;
  max-height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
}

@media (max-width: 559px) {
  .pagewrap-brand-top .page-title-area .page-title img {
    max-width: 200px;
    max-height: 60px;
  }
}

.pagewrap-brand-product-list .page-title-area .page-title img {
  max-width: 300px;
  max-height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
}

@media (max-width: 559px) {
  .pagewrap-brand-product-list .page-title-area .page-title img {
    max-width: 200px;
    max-height: 60px;
  }
}

.pagination-area {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 559px) {
  .pagination-area {
    margin-top: 5rem;
  }
}

.pagination-area .pagination-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: hidden;
}

.pagination-area .nav-item {
  margin: 0 6px;
}

@media (max-width: 559px) {
  .pagination-area .nav-item {
    margin: 0 4px;
  }
}

.pagination-area .nav-item a {
  color: #595959;
  background-color: #ffffff;
  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;
  min-width: 36px;
  height: 36px;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

@media (min-width: 960px) {
  .pagination-area .nav-item a:hover {
    color: #ffffff;
    background-color: #595959;
  }
}

@media (max-width: 559px) {
  .pagination-area .nav-item a {
    min-width: inherit;
    max-width: 36px;
    max-height: 36px;
    width: 8vw;
    height: 8vw;
  }
}

.pagination-area .nav-item span {
  color: #595959;
  background-color: #ffffff;
  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;
  min-width: 36px;
  height: 36px;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

@media (max-width: 559px) {
  .pagination-area .nav-item span {
    min-width: inherit;
    max-width: 36px;
    max-height: 36px;
    width: 8vw;
    height: 8vw;
  }
}

.pagination-area .nav-item.is-active a, .pagination-area .nav-item.is-active span {
  background-color: #2c2c2c;
  color: #fff;
}

@media (min-width: 960px) {
  .pagination-area .nav-item.prev-btn a:hover, .pagination-area .nav-item.next-btn a:hover {
    color: #595959;
    background-color: #ffffff;
  }
}

.pagination-area .nav-item.prev-btn .icon-arrow3, .pagination-area .nav-item.next-btn .icon-arrow3 {
  display: block;
  font-size: 1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.pagination-area .nav-item.prev-btn .icon-arrow3:before, .pagination-area .nav-item.next-btn .icon-arrow3:before {
  display: block;
}

.pagination-area .nav-item.prev-btn .icon-arrow3 {
  -webkit-transform: scale(-0.9);
          transform: scale(-0.9);
}

@media (max-width: 559px) {
  .pagination-area .nav-item.is-pc {
    display: none;
  }
}

@media (min-width: 560px) {
  .pagination-area .nav-item.is-sp {
    display: none;
  }
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.product-btn-area + .product-detail-note {
  margin-top: -24px;
}

.product-detail-note-head {
  font-size: 16px;
  line-height: 1.8;
}

.product-detail-note-head strong {
  font-weight: 700;
  color: #BC5561;
}

.product-detail-note-list {
  margin-bottom: 20px;
}

.product-detail-note-item {
  font-size: 16px;
  line-height: 1.8;
}

.product-detail-txt-block .product-price-area {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 559px) {
  .product-detail-txt-block .product-price-area {
    margin-top: 2px;
  }
}

.product-detail-txt-block .product-price-area .label-sale {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #BC5561;
}

.product-detail-txt-block .product-price-area.product-price-sale.product-price-soldout .label-sale {
  bottom: 25px;
}

.product-detail-txt-block .product-price-area .label-new {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #2c2c2c;
}

.product-detail-txt-block .product-price-area.product-price-new.product-price-soldout .label-new {
  bottom: 25px;
}

.product-detail-txt-block .product-price-area.product-price-sale.product-price-new .label-new {
  left: 52px;
}

.product-detail-txt-block .product-price-area .label-soldout {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #BC5561;
}

.product-detail-txt-block .product-price-area .label-soldout::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 1px;
  margin-top: 1px;
  background-color: #BC5561;
}

.product-detail-txt-block .product-price-area .label-soldout::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 1px;
  margin-top: 1px;
  background-color: #BC5561;
}

.product-detail-txt-block .product-price-area.product-price-sale, .product-detail-txt-block .product-price-area.product-price-new, .product-detail-txt-block .product-price-area.product-price-soldout {
  position: relative;
  padding-bottom: 23px;
}

@media (max-width: 559px) {
  .product-detail-txt-block .product-price-area.product-price-sale, .product-detail-txt-block .product-price-area.product-price-new, .product-detail-txt-block .product-price-area.product-price-soldout {
    padding-bottom: 18px;
  }
}

.product-detail-txt-block .product-price-area.product-price-sale.product-price-soldout, .product-detail-txt-block .product-price-area.product-price-new.product-price-soldout {
  padding-bottom: 48px;
}

@media (max-width: 559px) {
  .product-detail-txt-block .product-price-area.product-price-sale.product-price-soldout, .product-detail-txt-block .product-price-area.product-price-new.product-price-soldout {
    padding-bottom: 43px;
  }
}

.product-detail-txt-block .product-price-area.product-price-sale .item-price {
  color: #BC5561;
}

.refine-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 960px) {
  .refine-block {
    display: block;
    width: 233px;
    margin-right: 43px;
  }
}

@media (max-width: 959px) {
  .refine-block {
    border: 1px solid #d7d7d7;
    -webkit-transition: top 0.15s ease-out;
    transition: top 0.15s ease-out;
    width: 47.5%;
    top: 100vh;
    left: 0;
    min-height: 100%;
  }
}

@media (min-width: 960px) {
  .article-sort-list .sort-btns-area .refine-block {
    width: 100%;
  }
}

@media (max-width: 959px) {
  .article-sort-list .sort-btns-area .refine-block {
    width: calc((100% - 4%) / 2);
  }
  .article-sort-list .sort-btns-area .refine-block.is-open {
    width: 100%;
  }
}

.refine-block .refine-block-inner {
  height: 100%;
}

.refine-block .title-btn {
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 959px) {
  .refine-block .title-btn {
    padding: 3px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    cursor: pointer;
  }
}

.refine-block .title-btn [class^="icon-"] {
  display: none;
}

@media (max-width: 959px) {
  .refine-block .title-btn [class^="icon-"] {
    margin: -2px 10px 0 0;
    display: inline-block;
    font-size: 10px;
  }
  .refine-block .title-btn [class^="icon-"]::before {
    display: block;
  }
}

@media (max-width: 959px) {
  .refine-block .refine-form-area {
    display: none;
  }
}

.refine-block .accordion-block {
  margin-top: 4rem;
  font-size: 1.4rem;
}

.refine-block .accordion-block .accordion-block-inner {
  opacity: 0;
  display: none;
}

.refine-block .accordion-block.is-open .accordion-block-inner {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  opacity: 1;
  display: block;
}

@media (max-width: 959px) {
  .refine-block .accordion-block {
    margin-top: 0;
  }
  .refine-block .accordion-block:first-child {
    margin-top: 2rem;
  }
  .refine-block .accordion-block.is-open .accordion-block-title {
    background-color: #f6f6f6;
  }
}

@media (max-width: 959px) {
  .refine-block .accordion-block-title {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }
}

@media (max-width: 559px) {
  .refine-block .accordion-block-title {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

@media (max-width: 959px) {
  .refine-block .accordion-block-title {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .refine-block .accordion-block-title:after {
    right: 4.4rem;
  }
}

@media (max-width: 559px) {
  .refine-block .accordion-block-title:after {
    right: 1.7rem;
  }
}

.refine-block .scroll-inner {
  position: relative;
  max-height: 280px;
  overflow-x: hidden;
}

@media (max-width: 959px) {
  .refine-block .scroll-inner {
    overflow: hidden;
    max-height: inherit;
  }
}

.refine-block .item-name-block {
  line-height: 1.4;
}

.refine-block .item-name-block .item-number {
  display: inline-block;
}

.refine-block .item-name-block .item-name-subtxt {
  font-size: 1.1rem;
  color: #8d8d8d;
}

@media (max-width: 959px) {
  .refine-block .read-more-btn {
    display: inline-block;
    margin-top: 2.5rem;
  }
}

.refine-block .color-content .item-name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.refine-block .color-content .item-name-block .icon-color {
  display: block;
  width: 22px;
  margin-right: 0.8rem;
  border-radius: 50%;
  overflow: hidden;
}

.refine-block .color-content .item-name-block .icon-color img {
  width: 100%;
}

.refine-block .refine-content-notice {
  color: #2c2c2c;
  font-size: 11px;
  text-indent: -11px;
  padding-left: 11px;
  margin-top: 20px;
}

.refine-block .refine-btn {
  width: 100%;
  margin-top: 4rem;
}

@media (max-width: 959px) {
  .refine-block .refine-btn {
    width: 65%;
    margin: 0 auto;
    display: none;
  }
}

@media (max-width: 559px) {
  .refine-block .refine-btn {
    width: calc(100% - 3.4rem);
  }
}

.refine-block .clear-btn {
  width: 100%;
  margin-top: 1.6rem;
}

@media (max-width: 959px) {
  .refine-block .clear-btn {
    width: 65%;
    margin: 0 auto;
    display: none;
  }
}

@media (max-width: 559px) {
  .refine-block .clear-btn {
    width: calc(100% - 3.4rem);
  }
}

.refine-block .close-btn {
  display: none;
  position: absolute;
  top: 4rem;
  right: 2.5rem;
}

@media (min-width: 960px) {
  .refine-block .close-btn:hover {
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
    color: #8d8d8d;
  }
}

@media (max-width: 959px) {
  .refine-block .close-btn {
    display: block;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s 0.15s ease-out;
    transition: opacity 0.15s 0.15s ease-out;
  }
}

@media (max-width: 959px) {
  .refine-block.is-open {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 9999999;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 60px 0 140px;
    border: 0 none;
  }
  .refine-block.is-open .refine-block-inner {
    height: 100%;
    min-height: calc(100vh - 276px);
    overflow: scroll;
  }
}

@media (max-width: 959px) and (max-width: 959px) {
  .pagewrap-brand-product-list .refine-block.is-open {
    height: calc(100% - 136px);
    padding: 60px 0 76px;
  }
}

@media (max-width: 959px) and (max-width: 959px) {
  .pagewrap-product-list .refine-block.is-open {
    height: calc(100% - 136px);
    padding: 60px 0 76px;
  }
}

.refine-block.is-open .title-btn {
  margin-left: 0;
}

@media (max-width: 959px) {
  .refine-block.is-open .title-btn {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }
}

@media (max-width: 559px) {
  .refine-block.is-open .title-btn {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

@media (max-width: 959px) {
  .refine-block.is-open .title-btn {
    height: auto;
    display: block;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: left;
    cursor: default;
  }
  .refine-block.is-open .title-btn [class^="icon-"] {
    display: none;
  }
}

@media (max-width: 959px) {
  .refine-block.is-open .refine-form-area {
    display: block;
  }
}

@media (max-width: 959px) {
  .refine-block.is-open .refine-btn {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 959px) {
  .pagewrap-feature-list .refine-block.is-open .refine-btn {
    bottom: 76px;
  }
}

@media (max-width: 959px) {
  .refine-block.is-open .clear-btn {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 959px) {
  .refine-block.is-open .search-box {
    max-width: calc(100% - 8.8rem);
  }
}

@media (max-width: 559px) {
  .refine-block.is-open .search-box {
    max-width: calc(100% - 3.4rem);
  }
}

@media (max-width: 959px) {
  .refine-block.is-open .close-btn {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 959px) {
  .refine-block.is-open .accordion-block-inner {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }
}

@media (max-width: 559px) {
  .refine-block.is-open .accordion-block-inner {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

.refine-item {
  margin-top: 3rem;
}

.refine-item:first-child {
  margin-top: 0;
}

@media (max-width: 959px) {
  .relation-block {
    display: none;
    padding: 0 18px;
  }
}

.relation-block:not(:first-child) {
  margin-top: 48px;
}

@media (max-width: 959px) {
  .refine-block.is-open .relation-block {
    display: block;
  }
}

.relation-head {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 959px) {
  .relation-list {
    padding-bottom: 16px;
  }
}

.relation-list:not(:first-child) {
  margin-top: 30px;
}

.relation-item {
  position: relative;
  font-size: 14px;
}

.relation-item:not(:first-child) {
  margin-top: 32px;
}

.relation-item > a {
  font-weight: 700;
  text-decoration: none;
  color: #595959;
}

.relation-item > a[target="_blank"]::after {
  content: "\e907";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 11px;
  color: #8d8d8d;
}

.relation-num {
  font-weight: 500;
}

.search-box {
  width: 100%;
  max-width: 500px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.header .global-header .search-box {
  position: absolute;
  top: 10px;
  left: 0;
  width: 230px;
  margin: 0;
  font-size: 1.2rem;
  background-color: #f6f6f6;
  border: none;
}

@media (max-width: 959px) {
  .header .global-header .search-box {
    display: none;
  }
}

.refine-block .search-box {
  margin-top: 15px;
}

.header .sp-search-area .search-box {
  width: calc(100% - 80px);
  max-width: initial;
  margin: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-box .search-input {
  width: 100%;
  padding: 8px 40px 8px 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 959px) {
  .search-box .search-input {
    padding: 7px 40px 7px 20px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.search-box .search-input + .search-btn {
  position: relative;
  margin-left: -36px;
}

.pagewrap-search-detail .search-box .search-input {
  height: auto;
}

@media (max-width: 959px) {
  .pagewrap-search-brand .search-box .search-input {
    padding: 3px 40px 3px 16px;
  }
}

.header .global-header .search-box .search-input {
  height: 35px;
  padding-right: 35px;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.refine-block .search-box .search-input {
  padding: 10px 40px 10px 10px;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .sp-search-area .search-box .search-input {
  padding: 6px 46px 6px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pagewrap-search-word .search-box .search-input {
  border: 0 none;
}

.search-box .search-btn {
  width: 35px;
  padding: 0 10px 0 0;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

@media (min-width: 960px) {
  .search-box .search-btn:hover {
    opacity: 0.7;
  }
}

.header .global-header .search-box .search-btn {
  font-size: 13px;
  padding-right: 0;
}

.header .sp-search-area .search-box .search-btn {
  position: absolute;
  top: 31px;
  right: 98px;
  margin: 0;
  padding: 10px 20px 10px 10px;
  width: auto;
  font-size: 16px;
}

.search-box .search-btn .icon-search {
  position: relative;
  top: 1px;
}

.header .global-header .search-box .search-btn .icon-search {
  top: 2px;
}

.header .sp-search-area .search-box .search-btn .icon-search {
  position: static;
  top: 0;
  display: block;
  color: #2c2c2c;
}

.header .sp-search-area .search-box .search-btn .icon-search::before {
  display: block;
}

.section-title-area {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .section-title-area {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 559px) {
  .section-title-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 18px 18px;
  }
}

@media (max-width: 559px) {
  .article-section-event .section-title-area {
    margin-bottom: 12px;
    margin-top: -12px;
  }
}

@media (min-width: 560px) {
  .article-section-event-block .section-title-area {
    margin-bottom: 30px;
  }
}

@media (max-width: 559px) {
  .article-section-event-block .section-title-area {
    margin-bottom: -6px;
  }
}

@media (min-width: 560px) {
  .section-title-area + .article-section-event-block {
    margin-top: -20px;
  }
}

.article-section-share .section-title-area {
  margin-bottom: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 559px) {
  .article-section-share .section-title-area {
    margin: 0 0 18px;
    text-align: center;
  }
}

.article-section-news .section-title-area {
  text-align: left;
  margin-bottom: 24px;
}

@media (max-width: 559px) {
  .article-section-news .section-title-area {
    margin-bottom: 12px;
  }
}

@media (max-width: 559px) {
  .detail-bottom-sections .section-title-area {
    text-align: left;
  }
}

@media (max-width: 559px) {
  .pagewrap-curator-detail .section-title-area {
    margin: 0 0 18px;
  }
}

.pagewrap-feature-top .article-feature-top .section-title-area {
  margin-bottom: 56px;
}

@media (max-width: 559px) {
  .pagewrap-feature-top .article-feature-top .section-title-area {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 559px) {
  .pagewrap-feature-top .article-section .section-title-area {
    margin-bottom: 0px;
  }
}

.pagewrap-feature-top .article-section-related .section-title-area {
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .pagewrap-feature-top .article-section-related .section-title-area {
    margin-bottom: 18px;
  }
}

@media (max-width: 559px) {
  .article-section-store-info .section-title-area {
    margin: 0 0 18px;
  }
}

@media (max-width: 559px) {
  .list-slider .section-title-area {
    margin-left: 18px;
    margin-right: 18px;
  }
}

.pagewrap-search-word .article-section-item .section-title-area {
  position: relative;
}

@media (max-width: 959px) {
  .pagewrap-search-word .article-section-item .section-title-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.section-title-area .section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #595959;
}

@media (max-width: 959px) {
  .section-title-area .section-title {
    font-size: 22px;
  }
}

@media (max-width: 559px) {
  .section-title-area .section-title {
    font-size: 18px;
  }
}

.article-section-event .section-title-area .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 559px) {
  .article-section-event .section-title-area .section-title {
    margin-top: 12px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.article-section-news .section-title-area .section-title {
  font-size: 18px;
}

.article-section-share .section-title-area .section-title {
  font-size: 18px;
}

.detail-bottom-sections .section-title-area .section-title {
  font-size: 18px;
}

.pagewrap-feature-top .section-title-area .section-title {
  font-size: 18px;
  color: #424242;
}

@media (max-width: 559px) {
  .pagewrap-feature-top .section-title-area .section-title {
    text-align: left;
  }
}

.pagewrap-feature-top .article-section-related .section-title-area .section-title {
  font-size: 24px;
  color: #595959;
}

@media (max-width: 959px) {
  .pagewrap-feature-top .article-section-related .section-title-area .section-title {
    font-size: 22px;
  }
}

@media (max-width: 559px) {
  .pagewrap-feature-top .article-section-related .section-title-area .section-title {
    font-size: 18px;
  }
}

[class^="pagewrap-favorite-list-"] [class^="article-section-"] .section-title-area .section-title {
  font-size: 18px;
}

[class^="pagewrap-favorite-list-event"] [class^="article-section-"] .section-title-area .section-title {
  font-size: 24px;
}

@media (max-width: 559px) {
  [class^="pagewrap-favorite-list-event"] [class^="article-section-"] .section-title-area .section-title {
    font-size: 18px;
  }
}

.pagewrap-search-word .article-section-item .section-title-area .section-title {
  font-size: 18px;
}

@media (max-width: 959px) {
  .pagewrap-search-word .article-section-item .section-title-area .section-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.section-title-area .section-lead {
  margin: 18px 0 25px;
  font-size: 16px;
}

.section-title-area .section-lead:first-child {
  margin-top: 0;
}

.section-title-area .section-lead:last-child {
  margin-bottom: 0;
}

@media (max-width: 559px) {
  .pagewrap-feature-top .section-title-area .section-lead {
    text-align: left;
  }
}

.section-title-area .more_link {
  margin-top: 7px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.67;
  text-decoration: none;
  color: #84C3C7;
}

@media (max-width: 559px) {
  .section-title-area .more_link {
    margin-top: 0;
  }
}

@media (max-width: 559px) {
  .article-section-event .section-title-area .more_link {
    margin: 12px 0 0 auto;
  }
}

.pagewrap-feature-top .section-title-area .more_link {
  font-size: 14px;
}

@media (max-width: 959px) {
  .pagewrap-search-word .article-section-item .section-title-area .more_link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.section-lead + .more_link {
  margin-top: 0;
}

.section-title-area .store-logo {
  margin-left: 20px;
}

@media (max-width: 959px) {
  .section-title-area .store-logo {
    margin-left: 12px;
  }
}

@media (max-width: 559px) {
  .section-title-area .store-logo {
    margin-left: 0px;
  }
}

.section-title-area .store-logo img {
  vertical-align: baseline;
}

.store-isetan .section-title-area .store-logo {
  width: 66px;
}

@media (max-width: 959px) {
  .store-isetan .section-title-area .store-logo {
    width: 58px;
  }
}

@media (max-width: 559px) {
  .store-isetan .section-title-area .store-logo {
    width: 50px;
  }
}

@media (max-width: 559px) {
  .store-isetan .section-title-area .store-logo img {
    margin-bottom: -1px;
  }
}

.store-mitsukoshi .section-title-area .store-logo {
  width: 140px;
}

@media (max-width: 959px) {
  .store-mitsukoshi .section-title-area .store-logo {
    width: 125px;
  }
}

@media (max-width: 559px) {
  .store-mitsukoshi .section-title-area .store-logo {
    width: 110px;
  }
}

.store-mitsukoshi .section-title-area .store-logo img {
  margin-bottom: -6px;
}

@media (max-width: 959px) {
  .store-mitsukoshi .section-title-area .store-logo img {
    margin-bottom: -4px;
  }
}

.section-title-area .store-name {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #434343;
}

@media (max-width: 959px) {
  .section-title-area .store-name {
    margin-left: 8px;
  }
}

@media (max-width: 559px) {
  .section-title-area .store-name {
    margin-left: 6px;
  }
}

.section-title-area time {
  margin-bottom: 8px;
  display: inline-block;
  font-size: 14px;
  color: #595959;
}

.section-title-area .section-sort {
  margin: 12px 0 8px;
}

@media (max-width: 959px) {
  .section-title-area .section-sort {
    width: 100%;
    margin: 16px 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.section-title-area .section-sort-list {
  margin: -6px 0 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .section-title-area .section-sort-list {
    margin: 0 -38px;
    padding: 0 38px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    pointer-events: auto;
  }
}

@media (max-width: 559px) {
  .section-title-area .section-sort-list {
    margin: 0 -18px;
    padding: 0 18px;
  }
}

@media (min-width: 960px) {
  .section-title-area .section-sort-item {
    margin: 6px 0 0 12px;
  }
}

@media (max-width: 959px) {
  .section-title-area .section-sort-item:not(:first-child) {
    margin-left: 12px;
  }
}

@media (max-width: 959px) {
  .section-title-area .section-sort-item:last-child {
    padding-right: 38px;
  }
}

@media (max-width: 559px) {
  .section-title-area .section-sort-item:last-child {
    padding-right: 18px;
  }
}

.section-title-area .section-sort-item > a {
  padding: 5px 8px;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  color: #2c2c2c;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}

.section-title-area .section-sort-item > a small {
  font-size: 12px;
}

.section-title-area > *:first-child {
  margin-top: 0;
}

.section-title-area > *:last-child {
  margin-bottom: 0;
}

[class^="pagewrap-search-"] .section-wrap {
  background-color: #f6f6f6;
}

.pagewrap-store-top .section-wrap {
  background-color: #f6f6f6;
}

.pagewrap-brand-top .section-wrap {
  padding-bottom: 56px;
  background-color: #f6f6f6;
}

.select-wrap {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 959px) {
  .select-wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.sort-block .select-wrap {
  display: block;
}

@media (min-width: 960px) {
  .sort-block .select-wrap::before {
    content: "\e901";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    font-size: 11px;
    width: 16px;
    display: inline-block;
    margin-right: 10px;
    pointer-events: none;
  }
}

.pagewrap-product-details .product-detail-txt-block .product-select-area .select-wrap {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d7d7d7;
}

@media (max-width: 959px) {
  .pagewrap-product-details .product-detail-txt-block .product-select-area .select-wrap {
    width: auto;
  }
}

.pagewrap-search-detail .select-category .select-wrap {
  margin-top: 16px;
  margin-left: 16px;
  width: 48%;
  max-width: 220px;
  border: 1px solid #d7d7d7;
}

@media (max-width: 959px) {
  .pagewrap-search-detail .select-category .select-wrap {
    width: 45.2%;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-detail .select-category .select-wrap {
    width: auto;
    max-width: inherit;
  }
}

@media (max-width: 320px) {
  .pagewrap-search-detail .select-category .select-wrap:first-child {
    margin-top: 0;
  }
}

.sort-btns-area .sort-block .select-wrap:before {
  content: "\e901";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 10px;
  display: block;
  font-size: 10px;
  pointer-events: none;
}

@media (max-width: 959px) {
  .sort-btns-area .sort-block .select-wrap:before {
    left: 19px;
  }
}

@media (min-width: 960px) {
  .select-wrap::after {
    content: "\e900";
    position: absolute;
    top: 50%;
    right: 1px;
    -webkit-transform: translateY(-5px) scale(0.4);
            transform: translateY(-5px) scale(0.4);
    width: 12px;
    margin-left: 12px;
    display: inline-block;
    font-size: 10px;
    color: #8d8d8d;
    pointer-events: none;
  }
}

.pagewrap-product-details .product-detail-txt-block .product-select-area .select-wrap::after {
  right: 10px;
}

@media (max-width: 959px) {
  .pagewrap-product-details .product-detail-txt-block .product-select-area .select-wrap::after {
    content: "\e900";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-5px) scale(0.4);
            transform: translateY(-5px) scale(0.4);
    width: 12px;
    margin-left: 12px;
    display: inline-block;
    font-size: 10px;
    color: #8d8d8d;
    pointer-events: none;
  }
}

.pagewrap-search-detail .select-category .select-wrap::after {
  right: 15px;
}

@media (max-width: 959px) {
  .pagewrap-search-detail .select-category .select-wrap::after {
    content: "\e900";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-5px) scale(0.4);
            transform: translateY(-5px) scale(0.4);
    width: 12px;
    margin-left: 12px;
    display: inline-block;
    font-size: 10px;
    color: #8d8d8d;
    pointer-events: none;
  }
}

.select-wrap select {
  min-width: 140px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  color: #595959;
  background-color: transparent;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 960px) {
  .select-wrap select {
    padding-right: 15px;
  }
}

@media (max-width: 559px) {
  .select-wrap select {
    font-size: 16px;
  }
}

.select-wrap select::-ms-expand {
  display: none;
}

@media (min-width: 960px) {
  .sort-block .select-wrap select {
    padding-left: 30px;
  }
}

@media (max-width: 959px) {
  .sort-block .select-wrap select {
    width: 100%;
    padding: 3px 0;
  }
}

@media (max-width: 959px) {
  .sort-btns-area .sort-block .select-wrap select {
    width: 100%;
    padding-left: calc(50% - 2.5em);
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.pagewrap-product-details .product-detail-txt-block .product-select-area .select-wrap select {
  display: inline-block;
  width: 100%;
  min-width: 250px;
  padding: 0 30px 0 10px;
}

[class^="pagewrap-favorite-list-"] .article-sort-list .sort-btns-area .sort-block .select-wrap select {
  min-width: auto;
  font-size: 14px;
}

@media (max-width: 959px) {
  .search-detail-form .select-wrap select {
    font-size: 16px;
  }
}

.select-wrap .title-btn {
  display: none !important;
}

.sort-block {
  cursor: pointer;
  -webkit-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 960px) {
  .sort-block {
    position: absolute;
    top: 2.6rem;
    right: 0;
  }
  .sort-block:hover {
    opacity: 0.8;
  }
}

@media (max-width: 959px) {
  .sort-block {
    position: static;
    width: calc((100% - 4%) / 2);
    border: 1px solid #d7d7d7;
  }
}

@media (max-width: 959px) {
  .article-sort-list .sort-btns-area .sort-block {
    overflow: hidden;
  }
}

[class^="pagewrap-favorite-list-"] .article-sort-list .sort-btns-area .sort-block {
  top: 2.5rem;
}

@media (max-width: 959px) {
  [class^="pagewrap-favorite-list-"] .article-sort-list .sort-btns-area .sort-block {
    position: absolute;
    top: 1.8rem;
    right: 0;
    width: auto;
    background-color: inherit;
    border: none;
  }
  [class^="pagewrap-favorite-list-"] .article-sort-list .sort-btns-area .sort-block .select-wrap {
    text-align: right;
  }
}

@media (max-width: 559px) {
  [class^="pagewrap-favorite-list-"] .article-sort-list .sort-btns-area .sort-block {
    top: 1.3rem;
  }
}

.article-sort-list .list-wrap .sort-btns-area {
  width: 225px;
  margin-right: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 959px) {
  .article-sort-list .list-wrap .sort-btns-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.pagewrap-favorite-list-item .article-sort-list .list-wrap .sort-btns-area {
  width: auto;
  margin-right: 0;
}

@media (max-width: 959px) {
  .article-sort-list .sort-btns-area {
    margin-bottom: 1.5rem;
  }
}

[class^="pagewrap-favorite-list-"] .article-sort-list .sort-btns-area {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  [class^="pagewrap-favorite-list-"] .article-sort-list .sort-btns-area {
    display: block;
  }
}

.sub-nav {
  width: 87%;
  margin: 2rem auto 0;
}

@media (max-width: 959px) {
  .sub-nav {
    width: 100vw;
    margin-left: calc(-20px - 2.4rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-list .sub-nav {
    background-color: #f6f6f6;
  }
}

@media (max-width: 559px) {
  .sub-nav {
    margin-top: 1.4rem;
    margin-left: -1.7rem;
    margin-right: -1.7rem;
    width: 100vw;
  }
}

.sub-nav .sub-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 959px) {
  .sub-nav .sub-nav-list {
    overflow-x: auto;
    margin-top: -0.5rem;
    margin-left: -1.5rem;
  }
}

@media (max-width: 559px) {
  .sub-nav .sub-nav-list {
    margin-left: -1rem;
  }
}

.sub-nav .nav-item {
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media (max-width: 959px) {
  .sub-nav .nav-item {
    min-width: inherit;
    width: auto;
    padding: 0 1.5rem;
    margin-top: 0.5rem;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

@media (max-width: 559px) {
  .sub-nav .nav-item {
    padding: 0 1rem;
  }
}

.sub-nav .nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 1.4rem;
  color: #595959;
}

@media (max-width: 959px) {
  .sub-nav .nav-item a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2rem;
  }
}

.sub-nav .nav-item.no-item a {
  pointer-events: none;
  color: #d7d7d7;
}

.sub-nav.alphabet-nav {
  width: auto;
}

.toast-wrap {
  position: fixed;
  left: 50%;
  bottom: 54px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10000;
  width: calc(100vw - 4rem);
  max-width: 560px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0s linear 0.4s;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}

.toast-wrap.is-toastshow {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media (max-width: 559px) {
  .toast-wrap {
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.toast-wrap .toast-inner {
  min-height: 80px;
  padding: 2.6rem 1.6rem;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 559px) {
  .toast-wrap .toast-inner {
    padding: 1.2rem;
    display: block;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
  }
}

.toast-wrap .toast-msg {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 2.2rem;
}

.toast-wrap .toast-msg.icon-alert:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/ico_exclamation.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -0.3rem;
  margin-right: 0.8rem;
}

@media (max-width: 559px) {
  .toast-wrap .toast-msg {
    width: 100%;
    font-size: 1.2rem;
  }
  .toast-wrap .toast-msg.icon-alert:before {
    width: 12px;
    height: 12px;
  }
}

.toast-wrap .toast-link-wrap {
  text-align: center;
  padding: 0 1rem;
  line-height: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.toast-wrap .toast-link-wrap a {
  color: #24AABB;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 559px) {
  .toast-wrap .toast-link-wrap a {
    font-size: 1.0rem;
  }
}

.toast-wrap .toast-link-wrap i {
  font-size: 1.0rem;
  margin-left: 5px;
}

@media (max-width: 559px) {
  .toast-wrap .toast-link-wrap {
    margin-top: 0.3rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-size: 1.2rem;
}

.header a {
  text-decoration: none;
}

.bb_app .header {
  display: none !important;
}

.header .global-header {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  color: #2c2c2c;
  background-color: #ffffff;
}

@media (max-width: 959px) {
  .header .global-header {
    padding: 0;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  }
}

.header .global-header a {
  color: #2c2c2c;
}

.header .global-header .content-inner {
  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;
  position: relative;
  height: 54px;
  max-width: inherit;
}

@media (max-width: 959px) {
  .header .global-header .content-inner {
    height: 56px;
  }
}

@media (max-width: 559px) {
  .header .global-header .content-inner {
    height: 56px;
  }
}

.header .global-header .sp-btns-area {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 959px) {
  .header .global-header .sp-btns-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 9px;
  }
}

@media (max-width: 375px) {
  .header .global-header .sp-btns-area {
    padding-left: 2.4vw;
  }
}

.header .global-header .sp-menu-btn {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .global-header .sp-menu-btn {
  z-index: 1;
  -webkit-appearance: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  padding: 0 1rem;
  outline: none;
}

@media (max-width: 959px) {
  .header .global-header .sp-menu-btn {
    padding: 21px 11.5px;
  }
}

@media (max-width: 375px) {
  .header .global-header .sp-menu-btn {
    padding: 21px 3.066666666vw;
  }
}

@media (max-width: 959px) {
  .header .global-header .sp-menu-btn .menu-bar {
    display: block;
    width: 17px;
    height: 2px;
    background-color: #595959;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 4px;
  }
}

@media (max-width: 375px) {
  .header .global-header .sp-menu-btn .menu-bar {
    width: 4.533333333vw;
    margin-top: 1.066666666vw;
  }
}

.header .global-header .sp-menu-btn .menu-bar:first-child {
  margin-top: 0;
}

.header .global-header .sp-search-btn {
  cursor: pointer;
  outline: none;
}

@media (max-width: 959px) {
  .header .global-header .sp-search-btn {
    width: 19px;
    height: 19px;
    margin-left: 9px;
    padding: 19px 10px 18px 11px;
  }
}

@media (max-width: 375px) {
  .header .global-header .sp-search-btn {
    width: 5.066666666vw;
    margin-left: 2.4vw;
    padding: 19px 2.666666666vw 18px 2.933333333vw;
  }
}

.header .global-header .sp-search-btn img {
  max-width: 100%;
  margin: 0;
  display: block;
}

.header .global-header .header-logo {
  width: 180px;
}

@media (max-width: 559px) {
  .header .global-header .header-logo {
    width: 157px;
  }
}

@media (max-width: 375px) {
  .header .global-header .header-logo {
    width: 41.866666666vw;
  }
}

.header .global-header .header-logo a {
  display: block;
}

.header .global-header .header-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 559px) {
  .header .global-header .header-logo img {
    height: 17px;
  }
}

.header .global-header .header-btns-area {
  position: absolute;
  right: 0;
  top: 12px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 959px) {
  .header .global-header .header-btns-area {
    top: 0;
    bottom: 0;
    width: auto;
    padding-right: 8px;
  }
}

@media (max-width: 375px) {
  .header .global-header .header-btns-area {
    padding-right: 2.133333333vw;
  }
}

.header .global-header [class^="header-btn-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3rem;
}

.header .global-header [class^="header-btn-"]:first-child {
  margin-left: 0;
}

@media (max-width: 959px) {
  .header .global-header [class^="header-btn-"] {
    margin-left: 1.5rem;
  }
}

.header .global-header [class^="header-btn-"] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .global-header [class^="header-btn-"] .btn-icon {
  position: relative;
}

.header .global-header [class^="header-btn-"] .btn-icon .badge {
  position: absolute;
  top: -8px;
  right: -10px;
  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;
  width: 21px;
  height: 21px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  color: #fff;
  font-size: 10px;
  background-color: #BC5561;
  border-radius: 50%;
}

@media (max-width: 375px) {
  .header .global-header [class^="header-btn-"] .btn-icon .badge {
    top: -2.133333333vw;
    right: -2.666666666vw;
    width: 5.6vw;
    height: 5.6vw;
  }
}

.header .global-header [class^="header-btn-"] [class^="icon-"] {
  position: relative;
  display: block;
}

.header .global-header [class^="header-btn-"] .icon-heart {
  display: block;
  width: 20px;
}

@media (max-width: 375px) {
  .header .global-header [class^="header-btn-"] .icon-heart {
    width: 5.333333333vw;
  }
}

.header .global-header [class^="header-btn-"] .icon-heart img {
  display: block;
  width: 100%;
}

.header .global-header [class^="header-btn-"] .icon-heart::before {
  content: none;
  display: none;
}

.header .global-header [class^="header-btn-"] .icon-cart {
  width: 22px;
}

@media (max-width: 375px) {
  .header .global-header [class^="header-btn-"] .icon-cart {
    width: 5.866666666vw;
  }
}

.header .global-header [class^="header-btn-"] .icon-cart img {
  width: 100%;
  display: block;
}

.header .global-header [class^="header-btn-"] .icon-cart::before {
  content: none;
  display: none;
}

.header .global-header [class^="header-btn-"] .icon-human {
  font-size: 22px;
}

.header .global-header [class^="header-btn-"] .icon-human::before {
  color: #595959;
  display: block;
}

.header .global-header [class^="header-btn-"] .btn-txt {
  white-space: nowrap;
  margin-left: 1rem;
}

@media (max-width: 959px) {
  .header .global-header [class^="header-btn-"] .btn-txt {
    display: none;
  }
}

@media (max-width: 959px) {
  .header .global-header .header-btn-favorite {
    margin-right: 10px;
  }
}

@media (max-width: 375px) {
  .header .global-header .header-btn-favorite {
    margin-right: 2.666666666vw;
  }
}

@media (max-width: 959px) {
  .header .global-header .header-btn-favorite > a {
    padding: 0 10px;
  }
}

@media (max-width: 375px) {
  .header .global-header .header-btn-favorite > a {
    padding: 0 2.666666666vw;
  }
}

@media (max-width: 959px) {
  .header .global-header .header-btn-cart {
    margin: 0;
  }
}

@media (min-width: 960px) {
  .header .global-header .header-btn-cart.is-add:hover .minicart-wrap {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 959px) {
  .header .global-header .header-btn-cart > a {
    padding: 0 10px 0 8px;
  }
}

@media (max-width: 375px) {
  .header .global-header .header-btn-cart > a {
    padding: 0 2.666666666vw 0 2.133333333vw;
  }
}

.header .global-header .header-btn-login {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 959px) {
  .header .global-header .header-btn-login {
    display: none;
  }
}

.header .global-header .header-btn-login > form {
  position: relative;
  line-height: 1.5;
}

@media (min-width: 960px) {
  .header .global-header .header-btn-login > form {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .header .global-header .header-btn-login > form:hover {
    opacity: 0.8;
  }
}

.header .global-header .header-btn-login > form .btn-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.header .global-header .header-btn-login > form .btn-txt {
  margin-left: 0;
  padding: 0.6rem 0 0.6rem 2.8rem;
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
}

.header .gnav-area {
  position: relative;
  background-color: #f6f6f6;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media (max-width: 959px) {
  .header .gnav-area {
    display: none;
  }
}

.header .gnav-area.is-hide {
  display: block !important;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header .gnav-area .gnav-list {
  height: 40px;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .gnav-area .gnav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header .gnav-area .gnav-item.gnav-item-border {
  border-left: 1px solid #c4c4c4;
}

.header .gnav-area .gnav-item.gnav-item-emphasis a {
  color: #BC5561;
}

.header .gnav-area .gnav-item > a {
  position: relative;
  height: 100%;
  margin: -1rem 0;
  padding: 1rem 0;
  display: block;
  overflow: hidden;
  font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #595959;
}

.header .gnav-area .gnav-item > a::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  height: 2px;
  background-color: #8d8d8d;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.header .gnav-area .gnav-item > a[target="_blank"]::after {
  content: "\e907";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0.0rem 0 0 0.6rem;
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  color: #595959;
}

.header .gnav-area .gnav-item > a.is-current::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header .gnav-area .gnav-item > a.is-current[target="_blank"]::before {
  content: none;
  display: none;
}

.header .gnav-area .gnav-item small {
  font-size: 1rem;
  color: #8d8d8d;
}

.header .gnav-wrapper {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: calc(100vh - 94px);
  z-index: -1;
  pointer-events: none;
}

.header .gnav-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.header .gnav-wrapper:hover::after {
  opacity: 1;
}

.gnav-item > a:hover + .gnav-wrapper::after {
  opacity: 1;
}

.header .gnav-wrapper .gnav-content {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  max-height: 100%;
  padding: 0 2rem;
  background-color: #fff;
  -webkit-transition: opacity 0s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0s linear 0.2s, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0s linear 0.2s;
  transition: transform 0.2s ease, opacity 0s linear 0.2s, -webkit-transform 0.2s ease;
  opacity: 0;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .gnav-wrapper .gnav-content:hover {
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.gnav-item > a:hover + .gnav-wrapper .gnav-content {
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.header .gnav-wrapper .gnav-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2.4rem 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .gnav-wrapper .gnav-content-category {
  padding-right: 3.3rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 693px;
      flex-basis: 693px;
  max-width: 693px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .gnav-wrapper .gnav-content-category > *:last-child {
  margin-bottom: 0;
}

.header .gnav-wrapper .gnav-category-inner {
  width: calc((100% - 6rem) / 3);
  max-width: 200px;
}

.header .gnav-wrapper .gnav-category-inner > *:first-child {
  margin-top: 0;
}

.header .gnav-wrapper .gnav-category-inner:nth-child(3n+2):last-child {
  margin-right: calc(100% / 3 + 3rem);
}

.header .gnav-wrapper .gnav-category-head {
  margin-top: 4.2rem;
  margin-bottom: 1.4rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #595959;
}

.header .gnav-wrapper .gnav-category-list + .gnav-category-list {
  margin-top: 4.2rem;
}

.header .gnav-wrapper .gnav-category-list .gnav-category-item {
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .gnav-wrapper .gnav-category-list .gnav-category-item:last-child {
  margin-bottom: 0;
}

.header .gnav-wrapper .gnav-category-list .gnav-category-item > a {
  font-size: 1.4rem;
  color: #595959;
  word-break: normal;
}

.header .gnav-wrapper .gnav-category-list .gnav-category-item > a[target="_blank"]::after {
  content: "\e907";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0 0.6rem;
  display: inline-block;
  font-size: 1.1rem;
  vertical-align: middle;
  color: #595959;
}

.header .gnav-wrapper .gnav-content-item {
  position: relative;
  width: 387px;
  padding-left: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .gnav-wrapper .gnav-content-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #d7d7d7;
}

.header .gnav-wrapper .gnav-menu-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header .gnav-wrapper .gnav-menu-list .gnav-menu-item {
  margin-bottom: 2rem;
}

.header .gnav-wrapper .gnav-menu-list .gnav-menu-item:last-child {
  margin-bottom: 0;
}

.header .gnav-wrapper .gnav-menu-list .gnav-menu-item > a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #595959;
}

.header .gnav-wrapper .gnav-content-banner {
  width: 230px;
  padding-left: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header .gnav-wrapper .gnav-content-banner > a {
  display: block;
}

.header .gnav-wrapper .gnav-content-banner > a img {
  width: 100%;
}

.header .sp-gnav-area {
  display: none;
}

@media (max-width: 959px) {
  .header .sp-gnav-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .header .sp-gnav-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .header .sp-gnav-area.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
  }
  .header .sp-gnav-area.is-open::before {
    opacity: 1;
  }
  .header .sp-gnav-area:not(.is-open) {
    -webkit-transition: -webkit-transform 0s linear 0.3s;
    transition: -webkit-transform 0s linear 0.3s;
    transition: transform 0s linear 0.3s;
    transition: transform 0s linear 0.3s, -webkit-transform 0s linear 0.3s;
  }
}

.header .sp-gnav-area .sp-gnav-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100% - 35px);
  max-width: 320px;
  background-color: #f6f6f6;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
  opacity: 1;
}

.header .sp-gnav-area:not(.is-open) .sp-gnav-inner {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity 0s linear 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0s linear 0.3s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0s linear 0.3s;
  transition: transform 0.3s ease, opacity 0s linear 0.3s, -webkit-transform 0.3s ease;
}

.header .sp-gnav-area .js-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.header .sp-gnav-area .sp-menu-close-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  padding: 0;
  background-color: transparent;
  border: 0 none;
}

.header .sp-gnav-area .sp-menu-close-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 2rem;
  height: 0.2rem;
  background-color: #8d8d8d;
}

.header .sp-gnav-area .sp-menu-close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 2rem;
  height: 0.2rem;
  background-color: #8d8d8d;
}

.header .sp-gnav-area .sp-menu-close-btn .visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
}

.header .sp-gnav-area .sp-gnav-contents {
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  width: calc(100% - 35px);
  max-width: 320px;
}

.header .sp-gnav-area .sp-gnav-contents.is-backward {
  overflow-y: hidden;
}

@media (max-width: 959px) and (orientation: landscape) {
  .header .sp-gnav-area .sp-gnav-contents {
    padding-bottom: 8.3rem;
  }
}

.header .sp-gnav-area .sp-gnav-list > *:last-child {
  padding-bottom: 2rem;
}

.header .sp-gnav-area .sp-gnav-list .sp-gnav-head {
  padding: 1.6rem 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #8d8d8d;
  background-color: #f6f6f6;
}

.header .sp-gnav-area .sp-gnav-list .sp-gnav-head.sp-gnav-head-img {
  margin-top: 2rem;
  background-color: #ffffff;
}

.header .sp-gnav-area .sp-gnav-list .sp-gnav-head.sp-gnav-head-img > span {
  height: 2.2rem;
  display: block;
}

.header .sp-gnav-area .sp-gnav-list .sp-gnav-head.sp-gnav-head-img > span img {
  width: auto;
  height: 100%;
}

.header .sp-gnav-area .sp-gnav-list .sp-gnav-detail {
  background-color: #ffffff;
}

.header .sp-gnav-area .sp-gnav-list > *:last-child {
  margin-top: 0;
}

.header .sp-gnav-area .sp-menu-list {
  background-color: #ffffff;
}

.header .sp-gnav-area .sp-menu-list.sp-menu-list-isetan .sp-menu-item {
  border-top: 1px solid #f6f6f6;
}

.header .sp-gnav-area .sp-menu-list.sp-menu-list-isetan .sp-menu-item:first-child {
  border-top: 0 none;
}

.header .sp-gnav-area .sp-menu-list.sp-menu-list-isetan .sp-menu-item > a {
  color: #fff;
  background-color: #023894;
}

.header .sp-gnav-area .sp-menu-list.sp-menu-list-mitsukoshi .sp-menu-item {
  border-top: 1px solid #f6f6f6;
}

.header .sp-gnav-area .sp-menu-list.sp-menu-list-mitsukoshi .sp-menu-item:first-child {
  border-top: 0 none;
}

.header .sp-gnav-area .sp-menu-list.sp-menu-list-mitsukoshi .sp-menu-item > a {
  color: #fff;
  background-color: #6C5E3B;
}

.header .sp-gnav-area .sp-menu-list .sp-menu-item > a {
  position: relative;
  display: block;
  padding: 1.6rem 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #595959;
}

.header .sp-gnav-area .sp-menu-list .sp-menu-item > a[target="_blank"]::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  margin: -0.2rem 0 0 0.6rem;
  display: inline-block;
  vertical-align: middle;
}

.header .sp-gnav-area .sp-menu-list .sp-menu-item small {
  font-size: 1.1rem;
  font-weight: 500;
}

.header .sp-gnav-area .sp-menu-list .sp-menu-item.sp-menu-login .icon-human {
  position: absolute;
  top: 50%;
  left: 33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  font-size: 1.8rem;
}

.header .sp-gnav-area .sp-menu-list .sp-menu-item.sp-menu-login .icon-human::before {
  display: block;
}

.header .sp-gnav-area .sp-menu-list .sp-menu-item.sp-menu-login > a {
  padding-left: 6.8rem;
}

.header .sp-gnav-area .sp-menu-list .sp-menu-item.sp-menu-login > form {
  position: relative;
}

.header .sp-gnav-area .sp-menu-list .sp-menu-item.sp-menu-login > form .icon-human {
  pointer-events: none;
}

.header .sp-gnav-area .sp-menu-list .sp-menu-item.sp-menu-login > form .icon-human::before {
  color: #595959;
}

.header .sp-gnav-area .sp-menu-list .sp-menu-item.sp-menu-login > form .sp-menu-btn {
  width: 100%;
  padding: 1.6rem 3rem 1.6rem 6.8rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  color: #595959;
  background-color: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .sp-gnav-area .sp-menu-list .sp-menu-item.sp-item-next > a {
  padding-right: 4.8rem;
}

.header .sp-gnav-area .sp-menu-list .sp-menu-item.sp-item-next > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
}

.header .sp-gnav-area .sp-menu-list .sp-menu-item.sp-menu-point .sp-menu-point-detail {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
}

.header .sp-gnav-area .sp-menu-list .sp-menu-item.sp-menu-point .sp-menu-point-num {
  margin-right: 0.6rem;
}

.header .sp-gnav-area .sp-menu-after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  max-width: 320px;
  padding-bottom: 2rem;
  overflow-x: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #ffffff;
}

.header .sp-gnav-area .sp-menu-after[aria-hidden="true"] {
  pointer-events: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.header .sp-gnav-area .sp-menu-after[aria-hidden="false"] {
  position: fixed;
  top: 46px;
  overflow-y: scroll;
  pointer-events: auto;
}

.header .sp-gnav-area .sp-menu-after[aria-hidden="false"].is-backward {
  overflow-y: hidden;
}

@media (max-width: 959px) and (orientation: landscape) {
  .header .sp-gnav-area .sp-menu-after {
    padding-bottom: 8.3rem;
  }
}

.header .sp-gnav-area .sp-menu-after .sp-menu-after-head > a {
  position: relative;
  display: block;
  padding: 1.6rem 3rem 1.6rem 5.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #8d8d8d;
  background-color: #f6f6f6;
}

.header .sp-gnav-area .sp-menu-after .sp-menu-after-head > a .visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
}

.header .sp-gnav-area .sp-menu-after .sp-menu-after-head > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 33px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #8d8d8d;
  border-left: 1px solid #8d8d8d;
}

.header .sp-gnav-area .sp-menu-after .sp-menu-after-list .sp-menu-after-item > a {
  position: relative;
  display: block;
  padding: 1.6rem 4.8rem 1.6rem 6.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #595959;
}

.header .sp-gnav-area .sp-menu-after .sp-menu-after-list .sp-menu-after-item > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
}

.header .sp-gnav-area .sp-menu-after .sp-menu-after-list .sp-menu-after-item.sp-menu-after-all > a {
  padding: 1.6rem 3rem;
}

.header .sp-gnav-area .sp-menu-after .sp-menu-after-list .sp-menu-after-item.sp-menu-after-all > a::after {
  content: none;
  display: none;
}

.header .sp-gnav-area .sp-menu-after .sp-menu-after-list .sp-menu-after-item.sp-menu-after-last > a {
  padding: 1.6rem 3rem;
}

.header .sp-gnav-area .sp-menu-after .sp-menu-after-list .sp-menu-after-item.sp-menu-after-last > a::after {
  content: none;
  display: none;
}

.header .sp-gnav-area .sp-menu-after .sp-menu-after-list .sp-menu-after-item .sp-menu-after-img {
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.header .sp-gnav-area .sp-menu-after .sp-menu-after-list .sp-menu-after-item .sp-menu-after-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
}

.header .sp-search-area {
  overflow-x: hidden;
}

@media (min-width: 960px) {
  .header .sp-search-area {
    display: none;
  }
}

@media (max-width: 959px) {
  .header .sp-search-area {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 17px;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .sp-search-area:not(.is-open) {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.header .sp-search-area .search-cancel {
  position: absolute;
  top: 30px;
  right: 17px;
  padding: 11px 4px;
  font-size: 10px;
  color: #2c2c2c;
  background-color: transparent;
  border: 0 none;
}

.header .sp-search-area .search-links {
  margin-top: 30px;
  padding: 0 13px;
}

.header .sp-search-area .search-links-item {
  position: relative;
}

.header .sp-search-area .search-links-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
}

.header .sp-search-area .search-links-item:not(:last-child) {
  margin-bottom: 30px;
}

.header .sp-search-area .search-links-item > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #595959;
}

@media (max-width: 559px) {
  .header .sp-search-area.is-recommend .search-links {
    display: none;
  }
}

.mypage-header {
  background: #ffffff;
}

.mypage-header .global-header .content-inner {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.mypage-header .global-header .header-btns-area {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 959px) {
  .mypage-header .mypage-gnav-area {
    padding-top: 10px;
  }
}

.mypage-nav {
  margin-top: 10px;
}

@media (max-width: 959px) {
  .mypage-nav {
    margin-top: 0px;
  }
  .product-list .mypage-nav {
    background-color: #f6f6f6;
  }
}

@media (max-width: 559px) {
  .mypage-nav {
    margin-top: 0px;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

.mypage-nav .mypage-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 959px) {
  .mypage-nav .mypage-nav-list {
    overflow-x: auto;
  }
}

.mypage-nav .nav-item {
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.mypage-nav .nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
  height: 30px;
  font-weight: 700;
  padding: 0 2rem;
}

.mypage-nav .nav-item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #d7d7d7;
}

.mypage-nav .nav-item a.is-active {
  color: #595959;
}

.mypage-nav .nav-item a.is-active:before {
  background-color: #595959;
  height: 2px;
}

.mypage-nav .nav-item a i {
  margin-left: 1rem;
}

@media (max-width: 959px) {
  .mypage-nav .nav-item a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    font-size: 1.4rem;
  }
}

@media (max-width: 559px) {
  .mypage-nav .nav-item.link-blank a:after {
    margin-top: 0rem;
  }
}

@media (max-width: 959px) {
  .pagewrap-mypage {
    padding-top: 48px;
  }
}

@media (max-width: 559px) {
  .pagewrap-mypage {
    padding-top: 40px;
  }
}

.footer {
  position: relative;
  background-color: #f6f6f6;
}

.bb_app .footer {
  display: none !important;
}

.footer .global-footer {
  max-width: 924px;
  margin: 0 auto 40px;
  padding: 60px 20px 0;
}

@media (max-width: 559px) {
  .footer .global-footer {
    margin-bottom: 24px;
    padding: 30px 28px 0;
  }
}

.footer .footer-primary-nav-area {
  margin-bottom: 30px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
}

@media (max-width: 559px) {
  .footer .footer-primary-nav-area {
    margin-bottom: 28px;
    padding-bottom: 0;
    display: block;
    border-bottom: 0;
  }
}

.footer .footer-logo {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 559px) {
  .footer .footer-logo {
    width: 168px;
    margin-bottom: 36px;
  }
}

.footer .footer-logo > a {
  display: block;
}

.footer .footer-logo > a img {
  max-width: 100%;
}

.footer .footer-primary-nav {
  margin-left: auto;
}

@media (min-width: 560px) {
  .footer .footer-primary-nav {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 560px) {
  .footer .nav-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 960px) {
  .footer .footer-primary-nav .nav-list {
    -webkit-column-width: 120px;
       -moz-column-width: 120px;
            column-width: 120px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 559px) {
  .footer .nav-list {
    padding-top: 6px;
    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;
  }
}

.footer .nav-item {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 559px) {
  .footer .nav-item {
    margin: 18px 0 0;
  }
}

@media (min-width: 960px) {
  .footer .footer-primary-nav .nav-item {
    width: 120px;
  }
}

.footer .sub-nav-list .nav-item {
  margin: 12px 0 0;
  line-height: 1.5;
}

@media (max-width: 559px) {
  .footer .sub-nav-list .nav-item {
    margin: 8px 0 0;
    width: auto;
  }
}

.footer .sub-nav-list .nav-item:not(:last-child) {
  position: relative;
  padding-right: 24px;
}

.footer .sub-nav-list .nav-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #8d8d8d;
}

@media (max-width: 559px) {
  .footer .sub-nav-list .nav-item:not(:last-child)::before {
    height: 12px;
  }
}

@media (max-width: 559px) {
  .footer .nav-item {
    width: calc(50% - 6px);
  }
}

.footer .nav-item > a {
  display: inline-block;
  word-break: normal;
  text-decoration: none;
  color: #595959;
}

@media (min-width: 960px) {
  .footer .footer-primary-nav .nav-item > a {
    white-space: nowrap;
  }
}

.footer .nav-item.link-blank {
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 559px) {
  .footer .nav-item.link-blank {
    width: 100%;
    margin-bottom: 34px;
    font-size: 14px;
  }
}

.footer .nav-item.link-blank > a::after {
  content: '\e907';
  margin-left: 6px;
  display: inline-block;
  font-size: 11px;
  color: #8d8d8d;
}

@media (min-width: 560px) {
  .footer .nav-item.link-image {
    max-width: 148px;
    margin-bottom: 10px;
  }
}

.footer .nav-item.link-image:last-child {
  margin-bottom: 0;
}

.footer .nav-item.link-image img {
  max-width: 100%;
}

.footer .footer-secondary-nav-area {
  overflow: hidden;
}

.footer .footer-secondary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 959px) {
  .footer .footer-secondary-nav {
    margin: -30px 0 0 -30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 559px) {
  .footer .footer-secondary-nav {
    margin: 0;
    display: block;
  }
}

.footer .footer-secondary-nav > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .footer .secondary-nav-column {
    max-width: 166px;
  }
}

@media (max-width: 959px) {
  .footer .secondary-nav-column {
    margin: 30px 0 0 30px;
  }
}

@media (max-width: 559px) {
  .footer .secondary-nav-column {
    margin: 0 0 28px;
  }
}

.footer .secondary-nav-column > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .footer .footer-primary-nav .accordion-block + .accordion-block {
    margin-left: 70px;
    margin-right: -40px;
  }
}

@media (max-width: 959px) {
  .footer .footer-primary-nav .accordion-block + .accordion-block {
    margin-left: 40px;
  }
}

@media (max-width: 559px) {
  .footer .footer-primary-nav .accordion-block + .accordion-block {
    margin-left: 0;
  }
}

@media (min-width: 560px) {
  .footer .footer-secondary-nav .accordion-block {
    margin-bottom: 14px;
  }
}

.footer .accordion-block:not(:last-child) {
  margin-bottom: 28px;
}

.footer .accordion-block-title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.67;
  color: #595959;
}

@media (min-width: 560px) {
  .footer .accordion-block-title {
    cursor: auto;
  }
  .footer .accordion-block-title::after {
    content: none;
    display: none;
  }
}

@media (max-width: 559px) {
  .footer .accordion-block-title {
    margin-bottom: 0;
    font-size: 14px;
  }
}

@media (min-width: 560px) {
  .footer .accordion-block-inner {
    visibility: visible;
    max-height: none;
  }
}

.footer .sub-footer {
  background-color: #d7d7d7;
}

.footer .sub-footer-inner {
  max-width: 924px;
  margin: 0 auto;
  padding: 13px 20px;
}

@media (min-width: 560px) {
  .footer .sub-footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 559px) {
  .footer .sub-footer-inner {
    padding: 20px 28px;
  }
}

@media (min-width: 560px) {
  .footer .footer-sub-nav {
    padding-right: 20px;
  }
}

.footer .sub-nav-list {
  margin-top: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 559px) {
  .footer .sub-nav-list {
    margin: -8px 0 14px;
  }
}

.footer .copyright {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #8d8d8d;
}

@media (max-width: 959px) {
  .footer .pc-show {
    display: none;
  }
}

.footer .pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 10;
}

@media (max-width: 559px) {
  .footer .pagetop {
    right: 1.5rem;
    bottom: 3.2rem;
  }
}

.footer .pagetop.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.footer .pagetop a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background-color: #595959;
  border-radius: 50%;
}

@media (max-width: 559px) {
  .footer .pagetop a {
    width: 36px;
    height: 36px;
  }
}

.footer .pagetop a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.7rem;
}

@media (max-width: 559px) {
  .footer .pagetop a::before {
    font-size: 1.4rem;
  }
}

a {
  color: #8d8d8d;
  -webkit-transition: opacity 0.2s linear, color 0.2s linear;
  transition: opacity 0.2s linear, color 0.2s linear;
}

@media (min-width: 960px) {
  a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 960px) {
  .article {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.pagewrap-product-details .article-body {
  max-width: 1080px;
  width: auto;
}

@media (max-width: 1080px) {
  .pagewrap-product-details .article-body {
    padding: 0 20px;
  }
}

.pagewrap-product-details .product-detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}

.pagewrap-product-details .product-detail-wrap img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-wrap {
    display: block;
  }
}

.pagewrap-product-details .product-detail-images-block {
  width: 48%;
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-images-block {
    width: auto;
  }
}

.pagewrap-product-details .main-product-images-wrap {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}

@media (max-width: 559px) {
  .pagewrap-product-details .main-product-images-wrap {
    max-width: inherit;
    width: 100vw;
    margin-left: -2.4rem;
  }
}

.pagewrap-product-details .main-product-images-wrap [class^="list-control-"] {
  top: 35%;
}

@media (max-width: 959px) {
  .pagewrap-product-details .main-product-images-wrap [class^="list-control-"] {
    top: 31%;
    display: block;
  }
}

@media (max-width: 559px) {
  .pagewrap-product-details .main-product-images-wrap [class^="list-control-"] {
    display: none;
  }
}

.pagewrap-product-details .main-product-images-area {
  overflow: hidden;
}

.pagewrap-product-details .main-product-images-area-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2rem;
}

@media (max-width: 559px) {
  .pagewrap-product-details .main-product-images-area-inner {
    margin-left: 0;
  }
}

.pagewrap-product-details .main-product-images-area-inner .item-product-image {
  position: relative;
  margin-left: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  width: calc(100% - 2rem);
}

@media (max-width: 559px) {
  .pagewrap-product-details .main-product-images-area-inner .item-product-image {
    width: calc(100% - 4.8rem);
  }
  .pagewrap-product-details .main-product-images-area-inner .item-product-image:last-child {
    padding-right: 2.4rem;
  }
  .pagewrap-product-details .main-product-images-area-inner .item-product-image:first-child:last-child {
    margin: 0 auto;
    padding-right: 0;
  }
}

.pagewrap-product-details .main-product-images-area-inner .item-image {
  width: 100%;
  height: auto;
}

.pagewrap-product-details .main-product-images-area-inner .item-video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.pagewrap-product-details .main-product-images-area-inner .item-video .s7controlbar {
  display: none;
}

.pagewrap-product-details .main-product-images-area-inner .item-video + .item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pagewrap-product-details .product-images-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  display: none;
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-images-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pagewrap-product-details .images-pager-dot {
  width: 6px;
  height: 6px;
  background-color: #c7c7c7;
  border-radius: 50%;
  display: block;
  margin: 0 1.2rem;
  cursor: pointer;
}

.pagewrap-product-details .images-pager-dot.active {
  background-color: #515151;
}

.pagewrap-product-details .product-images-thumbs-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 1rem;
}

.pagewrap-product-details .product-images-thumbs-area .product-images-thumb {
  width: calc(100% / 5 - 0.81rem);
  padding: 0.5rem;
  cursor: pointer;
  margin: 1.5rem 0.4rem 0;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pagewrap-product-details .product-images-thumbs-area .product-images-thumb.is-active {
  border: 1px solid #8d8d8d;
}

.pagewrap-product-details .product-images-thumbs-area .product-images-thumb:empty {
  display: none;
}

@media (max-width: 959px) {
  .pagewrap-product-details .product-images-thumbs-area {
    margin: 0;
  }
  .pagewrap-product-details .product-images-thumbs-area .product-images-thumb {
    width: calc(100% / 5 - 0.41rem);
    padding: 0.3rem;
    margin: 1rem 0.2rem 0;
  }
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-images-thumbs-area {
    display: none;
  }
}

.pagewrap-product-details .block-sub-area {
  max-width: 520px;
  margin: 3rem auto 0;
}

.pagewrap-product-details .block-sub-area:empty {
  display: none;
}

.pagewrap-product-details .block-sub-area .photo-area {
  margin-top: 1.5rem;
}

.pagewrap-product-details .block-sub-area .photo-area:empty {
  display: none;
}

@media (max-width: 559px) {
  .pagewrap-product-details .block-sub-area {
    display: none;
  }
}

.pagewrap-product-details .product-detail-txt-block {
  width: 43%;
  font-size: 1.2rem;
}

@media (max-width: 959px) {
  .pagewrap-product-details .product-detail-txt-block {
    width: 45%;
  }
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-txt-block {
    width: auto;
    margin-top: 3rem;
  }
}

.pagewrap-product-details .product-detail-txt-block .brand_name {
  color: #8d8d8d;
  margin-bottom: 1rem;
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-txt-block .brand_name {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
}

.pagewrap-product-details .product-detail-txt-block .product-name {
  font-size: 2.2rem;
  font-weight: 700;
  color: #595959;
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-txt-block .product-name {
    font-size: 1.8rem;
  }
}

.pagewrap-product-details .product-detail-txt-block .item-price {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #595959;
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-txt-block .item-price {
    font-size: 1.6rem;
  }
}

.pagewrap-product-details .product-detail-txt-block .item-price-before {
  margin-left: 1rem;
  font-size: 1.2rem;
}

.pagewrap-product-details .product-detail-txt-block .item-point {
  font-size: 1.4rem;
  margin-left: 1rem;
}

.pagewrap-product-details .product-detail-txt-block .item-point .icon-p {
  margin-right: 0.5rem;
  position: relative;
  top: -2px;
}

.pagewrap-product-details .product-detail-txt-block .item-point .icon-p img {
  vertical-align: middle;
}

.pagewrap-product-details .product-detail-txt-block .item-point-number {
  font-weight: 700;
  color: #595959;
}

.pagewrap-product-details .product-detail-txt-block .item-point-number:after {
  content: "pt";
  display: inline-block;
  color: #8d8d8d;
  margin-left: 0.1rem;
}

.pagewrap-product-details .product-detail-txt-block .item-percent {
  color: #8d8d8d;
  margin-left: 0.5rem;
  font-size: 1.2rem;
}

.pagewrap-product-details .product-detail-txt-block .product-micard-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.6rem;
}

.pagewrap-product-details .product-detail-txt-block .micard-icon-cell {
  width: 45px;
}

.pagewrap-product-details .product-detail-txt-block .icon-micard {
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  margin-left: -0.6rem;
  color: #fff;
  line-height: 1.2;
  background-color: #8d8d8d;
  border-radius: 2px;
  padding: 0.2rem 0.4rem;
  display: inline-block;
}

.pagewrap-product-details .product-detail-txt-block .micard-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
}

.pagewrap-product-details .product-detail-txt-block .micard-point-list .item-point {
  font-size: 1.2rem;
}

.pagewrap-product-details .product-detail-txt-block .product-order-lead-area {
  margin-top: 3rem;
}

.pagewrap-product-details .product-detail-txt-block .attention-lead {
  font-size: 1.4rem;
  position: relative;
  padding-left: 2.5rem;
}

.pagewrap-product-details .product-detail-txt-block .attention-lead:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/ico_exclamation.svg) no-repeat top left/contain;
}

.pagewrap-product-details .product-detail-txt-block .attention-lead a {
  display: inline-block;
  margin: 0 0.2rem;
}

.pagewrap-product-details .product-detail-txt-block .product-flow-area {
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
}

.pagewrap-product-details .product-detail-txt-block .product-flow-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #595959;
  margin-bottom: 0.7rem;
}

.pagewrap-product-details .product-detail-txt-block .other-txt-link {
  font-size: 1.4rem;
  margin-top: 1.3rem;
  display: inline-block;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area {
  color: #8d8d8d;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area .thumbs-caption {
  margin-bottom: 1rem;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area .product-thumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.4rem 0 0 -1.4rem;
}

@media (max-width: 959px) {
  .pagewrap-product-details .product-detail-txt-block .product-thumbs-area .product-thumbs-list {
    margin: -1rem 0 0 -1rem;
  }
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area .item-thumb {
  position: relative;
  margin: 1.4rem 0 0 1.4rem;
  overflow: hidden;
}

@media (max-width: 959px) {
  .pagewrap-product-details .product-detail-txt-block .product-thumbs-area .item-thumb {
    margin: 1rem 0 0 1rem;
  }
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area .product-thumbs-label {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  z-index: 0;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area .product-thumbs-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area .item-txt {
  padding: 0 0.2rem;
  background-color: #f6f6f6;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.variation-list {
  margin-top: 2.5rem;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.variation-list .item-thumb {
  width: 48px;
  min-height: 57px;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.variation-list .product-thumbs-label {
  height: 100%;
  border-color: #d7d7d7;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.variation-list .item-thumb.is-active .product-thumbs-label {
  border-color: #595959;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.variation-list .item-thumb.is-soldout .product-thumbs-label img {
  opacity: 0.2;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.variation-list .cosmetic-color-list .item-thumb {
  width: 32px;
  height: 32px;
  min-height: auto;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.variation-list .cosmetic-color-list .product-thumbs-label {
  border-radius: 50%;
  overflow: hidden;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.variation-list .cosmetic-color-list .item-thumb.is-active .product-thumbs-label {
  border-width: 2px;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.variation-list .cosmetic-color-list .item-thumb.is-soldout .product-thumbs-label {
  border-width: 2px;
  border-color: #f6f6f6;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.variation-list .cosmetic-color-list .item-thumb.is-soldout .product-thumbs-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 80%;
  height: 1px;
  background-color: #8d8d8d;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.variation-list .cosmetic-color-list .item-thumb.is-soldout .product-thumbs-label img {
  opacity: 0.2;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.variation-list .cosmetic-color-list .item-thumb.is-soldout.is-active .product-thumbs-label {
  border-color: #595959;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.size-list {
  margin-top: 4rem;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.size-list .item-thumb {
  width: auto;
  min-width: 48px;
  max-width: 80px;
  height: 48px;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.size-list .product-thumbs-label {
  width: 100%;
  height: 100%;
  padding: 0.4rem 0.8rem;
  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;
  line-height: 1.2;
  text-align: center;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.size-list .item-thumb.is-active .product-thumbs-label {
  border-color: #595959;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.size-list .item-thumb.is-soldout .product-thumbs-label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(49%, transparent), color-stop(49%, rgba(215, 215, 215, 0.1)), color-stop(50%, #d7d7d7), color-stop(51%, rgba(215, 215, 215, 0.1)), color-stop(51%, transparent));
  background-image: linear-gradient(to bottom right, transparent 49%, rgba(215, 215, 215, 0.1) 49%, #d7d7d7 50%, rgba(215, 215, 215, 0.1) 51%, transparent 51%);
  pointer-events: none;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area.size-list .item-thumb.is-soldout .item-txt {
  color: #d7d7d7;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area .stock-info {
  margin: 1rem 0 0rem;
  color: #8d8d8d;
  font-weight: bold;
}

.pagewrap-product-details .product-detail-txt-block .product-thumbs-area .stock-info:empty {
  margin-top: 0;
}

.pagewrap-product-details .product-detail-txt-block .product-select-area {
  margin-top: 3rem;
}

.pagewrap-product-details .product-detail-txt-block .product-select-area .thumbs-caption {
  margin-bottom: 1rem;
}

.pagewrap-product-details .product-detail-txt-block .product-btn-area {
  margin-top: 5.5rem;
  margin-bottom: 4rem;
  display: block;
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-txt-block .product-btn-area {
    margin-top: 4rem;
  }
}

.pagewrap-product-details .product-detail-txt-block .product-btn-area .order-btn-area {
  text-align: center;
  width: 300px;
}

.pagewrap-product-details .product-detail-txt-block .product-btn-area .order-btn-area .large-btn {
  width: 100%;
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-txt-block .product-btn-area .order-btn-area {
    max-width: 300px;
    margin: 0 auto;
    width: auto;
  }
}

.pagewrap-product-details .product-detail-txt-block .product-btn-area .order-btn {
  width: 100%;
}

@media (min-width: 560px) and (max-width: 959px) {
  .pagewrap-product-details .product-detail-txt-block .product-btn-area .order-btn {
    max-width: calc(100% - 60px);
  }
}

.pagewrap-product-details .product-detail-txt-block .product-btn-area .order-txt-link {
  font-size: 1.2rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 1.2rem;
  padding-left: 1.5rem;
  position: relative;
}

.pagewrap-product-details .product-detail-txt-block .product-btn-area .order-txt-link:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18px;
  height: 12px;
  border-top: 6px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #8d8d8d;
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-txt-block .product-btn-area .order-txt-link {
    margin-top: 1.5rem;
  }
}

.pagewrap-product-details .product-detail-txt-block .product-btn-area .product-btn-area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-txt-block .product-btn-area .product-btn-area-inner {
    display: block;
  }
}

.pagewrap-product-details .product-detail-txt-block .attention-comment + .product-btn-area-inner {
  margin-top: 1.5rem;
}

.pagewrap-product-details .product-detail-txt-block .recieve-place {
  margin-bottom: 2rem;
}

.pagewrap-product-details .product-detail-txt-block .about-return {
  margin-bottom: 2.5rem;
}

.pagewrap-product-details .product-detail-txt-block .about-return a {
  color: #2c2c2c;
  position: relative;
  text-decoration: none;
}

.pagewrap-product-details .product-detail-txt-block .about-return a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #595959;
}

.pagewrap-product-details .product-detail-txt-block .point-up-campaign {
  margin-bottom: 3rem;
  padding: 1.5rem 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.pagewrap-product-details .product-detail-txt-block .point-up-campaign .point-up-campaign-title {
  font-size: 1.4rem;
  font-weight: normal;
  color: #BC5561;
  margin-bottom: 0.5rem;
}

.pagewrap-product-details .product-detail-txt-block .point-up-campaign .point-up-campaign-text {
  font-size: 1.4rem;
}

.pagewrap-product-details .product-detail-txt-block .product-detail-lead-wrap .product-btn {
  display: block;
  margin: 2rem 0;
  padding: 1rem 0.5rem;
  width: 100%;
  max-width: 220px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #595959;
  border: 1px solid #8d8d8d;
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-txt-block .product-detail-lead-wrap .product-btn {
    margin: 1.6rem 0;
    padding: 0.8rem 0.3rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-txt-block .product-detail-lead-inner .product-detail-info-wrap {
    height: 0;
    overflow: hidden;
  }
  .pagewrap-product-details .product-detail-txt-block .product-detail-lead-inner.is-slidedown .product-detail-info-wrap {
    height: auto;
  }
}

.pagewrap-product-details .product-detail-txt-block .product-detail-lead-inner .info-image {
  margin-bottom: 2.4rem;
}

.pagewrap-product-details .product-detail-txt-block .product-detail-lead-inner .info-image .info-caption {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.2rem;
  text-align: left;
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-txt-block .product-detail-lead-inner .info-image .info-caption {
    margin-top: 0.8rem;
  }
}

.pagewrap-product-details .product-detail-txt-block .product-allergy {
  margin-bottom: 4rem;
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-txt-block .product-allergy {
    margin-bottom: 2.5rem;
  }
}

.pagewrap-product-details .product-detail-txt-block .product-allergy-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.pagewrap-product-details .product-detail-txt-block .product-addition {
  color: #595959;
  margin-bottom: 1.2rem;
  line-height: 1.8;
}

.pagewrap-product-details .product-detail-txt-block .product-description {
  line-height: 1.8;
  color: #2c2c2c;
  margin-bottom: 2.2rem;
}

.pagewrap-product-details .product-detail-txt-block .product-description p {
  margin-bottom: 1.1rem;
}

.pagewrap-product-details .product-detail-txt-block .product-detail-info {
  margin-bottom: 4rem;
  line-height: 1.8;
}

.pagewrap-product-details .product-detail-txt-block .detail-info-title {
  font-weight: 700;
  color: #595959;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}

.pagewrap-product-details .product-detail-txt-block .detail-info-area {
  line-height: 1.8;
  color: #2c2c2c;
}

.pagewrap-product-details .product-detail-txt-block .detail-info-area .info-subtitle {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #8d8d8d;
}

.pagewrap-product-details .product-detail-txt-block .detail-info-area p {
  margin-bottom: 2rem;
}

.pagewrap-product-details .product-detail-txt-block .detail-info-area .info-image {
  text-align: center;
  margin-bottom: 3rem;
}

.pagewrap-product-details .product-detail-txt-block .detail-info-area .info-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 340px;
}

.pagewrap-product-details .product-detail-txt-block .detail-info-area .info-image .iofn-image-caption {
  margin-top: 1.2rem;
  font-size: 1.2rem;
}

.pagewrap-product-details .product-detail-txt-block .detail-info-area .info-link a {
  position: relative;
  text-decoration: none;
  color: #2c2c2c;
}

.pagewrap-product-details .product-detail-txt-block .detail-info-area .info-link a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #595959;
}

.pagewrap-product-details .product-detail-txt-block .detail-info-area .info-video {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

.pagewrap-product-details .product-detail-txt-block .detail-info-area .info-video .s7controlbar {
  display: none;
}

.pagewrap-product-details .product-detail-txt-block .detail-info-area .info-video img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 340px;
}

.pagewrap-product-details .product-detail-txt-block .detail-info-list {
  margin-bottom: 2rem;
}

.pagewrap-product-details .product-detail-txt-block .detail-info-item {
  margin-bottom: 0.3rem;
}

.pagewrap-product-details .product-detail-txt-block .product-detail-item-number {
  margin-top: 1rem;
}

.pagewrap-product-details .product-detail-txt-block .product-detail-item-number span {
  display: inline-block;
  background-color: #f6f6f6;
  color: #595959;
  padding: 0.1rem 1.2rem;
}

.pagewrap-product-details .product-detail-txt-block .shopping-guide .detail-info-item {
  margin-top: 1rem;
}

.pagewrap-product-details .product-detail-txt-block .shopping-guide .detail-info-item:first-child {
  margin-top: 0;
}

.pagewrap-product-details .product-detail-txt-block .shopping-guide a {
  color: #2c2c2c;
  position: relative;
  text-decoration: none;
}

.pagewrap-product-details .product-detail-txt-block .shopping-guide a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #595959;
}

.pagewrap-product-details .product-detail-txt-block .related-contents {
  margin-top: 6rem;
}

.pagewrap-product-details .product-detail-txt-block .related-contents .detail-info-title {
  margin-bottom: 2rem;
}

.pagewrap-product-details .product-detail-txt-block .review-area {
  margin-top: 6rem;
}

@media (max-width: 559px) {
  .pagewrap-product-details .product-detail-txt-block .review-area {
    margin-top: 4rem;
  }
}

.pagewrap-product-details .product-detail-txt-block .review-area .review-area-title-block {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagewrap-product-details .product-detail-txt-block .review-area .review-area-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #595959;
}

.pagewrap-product-details .product-detail-txt-block .review-area .review-write-link {
  color: #6db9c4;
  text-decoration: none;
  font-size: 1.4rem;
}

.pagewrap-product-details .product-detail-txt-block .review-area .review-write-link:before {
  display: inline-block;
  margin-right: 1rem;
}

.pagewrap-product-details .product-detail-txt-block .review-area .no-review-wrap {
  display: none;
}

.pagewrap-product-details .product-detail-txt-block .review-area .no-review-wrap .no-review-txt {
  margin-right: 5rem;
}

.pagewrap-product-details .product-detail-txt-block .review-area.no-review .review-area-title-block .review-write-link {
  display: none;
}

.pagewrap-product-details .product-detail-txt-block .review-area.no-review .no-review-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagewrap-product-details .product-detail-txt-block .review-area .review-wrap .review-container {
  margin-bottom: 4rem;
  margin-left: 1rem;
}

.pagewrap-product-details .product-detail-txt-block .review-area .review-wrap .review-container .review-user {
  display: inline-block;
  margin-right: 1rem;
}

.pagewrap-product-details .product-detail-txt-block .review-area .review-wrap .review-container .review-date {
  display: inline-block;
  color: #8d8d8d;
}

.pagewrap-product-details .product-detail-txt-block .review-area .review-wrap .review-container .review-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
}

.pagewrap-product-details .product-detail-txt-block .review-area .review-wrap .review-container .review-star {
  width: 100px;
}

.pagewrap-product-details .product-detail-txt-block .review-area .review-wrap .review-container .review-star img {
  margin-right: 0.1rem;
}

.pagewrap-product-details .product-detail-txt-block .review-area .review-wrap .review-container .review-title-text {
  width: calc(100% - 100px);
  color: #2c2c2c;
  font-weight: bold;
}

.pagewrap-product-details .product-detail-txt-block .review-area .review-wrap .review-container .review-description {
  margin-bottom: 1rem;
  height: 5.8rem;
  overflow: hidden;
}

.pagewrap-product-details .product-detail-txt-block .review-area .review-wrap .review-container.is-slidedown .review-description {
  height: auto;
}

.pagewrap-product-details .product-detail-txt-block .review-area .review-wrap .review-container .read-more-btn {
  display: inline-block;
}

.attention-comment-wrap {
  margin-bottom: 3rem;
}

.attention-comment {
  color: #BC5561;
  font-weight: 700;
  line-height: 1.8;
}

.attention-comment.black {
  color: #595959;
}

.attention-comment-wrap .attention-comment {
  margin-bottom: 0.5rem;
}

.product-quantity-area {
  margin-top: 4rem;
}

@media (max-width: 559px) {
  .product-quantity-area {
    margin-top: 3rem;
  }
}

.product-quantity-area:first-child {
  margin-top: 0;
}

.product-quantity-area .quantity-minus {
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: #f6f6f6;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear, color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  transition: opacity 0.2s linear, color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
}

.product-quantity-area .quantity-minus:active, .product-quantity-area .quantity-minus:focus {
  color: #595959;
  background-color: #f6f6f6;
  border-color: #595959;
  opacity: 1;
  outline: 0;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 960px) {
  .product-quantity-area .quantity-minus:hover {
    color: #ffffff;
    background-color: #595959;
    border-color: #595959;
    opacity: 0.7;
  }
}

.product-quantity-area .quantity-plus {
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: #f6f6f6;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear, color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  transition: opacity 0.2s linear, color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
}

.product-quantity-area .quantity-plus:active, .product-quantity-area .quantity-plus:focus {
  color: #595959;
  background-color: #f6f6f6;
  border-color: #595959;
  opacity: 1;
  outline: 0;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 960px) {
  .product-quantity-area .quantity-plus:hover {
    color: #ffffff;
    background-color: #595959;
    border-color: #595959;
    opacity: 0.7;
  }
}

.product-quantity-area .quantity-value {
  width: 44px;
  height: 44px;
  margin: 0 1.5rem;
  padding: 0;
  font-weight: 700;
  text-align: center;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #595959;
  border-radius: 0;
}

.product-quantity-area .quantity-value:focus {
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
}

.product-quantity-area .quantity-error {
  margin-top: 1rem;
  display: block;
  font-size: 1.2rem;
  color: #BC5561;
}

.product-quantity-area .quantity-error:empty {
  display: none;
}

.product-stock {
  margin: 1rem 0 1.4rem;
  color: #8d8d8d;
}

.product-stock.weight-bold {
  font-weight: 700;
}

.product-stock.base-color {
  color: #2c2c2c;
}

.product-thumbs-list + .product-stock {
  margin-bottom: 0;
}

.pagewrap-error {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (-ms-high-contrast: none) {
  .pagewrap-error *::-ms-backdrop, .pagewrap-error {
    position: relative;
    height: calc(100vh - 94px);
    padding-bottom: 48px;
    box-sizing: border-box;
  }
}

@media (-ms-high-contrast: none) and (max-width: 959px) {
  .pagewrap-error *::-ms-backdrop, .pagewrap-error {
    height: calc(100vh - 54px);
  }
}

@media (-ms-high-contrast: none) and (max-width: 559px) {
  .pagewrap-error *::-ms-backdrop, .pagewrap-error {
    height: calc(100vh - 46px);
  }
}

.pagewrap-error .article-error {
  margin-bottom: 5.5rem;
}

@media (max-width: 959px) {
  .pagewrap-error .article-error {
    margin-bottom: 5rem;
  }
}

@media (max-width: 959px) {
  .pagewrap-error .article-error .article-body {
    padding: 0 1.2rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-error .article-error .article-body {
    padding: 0;
  }
}

.pagewrap-error .error-item {
  margin-top: 4rem;
  padding: 3.2rem 5.6rem;
  background-color: #f6f6f6;
  color: #595959;
}

@media (max-width: 959px) {
  .pagewrap-error .error-item {
    margin-top: 2.8rem;
    padding: 3.2rem 0.8rem 4rem;
    text-align: center;
  }
}

@media (max-width: 559px) {
  .pagewrap-error .error-item {
    padding: 3.2rem 2rem 4rem;
  }
}

.pagewrap-error .error-item.is-maintenance {
  margin-top: 0;
}

@media (max-width: 959px) {
  .pagewrap-error .error-item.is-maintenance {
    margin-top: 2.4rem;
  }
}

.pagewrap-error .error-item .error-title {
  font-size: 2.4rem;
}

@media (max-width: 959px) {
  .pagewrap-error .error-item .error-title {
    font-size: 1.6rem;
  }
}

.pagewrap-error .error-item .error-period {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 959px) {
  .pagewrap-error .error-item .error-period {
    font-size: 1.2rem;
  }
}

.pagewrap-error .error-item .error-description {
  margin-top: 2.4rem;
}

.pagewrap-error .error-item .error-description p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 959px) {
  .pagewrap-error .error-item .error-description p {
    margin-top: 1.4rem;
    font-size: 1.1rem;
  }
}

.pagewrap-error .error-item .error-description .sp-show {
  display: none;
}

@media (max-width: 959px) {
  .pagewrap-error .error-item .error-description .sp-show {
    display: block;
  }
}

.pagewrap-error .error-item .error-support {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

.pagewrap-error .error-item .error-btn {
  margin-top: 3.2rem;
  width: 260px;
}

@media (max-width: 959px) {
  .pagewrap-error .error-item .error-btn {
    margin: 2.8rem auto 0;
  }
}

.pagewrap-error .error-item .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3.2rem 0 0;
  max-width: 738px;
}

@media (max-width: 959px) {
  .pagewrap-error .error-item .btn-list {
    display: block;
    max-width: 100%;
  }
}

.pagewrap-error .error-item .btn-list li {
  margin: 2rem 3.2rem 0 0;
  width: 335px;
}

@media (max-width: 959px) {
  .pagewrap-error .error-item .btn-list li {
    margin: 2.4rem auto 0;
    width: 100%;
    max-width: 335px;
  }
  .pagewrap-error .error-item .btn-list li + li {
    margin-top: 3.2rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-error .error-item .btn-list li {
    margin: 1.6rem auto 0;
  }
  .pagewrap-error .error-item .btn-list li + li {
    margin-top: 1.6rem;
  }
}

.error-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5.4rem;
  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;
  background-color: #ffffff;
}

@media (max-width: 959px) {
  .error-header {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  }
}

@media (max-width: 559px) {
  .error-header {
    height: 4.6rem;
  }
}

.error-header .header-logo > a {
  display: block;
}

[class^="pagewrap-favorite-list-"] {
  background-color: #f6f6f6;
}

@media (max-width: 959px) {
  [class^="pagewrap-favorite-list-"] .page-title-area {
    margin-top: 3rem;
  }
}

@media (max-width: 559px) {
  [class^="pagewrap-favorite-list-"] .page-title-area {
    margin-top: 0;
  }
}

@media (max-width: 559px) {
  [class^="pagewrap-favorite-list-"] .local-nav {
    margin-top: 0.4rem;
  }
}

[class^="pagewrap-favorite-list-"] .article-sort-list .sort-btns-area {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  [class^="pagewrap-favorite-list-"] .article-sort-list .sort-btns-area {
    display: block;
  }
}

[class^="pagewrap-favorite-list-"] .article-sort-list .sort-btns-area .sort-block {
  top: 2.5rem;
}

@media (max-width: 959px) {
  [class^="pagewrap-favorite-list-"] .article-sort-list .sort-btns-area .sort-block {
    position: absolute;
    top: 1.8rem;
    right: 0;
    width: auto;
    background-color: inherit;
    border: none;
  }
  [class^="pagewrap-favorite-list-"] .article-sort-list .sort-btns-area .sort-block .select-wrap {
    text-align: right;
  }
}

@media (max-width: 559px) {
  [class^="pagewrap-favorite-list-"] .article-sort-list .sort-btns-area .sort-block {
    top: 1.3rem;
  }
}

[class^="pagewrap-favorite-list-"] .no-item-wrap {
  padding: 13rem 3.7rem 8rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 959px) {
  [class^="pagewrap-favorite-list-"] .no-item-wrap {
    width: 100vw;
    margin-left: calc(-20px - 2.4rem);
    background-color: #f6f6f6;
    padding: 5rem 3.7rem 4rem;
  }
}

@media (max-width: 559px) {
  [class^="pagewrap-favorite-list-"] .no-item-wrap {
    margin-left: -1.7rem;
  }
}

[class^="pagewrap-favorite-list-"] .no-item-icon {
  width: 50px;
  margin: auto;
}

[class^="pagewrap-favorite-list-"] .no-item-icon img {
  width: 100%;
}

[class^="pagewrap-favorite-list-"] .no-item-copy {
  margin-top: 2rem;
  font-size: 1.6rem;
}

[class^="pagewrap-favorite-list-"] .caption {
  margin-top: 4rem;
  font-size: 1.2rem;
  color: #2c2c2c;
}

.pagewrap-favorite-list-brand .article-sort-list .item-list-col .item-list-area .item-list-pagecount {
  margin-bottom: 0.4rem;
}

.article.article-feature-top, .article.article-feature-items {
  background: #f6f6f6;
}

@media (min-width: 960px) {
  .article.article-feature-top, .article.article-feature-items {
    background: #ffffff;
  }
}

.article.article-feature-items {
  padding: 1.8rem;
}

@media (min-width: 960px) {
  .article.article-feature-items {
    padding: 0;
  }
}

@media (min-width: 560px) and (max-width: 959px) {
  .article.article-feature-items {
    padding-top: 16px;
  }
}

@media (min-width: 960px) {
  .article.article-feature-items .breadcrumbs {
    margin-bottom: 4rem;
  }
}

@media (min-width: 960px) {
  .article.article-feature-top {
    background: #f6f6f6;
  }
}

.article-header {
  padding-top: 2.2rem;
  margin: 0 2.4rem 3.6rem;
}

@media (min-width: 960px) {
  .article-feature-detail .article-header {
    max-width: 940px;
    width: 100%;
    margin: 40px auto 3.6rem;
    padding-top: 0;
  }
}

@media (min-width: 1080px) {
  .article-feature-detail .article-header {
    max-width: 940px;
  }
}

@media (max-width: 959px) {
  .article-feature-detail .article-header {
    padding-top: 0;
  }
}

@media (max-width: 559px) {
  .article-feature-detail .article-header {
    padding-top: 22px;
  }
}

.article-feature-top .article-header {
  padding-top: 0;
}

.article-header-date {
  font-size: 1.4rem;
  color: #595959;
}

.article-header-title {
  font-size: 1.8rem;
  line-height: 156%;
  margin-top: 0.6rem;
}

.article-header-media {
  font-size: 1.4rem;
  display: block;
  margin-top: 1.2rem;
}

.article-header-visual {
  height: 265px;
  margin: 0 -20px 20px;
  position: relative;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 960px) {
  .article-header-visual {
    height: 50rem;
  }
}

.article-header-visual > * {
  position: relative;
}

.article-header-visual .article-header-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.article-header-visual .article-header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.article-header-visual .article-header-text {
  margin-left: 3rem;
  margin-right: 3rem;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 960px) {
  .article-header-visual .article-header-text {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: right;
  }
}

@media (min-width: 1080px) {
  .article-header-visual .article-header-text {
    width: 1080px;
  }
}

.article-header-visual .article-header-category {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.34);
}

@media (min-width: 960px) {
  .article-header-visual .article-header-category {
    font-size: 36px;
  }
}

.article-header-visual .article-header-title {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.34);
}

@media (min-width: 960px) {
  .article-header-visual .article-header-title {
    font-size: 30px;
    margin-top: 10px;
  }
}

.article-feature-top .article-header-novisual {
  padding-top: 30px;
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .article-feature-top .article-header-novisual {
    padding-top: 56px;
    margin-bottom: 40px;
  }
}

.article-header-novisual .article-header-text {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 960px) {
  .article-header-novisual .article-header-text {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: right;
  }
}

@media (min-width: 1080px) {
  .article-header-novisual .article-header-text {
    width: 1080px;
  }
}

.article-header-novisual .article-header-category {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.0;
}

@media (min-width: 960px) {
  .article-header-novisual .article-header-category {
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.7;
  }
}

.article-header-novisual .article-header-title {
  margin-top: 1rem;
  font-size: 2.0rem;
  line-height: 1.4;
  text-align: left;
}

@media (min-width: 960px) {
  .article-header-novisual .article-header-title {
    font-size: 3.0rem;
    margin-top: 1.0rem;
    text-align: center;
  }
}

.article-body {
  padding: 0 2.4rem;
}

.article-feature-items .article-body {
  padding: 0;
}

@media (min-width: 960px) {
  .article-feature-detail .article-body {
    width: 680px;
  }
}

@media (min-width: 960px) {
  .article-body {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

@media (min-width: 1080px) {
  .article-body {
    max-width: 1080px;
  }
}

.pagewrap-feature-top .article-body {
  max-width: 920px;
}

.article-meta {
  margin-top: 2.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100vw - 4.8rem);
}

@media (min-width: 960px) {
  .article-meta {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 2rem;
  }
}

@media (min-width: 1080px) {
  .article-meta {
    max-width: 1080px;
  }
}

.article-meta .favorite-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6rem;
}

.article-feature-items .article-meta {
  padding-top: 4rem;
  max-width: 764px;
}

@media (max-width: 959px) {
  .article-feature-items .article-meta {
    padding-top: 0;
  }
}

.article-feature-items .article-meta .article-favorite-count {
  color: #8d8d8d;
}

.pagewrap-feature-article .article-meta {
  max-width: 680px;
}

.article-meta .favorite-num-block .favorite-icon {
  width: 20px;
  height: 17px;
}

.article-meta .favorite-num-block > span {
  font-size: 1.4rem;
  vertical-align: middle;
  color: #8d8d8d;
}

.article-meta > *:last-child {
  margin-bottom: 0;
}

.article-share {
  margin: 3rem -2.4rem 0;
}

.article-feature-detail .article-share {
  margin: 3rem auto 0;
}

@media (min-width: 960px) {
  .article-share {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1080px) {
  .article-share {
    max-width: 1080px;
  }
}

.favorite-num-block > span {
  font-size: 1.4rem;
  vertical-align: middle;
  color: #595959;
}

.article-favorite-count {
  display: inline-block;
  color: #595959;
}

.article-footer {
  margin-top: 66px;
  padding-bottom: 66px;
}

@media (min-width: 960px) {
  .article-footer {
    padding-top: 0rem;
  }
  .article-feature-items .article-footer {
    background: #f6f6f6;
  }
  .article-feature-top .article-footer {
    margin-top: 76px;
    padding-bottom: 76px;
  }
}

@media (max-width: 959px) {
  .article-feature-top .article-footer {
    margin-top: 2.4rem;
  }
  .article-feature-items .article-footer {
    margin-top: 2.4rem;
  }
  .article-feature-detail .article-footer {
    margin-top: 2.4rem;
  }
}

@media (max-width: 559px) {
  .article-feature-top .article-footer {
    margin-top: 40px;
  }
  .article-feature-items .article-footer {
    margin-top: 40px;
  }
}

.article-footer > *:first-child {
  margin-top: 0;
}

.article-footer > *:last-child {
  margin-bottom: 0;
}

.article-footer-title {
  font-size: 3rem;
  text-align: center;
  color: #595959;
  letter-spacing: 0.1rem;
}

.article-curator {
  margin-top: 7.6rem;
  margin-left: 2.0rem;
  margin-right: 2.0rem;
}

@media (min-width: 960px) {
  .article-curator {
    width: 608px;
    margin-left: auto;
    margin-right: auto;
  }
}

.curator-image {
  width: 120px;
  height: 120px;
  margin: 2.0rem auto 0;
}

.curator-image img {
  display: block;
  border-radius: 120px;
}

.curator-profile {
  position: relative;
  margin: 3.6rem 0 0;
}

.curator-profile .favorite-text-btn {
  float: right;
  margin-top: 0.5rem;
  margin-left: 1rem;
}

.curator-name {
  font-size: 3rem;
  color: #595959;
  font-weight: 700;
  line-height: 130%;
}

.curator-reputation {
  font-size: 1.4rem;
  margin-top: 0.4rem;
  color: #595959;
  font-weight: 700;
}

.curator-hot-brand {
  margin-top: 0.8rem;
  color: #8d8d8d;
}

.curator-description {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #8d8d8d;
}

.curator-link-btn {
  margin-top: 2rem;
}

.article-media {
  text-align: center;
}

.article-media-postby {
  margin-top: 5.5rem;
}

.article-media-postby span {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}

.article-media-postby span + span {
  margin-left: 8.4px;
}

.article-media-sns {
  margin-top: 3.4rem;
}

.article-media-sns .sns-link {
  display: inline-block;
  vertical-align: middle;
}

.article-media-sns .sns-link + .sns-link {
  margin-left: 2.8rem;
}

.article-footnote {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin: 4rem 2.4rem 0;
}

.pagewrap-curator-detail {
  background-color: #f6f6f6;
}

.pagewrap-curator-detail .article-curator-detail {
  padding-top: 16px;
  padding-bottom: 4rem;
}

@media (min-width: 960px) {
  .pagewrap-curator-detail .article-curator-detail {
    background: #fff;
  }
}

@media (max-width: 959px) {
  .pagewrap-curator-detail .article-curator-detail {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 559px) {
  .pagewrap-curator-detail .article-curator-detail {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #f6f6f6;
  }
}

@media (min-width: 960px) {
  .pagewrap-curator-detail .article-curator {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 959px) {
  .pagewrap-curator-detail .article-curator {
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 559px) {
  .pagewrap-curator-detail .article-curator {
    margin-top: 0;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.pagewrap-curator-detail .article-curator-image img {
  width: 100%;
  height: auto;
}

@media (min-width: 960px) {
  .pagewrap-curator-detail .article-curator-image {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 959px) {
  .pagewrap-curator-detail .article-curator-image {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 559px) {
  .pagewrap-curator-detail .article-curator-image {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
}

.pagewrap-curator-detail .article-curator-lead {
  margin-top: 1.3rem;
  font-size: 1.4rem;
}

.pagewrap-curator-detail .curator-profile {
  margin-top: 4rem;
}

.pagewrap-curator-detail .favorite-icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.5rem;
}

.pagewrap-curator-detail .favorite-num {
  margin-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.1rem;
  color: #8d8d8d;
}

@media (max-width: 559px) {
  .pagewrap-curator-detail [class^="article-section-"] {
    padding: 2rem 1.7rem 2rem;
    margin-top: 0;
  }
}

.pagewrap-feature-top .article-section + .article-section {
  margin-top: 78px;
}

.article-feature-detail .article-body .breadcrumbs {
  margin-left: -200px;
  margin-right: -200px;
}

@media (max-width: 1120px) {
  .article-feature-detail .article-body .breadcrumbs {
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
    margin-bottom: 0;
    padding: 0 20px;
  }
}

@media (max-width: 559px) {
  .article-feature-detail .article-body .breadcrumbs {
    padding: 0;
  }
}

.article-feature-detail .article-body .content-asset {
  max-width: 680px;
  margin: 0 auto 5.6rem;
  padding-top: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 959px) {
  .article-feature-detail .article-body .content-asset {
    padding-top: 22px;
  }
}

.article-feature-detail .article-body .content-asset time {
  font-size: 1.4rem;
  color: #595959;
}

.article-feature-detail .article-body .content-asset h1 {
  font-size: 1.8rem;
  line-height: 1.56;
  margin: 0.6rem 0 3.6rem;
}

.article-feature-detail .article-body .content-asset h2 {
  margin-top: 5rem;
  font-size: 1.8rem;
}

.article-feature-detail .article-body .content-asset h3 {
  margin-top: 3rem;
  font-size: 1.8rem;
}

.article-feature-detail .article-body .content-asset p {
  margin-top: 2.8rem;
}

.article-feature-detail .article-body .content-asset strong {
  font-weight: 700;
}

.article-feature-detail .article-body .content-asset img {
  width: 100%;
  display: block;
  margin: 2.8rem auto 0;
}

.article-feature-detail .article-body .content-asset * > *:first-child {
  margin-top: 0;
}

.article-feature-detail .article-body .content-asset > *:last-child {
  margin-bottom: 0;
}

.article-feature-detail .article-body .content-asset .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -3rem;
}

@media (max-width: 559px) {
  .article-feature-detail .article-body .content-asset .rows {
    margin-top: -1.5rem;
  }
}

.article-feature-detail .article-body .content-asset .column {
  width: calc(50% - 1.5rem);
  margin-top: 3rem;
}

@media (max-width: 559px) {
  .article-feature-detail .article-body .content-asset .column {
    margin-top: 1.5rem;
    width: calc(50% - 0.75rem);
  }
}

.article-feature-detail .article-body .content-asset .column:nth-child(2n+2) {
  margin-left: 3rem;
}

@media (max-width: 559px) {
  .article-feature-detail .article-body .content-asset .column:nth-child(2n+2) {
    margin-left: 1.5rem;
  }
}

.feature-article-foodie .article-body .content-asset ul {
  margin-top: 1rem;
  font-size: 1.6rem;
}

.feature-article-foodie .article-body .content-asset ul li {
  margin-left: 1.5rem;
  text-indent: -1.5rem;
}

.feature-article-foodie .article-body .content-asset ul li + li {
  margin-top: 0.5rem;
}

.feature-article-foodie .article-body .content-asset ul li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #6db9c4;
  vertical-align: middle;
  margin-right: 8px;
}

.feature-article-foodie .article-body .content-asset ol {
  margin-top: 1rem;
  font-size: 1.6rem;
  counter-reset: number;
}

.feature-article-foodie .article-body .content-asset ol li {
  text-indent: -1rem;
  margin-left: 2rem;
}

.feature-article-foodie .article-body .content-asset ol li + li {
  margin-top: 0.5rem;
}

.feature-article-foodie .article-body .content-asset ol li::before {
  content: counter(number) ".";
  counter-increment: number;
  display: inline-block;
  width: 10px;
  color: #6db9c4;
}

.feature-article-foodie .article-body .content-asset .box-blue {
  margin-top: 7.6rem;
  margin-bottom: 5.6rem;
  font-size: 1.4rem;
  color: #8d8d8d;
}

.feature-article-foodie .article-body .content-asset .box-blue > p {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  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;
}

.feature-article-foodie .article-body .content-asset .box-blue > p img {
  width: 100%;
}

.feature-article-foodie .article-body .content-asset .box-blue h3 {
  color: #595959;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 3.6rem;
  margin-bottom: 0.8rem;
}

.feature-article-foodie .article-body .content-asset .wp-caption {
  width: auto !important;
}

.feature-article-foodie .article-body .content-asset .box-pink {
  margin: 5rem 0;
  padding: 3rem;
  background-color: #f6f6f6;
}

@media (max-width: 559px) {
  .feature-article-foodie .article-body .content-asset .box-pink {
    padding: 1.5rem;
  }
}

.feature-article-foodie .article-body .content-asset .box-pink:after {
  content: "";
  display: block;
  clear: both;
}

.feature-article-foodie .article-body .content-asset .box-pink .alignleft {
  width: 50% !important;
  float: left;
  margin-right: 2rem;
}

@media (max-width: 559px) {
  .feature-article-foodie .article-body .content-asset .box-pink .alignleft {
    width: 100% !important;
    margin: 0 0 2rem;
    float: none;
  }
}

@media (max-width: 959px) {
  .feature-article-foodie .article-body .article-footer {
    margin-top: 60px;
  }
}

@media (max-width: 959px) {
  .feature-article-foodie .article-footer {
    margin-top: 60px;
  }
}

.pagewrap-feature-article .breadcrumbs {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 959px) {
  .pagewrap-feature-article .breadcrumbs {
    padding: 0 2.4rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-feature-article .breadcrumbs {
    padding: 0;
  }
}

.feature-article-imn .article .content-asset .update {
  font-size: 1.3rem;
}

.feature-article-imn .article .content-asset h1 + .content-header {
  margin-top: -3.6rem;
}

.feature-article-imn .article .content-asset a {
  color: #595959;
}

.feature-article-imn .article .content-asset a[target="_blank"]::after {
  content: '\e907';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -2px 6px 0 6px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.feature-article-imn .article .content-asset .es__caption {
  font-size: 1.2rem;
  text-align: center;
  color: #8d8d8d;
}

.feature-article-imn .article .content-asset .es__block {
  padding: 1.6rem;
  background-color: #f6f6f6;
}

.feature-article-imn .article .content-asset .es__block .es__caption {
  text-align: left;
}

.feature-article-imn .article .content-asset .es__block * {
  font-size: 1.2rem;
}

.feature-article-imn .article .content-asset .es__signature {
  font-size: 1.4rem;
  color: #8d8d8d;
}

.feature-article-imn .article .content-asset .es__signature .es__caption {
  margin-top: 2.4rem;
  text-align: left;
}

.feature-article-imn .article .content-asset .es__bold {
  font-weight: 700;
}

.feature-article-imn .article .content-asset .container .content {
  max-width: 680px;
  margin: 0 auto 3.6rem;
}

.feature-article-imn .article .content-asset .container .content h2 {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.56;
}

.feature-article-imn .article .content-asset .container .content h2 a {
  color: #595959;
}

.feature-article-imn .article .content-asset .container .content p {
  font-size: 1.4rem;
  line-height: 1.8;
}

.feature-article-imn .article .content-asset .container .content p + p {
  margin-top: 1em;
}

.feature-article-imn .article .content-asset .content-header {
  max-width: 680px;
  margin: 0 auto;
}

.feature-article-imn .article .content-asset .content-header .meta .category {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
}

.feature-article-imn .article .content-asset .content-header .meta .update {
  font-size: 1.4rem;
  line-height: 1.56;
  color: #595959;
}

.feature-article-imn .article .content-asset .content-header h2 {
  margin: 0.6rem 0 3.6rem;
  font-size: 2rem;
  line-height: 1.56;
}

.feature-article-imn .article .content-asset .content-body .content {
  max-width: 680px;
  margin: 0 auto 6rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

.feature-article-imn .article .content-asset .content-body .content h3 {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
}

.feature-article-imn .article .content-asset .content-body .content img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.feature-article-imn .article .content-asset .content-body .content .post-header__agenda {
  padding: 1.6rem;
  background-color: #f6f6f6;
}

.feature-article-imn .article .content-asset .content-body .content .post-header__agenda li a {
  color: #595959;
}

.feature-article-imn .article .content-asset .content-body .content .post-header__agenda .level2__item {
  font-size: 1.6rem;
}

.feature-article-imn .article .content-asset .content-body .content .post-header__agenda .level3__item {
  position: relative;
  margin-bottom: 0.4rem;
  padding-left: 1.4rem;
  font-size: 1.4rem;
}

.feature-article-imn .article .content-asset .content-body .content .post-header__agenda .level3__item::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  border-top: 0.8rem solid #2c2c2c;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-bottom: 0 none;
}

.feature-article-imn .article .content-asset .content-body .content .post-header__agenda .level3__item:last-child {
  margin-bottom: 0;
}

.feature-article-imn .article .content-asset .content-body .content .es__bold {
  font-weight: 700;
}

.feature-article-imn .article .content-asset .content-body .content .es__caption {
  font-size: 1.2rem;
  text-align: center;
  color: #8d8d8d;
}

.feature-article-imn .article .content-asset .content-body .content .es__signature .es__caption {
  margin-top: 2.4rem;
  text-align: left;
}

.feature-article-imn .article .content-asset .content-body .post__gallery {
  max-width: 680px;
  margin: 0 auto 4.2rem;
}

.feature-article-imn .article .content-asset .content-body .post__gallery .post__gallery__list {
  margin: -1.2rem -1.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 559px) {
  .feature-article-imn .article .content-asset .content-body .post__gallery .post__gallery__list {
    margin: -0.6rem -0.6rem 0;
  }
}

.feature-article-imn .article .content-asset .content-body .post__gallery .post__gallery__item {
  width: 20%;
  margin-top: 1.2rem;
  padding: 0 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 559px) {
  .feature-article-imn .article .content-asset .content-body .post__gallery .post__gallery__item {
    width: 25%;
    margin-top: 0.6rem;
    padding: 0 0.6rem;
  }
}

.feature-article-imn .article .content-asset .content-body .post__gallery .post__gallery__item a {
  display: inline-block;
}

.feature-article-imn .article .content-asset .content-body .post__gallery .post__gallery__item img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.feature-article-imn .article .content-asset .content-body .tags {
  max-width: 680px;
  margin: 0 auto;
}

.feature-article-imn .article .content-asset .content-body .tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
}

.feature-article-imn .article .content-asset .content-body .tags ul li {
  margin-left: 1rem;
  font-size: 1.4rem;
}

.feature-article-imn .article .content-asset .content-body .share {
  display: none;
}

.pagewrap-feature-free {
  margin-bottom: 3rem;
}

@media (max-width: 559px) {
  .pagewrap-feature-free {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 559px) {
  .article-sort-list .article-body {
    padding: 0 1.7rem;
  }
}

.article-sort-list .item-list-pagecount {
  font-size: 1.2rem;
}

@media (min-width: 960px) {
  .article-sort-list .item-list-pagecount {
    display: block;
  }
}

@media (max-width: 959px) {
  .article-sort-list .item-list-pagecount {
    margin-bottom: 3rem;
  }
}

.article-sort-list .item-list-pagecount .count-num:after {
  content: "/";
  color: #8d8d8d;
}

.article-sort-list .item-list-pagecount .all-num {
  color: #8d8d8d;
}

.article-sort-list .item-list-no {
  text-align: center;
  margin-top: 8rem;
  font-size: 1.6rem;
  color: #8d8d8d;
}

@media (max-width: 559px) {
  .article-sort-list .item-list-no {
    text-align: left;
    margin-top: 4rem;
  }
}

.article-sort-list .list-wrap {
  position: relative;
  padding-top: 3rem;
}

@media (min-width: 960px) {
  .article-sort-list .list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 959px) {
  .article-sort-list .list-wrap {
    display: block;
  }
}

@media (max-width: 559px) {
  .article-sort-list .list-wrap {
    padding-top: 1.5rem;
  }
}

.article-sort-list .item-list-col .list-bottom-area {
  margin-top: 5.5rem;
  margin-bottom: 4rem;
}

.article-sort-list .item-list-col .list-bottom-area .item-list-pagecount {
  text-align: center;
}

.article-sort-list .item-list-col .list-bottom-comment-area {
  text-align: center;
  margin-top: 3.5rem;
}

.article-sort-list .item-list-col .list-bottom-comment-area .tax-comment {
  text-align: center;
  font-size: 1.1rem;
  color: #595959;
}

.article-sort-list .item-list-col .list-bottom-comment-area .alcohol-comment {
  margin-top: 34px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #BC5561;
}

@media (max-width: 559px) {
  .article-sort-list .item-list-col .list-bottom-comment-area .alcohol-comment {
    text-align: left;
  }
}

.article-sort-list .item-list-more-btn {
  margin: 10px auto 0;
}

.pagewrap-login {
  margin-top: 0.8rem;
  background-color: #f6f6f6;
}

@media (max-width: 959px) {
  .pagewrap-login {
    margin-top: 0;
  }
}

.pagewrap-login .article-login {
  padding: 4rem 0 8rem;
}

@media (max-width: 559px) {
  .pagewrap-login .article-login {
    padding: 2.4rem 0;
  }
}

.pagewrap-login .login-hidden-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
}

.pagewrap-login .form-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 559px) {
  .pagewrap-login .form-wrapper {
    display: block;
  }
}

.pagewrap-login .form-wrapper .form-item {
  width: calc((100% - 2rem) / 2);
  padding: 2.4rem 2.4rem 2.6rem;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 559px) {
  .pagewrap-login .form-wrapper .form-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .pagewrap-login .form-wrapper .form-item:last-child {
    margin-bottom: 0;
  }
}

.pagewrap-login .form-title {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.56;
}

.pagewrap-login .form-content {
  margin-bottom: 2.4rem;
}

.pagewrap-login .form-content .form-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #8d8d8d;
}

.pagewrap-login .form-content .form-checkbox-label {
  position: relative;
  padding-left: 2.4rem;
  cursor: pointer;
}

@media (max-width: 959px) {
  .pagewrap-login .form-content .form-checkbox-label {
    padding-left: 2rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-login .form-content .form-checkbox-label {
    padding-left: 2.4rem;
  }
}

.pagewrap-login .form-content .form-checkbox-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ffffff;
  border: 1px solid #595959;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.pagewrap-login .form-content .form-checkbox-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -3px;
  width: 0.9rem;
  height: 0.4rem;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.pagewrap-login .form-content .form-checkbox:checked + .form-checkbox-label::before {
  background-color: #8d8d8d;
}

.pagewrap-login .form-content .form-checkbox:checked + .form-checkbox-label::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pagewrap-login .form-content .form-input {
  width: 100%;
  padding: 0.8rem 2rem;
  display: block;
  font-size: 16px;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pagewrap-login .form-content .form-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

@media (-ms-high-contrast: none) {
  .pagewrap-login .form-content .form-input *::-ms-backdrop, .pagewrap-login .form-content .form-input {
    padding: 1.1rem 2rem 0.5rem 2rem;
  }
}

.pagewrap-login .form-content .form-input::-webkit-input-placeholder {
  color: #d7d7d7;
  opacity: 1;
}

.pagewrap-login .form-content .form-input::-moz-placeholder {
  color: #d7d7d7;
  opacity: 1;
}

.pagewrap-login .form-content .form-input:-ms-input-placeholder {
  color: #d7d7d7;
  opacity: 1;
}

.pagewrap-login .form-content .form-input::-ms-input-placeholder {
  color: #d7d7d7;
  opacity: 1;
}

.pagewrap-login .form-content .form-input::placeholder {
  color: #d7d7d7;
  opacity: 1;
}

.pagewrap-login .form-content .form-input.form-email-input {
  padding-left: 4rem;
}

.pagewrap-login .form-content .form-input.form-email-input + .form-icon {
  width: 14px;
  height: 12px;
  background-image: url(../images/ico_letter.svg);
  background-repeat: no-repeat;
  background-size: 14px 11px;
}

.pagewrap-login .form-content .form-input.form-pass-input {
  padding-left: 4rem;
}

.pagewrap-login .form-content .form-input.form-pass-input + .form-icon {
  width: 12px;
  height: 16px;
  background-image: url(../images/ico_lock.svg);
  background-repeat: no-repeat;
  background-size: 12px 16px;
}

.pagewrap-login .form-content .form-input:focus {
  border-color: #8d8d8d;
}

.pagewrap-login .form-content .form-icon {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.pagewrap-login .form-content .form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.pagewrap-login .form-content .form-login-list {
  margin-bottom: 1.4rem;
}

.pagewrap-login .form-content .form-login-list .form-login-key {
  margin-bottom: 0.8rem;
}

.pagewrap-login .form-content .form-login-list .form-login-value {
  position: relative;
  margin-bottom: 3rem;
}

.pagewrap-login .form-content .form-login-list .form-login-value .form-login-option {
  position: absolute;
  top: -0.8rem;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.pagewrap-login .form-content .form-login-list .form-login-value .form-login-option .form-login-option-label {
  font-size: 1.1rem;
  line-height: 1.45;
  color: #8d8d8d;
}

.pagewrap-login .form-content .form-login-list .form-login-value .form-login-captcha {
  margin-bottom: 1rem;
}

.pagewrap-login .form-content .form-login-list .form-login-value .form-login-captcha img {
  max-width: 100%;
  margin: 0;
  display: block;
}

.pagewrap-login .form-content .form-login-list > *:last-child {
  margin-bottom: 0;
}

.pagewrap-login .form-content .form-login-flag {
  margin-bottom: 2.6rem;
}

.pagewrap-login .form-content .form-login-flag .form-login-flag-label {
  font-size: 1.4rem;
  color: #595959;
}

.pagewrap-login .form-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagewrap-login .form-note .form-note-list {
  margin-bottom: 0.6rem;
}

.pagewrap-login .form-note .form-note-list:last-child {
  margin-bottom: 0;
}

.pagewrap-login .form-note .form-note-list > a {
  position: relative;
  display: block;
  font-size: 1.2rem;
  color: #8d8d8d;
  text-decoration: none;
}

.pagewrap-login .form-note .form-note-list > a::before {
  content: "";
  margin: -0.2rem 0.6rem 0 0;
  display: inline-block;
  vertical-align: middle;
  border-top: 0.6rem solid transparent;
  border-left: 1rem solid #8d8d8d;
  border-bottom: 0.6rem solid transparent;
}

.pagewrap-login .form-text {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-line-break: strict;
  line-break: strict;
  color: #8d8d8d;
}

@media (max-width: 559px) {
  .pagewrap-login .form-text {
    margin-bottom: 2rem;
  }
}

.pagewrap-login .form-btn {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.pagewrap-login .form-link {
  margin: 8rem 0 4rem;
}

@media (max-width: 559px) {
  .pagewrap-login .form-link {
    margin: 0;
  }
}

.stage-brown .member-info .member-barcode:after {
  border-top-color: #633d32;
  background: #633d32;
}

.stage-brown .customer-program-stage:before {
  border: 1px solid #633d32;
  background: #633d32;
}

.stage-brown .customer-program-img {
  border: 1px solid #633d32;
}

.stage-red .member-info .member-barcode:after {
  border-top-color: #C41003;
  background: #C41003;
}

.stage-red .customer-program-stage:before {
  border: 1px solid #C41003;
  background: #C41003;
}

.stage-red .customer-program-img {
  border: 1px solid #C41003;
}

.stage-blue .member-info .member-barcode:after {
  border-top-color: #002374;
  background: #002374;
}

.stage-blue .customer-program-stage:before {
  border: 1px solid #002374;
  background: #002374;
}

.stage-blue .customer-program-img {
  border: 1px solid #002374;
}

.stage-green .member-info .member-barcode:after {
  border-top-color: #378606;
  background: #378606;
}

.stage-green .customer-program-stage:before {
  border: 1px solid #378606;
  background: #378606;
}

.stage-green .customer-program-img {
  border: 1px solid #378606;
}

.stage-white .member-info .member-barcode:after {
  border-top-color: #8d8d8d;
  background: #FFFFFF;
}

.stage-white .customer-program-stage:before {
  border: 1px solid #8d8d8d;
  background: #FFFFFF;
}

.stage-white .customer-program-img {
  border: 1px solid #8d8d8d;
}

.article.article-mypage-top {
  background: #f6f6f6;
  color: #595959;
}

@media (min-width: 960px) {
  .article.article-mypage-top {
    background: #f6f6f6;
  }
}

@media (min-width: 960px) {
  .article-body {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

@media (min-width: 1080px) {
  .article-body {
    max-width: 1080px;
  }
}

.article-body .article-body-inner {
  padding: 4.8rem 0rem 0rem;
}

@media (max-width: 559px) {
  .article-body .article-body-inner {
    padding: 2.4rem 0rem 0rem;
  }
}

.member-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.member-info .member-info-txt .member-name {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.member-info .member-info-txt .member-id {
  font-size: 1.2rem;
}

.member-info .member-barcode {
  position: relative;
}

.member-info .member-barcode img {
  width: 100%;
}

.member-info .member-barcode:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 3px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #ffffff;
}

@media (max-width: 559px) {
  .member-info {
    display: block;
  }
}

.mi-point-container {
  background: #ffffff;
  padding: 2.0rem 4.0rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.mi-point-container .mi-point-ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}

.mi-point-container .mi-total-point {
  display: inline-block;
}

.mi-point-container .mi-total-point .point-ttl {
  display: inline-block;
  font-size: 1.4rem;
}

.mi-point-container .mi-total-point .point-value {
  display: inline-block;
}

.mi-point-container .mi-total-point .point-value .point-num {
  font-weight: bold;
  font-size: 2.4rem;
  margin-left: 1rem;
}

.mi-point-container .mi-total-point .point-value .point-txt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-left: 0.5rem;
}

.mi-point-container .mi-limited-point {
  display: inline-block;
  margin-left: 3rem;
}

.mi-point-container .mi-limited-point .point-ttl {
  color: #8d8d8d;
  display: inline-block;
  font-size: 1.2rem;
}

.mi-point-container .mi-limited-point .point-value {
  color: #8d8d8d;
  display: inline-block;
}

.mi-point-container .mi-limited-point .point-value .point-num {
  font-weight: bold;
  margin-left: 1rem;
}

.mi-point-container .mi-limited-point .point-value .point-txt {
  font-weight: bold;
  margin-left: 0.5rem;
  font-size: 1.2rem;
}

.mi-point-container .mi-point-confirm {
  margin-top: 1.2rem;
  font-size: 1.4rem;
}

.mi-point-container .mi-point-confirm-link {
  font-weight: bold;
}

@media (max-width: 959px) {
  .mi-point-container {
    padding: 2.0rem 2.0rem;
  }
}

@media (max-width: 559px) {
  .mi-point-container .mi-point-block {
    text-align: center;
  }
  .mi-point-container .mi-point-block-inner {
    display: inline-block;
  }
  .mi-point-container .mi-total-point {
    display: block;
    text-align: center;
  }
  .mi-point-container .mi-limited-point {
    display: block;
    text-align: right;
    margin: 1rem 0 0;
  }
  .mi-point-container .mi-point-confirm {
    margin-top: 2rem;
  }
}

.mypage-local-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mypage-local-nav-container .mypage-local-nav-colum {
  width: calc(100%/3 - 0.5rem);
}

.mypage-local-nav-container .mypage-local-nav-colum .mypage-local-nav-item {
  margin-bottom: 1.0rem;
}

.mypage-local-nav-container .mypage-local-nav-colum .mypage-local-nav-parent {
  background: #ffffff;
  padding: 0rem 1rem;
}

.mypage-local-nav-container .mypage-local-nav-colum .mypage-local-nav-parent .mypage-local-nav-parent-ttl {
  font-size: 1.4rem;
  padding: 1.5rem 1rem;
}

.mypage-local-nav-container .mypage-local-nav-colum .mypage-local-nav-parent .mypage-local-nav-item {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 0;
}

@media (max-width: 959px) {
  .mypage-local-nav-container {
    display: block;
  }
  .mypage-local-nav-container .mypage-local-nav-colum {
    width: 100%;
  }
}

.customer-program {
  margin-top: 3.2rem;
}

.customer-program .section-ttl {
  font-size: 1.6rem;
  margin-bottom: 1.0rem;
}

.customer-program .customer-program-container {
  padding: 2.8rem 2.0rem;
  background: #ffffff;
  position: relative;
}

@media (max-width: 959px) {
  .customer-program .customer-program-container {
    padding: 1.6rem 1.6rem 2.4rem;
  }
}

.customer-program .customer-program-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.customer-program .customer-program-img img {
  width: 100%;
}

.customer-program .customer-program-stage {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.3rem;
}

.customer-program .customer-program-stage:before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 1.3rem;
  position: relative;
  top: -0.3rem;
  left: 0.3rem;
}

.customer-program .customer-program-deadline {
  display: block;
  line-height: 2.2rem;
}

.customer-program .customer-program-deadline .stage-ttl {
  display: inline-block;
  font-size: 1.2rem;
}

.customer-program .customer-program-deadline .stage-value {
  display: inline-block;
  font-size: 1.2rem;
}

.customer-program .customer-program-confirm {
  width: 270px;
}

@media (min-width: 960px) {
  .customer-program .customer-program-ttl {
    position: absolute;
    left: 336px;
    top: 48px;
  }
  .customer-program .customer-program-img {
    max-width: 225px;
  }
  .customer-program .customer-program-stage {
    position: absolute;
    left: 336px;
    top: 84px;
  }
  .customer-program .customer-program-deadline {
    position: absolute;
    left: 336px;
    top: 117px;
  }
  .customer-program .customer-program-confirm {
    position: absolute;
    right: 80px;
    top: 80px;
  }
}

@media (max-width: 959px) {
  .customer-program .customer-program-ttl {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .customer-program .customer-program-img {
    max-width: 295px;
    margin: 0 auto 0.8rem;
  }
  .customer-program .customer-program-stage {
    text-align: center;
  }
  .customer-program .customer-program-deadline {
    text-align: center;
    margin-bottom: 1.6rem;
  }
  .customer-program .customer-program-confirm {
    margin: 0 auto 0rem;
  }
}

.customer-program .card-linkage {
  width: 100%;
}

.customer-program .linkage-button {
  max-width: 260px;
  margin: 2.5rem auto 0;
}

.customer-program .linkage-txt {
  text-align: center;
  font-size: 1.4rem;
  margin: 2rem 0 2rem;
}

@media (max-width: 959px) {
  .customer-program .linkage-button {
    margin-top: 2.0rem;
  }
  .customer-program .linkage-txt {
    margin: 2rem 2rem 1.5rem;
  }
}

.customer-program .shop-service-container {
  margin-top: 1.0rem;
  padding: 2.4rem 2.0rem 3.4rem;
  background: #ffffff;
  position: relative;
}

@media (max-width: 959px) {
  .customer-program .shop-service-container {
    padding: 1.6rem 1.6rem 1.8rem;
  }
}

.customer-program .shop-service-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin-bottom: 0.8rem;
}

@media (max-width: 959px) {
  .customer-program .shop-service-ttl {
    font-size: 1.6rem;
  }
}

.customer-program .shop-service-txt {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

@media (max-width: 959px) {
  .customer-program .shop-service-txt {
    font-size: 1.1rem;
    text-align: center;
  }
}

.customer-program .shop-service-txt .is-sp {
  display: none;
}

@media (max-width: 559px) {
  .customer-program .shop-service-txt .is-sp {
    display: block;
  }
}

.customer-program .shop-service-link {
  max-width: 270px;
  margin-bottom: 1.6rem;
  position: relative;
}

.customer-program .shop-service-link .icon-blank {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
  height: 12px;
}

.customer-program .shop-service-link .icon-blank:before {
  vertical-align: top;
}

@media (max-width: 959px) {
  .customer-program .shop-service-link {
    margin: 0 auto 1.6rem;
  }
}

.customer-program .shop-service-app {
  margin-top: 2rem;
}

.customer-program .shop-service-app li {
  display: inline-block;
  margin-right: 2rem;
}

@media (max-width: 559px) {
  .customer-program .shop-service-app li {
    display: block;
    margin: 1rem 0 0rem;
    text-align: center;
  }
}

@media (max-width: 959px) {
  .customer-program .shop-service-app {
    text-align: center;
  }
}

@media (max-width: 559px) {
  .customer-program .shop-service-app {
    margin-top: 0rem;
  }
}

.cardholder {
  background: #f6f6f6;
  padding: 3.2rem 0 0;
}

.cardholder .cardholder-body {
  padding: 2.0rem 0 4.0rem;
  background: #ffffff;
}

.cardholder .cardholder-ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #595959;
}

.cardholder .cardholder-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cardholder .cardholder-bnr-item {
  width: calc(100%/2 - 1.5rem);
}

.cardholder .cardholder-bnr-item img {
  width: 100%;
}

@media (max-width: 959px) {
  .cardholder .cardholder-body {
    padding: 2.0rem 2.4rem 4.0rem;
  }
}

@media (max-width: 559px) {
  .cardholder {
    padding: 2.4rem 0 0;
  }
  .cardholder .cardholder-body {
    padding: 3.6rem 2.4rem 2.4rem;
    background: #ffffff;
  }
  .cardholder .cardholder-ttl {
    font-size: 1.4rem;
  }
  .cardholder .cardholder-bnr-list {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cardholder .cardholder-bnr-item {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.mypage-bottom-nav {
  background: #f6f6f6;
  padding: 4.5rem 2.4rem 4.5rem;
}

@media (max-width: 959px) {
  .mypage-bottom-nav {
    padding: 0.0rem 2.4rem 4.5rem;
  }
}

.mypage-bottom-nav .mypage-text-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0rem 0 4.5rem;
}

@media (max-width: 959px) {
  .mypage-bottom-nav .mypage-text-nav-list {
    padding: 2rem 2rem 2.4rem;
    max-width: 400px;
    margin: 0 auto;
  }
}

.mypage-bottom-nav .mypage-text-nav-item {
  font-size: 1.4rem;
}

.mypage-bottom-nav .mypage-text-nav-item a {
  text-decoration: none;
  color: #2c2c2c;
}

.mypage-bottom-nav .mypage-text-nav-item a.is-active {
  color: #595959;
}

.mypage-bottom-nav .mypage-text-nav-item:after {
  content: "|";
  display: inline-block;
  margin: 0 2rem;
}

.mypage-bottom-nav .mypage-text-nav-item:last-child:after {
  content: "";
  margin: 0;
}

@media (max-width: 959px) {
  .mypage-bottom-nav .mypage-text-nav-item {
    margin: 3.0rem 0 0;
    text-align: center;
    position: relative;
  }
  .mypage-bottom-nav .mypage-text-nav-item:after {
    content: "";
    margin: 0rem;
  }
  .mypage-bottom-nav .mypage-text-nav-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 30%;
    padding-right: 5%;
  }
  .mypage-bottom-nav .mypage-text-nav-item:nth-child(1):after {
    content: "|";
    display: inline-block;
    position: absolute;
    right: 0;
    width: 14.28%;
  }
  .mypage-bottom-nav .mypage-text-nav-item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 45%;
    padding-right: 10%;
  }
  .mypage-bottom-nav .mypage-text-nav-item:nth-child(2):after {
    content: "|";
    display: inline-block;
    position: absolute;
    right: 0;
    width: 18.18%;
  }
  .mypage-bottom-nav .mypage-text-nav-item:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 45%;
  }
  .mypage-bottom-nav .mypage-text-nav-item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 30%;
    padding-right: 5%;
  }
  .mypage-bottom-nav .mypage-text-nav-item:nth-child(4):after {
    content: "|";
    display: inline-block;
    position: absolute;
    right: 0;
    width: 14.28%;
  }
  .mypage-bottom-nav .mypage-text-nav-item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 30%;
  }
}

.mypage-bottom-nav .logout-button {
  max-width: 260px;
  margin: 4.0rem auto 0;
}

.mypage-bottom-nav .mypage-link-btn {
  font-weight: 500;
}

.new-membership {
  background: #ffffff;
  padding: 0rem 2.4rem 0rem;
  margin-top: 2.4rem;
}

.new-membership .new-membership-container {
  max-width: 720px;
  padding: 5.5rem 2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new-membership .card-image-area img {
  max-width: 173px;
  margin: 0.5rem;
}

.new-membership .apply-area {
  width: 260px;
}

.new-membership .apply-area .apply-lead {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
}

@media (max-width: 959px) {
  .new-membership {
    padding: 0rem 0rem 0rem;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
  .new-membership .new-membership-container {
    max-width: 100%;
    padding: 3.5rem 2rem 4rem;
    margin: 0 auto;
    display: block;
  }
  .new-membership .card-image-area {
    text-align: center;
  }
  .new-membership .card-image-area img {
    width: 30vw;
  }
  .new-membership .apply-area {
    margin: 3.0rem auto 0;
  }
}

[class^="pagewrap-search-"] .article-top {
  background-color: #ffffff;
}

@media (max-width: 559px) {
  [class^="pagewrap-search-"] .article-top {
    padding-top: 0;
  }
}

[class^="pagewrap-search-"] .no-item-wrap {
  margin-top: 10rem;
}

[class^="pagewrap-search-"] .no-item-wrap .no-item-inner {
  padding: 2rem 1rem 12rem;
}

[class^="pagewrap-search-"] .no-item-wrap .no-item-copy {
  font-size: 1.6rem;
  color: #8d8d8d;
  text-align: center;
}

[class^="pagewrap-search-"] .no-item-wrap .no-item-link {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 559px) {
  [class^="pagewrap-search-"] .no-item-wrap {
    margin-top: 8rem;
  }
}

.pagewrap-search-word .search-box-wrap {
  padding-top: 1.5rem;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .pagewrap-search-word .search-box-wrap {
    display: none;
  }
}

@media (max-width: 959px) {
  .pagewrap-search-word .search-box-wrap {
    max-width: calc(100% - 8.8rem);
  }
}

@media (max-width: 559px) {
  .pagewrap-search-word .search-box-wrap {
    max-width: calc(100% - 3.4rem);
  }
}

.pagewrap-search-word .search-box {
  margin-top: 0;
  background-color: #fff;
  border: none;
}

.pagewrap-search-brand .item-order-btn-area {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media (max-width: 340px) {
  .pagewrap-search-brand .item-order-btn-area {
    margin-top: 0.7rem;
    position: static;
  }
  .pagewrap-search-brand .search-box {
    margin-top: 1rem;
  }
}

.pagewrap-search-brand .search-brand-content {
  position: relative;
}

.pagewrap-search-brand .search-brand-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.pagewrap-search-brand .search-brand-item.is-active {
  position: static;
  opacity: 1;
  height: auto;
  overflow: visible;
}

.pagewrap-search-detail .search-detail-form {
  max-width: 720px;
  width: 100%;
  margin: 4rem auto 0;
  font-size: 1.4rem;
}

@media (max-width: 559px) {
  .pagewrap-search-detail .search-detail-form {
    margin-top: 1.5rem;
  }
}

.pagewrap-search-detail .search-detail-cell-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}

.pagewrap-search-detail .search-detail-cell-wrap:first-child {
  margin-top: 0;
}

.pagewrap-search-detail .search-detail-cell-wrap.is-hide {
  display: none;
}

@media (max-width: 320px) {
  .pagewrap-search-detail .search-detail-cell-wrap {
    display: block;
    margin-top: 3rem;
  }
}

.pagewrap-search-detail .search-detail-subtitle {
  color: #2c2c2c;
  width: 180px;
  margin-right: 3rem;
}

@media (min-width: 960px) {
  .pagewrap-search-detail .search-detail-subtitle .pc-hide {
    display: none;
  }
}

@media (max-width: 959px) {
  .pagewrap-search-detail .search-detail-subtitle {
    width: auto;
    min-width: 100px;
    margin-right: 1.5rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-detail .search-detail-subtitle {
    min-width: 85px;
  }
  .pagewrap-search-detail .search-detail-subtitle .sp-hide {
    display: none;
  }
}

@media (max-width: 320px) {
  .pagewrap-search-detail .search-detail-subtitle {
    min-width: inherit;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
}

.pagewrap-search-detail .search-detail-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pagewrap-search-detail .search-detail-cell .color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -3rem;
}

.pagewrap-search-detail .search-detail-cell .color-list .refine-item {
  margin-top: 0;
  margin-bottom: 3rem;
}

@media (min-width: 960px) {
  .pagewrap-search-detail .search-detail-cell .color-list .refine-item {
    width: 33.33%;
  }
}

@media (max-width: 959px) {
  .pagewrap-search-detail .search-detail-cell .color-list .refine-item {
    width: 50%;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-detail .search-detail-cell .color-list .refine-item {
    width: 100%;
  }
}

.pagewrap-search-detail .search-detail-cell .color-list .refine-item.is-hide {
  display: none;
}

.pagewrap-search-detail .search-detail-cell .color-list:after {
  content: "";
  display: block;
  width: 33.33%;
}

.pagewrap-search-detail .search-detail-cell .item-name-block {
  padding-left: 3.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagewrap-search-detail .search-detail-cell .item-name-block .icon-color {
  display: block;
  width: 22px;
  margin-right: 0.8rem;
  border-radius: 50%;
  overflow: hidden;
}

.pagewrap-search-detail .search-detail-cell .item-name-block .icon-color img {
  width: 100%;
}

.pagewrap-search-detail .search-detail-cell .search-detail-cell-notice {
  color: #2c2c2c;
  font-size: 11px;
  text-indent: -11px;
  padding-left: 11px;
  margin-top: 20px;
}

@media (min-width: 960px) {
  .pagewrap-search-detail .search-detail-cell .color-list + .search-detail-cell-notice {
    color: #595959;
    font-size: 14px;
  }
}

.pagewrap-search-detail .search-box {
  margin: 0;
}

.pagewrap-search-detail input[type="text"] {
  height: 3rem;
}

.pagewrap-search-detail .select-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -1.6rem;
  margin-left: -1.6rem;
}

.pagewrap-search-detail .select-category select {
  width: 100%;
  padding-left: 15px;
  padding-right: 30px;
  height: 4rem;
}

@media (max-width: 559px) {
  .pagewrap-search-detail .select-category {
    display: block;
  }
}

@media (max-width: 320px) {
  .pagewrap-search-detail .select-category {
    margin-top: 0;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-detail .brand-cell .search-detail-cell {
    text-align: right;
  }
}

@media (max-width: 320px) {
  .pagewrap-search-detail .brand-cell .search-detail-cell {
    text-align: left;
  }
}

.pagewrap-search-detail .brand-list {
  display: inline-block;
}

.pagewrap-search-detail .brand-item {
  font-weight: bold;
  display: inline-block;
}

.pagewrap-search-detail .brand-item:after {
  content: ",";
  display: inline-block;
  margin: 0 0.5rem;
}

.pagewrap-search-detail .brand-item:last-child:after {
  content: "";
  margin: 0;
}

.pagewrap-search-detail .brand-modal-btn {
  text-decoration: none;
}

.pagewrap-search-detail .brand-modal-btn .icon-arrow3 {
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 1rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  position: relative;
  top: -1px;
}

.pagewrap-search-detail .refine-range-area {
  max-width: 330px;
}

@media (max-width: 559px) {
  .pagewrap-search-detail .refine-range-area {
    max-width: inherit;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-detail .refine-range-area .input-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pagewrap-search-detail .refine-range-area .input-number {
  width: 42%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

@media (max-width: 559px) {
  .pagewrap-search-detail .refine-range-area .input-number {
    width: 80%;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-detail .refine-range-area .txt-between {
    width: 20%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-detail .refine-range-area .txt-between + .input-number {
    margin-top: 1rem;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-detail .refine-range-area .txt-between + .input-number + .txt-yen {
    margin-top: 1rem;
  }
}

.pagewrap-search-detail .detail-form-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
}

.pagewrap-search-detail .detail-form-btn-area .form-btn {
  max-width: 340px;
  width: 100%;
  height: 56px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 959px) {
  .pagewrap-search-detail .detail-form-btn-area .form-btn {
    width: 48%;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-detail .detail-form-btn-area {
    display: block;
    text-align: center;
    margin-top: 5rem;
  }
  .pagewrap-search-detail .detail-form-btn-area .form-btn {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .pagewrap-search-detail .detail-form-btn-area .form-btn:first-child {
    margin-top: 0;
  }
}

.pagewrap-search-detail .detail-form-btn-area .search-btn {
  font-weight: 700;
}

.pagewrap-search-detail .detail-form-btn-area .search-btn .icon-search {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  position: relative;
  top: 1px;
}

.pagewrap-search-detail .detail-brand-form-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4.4rem;
}

.pagewrap-search-detail .detail-brand-form-btn-area .form-btn {
  width: 100%;
  height: 56px;
  margin: 0 1rem;
}

.pagewrap-search-detail .detail-brand-form-btn-area .form-btn.reset-btn {
  border: none;
  padding: 0;
  outline: none;
}

@media (max-width: 559px) {
  .pagewrap-search-detail .detail-brand-form-btn-area .form-btn {
    height: 46px;
  }
}

@media (max-width: 959px) {
  .pagewrap-search-detail .detail-brand-form-btn-area {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    background: #f6f6f6;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}

.pagewrap-search-detail .detail-brand-form-btn-area .select-btn {
  width: 260px;
  font-weight: 700;
}

@media (max-width: 559px) {
  .pagewrap-search-detail .detail-brand-form-btn-area .select-btn {
    width: 60%;
    max-width: 200px;
  }
}

.pagewrap-search-detail .detail-brand-form-btn-area .reset-btn {
  width: 160px;
}

.pagewrap-search-detail .detail-brand-form-btn-area .reset-btn .icon-close {
  margin-right: 1rem;
  font-size: 1.6rem;
}

@media (max-width: 959px) {
  .pagewrap-search-detail .detail-brand-form-btn-area .reset-btn {
    background: transparent;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-detail .detail-brand-form-btn-area .reset-btn {
    width: 40%;
    max-width: 100px;
    font-size: 1.2rem;
  }
  .pagewrap-search-detail .detail-brand-form-btn-area .reset-btn .icon-close {
    font-size: 1.2rem;
  }
}

.pagewrap-search-detail .brand-list-scroll {
  overflow-y: auto;
  height: calc(100vh - 36rem);
  margin: 3rem 0 0;
  padding: 2rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f6f6f6;
}

.pagewrap-search-detail .brand-list-scroll::-webkit-scrollbar {
  width: 12px;
}

.pagewrap-search-detail .brand-list-scroll::-webkit-scrollbar-track {
  background: #f6f6f6;
}

.pagewrap-search-detail .brand-list-scroll::-webkit-scrollbar-thumb {
  background: #8d8d8d;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 0 2px #8d8d8d;
          box-shadow: inset 0 0 0 2px #8d8d8d;
}

@media (max-width: 959px) {
  .pagewrap-search-detail .brand-list-scroll {
    height: auto;
    border: none;
  }
}

@media (max-width: 559px) {
  .pagewrap-search-detail .brand-list-scroll {
    height: auto;
    border: none;
    margin-right: -1.7rem;
    margin-left: -1.7rem;
    padding: 0 1.7rem;
  }
}

.pagewrap-search-detail .search-detail-brand-content {
  position: relative;
}

.pagewrap-search-detail .search-detail-brand-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.pagewrap-search-detail .search-detail-brand-item.is-active {
  position: static;
  opacity: 1;
  height: auto;
  overflow: visible;
}

[class^="pagewrap-store-"] a {
  text-decoration: none;
}

@media (max-width: 959px) {
  [class^="pagewrap-store-"] .article-header-nav-area {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }
}

@media (max-width: 559px) {
  [class^="pagewrap-store-"] .article-header-nav-area {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

[class^="pagewrap-store-"] .select-grand-store {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media (max-width: 559px) {
  [class^="pagewrap-store-"] .select-grand-store {
    top: -6px;
  }
}

@media (max-width: 360px) {
  [class^="pagewrap-store-"] .select-grand-store {
    position: static;
    margin-top: 1rem;
  }
}

[class^="pagewrap-store-"] .select-grand-store-nav {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

[class^="pagewrap-store-"] .select-grand-store-nav .nav-item .mini-isetan-btn, [class^="pagewrap-store-"] .select-grand-store-nav .nav-item .mini-mitsukoshi-btn {
  width: 120px;
}

@media (max-width: 360px) {
  [class^="pagewrap-store-"] .select-grand-store-nav {
    width: auto;
  }
  [class^="pagewrap-store-"] .select-grand-store-nav .nav-item {
    width: 48%;
  }
  [class^="pagewrap-store-"] .select-grand-store-nav .nav-item .mini-isetan-btn, [class^="pagewrap-store-"] .select-grand-store-nav .nav-item .mini-mitsukoshi-btn {
    width: 100%;
  }
}

[class^="pagewrap-store-"] .select-sub-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}

@media (max-width: 559px) {
  [class^="pagewrap-store-"] .select-sub-store {
    display: block;
  }
}

[class^="pagewrap-store-"] .select-sub-store-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}

[class^="pagewrap-store-"] .select-sub-store-name {
  padding-right: 3rem;
  margin-right: 3rem;
  position: relative;
  padding-top: 1px;
  min-width: 40px;
}

[class^="pagewrap-store-"] .select-sub-store-name:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% + 4px);
  background-color: #d7d7d7;
  position: absolute;
  top: -2px;
  right: 0;
}

@media (max-width: 559px) {
  [class^="pagewrap-store-"] .select-sub-store-name {
    display: none;
  }
}

[class^="pagewrap-store-"] .select-sub-store-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2rem;
}

[class^="pagewrap-store-"] .select-sub-store-nav .nav-item {
  margin-left: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

[class^="pagewrap-store-"] .select-sub-store-nav .nav-item a {
  font-size: 1.4rem;
  color: #8d8d8d;
  text-decoration: none;
}

[class^="pagewrap-store-"] .select-sub-store-nav .nav-item a.is-active {
  color: #2c2c2c;
}

[class^="pagewrap-store-"].store-isetan .select-sub-store-name {
  color: #023894;
}

[class^="pagewrap-store-"].store-mitsukoshi .select-sub-store-name {
  color: #6C5E3B;
  width: 30px;
}

[class^="pagewrap-store-"] .local-nav {
  background-color: #f6f6f6;
  margin-left: 0;
  margin-top: 3rem;
}

@media (max-width: 559px) {
  [class^="pagewrap-store-"] .local-nav {
    margin-top: 1.5rem;
  }
}

[class^="pagewrap-store-"] .local-nav .nav-item a {
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[class^="pagewrap-store-"] .article-body-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 959px) {
  [class^="pagewrap-store-"] .article-body-wrap {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }
}

@media (max-width: 559px) {
  [class^="pagewrap-store-"] .article-body-wrap {
    padding: 1.5rem 1.7rem 2rem;
  }
}

@media (max-width: 959px) {
  [class^="pagewrap-store-"] .article-body {
    padding: 0;
  }
}

[class^="pagewrap-store-"] .coupon-list .item-block .item-name {
  margin-top: 0.2rem;
  font-weight: 700;
}

.pagewrap-store-top .article-top {
  background-color: #ffffff;
}

@media (max-width: 559px) {
  .pagewrap-store-top .article-top {
    padding-top: 30px;
  }
}

.pagewrap-store-top .article-header {
  background-color: #f6f6f6;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}

.pagewrap-store-top .article-header .article-header-image-area {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagewrap-store-top .article-header .article-header-image {
  max-width: 740px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  float: none;
}

.pagewrap-store-top .article-header .article-header-image img {
  width: 100%;
}

.pagewrap-store-top .article-header .article-header-image-pager {
  background-color: #f6f6f6;
}

@media (max-width: 959px) {
  .pagewrap-store-top .article-header {
    margin: 0;
    padding-top: 0;
    padding-bottom: 1.2rem;
    width: auto;
  }
  .pagewrap-store-top .article-header .article-header-image {
    width: 100vw;
  }
}

.pagewrap-store-top .article-header-nav-area + .article-header {
  margin-top: 3rem;
}

@media (max-width: 559px) {
  .pagewrap-store-top .article-header-nav-area + .article-header {
    margin-top: 1.5rem;
  }
}

.pagewrap-store-coupon-detail .article-body-wrap {
  padding-top: 6rem;
}

@media (max-width: 959px) {
  .pagewrap-store-coupon-detail .article-body-wrap {
    padding-top: 3rem;
  }
}

.pagewrap-store-coupon-detail .article-body {
  max-width: 680px;
  margin: 0 auto;
}

.pagewrap-store-coupon-detail .coupon-image.is-used {
  position: relative;
}

.pagewrap-store-coupon-detail .coupon-image.is-used:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 44, 44, 0.4);
}

.pagewrap-store-coupon-detail .coupon-image.is-used:after {
  content: "ご使用済み";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 1.2rem;
  padding: 1.2rem 0rem;
  width: 160px;
  text-align: center;
}

.pagewrap-store-coupon-detail .coupon-image img {
  max-width: 100%;
  height: auto;
}

.pagewrap-store-coupon-detail .coupon-detail-content {
  margin-top: 5rem;
}

.pagewrap-store-coupon-detail .coupon-date {
  font-size: 1.4rem;
  color: #595959;
  margin-bottom: 1rem;
}

.pagewrap-store-coupon-detail .coupon-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 1rem;
}

.pagewrap-store-coupon-detail .coupon-venue {
  color: #595959;
}

.pagewrap-store-coupon-detail .venue-shop {
  padding-left: 1.2rem;
  font-size: 1.4rem;
}

.pagewrap-store-coupon-detail .venue-shop a {
  color: #595959;
  text-decoration: underline;
}

@media (min-width: 960px) {
  .pagewrap-store-coupon-detail .venue-shop a:hover {
    text-decoration: none;
  }
}

.pagewrap-store-coupon-detail .coupon-description {
  font-size: 1.6rem;
  margin-top: 3rem;
  color: #2c2c2c;
}

.pagewrap-store-coupon-detail .comment-txt {
  font-size: 1.4rem;
  margin-top: 2rem;
  color: #8d8d8d;
}

.pagewrap-store-coupon-detail .coupon-btn-area {
  margin-top: 6rem;
}

.pagewrap-store-coupon-detail .coupon-btn-area .coupon-text {
  margin-bottom: 2.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #BC5561;
  text-align: center;
}

.pagewrap-store-coupon-detail .coupon-btn-area .coupon-swipe {
  background-color: #f6f6f6;
  border-radius: 56px;
  max-width: 320px;
  margin: 0 auto;
  color: #8d8d8d;
  font-weight: 700;
  font-size: 1.4rem;
}

.pagewrap-store-coupon-detail .coupon-btn-area .coupon-swipe .coupon-swipe-inner {
  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;
  position: relative;
  width: calc(100% - 112px);
  padding-left: 56px;
  height: 56px;
}

.pagewrap-store-coupon-detail .coupon-btn-area .coupon-swipe .swipe-switch {
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #595959;
}

.pagewrap-store-coupon-detail .coupon-btn-area .coupon-btn {
  max-width: 320px;
  margin: 0 auto;
}

.pagewrap-store-top .article-section-store-info .info-column:first-child:last-child {
  width: 100%;
}

.article-top {
  background-color: #f6f6f6;
  width: 100%;
  overflow-x: hidden;
  padding: 0;
}

.article-top .article-header-slider {
  margin: 0;
  padding-top: 0;
}

@media (max-width: 559px) {
  .article-top .article-header-slider {
    margin: 12px 18px 0;
    width: calc(100vw - 3.4rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
  }
}

.bb_app .article-top .article-header-slider {
  display: none !important;
}

.article-top .article-header-slider .article-header-image-area {
  position: relative;
  background-color: #fff;
}

.article-top .article-header-slider .article-header-image {
  position: relative;
}

[data-page="top"] .article-top .article-header-slider .article-header-image:nth-child(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.article-top .article-header-slider .article-header-image a {
  display: block;
}

.article-top .article-header-slider .article-header-image img {
  width: 100vw;
  height: auto;
}

@media (max-width: 559px) {
  .article-top .article-header-slider .article-header-image img {
    width: 100%;
  }
}

.article-top .article-header-slider .image-area-txt-block {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-weight: 700;
}

.article-top .article-header-slider .image-area-txt-block .header-image-title {
  font-size: 3.6rem;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.34);
}

.article-top .article-header-slider .image-area-txt-block .header-image-subtitle {
  font-size: 3rem;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.34);
}

.article-top .article-header-slider .image-area-txt-block .header-image-btn {
  margin-top: 3rem;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.34);
}

@media (max-width: 959px) {
  .article-top .article-header-slider .image-area-txt-block .header-image-btn {
    display: none;
  }
  .article-top .article-header-slider .image-area-txt-block .header-image-title {
    font-size: 2.6rem;
  }
  .article-top .article-header-slider .image-area-txt-block .header-image-subtitle {
    font-size: 2rem;
  }
}

@media (max-width: 559px) {
  .article-top .article-header-slider .image-area-txt-block .header-image-title {
    font-size: 2rem;
  }
}

.article-top .article-header-slider .article-header-image-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2rem 0;
}

.article-top .article-header-slider .article-header-image-pager-dot {
  width: 6px;
  height: 6px;
  background-color: #c7c7c7;
  border-radius: 50%;
  display: block;
  margin: 0 1.2rem;
  cursor: pointer;
}

.article-top .article-header-slider .article-header-image-pager-dot.active {
  background-color: #515151;
}

@media (max-width: 959px) {
  .article-top.is-pc-show {
    display: none;
  }
}

.category-top .article-header-slider .article-header-image-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-top .article-header-slider .article-header-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0.4rem;
  float: none;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.34);
  width: 50%;
}

.category-top .article-header-slider .article-header-image img {
  width: 100%;
}

@media (max-width: 559px) {
  .category-top .article-header-slider .article-header-image {
    width: calc(100vw - 30px);
  }
}

.pagewrap-brand-top .article-top {
  background-color: #fff;
}

@media (max-width: 559px) {
  .pagewrap-brand-top .article-top {
    padding-top: 24px;
  }
}

@media (max-width: 1120px) {
  .pagewrap-brand-top .local-nav {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 959px) {
  .pagewrap-brand-top .local-nav {
    margin-left: 0;
    margin-right: 0;
  }
}

.pagewrap-brand-top .article-main-movie .article-movie-area {
  max-width: 1080px;
}

@media (max-width: 559px) {
  .pagewrap-ranking-top {
    margin-bottom: 2rem;
  }
}

.bb_app .pagewrap-top-page .article-section-feature {
  display: none !important;
}

.bb_app .pagewrap-top-page .article-section-event.store-isetan {
  display: none !important;
}

.bb_app .pagewrap-top-page .article-section-event.store-mitsukoshi {
  display: none !important;
}

.pagewrap-top-page .article-header-image-area .article-header-image {
  overflow: hidden;
}

.pagewrap-top-page .article-header-image-area .article-header-image > a {
  padding-top: 35.55556%;
}

@media (max-width: 959px) {
  .pagewrap-top-page .article-header-image-area .article-header-image > a {
    padding-top: 68.6217%;
  }
}

.pagewrap-top-page .article-header-image-area .article-header-image picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f6f6f6;
}

.pagewrap-category-top .article-header-image-area .article-header-image {
  position: relative;
  padding-top: 33.15217%;
  overflow: hidden;
  background-color: #f6f6f6;
}

@media (max-width: 559px) {
  .pagewrap-category-top .article-header-image-area .article-header-image {
    padding-top: 70.27027%;
  }
}

.pagewrap-category-top .article-header-image-area .article-header-image > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*# sourceMappingURL=style.css.map */





































/***********************************/
/***********************************/
/*******feature.cssここから*********/
/***********************************/
/***********************************/

@media (min-width: 560px) {
/*アンカー動作用ここから*/
body, html { height: inherit !important; overflow-x: hidden !important; }
body { position: static !important; min-height: 100% !important; word-break: break-all !important; }
.header .gnav-area .is-hide { display: block !important; }
.article-body {
    max-width: 1080px !important;
}
.section-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #595959;
}
#anc01 {
	margin-top:-50px !important;
	padding-top:50px !important;}
#anc02 {
	margin-top:-50px !important;
	padding-top:50px !important;}
#anc03 {
	margin-top:-50px !important;
	padding-top:50px !important;}
#anc04 {
	margin-top:-50px !important;
	padding-top:50px !important;}
#anc05 {
	margin-top:-50px !important;
	padding-top:50px !important;}
#anc06 {
	margin-top:-50px !important;
	padding-top:50px !important;}
/*200512追加start*/
#anc07 {
	margin-top:-50px !important;
	padding-top:50px !important;}
#anc08 {
	margin-top:-50px !important;
	padding-top:50px !important;}
#anc09 {
	margin-top:-50px !important;
	padding-top:50px !important;}
#anc10 {
	margin-top:-50px !important;
	padding-top:50px !important;}
/*200512追加end*/
.pc-img30 {
	width:30%;}
.txt-bold {
	font-weight:bold;}
.f-size16 {
	font-size:16px !important;}
/*アンカー動作用ここまで*/
.mb-p100-s56 {
	margin-bottom:100px !important;}
.mb-p56-s30 {
	margin-bottom:56px !important;}
.mb-p40-s30 {
	margin-bottom:40px !important;}
.mb-p24-s20 {
	margin-bottom:24px !important;}
.mb-p12-s10 {
	margin-bottom:12px !important;}
/*200512追加start*/
.plain-btn-large {
	max-width: 450px !important;}
/*200512追加end*/
.article-feature-detail .article-footer {
	padding:0 !important;}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
.txt-red {
	color: #BC5561;
}
/*200512追加start*/
.txt-normal {
	font-weight:normal !important;
}
/*200512追加end*/
.txt-blue {
	color: #6db9c4;
}
.of_h {
	overflow:hidden !important;
	}
/*メインビジュアル白テキスト用*/
.article-header-image {
	position: relative;
}
.article-header-image span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 29%;
	height: 20%;
	color: #FFF;
	font-size: 3rem;
	text-align: center
}

/*feature内部のみ背景リセット*/
.article-feature-top {
	background: #fff !important;
	color: #2c2c2c;
	width: 100%;
	overflow-x: hidden;
	padding: 0;
}
.article-feature-top .article-header-slider .article-header-image img {
	width: 100vw;
	height: auto;
}
.article-feature-top .article-header-slider {
	margin: 0;
	padding-top: 0;
}
/*hタグ関連(マクロ書き出し用マージン)*/
.article-feature-top h2[class^="section-title"] {
	margin-bottom:5.6rem;
}
.article-feature-top h3[class^="section-title"] {
	font-size: 1.8rem;
}
.article-feature-top h5[class^="section-title"] {
	font-size: 1.6rem;
	font-weight:500;
}
.article-feature-top .cate_area h5 {
	font-size: 1.6rem !important;
	font-weight:500;
	margin-bottom:20px;
}
.article-section-table-cont .content-inner {
	margin: 0 auto;
	width: 720px;
	background: #f6f6f6;
}
/*カルーセル下マージン共通*/
.article-feature-top div[class^="article-section"] {
	padding-bottom:0;
}
/*各カテゴリwrapリセット*/
.pagewrap-feature-free .article-section-ranking, .pagewrap-feature-free .article-section-item, .pagewrap-feature-free .article-section-info, .pagewrap-feature-free .article-section-price, .pagewrap-feature-free .article-section-attention-brand, .pagewrap-feature-free .article-section-brand-list, .pagewrap-feature-free .article-section-notice {
	padding: 0 !important;
}
/*スライダー上マージンリセット*/
.pagewrap-feature-free .item-list-container {
	margin-top: 0;
}
.pagewrap-feature-free .content-inner:nth-child(n+2) {
	padding-top: 0;
}
/*200519*/
.pagewrap-feature-free .article-section .item-block {
    width: calc(33.3333% - 1.8rem);
margin-left: 1.8rem;
    margin-top: 1.8rem;
    background-color: #ffffff;
    padding: 2.4rem 2.4rem 8rem;
    box-sizing: border-box;
}
/*200713 3カラム用*/
.pagewrap-feature-free .article-body .article-section .item-block {
    width: calc(33.3333% - 5.2rem) !important;
    margin: 60px 25px 0 !important;
    padding: 0 0 56px !important;
}
/*.article-section-relation .column-5.products-item .item-block .item-image, .item-column-5.products-item .item-block .item-image {
    padding-top: 66.6667%;
    overflow: hidden;
}*/
.pagewrap-feature-free .price_range {
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
}
.pagewrap-feature-free .section-title-area {
    text-align: center;
}
/*200519*/
/*.pagewrap-feature-free .article-section-feature-viewall .item-block .item-image {
    padding-top: 0%;
    background-color: #f6f6f6;
    overflow: hidden;
}
.article-body .column-5 .item-block .item-image, .item-column-5 .item-block .item-image {
    padding-top: 119%;
    background-color: #f6f6f6;
}*/
/*200519*/
.article-section-attention-brand .item-block .item-image {
    /*padding-top: 0%; 200604
    background-color: #f6f6f6;*/
}
.article-body .column-4.products-item .item-block .item-image, .item-column-4.products-item .item-block .item-image {
    padding-top: 120%;
}
/*自動マクロ用*/
.article-body #PRODUCT_LIST2 .column-4.products-item .item-block .item-image, #PRODUCT_LIST2 .item-column-4.products-item .item-block .item-image {
    padding-top: 120%;
}
/*200519*/
/*.pagewrap-feature-free .item-block {
	margin-top: 0rem;
	margin-left:  0rem;
	-webkit-box-sizing: border-box;
	background-color: #fff;
	padding: 0.88rem;
	box-sizing: border-box;
	flex-shrink: 0;
}*/
/*スライダー表示用共通*/
.list-slider .item-list-col {
    /*margin: 0 -2rem !important;
		margin-bottom:3rem !important;*/
}
/*スライダー動作用*/
.pagewrap-feature-free .list-slider .item-list-container {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
/*200519*/
.pagewrap-feature-free .list-slider .column-5 .item-list-container {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	/*height:300px;*/
}
/*200519*/
/*スライダー表示用6アイテム*/
/*.pagewrap-feature-free .column-6 .item-block, .item-column-6 .item-block {
	width: calc(100%/6 - 1.8rem);
	margin-left: 1.8rem;
}*/
/*スライダー表示用5アイテム*/
/*.pagewrap-feature-free .column-5 .item-block, .item-column-5 .item-block {
	width: calc(100%/5 - 1.8rem);
	margin-left: 1.8rem;
	flex-shrink: 0
}*/
/*スライダー表示用4アイテム*/
/*.pagewrap-feature-free .column-4 .item-block, .item-column-4 .item-block {
	width: calc(100%/4 - 2.7rem);
	margin-left: 2.7rem;
}*/
/*NEWエリアここから*/
.article-feature-top .news_area {
	text-align: left;
	font-size: 1.2rem;
}
.article-feature-top .news_area h2.section-title {
	margin-bottom:24px;
}
.article-feature-top .news_area p {
	line-height: 3;
}
/*カテゴリコンポーネントここから*/
.article-feature-top .cate_area h2.section-title, .article-feature-top .cate_area h5 {
	text-align: center;
	margin-bottom:24px !important;
}

/*注目のブランド3アイテム部分画像*/
.article-section-attention-brand .brand-image-thumb-main-oneitem {
	width: 100% !important;
}

/*新規見出しスタイル大*/
.l-title-wrap {
	text-align: center;
}
.l-title-wrap .icon-blank-custom {
	color:#595959;
	}
.l-title {
	padding: 0;
	margin: 0;
	font-size: 3rem;
	font-weight: bold;
}
/*通常ボタン用*/
.plain-btn {
	color: #fff;
	max-width: 300px;
	background-color: #2c2c2c;
	border: 1px solid #2c2c2c;
	font-size: 1.4rem;
	width: 82%;
	margin: 0 auto 0rem;
	padding: 13px 1.2rem;
	white-space: nowrap;
	text-align: center;
}
.plain-btn:hover {
	background-color: #FFFFFF;
	color: #2c2c2c;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}
/*通常ボタン用(1カラムエリア用)*/
.two-item li .plain-btn {
	color: #fff;
	max-width: 300px;
	background-color: #2c2c2c;
	border: 1px solid #2c2c2c;
	font-size: 1.4rem;
	width: 82%;
	margin: 0 auto 0rem;
	padding: 13px 1.2rem;
	white-space: nowrap;
	text-align: center;
}
.two-item li:last-child .plain-btn {
	color: #fff;
	max-width: 300px;
	background-color: #2c2c2c;
	border: 1px solid #2c2c2c;
	font-size: 1.4rem;
	width: 82%;
	margin: 0 auto 0rem;
	padding: 13px 1.2rem;
	white-space: nowrap;
	text-align: center;
}
.two-item li .plain-btn:hover {
	background-color: #FFFFFF;
	color: #2c2c2c;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

.one-column-item li .plain-btn {
	color: #fff;
	max-width: 300px;
	background-color: #2c2c2c;
	border: 1px solid #2c2c2c;
	font-size: 1.4rem;
	width: 82%;
	padding: 13px 1.2rem;
	white-space: nowrap;
	text-align: center;
}
.one-column-item li:last-child .plain-btn {
	color: #fff;
	max-width: 300px;
	background-color: #2c2c2c;
	border: 1px solid #2c2c2c;
	font-size: 1.4rem;
	width: 82%;
	margin: 0 auto 0rem;
	padding: 13px 1.2rem;
	white-space: nowrap;
	text-align: center;
}
.one-column-item li .plain-btn:hover {
	background-color: #FFFFFF;
	color: #2c2c2c;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}
/*白抜きボタン用*/
.plain-btn_white {
	background-color: #FFFFFF;
	color: #2c2c2c;
}
.plain-btn_white:hover {
	background-color: #595959;
	color: #FFFFFF;
}
/*目次*/
.article-section-table-cont {
	margin: 0 auto;
	line-height: 30px;
	padding: 0rem calc(20px + 2.4rem) 4rem; /*style上書き*/
}
.article-section-table-cont h4.table-cont-txt {
	font-weight: bold;
	font-size: 1.6rem;/* identical to box height, or 25px */
	padding:2% 2% 0%;
}
.article-section-table-cont li {
	list-style: inherit;
	font-size: 1.6rem;
}
.article-section-table-cont ol {
	counter-reset: li;    /* li のカウンタを 0 にセット */
	list-style: none;
	padding: 0% 2% 2%;
}
.article-section-table-cont li:before {
	padding-right: 10px;
	counter-increment: li;   /* li の数を一つずつ増加 */
	content: counter(li) ". ";
}
/*商品アイテム名　価格（共通）*/
.article-body .item-block .item-brand a {
	color: #333 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}
.pagewrap-feature-free .item-block .item-name {
	margin-top: 0;
	font-size: 1.4rem !important;
}
.pagewrap-feature-free .item-block .item-price {
 /*margin-top: .6rem;*/
	font-size: 1.4rem;
}
/*新規ワンセット 2アイテム*/
.two-item-wrap {
	margin: 0 auto;
}
.two-item-wrap .content-inner {
	max-width: 900px;
}
.two-item {
	margin: 0 auto;
}
.two-item li {
	display: block;
	width: 48%;
	padding: 0 2%;
	margin: 0 auto;
}
.two-item img {
	/*width: 100%;*/
	border-style: none;
	vertical-align: top;
	line-height: 1;
	height: auto;
}
.two-item-one {
	display:table;
	width:100%;}
.two-item-one li {
	display: table-cell;
	width: 48%;
	padding: 0 2%;
}
.two-item-one img {
	width: 100%;
	border-style: none;
	vertical-align: top;
	line-height: 1;
	height: auto;
}
.two-item-pic {
	margin: 0 auto 4.0rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.two-item-pic img {
	/*width:100%;*/
}
.two-item-name {
	margin: 0 auto 2.4rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.two-item-txt {
	text-align:center;
	margin-bottom: 4.0rem;
}
/*one-column*/
.one-column-item-wrap {
	margin: 0 auto 10rem;
}
.one-column-item-wrap .content-inner {
	max-width: 1080px;
}
.one-column-item {
	margin: 0 auto;
}
.one-column-item li {
	display: block;
	padding: 0 2%;
	margin: 0 auto 10rem;
}
.one-column-item li:last-child {
	display: block;
	padding: 0 2%;
	margin: 0 auto;
}
.one-column-item img {
	border-style: none;
	vertical-align: top;
	line-height: 1;
	height: auto;
}
.one-column-item-pic {
	margin: 0 auto 4.0rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.one-column-item-pic img {
	max-width:1080px;
}
.one-column-item-name {
	margin: 0 auto 2.4rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.one-column-item-txt {
	text-align: left;
	margin-bottom: 4.0rem;
}
/*two-column*/
.two-column-item-wrap {
	margin: 0 auto 10rem;
}
.two-column-item-wrap .content-inner {
	max-width: 900px;
}
.two-column-item {
	display:table;
	width:100%;}
.two-column-item li {
	display: table-cell;
	width: 48%;
	padding: 0 2%;
}
.two-column-item img {
	width: 100%;
	border-style: none;
	vertical-align: top;
	line-height: 1;
	height: auto;
}
.two-column-item .item-link-btn {
    position: relative;
	width: 74%;
    margin: 0 auto;
}
.two-column-item-tit {
    margin: 0 auto 2.4rem;
    font-size: 1.8rem ;
    font-weight: bold;
    text-align: left;
    width: 96%;
}
.two-column-item-pic {
	margin: 0 auto 4.0rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.two-column-item-pic img {
	width:100%;
}
.two-column-item-name {
	margin: 0 auto 2.4rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.two-column-item-txt {
	text-align:center;
	margin-bottom: 4.0rem;
}
.two-column-item .item-only-store-btn {
    width: 80%;
    margin: 0rem auto 0;
	height: 42px;
    font-size: 1.4rem;
	color: #595959;
	display: flex;
    -webkit-box-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
    cursor: default;
	background:#E5E5E5;
}

/*新規ワンセット 2アイテム*/
.heading-area h2 {
	margin: 0 auto 1.2rem;
	text-align: center;
	font-size: 2.4rem;
}
.heading-area h2.section-title {
	margin: 0 auto 5.6rem;
	text-align: center;
	font-size: 2.4rem;
}
.heading-area h3 {
	margin: 0 auto 1.2rem;
	text-align: center;
	font-size: 1.4rem;
}
.heading-area p {
	margin: 0 auto 5.6rem;
	text-align: center;
}

/*コンポーネント_2*/
.article-section-item {
	margin-top: 0;
}
.three-item {
	margin: 0 auto;
	max-width: 900px;
}
.three-item .item-block {
	width: calc(26.3333% - 1.6rem);
	background-color: #fff;
	margin-left: 4%;
	margin-right: 4%;
	padding-bottom: 0 !important;
}
.three-item .price-area {
	text-align: center;
	display: block;
}
.three-item .section-title-area {
	margin-top: 45px;
}
.three-item .item-txt {
	margin-top: 1em !important;
}
/*タグラインを入れなかったver*/
.no-tag-line h2.section-title {
	margin: 0;
}
.no-tag-line p {
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
}
/*新規ワンセット 1アイテム*/
.article-section-item {
	margin-top: 0;
}
.one-item {
	margin: 0 auto;
	max-width: 1080px;
	text-align: center;
}
.one-item img {
	/*width: 100% !important;*/
}
.one-item .item-block {
	margin: 0 auto;
}
.one-item .price-area {
	text-align: center;
	display: block;
}
.one-item .section-title-area {
	margin-top: 45px;
}
.one-item .item-txt {
	margin-top: 1em !important;
}
/*新規 お知らせ部分*/
.article-section-info {
	margin: 0 auto;
}
.article-section-info .content-inner {
	max-width: 720px;
	margin: 0 auto;
}
.article-section-info .content-inner .item-info {
	background: #f6f6f6;
	width: 100%;
	text-align: left;
	padding: 20px;
	font-size: 1.4rem;
	box-sizing:border-box;
}
/*価格から選ぶ用*/
.pagewrap-feature-free .price_range {
	font-weight: bold !important;
	font-size: 1.6rem !important;
	text-align: center !important;
}
/*注意文*/
.article-section-notice {
	margin: 0 auto;
}
.article-section-notice li {
	list-style: inherit;
	font-size: 1.6rem;
	line-height: 30px;
}
.article-section-notice ol {
	counter-reset: li;    /* li のカウンタを 0 にセット */
	list-style: none;
}
.article-section-notice li:before {
	color: #24aabb;
	font-weight: bold;
	counter-increment: li;   /* li の数を一つずつ増加 */
	content: counter(li) ". ";
	padding-right: 10px;
}
.article-section-notice dl {
	position: relative;
	font-size: 1.6rem;
}
.article-section-notice dt {
	padding-left: 20px;
}
.article-section-notice dt:before {
	color: #24aabb;
	content: "■";
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 5px;
}

.article-section-notice p {
	font-weight: bold;
	font-size: 1.4rem;
}
.article-section-notice .content-inner {
	margin: 0 auto;
	padding: 0 2% !important;
	width: 720px;
	/*border-bottom: solid 1px #CCCCCC;*/
}
.notice-marg-p {
	font-weight: bold !important;
    font-size: 2.2rem !important;
    color: #595959;
}
.notice-marg dl {
	position: relative;
	font-size: 1.6rem;
	margin-bottom:4rem;
	line-height: 1.9;
}
.notice-marg dt {
	padding-left: 20px;
	margin-bottom:1.5rem;
}

/*新規 ブランド一覧*/
.article-section-brand-list .col-cus {
	width: 100%;
	overflow: hidden;
}
.article-section-brand-list .col-cus .item-block {
	float: left;
	width: 15%;
	margin-left: 0.9em;
}

.article-section-relation {
	padding-top: 0;
}
/*.pagewrap-feature-free #PRODUCT_LIST00 .item-block {
	padding: 0 0 8rem;
}*/

.pagewrap-feature-free .product_list_3 {
	padding: 0 0 8rem !important;
}
/*関連する特集用*/
.article-section-relation .item-name {
	font-size: 1.2rem !important;
	margin-top: 10px !important;
	/*font-weight: bold;*/
}
/*特集viewall用*/
.article-section-feature-viewall .section-title-area {
	text-align: center;
}
.article-section-feature-viewall .item-name {
	font-size: 1.2rem !important;
	margin-top: 6px !important;
	font-weight: bold;
}


/*feature-article-interview用*/
.feature-article-interview .feature-article-txt-date {
	margin:0;
	padding:0 0 5px 0;
	font-size:1.4rem;
	color:#595959;}

.feature-article-interview .feature-article-txt {
	max-width:680px;
	margin:0 auto;
	}

.feature-article-interview .feature-article-txt h3 {
	font-size:1.8rem;
	}
.article-feature-top .article-header-slider .article-header-image img.img-sp {
    width: 100% !important;
    height: auto !important;
}
.article-feature-top .article-header-slider .article-header-image .img-sp-logo {
    width: 40% !important;
    height: 40px;
    margin-top: 7%;
}
.interview img {
    width: 96%;
    padding: 0 2% 0;
}
.two-item-tit {
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    width: 96%;
}
.feature-article-interview .article-header-image {
    position: relative;
}
.feature-article-interview .two-item-pic {
    margin: 0 auto 1.6rem;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}

.feature-article-interview .two-item-name {
    margin: 0 auto 1.2rem;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
}
.feature-article-interview .two-column-item-pic {
    margin: 0 auto 1.6rem;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}

.feature-article-interview .two-column-item-name {
    margin: 0 auto 1.2rem;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
}
.article-section-feature-viewall .more_link {
    font-size: 1.2rem;
	    margin-top: .5rem;
    text-decoration: none;
    color: #84c3c7;
    display: inline-block;
    font-weight: 700;
}
.feature-article-interview .two-item-txt {
    text-align: left;
}
/*2ボタン*/
.two-btn-item {
	margin:0 auto;
	overflow:hidden;
	width:620px;}
.two-btn-item .plain-btn {
	float:left;
	margin-right:20px;
	}
.two-btn-item .plain-btn:last-child {
	margin-right:0px;
	}
/*3ボタン白*/
.three-btn-item-white {
	margin:0 auto 3rem !important;
	overflow:hidden;
	width:940px !important;
	}
.three-btn-item-white dt {
	margin-bottom:1rem;
	font-weight:600;}
.three-btn-item-white .plain-btn {
	float:left;
	margin-right:20px;
	/*height: 4.4rem;*/
	line-height:30px;
	}
.three-btn-item-white .plain-btn:last-child {
	margin-right:0px;
	/*height: 4.4rem;*/
	}
.three-btn-item-white .plain-btn a {
	background-color: #FFFFFF;
	color: #2c2c2c !important;
	padding: 0.8rem 0 !important;
	}
.three-btn-item-white .plain-btn a:hover {
	background-color: #595959;
	color: #FFFFFF !important;
	}
/*ブランドリスト*/
.four-brandlist {
	margin:0 auto 3rem !important;
	overflow:hidden;
	width:960px !important;
	}
.four-brandlist li {

	float:left;
	width:23%;
	padding-right:2%;
	margin-bottom:1rem;
	}
.four-brandlist a {
	text-decoration:none;
	color:#2c2c2c;
	}
.four-brandlist li:nth-child(4n) {
	width:25%;
	padding-right:0;
	}
.four-brandlist span {
	color:#bbb;
	font-size:80%;
	}
.icon-blank-custom:after {
    /*content: url(content/feature/blank/event/images/up_right_arrow.png);*/
	content: "\e907";
	font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}
.js-item-carousel .item-block { padding-bottom:8rem !important;}
.mw400 {
	max-width:400px;
	}
/*.h5_2 {
	height: 5.2rem !important;}*/
.length_list p {
    font-size: 1.6rem !important;
	font-weight:normal !important;
	line-height: 2.2;
}
	}
.length_list span {
    font-size: 1.6rem;
	color: #24aabb;
    padding-right: 10px;
	}
.list-slider .products-item .item-list-container {
    padding-bottom: 0rem !important;
}

/*view-all new 5アイテム*/
.article-list-area-five ul {
	width:100%;
	overflow:hidden;
}

.article-list-area-five li {
	float:left;
	width:19%;
	margin-bottom:10px;
	margin-right:1%;
}

.article-list-area-five li:nth-child(5n) {
	float:left;
	width:19%;
	margin-bottom:10px;
	margin-right:0%;
}

.article-list-area-five p {
	margin-bottom:5px;
}

.article-list-area-five img {
	width:100%;
}

/*view-all new 4アイテム*/
.article-list-area-four ul {
	width:100%;
	overflow:hidden;
}

.article-list-area-four li {
	float:left;
	width:250px;
	margin-bottom:10px;
	margin-right:26px;
}

.article-list-area-four li:nth-child(4n) {
	float:left;
	width:250px;
	margin-bottom:10px;
	margin-right:0;
}

.article-list-area-four p {
	margin-bottom: 5px;
    margin-top: 6px;
    font-weight: normal;
    font-size: 1.4rem;
}

.article-list-area-four img {
	width:100%;
}

/*view-all new 3アイテム spカルーセルなし*/
.article-list-area-three ul {
	width:100%;
	overflow:hidden;
}

.article-list-area-three li {
	float:left;
	width:320px;
	margin-bottom: 40px;
    margin-right: 60px;
}

.article-list-area-three li:nth-child(3n) {
	float:left;
	width:320px;
	margin-bottom:10px;
	margin-right:0;
}

.article-list-area-three p {
	margin-bottom: 5px;
    margin-top: 6px;
    font-weight: normal;
    font-size: 1.4rem;
}

.article-list-area-three img {
	width:100%;
}


/*関連するリンクエリア 3アイテム*/
.relation-rink-area-three ul {
	margin:0 auto;
	width:802px;
}

.relation-rink-area-three li {
	float:left;
	width:250px;
	margin-bottom:10px;
	margin-right:26px;
	box-sizing:border-box;
}

.relation-rink-area-three li:nth-child(3n) {
	width:250px;
	float:left;
	margin-bottom:10px;
	margin-right:0;
}

.relation-rink-area-three p {
	margin-bottom:5px;
	margin-top:6px;
	font-weight:bold;
	font-size:1.4rem;
}

.relation-rink-area-three img {
	width:100%;
}

/*動画*/
.y-movie {
	max-width: 680px;
	height:382px;
    width: 100%;
	margin:0 auto;
	overflow:hidden;
	}


/*雛形イベントページ用PC*/
/*3アイテム eventテンプレ用*/
.js-item-carousel-slim {
	width:80%;
	margin:0 auto !important;
	box-sizing:border-box;}
.js-item-carousel-slim .item-block {
    padding-bottom: 8rem !important;
    padding-right: 30px;
	width: calc(33.3333% - 1.8rem);
}
.js-item-carousel-slim .item-only-store-btn {
    width: 80%;
	position: absolute;
    margin-top: 1.8rem;
	height: 40px;
    font-size: 1.4rem;
	color: #595959;
	display: flex;
    -webkit-box-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
    cursor: default;
	background:#E5E5E5;
}
.three-item-slim {
	width:80%;
	margin:0 auto !important;
	box-sizing:border-box;}
.three-item-slim .item-block {
    padding-bottom: 8rem !important;
    /*padding-right: 30px;
	width: calc(33.3333% - 1.8rem);*/
	padding-right: 3%;
	width: 31%;
}
.three-item-slim .item-block:last-child {
    padding-right: 0;
}
.three-item-slim .item-link-btn {
    width: 82%;
	position: relative;
	margin: 1.8rem auto 0;
}
.three-item-slim .item-only-store-btn {
    width: 82%;
	/*position: absolute;*/
	position: relative;
    margin: 1.8rem auto 0;
	height: 40px;
    font-size: 1.4rem;
	color: #595959;
	display: flex;
    -webkit-box-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
    cursor: default;
	background:#E5E5E5;
}
.article-section-feature-share {
	text-align:center;
	}
.article-section-feature-share a {
	margin:0 30px 0;}
/*注目のイベントテンプレ用*/
.featured-events-area {
	width:1030px;
	display:table;
	background:#f6f6f6;
	margin:0 auto 6.5rem;
	padding:0;}
.featured-events-area h2 {
font-weight: bold;
font-size: 24px;
line-height: 137%;
margin-bottom:20px;}

.featured-events-ph {
	display:table-cell;
	width:377px;
	margin:0;
	padding:0;
	}
.featured-events-ph img {
	width:377px;
	}
.featured-events-txt-wrap {
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	line-height: 180%;
	}
.featured-events-txt {
	width:100%;
	text-align:center;
	margin:0 auto;
	}

.featured-events-see-details {
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	align-items: center;
	text-align: center;
	text-decoration-line: underline;
	text-align:center;
	margin-top:2rem;
	}
.pageEvent-txt{
	text-align:center !important;}
.pageEvent-txt-l{
	text-align:left !important;}
.pageEvent-txt-bottom{
	margin-bottom:40px !important;
	}
.ebook-icon {
	background:#595959;
	color:#FFF;
	padding:5px 14px;
	line-height: 2.5;
	}
.store_info_area {
	}

/*one-column-store-info*/
.one-column-item-store-info-wrap {
	margin: 0 auto 10rem;
	width: 720px;
}
.one-column-item-store-info-wrap .content-inner {
	max-width: 1080px;
}
.one-column-item-store-info {
	margin: 0 auto;
}
.one-column-item-store-info li {
	display: block;
	padding: 0;
	margin: 0 auto;
}
.one-column-item-store-info img {
	border-style: none;
	vertical-align: top;
	line-height: 1;
}
.one-column-item-store-info-pic {
	margin: 0 auto 2.0rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.one-column-item-store-info-pic img {
	max-width:1080px;
}
.one-column-item-store-info-name-wrap {
	display:table;
	margin-bottom:2.0rem;}
.one-column-item-store-info-name-wrap .insta-icon {
	vertical-align:inherit;
	display:table-cell;
	padding-top:5px;
}
.one-column-item-store-info-name-wrap img {
	vertical-align: text-bottom;
	width:35px;}
.one-column-item-store-info-name {
	margin: 0 auto 2.4rem;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: left;
	vertical-align:middle;
	display:table-cell;
	padding-right: 3rem;
}

.one-column-item-store-info-txt {
	text-align: left;
	margin-bottom: 3.0rem;
	font-size:1.4rem;
}
.one-column-item-store-info-txt .isetan-icon {
	padding: 10px 10px 10px 0px;
    line-height: 2.3;
}
.one-column-item-store-info-txt .isetan-icon img {
	width:10%;
}
.one-column-item-store-info-txt .mitsukoshi-icon {
    padding: 10px 10px 10px 0px;
    line-height: 2;
}
.one-column-item-store-info-txt .mitsukoshi-icon img {
    width:20%;
}
.one-column-item-store-btn-white {
    width: 100% !important;
}
.one-column-item-store-btn-white .store-plain-btn {
	width:100%;}
.one-column-item-store-btn-white .store-plain-btn a {
    background-color: #FFFFFF !important;
    color: #2c2c2c !important;
    width: 100% !important;

	display:block;
	/*padding:1.0rem 0;*/
	padding: 1.1rem 0 0.9rem;/*200617*/
    border: 1px solid #8d8d8d;
    font-size: 1.4rem;
    margin: 0 auto 0rem;
    white-space: nowrap;
    text-align: center;
	text-decoration:none;
}
.one-column-item-store-btn-white .store-plain-btn a:after {
    content: "\e907";
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
	padding-left:2rem;
}


/*みやげページ使用*/
.miyage-two-column-item-wrap {
	display:table;
	margin-bottom:1rem;
	}

.miyage-two-column-item {
	display:table-cell;
	}

.miyage-link-btn.orange {
    border-color: #FF6300;
    color: #FF6300;
}

.miyage-link-btn {
    padding: 2px 15px 0;
    border: 1px solid #595B60;
    /* border-radius: 10px; */
    margin-right: 10px;
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 14px;
}
.img-auto {
	width:auto !important;}
.miyage-item-only-store-btn {
    width: 50%;
    margin: 0rem auto 0;
	height: 42px;
    font-size: 1.4rem;
	color: #595959;
	display: flex;
    -webkit-box-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
    cursor: default;
	background:#E5E5E5;
}
.live-title-wrap-top-margin {
	margin-top:6rem;}
.w-ajust {
	width: 48%;
	margin: 20px auto;}
#shop-news-app .column-5.products-item .item-block .item-image, #shop-news-app .item-column-5.products-item .item-block .item-image {
padding-top:89% !important;
background:none !important;
}

#randoseru_bk2021 #anc02 .column-4.products-item .item-block .item-image,
#randoseru_bk2021 #anc11 .column-4.products-item .item-block .item-image {
padding-top:71% !important;
background:none !important;
}
.shopinfo-tem-mb40 {
	margin-top: 40px !important;
	margin-bottom:40px !important;}
/*200616*/
.content-api-area h5.item-name {
 padding-top:12px;
}
.content-api-area h5.item-name a {
 font-size:12px;
 font-weight:bold;
}
.article-section-attention-brand .brand-image-thumb-main-oneitem {
    width: 100% !important;
}
.three-item-slim .item-block {
   position: relative;
    overflow: hidden;
}
.three-item-slim .item-block:hover {
	opacity:0.8;
}
.three-item-slim .item-block.no-hover:hover {
	opacity:1;
}
.three-item-slim .item-image .a::before {
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
	opacity:0.5;
}
.three-item-slim .item-block a.item-link-btn::before {
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
	opacity:0.5;
}
.feature-article-custom .article .content-asset.pt40 {
	padding-top:40px !important;}
.article-module-free ol li {
    text-indent: -12px;
    margin-left: 20px;
}
}
/*PC*/



/**//**//**//**//**//**//**//**//**//**//**//**/
/*タブレット*/
/**//**//**//**//**//**//**//**//**//**//**//**/
@media (min-width: 769px) {
.article-section-table-cont .content-inner {
	margin: 0 auto;
	width: 720px;
	background: #f6f6f6;
}
}

@media (max-width: 768px) {
.article-section-table-cont .content-inner {
	margin: 0 auto;
	padding: 2% 0% 2% 2% !important;
	width: 100%;
	background: #f6f6f6;
}
}

@media screen and (min-width:560px) and ( max-width:768px) {
.three-btn-item-white {
    margin: 0 auto 3rem !important;
    overflow: hidden;
    width: 100% !important;
}
.three-btn-item-white .plain-btn {
    float: left;
    margin-right: 1%;
    /* height: 4.4rem; */
    line-height: 30px;
    width: 32%;
}
.four-brandlist {
    margin: 0 auto 3rem !important;
    overflow: hidden;
    width: 100% !important;
}
.three-item-slim {
    width: 90%;
    margin: 0 auto !important;
    box-sizing: border-box;
}
.three-item-slim .item-block {
    padding-bottom: 8rem !important;
    padding-right: 5%;
    width: 30%;
}
.article-list-area-four li {
    float: left;
    width: 31%;
    margin-bottom: 10px;
    margin-right: 2%;
}
.article-list-area-four li:nth-child(4n) {
    float: left;
    width: 31%;
    margin-bottom: 10px;
    margin-right: 0;
}
.article-section-brand-list {
	padding: 0 !important;
}
.article-section-item {
    padding: 0;
}
.featured-events-area {
    width: 100%;
    display: table;
    background: #f6f6f6;
    margin: 0 auto 6.5rem;
    padding: 0;
}
.relation-rink-area-three ul {
    margin: 0 auto;
    width: 100%;
}
.relation-rink-area-three li {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    margin-right: 2%;
    box-sizing: border-box;
}
.relation-rink-area-three li:nth-child(3n) {
    width: 32%;
    float: left;
    margin-bottom: 10px;
    margin-right: 0;
}
}
/*タブレット*/




/**//**//**//**//**//**//**//**//**//**//**//**/
/*SP*/
/**//**//**//**//**//**//**//**//**//**//**//**/

@media (max-width: 559px) {
/*spのみ*/
.article-body {
    padding: 0 1.4rem !important;
}
.article-feature-top .article-header {
	padding-top: 0;
    margin: 0;
    width: 100%;
	}
.mb-p100-s56 {
	margin-bottom:56px !important;}
.mb-p56-s30 {
	margin-bottom:30px !important;}
.mb-p40-s30 {
	margin-bottom:30px !important;}
.mb-p24-s20 {
	margin-bottom:20px !important;}
.mb-p12-s10 {
	margin-bottom:10px !important;}
.sp-img50 img {
	width:50% !important;}
.pagewrap-feature-free .section-title-area .section-title-area-m0 {
	margin: 0 !important;
}
.section-title-area .section-title-area-m0 {
	margin: 0 !important;
}
.page-wrapper {
	padding-top: 0px;
}
.sp_only {
	display: block;
}
.pc_only {
	display: none;
}
.txt-red {
	color: #BC5561;
}
.txt-bold {
	font-weight:bold;}
.f-size16 {
	font-size:16px !important;}
.of_h {
	overflow:hidden !important;
	}
/*メインビジュアル白テキスト用*/
.main-va-sp {
	padding-top:12%;}
.article-header-image {
	position: relative;
	padding-top:12%;
}
.article-header-image span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 80%;
	height: 20%;
	color: #FFF;
	font-size: 2rem;
	text-align: center;
}
/*変更指示*/
/*[class^=article-section-] .section-title-area {
	display: block !important;
	text-align: left !important;
	margin: 0 !important;
}*/
/*変更指示*/
.article-body [class^=article-section-] .section-title-area {
	display: block !important;
	text-align: left !important;
	margin: 0 !important;
}
/*feature内部のみ背景リセット*/
.article-feature-top {
	background: #fff !important;
	width: 100%;
	overflow-x: hidden;
	padding: 0;
}
.article-feature-top img {
	width: 100%;
}
.article-feature-top img.icon_image {
	width: 80%;
	margin-left: 10%;
}
/*hタグ関連(基本下マージン5.6rem)*/
.article-feature-top h2[class^="section-title"] {
	text-align: left;
	margin-bottom:1rem !important;
}
.article-feature-top h3[class^="section-title"] {
	font-size: 1.5rem;
	text-align: left;
}
.article-feature-top h5[class^="section-title"] {
	font-size: 1.8rem;
	font-weight:500;
}
.article-feature-top .cate_area h5 {
	font-size: 1.6rem !important;
	font-weight:500;
}
/*各カテゴリwrapリセット*/
.article-section-ranking, .article-section-item, .article-section-info, .article-section-price, .article-section-attention-brand, .article-section-brand-list, .article-section-notice {
	padding: 0 !important;
}
/*スライダー上マージンリセット*/
.item-block {
	margin-top: 0rem;
	-webkit-box-sizing: border-box;
	background-color: #fff;
	padding: 0;
	box-sizing: border-box;
	-ms-flex-preferred-size: calc(100% - 8rem);
	flex-basis: auto !important;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0rem !important;
}
.item-block:last-child {
	-ms-flex-preferred-size: calc(100% - 5.4rem);
	flex-basis: auto !important;
}
/*スライダー表示用共通*/
/*変更指示*/
/*.list-slider .item-list-col {
	margin: 0;
	padding:0 2.6rem;
}*/
/*変更指示*/
.article-body .list-slider .item-list-col {
	margin: 0;
	/*padding:0 2.6rem;*//*200520*/
	padding:0 3rem;/*200520*/
}
/*スライダー表示用6アイテム*/
.column-6 .item-block, .item-column-6 .item-block {
	margin-left: 1.8rem;
	width: 45vw !important;
}
/*スライダー表示用5アイテム*/
/*変更指示*/
/*.column-5 .item-block, .item-column-5 .item-block {
	margin-left: 1.8rem;
    flex-shrink: 0;
    width: 39vw !important;
    -webkit-transform: translateX(-50%) translateX(50vw) translateX(-18px) !important;
    transform: translateX(-50%) translateX(50vw) translateX(-18px) !important;
}*/
/*変更指示*/
/*.article-body .column-5 .item-block, .item-column-5 .item-block {
	margin-left: 1.8rem;
    flex-shrink: 0;
    width: 37vw !important;
    -webkit-transform: translateX(-50%) translateX(50vw) translateX(-18px) !important;
    transform: translateX(-50%) translateX(50vw) translateX(-18px) !important;
}*/
/*スライダー表示用4アイテム*/
.column-4 .item-block, .item-column-4 .item-block {
	margin-left: 1.8rem;
	width: 39vw !important;
}
.column-3 .item-block, .item-column-3 .item-block {
	width: 80% !important;
    margin-left: 1rem;
}
.column-3 .item-block:first-child, .item-column-3 .item-block:first-child {
    margin-left: 1rem;
}
.column-3 .item-block:last-child, .item-column-3 .item-block:last-child {
    margin-left: 1rem;
}
.list-slider .column-3 {
    margin: 1.8rem 0 0;
    padding: 0px 5.8rem 0 5.8rem;
}
.content-inner:nth-child(n+2) {
	padding-top: 0;
}
/*ランキングコンポーネント内スライダー下*/
/*NEWエリアここから*/
.article-feature-top .news_area {
	text-align: left;
	font-size: 1.2rem;
}
.article-feature-top .news_area h2.section-title {
margin-bottom:0px;
}
.article-feature-top .news_area p {
	line-height: 1.8;
}
/*カテゴリコンポーネントここから*/
.article-feature-top .cate_area h2.section-title, .article-feature-top .cate_area h5 {
	text-align: left;
	/*font-weight:500;*/
	margin-bottom:24px;
}
/*新規 ブランド一覧コンポーネント内スライダー下*/
.article-section-brand-list .col-cus {
	overflow: hidden;
}
/*新規 ブランド一覧コンポーネント内h3 マージン対策*/
.article-section-brand-list h3[class^="section-title"] {
    margin: 0 !important;
}
/*注目のブランド3アイテム部分画像*/
.article-section-attention-brand .brand-image-thumb-main-oneitem {
	width: 100% !important;
}
/*新規見出しスタイル大*/
.l-title-wrap {
	text-align: center;
	padding: 0;
}
.l-title {
	padding: 0;
	margin: 0;
	font-size: 2.4rem;
	font-weight: bold;
}
/*通常ボタン用*/
.plain-btn {
	color: #fff;
	max-width: 300px;
	background-color: #2c2c2c;
	border: 1px solid #2c2c2c;
	font-size: 1.2rem;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 13px 1.2rem;
	white-space: nowrap;
	text-align: center;
}
/*白抜きボタン用*/
.plain-btn_white {
	background-color: #FFFFFF;
	color: #2c2c2c;
}
.plain-btn_white:hover {
	background-color: #2c2c2c;
	color: #FFFFFF;
}
/*新規ワンセット 2アイテム*/
.two-item-wrap {
	margin: 0 auto;
}
.two-item-wrap .content-inner {
	width: 100%;
}
.two-item {
	margin: 0 auto;
}
.two-item li {
	display: block;
	width: 100%;
	padding: 0;
}
.two-item img {
	width: 100%;
	border-style: none;
	vertical-align: top;
	line-height: 1;
	height: auto;
}
.two-item .plain-btn {
	margin: 0 auto 5.6rem !important;
}
.two-item-pic {
	margin: 0 auto 4.0rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.two-item-name {
	margin: 0 auto 2.4rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
}
.two-item-txt {
	text-align: bold;
	margin-bottom: 4.0rem;
}
/*one-column(sp)*/
.one-column-item-wrap {
	margin: 0 auto 5.6rem;
}
.one-column-item-wrap .content-inner {
	width: 100%;
}
.one-column-item {
	margin: 0 auto;
}
.one-column-item li {
	display: block;
	width: 100%;
	padding: 0;
}
.one-column-item img {
	width: 100%;
	border-style: none;
	vertical-align: top;
	line-height: 1;
	height: auto;
}
.one-column-item .plain-btn {
	margin: 0 auto 5.6rem !important;
}
.one-column-item-pic {
	margin: 0 auto 4.0rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.one-column-item-name {
	margin: 0 auto 2.4rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
}
.one-column-item-txt {
	text-align: bold;
	margin-bottom: 4.0rem;
}

/*two-column(sp)*/
.two-column-item-wrap {
	margin: 0 auto 6.5rem;
}
.two-column-item-wrap .content-inner {
	width: 100%;
}
.two-column-item {
	margin: 0 auto;
}
.two-column-item li {
	display: block;
	width: 100%;
	padding: 0;
}
.two-column-item img {
	width: 100%;
	border-style: none;
	vertical-align: top;
	line-height: 1;
	height: auto;
}
.two-column-item .item-link-btn {
    position: relative;
	width: 74%;
    margin: 0 auto 40px;
}
.two-column-item .plain-btn {
	margin: 0 auto 5.6rem !important;
}
.two-column-item-tit {
    font-size: 1.8rem ;
}
.two-column-item-pic {
	margin: 0 auto 4.0rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.two-column-item-name {
	margin: 0 auto 2.4rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
}
.two-column-item-txt {
	text-align: bold;
	margin-bottom: 4.0rem;
}

/*目次*/
.article-section-table-cont {
	margin: 0 auto;
	line-height: 30px;
	padding: 0;
}
.article-section-table-cont h4.table-cont-txt {
	font-weight: bold;/* identical to box height, or 25px */
}
.article-section-table-cont li {
	list-style: inherit;
	font-size: 1.4rem;
}
.article-section-table-cont ol {
	counter-reset: li;    /* li のカウンタを 0 にセット */
	list-style: none;
}
.article-section-table-cont span {
	text-decoration: underline;
}
.article-section-table-cont li:before {
	padding-right: 10px;
	counter-increment: li;   /* li の数を一つずつ増加 */
	content: counter(li) ". ";
}
/*商品アイテム名　価格（共通）*/
.article-body .item-block .item-brand a {
	color: #333 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}
/*変更指示*/
.article-body .item-block .item-name {
	margin-top: 0;
	font-size: 1.4rem !important;
}
/*変更指示*/
.item-block .item-price {
 margin-top: .6rem;
	font-size: 1.4rem;
}
/*新規ワンセット 2アイテム*/
.heading-area h2 {
	margin: 0 auto 1.2rem;
	text-align: left;
	font-size: 1.8rem;
}
.heading-area h3 {
	margin: 0 auto 1.2rem;
	text-align: left;
	font-size: 1.4rem;
}
.heading-area p {
	margin: 0 auto 5.6rem;
	text-align: left;
}
/*コンポーネント_2*/
.article-section-item {
	margin-top: 0;
}
.price-area {
	position:relative;
}
.three-item {
	margin: 0 auto;
	width: 100%;
}
.three-item .item-list-container {
	display: block !important;
	flex-wrap: unset !important;
	margin-left: 0rem;
}
.three-item .item-block, .three-item .item-block:first-child, .three-item .item-block:last-child {
	width: 87%;
	background-color: #fff;
	margin-left: 4%;
	margin-right: 4%;
	padding-bottom: 0 !important;
	flex-shrink: 1 !important;
	display: block !important;
}
.three-item .price-area {
	text-align: center;
	display: block;
}
.three-item .item-txt {
	margin-top: 0em !important;
	margin-bottom: 0em;
}
/*タグラインを入れなかったver*/
.no-tag-line h2.section-title {
	margin: 0 ;
}
.no-tag-line p {
	font-size: 1.4rem;
	margin: 0;
	text-align: left;
}
/*新規ワンセット 1アイテム*/
.article-section-item {
	margin-top: 0;
}
.one-item {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}
.one-item .item-block {
	margin: 0 auto;
}
.one-item .price-area {
	text-align: center;
	display: block;
}
.one-item .section-title-area {
	margin-top: 0px;
}
.one-item .item-txt {
	margin-top: 0em !important;
	text-align: left;
}
/*新規 お知らせ部分*/
.article-section-info {
	margin: 0 auto;
}
.article-section-info .content-inner {
	width: 96%;
	margin: 0 2%;
}
.article-section-info .content-inner .item-info {
	background: #f6f6f6;
	text-align: left;
	padding: 10px;
	font-size: 1.4rem;
	box-sizing:border-box;
}
/*価格から選ぶ用*/
.price_range {
	font-weight: bold;
	font-size: 1.6rem;
	text-align: left;
}
/*注意文*/
.article-section-notice {
	margin: 0 auto;
}
.article-section-notice li {
	list-style: inherit;
	font-size: 1.6rem;
	line-height: 30px;
}
.article-section-notice ol {
	counter-reset: li;    /* li のカウンタを 0 にセット */
	list-style: none;
}
.article-section-notice li:before {
	color: #24aabb;
	font-weight: bold;
	counter-increment: li;   /* li の数を一つずつ増加 */
	content: counter(li) ". ";
	padding-right: 10px;
}
.article-section-notice dl {
	font-size: 1.6rem;
	position: relative;
}
.article-section-notice dt {
	padding-left: 20px;
}
.article-section-notice dt:before {
	color: #24aabb;
	content: "■";
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 10px;
}
.article-section-notice p {
	font-weight: bold;
	font-size: 1.4rem;
}
.article-section-notice .content-inner {
	margin: 0 auto;
	padding: 0 1rem 1rem !important;
	width: 96%;
	/*border-bottom: solid 1px #CCCCCC;*/
}
.notice-marg-p {
	font-weight: bold !important;
	font-size: 1.8rem !important;
	color:#595959;
	text-align:left;
}
.notice-marg dl {
	position: relative;
	font-size: 1.6rem;
	margin-bottom:3rem;
	line-height: 1.9;
}
.notice-marg dt {
	padding-left: 20px;
	margin-bottom:1.2rem;
}
/*新規 ブランド一覧*/
.article-section-brand-list .col-cus .item-block {
	float: left;
	flex-shrink: 0 !important;
	width: 32%;
    /* margin-right: 6%; */
    padding-left: 1%;
    padding-right: 1%;
	margin-left: 0.4rem;
}
/*スライダー動作用*/
/*変更指示*/
/*.item-list-container {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	overflow-x: visible !important;
	margin-left: -40px !important;
}*/
/*変更指示*/
.article-body .item-list-container {
	-ms-flex-wrap: nowrap !important;
	/*flex-wrap: nowrap !important;
	overflow-x: visible !important;*/
	margin-left: -40px !important;
}
/*関連する特集用*/
.article-section-relation .item-name {
	font-size: 1.2rem !important;
	font-weight: bold;
}
/*特集viewall用*/
.article-section-feature-viewall .more_link {
	font-size: 1.2rem;
}
.article-section-feature-viewall .section-title-area {
	text-align: center;
}
.article-section-feature-viewall .item-name {
	font-size: 1.2rem !important;
	font-weight: bold;
}


/*feature-article-interview用*/
.feature-article-interview .feature-article-txt-date {
	margin:0;
	padding:0 0 5px 0;
	font-size:1.4rem;
	color:#595959;}

.feature-article-interview .feature-article-txt {
	max-width:680px;
	margin:0 auto;
	}

.feature-article-interview .feature-article-txt h3 {
	font-size:1.8rem;
	}
.article-feature-top .article-header-slider .article-header-image img.img-sp {
    width: 100% !important;
    height: auto !important;
}
.article-feature-top .article-header-slider .article-header-image .img-sp-logo {
    width: 40% !important;
    height: 40px;
    margin-top: 7%;
}
.interview img {
    width: 96%;
    padding: 0 2% 0;
}
.two-item-tit {
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    width: 96%;
}
.feature-article-interview .article-header-image {
    position: relative;
}
.feature-article-interview .two-item-pic {
    margin: 0 auto;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}
.feature-article-interview .two-item-name {
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
}
.article-section-feature-viewall .more_link {
	font-size: 1.2rem;
	text-decoration: none;
    color: #84c3c7;
    display: inline-block;
    font-weight: 700;
}
.feature-article-interview .two-item-txt {
    text-align: left;
}
.two-btn-item {
	margin:0 auto;
	overflow:hidden;
	width:100%;}
.two-btn-item .plain-btn {
	float:none;
	margin-right:0px;
	margin-bottom:10px !important;
	}
.three-btn-item-white {
	padding:0;
	margin:0 auto !important;
	overflow:hidden;
	width:100% !important;
	}
.three-btn-item-white dt {
	margin-bottom:1rem;}
.three-btn-item-white .plain-btn {
	float:none;
	margin-right:0px;
	margin-bottom:20px !important;
	/*height: 4.4rem;*/
	line-height: 26px;
	}
.three-btn-item-white .plain-btn:last-child {
	margin-right:0px;
	/*height: 4.4rem;*/
	}
.three-btn-item-white .plain-btn a {
	background-color: #FFFFFF;
	color: #2c2c2c !important;
	padding-top:0.6rem !important;
	}
.three-btn-item-white .plain-btn a:hover {
	background-color: #595959;
	color: #FFFFFF !important;
	}

/*ブランドリスト*/
.four-brandlist {
	margin:0 auto 3rem !important;
	overflow:hidden;
	width:100% !important;
	}
.four-brandlist li {
	float:none;
	padding-right:10%;
	margin-bottom:1rem;
	position:relative;
	}
.four-brandlist li:after {
	content:"＞";
	top:27%;
	right:10px;
	position:absolute;
	}
.four-brandlist a {
	text-decoration:none;
	color:#2c2c2c;
	padding-right:10%;

	display: block;
  top:0;
  left:0;
  width:100%;
  height:100%;
	}
.four-brandlist span {
	color:#bbb;
	font-size:80%;
	}
.icon-blank-custom:after {
    content: "\e907";
	font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}
.js-item-carousel {
	overflow-x: auto !important;
}
.js-item-carousel .item-block {
	padding-top: 0.88rem !important;
	padding-rigth: 0.88rem !important;
	padding-left: 0.88rem !important;
	padding-bottom: 8rem !important;
}

/*view-all new 5アイテム*/
.article-list-area-five li {
	float: left;
	width:49%;
	margin-bottom:10px;
	margin-right:2%;
}

.article-list-area-five li:nth-child(2n) {
	float:left;
	width:49%;
	margin-bottom:10px;
	margin-right:0%;
}

/*view-all new 4アイテム*/
.article-list-area-four li {
	float: left;
	width:48%;
	margin-bottom:10px;
	margin-right:4%;
}

.article-list-area-four p {
	margin-top:6px;
	font-weight:bold ;
	font-size:1.2rem;

}

.article-list-area-four li:nth-child(2n) {
	float:left;
	width:48%;
	margin-bottom:10px;
	margin-right:0%;
}

/*view-all new 3アイテム*/
.article-list-area-three li {
	float: left;
	width:48%;
	margin-bottom:10px;
	margin-right:4%;
	box-sizing:border-box;

}

.article-list-area-three p {
	margin-top:6px;
	font-weight:bold ;
	font-size:1.2rem;

}
.article-list-area-three li:nth-child(3n) {
	float:left;
	width:48%;
	margin-bottom:10px;
	margin-right:4%;
}
.article-list-area-three li:nth-child(2n) {
	float:left;
	width:48%;
	margin-bottom:10px;
	margin-right:0%;
}
/*関連するリンクエリア 3アイテム*/
.relation-rink-area-three ul {
	margin:0 auto;
	width:100%;
}

.relation-rink-area-three li {
	float: left !important;
	width:48% !important;
	margin-bottom:10px !important;
	margin-right:0px !important;
	box-sizing:border-box !important;
	margin-right:4% !important;
	/*text-align:left;
	margin:0 auto;*/
}

.relation-rink-area-three li:nth-child(2n) {
	float: left;
	margin-bottom:10px;
	margin-right:0 !important;
	width:48%;
}

.relation-rink-area-three p {
	margin-bottom:5px;
	margin-top:6px;
	font-weight:bold;
	font-size:1.4rem;
}

.relation-rink-area-three img {
	width:100%;
}
.y-movie {
	max-width: 100%;
	width: 100%;
	max-height: 232px;
	margin:0 auto;
	overflow:hidden;
	}

/*雛形イベントページ用SP*/
/*3アイテム eventテンプレ用*/
.js-item-carousel-slim {
	width:100%;
	margin:0 auto !important;
	box-sizing:border-box;}
.js-item-carousel-slim .item-block {
    padding-bottom: 8rem !important;
    padding-right: 30px;
}
.js-item-carousel-slim .item-link-btn {
    width: 82%;
}
.item-only-store-btn {
    width: 88%;
	/*margin-top: 1.8rem;*/
	margin-top: 1.8rem !important;/*200617*/
	height: 40px;
    font-size: 1.4rem;
	color: #595959;
	display: flex;
    -webkit-box-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
    cursor: default;
	background:#E5E5E5;
	margin: 0 auto 4rem;
}
.article-body .three-item-slim-wrap .item-list-container {
    -ms-flex-wrap: nowrap !important;
     flex-wrap: nowrap !important;
     overflow-x: visible !important;
     margin-left: 0px !important;
	     display: block;
}
.three-item-slim {
	width:100%;
	margin:0 auto !important;
	box-sizing:border-box;}
.three-item-slim .item-block,
.three-item-slim .item-block:first-child,
.three-item-slim .item-block:last-child {
    padding-bottom: 8rem !important;
    padding-right: 0px;
	width:100%;
	margin-left:0 !important;
}
.three-item-slim .item-link-btn {
    width: 82%;
}
.three-item-slim .item-only-store-btn {
    width: 88%;
	    margin-top: 1.8rem;
	height: 40px;
    font-size: 1.4rem;
	color: #595959;
	display: flex;
    -webkit-box-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
    cursor: default;
	background:#E5E5E5;
	margin: 0 auto 4rem;
}
.article-section-feature-share {
	text-align:center !important;
	}
.article-section-feature-share h2 {
	text-align:center !important;
	}
.article-section-feature-share a {
	margin:0 30px 0;}
.article-section-feature-share img {
	width:10%;}

/*注目のイベントテンプレ用*/
.featured-events-area {
	width:100%;
	display:table;
	background:#f6f6f6;
	margin:0 auto 6.5rem;
	padding:0;}
.featured-events-area h2 {
font-weight: bold;
font-size: 18px;
line-height: 137%;
margin-bottom:20px;
text-align:left;}

.featured-events-ph {
	display: block;
	width:100%;
	margin:0;
	padding:0;
	}
.featured-events-ph img {
	width:100%;
	}
.featured-events-txt-wrap {
	vertical-align:middle;
	display: block;
	line-height: 180%;
	padding:5%;
	}
.featured-events-txt {
	width:100%;
	text-align:left;
	margin:0 auto;
	}

.featured-events-see-details {
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	align-items: center;
	text-align: center;
	text-decoration-line: underline;
	text-align:center;
	margin-top:2rem;
	}
.pageEvent-txt{
	text-align:left !important;}
.pageEvent-txt-l{
	text-align:left !important;}
.pageEvent .l-title-wrap{
	text-align:left !important;}
	/*one-column-store-info*/
.one-column-item-store-info-wrap {
	margin: 0 auto 10rem;
	width: 100%;
}
.one-column-item-store-info-wrap .content-inner {
	max-width: 100%;
}
.one-column-item-store-info {
	margin: 0 auto;
}
.one-column-item-store-info li {
	display: block;
	padding: 0;
	margin: 0 auto;
}
.one-column-item-store-info .circle-pic img {
	width:30%
}
.one-column-item-store-info-pic {
	margin: 0 auto 2.0rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.one-column-item-store-info .one-column-item-store-info-pic {
	margin: 0 auto 2.0rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.one-column-item-store-info-pic img {
	max-width:100%;
	/*border-radius:50%;*/
}
.one-column-item-store-info-name-wrap {
	display: block;
    margin-bottom: 2.0rem;
    text-align: center;}
.one-column-item-store-info-name-wrap .insta-icon {
	vertical-align:inherit;
	display: block;
	padding-top:10px;
}
.one-column-item-store-info-name-wrap img {
	vertical-align: text-bottom;
	width:10%;
	margin:0;
	padding:0;}
.one-column-item-store-info-name {
	margin: 0 auto 1rem;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: left;
	vertical-align:middle;
	display: block;
}

.one-column-item-store-info-txt {
	text-align: left;
	margin-bottom: 3.0rem;
	font-size:1.4rem;
}
.one-column-item-store-info-txt .isetan-icon {
	padding: 10px 10px 10px 0px;
    line-height: 2.5;
}
.one-column-item-store-info-txt .isetan-icon img {
	width:20% !important;
}
.one-column-item-store-info-txt .mitsukoshi-icon {
	padding: 10px 10px 10px 0px;
    line-height: 2.1;
}
.one-column-item-store-info-txt .mitsukoshi-icon img {
	width:30% !important;
}
.one-column-item-store-btn-white {
    width: 100% !important;
}
.one-column-item-store-btn-white .store-plain-btn {
	width:100%;}
.one-column-item-store-btn-white .store-plain-btn a {
    background-color: #FFFFFF !important;
    color: #2c2c2c !important;
    width: 100% !important;

	display:block;
	padding:1.0rem 0;
    border: 1px solid #8d8d8d;
    font-size: 1.4rem;
    margin: 0 auto 0rem;
    white-space: nowrap;
    text-align: center;
	text-decoration:none;
}
.one-column-item-store-btn-white .store-plain-btn a:after {
    content: "\e907";
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
	padding-left:2rem;
}

/*みやげページ使用*/
.miyage-two-column-item {
	display:block;
	}
.miyage-item-only-store-btn {
    width: 90%;
    margin: 0rem auto 0;
	height: 42px;
    font-size: 1.4rem;
	color: #595959;
	display: flex;
    -webkit-box-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
    cursor: default;
	background:#E5E5E5;
}
.img-auto {
	width: auto !important;}
.one-column-item img.img-auto {
	width: auto !important;}

.style-css-reset-wrap-sp .js-item-carousel-slim .item-block,
.style-css-reset-wrap-sp .js-item-carousel .item-block,
.style-css-reset-wrap-sp .item-block {
	margin-top:0 !important;
	padding-bottom:0 !important;
}
/*変更指示*/
.article-body [class^="article-section-"] {
	padding: 0;
	}
/*変更指示*/
.style-css-reset-wrap-sp [class^="article-section-"] {
	padding: 0 0 2rem;
	}

.style-css-reset-wrap-sp .item-list-container {
    margin-top:0 !important;
}
.article-feature-detail .article-detail-main-margin {
	margin-top:7rem !important;}
/*ライブコマースSP表示(仮)*/
.m_livearea div {
	float: none !important;
    margin: 0 0 20px !important;
}
.article-feature-top h2.sp-mb0[class^="section-title"] {
	margin-bottom:0 !important;}
.sp-mb0-ml0 {
	margin-bottom:0 !important;
	margin-left:0;
	}
/*200519*/
	.pagewrap-feature-free #PRODUCT_LIST00 .item-list-container {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.pagewrap-feature-free .article-section .item-block {
    -ms-flex-preferred-size: calc(100% - 8rem);
    flex-basis: calc(100% - 8rem);
    width: calc(100% - 8rem);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 2.4rem;
    margin-top: 2.4rem;
}
.article-section-relation .column-5.products-item .item-block .item-image, .item-column-5.products-item .item-block .item-image {
    padding-top: 66.6667%;
    overflow: hidden;
}
.column-4.products-item .item-block .item-image, .item-column-4.products-item .item-block .item-image {
    /*padding-top: 130%;*//*200520*/
	padding-top: 120%;
}
.article-section-attention-brand .item-block .item-image {
    /*padding-top: 0%; 200604*/
    background-color: #f6f6f6;
}
/*200519*/
#PRODUCT_LIST00 .item-link-btn { margin-left:1rem;}
.shopinfo-tem-mb40 {
	margin-top: 20px !important;
	margin-bottom:40px !important;}
/*200616*/
.content-api-area h5.item-name {
 padding-top:6px !important;
}
.content-api-area h5.item-name a {
 font-size:12px;
 font-weight:bold;
}
.article-section-attention-brand .brand-image-thumb-main-oneitem {
    width: 100% !important;
}
.list-slider .column-3 .item-list-container, .list-slider .item-column-3 .item-list-container {
    /*margin-left: -59px !important;*/
    margin-right: -16px;
    -webkit-transform: translateX(-50vw) translateX(115px) translateX(16px);
    transform: translateX(-50vw) translateX(115px) translateX(16px);
    text-shadow: 0 0 black;
}
.article-feature-detail .article-body .article-header-title {
    margin: 1rem auto 2.8rem !important;
}
.article-feature-detail .article-body .article-header-title {
    margin: 1rem auto 2.8rem !important;
}
.feature-article-custom .article .content-asset.pt40 {
	padding-top:15px !important;}
.article-module-free ol li {
    /*text-indent: -16px;
    margin-left: 30px;*/
	text-indent: -15px;
    margin-left: 26px;
}
}
/*SP*/




 .plain-btn {
	 box-sizing:border-box;
	 /*height:4.2rem;*//*200513変更*/
	 height: auto; /*200513変更*/
	 padding:0 !important;
 }

.plain-btn a {
    box-sizing: border-box;
	/*padding: 0.8rem 0 0 !important;*//*200513変更*/
    padding: 1rem 0 !important;/*200513追加*/
    display: block;
    color: #fff;
    text-decoration: none !important;
    width: 100%;
    height: 4.2rem;
    vertical-align: middle;
    width: 100%;/*200513追加*/
    height: auto;/*200513追加*/
}
.mi-mark {
    margin-left: 5px;
    display: inline-block;
    width: 20px;
    line-height: 1!important;
}
/*.one-column-item-wrap .plain-btn a {
	 padding:1rem 0 0 !important;
}

.two-column-item-wrap .plain-btn a {
	 padding:1rem 0 0 !important;
}*/

.plain-btn a:hover {
	color:#000;
}

@media (min-width: 560px) {
.js-item-carousel {
	margin-bottom:0rem !important;

}
}

.content-asset .icon-blank {
	color:#8d8d8d;}

.mb30 {
	margin-bottom:30px;}

@media (min-width: 560px) {
figure {
	margin-bottom:0px;
}
}

figure img {
	margin-bottom:0px;
	width:100%;
}


/*feature-article-foodieからfeature-article-customここから*/

.feature-article-custom .article .content-asset h3 { margin-top: 3rem; font-size: 1.8rem }
.feature-article-custom .article .content-asset ol,
.feature-article-custom .article .content-asset ul { margin-top: 1rem; font-size: 1.6rem }
.feature-article-custom .article .content-asset ol,
.feature-article-custom .article .content-asset ul { margin-top: 1rem; font-size: 1.6rem }
.feature-article-custom .article .content-asset ol li+li,
.feature-article-custom .article .content-asset ul li+li { margin-top: .5rem }
.feature-article-custom .article .content-asset ol li+li,
.feature-article-custom .article .content-asset ul li+li { margin-top: .5rem }
.feature-article-custom .article .content-asset ul li { text-indent: -15px; margin-left: 15px }
.feature-article-custom .article .content-asset ul li:before { content: ''; display: inline-block; width: 7px; height: 7px; background: #6db9c4; vertical-align: middle; margin-right: 8px }
.feature-article-custom .article .content-asset ol li { text-indent: -10px; margin-left: 20px }
.feature-article-custom .article .content-asset ol li:before { counter-increment: number; content: counter(number) "."; display: inline-block; width: 10px; color: #6db9c4 }
.feature-article-custom .article .content-asset ol { counter-reset: number }
.feature-article-custom .article .content-asset .box-blue p img { width: 100% }
.feature-article-custom .article .content-asset .box-blue h3 { font-size: 3rem; color: #595959; font-weight: 700; line-height: 130% }

@media (min-width:960px) {
.feature-article-custom .article .article-body { width: 1080px !important; }
.feature-article-custom .article .breadcrumbs { padding-top: 3.5rem }
}
.feature-article-custom .article .content-asset { max-width: 680px; margin: 2rem auto 0; padding-top: 20px !important; }
.feature-article-custom .article .content-asset>* { margin: 2.8rem auto 0; font-size: 1.6rem }
@media (max-width: 559px) {
.feature-article-custom .article .content-asset { margin: 5rem auto 0 }
}
@media (min-width:960px) {
.feature-article-custom .article .content-asset>* { width: 680px }
}
.feature-article-custom .article .content-asset>time { width: auto; margin: 0; font-size: 1.4rem }
.feature-article-custom .article .content-asset>h1 { width: auto; font-size: 1.8rem; line-height: 156%; margin: .6rem auto 3.6rem }
.feature-article-custom .article .content-asset p { font-size: 1.6rem; line-height: 180% }
.feature-article-custom .article .content-asset p.article-custom-txt { font-size: 1.2rem; margin-top:1rem !important; }
.article-custom-txt { font-size: 1.2rem; margin-top:1rem !important; }
.feature-article-custom .article .content-asset p img { width: 100%; display: block; margin: 0 auto }
.feature-article-custom .article .content-asset h2 { margin-top: 5rem; font-size: 1.8rem }
.feature-article-custom .article .content-asset .box-blue { margin-top: 7.6rem; margin-bottom: 5.6rem; font-size: 1.4rem; color: #8d8d8d }
.feature-article-custom .article .content-asset .box-blue p { margin: 0 auto; width: 120px; height: 120px; border-radius: 50%; overflow: hidden; 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 }
.feature-article-custom .article .content-asset .box-blue h3 { margin-top: 3.6rem; margin-bottom: .8rem }

/*feature-article-foodieからfeature-article-customここまで*/


/*プロフィール下に「※テキスト」を置く場合*/
.content-asset .curator-profile-info {
		margin:0;
	}


.img-w100 {
	margin: 0 auto;
    max-width: 1080px;
    text-align: center;}
.img-w1440 {
	margin: 0 auto;
    max-width: 1440px;
    text-align: center;}
.img-w100 img {
	width:100%;}
.img-w1440 img {
	width:100%;}
.blank_shop_info {
	font-size:1.6rem;
	}
.blank_shop_info h2 {
	font-size:1.6rem;
	}
.plain-btn + .plain-btn {
	margin-top:0px;
	}
.mt0 {
	margin-top:0 !important;}
.mb0 {
	margin-bottom:0 !important;}
.pt0 {
	padding-top:0 !important;}
.pt10 {
	padding-top:10px !important;}



/*キッズアイコン調整*/
.article-section-attention-brand .item-caption-area {
    display: -webkit-box !important;
}

.movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; /* 現プレイヤーでは不要？ */
    height: 0;
    overflow: hidden;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 560px) {
.article-feature-detail .article-body .content-asset {
    margin: 0 auto 5.6rem;
}
}


/*rss(ショップニュース用)*/
@media (min-width: 560px) {
#rss_feed .item-block {
/*height:auto !important;*/
}
#rss_feed .item-image-wrap {
width: 197px;
height: 167px;
overflow: hidden;
}
#rss_feed .item-block .item-image {
    position: relative;
    width: 197px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 167px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
   background-color: #fff;
}
.rss-feed-custom {
display: table-cell;
vertical-align: middle;
}
.rss-feed-custom img {
vertical-align:middle;
width: 100%;
max-height: 167px;
width:98% !important;
}
}
@media (max-width: 559px) {
#rss_feed .item-image-wrap {
    width: 148px;
    height: 128px;
    margin-bottom:10px;
}
}
/*rss(ショップニュース用)*/

/*アイコン関連200709*/
.label-sale {
     color: #FFF;
    background: #BC5561;
    /*width: 41px;*/
	width: 48px;
    height: 16px;
    line-height: 1.4;
    /*padding: 0px 0px 0px 8px;*/
    margin-top: 2px;
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
	text-align:center;
}

.label-new {
    color: #FFF;
    background: #2c2c2c;
    /*width: 35px;*/
	width: 42px;
    height: 16px;
    line-height: 1.4;
    /*padding: 0px 0px 0px 8px;*/
    margin-top: 2px;
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
margin-right: 2px;
text-align:center;
}

.label-soldout {
color: #BC5561;
    margin-top: 2px;
    font-weight: bold;
}

.label-soldout:before {
content:"×";
}
.price-area {
    height: 60px !important;
}
/*/*アイコン関連200709*/

/*アイコンIE11用*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .label-sale { height: 15px; padding:2px 0 0 0px; width:46px;} /* IE11 */
*::-ms-backdrop, .label-new { height: 15px; padding:2px 0 0 0px; width:46px;} /* IE11 */

/*3カラム用*/
﻿*::-ms-backdrop, .pagewrap-feature-free .article-body .article-section .item-block {
  width: calc(33.3333% - 5.2rem) !important;
  margin: 60px 25px 0 !important;
  padding: 0 0 56px !important;
}
}
/*/*アイコンIE11用*/

/*コンテンツAPI用*/
.content-api-area h5.item-name {
 padding-top:12px;
}
.content-api-area h5.item-name a {
 font-size:12px;
 font-weight:bold;
}
@media (max-width: 559px) {
.content-api-area h5.item-name {
 padding-top:6px !important;
}
}
/*/*コンテンツAPI用*/

.article-section-table-cont ol li a {
	color:#2c2c2c !important;
	font-weight:400 !important;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .contentapi-img-h .item-block .item-image img {
	max-height:166px ; } /* IE11 */
}

/*ちらつき処理*/
.article-section-attention-brand .item-image a::before {
    background: none;
}

/*ボタングレー*/
.gray-item-link-btn {
	color: #ffffff !important;
    background-color: #595959 !important;
	border: solid 1px #595959 !important;
	}

  /*2023*/
  .mb-p12-s10 span.impact {
    font-weight: bold;
    color:#FF0000;
  }
