@charset "UTF-8";
/* Document
========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* 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 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 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 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* 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 {
  height: auto !important; 
  border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

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;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* 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;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 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 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
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 in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 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 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

a:hover {
  text-decoration: none;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: Arial, Arial-MT, "Hiragino Kaku Gothic ProN", "甲仿幼用剩打 ProN W3", YuGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1d1d1d;
  background: #fff;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.active {
    overflow: hidden;
  }
}

main {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 50px;
  }
}

/* SIDE MENU
========================================================================== */
main .l-wrap {
  margin: auto;
  width: 90%;
  max-width: 1280px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 50px 1fr;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 50px;
}
@media screen and (max-width: 768px) {
  main .l-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
main .l-wrap .sidemenu-overlay {
  display: none;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  main .l-wrap .sidemenu-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    -webkit-transition: opacity 480ms cubic-bezier(0.215, 0.61, 0.355, 1) 240ms, visibility 480ms cubic-bezier(0.215, 0.61, 0.355, 1) 240ms, z-index 480ms cubic-bezier(0.215, 0.61, 0.355, 1) 240ms;
    transition: opacity 480ms cubic-bezier(0.215, 0.61, 0.355, 1) 240ms, visibility 480ms cubic-bezier(0.215, 0.61, 0.355, 1) 240ms, z-index 480ms cubic-bezier(0.215, 0.61, 0.355, 1) 240ms;
  }
  main .l-wrap .sidemenu-overlay.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 480ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 480ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
main .l-wrap .sidemenu {
  font-weight: 700;
  font-style: normal;
  position: sticky;
  top: 100px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  main .l-wrap .sidemenu {
    padding-top: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 90vw;
    max-height: 100vh;
    -webkit-transform: translateX(-90vw);
            transform: translateX(-90vw);
    background-color: #fff;
    overflow-y: scroll;
    -webkit-transition: visibility 480ms cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 480ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: visibility 480ms cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 480ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 480ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 480ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 480ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 480ms cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 480ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
}
main .l-wrap .sidemenu.active {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
main .l-wrap .sidemenu .sidemenu-inner {
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  main .l-wrap .sidemenu .sidemenu-inner {
    padding: 20px 5vw 75px;
    min-height: 100vh;
  }
}
main .l-wrap .sidemenu .sidemenu-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu {
  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;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu {
    margin-top: 40px;
  }
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li input[type=checkbox] {
  display: none;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li .acc_ctrl, main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li .peek-a-box {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 480ms;
  transition: all 480ms;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li .acc_ctrl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0;
  padding: 4px 0;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li .acc_ctrl::before {
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border: solid #000;
  border-width: 0 1px 1px 0;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li .acc_ctrl:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 240ms;
  transition: width 240ms;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li .acc_ctrl:hover:after {
  width: 100%;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li .peek-a-box {
  max-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2em;
  gap: 12px;
  font-size: 1.6rem;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li .peek-a-box li:first-of-type {
  padding-top: 16px;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li .peek-a-box li:last-of-type {
  padding-bottom: 16px;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li .peek-a-box li.active a {
  pointer-events: none;
  color: #666666;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li .peek-a-box li.active a:after {
  width: 100%;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li .toggle:checked + .acc_ctrl + .peek-a-box {
  max-height: 400px;
  -webkit-transition: all 480ms;
  transition: all 480ms;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li .toggle:checked + .acc_ctrl::before {
  -webkit-transform: rotate(225deg) !important;
          transform: rotate(225deg) !important;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li a {
  padding: 4px 0;
  position: relative;
  color: #000;
  text-decoration: none;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 240ms;
  transition: width 240ms;
}
main .l-wrap .sidemenu .sidemenu-inner ul.mainmenu li a:hover:after {
  width: 100%;
}
main .l-wrap .sidemenu .sidemenu-inner ul.snslinks {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
main .l-wrap .sidemenu .sidemenu-inner ul.snslinks li {
  max-width: 24px;
}
main .l-wrap .sidemenu .sidemenu-inner ul.snslinks li a {
  display: block;
  -webkit-transition: opacity 240ms;
  transition: opacity 240ms;
}
main .l-wrap .sidemenu .sidemenu-inner ul.snslinks li a:hover {
  opacity: 0.6;
}

/* SIDEMENU OPTION
========================================================================== */
span.sidemenu__open,
span.sidemenu__close {
  cursor: pointer;
  display: none;
  position: relative;
}

@media screen and (max-width: 768px) {
  span.sidemenu__open {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 21px;
    height: 21px;
    padding: 2px;
  }
  span.sidemenu__open:before, span.sidemenu__open:after, span.sidemenu__open i {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
  }
  span.sidemenu__open:before, span.sidemenu__open:after {
    content: "";
  }
}

@media screen and (max-width: 768px) {
  span.sidemenu__close {
    display: block;
    width: 20px;
    height: 20px;
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  span.sidemenu__close:before, span.sidemenu__close:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  span.sidemenu__close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  span.sidemenu__close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/* MAIN WRAP
========================================================================== */
.l-main {
  padding: 50px 0 min(20vw, 100px);
}
@media screen and (max-width: 768px) {
  .l-main {
    padding: 20px 0 min(20vw, 100px);
  }
}
.l-main ul.c-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 25px;
}
@media screen and (max-width: 1100px) {
  .l-main ul.c-item-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .l-main ul.c-item-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .l-main ul.c-item-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 580px) {
  .l-main ul.c-item-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-main ul.c-item-list li.c-item-list__item a {
  display: block;
  color: #000;
  -webkit-transition: color 240ms;
  transition: color 240ms;
}
.l-main ul.c-item-list li.c-item-list__item a:hover {
  color: #8e8e8e;
}
.l-main ul.c-item-list li.c-item-list__item a .c-item-list__img {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-main ul.c-item-list li.c-item-list__item a .c-item-list__img img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -webkit-transition: opacity 2400ms, -webkit-transform 2400ms;
  transition: opacity 2400ms, -webkit-transform 2400ms;
  transition: transform 2400ms, opacity 2400ms;
  transition: transform 2400ms, opacity 2400ms, -webkit-transform 2400ms;
}
.l-main ul.c-item-list li.c-item-list__item a .c-item-list__img img.firstimg {
  z-index: 2;
}
.l-main ul.c-item-list li.c-item-list__item a .c-item-list__img:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.l-main ul.c-item-list li.c-item-list__item a .c-item-list__img:hover img.firstimg {
  opacity: 0;
}
.l-main ul.c-item-list li.c-item-list__item a .c-item-list__txt {
  margin-top: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-main ul.c-item-list li.c-item-list__item a .c-item-list__txt .c-item-list__ttl {
  font-size: 1.4rem;
}
.l-main ul.c-item-list li.c-item-list__item a .c-item-list__txt .c-item-list__price {
  color: #666666;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic ProN", "甲仿幼用剩打 ProN W3", YuGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-main ul.c-item-list li.c-item-list__item a .c-item-list__txt .c-item-list__price span.is-soldout {
  font-family: Arial, Arial-MT, "Hiragino Kaku Gothic ProN", "甲仿幼用剩打 ProN W3", YuGothic, -apple-system, BlinkMacSystemFont, sans-serif;
}
.l-main ul.c-item-list li.c-item-list__item.soldout a {
  opacity: 0.5;
}
.l-main ul.c-item-list li.c-item-list__item.soldout a .c-item-list__img:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.l-main ul.c-item-list li.c-item-list__item.soldout a .c-item-list__img:hover img.firstimg {
  opacity: 1;
}

/* MAIN CATEGORY
========================================================================== */
.l-main .l-contents-wrap {
  position: relative;
}
.l-main .l-contents-wrap h2.p-category__ttl {
  margin: 0;
  font-weight: bold;
  text-align: center;
  font-size: clamp(
    20px,
    17.5483870968px + 0.0064516129 * 100vw,
    24px
  );
}
.l-main .l-contents-wrap .l-contents-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: min(10vw, 35px);
}
.l-main .l-contents-wrap .l-contents-navi ul.cat-navi {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
}
.l-main .l-contents-wrap .l-contents-navi ul.cat-navi li {
  font-size: 1.2rem;
  font-weight: bold;
}
.l-main .l-contents-wrap .l-contents-navi ul.cat-navi li a {
  display: block;
  border-bottom: 1px solid #000;
  padding: 5px 10px;
  color: #000;
  -webkit-transition: color 240ms, border-bottom 240ms;
  transition: color 240ms, border-bottom 240ms;
}
.l-main .l-contents-wrap .l-contents-navi ul.cat-navi li a:hover {
  color: #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.l-main .l-contents-wrap .l-contents-navi ul.cat-navi li.active a {
  pointer-events: none;
  color: #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.l-main .l-contents-wrap .item-list-wrap {
  margin-top: min(7vw, 30px);
}

/* PAGER
========================================================================== */
.l-main .c-pager {
  margin-top: min(15vw, 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-main .c-pager ul.c-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-main .c-pager ul.c-pager-list {
    gap: 1vw;
  }
}
.l-main .c-pager ul.c-pager-list li {
  position: relative;
  line-height: 1;
}
.l-main .c-pager ul.c-pager-list li a, .l-main .c-pager ul.c-pager-list li span, .l-main .c-pager ul.c-pager-list li i {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1;
  width: 1.5em;
  height: auto;
  line-height: 1;
  -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.4rem;
  color: #000;
}
.l-main .c-pager ul.c-pager-list li span {
  border-bottom: 1px solid #000;
}
.l-main .c-pager ul.c-pager-list li i::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid #b2b2b2;
  border-width: 0 0 1px 1px;
}
.l-main .c-pager ul.c-pager-list li a i::before {
  border: solid #000;
  border-width: 0 0 1px 1px;
}
.l-main .c-pager ul.c-pager-list li.is-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* HEADER
========================================================================== */
header.l-header {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: height 120ms;
  transition: height 120ms;
  z-index: 8;
  -webkit-backdrop-filter: saturate(180%) blur(15px);
          backdrop-filter: saturate(180%) blur(15px);
}
@media screen and (max-width: 768px) {
  header.l-header {
    height: 50px;
  }
}
header.l-header .l-header-main {
  margin: auto;
  width: 90%;
  max-width: 1280px;
  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 screen and (max-width: 768px) {
  header.l-header .l-header-main .l-header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 15px;
  }
}
header.l-header .l-header-main .l-header-logo h1 {
  font-size: 0;
  margin: 0;
  width: 140px;
  -webkit-transition: width 120ms;
  transition: width 120ms;
}
@media screen and (max-width: 768px) {
  header.l-header .l-header-main .l-header-logo h1 {
    width: 90px;
  }
}
header.l-header .l-header-main .l-header-main__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(4.5vw, 30px);
}
header.l-header .l-header-main .l-header-main__in .l-header-search__box {
  position: relative;
  width: 24px;
  height: 24px;
}
header.l-header .l-header-main .l-header-main__in .l-header-search__box form {
  margin: 0 0 0;
}
header.l-header .l-header-main .l-header-main__in .l-header-search__box form .l-header-search__input {
  position: absolute;
  top: 0;
  right: 0;
}
header.l-header .l-header-main .l-header-main__in .l-header-search__box form .l-header-search__input::before {
  pointer-events: none;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("https://img21.shop-pro.jp/PA01507/594/etc_base64/aWNvX3NlYXJjaA.png?cmsp_timestamp=20240214164544");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
header.l-header .l-header-main .l-header-main__in .l-header-search__box form .l-header-search__input input#searchbox {
  border: none;
  border-radius: 0;
  width: 0;
  height: 24px;
  padding: 0;
  padding-left: 24px;
  -webkit-transition: width 240ms, padding-left 240ms, border-bottom 240ms;
  transition: width 240ms, padding-left 240ms, border-bottom 240ms;
  cursor: pointer;
  background: transparent;
}
header.l-header .l-header-main .l-header-main__in .l-header-search__box form .l-header-search__input input#searchbox:focus {
  width: 200px;
  background-color: #fff;
  padding-left: 34px;
}
@media screen and (max-width: 768px) {
  header.l-header .l-header-main .l-header-main__in .l-header-search__box form .l-header-search__input input#searchbox:focus {
    width: 150px;
  }
}
header.l-header .l-header-main .l-header-main__in .l-header-search__box form .l-header-search__input.is-focus::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -5px;
}
header.l-header .l-header-main .l-header-main__in .l-header-search__box form button.l-header-search__submit {
  display: none;
}
header.l-header .l-header-main .l-header-main__in .l-header-cart a {
  color: #1d1d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(2vw, 20px);
}
header.l-header .l-header-main img.icon {
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
}

/* FOOTER
========================================================================== */
footer.l-footer {
  overflow: hidden;
  border-top: 1px solid #b2b2b2;
  padding: 25px 0;
  letter-spacing: 0;
}
footer.l-footer .l-footer-main {
  margin: auto;
  width: 90%;
  max-width: 1280px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 50px 1fr;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
}
@media screen and (max-width: 768px) {
  footer.l-footer .l-footer-main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 25px;
  }
}
footer.l-footer .l-footer-main .l-footer-shopinfo__logo {
  width: 110px;
  margin-right: auto;
}
footer.l-footer .l-footer-main .l-footer-in {
  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;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  footer.l-footer .l-footer-main .l-footer-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer.l-footer .l-footer-main .l-footer-in ul.l-footer-navi-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 20px;
}
@media screen and (max-width: 768px) {
  footer.l-footer .l-footer-main .l-footer-in ul.l-footer-navi-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
footer.l-footer .l-footer-main .l-footer-in ul.l-footer-navi-list li a {
  color: #b2b2b2;
  font-size: 1.2rem;
}
footer.l-footer .l-footer-main .l-footer-in p.copyright {
  margin: 0;
  color: #b2b2b2;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  footer.l-footer .l-footer-main .l-footer-in p.copyright {
    margin-left: inherit;
  }
}

.l-copyright__logo {
  display: none;
}

/* 升仇匹手市仿□立□
========================================================================== */
.cartjs_box table {
  display: contents;
}
.cartjs_box table tbody {
  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;
}
.cartjs_box table tbody .cartjs_sales_price th {
  display: none;
}
.cartjs_box table tbody .cartjs_product_num {
  display: none;
}