/** Shopify CDN: Minification failed

Line 463:31 Unexpected "{"

**/
/*.customer:not(.account):not(.order) {
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}*/

@media screen and (min-width: 750px) {
  .customer:not(.account):not(.order):not(.addresses) {
    max-width: 47.8rem;
    margin: 0 auto;
  }
}

/*.customer > h1,
.customer__title {
  margin-top: 0;
}

.customer form {
  margin-top: 3.5rem;
}
*/
.customer button {
  margin: 4rem 0 1.5rem;
}
/*
.customer ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
  margin-bottom: 4rem;
}

.customer ul a {
  display: inline;
}

.customer strong {
  font-weight: normal;
  color: rgb(var(--color-foreground));
}
*/
.customer h2.form__message {
  font-size: 1.4rem;
}

@media only screen and (min-width: 750px) {
  .customer h2.form__message {
    font-size: 1.5rem;
  }
}

.customer .field {
  margin: 2rem 0 0 0;
}

.customer .field:first-of-type {
  margin-top: 0;
}

/* Customer Table */
.order table {
  table-layout: auto;
  border-collapse: collapse;
  /*border-bottom: 0.01rem solid rgba(var(--color-foreground), 0.08);*/
  box-shadow: none;
  width: 100%;
  font-size: 1.3rem;
  position: relative;
}

@media screen and (min-width: 750px) {
  .order table {
    border: none;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.08);
    font-size: 1.4rem;
  }
}

@media screen and (forced-colors: active) {
  .order table {
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
  }
}

.order tbody {
  color: rgb(var(--color-foreground));
}

.order th,
.order td {
  font-weight: 400;
  line-height: 1;
  border: none;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .order td {
    padding-right: 2.2rem;
  }
}

.order tbody td {
  padding-block: 0.5rem;
}

.order td:empty {
  display: initial;
}

.order thead th {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

/*.order tbody td:first-of-type {
  padding-top: 4rem;
}*/

@media screen and (min-width: 750px) {
  .order th,
  .order td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 2.2rem;
  }

  /*.order thead th,
  .order tbody td {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }*/

  .order th:first-of-type,
  .order td:first-of-type {
    padding-left: 2.2rem;
  }

  .order tbody td {
    vertical-align: top;
  }

  /*.order tbody td:first-of-type {
    padding-top: 2.4rem;
  }*/
}

.order tbody td:last-of-type {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .order tbody td:last-of-type {
    padding-bottom: 0;
  }
}

.order tbody tr {
  border-top: 1px solid #E5E5E5;
}
.order tbody tr:first-of-type {
  border-top: none;
}

@media screen and (forced-colors: active) {
  .order tbody tr {
    border-top: 0.1rem solid transparent;
  }
}

.order tfoot td:first-of-type,
.order tfoot td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.order tfoot td:first-of-type {
  text-align: left;
}

.order tfoot tr:first-of-type td {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .order tfoot tr:first-of-type td,
  .order tfoot tr:first-of-type th {
    padding-top: 2.4rem;
  }
}

.order tfoot tr:last-of-type td {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .order tfoot tr:last-of-type td,
  .order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

/* works around colspan phantom border issues */
.order thead::after,
.order tfoot::before {
  content: ' ';
  height: 0.1rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: rgba(var(--color-foreground), 0.08);
}

@media screen and (forced-colors: active) {
  .order thead::after,
  .order tfoot::before {
    background: CanvasText;
  }
}

/* mobile table overrides */
.order td::before {
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .order thead,
  .order th,
  .order tfoot td:first-of-type {
    display: none;
  }

  .order td {
    display: flex;
    text-align: right;
  }

  .order td::before {
    content: attr(data-label);
    font-size: 1.3rem;
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }

  .order td:first-of-type {
    display: flex;
    align-items: center;
  }

  .order tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}

/* Pagination */
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}

.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}

.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}

.customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.customer .pagination li :first-child .svg-wrapper {
  height: 0.6rem;
}

.customer .pagination li:first-of-type .svg-wrapper {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}

.customer .pagination li:last-of-type .svg-wrapper {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}

.customer .pagination li [aria-current]::after {
  content: '';
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}

/* Login */
.login a:not(.button) {
  display: block;
  width: fit-content;
  /* margin: 0 auto; */
}

/*.login a[href='#recover'] {
  margin-left: 0;
  margin-right: 0;
}*/

.login .field + a {
  margin-top: 1rem;
}

.login p {
  margin: 1.5rem 0;
}

.login h3 {
  margin-top: 0;
  margin-bottom: 3rem;
  text-align: left;
  /* font-size: calc(var(--font-heading-scale) * 1.6rem); */
  font-weight: 400;
  line-height: 1.3;
}

/* アカウント有効化 */
#AAI-customeractivate {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2rem;
  margin-top: 2.5rem;
}
#AAI-title {
  margin-block: 0.4rem 2rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
}
#AAI-submitbtn input,
#AAI-buttontext a {
  width: 100%;
  margin-top: 1.5rem;
  padding-block: 1.8rem 1.5rem;
  min-height: 0;
  min-width: 0;
  letter-spacing: 0;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  box-sizing: border-box;
  font-family: var(--font-en);
  background-color: var(--color-black);
  color: var(--color-white);
  border: 1px solid var(--color-black);
  transition: all linear .3s !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  #AAI-customeractivate {
    max-width: 47.8rem;
    margin-inline: auto;
    margin-top: 3rem;
  }
}

#AAI-customeractivate #AAI-modal {
  border-width: 1px;  
}
#AAI-modal {
  border: none !important;
}
#AAI-headline h2 {
  margin-block: 0.4rem 2rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
}
#AAI_email {
  width: calc(100% - 1px);
  height: 4rem; 
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  border: 1px solid #ccc;
  min-height: calc(var(--inputs-border-width) * 2);
}
#AAI-submitbtn {
  margin-block: 1.5rem;
}

#customer_login_guest button {
  margin-top: 0;
}

#recover,
#recover + div {
  display: none;
}

#recover:target {
  display: block;
}

#recover:target + div {
  display: block;
}

#recover:target ~ #login,
#recover:target ~ #login + div {
  display: none;
}

#recover,
#login {
  scroll-margin-top: 20rem;
}

/*#recover {
  margin-bottom: 0;
}*/

.activate button[name='decline'],
/*.addresses li > button,
.addresses form button[type] */{
  background-color: rgba(var(--color-background), var(--alpha-button-background));
  color: rgb(var(--color-link));
}

@media only screen and (min-width: 750px) {
  .activate button[name='decline'] {
    margin-top: inherit;
    margin-left: 1rem;
  }
}

/* Account/Order */
/*:is(.account, .order) {
  margin: 0 auto;
  max-width: var(--page-width);
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  :is(.account, .order) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) {
    display: flex;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) > div:first-of-type {
    flex-grow: 1;
    padding-right: 3.2rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .order > div:nth-of-type(2) > div:last-of-type {
    display: flex;
  }

  .order > div:nth-of-type(2) > div:last-of-type div {
    padding-right: 3.2rem;
  }
}*/

/*:is(.account, .order) p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
}

:is(.account, .order) h1 {
  margin-bottom: 1rem;
}

:is(.account, .order) h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  :is(.account, .order) h2 {
    margin-top: 0;
  }
}

@media screen and (min-width: 750px) {
  :is(.account) {
    max-width: 94rem;
  }
}

.account h1 + a {
  display: inline-flex;
  align-items: center;
}*/

.account a .svg-wrapper {
  width: 1.5rem;
  margin-bottom: -0.03rem;
  margin-right: 1rem;
}

/* order */
@media screen and (min-width: 750px) {
  .order thead th:last-child,
  .order td:last-child {
    text-align: right;
  }

  .order table td:first-of-type {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.order table td:first-of-type a {
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 500;
}

.order table td:first-of-type a:hover {
  text-decoration: none;
}

.order .page-title {
  margin-bottom: 0;
}
.order td:first-of-type {
  align-items: initial;
  padding-top: 1.1rem;
}

/*@media screen and (min-width: 750px) {
  .order thead th:nth-last-child(-n + 3),
  .order td:nth-last-child(-n + 3) {
    text-align: right;
  }
}*/

.order tfoot tr:last-of-type td,
.order tfoot tr:last-of-type th {
  font-size: 1.4rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .order tfoot tr:last-of-type td,
  .order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

.order tfoot tr:last-of-type td:before {
  font-size: 1.4rem;
}

.order table p,
.order > div:nth-of-type(2) > div:first-of-type h2,
.order > div:nth-of-type(2) > div:last-of-type h2 + p {
  margin-bottom: 0;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p:last-of-type {
  margin-bottom: 3rem;
}

.order .item-props {
  font-size: 1.4rem;
  margin-top: 0.05px;
  display: flex;
  flex-direction: column;
}

.order .item-props > span {
  word-break: break-all;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order .fulfillment {
  width: fit-content;
  border: 0.01rem solid rgba(var(--color-foreground), 0.2);
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}

.order .fulfillment a {
  margin: 0.7rem 0;
}

.order .fulfillment span {
  display: block;
}

.order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  word-break: break-all;
}

@media screen and (min-width: 750px) {
  .order td .cart-discount {
    display: none;
  }
}

.order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .order tbody ul {
    text-align: left;
  }
}

.order table a {
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order tbody tr:first-of-type td:first-of-type > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 750px) {
  .order tbody tr:first-of-type td:first-of-type > div {
    align-items: flex-start;
  }
}

.order .properties {
  font-size: 1.2rem;
  margin-top: 1rem;
  font-weight: 400;
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.order .properties span {
  display: block;
  /*line-height: calc(1 + 0.2 / var(--font-body-scale));*/
}

.order .svg-wrapper {
  width: 1.1rem;
  color: rgb(var(--color-foreground));
  margin-right: 0.5rem;
}

/*.order dl {
  margin: 0;
}*/

.order dd {
  margin-left: 0;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order dd s {
  color: rgba(var(--color-foreground), 0.7);
}

.order .unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  color: rgba(var(--color-foreground), 0.7);
}

.order .regular-price {
  font-size: 1.3rem;
}

.order td {
  white-space: normal;
}
.order-head__wrapper {
  background: var(--color-primary);
  color: var(--color-white);
  display: flex;
  padding: 1.5rem 2rem 1.3rem;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.order-head__wrapper p {
  font-size: 1rem;
}
.order-head {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--color-white);
}
table.order-details {
  /*width: 90%;
  margin-left: 5%;
  margin-right: 5%;*/
  margin-bottom: 3.5rem;
}
.order td[headers="ColumnProduct"] {
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
}
.order td[headers="ColumnProduct"]::before {
 content: none; 
}
.order td {
  padding: 1.3rem 0 0 0;
  background: transparent;
}
/*.order tfoot {
  border-top: 1px solid #E5E5E5;
}*/
.order tbody td:last-of-type {
  padding-bottom: 1.3rem;
}
.order tfoot tr:first-of-type td {
  padding-top: 2.2rem;
}
.order tfoot tr:nth-last-of-type(2) td {
  padding-bottom: 1.9rem;
}
.order tfoot tr:last-of-type td {
  position: relative;
  padding-top: 2.1rem;
  padding-bottom: 0;
  font-weight: 700;
}
.order tfoot {
  position: relative;
}
.order tfoot::after,
.order tfoot tr:last-of-type td::after {
  content: "";
  width: 100%;
  border-top: 1px solid #E5E5E5;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 750px) {
  .order-date {
    margin-block: 5rem 1.5rem;
    font-size: 1.2rem;
  }
  table.order-details {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .order thead th.order-head {
    width: 45rem;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 2.1rem 1.7rem;
  }
  .customer tbody tr {
    border: none;
  }
  .order thead th {
    padding-right: 0;
    background: var(--color-primary);
    color: var(--color-white);
    text-align: center;    
  }
  .order thead th:last-child {
    padding-right: 1.7rem;
    text-align: right;
  }
  .order td {
    vertical-align: top;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.3rem;
    padding-top: 1.9rem;
  }
  .order tbody td:last-child,
  .order tfoot td:last-child{
    text-align: right;
  }
  .order td[headers=ColumnProduct] {
    font-weight: 400;
  }
  .order tbody tr:first-child td {
    padding-top: 2.3rem;
  }
  .order tbody td {
    padding-top: 1.3rem;
  }
  .order tbody td:last-of-type {
    padding-bottom: 0;
  }
  .order tbody tr:last-of-type td {
    padding-bottom: 2rem;
  }
  .order tfoot tr:nth-last-of-type(2) td {
    padding-bottom: 2.3rem;
  }
  .order tfoot tr:last-of-type td {
    padding-top: 2.8rem;
    font-size: 1.5rem;
  }
  .order table {
    box-shadow: none;
  }
  /*.order tfoot td {
    padding-top: 2.1rem;
  }*/
  .order tbody td:not(:first-child):not(:last-child) {
    text-align: center;    
  }
}
@media screen and (max-width: 749px) {  
  .order thead,
  .order th,
  .order tfoot td:first-of-type {
    display: none;
  }

  .order td {
    display: flex;
    text-align: right;
  }
  
  .order td::before {
    content: attr(data-label);
    font-size: 1.3rem;
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }
  
  .order td:first-of-type {
    display: flex;
    align-items: center;
  }

  .order tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}

.order-address__container {
  /*width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 8rem;*/
  border: 1px solid #E5E5E5;
  padding: 2rem;
}
.order-address__section {
  display: flex;
  column-gap: 3rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 749px) {
  .order-address__section:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.order-address__head {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.order-address__contents {
  flex: 1;
}
.order-address__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  line-height: 1;
}
.order-address__status dd {
  border-radius: 0.2rem;
  border: 1px solid #535353;
  font-size: 1.1rem;
  padding: 0.1rem 0.6rem 0.2rem;
}
.order-details__title {
  width: 100%;
  display: block !important;
}
.order .fulfillment {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
}
.order-attributes {
  font-size: 1.3rem;
}
.order-printer-pro-downloads {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 2rem;
  gap: 1rem;
  font-size: 1.2rem;
}
.order-printer-pro-downloads a {
  font-size: 1.2rem;
  padding: 1.2rem 0.5rem 1rem;
  flex: 1;
}
.order .order-attributes {
  width: auto;
  margin-top: 2rem;
}
.order .order-attributes tr {
  display: table-row;
  border: none;
}
.order .order-attributes th,
.order .order-attributes td {
  text-align: left;
  font-size: 1.2rem;
}
.order .order-attributes th {
  display: table-cell;
  padding: 0 1rem 0.8rem 0;
}
.order .order-attributes td {
  padding: 0 0 0.8rem !important;
}

@media screen and (min-width: 750px) {
  .order-column {
    display: flex;
    gap: 5rem;
  }
  .order-details__container {
    flex: 1;
  }
  .order-address__container {
    padding: 3rem;
    align-self: flex-start;
  }
  .order-address__section:not(:last-child) {
    margin-bottom: 5rem;
  }
  .order-address__status {
    gap: 2.5rem;
  }
  .order-attributes__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    gap: 3rem;
  }
  .order .order-attributes {
    margin-top: 0;
  }
  .order-printer-pro-downloads {
    margin: 0;
  }
  .order-printer-pro-downloads a {
    padding-inline: 1rem;
    flex: 0 1 auto;
  }
}



/* Addresses */
/*.addresses li > button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}*/

.addresses li > button + button,
.addresses form button + button {
  margin-top: 0rem;
}

@media screen and (min-width: 750px) {
  .addresses li > button:first-of-type {
    margin-top: 3rem;
  }
}

.addresses form button:first-of-type {
  margin-right: 1rem;
}

label[for='AddressCountryNew'],
label[for='AddressProvinceNew'] {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.addresses form {
  display: flex;
  flex-flow: row wrap;
}

.addresses form > div {
  width: 100%;
  text-align: left;
}

.addresses ul {
  list-style: none;
  padding-left: 0;
}

li[data-address] {
  margin-bottom: 1rem;
}

.addresses [aria-expanded='false'] ~ div[id] {
  display: none;
}

.addresses [aria-expanded='true'] ~ div[id] {
  display: block;
}

.addresses h2 {
  text-align: left;
}

li[data-address] > h2 {
  text-align: center;
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
  li[data-address] > h2 {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.addresses ul p {
  margin-bottom: 0;
}

.addresses input[type='checkbox'] {
  margin-top: 2rem;
  margin-left: 0;
}

@media only screen and (min-width: 750px) {
  .addresses form > div:nth-of-type(1) {
    margin-right: 2rem;
  }

  .addresses form > div:nth-of-type(2) {
    margin-top: 0;
  }

  .addresses form > div:nth-of-type(1),
  .addresses form > div:nth-of-type(2) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
  }
}

/*.addresses form > div:nth-of-type(7),
.addresses form > div:nth-of-type(7) + div[id] {
  margin-top: 1.5rem;
}*/

/* account 共通 */
.mypage-back__button {
  margin-top: 4rem;
}
@media screen and (min-width: 750px) {
  .mypage-back__button {
    margin-top: 6rem;
  }
  .mypage-back__button .button {
    width: 31.2rem;
    height: 6.5rem;
    margin-inline: auto;
    padding-top: 1.9rem;
    font-weight: 700;
    font-size: 1.9rem;
  }
}




/* customer */
.account-point__container {
  background-image: url(/cdn/shop/files/bg-grunge.webp);
  background-attachment: scroll;
  background-size: cover;
  padding: 3.2rem 3.5rem 4.3rem;
  color: var(--color-white);
  box-shadow: 3.6px 3.6px 7.2px 0 rgba(0, 0, 0, 0.25);
}
.account-name {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--color-white);
}
.account-name span {
  display: inline-block;
  padding-left: 0.4rem;
  font-size: 1.3rem;
}
.account-member-rank {
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
  margin-top: 0.4rem;
}
.account-member-rank span {
  display: inline-block;
  border: 1px solid #646464;
  padding: 0.2rem 0.25rem 0;
  line-height: 1;
}
.account .barcode {
  width: 28rem;
  margin-block: 1.4rem 3.4rem;
  margin-inline: auto;
  padding: 0 0 1rem;
  border-radius: 0.4rem;
  background-color: var(--color-white);
  color: var(--color-black);
}
.account .barcode .code39 {
  font-size: 5rem;
}
.account-point__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-point__info span {
  padding-right: 0.4rem;
  color: var(--color-red);
  font-size: 2.5rem;
  font-weight: 700;
}
.account-point__info-wrapper {
  border-bottom: 1px solid var(--color-white);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.account-logout {
  text-align: right;
}
.account-logout__link {
  position: relative;
  padding-right: 1.2rem;
  font-size: 1.2rem;
}
.account-logout__link .arrow-link__arrow {
  position: static;
  padding-right: 0.3rem;
}
.account-logout__link .arrow-link__arrow::after {
  top: 0.5rem;
  right: 0;
  width: 0.9rem;
  height: 0.9rem;
}
.account .page-head {
  margin-top: 6rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0.09em;
}
.account-detail__name {
  font-size: 1.6rem; 
  font-weight: 500;
}
.account-detail__name span {
  display: inline-block;
  padding-left: 1.5rem;
}
.account-address {
  margin-top: 0.8rem;
}
.account-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 2rem 0 0;
}
.account-menu .button {
  width: 100%;
  padding-block: 1.5rem 1.1rem;
  padding-inline: 1rem;
  font-size: 1.2rem;
  overflow: hidden;
}
.account-menu .arrow-link__arrow {
  position: static;
  padding: 0;
}
.account-menu .arrow-link__arrow::after {
  top: .5rem;
  right: .5rem;
}
.account__text-link {
  margin-top: 1.2rem;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
}
.order-history__wrapper {
  overflow-x: auto;
}
.order-history {
  white-space: nowrap;
  border-collapse: collapse;
}
.order-history,
.order-history th,
.order-history td {
  border: 1px solid #E2E2E2;
}
.order-history tr:hover {
  background: #f4f4f4;
}
.order-history th {
  min-width: 13.3rem;
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem;
}
.order-history td {
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 1.3rem;
}
.order-history a {
  border: 1px solid var(--color-black);
  padding: 0.1rem 1rem;
  font-size: 1.3rem;
}
.order-history__guide {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

/* 再注文 */
.order-history .custom_reorder_link_wrapper + a{
  border: none;
  text-decoration: underline;
  padding: 0;
  display: inline;
}
.order-history .custom_reorder_link_wrapper + a:hover {
  background: transparent;
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  .account .page-width {
    max-width: 80rem;
    box-sizing: content-box;
  }
  .account-point__container {
    margin-bottom: 9.2rem;
    padding: 0;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  }
  .account-point__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 74rem;
    margin-inline: auto;
    padding-block: 5rem;
  }
  .account-point__left {
    width: 34rem;
  }
  .account-point__right {
    width: 32rem;
    margin-top: -0.7rem;
  }
  .account .barcode {
    width: 100%;
    margin-inline: 0;
    margin-block: 2.2rem 0;
    border-radius: 0.5rem;
    padding-bottom: 0.8rem;
  }
  .account-name {
    font-size: 1.8rem;
  }
  .account-name span {
    font-size: 1.4rem;
  }
  .account-member-rank {
    margin-top: 0.6rem;
    font-size: 1.5rem;
  }
  .account .barcode .code39 {
    font-size: 6.3rem;
  }
  .barcode .code {
    margin-top: -4.2rem;
    font-size: 2rem;
  }
  .account-point__info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .account-point__info dt {
    font-size: 1.4rem;
  }
  .account-point__info dd {
    font-size: 1.4rem;
    font-family: var(--font-en);
  }
  .account-point__info span {
    font-size: 2.7rem;
  }
  .account-detail__container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
  }
  .account-detail__name {
    font-size: 1.8rem;
  }
  .account .page-head {
    margin-bottom: 2.1rem;
  }
  .account-address {
    margin-top: 1.1rem;
  }
  .account-address {
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .account-menu__wrapper {
    width: 22.4rem;
  }
  .account-menu {
    margin-block: 0.3rem 0;
  }
  .account-menu .button {
    padding-block: 1.1rem 0.7rem;
    letter-spacing: 0.04em;
  }
  .account-menu .arrow-link__arrow::after {
    top: 0.2rem;
    right: 0.2rem;
    width: 0.9rem;
    height: 0.9rem;    
  }
  .order-history td,
  .order-history a {
    font-size: 1.5rem;
  }
  .order-history a:hover {
    background-color: var(--color-black);
    color: var(--color-white);
  }
  .order-history td {
    padding-block: 0.9rem;
  }
  .order-history__guide {
    margin-bottom: 1.3rem;
    font-size: 1.4rem;
  }
}


/* register */
.illi-half-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.fields-row {
  display: flex;
  gap: 1rem;
}
.fields-row .illi-crosspoint-field {
  width: 50%;
}
.register .field__input {
  /*padding-block: 0;*/
}
.agreement-info-wrap,
.news-letter-info-wrap,
.members-info-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.20);
  padding-top: 2.7rem;
}
.register__head {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.crosspoint-info {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
}
.register-button__wrapper {
  margin-top: 4rem;
}
.register .mypage-back__button {
  margin-top: 1rem;
}

@media screen and (min-width: 750px) {
  .cp-birthday-wrap .select__wrapper {
    gap: 01rem;
  }
  .register-button__wrapper {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 6rem;
    flex-direction: row-reverse;
  }
  .register .mypage-back__button {
    margin-top: 0;
  }
  .register-submit .button {
    width: 31.2rem;
    height: 6.5rem;
    margin-inline: auto;
    padding-top: 1.9rem;
    font-weight: 700;
    font-size: 1.9rem;
  }
  .cp-birthday-wrap .select__select {
    width: calc(4em + 3rem);
  }
}

/* cp-point-history */
.illi-cp-point-history-page .page-title__wrapper,
.illi-cp-order-page .page-title__wrapper {
  display: none;
}
.illi-cp-order-page .center:has(.underlined-link) {
  display: none;
}
/*@media screen and (max-width: 749px) {
  .illi-cp-point-history-section-body tbody tr:first-child {
    border-top: none;
  }
}*/
.illi-cp-order-section-body-header h2 {
  display: none;
}
.illi-cp-order-section-cp-order-detail {
  position: relative;
}
#illi-cp-order-backToList {
  position: absolute;
  top: 3em;
  right: 0;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
}
#illi-cp-order-backToList u {
  text-decoration: none;
  text-underline-offset: .3rem;
  text-decoration-thickness: .1rem;
}
#illi-cp-order-backToList u:hover {
  text-decoration: none;
}
#illi-cp-order-backToList .arrow-link__arrow {
  padding-right: 1.3rem;
}
#illi-cp-order-backToList .arrow-link__arrow::after{
  top: 0.5rem;
  right: 0;
  width: 0.9rem;
  height: 0.9rem;
}

@media screen and (min-width: 750px) {
  .illi-cp-order-detail-table th,
  .illi-cp-order-list-table thead th,
  .illi-cp-point-history-section-body thead th {
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    padding: 1rem;
    text-align: center !important;
    border: 1px solid #E2E2E2;
  }
  .illi-cp-order-detail-table thead th,
  .illi-cp-order-list-table thead th {
    width: 20%;
  }
  .illi-cp-point-history-section-body thead th {
    width: 25%;
  }
  .illi-cp-point-history-section-body tbody td,
  .illi-cp-order-section-body tbody td {
    border: 1px solid #E2E2E2;
    text-align: center !important;
    padding: 1rem 1.5rem;
  }
  
}

.form__message {
  color: var(--color-red);
  font-weight: 500;
  font-size: 1.2rem;
}

.address__head-wrapper {
  display: flex;
  justify-content: space-between;
}
.address-add-new__container {
  margin-bottom: 5rem;
  position: relative;
}
.address__head {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
button.address-add__link {
  position: absolute;
  top: 0.3rem;
  right: 0;
  margin: 0;
  padding: 0 0 0 2.3rem;
  display: inline-block;
  border: none;
  font-weight: 400;
  color: var(--color-primary);
  background-color: transparent;
  min-width: 0;
  line-height: 1.5;
  font-size: 1.2rem;
  min-height: 0;
  background-repeat: no-repeat;
  background-position: left -2px;
}
button.address-add__link::after {
  content: none; 
}
.address__item {
  border: 1px solid var(--color-black);
  padding: 2rem;
  font-size: 1.3rem;
  line-height: 1.9;
}
button.address-edit__button {
  border-radius: 0.2rem;
  margin-bottom: 0;
  padding: 1.1rem 0.5rem 0.8rem;
  font-size: 1.3rem;
  line-height: 1.5;
  min-height: 0;
  min-width: 0;
  font-weight: 400;
  width: calc(50% - 0.75rem);
}
button.address-edit__button {

}
button.address-add__button {
}
button.address-edit__button::after {
  content: none;
}
.address-edit__button:first-of-type {
  margin-right: 1.5rem;
}
.address-edit__button:not(:first-of-type){
  background: var(--color-white);
  color: var(--color-black);
}
.address-edit__form {
  margin-top: 5rem;
}
.field-column__wrapper {
  display: flex;
}
.address-form__wrapper {
  margin-bottom: 5rem;
}
.address__address {
  text-align: left;
}
.address-name {
  margin-block: 1rem 0.3rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  .address__item {
    padding: 3rem;
  }
  .address--new__container .address__item {
    display: grid;
    grid-template-rows: auto 1fr;
  }
  .address-edit__button-wrapper {
    margin-top: auto;
  }
  button.address-edit__button {
    margin-top: 4rem;
    width: calc(50% - 1rem);
    font-size: 1.2rem;
  }
  .address-edit__button:first-of-type {
    margin-right: 2rem;
  }
  .addresses ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .address-company {
    margin-top: 0.8rem;
    margin-bottom: -0.6rem;
  }
}