:root {
  --color-text: #2f3237;
  --color-muted: #6c7380;
  --color-border: #dfe5ee;
  --color-accent: #ff433c;
  --color-footer: #282828;
  --font-ja: "zen-kaku-gothic-new", sans-serif;
  --font-en: "avenir-lt-pro", sans-serif;
  --font-mincho: "hina-mincho", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  display: flex;
  min-height: 100vh;
  min-width: 1100px;
  flex-direction: column;
  margin: 0;
  color: var(--color-text);
  background: #fff;
  font-family: var(--font-ja);
  font-weight: 400;
  line-height: 1.7;
}

html.is-payment-modal-open,
html.is-payment-modal-open body {
  overflow: hidden;
}

html.is-menu-open,
body.is-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

a,
button {
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.home-body {
  min-width: 0;
  overflow-x: hidden;
}

.home-main {
  width: calc(100% - 286px);
  min-width: 0;
}

.home-hero {
  position: relative;
  overflow: hidden;
  height: 500px;
  background: #d9dcd7;
}

.home-hero__track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
}

.home-hero__slide {
  display: block;
  flex: 0 0 100%;
  height: 100%;
  position: relative;
}

.home-hero__image,
.home-hero__slide figure {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.home-hero__slide .cvr {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.home-hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-hero__nav {
  position: absolute;
  top: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.home-hero__nav span {
  display: block;
  width: 40px;
  height: 40px;
  background: var(--home-icon-slider-arrow) center / contain no-repeat;
}

.home-hero__nav--prev {
  left: 40px;
}

.home-hero__nav--next {
  right: 40px;
}

.home-hero__nav--next span {
  transform: rotate(180deg);
}

.home-hero__nav:hover,
.home-hero__nav:focus-visible {
  opacity: 0.75;
  outline: none;
}

.home-hero__pagination {
  position: absolute;
  right: 43px;
  bottom: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.home-hero__pagination button {
  display: block;
  width: 20px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #e8e8e8;
  cursor: pointer;
}

.home-hero__pagination button.is-active {
  background: #111;
}

.home-side {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 286px;
  min-height: 760px;
  padding: 23px 30px 0;
  background: #fff;
  text-align: center;
  will-change: transform;
}

.home-side__logo {
  display: block;
  width: 116px;
  margin: 0 auto 11px;
}

.home-side__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.home-side__store {
  margin: 0 0 20px;
  color: #2f3237;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.home-side__lead {
  margin: 0 0 28px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.home-side__nav {
  display: grid;
  gap: 8px;
}

.home-side__nav a,
.home-side__register,
.home-side__faq,
.home-side__search {
  display: flex;
  width: 184px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.home-side__nav a {
  gap: 24px;
  justify-content: flex-start;
  padding-left: 45px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
}

.home-side__nav a:hover,
.home-side__nav a:focus-visible {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.home-side__icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: filter 0.3s ease;
}

.home-side__icon--news {
  background-image: var(--home-icon-news);
}

.home-side__icon--cart {
  background-image: var(--home-icon-cart);
}

.home-side__icon--login {
  background-image: var(--home-icon-login);
}

.home-side__nav .home-side__icon {
  width: 18px;
  height: 18px;
}

.home-side__icon--faq {
  width: 12px;
  height: 15px;
  background-image: var(--home-icon-faq);
}

.home-side__icon--search {
  width: 15px;
  height: 15px;
  background-image: var(--home-icon-search);
}

.home-side__nav a:hover .home-side__icon,
.home-side__nav a:focus-visible .home-side__icon {
  filter: invert(42%) sepia(99%) saturate(1958%) hue-rotate(335deg) brightness(105%) contrast(101%);
}

.home-side__register {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin-top: 20px;
  border: 1px solid var(--color-accent);
  background: var(--color-accent);
  color: #fff;
}

.home-side__register::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: translate(-50%, -50%);
  transition: width 0.45s ease;
}

.home-side__register span {
  position: relative;
  z-index: 1;
}

.home-side__register:hover,
.home-side__register:focus-visible {
  color: var(--color-accent);
}

.home-side__register:hover::before,
.home-side__register:focus-visible::before {
  width: 230%;
}

.home-side__faq {
  gap: 15px;
  margin-top: 8px;
  border: 1px solid #f2f2f2;
  background: #f3f3f3;
  color: #c8c8c8;
}

.home-side__faq:hover,
.home-side__faq:focus-visible {
  border-color: #dadada;
  background: #fff;
  color: #9f9f9f;
}

.home-side__search {
  gap: 19px;
  margin-top: 60px;
  border: 1px solid var(--color-accent);
  background: #fff;
  color: var(--color-accent);
}

.home-side__search:hover,
.home-side__search:focus-visible {
  background: var(--color-accent);
  color: #fff;
}

.home-side__search:hover .home-side__icon,
.home-side__search:focus-visible .home-side__icon {
  filter: brightness(0) invert(1);
}

.home-side__marks {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 78px 0 10px;
}

.home-side__marks span {
  display: block;
  width: 15px;
  height: 15px;
  background: #f0f0f0;
}

.home-side__marks span:nth-child(1) {
  border-radius: 50%;
}

.home-side__marks span:nth-child(2) {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.home-side__marks span:nth-child(4) {
  width: 25px;
  border-radius: 3px;
}

.home-side__copyright {
  margin: 0;
  color: #f0f0f0;
  font-family: var(--font-en);
  font-size: 10px;
}

.home-about {
  position: relative;
  overflow: hidden;
  height: 418px;
  background: #fff;
}

.home-about__copy {
  position: relative;
  z-index: 1;
  width: 790px;
  padding: 87px 0 0 50px;
}

.home-about__title {
  margin: 0 0 20px;
  color: #111;
  font-family: var(--font-mincho);
  font-size: 31px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.45;
}

.home-about__label {
  margin: 0 0 27px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
}

.home-about__text {
  margin: 0;
  color: #111;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.1;
}

.home-about__shapes {
  position: absolute;
  top: -43px;
  right: -62px;
  width: 458px;
  height: auto;
  overflow: visible;
}

.home-shape {
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform;
}

.home-shape--circle {
  animation: homeShapeFloatA 7.5s ease-in-out infinite;
}

.home-shape--half {
  animation: homeShapeFloatB 6.8s ease-in-out infinite;
}

.home-shape--square {
  animation: homeShapeRotateA 8.4s ease-in-out infinite;
}

.home-shape--diamond {
  animation: homeShapeRotateB 9.2s ease-in-out infinite;
}

.home-shape--small {
  animation: homeShapeFloatC 5.8s ease-in-out infinite;
}

.home-shape--triangle {
  animation: homeShapeTriangle 7.2s ease-in-out infinite;
}

@keyframes homeShapeFloatA {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(8px, -11px, 0) scale(1.03);
  }
}

@keyframes homeShapeFloatB {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-10px, 8px, 0) scale(0.96);
  }
}

@keyframes homeShapeFloatC {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(-8px, -16px, 0) rotate(7deg);
  }
}

@keyframes homeShapeRotateA {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(-7px, -8px, 0) rotate(5deg);
  }
}

@keyframes homeShapeRotateB {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate3d(9px, 11px, 0) rotate(-4deg) scale(1.02);
  }
}

@keyframes homeShapeTriangle {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(12px, 9px, 0) rotate(-6deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-shape {
    animation: none;
  }
}

.home-products {
  padding: 4px 0 92px 50px;
  background: #fff;
}

.home-products__swiper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.home-products__swiper::-webkit-scrollbar {
  display: none;
}

.home-products__swiper.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.home-product-grid {
  display: flex;
  gap: 15px;
  width: max-content;
  padding-right: 50px;
  user-select: none;
}

.home-product-grid img {
  -webkit-user-drag: none;
  user-select: none;
}

.home-product-grid .store-product {
  flex: 0 0 263px;
  scroll-snap-align: start;
}

.home-products .store-product__image {
  border-radius: 9px;
}

.home-products__more {
  width: 170px;
  height: 50px;
  margin: 40px 50px 0 auto;
}

.home-footer {
  position: relative;
  width: calc(100% - 286px);
  min-width: 0;
  margin-top: 0;
}

.home-footer .site-footer__inner {
  width: min(100% - 100px, 1038px);
}

.site-header {
  height: 101px;
  background: #fff;
}

.site-header__inner {
  position: relative;
  width: 1264px;
  height: 100%;
  margin: 0 auto;
}

.site-header__logo {
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  width: 67px;
  height: 67px;
}

.site-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-toggle {
  display: none;
}

.site-header__nav-area {
  position: absolute;
  top: 19px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.site-header__auth {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header__login {
  display: grid;
  width: 120px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--color-accent);
  border-radius: 8px;
  background: #fff;
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.site-header__register {
  display: grid;
  width: 260px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--color-accent);
  border-radius: 8px;
  background: var(--color-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.site-header__auth .site-header__register {
  width: 230px;
}

.site-header__login,
.site-header__register,
.primary-button,
.footer-contact a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.site-header__login::before,
.site-header__register::before,
.primary-button::before,
.footer-contact a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: translate(-50%, -50%);
  transition: width 0.45s ease;
}

.site-header__login::before {
  background: var(--color-accent);
}

.site-header__login span,
.site-header__register span,
.primary-button span,
.footer-contact a span {
  position: relative;
  z-index: 1;
}

.site-header__register:hover,
.site-header__register:focus-visible,
.primary-button:hover,
.primary-button:focus-visible {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.site-header__login:hover,
.site-header__login:focus-visible {
  color: #fff;
}

.site-header__login:hover::before,
.site-header__login:focus-visible::before,
.site-header__register:hover::before,
.site-header__register:focus-visible::before,
.primary-button:hover::before,
.primary-button:focus-visible::before,
.footer-contact a:hover::before,
.footer-contact a:focus-visible::before {
  width: 130%;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 35px;
  color: #151515;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.global-nav a {
  position: relative;
}

.global-nav a::after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--color-accent);
  content: "";
  transform: translateX(-50%);
  transition: width 0.28s ease;
}

.global-nav a:hover,
.global-nav a:focus-visible {
  color: var(--color-accent);
}

.global-nav a:hover::after,
.global-nav a:focus-visible::after {
  width: 100%;
}

.breadcrumb {
  height: 26px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: #f7f9fc;
}

.breadcrumb__inner {
  display: flex;
  align-items: center;
  width: 1264px;
  height: 100%;
  margin: 0 auto;
  color: var(--color-accent);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.breadcrumb__inner a {
  position: relative;
  color: #30343a;
}

.breadcrumb__inner a::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.breadcrumb__inner a:hover::after,
.breadcrumb__inner a:focus-visible::after {
  transform: scaleX(0);
}

.breadcrumb__arrow {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 12px 0 10px;
  border-top: 1px solid #30343a;
  border-right: 1px solid #30343a;
  transform: rotate(45deg);
}

.page {
  width: 1100px;
  margin: 36px auto 118px;
}

.page-title,
.login-card {
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
}

.page-title {
  min-height: 124px;
  padding: 28px 36px 28px;
}

.page-title:has(.page-title__lead) {
  min-height: 151px;
}

.page-title__en {
  margin: 0 0 2px;
  color: #6e7580;
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}

.page-title h1 {
  margin: 0 0 4px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
}

.page-title__lead {
  margin: 0;
  color: #6c7380;
  font-size: 13px;
  font-weight: 700;
}

.text-link {
  position: relative;
  color: var(--color-accent);
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: scaleX(0);
}

.login-layout {
  display: grid;
  grid-template-columns: 710px 374px;
  gap: 16px;
  margin-top: 16px;
  align-items: start;
}

.password-layout {
  display: grid;
  grid-template-columns: 710px 374px;
  gap: 16px;
  margin-top: 16px;
  align-items: start;
}

.register-layout {
  display: grid;
  grid-template-columns: 710px 374px;
  gap: 16px;
  margin-top: 16px;
  align-items: start;
}

.inquiry-layout {
  display: grid;
  grid-template-columns: 710px 374px;
  gap: 16px;
  margin-top: 16px;
  align-items: start;
}

.news-layout {
  display: grid;
  grid-template-columns: 710px 374px;
  gap: 16px;
  margin-top: 16px;
  align-items: start;
}

.mypage-layout {
  display: grid;
  grid-template-columns: 400px 684px;
  gap: 16px;
  margin-top: 16px;
  align-items: start;
}

.account-layout {
  display: grid;
  grid-template-columns: 710px 374px;
  gap: 16px;
  margin-top: 16px;
  align-items: start;
}

.bank-layout {
  display: grid;
  grid-template-columns: 710px 374px;
  gap: 16px;
  margin-top: 16px;
  align-items: start;
}

.login-card {
  padding: 35px 36px 34px;
}

.login-card--member {
  min-height: 426px;
}

.login-card--guest {
  min-height: 197px;
}

.login-card h2 {
  margin: 0 0 3px;
  color: #69727e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.password-card,
.account-guide {
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
}

.password-card {
  min-height: 389px;
  padding: 35px 36px;
}

.password-card--message {
  min-height: 146px;
}

.password-card--new {
  min-height: 307px;
}

.password-card--complete {
  min-height: 122px;
}

.password-card h2,
.account-guide h2 {
  margin: 0 0 3px;
  color: #69727e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.password-card__lead,
.account-guide__lead,
.password-card__text {
  margin: 0;
  color: #6c7380;
  font-size: 13px;
  font-weight: 700;
}

.password-card__lead {
  margin-bottom: 22px;
}

.password-card__text {
  line-height: 1.9;
}

.required {
  margin-left: 8px;
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 700;
}

.notice-box {
  margin: -2px 0 36px;
  padding: 15px 20px 14px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #f8f9fb;
  color: #6c7380;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
}

.form-error-message {
  margin: 0 0 18px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 67, 60, 0.3);
  border-radius: 9px;
  background: #fff5f5;
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.form-error-message ul {
  margin: 0;
  padding-left: 1.25em;
}

.form-error-message li + li {
  margin-top: 4px;
}

.password-card .primary-button {
  margin-top: 25px;
}

.password-card .notice-box + .primary-button {
  margin-top: 0;
}

.account-guide {
  min-height: 371px;
  padding: 35px 36px;
}

.account-guide__section + .account-guide__section {
  margin-top: 34px;
}

.account-guide__lead {
  margin-bottom: 17px;
  line-height: 1.9;
}

.register-card,
.register-guide {
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
}

.register-card {
  min-height: 884px;
  padding: 35px 36px 34px;
}

.register-guide {
  min-height: 497px;
  padding: 35px 36px;
}

.register-card h2,
.register-guide h2 {
  margin: 0 0 3px;
  color: #69727e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.register-card__lead,
.register-guide__lead {
  margin: 0;
  color: #6c7380;
  font-size: 13px;
  font-weight: 700;
}

.register-card__lead {
  margin-bottom: 21px;
}

.register-form {
  display: flex;
  flex-direction: column;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 8px;
}

.register-form .form-field {
  margin-bottom: 13px;
}

.register-form .notice-box {
  margin: 2px 0 36px;
}

.register-form .primary-button {
  margin-top: 0;
}

.guide-note {
  padding: 16px 15px 14px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #f8f9fb;
  color: #6c7380;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.guide-note + .guide-note {
  margin-top: 8px;
}

.guide-note h3 {
  margin: 0 0 4px;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.guide-note p {
  margin: 0;
}

.register-guide__login {
  margin-top: 35px;
}

.register-guide__lead {
  margin-bottom: 17px;
  line-height: 1.9;
}

.inquiry-card,
.inquiry-guide {
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
}

.inquiry-card {
  min-height: 759px;
  padding: 35px 36px;
}

.inquiry-guide {
  min-height: 213px;
  padding: 35px 36px;
}

.inquiry-card h2,
.inquiry-guide h2 {
  margin: 0 0 3px;
  color: #69727e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.inquiry-card__lead,
.inquiry-guide__lead {
  margin: 0;
  color: #6c7380;
  font-size: 13px;
  font-weight: 700;
}

.inquiry-card__lead {
  margin-bottom: 22px;
}

.inquiry-guide__lead {
  margin-bottom: 17px;
  line-height: 1.9;
}

.inquiry-form .form-field {
  margin-bottom: 14px;
}

.inquiry-form .notice-box {
  margin: -2px 0 36px;
}

.content-panel {
  margin-top: 16px;
  padding: 36px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
}

.faq-group + .faq-group {
  margin-top: 36px;
}

.faq-group h2 {
  margin: 0 0 16px;
  color: #69727e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.faq-item {
  border: 1px solid var(--color-border);
  border-radius: 9px;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
}

.faq-item + .faq-item {
  margin-top: 8px;
}

.faq-item summary {
  position: relative;
  display: flex;
  min-height: 50px;
  align-items: center;
  padding: 14px 48px 14px 18px;
  cursor: pointer;
  list-style: none;
  transition: color 0.25s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #69727e;
  border-right: 2px solid #69727e;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.faq-item summary:hover,
.faq-item summary:focus-visible,
.faq-item[open] summary {
  color: var(--color-accent);
}

.faq-item summary:hover::after,
.faq-item summary:focus-visible::after,
.faq-item[open] summary::after {
  border-color: var(--color-accent);
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(135deg);
}

.faq-item__answer {
  height: 0;
  overflow: hidden;
  border-top: 0 solid transparent;
  opacity: 0;
  line-height: 1.9;
  transition: height 0.34s ease, opacity 0.24s ease, border-color 0.24s ease;
}

.faq-item[open] .faq-item__answer {
  border-top-width: 1px;
  border-top-color: var(--color-border);
  opacity: 1;
}

.faq-item__answer-inner {
  padding: 9px 18px 15px;
}

.faq-item__answer p {
  margin: 0;
}

.faq-item__answer ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.faq-item__answer li + li {
  margin-top: 10px;
}

.faq-item__answer .links {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.add_options_li_dot {
  list-style-type: disc;
}

.add_options_left_space {
  display: inline-block;
  margin-top: 4px;
}

.legal-panel {
  margin-top: 16px;
  padding: 36px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
}

.legal-intro {
  margin: 0 0 18px;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
}

.legal-section {
  min-height: 158px;
  padding: 21px 22px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
}

.legal-section + .legal-section,
.commerce-row + .commerce-row {
  margin-top: 8px;
}

.legal-section h2,
.commerce-row__term {
  margin: 0 0 8px;
  color: #69727e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.legal-section p {
  margin: 0;
}

.legal-section ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.legal-section li + li {
  margin-top: 2px;
}

.commerce-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  padding: 18px 22px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #fafafa;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
}

.commerce-row__term {
  margin: 0;
}

.commerce-row__body {
  margin: 0;
}

.news-panel,
.news-category,
.news-detail-panel {
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
}

.news-panel {
  min-height: 608px;
  padding: 35px 36px 34px;
  transition: min-height 0.32s ease;
}

.news-panel.is-loading,
.news-panel.is-empty {
  min-height: 0;
}

.news-category {
  min-height: 353px;
  padding: 35px 36px;
}

.news-category-tabs {
  display: none;
}

.news-list {
  display: flex;
  flex-direction: column;
}

.news-item {
  position: relative;
  display: block;
  padding: 0 40px 16px 0;
  border-bottom: 1px solid #e8e8e8;
  color: #111;
}

.news-item::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  color: #111;
  content: "";
  opacity: 1;
  transform: translateY(-50%) rotate(45deg);
  transition: color 0.25s ease;
  pointer-events: none;
}

.news-item:hover::after,
.news-item:focus-visible::after {
  color: var(--color-accent);
  animation: arrow-loop-right 0.85s ease-in-out infinite;
}

.news-item + .news-item {
  padding-top: 17px;
}

.news-item__meta,
.news-detail__meta {
  display: flex;
  gap: 11px;
  margin-bottom: 5px;
  color: #b9bec6;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.news-item__category,
.news-detail__category {
  font-family: inherit;
}

.news-item__new,
.news-detail__new {
  display: inline-grid;
  min-width: 38px;
  height: 18px;
  place-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--color-accent);
  color: #fff;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.news-item__title {
  margin: 0;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  transition: color 0.25s ease;
}

.news-item:hover .news-item__title,
.news-item:focus-visible .news-item__title {
  color: var(--color-accent);
}

.news-state {
  display: flex;
  min-height: 128px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 24px;
  border-radius: 9px;
  background: #f8f9fb;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.news-loading {
  min-height: 128px;
}

.simple-loader {
  width: 18px;
  height: 18px;
  border: 2px solid #dfe5ee;
  border-top-color: var(--color-accent);
  border-radius: 50%;
  animation: simple-loader-spin 0.85s linear infinite;
}

.news-fade-enter-active,
.news-fade-leave-active {
  transition: opacity 0.24s ease;
}

.news-fade-enter,
.news-fade-leave-to {
  opacity: 0;
}

@keyframes simple-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes arrow-loop-right {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateX(0) rotate(45deg);
  }

  42% {
    opacity: 0;
    transform: translateY(-50%) translateX(13px) rotate(45deg);
  }

  43% {
    opacity: 0;
    transform: translateY(-50%) translateX(-13px) rotate(45deg);
  }

  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(0) rotate(45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .simple-loader {
    animation: none;
  }

  .news-item:hover::after,
  .news-item:focus-visible::after {
    animation: none;
  }

  .news-fade-enter-active,
  .news-fade-leave-active,
  .news-panel {
    transition: none;
  }
}

.news-category__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-category__button {
  display: flex;
  width: 302px;
  min-height: 49px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
}

.news-category__button.is-active {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #fff;
}

.news-category__button:not(.is-active):hover,
.news-category__button:not(.is-active):focus-visible {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 62px;
  color: #8a8f98;
  font-family: var(--font-en);
  font-size: 13px;
  line-height: 1;
}

.pagination a,
.pagination span {
  display: grid;
  min-width: 14px;
  height: 30px;
  place-items: center;
}

.pagination .is-current {
  width: 30px;
  background: #e8e8e8;
  color: #777;
}

.pagination a:hover,
.pagination a:focus-visible {
  color: var(--color-accent);
}

.pagination a.pagination__next {
  display: flex;
  min-width: auto;
  gap: 6px;
  width: auto;
  align-items: center;
}

.pagination__next span {
  display: inline;
  min-width: auto;
  height: auto;
}

.pagination__next .pagination__arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.pagination__prev .pagination__arrow {
  transform: rotate(225deg);
}

.news-detail-panel {
  margin-top: 16px;
  min-height: 465px;
  padding: 35px 36px;
}

.news-detail__title {
  margin: 0 0 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e8e8e8;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.news-detail__body {
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
  line-height: 2.2;
}

.news-detail__body p {
  margin: 0 0 22px;
}

.news-back {
  position: relative;
  display: flex;
  width: 206px;
  height: 49px;
  margin-top: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
}

.news-back:hover,
.news-back:focus-visible {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.news-back__arrow {
  position: absolute;
  left: 18px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}

.news-back:hover .news-back__arrow,
.news-back:focus-visible .news-back__arrow {
  animation: arrow-loop-left 0.85s ease-in-out infinite;
}

.mypage-title {
  min-height: fit-content;
}

.member-number {
  display: inline-flex;
  min-width: 130px;
  height: 33px;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 0 18px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #fafafa;
  color: #30343a;
  font-size: 12px;
  font-weight: 700;
}

.mypage-notice,
.member-card,
.mypage-menu {
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
}

.mypage-notice {
  display: flex;
  min-height: 63px;
  align-items: center;
  gap: 29px;
  margin-top: 16px;
  padding: 0 36px;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
}

.mypage-notice__label {
  color: #30343a;
}

.mypage-notice__date {
  font-family: var(--font-en);
}

.mypage-notice__link {
  position: relative;
  color: var(--color-accent);
}

.mypage-notice__link::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform-origin: center;
  transition: transform 0.25s ease;
}

.mypage-notice__link:hover::after,
.mypage-notice__link:focus-visible::after {
  transform: scaleX(0);
}

.member-card {
  min-height: 269px;
  padding: 35px 36px;
}

.mypage-menu {
  min-height: 255px;
  padding: 35px 36px;
}

.member-card h2,
.mypage-menu h2 {
  margin: 0 0 3px;
  color: #69727e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.mypage-menu__lead {
  margin: 0 0 22px;
  color: #6c7380;
  font-size: 13px;
  font-weight: 700;
}

.member-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 22px;
}

.member-profile__icon {
  position: relative;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #d7dcdf;
  overflow: hidden;
}

.member-profile__icon::before {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9aa3a9;
  content: "";
  transform: translateX(-50%);
}

.member-profile__icon::after {
  position: absolute;
  right: 5px;
  bottom: -2px;
  left: 5px;
  height: 15px;
  border-radius: 50% 50% 0 0;
  background: #9aa3a9;
  content: "";
}

.member-profile__icon--image::before,
.member-profile__icon--image::after {
  display: none;
}

.member-profile__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-profile__name {
  color: #30343a;
  font-size: 24px;
  font-weight: 700;
}

.member-actions {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.member-actions .primary-button,
.member-actions .outline-link {
  width: 328px;
  height: 49px;
  margin-top: 0;
}

.mypage-menu__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px 8px;
}

.mypage-menu__grid .outline-link {
  width: 302px;
}

.outline-link--muted {
  background: #fafafa;
}

.message-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(31, 39, 50, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.message-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.message-modal__dialog {
  position: relative;
  width: min(100%, 520px);
  padding: 36px 32px 32px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
  color: #69727e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
  transform: translateY(-10px);
  transition: transform 0.25s ease;
}

.message-modal.is-active .message-modal__dialog {
  transform: translateY(0);
}

.message-modal__dialog p {
  margin: 0;
}

.message-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
}

.message-modal__close::before,
.message-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #69727e;
  content: "";
}

.message-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.message-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.account-card,
.account-side {
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
}

.account-card {
  min-height: 487px;
  padding: 35px 36px;
}

.account-card--form {
  min-height: 560px;
}

.account-card--address {
  min-height: 751px;
}

.account-side {
  min-height: 487px;
  padding: 35px 36px;
}

.account-card h2,
.account-side h2 {
  margin: 0 0 3px;
  color: #69727e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.account-card__lead,
.account-side__lead {
  margin: 0 0 22px;
  color: #6c7380;
  font-size: 13px;
  font-weight: 700;
}

.account-detail-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 18px 0 16px;
}

.account-detail-row {
  display: grid;
  min-height: 50px;
  grid-template-columns: 116px 1fr;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #fafafa;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
}

.account-detail-row dt,
.account-detail-row dd {
  margin: 0;
}

.account-actions {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.account-actions .primary-button,
.account-actions .outline-link {
  width: 196px;
  height: 51px;
  margin-top: 0;
  justify-content: center;
}

.account-side__links {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.account-side__links .outline-link {
  width: 302px;
}

.account-form .form-grid {
  gap: 18px 8px;
}

.account-form .form-field {
  margin-bottom: 18px;
}

.account-form .primary-button {
  width: 196px;
  margin-top: 0;
}

.gender-options {
  display: flex;
  gap: 8px;
  margin: 0 0 18px;
}

.form-field .gender-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.form-field .gender-options label {
  display: grid;
  width: 110px;
  height: 50px;
  place-items: center;
  margin: 0;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #fff;
  color: #69727e;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.form-field .gender-options input:checked + label {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #fff;
}

.birth-row {
  display: grid;
  grid-template-columns: 222px 16px 170px 16px 170px 16px;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
}

.birth-row input,
.birth-row select {
  margin: 0;
}

.birth-row span {
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
}

.checkbox-field {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: -1px 0 15px;
  color: #69727e;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  accent-color: var(--color-accent);
}

.mailmagazine-card {
  min-height: 320px;
}

.mail-setting-box {
  margin: 17px 0 17px;
  padding: 17px 18px 14px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #fafafa;
}

.mail-setting-box__lead {
  margin: 0 0 15px;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.mail-setting-row {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 17px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #fff;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
}

.mail-toggle {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.mail-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.mail-toggle__switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 26px;
  border-radius: 999px;
  background: #cfd6de;
  transition: background 0.25s ease;
}

.mail-toggle__switch::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  content: "";
  transition: transform 0.25s ease;
}

.mail-toggle input:checked + .mail-toggle__switch {
  background: var(--color-accent);
}

.mail-toggle input:checked + .mail-toggle__switch::after {
  transform: translateX(30px);
}

.mailmagazine-card .outline-link {
  width: 151px;
  justify-content: center;
}

.transfer-card {
  min-height: 802px;
}

.bank-detail-card {
  min-height: 786px;
}

.transfer-alert {
  margin: 17px 0 16px;
  padding: 15px 18px 14px;
  border: 1px solid var(--color-accent);
  border-radius: 9px;
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.bank-amount {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
  padding: 0 18px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #fafafa;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
}

.bank-amount strong {
  color: var(--color-accent);
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.bank-amount small {
  font-family: var(--font-ja);
  font-size: 11px;
}

.transfer-panel {
  padding: 17px 18px 14px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #fafafa;
}

.transfer-panel + .transfer-panel {
  margin-top: 9px;
}

.transfer-panel h3 {
  margin: 0 0 14px;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.transfer-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 10px;
}

.transfer-row {
  display: grid;
  min-height: 50px;
  grid-template-columns: 128px 1fr;
  align-items: center;
  padding: 0 17px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #fff;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
}

.transfer-row dt,
.transfer-row dd {
  margin: 0;
}

.transfer-note {
  margin: 0;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.transfer-code {
  display: grid;
  height: 50px;
  margin: 7px 0 8px;
  place-items: center;
  border: 1px solid var(--color-accent);
  border-radius: 9px;
  color: var(--color-accent);
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.transfer-card > .transfer-note {
  margin: 16px 0 18px;
}

.transfer-card .outline-link {
  width: 151px;
  justify-content: center;
}

.bank-action-card {
  min-height: 180px;
  padding: 35px 36px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
}

.bank-action-card .primary-button,
.bank-action-card .outline-link {
  width: 302px;
  height: 50px;
  margin-top: 0;
  justify-content: center;
}

.bank-action-card .outline-link {
  margin-top: 9px;
}

.purchase-card {
  min-height: 734px;
}

.purchase-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 17px 0 36px;
}

.purchase-item {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #fafafa;
}

.purchase-product {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 15px 16px 14px;
  padding: 15px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #fafafa;
}

.purchase-product__thumb {
  overflow: hidden;
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #fff;
}

.purchase-product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.purchase-product__body {
  color: #69727e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.purchase-product__body time {
  display: block;
  font-family: var(--font-en);
  font-weight: 400;
}

.purchase-product__name {
  margin: 0;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
}

.purchase-product__option {
  color: #69727e;
  font-size: 14px;
  font-weight: 700;
}

.purchase-product__option p {
  margin: 0;
}

.purchase-product__price {
  margin: 0;
}

.purchase-summary {
  display: grid;
  gap: 8px;
  padding: 16px 17px 15px;
  border-top: 1px solid var(--color-border);
  color: #9aa0aa;
  font-size: 13px;
  font-weight: 700;
}

.purchase-summary__row {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 24px;
  align-items: center;
}

.purchase-summary__row span:last-child {
  text-align: right;
}

.purchase-summary__row--total {
  color: #69727e;
}

.purchase-card .outline-link {
  width: 151px;
  justify-content: center;
}

.store-actions {
  display: flex;
  justify-content: flex-end;
  margin: 17px 0 16px;
}

.store-cart-button {
  position: relative;
  display: grid;
  overflow: hidden;
  isolation: isolate;
  width: 130px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--color-accent);
  border-radius: 9px;
  background: var(--color-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.store-cart-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.45s ease;
}

.store-cart-button span {
  position: relative;
  z-index: 1;
}

.store-cart-button:hover,
.store-cart-button:focus-visible {
  color: var(--color-accent);
  border-color: var(--color-accent);
}

.store-cart-button:hover::before,
.store-cart-button:focus-visible::before {
  transform: translate(-50%, -50%) scale(16);
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 16px;
}

.store-product {
  display: block;
  color: #111;
}

.store-product__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 263 / 267;
  border-radius: 9px;
  background: #f4f4f4;
}

.store-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.store-product:hover .store-product__image img,
.store-product:focus-visible .store-product__image img {
  transform: scale(1.04);
}

.store-product__badge {
  position: absolute;
  top: 18px;
  left: 20px;
  display: grid;
  min-width: 56px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: var(--color-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.store-product__name {
  margin: 10px 0 4px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
}

.store-product__category {
  margin: 0 0 4px;
  color: #c7c7c7;
  font-size: 12px;
  font-weight: 700;
}

.store-product__price {
  margin: 0;
  color: #111;
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
}

.store-detail {
  display: grid;
  grid-template-columns: 640px 444px;
  gap: 16px;
  margin-top: 16px;
  align-items: start;
}

.store-detail--single-image {
  grid-template-columns: 560px 444px;
  gap: 56px;
}

.store-detail-state {
  margin-top: 16px;
}

.product-gallery {
  display: grid;
  grid-template-columns: 186px 438px;
  gap: 16px;
}

.product-gallery--single {
  grid-template-columns: 1fr;
}

.store-detail--single-image .product-gallery__main {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(2, 85px);
  gap: 16px;
  align-content: start;
}

.product-gallery__thumb,
.product-gallery__main {
  overflow: hidden;
  border-radius: 9px;
  background: #f4f4f4;
}

.product-gallery__thumb {
  position: relative;
  padding: 0;
  width: 85px;
  height: 85px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.product-gallery__thumb::after {
  position: absolute;
  inset: 0;
  border-radius: 7px;
  background: rgba(255, 65, 61, 0.18);
  content: "";
  opacity: 0;
  transition: opacity 0.25s ease;
}

.product-gallery__thumb:hover,
.product-gallery__thumb:focus-visible {
  border-color: rgba(255, 65, 61, 0.55);
}

.product-gallery__thumb.is-active {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(255, 65, 61, 0.18);
}

.product-gallery__thumb.is-active::after {
  opacity: 1;
}

.product-gallery__main {
  position: relative;
  width: 438px;
  height: 438px;
}

.product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery__main img {
  display: block;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.product-gallery__main img.is-loaded {
  opacity: 1;
}

.product-gallery__loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #f8f9fb;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
  pointer-events: none;
}

.product-gallery__loading-text {
  line-height: 1;
}

.product-image-fade-enter-active,
.product-image-fade-leave-active {
  transition: opacity 0.22s ease;
}

.product-image-fade-enter,
.product-image-fade-leave-to {
  opacity: 0;
}

.product-info {
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.product-info__eyebrow {
  margin: 0 0 5px;
  color: #c7c7c7;
}

.product-info h2 {
  margin: 0 0 7px;
  color: #111;
  font-size: 20px;
  font-weight: 700;
}

.product-info__category {
  margin: 0 0 16px;
  color: #c7c7c7;
  font-size: 12px;
}

.product-info__price {
  margin: 17px 0 17px;
  color: #111;
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.product-info__label {
  margin: 18px 0 8px;
  color: #c7c7c7;
}

.product-info__description p {
  margin: 0 0 13px;
}

.product-options {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 17px;
}

.product-options .outline-link {
  width: 302px;
}

.product-select {
  position: relative;
  display: block;
  width: 302px;
}

.product-select::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #69727e;
  border-right: 2px solid #69727e;
  content: "";
  pointer-events: none;
  transform: translateY(-65%) rotate(135deg);
  transition: border-color 0.25s ease;
}

.product-select select {
  width: 100%;
  height: 50px;
  padding: 0 47px 0 16px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  appearance: none;
  background: #fff;
  color: #69727e;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.product-select:hover::after,
.product-select:focus-within::after {
  border-color: var(--color-accent);
}

.product-select select:hover,
.product-select select:focus {
  border-color: var(--color-accent);
  color: var(--color-accent);
  outline: none;
}

.product-info .primary-button {
  width: 444px;
  margin-top: 0;
}

.product-info .outline-link--wide {
  width: 444px;
  margin-top: 9px;
  justify-content: center;
}

.cart-layout {
  display: grid;
  grid-template-columns: 710px 374px;
  gap: 16px;
  margin-top: 16px;
  align-items: start;
}

.cart-state {
  margin-top: 16px;
}

.cart-panel,
.cart-side-card,
.complete-panel {
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
}

.cart-panel {
  padding: 35px 36px;
}

.cart-items {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.cart-item {
  display: grid;
  min-height: 119px;
  grid-template-columns: 88px 1fr 72px;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #fafafa;
}

.cart-item__image {
  overflow: hidden;
  width: 88px;
  height: 88px;
  border-radius: 9px;
  background: #fff;
}

.cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item__name {
  margin: 0 0 3px;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
}

.cart-item__option {
  color: #69727e;
  font-size: 14px;
  font-weight: 700;
}

.cart-item__option p {
  margin: 0 0 3px;
}

.cart-item__price {
  margin: 0 0 9px;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
}

.cart-quantity {
  position: relative;
  display: block;
  width: 120px;
  height: 38px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #fff;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
}

.cart-quantity::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  pointer-events: none;
  transform: translateY(-65%) rotate(135deg);
  transition: border-color 0.25s ease;
}

.cart-quantity select {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  text-align-last: center;
}

.cart-quantity:hover,
.cart-quantity:focus-within {
  color: var(--color-accent);
  border-color: var(--color-accent);
}

.cart-quantity select:focus {
  outline: none;
}

.cart-remove {
  display: grid;
  width: 70px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--color-accent);
  border-radius: 999px;
  background: #fff;
  color: var(--color-accent);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.cart-remove:disabled {
  cursor: wait;
  opacity: 0.65;
}

.cart-notice {
  margin: 18px 0 0;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.cart-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cart-side-card {
  padding: 35px 36px;
}

.cart-side-card h2 {
  margin: 0 0 14px;
  color: #69727e;
  font-size: 20px;
  font-weight: 700;
}

.cart-address {
  margin: 0 0 18px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.cart-address span {
  display: block;
}

.cart-address__label {
  margin: 0 0 4px;
}

.cart-address__label:not(:first-child) {
  margin-top: 16px;
}

.cart-address__empty {
  color: var(--color-accent);
}

.cart-side-card .outline-link,
.cart-side-card .primary-button {
  width: 302px;
  margin-top: 0;
}

.cart-summary {
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-border);
  color: #111;
  font-size: 13px;
  font-weight: 700;
}

.cart-summary__row {
  display: flex;
  justify-content: space-between;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin: 0 0 17px;
  color: var(--color-accent);
  font-size: 16px;
  font-weight: 700;
}

.cart-side-card .outline-link--wide {
  margin-top: 9px;
  justify-content: center;
}

.payment-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0;
  background: rgba(255, 255, 255, 0.82);
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0s linear 0.28s;
}

.payment-modal:target,
.payment-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.payment-modal__dialog {
  width: 350px;
}

.payment-option {
  display: flex;
  width: 100%;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 20px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.payment-option:hover,
.payment-option:focus-visible {
  color: var(--color-accent);
  outline: none;
}

.payment-option + .payment-option {
  margin-top: 5px;
}

.payment-option--bank {
  min-height: 55px;
  padding-top: 0;
  padding-bottom: 0;
}

.payment-option__content {
  display: block;
}

.payment-option__note {
  display: block;
  margin: 4px 0 8px;
  color: var(--color-accent);
  font-size: 11px;
}

.payment-option__arrow {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-top: 2px solid #69727e;
  border-right: 2px solid #69727e;
  transform: rotate(45deg);
}

.payment-option:hover .payment-option__arrow,
.payment-option:focus-visible .payment-option__arrow {
  border-color: var(--color-accent);
  animation: arrow-loop 0.85s ease-in-out infinite;
}

.payment-option__image {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 32px;
  margin-top: 8px;
}

.payment-option__image--credit {
  max-width: 220px;
  max-height: 34px;
}

.payment-option__image--paidy {
  max-width: 100px;
}

.payment-option--paypal {
  display: block;
  margin-top: 5px;
  cursor: default;
}

.payment-option--paypal:hover,
.payment-option--paypal:focus-visible {
  color: #111;
}

#paypal-button-container {
  margin-top: 10px;
}

.payment-message {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.86);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

.payment-message.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.payment-message__dialog {
  width: min(420px, 100%);
  padding: 28px 24px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.payment-message__dialog p {
  margin: 0 0 18px;
}

.payment-message__actions {
  display: grid;
  gap: 9px;
}

.payment-message__actions .outline-link,
.payment-message__close {
  width: 100%;
  height: 50px;
  margin: 0;
  justify-content: center;
}

.payment-brands {
  display: flex;
  gap: 7px;
}

.payment-brand {
  display: grid;
  width: 43px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--color-border);
  color: #1b55a8;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
}

.payment-brand--red {
  color: #e13b25;
}

.payment-brand--orange {
  color: #e97321;
}

.payment-brand--gray {
  color: #777;
}

.payment-logo {
  display: block;
  margin-top: 3px;
  font-family: var(--font-en);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.payment-logo--docomo {
  color: #e40046;
}

.payment-logo--au {
  color: #ee6b00;
  font-style: italic;
}

.payment-logo--softbank {
  color: #555;
  font-family: serif;
}

.payment-close {
  display: grid;
  height: 34px;
  margin-top: 10px;
  place-items: center;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 13px;
}

.complete-panel {
  margin-top: 16px;
  min-height: 178px;
  padding: 35px 36px;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.complete-actions {
  display: flex;
  gap: 8px;
  margin-top: 17px;
}

.complete-actions .primary-button,
.complete-actions .outline-link {
  width: 196px;
  height: 51px;
  margin-top: 0;
  justify-content: center;
}

.login-card__lead {
  margin: 0 0 20px;
  color: #6c7380;
  font-size: 13px;
  font-weight: 700;
}

.login-card--member .login-card__lead {
  margin-bottom: 14px;
}

.login-form {
  display: flex;
  flex-direction: column;
}

.form-field {
  margin-bottom: 10px;
}

.form-field label {
  display: block;
  margin-bottom: 7px;
  color: #6c7380;
  font-size: 13px;
  font-weight: 700;
}

.form-field input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: var(--color-text);
  font-size: 16px;
}

.form-field select,
.birth-row select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 38px 0 16px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: var(--color-text);
  font-size: 16px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #69727e 50%), linear-gradient(135deg, #69727e 50%, transparent 50%);
  background-position: calc(100% - 22px) 20px, calc(100% - 16px) 20px;
  background-repeat: no-repeat;
  background-size: 7px 7px, 7px 7px;
}

.form-field textarea {
  display: block;
  width: 100%;
  min-height: 238px;
  padding: 14px 16px;
  resize: vertical;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: var(--color-text);
  font-size: 16px;
}

.form-field input:focus,
.form-field select:focus,
.birth-row select:focus,
.form-field textarea:focus {
  border-color: #aab5c4;
}

.forgot-link {
  position: relative;
  align-self: flex-end;
  margin-top: -3px;
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 700;
}

.forgot-link::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.forgot-link:hover::after,
.forgot-link:focus-visible::after {
  transform: scaleX(0);
}

.primary-button {
  display: grid;
  width: 100%;
  height: 51px;
  margin-top: 32px;
  place-items: center;
  border: 1px solid var(--color-accent);
  border-radius: 9px;
  background: var(--color-accent);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.primary-button:disabled {
  cursor: wait;
  opacity: 0.75;
}

.primary-button--compact {
  width: 196px;
  margin-top: 0;
}

.outline-link {
  display: flex;
  width: 302px;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 17px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  color: #69727e;
  font-size: 13px;
  font-weight: 700;
}

.outline-link:hover,
.outline-link:focus-visible {
  border-color: #c8d1df;
  color: var(--color-accent);
}

.outline-link__arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid #69727e;
  border-right: 2px solid #69727e;
  transform: rotate(45deg);
}

.outline-link:hover .outline-link__arrow,
.outline-link:focus-visible .outline-link__arrow {
  border-color: var(--color-accent);
  animation: arrow-loop 0.85s ease-in-out infinite;
}

.site-footer {
  margin-top: auto;
  border-top: 1px solid #e8e8e8;
}

.site-footer__upper {
  height: 294px;
  background: #fff;
}

.site-footer__lower {
  height: 215px;
  background: var(--color-footer);
}

.site-footer__inner {
  width: 1038px;
  margin: 0 auto;
}

.site-footer__inner--upper {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 130px;
  padding-top: 97px;
}

.footer-links {
  display: grid;
  grid-template-columns: 100px 140px;
  gap: 122px;
}

.footer-links__column {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #111;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
}

.footer-links__column a:hover,
.footer-links__column a:focus-visible,
.legal-links a:hover,
.legal-links a:focus-visible {
  color: var(--color-accent);
}

.footer-contact {
  width: 100%;
  min-width: 0;
  color: #111;
  text-align: center;
}

.footer-contact a {
  display: grid;
  height: 36px;
  place-items: center;
  border: 1px solid #111;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.footer-contact a::before {
  background: var(--color-footer);
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  border-color: var(--color-footer);
  color: #fff;
}

.footer-contact p {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.7;
}

.site-footer__inner--lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 103px;
}

.legal-links {
  display: flex;
  gap: 31px;
  color: #606060;
  font-size: 12px;
  line-height: 1;
}

.copyright {
  margin: 0;
  color: #606060;
  font-family: var(--font-en);
  font-size: 12px;
  line-height: 1;
}

.loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.88);
  color: var(--color-text);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.loading-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.loading-overlay__body {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.loading-overlay__spinner {
  width: 42px;
  height: 42px;
  border: 3px solid #e5e9ef;
  border-top-color: var(--color-accent);
  border-radius: 50%;
  animation: loading-spin 0.9s linear infinite;
}

.loading-overlay__text {
  margin: 0;
  color: #69727e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

@keyframes arrow-loop {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(45deg);
  }

  42% {
    opacity: 0;
    transform: translateX(13px) rotate(45deg);
  }

  43% {
    opacity: 0;
    transform: translateX(-13px) rotate(45deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotate(45deg);
  }
}

@keyframes arrow-loop-left {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(45deg);
  }

  42% {
    opacity: 0;
    transform: translateX(-13px) rotate(45deg);
  }

  43% {
    opacity: 0;
    transform: translateX(13px) rotate(45deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotate(45deg);
  }
}

@keyframes loading-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1099px) {
  html {
    overflow-x: hidden;
  }

  body {
    min-width: 0;
  }

  .home-body {
    min-width: 0;
    overflow-x: hidden;
  }

  .home-main,
  .home-footer {
    width: 100%;
    min-width: 0;
  }

  .home-footer .site-footer__inner {
    width: min(100% - 32px, 1038px);
  }

  .home-side {
    position: sticky;
    top: 0;
    z-index: 900;
    width: 100%;
    min-height: 72px;
    height: 72px;
    padding: 10px 16px;
    border-bottom: 1px solid var(--color-border);
    overflow: hidden;
  }

  .home-side .menu-toggle {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 1001;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--color-border);
    border-radius: 9px;
    background: #fff;
    cursor: pointer;
    transform: none;
  }

  .home-side .menu-toggle span {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #111;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .home-side .menu-toggle span:nth-child(1) {
    transform: translateY(-6px);
  }

  .home-side .menu-toggle span:nth-child(3) {
    transform: translateY(6px);
  }

  .is-menu-open .home-side .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  .is-menu-open .home-side .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .is-menu-open .home-side .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .home-side__logo {
    width: 52px;
    margin: 0;
  }

  .home-side__store,
  .home-side__lead,
  .home-side__nav,
  .home-side__register,
  .home-side__faq,
  .home-side__search,
  .home-side__marks,
  .home-side__copyright {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
  }

  .is-menu-open .home-side {
    position: fixed;
    inset: 0;
    height: 100vh;
    padding: 18px 16px 32px;
    overflow-y: auto;
  }

  .is-menu-open .home-side__logo {
    width: 76px;
    margin: 0 auto 12px;
  }

  .is-menu-open .home-side__store,
  .is-menu-open .home-side__lead,
  .is-menu-open .home-side__nav,
  .is-menu-open .home-side__register,
  .is-menu-open .home-side__faq,
  .is-menu-open .home-side__search,
  .is-menu-open .home-side__marks,
  .is-menu-open .home-side__copyright {
    opacity: 1;
    pointer-events: auto;
  }

  .is-menu-open .home-side__nav,
  .is-menu-open .home-side__register,
  .is-menu-open .home-side__faq,
  .is-menu-open .home-side__search {
    width: min(100%, 260px);
  }

  .site-header {
    height: auto;
  }

  .site-header__inner,
  .breadcrumb__inner,
  .page,
  .site-footer__inner {
    width: min(100% - 32px, 1100px);
  }

  .site-header__inner {
    display: flex;
    height: auto;
    min-height: 96px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
  }

  .site-header__logo,
  .site-header__nav-area {
    position: static;
  }

  .global-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
  }

  .login-layout,
  .password-layout,
  .register-layout,
  .inquiry-layout,
  .news-layout,
  .mypage-layout,
  .account-layout,
  .site-footer__inner--upper,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .commerce-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .outline-link,
  .news-category__button,
  .member-actions .primary-button,
  .member-actions .outline-link,
  .mypage-menu__grid .outline-link,
  .account-side__links .outline-link,
  .footer-contact {
    width: 100%;
  }

  .birth-row {
    grid-template-columns: 1fr 16px;
  }

  .mypage-menu__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__upper,
  .site-footer__lower {
    height: auto;
  }

  .site-footer__inner--upper,
  .site-footer__inner--lower {
    padding: 48px 0;
  }

  .footer-links,
  .site-footer__inner--upper {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  html.is-menu-open,
  body.is-menu-open {
    overflow: hidden;
  }

  body,
  .home-body {
    min-width: 0;
    overflow-x: hidden;
  }

  img,
  svg,
  video {
    max-width: 100%;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 900;
    height: 72px;
    border-bottom: 1px solid var(--color-border);
  }

  .site-header__inner {
    width: 100%;
    min-height: 72px;
    padding: 0 16px;
  }

  .site-header__logo {
    width: 52px;
    height: 52px;
  }

  .menu-toggle {
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 1001;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--color-border);
    border-radius: 9px;
    background: #fff;
    cursor: pointer;
    transform: translateY(-50%);
  }

  .menu-toggle span {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #111;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .menu-toggle span:nth-child(1) {
    transform: translateY(-6px);
  }

  .menu-toggle span:nth-child(3) {
    transform: translateY(6px);
  }

  .is-menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  .is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .is-menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-header__nav-area {
    position: fixed;
    inset: 72px 0 0;
    z-index: 899;
    display: flex;
    min-height: calc(100vh - 72px);
    max-height: calc(100vh - 72px);
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 24px 16px 32px;
    border-bottom: 1px solid var(--color-border);
    background: #fff;
    box-shadow: 0 18px 30px rgba(31, 39, 50, 0.08);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    overflow-y: auto;
  }

  .is-menu-open .site-header__nav-area {
    opacity: 1;
    pointer-events: auto;
  }

  .site-header__register {
    width: 100%;
    height: 48px;
  }

  .site-header__auth {
    width: 100%;
  }

  .site-header__login,
  .site-header__auth .site-header__register {
    width: 100%;
    height: 48px;
  }

  .global-nav {
    display: grid;
    width: 100%;
    gap: 0;
    justify-content: stretch;
    justify-items: stretch;
    font-size: 15px;
  }

  .global-nav a {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #edf1f6;
  }

  .global-nav a::after {
    display: none;
  }

  .breadcrumb {
    height: auto;
  }

  .breadcrumb__inner {
    width: 100%;
    min-height: 38px;
    padding: 8px 16px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .page {
    width: calc(100% - 32px);
    margin: 24px auto 72px;
  }

  .page-title {
    min-height: auto;
    padding: 24px 20px;
    border-radius: 12px;
  }

  .page-title:has(.page-title__lead) {
    min-height: auto;
  }

  .page-title__en {
    font-size: 12px;
  }

  .page-title h1 {
    font-size: 24px;
  }

  .page-title__lead {
    font-size: 13px;
    line-height: 1.8;
  }

  .login-layout,
  .password-layout,
  .register-layout,
  .inquiry-layout,
  .news-layout,
  .mypage-layout,
  .account-layout,
  .bank-layout,
  .store-detail,
  .cart-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .login-card,
  .password-card,
  .account-guide,
  .register-card,
  .register-guide,
  .inquiry-card,
  .inquiry-guide,
  .content-panel,
  .legal-panel,
  .news-panel,
  .news-category,
  .news-detail-panel,
  .member-card,
  .mypage-menu,
  .cart-panel,
  .cart-side-card,
  .complete-panel,
  .bank-action-card {
    min-height: auto;
    padding: 24px 20px;
    border-radius: 12px;
  }

  .form-grid,
  .store-grid,
  .mypage-menu__grid {
    grid-template-columns: 1fr;
  }

  .form-field input,
  .form-field textarea,
  .form-field select,
  .primary-button,
  .outline-link,
  .forgot-link,
  .news-category__button,
  .password-card .primary-button,
  .register-form .primary-button,
  .inquiry-form .primary-button,
  .member-actions .primary-button,
  .member-actions .outline-link,
  .mypage-menu__grid .outline-link,
  .account-side__links .outline-link,
  .product-options .outline-link,
  .product-select,
  .product-info .primary-button,
  .product-info .outline-link--wide,
  .cart-side-card .outline-link,
  .cart-side-card .primary-button,
  .bank-action-card .primary-button,
  .bank-action-card .outline-link,
  .mailmagazine-card .outline-link,
  .transfer-card .outline-link,
  .purchase-card .outline-link {
    width: 100%;
  }

  .news-category__list,
  .account-side__links {
    gap: 8px;
  }

  .news-category-tabs {
    display: flex;
    gap: 8px;
    margin: 0 -16px;
    padding: 0 16px 2px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .news-category-tabs::-webkit-scrollbar {
    display: none;
  }

  .news-category-tabs__item {
    display: inline-flex;
    flex: 0 0 auto;
    min-width: 76px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: #fff;
    color: #69727e;
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
  }

  .news-category-tabs__item.is-active {
    border-color: var(--color-accent);
    background: var(--color-accent);
    color: #fff;
  }

  .news-category {
    display: none;
  }

  .news-item__meta,
  .news-detail__meta {
    flex-wrap: wrap;
  }

  .pagination {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 36px;
  }

  .forgot-link {
    width: fit-content;
  }

  .commerce-row,
  .transfer-row,
  .purchase-summary__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .purchase-summary__row span:last-child {
    text-align: left;
  }

  .purchase-product {
    align-items: flex-start;
  }

  .store-actions {
    justify-content: stretch;
  }

  .store-cart-button {
    width: 100%;
    height: 44px;
  }

  .store-grid {
    gap: 26px 14px;
  }

  .store-product__price {
    font-size: 18px;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .product-gallery__main {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    order: 1;
  }

  .product-gallery__thumbs {
    display: flex;
    order: 2;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .product-gallery__thumb {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
  }

  .product-options {
    margin-bottom: 28px;
  }

  .cart-item {
    grid-template-columns: 72px 1fr;
    gap: 12px;
  }

  .cart-item__image {
    width: 72px;
    height: 72px;
  }

  .cart-item__actions {
    grid-column: 1 / -1;
  }

  .cart-remove,
  .cart-quantity {
    width: 100%;
  }

  .payment-modal {
    padding: 24px 16px;
  }

  .payment-modal__body {
    width: 100%;
    padding: 24px 20px;
  }

  .site-footer__upper,
  .site-footer__lower {
    height: auto;
  }

  .site-footer__inner {
    width: calc(100% - 32px);
  }

  .site-footer__inner--upper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 0;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .footer-contact {
    width: 100%;
  }

  .site-footer__inner--lower {
    display: grid;
    gap: 22px;
    padding: 36px 0;
  }

  .legal-links {
    display: grid;
    gap: 14px;
  }

  .home-side {
    position: sticky;
    top: 0;
    z-index: 900;
    width: 100%;
    min-height: 72px;
    height: 72px;
    padding: 10px 16px;
    border-bottom: 1px solid var(--color-border);
    overflow: hidden;
  }

  .home-side .menu-toggle {
    display: grid;
    top: 14px;
    transform: none;
  }

  .home-side__logo {
    width: 52px;
    margin: 0;
  }

  .home-side__store,
  .home-side__lead,
  .home-side__nav,
  .home-side__register,
  .home-side__faq,
  .home-side__search,
  .home-side__marks,
  .home-side__copyright {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
  }

  .is-menu-open .home-side {
    position: fixed;
    inset: 0;
    height: 100vh;
    padding: 18px 16px 32px;
    overflow-y: auto;
  }

  .is-menu-open .home-side__logo {
    width: 76px;
    margin: 0 auto 12px;
  }

  .is-menu-open .home-side__store,
  .is-menu-open .home-side__lead,
  .is-menu-open .home-side__nav,
  .is-menu-open .home-side__register,
  .is-menu-open .home-side__faq,
  .is-menu-open .home-side__search,
  .is-menu-open .home-side__marks,
  .is-menu-open .home-side__copyright {
    opacity: 1;
    pointer-events: auto;
  }

  .is-menu-open .home-side__nav,
  .is-menu-open .home-side__register,
  .is-menu-open .home-side__faq,
  .is-menu-open .home-side__search {
    width: min(100%, 260px);
  }

  .home-main,
  .home-footer {
    width: 100%;
    min-width: 0;
  }

  .home-hero {
    height: auto;
    aspect-ratio: 1082 / 500;
  }

  .home-hero__nav {
    width: 32px;
    height: 32px;
  }

  .home-hero__nav span {
    width: 32px;
    height: 32px;
  }

  .home-hero__nav--prev {
    left: 12px;
  }

  .home-hero__nav--next {
    right: 12px;
  }

  .home-hero__pagination {
    right: 16px;
    bottom: 10px;
  }

  .home-about {
    height: auto;
    min-height: 420px;
    padding: 48px 16px 170px;
  }

  .home-about__copy {
    width: 100%;
    padding: 0;
  }

  .home-about__title {
    font-size: 27px;
    line-height: 1.55;
  }

  .home-about__shapes {
    top: auto;
    right: -110px;
    bottom: -42px;
    width: 320px;
  }

  .home-products {
    padding: 32px 0 64px 16px;
  }

  .home-product-grid .store-product {
    flex-basis: 220px;
  }

  .home-product-grid {
    padding-right: 16px;
  }

  .home-products__more {
    width: calc(100% - 32px);
    margin: 32px 16px 0 0;
  }

  .mypage-title {
    padding: 22px 20px;
  }

  .mypage-title h1 {
    font-size: 22px;
  }

  .member-number {
    height: 30px;
    margin-top: 0;
    font-size: 11px;
  }

  .mypage-notice {
    display: grid;
    min-height: 122px;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
    margin-top: 16px;
    padding: 20px;
    border-radius: 16px;
    font-size: 13px;
  }

  .mypage-notice__label {
    display: none;
  }

  .mypage-notice__date {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    color: #69727e;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
  }

  .mypage-notice__link {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.8;
    white-space: nowrap;
  }

  .mypage-notice__link span {
    display: inline-block;
    min-width: max-content;
    transform: translateX(0);
  }

  .mypage-notice__link.is-marquee span {
    animation: mypageNoticeMarquee var(--marquee-duration, 9s) ease-in-out infinite;
  }

  .member-card h2,
  .mypage-menu h2 {
    font-size: 18px;
  }

  .member-profile__name {
    font-size: 20px;
  }

  .mypage-menu__lead {
    display: none;
  }

  .mypage-menu__grid {
    margin-top: 16px;
  }

  .mypage-menu__grid .outline-link,
  .member-actions .primary-button,
  .member-actions .outline-link {
    min-height: 48px;
    font-size: 13px;
  }
}

@keyframes mypageNoticeMarquee {
  0%,
  24% {
    transform: translateX(0);
  }

  72%,
  86% {
    transform: translateX(calc(var(--marquee-distance, 0px) * -1));
  }

  86.01%,
  100% {
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .home-side {
    overflow: visible;
  }

  .home-side__nav-area {
    position: fixed;
    inset: 72px 0 0;
    z-index: 899;
    display: flex;
    min-height: calc(100vh - 72px);
    max-height: calc(100vh - 72px);
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 24px 16px 32px;
    border-bottom: 1px solid var(--color-border);
    background: #fff;
    box-shadow: 0 18px 30px rgba(31, 39, 50, 0.08);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    overflow-y: auto;
  }

  .is-menu-open .home-side {
    position: sticky;
    inset: auto;
    height: 72px;
    min-height: 72px;
    padding: 10px 16px;
    overflow: visible;
  }

  .is-menu-open .home-side__nav-area {
    opacity: 1;
    pointer-events: auto;
  }

  .home-side__store,
  .home-side__lead,
  .home-side__marks,
  .home-side__copyright,
  .is-menu-open .home-side__store,
  .is-menu-open .home-side__lead,
  .is-menu-open .home-side__marks,
  .is-menu-open .home-side__copyright {
    display: none;
  }

  .is-menu-open .home-side__logo {
    width: 52px;
    margin: 0;
  }

  .home-side__register {
    order: 1;
  }

  .home-side__nav {
    order: 2;
    display: grid;
    width: 100%;
    gap: 0;
    font-size: 15px;
    font-weight: 500;
  }

  .home-side__faq {
    order: 3;
  }

  .home-side__search {
    order: 4;
  }

  .home-side__nav a,
  .home-side__register,
  .home-side__faq,
  .home-side__search,
  .is-menu-open .home-side__nav,
  .is-menu-open .home-side__register,
  .is-menu-open .home-side__faq,
  .is-menu-open .home-side__search {
    width: 100%;
  }

  .home-side__nav a,
  .home-side__faq,
  .home-side__search {
    min-height: 52px;
    height: auto;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    padding: 0 18px;
    border: 0;
    border-bottom: 1px solid #edf1f6;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 500;
  }

  .home-side__register {
    height: 48px;
    margin: 0;
    border-radius: 8px;
  }

  .home-side__icon {
    display: none;
  }
}
