/** Shopify CDN: Minification failed

Line 1644:22 Expected identifier but found "-"
Line 1658:28 Unterminated string token

**/
.customer:not(.account):not(.order) {
  margin: 0 auto;
  max-width: 33.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .customer:not(.account):not(.order) {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0 27px 0;
  }
}
@media screen and (min-width: 750px) {
  .customer:not(.account):not(.order) {
    max-width: 47.8rem;
    margin: 0 auto;
  }
}

.customer > h1,
.customer__title {
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 96px;
  text-align: center;
  color: #707070;
  text-wrap: nowrap;
  height: 96px;
  background-color: #f3f7f8;
  position: relative;
  inset-inline: 50%;
  width: 100vw;
  margin-inline: -50vw;
}
p.input-title {
    margin-top: 24px !important;
    margin-bottom: 10px !important;
    text-align: left;
}
.login-sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 27px;
  text-align: left;
  color: #707070;
  margin-bottom: 24px;
  margin-top: 48px;
}
.login-sub-title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 21px;
  text-align: left;
  color: #707070;
  padding-left: 12px;
}

.customer form {
  margin-top: 4rem;
}
a.auto_login {
  margin: 0 !important;
  display: inline !Important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 21px;
  text-align: left;
  color: #707070;
}
a.auto_login::before {
  content: url(https://cdn.shopify.com/s/files/1/0839/3038/2613/files/icon-shosai.svg);
  padding-right: 5px;
}
.login-check {
  width: 100%;
  text-align: left;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.login-check input[type=checkbox] {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #949494;
}
.login-check input[type=checkbox]:checked {
  background: #538080;
  border: 1px solid #478180;
}
.login-check label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 18px;
  text-align: left;
  color: #707070;
}
.customer button {
  margin: 24px 0 1.5rem;
  border-radius: 3px;
  background: #538080;
  border: none;
  width: 100%;
  height: 72px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.customer button.inactive {
  cursor: not-allowed;
}
.customer button.simple {
    margin: 6px 0 9px 0;
    width: auto;
    height: 36px;
    padding: 10px 6px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .03em;
    line-height: 36px;
    color: #707070;
    text-align: center;
}
button.login-button {
    margin-bottom: 0;
}
.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;*/
  display: block;
}

.customer strong {
  font-weight: normal;
  color: rgb(var(--color-foreground));
}

.customer h2.form__message {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}

a.password-recover::before {
  content: url(https://cdn.shopify.com/s/files/1/0839/3038/2613/files/icon-arrow-right.svg);
  padding-right: 5px;
}
a.password-recover::after {
  content: url(https://cdn.shopify.com/s/files/1/0839/3038/2613/files/icon-window.svg);
  padding-left: 5px;
}
a.password-recover {
  width: 100% !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 21px;
  text-align: left;
  color: #707070;
}

@media only screen and (max-width: 749px) {
  .customer > h1,
  .customer__title {
    height: 72px;
    background-color: #f3f7f8;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 72px;
    text-align: center;
    color: #707070;
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
  }
}
@media only screen and (min-width: 750px) {
  .customer h2.form__message {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

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

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

/* Customer Table */
/* .customer 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.6rem;
  position: relative;
}

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

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

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

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

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

.customer tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.customer td:empty {
  display: initial;
}

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

.customer tbody td:first-of-type {
  padding-top: 4rem;
}

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

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

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

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

  .customer tbody td:first-of-type {
    padding-top: 2.4rem;
  }
}

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

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

.customer tbody tr {
  border-top: 0.01rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 750px) {
  .customer tbody tr:first-of-type {
    border-top: none;
  }
}

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

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

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

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

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

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

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

/* works around colspan phantom border issues */
.customer thead::after,
.customer 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) {
  .customer thead::after,
  .customer tfoot::before {
    background: CanvasText;
  }
}

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

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

  .customer td::before {
    color: rgba(var(--color-foreground), 0.75);
    content: attr(data-label);
    font-size: 1.4rem;
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }

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

  .customer 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 {
  height: 0.6rem;
}

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

.customer .pagination li:last-of-type svg {
  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 {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.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: 1.5rem;
  text-align: left;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

#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; */
  }
}

.customer-content {
  width: 100%;
}

@media screen and (min-width: 750px) {
  :is(.account, .order) > div:first-of-type {
    display: flex;
    gap: 96px;
    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;
  }
  :is(.account, .order) > div:nth-of-type(2) > div:nth-of-type(2) {
    width: 100%;
  }
}

@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;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 31.5px;
  text-align: center;
  color: #707070;
}

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

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

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

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

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

/* .account table td:first-of-type a {
  padding: 1.1rem 1.5rem;
  text-decoration: none;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-link), 0.2);
  border: 0.1rem solid transparent;
  font-size: 1.2rem;
}

.account table td:first-of-type a:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-link), 0.2);
} */

.order td:first-of-type {
  align-items: initial;
}

@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: 2.2rem;
  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: 2.2rem;
}

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

@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.4rem;
  margin-top: 1rem;
}

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

.order svg {
  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;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}

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

/* Addresses */
.addresses li > button {
  margin: 10px 0 0 0;
}

.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;
  text-align: center;
}

li[data-address] {
  margin-top: 5rem;
}

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

.login-newuser {
  margin-top: 72px;
  padding: 72px 24px;
  background-color: #f3f7f8;
  position: relative;
  inset-inline: 50%;
  width: 100vw;
  margin-inline: -50vw;
  margin-bottom: -144px;
}
.login-newuser {
  .login-sub-title {
    margin-top: 0;
  }
}
.login-newuser-form {
    max-width: 47.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
}
.login-newuser-about {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 21px;
  text-align: justify;
  color: #707070;
}
.login-newuser-form-attention a{
  font-weight: bold;
  display: inline;
  font-size: 12px;
  text-align: justify;
  color: #707070;
}
p#validate_msg {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
    color: #d00;
    margin: 5px 0 0 0;
}
.field:has(.error):after {
  content: "";
  border: 2px solid #d00;
}
p.newuser-submit-complete {
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px;
    text-align: justify;
    border-radius: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 21px;
    text-align: left;
    color: #707070;
}
.newuser-submit-complete span {
  display: inline-block;
  padding-top: 9px;
  font-weight: normal;
}
.error-box {
  border: 1px solid #d00;
  width: 100%;
  padding: 12px 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: center;
  color: #d00;
}
.error-box span {
  width: 100%;
  display: block;
  color: #d00;
  text-align: center;
}

@media only screen and (max-width: 749px) {
  .login-newuser-form {
    max-width: 100%;
    padding: 0;
  }
  .login-newuser-form-attention a{
    font-size: 10px;
  }
  p#validate_msg {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    text-align: justify;
    color: #d00;
  }
  .login-newuser {
    padding: 36px 24px 72px;
    margin-bottom: -98px;
  }
}

/* sidebar */
ul.mypage-menu {
  list-style: none;
  padding-inline-start: 0;
}
.mypage-menu li {
  position: relative;
  height: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 48px;
  text-align: left;
  color: #707070;
}
.mypage-menu li::after {
  position: absolute;
  top: 0;
  right: 0;
  content: url(/cdn/shop/files/icon-arrow-right.svg);
  pointer-events: none;
}
.mypage-menu li.external::after {
  position: absolute;
  right: 0;
  content: url(/cdn/shop/files/icon-window.svg);
  pointer-events: none;
}
.mypage-menu a {
  text-decoration: none;
  color: #707070;
}
.mypage-sanrioplus-box {
  width: 288px;
  padding: 12px;
  border-radius: 12px;
  background-color: #f3f7f8;
}
.mypage-sanrioplus-box a.arrow {
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
  font-weight: bold;
  color: #707070;
}
.mypage-sanrioplus-box-txt {
  display: flex;
  gap: 10px;
}
.mypage-sanrioplus-box p{
  margin: 0;
  width: calc(50% - 5px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 21px;
  text-align: left;
  color: #707070;
}
.mypage-sanrioplus-box p:nth-of-type(2) {
  font-weight: bold;
}
.mypage-sanrioplus-box-img {
  text-align: center;
  padding: 24px 0;
}
.modal .mypage-sanrioplus-box-img {
    text-align: center;
    width: 240px;
    margin: 50px auto;
}
.modal  .mypage-sanrioplus-box-img img{
  width: 100%;
}
.mypage-sanrioplus-smile {
  margin: 12px 0;
  width: 100%;
  background-color: #fff;
  padding: 12px 9px;
}
.mypage-sanrioplus-smile .mypage-sanrioplus-box-txt p:nth-of-type(2){
  color: #538080;
}
.mypage-sanrioplus-smile .mypage-sanrioplus-box-txt + .mypage-sanrioplus-box-txt{
  margin-top: 9px;
}
.mypage-sanrioplus-btn {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-top: 12px;
}
.mypage-sanrioplus-btn a{
  height: 36px;
  border-radius: 3px;
  background-color: #538080;
  border: 1px solid #538080;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 36px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 0 8px;
}
.mypage-sidebar a:not([href]) {
    cursor: pointer;
}

/* バーコードの表示 */
#janContainer{
  position: absolute;
  width: 100%;
  height: 200px;
  padding: 0 24px;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#janContainer div:empty {
  display: block;
}
.w01{
  min-width:1px;
  min-height:70px;
  margin:0;
  background-color:white;
  flex:1 1 auto;
}
.b01{
  min-width:1px;
  min-height:70px;
  margin:0;
  background-color:black;
  flex:1 1 auto;
}
.janCodeContainer{
  width: 100%;
  padding: 8px 24px;
  background-color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 21px;
  text-align: center;
  color: #707070;
}
.janCodeContainer::before{
  content: '';
  width: 100%;
}

@media screen and (max-width: 749px) {
  .mypage-sidebar {
    padding: 0;
  }
  .mypage-sanrioplus-box {
    width: 100%;
  }
  .mypage-sidebar .mypage-menu {
    display: none;
  }
}

.cart-coupon {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-bottom: 72px;
}
.is-empty .cart-coupon {
  margin-top: 72px;
  margin-bottom: 0 !important;
}

.coupon-attention {
  margin: 20px 0;
}
*:disabled img {
    opacity: 0.25;
}
.tab_item.active {
  background-color: #538080;
  color: #fff !important;
}
.tabs {
  margin-top: 30px;
  padding: 0 24px;
  border-bottom: 1px solid #ddd;
}
.tab_item {
    text-decoration: none !important;
    display: inline-block !important;
    border-radius: 12px 12px 0px 0px;
    position: relative;
    width: 49%;
    height: 48px;
    padding: 0 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 16px !important;
    letter-spacing: 0.1em;
    line-height: 48px;
    text-align: left;
    color: #538080 !important;
    border: 1px solid #ddd !important;
}
.tab_item span{
  padding-left: 35px;
}
.tab_item:nth-of-type(1)::before {
    content: "";
    background-image: url(/cdn/shop/files/icon-order.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 24px;
    height: 28px;
    padding-right: 9px;
}
.tab_item:nth-of-type(1).active::before {
    content: "";
    background-image: url(/cdn/shop/files/icon-order-wh.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 24px;
    height: 28px;
    padding-right: 9px;
}
.tab_item:nth-of-type(2)::before {
    content: "";
    background-image: url(/cdn/shop/files/icon-coupon.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 30px;
    height: 21px;
    padding-right: 9px;
}
.tab_item:nth-of-type(2).active::before {
    content: "";
    background-image: url(/cdn/shop/files/icon-coupon-wh.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 30px;
    height: 21px;
    padding-right: 9px;
}
h2.account-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 31.5px;
  text-align: left;
  color: #707070;
}
.order-history-box {
  padding: 48px 0;
  border-radius: 12px;
  border: 1px solid #ddd;
}
.order-history-box + .order-history-box {
  margin-top: 48px;
}
.coupon-box {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #ddd;
  margin-bottom: 24px !important;
  margin-top: 0 !important;
}
.coupon-box + .small {
  padding: 0 0 24px 0;
  display: block;
}
.customer .coupon-area {
  margin: 0;
}
.order-history-box-flex {
  display: flex;
  gap: 24px;
  margin: 0 36px;
}

.order-history-box-flex div {
  width: calc(50% - 12px);
  position: relative;
}
.order-history-box-flex .label-sold {
  position: absolute;
  bottom: 100%;
}

.order-history-title {
  margin: 6px 0 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 18px !important;
  letter-spacing: 0.03em;
  line-height: 27px;
  text-align: left;
  color: #707070;
  text-wrap: nowrap;
}
.order-history-title span{
  font-weight: bold;
}
.order-history-buttonarea {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-bottom: 18px;
}
.order-history-buttonarea a {
  padding: 12px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-align: center;
  color: #707070;
  text-decoration: none;
}
a.repeat-order-button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 18px;
  text-align: center;
  padding: 10px 6px;
  color: #707070;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #ddd;
  text-wrap: nowrap;
}
a.receipt-link {
    display: none;
}
.item-wrap {
  padding: 18px 36px;
  border-top: 1px solid #ddd;
}
.item-wrap-flex {
  display: flex;
  gap: 12px;
}
.item-wrap-left {
  width: 552px;
}
.item-wrap-left img {
  width: 72px;
  height: 72px;
  float: left;
  margin-right: 12px;
}
.refund {
  margin-bottom: 12px;
}
.item-wrap-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item-wrap-right p{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px !important;
  letter-spacing: 0.03em;
  line-height: 21px;
  color: #707070;
  margin: 0 !important;
}
.item-wrap-txt {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px !important;
  letter-spacing: 0.03em;
  line-height: 18px;
  text-align: left;
  color: #707070;
  margin-top: 0 !important;
}
.order-itemlist .item-wrap-itemprice {
    text-align: right;
    margin-bottom: 0 !important;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 21px;
    color: #707070;
}
.item-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
}
.item-wrap-ex {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 10px !important;
  line-height: 15px;
  text-align: left;
  color: #707070;
  text-wrap: nowrap;
}
.memberinfo table {
  width: 100%;
  margin: 24px 0;
}
.memberinfo td {
  border: none !important;
}
.memberinfo th {
  background: #f3f7f8;
  border: solid #ddd !important;
  border-collapse: collapse;
  border-width: 1px 0 1px 0 !important;
}
.memberinfo tr:first-of-type th {
  border-width: 0 0 1px 0 !important;
}
.memberinfo input, .memberinfo select {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 21px;
  text-align: left;
  color: #707070;
  padding-left: 6px;
  height: 48px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #ddd;
}
.memberinfo th, .memberinfo td {
  position: relative;
  display: block;
  padding: 14px 12px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 21px;
  text-align: left !important;
  color: #707070;
}
.memberinfo .hissu::after {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  right: 12px;
  content: "必須";
  width: 36px;
  height: 24px;
  background: transparent;
  border: 1px solid #538080;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-align: center;
  color: #538080;
}
.memberinfo .name {
  width: 109px;
  height: 48px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #ddd;
}
.memberinfo .name-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.memberinfo .width {
  width: 100%;
}
.memberinfo .name-wrap + .name-wrap {
  margin-left: 13px;
}
.memberinfo .name-wrap span {
  text-align: right;
}
.memberinfo .post-wrap {
  display: flex;
  gap: 6px;
}
.memberinfo .address-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.memberinfo .attention{
  font-size: 14px;
  margin: 0;
}
.memberinfo .attention.red {
  margin: 12px 0;
}
.memberinfo .attention a{
  color: #707070;
  font-weight: bold;
  font-size: inherit;
}
.memberinfo .attention span.external {
  position: relative;
  padding-right: 14px;
}
.memberinfo .attention span.external:after {
  position: absolute;
  left: calc(100% - 18px);
  padding-left: 4px;
}
.child-nickname, .child-subarea {
  margin: 0 !important;
}
.child-subarea {
  font-size: 1.2rem !important;
}
.child-nickname span {
    font-size: 1rem;
}
.update-message {
  position: relative;
  min-width: 160px;
  margin-bottom: 20px;
  background-color: #f3f7f8;
  border: 2px solid #538080;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 18px;
  text-align: left;
  color: #707070;
  padding: 18px;
}
.update-message:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #538080;
}
.update-message:after {
  content: "";
  position: absolute;
  top: 98%;
  left: 20%;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 13px solid #f3f7f8;
}
.button-area-submit {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;-
}
.button-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  gap: 8px;
}
.button-area button:first-of-type {
  height: 72px;
  border-radius: 12px;
  background-color: #538080;
  font-family: "Noto Sans JP
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 72px;
  text-align: center;
  color: #fff;
  display: block;
  max-width: 36rem;
  margin: 0;
}
.button-area button:nth-of-type(2) {
  width: 100%;
  height: 72px;
  border-radius: 12px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 72px;
  text-align: center;
  color: #525252;
  border: 1px solid #949494;
  text-decoration: none;
  display: block;
  max-width: 36rem;
  margin: 0;
}
.order-status, .pattern-a, .pattern-b, .pattern-c {
    width: 100% !important;
}
.timeline-003 {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}
.timeline-003 li {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #707070;
    font-size: .8em;
}
.timeline-003 li.prev,
.timeline-003 li.current {
    color: #707070;
}
.timeline-003 li::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
    content: '';
    border: 1px solid #d6dde3;
    border-radius: 50%;
    background-color: #fff;
}
.timeline-003 li.prev::before,
.timeline-003 li.current::before {
    border-color: #707070;
}
.timeline-003 li:not(:last-child)::after {
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: #707070;
    content: '';
}
.timeline-003 li.current::before {
    background-color: #538080;
}
.order-table {
  margin: 48px auto;
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
#order-total td{
  text-align: right !important;
}
.order-table tr {
  border: 1px solid #ddd;
}
.order-table th {
    background: #f3f7f8;
    width: 50%;
    padding: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 18px;
    text-align: left;
    color: #707070;
    border-right: 1px solid #ddd;
    vertical-align: top;
}
.order-table td {
    width: 100%;
    padding: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 18px;
    text-align: left;
    color: #707070;
}
.order-detail .item-wrap {
  border-top: none;
}
.order-detail .item-wrap + .item-wrap {
  border-top: 1px solid #ddd;
}
.tab-content p {
    margin-top: 24px;
}

/*.recently-viewed {
  margin-top: 72px;
  margin-bottom: 0 !important;
}*/

@media screen and (min-width: 990px) {
  :is(.account,.order)>div:nth-of-type(2)>div:first-of-type {
      padding-right: 0 !important;
  }
}

@media screen and (max-width: 749px) {
  .cart-coupon {
    margin-bottom: 48px;
  }
  .tabs {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
    padding: 36px calc(50vw - 50%) 0 calc(50vw - 50%);
  }
  .tab_item {
    font-size: 14px !important;
  }
  .mypage-menu-wrap {
    background-color: #f3f7f8;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
    padding: 36px calc(50vw - 50%);
  }
  .mypage-menu {
    border-radius: 12px;
    background: #fff;
    padding: 12px 24px;
  }
  .mypage-menu li {
    padding-left: 24px;
  }
  .mypage-menu li::after {
    content: "";
  }
  h2.account-title {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .order-history {
    padding: 30px 0;
  }
  .item-wrap {
    gap: 12px;
    padding: 12px;
  }
  .item-wrap-left {
    min-width: 207px;
    width: 80%;
  }
  .order-history-box-flex div {
    width: 100%;
  }
  .order-history-box-flex {
    flex-direction: column;
    margin: 24px 12px;
  }
  .order-history-buttonarea a {
    padding: 10px 6px;
    font-size: 12px;
    line-height: 18px;
  }
  .order-history-title {
    font-size: 14px !important;
    line-height: 21px;
  }
  .order-history-box {
    padding: 24px 0;
  }
  .order-history-box + .order-history-box {
    margin-top: 24px;
  }
  .customer .coupon-area {
    margin-top: 24px;
  }
  .coupon-box {
    padding: 12px;
  }
  .memberinfo table {
    margin: 12px 0;
  }
  .memberinfo .attention{
    font-size: 12px;
  }
  .order-table {
    margin: 24px auto;
  }
  .order-table th, .order-table td{
    padding: 6px;
  }
  .item-wrap-txt {
    max-width: 60%;
  }
  .memberinfo input, .memberinfo select {
    font-size: 16px;
  }
  .item-wrap-ex {
    text-wrap: wrap;
  }
  /*.recently-viewed .recentlyViewed__jpn {
    border-top: none;
  }*/
}