@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) {
  border: 0;
  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) {
  border: none;
  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: none;
  border-radius: 0;
  box-shadow: none;
  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(input:-webkit-autofill, textarea:-webkit-autofill) {
  box-shadow: 0 0 0 1000px #fff inset;
}

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

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !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: #707070;
  font-feature-settings: "palt";
  font-size: 12px;
  line-height: 2;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
  background: #fffcf6;
  background: #F6F7FA;
}

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

.l-main {
  padding: 50px 30px 40px 260px;
}
@media (max-width: 766.98px) {
  .l-main {
    padding: 25px 16px 30px;
  }
}
.l-main:has(.bulk-register) table {
  min-width: 2000px;
}
@media (max-width: 766.98px) {
  .l-main:has(.bulk-register) table {
    min-width: 2500px;
  }
}
@media (max-width: 766.98px) {
  .l-main:has(.result) table {
    min-width: 1200px;
  }
}

table {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
}
table * {
  vertical-align: middle;
}
table th {
  position: relative;
  font-weight: bold;
  color: #1491FF;
  background: #E8F2FF;
  font-size: 13px;
  text-align-last: left;
  padding: 10px;
}
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: #eee;
}
table td {
  padding: 20px 10px;
  line-height: 1.3em;
  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: 20px;
}
table.table1 td {
  padding: 8px 15px;
}
@media (max-width: 766.98px) {
  table.table1 td {
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
table.table1 td:nth-of-type(1) {
  background: #E8F2FF;
  width: 160px;
}
@media (max-width: 766.98px) {
  table.table1 td:nth-of-type(1) {
    width: 100%;
  }
}
@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: #f9f9f9;
  color: #999;
}

tbody tr.alt-row {
  background: #f3f3f3;
}
tbody tr td {
  border-top: 1px solid #ddd;
}
tbody tr td.result__table--td {
  font-size: 1.1em;
  font-weight: bold;
  height: 50px;
  border-bottom: 1px solid #efefef;
}

.sec-in {
  max-width: 1200px;
  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: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    z-index: 10;
    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: #000;
  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 {
  background: #fff;
  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-nav {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 230px;
  width: 100%;
  height: 100dvh;
  background: #F1EFE1;
  background: #1C2A56;
  padding: 40px 20px;
  overflow-x: hidden;
  color: #fff;
  z-index: 10;
}
@media (max-width: 766.98px) {
  .l-nav {
    display: none;
    max-width: none;
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    padding: 40px 16px 20px;
    z-index: 9;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 766.98px) {
  .l-nav.is-open {
    display: flex;
  }
}
@media (max-width: 766.98px) {
  .l-nav__logo {
    display: block;
    width: 50%;
    margin: 0 auto 12px;
    text-align: center;
  }
}
.l-nav__logo img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}
.l-nav__info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 766.98px) {
  .l-nav__info {
    margin-top: 10px;
    font-size: 11px;
  }
}
.l-nav__logout {
  margin-top: 10px;
  width: 70%;
  margin-inline: auto;
}
@media (max-width: 766.98px) {
  .l-nav__logout {
    width: auto;
    margin-inline: auto;
    text-align: center;
  }
}
.l-nav__logout > a {
  font-size: 12px;
}
@media (max-width: 766.98px) {
  .l-nav__logout > a {
    display: inline-block;
    min-width: 120px;
    font-size: 11px;
    padding: 8px 12px;
  }
}
.l-nav__list {
  margin-top: 10px;
}
@media (max-width: 766.98px) {
  .l-nav__list {
    margin-top: 30px;
  }
}
.l-nav__tit {
  font-size: 18px;
  font-weight: bold;
  color: #1491FF;
}
@media (max-width: 766.98px) {
  .l-nav__tit {
    text-align: center;
    font-size: 17px;
  }
}
.l-nav__items > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 10px;
}
@media (max-width: 766.98px) {
  .l-nav__items > a {
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
  }
}
.l-nav__items > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100vw;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
@media (max-width: 766.98px) {
  .l-nav__items > a::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .l-nav__items > a:hover {
    color: #1C2A56;
  }
  .l-nav__items > a:hover::after {
    opacity: 1;
  }
}

@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__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 {
  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;
  background: #1491FF;
  border: 1px solid transparent;
  color: #fff;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .c-btnStyle1:hover {
    background: #fff;
    color: #1491FF;
    border-color: #1491FF;
  }
  .c-btnStyle1:hover.-delete, .c-btnStyle1:hover.-disabled, .c-btnStyle1:hover.-gray {
    background: #fff;
  }
}
.c-btnStyle1.-delete {
  background: #FF0000;
}
.c-btnStyle1.-disabled {
  background: #AAAAAA;
}
.c-btnStyle1.-gray {
  background: #ccc;
}

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

input,
select,
textarea {
  width: 100%;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media (max-width: 766.98px) {
  input,
  select,
  textarea {
    font-size: 4.2666666667vw;
  }
}

input[readonly],
select[readonly],
textarea[readonly] {
  color: #ccc;
}

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:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

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

@media (max-width: 766.98px) {
  input[type=date] {
    height: 7.7333333333vw;
  }
}

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-radius: 4px;
  background: #e2e2e2;
}
input[type=checkbox]:checked + .input_checkbox:after, input[type=checkbox]:checked + .input_checkbox:before {
  content: "";
  display: block;
  height: 3px;
  border-radius: 2px;
  background: #0064B6;
  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: none;
  height: 100px;
  padding: 15px 15px;
  overflow-y: scroll;
  border-radius: 4px;
}
textarea::placeholder {
  color: #b6bcc4;
}

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

.myError:not(input, select, textarea) {
  color: #d90000;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 6px;
}

.selectBox {
  position: relative;
  width: 100%;
}
.selectBox:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

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

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

.c-headingStyle1 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  padding-left: 10px;
  color: #1491FF;
  margin-bottom: 16px;
}
.c-headingStyle1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #1491FF;
}
.c-headingStyle2 {
  font-size: 18px;
  color: #1491FF;
}

.js-acd ~ dl {
  margin-top: 20px;
  background: #fff;
  border-radius: 20px;
}

.js-acd ~ dl dt {
  position: relative;
  font-size: 16px;
  padding: 20px;
}

.js-acd ~ dl dd {
  padding: 0 20px 20px;
}

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

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

.js-acd {
  background: #fff;
  border-radius: 20px;
}

.js-acd dt {
  position: relative;
  font-size: 16px;
  padding: 20px;
  cursor: pointer;
}

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

.js-acd dt .obj .line {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 2px;
  background: #7b6641;
  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: 0 20px 20px;
}

.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: 20px;
  border: 1px solid #000;
  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: 20px;
  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: 5.3333333333vw;
}
.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;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1 !important;
}

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

#login .l-main {
  padding: 0;
}
#login .c-headingStyle1::after {
  display: none;
}
#login .l-input {
  width: 100%;
}
#login .l-input__row {
  grid-template-columns: 50px 1fr;
}
#login .l-input__row dt {
  text-align: left;
}
@media (max-width: 766.98px) {
  #login .l-input__row {
    gap: 10px;
  }
  #login .l-input__row dt {
    width: auto;
  }
  #login .l-input__row input {
    font-size: 16px;
  }
}
#login .login form {
  margin-top: 30px;
}
#login .login .sec-in {
  width: 80%;
}
#login .login__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  width: 300px;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 766.98px) {
  #login .login__inner {
    display: block;
    padding-top: 60px;
    width: 100%;
  }
}
#login .login__logo {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}
#login .login__btn {
  margin-top: 39px;
  text-align: center;
}
@media (max-width: 766.98px) {
  #login .login__btn .c-btnStyle1 {
    width: 100%;
    max-width: 220px;
    margin-inline: auto;
  }
}

#list #preview,
#list #preview2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 766.98px) {
  #list #preview,
  #list #preview2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#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 {
  display: none;
}
@media (max-width: 766.98px) {
  #list #searchBtn {
    width: 16vw;
    height: 16vw;
    border-radius: 100vmax;
    background: #1491FF;
    color: #fff;
    font-size: 4.2666666667vw;
    font-weight: bold;
    position: fixed;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #list #searchBtn .icon {
    width: 5.3333333333vw;
  }
}
#list #modal_search_close {
  display: none;
}
@media (max-width: 766.98px) {
  #list #modal_search_close {
    display: block;
    position: fixed;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    z-index: 1;
  }
  #list #modal_search_close .line {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 50%;
    height: 0.5333333333vw;
    background: #000;
  }
  #list #modal_search_close .line:nth-child(1) {
    rotate: -45deg;
  }
  #list #modal_search_close .line:nth-child(2) {
    rotate: 45deg;
  }
}
#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;
}
@media (max-width: 766.98px) {
  #list .search {
    padding: 5.3333333333vw;
    background: #fff;
    margin: 8vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
#list .search .detail__cnt {
  border-top: 1px solid #eee;
}
#list .search .detail__cnt dd {
  margin-left: 0;
}
#list .search__shortcuts {
  margin-top: 10px;
}
#list .search__shortcuts--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 766.98px) {
  #list .search__shortcuts--list a {
    font-size: 3.2vw;
  }
}
#list .search__box {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 766.98px) {
  #list .search__box {
    padding: 0;
  }
}
#list .search__tit {
  font-size: 20px;
  font-weight: 500;
}
#list .search__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1150px) {
  #list .search__inner {
    grid-template-columns: 1fr;
  }
}
#list .search__btn {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
  max-width: 600px;
  margin-inline: auto;
}
@media (max-width: 766.98px) {
  #list .search__btn {
    flex-direction: column;
    align-items: center;
  }
}
#list .search__btn button[type=reset] {
  width: 50%;
}
#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 .selectBox {
  width: 120px;
}
#list .result .l-input__row {
  border: none;
  margin-top: 0;
}
#list .result__box {
  width: 100%;
  overflow-x: auto;
}
#list .result__box table td:nth-child(2) {
  width: 150px;
}
#list .result__table--btn {
  width: 80px;
}
#list .result__table--btn + .result__table--btn {
  margin-top: 10px;
}
#list .result__table--box {
  position: relative;
}
#list .result__table--box.-status {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 2px 10px;
}
#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;
  align-items: center;
  gap: 35px;
}
@media (max-width: 766.98px) {
  #list .result__inner {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  #list .result__inner .l-input__row {
    padding: 0;
  }
}
#list .result__inner dl:nth-of-type(1) {
  margin-left: auto;
}
@media (max-width: 766.98px) {
  #list .result__inner dl:nth-of-type(1) {
    margin: 0;
  }
}
#list .result__tit {
  font-size: 20px;
}
#list .result__btm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 135px;
  margin-top: 30px;
}
@media (max-width: 766.98px) {
  #list .result__btm {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
#list .result__btm--tit {
  font-size: 16px;
}
#list .result__btm--txt {
  font-size: 14px;
}
#list .result__btm--btn {
  display: grid;
  grid-template-columns: 150px 90px;
  gap: 5px;
}
#list .result__btm--btn .c-btnStyle1 {
  font-size: 14px;
}
#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__gallery {
  margin-bottom: 30px;
}
#list .edit__gallery--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 766.98px) {
  #list .edit__gallery--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#list .edit__gallery--change {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
#list .edit__alert {
  opacity: 0;
  pointer-events: none;
  font-size: 12px;
  transition: 0.4s;
}
#list .edit__alert.is-show {
  opacity: 1;
}
#list .search.mfp-hide {
  display: block !important;
}
@media (max-width: 766.98px) {
  #list .search.mfp-hide {
    display: none !important;
  }
}
#list .floating-viewer {
  position: fixed;
  top: 5%;
  right: 50px;
  width: 375px;
  height: 711px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  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 {
  border: 0;
  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: 1px solid #e0e0e0;
  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: 1px solid #ddd;
  border-radius: 999px;
  font-size: 13px;
}
#list .search-condition__label {
  font-weight: 700;
}
#list .search-condition__label::after {
  content: "：";
}

#scanner .scanner {
  position: relative;
  padding: 100px 0 40px;
}
@media (max-width: 766.98px) {
  #scanner .scanner {
    padding: 21.3333333333vw 0 10.6666666667vw;
  }
}
#scanner .scanner__check {
  position: absolute;
  top: 50px;
  right: 0;
  font-size: 20px;
  font-weight: bold;
  color: #1491FF;
}
@media (max-width: 766.98px) {
  #scanner .scanner__check {
    top: 8vw;
    font-size: 4.8vw;
  }
}
#scanner .scanner__btn {
  margin-top: 70px;
}
@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-bottom: 15px;
  border-bottom: 1px solid #000;
}
#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;
  }
}
#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 {
  font-size: 10px;
}
#scanner .scanner__cnt--inner {
  display: grid;
  grid-template-columns: 10fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 766.98px) {
  #scanner .scanner__cnt--inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#scanner .scanner__cnt--name {
  font-size: 20px;
}
#scanner .scanner__cnt--price {
  font-size: 20px;
}
@media (max-width: 766.98px) {
  #scanner .scanner__cnt--btn {
    display: flex;
    gap: 2.6666666667vw;
  }
}
@media (max-width: 766.98px) {
  #scanner .scanner__cnt--btn p {
    width: 100%;
  }
}
#scanner .scanner__cnt--edit > a {
  font-size: 14px;
}
#scanner .scanner__cnt--delete > a {
  font-size: 14px;
}
#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;
  font-size: 10px;
}
#scanner .scanner__edit {
  margin-top: 30px;
  padding: 0 20px;
}
#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;
}

#product_detail .detail {
  padding: 100px 0 40px;
}
#product_detail .detail__box:nth-of-type(n+2) {
  margin-top: 50px;
}
#product_detail .detail__box > dd {
  padding: 0 20px;
}
#product_detail .detail__cnt {
  position: relative;
}
@media (min-width: 767px) {
  #product_detail .detail__cnt:has(.detail__inner) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
  }
  #product_detail .detail__cnt:has(.detail__inner) .detail__img {
    order: 1;
  }
  #product_detail .detail__cnt:has(.detail__inner) .detail__img--picture {
    height: fit-content;
  }
}
#product_detail .detail__copy > button {
  font-size: 14px;
}
#product_detail .detail__size {
  display: none;
  padding: 20px 0;
}
#product_detail .detail__size.is-active {
  display: block;
}
#product_detail .detail__size:first-of-type {
  display: block;
  padding-bottom: 0;
}
#product_detail .detail__size:first-of-type dt {
  padding: 0;
}
#product_detail .detail__size#template_shoes .l-input__row dt {
  width: 180px;
}
#product_detail .detail__size dt {
  padding-left: 20px;
}
#product_detail .detail__size input {
  max-width: 120px;
}
#product_detail .detail__img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 15px 0;
}
#product_detail .detail__img--picture {
  position: relative;
}
#product_detail .detail__img--change {
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50% 0;
  width: fit-content;
}
#product_detail .detail__img--change span {
  font-size: 10px;
}
#product_detail .detail__gallery--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 50px;
}
#product_detail .detail__gallery--upload {
  margin-top: 30px;
  text-align: center;
}
#product_detail .detail__gallery--upload span {
  font-size: 14px;
}
#product_detail .detail__btn {
  margin-top: 60px;
}
#product_detail .detail__btn :nth-child(2) {
  margin-top: 20px;
}
#product_detail .detail__register {
  text-align: center;
}
#product_detail .detail__register > button {
  width: 250px;
}
#product_detail .detail__end {
  text-align: center;
}
#product_detail .detail__end > a {
  width: 160px;
}

#product_buying #preview2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 766.98px) {
  #product_buying #preview2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#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;
}
#product_buying .buying {
  padding-bottom: 100px;
}
@media (max-width: 766.98px) {
  #product_buying .buying {
    padding-bottom: 13.3333333333vw;
  }
}
#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: 60px;
}
#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 20px 20px 260px;
  background: #fff;
}
@media (max-width: 766.98px) {
  #product_buying .buying__btn--consecutive {
    padding: 0;
    gap: 0;
  }
}
#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.7333333333vw;
  }
}
@media (max-width: 766.98px) {
  #product_buying .buying__package {
    border-left: 0.2666666667vw solid #fff;
  }
}
#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: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 766.98px) {
  #product_buying .buying .edit__photos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#product_buying .buying .edit__photos li {
  width: 100px;
}
@media (max-width: 766.98px) {
  #product_buying .buying .edit__photos li {
    width: 100%;
  }
}
#product_buying .buying .edit__photos li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 766.98px) {
  #product_buying .buying .edit__photos--change {
    text-align: center;
  }
}
#product_buying .buying .edit__photos--change input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  appearance: none;
  outline: none;
  font-size: 0;
}

#bulk_register .bulk-register__list {
  margin-top: 40px;
}
#bulk_register .bulk-register__table {
  overflow-x: scroll;
}
#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 {
  width: 150px;
}
#bulk_register .bulk-register__table tr td:last-of-type {
  margin-left: auto;
  width: 80px;
}
#bulk_register .bulk-register__btn {
  display: flex;
  gap: 10px;
}
#bulk_register .bulk-register__add {
  width: 200px;
  margin-inline: auto;
  margin-top: 30px;
}
#bulk_register .bulk-register__register {
  width: 300px;
  margin-inline: auto;
  margin-top: 100px;
}/*# sourceMappingURL=styles.css.map */