@charset "UTF-8";.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/* リキッドレイアウト対応 */
.u-text__marker {
  background: linear-gradient(transparent 75%, var(--color-orange) 75%);
}

.u-text__inline-block {
  display: inline-block;
}

.u-text__indent {
  padding-inline-start: 1em;
  text-indent: -1em;
}

.u-text__center {
  text-align: center;
}

.u-tag-link {
  color: var(--color-blue);
}

:root {
  /* inner */
  --inner: 1212px;
  --padding-pc: 25px;
  --padding-sp: 15px;
  /* color */
  --color-white: #fff;
  --color-black: #000;
  --color-black2: #333333;
  --color-sub-black: #231815;
  --color-text: #404040;
  --color-sub-text: #AAAAAA;
  --color-border: #CCCCCC;
  --color-bg-gray: #F7F7F7;
  --color-bg-gray-sub: #F0F0F0;
  --color-bg-blue: #92B7D3;
  --color-gray2: #EEEEEE;
  --color-gray3: #787878;
  --color-accent: #408F95;
  --color-primary: #234F5E;
  --color-secondary: #0000ff;
  --color-blue: #0068B6;
  --color-blue-sub: #F2F9FF;
  --color-orange: #DE8430;
  --color-red: #E4594B;
  --color-yellow: #EF9C63;
  --color-sub-yellow: #F6C85E;
  --color-bg-yellow: #F8F5ED;
  /* font-weight */
  --regular: 300;
  --normal: 400;
  --medium: 500;
  --bold: 700;
  /* font-family */
  --base-font-family: "Noto Sans JP", sans-serif;
  --second-font-family: "Gotu", sans-serif;
  --title-font-family: "Lato", sans-serif;
  /* opacity */
  --opacity: 0.7;
  /* 8pxを余白の基準とした余白ルール */
  /* 参考：https://www.tak-dcxi.com/article/use-line-height-trim-as-css-variable/ */
  --leading-trim: calc((1em - 1lh) / 2);
  --spacing-unit: 0.5rem;
  --spacing-xs: calc(var(--spacing-unit) / 2);
  --spacing-sm: var(--spacing-unit);
  --spacing-md: calc(var(--spacing-unit) * 2);
  --spacing-lg: calc(var(--spacing-unit) * 3);
  --spacing-lg-2: calc(var(--spacing-unit) * 4);
  --spacing-xl: calc(var(--spacing-unit) * 5);
  --spacing-xl-2: calc(var(--spacing-unit) * 6);
  --spacing-2xl: calc(var(--spacing-unit) * 8);
  --spacing-3xl: calc(var(--spacing-unit) * 13);
  /* line-height分の余白を打ち消す */
  --spacing-xs-trim: calc(var(--spacing-xs) + var(--leading-trim));
  --spacing-sm-trim: calc(var(--spacing-sm) + var(--leading-trim));
  --spacing-md-trim: calc(var(--spacing-md) + var(--leading-trim));
  --spacing-lg-trim: calc(var(--spacing-lg) + var(--leading-trim));
  --spacing-xl-trim: calc(var(--spacing-xl) + var(--leading-trim));
  --spacing-2xl-trim: calc(var(--spacing-2xl) + var(--leading-trim));
  --spacing-3xl-trim: calc(var(--spacing-3xl) + var(--leading-trim));
  /* --leading-trimの使い方 */
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
    /* `px`などの単位が必要 */
  }
}
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3201320132vw;
  }
}
@media (min-width: 1212px) {
  html {
    font-size: 16px;
  }
}

a[href^=tel] {
  text-decoration: none;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent; /* 強調をなくす */
}

a:hover {
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
::before,
::after {
  --clamp-root-font-size: 16;
  --clamp-slope: calc(
    (var(--clamp-max) - var(--clamp-min)) /
      (var(--clamp-viewport-max) - var(--clamp-viewport-min))
  );
  --clamp-y-axis-intersection: calc(
    var(--clamp-min) - (var(--clamp-slope) * var(--clamp-viewport-min))
  );
  --clamp-preffered-value: calc(
    var(--clamp-y-axis-intersection) * (1rem / var(--clamp-root-font-size)) +
      (var(--clamp-slope) * 100vi)
  );
  --clamp: clamp(
    calc(var(--clamp-min) * (1rem / var(--clamp-root-font-size))),
    var(--clamp-preffered-value),
    calc(var(--clamp-max) * (1rem / var(--clamp-root-font-size)))
  );
  font-size: var(--clamp);
}

/* bodyにデフォルト値を設定する */
body {
  font-family: var(--base-font-family);
  --clamp-viewport-min: 375;
  --clamp-viewport-max: 1200;
  --clamp-min: 14;
  --clamp-max: 16;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* 👍使い方 */
main {
  flex: 1;
}

@media (max-width: 767px) {
  [data-device=pc] {
    display: none;
  }
}

@media (min-width: 768px) {
  [data-device=sp] {
    display: none;
  }
}

:where(:-moz-any-link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
  cursor: pointer;
}

:where(:any-link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:focus:not(:focus-visible) {
  outline: none;
}

input[type=text] {
  font-size: 1rem; /* = 16px */
}

textarea {
  field-sizing: content;
}

html {
  box-sizing: border-box;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

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

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: none;
       appearance: none;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

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

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

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
  list-style: "";
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

.l-inner {
  max-width: 35rem;
  width: 100%;
  padding-right: var(--padding-sp);
  padding-left: var(--padding-sp);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: calc(var(--inner) + var(--padding-pc) * 2);
    padding-right: var(--padding-pc);
    padding-left: var(--padding-pc);
  }
}

.l-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
}

.l-top {
  margin-top: 4.125rem;
  transition: margin-top 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-top {
    margin-top: 6rem;
  }
}

.is-search-active .l-top {
  margin-top: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .is-search-active .l-top {
    margin-top: 6rem;
  }
}

.l-top__about {
  margin-block-start: var(--spacing-xl);
}
@media screen and (min-width: 768px) {
  .l-top__about {
    margin-block-start: var(--spacing-3xl);
  }
}

.p-header {
  height: 4.125rem;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6rem;
  }
}

.p-header__inner {
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-right: 2.1875rem;
    padding-left: 1.875rem;
  }
}

.p-header__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    justify-content: space-between;
  }
}

.p-header__back {
  position: absolute;
  left: 0.4375rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__back {
    left: -0.9375rem;
  }
}

.p-header__back a {
  display: block;
  padding: 0.625rem;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}

.p-header__back a:hover {
  transform: translateX(-0.5rem);
}

.p-header__back img {
  width: 0.625rem;
  height: 0.9375rem;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  .p-header__back img {
    width: 0.8125rem;
    height: 1.25rem;
  }
}

.p-header__search {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__search {
    display: flex;
    max-width: 29.75rem;
    width: 100%;
  }
}

.p-header__search.p-header__search--layout {
  padding-left: 3rem;
}

.p-header__search-sp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--color-white);
  border-top: 1px solid var(--color-gray2);
  padding-block: 0.5625rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__search-sp {
    display: none;
  }
}

.p-header__search-sp.is-active {
  display: block;
  transform: translateY(4.125rem);
}
@media screen and (min-width: 768px) {
  .p-header__search-sp.is-active {
    display: none;
    transform: none;
  }
}

.p-header__search-form {
  border: 1px solid var(--color-border);
  background-color: var(--color-bg-gray);
  border-radius: 0.25rem;
  width: min(100%, 21.5625rem);
  display: flex;
  align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-header__search-form {
    width: min(100%, 29.75rem);
    margin-inline: unset;
  }
}

.p-header__search-form input {
  padding: 0.6875rem 0.9375rem 0.6875rem 1.3125rem;
  width: 100%;
  font-size: 1rem;
  font-weight: var(--medium);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-header__search-form input {
    padding: 0.875rem 0.9375rem 0.875rem 1.3125rem;
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.p-header__search-form input::-moz-placeholder {
  color: var(--color-sub-text);
}

.p-header__search-form input::placeholder {
  color: var(--color-sub-text);
}

.p-header__search-button {
  background-color: var(--color-blue);
  display: inline-block;
  padding: 0.875rem 1.25rem;
  border-radius: 0 0.1875rem 0.1875rem 0;
}
@media screen and (min-width: 768px) {
  .p-header__search-button {
    padding: 1rem 2.28125rem;
  }
}

.p-header__search-button img {
  width: 1rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .p-header__search-button img {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}

.p-header__logo {
  max-width: 7.1875rem;
  width: 100%;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 9.625rem;
    margin-left: -2.1875rem;
  }
}

.p-header__logo a {
  height: inherit;
  display: block;
  width: 100%;
  transition: opacity 0.3s;
}

.p-header__logo a:hover {
  opacity: var(--opacity);
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-header__action-wrap {
    display: flex;
    align-items: center;
    gap: 1.4375rem;
    width: min(100%, 28.4375rem);
  }
}

.p-header__action {
  position: fixed;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__action {
    position: static;
    transform: none;
  }
}

.p-header__action.p-header__action-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__action.p-header__action-hidden-sp {
    display: flex;
  }
}

.p-header__action-cart {
  width: min(100%, 10.625rem);
}
@media screen and (min-width: 768px) {
  .p-header__action-cart {
    width: min(100%, 11.25rem);
  }
}

.p-header__action-login {
  width: min(100%, 10.625rem);
}
@media screen and (min-width: 768px) {
  .p-header__action-login {
    width: min(100%, 11.25rem);
  }
}

.p-header__icon-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-header__icon-wrap {
    position: static;
    transform: none;
  }
}

.p-header__icon {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-header__icon {
    display: none;
  }
}

.p-header__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer {
  background-color: var(--color-bg-gray);
  padding: 1.5rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 3.75rem 0 0 0;
  }
}

.p-footer__logo {
  max-width: 7.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    max-width: 11.375rem;
  }
}

.p-footer__logo a {
  transition: opacity 0.3s;
}

.p-footer__logo a:hover {
  opacity: var(--opacity);
}

.p-footer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-footer__nav {
    width: min(100%, 67.75rem);
    margin-inline: auto;
  }
}

.p-footer__nav-list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-list {
    margin-top: 1.3125rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.p-footer__nav-item a {
  position: relative;
  display: block;
  color: var(--color-text);
  font-weight: var(--normal);
  font-size: 0.875rem;
  text-decoration: none;
  text-align: left;
  transition: opacity 0.3s;
  border-bottom: 1px solid var(--color-border);
  padding: 1.1875rem 1.25rem 1.1875rem 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item a {
    padding: 1.25rem 1.25rem 1.25rem 0;
  }
}

.p-footer__nav-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid var(--color-text);
  border-right: 0.125rem solid var(--color-text);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s;
}

.p-footer__nav-item a:hover::after {
  transform: translate(0.5rem, -50%) rotate(45deg);
}

.p-footer__bottom {
  background-color: var(--color-text);
  margin-top: 1.4375rem;
  text-align: center;
  padding: 2rem 0 6.25rem 0;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 1.9375rem;
    padding: 1.90625rem 0;
  }
}

.p-footer__copyright {
  display: inline-block;
  font-weight: var(--normal);
  font-size: 0.875rem;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 0.875rem;
  }
}

/* 下記サンプル 構築時は削除してください */
.p-sample {
  padding-block: var(--spacing-xl);
}

.p-sample__link {
  display: inline-block;
  font-size: 1.5rem;
  margin-block-start: var(--spacing-xl);
  text-decoration: underline;
}

@media (any-hover: hover) {
  .p-sample__link:hover {
    text-decoration: none;
  }
}
.p-sample__bg {
  aspect-ratio: 1/1;
  width: 300px;
  background-image: -webkit-image-set(url("/images/bg_sample.webp") type("image/webp"), url("/images/bg_sample.png") type("image/png"));
  background-image: image-set(url("/images/bg_sample.webp") type("image/webp"), url("/images/bg_sample.png") type("image/png"));
  background-size: contain;
}

.p-sample__image {
  max-width: 400px;
  width: 100%;
  aspect-ratio: 1/1;
}

.p-sample__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sample__text-block {
  margin-block: var(--spacing-xl);
}

.p-sample__head {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .p-sample__head {
    font-size: 32px;
  }
}

.p-sample__text {
  letter-spacing: 0.05em;
  height: 1.5em;
}

.p-sample__title2 {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  display: inline-block;
  margin-block-end: var(--spacing-md);
}
@media screen and (min-width: 768px) {
  .p-sample__title2 {
    font-size: 24px;
  }
}

.p-sample__product-card {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--spacing-md);
  width: min(100%, 25rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-sample__product-card {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-sample__button {
  width: min(100%, 21.5625rem);
  margin-inline: auto;
  margin-block-start: var(--spacing-lg);
}

.p-sample__pagination {
  background-color: var(--color-blue-sub);
  padding-block: var(--spacing-lg-2);
}

.p-sample__divider {
  margin-block: var(--spacing-lg-2);
}

.p-sample__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(64px, 100%), 1fr));
  gap: var(--spacing-md);
}

.p-mv {
  z-index: 1;
}

.p-mv__inner {
  height: inherit;
}

.p-new-product {
  background-color: var(--color-bg-yellow);
  padding-block: 3.125rem;
  padding-bottom: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-new-product {
    padding-top: 5.625rem;
    padding-bottom: 5.125rem;
  }
}

.p-new-product__card-list {
  margin-top: 1.6875rem;
  display: grid;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-new-product__card-list {
    margin-top: 2.625rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 0.75rem;
  }
}

.p-new-product__button-wrap {
  width: min(100%, 21.5625rem);
  margin-inline: auto;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-new-product__button-wrap {
    margin-top: 3.875rem;
  }
}

.p-news-topic {
  padding-top: 1.75rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-topic {
    padding-top: 4.3125rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-topic__inner.l-inner {
    width: min(100%, 54.375rem);
  }
}

.p-news-topic__list {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-news-topic__list {
    margin-top: 2.4375rem;
  }
}

.p-news-topic__button-wrap {
  margin-top: 1.625rem;
  width: min(100%, 21.5625rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-news-topic__button-wrap {
    margin-top: 3.875rem;
  }
}

.p-product {
  background-color: var(--color-blue-sub);
  padding-block-start: 1.9375rem;
  padding-block-end: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-product {
    padding-block-start: 3.375rem;
    padding-block-end: 5.125rem;
  }
}

.p-product__filter-list {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product__filter-list {
    gap: 0.9375rem;
    font-size: 1rem;
    margin-bottom: 1.875rem;
  }
}
.p-product__filter-list-title {
  font-weight: 700;
  flex-shrink: 0;
}
.p-product__filter-list-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-product__filter-list-list {
    gap: 0.625rem;
  }
}
.p-product__filter-list-item {
  border: var(--color-border) 1px solid;
  background-color: var(--color-white);
  padding: 0 0.625rem;
  border-radius: 0.9375rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-product__filter-list-item {
    font-size: 1rem;
  }
}

.p-product__card-list {
  margin-top: 1.6875rem;
  display: grid;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-product__card-list {
    margin-top: 4.25rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 0.75rem;
  }
}

.p-product__button-wrap {
  width: min(100%, 21.5625rem);
  margin-inline: auto;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-product__button-wrap {
    margin-top: 3.875rem;
  }
}

.p-product__no-result {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product__no-result {
    margin-top: 2.5rem;
  }
}

.p-entry {
  margin-bottom: 2.625rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-entry {
    margin-bottom: 4rem;
  }
}

.p-entry__title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-entry__title {
    margin-top: 1.875rem;
  }
}

.p-entry__description {
  margin-top: 2.125rem;
  max-width: 18.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-entry__description {
    max-width: initial;
    margin-top: 1.25rem;
  }
}

.p-entry__button-wrap {
  margin-top: 1.125rem;
  width: min(100%, 21.5625rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-entry__button-wrap {
    margin-top: 1.5rem;
  }
}

.p-entry__description.p-entry__description-large {
  max-width: initial;
}

.u-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.p-entry__button-wrap + .p-entry__button-wrap {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry__button-wrap + .p-entry__button-wrap {
    margin-top: 1.25rem;
  }
}

.p-entry .c-entry-form__select select {
  background-color: var(--color-white);
}

.p-product-item {
  padding-block-start: 0.625rem;
  padding-block-end: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-item {
    padding-block-start: 2.125rem;
    padding-block-end: 4rem;
  }
}
.p-product-item .p-product-item__splide-wrapper .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 2px solid var(--color-border);
}
.p-product-item .splide__arrow.splide__arrow--prev,
.p-product-item .splide__arrow.splide__arrow--next {
  background-color: transparent;
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-product-item .splide__arrow.splide__arrow--prev,
  .p-product-item .splide__arrow.splide__arrow--next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-product-item .p-product-item__splide-main {
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-product-item .p-product-item__splide-main {
    overflow-x: unset;
  }
}
.p-product-item .p-product-item__splide-arrow-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6875rem;
  height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-product-item .p-product-item__splide-arrow-inner {
    width: 0.8125rem;
    height: 1.3125rem;
  }
}
.p-product-item .splide__arrow.splide__arrow--next {
  right: -0.375rem;
}
@media screen and (min-width: 768px) {
  .p-product-item .splide__arrow.splide__arrow--next {
    right: -2.625rem;
  }
}
.p-product-item .splide__arrow.splide__arrow--prev {
  left: -0.375rem;
}
@media screen and (min-width: 768px) {
  .p-product-item .splide__arrow.splide__arrow--prev {
    left: -2.625rem;
  }
}

.p-product-item__inner.l-inner {
  padding-inline: unset;
}
@media screen and (min-width: 768px) {
  .p-product-item__inner.l-inner {
    width: min(100%, 75.4375rem);
  }
}

@media screen and (min-width: 768px) {
  .p-product-item__wrapper {
    display: flex;
    justify-content: center;
    gap: 4.8125rem;
  }
}

.p-product-item__container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-product-item__container {
    width: 37.7796188898%;
  }
}

.p-product-item__splide-wrapper {
  position: relative;
}

.p-product-item__splide-list {
  height: auto;
}

.p-product-item__splide-slide {
  position: relative;
}

.p-product-item__splide-slide img {
  aspect-ratio: 375/345;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-product-item__splide-slide img {
    aspect-ratio: 456/456;
  }
}

.p-product-item__splide-counter {
  position: absolute;
  bottom: 0.625rem;
  right: 1.0625rem;
  background-color: rgb(64, 64, 64);
  padding-inline: 0.5625rem;
  padding-block: 0.25rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: var(--medium);
  font-family: var(--base-font-family);
  color: var(--color-white);
  line-height: 1.5;
}

.p-product-item__thumbnail-carousel {
  margin-top: 0.625rem;
  padding-inline: 0.625rem;
}

.p-product-item__detail {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-item__detail {
    width: 47.8873239437%;
  }
}

.p-product-item__notfound {
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-product-item__notfound {
    padding: 6.25rem 0;
  }
}

.p-product-item__notfound-message {
  padding: 3.125rem 0.625rem;
  background-color: var(--color-bg-gray);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-item__notfound-message {
    padding: 6.25rem 1.25rem;
  }
}

.p-product-detail__name-area {
  padding-inline: 0.5rem;
}

.p-product-detail__container {
  margin: 2.1875rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-product-detail__container {
    margin: 1.25rem auto 0;
  }
}

.p-product-detail__list {
  width: 100%;
  border-top: 1px solid var(--color-border);
}

.p-product-detail__item {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  border-bottom: 1px solid var(--color-border);
}

.p-product-detail__title {
  width: min(100%, 7.5rem);
  font-size: 0.875rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.7857142857;
  padding: 0.46875rem 0;
}
@media screen and (min-width: 768px) {
  .p-product-detail__title {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-product-detail__content {
  position: relative;
  flex: 1;
  font-size: 0.875rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .p-product-detail__content {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-product-detail__inner {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-detail__inner {
    padding-inline: unset;
  }
}

.p-product-detail__content a {
  display: block;
  padding: 0.4375rem 2.5rem 0.4375rem 0;
  color: var(--color-blue);
  font-weight: var(--bold);
}

.p-product-detail__content a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3125rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid var(--color-sub-text);
  border-right: 2px solid var(--color-sub-text);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}

.p-product-detail__content a:hover::after {
  transform: translate(0.5rem, -50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .p-product-detail__favorite-outer {
    position: relative;
  }
}

.p-product-detail__favorite-group {
  position: fixed;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-product-detail__favorite-group {
    position: static;
    transform: none;
    margin-top: 1.6875rem;
  }
}

.p-product-detail__button-wrap {
  width: min(100%, 17.125rem);
}
@media screen and (min-width: 768px) {
  .p-product-detail__button-wrap {
    width: min(100%, 24rem);
    margin-inline: auto;
  }
}

.p-product-detail__favorite-button-wrap {
  position: static;
  width: 3.5625rem;
  height: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-product-detail__favorite-button-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    width: 3.5625rem;
    height: 3.5rem;
    transform: translateY(-50%);
  }
}

.p-product-detail__favorite-button,
.p-product-detail__favorite-button-red {
  position: absolute;
  top: 50%;
  right: 0.8125rem;
  width: 3.5625rem;
  height: 3.5rem;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-product-detail__favorite-button,
  .p-product-detail__favorite-button-red {
    right: 0;
  }
}

.p-product-detail__favorite-button-red {
  opacity: 0;
}

.p-product-detail__favorite-button-red.is-active {
  opacity: 1;
}

.p-product-detail__description {
  margin-top: 1.375rem;
}

.p-product-detail__description-inner {
  padding-inline: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-product-detail__description-inner {
    padding-inline: unset;
  }
}

.p-product-detail__text {
  margin-top: 0.4375rem;
}

.p-product-detail__tags {
  margin-top: 1.125rem;
}

.p-product-detail__comment {
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-product-detail__comment {
    margin-top: 1.6875rem;
  }
}

.p-product-comment {
  background-color: var(--color-bg-yellow);
  padding-top: 1.375rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-product-comment {
    padding-top: 1.875rem;
    padding-bottom: 2.5625rem;
  }
}

.p-product-comment__inner {
  padding-inline: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-product-comment__inner {
    padding-inline: 0.8125rem;
  }
}

.p-product-comment__seller-wrap {
  margin-top: 0.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product-comment__seller-wrap {
    margin-top: 0.5rem;
  }
}

.p-product-comment__disable {
  color: var(--color-gray3);
  background-color: var(--color-white);
  margin-top: 0.625rem;
  padding: 0.9375rem 0.3125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-comment__disable {
    margin-top: 1.25rem;
    padding: 1.5625rem 0.625rem;
  }
}
.p-product-comment__disable a {
  color: var(--color-blue);
}

.p-product-comment__form {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-product-comment__form {
    margin-top: 0.625rem;
  }
}

.p-product-comment__textarea {
  width: 100%;
  background-color: var(--color-white);
  min-height: 7.25rem;
  padding: 0.3125rem 0.625rem;
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  resize: none;
  overflow: hidden;
  height: auto;
  font-size: 1rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
}

.p-product-comment__textarea::-moz-placeholder {
  color: var(--color-sub-text);
  font-size: 1rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
}

.p-product-comment__textarea::placeholder {
  color: var(--color-sub-text);
  font-size: 1rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
}

.p-product-comment__button-wrap {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-comment__button-wrap {
    margin-top: 0.4375rem;
  }
}

.p-product-comment__list {
  margin-top: 1.125rem;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-comment__list {
    margin-top: 2.25rem;
    gap: 1.125rem;
  }
}

.p-user {
  background-color: var(--color-blue-sub);
  padding-block-start: 1.5625rem;
  padding-block-end: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-user {
    padding-block-start: 2.9375rem;
    padding-block-end: 5.125rem;
    overflow-x: clip;
  }
}

.p-user__header-content {
  display: grid;
  gap: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-user__header-content {
    width: min(100%, 40.3125rem);
    margin-inline: auto;
    gap: 1.5625rem;
  }
}

.p-user__header {
  display: grid;
  grid-template-columns: 5.875rem 1fr;
  align-items: center;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-user__header {
    gap: 1rem;
  }
}

.p-user__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: min(100%, 14.5625rem);
}
@media screen and (min-width: 768px) {
  .p-user__title-wrap {
    width: 100%;
    gap: 0.375rem;
  }
}

.p-user__favorite-wrap {
  width: 100%;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  padding: 0.4375rem 0.9375rem 0.4375rem 0.3125rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-user__favorite-wrap {
    padding: 0.5625rem 0.3125rem;
    width: min(100%, 12.25rem);
    gap: 0.375rem;
    margin-left: auto;
  }
}

.p-user__section-title {
  margin-top: 1.1875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-user__section-title {
    margin-top: 2.375rem;
  }
}

.p-user__card-list {
  margin-top: 1.6875rem;
  display: grid;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-user__card-list {
    margin-top: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 0.75rem;
  }
}

.p-user__button-wrap {
  width: min(100%, 21.5625rem);
  margin-inline: auto;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-user__button-wrap {
    margin-top: 3.875rem;
  }
}

.p-user__border {
  margin-top: 1.8125rem;
  border-top: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .p-user__border {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-top: 1.8125rem;
  }
}

.p-user.p-user-favorite {
  background-color: var(--color-bg-yellow);
  padding-block-start: 1.5625rem;
  padding-block-end: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-user.p-user-favorite {
    padding-block-start: 2.9375rem;
    padding-block-end: 5.125rem;
    overflow-x: clip;
  }
}

.p-user__list {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-user__list {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-user.p-user-favorite .p-user__button-wrap {
    margin-top: 2.6875rem;
  }
}

.p-news {
  padding-block-start: 1.9375rem;
  padding-block-end: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-block-start: 4.25rem;
    padding-block-end: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__inner.l-inner {
    max-width: 54.375rem;
  }
}

.p-news__list {
  margin-block-start: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-news__list {
    margin-block-start: 2.375rem;
  }
}

.p-news__pagination {
  margin-block-start: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-news__pagination {
    margin-block-start: 3.875rem;
  }
}

.p-news-detail {
  padding-block-start: 1.9375rem;
  padding-block-end: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail {
    padding-block-start: 4.25rem;
    padding-block-end: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-detail__inner.l-inner {
    max-width: 54.375rem;
  }
}

.p-news-detail__content {
  margin-block-start: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content {
    margin-block-start: 2.375rem;
  }
}

.p-news-detail__title {
  margin-block-start: 0.75rem;
}

.p-news-detail__text {
  margin-block-start: 1rem;
}

.p-news-detail__button {
  width: min(100%, 21.5625rem);
  margin-inline: auto;
  margin-block-start: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__button {
    margin-block-start: 3.875rem;
  }
}

.p-my-list {
  background-color: var(--color-blue-sub);
  padding-block-start: 1.1875rem;
  padding-block-end: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-my-list {
    padding-block-start: 2.125rem;
    padding-block-end: 5.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-my-list__inner.l-inner {
    width: min(100%, 54.5625rem);
  }
}

.p-my-list__card-list {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-my-list__card-list {
    margin-top: 2rem;
  }
}

.p-my-list__pagination {
  margin-block-start: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-my-list__pagination {
    margin-block-start: 4rem;
  }
}

.p-my-list__button-wrap {
  width: min(100%, 21.5625rem);
  margin-inline: auto;
  margin-block-start: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-my-list__button-wrap {
    margin-block-start: 2.8125rem;
  }
}

.p-password-reset {
  margin-top: 1.875rem;
  margin-bottom: 2.625rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-password-reset {
    margin-top: 2.1875rem;
    margin-bottom: 4rem;
  }
}

.c-section-title--password-reset .c-section-title__text {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-section-title--password-reset .c-section-title__text {
    font-size: 1.625rem;
  }
}

.p-password-reset__description {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-password-reset__description {
    margin-top: 2.1875rem;
  }
}

.p-password-reset-form {
  margin: 0 calc(50% - 50vw);
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  padding-top: 2.8125rem;
  padding-bottom: 1.875rem;
  background-color: var(--color-blue-sub);
}
@media screen and (min-width: 768px) {
  .p-password-reset-form {
    margin-top: 1.25rem;
    padding-bottom: 2.5rem;
    max-width: 51.25rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-password-reset-form .c-entry-form__wrap {
    max-width: 25rem;
  }
}

.p-password-reset__submit,
.p-password-reset__link.c-button {
  margin-top: 1.25rem;
  width: min(100%, 21.5625rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-password-reset__submit,
  .p-password-reset__link.c-button {
    margin-top: 1.5625rem;
  }
}

.p-password-reset__submit input {
  transition: opacity 0.3s;
}

.p-password-reset__submit input:hover {
  opacity: 0.7;
}

.p-login {
  margin-top: 1rem;
  margin-bottom: 2.625rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-login {
    margin-top: 1.875rem;
    margin-bottom: 4rem;
  }
}

.p-login__no-account {
  margin-top: 2.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-login__no-account {
    margin-top: 4.0625rem;
  }
}

.p-login__no-account-text {
  font-size: 1rem;
  font-weight: var(--medium);
  color: var(--color-text);
  line-height: 1.5;
}

.p-login__no-account-link {
  margin-top: 0.625rem;
  width: min(100%, 21.5625rem);
  margin-inline: auto;
}

.p-edit {
  margin-bottom: 2.625rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-edit {
    margin-bottom: 4rem;
  }
}

.p-edit__title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-edit__title {
    margin-top: 1.875rem;
  }
}

.p-edit__description {
  margin-top: 2.125rem;
  max-width: 18.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-edit__description {
    max-width: initial;
    margin-top: 1.25rem;
  }
}

.p-edit__button-wrap {
  margin-top: 1.125rem;
  width: min(100%, 21.5625rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-edit__button-wrap {
    margin-top: 1.5rem;
  }
}

.p-edit__description.p-edit__description-large {
  max-width: initial;
}

.p-edit__button-wrap + .p-edit__button-wrap {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-edit__button-wrap + .p-edit__button-wrap {
    margin-top: 1.25rem;
  }
}

.p-sale {
  background-color: var(--color-blue-sub);
  padding-block-start: 1.1875rem;
  padding-block-end: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-sale {
    padding-block-start: 3.3125rem;
    padding-block-end: 5.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sale__inner.l-inner {
    width: min(100%, 54.5625rem);
  }
}

.p-sale__card-list {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-sale__card-list {
    margin-top: 2.5625rem;
    gap: 1rem;
  }
}

.p-sale__pagination {
  margin-block-start: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-sale__pagination {
    margin-block-start: 4rem;
  }
}

.p-sale__button-wrap {
  width: min(100%, 21.5625rem);
  margin-inline: auto;
  margin-block-start: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-sale__button-wrap {
    margin-block-start: 2.6875rem;
  }
}

.p-sale__none {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sale__none {
    margin-top: 2.5rem;
  }
}

.p-profile {
  margin-bottom: 2.625rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-profile {
    margin-bottom: 4rem;
  }
}

.p-profile__title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-profile__title {
    margin-top: 1.875rem;
  }
}

.p-profile__description {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-profile__description {
    margin-top: 1.25rem;
  }
}

.p-profile__annotation {
  margin-top: 0.6875rem;
}

.p-profile__annotation .c-entry-text {
  color: var(--color-red);
  font-size: 0.75rem;
  font-weight: var(--bold);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-profile__annotation .c-entry-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-profile__button-wrap {
  margin-top: 1.125rem;
  width: min(100%, 21.5625rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-profile__button-wrap {
    margin-top: 2rem;
  }
}

.p-profile__description.p-profile__description-large {
  max-width: initial;
}

.p-profile__button-wrap + .p-profile__button-wrap {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-profile__button-wrap + .p-profile__button-wrap {
    margin-top: 1.25rem;
  }
}

.p-profile .c-entry-form {
  background-color: var(--color-bg-gray);
  margin-top: 1.375rem;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-profile .c-entry-form {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-profile .c-entry-form .c-entry-form__wrap:not(:first-child) {
    margin-top: 1.125rem;
  }
}

.p-profile .c-entry-form__select select {
  background-color: var(--color-white);
}

@media screen and (min-width: 768px) {
  .p-profile .c-entry-form__textarea textarea {
    min-height: 7.875rem;
  }
}

.p-profile .c-entry-form__file {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-profile .c-entry-form__select-icon {
  width: 5rem;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .p-profile .c-entry-form__select-icon {
    width: 6.375rem;
    height: 6.375rem;
  }
}
.p-profile .c-entry-form__select-icon img {
  border-radius: 100%;
  background-color: var(--color-white);
}

.p-profile .c-entry-form__select-icon::before {
  width: 5rem;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .p-profile .c-entry-form__select-icon::before {
    width: 6.375rem;
    height: 6.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-profile .c-entry-form__file-button,
  .p-profile .c-entry-form__file-button::file-selector-button,
  .p-profile .c-entry-form__file-button::before {
    width: 14.625rem;
  }
}

.p-profile .c-entry-form__file-button::before {
  background-color: var(--color-white);
}

.p-profile .c-entry-form__select-document-icon::before {
  position: absolute;
  content: "";
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 0.25rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .p-profile .c-entry-form__select-document-icon::before {
    width: 8.375rem;
    height: 8.375rem;
  }
}

.p-profile .p-user__header-content {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-profile .p-user__header-content {
    margin-top: 2.1875rem;
  }
}

.p-profile .p-user__header {
  padding-left: 0.3125rem;
}

.p-profile__table-contents {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-profile__table-contents {
    width: min(100%, 40.3125rem);
    margin-inline: auto;
  }
}

.p-profile__title {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-profile__title {
    margin-top: 3.125rem;
  }
}

.p-profile__table {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-profile__table {
    margin-top: 1.875rem;
  }
}

.p-profile__link-wrap {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-profile__link-wrap {
    max-width: 45.125rem;
    margin-inline: auto;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}

.p-profile__link {
  width: min(100%, 21.5625rem);
  margin-inline: auto;
}

.p-profile__link + .p-profile__link {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-profile__link + .p-profile__link {
    margin-top: 0;
  }
}

.p-my {
  overflow-x: clip;
  margin-bottom: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-my {
    margin-bottom: 3.75rem;
  }
}

.p-my__title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-my__title {
    margin-top: 1.875rem;
  }
}

.p-my__contents {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-my__contents {
    max-width: 51.25rem;
    margin-inline: auto;
    margin-top: 2rem;
  }
}

.p-my__news-contents {
  margin-top: 0.625rem;
}

.p-my__contents + .p-my__contents {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-my__contents + .p-my__contents {
    margin-top: 2.5rem;
  }
}

.p-my__contents-wrap {
  margin: 0 calc(50% - 50vw);
  margin-top: 2.5rem;
  padding-top: 1.375rem;
  padding-bottom: 2.8125rem;
  background-color: var(--color-blue-sub);
}
@media screen and (min-width: 768px) {
  .p-my__contents-wrap {
    margin-top: 4.0625rem;
    padding-top: 1.875rem;
    padding-bottom: 3.9375rem;
    max-width: 75rem;
    margin-inline: auto;
  }
}

.p-my__menu-contents {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-my__menu-contents {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-my__menu-item:first-child {
  grid-column: span 2;
}

.p-my__menu-item a {
  background-color: var(--color-white);
  border-radius: 0.25rem;
  border: 1px solid var(--color-border);
  text-align: center;
  padding: 1.25rem 0.625rem;
  min-height: 4.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  position: relative;
  font-size: 0.875rem;
  font-weight: var(--bold);
  color: var(--color-text);
  line-height: 1.2;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-my__menu-item a {
    min-height: 6.625rem;
    font-size: 1rem;
    line-height: 1.2;
    gap: 0.375rem;
  }
}

.p-my__menu-item:first-child a {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-my__menu-item:first-child a {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.p-my__menu-item a:hover {
  opacity: 0.7;
}

.p-my__menu-item:first-child a {
  background-color: var(--color-red);
  color: var(--color-white);
}

.p-my__menu-item a::before {
  flex-shrink: 0;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.25rem;
  height: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-my__menu-item a::before {
    width: 3.125rem;
  }
}

.p-my__menu-item:nth-child(1) a::before {
  background-image: url(/images/icon-car.svg);
}

.p-my__menu-item:nth-child(2) a::before {
  background-image: url(/images/icon_section-title--blue-bucket.svg);
}

.p-my__menu-item:nth-child(3) a::before {
  background-image: url(/images/icon_section-title--pen.svg);
}

.p-my__menu-item:nth-child(4) a:before {
  background-image: url(/images/icon_section-title--sales.svg);
}

.p-my__menu-item:nth-child(5) a::before {
  background-image: url(/images/icon_section-title--bag.svg);
}

.p-my__menu-item:nth-child(6) a::before {
  background-image: url(/images/icon_section-title--heart.svg);
}

.p-my__menu-item:nth-child(7) a::before {
  background-image: url(/images/icon_section-title--human.svg);
}

.p-my__setting-contents {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-my__setting-contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}

.p-my__setting-item {
  background-color: var(--color-white);
}

.p-my__setting-item a {
  display: block;
  position: relative;
  transition: transform 0.4s;
  padding: 0.75rem 2.1875rem 0.75rem 0.75rem;
  font-size: 0.875rem;
  font-weight: var(--bold);
  color: var(--color-text);
  line-height: 1.5;
}

.p-my__setting-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.375rem;
  height: 0.375rem;
  border-block-start: 1px solid var(--color-sub-text);
  border-inline-end: 1px solid var(--color-sub-text);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s;
}

.p-my__setting-item a:hover {
  opacity: 1;
}

.p-my__setting-item a:hover::before {
  transform: translate(0.5rem, -50%) rotate(45deg);
}

.p-my__setting-item + .p-my__setting-item {
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-my__setting-item + .p-my__setting-item {
    margin-top: 0;
  }
}

.p-my__link-wrap {
  margin-top: 1.875rem;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-my__link-wrap {
    margin-top: 4.0625rem;
    width: min(100%, 20.5625rem);
  }
}

.p-my__link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  padding: 0.75rem 0.625rem;
  background-color: var(--color-blue);
  color: var(--color-white);
  font-size: 0.9375rem;
  border-radius: 1.875rem;
  font-weight: var(--bold);
}
@media screen and (min-width: 768px) {
  .p-my__link a {
    font-size: 1rem;
    padding: 0.9375rem 0.3125rem;
    gap: 0.5rem;
  }
}

.p-my__link a:hover::after {
  transform: translate(0.5rem, -50%) rotate(45deg);
}

.p-my__link a::before {
  content: "";
  display: inline-flex;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/images/icon_white-mail.svg");
}

.p-my__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid var(--color-white);
  border-right: 0.125rem solid var(--color-white);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s;
}

.p-my__link-password {
  margin-top: 2.375rem;
}

.p-my__link-password a {
  padding-right: 0.625rem;
  font-size: 0.875rem;
  color: var(--color-black);
  display: inline-block;
  position: relative;
  padding-bottom: 0.625rem;
  padding: 0rem 1.25rem 0.625rem 0.625rem;
}

.p-my__link-password a:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0.625rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-block-start: 1px solid var(--color-sub-text);
  border-inline-end: 1px solid var(--color-sub-text);
  transform: rotate(45deg);
  transition: transform 0.4s;
}

.p-my__link-password a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
  transition: transform 0.4s;
}

.p-my__link-password a:hover::before {
  transform: translate(0.5rem) rotate(45deg);
}

.p-delivery {
  margin-bottom: 2.625rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-delivery {
    margin-bottom: 4rem;
  }
}

.p-delivery__title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-delivery__title {
    margin-top: 1.875rem;
  }
}

.p-delivery .c-entry-form {
  background-color: var(--color-bg-gray);
  margin-top: 1.375rem;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-delivery .c-entry-form {
    margin-top: 2rem;
    padding-top: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-delivery .c-entry-form__wrap {
    max-width: 34.375rem;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-delivery .c-entry-form__wrap + .c-entry-form__wrap {
    margin-top: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-delivery .c-entry-form__label {
    flex-shrink: 0;
    width: 8.5rem;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-delivery .c-entry-form__input,
  .p-delivery .c-entry-form__select {
    margin-top: 0;
  }
}

.p-delivery .c-entry-form__select select {
  background-color: var(--color-white);
}

@media screen and (min-width: 768px) {
  .p-delivery .c-entry-form__submit {
    margin-top: 1.875rem;
  }
}

.p-delivery__information {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-delivery__information {
    margin-top: 2.0625rem;
  }
}

.p-delivery__button-wrap {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-delivery__button-wrap {
    margin-top: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
}

.p-delivery__button + .p-delivery__button {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-delivery__button + .p-delivery__button {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-delivery__button {
    width: min(100%, 21.5625rem);
  }
}

.p-payment {
  margin-bottom: 2.625rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-payment {
    margin-bottom: 2.1875rem;
  }
}

.p-payment__title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-payment__title {
    margin-top: 1.875rem;
  }
}

.p-payment__description {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-payment__description {
    margin-top: 1.25rem;
  }
}

.p-payment__information {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-payment__information {
    margin-top: 2.0625rem;
    max-width: 51.25rem;
    margin-inline: auto;
  }
}

.p-payment__button-wrap {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-payment__button-wrap {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    max-width: 44.6875rem;
    margin-inline: auto;
  }
}

.p-payment__button {
  margin-inline: auto;
  width: min(100%, 21.5625rem);
}

.p-payment__button + .p-payment__button {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-payment__button + .p-payment__button {
    margin-top: 0;
  }
}

.p-payment .c-entry-form {
  background-color: var(--color-bg-gray);
  margin-top: 1.375rem;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-payment .c-entry-form {
    margin-top: 2rem;
    padding-top: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-payment .c-entry-form__wrap {
    max-width: 34.375rem;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-payment .c-entry-form__wrap + .c-entry-form__wrap {
    margin-top: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-payment .c-entry-form__label {
    flex-shrink: 0;
    width: 9.375rem;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-payment .c-entry-form__input,
  .p-payment .c-entry-form__select {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-payment .c-entry-form__wrap:has(input[name=security-code]) .c-entry-form__label {
    width: 12.875rem;
  }
}

.p-payment .c-entry-form__select select {
  background-color: var(--color-white);
}

@media screen and (min-width: 768px) {
  .p-payment .c-entry-form__submit {
    margin-top: 1.875rem;
  }
}

.p-cart {
  padding-block-start: 1.25rem;
  padding-block-end: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-cart {
    padding-block-start: 2rem;
    padding-block-end: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-cart__inner.l-inner {
    width: min(100%, 54.375rem);
    margin-inline: auto;
  }
}

.p-cart__form {
  margin-block-start: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-cart__form {
    margin-block-start: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-cart__content-outer {
    background-color: var(--color-blue-sub);
    padding-block-start: 1.5rem;
    padding-block-end: 2.5625rem;
  }
}

.p-cart__content-wrap {
  -o-border-image: linear-gradient(var(--color-blue-sub) 0 0) 0//0 100vi;
     border-image: linear-gradient(var(--color-blue-sub) 0 0) fill 0//0 100vi;
  padding-block-start: 1.5625rem;
  padding-block-end: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-cart__content-wrap {
    -o-border-image: none;
       border-image: none;
    padding: unset;
    width: min(100%, 39.5625rem);
    margin-inline: auto;
  }
}

.p-cart__content {
  display: grid;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-cart__content {
    gap: 1rem;
  }
}

.p-cart__selection {
  margin-block-start: 2rem;
  display: grid;
  gap: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-cart__selection {
    margin-block-start: 2.5625rem;
    gap: 1rem;
  }
}

.p-cart__container {
  margin-block-start: 1.4375rem;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .p-cart__container {
    margin-block-start: 1.5rem;
  }
}

.p-cart__wrap {
  border-top: 1px solid var(--color-border);
  padding-block-start: 0.5rem;
  padding-block-end: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-cart__wrap {
    padding-block-start: 0.5rem;
  }
}

.p-cart__address-list {
  display: grid;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-cart__address-list {
    gap: 0.4375rem;
  }
}

.p-cart__payment-wrap {
  margin-block-start: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-cart__payment-wrap {
    margin-block-start: 2.625rem;
  }
}

.p-cart__payment-list {
  margin-block-start: 0.9375rem;
  display: grid;
  gap: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-cart__payment-list {
    gap: 0.5rem;
  }
}

.p-cart__button-wrap {
  margin-block-start: 2rem;
  width: min(100%, 21.5625rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cart__button-wrap {
    margin-block-start: 2.125rem;
  }
}

.p-delete {
  margin-bottom: 2.625rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-delete {
    margin-bottom: 4rem;
  }
}

.p-delete__title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-delete__title {
    margin-top: 1.875rem;
  }
}

.p-delete__description {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-delete__description {
    margin-top: 1.25rem;
  }
}

.p-delete__description.u-color-red .c-entry-text {
  color: var(--color-red);
}

.p-delete__list {
  margin-top: 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid var(--color-border);
  padding: 0.9375rem 1rem 0.875rem 2.1875rem;
  max-width: 21.5625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-delete__list {
    max-width: 36.25rem;
  }
}

.p-delete__list-item {
  list-style: disc;
  font-size: 0.875rem;
  font-weight: var(--bold);
  color: var(--color-text);
  line-height: 1.5;
}

.p-delete__button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-delete__button-wrap {
    margin-top: 1.5rem;
    flex-direction: row;
    gap: 1.5rem;
  }
}

.p-delete__button + .p-delete__button {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-delete__button + .p-delete__button {
    margin-top: 0;
  }
}

.p-delete__button {
  width: min(100%, 21.5625rem);
}

.p-delete__button .c-button.c-button--white02::before {
  content: none;
}

.p-delete__button .c-button.c-button--white02 {
  transition: opacity 0.3s;
}

.p-delete__button .c-button.c-button--white02:hover {
  opacity: 0.7;
}

.p-contact {
  margin-bottom: 2.625rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-contact {
    margin-bottom: 4rem;
  }
}

.p-contact__title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    margin-top: 1.875rem;
  }
}

.p-contact__description {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__description {
    margin-top: 1.25rem;
  }
}

.p-contact .c-entry-form {
  background-color: var(--color-bg-gray);
  margin-top: 1.375rem;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact .c-entry-form {
    margin-top: 2.625rem;
    padding-top: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact .c-entry-form__wrap {
    max-width: 27.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact .c-entry-form__wrap + .c-entry-form__wrap {
    margin-top: 1.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact .c-entry-form__label {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact .c-entry-form__input {
    margin-top: 0.3125rem;
  }
}

.p-contact .c-entry-form__textarea textarea {
  min-height: 7.875rem;
}

.p-contact .c-entry-form__submit {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact .c-entry-form__submit {
    margin-top: 1.875rem;
  }
}

.p-contact .c-entry-form__submit::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-block-start: 0.125rem solid var(--color-white);
  border-inline-end: 0.125rem solid var(--color-white);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s;
  z-index: 1;
}

.p-contact .c-entry-form__submit input:hover {
  opacity: 1;
}

.p-contact .c-entry-form__submit:hover::before {
  transform: translate(0.5rem, -50%) rotate(45deg);
}

.p-contact__button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__button-wrap {
    margin-top: 1.5rem;
    flex-direction: row;
    gap: 1.5rem;
  }
}

.p-contact__button + .p-contact__button {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__button + .p-contact__button {
    margin-top: 0;
  }
}

.p-contact__button {
  width: min(100%, 21.5625rem);
}

.p-history {
  padding-block-start: 1.1875rem;
  padding-block-end: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-history {
    padding-block-start: 1.875rem;
    padding-block-end: 4.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-history__inner.l-inner {
    width: min(100%, 54.5625rem);
  }
}

.p-history__container {
  margin: 0 calc(50% - 50vw);
  margin-top: 1.25rem;
  padding-top: 0.3125rem;
  padding-bottom: 3.125rem;
  background-color: var(--color-blue-sub);
}
@media screen and (min-width: 768px) {
  .p-history__container {
    margin-top: 1.875rem;
    padding-bottom: 2.5rem;
    max-width: 51.25rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-history__container__inner.l-inner {
    max-width: 42.6875rem;
    margin-inline: auto;
  }
}

.p-history__card-list {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-history__card-list {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.p-history__form {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-history__form {
    margin-top: 0.75rem;
  }
}

.p-history__form textarea {
  width: 100%;
  field-sizing: content;
  min-height: 7.25rem;
  padding: 0.71875rem 1rem;
  font-size: 0.875rem;
  border: 1px solid #DDDDDD;
  background-color: var(--color-white);
  border-radius: 0.25rem;
  color: var(--color-text);
}

.p-history__form textarea::-moz-placeholder {
  font-size: 1rem;
  color: #999999;
}

.p-history__form textarea::placeholder {
  font-size: 1rem;
  color: #999999;
}

.p-history__button {
  width: min(100%, 21.5625rem);
  margin-inline: auto;
  margin-block-start: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-history__button {
    width: 100%;
    margin-block-start: 0.3125rem;
  }
}

.p-history__button-wrap {
  width: min(100%, 21.5625rem);
  margin-inline: auto;
  margin-block-start: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-history__button-wrap {
    margin-block-start: 1.875rem;
  }
}

.p-history__list {
  margin-top: 3.5625rem;
}

.p-history__list .c-comment-item + .c-comment-item {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-history__list .c-comment-item + .c-comment-item {
    margin-top: 0.625rem;
  }
}

.p-buy {
  background-color: var(--color-blue-sub);
  padding-block-start: 1.1875rem;
  padding-block-end: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-buy {
    padding-block-start: 3.3125rem;
    padding-block-end: 5.125rem;
  }
}

.p-buy.u-complete {
  background-color: initial;
}

@media screen and (min-width: 768px) {
  .p-buy__inner.l-inner {
    width: min(100%, 54.5625rem);
  }
}

.p-buy__description {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-buy__description {
    margin-top: 1.25rem;
  }
}

.p-buy__card-list {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-buy__card-list {
    margin-top: 2.5625rem;
    gap: 1rem;
  }
}

.p-history__notification {
  margin-top: 2.5rem;
  background-color: var(--color-bg-yellow);
  margin-inline: auto;
  border: 2px solid var(--color-border);
  padding: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-history__notification {
    margin-top: 1.25rem;
  }
}

.p-history__notification-text {
  font-size: 1rem;
  font-weight: var(--medium);
  color: var(--color-text);
  line-height: 1.5;
}

.p-history__notification-alert {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: var(--bold);
  color: var(--color-red);
  line-height: 1.5;
}

.p-history__notification-link {
  margin-top: 0.5rem;
  width: min(100%, 17.8125rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-history__notification-link {
    width: min(100%, 21.5625rem);
  }
}

.p-buy__pagination {
  margin-block-start: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-buy__pagination {
    margin-block-start: 4rem;
  }
}

.p-buy__button-wrap {
  width: min(100%, 21.5625rem);
  margin-inline: auto;
  margin-block-start: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-buy__button-wrap {
    margin-block-start: 1.5rem;
  }
}

.p-buy__none {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-buy__none {
    margin-top: 2.5rem;
  }
}

.p-favorite {
  background-color: var(--color-blue-sub);
  padding-block-start: 1.5625rem;
  padding-block-end: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-favorite {
    padding-block-start: 2.9375rem;
    padding-block-end: 5.125rem;
    overflow-x: clip;
  }
}

.p-favorite .c-product-card + .c-product-card {
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-favorite .c-product-card + .c-product-card {
    margin-top: 0;
  }
}

.p-favorite__list {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-favorite__list {
    margin-top: 3.25rem;
    display: grid;
    row-gap: 1.5rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-favorite__button-wrap {
  width: min(100%, 21.5625rem);
  margin-inline: auto;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-favorite__button-wrap {
    margin-top: 2.5rem;
  }
}

.p-complete {
  padding-bottom: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-complete {
    padding-bottom: 4rem;
  }
}

.p-complete__title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-complete__title {
    margin-top: 1.875rem;
  }
}

.p-complete__description {
  margin-top: 2.125rem;
  max-width: 18.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-complete__description {
    max-width: initial;
    margin-top: 1.25rem;
  }
}

.p-complete__button-wrap {
  margin-top: 1.125rem;
  width: min(100%, 21.5625rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-complete__button-wrap {
    margin-top: 1.5rem;
  }
}

.p-tokutei {
  padding: 3.125rem 0 6.25rem;
}
.p-tokutei__inner {
  max-width: 50rem;
}
.p-tokutei__title {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-tokutei__title {
    margin-bottom: 3.125rem;
  }
}
.p-tokutei__text + .p-tokutei__text {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-tokutei__text + .p-tokutei__text {
    margin-top: 3.125rem;
  }
}
.p-tokutei .c-text, .p-tokutei .c-table, .p-tokutei .c-list {
  margin-top: 1.25rem;
}
.p-tokutei .c-text--bold + .c-text, .p-tokutei .c-text--bold + .c-table, .p-tokutei .c-text--bold + .c-list {
  margin-top: 0.625rem;
}
.p-tokutei .c-table .c-list {
  margin-top: 0;
}
.p-tokutei a {
  color: var(--color-blue);
}

.p-faq {
  padding: 3.125rem 0 6.25rem;
}
.p-faq__inner {
  max-width: 50rem;
}
.p-faq__title {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    margin-bottom: 3.125rem;
  }
}
.p-faq__item dt {
  position: relative;
  padding: 0.1875rem 5.625rem 0.9375rem 2.8125rem;
  font-size: 1rem;
  font-weight: var(--bold);
  min-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item dt {
    padding: 0.625rem 7.5rem 0.9375rem 4.0625rem;
    min-height: 4.0625rem;
    font-size: 1.25rem;
  }
}
.p-faq__item dt::before {
  content: "Q";
  border: var(--color-blue) 0.125rem solid;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-blue);
  font-size: 0.9375rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-faq__item dt::before {
    font-size: 1.5625rem;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 3.125rem;
  }
}
.p-faq__item dt::after {
  font-size: 0.75rem;
  background-color: var(--color-gray2);
  padding: 0.1875rem 0.3125rem;
  position: absolute;
  top: 0.1875rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-faq__item dt::after {
    padding: 0.3125rem 0.625rem;
    font-size: 0.875rem;
    top: 0.625rem;
  }
}
.p-faq__item dt.sell::after {
  content: "出品者様向け";
}
.p-faq__item dt.buy::after {
  content: "購入者様向け";
}
.p-faq__item dd {
  position: relative;
  padding: 0.1875rem 0 0 2.8125rem;
  min-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item dd {
    padding: 1.5625rem 0 0 4.0625rem;
    min-height: 4.0625rem;
  }
}
.p-faq__item dd::before {
  content: "A";
  border: var(--color-red) 0.125rem solid;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-red);
  font-size: 0.9375rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-faq__item dd::before {
    top: 0.9375rem;
    font-size: 1.5625rem;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 3.125rem;
  }
}
.p-faq__item + .p-faq__item {
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
  border-top: var(--color-border) 0.0625rem solid;
}
@media screen and (min-width: 768px) {
  .p-faq__item + .p-faq__item {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
}

.p-about {
  padding: 3.125rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding: 3.125rem 0 12.5rem;
  }
}
.p-about__inner {
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  .p-about__inner {
    max-width: 62.5rem;
  }
}
.p-about__title {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    margin-bottom: 3.125rem;
  }
}
.p-about__content + .p-about__content {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-about__content + .p-about__content {
    margin-top: 6.25rem;
  }
}
.p-about__content p + p {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__content p + p {
    margin-top: 2.5rem;
  }
}
.p-about__content strong {
  color: var(--color-red);
}
.p-about__content--sell {
  position: relative;
  background-image: url(/assets/img/about/about-img01_sp.jpg);
  background-size: cover;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__content--sell {
    background-image: url(/assets/img/about/about-img01.jpg);
    padding-bottom: 0;
    min-height: 26.25rem;
  }
}
.p-about__content--sell p {
  color: var(--color-white);
  font-weight: var(--bold);
  line-height: 1.8;
  padding: 0 1.875rem;
  text-shadow: 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .p-about__content--sell p {
    text-align: center;
    font-size: 1.125rem;
  }
}
.p-about__content--buy {
  position: relative;
  background-image: url(/assets/img/about/about-img02_sp.jpg);
  background-size: cover;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__content--buy {
    background-image: url(/assets/img/about/about-img02.jpg);
    padding-bottom: 0;
    min-height: 28.75rem;
  }
}
.p-about__content--buy p {
  color: var(--color-white);
  font-weight: var(--bold);
  line-height: 1.8;
  padding: 0 1.875rem;
  text-shadow: 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .p-about__content--buy p {
    text-align: center;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__content + .p-about__content--buy {
    margin-top: 9.375rem;
  }
}
.p-about__headline {
  margin-bottom: 1.25rem;
  background-color: var(--color-blue);
  color: var(--color-white);
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__headline {
    margin-bottom: 3.125rem;
    padding: 1.25rem 1.875rem;
    font-size: 1.5625rem;
    text-align: center;
  }
}
.p-about__headline--buy {
  background-color: var(--color-red);
}
.p-about__recommend {
  margin: 1.25rem auto 0;
  background-color: var(--color-bg-gray);
  padding: 0.9375rem;
  width: 19.375rem;
  box-shadow: 0.625rem 0.625rem 0 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .p-about__recommend {
    padding: 1.875rem;
    position: absolute;
    left: -3.125rem;
    bottom: -3.125rem;
    width: 31.25rem;
    box-shadow: 1.25rem 1.25rem 0 0 rgba(0, 0, 0, 0.5);
  }
}
.p-about__recommend-title {
  font-size: 1rem;
  font-weight: var(--bold);
  text-align: center;
  color: var(--color-blue);
  border-bottom: var(--color-blue) 0.125rem dotted;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-about__recommend-title {
    font-size: 1.5625rem;
    padding-bottom: 0.9375rem;
  }
}
.p-about__recommend-title--buy {
  color: var(--color-red);
  border-bottom: var(--color-red) 0.125rem dotted;
}
.p-about__recommend-list {
  margin-top: 0.9375rem;
}
.p-about__recommend-list li {
  position: relative;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about__recommend-list li {
    font-size: 1.25rem;
    padding-left: 1.5625rem;
  }
}
.p-about__recommend-list li::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--color-blue);
  border-radius: 0.625rem;
  position: absolute;
  top: 0.375rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-about__recommend-list li::before {
    top: 0.625rem;
  }
}
.p-about__recommend-list--buy li::before {
  background-color: var(--color-red);
}
@media screen and (min-width: 768px) {
  .p-about__content--buy .p-about__recommend {
    left: auto;
    right: -3.125rem;
  }
}

.c-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.c-section-title.c-section-title--product {
  align-items: flex-start;
  width: min(100%, 18.75rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-section-title.c-section-title--product {
    width: min(100%, 38.75rem);
  }
}

.c-section-title--left {
  justify-content: flex-start;
}

.c-section-title__icon {
  aspect-ratio: 1/1;
  max-width: 2.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-section-title__icon {
    max-width: 2.6875rem;
  }
}

.c-section-title__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-section-title__text {
  font-size: 1.5rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-section-title__text {
    font-size: 2rem;
  }
}

.c-section-title__text--sm {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-section-title__text--sm {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.c-section-title__icon--sm {
  aspect-ratio: 1/1;
  max-width: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-section-title__icon--sm {
    max-width: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-section-title__text--pc-s {
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

.c-section-title__text--user {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-section-title__text--user {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.c-button {
  padding: 1.25rem 1.875rem;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: var(--bold);
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-blue);
  border-radius: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-button {
    padding: 1.25rem 1.875rem;
  }
}

.c-button:focus {
  outline: 1px solid var(--color-blue);
  outline-offset: 0;
}

.c-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-block-start: 0.125rem solid var(--color-white);
  border-inline-end: 0.125rem solid var(--color-white);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s;
}

.c-button:hover {
  opacity: 1;
}

.c-button:hover::before {
  transform: translate(0.5rem, -50%) rotate(45deg);
}

.c-button.c-button--black {
  color: var(--color-white);
  background-color: var(--color-black);
}

.c-button.c-button--black::before {
  border-block-start: 0.125rem solid currentColor;
  border-inline-end: 0.125rem solid currentColor;
}

.c-button.c-button--red {
  color: var(--color-white);
  background-color: var(--color-red);
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .c-button.c-button--red:hover {
    opacity: var(--opacity);
  }
}

.c-button.c-button--red::before {
  content: none;
}

.c-button.c-button--comment {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.90625rem 0.875rem;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button.c-button--comment {
    padding: 1.28125rem 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-button.c-button--comment:hover {
    opacity: var(--opacity);
  }
}

.c-button.c-button--comment::before {
  content: "";
  position: static;
  display: inline-flex;
  -webkit-mask-image: url(/images/icon_section-title--pen.svg);
          mask-image: url(/images/icon_section-title--pen.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--color-white);
  transform: none;
  width: 1.1875rem;
  height: 1.1875rem;
}

.c-button.c-button--red {
  color: var(--color-white);
  background-color: var(--color-red);
}

.c-button.c-button--red::before {
  border-block-start: 0.125rem solid currentColor;
  border-inline-end: 0.125rem solid currentColor;
}

.c-button.c-button--red:focus {
  outline: 1px solid var(--color-red);
  outline-offset: 0;
}

.c-button.c-button--white {
  color: var(--color-blue);
  background-color: var(--color-white);
  border: 1px solid var(--color-blue);
}

.c-button.c-button--white::before {
  border-block-start: 0.125rem solid currentColor;
  border-inline-end: 0.125rem solid currentColor;
}

.c-button.c-button--white02 {
  color: var(--color-blue);
  background-color: var(--color-white);
  border: 1px solid var(--color-bg-blue);
  padding: 0.90625rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-button.c-button--white02 {
    padding: 1.1875rem 1.875rem;
  }
}

.c-button.c-button--white02::before {
  border-block-start: 0.125rem solid var(--color-blue);
  border-inline-end: 0.125rem solid var(--color-blue);
}

.c-button.c-button--delete {
  color: var(--color-sub-text);
  background-color: var(--color-white);
  border: 1px solid var(--color-sub-text);
  transition: opacity 0.3s;
}

.c-button.c-button--white::before {
  content: none;
}

.c-button.c-button--delete:hover {
  opacity: 0.7;
}

.c-button.c-button--no-icon::before {
  content: none;
}

.c-button.c-button--white.c-button--no-icon {
  transition: opacity 0.3s;
}

.c-button.c-button--white.c-button--no-icon:hover {
  opacity: 0.7;
}

.c-button.c-button--no-icon {
  transition: opacity 0.3s;
}

.c-button.c-button--no-icon:hover {
  opacity: 0.7;
}

.c-button.c-button--my-list {
  position: relative;
  color: var(--color-blue);
  background-color: var(--color-white);
  border: 1px solid var(--color-bg-blue);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.6875rem 0.875rem;
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .c-button.c-button--my-list:hover {
    opacity: var(--opacity);
  }
}

.c-button.c-button--my-list::before {
  content: "";
  position: static;
  display: inline-flex;
  background-image: url(/images/icon_section-title--pen.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: none;
  width: 1.1875rem;
  height: 1.1875rem;
}

.c-button.c-button--red.c-button--no-icon:hover {
  opacity: 0.7;
}

.c-triangle {
  aspect-ratio: 1/1;
  width: 4rem;
  background-color: var(--color-black);
  display: inline-block;
}

.c-triangle--top {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.c-triangle--bottom {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.c-triangle--left {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.c-triangle--right {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.c-triangle--lower-left {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.c-triangle--upper-left {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.c-triangle--lower-right {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.c-triangle--upper-right {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.c-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  padding: 0.75rem 0.625rem;
  background-color: var(--color-red);
  color: var(--color-white);
  font-size: 1.125rem;
  border-radius: 1.625rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-cart {
    border-radius: 0.25rem;
    font-size: 1rem;
    padding: 0.9375rem 0.3125rem;
    width: min(100%, 11.25rem);
  }
}

@media screen and (min-width: 768px) {
  .c-cart:hover::after {
    transform: translateX(0.5rem) rotate(45deg);
  }
}

.c-cart::before {
  content: "";
  display: inline-flex;
  align-items: center;
  width: 1.6875rem;
  height: 1.6875rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/images/icon_cart.svg");
}

@media screen and (min-width: 768px) {
  .c-cart::after {
    content: "";
    display: inline-flex;
    align-items: center;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid var(--color-white);
    border-right: 0.125rem solid var(--color-white);
    transform: rotate(45deg);
    transition: transform 0.4s;
  }
}

.c-login {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  padding: 0.6875rem 0.625rem;
  color: var(--color-text);
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
  border-radius: 1.625rem;
  font-size: 1.125rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  line-height: 1.5;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .c-login {
    padding: 0.9375rem 0.3125rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    width: min(100%, 11.25rem);
  }
}

@media screen and (min-width: 768px) {
  .c-login:hover::after {
    transform: translateX(0.5rem) rotate(45deg);
  }
}

.c-login::before {
  content: "";
  display: inline-flex;
  align-items: center;
  width: 0.8125rem;
  height: 0.8125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/images/icon_login.svg");
}
@media screen and (min-width: 768px) {
  .c-login::before {
    width: 1.375rem;
    height: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-login::after {
    content: "";
    display: inline-flex;
    align-items: center;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid var(--color-border);
    border-right: 0.125rem solid var(--color-border);
    transform: rotate(45deg);
    transition: transform 0.3s;
  }
}

.c-favorite-button__favorite,
.c-favorite-button__favorite-red {
  position: absolute;
  top: 0.625rem;
  right: 0.8125rem;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-favorite-button__favorite,
  .c-favorite-button__favorite-red {
    top: 1.0625rem;
    right: 1.5rem;
    width: 1.3125rem;
    height: 1.1875rem;
  }
}

.c-favorite-button__favorite img,
.c-favorite-button__favorite-red img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: baseline;
}

.c-favorite-button__favorite-red {
  opacity: 0;
}

.c-favorite-button__favorite-red.is-active {
  opacity: 1;
}

.c-favorite-button--user {
  position: relative;
  width: 1.3125rem;
  height: 1.1875rem;
}

.c-favorite-button__favorite--user,
.c-favorite-button__favorite-red--user {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.3125rem;
  height: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .c-favorite-button__favorite--user,
  .c-favorite-button__favorite-red--user {
    width: 1.375rem;
    height: 1.25rem;
    top: 60%;
  }
}

.c-product-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-product-info {
    gap: 0.25rem;
  }
}

.c-product-info__image {
  width: min(100%, 6.25rem);
}
@media screen and (min-width: 768px) {
  .c-product-info__image {
    width: min(100%, 7.1875rem);
  }
}

.c-product-info__text-area {
  flex: 1;
  display: grid;
  gap: 0.3125rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-product-info__text-area {
    gap: 0.3125rem;
  }
}

.c-product-info__maker {
  font-size: 0.75rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-gray3);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .c-product-info__maker {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-top: 0.625rem;
  }
}

.c-product-info__name {
  font-size: 0.875rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .c-product-info__name {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}

.c-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.0625rem;
  padding-right: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-price {
    padding-right: unset;
    gap: 1.0625rem;
  }
}

.c-price.c-price--my-list {
  justify-content: flex-start;
  gap: 0.4375rem;
}

.c-price__text-area {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-price__text-area {
    gap: 0.3125rem;
  }
}

.c-price__price-number {
  font-size: 1.75rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-red);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-price__price-number {
    font-size: 2.125rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .c-price__price-number.c-price__price-number--product {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.c-price__price-number.c-price__price-number--my-list {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.5;
}

.c-price__price-unit {
  font-size: 0.75rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-price__price-unit {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .c-price__price-unit.c-price__price-unit--my-list {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.c-price__shipping {
  font-size: 0.75rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-price__shipping {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .c-price__shipping.c-price__shipping--my-list {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.c-price__location {
  font-size: 0.75rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-gray3);
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-price__location {
    font-size: 0.875rem;
    line-height: 1.5;
    gap: 0.125rem;
  }
}

.c-price__location.c-price__location--my-list {
  font-size: 0.875rem;
  line-height: 1.5;
}

.c-price__location::before {
  content: "";
  display: inline-flex;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(/images/icon_pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-price__location::before {
    width: 1rem;
    height: 1rem;
  }
}

.c-tag-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3125rem 0.8125rem;
  padding-inline-start: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-tag-group {
    padding-inline-start: unset;
  }
}

.c-tag-group.c-tag-group--product {
  padding-inline-start: unset;
}
@media screen and (min-width: 768px) {
  .c-tag-group.c-tag-group--product {
    display: grid;
    gap: 0.875rem;
  }
}

.c-tag-group.c-tag-group--my-list {
  padding-inline-start: unset;
}

.c-tag-group__tag {
  font-size: 0.75rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-blue);
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-tag-group__tag {
    font-size: 0.875rem;
    line-height: 1.5;
    gap: 0.375rem;
  }
}

.c-tag-group__hash {
  font-size: 0.75rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-sub-text);
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-tag-group__hash {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.c-product-card {
  position: relative;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  padding-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .c-product-card {
    padding-top: 3.25rem;
  }
}

.c-product-card a {
  display: block;
  padding: 0 0.5rem 1.25rem;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-product-card a {
    padding: 0 0.6875rem 0.8125rem;
  }
}

.c-product-card a:hover {
  opacity: var(--opacity);
}

.c-product-card__content {
  margin-top: 0.25rem;
  display: grid;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-product-card__content {
    margin-top: unset;
    gap: 0.875rem;
  }
}

.c-image {
  overflow: hidden;
  aspect-ratio: 1/1;
}

.c-image img {
  transition: transform 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-sold-out {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent; /* 背景を透明に */
  aspect-ratio: 1/1;
  width: 5.75rem;
  height: 5.75rem;
  display: inline-block;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-sold-out {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.c-sold-out::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-red);
  border-top-left-radius: 0.1875rem;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.c-sold-out__text {
  position: absolute;
  top: 37%;
  left: 36%;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%) rotate(-45deg);
  color: var(--color-white);
  font-size: 1rem;
  font-weight: var(--bold);
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-sold-out__text {
    top: 37%;
    left: 36%;
  }
}

.c-sold-out.c-sold-out--product {
  width: 6.25rem;
  height: 6.25rem;
}
@media screen and (min-width: 768px) {
  .c-sold-out.c-sold-out--product {
    width: 8.5rem;
    height: 9rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sold-out__text.c-sold-out__text--product {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.c-news-item + .c-news-item {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-news-item + .c-news-item {
    margin-top: 1.3125rem;
  }
}

.c-news-item a {
  display: block;
  padding-bottom: 0.6875rem;
  border-bottom: 1px solid var(--color-border);
  transition: opacity 0.3s;
}

.c-news-item a:hover {
  opacity: 0.6;
}

.c-news-item__date {
  font-size: 0.75rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-blue);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-news-item__date {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.c-news-item__text {
  font-size: 0.75rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
  margin-top: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .c-news-item__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-product-filter {
  padding: 0.625rem 0;
  border-top: 1px solid var(--color-gray2);
}
@media screen and (min-width: 768px) {
  .c-product-filter {
    padding: 1.625rem 0;
  }
}

.c-product-filter__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-product-filter__button-wrap {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-product-filter__button-wrap {
    gap: 0.75rem;
  }
}

.c-product-filter__button-item {
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
  border-radius: 0.25rem;
  padding: 0.5625rem 0.53125rem;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .c-product-filter__button-item:hover {
    opacity: var(--opacity);
  }
}

.c-product-filter__button-item img {
  width: 1.5rem;
  height: 1.5rem;
}

.c-product-filter__text {
  font-size: 1rem;
  font-weight: var(--medium);
  font-family: var(--base-font-family);
  color: var(--color-sub-text);
  line-height: 1.5;
}

.c-product-filter__button {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-blue);
  border-radius: 0.25rem;
  padding: 0.5625rem 0.53125rem;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-product-filter__button {
    padding: 0.6875rem 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-product-filter__button:hover {
    opacity: var(--opacity);
  }
}

.c-product-filter__button img {
  width: 1.6875rem;
  height: 1.6875rem;
}

.c-product-filter__button-text {
  font-size: 1rem;
  font-weight: var(--medium);
  font-family: var(--base-font-family);
  color: var(--color-white);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-product-filter__button-text {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.c-entry-text {
  font-size: 0.875rem;
  font-weight: var(--medium);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-entry-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-entry-text--center {
  text-align: center;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: rgba(4, 4, 4, 0.6);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .c-modal {
    padding-top: 5.5625rem;
    padding-bottom: 5.5625rem;
  }
}

.c-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.c-modal__container {
  position: relative;
  max-width: 820px;
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
}
.c-modal__header {
  background-color: var(--color-blue);
  color: #fff;
  padding: 0.6875rem 0.75rem 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-modal__header {
    padding: 0.625rem 1.125rem 0.5rem 0.625rem;
  }
}

.c-modal__header-title {
  font-size: 1rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-white);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-modal__header-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.c-modal__header-sort-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-modal__header-sort-wrap {
    gap: 0.5rem;
  }
}

.c-modal__header-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-modal__header-wrap {
    gap: 2.375rem;
  }
}

.c-modal__header-sort-wrap img {
  width: 1.4375rem;
  height: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .c-modal__header-sort-wrap img {
    width: 2.5625rem;
    height: 2.5625rem;
  }
}

.c-modal__header-clear {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  padding: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  line-height: 1.5;
  border-radius: 0.25rem;
}

.c-modal__header-close {
  cursor: pointer;
  width: 1.375rem;
  height: 1.375rem;
}

.c-modal__header-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: baseline;
}

.c-accordion {
  padding: 0 0.9375rem 2rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-accordion {
    padding: 0.625rem 0.9375rem 2.6875rem 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-accordion__inner {
    max-width: 27.8125rem;
    margin-inline: auto;
  }
}

.c-accordion__item {
  border-bottom: 1px solid #ccc;
}

.c-accordion__item.c-accordion__item--checkbox.active {
  padding-bottom: 0.5rem;
}

.c-accordion__title {
  cursor: pointer;
  padding: 1.125rem 0.9375rem 1.125rem 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
}

.c-accordion__title::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid var(--color-sub-text);
  border-right: 0.125rem solid var(--color-sub-text);
  transform: rotate(135deg);
  transition: transform 0.5s ease;
}

.c-accordion__item.active .c-accordion__title::after {
  transform: rotate(315deg);
}

.c-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.c-accordion__wrap {
  padding-bottom: 0.4375rem;
}

.c-accordion__wrap.c-accordion__wrap--checkbox {
  padding-block: 0.9375rem;
}

.c-accordion__select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.c-accordion__select::after {
  content: "";
  position: absolute;
  right: 0.875rem;
  top: 1.5625rem;
  width: 0.625rem;
  height: 0.3125rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-text);
  transition: transform 0.5s ease;
}

.c-accordion__select.active::after {
  transform: rotate(180deg);
}

.c-accordion__select-item {
  background-color: var(--color-bg-gray);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  cursor: pointer;
  padding: 0.875rem 0.875rem;
  font-size: 1rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
  display: -webkit-box;
}
@media screen and (min-width: 768px) {
  .c-accordion__select-item {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-accordion__input {
  width: 100%;
  display: block;
}

.c-accordion__custom-list {
  display: none;
  position: static;
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 10.625rem;
  overflow-y: auto;
}

.c-accordion__select.active .c-accordion__custom-list {
  display: block;
}

.c-accordion__custom-item {
  padding: 0.625rem;
  cursor: pointer;
}

.c-accordion__custom-item:hover {
  background: var(--color-bg-gray);
}

.c-accordion__original-item {
  display: none;
}

.c-accordion__checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding-left: 0.3125rem;
}

.c-accordion__checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: var(--medium);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
}
.c-accordion__checkbox-input {
  align-items: center;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.c-accordion__checkbox-input:focus {
  outline: 1px solid var(--color-blue);
  outline-offset: 0;
}

.c-accordion__checkbox-input:checked::after {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.5rem;
  border-left: 0.125rem solid var(--color-blue);
  border-bottom: 0.125rem solid var(--color-blue);
  transform: rotate(-45deg);
  top: 18%;
  left: 13%;
}

.c-accordion__button-wrap {
  width: min(100%, 21.5625rem);
  margin-inline: auto;
  margin-block-start: 2rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__button-wrap {
    margin-block-start: 1.9375rem;
  }
}

.c-login-icon {
  display: block;
  width: 2.125rem;
  height: 2.125rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-login-icon {
    width: 4rem;
    height: 4rem;
  }
}

.c-login-icon:hover {
  opacity: 0.7;
}

.c-login-icon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  background-color: #fff;
}

.c-login-icon.c-login-icon--product {
  width: 3.375rem;
  height: 3.375rem;
}
@media screen and (min-width: 768px) {
  .c-login-icon.c-login-icon--product {
    width: 4.4375rem;
    height: 4.4375rem;
  }
}

.c-login-icon.c-login-icon--no-link {
  width: 3.375rem;
  height: 3.375rem;
}
@media screen and (min-width: 768px) {
  .c-login-icon.c-login-icon--no-link {
    width: 4.4375rem;
    height: 4.4375rem;
  }
}

.c-login-icon.c-login-icon--no-link:hover {
  opacity: 1;
}

.c-login-icon.c-login-icon--user {
  width: 5.875rem;
  height: 5.875rem;
}

.c-entry-password {
  margin: 0 calc(50% - 50vw);
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
  background-color: var(--color-blue-sub);
}
@media screen and (min-width: 768px) {
  .c-entry-password {
    margin-top: 1.875rem;
    max-width: 51.25rem;
    margin-inline: auto;
  }
}

.c-entry-password__form-wrap:not(:first-child) {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .c-entry-password__form-wrap {
    max-width: 25rem;
    margin-inline: auto;
  }
}

.c-entry-password__form-label {
  font-size: 0.875rem;
  font-weight: var(--bold);
  color: var(--color-text);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-entry-password__form-label {
    padding-left: 0.625rem;
  }
}

.c-entry-password__form-input {
  margin-top: 0.625rem;
  width: 100%;
}

.c-entry-password__form-input input {
  width: 100%;
  padding: 0.71875rem 1rem;
  font-size: 1rem;
  border: 1px solid #DDDDDD;
  background-color: var(--color-white);
  border-radius: 0.25rem;
}

.c-entry-password__form-input input::-moz-placeholder {
  font-size: 1rem;
  color: var(--color-sub-text);
}

.c-entry-password__form-input input::placeholder {
  font-size: 1rem;
  color: var(--color-sub-text);
}

.c-entry-password__form-submit {
  margin-top: 1.25rem;
  width: min(100%, 21.5625rem);
  margin-inline: auto;
}

.c-entry-password__form-submit input {
  display: inline-block;
  width: 100%;
  transition: opacity 0.3s;
}

.c-entry-password__form-submit input:hover {
  opacity: var(--opacity);
}

.c-text {
  display: block;
  font-size: 0.875rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.c-text.c-text--medium {
  font-weight: var(--medium);
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-text.c-text--medium {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-text.c-text--bold {
  font-weight: var(--bold);
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-text.c-text--bold {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-text.c-text--product {
  font-weight: var(--bold);
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-text.c-text--product {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-text.c-text--meta {
  font-size: 1rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-text.c-text--meta {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-text.c-text--favorite {
  font-weight: var(--bold);
  font-size: 0.625rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-text.c-text--favorite {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.c-text.c-text--user {
  font-weight: var(--normal);
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-text.c-text--user {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-text.c-text--cart {
  font-weight: var(--bold);
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.c-text.c-text--cart-address {
  font-weight: var(--normal);
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.c-text.c-text--small {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-text.c-text--small {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.c-text.c-text--small + .c-text.c-text--small {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-text.c-text--small + .c-text.c-text--small {
    margin-top: 0.625rem;
  }
}

.c-text.c-text--right {
  text-align: right;
}

.c-heading {
  font-size: 0.875rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-heading::before {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 2.3125rem;
  background-color: var(--color-blue);
}
@media screen and (min-width: 768px) {
  .c-heading::before {
    height: 2.5rem;
  }
}

.c-heading.c-heading--lg {
  font-size: 1rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-heading.c-heading--lg {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.c-heading.c-heading--lg::before {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 2.375rem;
  background-color: var(--color-blue);
}
@media screen and (min-width: 768px) {
  .c-heading.c-heading--lg::before {
    height: 3.25rem;
  }
}

.c-comment-item {
  padding-inline: 0.9375rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0 0 0.25rem 0.25rem;
}

.c-comment-item__meta {
  display: inline-block;
  background-color: var(--color-border);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-comment-item__meta {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.c-comment-item__meta.c-comment-item__meta--user {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.c-comment-item__time {
  margin-right: -0.4375rem;
  margin-top: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
  font-size: 0.75rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-sub-text);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-comment-item__time {
    margin-right: unset;
  }
}

.c-comment-item__text {
  margin-top: 0.625rem;
}

.c-entry-form {
  margin: 0 calc(50% - 50vw);
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
  background-color: var(--color-bg-yellow);
}
@media screen and (min-width: 768px) {
  .c-entry-form {
    margin-top: 1.875rem;
    padding-bottom: 2.5rem;
    max-width: 51.25rem;
    margin-inline: auto;
  }
}

.c-entry-form__wrap:not(:first-child) {
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .c-entry-form__wrap:not(:first-child) {
    margin-top: 1.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-entry-form__wrap {
    max-width: 27.8125rem;
    margin-inline: auto;
  }
}

.c-entry-form__label {
  font-size: 0.875rem;
  font-weight: var(--bold);
  color: var(--color-text);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-entry-form__label {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-entry-form__label span {
  margin-left: 0.5rem;
  display: inline-block;
  background-color: var(--color-red);
  color: var(--color-white);
  font-size: 0.75rem;
  font-weight: var(--bold);
  line-height: 1.5;
  padding: 0.0625rem 0.5rem;
}

.c-entry-form__input,
.c-entry-form__textarea,
.c-entry-form__select {
  margin-top: 0.625rem;
  width: 100%;
}

.c-entry-form__input input {
  width: 100%;
  padding: 0.71875rem 1rem;
  font-size: 1rem;
  border: 1px solid #DDDDDD;
  background-color: var(--color-white);
  border-radius: 0.25rem;
  color: var(--color-text);
}

.c-entry-form__input input::-moz-placeholder {
  font-size: 1rem;
  color: var(--color-sub-text);
}

.c-entry-form__input input::placeholder {
  font-size: 1rem;
  color: var(--color-sub-text);
}

.c-entry-form__textarea textarea {
  width: 100%;
  field-sizing: content;
  min-height: 6.125rem;
  padding: 0.71875rem 1rem;
  font-size: 1rem;
  border: 1px solid #DDDDDD;
  background-color: var(--color-white);
  border-radius: 0.25rem;
  color: var(--color-text);
}

.c-entry-form__textarea textarea::-moz-placeholder {
  font-size: 1rem;
  color: #999999;
}

.c-entry-form__textarea textarea::placeholder {
  font-size: 1rem;
  color: #999999;
}

.c-entry-form__select select {
  width: 100%;
  padding: 0.71875rem 1rem;
  font-size: 1rem;
  color: var(--color-text);
  border: 1px solid #DDDDDD;
  background-color: var(--color-white);
  border-radius: 0.25rem;
  position: relative;
}

.c-entry-form__select--arrow {
  position: relative;
}

.c-entry-form__select--arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1.4375rem;
  background-color: var(--color-text);
  height: 0.3125rem;
  width: 0.625rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.c-entry-form__container {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-entry-form__container {
    margin-top: 2.3125rem;
  }
}

.c-entry-form__container select {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-entry-form__container select {
    font-size: 1rem;
    padding: 1.1875rem;
  }
}

.c-entry-form__select-icon {
  flex-shrink: 0;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-entry-form__select-icon {
    margin-left: 0;
  }
}

.c-entry-form__select-icon-button {
  width: 5rem;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .c-entry-form__select-icon-button {
    width: 7.1875rem;
    height: 7.1875rem;
  }
}

.c-entry-form__select-icon-button::file-selector-button {
  width: 5rem;
  height: 5rem;
  opacity: 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-entry-form__select-icon-button::file-selector-button {
    width: 7.1875rem;
    height: 7.1875rem;
  }
}

.c-entry-form__select-icon::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 624.9375rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .c-entry-form__select-icon::before {
    width: 7.1875rem;
    height: 7.1875rem;
  }
}

.c-entry-form__select-icon {
  position: relative;
}

.c-entry-form__select-icon::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/images/entry-form-select-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-entry-form__select-icon::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.u-profile.c-entry-form__select-icon::before,
.u-profile.c-entry-form__select-icon::after {
  content: none;
}

.u-profile.c-entry-form__select-icon.is-closed::before,
.u-profile.c-entry-form__select-icon.is-closed::after {
  content: "";
}

.c-entry-form__file-button {
  width: 14.625rem;
}
@media screen and (min-width: 768px) {
  .c-entry-form__file-button {
    width: 19.625rem;
  }
}

.c-entry-form__file-button::file-selector-button {
  width: 14.625rem;
  height: 3rem;
  opacity: 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-entry-form__file-button::file-selector-button {
    width: 19.625rem;
    height: 3.875rem;
  }
}

.c-entry-form__file-button::before {
  position: absolute;
  content: "画像を選択する";
  width: 14.625rem;
  height: 3rem;
  padding: 0.71875rem 1rem;
  font-size: 0.875rem;
  font-weight: var(--bold);
  border: 1px solid var(--color-border);
  background-color: var(--color-bg-gray);
  border-radius: 0.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-entry-form__file-button::before {
    width: 19.625rem;
    height: 3.875rem;
    font-size: 1rem;
    padding: 1.1875rem;
  }
}

.c-entry-form__file-text {
  font-size: 0.875rem;
  font-weight: var(--medium);
  line-height: 1.5;
  color: var(--color-red);
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-entry-form__file-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-entry-form__document-container + input {
  margin-top: 0.625rem;
}

.c-entry-form__document-container {
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
}

.c-entry-form__select-document {
  flex-shrink: 0;
  border-radius: 0.25rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-entry-form__select-document {
    width: 8.375rem;
    height: 8.375rem;
  }
}

.c-entry-form__select-document img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.c-entry-form__select-document:has(img) {
  border: none;
}

.c-entry-form__select-document--icon:has(img),
.c-entry-form__select-document--icon img {
  border-radius: 50%;
}

.c-entry-form__select-document:has(img)::before,
.c-entry-form__select-document:has(img)::after {
  content: none;
}

.c-entry-form__select-document-close {
  position: absolute;
  content: "";
  background-image: url("/images/icon_close_blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: initial;
  width: 1.4375rem;
  height: 1.4375rem;
  top: 0.1875rem;
  right: 0.1875rem;
  left: initial;
  z-index: 10;
  transform: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-entry-form__select-document-close {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-entry-form__select-document-close:hover {
  opacity: 0.7;
}

.c-entry-form__select-document-icon {
  width: 6.25rem;
  height: 6.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-entry-form__select-document-icon {
    width: 8.375rem;
    height: 8.375rem;
  }
}

.c-entry-form__select-document-icon::before {
  position: absolute;
  content: "";
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 0.25rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .c-entry-form__select-document-icon::before {
    width: 8.375rem;
    height: 8.375rem;
  }
}

.c-entry-form__select-document-icon::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/images/entry-form-select-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-entry-form__select-document-icon::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.c-entry-form__document-icon-button {
  width: 6.25rem;
  height: 6.25rem;
}
@media screen and (min-width: 768px) {
  .c-entry-form__document-icon-button {
    width: 8.375rem;
    height: 8.375rem;
  }
}

.c-entry-form__document-icon-button::file-selector-button {
  width: 6.25rem;
  height: 6.25rem;
  opacity: 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-entry-form__document-icon-button::file-selector-button {
    width: 8.375rem;
    height: 8.375rem;
  }
}

.c-entry-form__document-button {
  width: 21.5625rem;
}
@media screen and (min-width: 768px) {
  .c-entry-form__document-button {
    width: 27.8125rem;
  }
}

.c-entry-form__document-button::file-selector-button {
  width: 21.5625rem;
  height: 3rem;
  opacity: 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-entry-form__document-button::file-selector-button {
    width: 27.8125rem;
    height: 3.875rem;
  }
}

.c-entry-form__document-button::before {
  position: absolute;
  content: "画像を選択する";
  width: 21.5625rem;
  height: 3rem;
  padding: 0.71875rem 1rem;
  font-size: 0.875rem;
  font-weight: var(--bold);
  border: 1px solid var(--color-border);
  background-color: var(--color-bg-gray);
  border-radius: 0.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-entry-form__document-button::before {
    width: 27.8125rem;
    height: 3.875rem;
    font-size: 1rem;
    padding: 1.1875rem;
  }
}

.c-entry-form__privacy {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-entry-form__privacy {
    max-width: 27.8125rem;
    margin-inline: auto;
  }
}

.c-entry-form__privacy-text {
  font-size: 0.875rem;
  font-weight: var(--bold);
  color: #333333;
  line-height: 1.5;
}

.c-entry-form__privacy-heading {
  font-size: 0.875rem;
  font-weight: var(--bold);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-entry-form__privacy-heading {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-entry-form__privacy-heading a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: var(--bold);
  color: var(--color-red);
  line-height: 1.5;
  margin-right: 0.3125rem;
  border-bottom: 1px solid var(--color-red);
}
@media screen and (min-width: 768px) {
  .c-entry-form__privacy-heading a {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-entry-form__privacy label {
  margin-top: 0.5rem;
  background-color: var(--color-white);
  width: 100%;
  padding: 0.8125rem;
  border-radius: 0.25rem;
  display: block;
}

.c-entry-form__privacy input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 1.25rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.0714285714;
  color: #333333;
}

.c-entry-form__privacy input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-sub-text);
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
}

.c-entry-form__privacy input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 0.375rem;
  left: 0.1875rem;
  transform: rotate(-45deg);
  display: block;
  width: 0.625rem;
  height: 0.3125rem;
  border-bottom: 2px solid #333333;
  border-left: 2px solid #333333;
  transition: 0.3s;
  opacity: 0;
}

.c-entry-form__privacy input:checked + span::after {
  opacity: 1;
}

.c-entry-form__privacy-text {
  margin-top: 1.5rem;
  border: 1px solid var(--color-sub-text);
  padding: 0.75rem 0.5rem;
  font-size: 0.875rem;
  font-weight: var(--bold);
  color: var(--color-text);
  line-height: 1.5;
}

.c-entry-form__submit {
  margin-top: 1.25rem;
  width: min(100%, 21.5625rem);
  margin-inline: auto;
}

.c-entry-form__submit input {
  display: inline-block;
  width: 100%;
  transition: opacity 0.3s;
}

.c-entry-form__submit input[disabled] {
  filter: grayscale(100%);
  cursor: not-allowed;
}

.c-entry-form__submit input:hover {
  opacity: var(--opacity);
}

.c-entry-form__input.c-entry-form__input--price {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.c-entry-form__input.c-entry-form__input--price input {
  width: 19.0625rem;
}
@media screen and (min-width: 768px) {
  .c-entry-form__input.c-entry-form__input--price input {
    width: 11.9375rem;
  }
}

.c-entry-form.c-my-form {
  background-color: var(--color-bg-gray);
}

@media screen and (min-width: 768px) {
  .c-my-form .c-entry-form__wrap {
    max-width: 34.375rem;
    display: flex;
    gap: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .c-my-form .c-entry-form__wrap:has(.c-entry-form__select-document) {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .c-my-form .c-entry-form__wrap:has(.c-entry-form__select-document) .c-entry-form__label {
    width: 100%;
  }
}

.c-my-form .c-entry-form__wrap:not(:first-child) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-my-form .c-entry-form__wrap:not(:first-child) {
    margin-top: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-my-form .c-entry-form__wrap:has(.c-entry-form__document-container) {
    margin-top: 0;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .c-my-form .c-entry-form__wrap:has(.c-entry-form__document-container) .c-entry-form__label {
    max-width: revert;
  }
}

@media screen and (min-width: 768px) {
  .c-my-form .c-entry-form__label {
    max-width: 10rem;
    width: 100%;
    padding-top: 0.9375rem;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-my-form .c-entry-form__input,
  .c-my-form .c-entry-form__textarea,
  .c-my-form .c-entry-form__select {
    margin-top: 0;
  }
}

.c-my-form .c-entry-form__wrap:has(.c-entry-form__document-container) .c-entry-form__label {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-my-form .c-entry-form__wrap:has(.c-entry-form__document-container) .c-entry-form__label {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-my-form .c-entry-form__wrap:has(.c-entry-form__document-container) .c-entry-form__document-container {
    width: 27.125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-my-form .c-entry-form__privacy {
    max-width: 34.375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-my-form .c-entry-form__submit {
    margin-top: 2.625rem;
  }
}

.c-entry-form__product-button {
  margin-top: 0.625rem;
  display: block;
  margin-inline: auto;
  width: 21.5625rem;
}
@media screen and (min-width: 768px) {
  .c-entry-form__product-button {
    width: 34.375rem;
  }
}

.c-entry-form__product-button::file-selector-button {
  width: 21.5625rem;
  height: 3.875rem;
  opacity: 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-entry-form__product-button::file-selector-button {
    width: 34.375rem;
  }
}

.c-entry-form__product-button::before {
  position: absolute;
  content: "画像を選択する";
  width: 21.5625rem;
  height: 3.875rem;
  padding: 1.1875rem;
  font-size: 1rem;
  font-weight: var(--bold);
  border: 1px solid var(--color-border);
  background-color: var(--color-bg-gray);
  border-radius: 0.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-entry-form__product-button::before {
    width: 34.375rem;
  }
}

.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}

.c-pagination__item {
  display: flex;
  align-items: center;
}

.c-pagination__link {
  background-color: var(--color-white);
  color: var(--color-black2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-black2);
  line-height: 1.5;
  transition: opacity 0.3s;
}

.c-pagination__link:hover {
  opacity: var(--opacity);
}

.c-pagination__link.is-current {
  background-color: var(--color-blue);
  color: var(--color-white);
  pointer-events: none;
}

.c-pagination__link.is-ellipsis {
  background-color: transparent;
  pointer-events: none;
  width: 3.375rem;
  font-size: 0.9375rem;
}

.c-pagination__link--prev,
.c-pagination__link--next {
  background-color: transparent;
}

.c-pagination__link--prev-icon {
  width: 0.5rem;
  height: 0.5rem;
  border-block-start: 0.125rem solid var(--color-black2);
  border-inline-end: 0.125rem solid var(--color-black2);
  transform: rotate(-135deg);
  border-radius: unset;
}

.c-pagination__link--next-icon {
  width: 0.5rem;
  height: 0.5rem;
  border-block-start: 0.125rem solid var(--color-black2);
  border-inline-end: 0.125rem solid var(--color-black2);
  transform: rotate(45deg);
  border-radius: unset;
}

.c-news-detail-date time {
  font-size: 0.875rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-blue);
  line-height: 1.5;
}

.c-news-detail-head h2 {
  font-size: 1.25rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-black2);
  line-height: 1.5;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .c-news-detail-head h2 {
    font-size: 1.5rem;
    line-height: 1.1666666667;
    padding-bottom: 0.75rem;
  }
}

.c-news-detail-text p {
  font-size: 1rem;
  font-weight: var(--medium);
  font-family: var(--base-font-family);
  color: var(--color-black2);
  line-height: 1.5;
}

.c-my-list-card {
  position: relative;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  padding: 0.6875rem 0.4375rem 0.6875rem;
  display: grid;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-my-list-card {
    padding: 1.3125rem 0.625rem 1.5rem 0.875rem;
    grid-template-columns: minmax(35.625rem, 1fr) minmax(10.375rem, auto);
  }
}

.c-my-list-card__content {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-my-list-card__content {
    grid-template-columns: 7.1875rem 1fr;
    gap: 1.6875rem;
  }
}

.c-my-list-card__image {
  position: relative;
  height: -moz-min-content;
  height: min-content;
}

.c-my-list-card__image-caption {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.c-my-list-card__image-caption-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-white);
  line-height: 1.5;
}

.c-my-list-card__text-area {
  padding-block-start: 0.5625rem;
  display: grid;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-my-list-card__text-area {
    padding-block-start: unset;
    width: min(100%, 23.125rem);
  }
}

.c-my-list-card__name {
  font-size: 0.875rem;
  font-weight: var(--medium);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.c-my-list-card__button {
  width: min(100%, 19.8125rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-my-list-card__button {
    width: 100%;
    margin-inline: unset;
    margin-top: -0.625rem;
  }
}

.c-login-form {
  margin: 0 calc(50% - 50vw);
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding-top: 2.5rem;
  padding-bottom: 2.625rem;
  background-color: var(--color-blue-sub);
}
@media screen and (min-width: 768px) {
  .c-login-form {
    margin-top: 1.875rem;
    padding-bottom: 2.5rem;
    max-width: 51.25rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .c-login-form .c-entry-form__wrap {
    max-width: 25rem;
  }
}

.c-login-form__submit {
  margin-top: 1.6875rem;
  width: min(100%, 21.5625rem);
  margin-inline: auto;
  position: relative;
}

.c-login-form__submit::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-block-start: 0.125rem solid var(--color-white);
  border-inline-end: 0.125rem solid var(--color-white);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s;
}

.c-login-form__submit:hover {
  opacity: 1;
}

.c-login-form__submit:hover::before {
  transform: translate(0.5rem, -50%) rotate(45deg);
}

.c-login-form__submit input {
  display: inline-block;
  width: 100%;
  position: static;
}

.c-login-form__link {
  margin-top: 1.25rem;
  text-align: center;
}

.c-login-form__link a {
  padding-right: 0.625rem;
  font-size: 0.875rem;
  color: var(--color-blue);
  display: inline-block;
  position: relative;
}

.c-login-form__link a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-block-start: 1px solid var(--color-blue);
  border-inline-end: 1px solid var(--color-blue);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s;
}

.c-login-form__link a:after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: -0.625rem;
  width: 110%;
  height: 1px;
  background-color: var(--color-blue);
  transition: transform 0.4s;
}

.c-login-form__link a:hover {
  opacity: 1;
}

.c-login-form__link a:hover::before {
  transform: translate(0.5rem, -50%) rotate(45deg);
}

.c-login-form__error {
  color: var(--color-red);
  text-align: center;
}

.c-sales-card {
  position: relative;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
}
.c-sales-card__link {
  position: relative;
  display: block;
  padding: 0.6875rem 2.3125rem 1.1875rem 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-sales-card__link {
    padding: 1.6875rem 4.125rem 1.25rem 0.75rem;
  }
}

.c-sales-card__wrap {
  padding: 0.6875rem 0.5rem 1.1875rem 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-sales-card__wrap {
    padding: 1.6875rem 1.25rem 0.875rem 0.75rem;
  }
}

.c-sales-card__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s;
}
@media screen and (min-width: 768px) {
  .c-sales-card__link::after {
    right: 1.5rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.c-sales-card__link:hover::after {
  transform: translate(0.5rem, -50%) rotate(45deg);
}

.c-sales-card__content {
  display: flex;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-sales-card__content {
    gap: 1.6875rem;
  }
}

.c-sales-card__image {
  width: min(100%, 5rem);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-sales-card__image {
    width: min(100%, 7.1875rem);
  }
}

.c-sales-card__body {
  padding-block-start: 0.5rem;
  display: grid;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-sales-card__body {
    gap: 0.3125rem;
    padding-block-start: 0.375rem;
  }
}

.c-sales-card__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-text);
  padding: 0.09375rem 0.3125rem;
  line-height: 1.5;
  background-color: var(--color-border);
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-sales-card__status {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.c-sales-card__name {
  font-size: 0.875rem;
  font-weight: var(--medium);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.c-sales-card__seller {
  font-size: 0.75rem;
  font-weight: var(--normal);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
  text-align: right;
}

.c-profile-list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  padding-top: 0.4375rem;
  padding-bottom: 0.5rem;
}
.c-profile-list:first-child {
  border-top: 1px solid var(--color-border);
}

.p-profile__heading {
  flex-shrink: 0;
  width: 7.5rem;
  font-size: 0.875rem;
  font-weight: var(--bold);
  color: var(--color-text);
  line-height: 1.5;
  padding-inline: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-profile__heading {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-profile__item {
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.5;
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .p-profile__item {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.c-cart-card {
  position: relative;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  padding: 0.5rem 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-cart-card {
    padding: 0.6875rem 0.75rem;
  }
}

.c-cart-card__content {
  display: flex;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-cart-card__content {
    gap: 0.8125rem;
  }
}

.c-cart-card__image {
  width: min(100%, 6.75rem);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-cart-card__image {
    width: min(100%, 10.0625rem);
  }
}

.c-cart-card__text-area {
  padding-block-start: 0.5625rem;
}

.c-cart-card__body {
  display: grid;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-cart-card__body {
    gap: 0.3125rem;
  }
}

.c-cart-card__name {
  font-size: 0.875rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-cart-card__name {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}

.c-cart-card__seller {
  font-size: 0.75rem;
  font-weight: var(--medium);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1.5;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .c-cart-card__seller {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.c-address-item {
  width: 100%;
  padding: 0.75rem 1rem 0.6875rem 1rem;
  border: 1px solid var(--color-border);
  background: var(--color-white);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  cursor: pointer;
}

.c-address-item__label {
  flex: 1;
}

.c-address-item__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  position: relative;
}

.c-address-item__input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  background: var(--color-blue);
  border-radius: 50%;
}

.c-payment-item {
  padding: 0.65625rem 1rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-payment-item {
    padding: 0.65625rem 0.875rem;
  }
}

.c-payment-item__label {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  flex: 1;
}

.c-payment-item__radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  position: relative;
}

.c-payment-item__radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  background: var(--color-blue);
  border-radius: 50%;
}

.c-payment-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 1.75rem;
}

.c-payment-item__icon img {
  aspect-ratio: 47/28;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.c-news-list__link {
  display: block;
  position: relative;
  background-color: var(--color-bg-gray);
  padding: 0.75rem 2.1875rem 0.75rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-news-list__link {
    padding: 1.0625rem 7.75rem 1.0625rem 1.5rem;
  }
}

.c-news-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.375rem;
  height: 0.375rem;
  border-block-start: 1px solid var(--color-sub-text);
  border-inline-end: 1px solid var(--color-sub-text);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s;
}

.c-news-list__link:hover {
  opacity: 1;
}

.c-news-list__link:hover::before {
  transform: translate(0.5rem, -50%) rotate(45deg);
}

.c-news-list__link + .c-news-list__link {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-news-list__link + .c-news-list__link {
    margin-top: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-news-list {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
}

.p-news__date {
  font-size: 0.75rem;
  color: var(--color-blue);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-news__date {
    flex-shrink: 0;
    width: 4.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-news__description {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  font-weight: var(--bold);
  color: var(--color-text);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-news__description {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-delivery-information {
  padding: 0.75rem;
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-delivery-information {
    padding: 1.75rem 1.4375rem;
    max-width: 44.6875rem;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
  }
}

.c-delivery-information + .c-delivery-information {
  margin-top: 1rem;
}

.c-delivery-information-name {
  font-size: 1rem;
  font-weight: var(--bold);
  line-height: 1.5;
}

.c-delivery-information-company {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--color-sub-black);
  line-height: 1.5;
}

.c-delivery-information-address {
  font-size: 0.875rem;
  color: var(--color-sub-black);
  line-height: 1.5;
}

.c-delivery-information-tel {
  font-size: 0.875rem;
  color: var(--color-sub-black);
  line-height: 1.5;
}

.c-delivery-information-button-wrap {
  margin-top: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-delivery-information-button-wrap {
    margin-top: 0;
    flex-direction: column;
    width: 10.3125rem;
    flex-shrink: 0;
  }
}

.c-delivery-information-button a.c-button {
  font-size: 1rem;
  padding: 0.5625rem;
}

.c-delivery-information-button a.c-button.c-button--delete,
.c-delivery-information-button button.c-button.c-button--delete {
  font-size: 1rem;
  padding: 0.5rem;
}

.c-delivery-information-button:nth-child(1) {
  width: min(100%, 10.3125rem);
}
@media screen and (min-width: 768px) {
  .c-delivery-information-button:nth-child(1) {
    width: 100%;
  }
}

.c-delivery-information-button:nth-child(2) {
  width: min(100%, 8.25rem);
}
@media screen and (min-width: 768px) {
  .c-delivery-information-button:nth-child(2) {
    width: 100%;
  }
}

.c-payment-list {
  padding: 0.75rem;
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .c-payment-list {
    padding: 1.75rem 1.4375rem;
    max-width: 44.6875rem;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
  }
}

.c-payment-list + .c-payment-list {
  margin-top: 0.75rem;
}

.c-payment-list-date {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.c-payment-list-brand {
  flex-shrink: 0;
  width: 5.125rem;
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  padding: 0.48125rem 0.28125rem;
}
@media screen and (min-width: 768px) {
  .c-payment-list-brand {
    width: 6rem;
  }
}

.c-payment-list-brand img {
  aspect-ratio: 73/32;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.c-payment-list-number {
  font-size: 1.25rem;
  font-weight: var(--bold);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-payment-list-number {
    font-size: 1.5rem;
    font-weight: var(--medium);
    line-height: 1.5;
  }
}

.c-payment-list-button-wrap {
  margin-top: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-payment-list-button-wrap {
    margin-top: 0;
    flex-direction: column;
    width: 10.3125rem;
    flex-shrink: 0;
  }
}

.c-payment-list-button a.c-button {
  font-size: 1rem;
  padding: 0.5625rem;
}

.c-payment-list-button a.c-button.c-button--delete {
  font-size: 1rem;
  padding: 0.5rem;
}

.c-payment-list-button:nth-child(1) {
  width: min(100%, 10.3125rem);
}
@media screen and (min-width: 768px) {
  .c-payment-list-button:nth-child(1) {
    width: 100%;
  }
}

.c-payment-list-button:nth-child(2) {
  width: min(100%, 8.25rem);
}
@media screen and (min-width: 768px) {
  .c-payment-list-button:nth-child(2) {
    width: 100%;
  }
}

.c-cart-address-item {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}

.c-cart-address__title {
  max-width: 7.5rem;
  width: 100%;
  padding-left: 0.3125rem;
}

.c-cart-address__text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-text--cart-address {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-cart-payment-item {
  border-top: 1px solid var(--color-border);
  padding-block-start: 0.5rem;
  padding-block-end: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1.125rem;
}

.c-cart-payment__title {
  max-width: 7.5rem;
  width: 100%;
  padding-left: 0.3125rem;
}

.c-cart-payment__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-cart-payment__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 1.75rem;
}

.c-cart-payment__icon img {
  aspect-ratio: 47/28;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.c-favorite-list {
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  padding: 1rem 0.875rem 0.625rem 1rem;
}
@media screen and (min-width: 768px) {
  .c-favorite-list {
    display: flex;
    width: min(100%, 51.5625rem);
    margin-inline: auto;
    gap: 1.5625rem;
    padding: 0.75rem 0.875rem 2.5rem;
  }
}

.c-favorite-list + .c-favorite-list {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-favorite-list + .c-favorite-list {
    margin-top: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-favorite-list__wrap {
    padding-top: 0.625rem;
  }
}

.c-favorite-list__header {
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  align-items: center;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-favorite-list__header {
    gap: 1rem;
  }
}
.c-favorite-list__header picture {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  overflow: hidden;
}

.c-favorite-list__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: min(100%, 14.5625rem);
}
@media screen and (min-width: 768px) {
  .c-favorite-list__title-wrap {
    width: 100%;
    gap: 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-favorite-list__title-wrap .c-section-title__text.c-section-title__text--user {
    font-size: 1rem;
  }
}

.c-favorite-list__text {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-favorite-list__text {
    margin-top: 0.875rem;
  }
}

.c-favorite-list__link {
  margin-top: 0.75rem;
  width: min(100%, 19.1875rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-favorite-list__link {
    margin-right: 0;
    margin-top: 0;
    margin-left: auto;
    flex-shrink: 0;
    width: min(100%, 10.375rem);
    height: 2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-favorite-list__link .c-button.c-button--white02 {
    padding: 0.625rem;
  }
}

.c-login-seller {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-login-seller {
    gap: 1rem;
  }
}

.c-login-seller::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8125rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid var(--color-sub-text);
  border-right: 2px solid var(--color-sub-text);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}

.c-login-seller:hover::after {
  transform: translate(0.5rem, -50%) rotate(45deg);
}

.c-login-seller__name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-login-seller__name-text {
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: var(--bold);
  font-family: var(--base-font-family);
  color: var(--color-text);
  line-height: 1;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table__headline {
  width: 30%;
  border: 1px solid var(--color-border);
  padding: 0.3125rem 0.625rem;
}
.c-table__description {
  width: 70%;
  border: 1px solid var(--color-border);
  padding: 0.3125rem 0.625rem;
}

.c-list li {
  position: relative;
  padding-left: 1em;
}
.c-list li::before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 100%;
  background-color: var(--color-black);
  position: absolute;
  top: 0.5rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-list li::before {
    top: 0.625rem;
  }
}