@layer components {
  .breadcrumb {
    padding: 20px 0 0;
    background-color: #fff;
    border-block-start: 1px solid #ececec;
  }
  @media (max-width: 640px) {
    .breadcrumb {
      margin: 2px 0 0 -6px;
      padding: 7px 0 9px;
      border-block-end: 1px solid #ececec;
    }
  }
  .breadcrumb__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #747474;
    font-family: var(--font-ja, "Noto Sans JP", sans-serif);
    font-size: 11px;
    letter-spacing: 0.22px;
    gap: 13px;
    list-style: none;
  }
  @media (max-width: 640px) {
    .breadcrumb__list {
      font-size: 10px;
      gap: 7px;
    }
  }
  .breadcrumb__item {
    display: flex;
    align-items: center;
    color: #747474;
    font-weight: 400;
    line-height: 1.5;
  }
  .breadcrumb__item:not(:last-child)::after {
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='10' viewBox='0 0 5 10' fill='none'%3E%3Cpath d='M0.311705 5.36347e-08C0.232631 5.45393e-08 0.15171 0.033567 0.0910258 0.0987265C-0.0303421 0.229045 -0.0303421 0.442294 0.0910258 0.572613L4.24513 5.03307L0.15171 9.42837C0.0303417 9.55869 0.0303417 9.77194 0.15171 9.90226C0.273078 10.0326 0.471681 10.0326 0.593049 9.90226L4.90897 5.27002C5.03034 5.1397 5.03034 4.92645 4.90897 4.79613L0.534204 0.0987265C0.471681 0.0315925 0.392617 5.27091e-08 0.311705 5.36347e-08Z' fill='%23747474'/%3E%3C/svg%3E") no-repeat center/100% 100%;
    content: "";
    margin-inline-start: 14px;
    inline-size: 5px;
    block-size: 10px;
  }
  @media (max-width: 640px) {
    .breadcrumb__item:not(:last-child)::after {
      margin-inline-start: 7px;
      block-size: 7px;
    }
  }
  .breadcrumb__item a {
    color: inherit;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
    transition: opacity var(--transition-duration-base) ease;
  }
  .breadcrumb__item a:hover {
    opacity: 0.7;
  }
  .breadcrumb__item span {
    color: inherit;
  }
}
.member-page {
  padding: 60px 0 120px;
  background-color: #fff;
}
.member-page .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 640px) {
  .member-page .container {
    padding: 0 20px;
  }
}

/* stylelint-disable selector-class-pattern */
.error_message {
  margin-bottom: 30px;
  color: var(--color-red);
  text-align: center;
}

/* stylelint-enable selector-class-pattern */
.member-title {
  margin-bottom: 60px;
  color: #000;
  font-family: var(--font-ja);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 640px) {
  .member-title {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}

.member-section {
  margin-bottom: 80px;
}
.member-section:last-child {
  margin-bottom: 0;
}

.member-content {
  color: #333;
  font-family: var(--font-ja);
  font-size: 1rem;
  line-height: 1.8;
}

/* stylelint-disable selector-class-pattern */
.wc_member {
  max-width: 640px;
  margin: 0 auto;
}
.wc_member .member_page_title {
  margin: 0 0 32px;
  color: var(--color-fg);
  font-family: var(--font-ja);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 640px) {
  .wc_member {
    max-width: none;
  }
  .wc_member .member_page_title {
    margin-bottom: 24px;
    font-size: 1.5rem;
  }
}

/* stylelint-enable selector-class-pattern */
/* stylelint-disable selector-class-pattern, selector-id-pattern */
#memberpages {
  width: 100%;
}
#memberpages .whitebox,
#memberpages #newmember {
  width: 100%;
}
#memberpages .header_explanation,
#memberpages .footer_explanation {
  margin-bottom: 32px;
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.8;
}
#memberpages .header_explanation ul,
#memberpages .footer_explanation ul {
  margin: 0;
  padding-left: 1.3em;
}
#memberpages .header_explanation li + li,
#memberpages .footer_explanation li + li {
  margin-top: 6px;
}
#memberpages .footer_explanation {
  margin-top: 40px;
  margin-bottom: 0;
}
#memberpages a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
#memberpages a:hover {
  color: var(--color-fg);
  text-decoration: none;
}
#memberpages .loginbox {
  margin-top: 24px;
}
#memberpages #memberedit {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fcfcfc;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  text-align: left;
}
#memberpages #memberedit .header_explanation:empty,
#memberpages #memberedit .footer_explanation:empty {
  display: none;
}
#memberpages #memberedit h2 {
  margin: 0 0 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-border);
  color: var(--color-fg);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
#memberpages #memberedit p {
  margin: 0;
  color: var(--color-fg);
  font-size: 0.98rem;
  line-height: 1.8;
  text-align: left;
}
#memberpages #memberedit p + p {
  margin-top: 10px;
}
#memberpages #memberedit .send {
  justify-content: center;
  margin-top: 32px;
}
#memberpages #memberinfo h3 {
  margin: 56px 0 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-border);
  color: var(--color-fg);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}
#memberpages #memberinfo .currency_code {
  margin: -8px 0 20px;
  color: var(--color-muted);
  font-size: 0.85rem;
  text-align: right;
}
#memberpages #memberinfo #memberdetail,
#memberpages #memberinfo #history_head,
#memberpages #memberinfo table.retail {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--color-border);
}
#memberpages #memberinfo #memberdetail {
  margin-bottom: 24px;
}
#memberpages #memberinfo #memberdetail th,
#memberpages #memberinfo #memberdetail td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--color-border);
  font-size: 0.95rem;
  line-height: 1.5;
  vertical-align: middle;
}
#memberpages #memberinfo #memberdetail th {
  width: 128px;
  background-color: #f9f9f9;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}
#memberpages #memberinfo #memberdetail td {
  overflow-wrap: anywhere;
}
#memberpages #memberinfo #memberdetail .num {
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}
#memberpages #memberinfo #memberdetail tr:first-child td:last-child {
  min-width: 8em;
  white-space: nowrap;
}
#memberpages #memberinfo #memberdetail .blank_cell,
#memberpages #memberinfo #memberdetail .blank {
  width: 12px;
  padding: 0;
  background: none;
  border-bottom: 0;
}
#memberpages #memberinfo .member_submenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
#memberpages #memberinfo .member_submenu li {
  margin: 0;
}
#memberpages #memberinfo .member_submenu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 18px;
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-fg);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
#memberpages #memberinfo .member_submenu a:hover {
  background-color: #f5f5f5;
  border-color: var(--color-fg);
}
#memberpages #memberinfo .history-area {
  overflow-x: auto;
  margin-bottom: 56px;
}
#memberpages #memberinfo #usces_history {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 24px;
  margin-bottom: 16px;
  color: var(--color-muted);
  font-size: 0.9rem;
}
#memberpages #memberinfo #usces_history label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#memberpages #memberinfo #usces_history select {
  min-width: 180px;
  margin-left: 8px;
  padding: 8px 32px 8px 10px;
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-fg);
  font-size: 0.95rem;
}
#memberpages #memberinfo #history_head,
#memberpages #memberinfo table.retail {
  min-width: 760px;
  margin-bottom: 24px;
}
#memberpages #memberinfo #history_head th,
#memberpages #memberinfo #history_head td,
#memberpages #memberinfo table.retail th,
#memberpages #memberinfo table.retail td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--color-border);
  font-size: 0.86rem;
  line-height: 1.5;
  vertical-align: middle;
}
#memberpages #memberinfo #history_head th,
#memberpages #memberinfo table.retail th {
  background-color: #f9f9f9;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}
#memberpages #memberinfo #history_head td,
#memberpages #memberinfo table.retail td {
  overflow-wrap: anywhere;
}
#memberpages #memberinfo #history_head .rightnum,
#memberpages #memberinfo #history_head .price,
#memberpages #memberinfo #history_head .quantity,
#memberpages #memberinfo #history_head .subtotal,
#memberpages #memberinfo #history_head .purchase_price,
#memberpages #memberinfo #history_head .discount,
#memberpages #memberinfo #history_head .tax,
#memberpages #memberinfo #history_head .used_point,
#memberpages #memberinfo #history_head .shipping,
#memberpages #memberinfo #history_head .cod,
#memberpages #memberinfo #history_head .get_point,
#memberpages #memberinfo table.retail .rightnum,
#memberpages #memberinfo table.retail .price,
#memberpages #memberinfo table.retail .quantity,
#memberpages #memberinfo table.retail .subtotal,
#memberpages #memberinfo table.retail .purchase_price,
#memberpages #memberinfo table.retail .discount,
#memberpages #memberinfo table.retail .tax,
#memberpages #memberinfo table.retail .used_point,
#memberpages #memberinfo table.retail .shipping,
#memberpages #memberinfo table.retail .cod,
#memberpages #memberinfo table.retail .get_point {
  text-align: right;
  white-space: nowrap;
}
#memberpages #memberinfo #history_head .cartrownum,
#memberpages #memberinfo #history_head .thumbnail,
#memberpages #memberinfo table.retail .cartrownum,
#memberpages #memberinfo table.retail .thumbnail {
  text-align: center;
}
#memberpages #memberinfo #history_head .thumbnail img,
#memberpages #memberinfo table.retail .thumbnail img {
  display: block;
  max-width: 60px;
  height: auto;
  border-radius: 4px;
}
#memberpages #memberinfo table.retail {
  margin-bottom: 40px;
}
#memberpages #newmember .agree_member_area {
  margin: 32px 0 0;
  padding: 24px;
  background-color: #fcfcfc;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
}
#memberpages #newmember .at_exp_text {
  margin: 0 0 16px;
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}
#memberpages #newmember .at_cont_text {
  display: block;
  overflow: auto;
  width: 100%;
  min-height: 180px;
  padding: 14px;
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  line-height: 1.7;
}
#memberpages #newmember .at_check_area {
  margin-top: 18px;
  text-align: center;
}
#memberpages #newmember .at_check_area label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
#memberpages .send {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
#memberpages .send input[type=button],
#memberpages .send input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 180px;
  max-width: none;
  margin: 0;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
  cursor: pointer;
  appearance: none;
}
#memberpages .send input[type=button] {
  background-color: #fff;
  border: 1px solid var(--color-border);
  color: var(--color-fg);
}
#memberpages .send input[type=button]:hover {
  background-color: #f5f5f5;
  border-color: var(--color-fg);
}
#memberpages .send input[type=submit] {
  background-color: var(--color-accent);
  border: 1px solid var(--color-accent);
  color: #fff;
}
#memberpages .send input[type=submit]:hover {
  opacity: 0.9;
}
#memberpages .send input[name=deletemember] {
  background-color: #fff;
  border-color: var(--color-red);
  color: var(--color-red);
}
#memberpages .send input[name=deletemember]:hover {
  background-color: var(--color-red);
  opacity: 1;
  color: #fff;
}
@media (max-width: 640px) {
  #memberpages .header_explanation,
  #memberpages .footer_explanation {
    font-size: 0.9rem;
  }
  #memberpages #memberedit {
    max-width: none;
    padding: 28px 20px;
  }
  #memberpages #memberedit h2 {
    font-size: 1.08rem;
  }
  #memberpages #memberinfo #memberdetail {
    display: block;
    border-top: 1px solid var(--color-border);
  }
  #memberpages #memberinfo #memberdetail tbody,
  #memberpages #memberinfo #memberdetail tr,
  #memberpages #memberinfo #memberdetail th,
  #memberpages #memberinfo #memberdetail td {
    display: block;
    width: 100%;
  }
  #memberpages #memberinfo #memberdetail tr {
    padding: 12px 0;
    border-bottom: 1px solid var(--color-border);
  }
  #memberpages #memberinfo #memberdetail th,
  #memberpages #memberinfo #memberdetail td {
    padding: 4px 0;
    border-bottom: 0;
  }
  #memberpages #memberinfo #memberdetail th {
    background: none;
    color: var(--color-muted);
    font-size: 0.86rem;
    white-space: normal;
  }
  #memberpages #memberinfo #memberdetail .num {
    text-align: left;
  }
  #memberpages #memberinfo #memberdetail .blank_cell,
  #memberpages #memberinfo #memberdetail .blank {
    display: none;
  }
  #memberpages #memberinfo .member_submenu {
    justify-content: stretch;
  }
  #memberpages #memberinfo .member_submenu li,
  #memberpages #memberinfo .member_submenu a {
    width: 100%;
  }
  #memberpages #memberinfo .history-area {
    margin-right: -20px;
    padding-right: 20px;
  }
  #memberpages #memberinfo #usces_history {
    display: block;
  }
  #memberpages #memberinfo #usces_history .exclude_cancel,
  #memberpages #memberinfo #usces_history .usce_period {
    margin-bottom: 12px;
  }
  #memberpages #memberinfo #usces_history select {
    display: block;
    width: 100%;
    margin: 6px 0 0;
  }
  #memberpages #memberinfo #history_head,
  #memberpages #memberinfo table.retail {
    min-width: 680px;
  }
  #memberpages #newmember .agree_member_area {
    padding: 18px;
  }
  #memberpages .send {
    display: block;
  }
  #memberpages .send input[type=button],
  #memberpages .send input[type=submit] {
    width: 100%;
    min-width: 0;
  }
  #memberpages .send input + input {
    margin-top: 12px;
  }
}

/* stylelint-enable selector-class-pattern, selector-id-pattern */
.loginbox {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 8px;
}
@media (max-width: 640px) {
  .loginbox {
    padding: 30px 20px;
  }
}
.loginbox form {
  margin-bottom: 30px;
}
.loginbox p {
  margin-bottom: 20px;
}
.loginbox p:last-child {
  margin-bottom: 0;
}
.loginbox label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.95rem;
  font-weight: 600;
}
.loginbox input[type=text],
.loginbox input[type=password] {
  width: 100%;
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.loginbox input[type=text]:focus,
.loginbox input[type=password]:focus {
  border-color: #333;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.loginbox .forgetmenot {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.loginbox .forgetmenot label {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: normal;
  cursor: pointer;
}
.loginbox .forgetmenot input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
}
.loginbox .submit {
  text-align: center;
}
.loginbox .submit input[type=submit] {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  background-color: #333;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  transition: opacity 0.3s, background-color 0.3s;
  cursor: pointer;
}
.loginbox .submit input[type=submit]:hover {
  background-color: #000;
  opacity: 0.9;
}
.loginbox .nav {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 0.85rem;
  text-align: center;
}
.loginbox .nav a {
  color: #666;
  text-decoration: underline;
}
.loginbox .nav a:hover {
  color: #333;
  text-decoration: none;
}

/* stylelint-disable selector-class-pattern, selector-id-pattern */
.customer_form {
  width: 100%;
  margin-top: 40px;
  border-collapse: collapse;
  font-size: 1rem;
}
.customer_form th,
.customer_form td {
  padding: 15px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .customer_form th,
  .customer_form td {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: none;
  }
}
.customer_form th {
  width: 30%;
  background-color: #f9f9f9;
  color: #333;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 640px) {
  .customer_form th {
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 0;
    background-color: transparent;
  }
}
.customer_form th em {
  margin-right: 5px;
  color: #d00;
  font-style: normal;
}
.customer_form td {
  width: 70%;
}
@media (max-width: 640px) {
  .customer_form td {
    width: 100%;
    padding-top: 5px;
    border-bottom: 1px solid #eee;
  }
}
.customer_form input[type=text],
.customer_form input[type=password],
.customer_form input[type=email],
.customer_form input[type=tel],
.customer_form select {
  width: 100%;
  max-width: 400px;
  margin-right: 20px;
  padding: 10px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.customer_form input[type=text]:focus,
.customer_form input[type=password]:focus,
.customer_form input[type=email]:focus,
.customer_form input[type=tel]:focus,
.customer_form select:focus {
  border-color: #333;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .customer_form input[type=text],
  .customer_form input[type=password],
  .customer_form input[type=email],
  .customer_form input[type=tel],
  .customer_form select {
    max-width: 100%;
  }
}
.customer_form #zipcode {
  max-width: 150px;
  margin-right: 10px;
}
.customer_form .name_td,
.customer_form tr#furikana_row td {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  border-bottom: none;
}
@media (max-width: 640px) {
  .customer_form .name_td,
  .customer_form tr#furikana_row td {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .customer_form tr#name_row,
  .customer_form tr#furikana_row {
    display: block;
  }
}
.customer_form tr#name_row td,
.customer_form tr#furikana_row td {
  width: 35%;
  padding: 15px 10px 15px 0;
}
.customer_form tr#name_row td:last-child,
.customer_form tr#furikana_row td:last-child {
  padding-right: 0;
}
@media (max-width: 640px) {
  .customer_form tr#name_row td,
  .customer_form tr#furikana_row td {
    width: 100%;
    padding: 5px 0;
  }
}
.customer_form .member_name,
.customer_form .member_furigana {
  display: inline-block;
  width: 60px;
  margin-right: 5px;
  padding-right: 10px;
  font-size: 0.9rem;
  text-align: right;
}
.customer_form .name_td input,
.customer_form tr#furikana_row td input {
  width: calc(100% - 70px);
  max-width: 100%;
  margin-right: 0;
}

.send {
  margin-top: 40px;
  text-align: center;
}
.send input[type=submit] {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px 30px;
  background-color: #333;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  transition: opacity 0.3s, background-color 0.3s;
  cursor: pointer;
}
.send input[type=submit]:hover {
  background-color: #000;
  opacity: 0.8;
}
@media (max-width: 640px) {
  .send input[type=submit] {
    width: 100%;
    max-width: 100%;
  }
}

/* stylelint-enable selector-class-pattern, selector-id-pattern *//*# sourceMappingURL=usces-member.css.map */