@charset "UTF-8";
/* reset CSS */
:where(html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video) {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:where(article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where(button) {
  background: none;
}

:where(ul, ol, summary) {
  list-style: none; /* ビュレットを削除、必要に応じて手動で追加する */
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

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

:where(img, picture, svg) {
  max-inline-size: 100%; /* images should never overflow past the available space */
  block-size: auto; /* アスペクト比を保持 */
  width: 100%;
  height: auto;
}

:where(input, select, button, textarea) {
  color: #333;
  font-family: inherit;
  border-radius: 0;
  background: none;
  appearance: none;
  outline: none;
}

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

:where(label) {
  display: inline-flex;
  align-items: center;
}

:where(select)::-ms-expand {
  display: none;
}

:where(input)::placeholder {
  color: #b6bcc4;
}
:where(input) {
  /* 旧Edge対応 */
}
:where(input) ::-ms-input-placeholder {
  color: #b6bcc4;
}
:where(input) {
  /* IE対応 */
}
:where(input) :-ms-input-placeholder {
  color: #b6bcc4;
}
:where(input)[type=radio], :where(input)[type=checkbox] {
  opacity: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

:root {
  --ui-bg: #f5f7fb;
  --ui-surface: #fff;
  --ui-surface-soft: #f8fafc;
  --ui-border: #dfe5ef;
  --ui-border-strong: #c8d1df;
  --ui-text: #1f2937;
  --ui-muted: #64748b;
  --ui-heading: #111827;
  --ui-primary: #2563eb;
  --ui-primary-dark: #1d4ed8;
  --ui-primary-soft: #eff6ff;
  --ui-danger: #dc2626;
  --ui-danger-soft: #fef2f2;
  --ui-success: #16a34a;
  --ui-success-soft: #f0fdf4;
  --ui-warning: #d97706;
  --ui-warning-soft: #fffbeb;
  --ui-radius: 8px;
  --ui-shadow: 0 8px 24px rgba(15, 23, 42, .06);
  --ui-shadow-sm: 0 1px 2px rgba(15, 23, 42, .08);
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 766.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 766.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 767px) and (max-width: 1365.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 767px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1365.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1366px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1366px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

html {
  overflow-y: scroll;
}

body {
  color: var(--ui-text);
  font-feature-settings: "palt";
  font-size: 13px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  background: linear-gradient(180deg, #fff 0, var(--ui-bg) 220px), var(--ui-bg);
}

a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
    cursor: default;
    text-decoration: none;
  }
}
a.no-link {
  pointer-events: none;
  cursor: default;
}

@media (max-width: 766.98px) {
  .-pcOnly {
    display: none;
  }
}

.-spOnly {
  display: none;
}
@media (max-width: 766.98px) {
  .-spOnly {
    display: block;
  }
}

.l-wrapper {
  overflow: clip;
}

.l-footer {
  padding: 16px 32px 24px;
  text-align: center;
  color: var(--ui-muted);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-top: 1px solid var(--ui-border);
  background: rgba(255, 255, 255, 0.72);
}
@media (max-width: 766.98px) {
  .l-footer {
    padding: 3.7333333333vw 4.2666666667vw 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.l-footer__text {
  margin: 0;
}

.l-main {
  min-height: 100dvh;
  padding: 112px 32px 48px;
  transition: 0.3s;
}
@media (max-width: 766.98px) {
  .l-main {
    padding: 8vw 4.2666666667vw 8.5333333333vw;
  }
}
.l-main:has(.bulk-register) table {
  min-width: 2000px;
}
@media (max-width: 766.98px) {
  .l-main:has(.bulk-register) table {
    min-width: 666.6666666667vw;
  }
}
@media (max-width: 766.98px) {
  .l-main:has(.result) table {
    min-width: 320vw;
  }
}
.l-main.is-active {
  padding-inline: 32px;
}
@media (max-width: 766.98px) {
  .l-main.is-active {
    padding-inline: 4.2666666667vw;
  }
}

table {
  width: 100%;
  background: #fff;
  border: 1px solid var(--ui-border);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--ui-radius);
  overflow: hidden;
}
table * {
  vertical-align: middle;
}
table th {
  position: relative;
  font-weight: 800;
  color: var(--ui-muted);
  background: #f8fafc;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align-last: left;
  padding: 12px 14px;
  white-space: nowrap;
}
table th:nth-child(1)::after {
  display: none;
}
table th::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1px;
  height: 50%;
  background: var(--ui-border);
}
table td {
  padding: 13px 14px;
  color: var(--ui-text);
  font-size: 13px;
  line-height: 1.5;
  vertical-align: middle;
  word-break: break-all;
}
@media (max-width: 766.98px) {
  table td {
    font-size: 3.2vw;
  }
}
table td .require {
  color: #f40000;
  vertical-align: super;
  font-size: 10px;
}
table.table1 {
  margin-bottom: 22px;
}
table.table1 td {
  padding: 12px 14px;
}
@media (max-width: 766.98px) {
  table.table1 td {
    padding: 2.1333333333vw 3.7333333333vw;
  }
}
table.table1 td:nth-of-type(1) {
  background: #f8fafc;
  color: var(--ui-muted);
  font-weight: 700;
  width: 190px;
}
@media (max-width: 766.98px) {
  table.table1 td:nth-of-type(1) {
    width: 100%;
    padding-bottom: 1.6vw;
    border-top: 0.2666666667vw solid var(--ui-border);
    font-size: 3.2vw;
  }
}
@media (max-width: 766.98px) {
  table.table1 td:nth-of-type(2) {
    padding-top: 2.1333333333vw;
  }
}
@media (max-width: 766.98px) {
  table.table1 tr {
    display: block;
  }
  table.table1 tr th, table.table1 tr td {
    display: block;
    width: 100%;
  }
}
table.table1 tr.course1 td:nth-of-type(2) {
  background: #f8f9fc;
  color: #999;
}

tbody tr {
  transition: background-color 0.15s;
}
@media (any-hover: hover) {
  tbody tr:hover {
    background: #f8fbff;
  }
}
tbody tr.alt-row {
  background: #fbfdff;
}
tbody tr td {
  border-top: 1px solid var(--ui-border);
}
tbody tr td.result__table--td {
  font-size: 1.1em;
  font-weight: bold;
  height: 50px;
  border-bottom: 1px solid #efefef;
}

.sec-in {
  max-width: 1180px;
  margin-inline: auto;
}
@media (max-width: 766.98px) {
  .sec-in {
    width: 92%;
  }
}

.l-menu {
  display: none;
}
@media (max-width: 766.98px) {
  .l-menu {
    position: fixed;
    top: 2.1333333333vw;
    right: 3.7333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border: 0.2666666667vw solid var(--ui-border);
    border-radius: 266.4vw;
    background: #fff;
    z-index: 101;
    cursor: pointer;
  }
}
.l-menu__obj {
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
}
.l-menu__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--ui-heading);
  transition: 0.3s;
}
.l-menu__line:nth-child(1) {
  top: 3px;
}
.l-menu__line:nth-child(2) {
  bottom: 3px;
}
.l-menu.is-open .l-menu__line {
  top: 50%;
  bottom: auto;
  translate: 0 -50%;
}
.l-menu.is-open .l-menu__line:nth-child(1) {
  rotate: 45deg;
}
.l-menu.is-open .l-menu__line:nth-child(2) {
  rotate: -45deg;
}

.l-userbar {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
  max-width: none;
  min-height: 50px;
  padding: 10px 32px 10px 0;
  color: var(--ui-muted);
  font-size: 12px;
  line-height: 1.4;
  background: transparent;
}
@media (max-width: 766.98px) {
  .l-userbar {
    top: 0;
    right: 0;
    left: auto;
    max-width: none;
    min-height: 14.9333333333vw;
    gap: 1.0666666667vw 3.2vw;
    padding: 2.1333333333vw 19.2vw 2.1333333333vw 4.2666666667vw;
    background: transparent;
    font-size: 2.6666666667vw;
  }
}
.l-userbar__info, .l-userbar__role {
  display: flex;
  align-items: center;
  margin: 0;
  white-space: nowrap;
}
.l-userbar dt {
  color: var(--ui-muted);
  font-weight: 500;
}
.l-userbar dd {
  color: var(--ui-heading);
  font-weight: 700;
}
.l-userbar__logout > a {
  font-size: 12px;
  min-height: 32px;
  padding: 6px 12px;
  background: #fff;
  color: var(--ui-text);
  border-color: var(--ui-border-strong);
}
@media (max-width: 766.98px) {
  .l-userbar__logout > a {
    font-size: 2.6666666667vw;
    padding: 1.6vw 2.6666666667vw;
  }
}
@media (any-hover: hover) {
  .l-userbar__logout > a:hover {
    border-color: var(--ui-primary-dark);
  }
}
.l-userbar--nav {
  display: none;
}
@media (max-width: 766.98px) {
  .l-userbar--global {
    display: none;
  }
}
@media (max-width: 766.98px) {
  .l-nav .l-userbar--nav {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-content: stretch;
    gap: 2.1333333333vw;
    width: 100%;
    min-height: auto;
    margin-bottom: 4.8vw;
    padding: 3.7333333333vw;
    border: 1px solid var(--ui-border);
    border-radius: 2.1333333333vw;
    background: #fff;
    color: var(--ui-muted);
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
@media (max-width: 766.98px) {
  .l-nav .l-userbar--nav .l-userbar__info, .l-nav .l-userbar--nav .l-userbar__role {
    justify-content: space-between;
    gap: 2.6666666667vw;
    white-space: normal;
  }
}
@media (max-width: 766.98px) {
  .l-nav .l-userbar--nav .l-userbar__logout {
    margin-top: 1.0666666667vw;
  }
  .l-nav .l-userbar--nav .l-userbar__logout > a {
    width: 100%;
    min-height: 10.1333333333vw;
    font-size: 3.2vw;
  }
}

.l-arrow {
  display: none;
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  max-width: none;
  width: 100%;
  height: 50px;
  min-height: 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--ui-border);
  padding: 0 320px 0 24px;
  overflow: visible;
  color: var(--ui-text);
  z-index: 10;
  transition: 0.3s;
  backdrop-filter: blur(12px);
}
@media (max-width: 766.98px) {
  .l-nav {
    display: none;
    max-width: none;
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    padding: 20.2666666667vw 4.2666666667vw 7.4666666667vw;
    background: #f5f7fb;
    color: var(--ui-text);
    z-index: 9;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media (max-width: 766.98px) {
  .l-nav.is-open {
    display: flex;
  }
}
.l-nav.is-active {
  translate: 0;
}
.l-nav__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  height: 100%;
  margin-top: 0;
}
@media (max-width: 766.98px) {
  .l-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 3.2vw;
    height: auto;
    margin-top: 0;
  }
}
.l-nav__tit {
  display: none;
}
.l-nav__items {
  position: relative;
}
.l-nav__items > a,
.l-nav__items > button {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: var(--ui-radius);
  color: var(--ui-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
@media (max-width: 766.98px) {
  .l-nav__items > a,
  .l-nav__items > button {
    width: 100%;
    min-height: 11.7333333333vw;
    padding: 2.6666666667vw 3.2vw;
    font-size: 3.4666666667vw;
    text-align: left;
  }
}
.l-nav__items > a::after,
.l-nav__items > button::after {
  display: none;
}
@media (any-hover: hover) {
  .l-nav__items > a:hover,
  .l-nav__items > button:hover {
    color: var(--ui-primary-dark);
  }
}
.l-nav__items--hasChild > .l-nav__parent::before {
  content: "";
  order: 2;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  rotate: 45deg;
  translate: 0 -2px;
  transition: rotate 0.2s, translate 0.2s;
}
@media (max-width: 766.98px) {
  .l-nav__items--hasChild > .l-nav__parent::before {
    display: none;
  }
}
@media (any-hover: hover) {
  .l-nav__items--hasChild:hover > .l-nav__parent {
    color: var(--ui-primary-dark);
  }
  .l-nav__items--hasChild:hover > .l-nav__parent::before {
    rotate: 225deg;
    translate: 0 2px;
  }
  .l-nav__items--hasChild:hover > .l-nav__child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.l-nav__items--hasChild:focus-within > .l-nav__parent, .l-nav__items--hasChild.is-open > .l-nav__parent {
  color: var(--ui-primary-dark);
}
.l-nav__items--hasChild:focus-within > .l-nav__child, .l-nav__items--hasChild.is-open > .l-nav__child {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 766.98px) {
  .l-nav__items {
    width: 100%;
    background: transparent;
  }
  .l-nav__items:not(.l-nav__items--hasChild) > a,
  .l-nav__items:not(.l-nav__items--hasChild) > button {
    min-height: 12.8vw;
    padding: 3.2vw 3.7333333333vw;
    border-radius: 1.6vw;
    color: var(--ui-primary-dark);
    font-size: 4.8vw;
    font-weight: 800;
  }
  .l-nav__items--hasChild {
    padding: 0;
    border-top: none;
  }
  .l-nav__items--hasChild > .l-nav__parent {
    min-height: 12.8vw;
    padding: 3.2vw 3.7333333333vw;
    border-radius: 1.6vw;
    color: var(--ui-primary-dark);
    font-size: 4.8vw;
    font-weight: 800;
    letter-spacing: 0;
    pointer-events: none;
  }
  .l-nav__items--hasChild > .l-nav__parent:hover {
    color: var(--ui-primary-dark);
  }
  .l-nav__items--hasChild:focus-within > .l-nav__parent, .l-nav__items--hasChild.is-open > .l-nav__parent {
    border-color: transparent;
    color: var(--ui-primary-dark);
  }
}
.l-nav__parent {
  appearance: none;
  background: none;
  cursor: pointer;
}
.l-nav__child {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 20;
  min-width: 190px;
  padding: 8px;
  background: #fff;
  box-shadow: var(--ui-shadow);
  border-radius: var(--ui-radius);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
}
.l-nav__child::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 10px;
}
.l-nav__child a {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--ui-text);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .l-nav__child a:hover {
    background: var(--ui-surface-soft);
    color: var(--ui-primary-dark);
  }
}
@media (max-width: 766.98px) {
  .l-nav__child {
    position: static;
    display: grid;
    gap: 0;
    min-width: 0;
    margin: 0;
    padding: 1.6vw 0;
    background: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }
  .l-nav__child::before {
    display: none;
  }
  .l-nav__child a {
    min-height: 11.7333333333vw;
    padding: 2.6666666667vw 3.7333333333vw 2.6666666667vw 4.8vw;
    border-radius: 0;
    background: transparent;
    color: var(--ui-text);
    font-size: 3.4666666667vw;
    font-weight: 600;
    white-space: normal;
  }
}

@media (max-width: 766.98px) {
  .l-nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .l-nav-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}

.l-input {
  padding: 18px;
  border-radius: 8px;
  background: #fff;
}
.l-input__row {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 10px;
}
.l-input__row, .l-input__col {
  padding-block: 12px 0;
}
.l-input__row:first-of-type, .l-input__col:first-of-type {
  margin-top: 10px;
}
.l-input__row dt, .l-input__col dt {
  color: #1C2A56;
  font-weight: 500;
}
.l-input__row dd, .l-input__col dd {
  width: 100%;
  max-width: 250px;
  font-weight: 500;
  margin-left: 0;
}
.l-input__row .-flex, .l-input__col .-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 766.98px) {
  .l-input__row .-flex, .l-input__col .-flex {
    display: block;
  }
}
.l-input__box .l-input__row {
  grid-template-columns: 50px 250px 80px;
  gap: 20px;
}
@media (max-width: 766.98px) {
  .l-input__box .l-input__row {
    grid-template-columns: 13.3333333333vw 1fr 17.3333333333vw;
    gap: 2.6666666667vw;
  }
}

.c-btnStyle1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-width: 96px;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid var(--ui-primary);
  border-radius: 7px;
  background: var(--ui-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .c-btnStyle1:hover {
    background: #fff;
    color: var(--ui-primary-dark);
  }
}
.c-btnStyle1.-delete {
  background: var(--ui-danger);
  border-color: var(--ui-danger);
}
@media (any-hover: hover) {
  .c-btnStyle1.-delete:hover {
    background: #fff;
    color: #b91c1c;
  }
}
.c-btnStyle1.-disabled {
  background: #e5e7eb;
  border-color: #e5e7eb;
  color: #9ca3af;
  pointer-events: none;
}
.c-btnStyle1.-gray {
  background: #fff;
  border-color: var(--ui-border-strong);
  color: var(--ui-text);
  box-shadow: var(--ui-shadow-sm);
}
@media (any-hover: hover) {
  .c-btnStyle1.-gray:hover {
    border-color: var(--ui-primary-dark);
    color: var(--ui-primary-dark);
  }
}
@media (max-width: 766.98px) {
  .c-btnStyle1 {
    min-height: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

input,
select,
button,
textarea {
  color: #333;
  font-family: inherit;
  border-radius: 0;
  border: none;
  background: none;
  appearance: none;
  outline: none;
}

input,
select,
textarea {
  width: 100%;
  font-size: 13px;
  line-height: 1.45;
  padding: 7px 10px;
  border-radius: 7px;
  background: #fff;
  border: 1px solid var(--ui-border-strong);
  color: var(--ui-text);
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
}
@media (max-width: 766.98px) {
  input,
  select,
  textarea {
    font-size: 4.2666666667vw;
  }
}
input:not([readonly]):focus,
select:not([readonly]):focus,
textarea:not([readonly]):focus {
  border-color: var(--ui-primary);
  background-color: #fff;
}
input:not([readonly]):empty::before,
select:not([readonly]):empty::before,
textarea:not([readonly]):empty::before {
  color: #9aa3b5;
}

input[readonly],
select[readonly],
textarea[readonly],
input:disabled,
select:disabled,
textarea:disabled {
  pointer-events: none;
  background-color: #ddd;
  color: #333;
  border-color: #c8c8c8;
  opacity: 1;
  -webkit-text-fill-color: #333;
}

input.myError,
select.myError,
textarea.myError {
  color: #d90000;
}
@media (max-width: 1365.98px) {
  input.myError,
  select.myError,
  textarea.myError {
    border-width: 0.0732064422vw;
  }
}
@media (max-width: 766.98px) {
  input.myError,
  select.myError,
  textarea.myError {
    border-width: 0.2666666667vw;
  }
}

input[type=date],
input[type=time] {
  position: relative;
  cursor: pointer;
}
input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
@media (max-width: 766.98px) {
  input[type=date],
  input[type=time] {
    min-height: 8vw;
  }
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

select::-ms-expand {
  display: none;
}

label,
button,
select {
  cursor: pointer;
}

input::placeholder {
  color: #b6bcc4;
}
input {
  /* 旧Edge対応 */
}
input ::-ms-input-placeholder {
  color: #b6bcc4;
}
input {
  /* IE対応 */
}
input :-ms-input-placeholder {
  color: #b6bcc4;
}
input[type=radio], input[type=checkbox], input[type=file] {
  opacity: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
input[type=checkbox] + .input_checkbox {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid var(--ui-border-strong);
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(15, 23, 42, 0.04);
}
input[type=checkbox]:checked + .input_checkbox {
  background: var(--ui-primary);
  border-color: var(--ui-primary);
}
input[type=checkbox]:checked + .input_checkbox:after, input[type=checkbox]:checked + .input_checkbox:before {
  content: "";
  display: block;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
}
input[type=checkbox]:checked + .input_checkbox:before {
  width: 40%;
  top: 52%;
  left: 10%;
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .input_checkbox:after {
  width: 65%;
  top: 45%;
  left: 28%;
  transform: rotate(-45deg);
}
input[type=radio] + .input_radio {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  background: #e2e2e2;
}
input[type=radio]:checked + .input_radio::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0064B6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

textarea {
  resize: vertical;
  height: 112px;
  min-height: 112px;
  overflow-y: scroll;
  border-radius: 6px;
}
textarea::placeholder {
  color: #b6bcc4;
}

:is(input, select, textarea).myError {
  color: #d90000;
  border: 1px solid #e59a9a;
  background: #ffebeb;
}

.name__area {
  display: block;
  min-height: 38px;
  font-size: 13px;
  line-height: 1.45;
  padding: 7px 10px;
  border-radius: 7px;
  background: #fff;
  border: 1px solid var(--ui-border-strong);
  font: inherit;
  cursor: text;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: anywhere;
  color: var(--ui-text);
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
}
@media (max-width: 766.98px) {
  .name__area {
    font-size: 4.2666666667vw;
  }
}

.name__area:focus {
  outline: none;
  border-color: var(--ui-primary);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.name__area:empty::before {
  content: attr(data-placeholder);
  pointer-events: none;
}

.myError:not(input, select, textarea) {
  display: block;
  color: var(--ui-danger);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 6px;
}

.selectBox {
  position: relative;
  width: 100%;
}
.selectBox select {
  padding-right: 34px;
}
.selectBox:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 14px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-left: 1px solid var(--ui-muted);
  border-bottom: 1px solid var(--ui-muted);
  pointer-events: none;
}

.selectBox__trigger {
  min-height: 38px;
  border: 1px solid var(--ui-border-strong);
  border-radius: 7px;
  background: #fff;
  color: var(--ui-text);
  font-size: 13px;
  line-height: 1.45;
}
.selectBox__trigger:focus {
  border-color: var(--ui-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.checkBox {
  display: flex;
  align-items: center;
  gap: 30px;
}

label:has([type=file]) {
  align-items: flex-start;
}

.photo-dropzone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  width: 100%;
  padding: 60px;
  border: 1px dashed var(--ui-border-strong);
  border-radius: var(--ui-radius);
  background: var(--ui-surface-soft);
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}
.photo-dropzone.is-dragover {
  border-color: var(--ui-primary);
  background: var(--ui-primary-soft);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.photo-dropzone .c-btnStyle1 {
  flex: 0 0 auto;
}
.photo-dropzone__text {
  flex: 1 1 160px;
  color: var(--ui-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 766.98px) {
  .photo-dropzone {
    padding: 2.6666666667vw;
    gap: 2.1333333333vw;
  }
  .photo-dropzone .c-btnStyle1 {
    width: 100%;
  }
  .photo-dropzone__text {
    flex-basis: 100%;
    text-align: center;
    font-size: 3.2vw;
  }
}

.errorWrap {
  display: block;
  color: var(--ui-danger);
  font-size: 12px;
  font-weight: 700;
}

.c-headingStyle1 {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 18px;
  padding: 0;
  color: var(--ui-heading);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
}
.c-headingStyle1::after {
  display: none;
}
@media (max-width: 766.98px) {
  .c-headingStyle1 {
    min-height: 9.0666666667vw;
    font-size: 5.3333333333vw;
  }
}
.c-headingStyle2 {
  color: var(--ui-heading);
  font-size: 18px;
  font-weight: 700;
}

.js-acd ~ dl {
  overflow: hidden;
  margin-top: 16px;
  background: var(--ui-surface);
  border-radius: var(--ui-radius);
}

.js-acd ~ dl dt {
  display: flex;
  align-items: center;
  position: relative;
  padding: 14px 48px 14px 18px;
  background: #fff;
  color: var(--ui-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.js-acd ~ dl dd {
  padding: 18px;
  background: #fff;
}

.js-acd ~ dl table {
  width: 100%;
  border-collapse: collapse;
}

.js-acd:nth-child(1) > dd,
.js-acd:nth-child(2) > dd,
.js-acd:nth-child(3) > dd {
  display: block;
}

.js-acd {
  overflow: hidden;
  margin-top: 16px;
  background: var(--ui-surface);
  border-radius: var(--ui-radius);
}

.js-acd dt {
  display: flex;
  align-items: center;
  position: relative;
  padding: 14px 48px 14px 18px;
  background: #fff;
  color: var(--ui-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
}

.js-acd dt .obj {
  position: absolute;
  top: 50%;
  right: 18px;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
}

.js-acd dt .obj .line {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 2px;
  background: var(--ui-muted);
  transition: 0.3s;
}

.js-acd dt .obj .line:nth-child(2) {
  rotate: 90deg;
}

.js-acd dt .obj.is-open .line:nth-child(2) {
  rotate: 180deg;
  opacity: 0;
}

.js-acd > dd {
  display: none;
  padding: 18px;
  background: #fff;
}

.js-acd table {
  width: 100%;
  border-collapse: collapse;
}

.js-acd__subtit {
  font-size: 14px;
  margin-bottom: 10px;
}

.action_button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 600px;
  margin-inline: auto;
  margin-top: 30px;
  text-align: center;
}

.user_button {
  width: 25%;
  margin-inline: auto;
}

.scanner__camera {
  width: 50%;
  max-width: 350px;
  border-radius: 14px;
  background: #0f172a;
  margin-inline: auto;
  overflow: hidden;
}
@media (max-width: 766.98px) {
  .scanner__camera {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.scanner__camera #qr-shaded-region {
  border-width: 80px !important;
}
@media (max-width: 766.98px) {
  .scanner__camera #qr-shaded-region {
    border-width: 9.7333333333vw !important;
  }
}
.scanner__camera #reader {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.scanner__camera canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  transform: translate(-50%, -50%);
  object-fit: cover;
  display: block;
}

.c-modal {
  max-width: 900px;
  margin-inline: auto;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}
@media (max-width: 766.98px) {
  .c-modal {
    width: 90%;
    max-width: 100%;
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw;
    margin-block: 8vw;
  }
}
.c-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
}
@media (max-width: 766.98px) {
  .c-modal__close {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-modal__close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 1px;
  background: #000;
}
@media (max-width: 766.98px) {
  .c-modal__close .line {
    height: 0.2666666667vw;
  }
}
.c-modal__close .line:nth-child(1) {
  rotate: -45deg;
}
.c-modal__close .line:nth-child(2) {
  rotate: 45deg;
}
.c-modal dd {
  margin-top: 30px;
  margin-top: 20px;
}
.c-modal textarea {
  min-height: 800px;
}
@media (max-width: 766.98px) {
  .c-modal textarea {
    min-height: 106.6666666667vw;
  }
}

.mfp-zoom-in {
  /* start state */
}
.mfp-zoom-in .mfp-with-anim {
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in {
  /* animate in */
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in {
  /* animate out */
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.popup-modal {
  transition: 0.3s;
}
@media (any-hover: hover) {
  .popup-modal:hover {
    opacity: 0.7;
  }
}

.app-toast {
  position: fixed;
  left: 50%;
  bottom: 32px;
  transform: translate(-50%, 16px);
  z-index: 2147483647;
  max-width: min(90vw, 640px);
  padding: 12px 18px;
  border-radius: var(--ui-radius);
  background: #111827;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  word-break: break-all;
  white-space: pre-line;
}

.app-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.app-toast--error {
  background: var(--ui-danger);
}

.app-toast--success {
  background: var(--ui-success);
}

@media (max-width: 766.98px) {
  .js-acd > dt,
  .js-acd ~ dl > dt,
  #product_buying .buying > form > dl > dt {
    min-height: 12.2666666667vw;
    padding: 3.2vw 11.7333333333vw 3.2vw 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
  .js-acd > dd,
  .js-acd ~ dl > dd,
  #product_buying .buying > form > dl > dd {
    padding: 3.2vw;
  }
}
#login .l-main,
#admin_login .l-main {
  padding: 0;
}
#login .c-headingStyle1::after,
#admin_login .c-headingStyle1::after {
  display: none;
}
#login .l-input,
#admin_login .l-input {
  width: 100%;
  padding: 30px;
  border: none;
}
#login .l-input__row,
#admin_login .l-input__row {
  grid-template-columns: 1fr;
  gap: 10px;
}
#login .l-input__row dt,
#admin_login .l-input__row dt {
  text-align: left;
}
#login .l-input__row dd,
#admin_login .l-input__row dd {
  max-width: 100%;
}
#login .l-input__row + .l-input__row,
#admin_login .l-input__row + .l-input__row {
  padding-top: 20px;
}
@media (max-width: 766.98px) {
  #login .l-input__row,
  #admin_login .l-input__row {
    gap: 2.6666666667vw;
  }
  #login .l-input__row dt,
  #admin_login .l-input__row dt {
    width: auto;
  }
  #login .l-input__row input,
  #admin_login .l-input__row input {
    font-size: 4.2666666667vw;
  }
}
#login .login .sec-in,
#admin_login .login .sec-in {
  width: 80%;
}
#login .login__inner,
#admin_login .login__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  width: 420px;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 766.98px) {
  #login .login__inner,
  #admin_login .login__inner {
    display: block;
    padding-top: 16vw;
    width: 100%;
  }
}
#login .login__logo,
#admin_login .login__logo {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}
#login .login__btn,
#admin_login .login__btn {
  margin-top: 39px;
  text-align: center;
}
@media (max-width: 766.98px) {
  #login .login__btn .c-btnStyle1,
  #admin_login .login__btn .c-btnStyle1 {
    width: 100%;
    max-width: 58.6666666667vw;
    margin-inline: auto;
  }
}
#login .login__password-field,
#admin_login .login__password-field {
  position: relative;
  width: 100%;
}
#login .login__password-field input,
#admin_login .login__password-field input {
  width: 100%;
  padding-right: 44px;
  box-sizing: border-box;
}
#login .login__password-toggle,
#admin_login .login__password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  translate: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  color: #1C2A56;
  cursor: pointer;
  transform: translateY(-50%);
}
#login .login__password-toggle:hover,
#admin_login .login__password-toggle:hover {
  opacity: 0.7;
}
#login .login__password-toggle svg,
#admin_login .login__password-toggle svg {
  display: block;
  width: 20px;
  height: 20px;
}
#login .login__password-toggle-icon,
#admin_login .login__password-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
#login .login__password-toggle-icon[hidden],
#admin_login .login__password-toggle-icon[hidden] {
  display: none;
}
#login .login__password-toggle-icon--hide,
#admin_login .login__password-toggle-icon--hide {
  display: none;
}
#login .login__password-toggle[aria-pressed=true] .login__password-toggle-icon--show,
#admin_login .login__password-toggle[aria-pressed=true] .login__password-toggle-icon--show {
  display: none;
}
#login .login__password-toggle[aria-pressed=true] .login__password-toggle-icon--hide,
#admin_login .login__password-toggle[aria-pressed=true] .login__password-toggle-icon--hide {
  display: flex;
}

#list #preview,
#list #preview2,
#list #preview3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 766.98px) {
  #list #preview,
  #list #preview2,
  #list #preview3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#list .photo_list-img,
#list #preview3 .photo_list-img {
  position: relative;
}
#list .photo_list-img img,
#list #preview3 .photo_list-img img {
  display: block;
  width: 100%;
  height: auto;
}
#list .edit__photos .photo_temporary-img,
#list #preview2 .photo_temporary-img {
  position: relative;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  border-radius: var(--ui-radius);
  background: #f8fafc;
}
#list .edit__photos .photo_temporary-img img,
#list #preview2 .photo_temporary-img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
#list .edit__photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
#list .edit__photos:has(> li) {
  margin-bottom: 10px;
}
@media (max-width: 766.98px) {
  #list .edit__photos {
    grid-template-columns: repeat(2, 1fr);
  }
}
#list .js-remove-photo-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#list #body-wrapper {
  overflow-x: hidden;
}
#list .bottom-options {
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 766.98px) {
  #list .bottom-options {
    margin: 0;
  }
}
#list #searchBtn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 30px;
  border-radius: 100vmax;
  background: #fff;
  border: 1px solid var(--ui-primary);
  color: var(--ui-primary);
  transition: background-color 0.2s, transform 0.2s;
}
@media (max-width: 766.98px) {
  #list #searchBtn {
    width: 16vw;
    height: 16vw;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    padding: 0;
  }
  #list #searchBtn .icon {
    width: 5.3333333333vw;
  }
}
#list #searchBtn .txt {
  font-size: 16px;
}
#list #searchBtn .icon {
  width: 22px;
}
#list #searchBtn .icon svg {
  display: block;
  width: 100%;
  height: auto;
  stroke: var(--ui-primary);
}
@media (any-hover: hover) {
  #list #searchBtn:hover {
    background: var(--ui-primary);
    color: #fff;
  }
  #list #searchBtn:hover .icon svg {
    stroke: #fff;
  }
}
#list #modal_search_close {
  display: block;
  position: sticky;
  top: 16px;
  right: auto;
  margin-left: auto;
  width: 40px;
  height: 40px;
  z-index: 3;
  border-radius: 100vmax;
  background: #fff;
  border: 1px solid var(--ui-border);
  box-shadow: var(--ui-shadow-sm);
}
#list #modal_search_close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 50%;
  height: 2px;
  background: var(--ui-heading);
}
#list #modal_search_close .line:nth-child(1) {
  rotate: -45deg;
}
#list #modal_search_close .line:nth-child(2) {
  rotate: 45deg;
}
@media (max-width: 766.98px) {
  #list #modal_search_close {
    top: 3.2vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #list #modal_search_close .line {
    height: 0.5333333333vw;
  }
}
#list #modal_close {
  display: block;
  position: absolute;
  bottom: -100px;
  left: 50%;
  translate: -50% 0;
  width: 80px;
  height: 80px;
  z-index: 1;
}
#list #modal_close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 50%;
  height: 3px;
  background: #000;
}
#list #modal_close .line:nth-child(1) {
  rotate: -45deg;
}
#list #modal_close .line:nth-child(2) {
  rotate: 45deg;
}
#list #page-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
#list .pagination {
  display: flex;
  gap: 5px;
  align-items: center;
}
#list .pagination li > a {
  font-size: 14px;
  color: #222;
}
#list .pagination li > a.active {
  font-size: 20px;
}
#list .pagination-btn > a {
  font-size: 12px;
  color: #fff;
}
#list .yahuoku__btn {
  margin-top: 20px;
  max-width: 285px;
  margin-inline: auto;
}
#list .search {
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}
#list .search .c-headingStyle1 {
  margin-bottom: 4px;
  padding-bottom: 12px;
}
@media (max-width: 766.98px) {
  #list .search {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    overflow: visible;
    margin: 0 auto;
  }
}
#list .search__modal-panel {
  position: relative;
  width: min(1120px, 100vw - 48px);
  max-height: calc(100dvh - 48px);
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding: 16px 24px 24px;
  background: #fff;
  border-radius: var(--ui-radius);
  box-shadow: var(--ui-shadow);
}
@media (max-width: 766.98px) {
  #list .search__modal-panel {
    width: 100%;
    max-height: calc(100dvh - 6.4vw);
    margin: 0;
    padding: 3.2vw 4.2666666667vw calc(4.2666666667vw + env(safe-area-inset-bottom));
    border-radius: 2.6666666667vw;
  }
}
#list .search .detail__cnt {
  border-top: 1px solid #eee;
}
#list .search .detail__cnt dd {
  margin-left: 0;
  max-width: none;
}
#list .search__card {
  margin-top: 12px;
  padding: 14px 16px 16px;
  background: #fff;
  border-radius: var(--ui-radius);
}
#list .search__card-title {
  margin: 0 0 10px;
  padding: 0 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ui-heading);
}
#list .search__shortcuts--outside {
  display: block;
  margin: 0 0 16px;
}
@media (max-width: 766.98px) {
  #list .search__shortcuts--outside {
    margin: 0 0 4.2666666667vw;
  }
}
#list .search__shortcuts--modal {
  display: none;
}
@media (max-width: 766.98px) {
  #list .search__shortcuts--modal {
    display: none;
  }
}
#list .search__shortcuts--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 8px;
}
@media (max-width: 1150px) {
  #list .search__shortcuts--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766.98px) {
  #list .search__shortcuts--list {
    grid-template-columns: repeat(2, 1fr);
  }
  #list .search__shortcuts--list a {
    font-size: 2.6666666667vw;
  }
}
#list .search__acd {
  margin-top: 10px;
  background: #fff;
  border-radius: var(--ui-radius);
  overflow: hidden;
}
#list .search__acd > dt.search__acd-head {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px 36px 12px 16px;
  background: #fff;
  color: #1C2A56;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  border-bottom: 1px solid #e8ecf4;
}
#list .search__acd > dt.search__acd-head .obj {
  right: 10px;
  width: 14px;
  height: 14px;
}
#list .search__acd > dt.search__acd-head .obj .line {
  background: #1C2A56;
}
#list .search__acd:not(.is-open) > dt.search__acd-head {
  border-bottom: none;
}
#list .search__acd-head-text {
  flex: 1 1 auto;
}
#list .search__acd > dd.search__acd-body {
  display: block;
  padding: 10px;
  background: #fff;
}
@media (max-width: 766.98px) {
  #list .search__acd > dd.search__acd-body {
    padding: 2.1333333333vw;
  }
}
#list .search__acd:not(.is-open) > dd.search__acd-body {
  display: none;
}
#list .search__acd > dd .search__inner {
  margin-top: 0;
}
#list .search__panel {
  min-width: 0;
  background: #fff;
  border-radius: var(--ui-radius);
  padding: 0;
}
#list .search__panel .detail__box {
  margin: 0;
}
#list .search__panel-title {
  margin: 0;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ui-heading);
  background: #f8fafc;
  border-bottom: 1px solid #e8ecf4;
  border-left: 2px solid var(--ui-primary);
}
#list .search__panel .detail__cnt {
  border-top: none;
  padding: 8px 12px 10px;
}
@media (max-width: 766.98px) {
  #list .search__box {
    padding: 0;
  }
}
#list .search__tit {
  font-size: 20px;
  font-weight: 500;
}
#list .search__inner {
  --search-label-w: 88px;
  --search-field-gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: flex-start;
  gap: 10px;
  margin-top: 0;
}
#list .search__inner .search__panel--full {
  grid-column: 1/-1;
}
#list .search__inner .search__panel--full .detail__cnt {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 2px;
  align-items: start;
}
#list .search__inner .search__panel--full .detail__cnt .l-input__row--span2 {
  grid-column: span 2;
}
#list .search__inner .search__panel--full.search__panel--cols2 .detail__cnt {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#list .search__inner .search__panel--full.search__panel--cols2 .detail__cnt .l-input__row--span2 {
  grid-column: span 2;
}
@media (max-width: 1150px) {
  #list .search__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  #list .search__inner .search__panel--full:not(.search__panel--cols2) .detail__cnt {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
  }
}
@media (max-width: 960px) {
  #list .search__inner {
    grid-template-columns: 1fr;
  }
  #list .search__inner .search__panel--full .detail__cnt {
    grid-template-columns: 1fr;
  }
  #list .search__inner .search__panel--full .detail__cnt .l-input__row--span2 {
    grid-column: auto;
  }
}
@media (max-width: 766.98px) {
  #list .search__inner {
    grid-template-columns: 1fr;
    gap: 2.1333333333vw;
  }
  #list .search__inner .search__panel--full .detail__cnt {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
  }
  #list .search__inner .search__panel--full.search__panel--cols2 .detail__cnt {
    grid-template-columns: 1fr;
  }
  #list .search__inner .search__panel--full .detail__cnt .l-input__row--span2 {
    grid-column: auto;
  }
  #list .search__inner .search__panel--full:not(.search__panel--cols2) .detail__cnt {
    grid-template-columns: 1fr;
  }
}
#list .search__inner .l-input__row {
  display: block;
  padding: 6px 0;
  margin-top: 0;
  border-bottom: none;
}
#list .search__inner .l-input__row:first-of-type {
  margin-top: 0;
  padding-top: 4px;
}
#list .search__inner .l-input__row:last-child {
  padding-bottom: 4px;
}
#list .search__inner .l-input__row dt {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: #1C2A56;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
#list .search__inner .l-input__row dd {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-left: 0;
}
#list .search__inner .l-input__row .-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
#list .search__inner .l-input__row .-flex input[type=date],
#list .search__inner .l-input__row .-flex input[type=text],
#list .search__inner .l-input__row .-flex input[type=number] {
  flex: 1 1 102px;
  min-width: 0;
  width: auto;
}
#list .search__inner .selectBox select {
  min-height: 32px;
  padding: 4px 28px 4px 8px;
  font-size: 13px;
}
#list .search__inner .selectBox:before {
  top: calc(50% - 4px);
  right: 10px;
  width: 6px;
  height: 6px;
}
#list .search__inner .selectBox--multi .selectBox__trigger {
  line-height: 1.45;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 13px;
}
@media (max-width: 766.98px) {
  #list .search__inner {
    --search-label-w: 100%;
    --search-field-gap: vw(6);
  }
  #list .search__inner .l-input__row {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 1.0666666667vw 0;
    padding: 0;
  }
  #list .search__inner .l-input__row:first-of-type {
    padding: 0;
  }
  #list .search__inner .l-input__row dt {
    width: auto;
    padding-top: 2.6666666667vw;
    padding-inline: 0;
    font-size: 3.7333333333vw;
  }
  #list .search__inner .l-input__row dd {
    width: 100%;
  }
  #list .search__inner .l-input__row .selectBox,
  #list .search__inner .l-input__row .selectBox--multi {
    width: 100%;
  }
  #list .search__inner .l-input__row .selectBox .selectBox__trigger,
  #list .search__inner .l-input__row .selectBox--multi .selectBox__trigger {
    font-size: 4.2666666667vw;
    min-height: 8vw;
  }
  #list .search__inner .l-input__row .selectBox select,
  #list .search__inner .l-input__row .selectBox--multi select {
    font-size: 4.2666666667vw;
  }
  #list .search__inner .l-input__row .-flex {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.6vw;
  }
  #list .search__inner .l-input__row .-flex input[type=date],
  #list .search__inner .l-input__row .-flex input[type=text],
  #list .search__inner .l-input__row .-flex input[type=number] {
    flex: auto;
    min-width: 0;
    width: 100%;
  }
}
#list .search__btn {
  position: sticky;
  bottom: -24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  margin-inline: -24px;
  padding: 12px 30%;
  background: #fff;
}
#list .search__btn .c-btnStyle1 {
  min-width: 100px;
  min-height: 36px;
  padding: 6px 14px;
  font-size: 13px;
  justify-content: center;
}
@media (max-width: 766.98px) {
  #list .search__btn {
    bottom: calc(-4.2666666667vw - env(safe-area-inset-bottom));
    flex-direction: column;
    align-items: stretch;
    margin-inline: -4.2666666667vw;
    max-width: none;
    padding: 3.2vw 4.2666666667vw 0;
  }
  #list .search__btn .c-btnStyle1 {
    width: 100%;
    min-width: 0;
  }
}
#list .search__btn button[type=reset] {
  width: auto;
}
#list .search__summary {
  position: relative;
  margin-top: 100px;
  padding: 50px;
  z-index: 0;
}
#list .search__summary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100vw;
  height: 100%;
  background: #FFF5F5;
  z-index: -1;
}
#list .search__summary--list {
  display: flex;
  gap: 100px;
  margin-top: 45px;
}
#list .search__summary--list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: none;
  padding: 0;
}
#list .search__summary--list li .tit {
  font-size: 17px;
}
#list .search__summary--list li .price {
  font-size: 15px;
}
#list .search__summary--list li .price .num {
  font-size: 35px;
}
#list .search__summary--list li .sum {
  font-size: 15px;
}
#list .result .l-input__row {
  margin-top: 0;
}
#list .result__box {
  margin-top: 20px;
}
#list .result__select-all {
  display: none;
  margin-top: 16px;
  padding: 10px 12px;
  background: #f7f8fa;
  border-radius: 8px;
}
#list .result__select-all label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #1C2A56;
}
@media (max-width: 766.98px) {
  #list .result__select-all {
    display: block;
  }
}
#list .result__table--nav {
  position: sticky;
  top: 63px;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 1;
  display: grid;
  grid-template-columns: 92px 250px 1fr 1fr 1fr;
  align-items: center;
  justify-items: start;
  color: #fff;
}
#list .result__table--nav > li {
  justify-self: start;
  text-align: left;
}
#list .result__table--nav {
  background: #111827;
  padding: 10px 20px;
  border-radius: var(--ui-radius);
  font-weight: bold;
}
@media (max-width: 766.98px) {
  #list .result__table--nav {
    display: none;
  }
}
#list .result__table--nav-check label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  line-height: 1.2;
  white-space: nowrap;
}
#list .result__table--nav-check .result__table--tit {
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
#list .result__table--list {
  position: relative;
  background: #fff;
  border: 1px solid var(--ui-border);
  border-radius: var(--ui-radius);
  padding: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 20px;
}
#list .result__table--list a:has(.result__table--name) {
  display: block;
  width: fit-content;
  padding-right: 60px;
  text-decoration: underline;
}
@media (max-width: 766.98px) {
  #list .result__table--list a:has(.result__table--name) {
    width: 100%;
    padding: 0;
  }
}
@media (any-hover: hover) {
  #list .result__table--list a:has(.result__table--name):hover {
    text-decoration: none;
  }
}
#list .result__table--items:has(.result__table--btn) {
  width: 90%;
}
#list .result__table--items.js-display-block {
  justify-self: start;
  align-self: start;
  width: 100%;
  text-align: left;
}
#list .result__table--items .result__table--tit + .result__table--tit {
  margin-top: 10px;
}
#list .result__table--name {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media (max-width: 766.98px) {
  #list .result__table--name {
    margin-top: 2.6666666667vw;
  }
}
#list .result__table--flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
#list .result__table--brand, #list .result__table--series, #list .result__table--category {
  border-radius: 20px;
  border: 1px solid #bfdbfe;
  background: var(--ui-primary-soft);
  color: var(--ui-primary-dark);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block;
}
#list .result__table--inner {
  display: grid;
  grid-template-columns: 32px 170px 1fr 1fr 1fr;
  place-items: center;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 766.98px) {
  #list .result__table--inner {
    grid-template-columns: 1fr;
    place-items: flex-start;
  }
}
@media (max-width: 766.98px) {
  #list .result__table--img {
    width: 70%;
    margin-inline: auto;
  }
}
#list .result__table--subtit {
  display: none;
}
@media (max-width: 766.98px) {
  #list .result__table--subtit {
    color: #1491FF;
    display: block;
    border-bottom: 0.2666666667vw solid #ccc;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
#list .result__table--cnt {
  display: contents;
}
@media (max-width: 766.98px) {
  #list .result__table--cnt {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
#list .result__table--trash {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}
@media (max-width: 766.98px) {
  #list .result__table--trash {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#list .result__table--trash > a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  background: #F40000;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (any-hover: hover) {
  #list .result__table--trash > a:hover {
    background: #fff;
    border-color: #F40000;
  }
  #list .result__table--trash > a:hover .icon svg {
    stroke: #F40000;
  }
}
#list .result__table--trash .icon svg {
  transition: 0.3s;
  stroke: #fff;
}
#list .result__table--box {
  position: relative;
}
@media (max-width: 766.98px) {
  #list .result__table--box:has([type=checkbox]) {
    display: none;
  }
}
#list .result__table--box.-status {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 2px 10px;
}
@media (max-width: 766.98px) {
  #list .result__table--box.-status {
    width: 70%;
    left: 50%;
    translate: -50% 0;
  }
}
#list .result__table--box.-status:has(._01) {
  background: rgba(156, 163, 175, 0.9);
}
#list .result__table--box.-status:has(._02) {
  background: rgba(59, 130, 246, 0.9);
}
#list .result__table--box.-status:has(._03) {
  background: rgba(6, 182, 212, 0.9);
}
#list .result__table--box.-status:has(._04) {
  background: rgba(99, 102, 241, 0.9);
}
#list .result__table--box.-status:has(._05) {
  color: #000;
  background: rgba(247, 255, 10, 0.9);
}
#list .result__table--box.-status:has(._06) {
  background: rgba(245, 158, 11, 0.9);
}
#list .result__table--box.-status:has(._07) {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
}
#list .result__table--box.-status:has(._08) {
  background: rgba(5, 150, 105, 0.9);
}
#list .result__table--box.-status:has(._09) {
  background: rgba(0, 0, 0, 0.9);
}
#list .result__table--box.-status:has(._10) {
  background: rgba(225, 29, 72, 0.9);
}
#list .result__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin-bottom: 10px;
  padding: 0;
}
@media (max-width: 766.98px) {
  #list .result__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 5.3333333333vw;
    padding: 0;
  }
}
#list .result__controls {
  display: grid;
  grid-template-columns: minmax(96px, 120px) minmax(220px, 1fr) minmax(120px, 160px);
  gap: 8px 12px;
  min-width: 0;
  max-width: 920px;
}
@media (max-width: 1100px) {
  #list .result__controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #list .result__controls .result__control--order {
    grid-column: 1/-1;
  }
}
@media (max-width: 766.98px) {
  #list .result__controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6vw;
    flex: auto;
    max-width: none;
  }
  #list .result__controls .result__control--order {
    grid-column: auto;
  }
}
#list .result__control {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
#list .result__control-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #1C2A56;
}
#list .result__control .selectBox {
  width: 100%;
  min-width: 0;
  max-width: none;
}
#list .result__control .selectBox__trigger {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
#list .result__control select {
  width: 100%;
  min-width: 0;
  min-height: 32px;
  padding: 4px 34px 4px 10px;
  border: 1px solid #d9deea;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  line-height: 1.4;
  color: #222;
  text-overflow: ellipsis;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#list .result__control select:focus {
  outline: none;
  border-color: #1491FF;
  box-shadow: 0 0 0 2px rgba(20, 145, 255, 0.12);
}
@media (max-width: 766.98px) {
  #list .result__control select {
    min-height: 9.0666666667vw;
    padding: 1.0666666667vw 5.8666666667vw 1.0666666667vw 1.6vw;
    font-size: 2.9333333333vw;
  }
}
#list .result__tit {
  flex: 0 0 auto;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #1C2A56;
}
#list .result__tit .num {
  font-size: 14px;
  font-weight: 600;
  color: #1491FF;
  margin-left: 4px;
}
#list .result__btm {
  margin-top: 16px;
  padding: 10px 12px;
  background: #f7f8fa;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}
#list .result__btm--groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
@media (max-width: 980px) {
  #list .result__btm--groups {
    grid-template-columns: 1fr;
  }
}
#list .result__btm--export, #list .result__btm--status {
  background: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#list .result__btm--export .result__btm--btn {
  grid-template-columns: 1fr;
}
#list .result__btm--subtxt {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #5a6478;
  line-height: 1.3;
  white-space: nowrap;
}
#list .result__btm--accounting {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#list .result__btm--period {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 56px;
  gap: 6px;
  align-items: center;
}
@media (max-width: 980px) {
  #list .result__btm--period {
    grid-template-columns: 1fr;
  }
}
#list .result__btm--period-main {
  display: flex;
  gap: 6px;
  align-items: center;
  min-width: 0;
}
#list .result__btm--period-main .selectBox {
  flex: 0 0 88px;
}
#list .result__btm--period .c-btnStyle1 {
  width: auto;
  min-width: 0;
}
@media (max-width: 980px) {
  #list .result__btm--period .c-btnStyle1 {
    width: 100%;
  }
}
#list .result__btm--period-dates {
  display: flex;
  align-items: center;
  gap: 6px;
}
#list .result__btm--period-dates input[type=date] {
  flex: 1;
  min-width: 0;
  min-height: 32px;
  padding: 4px 8px;
  border: 1px solid #d9deea;
  border-radius: 6px;
  font-size: 12px;
}
#list .result__btm--period-dates span {
  flex-shrink: 0;
  color: #5a6478;
  font-size: 13px;
}
#list .result__btm--status {
  gap: 0;
}
#list .result__btm--bulk-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  gap: 6px 8px;
  align-items: center;
  padding-block: 5px;
}
#list .result__btm--bulk-row:first-child {
  padding-top: 0;
}
#list .result__btm--bulk-row:last-child {
  padding-bottom: 0;
}
#list .result__btm--bulk-row + .result__btm--bulk-row {
  border-top: 1px solid #e8ebf0;
}
#list .result__btm--bulk-row .result__btm--txt {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}
#list .result__btm--bulk-row .result__btm--btn {
  display: contents;
}
#list .result__btm--bulk-row .selectBox {
  grid-column: 2;
}
#list .result__btm--bulk-row .c-btnStyle1 {
  grid-column: 3;
  width: auto;
  min-width: 0;
}
@media (max-width: 980px) {
  #list .result__btm--bulk-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  #list .result__btm--bulk-row .result__btm--btn {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px;
    gap: 6px;
  }
  #list .result__btm--bulk-row .selectBox,
  #list .result__btm--bulk-row .c-btnStyle1 {
    grid-column: auto;
  }
}
#list .result__btm .selectBox {
  width: 100%;
}
#list .result__btm select {
  width: 100%;
  min-height: 32px;
  padding: 4px 30px 4px 8px;
  border: 1px solid #d9deea;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.3;
}
#list .result__btm .c-btnStyle1 {
  width: 100%;
  min-height: 32px;
  padding: 4px 10px;
  font-size: 12px;
}
@media (max-width: 766.98px) {
  #list .result__btm {
    padding: 2.6666666667vw 2.6666666667vw;
    gap: 2.1333333333vw;
  }
}
#list .result__btm--tit {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1C2A56;
  line-height: 1.3;
}
#list .result__btm--txt {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #1C2A56;
  line-height: 1.3;
}
#list .result__btm--btn {
  display: grid;
  gap: 6px;
  align-items: center;
}
#list .result__btm--btn .c-btnStyle1 {
  font-size: 13px;
}
#list .edit__photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 766.98px) {
  #list .edit__photos {
    grid-template-columns: repeat(2, 1fr);
  }
}
#list .edit__photos:has(> li) {
  margin-bottom: 10px;
}
#list .edit__photos--change .c-btnStyle1 {
  font-size: 12px;
  padding-block: 5px;
}
#list .edit__yahoo--copy {
  display: inline-block;
  margin-top: 10px;
}
#list .edit__yahoo--copy .c-btnStyle1 {
  font-size: 12px;
  padding-block: 5px;
}
#list .edit__qr {
  width: fit-content;
  border: 1px solid #222;
  border-radius: 10px;
  padding: 5px;
  margin-top: 10px;
}
#list .edit__section--plain {
  overflow: visible;
  margin-top: 16px;
  background: transparent;
  border-radius: 0;
}
#list .edit__section--plain > dt {
  padding: 0 0 8px;
  background: transparent;
}
#list .edit__section--plain > dd {
  padding: 0;
  background: transparent;
}
#list .edit__section--plain .edit__meta-grid {
  border: 0;
  border-radius: 0;
  background: #fff;
}
#list .edit__meta-grid {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 100px minmax(0, 1fr);
  gap: 0;
  margin: 0;
  background: #fff;
  border: 1px solid var(--ui-border);
  border-radius: 6px;
  overflow: hidden;
}
#list .edit__meta-grid__label {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px 14px;
  background: #f8fafc;
  color: var(--ui-muted);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  border-right: 1px solid var(--ui-border);
}
#list .edit__meta-grid__label:nth-child(3), #list .edit__meta-grid__label:nth-child(7) {
  border-left: 1px solid var(--ui-border);
}
#list .edit__meta-grid__label:nth-child(n+5) {
  border-top: 1px solid var(--ui-border);
}
#list .edit__meta-grid__value {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 12px 14px;
  background: #fff;
  border-right: 1px solid var(--ui-border);
}
#list .edit__meta-grid__value:nth-child(4n) {
  border-right: 0;
}
#list .edit__meta-grid__value:nth-child(n+6) {
  border-top: 1px solid var(--ui-border);
}
#list .edit__meta-grid__value p {
  margin: 0;
}
@media (max-width: 766.98px) {
  #list .edit__meta-grid {
    grid-template-columns: 23.4666666667vw minmax(0, 1fr);
  }
  #list .edit__meta-grid__label {
    padding: 2.1333333333vw 3.7333333333vw;
    font-size: 3.2vw;
    border-left: 0;
  }
  #list .edit__meta-grid__label:not(:first-child) {
    border-top: 1px solid var(--ui-border);
  }
  #list .edit__meta-grid__value {
    padding: 2.1333333333vw 3.7333333333vw;
    font-size: 3.2vw;
    border-right: 0;
  }
  #list .edit__meta-grid__value:not(:last-child) {
    border-bottom: 1px solid var(--ui-border);
  }
}
#list .edit__gallery {
  margin-bottom: 16px;
}
#list .edit__gallery--empty {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--ui-muted);
}
#list .edit__gallery--photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 200px));
  gap: 10px;
  align-items: start;
  margin-bottom: 12px;
}
#list .edit__gallery--head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding: 12px 56px 12px 20px;
  min-height: 48px;
}
#list .edit__gallery--head-title {
  flex: 0 0 auto;
  font-size: 16px;
}
#list .edit__gallery--head .obj {
  right: 20px;
}
@media (max-width: 766.98px) {
  #list .edit__gallery--head {
    padding: 2.6666666667vw 12.8vw 2.6666666667vw 4.2666666667vw;
    gap: 2.1333333333vw;
  }
}
#list .edit__gallery--finder {
  flex: 0 0 auto;
  width: auto;
  min-width: 120px;
  margin-left: auto;
  margin-right: 8px;
  font-size: 12px;
  padding: 5px 12px;
  min-height: 30px;
}
@media (max-width: 766.98px) {
  #list .edit__gallery--finder {
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    flex: 1 1 100%;
  }
}
#list .edit__gallery--list {
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
}
#list .edit__gallery #preview,
#list .edit__gallery #preview3 {
  display: contents;
}
#list .edit__gallery .photo_list-img {
  width: 100%;
  max-width: 200px;
  border: 1px solid var(--ui-border);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
#list .edit__gallery .photo_list-img img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  background: #f8fafc;
}
#list .edit__gallery--actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 0;
}
#list .edit__gallery--actions:has(.photo-dropzone) {
  flex-direction: column;
  align-items: flex-start;
}
#list .edit__gallery--actions > .c-btnStyle1,
#list .edit__gallery--actions > .edit__gallery--upload {
  flex: 0 1 auto;
  width: auto;
  min-width: 140px;
  max-width: 200px;
}
#list .edit__gallery--actions > .edit__gallery--upload.photo-dropzone {
  flex: 1 1 100%;
  width: 100%;
  max-width: none;
}
#list .edit__gallery--actions .c-btnStyle1 {
  width: 100%;
  font-size: 12px;
  padding: 5px 14px;
  min-height: 34px;
}
@media (max-width: 766.98px) {
  #list .edit__gallery--actions > .c-btnStyle1,
  #list .edit__gallery--actions > .edit__gallery--upload {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
    max-width: none;
  }
}
#list .edit__gallery--upload {
  display: inline-flex;
  flex: 0 1 auto;
  min-width: 0;
}
#list .edit__gallery--upload input {
  border-radius: 0;
  background: none;
  appearance: none;
  outline: none;
  font-size: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#list .edit__gallery--upload .c-btnStyle1 {
  width: 100%;
}
#list .edit__alert {
  opacity: 0;
  pointer-events: none;
  font-size: 12px;
  transition: 0.4s;
}
#list .edit__alert.is-show {
  opacity: 1;
}
#list .floating-viewer {
  position: fixed;
  top: 5%;
  right: 50px;
  width: 375px;
  height: 711px;
  background: #fff;
  border-radius: 20px;
  z-index: 9999;
  overflow: hidden;
}
#list .floating-viewer * {
  user-select: none;
}
#list .floating-viewer__header {
  height: 44px;
  padding: 0 12px;
  background: #1C2A56;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: move; /* headerだけドラッグハンドル */
}
#list .floating-viewer__body {
  height: calc(100% - 44px);
  background: #f7f7f7;
}
#list .floating-viewer .ui-resizable-handle {
  position: absolute;
  z-index: 20;
  background: transparent;
}
#list {
  /* 4つ角：つかみやすく大きめに */
}
#list .floating-viewer .ui-resizable-nw,
#list .floating-viewer .ui-resizable-ne,
#list .floating-viewer .ui-resizable-sw,
#list .floating-viewer .ui-resizable-se {
  width: 24px;
  height: 24px;
}
#list {
  /* 角の位置を少し外に出して当たり判定を広げる */
}
#list .floating-viewer .ui-resizable-nw {
  top: -12px;
  left: -12px;
  cursor: nw-resize;
}
#list .floating-viewer .ui-resizable-ne {
  top: -12px;
  right: -12px;
  cursor: ne-resize;
}
#list .floating-viewer .ui-resizable-sw {
  bottom: -12px;
  left: -12px;
  cursor: sw-resize;
}
#list .floating-viewer .ui-resizable-se {
  bottom: -12px;
  right: -12px;
  cursor: se-resize;
}
#list {
  /* 左右上下の辺も広めにしたい場合 */
}
#list .floating-viewer .ui-resizable-w,
#list .floating-viewer .ui-resizable-e {
  width: 16px;
  top: 12px;
  bottom: 12px;
}
#list .floating-viewer .ui-resizable-w {
  left: -8px;
  cursor: w-resize;
}
#list .floating-viewer .ui-resizable-e {
  right: -8px;
  cursor: e-resize;
}
#list .floating-viewer .ui-resizable-n,
#list .floating-viewer .ui-resizable-s {
  height: 16px;
  left: 12px;
  right: 12px;
}
#list .floating-viewer .ui-resizable-n {
  top: -8px;
  cursor: n-resize;
}
#list .floating-viewer .ui-resizable-s {
  bottom: -8px;
  cursor: s-resize;
}
#list .floating-viewer .swiper {
  width: 100%;
  height: 100%;
}
#list .floating-viewer .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
}
#list .floating-viewer .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#list .js-viewer-close {
  background: transparent;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
#list .js-select-image {
  transition: 0.3s;
}
@media (any-hover: hover) {
  #list .js-select-image:hover {
    opacity: 0.7;
  }
}
#list .search-condition {
  margin: 20px 0 16px;
  padding: 16px 18px;
  background: #f7f8fa;
  border-radius: 10px;
}
#list .search-condition__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
#list .search-condition__title {
  font-weight: 700;
  font-size: 15px;
}
#list .search-condition__clear {
  font-size: 13px;
  text-decoration: underline;
}
#list .search-condition__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#list .search-condition__item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: #fff;
  border-radius: 999px;
  font-size: 13px;
}
#list .search-condition__label {
  font-weight: 700;
}
#list .search-condition__label::after {
  content: "：";
}

body#list.is-search-modal-open {
  overflow: hidden;
  touch-action: none;
}

#list .search-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 24px;
  background: rgba(15, 23, 42, 0.72);
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  transition: opacity 0.2s ease;
}
#list .search-modal.is-open {
  display: flex;
  align-items: flex-start;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 766.98px) {
  #list .search-modal {
    display: none;
    padding: 3.2vw;
  }
  #list .search-modal.is-open {
    display: block;
  }
}

#scanner .scanner {
  position: relative;
  padding: 72px 0 40px;
}
@media (max-width: 766.98px) {
  #scanner .scanner {
    padding: 21.3333333333vw 0 10.6666666667vw;
  }
}
#scanner .scanner__check {
  position: absolute;
  top: 50px;
  left: 80%;
}
@media (max-width: 766.98px) {
  #scanner .scanner__check {
    top: 5.3333333333vw;
    left: 60%;
  }
}
#scanner .scanner__check label {
  display: inline-flex;
  cursor: pointer;
}
#scanner .scanner__check label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#scanner .scanner__check label input:checked + .txt {
  border-color: var(--ui-primary);
  color: var(--ui-primary-dark);
}
#scanner .scanner__check label input:checked + .txt::before {
  background: var(--ui-primary);
}
#scanner .scanner__check label input:checked + .txt::after {
  transform: translate(22px, -50%);
}
@media (max-width: 766.98px) {
  #scanner .scanner__check label input:checked + .txt::after {
    transform: translate(5.8666666667vw, -50%);
  }
}
#scanner .scanner__check label input:focus-visible + .txt {
  outline: 2px solid var(--ui-primary);
  outline-offset: 3px;
}
#scanner .scanner__check label .txt {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 48px;
  padding: 10px 18px 10px 76px;
  color: var(--ui-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  white-space: nowrap;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}
#scanner .scanner__check label .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 50px;
  height: 28px;
  border-radius: 100vmax;
  background: #cbd5e1;
  transform: translateY(-50%);
  transition: background-color 0.2s, box-shadow 0.2s;
}
#scanner .scanner__check label .txt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.25);
  transform: translate(0, -50%);
  transition: transform 0.2s, box-shadow 0.2s;
}
@media (max-width: 766.98px) {
  #scanner .scanner__check label .txt {
    width: 40vw;
    min-height: 12.2666666667vw;
    padding: 2.4vw 3.7333333333vw 2.4vw 18.1333333333vw;
    font-size: 3.4666666667vw;
  }
  #scanner .scanner__check label .txt::before {
    left: 3.7333333333vw;
    width: 12.8vw;
    height: 7.4666666667vw;
  }
  #scanner .scanner__check label .txt::after {
    left: 4.8vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
#scanner .scanner__btn {
  margin-top: 70px;
  width: 250px;
  margin-inline: auto;
}
@media (max-width: 766.98px) {
  #scanner .scanner__btn {
    margin-top: 5.3333333333vw;
  }
}
#scanner .scanner__btn :nth-child(n+2) {
  margin-top: 30px;
}
#scanner .scanner__stock, #scanner .scanner__complete, #scanner .scanner__allCheck, #scanner .scanner__allDelete {
  text-align: center;
}
#scanner .scanner__stock > a, #scanner .scanner__complete > a, #scanner .scanner__allCheck > a, #scanner .scanner__allDelete > a {
  width: 250px;
}
#scanner .scanner__stock.is-hide {
  display: none;
}
#scanner .scanner__complete {
  display: none;
}
#scanner .scanner__complete.is-show {
  display: block;
}
#scanner .scanner__allDelete {
  margin-top: 15px;
}
#scanner .scanner__list {
  margin-top: 20px;
}
#scanner .scanner__list--row {
  display: flex;
}
#scanner .scanner__list--row .check {
  margin-right: 10px;
}
#scanner .scanner__items {
  padding: 14px;
  border-radius: var(--ui-radius);
  background: #fff;
}
#scanner .scanner__items:nth-child(n+2) {
  margin-top: 15px;
}
#scanner .scanner__cnt {
  width: 100%;
}
#scanner .scanner__cnt--detail {
  display: flex;
  line-height: 1.2;
}
@media (max-width: 766.98px) {
  #scanner .scanner__cnt--detail {
    gap: 2.6666666667vw;
    flex-direction: column;
  }
}
#scanner .scanner__cnt--left {
  width: 120px;
  margin-right: 10px;
}
@media (max-width: 766.98px) {
  #scanner .scanner__cnt--left {
    width: 21.3333333333vw;
    margin-right: 0;
  }
}
#scanner .scanner__cnt--left img {
  width: 100%;
}
@media (max-width: 766.98px) {
  #scanner .scanner__cnt--right {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}
#scanner .scanner__cnt--id {
  color: var(--ui-muted);
  font-size: 11px;
}
#scanner .scanner__cnt--inner {
  display: grid;
  grid-template-columns: 7fr 1.2fr 1.2fr;
  gap: 15px;
}
@media (max-width: 766.98px) {
  #scanner .scanner__cnt--inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#scanner .scanner__cnt--name {
  color: var(--ui-heading);
  font-size: 18px;
  font-weight: 800;
}
#scanner .scanner__cnt--price {
  color: var(--ui-heading);
  font-size: 18px;
  font-weight: 800;
}
#scanner .scanner__cnt--btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 766.98px) {
  #scanner .scanner__cnt--btn {
    flex-direction: row;
    gap: 2.6666666667vw;
  }
}
#scanner .scanner__cnt--edit > a, #scanner .scanner__cnt--delete > a {
  min-width: 70px;
  min-height: 30px;
  padding: 4px 10px;
  font-size: 12px;
}
#scanner .scanner__cnt--info {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 766.98px) {
  #scanner .scanner__cnt--info {
    display: block;
  }
}
#scanner .scanner__cnt--box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f8fafc;
  color: var(--ui-muted);
  font-size: 10px;
}
#scanner .scanner__cnt--box span {
  color: var(--ui-heading);
  font-weight: 700;
}
#scanner .scanner__edit {
  margin-top: 30px;
  padding: 18px;
  border-radius: var(--ui-radius);
  background: #fff;
}
#scanner .scanner__edit .l-input__row dd:has(.scanner__update) {
  width: fit-content;
}
#scanner .scanner__update {
  width: 75px;
}
#scanner .l-input__box.is-hide {
  display: none;
}
#scanner .l-input__box .l-input__row {
  grid-template-columns: 60px 250px 80px;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 766.98px) {
  #scanner .l-input__box .l-input__row {
    grid-template-columns: repeat(3, 1fr);
  }
}

#product_buying #preview2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 766.98px) {
  #product_buying #preview2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#product_buying #preview2 .photo_temporary-img {
  position: relative;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  border-radius: var(--ui-radius);
  background: #f8fafc;
}
#product_buying #preview2 .photo_temporary-img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
#product_buying .buying .js-remove-photo-btn,
#product_buying #preview2 .js-remove-photo-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#product_buying .code-alert {
  color: red;
  font-weight: bold;
  margin-top: 8px;
}
#product_buying .buying__purchase--locked input, #product_buying .buying__purchase--locked select, #product_buying .buying__purchase--locked button, #product_buying .buying__purchase--locked textarea {
  pointer-events: none;
  background-color: #ddd;
  color: #333;
  border-color: #c8c8c8;
  opacity: 1;
  -webkit-text-fill-color: #333;
}
#product_buying .buying {
  padding-bottom: 40px;
}
@media (max-width: 766.98px) {
  #product_buying .buying {
    padding-bottom: 10.6666666667vw;
  }
}
#product_buying .buying > form > dl {
  overflow: hidden;
  margin-top: 16px;
  background: #fff;
  border-radius: var(--ui-radius);
}
#product_buying .buying > form > dl:first-of-type {
  margin-top: 0;
}
#product_buying .buying > form > dl > dt {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  margin: 0;
  padding: 12px 56px 0 20px;
  color: var(--ui-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
}
#product_buying .buying > form > dl > dt .obj {
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
}
#product_buying .buying > form > dl > dt .obj .line {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 2px;
  background: var(--ui-muted);
  transition: 0.3s;
}
#product_buying .buying > form > dl > dt .obj .line:nth-child(2) {
  rotate: 90deg;
}
#product_buying .buying > form > dl > dt .obj.is-open .line:nth-child(2) {
  rotate: 180deg;
  opacity: 0;
}
#product_buying .buying > form > dl > dd {
  margin: 0;
  padding: 16px;
  background: #fff;
}
@media (max-width: 766.98px) {
  #product_buying .buying > form > dl {
    margin-top: 3.7333333333vw;
  }
  #product_buying .buying > form > dl > dt {
    min-height: 12.2666666667vw;
    padding: 3.2vw 11.7333333333vw 3.2vw 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
  #product_buying .buying > form > dl > dd {
    padding: 3.2vw;
  }
}
#product_buying .buying .table1 {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  border: 1px solid var(--ui-border);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
#product_buying .buying .table1 tr + tr {
  border-top: 1px solid var(--ui-border);
}
#product_buying .buying .table1 td {
  border: 0;
  padding: 12px 14px;
  color: var(--ui-text);
  font-size: 13px;
  line-height: 1.5;
  vertical-align: middle;
  word-break: break-all;
}
#product_buying .buying .table1 td:nth-of-type(1) {
  width: 190px;
  background: #f8fafc;
  color: var(--ui-muted);
  font-weight: 700;
}
#product_buying .buying .table1 td:nth-of-type(2) {
  background: #fff;
}
#product_buying .buying .table1 .form-input,
#product_buying .buying .table1 input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]),
#product_buying .buying .table1 select,
#product_buying .buying .table1 textarea,
#product_buying .buying .table1 .name__area {
  width: 100%;
  max-width: 100%;
}
#product_buying .buying .table1 p {
  margin: 0;
}
@media (max-width: 766.98px) {
  #product_buying .buying .table1 {
    border-radius: 1.6vw;
  }
  #product_buying .buying .table1 tr {
    display: block;
  }
  #product_buying .buying .table1 tr + tr {
    border-top: 0;
  }
  #product_buying .buying .table1 td {
    display: block;
    width: 100%;
    padding: 2.1333333333vw 3.7333333333vw;
    font-size: 3.2vw;
  }
  #product_buying .buying .table1 td:nth-of-type(1) {
    width: 100%;
    padding-bottom: 1.6vw;
    border-top: 0.2666666667vw solid var(--ui-border);
  }
  #product_buying .buying .table1 td:nth-of-type(2) {
    padding-top: 2.1333333333vw;
  }
}
#product_buying .buying__img--change {
  text-align: center;
}
#product_buying .buying__img--change span {
  width: 250px;
}
#product_buying .buying__btn, #product_buying .buying__btn--consecutive {
  margin-top: 20px;
}
#product_buying .buying__btn--consecutive {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 0;
  padding: 20px;
  background: #fff;
  border-top: none;
}
@media (max-width: 766.98px) {
  #product_buying .buying__btn--consecutive {
    padding: 0;
    gap: 0;
  }
  #product_buying .buying__btn--consecutive::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 0.2666666667vw;
    height: 100%;
    background: #fff;
  }
}
#product_buying .buying__btn--consecutive:not(:has(.buying__register)) {
  direction: rtl;
}
#product_buying .buying__btn--consecutive .c-btnStyle1 {
  width: 100%;
  height: 100%;
}
@media (max-width: 766.98px) {
  #product_buying .buying__btn--consecutive .c-btnStyle1 {
    border-radius: 0;
    padding-block: 4vw;
    font-size: 3.4666666667vw;
  }
}
@media (max-width: 766.98px) {
  #product_buying .buying__package {
    border-left: none;
  }
}
#product_buying .buying__register, #product_buying .buying__package, #product_buying .buying__next {
  text-align: center;
}
#product_buying .buying__register > button,
#product_buying .buying__register > a, #product_buying .buying__package > button,
#product_buying .buying__package > a, #product_buying .buying__next > button,
#product_buying .buying__next > a {
  width: 250px;
}
@media (max-width: 766.98px) {
  #product_buying .buying__register > button,
  #product_buying .buying__register > a, #product_buying .buying__package > button,
  #product_buying .buying__package > a, #product_buying .buying__next > button,
  #product_buying .buying__next > a {
    width: 100%;
  }
}
#product_buying .buying__cancel, #product_buying .buying__end {
  text-align: center;
}
#product_buying .buying__cancel > a, #product_buying .buying__end > a {
  width: 130px;
}
@media (max-width: 766.98px) {
  #product_buying .buying__cancel > a, #product_buying .buying__end > a {
    width: 100%;
  }
}
#product_buying .buying .edit__photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
#product_buying .buying .edit__photos:has(> li) {
  margin-bottom: 10px;
}
@media (max-width: 766.98px) {
  #product_buying .buying .edit__photos {
    grid-template-columns: repeat(2, 1fr);
  }
}
#product_buying .buying .edit__photos li,
#product_buying .buying .edit__photos .photo_temporary-img {
  position: relative;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  border-radius: var(--ui-radius);
  background: #f8fafc;
}
#product_buying .buying .edit__photos li img,
#product_buying .buying .edit__photos .photo_temporary-img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
#product_buying .buying .edit__photos--change {
  margin-top: 10px;
}
@media (max-width: 766.98px) {
  #product_buying .buying .edit__photos--change {
    text-align: center;
  }
}
#product_buying .buying .edit__photos--change input {
  border-radius: 0;
  background: none;
  appearance: none;
  outline: none;
  font-size: 0;
}

#bulk_register table th {
  padding: 8px;
}
#bulk_register table td {
  padding: 8px;
}
#bulk_register .c-btnStyle1 {
  min-height: 27px;
}
#bulk_register .bulk-register {
  padding-bottom: 80px;
}
#bulk_register .bulk-register__blocks {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#bulk_register .bulk-register__table {
  padding: 12px;
  border-radius: 8px;
  background: #fff;
}
#bulk_register .bulk-register__table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
#bulk_register .bulk-register__table-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 17px;
  color: #1C2A56;
}
#bulk_register .bulk-register__table .bulk-register__block-delete {
  width: auto;
  min-width: 72px;
  padding: 6px 14px;
  font-size: 14px;
}
#bulk_register .bulk-register__table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#bulk_register .bulk-register__table table {
  width: 100%;
  min-width: 1780px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
#bulk_register .bulk-register__table.is-package table {
  min-width: 2128px;
}
#bulk_register .bulk-register__table tr .require {
  position: relative;
  top: -8px;
  color: #FF1414;
  font-size: 10px;
}
#bulk_register .bulk-register__table tr th, #bulk_register .bulk-register__table tr td {
  vertical-align: top;
}
#bulk_register .bulk-register__table tr th {
  white-space: nowrap;
  background: #f4f6fb;
  color: #1C2A56;
  font-weight: 700;
}
#bulk_register .bulk-register__table tr td {
  background: #fff;
  overflow: hidden;
  vertical-align: middle;
}
#bulk_register .bulk-register__col-code {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
}
#bulk_register .bulk-register__code {
  display: block;
}
#bulk_register .bulk-register__code-input.is-qr-locked {
  pointer-events: none;
  background-color: #ddd;
  color: #333;
  border-color: #c8c8c8;
  opacity: 1;
  -webkit-text-fill-color: #333;
}
#bulk_register .bulk-register__col-date {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
#bulk_register .bulk-register__col-price {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
}
#bulk_register .bulk-register__col-name {
  width: auto;
  min-width: 240px;
  max-width: none;
}
#bulk_register .bulk-register__col-name .name__area {
  min-height: 36px;
  max-height: 150px;
  line-height: 1.35;
  padding: 6px 10px;
  box-sizing: border-box;
  overflow-y: auto;
  border-color: #bfc7d8;
  transition: 0.2s;
}
#bulk_register .bulk-register__col-name .name__area:focus {
  border-color: #1C2A56;
  background-color: #fff;
}
#bulk_register .bulk-register__col-name .name__area:empty::before {
  color: #9aa3b5;
}
#bulk_register .bulk-register__col-select {
  width: 215px;
  min-width: 215px;
  max-width: 215px;
}
#bulk_register .bulk-register__col-payment {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
}
#bulk_register .bulk-register__col-rank {
  width: 210px;
  min-width: 210px;
  max-width: 210px;
}
#bulk_register .bulk-register__col-size {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
}
#bulk_register .bulk-register__col-package {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
}
#bulk_register .bulk-register__col-delete {
  width: 88px;
  min-width: 88px;
  max-width: 88px;
}
#bulk_register .bulk-register__row-add {
  margin-top: 20px;
}
#bulk_register .bulk-register__row-add .c-btnStyle1 {
  width: auto;
  min-width: 140px;
  padding: 8px 16px;
  font-size: 14px;
}
#bulk_register .bulk-register__btn {
  display: flex;
  gap: 10px;
}
#bulk_register .bulk-register__btn .c-btnStyle1 {
  width: auto;
  min-width: 56px;
  padding: 4px 10px;
  font-size: 13px;
}
#bulk_register .bulk-register__col-delete.is-hidden, #bulk_register .bulk-register__col-package.is-hidden {
  display: none;
}
#bulk_register .bulk-register__locked {
  pointer-events: none;
  background-color: #ddd;
  color: #333;
  border-color: #c8c8c8;
  opacity: 1;
  -webkit-text-fill-color: #333;
}
#bulk_register .bulk-register input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]),
#bulk_register .bulk-register select {
  width: 100%;
  min-width: 0;
  min-height: 36px;
  height: 36px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.35;
  box-sizing: border-box;
}
#bulk_register .bulk-register .selectBox select {
  padding-right: 34px;
}
#bulk_register .bulk-register .name__area {
  width: 100%;
  min-width: 0;
}
#bulk_register .bulk-register__add, #bulk_register .bulk-register__register {
  margin-inline: auto;
  text-align: center;
}
#bulk_register .bulk-register__add .c-btnStyle1, #bulk_register .bulk-register__register .c-btnStyle1 {
  width: auto;
  min-width: 200px;
  padding: 10px 32px;
}
#bulk_register .bulk-register__add {
  margin-top: 30px;
}
#bulk_register .bulk-register__register {
  margin-top: 60px;
}
#bulk_register .bulk-register__register .c-btnStyle1 {
  min-width: 240px;
}

.bulk-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 20px;
}
.bulk-qr-modal[hidden] {
  display: none;
}
.bulk-qr-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 36, 0.56);
}
.bulk-qr-modal__content {
  position: relative;
  width: min(92vw, 460px);
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  z-index: 1;
}
.bulk-qr-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #f3f5f9;
}
.bulk-qr-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #1C2A56;
}
.bulk-qr-modal__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bulk-qr-modal__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bulk-qr-modal__title {
  padding-right: 44px;
  color: #1C2A56;
  font-size: 18px;
  font-weight: 700;
}
.bulk-qr-modal__camera {
  width: min(76vw, 320px);
  height: min(76vw, 320px);
  margin-top: 18px;
}
.bulk-qr-modal__note {
  margin-top: 14px;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

body.is-bulk-qr-open {
  overflow: hidden;
}

#user_list #table_user_list td:has(.c-btnStyle1) a + a {
  margin-top: 0;
}

#user_list .search,
#event_list .search {
  position: relative;
  padding-bottom: 16px;
  overflow: hidden;
}
#user_list .search__inner,
#event_list .search__inner {
  margin-top: 0;
  padding: 10px 12px;
  background: #fff;
  border-radius: 6px;
}
#user_list .search__panel,
#event_list .search__panel {
  min-width: 0;
  background: transparent;
  padding: 0;
}
#user_list .search__panel .detail__box,
#event_list .search__panel .detail__box {
  margin: 0;
}
#user_list .search__panel .detail__cnt,
#event_list .search__panel .detail__cnt {
  border-top: none;
  padding: 0;
}
#user_list .search__inner .search__panel--full .detail__cnt,
#event_list .search__inner .search__panel--full .detail__cnt {
  display: block;
}
#user_list .search.admin-search--user .admin-search__fields,
#event_list .search.admin-search--user .admin-search__fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 8px;
  align-items: end;
}
@media (max-width: 960px) {
  #user_list .search.admin-search--user .admin-search__fields,
  #event_list .search.admin-search--user .admin-search__fields {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
#user_list .search.admin-search--user .admin-search__fields .l-input__row,
#event_list .search.admin-search--user .admin-search__fields .l-input__row {
  display: block;
  padding: 0;
  margin: 0;
  min-width: 0;
}
#user_list .search.admin-search--user .admin-search__fields .selectBox,
#event_list .search.admin-search--user .admin-search__fields .selectBox {
  width: 100%;
}
#user_list .search.admin-search--user .admin-search__fields .selectBox select,
#event_list .search.admin-search--user .admin-search__fields .selectBox select {
  width: 100%;
  min-height: 32px;
  padding: 4px 28px 4px 10px;
  border: 1px solid #d9deea;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  line-height: 1.4;
}
#user_list .search.admin-search--user .admin-search__fields .selectBox select:focus,
#event_list .search.admin-search--user .admin-search__fields .selectBox select:focus {
  outline: none;
  border-color: #1491FF;
  box-shadow: 0 0 0 2px rgba(20, 145, 255, 0.12);
}
#user_list .search .l-input__row,
#event_list .search .l-input__row {
  display: block;
  padding: 0;
  margin-top: 0;
  border-bottom: none;
}
#user_list .search .l-input__row dt,
#event_list .search .l-input__row dt {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: #1C2A56;
  margin-bottom: 4px;
}
#user_list .search .l-input__row dd,
#event_list .search .l-input__row dd {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-left: 0;
}
#user_list .search .l-input__row input[type=text],
#event_list .search .l-input__row input[type=text] {
  width: 100%;
  min-height: 32px;
  padding: 4px 10px;
  border: 1px solid #d9deea;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  line-height: 1.4;
  transition: border-color 0.15s ease;
}
#user_list .search .l-input__row input[type=text]:focus,
#event_list .search .l-input__row input[type=text]:focus {
  outline: none;
  border-color: #1491FF;
  box-shadow: 0 0 0 2px rgba(20, 145, 255, 0.12);
}
#user_list .search__btn,
#event_list .search__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  padding: 0;
  max-width: 360px;
  margin-inline: auto;
}
#user_list .search__btn .c-btnStyle1,
#event_list .search__btn .c-btnStyle1 {
  min-width: 96px;
  min-height: 34px;
  padding: 5px 12px;
  font-size: 13px;
  justify-content: center;
}
#user_list .search__btn a.c-btnStyle1.-gray,
#event_list .search__btn a.c-btnStyle1.-gray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 766.98px) {
  #user_list .search__btn,
  #event_list .search__btn {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
  }
  #user_list .search__btn .c-btnStyle1,
  #event_list .search__btn .c-btnStyle1 {
    width: 100%;
    min-width: 0;
  }
}
#user_list .admin-list__result,
#event_list .admin-list__result {
  width: 100%;
  max-width: none;
  margin-top: 4px;
}
#user_list #page,
#event_list #page {
  margin-top: 10px;
  margin-bottom: 6px;
  text-align: right;
  font-size: 13px;
}
#user_list .admin-list-table,
#event_list .admin-list-table {
  width: 100%;
  max-width: none;
  min-width: 100%;
  table-layout: fixed;
  margin-top: 0;
  border-radius: var(--ui-radius);
  word-break: break-all;
}
#user_list .admin-list-table__col-id,
#event_list .admin-list-table__col-id {
  width: 3rem;
}
#user_list .admin-list-table__col-mid,
#event_list .admin-list-table__col-mid {
  width: 11rem;
}
#user_list .admin-list-table__col-narrow,
#event_list .admin-list-table__col-narrow {
  width: 6rem;
}
#user_list .admin-list-table__col-actions,
#event_list .admin-list-table__col-actions {
  width: 10.125rem;
}
#user_list .admin-list-table th,
#event_list .admin-list-table th {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
}
#user_list .admin-list-table td,
#event_list .admin-list-table td {
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.35;
}
#user_list .admin-list-table__actions, #user_list .admin-list-table__actions-head,
#event_list .admin-list-table__actions,
#event_list .admin-list-table__actions-head {
  width: 10.125rem;
  padding-left: 8px;
  padding-right: 8px;
}
#user_list .admin-list-table__actions,
#event_list .admin-list-table__actions {
  vertical-align: middle;
}
#user_list .admin-list-table__actions-inner,
#event_list .admin-list-table__actions-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  width: 100%;
}
#user_list .admin-list-table__actions-inner .c-btnStyle1,
#event_list .admin-list-table__actions-inner .c-btnStyle1 {
  box-sizing: border-box;
  min-width: 0;
  min-height: 28px;
  padding: 3px 8px;
  font-size: 12px;
  width: 48%;
}
#user_list .admin-list-table__actions-inner a + a,
#event_list .admin-list-table__actions-inner a + a {
  margin-top: 0;
  margin-left: 0;
}
@media (max-width: 766.98px) {
  #user_list .admin-list-table,
  #event_list .admin-list-table {
    display: block;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  #user_list .admin-list-table colgroup,
  #user_list .admin-list-table .head1,
  #event_list .admin-list-table colgroup,
  #event_list .admin-list-table .head1 {
    display: none;
  }
  #user_list .admin-list-table tbody,
  #user_list .admin-list-table tr,
  #user_list .admin-list-table td,
  #event_list .admin-list-table tbody,
  #event_list .admin-list-table tr,
  #event_list .admin-list-table td {
    display: block;
    width: 100%;
  }
  #user_list .admin-list-table tr,
  #event_list .admin-list-table tr {
    margin-top: 2.6666666667vw;
    overflow: hidden;
    border: 1px solid var(--ui-border);
    border-radius: 2.1333333333vw;
    background: #fff;
    box-shadow: var(--ui-shadow-sm);
  }
  #user_list .admin-list-table td,
  #event_list .admin-list-table td {
    position: relative;
    display: grid;
    grid-template-columns: minmax(25.6vw, 34%) minmax(0, 1fr);
    gap: 2.1333333333vw;
    align-items: start;
    min-height: 10.6666666667vw;
    padding: 2.6666666667vw 3.2vw;
    border-top: 1px solid var(--ui-border);
    font-size: 3.2vw;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  #user_list .admin-list-table td:first-child,
  #event_list .admin-list-table td:first-child {
    border-top: 0;
  }
  #user_list .admin-list-table td:last-child,
  #event_list .admin-list-table td:last-child {
    grid-template-columns: 1fr;
  }
  #user_list .admin-list-table td::before,
  #event_list .admin-list-table td::before {
    content: "";
    color: var(--ui-muted);
    font-weight: 700;
    line-height: 1.4;
  }
  #user_list .admin-list-table__actions,
  #event_list .admin-list-table__actions {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 2.6666666667vw 3.2vw;
  }
  #user_list .admin-list-table__actions::before,
  #event_list .admin-list-table__actions::before {
    display: none;
    content: "";
  }
  #user_list .admin-list-table__actions-inner,
  #event_list .admin-list-table__actions-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.1333333333vw;
  }
  #user_list .admin-list-table__actions-inner .c-btnStyle1,
  #event_list .admin-list-table__actions-inner .c-btnStyle1 {
    width: 100%;
    min-height: 9.0666666667vw;
    padding: 1.6vw 2.1333333333vw;
    font-size: 3.2vw;
  }
}

@media (max-width: 766.98px) {
  #user_list #table_user_list td:nth-child(1)::before {
    content: "ID";
  }
  #user_list #table_user_list td:nth-child(2)::before {
    content: "ユーザ名";
  }
  #user_list #table_user_list td:nth-child(3)::before {
    content: "ログインID";
  }
  #user_list #table_user_list td:nth-child(4)::before {
    content: "権限";
  }
  #user_list #table_user_list td:nth-child(5)::before {
    content: "更新日時";
  }
}

@media (max-width: 766.98px) {
  #event_list #table_event_list td:nth-child(1)::before {
    content: "ID";
  }
  #event_list #table_event_list td:nth-child(2)::before {
    content: "イベント名";
  }
  #event_list #table_event_list td:nth-child(3)::before {
    content: "開催日時";
  }
  #event_list #table_event_list td:nth-child(4)::before {
    content: "終了日時";
  }
  #event_list #table_event_list td:nth-child(5)::before {
    content: "ステータス";
  }
  #event_list #table_event_list td:nth-child(6)::before {
    content: "更新日時";
  }
}

#access_log .search {
  position: relative;
  padding-bottom: 16px;
  overflow: hidden;
}
#access_log .search__inner {
  margin-top: 0;
  padding: 10px 12px;
  background: #fff;
  border-radius: 6px;
}
#access_log .search__panel {
  min-width: 0;
  background: transparent;
  padding: 0;
}
#access_log .search__panel .detail__box {
  margin: 0;
}
#access_log .search__panel .detail__cnt {
  border-top: none;
  padding: 0;
}
#access_log .search__inner .search__panel--full .detail__cnt {
  display: block;
}
#access_log .search.admin-search--access-log .admin-search__fields {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 8px;
  align-items: end;
}
@media (max-width: 960px) {
  #access_log .search.admin-search--access-log .admin-search__fields {
    grid-template-columns: 1fr;
  }
}
#access_log .search.admin-search--access-log .admin-search__fields .l-input__row {
  display: block;
  padding: 0;
  margin: 0;
  min-width: 0;
}
#access_log .search .l-input__row dt {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: #1C2A56;
  margin-bottom: 4px;
}
#access_log .search .l-input__row dd {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-left: 0;
}
#access_log .search .l-input__row input[type=text],
#access_log .search .l-input__row input[type=date] {
  width: 100%;
  min-height: 32px;
  padding: 4px 10px;
  border: 1px solid #d9deea;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  line-height: 1.4;
  transition: border-color 0.15s ease;
}
#access_log .search .l-input__row input[type=text]:focus,
#access_log .search .l-input__row input[type=date]:focus {
  outline: none;
  border-color: #1491FF;
  box-shadow: 0 0 0 2px rgba(20, 145, 255, 0.12);
}
#access_log .access-log__date-range {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
#access_log .access-log__date-range input[type=date] {
  flex: 1 1 0;
  min-width: 0;
}
#access_log .access-log__date-separator {
  flex: 0 0 auto;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
#access_log .search__btn.access-log__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
#access_log .search__btn.access-log__toolbar .c-btnStyle1 {
  width: auto;
  min-width: 108px;
  min-height: 36px;
  padding: 7px 16px;
  font-size: 13px;
  justify-content: center;
  white-space: nowrap;
}
#access_log .search__btn.access-log__toolbar .access-log__btn-submit {
  min-width: 120px;
  box-shadow: 0 1px 2px rgba(20, 145, 255, 0.18);
}
#access_log .search__btn.access-log__toolbar .access-log__toolbar-sub {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
#access_log .search__btn.access-log__toolbar a.c-btnStyle1.-gray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#access_log .search__btn.access-log__toolbar .access-log__btn-download {
  min-width: 132px;
}
@media (max-width: 766.98px) {
  #access_log .search__btn.access-log__toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  #access_log .search__btn.access-log__toolbar .c-btnStyle1,
  #access_log .search__btn.access-log__toolbar .access-log__btn-submit,
  #access_log .search__btn.access-log__toolbar .access-log__btn-download {
    width: 100%;
    min-width: 0;
  }
  #access_log .search__btn.access-log__toolbar .access-log__toolbar-sub {
    flex-direction: column;
    align-items: stretch;
  }
}
#access_log .c-listCount {
  margin-top: 12px;
  font-size: 13px;
  color: #475569;
}
#access_log .c-noRecord {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #f8fafc;
  color: #64748b;
  font-size: 13px;
}
#access_log .c-tableWrap {
  margin-top: 12px;
  overflow-x: auto;
}
#access_log .c-tableStyle1__uri {
  max-width: 280px;
  word-break: break-all;
}

#event_list #table_event_list td:has(.c-btnStyle1) a + a {
  margin-top: 0;
}
@media (min-width: 767px) {
  #event_list #table_event_list .admin-list-table__col-actions,
  #event_list #table_event_list .admin-list-table__actions,
  #event_list #table_event_list .admin-list-table__actions-head {
    width: 10.125rem;
  }
  #event_list #table_event_list .admin-list-table__actions-inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    width: 100%;
  }
  #event_list #table_event_list .admin-list-table__actions-inner > a.c-btnStyle1 {
    box-sizing: border-box;
    flex: 0 0 48% !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 0 !important;
    max-width: none !important;
    width: 48% !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    padding: 3px 8px !important;
    font-size: 12px !important;
    line-height: 1.35;
    border-radius: 7px;
  }
}

#event_add #createEvent td p:has(input[type=date]),
#event_add #updateEvent td p:has(input[type=date]),
#event_edit #createEvent td p:has(input[type=date]),
#event_edit #updateEvent td p:has(input[type=date]) {
  display: flex;
  gap: 10px;
}
@media (max-width: 766.98px) {
  #event_add #createEvent td p:has(input[type=date]),
  #event_add #updateEvent td p:has(input[type=date]),
  #event_edit #createEvent td p:has(input[type=date]),
  #event_edit #updateEvent td p:has(input[type=date]) {
    flex-direction: column;
  }
}/*# sourceMappingURL=styles.css.map */