@charset "UTF-8";
.page-customer {
  font-family: "Noto Sans JP", sans-serif !important;
}
.page-customer .p-my-page__contents a:focus-visible,
.page-customer .p-my-page__contents button:focus-visible,
.page-customer .p-my-page__contents input:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

.page-cart.page-cart-v2 a,
.p-my-page a,
.page-customer a,
.c-drawer a {
  color: currentColor;
}
.page-cart.page-cart-v2 a:hover, .page-cart.page-cart-v2 a:focus,
.p-my-page a:hover,
.p-my-page a:focus,
.page-customer a:hover,
.page-customer a:focus,
.c-drawer a:hover,
.c-drawer a:focus {
  color: currentColor;
  text-decoration: none;
}
.page-cart.page-cart-v2 ul,
.page-cart.page-cart-v2 ol,
.p-my-page ul,
.p-my-page ol,
.page-customer ul,
.page-customer ol,
.c-drawer ul,
.c-drawer ol {
  padding-left: 0;
}
.page-cart.page-cart-v2 li,
.p-my-page li,
.page-customer li,
.c-drawer li {
  list-style: none;
}
.page-cart.page-cart-v2 .page-customer__btn-list,
.p-my-page .page-customer__btn-list,
.page-customer .page-customer__btn-list,
.c-drawer .page-customer__btn-list {
  display: flex;
  gap: 8px;
  align-items: center;
}
.page-cart.page-cart-v2 .page-customer__btn,
.p-my-page .page-customer__btn,
.page-customer .page-customer__btn,
.c-drawer .page-customer__btn {
  font-size: 12px;
  font-weight: 500;
  background: #2a2727;
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: background-color 0.3s linear, border-color 0.3s linear;
}
@media (any-hover: hover) {
  .page-cart.page-cart-v2 .page-customer__btn:hover,
  .p-my-page .page-customer__btn:hover,
  .page-customer .page-customer__btn:hover,
  .c-drawer .page-customer__btn:hover {
    background: rgba(42, 39, 39, 0.8);
    color: #fff;
    text-decoration: none;
  }
}
.page-cart.page-cart-v2 .page-customer__btn:focus,
.p-my-page .page-customer__btn:focus,
.page-customer .page-customer__btn:focus,
.c-drawer .page-customer__btn:focus {
  color: #fff;
  text-decoration: none;
}
.page-cart.page-cart-v2 .page-customer__btn--large,
.p-my-page .page-customer__btn--large,
.page-customer .page-customer__btn--large,
.c-drawer .page-customer__btn--large {
  font-size: 14px;
}
.page-cart.page-cart-v2 .page-customer__btn--secondary,
.p-my-page .page-customer__btn--secondary,
.page-customer .page-customer__btn--secondary,
.c-drawer .page-customer__btn--secondary {
  background: #dcdee7;
  color: #000;
}
@media (any-hover: hover) {
  .page-cart.page-cart-v2 .page-customer__btn--secondary:hover,
  .p-my-page .page-customer__btn--secondary:hover,
  .page-customer .page-customer__btn--secondary:hover,
  .c-drawer .page-customer__btn--secondary:hover {
    background: rgba(220, 222, 231, 0.5);
    color: #000;
    text-decoration: none;
  }
}
.page-cart.page-cart-v2 .page-customer__btn--secondary:focus,
.p-my-page .page-customer__btn--secondary:focus,
.page-customer .page-customer__btn--secondary:focus,
.c-drawer .page-customer__btn--secondary:focus {
  color: #000;
  text-decoration: none;
}
.page-cart.page-cart-v2 .page-customer__btn--error,
.p-my-page .page-customer__btn--error,
.page-customer .page-customer__btn--error,
.c-drawer .page-customer__btn--error {
  background: #f04438;
  color: #fff;
}
@media (any-hover: hover) {
  .page-cart.page-cart-v2 .page-customer__btn--error:hover,
  .p-my-page .page-customer__btn--error:hover,
  .page-customer .page-customer__btn--error:hover,
  .c-drawer .page-customer__btn--error:hover {
    background: rgba(240, 68, 56, 0.8);
    color: #fff;
    text-decoration: none;
  }
}
.page-cart.page-cart-v2 .page-customer__btn--error:focus,
.p-my-page .page-customer__btn--error:focus,
.page-customer .page-customer__btn--error:focus,
.c-drawer .page-customer__btn--error:focus {
  color: #fff;
  text-decoration: none;
}
.page-cart.page-cart-v2 .page-customer__btn--new,
.p-my-page .page-customer__btn--new,
.page-customer .page-customer__btn--new,
.c-drawer .page-customer__btn--new {
  font-size: 14px;
}
.page-cart.page-cart-v2 .page-customer__btn-wrapper,
.p-my-page .page-customer__btn-wrapper,
.page-customer .page-customer__btn-wrapper,
.c-drawer .page-customer__btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.page-cart.page-cart-v2 .page-customer__link,
.p-my-page .page-customer__link,
.page-customer .page-customer__link,
.c-drawer .page-customer__link {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.page-cart.page-cart-v2 .page-customer__link:focus,
.p-my-page .page-customer__link:focus,
.page-customer .page-customer__link:focus,
.c-drawer .page-customer__link:focus {
  color: #000;
  text-decoration: underline;
}
.page-cart.page-cart-v2 .page-customer__purchase-history__item__link-container,
.p-my-page .page-customer__purchase-history__item__link-container,
.page-customer .page-customer__purchase-history__item__link-container,
.c-drawer .page-customer__purchase-history__item__link-container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .page-cart.page-cart-v2 .page-customer__purchase-history__item__link-container,
  .p-my-page .page-customer__purchase-history__item__link-container,
  .page-customer .page-customer__purchase-history__item__link-container,
  .c-drawer .page-customer__purchase-history__item__link-container {
    margin-top: 4px;
  }
}
.page-cart.page-cart-v2 .page-customer__purchase-history__item__link,
.p-my-page .page-customer__purchase-history__item__link,
.page-customer .page-customer__purchase-history__item__link,
.c-drawer .page-customer__purchase-history__item__link {
  border: solid 1px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  transition: background-color 0.3s linear, border-color 0.3s linear;
}
@media (any-hover: hover) {
  .page-cart.page-cart-v2 .page-customer__purchase-history__item__link:hover,
  .p-my-page .page-customer__purchase-history__item__link:hover,
  .page-customer .page-customer__purchase-history__item__link:hover,
  .c-drawer .page-customer__purchase-history__item__link:hover {
    background-color: #2a2727;
    color: #fff;
  }
  .page-cart.page-cart-v2 .page-customer__purchase-history__item__link:hover path,
  .p-my-page .page-customer__purchase-history__item__link:hover path,
  .page-customer .page-customer__purchase-history__item__link:hover path,
  .c-drawer .page-customer__purchase-history__item__link:hover path {
    fill: #fff;
  }
}

.p-my-page img,
.page-customer img {
  width: 100%;
  height: auto;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

@media screen and (min-width: 769px), print {
  .u-sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}
.text-xs {
  font-size: 12px !important;
  line-height: 1rem;
}

.text-sm {
  font-size: 14px !important;
  line-height: 2;
}

.text-base {
  font-size: 16px !important;
  line-height: 1.5rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

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

.mt-48 {
  margin-top: 48px !important;
}

.mb-0 {
  margin-top: 0 !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

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

.mr-48 {
  margin-right: 48px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

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

.ml-48 {
  margin-left: 48px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.c-side-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #2a2727;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media (max-width: 768px) {
  .c-side-nav {
    padding-top: 40px;
  }
}
.c-side-nav a {
  transition: opacity 0.3s linear;
}
.c-side-nav a:focus {
  text-decoration: none;
  opacity: 0.7;
}
@media (any-hover: hover) {
  .c-side-nav a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.c-side-nav a:focus-visible {
  color: -webkit-focus-ring-color;
  text-decoration: underline;
}

.c-side-nav__header-list {
  border: solid 1px #b8996b;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.c-side-nav__header-list__item {
  height: 130px;
}
.c-side-nav__header-list__item:not(:last-child) {
  border-right: solid 1px #b8996b;
}
@media screen and (min-width: 769px), print {
  .c-side-nav__header-list__item {
    height: 94px;
  }
}

.c-side-nav__header-list__link {
  font-size: 14px;
  font-weight: 500;
  color: #b8996b;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  gap: 6px;
}
@media screen and (min-width: 769px), print {
  .c-side-nav__header-list__link {
    font-size: min(0.8vw, 12px);
  }
}
@media (any-hover: hover) {
  .c-side-nav__header-list__link:hover {
    color: #b8996b;
  }
}
.c-side-nav__header-list__link svg {
  width: 32px;
  height: 32px;
}

.c-side-nav__body {
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px), print {
  .c-side-nav__body {
    border: solid 1px rgba(0, 0, 0, 0.08);
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
  }
}

.c-side-nav__body-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 0 14px;
  border-top: solid 1px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 769px), print {
  .c-side-nav__body-item:first-child {
    border-top: none;
    padding-top: 10px;
  }
}

.c-side-nav__body-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.c-side-nav__list {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.c-side-nav__item:not(:last-child) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}

.c-side-nav__link {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 8px;
  gap: 12px;
  padding: 14px 16px 14px 8px;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 769px), print {
  .c-side-nav__link {
    padding: 14px 8px 14px 0;
  }
}
@media (any-hover: hover) {
  .c-side-nav__link:hover {
    color: #2a2727;
    opacity: 0.7;
  }
}

.c-side-nav__body-item--back {
  padding: 0;
}
@media screen and (min-width: 769px), print {
  .c-side-nav__body-item--back {
    margin-top: 16px;
  }
}
.c-side-nav__body-item--back .c-side-nav__link {
  background: #b8996b;
  color: #fff;
  padding: 20px 30px;
}
@media screen and (min-width: 769px), print {
  .c-side-nav__body-item--back .c-side-nav__link {
    padding: 12px 16px;
  }
}
@media (any-hover: hover) {
  .c-side-nav__body-item--back .c-side-nav__link:hover {
    color: #fff;
  }
}
.c-side-nav__body-item--back .c-side-nav__link path {
  fill: #fff;
}

.c-side-nav__body-item--back + .c-side-nav__body {
  padding-top: 0;
}
@media screen and (min-width: 769px), print {
  .c-side-nav__body-item--back + .c-side-nav__body {
    margin-top: 0;
  }
}
.c-side-nav__body-item--back + .c-side-nav__body .c-side-nav__body-item {
  border-top: none;
}

.c-footerMainNav__item > a:hover {
  text-decoration: none;
}

.c-footerSubNav__item > a:hover {
  color: #fbfcfe;
  text-decoration: none;
}

.p-my-page {
  color: #2a2727;
  font-family: "Noto Sans JP", sans-serif !important;
  background: #fff;
}

@media (max-width: 768px) {
  .p-content-inner {
    padding: 0 16px;
  }
}

.p-my-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  padding-bottom: 16px;
  padding-top: 40px;
}

.p-my-page__title {
  font-weight: 700;
  font-size: 16px;
  color: #2a2727;
}

.p-my-page__link {
  color: #2a2727;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  border: solid 1px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  padding: 5px 12px;
}

.p-my-page__link-icon {
  width: 14px;
  height: 14px;
}
.p-my-page__link-icon svg {
  width: 100%;
  height: auto;
}

.p-my-page .c-textButton {
  margin-top: 56px;
  gap: 8px;
}
.p-my-page .c-textButton svg {
  width: 20px;
  height: 20px;
}
.p-my-page .c-textButton__text {
  font-size: 15px;
}

.p-my-page__contents__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 0 40px;
}
.p-my-page__contents__header .c-iconLink__text {
  font-size: 15px;
}

.p-my-page__contents__customer-name {
  color: #2a2727;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.p-my-page__contents__customer-number {
  border: solid 1px #b8996b;
  border-radius: 50px;
  color: #2a2727;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 24px;
  font-size: 12px;
  width: 187px;
  margin-top: 6px;
}

.p-my-page__contents__body {
  background: #f0f2fb;
  padding: 40px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-my-page__contents__body__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #b8996b;
  font-weight: 15;
  font-weight: 700;
  text-align: center;
}
.p-my-page__contents__body__title span {
  width: 40px;
  height: 40px;
}
.p-my-page__contents__body__title svg {
  width: 100%;
  height: auto;
}

.p-my-page__contents__body__point {
  font-family: "Hanken Grotesk", sans-serif !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  margin-top: 18px;
  color: #b8996b;
}
.p-my-page__contents__body__point span {
  font-size: 18px;
}

.p-my-page__contents__body__point_expiration {
  font-size: 12px;
  border: solid 1px #b8996b;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  width: 231px;
  height: 24px;
  margin-top: 24px;
  color: #b8996b;
}

.p-accordion-menu__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  color: #2a2727;
  padding: 0 16px;
  width: 100%;
}

.p-accordion-menu__item {
  background: #fff;
  padding: 20px 16px;
}
.p-accordion-menu__item:not(:last-child) {
  border-bottom: solid 1px #2a2727;
}

.p-accordion-menu__item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.p-accordion-menu__item--coupon {
  background: #f0f2fb;
}
.p-accordion-menu__item--coupon .p-accordion-menu__item__title__text svg {
  width: 16px;
  height: 16px;
}

.p-accordion-menu__item__title__text {
  font-size: 15px;
  font-weight: 500;
  color: #2a2727;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 0;
}

.p-accordion-menu__item__title__text span {
  max-width: 20px;
}

.p-accordion-menu__item__title__text svg {
  width: 100%;
  height: auto;
}

.p-accordion-menu__item__title__icon {
  max-width: 16px;
  padding: 3px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-accordion-menu__item__title__icon--minus {
  display: none;
}

.p-accordion-menu__item__title__icon.is-expanded .p-accordion-menu__item__title__icon--plus {
  display: none;
}

.p-accordion-menu__item__title__icon.is-expanded .p-accordion-menu__item__title__icon--minus {
  display: block;
}

.p-accordion-menu__item__content {
  margin-top: 24px;
  /* アコーディオン用のスタイルを追加 */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out, margin-top 0.3s ease-out;
  margin-top: 0;
  padding: 0 8px;
}

.p-accordion-menu__item__content__text {
  font-size: 15px;
  line-height: 1.5;
}
.p-accordion-menu__item__content__text a {
  color: #0022ff;
}
.p-accordion-menu__item__content__text:not(:first-child) {
  margin-top: 8px;
}

.p-accordion-menu__item__content.is-expanded {
  max-height: 2000px; /* 十分な高さを設定 */
  margin-top: 24px;
}

.p-accordion-menu__item__content__description-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-accordion-menu__item__content__description-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}
.p-accordion-menu__item__content__description-list__item:not(:last-child) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}

.p-accordion-menu__item__content__description-list__title {
  font-family: "Hanken Grotesk", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
}

.p-accordion-menu__item__content__description-list__text {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-accordion-menu__item__coupon-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-accordion-menu__list--coupon {
  padding: 0 16px;
}

.p-accordion-menu__item__coupon {
  background: #fff;
}

.p-accordion-menu__item__coupon-header {
  padding: 24px 16px 16px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .p-accordion-menu__item__coupon-header {
    margin: 0 16px;
  }
}

.p-accordion-menu__item__coupon-header__title {
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.p-accordion-menu__item__coupon-header__title__text {
  font-size: 15px;
  color: #b8996b;
}

.p-accordion-menu__item__coupon-header__link {
  background: rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 32px;
  border-radius: 100px;
  margin-top: 24px;
}

.p-accordion-menu__item__coupon-info {
  line-height: 1.6;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
}

.p-accordion-menu__item__content__list {
  counter-reset: listnum;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 769px), print {
  .p-accordion-menu__item__content__list {
    padding: 16px 0;
  }
}

.p-accordion-menu__item__content__list__item {
  display: flex;
  gap: 8px;
  line-height: 1;
}
.p-accordion-menu__item__content__list__item::before {
  content: counter(listnum);
  counter-increment: listnum;
  font-size: 15px;
  color: #fff;
  background: #b8996b;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  font-size: 10px;
  margin-top: 1px;
  flex-shrink: 0;
}

.p-my-page__section__title {
  color: #2a2727;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0 16px 32px;
}
@media screen and (min-width: 769px), print {
  .p-my-page__section__title {
    padding: 0 0 48px;
  }
}

.p-my-page__section {
  padding: 32px 0;
  border-top: solid 1px rgba(42, 39, 39, 0.1);
}
@media screen and (min-width: 769px), print {
  .p-my-page__section {
    border-top: none;
    padding: 0;
  }
}

@media screen and (min-width: 769px), print {
  .p-my-page__section__inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 32px 0;
    border-top: solid 1px rgba(42, 39, 39, 0.1);
  }
}

@media screen and (min-width: 769px), print {
  .p-my-page__contents__product-list-container {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .p-my-page__body {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .p-my-page .p-my-page__body {
    flex-direction: column;
  }
  .p-my-page__contents,
  .p-my-page .c-side-nav {
    display: contents;
  }
  .p-my-page__contents__header {
    order: 1;
  }
  .p-my-page__contents__body {
    order: 2;
  }
  .p-my-page .c-side-nav__header {
    order: 3;
  }
  .p-my-page__contents__product-list-container {
    order: 4;
  }
  .p-my-page .c-side-nav__body {
    order: 5;
  }
}
@media screen and (min-width: 769px) {
  .p-content-inner {
    max-width: 1140px;
    padding: 0 16px;
    margin: 0 auto;
  }
  .p-my-page__contents .p-content-inner {
    padding: 0;
  }
  .p-my-page__header {
    padding: 122px 0 12px;
  }
  .p-my-page__title {
    font-size: 22px;
  }
  .p-my-page__link {
    display: none;
  }
  .p-my-page__body {
    display: grid;
    grid-template-columns: 25.5% minmax(0, 1fr);
    max-width: 1140px;
    padding: 50px 16px 160px;
    margin: 0 auto;
    gap: 4%;
  }
  .p-my-page__contents {
    grid-row: 1;
    grid-column: 2;
  }
  .p-my-page .c-side-nav {
    grid-row: 1;
    grid-column: 1;
  }
}
.page-customer .alert-info {
  background: #f0f2fb;
  color: #000;
  padding: 16px;
  font-size: 14px;
  line-height: 2;
  border: none;
  border-radius: unset;
  margin-top: 48px;
}
@media screen and (min-width: 769px), print {
  .page-customer .alert-info {
    margin-top: 0;
    padding: 30px 16px;
    margin-bottom: 62px;
  }
}
.page-customer .alert-info a {
  text-decoration: underline;
}

.p-customer-orders {
  font-family: "Noto Sans JP", sans-serif !important;
}
.p-customer-orders .container {
  padding: 0 16px;
}
.p-customer-orders .p-customer-orders__search-result {
  font-size: 13px;
  color: #2a2727;
  padding-bottom: 24px;
}
.p-customer-orders .p-customer-orders__search-result span {
  font-weight: 700;
  color: #2a2727;
}
.p-customer-orders .purchase-history-details {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  grid-gap: 16px;
  padding-top: 24px;
  border-top: solid 1px rgba(0, 0, 0, 0.08);
}
.p-customer-orders .purchase-history-image img {
  width: 100%;
  height: auto;
}
.p-customer-orders .purchase-history-status {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.p-customer-orders .purchase-history-container {
  font-size: 13px;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
}
.p-customer-orders .purchase-history-container .title {
  font-weight: 700;
  flex-shrink: 0;
}
.p-customer-orders .purchase-history-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
@media screen and (min-width: 769px) and (min-width: 769px), print {
  .p-customer-orders .purchase-history-link {
    margin-top: 0;
  }
}
.p-customer-orders .purchase-history-link a {
  font-size: 14px;
  font-weight: 500;
  border: solid 1px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 36px;
  gap: 8px;
  line-height: 1;
}
.p-customer-orders .purchase-history-link span {
  width: 5px;
  height: 8px;
  display: flex;
  margin-top: 2px;
}
.p-customer-orders .purchase-history-link svg {
  width: 100%;
  height: auto;
}
.p-customer-orders .ortable-custom {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-customer-orders .pagination > li > a,
.p-customer-orders .pagination > li > span {
  color: #2a2727;
}

@media screen and (min-width: 769px), print {
  .purchase-history-content-wrapper {
    display: grid;
    grid-template-columns: 52% minmax(0, 1fr);
    align-items: flex-end;
  }
}

.p-page-heading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  padding-bottom: 10px;
}

@media screen and (min-width: 769px), print {
  .p-customer-orders-detail .alert-info {
    padding: 16px;
  }
}

.p-customer-orders__info {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.p-customer-orders__info:not(:last-of-type) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.p-customer-orders__info-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 60%;
  justify-content: space-between;
}
.p-customer-orders__info-item dd {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.p-customer-orders__shipping {
  margin-top: 16px;
  font-size: 14px;
  padding: 14px;
  border: solid 1px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
@media screen and (min-width: 769px), print {
  .p-customer-orders__shipping {
    padding: 16px;
  }
}
.p-customer-orders__shipping dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-customer-orders__shipping dl dt {
  font-weight: 700;
  color: #2a2727;
}
.p-customer-orders__shipping dl dd {
  color: #2a2727;
}

.p-customer-orders__info__link-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.p-customer-orders__info__link {
  border: solid 1px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2727;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 36px;
}

.p-customer-orders__details {
  padding: 40px 0 0;
}

.p-customer-orders__details__heading {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 32px;
}

.info-order-item .info-block.info-table__item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.info-order-item .info-block.info-table__item:not(:first-child) {
  padding-top: 16px;
}
.info-order-item .info-block__right {
  font-size: 13px;
}
.info-order-item .if-desc {
  display: flex;
  flex-direction: column;
}
.info-order-item .price,
.info-order-item .qiantity {
  line-height: 1.6;
}

.info-block__image {
  transition: opacity 0.3s linear;
}
@media (any-hover: hover) {
  .info-block__image:hover {
    opacity: 0.7;
  }
}

.p-customer-orders__address {
  border: solid 1px rgba(0, 0, 0, 0.08);
  margin-top: 32px;
}

.p-customer-orders__address-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 60%;
  justify-content: space-between;
  font-size: 14px;
  padding: 16px;
}
.p-customer-orders__address-item:not(:last-of-type) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.p-customer-orders__address-item dt {
  font-weight: 700;
}

.p-customer-orders__details__link-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 34px;
}

.p-customer-orders__details__link {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 34px;
  background: #2a2727;
  border-radius: 100px;
}

.page-customer {
  background: #fbfcfe;
}
.page-customer .alert {
  width: 100%;
}
.page-customer .alert-danger {
  background: #f04438;
  font-size: 14px;
  color: #fff;
  padding: 8px 16px;
  margin-top: 16px;
}
.page-customer .table-responsive {
  width: 100%;
  margin-bottom: 15.75px;
  overflow-y: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  overflow-x: auto;
  min-height: 0.01%;
  display: block;
  margin-bottom: 32px;
  border: none;
}
.page-customer .table-responsive .table {
  margin: 0;
}
.page-customer .table-responsive .table th,
.page-customer .table-responsive .table td {
  white-space: nowrap;
  font-size: 14px;
  vertical-align: middle;
  padding: 16px;
}

@media screen and (min-width: 769px), print {
  .alert.alert-info {
    padding: 16px;
    margin-bottom: 32px;
  }
}

.page-customer__table-wrapper {
  margin-top: 32px;
  width: 100%;
}

.p-customer-shipping-addresses-edit__note {
  padding-bottom: 32px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .p-customer-shipping-addresses-edit__note {
    padding-top: 48px;
  }
}

.attention {
  color: #f04438;
}

.p-customer-shipping-addresses-edit__form-container {
  padding-top: 32px;
}

.page-customer .form-horizontal .form-control,
.page-customer .form-horizontal .control-label {
  font-size: 14px;
}
.page-customer .form-horizontal .form-control {
  border: solid 1px rgba(0, 0, 0, 0.08);
}
.page-customer .form-horizontal .control-label {
  font-weight: 700;
  padding-top: 16px;
  margin-bottom: 8px;
  text-align: left;
}
.page-customer .form-horizontal .form-horizontal {
  margin-top: 16px;
}
.page-customer .form-horizontal .form-group {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .page-customer .form-horizontal .form-group {
    flex-direction: column;
    display: flex;
  }
}
@media screen and (min-width: 769px), print {
  .page-customer .form-horizontal .form-group--copy {
    flex-direction: row;
    margin-bottom: 48px;
  }
}
.page-customer .form-horizontal .form-group--copy label {
  padding: 0;
  margin: 0;
}
.page-customer .form-horizontal .form-group .row {
  display: grid;
  gap: 16px;
  margin: 0;
}
.page-customer .form-horizontal .form-group .row::before, .page-customer .form-horizontal .form-group .row::after {
  display: none;
}
.page-customer .form-horizontal .form-group .row.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-customer .form-horizontal .form-group .row.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-customer .form-horizontal input.form-control,
.page-customer .form-horizontal select.form-control {
  background: #fff;
  margin: 0;
  height: 40px;
}
.page-customer .form-horizontal input {
  margin-bottom: 0;
}
.page-customer .form-horizontal .form-tel-group {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) 94px minmax(0, 1fr) 94px;
}
@media screen and (min-width: 769px), print {
  .page-customer .form-horizontal .form-tel-group {
    max-width: 350px;
  }
}
.page-customer .form-horizontal .form-tel-group span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.page-customer .form-horizontal .form-zip-group {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 8px;
}
.page-customer .form-horizontal .form-zip-group span {
  font-size: 14px;
}
.page-customer .form-horizontal select.form-control:not([size]):not([multiple]) {
  height: 40px;
}
.page-customer .form-horizontal .form-group:before,
.page-customer .form-horizontal .form-horizontal .form-group:after {
  display: none;
}
.page-customer .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.page-customer .page-customer__btn-wrapper {
  margin-top: 16px;
}

.page-customer.p-customer-shipping-addresses-edit select.form-control:not([size]):not([multiple]) {
  height: 40px;
}

.form-group--copy {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0;
}
@media screen and (min-width: 769px), print {
  .form-group--copy {
    flex-direction: row;
  }
}
.form-group--copy .control-label {
  padding: 0;
  margin: 0;
}

.form-group--checkbox-header label {
  margin-top: 32px;
}
.form-group--checkbox-header span {
  display: inline-block;
  font-weight: 700;
}
.form-group--checkbox-header .attention {
  margin-top: 8px;
  font-weight: 400;
}

.form-group--table {
  margin-top: 32px;
}

.form-group--checkbox {
  margin-top: 8px;
}

.form-group--checkbox__item {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 24px 0;
}
@media screen and (min-width: 769px), print {
  .form-group--checkbox__item {
    gap: 24px;
  }
}
.form-group--checkbox__item:not(:last-child) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.form-group--checkbox__item input {
  border-color: #2a2727;
}

.form-group--checkbox__item__detail {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 769px), print {
  .form-group--checkbox__item__detail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 24px;
  }
}
.form-group--checkbox__item__detail dt {
  font-weight: 700;
}

.form-group--checkbox__item__detail__inner {
  display: grid;
  grid-template-columns: 30% minmax(0, 1fr);
  justify-content: space-between;
}

@media (max-width: 768px) {
  .page-customer .nav-wrapper {
    margin-top: 48px;
  }
}
.page-customer .nav-new .nav-item-new,
.page-customer .nav-new .nav-item-new .nav-link-new.active,
.page-customer .nav-new .nav-item-new .nav-link-new:hover {
  border-radius: 0;
}

.page-customer__heading--md {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.page-customer__text-box {
  border: solid 1px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  line-height: 2;
  padding: 16px;
}

.page-customer__pagenation-heading {
  font-size: 13px;
  margin-top: 24px;
}

.p-customer-subs-orders .page-customer__heading--md {
  margin-top: 64px;
}
.p-customer-subs-orders .page-customer__text-box {
  margin-top: 24px;
}
.p-customer-subs-orders .attention {
  margin-top: 10px;
}

.page-customer__purchase-history__item {
  font-size: 13px;
  line-height: 1;
  padding: 24px 0;
}
@media screen and (min-width: 769px), print {
  .page-customer__purchase-history__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 80px;
    gap: 24px;
    align-items: flex-end;
  }
}
.page-customer__purchase-history__item:not(:first-child) {
  border-top: solid 1px rgba(0, 0, 0, 0.08);
}

.page-customer__purchase-history__item__body__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
@media screen and (min-width: 769px), print {
  .page-customer__purchase-history__item__body__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 24px;
  }
}

.page-customer__purchase-history__item__body__list__item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: space-between;
}
.page-customer__purchase-history__item__body__list__item dt,
.page-customer__purchase-history__item__body__list__item dd {
  line-height: 1.6;
}
.page-customer__purchase-history__item__body__list__item dd {
  text-align: right;
  margin: 0;
}

.page-customer .nav-new {
  margin-bottom: 40px;
}
.page-customer .nav-new .nav-item-new {
  border: solid 1px rgba(0, 0, 0, 0.08);
}
.page-customer .nav-link-new {
  font-size: 11px;
  border: none;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  color: #2a2727;
  transition: background-color 0.3s linear, border-color 0.3s linear;
}
.page-customer .nav-link-new::after {
  -webkit-transform: none;
          transform: none;
  transition: background-color 0.3s linear, border-color 0.3s linear;
}
.page-customer .nav-link-new.active::after {
  display: none;
}

.p-customer-subs-orders-detail .page-customer__purchase-history {
  margin-bottom: 16px;
}
.p-customer-subs-orders-detail .page-customer__btn--error {
  margin-top: 40px;
}
.p-customer-subs-orders-detail .control-label {
  padding-bottom: 10px;
}
.p-customer-subs-orders-detail .page-customer__form-group {
  margin-bottom: 16px;
}
.p-customer-subs-orders-detail .fieldset .form-control {
  border: solid 1px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.p-customer-subs-orders-detail .alert.alert-info {
  margin-top: 40px;
}
.p-customer-subs-orders-detail .page-customer__purchase-history__item {
  display: block;
}
.p-customer-subs-orders-detail .ossurvey-box {
  margin-top: 8px;
  border: none;
}
.p-customer-subs-orders-detail .oss-choonsen {
  padding: 0;
  width: 100%;
}
.p-customer-subs-orders-detail .oss-item {
  margin-bottom: 8px;
}
.p-customer-subs-orders-detail .oss-item input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.2s ease;
}
.p-customer-subs-orders-detail .oss-item input[type=radio]:checked {
  border-color: #2a2727; /* 選択時のボーダー色を濃く */
  border-width: 2px; /* 選択時のボーダーを太く */
}
.p-customer-subs-orders-detail .oss-item input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #2a2727;
  border-radius: 50%;
}
.p-customer-subs-orders-detail .oss-item input[type=radio]:checked + label {
  color: #2a2727;
  font-weight: 500;
}
.p-customer-subs-orders-detail .oss-item label {
  font-size: 14px;
  margin: 0;
  color: #2a2727;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
}
.p-customer-subs-orders-detail .oss-item input {
  margin: 0;
  margin-right: 16px;
}
.p-customer-subs-orders-detail .oss-item textarea {
  margin-top: 8px;
  border: solid 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  color: #2a2727;
  background-color: #fff;
  resize: vertical;
  min-height: 80px;
}
.p-customer-subs-orders-detail .oss-item textarea::-webkit-input-placeholder {
  color: #999;
}
.p-customer-subs-orders-detail .oss-item textarea:-ms-input-placeholder {
  color: #999;
}
.p-customer-subs-orders-detail .oss-item textarea::-ms-input-placeholder {
  color: #999;
}
.p-customer-subs-orders-detail .oss-item textarea::placeholder {
  color: #999;
}
.p-customer-subs-orders-detail .oss-btn {
  width: auto;
  margin-top: 0;
}
.p-customer-subs-orders-detail .page-customer__btn-wrapper {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p-customer-subs-orders-detail .order-second .page-customer__heading--md {
    padding-top: 48px;
  }
}

.p-customer-subs-orders-order-items__heading {
  font-size: 15px;
  font-weight: 700;
}

.p-customer-subs-orders-order-items .item-title {
  font-size: 13px;
  line-height: 1;
  margin-top: 32px;
  margin-bottom: 32px;
}
.p-customer-subs-orders-order-items .info-block {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 0;
}
.p-customer-subs-orders-order-items .info-block:first-of-type {
  padding-top: 0;
}
.p-customer-subs-orders-order-items .info-block:not(:last-of-type) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.p-customer-subs-orders-order-items .info-block__image {
  transition: opacity 0.3s linear;
}
@media (any-hover: hover) {
  .p-customer-subs-orders-order-items .info-block__image:hover {
    opacity: 0.7;
  }
}
.p-customer-subs-orders-order-items .info-order-item .info-block__right {
  font-size: 13px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
}
.p-customer-subs-orders-order-items .if-title {
  grid-row: 1/2;
  grid-column: 1/3;
}
.p-customer-subs-orders-order-items .if-desc {
  grid-row: 2/3;
  grid-column: 1/2;
}
.p-customer-subs-orders-order-items .if-edit {
  grid-row: 2/3;
  grid-column: 2/3;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.p-customer-subs-orders-order-items .if-edit a {
  flex-shrink: 0;
}
.p-customer-subs-orders-order-items .qiantity {
  font-weight: 700;
}
.p-customer-subs-orders-order-items .so-additems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 16px;
  margin: 54px 21px 0;
}
@media screen and (min-width: 769px), print {
  .p-customer-subs-orders-order-items .so-additems {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.p-customer-subs-orders-order-items .soitem {
  display: flex;
  flex-direction: column;
}
.p-customer-subs-orders-order-items .soimg {
  transition: opacity 0.3s linear;
}
@media (any-hover: hover) {
  .p-customer-subs-orders-order-items .soimg:hover {
    opacity: 0.7;
  }
}
.p-customer-subs-orders-order-items .so-info {
  font-size: 13px;
  margin-top: 16px;
}
.p-customer-subs-orders-order-items .so-info__title {
  font-weight: 700;
  line-height: 1.35;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.p-customer-subs-orders-order-items .so-info__title span {
  font-weight: 400;
}
.p-customer-subs-orders-order-items .so-info__price {
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 1.8;
  margin-top: 4px;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px), print {
  .p-customer-subs-orders-order-items .so-info__price {
    margin-bottom: 27px;
  }
}
.p-customer-subs-orders-order-items .so-info__price .prefix {
  font-size: 12px;
  font-family: "Hanken Grotesk", sans-serif !important;
  font-weight: 700;
}
.p-customer-subs-orders-order-items .so-info__price .price {
  font-size: 17px;
  font-family: "Hanken Grotesk", sans-serif !important;
  font-weight: 700;
}
.p-customer-subs-orders-order-items .so-info__price .suffix {
  font-size: 10px;
}
.p-customer-subs-orders-order-items .so-info__price .sobtn {
  color: #fff;
}
.p-customer-subs-orders-order-items .sobtn {
  margin-top: auto;
}
.p-customer-subs-orders-order-items .page-customer__btn--primary {
  width: 100%;
}
.p-customer-subs-orders-order-items .page-customer__btn-wrapper {
  margin-top: 64px;
}
@media screen and (min-width: 769px), print {
  .p-customer-subs-orders-order-items .page-customer__btn-wrapper {
    margin-top: 40px;
  }
}

.p-customer-subs-orders-calendars .page-customer__table-wrapper,
.p-customer-subs-orders-calendars .page-customer__btn-wrapper {
  margin-top: 40px;
}

.page-customer .form-group input,
.page-customer .form-group textarea,
.page-customer .form-group .form-control {
  color: #2a2727;
}
.page-customer .form-group select {
  padding: 6px 14px;
}
.page-customer .form-group input:disabled,
.page-customer .form-group textarea:disabled,
.page-customer .form-group select:disabled {
  background: #dcdee7;
}
.page-customer .form-birth-day-group {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) 94px minmax(0, 1fr) 94px minmax(0, 1fr);
}
@media screen and (min-width: 769px), print {
  .page-customer .form-birth-day-group {
    max-width: 350px;
  }
}
.page-customer .form-birth-day-group span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.page-customer .form-expiry-day-group {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) 94px minmax(0, 1fr);
}
@media screen and (min-width: 769px), print {
  .page-customer .form-expiry-day-group {
    max-width: 350px;
  }
}
.page-customer .form-expiry-day-group span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

@media (max-width: 768px) {
  .p-customer-cards .page-container {
    padding-top: 48px;
  }
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.page-customer input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: solid 1px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .p-customer-cards-edit .page-container {
    padding-top: 48px;
  }
}

.p-customer-cards-edit-info {
  margin-top: 48px;
}

.p-customer-cards-edit-info-list {
  display: flex;
  flex-direction: column;
  border: solid 1px rgba(0, 0, 0, 0.08);
}

.p-customer-cards-edit-info-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
  padding: 16px;
}
@media screen and (min-width: 769px), print {
  .p-customer-cards-edit-info-item {
    flex-direction: row;
    gap: 66px;
  }
}
.p-customer-cards-edit-info-item:not(:first-of-type) {
  border-top: solid 1px rgba(0, 0, 0, 0.08);
}
.p-customer-cards-edit-info-item dt,
.p-customer-cards-edit-info-item dd {
  line-height: 1.6;
}
@media screen and (min-width: 769px), print {
  .p-customer-cards-edit-info-item dt {
    min-width: 18%;
  }
}

@media (max-width: 768px) {
  .p-customer-cards-cvv-example {
    display: flex;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px), print {
  .p-customer-cards-cvv-example {
    max-width: 203px;
  }
}

.favorite-products {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.favorite-products__inner {
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
}

.favorite-products__count {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-weight: 400;
  color: rgb(42, 39, 39);
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
}

.favorite-products__count-number {
  font-weight: 700;
  color: #292626;
}

.favorite-products__count-text {
  color: #292626;
}

.favorite-products__list {
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
}

.favorite-products__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding-bottom: 16px;
  position: relative;
}
.favorite-products__item:not(:last-of-type) {
  padding: 16px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}

.favorite-products__thumb {
  width: 90px;
  flex-shrink: 0;
  transition: opacity 0.3s linear;
}
.favorite-products__thumb:hover {
  opacity: 0.7;
}
.favorite-products__thumb img {
  width: 100%;
  height: auto;
}

.favorite-products__info {
  align-items: flex-end;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
}

.favorite-products__info__link {
  width: 100%;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.favorite-products__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 2px;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}
.favorite-products__title span {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .favorite-products {
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .p-customer-passwords-edit .page-container {
    padding-top: 48px;
  }
}

.p-point {
  width: 100%;
  padding-bottom: 20px;
}

.p-point__group {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-point__frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  position: relative;
}

.p-point__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.p-point__title {
  font-weight: 700;
  color: rgb(42, 39, 39);
  font-size: 15px;
  line-height: 1.25;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: 0;
  white-space: nowrap;
  font-style: normal;
}

.p-point__table {
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.p-point__table-view {
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.p-point__table-title {
  display: flex;
  align-items: center;
  padding: 16px;
  align-self: stretch;
  width: 100%;
  background-color: rgb(184, 153, 107);
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.p-point__div-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.p-point__table-title-text {
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
}

.p-point__table-frame {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  align-self: stretch;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-top: none;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.p-point__table-value {
  font-family: "Hanken Grotesk", sans-serif !important;
  font-weight: 500;
  color: rgb(42, 39, 39);
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 16px;
  white-space: nowrap;
}

.p-point__line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
}

.p-point__margin {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 32px;
}

/* 有効期限リスト */
.p-point__exp-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.p-point__exp-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 8px;
}
.p-point__exp-item:not(:last-of-type) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}

.p-point__exp-value {
  font-family: "Hanken Grotesk", sans-serif !important;
  font-weight: 500;
  color: rgb(42, 39, 39);
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 16px;
  white-space: nowrap;
}

.p-point__exp-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
}

.p-point__exp-date-text {
  font-weight: 400;
  color: rgb(42, 39, 39);
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}

/* ポイント履歴 */
.p-point__history {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  overflow-x: auto;
}

.p-point__table-wrapper {
  min-width: 650px;
}

.p-point__col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.p-point__col--date {
  min-width: 160px;
}

.p-point__col--name {
  min-width: 210px;
}

.p-point__col--order {
  min-width: 145px;
}

.p-point__col--point {
  min-width: 110px;
}

.p-point__col--total {
  min-width: 110px;
}

.p-point__col-title {
  padding: 16px 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}

.p-point__col-title-text {
  font-weight: 700;
  color: rgb(42, 39, 39);
  font-size: 14px;
  line-height: 1.6;
}

.p-point__col-item {
  padding: 16px;
  padding-right: 32px;
}

.p-point__col-text {
  font-weight: 400;
  color: rgb(42, 39, 39);
  font-size: 14px;
  line-height: 1.6;
}

.p-point__section--history {
  gap: 0;
}

.p-point__section--exp {
  padding-top: 32px;
}

@media screen and (max-width: 768px) {
  .p-point__section {
    padding-top: 48px;
  }
  .p-point__section--exp {
    padding-top: 32px;
  }
}