@charset "UTF-8";
:root {
  --imgpath: "../../img/design/";
  --scroll-x: 0;
  --notice-height: 0;
  --menu-height: 139px;
  --gnav-height: 42px;
  --header-height: 139px;
  --header-shrinkheight: 70px;
}

body {
  font-family: "-apple-system, BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  color: #323232;
}
[data-browse-mode=P] body {
  min-width: 1260px;
  font-size: 14px;
}

[data-browse-mode=S] body {
  min-width: 360px;
  font-size: 13px;
}

body.is-fixed {
  overflow: hidden;
}

iframe,
img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #323232;
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
[data-browse-mode=P] a:hover {
  opacity: 0.75;
}

a:focus {
  outline-color: rgba(221, 195, 108, 0.5);
  outline-width: thin;
}
a:hover {
  text-decoration: none;
}

.cmn-wrapper input[type=text],
.cmn-wrapper input[type=tel],
.cmn-wrapper input[type=email],
.cmn-wrapper input[type=search],
.cmn-wrapper input[type=password],
.cmn-wrapper input[type=url],
.cmn-wrapper input[type=number],
.cmn-wrapper select,
.cmn-wrapper textarea {
  border: 1px solid #e5e5e5;
}

button:focus, input:focus, select:focus, textarea:focus {
  outline-color: rgba(221, 195, 108, 0.5);
  outline-width: thin;
}

input {
  accent-color: #323232;
}

.is-hidden {
  display: none;
}

.container .pane-order-contents {
  background-color: #fff;
  border: 1px solid #eee;
}
.container .pane-left-menu {
  width: 200px;
  margin: 0 50px 0 0;
}
.container .pane-main {
  width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 25px;
}
.container .pane-main [class^=block-][class$=page] .splide__track,
.container .pane-main [class$=page--goods] .splide__track {
  margin: 40px 0;
}
.container .pane-main [class^=block-][class$=page] .splide__list,
.container .pane-main [class$=page--goods] .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
.container .pane-main [class^=block-][class$=page] .splide__list .listitem,
.container .pane-main [class$=page--goods] .splide__list .listitem {
  width: 200px;
}
.container .pane-left-menu + .pane-main {
  width: 950px;
  padding: 0;
  margin-top: 0;
}

.pane-topic-path {
  background-color: transparent;
  border-bottom: 0 none;
}

h1,
.h1 {
  font-size: 26px;
  font-weight: bold;
}
h1:first-child,
.h1:first-child {
  margin-top: 0;
}

h2,
.h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #323232;
  border-bottom: 0 none;
}
h2:not(:first-child),
.h2:not(:first-child) {
  margin-top: 14px;
}

.block-order-method h2,
.block-order-estimate h2 {
  padding: 0;
  margin: 36px 0 18px;
}

h3,
.h3 {
  margin: 0 0 10px;
  font-weight: bold;
  color: #323232;
  border-bottom: 0 none;
}
h3:not(:first-child),
.h3:not(:first-child) {
  margin-top: 10px;
}

h4,
.h4 {
  font-weight: bold;
  color: #323232;
}

h5,
.h5 {
  font-weight: bold;
}

input[type=submit],
input[type=button] {
  padding: 6px 12px;
  text-align: center;
  border-radius: 4px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background-color: #fff;
  border: 1px solid #323232;
  border-radius: 4px;
}
.btn.block-jscart--delete-btn {
  min-height: initial;
}

.btn-default, .btn-default[type=submit], .btn-default[type=button] {
  color: #323232;
  border: 1px solid #323232;
}
.pane-order-contents .btn-default {
  min-height: initial;
}

.btn-primary, .btn-primary[type=submit], .btn-primary[type=button] {
  background-color: #a28d46;
  border: 1px solid #a28d46;
}

.btn-secondary, .btn-secondary[type=submit], .btn-secondary[type=button] {
  color: #fff;
  background-color: #999;
  border: 1px solid #999;
}

.btn-danger, .btn-danger[type=submit], .btn-danger[type=button] {
  border: solid 1px #c30;
}

.btn:active,
.btn.active {
  color: #fff;
  background-color: #323232;
}

.btn.disabled, .btn.disabled[type=submit], .btn.disabled[type=button],
.btn[disabled],
.btn[disabled][type=submit],
.btn[disabled][type=button],
.btn.disabled:hover,
.btn.disabled:hover[type=submit],
.btn.disabled:hover[type=button],
.btn[disabled]:hover,
.btn[disabled]:hover[type=submit],
.btn[disabled]:hover[type=button],
.btn.disabled:active,
.btn.disabled:active[type=submit],
.btn.disabled:active[type=button],
.btn[disabled]:active,
.btn[disabled]:active[type=submit],
.btn[disabled]:active[type=button] {
  color: #fff;
  background-color: #878787;
  border: 1px solid #878787;
}

.badge {
  min-width: 22px;
  padding: 4px 6px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background-color: #e21836;
  border-radius: 12px;
}

.price,
.default-price,
.net-price,
.exchange-price {
  font-family: "Roboto", sans-serif;
  font-size: 116%;
  line-height: 1.5;
}
.price::after,
.default-price::after,
.net-price::after,
.exchange-price::after {
  font-size: 74%;
}

.pager {
  text-align: center;
}
.pager > * {
  vertical-align: middle;
}

textarea {
  line-height: 1.6;
}

.block-cart--rule {
  font-weight: bold;
}

body .cmn-wrapper .block-calendar {
  max-width: 100%;
  padding: 0;
  margin-top: 36px;
  margin-bottom: 36px;
  text-align: left;
  background-color: transparent;
}
body .cmn-wrapper .block-calendar > p {
  padding: 0;
  margin-top: 6px;
}
body .cmn-wrapper .block-calendar > p .closed-notice {
  position: relative;
  text-indent: 20px;
  color: #222;
}
body .cmn-wrapper .block-calendar > p .closed-notice::before {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 4px;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fcc;
}
body .cmn-wrapper .block-calendar .block-calendar-title {
  margin-bottom: 10px;
}
body .cmn-wrapper .block-calendar .block-calendar-slide-area {
  padding: 0;
  text-align: center;
}
body .cmn-wrapper .block-calendar .block-calendar-slide-area-wrapper {
  display: block;
  width: 100% !important;
  max-height: initial;
  overflow: hidden;
}
body .cmn-wrapper .block-calendar .block-calendar-prev,
body .cmn-wrapper .block-calendar .block-calendar-next {
  display: none;
}
body .cmn-wrapper .block-calendar .block-calendar-slide-area + .block-calendar-slide-area {
  margin-top: 10px;
}
body .cmn-wrapper .block-calendar .block-calendar-month-area {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #6e6e6e;
}
body .cmn-wrapper .block-calendar .block-calendar-month {
  font-weight: normal;
  font-weight: bold;
  letter-spacing: 0;
}
body .cmn-wrapper .block-calendar .block-calendar-month b {
  padding-right: 0;
  font-size: inherit;
  letter-spacing: 0;
}
body .cmn-wrapper .block-calendar table {
  background-color: #fff;
}
body .cmn-wrapper .block-calendar table th {
  font-size: 12px;
  color: #94999b;
  text-align: center;
  border: 1px solid #fafafa;
}
body .cmn-wrapper .block-calendar table td {
  height: auto;
  padding: 3px 0;
  font-size: 10px;
  border: 1px solid #fafafa;
}
body .cmn-wrapper .block-calendar table td.is-closed {
  background: #fcc;
}
body .cmn-wrapper .block-calendar table td.is-closed span {
  color: #222;
}
body .cmn-wrapper .block-calendar table td span {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 10px;
}
.cmn-articles_hdg {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.75;
}
.cmn-articles_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 13px;
  margin-top: 30px;
}
.cmn-articles_item {
  width: 100%;
}
.cmn-articles_date {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.6923076923;
}
.cmn-articles_ttl {
  font-size: 14px;
  line-height: 1.4285714286;
}

.cmn-wrapper {
  position: relative;
  padding-top: 139px;
  background-color: #f8f8f7;
}
.is-loaded .cmn-wrapper {
  padding-top: calc(var(--menu-height) + var(--notice-height));
}
.page-menu .cmn-wrapper, .page-custdest .cmn-wrapper, .page-mag .cmn-wrapper, .page-passchange .cmn-wrapper, .page-customer .cmn-wrapper, .page-history .cmn-wrapper, .page-historydetail .cmn-wrapper, .page-pointlist .cmn-wrapper, .page-couponlist .cmn-wrapper, .page-contact .cmn-wrapper, .page-goodsagree .cmn-wrapper, .page-login.is-nonav .cmn-wrapper, .page-cart .cmn-wrapper, .page-method .cmn-wrapper, .page-estimate .cmn-wrapper {
  background-color: #fff;
}
.page-login.is-nonav .cmn-wrapper, .page-goodsagree .cmn-wrapper, .page-cart .cmn-wrapper, .page-method .cmn-wrapper, .page-estimate .cmn-wrapper {
  padding-top: 70px;
}

.cmn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.cmn-leftmenu {
  width: 200px;
}

.cmn-main {
  width: 100%;
}

.cmn-leftmenu + .cmn-main {
  width: 950px;
}

.cmn-inner {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.cmn-breadcrumb {
  padding: 0;
  margin: 25px 0 40px;
}

.block-topic-path,
.cmn-breadcrumb {
  font-size: 12px;
  line-height: 1.4;
}
.block-topic-path .cmn-breadcrumb_list + .block-topic-path .cmn-breadcrumb_list,
.block-topic-path .cmn-breadcrumb_list + .cmn-breadcrumb .cmn-breadcrumb_list,
.cmn-breadcrumb .cmn-breadcrumb_list + .block-topic-path .cmn-breadcrumb_list,
.cmn-breadcrumb .cmn-breadcrumb_list + .cmn-breadcrumb .cmn-breadcrumb_list {
  margin-top: 8px;
}
.block-topic-path .cmn-breadcrumb_list li,
.cmn-breadcrumb .cmn-breadcrumb_list li {
  display: inline-block;
  padding-right: 12px;
  margin-right: 4px;
  background: url("../../img/design/icn/arrow-breadcrumb.svg") 100% 50% no-repeat;
  background-size: 5px;
  font-size: 12px;
  line-height: 1.5;
}
.block-topic-path .cmn-breadcrumb_list li:last-child,
.cmn-breadcrumb .cmn-breadcrumb_list li:last-child {
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}
.block-topic-path .cmn-breadcrumb_list li:last-child a,
.cmn-breadcrumb .cmn-breadcrumb_list li:last-child a {
  color: #000;
}
.block-topic-path .cmn-breadcrumb_list li a,
.cmn-breadcrumb .cmn-breadcrumb_list li a {
  color: #999;
}

.cmn-hr {
  margin: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}

.cmn-indentlist li {
  padding-left: 1em;
  text-indent: -1em;
}

.cmn-notelist li {
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
}
.cmn-notelist li + li {
  margin-top: 0.25em;
}

.cmn-note {
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
}
.cmn-note + .cmn-note {
  margin-top: 0.3em;
}

.cmn-hdgwrap {
  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;
}

.cmn-hdgwrap--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}

.cmn-hdg,
.cmn-hdg--bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.cmn-hdg span,
.cmn-hdg--bd span {
  font-size: 26px;
  line-height: 1.3846153846;
}
.cmn-hdg small,
.cmn-hdg--bd small {
  padding-top: 2px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.0769230769;
}
.cmn-hdg .cmn-hdg_small,
.cmn-hdg--bd .cmn-hdg_small {
  font-size: 18px;
}
.cmn-hdgwrap .cmn-hdg, .cmn-hdgwrap--center .cmn-hdg,
.cmn-hdgwrap .cmn-hdg--bd,
.cmn-hdgwrap--center .cmn-hdg--bd {
  margin-bottom: 0;
}

.cmn-hdg--bd {
  position: relative;
  gap: 10px;
  padding: 0 0 15px;
  margin-bottom: 35px;
}
.cmn-hdg--bd::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 90px;
  content: "";
  border-bottom: 3px solid #a28d46;
}
.cmn-hdg--bd small {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #a28d46;
}

.cmn-hdg--s {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.75;
}

.cmn-hdg--xs {
  padding: 0 0 0 8px;
  margin-bottom: 20px;
  font-weight: bold;
  border-left: 3px solid #323232;
  font-size: 16px;
  line-height: 1;
}

.cmn-hdg_viewall {
  display: block;
  padding: 0 12px 0 0;
  text-decoration: underline;
  background: url("../../img/design/icn/arrow-link.svg") 100% 50% no-repeat;
  background-size: 5px;
}

.cmn-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.cmn-btn--primary, .cmn-btn--gray, .cmn-btn[type=submit],
.cmn-btn--dark, .cmn-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  background-color: transparent;
  border: 1px transparent;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
.cmn-btn--primary span, .cmn-btn--gray span, .cmn-btn[type=submit] span,
.cmn-btn--dark span, .cmn-btn span {
  font-weight: bold;
}
[data-browse-mode=P] .cmn-btn--primary:hover, [data-browse-mode=P] .cmn-btn--gray:hover,
[data-browse-mode=P] .cmn-btn--dark:hover, [data-browse-mode=P] .cmn-btn:hover {
  opacity: 0.75;
}

.cmn-btn {
  border: 1px solid #e5e5e5;
}
.cmn-btn.is-active {
  color: #fff;
  background-color: #323232;
  border: 1px solid #323232;
}

.cmn-btn[type=submit],
.cmn-btn--dark {
  color: #fff;
  background-color: #323232;
  border: 1px solid #323232;
}

.cmn-btn--gray {
  color: #878787;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}
.cmn-btn--gray.is-active {
  color: #fff;
  background-color: #323232;
  border: 1px solid #323232;
}

.cmn-btn--primary {
  color: #fff;
  background-color: #a28d46;
  border: 1px solid #a28d46;
}

.cmn-price--default, .cmn-price--current, .cmn-price {
  line-height: 1;
}
.cmn-price--default strong, .cmn-price--current strong, .cmn-price strong {
  font-family: "Roboto", sans-serif;
}
.cmn-price--default small, .cmn-price--current small, .cmn-price small {
  margin-left: 2px;
  font-size: 10px;
}

.cmn-price strong {
  font-weight: bold;
  line-height: 1.2;
}
.cmn-price.is-discount {
  text-align: right;
}
.cmn-price.is-discount .block-goods-price--on-sales-comment {
  color: #000;
}
.cmn-price.is-discount > strong {
  margin-left: 0.2em;
  color: #e21836;
}
.cmn-price.is-discount .default-price {
  margin-top: 3px;
}
.cmn-price.is-discount .default-price strong {
  font-size: 20px;
}
.cmn-price.is-discount .default-price small {
  font-size: 12px;
}

.cmn-price--current strong {
  font-size: 22px;
  font-weight: bold;
}

.cmn-price--default {
  color: #878787;
}
.cmn-price--default strong {
  font-size: 16px;
  font-weight: 500;
}

.cmn-input input[type=checkbox],
.cmn-input input[type=radio],
.cmn-input--check input[type=checkbox],
.cmn-input--check input[type=radio],
.cmn-input--checkbtn input[type=checkbox],
.cmn-input--checkbtn input[type=radio] {
  margin-right: 0;
}

.cmn-input--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn-input--checkbtn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  overflow: hidden;
  -webkit-transition: height 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: height 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.cmn-input--checkbtn {
  position: relative;
}
.cmn-input--checkbtn input[type=checkbox],
.cmn-input--checkbtn input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cmn-input--checkbtn label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  padding: 4px 14px;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}
.cmn-input--checkbtn input:checked + label {
  color: #fff;
  background-color: #323232;
}
.cmn-input--checkbtn input:focus-within + label {
  outline: -webkit-focus-ring-color auto 1px;
}

.cmn-input--color-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}

.cmn-input--color {
  position: relative;
}
.cmn-input--color input {
  position: absolute;
  opacity: 0;
}
.cmn-input--color label {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}
.cmn-input--color label::before {
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  margin-bottom: 6px;
  overflow: hidden;
  content: "";
  border-radius: 50%;
}
.cmn-input--color label::after {
  position: absolute;
  top: 10px;
  left: 50%;
  display: block;
  width: 12px;
  height: 8px;
  visibility: hidden;
  content: "";
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: translateX(-51%) rotate(-45deg);
          transform: translateX(-51%) rotate(-45deg);
}
.cmn-input--color input:checked + label::after {
  visibility: visible;
}
.cmn-input--color input:focus-within + label {
  outline: -webkit-focus-ring-color auto 1px;
}
.cmn-input--color-white label::before {
  background: #fff;
  background-size: 100%;
  border: 1px solid #ccc;
}
.cmn-input--color-black label::before {
  background: #000;
  background-size: 100%;
}
.cmn-input--color-black input:checked + label::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.cmn-input--color-gray label::before {
  background: #d0d0d0;
  background-size: 100%;
}
.cmn-input--color-brown label::before {
  background: #774b25;
  background-size: 100%;
}
.cmn-input--color-brown input:checked + label::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.cmn-input--color-silver label::before {
  background: linear-gradient(315deg, rgb(229, 229, 229) 10%, rgb(170, 170, 170) 50%, rgb(229, 229, 229) 90%);
  background-size: 100%;
}
.cmn-input--color-gold label::before {
  background: linear-gradient(315deg, rgb(235, 213, 139) 10%, rgb(181, 153, 55) 50%, rgb(235, 213, 139) 90%);
  background-size: 100%;
}
.cmn-input--color-baige label::before {
  background: #ddcfb1;
  background-size: 100%;
}
.cmn-input--color-red label::before {
  background: #d03333;
  background-size: 100%;
}
.cmn-input--color-red input:checked + label::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.cmn-input--color-yellow label::before {
  background: #f0d020;
  background-size: 100%;
}
.cmn-input--color-green label::before {
  background: #a6dd5c;
  background-size: 100%;
}
.cmn-input--color-blue label::before {
  background: #60c0dd;
  background-size: 100%;
}
.cmn-input--color-purple label::before {
  background: #a975c4;
  background-size: 100%;
}
.cmn-input--color-pink label::before {
  background: #f79bc5;
  background-size: 100%;
}
.cmn-input--color-other label::before {
  background: linear-gradient(135deg, rgb(208, 51, 51) 10%, rgb(234, 152, 22) 32%, rgb(244, 209, 17) 50%, rgb(166, 221, 92) 68%, rgb(96, 192, 221) 90%);
  background-size: 100%;
}
.cmn-section:not(:first-child) {
  margin-top: 70px;
}
.cmn-section_hdg {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.7692307692;
}
.cmn-section_hdg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 90px;
  height: 3px;
  content: "";
  background-color: #a28d46;
}
.cmn-block + .cmn-block {
  margin-top: 50px;
}
[data-browse-mode=P] .cmn-block_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

[data-browse-mode=P] .cmn-block_flex--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

[data-browse-mode=P] .cmn-block_flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

[data-browse-mode=P] .cmn-block_flex_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 290px;
}

.cmn-block_hdg {
  margin-bottom: 20px;
  font-weight: bold;
  color: #a28d46;
  font-size: 20px;
  line-height: 1.75;
}
.cmn-block_txt {
  font-size: 14px;
  line-height: 1.7142857143;
}

.cmn-footer {
  position: relative;
  z-index: 2;
  margin-top: 120px;
}
.page-brand .cmn-footer {
  margin-top: 0;
}

.cmn-footer-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.cmn-footer-guide {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #eae7e3;
}
.cmn-footer-guide_hdg {
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.cmn-footer-guide_cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.cmn-footer-guide_ttl {
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #d0d0d0;
}
.cmn-footer-guide_txt + .cmn-footer-guide_ttl {
  margin-top: 36px;
}
.cmn-footer-guide_txt {
  font-size: 13px;
}

.cmn-footer-sitemap {
  padding-top: 40px;
  padding-bottom: 12px;
  color: #fff;
  background-color: #323232;
}
.cmn-footer-sitemap a {
  color: #fff;
}
.cmn-footer-sitemap_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmn-footer-sitemap_col {
  min-width: 100px;
}
.cmn-footer-sitemap_ttl {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.cmn-footer-sitemap_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 25px;
  font-size: 12px;
  line-height: 1.6;
}
.cmn-footer-sitemap_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 90px;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}
.cmn-footer-sitemap_links span:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #696969;
}

.cmn-footer-copyright {
  margin-top: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #999;
  text-align: center;
}

.cmn-gnav {
  position: relative;
  background-color: #323232;
  -webkit-transition: height 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: height 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-header-shrink .cmn-gnav {
  height: 0;
  overflow: hidden;
}
.cmn-gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmn-gnav_item {
  z-index: 9;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  -webkit-transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.cmn-gnav_item:hover {
  background-color: #fff;
}
.cmn-gnav_item:hover > a {
  color: #323232;
}
.cmn-gnav_item > a {
  position: relative;
  z-index: 10;
  display: block;
  padding: 14px 8px;
  color: #fff;
}
.cmn-gnav_item > a:hover {
  text-decoration: none;
  opacity: 1;
}
.cmn-gnav_megamenu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  visibility: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.cmn-gnav_item:hover .cmn-gnav_megamenu {
  visibility: visible;
  opacity: 1;
}

.cmn-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  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;
  min-width: 1260px;
  height: calc(var(--menu-height) + var(--notice-height));
  background-color: #fff;
  -webkit-transition: height 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: height 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-loaded .cmn-header {
  left: calc(var(--scroll-x) * -1);
}
.is-nonav.page-login .cmn-header, .page-goodsagree .cmn-header, .page-cart .cmn-header, .page-method .cmn-header, .page-estimate .cmn-header, .is-header-shrink .cmn-header {
  height: 70px;
  border-bottom: 1px solid #e5e5e5;
}
.is-nonav.page-login .cmn-header, .page-goodsagree .cmn-header, .page-cart .cmn-header, .page-method .cmn-header, .page-estimate .cmn-header {
  position: absolute;
}
.page-goods .cmn-header {
  position: absolute;
  left: 0;
}
.cmn-header.is-focus {
  overflow: visible;
}

.cmn-header-menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmn-header-menu_logo {
  width: 190px;
  padding: 10px 0;
  -webkit-transition: width 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: width 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.page-login .cmn-header-menu_logo, .page-cart .cmn-header-menu_logo, .page-method .cmn-header-menu_logo, .page-estimate .cmn-header-menu_logo, .is-header-shrink .cmn-header-menu_logo {
  width: 168px;
  overflow: hidden;
}
.cmn-header-menu_logo a {
  display: block;
}
.cmn-header-menu_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cmn-header-menu_nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-transition: height 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: height 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-header-shrink .cmn-header-menu_nav-top {
  height: 0;
  overflow: hidden;
}
.cmn-header-menu_exlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 12px;
  line-height: 1.2;
}
.cmn-header-menu_exlink_sell, .cmn-header-menu_exlink_deposit, .cmn-header-menu_exlink_repair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 32px 6px 14px;
  font-weight: bold;
  color: #fff;
  background: url("../../img/design/icn/arrow-circle_wh.png") calc(100% - 12px) 50% no-repeat;
  background-size: 14px;
  border-radius: 0 0 4px 4px;
}
.cmn-header-menu_exlink_sell:hover, .cmn-header-menu_exlink_deposit:hover, .cmn-header-menu_exlink_repair:hover {
  text-decoration: none;
}
.cmn-header-menu_exlink_sell {
  background-color: #4e7243;
}
.cmn-header-menu_exlink_deposit {
  background-color: #2a499f;
}
.cmn-header-menu_exlink_repair {
  background-color: #5e4428;
}
.cmn-header-menu_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.2;
}
.cmn-header-menu_links a:not(:first-child) {
  padding-left: 7px;
  border-left: 1px solid #dedede;
}
.cmn-header-menu_nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-bottom: 15px;
  -webkit-transition: gap 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: gap 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-header-shrink .cmn-header-menu_nav-bottom {
  gap: 30px;
}
.cmn-header-menu_usermenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-transition: gap 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: gap 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-header-shrink .cmn-header-menu_usermenu {
  gap: 40px;
}
.cmn-header-menu_usermenu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-transition: gap 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: gap 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.cmn-header-menu_usermenu .cmn-header-menu_user {
  position: relative;
}
.cmn-header-menu_usermenu .cmn-header-menu_user a {
  position: relative;
}
.is-header-shrink .cmn-header-menu_usermenu .cmn-header-menu_user::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -21px;
  display: block;
  width: 1px;
  height: 27px;
  margin: auto;
  content: "";
  background-color: #e5e5e5;
}
.cmn-header-menu_usermenu .cmn-header-menu_cart-count {
  position: absolute;
  top: 0;
  left: 14px;
  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;
  width: 18px;
  height: 18px;
  font-size: 9px;
  color: #fff;
  text-align: center;
  background-color: #e21836;
  border-radius: 50%;
}
.cmn-header-menu_usermenu .cmn-header-menu_cart-count:empty {
  display: none;
}
.cmn-header-menu_usermenu .is-shrinkonly {
  display: none;
}
.is-header-shrink .cmn-header-menu_usermenu .is-shrinkonly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.cmn-header-menu_usermenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  text-decoration: none;
}
.is-header-shrink .cmn-header-menu_usermenu a span {
  display: none;
}

.cmn-header-notice {
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background-color: #eaddc6;
  -webkit-transition: height 0.05s cubic-bezier(0.39, 0.575, 0.565, 1), padding 0.05s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: height 0.05s cubic-bezier(0.39, 0.575, 0.565, 1), padding 0.05s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-header-shrink .cmn-header-notice {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.cmn-history {
  margin-top: 100px;
  width: 100%;
}
.cmn-history.block-recent-item {
  width: 100%;
}
.cmn-history_hdg {
  text-align: center;
}
.cmn-history_hdg span {
  font-size: 22px;
  line-height: 2.0909090909;
  font-weight: bold;
}
.cmn-history_hdg small {
  margin-left: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #a28d46;
  font-size: 16px;
  line-height: 1.5625;
}

#goodsdetail_itemhistory {
  margin-top: 100px;
  width: 100%;
}

.cmn-leftmenu_hdg {
  font-size: 17px;
  line-height: 1.4117647059;
  margin-bottom: 16px;
  font-weight: bold;
}
.cmn-leftmenu_block + .cmn-leftmenu_block {
  margin-top: 36px;
}
.cmn-leftmenu_calendar table {
  width: 100%;
  margin: 10px auto 0;
  color: #222;
  text-align: center;
  background: #fff;
}
.cmn-leftmenu_calendar table th, .cmn-leftmenu_calendar table td {
  padding: 3px 0;
  border: 1px solid #FAFAFA;
  font-size: 10px;
}
.cmn-leftmenu_calendar table thead th {
  padding: 0;
  background-color: #6E6E6E;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.cmn-leftmenu_calendar table tbody th {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #94999B;
}
.cmn-leftmenu_calendar_note {
  margin-top: 10px;
  font-size: 11px;
}
.cmn-leftmenu_bnr + .cmn-leftmenu_bnr {
  margin-top: 9px;
}

.cmn-megamenu {
  position: relative;
  width: 1200px;
  padding: 20px 0;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  text-align: left;
}
.cmn-megamenu_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 32px;
}
.cmn-megamenu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn-megamenu_img {
  width: 78px;
  aspect-ratio: 1/1;
}
.cmn-megamenu_ttl strong {
  display: block;
  color: #323232;
}
.cmn-megamenu_ttl small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #878787;
}
.cmn-megamenu_all {
  margin-top: 14px;
  text-align: right;
}
.cmn-megamenu_all a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}
.cmn-megamenu_all a::after {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/arrow-link.svg#arrow-link-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 6px;
  height: 10px;
}

.cmn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.cmn-search_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  height: 36px;
}
.cmn-search_cat {
  position: relative;
  display: none;
  width: 108px;
}
.cmn-search_cat::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/arrow-down_ylw.svg#arrow-down_ylw-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 12px;
  height: 8px;
}
.is-header-shrink .cmn-search_cat {
  display: block;
}
.cmn-search_cat::before {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmn-search_cat select {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
  width: 100%;
  padding: 5px 22px 5px 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.cmn-search_cat select:hover {
  border: 0 none;
}
.cmn-search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmn-search_input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  border: 1px solid #e5e5e5;
  border-right: 0 none;
  border-radius: 2px 0 0 2px;
}
.cmn-search_input input[type=text] {
  width: 340px;
  padding: 4px 5px 4px 10px;
  font-size: 13px;
  border: 0 none;
}
.cmn-search_input input[type=text]:hover {
  border: 0 none;
}
.cmn-search_imgbtn {
  position: absolute;
  top: 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;
  width: 43px;
}
.cmn-search_imgbtn button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn-search_imgbtn_close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cmn-search_submit {
  width: 44px;
  background-color: #323232;
}
.cmn-search_submit button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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;
  width: 100%;
  height: 100%;
}
.cmn-search_status a {
  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;
  height: 100%;
  padding: 4px 15px;
  line-height: 1;
  background-color: #f4f2ef;
  border: 1px solid #d6d0c7;
  border-radius: 2px;
}

.cmn-tabs_nav {
  display: -ms-grid;
  display: grid;
  border-bottom: 1px solid #e5e5e5;
}
.cmn-tabs_nav[data-tabsize="1"] {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.cmn-tabs_nav[data-tabsize="2"] {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.cmn-tabs_nav[data-tabsize="3"] {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.cmn-tabs_nav[data-tabsize="4"] {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.cmn-tabs_nav[data-tabsize="5"] {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.cmn-tabs_nav[data-tabsize="6"] {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
.cmn-tabs_nav[data-tabsize="7"] {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.cmn-tabs_nav[data-tabsize="8"] {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.cmn-tabs_nav[data-tabsize="9"] {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.cmn-tabs_nav[data-tabsize="10"] {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.cmn-tabs_nav[data-tabsize="11"] {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.cmn-tabs_nav--btn {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.cmn-tabs_nav button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 10px 12px;
  margin-bottom: -1px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid transparent;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.cmn-tabs_nav button:hover {
  opacity: 1;
}
.cmn-tabs_nav button.is-active {
  border-bottom: 2px solid #323232;
  opacity: 1;
}
.cmn-tabs_body {
  display: none;
  padding: 15px 20px 20px;
}
.cmn-tabs_body.is-active {
  display: block;
}

.cardlist_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 10px;
}
.cardlist_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 230px;
  padding: 8px 8px 8px 15px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5384615385;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.cardlist_item:hover {
  text-decoration: none;
}
.cardlist_ttl {
  line-height: 1.2;
}
.cardlist_ttl strong {
  display: block;
  font-size: 14px;
}
.cardlist_ttl small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 500;
  color: #878787;
}
.cardlist_img, .cardlist_img--l {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
}
.cardlist_img {
  width: 64px;
}
.cardlist_img--l {
  width: 72px;
}

.splide__arrow {
  -webkit-transition: opacity 0.08s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.08s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.carousel .splide__arrow {
  background: none;
}
.carousel .splide__arrow--prev {
  left: -30px;
}
.carousel .splide__arrow--next {
  right: -30px;
}
.carousel .splide__list, .carousel--wide .splide__list {
  gap: 15px;
}
.carousel--wide .splide__arrow {
  background: none;
}
.carousel--wide .splide__arrow:disabled {
  opacity: 0;
}
.carousel--wide .splide__arrow--prev {
  left: -30px;
}
.carousel--wide .splide__arrow--next {
  right: -30px;
}
.carousel--wide .splide__list {
  gap: 15px;
}
.carousel--goods .splide__arrow {
  background: none;
}
.carousel--goods .splide__arrow:disabled {
  opacity: 0;
}
.carousel--goods .splide__arrow--prev, .carousel--goods .splide__arrow--next {
  width: 32px;
  height: 100px;
  padding: 10px 8px;
}
.carousel--goods .splide__arrow--prev img, .carousel--goods .splide__arrow--next img {
  width: 100%;
  height: 100%;
}
.carousel--goods .splide__arrow--prev {
  left: -35px;
}
.carousel--goods .splide__arrow--next {
  right: -35px;
}
.carousel--goodsthumb .splide__arrows .splide__arrow {
  background: none;
}
.carousel--goodsthumb .splide__arrows .splide__arrow:disabled {
  opacity: 0;
}
.carousel--goodsthumb .splide__arrows .splide__arrow--prev, .carousel--goodsthumb .splide__arrows .splide__arrow--next {
  width: 22px;
  height: 32px;
}
.carousel--goodsthumb .splide__arrows .splide__arrow--prev {
  left: -28px;
}
.carousel--goodsthumb .splide__arrows .splide__arrow--next {
  right: -28px;
}
.carousel--goodsthumb .splide__track > .splide__list > .splide__slide,
.carousel--goodsthumb .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  border: 0 none;
}
.carousel--goodsthumb .splide__track > .splide__list > .splide__slide.is-active::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 3px solid #000;
}

.filter {
  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;
  height: 100%;
}
.filter_contents {
  max-height: calc(100% - 110px);
  padding: 25px 15px 40px;
  overflow-y: scroll;
}
.filter_list:not(:first-child) {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.filter_list--detail:not(:first-child) {
  padding-top: 0;
  border-top: 0;
}
.is-detailfilter .filter_list--detail:not(:first-child) {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.filter_list-acc-btn {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #e5e5e5;
}
.filter_list-acc-btn span {
  position: relative;
  display: block;
}
.filter_list-acc-btn span::after {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/arrow-down.svg#arrow-down-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 12px;
  height: 8px;
}
.filter_list-acc-btn span::after {
  margin: 4px auto 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.filter_list-acc-btn span.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter_list-acc-body {
  display: none;
  margin-top: 40px;
}
.filter_item, .filter_item--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  line-height: 1.6;
}
.filter_item:not(.u-hide) ~ .filter_item:not(.u-hide), .filter_item:not(.u-hide) ~ .filter_item--btns:not(.u-hide), .filter_item--btns:not(.u-hide) ~ .filter_item:not(.u-hide), .filter_item--btns:not(.u-hide) ~ .filter_item--btns:not(.u-hide) {
  margin-top: 20px;
}
.filter_item dt, .filter_item--btns dt {
  width: 94px;
  padding-top: 12px;
  font-size: 13px;
  font-weight: bold;
}
.filter_item dd, .filter_item--btns dd {
  width: calc(100% - 94px - 10px);
  font-size: 13px;
}
.filter_item--btns {
  gap: 30px;
}
.filter_item-notice {
  display: block;
  margin-bottom: 5px;
  color: #878787;
}
.filter_item_hdg {
  padding-top: 12px;
  font-weight: bold;
}
.filter input[type=text],
.filter input[type=num],
.filter input[type=tel] {
  height: 45px;
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.filter_input input[type=text] {
  width: 600px;
}
.filter_input--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter_input--price input[type=text] {
  width: 180px;
}
.filter_input--range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter_input--range input[type=text] {
  width: 100px;
}
.filter_acc-btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 18px;
  margin-top: 14px;
  cursor: pointer;
}
.filter_acc-btn::after {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/arrow-down.svg#arrow-down-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 8px;
  height: 5px;
}
.filter_acc-btn::after {
  position: absolute;
  top: 7px;
  right: 0;
}
.filter_acc-btn.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter_submit {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
}
.filter_selected-cond_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.filter_selected-cond span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 5px 2px 6px;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.filter_selected-cond span i {
  width: 12px;
  height: 12px;
  padding: 3px;
  cursor: pointer;
}
.filter_submit_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0 10px;
}
.filter_submit_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter .listitem_favorite .block-goods-list--favorite--btn::after, .listitem_favorite .filter .block-goods-list--favorite--btn::after,
.filter .listitem_favorite .block-goods-list--favorite-registed--btn::after,
.listitem_favorite .filter .block-goods-list--favorite-registed--btn::after, .filter .listitem_favorite .block-goods-list--favorite--btn i, .listitem_favorite .block-goods-list--favorite--btn .filter i,
.filter .listitem_favorite .block-goods-list--favorite-registed--btn i,
.listitem_favorite .block-goods-list--favorite-registed--btn .filter i, .filter .filter_savecond i::after, .filter_savecond .filter i::after, .filter .filter_savecond i::before, .filter_savecond .filter i::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 17px;
  overflow: hidden;
  font-size: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibilty 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibilty 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.filter_savecond {
  margin-top: 6px;
  font-size: 14px;
}
.filter_savecond a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_savecond span {
  margin-top: 4px;
  text-decoration: underline;
}
.filter_savecond i {
  position: relative;
  width: 20px;
  height: 17px;
}
.filter_savecond i::before {
  visibility: visible;
  content: "";
  background: url("../../../img/design/icn/fav_ol.svg") no-repeat;
  background-size: 20px;
  opacity: 1;
}
.filter_savecond i::after {
  visibility: hidden;
  content: "";
  background: url("../../../img/design/icn/fav.svg") no-repeat;
  background-size: 20px;
  opacity: 0;
}
.filter_savecond a:hover {
  opacity: 1;
}
.filter_savecond a:hover span {
  text-decoration: none;
}
.filter_savecond a:hover i::before {
  visibility: hidden;
  opacity: 0;
}
.filter_savecond a:hover i::after {
  visibility: visible;
  opacity: 1;
}
.filter_submit_btns {
  width: 470px;
}
.filter_submit_btns .cmn-btn,
.filter_submit_btns .cmn-btn--dark {
  width: calc(50% - 5px);
}

.imgsearch {
  position: fixed;
  top: calc(var(--header-height) - var(--gnav-height));
  right: 0;
  left: 0;
  z-index: 99;
  height: calc(var(--vh, 1vh) * 100 - var(--header-height) + var(--gnav-height));
  pointer-events: none;
  visibility: hidden;
  background-color: #f4f2ef;
  border-top: 1px solid #d6d0c7;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-header-shrink .imgsearch {
  top: calc(var(--header-shrinkheight) - 1px);
}
.imgsearch.is-active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.imgsearch::before {
  position: absolute;
  top: -15px;
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 135px;
  content: "";
  background-color: #f4f2ef;
  border-top: 1px solid #d6d0c7;
  border-right: 1px solid #d6d0c7;
  -webkit-transform: scaleY(150%) rotate(-45deg);
          transform: scaleY(150%) rotate(-45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.is-header-shrink .imgsearch::before {
  margin-left: 208px;
}
.imgsearch_contents {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
.imgsearch_close {
  position: fixed;
  top: calc(var(--header-height) - var(--gnav-height) + 20px);
  right: 20px;
  z-index: 2;
  cursor: pointer;
}
.imgsearch_close::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/close.svg#close-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.is-header-shrink .imgsearch_close {
  top: calc(var(--header-shrinkheight) + 50px);
}
.imgsearch_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  max-width: 100%;
  padding: 50px 0 8px;
  margin: auto;
}
.imgsearch_hdgcol {
  width: 250px;
}
.imgsearch_hdg {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.imgsearch_resultcol {
  width: 920px;
  max-width: 100%;
  height: 100%;
}
.imgsearch_resultcol .cmn-tabs_nav {
  border-bottom: 2px solid #dedede;
}
.imgsearch_resultcol .cmn-tabs_nav button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: -2px;
  border-bottom-width: 4px;
}
.imgsearch_resultcol .cmn-tabs_nav button.is-active {
  border-bottom: 4px solid #323232;
}
.imgsearch_result {
  display: none;
}
.imgsearch_result.is-active {
  display: block;
}
.imgsearch_result_filterbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.imgsearch_result_filterbtns button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  appearance: none;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 1.3;
  background-color: #fff;
  border-radius: 30px;
  -webkit-transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.imgsearch_result_filterbtns button:hover, .imgsearch_result_filterbtns button.is-active {
  color: #fff;
  background-color: #323232;
  opacity: 1;
}
.imgsearch_result_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 35px 15px;
  margin-top: 40px;
}

.itemcount {
  font-size: 14px;
  line-height: 1;
}
.itemcount strong {
  margin-right: 2px;
  margin-left: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: bold;
}

.leftmenu-drilldown_item {
  position: relative;
  font-size: 13px;
  line-height: 1.4;
}
.leftmenu-drilldown_item:not(.is-parent):not(:first-child) {
  margin-top: 10px;
}
.leftmenu-drilldown_item .js-acc-btn {
  position: absolute;
  top: 18px;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.leftmenu-drilldown_item .js-acc-btn::before, .leftmenu-drilldown_item .js-acc-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 1px;
  content: "";
  background-color: #000;
  -webkit-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.leftmenu-drilldown_item .js-acc-btn::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.leftmenu-drilldown_item .js-acc-btn::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.leftmenu-drilldown_item .js-acc-btn.is-active::after {
  opacity: 0;
}
.leftmenu-drilldown_item.is-parent {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.leftmenu-drilldown_item.is-parent:first-child {
  border-top: 1px solid #e5e5e5;
}
.leftmenu-drilldown_item a.is-current {
  position: relative;
  font-weight: bold;
  text-decoration: underline;
}
.leftmenu-drilldown-child {
  display: none;
  padding-top: 4px !important;
  padding-left: 10px;
}
.leftmenu-drilldown-child_item {
  position: relative;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
}

.listitem {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  word-break: break-all;
}
.page-top_newarrival_list .listitem, .listpage_list .listitem {
  width: 220px;
}
.splide__list .listitem {
  width: 168px;
}
.listitem_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.listitem_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 5px;
  line-height: 1;
}
.listitem_icon:not(:first-child) {
  margin-top: 10px;
}
.listitem_icon span img {
  height: 21px;
}
#block_of_itemhistory .listitem_meta .listitem_icon {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listitem .block-pickup-list-w--release_dt, .listitem_date {
  font-size: 11px;
}
.splide__list .listitem .block-pickup-list-w--release_dt, .splide__list .listitem_date {
  font-size: 10px;
}
.listitem .js-enhanced-ecommerce-image, .listitem_image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.listitem .js-enhanced-ecommerce-image:not(:first-child), .listitem_image:not(:first-child) {
  margin-top: 10px;
}
.listitem .js-enhanced-ecommerce-image img, .listitem_image img {
  width: 100%;
}
.listitem_brand {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8333333333;
  font-weight: bold;
}
.listitem_name {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.listitem_data {
  margin-top: auto;
}
.listitem_variation {
  font-size: 11px;
  line-height: 1.6363636364;
  color: #878787;
}
.listitem_price {
  padding-right: 38px;
  margin-top: 6px;
}
.listitem_price strong {
  font-size: 17px;
  line-height: 1.2941176471;
}
.is-discount .listitem_price strong {
  color: #e21836;
}
.is-discount .listitem_price.default-price {
  margin-top: 1px;
  font-weight: 500;
}
.is-discount .listitem_price.default-price strong {
  font-weight: 500;
  color: #323232;
  font-size: 14px;
  line-height: 1.3571428571;
}
.listitem_price.is-nostock {
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 13px;
  line-height: 1.1538461538;
}
.listitem_favorite {
  position: absolute;
  right: 10px;
  bottom: 4px;
  width: 20px;
  height: 17px;
}
.listitem_favorite .block-goods-list--favorite--btn::after,
.listitem_favorite .block-goods-list--favorite-registed--btn::after, .listitem_favorite .block-goods-list--favorite--btn i,
.listitem_favorite .block-goods-list--favorite-registed--btn i, .listitem_favorite .filter_savecond i::before, .filter_savecond .listitem_favorite i::before, .listitem_favorite .filter_savecond i::after, .filter_savecond .listitem_favorite i::after {
  display: block;
  width: 20px;
  height: 17px;
  overflow: hidden;
  font-size: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.listitem_favorite .block-goods-list--favorite--btn,
.listitem_favorite .block-goods-list--favorite-registed--btn {
  position: absolute;
  display: block;
}
.listitem_favorite .block-goods-list--favorite--btn i,
.listitem_favorite .block-goods-list--favorite-registed--btn i {
  text-indent: 40px;
  background: url("../../img/design/icn/fav_ol.svg") no-repeat;
  background-size: 20px;
}
.listitem_favorite .block-goods-list--favorite--btn::after,
.listitem_favorite .block-goods-list--favorite-registed--btn::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../../img/design/icn/fav.svg") no-repeat;
  background-size: 20px;
  opacity: 0;
}
.listitem_favorite .block-goods-list--favorite-registed--btn i {
  opacity: 0;
}
.listitem_favorite .block-goods-list--favorite-registed--btn::after {
  opacity: 1;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.modal.is-active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
.modal_inner {
  position: relative;
  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;
  width: 100%;
  max-width: 1000px;
  max-height: calc(var(--vh, 1vh) * 100 - 100px);
  padding: 10px;
  background-color: #323232;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.modal_container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  overscroll-behavior-y: none;
  pointer-events: all;
}
.modal_close {
  position: absolute;
  top: -34px;
  right: 0;
  z-index: 3;
  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;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
[data-browse-mode=P] .modal_close:hover {
  opacity: 0.75;
}

.pagernav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.pagernav_count {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 40px;
}
.pagernav_count_num {
  font-size: 12px;
}
.pagernav_count_num strong {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.pagernav_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 400px);
}
.pagernav_pager_item {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.pagernav_pager_item a,
.pagernav_pager_item span {
  position: relative;
  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;
  width: 32px;
  height: 40px;
}
.pagernav_pager_item a {
  color: #999;
}
.pagernav_pager_item span::after {
  position: absolute;
  right: 3px;
  bottom: 0;
  left: 3px;
  display: block;
  height: 2px;
  content: "";
  background-color: #000;
}
.pagernav_pager_prev a, .pagernav_pager_next a, .pagernav_pager_first a, .pagernav_pager_last a {
  width: 20px;
}

.icn-arrow-breadcrumb {
  display: block;
  line-height: 1;
}
.icn-arrow-breadcrumb::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/arrow-breadcrumb.svg#arrow-breadcrumb-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 5px;
  height: 9px;
}
.icn-arrow-circle_wh {
  display: block;
  line-height: 1;
}
.icn-arrow-circle_wh::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/arrow-circle_wh.svg#arrow-circle_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.icn-arrow-down_gr {
  display: block;
  line-height: 1;
}
.icn-arrow-down_gr::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/arrow-down_gr.svg#arrow-down_gr-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 8px;
  height: 5px;
}
.icn-arrow-down_ylw {
  display: block;
  line-height: 1;
}
.icn-arrow-down_ylw::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/arrow-down_ylw.svg#arrow-down_ylw-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 12px;
  height: 8px;
}
.icn-arrow-down {
  display: block;
  line-height: 1;
}
.icn-arrow-down::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/arrow-down.svg#arrow-down-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 8px;
  height: 5px;
}
.icn-arrow-link {
  display: block;
  line-height: 1;
}
.icn-arrow-link::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/arrow-link.svg#arrow-link-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 6px;
  height: 10px;
}
.icn-calc {
  display: block;
  line-height: 1;
}
.icn-calc::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/calc.svg#calc-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 27px;
}
.icn-carousel-next {
  display: block;
  line-height: 1;
}
.icn-carousel-next::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/carousel-next.svg#carousel-next-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 10px;
  height: 17px;
}
.icn-carousel-prev {
  display: block;
  line-height: 1;
}
.icn-carousel-prev::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/carousel-prev.svg#carousel-prev-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 10px;
  height: 17px;
}
.icn-carousel-next-goods {
  display: block;
  line-height: 1;
}
.icn-carousel-next-goods::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/carousel-next-goods.svg#carousel-next-goods-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 14px;
  height: 28px;
}
.icn-carousel-prev-goods {
  display: block;
  line-height: 1;
}
.icn-carousel-prev-goods::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/carousel-prev-goods.svg#carousel-prev-goods-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 14px;
  height: 28px;
}
.icn-cart_wh {
  display: block;
  line-height: 1;
}
.icn-cart_wh::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/cart_wh.svg#cart_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 28px;
  height: 28px;
}
.icn-cart {
  display: block;
  line-height: 1;
}
.icn-cart::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/cart.svg#cart-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 27px;
  height: 27px;
}
.icn-close_wh {
  display: block;
  line-height: 1;
}
.icn-close_wh::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/close_wh.svg#close_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 21px;
  height: 21px;
}
.icn-close {
  display: block;
  line-height: 1;
}
.icn-close::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/close.svg#close-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 21px;
  height: 21px;
}
.icn-deposit_wh {
  display: block;
  line-height: 1;
}
.icn-deposit_wh::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/deposit_wh.svg#deposit_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 17px;
  height: 18px;
}
.icn-repair_wh {
  display: block;
  line-height: 1;
}
.icn-repair_wh::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/repair_wh.svg#repair_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 14px;
  height: 20px;
}
.icn-filter_wh {
  display: block;
  line-height: 1;
}
.icn-filter_wh::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/filter_wh.svg#filter_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 18px;
  height: 18.435px;
}
.icn-fav-nav_ol {
  display: block;
  line-height: 1;
}
.icn-fav-nav_ol::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/fav-nav_ol.svg#fav-nav_ol-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 21px;
}
.icn-fav_ol {
  display: block;
  line-height: 1;
}
.icn-fav_ol::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/fav_ol.svg#fav_ol-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 21px;
  height: 18px;
}
.icn-fav {
  display: block;
  line-height: 1;
}
.icn-fav::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/fav.svg#fav-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 21px;
  height: 18px;
}
.icn-home_wh {
  display: block;
  line-height: 1;
}
.icn-home_wh::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/home_wh.svg#home_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.icn-imgsearch {
  display: block;
  line-height: 1;
}
.icn-imgsearch::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/imgsearch.svg#imgsearch-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 20px;
}
.icn-imgsearch_wh {
  display: block;
  line-height: 1;
}
.icn-imgsearch_wh::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/imgsearch_wh.svg#imgsearch_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 20px;
}
.icn-login_wh {
  display: block;
  line-height: 1;
}
.icn-login_wh::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/login_wh.svg#login_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.icn-login {
  display: block;
  line-height: 1;
}
.icn-login::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/login.svg#login-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 27px;
  height: 27px;
}
.icn-memo {
  display: block;
  line-height: 1;
}
.icn-memo::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/memo.svg#memo-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.icn-menu_wh {
  display: block;
  line-height: 1;
}
.icn-menu_wh::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/menu_wh.svg#menu_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.icn-pager-first {
  display: block;
  line-height: 1;
}
.icn-pager-first::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/pager-first.svg#pager-first-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 11px;
  height: 13px;
}
.icn-pager-last {
  display: block;
  line-height: 1;
}
.icn-pager-last::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/pager-last.svg#pager-last-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 11px;
  height: 13px;
}
.icn-pager-next {
  display: block;
  line-height: 1;
}
.icn-pager-next::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/pager-next.svg#pager-next-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 7px;
  height: 13px;
}
.icn-pager-prev {
  display: block;
  line-height: 1;
}
.icn-pager-prev::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/pager-prev.svg#pager-prev-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 7px;
  height: 13px;
}
.icn-pagetop {
  display: block;
  line-height: 1;
}
.icn-pagetop::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/pagetop.svg#pagetop-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 35px;
  height: 35px;
}
.icn-search {
  display: block;
  line-height: 1;
}
.icn-search::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/search.svg#search-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 17px;
  height: 17px;
}
.icn-search_wh {
  display: block;
  line-height: 1;
}
.icn-search_wh::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/search_wh.svg#search_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 17px;
  height: 17px;
}
.icn-sell_wh {
  display: block;
  line-height: 1;
}
.icn-sell_wh::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/sell_wh.svg#sell_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 14px;
  height: 20px;
}
.icn-spnav-menu {
  display: block;
  line-height: 1;
}
.icn-spnav-menu::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/spnav-menu.svg#spnav-menu-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.icn-spnav-search {
  display: block;
  line-height: 1;
}
.icn-spnav-search::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/spnav-search.svg#spnav-search-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.icn-spnav-fav {
  display: block;
  line-height: 1;
}
.icn-spnav-fav::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/spnav-fav.svg#spnav-fav-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 21px;
}
.icn-spnav-home {
  display: block;
  line-height: 1;
}
.icn-spnav-home::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/spnav-home.svg#spnav-home-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.icn-spnav-login {
  display: block;
  line-height: 1;
}
.icn-spnav-login::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/spnav-login.svg#spnav-login-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.icn-spnav-cart {
  display: block;
  line-height: 1;
}
.icn-spnav-cart::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/spnav-cart.svg#spnav-cart-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.icn-pay-card {
  display: block;
  line-height: 1;
}
.icn-pay-card::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/pay-card.svg#pay-card-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 27px;
  height: 20px;
}
.icn-pay-loan {
  display: block;
  line-height: 1;
}
.icn-pay-loan::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/pay-loan.svg#pay-loan-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 22px;
  height: 26px;
}
.icn-pay-daibiki {
  display: block;
  line-height: 1;
}
.icn-pay-daibiki::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/pay-daibiki.svg#pay-daibiki-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 29px;
  height: 23px;
}
.icn-pay-bank {
  display: block;
  line-height: 1;
}
.icn-pay-bank::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/pay-bank.svg#pay-bank-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 30px;
  height: 20px;
}
.icn-store {
  display: block;
  line-height: 1;
}
.icn-store::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/store.svg#store-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 27px;
  height: 27px;
}
.icn-guide {
  display: block;
  line-height: 1;
}
.icn-guide::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/guide.svg#guide-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 27px;
  height: 27px;
}
.icn-contact {
  display: block;
  line-height: 1;
}
.icn-contact::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../img/design/icn/contact.svg#contact-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 27px;
  height: 27px;
}

[data-browse-mode=P] .u-sp {
  display: none !important;
}

[data-browse-mode=S] .u-pc {
  display: none !important;
}

.u-hide {
  display: none !important;
}

.u-error {
  color: #c73a3a;
}

.u-success {
  padding: 10px 20px;
  background-color: #eae7e3;
  border-radius: 5px;
}
.u-success a {
  color: #c73a3a;
}

@-webkit-keyframes fadein {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes slideup {
  0% {
    -webkit-transform: translateY(100%) translateZ(0);
            transform: translateY(100%) translateZ(0);
  }
  100% {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
}
@keyframes slideup {
  0% {
    -webkit-transform: translateY(100%) translateZ(0);
            transform: translateY(100%) translateZ(0);
  }
  100% {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 1260px) {
  .block-cart--container .order-side-area-fixed {
    left: calc(var(--scroll-x) * -1 + 930px);
  }
  .block-order-method--container .order-side-area-fixed {
    left: calc(var(--scroll-x) * -1 + 890px);
  }
  .block-order-estimate--container .order-side-area-fixed {
    left: calc(var(--scroll-x) * -1 + 910px);
  }
}
@media screen and (min-width: 1250px) {
  .imgsearch_close {
    top: calc(var(--header-height) - var(--gnav-height) + 50px);
    right: calc(50% - 600px - 50px);
  }
}


/* 202406 RK */
.page-top_bnr-list_a{
    text-align: right;
    margin-top: 12px;
    padding: 0 12px 0 0;
    text-decoration: underline;
    background-size: 5px;
    background: url("../../img/design/icn/arrow-link.svg") 100% 50% no-repeat;
    float: right;
}

/* 202507 RK */
.brand-guide{
    margin-top: 100px;
}