@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  font-size: 1rem;
  margin: 0;
  font-family: Yaku Han JP, "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  background-color: #fff;
  color: #1B1B1B;
  letter-spacing: 0.005em;
  overflow-x: clip;
  overflow-wrap: anywhere;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
  width: 100%;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-inline: 5.3vw;
  }
}

.l-container-min {
  width: 100%;
  max-width: 880px;
  margin: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .l-container-min {
    padding-inline: 5.3vw;
  }
}

.l-main {
  margin-top: 5.375rem;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 5.125rem;
  }
}

.l-main-user {
  margin-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .l-main-user {
    margin-top: 7.25rem;
  }
}

.l-section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-section {
    margin-top: 48px;
  }
}

.l-block-2col {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .l-block-2col {
    flex-direction: column;
    gap: 56px;
  }
}

.l-sidebar {
  flex-shrink: 0;
  width: clamp(248px, 19vw, 280px);
}
@media screen and (max-width: 768px) {
  .l-sidebar {
    order: 1;
    width: 100%;
  }
}

.l-main-contents {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-main-contents {
    order: 0;
  }
}

.l-cookie__container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100dvw;
  background-color: black;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-cookie__inner {
  padding: 80px;
}
@media screen and (max-width: 950px) {
  .l-cookie__inner {
    padding: 20px;
  }
}
.l-cookie__text {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}
.l-cookie__link {
  text-decoration: underline;
}
.l-cookie__input {
  color: white;
  font-size: 16px;
}

.c-headingHero {
  display: flex;
  height: 120px;
  margin-block: 16px 56px;
  background: #EEF2F6;
}
@media screen and (max-width: 768px) {
  .c-headingHero {
    height: 100px;
    margin-bottom: 40px;
  }
}
.c-headingHero__text {
  align-self: center;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
  color: #0158A6;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-headingHero__text {
    padding-inline: 5.3vw;
    font-size: 1.5rem;
  }
}
.c-headingHero--passwordReset {
  margin-bottom: 0px;
}

.c-title-primary {
  margin-bottom: 40px;
  padding-left: 24px;
  border-left: 6px solid #0158A6;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title-primary {
    margin-bottom: 32px;
    padding-left: 16px;
    border-left-width: 4px;
    font-size: 1.25rem;
  }
}

.c-title-secondary {
  margin-bottom: 32px;
  padding-left: 16px;
  border-left: 2px solid #0158A6;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title-secondary {
    margin-bottom: 24px;
    font-size: 1rem;
  }
}

.c-title-third {
  position: relative;
  margin-bottom: 24px;
  padding-left: 18px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title-third {
    margin-bottom: 16px;
    padding-left: 16px;
    font-size: 1.125rem;
  }
}
.c-title-third::before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #0158A6;
}
@media screen and (max-width: 768px) {
  .c-title-third::before {
    width: 8px;
  }
}
.c-title-third span {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-title-third span {
    font-size: 0.875rem;
  }
}

.c-buttonWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 32px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .c-buttonWrap {
    margin-top: 32px;
    gap: 16px 24px;
  }
}

.c-buttonWrap-small {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 32px;
  margin-top: 24px;
}

.c-button-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  min-height: 54px;
  padding-inline: 24px;
  background-color: #0158A6;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-button-primary {
    width: 100%;
    min-width: auto;
    max-width: 320px;
    min-height: 48px;
    padding-inline: 8px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button-primary {
    transition: 0.3s;
  }
  .c-button-primary:hover {
    background-color: #4D8AC1;
  }
}

.c-button-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  min-height: 54px;
  background-color: #D66819;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-button-secondary {
    width: 100%;
    min-width: auto;
    max-width: 320px;
    min-height: 48px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button-secondary {
    transition: 0.3s;
  }
  .c-button-secondary:hover {
    background-color: #E2955E;
  }
}

.c-button-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  min-height: 54px;
  background-color: #0158A6;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-button-arrow {
    width: 100%;
    min-width: auto;
    max-width: 320px;
    min-height: 48px;
    font-size: 1rem;
  }
}
.c-button-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(../img/icon/icon-next-wh.svg) no-repeat center/cover;
}
.c-button-arrow.-wh {
  background-color: #fff;
  color: #0158A6;
}
.c-button-arrow.-wh::after {
  background-image: url(../img/icon/icon-next-bl.svg);
}
@media (hover: hover) and (pointer: fine) {
  .c-button-arrow {
    transition: 0.3s;
  }
  .c-button-arrow:hover {
    background-color: #4D8AC1;
  }
  .c-button-arrow.-wh:hover {
    color: #fff;
  }
  .c-button-arrow.-wh:hover::after {
    background-image: url(../img/icon/icon-next-wh.svg);
  }
}

.c-button-outline {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 320px;
  min-height: 54px;
  padding: 12px 48px;
  background-color: #fff;
  color: #0158A6;
  border: 2px solid #0158A6;
  border-radius: 3px;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-button-outline {
    width: 100%;
    min-width: auto;
    max-width: 320px;
    min-height: 48px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button-outline {
    transition: 0.3s;
  }
  .c-button-outline:hover {
    border-color: #4D8AC1;
    background-color: #4D8AC1;
    color: #fff;
  }
}
.c-button-outline.-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(../img/icon/icon-next-bl.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-outline.-arrow {
    transition: 0.3s;
  }
  .c-button-outline.-arrow:hover::after {
    background: url(../img/icon/icon-next-wh.svg) no-repeat center/cover;
  }
}
.c-button-outline.-arrow.-wh::after {
  background: url(../img/icon/icon-next-wh.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-outline.-arrow.-wh:hover::after {
    background: url(../img/icon/icon-next-bl.svg) no-repeat center/cover;
  }
}
.c-button-outline.-wh {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-outline.-wh {
    transition: 0.3s;
  }
  .c-button-outline.-wh:hover {
    background-color: #fff;
    color: #0158A6;
  }
}

.c-button-back {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  min-height: 54px;
  padding-inline: 48px;
  background-color: #0158A6;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-button-back {
    width: 100%;
    min-width: auto;
    max-width: 320px;
    min-height: 48px;
    font-size: 1rem;
  }
}
.c-button-back.-dark {
  background-color: #2F323C;
}
.c-button-back::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(../img/icon/icon-prev-wh.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-back {
    transition: 0.3s;
  }
  .c-button-back:hover {
    background-color: #4D8AC1;
  }
  .c-button-back.-dark:hover {
    background-color: #A6ABBD;
  }
}

input[type=submit] {
  display: inline-block;
  min-width: 320px;
  min-height: 54px;
  padding-inline: 24px;
  background-color: #0158A6;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  input[type=submit] {
    width: 100%;
    min-width: auto;
    max-width: 320px;
    min-height: 48px;
    padding-inline: 8px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  input[type=submit] {
    transition: 0.3s;
  }
  input[type=submit]:hover {
    background-color: #4D8AC1;
  }
}

.c-button-search {
  position: relative;
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  .c-button-search {
    min-width: 280px;
  }
}
.c-button-search input {
  display: inline-block;
  width: 100%;
  min-height: 54px;
  max-width: none;
  background-color: #0158A6;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1.125rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-search input {
    transition: 0.3s;
  }
  .c-button-search input:hover {
    background-color: #4D8AC1;
  }
}
.c-button-search::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(../img/icon/icon-search.svg) no-repeat center/cover;
}
.c-button-search.-min {
  min-width: 240px;
}
.c-button-search.-min input[type=submit] {
  width: 100%;
  min-width: auto;
  min-height: 48px;
  font-size: 1rem;
}
.c-button-search.-min::after {
  width: 20px;
  height: 20px;
}

.c-button-favo {
  padding: 4px 8px 4px 20px;
  background: url(../img/icon/icon-heart.svg) no-repeat left 6px center/12px;
  background-color: #0158A6;
  color: #fff;
  border-radius: 2px;
  font-size: 0.625rem;
  font-weight: 500;
}
.c-button-favo.is-active {
  background-color: #A6ABBD;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-favo {
    transition: opacity 0.3s;
  }
  .c-button-favo:hover {
    opacity: 0.7;
  }
}

.c-button-grid {
  display: flex;
  gap: 4px;
}

.c-button-plus,
.c-button-minus {
  display: block;
  min-width: 74px;
  padding: 4px 6px;
  color: #fff;
  border-radius: 2px;
  text-align: right;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-button-plus,
.c-button-minus {
    min-width: 70px;
    font-size: 0.75rem;
  }
}
.c-button-plus + .c-button-plus,
.c-button-plus + .c-button-minus,
.c-button-minus + .c-button-plus,
.c-button-minus + .c-button-minus {
  margin-top: 4px;
}

.c-button-plus {
  background: url(../img/icon/icon-plus.svg) no-repeat left 2px center/0.8125rem;
  background-color: #D66819;
}
.c-button-plus:disabled {
  background-color: #A6ABBD;
  pointer-events: none;
}

.c-button-minus {
  background: url(../img/icon/icon-minus.svg) no-repeat left 2px center/0.8125rem;
  background-color: #0158A6;
}
.c-button-minus:disabled {
  background-color: #A6ABBD;
  pointer-events: none;
}

.c-button-download {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  min-height: 54px;
  background-color: #0158A6;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-button-download {
    width: 100%;
    min-width: auto;
    max-width: 320px;
    min-height: 48px;
    font-size: 1rem;
  }
}
.c-button-download::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(../img/icon/icon-download.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-download {
    transition: 0.3s;
  }
  .c-button-download:hover {
    background-color: #4D8AC1;
  }
}

.c-link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  text-align: center;
}

.c-link-arrow {
  padding-right: 24px;
  background: url(../img/icon/icon-next-bl.svg) no-repeat right 5px/16px;
  color: #0158A6;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-link-arrow {
    background-position: right top 1px;
    font-size: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-link-arrow {
    transition: opacity 0.3s;
  }
  .c-link-arrow:hover {
    opacity: 0.7;
  }
}
.c-link-arrow.-small {
  font-size: 0.875rem;
}

.c-link-download {
  padding-right: 24px;
  background: url(../img/icon/icon-download-bl.svg) no-repeat right center/16px;
  color: #0158A6;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-link-download {
    font-size: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-link-download {
    transition: opacity 0.3s;
  }
  .c-link-download:hover {
    opacity: 0.7;
  }
}
.c-link-download.-small {
  font-size: 0.875rem;
}

.c-form__block {
  display: grid;
  gap: 32px;
  margin-block: 24px 48px;
  padding: 40px 64px;
  background-color: #EEF2F6;
}
@media screen and (max-width: 768px) {
  .c-form__block {
    gap: 24px;
    margin-block: 16px 32px;
    padding: 24px;
  }
}
.c-form__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: default !important;
}
.c-form__required {
  display: inline-block;
  padding: 4px 8px;
  background-color: #C70101;
  color: #fff;
  border-radius: 2px;
  font-size: 0.625rem;
  line-height: 1;
}
.c-form__any {
  display: inline-block;
  padding: 4px 8px;
  background-color: #A6ABBD;
  color: #fff;
  border-radius: 2px;
  font-size: 0.625rem;
  line-height: 1;
}
.c-form__item input[type=text],
.c-form__item input[type=email],
.c-form__item input[type=file],
.c-form__item input[type=number],
.c-form__item input[type=password],
.c-form__item textarea {
  width: 100%;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid #D6D3D0;
  border-radius: 6px;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .c-form__item input[type=text],
.c-form__item input[type=email],
.c-form__item input[type=file],
.c-form__item input[type=number],
.c-form__item input[type=password],
.c-form__item textarea {
    padding: 10px 16px;
  }
}
.c-form__item input[type=text].c-form__min,
.c-form__item input[type=email].c-form__min,
.c-form__item input[type=file].c-form__min,
.c-form__item input[type=number].c-form__min,
.c-form__item input[type=password].c-form__min,
.c-form__item textarea.c-form__min {
  width: 200px;
}
.c-form__item input[type=text]:focus,
.c-form__item input[type=email]:focus,
.c-form__item input[type=file]:focus,
.c-form__item input[type=number]:focus,
.c-form__item input[type=password]:focus,
.c-form__item textarea:focus {
  background-color: #FFFDDA;
  border-color: #D66819;
}
.c-form__item input[type=text]:disabled,
.c-form__item input[type=email]:disabled,
.c-form__item input[type=file]:disabled,
.c-form__item input[type=number]:disabled,
.c-form__item input[type=password]:disabled,
.c-form__item textarea:disabled {
  background-color: #F5F5F5;
}
.c-form__item input[type=text]:-moz-read-only, .c-form__item input[type=email]:-moz-read-only, .c-form__item input[type=number]:-moz-read-only, .c-form__item input[type=password]:-moz-read-only, .c-form__item textarea:-moz-read-only {
  pointer-events: none;
  border-color: #D6D3D0;
}
.c-form__item input[type=text]:read-only,
.c-form__item input[type=email]:read-only,
.c-form__item input[type=number]:read-only,
.c-form__item input[type=password]:read-only,
.c-form__item textarea:read-only {
  pointer-events: none;
  border-color: #D6D3D0;
}
.c-form__item ::-moz-placeholder {
  color: #AEAEB2;
  font-weight: 400;
}
.c-form__item ::placeholder {
  color: #AEAEB2;
  font-weight: 400;
}
.c-form__item input[type=file] {
  padding-block: 10.5px;
  font-size: 14px;
}
.c-form__item input[type=file]::-webkit-file-upload-button {
  margin-right: 16px;
  padding: 4px 8px;
  background-color: #2F323C;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.75rem;
  line-height: 1.75;
  cursor: pointer;
}
.c-form__item input[type=file]::file-selector-button {
  margin-right: 16px;
  padding: 4px 8px;
  background-color: #2F323C;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.75rem;
  line-height: 1.75;
  cursor: pointer;
}
.c-form__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
@media screen and (max-width: 768px) {
  .c-form__grid {
    gap: 8px;
  }
}
.c-form__harf {
  width: calc(50% - 12px);
}
.c-form__full {
  width: 100%;
}
.c-form__subLabel {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.c-form__attr {
  margin-top: 8px;
  font-size: 0.75rem;
}
.c-form__error {
  display: grid;
  gap: 4px;
  margin-block: 24px;
  padding: 16px 24px 16px 56px;
  background: url(../img/icon/icon-alert.svg) no-repeat left 24px top 16px/24px 24px;
  background-color: #F9E6E6;
  color: #C70101;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .c-form__error {
    padding: 8px 16px 8px 32px;
    background-size: 20px;
    background-position: left 10px top 10px;
    border-radius: 3px;
  }
}
.c-form__error li {
  font-size: 0.875rem;
  line-height: 1.75;
}
.c-form__title {
  margin-bottom: 40px;
  color: #0158A6;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-form__title {
    font-size: 1.5rem;
  }
}
.c-form__read {
  margin-bottom: 32px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .c-form__read {
    margin-top: 24px;
    font-size: 0.875rem;
  }
}
.c-form__year {
  display: flex;
  gap: 16px;
  align-items: center;
}
.c-form__year input[type=text] {
  max-width: 100px;
}
.c-form__attention {
  color: #C70101;
}

.c-radio__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
@media screen and (max-width: 768px) {
  .c-radio__grid {
    gap: 16px;
  }
}
.c-radio__list {
  display: grid;
  gap: 4px;
}
.c-radio label {
  position: relative;
  padding-left: 1.75rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.c-radio label input[type=radio] {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.c-radio label input[type=radio]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto;
  border-radius: 1.25rem;
  background-color: #fff;
  border: 1px solid #D6D3D0;
  cursor: pointer;
}
.c-radio label input[type=radio]:checked::before {
  border-color: #0158A6;
}
.c-radio label input[type=radio]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.25rem;
  bottom: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
  border-radius: 0.75rem;
  background-color: #D6D3D0;
  opacity: 0;
  transition: 0.3s;
}
.c-radio label input[type=radio]:checked::after {
  background-color: #0158A6;
  opacity: 1;
}
.c-radio label + .c-form__item, .c-radio label + .c-select {
  margin-top: 16px;
}
.c-radio label:has(:disabled) {
  color: #A6ABBD;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-radio label:hover:has(:checked) input[type=radio]::after {
    background-color: #0158A6;
    opacity: 1;
  }
  .c-radio label:hover input[type=radio]::after {
    opacity: 1;
  }
}

.c-select {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .c-select {
    display: block;
    height: 45px;
  }
}
.c-select.-full {
  width: 100%;
}
.c-select::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(../img/icon/icon-updown.svg) no-repeat center/cover;
  pointer-events: none;
}
.c-select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 45px 10px 16px;
  background-color: #fff;
  border: 1px solid #D6D3D0;
  border-radius: 6px;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-select select {
    width: 100%;
    padding: 8px 24px 8px 16px;
  }
}
.c-select select:focus {
  background-color: #FFFDDA;
  border-color: #D66819;
}

.c-table-primary {
  width: 100%;
  padding: 24px;
  background-color: #EEF2F6;
}
@media screen and (max-width: 768px) {
  .c-table-primary {
    padding: 16px;
  }
}
.c-table-primary table {
  width: 100%;
  min-width: 950px;
}
.c-table-primary table thead th {
  padding: 0 16px 8px;
  font-size: 0.875rem;
  font-weight: 500;
  vertical-align: bottom;
}
.c-table-primary table thead .c-table__status {
  width: 6.875rem;
}
.c-table-primary table tbody tr {
  background-color: #fff;
}
.c-table-primary table tbody tr + tr {
  border-top: 4px solid #EEF2F6;
}
.c-table-primary table tbody tr td {
  padding: 8px 16px;
  font-size: 0.875rem;
  vertical-align: middle;
}

.c-table__inner {
  overflow: auto;
}

.c-status {
  display: inline-block;
  min-width: 72px;
  padding: 3px 8px 4px;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}
.c-status.-black {
  background-color: #2F323C;
}
.c-status.-gold {
  background-color: #BBA049;
}
.c-status.-blue {
  background-color: #0158A6;
}
.c-status.-red {
  background-color: #C70101;
}
.c-status.-gray {
  background-color: #A6ABBD;
}
.c-status.-outline {
  color: #0158A6;
  border: 1px solid #0158A6;
  font-weight: 500;
}

.c-alert__inner {
  padding: 16px 24px;
  background-color: #EEF2F6;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .c-alert__inner {
    padding: 8px 16px;
    border-radius: 3px;
  }
}
.c-alert__text {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .c-alert__text {
    font-size: 0.75rem;
  }
}
.c-alert__text::before {
  content: "";
  align-self: flex-start;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon/icon-alert.svg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .c-alert__text::before {
    width: 20px;
    height: 20px;
  }
}

.c-modalBg {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 100;
}

.c-modalContents {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1000px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90vh;
  margin: auto;
  padding: 40px 80px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  z-index: 101;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .c-modalContents {
    width: 90%;
    padding: 32px 24px;
  }
}
.c-modalContents__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(../img/icon/icon-close.svg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .c-modalContents__close {
    width: 32px;
    height: 32px;
  }
}
.c-modalContents__buttonWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 32px;
}

.c-productsCard__link {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .c-productsCard__link {
    transition: opacity 0.3s;
  }
  .c-productsCard__link:hover {
    opacity: 0.7;
  }
}
.c-productsCard__image {
  margin-bottom: 8px;
  aspect-ratio: 7/5;
}
.c-productsCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-productsCard__name {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D6D3D0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.c-productsCard__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.75rem;
  font-weight: 400;
}
.c-productsCard__price span {
  display: inline-block;
  color: #C70101;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}
html:lang(en) .c-productsCard__price span {
  font-size: 0.875rem;
}

.c-productsCard__lot {
  margin-top: 4px;
  font-size: 0.75rem;
}
.c-productsCard__meta {
  display: grid;
  gap: 4px;
  margin-top: 8px;
}
.c-productsCard__meta.-colum {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}
.c-productsCard__meta.-colum .c-productsCard__metaItem + .c-productsCard__metaItem {
  padding-left: 8px;
  border-left: 1px solid #D6D3D0;
}
.c-productsCard__metaItem {
  display: flex;
}
.c-productsCard__metaItem dt {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
}
.c-productsCard__metaItem dd {
  font-size: 0.75rem;
  line-height: 1.25;
}

.c-value__wrap {
  display: flex;
  gap: 4px;
}
.c-value__favo {
  padding-left: 1.25rem;
  background: url(../img/icon/icon-heart-outline.svg) no-repeat left/1rem;
  color: #2F323C;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.c-value__bid {
  padding-left: 1.25rem;
  background: url(../img/icon/icon-bid.svg) no-repeat left/1rem;
  color: #2F323C;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.c-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.c-checkbox input[type=checkbox] {
  display: none;
}
.c-checkbox__box {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #D6D3D0;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.c-checkbox__box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3346 4L6.0013 11.3333L2.66797 8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}
input[type=checkbox]:checked + .c-checkbox__box {
  background-color: #0158A6;
  border-color: #0158A6;
}
input[type=checkbox]:checked + .c-checkbox__box::after {
  opacity: 1;
}
.c-checkbox__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.07px;
  color: #1B1B1B;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-checkbox:hover .c-checkbox__box {
  border-color: #D6D3D0;
}
.c-checkbox:hover .c-checkbox__box::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3346 4L6.0013 11.3333L2.66797 8' stroke='%23D6D3D0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  opacity: 1;
}
.c-checkbox:hover input[type=checkbox]:checked + .c-checkbox__box::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3346 4L6.0013 11.3333L2.66797 8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  opacity: 1;
}

.c-section__container--passwordReset {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0158A6;
  gap: 48px;
  padding: 52px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-section__container--passwordReset {
    gap: 24px;
    padding: 26px;
  }
}
.c-section__image--passwordReset {
  width: 80px;
  height: 71px;
}
@media screen and (max-width: 768px) {
  .c-section__image--passwordReset {
    width: 40px;
    height: 35px;
  }
}
.c-section__title--passwordReset {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.1px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-section__title--passwordReset {
    font-size: 18px;
    line-height: 20px;
  }
}
.c-section__message--passwordReset {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.08px;
}
@media screen and (max-width: 768px) {
  .c-section__message--passwordReset {
    font-size: 14px;
    line-height: normal;
  }
}
.c-section__button--passwordReset {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .c-section__button--passwordReset {
    width: 260px;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.p-header__logo {
  position: absolute;
  left: 40px;
  top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    left: 5.3vw;
    top: 1rem;
  }
  html:lang(en) .p-header__logo {
    left: 4vw;
  }
}
.p-header__logo img {
  width: auto;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  .p-header__logo img {
    height: 1.25rem;
  }
}
.p-header__contents {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 16px 0;
}
.p-header__subMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .p-header__subMenu {
    gap: 16px;
    margin-right: 5.3vw;
  }
  html:lang(en) .p-header__subMenu {
    margin-right: 4vw;
  }
}
.p-header__globalList {
  display: flex;
  gap: 8px;
  padding-left: 17px;
  background: url(../img/icon/icon-global.svg) no-repeat left center/0.8125rem 0.875rem;
}
.p-header__globalItem {
  display: flex;
  gap: 8px;
  color: #2F323C;
  font-size: 0.75rem;
}
.p-header__globalItem + .p-header__globalItem::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #D6D3D0;
}
.p-header__globalItem a {
  color: #A6ABBD;
  text-decoration: underline;
}
.p-header__logout a {
  padding-left: 18px;
  background: url(../img/icon/icon-logout.svg) no-repeat left center/0.8125rem 0.875rem;
  color: #2F323C;
  font-size: 0.75rem;
}
.p-header__mainMenu {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  margin-top: 0.625rem;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .p-header__mainMenu {
    gap: 5vw;
    margin-inline: 5.3vw;
  }
  html:lang(en) .p-header__mainMenu {
    margin-inline: 4vw;
  }
}
.p-header__userMenu {
  margin-top: 16px;
  border-top: 1px solid #D6D3D0;
}
@media screen and (max-width: 768px) {
  .p-header__userMenu {
    margin-top: 8px;
  }
}

.p-globalMenu {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-globalMenu {
    flex: 1;
    justify-content: flex-end;
    gap: 3.25vw;
  }
}
.p-globalMenu__link {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-globalMenu__link {
    font-size: 0.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-globalMenu__link {
    transition: opacity 0.3s;
  }
  .p-globalMenu__link:hover {
    opacity: 0.7;
  }
}
.p-globalMenu__mypage a {
  display: flex;
  gap: 4px;
  padding: 8px 16px 8px 10px;
  background-color: #0158A6;
  color: #fff;
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-globalMenu__mypage a {
    padding: 6px 14px 6px 8px;
    font-size: 0.6875rem;
  }
}
.p-globalMenu__mypage a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/icon/icon-user.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .p-globalMenu__mypage a {
    transition: 0.3s;
  }
  .p-globalMenu__mypage a:hover {
    background-color: #4D8AC1;
  }
}

.p-userMenu {
  display: flex;
  gap: 40px;
  margin-bottom: -16px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-userMenu {
    justify-content: space-between;
    gap: 2vw;
    margin-inline: 5.3vw;
  }
  html:lang(en) .p-userMenu {
    margin-inline: 4vw;
  }
}
.p-userMenu__link {
  display: inline-block;
  padding-block: 16px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-userMenu__link {
    padding-block: 8px;
    font-size: 0.75rem;
    line-height: 1.75;
  }
}
.p-userMenu__link.is-current {
  border-bottom: 2px solid #0158A6;
}

.p-footer {
  margin-top: auto;
}
.p-footer__inner {
  margin-top: 120px;
  padding: 32px 40px 24px;
  background-color: #2F323C;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    margin-top: 80px;
  }
}
.p-footer__navList {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-footer__navList {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.p-footer__navLink {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__navLink {
    transition: opacity 0.3s;
  }
  .p-footer__navLink:hover {
    opacity: 0.7;
  }
}
.p-footer__block {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-footer__block {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.p-footer__logo img {
  height: 1.5rem;
}
.p-footer__copy small {
  align-self: center;
  font-size: 0.625rem;
  font-family: "DM Sans", sans-serif;
}

.p-breadcrumb {
  padding-top: 16px;
  padding-inline: 40px;
  overflow-x: auto;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    padding-inline: 5.3vw;
  }
}
.p-breadcrumb__list {
  display: flex;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-breadcrumb__item {
  display: flex;
  gap: 8px;
  font-size: 0.6875rem;
}
.p-breadcrumb__item + .p-breadcrumb__item::before {
  content: "";
  align-self: center;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon/icon-breadcrumb-arrow.svg) no-repeat center/cover;
}
.p-breadcrumb__link {
  color: #A6ABBD;
  text-decoration: underline;
}
.p-breadcrumb__current {
  color: #2F323C;
}

.p-ctaContents {
  position: relative;
  margin-top: 80px;
  z-index: 1;
}
.p-ctaContents + .p-footer {
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .p-ctaContents + .p-footer {
    margin-top: -80px;
  }
}

.p-auctionCta {
  background: linear-gradient(#fff 50%, #0158A6 50%, #0158A6);
}
.p-auctionCta__inner {
  position: relative;
  width: calc(100% - 80px);
  margin: auto;
  padding-block: 72px;
  background: url(../img/common/cta-auction.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-auctionCta__inner {
    width: calc(100% - 10.6vw);
    padding-block: 48px;
  }
}
.p-auctionCta__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.p-auctionCta__title {
  margin-bottom: 24px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-auctionCta__title span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-auctionCta__title {
    margin-bottom: 16px;
    font-size: 1.5rem;
  }
}

.p-cta__list {
  display: flex;
  padding-block: 48px;
  background-color: #0158A6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-cta__list {
    flex-direction: column;
    padding-block: 0;
  }
}
.p-cta__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px 16px 16px;
}
@media screen and (max-width: 768px) {
  .p-cta__item {
    padding-block: 32px;
  }
}
.p-cta__item + .p-cta__item {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-cta__item + .p-cta__item {
    border-left: none;
    border-top: 1px solid #fff;
  }
}
.p-cta__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-cta__title {
    font-size: 1.25rem;
  }
}
.p-cta__title span {
  font-size: 0.875rem;
}
.p-cta__text {
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-cta__text {
    margin-top: 8px;
  }
}
.p-cta__buttonWrap {
  margin-top: auto;
  padding-top: 24px;
}
.p-cta__button {
  display: inline-block;
  width: 100%;
  min-width: 240px;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-cta__button {
    min-width: 200px;
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-cta__button:hover {
    background-color: #fff;
    color: #0158A6;
  }
}

.p-mypageLink {
  margin-top: 80px;
}
.c-headingHero + .p-mypageLink {
  margin-top: 56px;
}

.c-alert + .p-mypageLink {
  margin-top: 32px;
}

.p-mypageLink__list {
  display: flex;
  justify-content: center;
  gap: 8px min(16px, 1vw);
}
@media screen and (max-width: 768px) {
  .p-mypageLink__list {
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
  }
  html:lang(en) .p-mypageLink__list {
    width: 100%;
  }
}
.p-mypageLink__item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-mypageLink__item {
    max-width: 110px;
  }
  html:lang(en) .p-mypageLink__item {
    max-width: 116px;
  }
}
.p-mypageLink__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(8px, 0.5vw);
  min-height: 58px;
  padding: 8px;
  background-color: #0158A6;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-mypageLink__button {
    min-height: 38px;
    font-size: 0.75rem;
  }
  html:lang(en) .p-mypageLink__button {
    padding-inline: 4px;
    font-size: 0.6875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-mypageLink__button {
    transition: 0.3s;
  }
  .p-mypageLink__button:hover {
    background-color: #4D8AC1;
  }
}
.p-mypageLink__button img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .p-mypageLink__button img {
    width: 18px;
    height: 18px;
  }
}
.p-mypageLink__button svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .p-mypageLink__button svg {
    width: 18px;
    height: 18px;
  }
}
.p-mypageLink__button svg path {
  fill: #fff;
}

.p-productsList__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media screen and (max-width: 990px) {
  .p-productsList__list {
    gap: 0;
  }
}
.p-productsList .swiper-pagination {
  position: static;
  margin-top: 0.5rem;
}

.p-pager {
  margin-top: 48px;
}
.p-pager ul {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.p-pager ul li a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-pager ul li a {
    transition: opacity 0.3s;
  }
  .p-pager ul li a:hover {
    opacity: 0.7;
  }
}
.p-pager ul li span {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #0158A6;
  color: #fff;
  text-align: center;
  line-height: 2rem;
}

.p-toast {
  position: fixed;
  bottom: 5vh;
  right: calc(50vw - 45%);
  display: inline-block;
  padding: 1rem 1rem 1rem 3.5rem;
  background: url(../img/icon/icon-alert-wh.svg) no-repeat left 1.5rem top 1rem/1.5rem 1.5rem;
  background-color: rgba(47, 50, 60, 0.9);
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-toast {
    bottom: 3vh;
    padding: 0.875rem 1rem 0.875rem 3rem;
    background-position: left 1rem top 0.75rem;
  }
}
.p-toast__text {
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-toast__text {
    line-height: 1.5;
  }
}

.p-lineup {
  padding-block: 80px;
  background-color: #EEF2F6;
}
@media screen and (max-width: 768px) {
  .p-lineup {
    padding-block: 48px;
  }
}
.p-lineup__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px 0;
  margin-top: 32px;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-lineup__list {
    grid-template-columns: repeat(3, 1fr);
    padding: 16px 8px;
  }
}
.p-lineup__item {
  padding: 16px;
  text-align: center;
  color: #0158A6;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-lineup__item {
    padding: 8px;
    font-size: 0.75rem;
  }
}
.p-lineup__item figcaption {
  margin-top: 8px;
}
.p-lineup__read {
  margin-top: 40px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-lineup__read {
    margin-top: 24px;
    font-size: 0.875rem;
  }
}

.p-top__heading {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 40px;
  color: #0158A6;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top__heading {
    font-size: 1.5rem;
  }
}
.p-top__heading span {
  position: relative;
  padding-left: 16px;
  color: #A6ABBD;
  font-size: 0.75rem;
  font-weight: 400;
}
.p-top__heading span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  background-color: #A6ABBD;
}
html:lang(en) .p-top__heading span {
  display: none;
}

.p-top__heading.-wh {
  color: #fff;
}
.p-top__heading.-wh span {
  color: #fff;
}
.p-top__heading.-wh span::before {
  background-color: #fff;
}

.p-topHero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 26.625rem;
  padding: clamp(40px, 5vw, 80px);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-topHero {
    justify-content: center;
    padding: 32px 20px 220px;
    text-align: center;
  }
}
.p-topHero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0158A6 0%, #0158A6 49.52%, rgba(1, 88, 166, 0.4) 60.1%, rgba(1, 88, 166, 0) 80.05%, rgba(1, 88, 166, 0) 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-topHero::before {
    background: linear-gradient(180deg, #0158A6 0%, #0158A6 49.52%, rgba(1, 88, 166, 0.4) 60.1%, rgba(1, 88, 166, 0) 80.05%, rgba(1, 88, 166, 0) 100%);
  }
}
.p-topHero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: url(../img/top/hero.jpg) no-repeat right center/cover;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .p-topHero::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-position: center;
  }
}
.p-topHero__balloon {
  position: relative;
  display: inline-block;
  min-width: 6.25rem;
  margin-bottom: 16px;
  padding: 0 1rem;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-topHero__balloon {
    min-width: 5.5rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.p-topHero__balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  bottom: -8px;
  transform: translateX(-50%);
  width: 8px;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: transparent;
}
.p-topHero__balloon.-open {
  background-color: #D66819;
}
.p-topHero__balloon.-open::after {
  border-top-color: #D66819;
}
.p-topHero__balloon.-close {
  background-color: #2F323C;
}
.p-topHero__balloon.-close::after {
  border-top-color: #2F323C;
}
.p-topHero__balloon.-next {
  background-color: #A6ABBD;
}
.p-topHero__balloon.-next::after {
  border-top-color: #A6ABBD;
}
.p-topHero__heading {
  margin-bottom: 24px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-topHero__heading {
    text-align: center;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-topHero__meta {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto;
  }
}
.p-topHero__metaItem {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  html:lang(en) .p-topHero__metaItem {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}
.p-topHero__metaItem + .p-topHero__metaItem {
  margin-top: 8px;
}
.p-topHero__metaItem dt {
  align-self: flex-start;
  min-width: 6.0625rem;
  margin-top: 0.25em;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-topHero__metaItem dt {
    font-size: 0.875rem;
  }
  html:lang(en) .p-topHero__metaItem dt {
    padding-inline: 8px;
  }
}
.p-topHero__metaItem dd {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-topHero__metaItem dd {
    font-size: 1.25rem;
  }
}
.p-topHero__buttonWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-topHero__buttonWrap {
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
  }
}

.p-topProducts {
  padding-block: 80px;
  background-color: #0158A6;
}
@media screen and (max-width: 768px) {
  .p-topProducts {
    padding-block: 48px;
  }
}
.p-topProducts__title {
  position: relative;
  margin-bottom: 24px;
  padding-left: 24px;
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-topProducts__title {
    margin-bottom: 16px;
    font-size: 1rem;
  }
}
.p-topProducts__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  background-color: #fff;
}
.p-topProducts__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-topProducts__list {
    gap: 8px;
  }
}
.p-topProducts__list + .p-topProducts__title {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-topProducts__list + .p-topProducts__title {
    margin-top: 40px;
  }
}
.p-topProducts__item {
  width: 211px;
}
@media screen and (max-width: 768px) {
  .p-topProducts__item {
    width: calc((100% - 16px) / 3);
  }
}
.p-topProducts__link {
  display: block;
  padding: 8px 16px 16px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-topProducts__link {
    padding: 8px 4px;
    border-radius: 3px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-topProducts__link img {
    transition: scale 0.3s;
  }
  .p-topProducts__link:hover img {
    scale: 1.05;
  }
  .p-topProducts__link:hover .p-topProducts__name {
    color: #4D8AC1;
  }
}
.p-topProducts__name {
  margin-top: 8px;
  color: #0158A6;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-topProducts__name {
    font-size: 0.75rem;
  }
}
.p-topProducts__block {
  display: flex;
  gap: 16px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-topProducts__block {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-topProducts__wrap {
    width: calc((100% - 16px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .p-topProducts__wrap .p-topProducts__item {
    width: 100%;
  }
}

.p-topSearch__container {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.p-topSearch__grid {
  display: flex;
  gap: 32px 40px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-topSearch__grid {
    flex-wrap: wrap;
  }
}
.p-topSearch__grid .c-form__item {
  width: 100%;
}
.p-topSearch__grid .c-radio {
  margin-top: 16px;
}
.p-topSearch__grid .c-modalContents {
  width: 100%;
}
.p-topSearch__label {
  display: flex;
  justify-content: space-between;
}
.p-topSearch__label .c-link-arrow {
  align-self: flex-start;
  padding-top: 0.25rem;
}
.p-topSearch__map {
  position: relative;
  width: 800px;
  margin-top: -3rem;
  margin-left: 2.5rem;
}
.p-topSearch__map img,
.p-topSearch__map svg {
  width: 100%;
}
.p-topSearch__map .p-mapArea.is-active[data-area=hokkaido],
.p-topSearch__map .p-mapArea.is-hover[data-area=hokkaido] {
  fill: #4071be;
}
.p-topSearch__map .p-mapArea.is-active[data-area=tohoku],
.p-topSearch__map .p-mapArea.is-hover[data-area=tohoku] {
  fill: #29b5a0;
}
.p-topSearch__map .p-mapArea.is-active[data-area=kanto],
.p-topSearch__map .p-mapArea.is-hover[data-area=kanto] {
  fill: #6ed569;
}
.p-topSearch__map .p-mapArea.is-active[data-area=chubu],
.p-topSearch__map .p-mapArea.is-hover[data-area=chubu] {
  fill: #ead33e;
}
.p-topSearch__map .p-mapArea.is-active[data-area=kinki],
.p-topSearch__map .p-mapArea.is-hover[data-area=kinki] {
  fill: #f3a112;
}
.p-topSearch__map .p-mapArea.is-active[data-area=shikoku],
.p-topSearch__map .p-mapArea.is-hover[data-area=shikoku] {
  fill: #fc7cc0;
}
.p-topSearch__map .p-mapArea.is-active[data-area=chugoku],
.p-topSearch__map .p-mapArea.is-hover[data-area=chugoku] {
  fill: #f65828;
}
.p-topSearch__map .p-mapArea.is-active[data-area=kyushu],
.p-topSearch__map .p-mapArea.is-hover[data-area=kyushu] {
  fill: #be74db;
}
.p-topSearch__radio {
  position: absolute;
  display: inline-block;
  min-width: 117px;
  padding: 0.5rem 0.5rem 0.5rem;
  background-color: #0158A6;
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 2px;
  z-index: 0;
}
.p-topSearch__radio input[type=radio] {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.p-topSearch__radio input[type=radio]::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  background-color: #fff;
  border: 1px solid #D6D3D0;
  cursor: pointer;
}
.p-topSearch__radio input[type=radio]:checked::before {
  border-color: #0158A6;
}
.p-topSearch__radio input[type=radio]::after {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background-color: #D6D3D0;
  opacity: 0;
  transition: 0.3s;
}
.p-topSearch__radio input[type=radio]:checked::after {
  background-color: #0158A6;
  opacity: 1;
}
.p-topSearch__radio:has(:disabled) {
  color: #D6D3D0;
}
@media (hover: hover) and (pointer: fine) {
  .p-topSearch__radio:hover:has(:checked) input[type=radio]::after {
    background-color: #0158A6;
    opacity: 1;
  }
  .p-topSearch__radio:hover input[type=radio]::after {
    opacity: 1;
  }
}
.p-topSearch__radio span {
  padding-left: 1.75rem;
}
.p-topSearch__radio .-port {
  display: block;
  margin-top: 4px;
  padding-inline: 0.5rem;
  background-color: #EEF2F6;
  color: #0158A6;
  font-size: 0.75rem;
  border-radius: 2px;
}
.p-topSearch__radio[for=hokkaido] {
  top: 5.2%;
  left: 53.24%;
}
.p-topSearch__radio[for=hokkaido]::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -44px;
  width: 108px;
  height: 70px;
  background: url(../img/top/arrow-hokkaido.svg) no-repeat center/cover;
  z-index: -1;
}
.p-topSearch__radio[for=tohoku] {
  top: 46.56%;
  left: 62.375%;
}
.p-topSearch__radio[for=kanto] {
  top: 71.2%;
  left: 59.5%;
}
.p-topSearch__radio[for=kanto]::after {
  content: "";
  position: absolute;
  left: -44px;
  bottom: 14px;
  width: 72px;
  height: 47px;
  background: url(../img/top/arrow-yokohama.svg) no-repeat center/cover;
  z-index: -1;
}
.p-topSearch__radio[for=chubu] {
  top: 84.12%;
  left: 38.25%;
}
.p-topSearch__radio[for=chubu]::after {
  content: "";
  position: absolute;
  left: 7px;
  top: -53px;
  width: 12px;
  height: 74px;
  background: url(../img/top/arrow-chubu.svg) no-repeat center/cover;
  z-index: -1;
}
.p-topSearch__radio[for=kinki] {
  top: 45.24%;
  left: 28.125%;
}
.p-topSearch__radio[for=kinki]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -110px;
  width: 38px;
  height: 119px;
  background: url(../img/top/arrow-kinki.svg) no-repeat center/cover;
  z-index: -1;
}
.p-topSearch__radio[for=shikoku] {
  top: 82.24%;
  left: 15.875%;
}
.p-topSearch__radio[for=chugoku] {
  top: 60.28%;
  left: 9.5%;
}
html:lang(en) .p-topSearch__radio[for=chugoku] {
  left: 5.5%;
}

.p-topSearch__radio[for=kyushu] {
  top: 59.36%;
  left: -8%;
}
.p-topSearch__radio[for=kyushu]::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -18px;
  width: 71px;
  height: 20px;
  background: url(../img/top/arrow-kyushu.svg) no-repeat center/cover;
  z-index: -1;
}
html:lang(en) .p-topSearch__radio[for=kyushu] {
  top: 40%;
}
html:lang(en) .p-topSearch__radio[for=kyushu]::after {
  bottom: -128px;
  height: 129px;
  background-image: url(../img/top/arrow-kyushu-en.svg);
}

.p-topNews__wrap {
  display: flex;
  gap: clamp(64px, 9vw, 120px);
}
@media screen and (max-width: 768px) {
  .p-topNews__wrap {
    flex-direction: column;
    gap: 0;
  }
}
.p-topNews__wrap .p-top__heading {
  align-self: flex-start;
  flex-shrink: 0;
}
.p-topNews__wrap .p-news__list {
  flex: 1;
}

.p-topLimited {
  padding-block: 80px;
  background-color: #0158A6;
}
@media screen and (max-width: 768px) {
  .p-topLimited {
    padding-block: 48px;
  }
}
.p-topLimited__title {
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-topLimited__title {
    font-size: 1.5rem;
  }
}
.p-topLimited__read {
  margin-top: 24px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-topLimited__list {
  display: flex;
  gap: 8px 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-topLimited__list {
    flex-direction: column;
  }
}
.p-topLimited__item {
  width: 100%;
  padding: 32px 16px 24px;
  background-color: #fff;
  text-align: center;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p-topLimited__item {
    padding: 16px;
  }
}
.p-topLimited__item img {
  width: 77px;
  height: 77px;
}
@media screen and (max-width: 768px) {
  .p-topLimited__item img {
    width: 60%;
    max-width: 77px;
    height: auto;
  }
}
.p-topLimited__text {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-topLimited__text {
    margin-top: 8px;
    font-size: 0.875rem;
  }
}
.p-topLimited__text span {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-topLimited__text span {
    font-size: 0.75rem;
  }
}

.p-topFlow__list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-topFlow__list {
    flex-direction: column;
    gap: 32px;
  }
}
.p-topFlow__item {
  position: relative;
  width: 100%;
}
.p-topFlow__item::after {
  content: "";
  position: absolute;
  top: 0.875rem;
  right: -50%;
  width: 100%;
  height: 1px;
  background-color: #0158A6;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-topFlow__item::after {
    content: none;
  }
}
.p-topFlow__item:last-child::after {
  content: none;
}
.p-topFlow__item img {
  display: block;
  width: 110px;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-topFlow__item img {
    flex-shrink: 0;
    align-self: flex-start;
    width: 28%;
    max-width: 110px;
  }
}
.p-topFlow__step {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  padding-inline: 24px;
  background-color: #0158A6;
  color: #fff;
  border-radius: 3rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-topFlow__step {
    font-size: 0.875rem;
  }
}
.p-topFlow__contents {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-topFlow__contents {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-topFlow__textBlock {
    flex: 1;
  }
}
.p-topFlow__title {
  text-align: center;
  color: #0158A6;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-topFlow__title {
    text-align: left;
    font-size: 1rem;
  }
}
.p-topFlow__text {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.75;
}

.p-topStock {
  padding-block: 80px;
  background-color: #EEF2F6;
}
.p-topStock__heading {
  display: flex;
  justify-content: space-between;
  margin-block: 48px 40px;
}
.p-topStock__heading .c-title-primary {
  margin-bottom: 0;
}
.p-topStock__update {
  align-self: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
}

.p-topSell__list {
  display: flex;
  justify-content: center;
  gap: 48px;
  max-width: 864px;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .p-topSell__list {
    flex-direction: column;
  }
}
.p-topSell__item {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-topSell__item {
    display: flex;
    gap: 24px;
  }
}
.p-topSell__item img {
  width: 110px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-topSell__item img {
    flex-shrink: 0;
    align-self: flex-start;
    width: 28%;
    max-width: 110px;
  }
}
.p-topSell__textBox {
  margin-block: 16px;
}
@media screen and (max-width: 768px) {
  .p-topSell__textBox {
    flex: 1;
    text-align: left;
  }
}
.p-topSell__title {
  margin-bottom: 8px;
  color: #0158A6;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-topSell__title {
    font-size: 1rem;
  }
}
.p-topSell__contact {
  margin-top: 80px;
  padding: 64px;
  background-color: #EEF2F6;
}
@media screen and (max-width: 768px) {
  .p-topSell__contact {
    margin-top: 48px;
    padding: 40px 5.3vw;
  }
}
.p-topSell__contactList {
  display: flex;
  gap: 8px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .p-topSell__contactList {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.p-topSell__contactItem {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 16px 24px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-topSell__contactItem {
    justify-content: center;
  }
}
.p-topSell__contactItem img {
  flex-shrink: 0;
  align-self: center;
  width: 40px;
  height: 40px;
}
.p-topSell__contactTextBlock {
  align-self: center;
}
.p-topSell__contactTitle {
  color: #0158A6;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-topSell__contactText {
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-mypage__titleWrap {
  display: flex;
  gap: 16px 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-mypage__titleWrap {
    flex-wrap: wrap;
  }
  .p-mypage__titleWrap .c-link-arrow {
    margin-left: auto;
  }
}
.p-mypage__titleWrap .c-title-primary {
  margin-bottom: 0;
}

.p-mypageLink + section:nth-of-type(1) .c-table-primary table tbody td:nth-child(1),
.p-mypageLink + section:nth-of-type(1) .c-table-primary table tbody td:nth-child(5),
.p-mypageLink + section:nth-of-type(1) .c-table-primary table tbody td:nth-child(6) {
  white-space: nowrap;
}
.p-mypageLink + section:nth-of-type(1) + section .c-table-primary table tbody td:nth-child(3),
.p-mypageLink + section:nth-of-type(1) + section .c-table-primary table tbody td:nth-child(4) {
  white-space: nowrap;
}

.p-userInfo__navInner {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-userInfo__navInner {
    display: none;
  }
}
.p-userInfo__navList {
  position: -webkit-sticky;
  position: sticky;
  top: calc(8.875rem + 40px);
}
.p-userInfo__navLink {
  display: inline-block;
  padding: 8px 0 8px 24px;
  border-left: 2px solid #D6D3D0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-userInfo__navLink.is-current {
  border-color: #0158A6;
}
.p-userInfo__container {
  padding-top: 80px;
  border-top: 1px solid #D6D3D0;
}

.p-withdraw__title {
  color: #C70101;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-withdraw__title {
    font-size: 1.5rem;
  }
}
.p-withdraw__textBlock {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-withdraw__textBlock {
    margin-top: 32px;
  }
}
.p-withdraw__button input[type=submit] {
  background-color: #fff;
  color: #0158A6;
  border: 2px solid #0158A6;
}
@media (hover: hover) and (pointer: fine) {
  .p-withdraw__button input[type=submit]:hover {
    background-color: #4D8AC1;
    border-color: #4D8AC1;
    color: #fff;
  }
}

.p-imgList__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-imgList__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
}
@media screen and (max-width: 540px) {
  .p-imgList__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-imgList__item {
  aspect-ratio: 4/3;
  background-color: #1B1B1B;
}
@media (hover: hover) and (pointer: fine) {
  .p-imgList__item {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-imgList__item:hover {
    opacity: 0.7;
  }
}
.p-imgList__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-imgList__modalContents {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 85%;
  max-width: 880px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 0;
  border: none;
  z-index: 101;
}
.p-imgList__modalContents .swiper-button-prev {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .p-imgList__modalContents .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}
.p-imgList__modalContents .swiper-button-prev svg {
  display: none;
}
.p-imgList__modalContents .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/icon/icon-prev-circle.svg) no-repeat center/cover;
}
.p-imgList__modalContents .swiper-button-next {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .p-imgList__modalContents .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.p-imgList__modalContents .swiper-button-next svg {
  display: none;
}
.p-imgList__modalContents .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/icon/icon-next-circle.svg) no-repeat center/cover;
}
.p-imgList__modalContents .swiper-slide {
  aspect-ratio: 4/3;
  background-color: #1B1B1B;
}
.p-imgList__modalContents .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-imgList__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(../img/icon/icon-close-wh.svg) no-repeat center/cover;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-imgList__close {
    width: 32px;
    height: 32px;
  }
}

.p-auctionDetail__contents {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 3.5vw, 64px);
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__contents {
    flex-direction: column;
    margin-top: 40px;
  }
}
.p-auctionDetail__thumbnail {
  width: 44.64285714%;
}
@media screen and (max-width: 925px) {
  .p-auctionDetail__thumbnail {
    width: 100%;
  }
}
.p-auctionDetail__mainSwiper {
  margin-bottom: 8px;
}
.p-auctionDetail__mainSwiper .swiper-button-prev {
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
}
.p-auctionDetail__mainSwiper .swiper-button-prev svg {
  display: none;
}
.p-auctionDetail__mainSwiper .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/icon/icon-prev-circle.svg) no-repeat center/cover;
}
.p-auctionDetail__mainSwiper .swiper-button-next {
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
}
.p-auctionDetail__mainSwiper .swiper-button-next svg {
  display: none;
}
.p-auctionDetail__mainSwiper .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/icon/icon-next-circle.svg) no-repeat center/cover;
}
.p-auctionDetail__mainSwiper .swiper-slide {
  aspect-ratio: 4/3;
  background-color: #1B1B1B;
}
.p-auctionDetail__mainSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-auctionDetail__thumbSwiper .swiper-slide {
  aspect-ratio: 4/3;
}
.p-auctionDetail__thumbSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-auctionDetail__buttonList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__buttonList {
    gap: 4px 2px;
  }
}
.p-auctionDetail__button {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  min-width: 140px;
  padding: 8px 8px 8px 12px;
  background-color: #0158A6;
  color: #fff;
  border-radius: 3px;
  font-size: 0.6875rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__button {
    min-width: auto;
  }
}
.p-auctionDetail__button img {
  width: 14px;
  height: 14px;
}
@media (hover: hover) and (pointer: fine) {
  .p-auctionDetail__button {
    transition: 0.3s;
  }
  .p-auctionDetail__button:hover {
    background-color: #4D8AC1;
  }
}
.p-auctionDetail__block {
  flex: 1;
}
.p-auctionDetail__meta {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.p-auctionDetail__lot {
  align-self: center;
  margin-right: auto;
  font-size: 0.75rem;
  white-space: nowrap;
}
.p-auctionDetail__title {
  margin-top: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #D6D3D0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.p-auctionDetail__info {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
.p-auctionDetail__infoItem {
  display: flex;
  flex-shrink: 0;
}
.p-auctionDetail__infoItem dt,
.p-auctionDetail__infoItem dd {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75;
}
.p-auctionDetail__priceData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 16px;
}
.p-auctionDetail__bidder {
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-auctionDetail__bidder img {
  display: inline-block;
  width: 18px;
  margin-top: 1px;
  margin-left: 8px;
  border: 1px solid #D3D5DE;
  vertical-align: text-top;
}
.p-auctionDetail__bidAmount {
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-auctionDetail__bidAmount span {
  padding-left: 8px;
  color: #C70101;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}
.p-auctionDetail__label {
  min-width: 12rem;
  margin-top: 4px;
  padding: 4px 24px;
  text-align: center;
  color: #fff;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
}
.p-auctionDetail__label.-gold {
  background-color: #BBA049;
}
.p-auctionDetail__label.-dark {
  background-color: #2F323C;
}
.p-auctionDetail__price {
  text-align: right;
  font-size: 1.25rem;
}
.p-auctionDetail__price span {
  color: #C70101;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
}
.p-auctionDetail__priceStart {
  margin-top: 8px;
  text-align: right;
  font-size: 0.6875rem;
}
.p-auctionDetail__bidBoard {
  margin-top: 24px;
  padding: 24px 32px 16px;
  background-color: #EEF2F6;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__bidBoard {
    max-width: 500px;
    margin-inline: auto;
    padding: 16px;
  }
}
.p-auctionDetail__input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(24px, 1.125vw);
}
.p-auctionDetail__input label {
  display: flex;
}
.p-auctionDetail__input label input {
  min-width: 200px;
  max-width: 13.75rem;
  margin-right: 8px;
  padding: 0 16px;
  background-color: #fff;
  border-radius: 4px;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__input label input {
    min-width: auto;
    width: 9.25rem;
    margin-right: 4px;
    padding-inline: 10px;
    font-size: 1.5rem;
  }
}
.p-auctionDetail__input label input:disabled {
  color: #A6ABBD;
  pointer-events: none;
}
html:lang(en) .p-auctionDetail__input label input {
  margin-right: 0;
  margin-left: 8px;
}

.p-auctionDetail__input label span {
  align-self: end;
  font-size: 1.125rem;
  font-weight: 500;
  vertical-align: sub;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__input label span {
    font-size: 0.875rem;
  }
  html:lang(en) .p-auctionDetail__input label span {
    align-self: center;
    font-size: 0.75rem;
  }
}
.p-auctionDetail__bidAction {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__bidAction {
    gap: 16px;
    margin-top: 16px;
  }
}
.p-auctionDetail__bidMordalButton {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  min-height: 62px;
  background-color: #A6ABBD;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1.25rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__bidMordalButton {
    flex: 1;
    min-width: 160px;
    max-width: 240px;
    min-height: 46px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-auctionDetail__bidMordalButton {
    transition: 0.3s;
  }
  .p-auctionDetail__bidMordalButton:hover {
    background-color: #E2955E;
  }
}
.c-radio:has(input[type=radio]:checked) + .p-auctionDetail__bidMordalButton {
  background-color: #D66819;
  pointer-events: auto;
}

.p-auctionDetail__attr {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.625rem;
}
.p-auctionDetail__time {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.p-auctionDetail__time span {
  display: inline-block;
}
.p-auctionDetail__time span img,
.p-auctionDetail__time span svg {
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: text-bottom;
}
.p-auctionDetail__time .-extend {
  color: #C70101;
  margin-right: 0.5rem;
}
.p-auctionDetail__time .-end {
  color: #A6ABBD;
  margin-right: 0.5rem;
}
.p-auctionDetail__time .-end img path,
.p-auctionDetail__time .-end svg path {
  fill: #A6ABBD;
}
.p-auctionDetail__details {
  display: grid;
  gap: 24px 40px;
}
.p-auctionDetail__details + .p-auctionDetail__details {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__details + .p-auctionDetail__details {
    gap: 16px;
    margin-top: 16px;
  }
}
.p-auctionDetail__details.-col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__details.-col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-auctionDetail__detailsItem {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #D6D3D0;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__detailsItem {
    padding-bottom: 16px;
  }
}
.p-auctionDetail__detailsItem dt {
  min-width: 170px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__detailsItem dt {
    min-width: 140px;
    font-size: 0.875rem;
  }
}
.p-auctionDetail__detailsItem dd {
  flex: 1;
  font-size: 1rem;
  line-height: 1.75;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__detailsItem dd {
    font-size: 0.875rem;
  }
}
.p-auctionDetail__modalRead {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-auctionDetail__modalRead span {
  display: inline-block;
  padding-inline: 8px;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-auctionDetail__modalRead span.-nomal {
  color: #0158A6;
}
.p-auctionDetail__modalRead span.-auto {
  color: #D66819;
}
.p-auctionDetail__modalRead span.-error {
  color: #C70101;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__modalRead {
    font-size: 1rem;
  }
}
.p-auctionDetail__modalAttr {
  margin-top: 8px;
  color: #C70101;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__modalAttr {
    font-size: 0.75rem;
  }
}
.p-auctionDetail__modalPrice {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  padding: 8px 24px;
  background-color: #EEF2F6;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__modalPrice {
    font-size: 1rem;
  }
}
.p-auctionDetail__modalPrice span {
  color: #C70101;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__modalPrice span {
    font-size: 1.5rem;
  }
}
.p-auctionDetail__modalError {
  margin-top: 16px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 500;
}
.p-auctionDetail__buttonWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin-top: 24px;
}
.p-auctionDetail__cancel button {
  min-width: 200px;
  min-height: 48px;
  background-color: #A6ABBD;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__cancel button {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-auctionDetail__cancel button {
    transition: 0.3s;
  }
  .p-auctionDetail__cancel button:hover {
    background-color: color-mix(in sRGB, #A6ABBD 75%, white);
  }
}
.p-auctionDetail__bidButton input[type=submit],
.p-auctionDetail__bidButton button {
  min-width: 200px;
  min-height: 48px;
  padding-inline: 16px;
  background-color: #D66819;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__bidButton input[type=submit],
.p-auctionDetail__bidButton button {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-auctionDetail__bidButton input[type=submit],
.p-auctionDetail__bidButton button {
    transition: 0.3s;
  }
  .p-auctionDetail__bidButton input[type=submit]:hover,
.p-auctionDetail__bidButton button:hover {
    background-color: #E2955E;
  }
}
.p-auctionDetail__backButton {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 48px;
  background-color: #0158A6;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-auctionDetail__backButton {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-auctionDetail__backButton {
    transition: 0.3s;
  }
  .p-auctionDetail__backButton:hover {
    background-color: color-mix(in sRGB, #A6ABBD 75%, white);
  }
}

.p-auctionList__sideBlock + .p-auctionList__sideBlock {
  margin-top: 48px;
}
.p-auctionList__accBlock {
  border-bottom: 1px solid #D6D3D0;
}
.p-auctionList__accBlock + .p-auctionList__accBlock {
  margin-top: 16px;
}
.p-auctionList__accButton {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  cursor: pointer;
}
.p-auctionList__accButton::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 8px;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto;
  background: url(../img/icon/icon-updown.svg) no-repeat center/cover;
  transition: rotate 0.2s;
}
.p-auctionList__accButton.is-open::after {
  transition: rotate 0.2s;
  rotate: 180deg;
}
.p-auctionList__accList {
  display: none;
  padding-bottom: 16px;
}
.p-auctionList__accItem {
  position: relative;
  padding-left: 16px;
}
.p-auctionList__accItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 2px;
  margin: auto;
  background-color: #0158A6;
}
.p-auctionList__accItem + .p-auctionList__accItem {
  margin-top: 8px;
}
.p-auctionList__accLink {
  font-size: 0.875rem;
  line-height: 1.75;
}
@media (hover: hover) and (pointer: fine) {
  .p-auctionList__accLink {
    transition: opacity 0.3s;
  }
  .p-auctionList__accLink:hover {
    opacity: 0.7;
  }
}
.p-auctionList__formItem + .p-auctionList__formItem {
  margin-top: 16px;
}
.p-auctionList__result {
  font-size: 0.75rem;
  margin-bottom: 32px;
}
.p-auctionList__list {
  display: grid;
  gap: 32px;
}
.p-pager + .p-auctionList__list {
  margin-top: 48px;
}

.p-auctionList__item {
  position: relative;
}
.p-auctionList__item .c-button-favo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.p-auctionList__link {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  cursor: pointer;
}
.p-auctionList__thumb {
  position: relative;
  align-self: flex-start;
  width: min(20vw, 220px);
  aspect-ratio: 7/5;
}
@media screen and (max-width: 768px) {
  .p-auctionList__thumb {
    width: 100%;
  }
}
.p-auctionList__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-auctionList__thumb.-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.p-auctionList__thumb.-close::after {
  content: "終了しました";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 4px 16px;
  background-color: #fff;
  color: #2F323C;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
}
html:lang(en) .p-auctionList__thumb.-close::after {
  content: "CLOSED";
}

.p-auctionList__thumb.-win::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.p-auctionList__thumb.-win::after {
  content: "落札しました";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 4px 16px 4px 2rem;
  background: url(../img/icon/icon-award.svg) no-repeat left 0.5rem center/1.25rem;
  background-color: #BBA049;
  color: #fff;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
}
html:lang(en) .p-auctionList__thumb.-win::after {
  content: "SUCCESSFUL BID";
}

.p-auctionList__contents {
  flex: 1;
  min-width: 350px;
}
@media screen and (max-width: 768px) {
  .p-auctionList__contents {
    min-width: auto;
  }
}
.p-auctionList__block {
  display: flex;
  gap: 16px 24px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
html:lang(en) .p-auctionList__block {
  gap: 16px;
}

.p-auctionList__block:has(.p-auctionList__title) {
  margin-top: 4px;
  border-bottom: 1px solid #D6D3D0;
}
.p-auctionList__lot {
  font-size: 0.6875rem;
  line-height: 1.75;
  white-space: nowrap;
}
.p-auctionList__title {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.p-auctionList__info {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-block: 8px;
}
.p-auctionList__infoItem {
  display: flex;
  width: calc((100% - 32px) / 3);
  min-width: 160px;
}
.p-auctionList__infoItem.-spec {
  width: 100%;
}
.p-auctionList__infoItem dt {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-auctionList__infoItem dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.p-auctionList__meta {
  flex: 1;
}
.p-auctionList__data {
  display: flex;
  min-width: 19rem;
}
.p-auctionList__dataItem {
  align-self: center;
  display: flex;
  gap: 4px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-auctionList__dataItem + .p-auctionList__dataItem {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #D6D3D0;
}
html:lang(en) .p-auctionList__dataItem + .p-auctionList__dataItem {
  margin-left: 5px;
  padding-left: 5px;
}

.p-auctionList__dataItem .-extend {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #C70101;
}
.p-auctionList__dataItem .-extend img,
.p-auctionList__dataItem .-extend svg {
  align-self: flex-start;
  width: 18px;
  height: 18px;
}
.p-auctionList__dataItem .-end {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #A6ABBD;
}
.p-auctionList__dataItem .-end img,
.p-auctionList__dataItem .-end svg {
  align-self: flex-start;
  width: 18px;
  height: 18px;
}
.p-auctionList__dataItem .-end img path,
.p-auctionList__dataItem .-end svg path {
  fill: #A6ABBD;
}
.p-auctionList__dataItem .-flag {
  align-self: center;
  border: 1px solid #D3D5DE;
  height: 16px;
}
.p-auctionList__dataItem .-flag img {
  vertical-align: top;
  width: auto;
  height: 100%;
}
.p-auctionList__priceBlock {
  min-width: 200px;
  margin-left: auto;
  padding: 4px 16px;
  background-color: #EEF2F6;
}
html:lang(en) .p-auctionList__priceBlock {
  padding-inline: 8px;
}

.p-auctionList__priceBlock:has(.p-auctionList__priceStart) {
  padding-bottom: 8px;
}
.p-auctionList__price {
  display: flex;
  gap: 4px 8px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.75rem;
  font-weight: 400;
}
.p-auctionList__price span {
  flex: 1;
  color: #C70101;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  font-weight: 500;
  white-space: nowrap;
}
.p-auctionList__priceStart {
  text-align: right;
  font-size: 0.6785rem;
}
.p-auctionList__label {
  margin-top: 4px;
  padding: 4px 24px;
  text-align: center;
  color: #fff;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
}
.p-auctionList__label.-gold {
  background-color: #BBA049;
}
.p-auctionList__label.-dark {
  background-color: #2F323C;
}
.p-auctionList__modal {
  padding: 64px;
  background-color: #EEF2F6;
}
@media screen and (max-width: 768px) {
  .p-auctionList__modal {
    padding: 48px 5.3vw 32px;
  }
}
.p-auctionList__modalTitle {
  color: #0158A6;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-auctionList__modalTitle {
    font-size: 1.25rem;
  }
}
.p-auctionList__modalRead {
  margin-top: 24px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-auctionList__modalRead {
    margin-top: 16px;
    font-size: 0.875rem;
  }
}
.p-auctionList__modalList {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-auctionList__modalList {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }
}
.p-auctionList__modalItem {
  width: 260px;
  padding: 32px 16px 24px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-auctionList__modalItem {
    width: 100%;
    padding: 16px 8px;
  }
}
.p-auctionList__modalIcon {
  width: 77px;
  height: 77px;
}
@media screen and (max-width: 768px) {
  .p-auctionList__modalIcon {
    width: 60%;
    max-width: 77px;
    height: auto;
  }
}
.p-auctionList__modalText {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-auctionList__modalText {
    font-size: 0.875rem;
  }
}
.p-auctionList__modalText span {
  display: inline-block;
  font-size: 0.875em;
}
@media screen and (max-width: 768px) {
  .p-auctionList__modalText span {
    font-size: 0.75rem;
  }
}

.p-favorites__list {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .p-favorites__list {
    max-width: 700px;
    margin: auto;
  }
}
.p-favorites__heading {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D6D3D0;
}
.p-favorites__title {
  display: flex;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.p-favorites__title span {
  align-self: flex-start;
  flex-shrink: 0;
  display: flex;
  gap: 4px;
  padding: 4px 8px;
  color: #fff;
  border-radius: 2px;
  font-size: 0.75rem;
}
.p-favorites__title .-extend {
  background-color: #C70101;
}
.p-favorites__title .-end {
  background-color: #A6ABBD;
}
.p-favorites__title img,
.p-favorites__title svg {
  width: 18px;
  height: 18px;
}
.p-favorites__title img path,
.p-favorites__title svg path {
  fill: #fff;
}
.p-favorites__meta {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-left: auto;
}
.p-favorites__lot {
  font-size: 0.6875rem;
}
.p-favorites__contents {
  position: relative;
  display: flex;
  gap: 16px min(2vw, 24px);
  padding-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .p-favorites__contents {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.p-favorites__link {
  display: flex;
  gap: 16px min(2vw, 24px);
}
.p-favorites__thumb {
  position: relative;
  align-self: flex-start;
  width: 48%;
  aspect-ratio: 7/5;
}
.p-favorites__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-favorites__thumb.-close::before, .p-favorites__thumb.-win::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.p-favorites__thumb.-close::after, .p-favorites__thumb.-win::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 4px 16px;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-favorites__thumb.-close::after {
  content: "終了しました";
  background-color: #fff;
  color: #2F323C;
}
html:lang(en) .p-favorites__thumb.-close::after {
  content: "CLOSED";
}

.p-favorites__thumb.-win::after {
  content: "落札しました";
  padding-left: 2rem;
  background: url(../img/icon/icon-award.svg) no-repeat left 0.5rem center/1.25rem;
  background-color: #BBA049;
  color: #fff;
}
html:lang(en) .p-favorites__thumb.-win::after {
  content: "SUCCESSFUL BID";
}

.p-favorites__info {
  flex: 1;
}
.p-favorites__infoItem {
  display: flex;
}
.p-favorites__infoItem + .p-favorites__infoItem {
  margin-top: 4px;
}
.p-favorites__infoItem dt {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}
.p-favorites__infoItem dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  font-size: 0.75rem;
  line-height: 1.4;
}
.p-favorites__buttonList {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1080px) {
  .p-favorites__buttonList {
    position: static;
    width: 100%;
  }
}
.p-favorites__data {
  flex: 1;
  min-width: 240px;
}
.p-favorites__dataBlock + .p-favorites__dataBlock {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #D6D3D0;
}
.p-favorites__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 16px;
  font-size: 0.875rem;
}
.p-favorites__price span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  color: #C70101;
  font-size: 1.25rem;
  font-weight: 500;
  white-space: nowrap;
}
html:lang(en) .p-favorites__price span {
  width: 100%;
}

.p-favorites__price span .-flag {
  display: inline-block;
  width: auto;
  height: 19px;
  border: 1px solid #D3D5DE;
}
html:lang(en) .p-favorites__price span .-flag {
  width: auto;
}

.p-favorites__price span .-flag img {
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: top;
}
.p-favorites__startPrice {
  margin-top: 4px;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-favorites__bidTitle {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.p-favorites__bidTitle img,
.p-favorites__bidTitle svg {
  align-self: flex-start;
  width: 1.25rem;
  height: 1.25rem;
}
.p-favorites__bidTitle .-bid path {
  fill: #D66819;
}
.p-favorites__bidTitle .-award path {
  fill: #BBA049;
}
.p-favorites__bidAmount {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.p-favorites__bidAmount .-price {
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-favorites__label {
  padding: 4px 16px;
  text-align: center;
  color: #fff;
  font-size: 0.6875rem;
}
.p-favorites__label.-gold {
  background-color: #BBA049;
}
.p-favorites__label.-dark {
  background-color: #2F323C;
}
.p-favorites__dataInfo {
  display: flex;
  align-items: center;
}
.p-favorites__dataInfoItem {
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-favorites__dataInfoItem + .p-favorites__dataInfoItem {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #D6D3D0;
}
.p-favorites__dataInfoItem .-flag {
  display: inline-block;
  margin-left: 4px;
  width: 22px;
  height: 14px;
  line-height: 1;
}
.p-favorites__bidBoard {
  flex: 1;
  min-width: 390px;
  max-width: 420px;
  padding: 16px;
  background-color: #EEF2F6;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-favorites__bidBoard {
    min-width: auto;
    margin: auto;
    padding: 16px 8px;
  }
}
.p-favorites__input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-favorites__input {
    gap: 2vw;
  }
}
.p-favorites__input label {
  font-size: 0.75rem;
  font-weight: 500;
}
.p-favorites__inputWrap {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-favorites__inputWrap {
    gap: 4px;
  }
}
.p-favorites__inputWrap input[type=text] {
  max-width: 137px;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-favorites__inputWrap input[type=text] {
    font-size: 1rem;
  }
}
.p-favorites__inputWrap input[type=text]:disabled {
  color: #A6ABBD;
}
.p-favorites__inputWrap span {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-favorites__inputWrap span {
    font-size: 0.875rem;
  }
}
.p-favorites__bidAction {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-favorites__bidAction {
    gap: 2vw;
  }
}
.p-favorites__mordalButton {
  align-self: center;
  width: 100%;
  max-width: 200px;
  min-height: 48px;
  background-color: #A6ABBD;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-favorites__mordalButton {
    flex: 1;
    font-size: 1rem;
  }
}
.c-radio:has(input[type=radio]:checked) + .p-favorites__mordalButton {
  background-color: #D66819;
  pointer-events: auto;
}

.p-favorites__attr {
  margin-top: 16px;
  text-align: center;
  font-size: 0.625rem;
}

.p-transactions__table {
  width: 100%;
  max-width: 100%;
  padding: 24px;
  background-color: #EEF2F6;
}
@media screen and (max-width: 768px) {
  .p-transactions__table {
    padding: 16px;
  }
}
.p-transactions__table table {
  width: 100%;
  min-width: 900px;
}
.p-transactions__table table thead th {
  padding: 0 16px 4px;
  font-size: 0.875rem;
  font-weight: 500;
  vertical-align: bottom;
  line-height: 1.25;
}
.p-transactions__table table thead .c-table__status {
  width: 6.875rem;
}
.p-transactions__table table tbody tr {
  background-color: #fff;
}
.p-transactions__table table tbody tr.-break {
  border-top: 4px solid #EEF2F6;
}
.p-transactions__table table tbody tr td {
  padding: 8px 16px;
  font-size: 0.875rem;
  vertical-align: middle;
  line-height: 1.5;
}
.p-transactions__table table tbody tr td:has(.p-trade__docList) {
  padding-block: 0 8px;
}
.p-transactions__table table tbody tr td[colspan="2"] {
  padding-top: 0;
}
.p-transactions__table table tbody tr td[colspan="6"] {
  padding: 0;
}
.p-transactions__table--ja table {
  min-width: 1130px;
}
.p-transactions__table--en table {
  min-width: 1460px;
}
.p-transactions__tableInner {
  overflow: auto;
}
.p-transactions__accButton {
  position: relative;
  width: 24px;
  height: 24px;
}
.p-transactions__accButton.is-open {
  rotate: -180deg;
}
.p-transactions__accButton path {
  fill: #0158A6;
}
.p-transactions__docList {
  display: flex;
  gap: 32px;
}
.p-transactions__docItem {
  position: relative;
}
.p-transactions__docDl {
  padding-right: 24px;
  background: url(../img/icon/icon-download-bl.svg) no-repeat right/15px;
  color: #0158A6;
  text-decoration: underline;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.125;
  overflow-wrap: break-word;
}
@media (hover: hover) and (pointer: fine) {
  .p-transactions__docDl {
    transition: opacity 0.3s;
  }
  .p-transactions__docDl:hover {
    opacity: 0.7;
  }
}
.p-transactions__docButton {
  position: relative;
  padding-right: 24px;
  background: url(../img/icon/icon-plus-outline.svg) no-repeat right/16px;
  color: #0158A6;
  text-decoration: underline;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.125;
  cursor: pointer;
  overflow-wrap: break-word;
}
@media (hover: hover) and (pointer: fine) {
  .p-transactions__docButton {
    transition: opacity 0.3s;
  }
  .p-transactions__docButton:hover {
    opacity: 0.7;
  }
}
.p-transactions__docBlock {
  position: absolute;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 16px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.p-transactions__docBlockItem + .p-transactions__docBlockItem {
  margin-top: 4px;
}
.p-transactions__accBlock {
  display: none;
  padding: 8px 16px;
}
.p-transactions__subTable {
  margin-top: 8px;
  padding: 16px;
  background-color: #F5F5F5;
}
.p-transactions__subTable table {
  min-width: auto;
}
.p-transactions__subTable thead tr {
  background-color: transparent !important;
}
.p-transactions__subTable tbody tr + tr {
  border-top: 4px solid #F5F5F5;
}
.p-transactions__subTable tbody tr td {
  max-width: 12rem;
  min-width: 6.25rem;
}
.p-transactions__subTable tbody tr td:nth-child(2),
.p-transactions__subTable tbody tr td:nth-child(6) {
  white-space: nowrap;
}
.p-transactions__subTableTitle {
  font-weight: 500;
}
.p-transactions__note {
  display: flex;
  place-self: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-end;
  margin-bottom: 8px;
  padding: 4px 8px;
  color: #1B1B1B;
  border-radius: 4px;
  font-size: 14px;
}

.p-signup__read {
  margin-top: 64px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-signup__read {
    margin-top: 48px;
    font-size: 1.125rem;
  }
}
.p-signup__read span {
  display: inline-block;
}
.p-signup__list {
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: 956px;
  margin: 32px auto 0;
  padding: 40px 64px;
  background-color: #EEF2F6;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-signup__list {
    flex-direction: column;
    margin-top: 16px;
    padding: 32px 5.3vw;
  }
}
.p-signup__item {
  width: 100%;
  padding: 32px 16px 24px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
}
.p-signup__icon {
  width: 77px;
  height: 77px;
}
.p-signup__text {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-signup__text span {
  font-size: 0.875rem;
}
.p-signup__agreement {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.p-signup__agreement a {
  color: #0158A6;
  text-decoration: underline;
  font-weight: 700;
}

.p-news__list {
  display: grid;
  border-top: 1px solid #D6D3D0;
}
.p-news__item {
  position: relative;
  border-bottom: 1px solid #D6D3D0;
}
.p-news__item--noContent {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px 0px;
}
.p-news__link {
  position: relative;
  display: block;
  width: 100%;
  padding-block: 16px;
  padding-right: 2.5rem;
}
.p-news__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon/icon-next-bl.svg) no-repeat center/cover;
  margin: auto;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__link {
    transition: opacity 0.3s;
  }
  .p-news__link:hover {
    opacity: 0.7;
  }
}
.p-news__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}
.p-news__date {
  font-size: 0.75rem;
}
.p-news__cate {
  min-width: 4.25rem;
  padding: 4px 8px;
  background-color: #0158A6;
  color: #fff;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 500;
}
.p-news__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-news__cateList {
  display: flex;
  margin-bottom: 40px;
}
.p-news__cateItem {
  width: 100%;
}
.p-news__cateActive {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 9px 8px;
  background-color: #0158A6;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-news__cateActive {
    font-size: 0.75rem;
  }
}
.p-news__cateLink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 9px 8px;
  background-color: #F5F5F5;
  color: #A6ABBD;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-news__cateLink {
    font-size: 0.75rem;
  }
}
.p-news__heading {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D6D3D0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-news__heading {
    margin-top: 8px;
    padding-bottom: 8px;
    font-size: 1.125rem;
  }
}
.p-news__article {
  margin-top: 32px;
}
.p-news__article p {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-news__article p {
    font-size: 0.875rem;
  }
}

.p-consignment__table {
  max-width: 100%;
  margin-top: 24px;
}
.p-consignment__table th {
  min-width: 200px;
  padding: 16px 32px;
  background-color: #0158A6;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-consignment__table th {
    min-width: auto;
    padding: 8px 16px;
    font-size: 0.875rem;
  }
}
.p-consignment__table th + th {
  border-left: 1px solid #fff;
}
.p-consignment__table td {
  padding: 16px 24px;
  border-left: 1px solid #D6D3D0;
  border-bottom: 1px solid #D6D3D0;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-consignment__table td {
    padding: 8px 16px;
    font-size: 0.875rem;
  }
}
.p-consignment__table td + td {
  border-right: 1px solid #D6D3D0;
}
.p-consignment__block {
  margin-top: 48px;
  padding: 56px;
  background-color: #EEF2F6;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-consignment__block {
    padding: 40px 24px;
  }
}
.p-consignment__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-consignment__title {
    font-size: 1.125rem;
  }
}
.p-consignment__title span {
  display: inline-block;
}
.p-consignment__read {
  margin-top: 24px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-consignment__read {
    font-size: 0.875rem;
  }
}

.p-stockList__result {
  margin-bottom: 16px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-stockList__list {
  display: grid;
  gap: 32px;
}
.p-stockList__item {
  position: relative;
}
.p-stockList__item .c-button-favo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.p-stockList__link {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-stockList__link {
    transition: opacity 0.3s;
  }
  .p-stockList__link:hover {
    opacity: 0.7;
  }
}
.p-stockList__thumb {
  align-self: flex-start;
  width: 220px;
  aspect-ratio: 7/5;
}
@media screen and (max-width: 768px) {
  .p-stockList__thumb {
    width: 100%;
  }
}
.p-stockList__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-stockList__thumb.-close {
  position: relative;
}
.p-stockList__thumb.-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.p-stockList__thumb.-close::after {
  content: "終了しました";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 4px 16px;
  background-color: #fff;
  color: #2F323C;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-stockList__contents {
  flex: 1;
  align-self: center;
  min-width: 350px;
}
@media screen and (max-width: 768px) {
  .p-stockList__contents {
    min-width: auto;
  }
}
.p-stockList__title {
  padding-bottom: 8px;
  border-bottom: 1px solid #D6D3D0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.p-stockList__info {
  display: flex;
  gap: 4px 8px;
  margin-block: 16px;
}
.p-stockList__infoItem {
  width: 100%;
  padding-right: 8px;
  border-right: 1px solid #D6D3D0;
}
.p-stockList__infoItem:last-child {
  border: none;
}
.p-stockList__infoItem dt {
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-stockList__infoItem dt {
    font-size: 0.6875rem;
  }
}
.p-stockList__infoItem dd {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-stockList__infoItem dd {
    font-size: 0.8125rem;
  }
}
.p-stockList__data {
  display: flex;
}
.p-stockList__dataItem {
  align-self: center;
  display: flex;
  gap: 4px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-stockList__dataItem + .p-stockList__dataItem {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #D6D3D0;
}
.p-stockList__price {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-width: 200px;
  margin-left: auto;
  padding: 4px 16px;
  background-color: #EEF2F6;
  font-size: 0.75rem;
  font-weight: 400;
}
.p-stockList__price span {
  color: #C70101;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  font-weight: 500;
  white-space: nowrap;
}

.p-stock__contents {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 3.5vw, 64px);
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-stock__contents {
    flex-direction: column;
    margin-top: 40px;
  }
}
.p-stock__thumbnail {
  width: 44.64285714%;
}
@media screen and (max-width: 925px) {
  .p-stock__thumbnail {
    width: 100%;
  }
}
.p-stock__block {
  flex: 1;
}
.p-stock__title {
  padding-bottom: 8px;
  border-bottom: 1px solid #D6D3D0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-stock__title {
    font-size: 1.5rem;
  }
}
.p-stock__info {
  display: grid;
  gap: 16px;
  margin-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D6D3D0;
}
.p-stock__infoItem {
  display: flex;
}
.p-stock__infoItem dt {
  flex-shrink: 0;
  min-width: 10rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-stock__infoItem dt {
    min-width: 7.5rem;
    font-size: 0.875rem;
  }
}
.p-stock__infoItem dd {
  flex: 1;
  font-size: 1rem;
  line-height: 1.75;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-stock__infoItem dd {
    font-size: 0.875rem;
  }
}
.p-stock__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
.p-stock__price span {
  color: #C70101;
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
}

.p-contact__products {
  display: flex;
  gap: 24px;
  max-width: 730px;
}
@media screen and (max-width: 768px) {
  .p-contact__products {
    flex-direction: column;
    gap: 8px;
  }
}
.p-contact__products--noImage {
  max-width: none;
}
.p-contact__productsThumb {
  align-self: flex-start;
  width: 26%;
}
@media screen and (max-width: 768px) {
  .p-contact__productsThumb {
    width: 44%;
  }
}
.p-contact__productsTextBlock {
  flex: 1;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .p-contact__productsTextBlock {
    width: 100%;
  }
}
.p-contact__productsTitle {
  padding-bottom: 4px;
  border-bottom: 1px solid #D6D3D0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-contact__productsInfo {
  display: flex;
  gap: 8px;
  margin-block: 16px;
}
.p-contact__productsInfo--noImage {
  background-color: white;
  margin-block: 0px;
  padding-block: 16px;
}
@media screen and (max-width: 768px) {
  .p-contact__productsInfo {
    flex-wrap: wrap;
  }
}
.p-contact__productsInfoItem {
  width: 100%;
  padding-right: 8px;
  border-right: 1px solid #D6D3D0;
}
@media screen and (max-width: 768px) {
  .p-contact__productsInfoItem {
    width: calc((100% - 8px) / 2);
  }
  .p-contact__productsInfoItem:nth-child(even) {
    border-right: none;
  }
}
.p-contact__productsInfoItem:last-child {
  border-right: none;
}
.p-contact__productsInfoItem dt {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-contact__productsInfoItem dd {
  margin-top: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-contact__productsPrice {
  text-align: right;
  font-size: 0.75rem;
}
.p-contact__productsPrice span {
  margin-left: 24px;
  color: #C70101;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  vertical-align: text-bottom;
}
.p-contact__targetBlock {
  display: flex;
}
@media screen and (max-width: 950px) {
  .p-contact__targetBlock {
    flex-direction: column;
  }
}
.p-contact__targetItemTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.07px;
  padding: 8px;
}
.p-contact__targetItem {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-contact__targetItem--fit {
  flex: 0;
  min-width: 180px;
}
.p-contact__targetItemInner {
  background-color: white;
  padding: 8px;
  flex: 1;
}
.p-contact__targetItemInner p {
  font-size: 11px;
}
.p-contact__targetItemInner--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
}
.p-contact__targetItemInner--column {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-contact__targetPrice {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #C70101;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.1px;
  padding: 16px;
}

.p-boards__read {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-boards__read {
    font-size: 1.125rem;
  }
}
.p-boards__read span {
  display: inline-block;
}
.p-boards__searchLabel {
  margin-top: 56px;
  padding-block: 32px;
  background-color: #F5F5F5;
}
.p-boards__searchBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px 40px;
}
@media screen and (max-width: 768px) {
  .p-boards__searchBlock {
    flex-direction: column;
  }
}
.p-boards__searchTitle {
  font-size: 1rem;
  font-weight: 500;
}
.p-boards__search {
  position: relative;
  width: 100%;
  max-width: 640px;
}
.p-boards__search input[type=text] {
  display: block;
  width: 100%;
  padding: 13px 6.5625rem 13px 16px;
  background-color: #fff;
  border: 1px solid #D6D3D0;
  border-radius: 6px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-boards__search input[type=text] {
    padding: 12px 6rem 12px 16px;
  }
}
.p-boards__search input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 6.5625rem;
  min-width: auto;
  min-height: auto;
  padding: 15.5px;
  background-color: #0158A6;
  color: #fff;
  border-radius: 0 6px 6px 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-boards__search input[type=submit] {
    width: 6rem;
    padding-block: 14.5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-boards__search input[type=submit] {
    transition: 0.3s;
  }
  .p-boards__search input[type=submit]:hover {
    background: #4D8AC1;
  }
}
.p-boards__list {
  display: grid;
  gap: 32px;
  margin-top: 80px;
}
.p-boards__heading {
  display: flex;
  gap: 16px;
}
.p-boards__label {
  min-width: 9.75rem;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}
.is-looking .p-boards__label {
  background-color: #0158A6;
}

.is-selling .p-boards__label {
  background-color: #D66819;
}

@media screen and (max-width: 768px) {
  .p-boards__label {
    min-width: 8.5rem;
    font-size: 1rem;
  }
}
.p-boards__date {
  align-self: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
}
.p-boards__info {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 24px;
}
.is-looking .p-boards__info {
  background-color: #e5eef5;
}

.is-selling .p-boards__info {
  background-color: #fbefe7;
}

@media screen and (max-width: 768px) {
  .p-boards__info {
    gap: 16px;
    padding: 16px 8px;
  }
}
.p-boards__infoItem {
  display: flex;
  flex-direction: column;
}
.p-boards__infoItem:nth-child(1), .p-boards__infoItem:nth-child(2) {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .p-boards__infoItem:nth-child(1), .p-boards__infoItem:nth-child(2) {
    width: 100%;
  }
}
.p-boards__infoItem:nth-child(3) {
  flex: 1;
}
.p-boards__infoItem:nth-child(n+3) .p-boards__meta::after {
  content: none;
}
.p-boards__title {
  padding: 0 16px 8px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-boards__title {
    padding-inline: 8px;
  }
}
.p-boards__meta {
  position: relative;
  height: 100%;
  padding: 8px 16px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-boards__meta {
    padding: 8px;
  }
}
.p-boards__meta::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 1px;
  height: calc(100% - 16px);
  background-color: #D6D3D0;
}
@media screen and (max-width: 768px) {
  .p-boards__meta::after {
    content: none;
  }
}
.p-boards__meta:has(.p-boards__price) {
  display: flex;
  align-items: center;
}
.p-boards__metaList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-boards__metaList.-col2 .p-boards__metaItem {
  width: calc((100% - 8px) / 2);
}
.p-boards__metaItem {
  display: flex;
  width: 100%;
}
.p-boards__metaItem dt {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
}
.p-boards__metaItem dd {
  font-size: 0.75rem;
  line-height: 1.25;
}
.p-boards__price {
  margin-block: auto;
  color: #C70101;
  font-size: 1.25rem;
  font-weight: 500;
  white-space: nowrap;
}
.p-boards__buttonWrap {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-boards__buttonWrap {
    margin-top: 0;
  }
}
.p-boards__button {
  padding: 8px 32px;
  color: #fff;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 500;
}
.is-looking .p-boards__button {
  background-color: #0158A6;
}
@media (hover: hover) and (pointer: fine) {
  .is-looking .p-boards__button {
    transition: 0.3s;
  }
  .is-looking .p-boards__button:hover {
    background: #4D8AC1;
  }
}

.is-selling .p-boards__button {
  background-color: #D66819;
}
@media (hover: hover) and (pointer: fine) {
  .is-selling .p-boards__button {
    transition: 0.3s;
  }
  .is-selling .p-boards__button:hover {
    background: #E2955E;
  }
}

.p-boards__modal {
  height: 80dvh;
  width: 90%;
  padding-block: 80px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-boards__modal {
    padding-block: 48px;
  }
}

.p-pdf__container {
  width: 100%;
  height: auto;
  padding: 20px;
  position: relative;
}
.p-pdf__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-block: 10px;
  border-bottom: 1px solid black;
}
.p-pdf__header img {
  display: block;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-pdf__time {
  padding-block: 10px;
  text-align: right;
  font-size: 0.8rem;
}
.p-pdf__invoice {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-block: 10px;
  font-size: 0.8rem;
}
.p-pdf__recipient {
  font-size: 1rem;
  margin-bottom: 20px;
}
.p-pdf__price {
  padding: 20px;
  border: 1px solid black;
  font-size: 1.3rem;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.p-pdf__payee {
  text-align: center;
  border: 1px solid black;
  padding: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.p-pdf__payeeNote {
  font-size: 0.8rem;
}
.p-pdf__operationalInformation {
  line-height: 25px;
}
.p-pdf__operationalInformation span {
  font-size: 22px;
}
.p-pdf__table {
  width: 100%;
  font-size: 0.6rem;
}
.p-pdf__table tr td {
  padding: 4px 2px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  height: 1px;
  height: -moz-available;
}
.p-pdf__table tr td.p-pdf__noBorder {
  border: none;
}
.p-pdf__table tr td.p-pdf__border--right {
  border-right: 1px solid black;
}
.p-pdf__table tr td.p-pdf__border--left {
  border-left: 1px solid black;
}
.p-pdf__table tr td.p-pdf__border--bottom {
  border-bottom: 1px solid black;
}
.p-pdf__table tr td.p-pdf__border--notop {
  border-top: none;
}
.p-pdf__table tr td.p-pdf__tableCell--fit {
  width: 1%;
  white-space: nowrap;
}
.p-pdf__table tr td.p-pdf__tableCell--fixedWidth {
  min-width: 110px;
}
.p-pdf__tableCell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 0;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}
.p-pdf__tableCell--right {
  align-items: flex-end;
  text-align: right;
}
.p-pdf__tableCell--nowrap {
  white-space: nowrap;
}
.p-pdf__note {
  font-size: 0.7rem;
  margin-top: 20px;
}
.p-pdf__contactContainer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.p-pdf__contactComment {
  font-size: 0.7rem;
}
.p-pdf__contactCompany {
  font-size: 0.8rem;
  text-align: right;
}
.p-pdf__contactCompany span {
  font-size: 22px;
}
.p-pdf__contactTel {
  font-size: 0.6rem;
  text-align: right;
}
.p-pdf__contactFax {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}
.p-pdf__writingDate {
  margin-top: 20px;
  font-size: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.p-pdf__writingDate--noTopMargin {
  margin-top: 0;
}
.p-pdf__dateWrapper {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.p-pdf__contactTable {
  width: 100%;
  font-size: 0.6rem;
  border-collapse: collapse;
  margin-top: 4px;
}
.p-pdf__contactTable tr td {
  padding: 10px 4px;
}
.p-pdf__contactTable tr td.p-pdf__tableCell--fit {
  width: 10%;
  white-space: nowrap;
}
.p-pdf__infoTable {
  width: 100%;
  font-size: 0.6rem;
  border-collapse: collapse;
  margin-top: 4px;
}
.p-pdf__infoTable tr td {
  padding: 10px 4px;
}
.p-pdf__contactNote {
  display: block;
  font-size: 0.6rem;
  margin-bottom: 30px;
}
.p-pdf__border--dot {
  border: 1px dotted black;
}
.p-pdf__contactNameContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 40px;
}
.p-pdf__contactNameContainer span {
  font-size: 0.6rem;
  white-space: nowrap;
}
.p-pdf__contactName {
  flex: 1;
  height: 38px;
  border-bottom: 1px solid black;
}
.p-pdf__contactComment {
  font-size: 0.7rem;
  margin-top: 10px;
}
.p-pdf__writingBox {
  border: 1px solid black;
  margin-top: 20px;
}
.p-pdf__driverSignContainer {
  width: 70%;
  margin: 20px auto;
  border: 1px dotted black;
}
.p-pdf__driverSignBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-pdf__driverSignBox--border {
  border-top: 1px dotted black;
}
.p-pdf__driverSignBoxTitle {
  padding: 20px 10px;
  font-size: 0.7rem;
  width: 100px;
  border-right: 1px solid black;
}
.p-pdf__driverSignBoxInput {
  flex: 1;
}
.p-pdf__writingNote {
  font-size: 0.6rem;
  text-align: right;
}
.p-pdf__driverSpace {
  height: 60px;
  width: 100%;
}
.p-pdf__stamp {
  width: 60px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 96px;
}
.p-pdf__deliveryContainer {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  gap: 10px;
  flex-wrap: nowrap;
}
.p-pdf__deliveryName {
  font-size: 1.2rem;
  flex-shrink: 0;
}
.p-pdf__deliveryInformation {
  text-align: right;
  font-size: 0.8rem;
}
.p-pdf__deliveryInformation span {
  font-size: 22px;
}
.p-pdf__deliveryNote {
  font-size: 0.6rem;
}
.p-pdf__deliveryTable {
  width: 100%;
  font-size: 0.7rem;
  border-collapse: collapse;
  margin: 10px 0;
}
.p-pdf__deliveryTable tr td {
  padding: 10px 4px;
  border: 1px solid black;
}
.p-pdf__receiptHead {
  margin-top: 20px;
}
.p-pdf__receiptTarget {
  font-size: 1.2rem;
}
.p-pdf__receiptInformation {
  font-size: 0.7rem;
  margin-top: 20px;
}
.p-pdf__receiptCompany {
  margin-top: 60px;
  font-size: 1.2rem;
  text-align: right;
}
.p-pdf__receiptNote {
  font-size: 0.6rem;
}
.p-pdf__receiptBox {
  margin: 10px 0;
  border: 1px solid black;
  padding: 20px;
}
.p-pdf__receiptDateBox {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.8rem;
}
.p-pdf__receiptDate {
  display: flex;
  align-items: center;
  gap: 30px;
}
.p-pdf__receiptSign {
  margin-top: 30px;
  font-size: 0.8rem;
}
.p-pdf__receiptBlank {
  height: 200px;
}
.p-pdf__receiptBottom {
  font-size: 0.8rem;
  text-align: center;
}

.col-manufacturing_number {
  width: 15.5%;
}

.col-storage_location {
  width: 27.5%;
}

.col-lot {
  width: 5.5%;
}

.col-category {
  width: 10%;
}

.col-model {
  width: 9%;
}

.col-price {
  width: 7%;
}

.col-resycling_cost {
  width: 7%;
}

.col-recipient_company {
  width: 11%;
}

.col-recipient_department {
  width: 7%;
}

.p-pdf__table--fixed {
  table-layout: fixed;
  border-collapse: collapse;
}

.pd-th {
  font-weight: bold;
  text-align: center !important;
  align-items: center !important;
}

.pd-lot {
  word-break: break-all;
  white-space: normal;
}

.pd-category {
  word-break: break-all;
  white-space: normal;
}

.pd-model {
  word-break: break-all;
  white-space: normal;
  text-align: left;
  align-items: flex-start;
}

.pd-manufacturing_number {
  word-break: break-all;
  white-space: normal;
  text-align: left;
  align-items: flex-start;
}

.pd-price {
  word-break: break-all;
  white-space: normal;
}

.pd-resycling_cost {
  text-align: right;
  word-break: break-all;
  white-space: normal;
}

.pd-recipient_company {
  text-align: left;
  align-items: flex-start;
  word-break: break-all;
  white-space: normal;
}

.pd-recipient_department {
  text-align: left;
  align-items: flex-start;
  word-break: break-all;
  white-space: normal;
}

.pd-storage_location {
  text-align: left;
  align-items: flex-start;
  word-break: break-all;
  white-space: normal;
}

.p-pdf__deliveryTable .col-lot {
  width: 10%;
  text-align: center;
  vertical-align: middle;
}

.p-pdf__deliveryTable .col-category {
  width: 17%;
  text-align: center;
  vertical-align: middle;
}

.p-pdf__deliveryTable .col-model {
  width: 16%;
  text-align: center;
  vertical-align: middle;
}

.p-pdf__deliveryTable .col-manufacturing_number {
  width: 56%;
  text-align: center;
  vertical-align: middle;
}

.p-pdf__deliveryTable .pd-lot {
  text-align: center;
  vertical-align: middle;
}

.p-pdf__deliveryTable .pd-category {
  text-align: center;
  vertical-align: middle;
}

.p-pdf__deliveryTable .pd-model {
  text-align: left;
  vertical-align: middle;
}

.p-pdf__deliveryTable .pd-manufacturing_number {
  text-align: left;
  vertical-align: middle;
}

.p-pdf__infoTable .pd-lot {
  width: 9%;
  text-align: center;
  vertical-align: middle;
}

.p-pdf__infoTable .pd-category {
  width: 10%;
  text-align: center;
  vertical-align: middle;
}

.p-pdf__infoTable .pd-model {
  width: 13%;
  vertical-align: middle;
  text-align: left;
}

.p-pdf__infoTable .pd-manufacturing_number {
  width: 22%;
  vertical-align: middle;
  text-align: left;
}

.p-pdf__infoTable .pd-date {
  width: 8%;
  vertical-align: middle;
  text-align: center;
}

.p-pdf__infoTable .pd-time {
  width: 8%;
  vertical-align: middle;
  text-align: center;
}

.p-pdf__infoTable .pd-company {
  width: 30%;
  vertical-align: middle;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-visually-hidden,
.screen-reader-text {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.u-text {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .u-text {
    font-size: 0.875rem;
  }
}
.u-text + .u-text {
  margin-top: 0.5em;
}

.u-textBlock {
  margin-top: 48px;
}

.u-textBox {
  padding: 24px;
  background-color: #EEF2F6;
}
@media screen and (max-width: 768px) {
  .u-textBox {
    padding: 16px;
  }
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-indent {
  margin-left: 1em;
}

.u-textLink {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0158a6;
}

.u-orderList {
  margin-left: 1.25em;
  list-style: auto;
  font-family: "Noto Sans JP", sans-serif;
}

.u-list {
  margin-left: 1.5em;
  list-style: disc;
}

.u-noContent {
  background-color: #F5F5F5;
  width: 100%;
  padding: 16px 24px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-weight: 500;
  line-height: 24.5px;
  letter-spacing: 0.07px;
}
/*# sourceMappingURL=style.css.map */