@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");

/************************************************************
 * COGURE マイアカウント・新規会員登録・ログイン CSS v8.4.0
 * お問い合わせ v7.1.0 統一スタイル
 * Times New Roman × Noto Sans JP × Noto Serif JP
 ************************************************************/

:root {
  --cgr-account-ink: #171717;
  --cgr-account-white: #ffffff;
  --cgr-account-muted: #666663;
  --cgr-account-muted-2: #999995;
  --cgr-account-border: #dfdfdb;
  --cgr-account-border-strong: #b8b8b4;
  --cgr-account-surface: #f7f7f5;
  --cgr-account-stone: #eeeeeb;
  --cgr-account-leather: #202020;
  --cgr-account-error: #a7463f;
  --cgr-account-success: #506b56;

  --cgr-account-font-sans:
    "Noto Sans JP",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    sans-serif;

  --cgr-account-font-serif:
    "Noto Serif JP",
    "Hiragino Mincho ProN",
    "Yu Mincho",
    YuMincho,
    serif;

  --cgr-account-font-en:
    "Times New Roman",
    Times,
    serif;
}


/* ==========================================================
   FOUNDATION
========================================================== */

html {
  min-width: 320px;
  background: var(--cgr-account-white);
  -webkit-text-size-adjust: 100%;
}

html body.p-page__wrap,
html body {
  min-width: 320px !important;
  margin: 0 !important;
  background: var(--cgr-account-white) !important;
  color: var(--cgr-account-ink) !important;
  font-family: var(--cgr-account-font-sans) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  letter-spacing: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

html body.p-page__wrap *,
html body.p-page__wrap *::before,
html body.p-page__wrap *::after {
  box-sizing: border-box;
}

html body.p-page__wrap a {
  color: inherit;
}

html body.p-page__wrap img {
  max-width: 100%;
  height: auto;
}

html body.p-page__wrap button,
html body.p-page__wrap input,
html body.p-page__wrap select,
html body.p-page__wrap textarea,
html body.p-page__wrap label {
  font-family: var(--cgr-account-font-sans) !important;
}

html body.p-page__wrap .base01,
html body.p-page__wrap .p-page__container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

html body.p-page__wrap .base01 {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
  background: var(--cgr-account-white) !important;
}


/* ==========================================================
   HEADER
========================================================== */

html body.p-page__wrap .p-shop__header {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding:
    14px
    max(24px, calc((100vw - 1120px) / 2)) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--cgr-account-border) !important;
  background: rgba(255, 255, 255, .98) !important;
}

html body.p-page__wrap .p-shop__header a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  text-decoration: none !important;
}

html body.p-page__wrap .p-shop__logo {
  display: block !important;
  width: auto !important;
  max-width: 156px !important;
  max-height: 38px !important;
  object-fit: contain !important;
}

html body.p-page__wrap .p-shop__title {
  color: var(--cgr-account-ink) !important;
  font-family: var(--cgr-account-font-en) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
}


/* ==========================================================
   MAIN CONTAINER
========================================================== */

html body.p-page__wrap .p-page__body {
  flex: 1 0 auto !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 60vh !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--cgr-account-white) !important;
}

html body.p-page__wrap .p-page__body-inner {
  width: min(100%, 840px) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 64px 32px 78px !important;
}


/* ==========================================================
   BACK TO SHOP
========================================================== */

html body.p-page__wrap .c-button__group--sub {
  display: block !important;
  margin: 0 0 46px !important;
  padding: 0 !important;
  text-align: left !important;
}

html body.p-page__wrap .c-button__group--sub .c-button,
html body.p-page__wrap .c-button__group--sub .c-button.c-button--sm {
  display: inline-block !important;
  position: relative !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 2px 0 2px 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--cgr-account-muted) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

html body.p-page__wrap .c-button__group--sub .c-button::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 2px !important;
  width: 7px !important;
  height: 7px !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-left: 1px solid currentColor !important;
  background: transparent !important;
  transform: translateY(-50%) rotate(45deg) !important;
}

html body.p-page__wrap .c-button__group--sub .c-button:hover,
html body.p-page__wrap .c-button__group--sub .c-button:focus {
  background: transparent !important;
  color: var(--cgr-account-ink) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}


/* ==========================================================
   PAGE TITLE
========================================================== */

html body.p-page__wrap .p-page__title {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--cgr-account-ink) !important;
  font-family: var(--cgr-account-font-serif) !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 1.32 !important;
  letter-spacing: .03em !important;
  text-align: left !important;
}

html body.p-page__wrap .p-page__title::before {
  display: block !important;
  margin: 0 0 12px !important;
  color: var(--cgr-account-muted) !important;
  font-family: var(--cgr-account-font-en) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: .12em !important;
  content: "MY ACCOUNT" !important;
}

html body.p-page__wrap:has(.p-login) .p-page__title::before,
html body.p-page__wrap:has(form[action*="login"]) .p-page__title::before,
html body.p-page__wrap .p-login ~ .p-page__title::before,
html body.p-page__wrap .p-login .p-page__title::before {
  content: "LOGIN" !important;
}

html body.p-page__wrap:has(.p-member) .p-page__title::before,
html body.p-page__wrap:has(.p-signup) .p-page__title::before,
html body.p-page__wrap:has(.p-register) .p-page__title::before,
html body.p-page__wrap:has(form[action*="signup"]) .p-page__title::before,
html body.p-page__wrap:has(form[action*="register"]) .p-page__title::before,
html body.p-page__wrap .p-member .p-page__title::before,
html body.p-page__wrap .p-signup .p-page__title::before,
html body.p-page__wrap .p-register .p-page__title::before {
  content: "CREATE ACCOUNT" !important;
}

html body.p-page__wrap:has(.p-myaccount) .p-page__title::before,
html body.p-page__wrap:has(.p-account) .p-page__title::before,
html body.p-page__wrap .p-myaccount .p-page__title::before,
html body.p-page__wrap .p-account .p-page__title::before {
  content: "MY ACCOUNT" !important;
}


/* ==========================================================
   INTRO / ALERT / MESSAGE
========================================================== */

html body.p-page__wrap .c-alert,
html body.p-page__wrap .c-message,
html body.p-page__wrap .p-login__description,
html body.p-page__wrap .p-member__description,
html body.p-page__wrap .p-signup__description,
html body.p-page__wrap .p-register__description,
html body.p-page__wrap .p-myaccount__description,
html body.p-page__wrap .p-account__description {
  width: 100% !important;
  max-width: 680px !important;
  margin: 20px 0 50px !important;
  padding: 18px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--cgr-account-leather) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--cgr-account-muted) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.95 !important;
  text-align: left !important;
}

html body.p-page__wrap .c-alert p,
html body.p-page__wrap .c-message p {
  margin: 0 !important;
}

html body.p-page__wrap .c-alert p + p,
html body.p-page__wrap .c-message p + p {
  margin-top: 14px !important;
}


/* ==========================================================
   SECTIONS
========================================================== */

html body.p-page__wrap .p-login,
html body.p-page__wrap .p-member,
html body.p-page__wrap .p-signup,
html body.p-page__wrap .p-register,
html body.p-page__wrap .p-myaccount,
html body.p-page__wrap .p-account,
html body.p-page__wrap form {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html body.p-page__wrap .c-box,
html body.p-page__wrap .c-panel,
html body.p-page__wrap .p-page__section,
html body.p-page__wrap .p-login__box,
html body.p-page__wrap .p-member__box,
html body.p-page__wrap .p-signup__box,
html body.p-page__wrap .p-register__box,
html body.p-page__wrap .p-myaccount__box,
html body.p-page__wrap .p-account__box {
  width: 100% !important;
  margin: 0 0 46px !important;
  padding: 0 0 42px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--cgr-account-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.p-page__wrap .c-box:last-child,
html body.p-page__wrap .c-panel:last-child,
html body.p-page__wrap .p-page__section:last-child,
html body.p-page__wrap .p-login__box:last-child,
html body.p-page__wrap .p-member__box:last-child,
html body.p-page__wrap .p-signup__box:last-child,
html body.p-page__wrap .p-register__box:last-child,
html body.p-page__wrap .p-myaccount__box:last-child,
html body.p-page__wrap .p-account__box:last-child {
  margin-bottom: 0 !important;
}


/* ==========================================================
   SECTION TITLES
========================================================== */

html body.p-page__wrap .c-ttl-main,
html body.p-page__wrap .c-ttl-second,
html body.p-page__wrap .c-form__heading,
html body.p-page__wrap .p-login__title,
html body.p-page__wrap .p-member__title,
html body.p-page__wrap .p-signup__title,
html body.p-page__wrap .p-register__title,
html body.p-page__wrap .p-myaccount__title,
html body.p-page__wrap .p-account__title,
html body.p-page__wrap h2,
html body.p-page__wrap h3 {
  margin: 0 0 24px !important;
  padding: 0 !important;
  color: var(--cgr-account-ink) !important;
  font-family: var(--cgr-account-font-serif) !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: .025em !important;
}


/* ==========================================================
   FORM: STABLE SINGLE COLUMN
========================================================== */

html body.p-page__wrap .c-form__table,
html body.p-page__wrap .c-form__table tbody {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

html body.p-page__wrap .c-form__table {
  border-top: 1px solid var(--cgr-account-ink) !important;
}

html body.p-page__wrap .c-form__table tr {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 24px 0 26px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--cgr-account-border) !important;
}

html body.p-page__wrap .c-form__table th,
html body.p-page__wrap .c-form__table td {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
  vertical-align: top !important;
}

html body.p-page__wrap .c-form__row,
html body.p-page__wrap .c-form__item,
html body.p-page__wrap .p-login__form-item,
html body.p-page__wrap .p-member__form-item,
html body.p-page__wrap .p-signup__form-item,
html body.p-page__wrap .p-register__form-item,
html body.p-page__wrap .p-myaccount__form-item,
html body.p-page__wrap .p-account__form-item {
  display: block !important;
  width: 100% !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
}


/* ==========================================================
   LABELS
========================================================== */

html body.p-page__wrap .c-form__title,
html body.p-page__wrap .c-form__label,
html body.p-page__wrap .c-form__row label,
html body.p-page__wrap .c-form__item label,
html body.p-page__wrap .p-login label,
html body.p-page__wrap .p-member label,
html body.p-page__wrap .p-signup label,
html body.p-page__wrap .p-register label,
html body.p-page__wrap .p-myaccount label,
html body.p-page__wrap .p-account label {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: var(--cgr-account-ink) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
}

html body.p-page__wrap .c-form__title label {
  display: inline !important;
  margin: 0 !important;
}

html body.p-page__wrap .c-form__title--must,
html body.p-page__wrap .c-required,
html body.p-page__wrap .required {
  display: inline-block !important;
  margin-left: 7px !important;
  padding: 0 !important;
  color: var(--cgr-account-error) !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}


/* ==========================================================
   INPUTS
========================================================== */

html body.p-page__wrap .c-input--text,
html body.p-page__wrap input[type="text"],
html body.p-page__wrap input[type="email"],
html body.p-page__wrap input[type="password"],
html body.p-page__wrap input[type="tel"],
html body.p-page__wrap input[type="number"],
html body.p-page__wrap input[type="date"],
html body.p-page__wrap select,
html body.p-page__wrap textarea {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #d5d0c8 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: var(--cgr-account-surface) !important;
  color: var(--cgr-account-ink) !important;
  font-family: var(--cgr-account-font-sans) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition:
    border-color .2s ease,
    background-color .2s ease,
    box-shadow .2s ease;
}

html body.p-page__wrap select {
  padding-right: 40px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--cgr-account-muted) 50%),
    linear-gradient(135deg, var(--cgr-account-muted) 50%, transparent 50%) !important;
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 13px) 50% !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
}

html body.p-page__wrap textarea {
  min-height: 140px !important;
  resize: vertical !important;
}

html body.p-page__wrap .c-input--text:hover,
html body.p-page__wrap input:hover,
html body.p-page__wrap select:hover,
html body.p-page__wrap textarea:hover {
  border-color: #978d82 !important;
}

html body.p-page__wrap .c-input--text:focus,
html body.p-page__wrap input:focus,
html body.p-page__wrap select:focus,
html body.p-page__wrap textarea:focus {
  border-color: var(--cgr-account-leather) !important;
  background-color: var(--cgr-account-white) !important;
  box-shadow: 0 0 0 3px rgba(111, 91, 75, .1) !important;
}

html body.p-page__wrap input::placeholder,
html body.p-page__wrap textarea::placeholder {
  color: var(--cgr-account-muted-2) !important;
  opacity: 1 !important;
}


/* ==========================================================
   CHECKBOX / RADIO
========================================================== */

html body.p-page__wrap input[type="checkbox"],
html body.p-page__wrap input[type="radio"] {
  width: 17px !important;
  height: 17px !important;
  min-height: 0 !important;
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  vertical-align: -3px !important;
  accent-color: var(--cgr-account-ink);
}

html body.p-page__wrap .c-checkbox,
html body.p-page__wrap .c-radio,
html body.p-page__wrap .p-agreement,
html body.p-page__wrap .p-member__agreement,
html body.p-page__wrap .p-signup__agreement,
html body.p-page__wrap .p-register__agreement {
  color: var(--cgr-account-muted) !important;
  font-size: 12px !important;
  line-height: 1.85 !important;
}


/* ==========================================================
   NOTES / LINKS
========================================================== */

html body.p-page__wrap .c-form__note,
html body.p-page__wrap .c-note,
html body.p-page__wrap .note,
html body.p-page__wrap .help,
html body.p-page__wrap .description {
  margin: 9px 0 0 !important;
  color: var(--cgr-account-muted) !important;
  font-size: 10px !important;
  line-height: 1.75 !important;
}

html body.p-page__wrap .p-login__link,
html body.p-page__wrap .p-member__link,
html body.p-page__wrap .p-signup__link,
html body.p-page__wrap .p-register__link,
html body.p-page__wrap .p-myaccount__link,
html body.p-page__wrap .p-account__link,
html body.p-page__wrap .c-form__link,
html body.p-page__wrap .c-link-list,
html body.p-page__wrap .c-text-link {
  margin: 20px 0 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

html body.p-page__wrap .p-login__link a,
html body.p-page__wrap .p-member__link a,
html body.p-page__wrap .p-signup__link a,
html body.p-page__wrap .p-register__link a,
html body.p-page__wrap .p-myaccount__link a,
html body.p-page__wrap .p-account__link a,
html body.p-page__wrap .c-form__link a,
html body.p-page__wrap .c-link-list a,
html body.p-page__wrap a.c-text-link {
  display: inline-block !important;
  padding-bottom: 3px !important;
  border-bottom: 1px solid var(--cgr-account-ink) !important;
  color: var(--cgr-account-ink) !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
  text-decoration: none !important;
}

html body.p-page__wrap .p-login__link a:hover,
html body.p-page__wrap .p-member__link a:hover,
html body.p-page__wrap .p-signup__link a:hover,
html body.p-page__wrap .p-register__link a:hover,
html body.p-page__wrap .p-myaccount__link a:hover,
html body.p-page__wrap .p-account__link a:hover,
html body.p-page__wrap .c-form__link a:hover,
html body.p-page__wrap .c-link-list a:hover,
html body.p-page__wrap a.c-text-link:hover {
  border-color: var(--cgr-account-muted) !important;
  color: var(--cgr-account-muted) !important;
}


/* ==========================================================
   BUTTON GROUP
========================================================== */

html body.p-page__wrap .c-button__group:not(.c-button__group--sub),
html body.p-page__wrap .c-buttons,
html body.p-page__wrap .p-login__buttons,
html body.p-page__wrap .p-member__buttons,
html body.p-page__wrap .p-signup__buttons,
html body.p-page__wrap .p-register__buttons,
html body.p-page__wrap .p-myaccount__buttons,
html body.p-page__wrap .p-account__buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 36px 0 0 !important;
  padding: 0 !important;
}

html body.p-page__wrap .c-button,
html body.p-page__wrap button,
html body.p-page__wrap input[type="submit"],
html body.p-page__wrap input[type="button"] {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 340px) !important;
  min-width: 0 !important;
  min-height: 54px !important;
  padding: 14px 24px !important;
  border: 1px solid var(--cgr-account-ink) !important;
  border-radius: 0 !important;
  background: var(--cgr-account-white) !important;
  color: var(--cgr-account-ink) !important;
  font-family: var(--cgr-account-font-sans) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition:
    background-color .2s ease,
    color .2s ease,
    border-color .2s ease;
}

html body.p-page__wrap .c-button:hover,
html body.p-page__wrap button:hover,
html body.p-page__wrap input[type="button"]:hover {
  background: var(--cgr-account-ink) !important;
  color: var(--cgr-account-white) !important;
}

html body.p-page__wrap .c-button--primary,
html body.p-page__wrap input[type="submit"] {
  border-color: var(--cgr-account-ink) !important;
  background: var(--cgr-account-ink) !important;
  color: var(--cgr-account-white) !important;
}

html body.p-page__wrap .c-button--primary:hover,
html body.p-page__wrap .c-button--primary:focus,
html body.p-page__wrap input[type="submit"]:hover,
html body.p-page__wrap input[type="submit"]:focus {
  background: var(--cgr-account-white) !important;
  color: var(--cgr-account-ink) !important;
}

html body.p-page__wrap .c-button--danger {
  border-color: #cfaeaa !important;
  background: #fff8f7 !important;
  color: var(--cgr-account-error) !important;
}

html body.p-page__wrap .c-button--danger:hover,
html body.p-page__wrap .c-button--danger:focus {
  border-color: var(--cgr-account-error) !important;
  background: var(--cgr-account-error) !important;
  color: var(--cgr-account-white) !important;
}

html body.p-page__wrap .c-button:disabled,
html body.p-page__wrap button:disabled,
html body.p-page__wrap input:disabled {
  border-color: #dddddd !important;
  background: #f0f0f0 !important;
  color: #a5a5a5 !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}


/* ==========================================================
   MY ACCOUNT MENU
========================================================== */

html body.p-page__wrap .p-myaccount__menu,
html body.p-page__wrap .p-account__menu,
html body.p-page__wrap .c-menu-list,
html body.p-page__wrap .p-myaccount ul,
html body.p-page__wrap .p-account ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.p-page__wrap .p-myaccount__menu a,
html body.p-page__wrap .p-account__menu a,
html body.p-page__wrap .c-menu-list a,
html body.p-page__wrap .p-myaccount li > a,
html body.p-page__wrap .p-account li > a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 58px !important;
  padding: 15px 17px !important;
  border: 1px solid var(--cgr-account-border) !important;
  background: var(--cgr-account-white) !important;
  color: var(--cgr-account-ink) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  text-decoration: none !important;
  transition:
    border-color .2s ease,
    background-color .2s ease;
}

html body.p-page__wrap .p-myaccount__menu a::after,
html body.p-page__wrap .p-account__menu a::after,
html body.p-page__wrap .c-menu-list a::after,
html body.p-page__wrap .p-myaccount li > a::after,
html body.p-page__wrap .p-account li > a::after {
  content: "" !important;
  flex: 0 0 auto !important;
  width: 7px !important;
  height: 7px !important;
  margin-left: 12px !important;
  border-top: 1px solid currentColor !important;
  border-right: 1px solid currentColor !important;
  transform: rotate(45deg) !important;
}

html body.p-page__wrap .p-myaccount__menu a:hover,
html body.p-page__wrap .p-account__menu a:hover,
html body.p-page__wrap .c-menu-list a:hover,
html body.p-page__wrap .p-myaccount li > a:hover,
html body.p-page__wrap .p-account li > a:hover {
  border-color: var(--cgr-account-leather) !important;
  background: var(--cgr-account-surface) !important;
}


/* ==========================================================
   ACCOUNT TABLES
========================================================== */

html body.p-page__wrap .c-table,
html body.p-page__wrap .p-myaccount__table,
html body.p-page__wrap .p-account__table {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border-top: 1px solid var(--cgr-account-ink) !important;
}

html body.p-page__wrap .c-table th,
html body.p-page__wrap .c-table td,
html body.p-page__wrap .p-myaccount__table th,
html body.p-page__wrap .p-myaccount__table td,
html body.p-page__wrap .p-account__table th,
html body.p-page__wrap .p-account__table td {
  box-sizing: border-box !important;
  padding: 15px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--cgr-account-border) !important;
  color: var(--cgr-account-ink) !important;
  font-size: 12px !important;
  line-height: 1.8 !important;
  text-align: left !important;
  vertical-align: top !important;
}

html body.p-page__wrap .c-table th,
html body.p-page__wrap .p-myaccount__table th,
html body.p-page__wrap .p-account__table th {
  width: 30% !important;
  background: var(--cgr-account-surface) !important;
  font-weight: 500 !important;
}


/* ==========================================================
   ERROR / SUCCESS
========================================================== */

html body.p-page__wrap .c-error,
html body.p-page__wrap .error,
html body.p-page__wrap .error_message,
html body.p-page__wrap .error-message,
html body.p-page__wrap .c-alert--error {
  margin: 0 0 28px !important;
  padding: 15px 17px !important;
  border: 1px solid #dab9b5 !important;
  background: #fff8f7 !important;
  color: var(--cgr-account-error) !important;
  font-size: 11px !important;
  line-height: 1.8 !important;
}

html body.p-page__wrap .c-success,
html body.p-page__wrap .success,
html body.p-page__wrap .success_message,
html body.p-page__wrap .success-message {
  margin: 0 0 28px !important;
  padding: 15px 17px !important;
  border: 1px solid #bdcbbf !important;
  background: #f7faf7 !important;
  color: var(--cgr-account-success) !important;
  font-size: 11px !important;
  line-height: 1.8 !important;
}


/* ==========================================================
   FOOTER: SAME AS CONTACT v7.1.0
========================================================== */

html body.p-page__wrap .p-page__footer {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 30px 24px 28px !important;
  border-top: 1px solid var(--cgr-account-border) !important;
  background: var(--cgr-account-stone) !important;
}

html body.p-page__wrap .p-page__footer
> .p-page__copyright {
  display: block !important;
  width: min(100%, 680px) !important;
  max-width: 680px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: var(--cgr-account-muted) !important;
  font-family: var(--cgr-account-font-en) !important;
  font-size: 10px !important;
  line-height: 1.6 !important;
  letter-spacing: .04em !important;
  text-align: center !important;
}

html body.p-page__wrap .p-page__footer
> .p-page__container:not(.p-page__copyright) {
  display: block !important;
  width: min(100%, 680px) !important;
  max-width: 680px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html body.p-page__wrap .p-page__secure {
  display: grid !important;
  grid-template-columns: 115px minmax(0, 390px) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 20px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.p-page__wrap .p-secure__image {
  display: block !important;
  width: 115px !important;
  margin: 0 !important;
}

html body.p-page__wrap .p-secure__image
#ss_gmo_globalsign_secured_site_seal {
  width: 115px !important;
  height: 57px !important;
  margin: 0 !important;
}

html body.p-page__wrap .p-secure__image img {
  display: block !important;
  width: 100% !important;
  max-width: 115px !important;
  height: auto !important;
  margin: 0 !important;
}

html body.p-page__wrap .p-secure__msg {
  display: block !important;
  min-width: 0 !important;
  max-width: 390px !important;
  margin: 0 !important;
  color: var(--cgr-account-muted) !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  text-align: left !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}


/* ==========================================================
   ACCESSIBILITY
========================================================== */

html body.p-page__wrap :focus-visible {
  outline: 2px solid var(--cgr-account-ink);
  outline-offset: 3px;
}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {
  html body.p-page__wrap {
    font-size: 13px !important;
  }

  html body.p-page__wrap .p-shop__header {
    min-height: 64px !important;
    padding: 12px 18px !important;
  }

  html body.p-page__wrap .p-shop__logo {
    max-width: 132px !important;
    max-height: 34px !important;
  }

  html body.p-page__wrap .p-shop__title {
    font-size: 20px !important;
  }

  html body.p-page__wrap .p-page__body-inner {
    padding: 36px 18px 56px !important;
  }

  html body.p-page__wrap .c-button__group--sub {
    margin-bottom: 34px !important;
  }

  html body.p-page__wrap .p-page__title {
    font-size: 31px !important;
  }

  html body.p-page__wrap .c-alert,
  html body.p-page__wrap .c-message,
  html body.p-page__wrap .p-login__description,
  html body.p-page__wrap .p-member__description,
  html body.p-page__wrap .p-signup__description,
  html body.p-page__wrap .p-register__description,
  html body.p-page__wrap .p-myaccount__description,
  html body.p-page__wrap .p-account__description {
    margin-bottom: 40px !important;
    font-size: 12px !important;
    line-height: 1.9 !important;
  }

  html body.p-page__wrap .c-form__table tr {
    padding: 20px 0 22px !important;
  }

  html body.p-page__wrap .c-button,
  html body.p-page__wrap button,
  html body.p-page__wrap input[type="submit"],
  html body.p-page__wrap input[type="button"] {
    width: 100% !important;
  }

  html body.p-page__wrap .p-myaccount__menu,
  html body.p-page__wrap .p-account__menu,
  html body.p-page__wrap .c-menu-list,
  html body.p-page__wrap .p-myaccount ul,
  html body.p-page__wrap .p-account ul {
    grid-template-columns: 1fr !important;
  }

  html body.p-page__wrap .c-table,
  html body.p-page__wrap .p-myaccount__table,
  html body.p-page__wrap .p-account__table {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
  }

  html body.p-page__wrap .p-page__footer {
    padding: 26px 18px 24px !important;
  }

  html body.p-page__wrap .p-page__secure {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 12px !important;
    width: 100% !important;
  }

  html body.p-page__wrap .p-secure__msg {
    max-width: 360px !important;
    text-align: center !important;
  }
}


/* ==========================================================
   PRINT
========================================================== */

@media print {
  html body.p-page__wrap .p-shop__header,
  html body.p-page__wrap .c-button__group--sub,
  html body.p-page__wrap .c-button__group,
  html body.p-page__wrap .p-page__secure {
    display: none !important;
  }

  html body.p-page__wrap .p-page__body-inner {
    width: 100% !important;
    padding: 20px !important;
  }
}


/* ==========================================================
   v8.4.0 ACTUAL DOM / PREMIUM MEMBER JOURNEY
========================================================== */
html body.p-page__wrap .c-button__group--sub .c-button.c-button-sm,
html body.p-page__wrap .c-button__group--sub .c-button.c-button--sm{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:32px!important;
  padding:0 0 0 15px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#666!important;
  font-size:10px!important;
  text-decoration:none!important
}
html body.p-page__wrap .c-button__group--sub .c-button.c-button-sm::before,
html body.p-page__wrap .c-button__group--sub .c-button.c-button--sm::before{
  content:""!important;
  position:absolute!important;
  left:1px!important;
  width:7px!important;
  height:7px!important;
  border-left:1px solid currentColor!important;
  border-bottom:1px solid currentColor!important;
  transform:rotate(45deg)!important
}
html body.p-page__wrap:has(form[action*="/customer/login"]) .p-page__title + p{
  display:none!important
}
html body.p-page__wrap .c-alert{
  border:0!important;
  border-left:2px solid #111!important;
  background:#f7f7f5!important
}
html body.p-page__wrap:has(form[action*="/customer/login"]) .c-alert>div:last-child a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  margin-top:12px!important;
  padding:0 16px!important;
  border:1px solid #111!important;
  color:#111!important;
  font-size:10px!important;
  font-weight:500!important;
  text-decoration:none!important
}
html body.p-page__wrap:has(form[action*="/customer/login"]) .c-alert>div:last-child a:hover{
  background:#111!important;
  color:#fff!important
}
html body.p-page__wrap:has(form[action*="/customer/signup"]) .c-alert::before{
  content:"MEMBER BENEFIT"!important;
  display:block!important;
  margin-bottom:10px!important;
  color:#777!important;
  font-family:"Times New Roman",Times,serif!important;
  font-size:9px!important;
  letter-spacing:.11em!important
}
html body.p-page__wrap:has(form[action*="/customer/signup"]) .c-alert::after{
  content:"会員価格設定のある商品では会員価格が適用され、対象製品の保証期間は1年間に延長されます。"!important;
  display:block!important;
  margin-top:14px!important;
  padding-top:14px!important;
  border-top:1px solid #dfdfdb!important;
  color:#333!important;
  font-size:11px!important;
  line-height:1.9!important
}
html body.p-page__wrap .c-button.c-button--primary{
  min-height:54px!important;
  border-radius:0!important;
  background:#111!important;
  color:#fff!important
}
html body.p-page__wrap .p-page__footer{background:#f2f2ef!important}
html body.p-page__wrap .p-page__secure{border-color:#dfdfdb!important;background:#fff!important}

html body.p-page__wrap .p-page__copyright{
  font-size:0!important
}
html body.p-page__wrap .p-page__copyright::after{
  content:"Copyright &#169; MOONSAIL INC. All Rights Reserved."!important;
  font-family:"Times New Roman",Times,serif!important;
  font-size:10px!important;
  letter-spacing:.02em!important
}


/* ==========================================================
   v8.4.0 SSL BRAND CONSISTENCY / ACCOUNT
========================================================== */

html body.p-page__wrap .p-shop__header .p-shop__title,
html body.p-page__wrap .p-shop__header .shop_title.p-shop__title {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #876f38 !important;
  font-family: "Times New Roman", Times, serif !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .075em !important;
  text-decoration: none !important;
}

html body.p-page__wrap .p-shop__header a {
  color: #876f38 !important;
  text-decoration: none !important;
}

/* すべてのSSL導入ブロックをカード風から編集的な水平ラインへ */
html body.p-page__wrap .c-alert {
  width: 100% !important;
  max-width: none !important;
  margin: 20px 0 48px !important;
  padding: 17px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid #d8d8d5 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #666 !important;
}

/* LOGIN：説明と会員登録導線を同じ高さに整理 */
html body.p-page__wrap:has(form[action*="/customer/login"]) .c-alert {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto !important;
  gap: 24px !important;
  align-items: center !important;
}

html body.p-page__wrap:has(form[action*="/customer/login"]) .c-alert > div {
  margin: 0 !important;
}

html body.p-page__wrap:has(form[action*="/customer/login"]) .c-alert > div:last-child a {
  display: inline-block !important;
  position: relative !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 18px 3px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #171717 !important;
  background: transparent !important;
  color: #171717 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

html body.p-page__wrap:has(form[action*="/customer/login"]) .c-alert > div:last-child a::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 2px !important;
  width: 6px !important;
  height: 6px !important;
  border-top: 1px solid currentColor !important;
  border-right: 1px solid currentColor !important;
  transform: translateY(-60%) rotate(45deg) !important;
}

html body.p-page__wrap:has(form[action*="/customer/login"]) .c-alert > div:last-child a:hover {
  background: transparent !important;
  color: #666 !important;
  border-bottom-color: #666 !important;
}

/* SIGNUP：ベネフィットは補足情報として静かに見せる */
html body.p-page__wrap:has(form[action*="/customer/signup"]) .c-alert::before {
  margin-bottom: 8px !important;
  color: #777 !important;
}

html body.p-page__wrap:has(form[action*="/customer/signup"]) .c-alert::after {
  margin-top: 13px !important;
  padding-top: 13px !important;
  border-top: 1px solid #e3e3df !important;
  color: #444 !important;
}

/* ブラウザ自動入力色を統一 */
html body.p-page__wrap input:-webkit-autofill,
html body.p-page__wrap input:-webkit-autofill:hover,
html body.p-page__wrap input:-webkit-autofill:focus {
  -webkit-text-fill-color: #171717 !important;
  -webkit-box-shadow: 0 0 0 1000px #fafafa inset !important;
  box-shadow: 0 0 0 1000px #fafafa inset !important;
  caret-color: #171717 !important;
}

@media screen and (max-width:767px) {
  html body.p-page__wrap .p-shop__header .p-shop__title,
  html body.p-page__wrap .p-shop__header .shop_title.p-shop__title {
    font-size: 20px !important;
  }

  html body.p-page__wrap:has(form[action*="/customer/login"]) .c-alert {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  html body.p-page__wrap:has(form[action*="/customer/login"]) .c-alert > div:last-child {
    justify-self: start !important;
  }

  html body.p-page__wrap .c-alert {
    margin-bottom: 38px !important;
  }
}
