:root {
  --venture-ink: #06111f;
  --venture-ink-soft: #0a1b2d;
  --venture-ink-light: #10263e;
  --venture-gold: #c99a42;
  --venture-gold-light: #f0ce86;
  --venture-gold-muted: #8b6a30;
  --venture-parchment: #f3eee4;
  --venture-paper: #fffdf8;
  --venture-line: rgba(201, 154, 66, 0.48);
  --venture-type-display: clamp(2.25rem, 4.5vw, 4.7rem);
  --venture-type-section-title: clamp(1.05rem, 1.7vw, 1.55rem);
  --venture-type-card-title: clamp(0.72rem, 0.85vw, 0.9rem);
  --venture-product-title-size: clamp(0.7rem, 0.8vw, 0.88rem);
  --venture-product-price-size: clamp(0.74rem, 0.85vw, 0.92rem);
  --venture-product-title-size-mobile: 0.64rem;
  --venture-product-price-size-mobile: 0.68rem;
  --venture-type-copy: clamp(0.76rem, 0.85vw, 0.92rem);
  --venture-type-link: clamp(0.7rem, 0.75vw, 0.82rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.venture01-theme {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  padding-top: 0 !important;
  background:
    radial-gradient(circle at 14% 16%, rgba(201, 154, 66, 0.08), transparent 24rem),
    radial-gradient(circle at 87% 37%, rgba(24, 61, 94, 0.26), transparent 32rem),
    linear-gradient(rgba(7, 20, 34, 0.97), rgba(3, 11, 20, 0.99)),
    var(--venture-ink);
  color: #f8f4ea;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--venture-type-copy);
  line-height: 1.65;
}

body.venture01-theme::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(circle at 100% 150%, transparent 24%, rgba(201, 154, 66, 0.1) 25%, rgba(201, 154, 66, 0.1) 28%, transparent 29%, transparent 36%, rgba(201, 154, 66, 0.06) 37%, rgba(201, 154, 66, 0.06) 40%, transparent 41%),
    radial-gradient(circle at 0 150%, transparent 24%, rgba(201, 154, 66, 0.1) 25%, rgba(201, 154, 66, 0.1) 28%, transparent 29%, transparent 36%, rgba(201, 154, 66, 0.06) 37%, rgba(201, 154, 66, 0.06) 40%, transparent 41%),
    radial-gradient(circle at 50% 100%, transparent 23%, rgba(201, 154, 66, 0.08) 24%, rgba(201, 154, 66, 0.08) 27%, transparent 28%, transparent 35%, rgba(201, 154, 66, 0.05) 36%, rgba(201, 154, 66, 0.05) 39%, transparent 40%);
  background-position: 0 0, 40px 0, 40px -20px;
  background-size: 80px 40px;
  content: "";
  opacity: 0.38;
  pointer-events: none;
}

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

button,
input,
select {
  font: inherit;
}

.material-symbols-outlined {
  font-size: 1.25em;
  font-variation-settings: "wght" 450;
  line-height: 1;
  vertical-align: -0.14em;
}

.venture-shell {
  width: min(100% - 28px, 1220px);
  margin-inline: auto;
}

.venture-announcement {
  border-bottom: 1px solid var(--venture-line);
  background: #020a13;
  color: var(--venture-gold-light);
  font-size: var(--venture-type-link);
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-block: 0.24rem;
}

.venture-announcement a {
  color: #d8d5ce;
  font-weight: 400;
}

.venture-header {
  border-bottom: 1px solid var(--venture-gold-muted);
  background: rgba(5, 15, 27, 0.97);
}

.venture-header-main {
  display: grid;
  grid-template-columns: 230px minmax(340px, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 2.8vw, 2.5rem);
  min-height: 82px;
  padding-block: 0.6rem 0.5rem;
}

.venture-logo {
  display: inline-flex;
  width: max-content;
  flex-direction: column;
  align-items: center;
  color: var(--venture-gold-light);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-shadow: 0 2px 18px rgba(201, 154, 66, 0.28);
}

.venture-logo strong {
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.venture-logo > span:last-child {
  margin-top: 0.35rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.5em;
}

.venture-logo-kicker {
  align-self: flex-start;
  margin: 0 0 0.3rem 1.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.venture-search {
  display: grid;
  grid-template-columns: 145px 1fr 56px;
  overflow: hidden;
  border: 1px solid rgba(240, 206, 134, 0.48);
  border-radius: 5px;
  background: var(--venture-paper);
}

.venture-search select,
.venture-search input {
  height: 40px;
  border: 0;
  background: transparent;
  color: #2d3138;
  font-size: 0.8rem;
}

.venture-search select {
  border-right: 1px solid #d9d2c7;
}

.venture-search input:focus,
.venture-search select:focus {
  box-shadow: none;
  outline: none;
}

.venture-search button {
  border: 0;
  background: transparent;
  color: var(--venture-ink);
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.venture-search button:hover,
.venture-search button:focus-visible {
  background: #efe4cf;
  color: var(--venture-gold-muted);
  outline: none;
}

.venture-account {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.8vw, 1.5rem);
}

.venture-account a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  color: #f4e7c8;
  transition: color 160ms ease, transform 160ms ease;
}

.venture-account a:hover,
.venture-account a:focus-visible {
  color: var(--venture-gold-light);
  outline: none;
  transform: translateY(-2px);
}

.venture-account small {
  white-space: nowrap;
  font-size: 0.62rem;
}

.venture-account b {
  position: absolute;
  top: -0.35rem;
  right: -0.15rem;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 999px;
  background: #cf453e;
  color: white;
  font-size: 0.6rem;
}

.venture-cart-wrap,
.cart-trigger {
  position: relative;
}

.venture-cart-button {
  position: relative;
}

.venture-cart-popup {
  position: absolute;
  z-index: 90;
  top: 100%;
  right: 0;
  width: min(330px, 86vw);
  border: 1px solid var(--venture-gold-muted);
  background: var(--venture-paper);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
  color: #202631;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
}

.cart-trigger:hover .venture-cart-popup,
.cart-trigger:focus-within .venture-cart-popup {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.venture-cart-popup__header,
.venture-cart-popup__footer {
  padding: 0.75rem 0.9rem;
  background: #f2eadc;
}

.venture-cart-popup h5,
.venture-cart-popup h6,
.venture-cart-popup p {
  margin: 0;
}

.venture-cart-popup__header h5 {
  font-size: 0.78rem;
}

.venture-cart-popup__items {
  max-height: 340px;
  overflow-y: auto;
}

.venture-cart-popup__items article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 0.7rem;
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid #e0d5c5;
}

.venture-cart-popup__items img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  background: #f5f0e7;
}

.venture-cart-popup__items h6 {
  font-size: 0.72rem;
  line-height: 1.45;
}

.venture-cart-popup__items small {
  color: #6b655d;
  font-size: 0.62rem;
}

.venture-cart-popup__classes {
  display: grid;
  gap: 0.08rem;
  margin-top: 0.2rem;
}

.venture-cart-popup__classes small {
  display: block;
  line-height: 1.35;
}

.venture-cart-popup__items p,
.venture-cart-popup__footer p {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 0.35rem;
  font-size: 0.68rem;
}

.venture-cart-popup__footer > a {
  display: block;
  margin-top: 0.65rem;
  padding: 0.55rem 0.8rem;
  background: var(--venture-ink);
  color: var(--venture-gold-light);
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  transition: background-color 160ms ease, color 160ms ease;
}

.venture-cart-popup__footer > a:hover,
.venture-cart-popup__footer > a:focus-visible {
  background: var(--venture-gold-light);
  color: var(--venture-ink);
  outline: none;
}

.venture-cart-popup__empty {
  padding: 1.25rem 0.9rem;
  color: #6b655d;
  font-size: 0.72rem;
  text-align: center;
}

.venture-global-nav {
  display: flex;
  justify-content: flex-start;
  gap: clamp(1.5rem, 3.4vw, 3rem);
  padding: 0.55rem 0 0.45rem;
  color: #f1e7d1;
  font-family: "Noto Serif JP", serif;
  font-size: 0.92rem;
  font-weight: 600;
}

.venture-global-nav a,
.venture-announcement a,
.venture-section-heading a {
  transition: color 180ms ease;
}

.venture-global-nav a:hover,
.venture-announcement a:hover,
.venture-section-heading a:hover {
  color: var(--venture-gold-light);
}

.venture-global-nav a {
  position: relative;
  padding-bottom: 0.2rem;
}

.venture-global-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 1px;
  background: var(--venture-gold-light);
  content: "";
  transition: right 180ms ease, left 180ms ease;
}

.venture-global-nav a:hover::after,
.venture-global-nav a.is-active::after {
  right: 0;
  left: 0;
}

.venture-global-nav a.is-active {
  color: var(--venture-gold-light);
}

.venture-menu-button {
  display: none;
  border: 1px solid var(--venture-line);
  background: transparent;
  color: var(--venture-gold-light);
  padding: 0.55rem;
}

.venture-mobile-panel {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 100;
  width: min(86vw, 360px);
  overflow-y: auto;
  padding: 1.25rem;
  border-left: 1px solid var(--venture-gold);
  background: #071422;
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.55);
  color: #f8f4ea;
}

.venture-mobile-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--venture-line);
  color: var(--venture-gold-light);
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
}

.venture-mobile-panel button {
  border: 0;
  background: transparent;
  color: inherit;
}

.venture-mobile-panel nav {
  display: grid;
  margin-top: 1.25rem;
}

.venture-mobile-panel nav a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid rgba(201, 154, 66, 0.25);
  color: #f8f4ea;
}

.venture-mobile-panel nav a > .material-symbols-outlined {
  color: var(--venture-gold-light);
}

.venture-mobile-panel nav a:hover,
.venture-mobile-panel nav a:focus-visible {
  color: var(--venture-gold-light);
}

.venture-mobile-category__children {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0.25rem 0.5rem 0.65rem 2.25rem;
  border-bottom: 1px solid rgba(201, 154, 66, 0.25);
}

.venture-mobile-category__children a {
  padding: 0.45rem 0.25rem !important;
  border: 0 !important;
  color: #c9c1b1 !important;
  font-size: 0.72rem;
}

.venture-shop-layout {
  display: grid;
  grid-template-columns: minmax(188px, 0.22fr) minmax(0, 1fr);
  gap: 14px;
  padding-block: 10px 2px;
}

.venture-mobile-shortcuts,
.venture-footer-benefits,
.venture-footer-mobile-links {
  display: none;
}

.venture-sidebar {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.venture-mobile-member-card {
  display: none;
}

.venture-category-panel,
.venture-social-card,
.venture-member-card {
  border: 1px solid var(--venture-line);
  background: rgba(3, 14, 25, 0.88);
}

.venture-category-panel h2 {
  margin: 0;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--venture-line);
  color: var(--venture-gold-light);
  font-family: "Noto Serif JP", serif;
  font-size: var(--venture-type-card-title);
  text-align: center;
}

.venture-category-panel h2 .material-symbols-outlined {
  margin-left: 0.25rem;
}

.venture-category-panel nav {
  position: relative;
  z-index: 20;
}

.venture-category-list,
.venture-category-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.venture-category-item {
  position: relative;
}

.venture-category-item > a {
  display: grid;
  grid-template-columns: 24px 1fr 18px;
  align-items: center;
  gap: 0.45rem;
  min-height: 37px;
  padding: 0.35rem 0.75rem;
  border-bottom: 1px solid rgba(201, 154, 66, 0.24);
  color: #f0ede5;
  font-size: 0.78rem;
  font-weight: 600;
}

.venture-category-item > a:hover,
.venture-category-item:focus-within > a {
  background: rgba(201, 154, 66, 0.1);
  color: var(--venture-gold-light);
}

.venture-category-panel nav .material-symbols-outlined {
  color: var(--venture-gold);
}

.venture-category-submenu {
  position: absolute;
  z-index: 30;
  top: -1px;
  left: 100%;
  width: max-content;
  min-width: 220px;
  max-width: 280px;
  border: 1px solid var(--venture-line);
  background: rgba(4, 15, 27, 0.98);
  box-shadow: 16px 18px 42px rgba(0, 0, 0, 0.42);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-5px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
}

.venture-category-item:hover > .venture-category-submenu,
.venture-category-item:focus-within > .venture-category-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

.venture-category-submenu__title {
  padding: 0.65rem 0.8rem;
  border-bottom: 1px solid rgba(201, 154, 66, 0.3);
  color: var(--venture-gold-light);
  font-family: "Noto Serif JP", serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.venture-category-submenu a {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 0.45rem;
  min-height: 38px;
  padding: 0.45rem 0.8rem;
  border-bottom: 1px solid rgba(201, 154, 66, 0.14);
  color: #eee9df;
  font-size: 0.74rem;
  white-space: nowrap;
}

.venture-category-submenu a:hover,
.venture-category-submenu a:focus-visible {
  background: rgba(201, 154, 66, 0.12);
  color: var(--venture-gold-light);
  outline: none;
}

.venture-side-promo {
  position: relative;
  display: flex;
  min-height: 130px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 0.9rem 0.9rem;
  border: 1px solid var(--venture-line);
  background:
    linear-gradient(90deg, rgba(3, 11, 20, 0.95), rgba(3, 11, 20, 0.32)),
    url("../../img/pickup/venture-event.jpg") center / cover;
  color: var(--venture-gold-light);
  font-family: "Noto Serif JP", serif;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.venture-side-promo::after {
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(201, 154, 66, 0.35);
  content: "";
  pointer-events: none;
  transition: border-color 180ms ease;
}

.venture-side-promo:hover,
.venture-side-promo:focus-visible {
  border-color: var(--venture-gold-light);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  outline: none;
  transform: translateY(-2px);
}

.venture-side-promo:hover::after,
.venture-side-promo:focus-visible::after {
  border-color: rgba(240, 206, 134, 0.72);
}

.venture-side-promo span,
.venture-side-promo strong,
.venture-side-promo small {
  position: relative;
  z-index: 1;
}

.venture-side-promo span {
  font-size: 0.72rem;
}

.venture-side-promo strong {
  margin: 0.15rem 0 0.5rem;
  font-size: clamp(1rem, 1.5vw, 1.38rem);
  line-height: 1.35;
}

.venture-side-promo em {
  color: #e55948;
  font-size: 1.7em;
  font-style: normal;
}

.venture-side-promo small {
  width: fit-content;
  border-radius: 999px;
  background: rgba(2, 8, 14, 0.82);
  color: #fff7e5;
  padding: 0.15rem 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.66rem;
  text-align: center;
}

.venture-side-promo--member {
  min-height: 124px;
  background:
    linear-gradient(90deg, rgba(3, 11, 20, 0.93), rgba(14, 17, 65, 0.4)),
    url("../../img/pickup/venture-hero.jpg") 70% center / cover;
}

.venture-side-promo--buy {
  min-height: 110px;
  background:
    linear-gradient(90deg, rgba(3, 11, 20, 0.92), rgba(44, 12, 10, 0.38)),
    url("../../img/pickup/venture-event.jpg") 70% center / cover;
}

.venture-social-card {
  padding: 1rem;
}

.venture-social-card strong,
.venture-social-card small {
  display: block;
}

.venture-social-card strong {
  font-size: 0.75rem;
}

.venture-social-card small {
  color: #cbc4b5;
  font-size: 0.65rem;
}

.venture-social-card p {
  margin: 0.8rem 0 0.25rem;
  color: #ddd8ce;
  font-size: 0.7rem;
  line-height: 1.7;
}

.venture-social-card > a {
  color: #34a6df;
  font-size: 0.68rem;
  transition: color 160ms ease;
}

.venture-social-card > a:hover,
.venture-social-card > a:focus-visible {
  color: #8bd7fa;
  outline: none;
}

.venture-x-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #05080c;
  font-size: 1.15rem;
}

.venture-x-icon i {
  line-height: 1;
}

.venture-member-card {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  background:
    linear-gradient(145deg, rgba(201, 154, 66, 0.08), transparent 54%),
    rgba(3, 14, 25, 0.92);
}

.venture-member-card__identity {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
}

.venture-member-card__identity > div {
  min-width: 0;
}

.venture-member-card__avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(240, 206, 134, 0.42);
  background: rgba(201, 154, 66, 0.08);
  color: var(--venture-gold-light);
  font-size: 1.55rem;
}

.venture-member-card__identity small {
  display: block;
  color: var(--venture-gold-muted);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.venture-member-card__identity h2 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0.12rem 0 0;
  color: #f6f0e5;
  font-family: "Noto Serif JP", serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.venture-member-card__identity p {
  overflow: hidden;
  margin: 0.08rem 0 0;
  color: #aba599;
  font-size: 0.58rem;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.venture-member-card__intro {
  margin: 0;
  color: #d5cfc4;
  font-size: 0.68rem;
  line-height: 1.65;
}

.venture-member-card__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-block: 1px solid rgba(201, 154, 66, 0.2);
}

.venture-member-card__benefits > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: 40px;
  color: #d9d2c4;
  font-size: 0.59rem;
  font-weight: 600;
  white-space: nowrap;
}

.venture-member-card__benefits > span + span {
  border-left: 1px solid rgba(201, 154, 66, 0.2);
}

.venture-member-card__benefits .material-symbols-outlined {
  color: var(--venture-gold-light);
  font-size: 0.92rem;
}

.venture-member-card__points {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-block: 0.65rem;
  border-block: 1px solid rgba(201, 154, 66, 0.24);
}

.venture-member-card__points > span {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  color: #d1cabd;
  font-size: 0.62rem;
}

.venture-member-card__points .material-symbols-outlined {
  color: var(--venture-gold-light);
  font-size: 1rem;
}

.venture-member-card__points strong {
  color: var(--venture-gold-light);
  font-family: "Noto Serif JP", serif;
  font-size: 1.05rem;
}

.venture-member-card__points strong small {
  margin-left: 0.15rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.55rem;
}

.venture-member-card__actions,
.venture-member-card__links {
  display: grid;
  gap: 0.42rem;
}

.venture-member-card__actions a,
.venture-member-card__links a {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid rgba(240, 206, 134, 0.45);
  background: rgba(7, 21, 35, 0.8);
  color: #eee7da;
  font-size: 0.68rem;
  font-weight: 700;
  text-align: center;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.venture-member-card__actions a .material-symbols-outlined,
.venture-member-card__links a .material-symbols-outlined {
  font-size: 1rem;
}

.venture-member-card__actions a:hover,
.venture-member-card__actions a:focus-visible,
.venture-member-card__links a:hover,
.venture-member-card__links a:focus-visible {
  border-color: var(--venture-gold-light);
  background: rgba(201, 154, 66, 0.12);
  color: var(--venture-gold-light);
  outline: none;
  transform: translateY(-1px);
}

.venture-member-card__actions a:active,
.venture-member-card__links a:active {
  transform: translateY(1px);
}

.venture-member-card__actions .venture-member-card__primary,
.venture-member-card__links .venture-member-card__primary {
  border-color: var(--venture-gold-light);
  background: var(--venture-gold-light);
  color: var(--venture-ink);
}

.venture-member-card__actions .venture-member-card__primary:hover,
.venture-member-card__actions .venture-member-card__primary:focus-visible,
.venture-member-card__links .venture-member-card__primary:hover,
.venture-member-card__links .venture-member-card__primary:focus-visible {
  background: #f7dda5;
  color: #020912;
}

.venture-main-column {
  min-width: 0;
}

.venture-hero {
  position: relative;
  aspect-ratio: 2.76 / 1;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--venture-line);
  background: #08101b;
}

.venture-hero .swiper-wrapper,
.venture-hero-slide {
  height: 100%;
}

.venture-hero-slide {
  position: relative;
  overflow: hidden;
}

.venture-hero-slide::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(1, 9, 17, 0.94) 0%, rgba(1, 9, 17, 0.69) 31%, transparent 61%);
  content: "";
  pointer-events: none;
}

.venture-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.venture-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(52%, 480px);
  height: 100%;
  min-height: inherit;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 4rem);
  font-family: "Noto Serif JP", serif;
}

.venture-hero-copy h1,
.venture-hero-copy h2,
.venture-hero-copy span,
.venture-hero-copy strong,
.venture-hero-copy b {
  margin: 0;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.75);
}

.venture-hero-copy h1,
.venture-hero-copy h2 {
  font-size: clamp(1.75rem, 3.3vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.venture-hero-copy span {
  margin: 0.8rem 0 1.1rem;
  font-size: clamp(0.78rem, 1.3vw, 1.35rem);
  letter-spacing: 0.15em;
  line-height: 1.65;
}

.venture-hero-copy strong {
  color: var(--venture-gold-light);
  font-size: clamp(2rem, 4.4vw, 4.7rem);
  font-weight: 900;
  line-height: 1.15;
}

.venture-hero-copy b {
  color: var(--venture-gold-light);
  font-size: clamp(1.35rem, 2.7vw, 2.7rem);
}

.venture-slider-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 38px;
  height: 48px;
  place-items: center;
  border: 0;
  background: rgba(2, 10, 18, 0.28);
  color: var(--venture-gold-light);
  transform: translateY(-50%);
}

.venture-slider-arrow:hover,
.venture-slider-arrow:focus-visible {
  background: rgba(2, 10, 18, 0.72);
  outline: 1px solid rgba(240, 206, 134, 0.55);
}

.venture-hero .venture-hero-prev,
.venture-hero .venture-hero-next {
  opacity: 0;
  pointer-events: none;
  transition: background 180ms ease, opacity 180ms ease;
}

.venture-hero:hover .venture-hero-prev,
.venture-hero:hover .venture-hero-next,
.venture-hero .venture-hero-prev:focus-visible,
.venture-hero .venture-hero-next:focus-visible {
  opacity: 1;
  pointer-events: auto;
}

.venture-slider-arrow--left {
  left: 0.2rem;
}

.venture-slider-arrow--right {
  right: 0.2rem;
}

.venture-slider-dots {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.7rem;
  background: linear-gradient(transparent, rgba(1, 8, 15, 0.72));
}

.venture-slider-dots .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #8e8066;
  opacity: 1;
}

.venture-slider-dots .swiper-pagination-bullet-active {
  background: #f8f0df;
}

.venture-section {
  padding-top: 0.4rem;
}

.venture-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  border-bottom: 1px solid var(--venture-line);
  color: var(--venture-gold-light);
}

.venture-section-heading h2 {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: var(--venture-type-section-title);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.venture-section-heading h2 small {
  margin-left: 0.3rem;
  color: var(--venture-gold-muted);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.55em;
  letter-spacing: 0.18em;
}

.venture-section-heading h2 > .material-symbols-outlined {
  color: var(--venture-gold-light);
  font-size: 1.05em;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.venture-section-heading a {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  color: #e5ded1;
  font-size: var(--venture-type-link);
  transition: color 180ms ease, transform 180ms ease;
}

.venture-section-heading a:hover,
.venture-section-heading a:focus-visible {
  outline: none;
  transform: translateX(3px);
}

.venture-new-swiper {
  position: relative;
  padding-top: 8px;
}

.venture-new-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.venture-new-swiper .venture-product-card {
  width: 100%;
  height: 100%;
}

.venture-new-swiper__arrow,
.venture-recommended-swiper__arrow {
  opacity: 0;
  pointer-events: none;
  transition: background 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.venture-new-swiper:hover .venture-new-swiper__arrow,
.venture-new-swiper .venture-new-swiper__arrow:focus-visible,
.venture-recommended-swiper:hover .venture-recommended-swiper__arrow,
.venture-recommended-swiper .venture-recommended-swiper__arrow:focus-visible {
  opacity: 1;
  pointer-events: auto;
}

.venture-new-swiper .venture-new-swiper__arrow.swiper-button-disabled,
.venture-recommended-swiper .venture-recommended-swiper__arrow.swiper-button-disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}

@media (hover: none) {
  .venture-new-swiper__arrow,
  .venture-recommended-swiper__arrow {
    opacity: 1;
    pointer-events: auto;
  }
}

.venture-product-card,
.venture-recommended-grid article {
  position: relative;
  min-width: 0;
  background: var(--venture-parchment);
  color: #171b21;
}

.venture-product-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 0.65rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.venture-product-card:hover,
.venture-product-card:focus-within {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.venture-product-card > a {
  display: flex;
  flex-direction: column;
}

.venture-product-card img {
  width: 100%;
  height: clamp(118px, 12vw, 145px);
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
}

.venture-product-card:nth-child(2n) img {
  object-position: center;
}

.venture-product-card h3,
.venture-recommended-grid h3 {
  margin: 0.55rem 0 0.3rem;
  font-size: var(--venture-type-card-title);
  font-weight: 600;
  line-height: 1.35;
}

.venture-product-card p,
.venture-recommended-grid p {
  margin: 0.18rem 0 0;
  font-size: var(--venture-product-price-size);
  font-weight: 700;
  line-height: 1.35;
}

.venture-product-card h3 {
  overflow: visible;
  font-size: var(--venture-product-title-size);
  white-space: nowrap;
}

.venture-product-card p small {
  font-size: 0.68em;
  font-weight: 400;
}

/*
 * venture-list.css is loaded for every route and uses the same product-card
 * class for its dark listing layout. Keep the home New Arrivals cards on their
 * ivory surface and pin readable ink colours at the home-page scope.
 */
.front_page .venture-product-card {
  background: var(--venture-parchment);
  color: #171b21;
}

.front_page .venture-product-card > a {
  color: inherit;
}

.front_page .venture-product-card h3 {
  color: #18202a;
}

.front_page .venture-product-card p {
  color: #1a2633;
}

.front_page .venture-product-card p small {
  color: #625c52;
}

.venture-badge {
  position: absolute;
  z-index: 1;
  top: 0.55rem;
  left: 0.55rem;
  padding: 0.1rem 0.45rem;
  color: white;
  font-size: 0.58rem;
  font-weight: 700;
}

.venture-badge--new {
  display: inline-flex;
  min-width: 42px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.5rem;
  background: #dd3d4c;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}

.venture-badge--restock {
  background: #7b52bd;
}

.venture-commerce-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
}

.venture-commerce-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.venture-ranking,
.venture-recommended {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.venture-ranking ol {
  display: grid;
  flex: 1;
  grid-template-rows: repeat(5, minmax(0, 1fr));
  margin: 8px 0 0;
  padding: 0;
  background: var(--venture-parchment);
  color: #171b21;
  list-style: none;
}

.venture-ranking li {
  display: grid;
  grid-template-columns: 36px 76px minmax(0, 1fr);
  align-items: center;
  min-height: 76px;
  padding: 0.4rem 0.7rem;
  border-bottom: 1px solid #d8cbb7;
  transition: background-color 160ms ease;
}

.venture-ranking li:hover,
.venture-ranking li:focus-within {
  background: #fffaf0;
}

.venture-ranking li > b {
  color: #131820;
  font-family: "Noto Serif JP", serif;
  font-size: 1.45rem;
}

.venture-ranking li:nth-child(-n + 3) > b {
  color: var(--venture-gold-muted);
}

.venture-ranking img {
  width: 68px;
  height: 66px;
  object-fit: contain;
}

.venture-ranking li span {
  min-width: 0;
  font-size: var(--venture-product-title-size);
  line-height: 1.35;
}

.venture-ranking li span > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.venture-ranking li span strong {
  display: block;
  margin-top: 0.15rem;
  font-size: var(--venture-product-price-size);
  line-height: 1.35;
}

.venture-recommended-grid {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 8px;
  background: #c8b89d;
}

.venture-recommended-swiper {
  position: relative;
  width: 100%;
  max-width: 100%;
  flex: 1;
  min-width: 0;
  padding-top: 8px;
}

.venture-recommended-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.venture-recommended-swiper .venture-recommended-grid {
  width: 100%;
  min-width: 0;
  margin-top: 0;
}

.venture-recommended-grid article {
  min-height: 96px;
  padding: 0.55rem;
  transition: background-color 160ms ease;
}

.venture-recommended-grid article:hover,
.venture-recommended-grid article:focus-within {
  background: #fffaf0;
}

.venture-recommended-grid article > a {
  display: grid;
  height: 100%;
  grid-template-columns: 84px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 0.65rem;
}

.venture-recommended-grid img {
  width: 84px;
  height: 78px;
  grid-row: 1 / 3;
  object-fit: contain;
  object-position: center;
}

.venture-recommended-grid h3 {
  align-self: end;
  margin: 0;
  overflow: hidden;
  font-size: var(--venture-product-title-size);
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.venture-recommended-grid p {
  align-self: start;
  margin-top: 0.2rem;
  font-size: var(--venture-product-price-size);
  line-height: 1.35;
}

.venture-box-art {
  display: block;
  width: 80px;
  height: 94px;
  margin: 0.7rem auto 0;
  border: 1px solid #2a3340;
  background: linear-gradient(135deg, #25394a, #07121f);
  box-shadow: -7px 7px 0 #020912;
}

.venture-box-art--purple {
  border-color: #684fa0;
  background: linear-gradient(135deg, #8463c5, #31204e);
  box-shadow: -7px 7px 0 #1c112e;
}

.venture-brands-swiper {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 2px;
}

.venture-brands-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.venture-brands-swiper .swiper-slide {
  width: clamp(150px, 18vw, 205px);
  height: auto;
}

.venture-brands-swiper .swiper-slide > a {
  display: grid;
  height: 100%;
  min-height: 56px;
  place-items: center;
  padding: 0.6rem;
  border: 1px solid transparent;
  background: var(--venture-parchment);
  color: #313742;
  font-family: "Noto Serif JP", serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.venture-brands-swiper .swiper-slide > a:hover,
.venture-brands-swiper .swiper-slide > a:focus-visible {
  border-color: var(--venture-gold-light);
  background: #fffaf0;
  color: #111a28;
  outline: none;
  transform: translateY(-2px);
}

.venture-bottom-grid {
  display: grid;
  grid-template-columns: 1.16fr 0.94fr;
  gap: 16px;
  padding-block: 5px 12px;
}

.venture-bottom-grid--event-only {
  grid-template-columns: 1fr;
}

.venture-news {
  border: 1px solid var(--venture-line);
  padding: 0 1rem 0.45rem;
  background: rgba(3, 13, 23, 0.86);
}

.venture-news ul {
  margin: 0.25rem 0 0;
  padding: 0;
  list-style: none;
}

.venture-news-item {
  border-bottom: 1px solid rgba(201, 154, 66, 0.16);
}

.venture-news-summary {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  min-height: 31px;
  padding: 0.12rem 0;
  font-size: 0.66rem;
  line-height: 1.35;
}

.venture-news .venture-section-heading {
  min-height: 30px;
}

.venture-news time {
  color: #c6bdac;
}

.venture-news-toggle {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.35rem 0.15rem;
  border: 0;
  background: transparent;
  color: #f1ece2;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.venture-news-toggle > span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.venture-news-toggle .material-symbols-outlined {
  flex: 0 0 auto;
  color: var(--venture-gold-light);
  font-size: 1rem;
  transition: transform 180ms ease;
}

.venture-news-toggle[aria-expanded="true"] .material-symbols-outlined {
  transform: rotate(180deg);
}

.venture-news-toggle:hover,
.venture-news-toggle:focus-visible {
  color: var(--venture-gold-light);
  outline: none;
}

.venture-news-panel {
  padding: 0.35rem 0 0.8rem;
  color: #c8c0b2;
  font-size: 0.68rem;
  line-height: 1.7;
}

.venture-news-panel[hidden] {
  display: none;
}

.venture-news-panel a {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.35rem;
  color: var(--venture-gold-light);
}

.venture-event-banner {
  position: relative;
  min-height: 115px;
  overflow: hidden;
  border: 1px solid var(--venture-line);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.venture-event-banner::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 11, 17, 0.96) 0%, rgba(21, 7, 9, 0.79) 52%, rgba(21, 7, 9, 0.05));
  content: "";
}

.venture-event-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.venture-event-banner:hover,
.venture-event-banner:focus-visible {
  border-color: var(--venture-gold-light);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
  outline: none;
  transform: translateY(-2px);
}

.venture-event-banner:hover img,
.venture-event-banner:focus-visible img {
  transform: scale(1.025);
}

.venture-event-banner > span {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 2rem;
  font-family: "Noto Serif JP", serif;
}

.venture-event-banner strong {
  color: var(--venture-gold-light);
  font-size: clamp(1.45rem, 2.5vw, 2.6rem);
  line-height: 1.2;
}

.venture-event-banner small {
  margin-top: 0.8rem;
  font-size: 0.78rem;
}

.venture-event-banner em {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: 0.75rem;
  padding: 0.18rem 0.65rem;
  border: 1px solid rgba(240, 206, 134, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.65rem;
  font-style: normal;
  transition: background-color 180ms ease, color 180ms ease;
}

.venture-event-banner:hover em,
.venture-event-banner:focus-visible em {
  background: var(--venture-gold-light);
  color: var(--venture-ink);
}

.venture-footer {
  border-top: 1px solid var(--venture-gold-muted);
  background: rgba(3, 12, 21, 0.98);
}

.venture-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(5, 1fr);
  gap: 1rem;
  padding-block: 1.15rem;
}

.venture-footer-grid section + section {
  padding-left: 0.9rem;
  border-left: 1px solid rgba(201, 154, 66, 0.22);
}

.venture-footer-grid h2 {
  margin: 0 0 0.55rem;
  color: var(--venture-gold-light);
  font-family: "Noto Serif JP", serif;
  font-size: 0.82rem;
}

.venture-footer-grid section > a {
  position: relative;
  display: block;
  margin: 0.22rem 0;
  color: #d8d2c7;
  font-size: 0.68rem;
  transition: color 160ms ease, transform 160ms ease;
}

.venture-footer-grid section > a:hover,
.venture-footer-grid section > a:focus-visible {
  color: var(--venture-gold-light);
  outline: none;
  transform: translateX(4px);
}

.venture-footer-grid p {
  color: #bfb8ac;
  font-size: 0.66rem;
  line-height: 1.65;
}

.venture-footer-video-poster {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: clamp(96px, 9vw, 112px);
  padding: 0;
  border: 1px solid rgba(201, 154, 66, 0.38);
  background: #07111d;
  color: var(--venture-gold-light);
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.venture-footer-video-poster:hover,
.venture-footer-video-poster:focus-visible {
  border-color: var(--venture-gold-light);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
  outline: none;
  transform: translateY(-2px);
}

.venture-footer-video-poster > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
  transition: opacity 220ms ease, transform 480ms ease;
}

.venture-footer-video-poster:hover > img,
.venture-footer-video-poster:focus-visible > img {
  opacity: 0.9;
  transform: scale(1.035);
}

.venture-footer-video-poster__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  gap: 0.65rem;
  padding: 0.7rem;
  background: linear-gradient(180deg, rgba(2, 8, 14, 0.04) 28%, rgba(2, 8, 14, 0.94) 100%);
}

.venture-footer-video-poster__play {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(240, 206, 134, 0.75);
  border-radius: 50%;
  background: rgba(3, 12, 21, 0.78);
  font-size: 1.25rem;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.venture-footer-video-poster:hover .venture-footer-video-poster__play,
.venture-footer-video-poster:focus-visible .venture-footer-video-poster__play {
  background: var(--venture-gold-light);
  color: var(--venture-ink);
  transform: scale(1.06);
}

.venture-footer-video-poster__copy {
  display: grid;
  min-width: 0;
}

.venture-footer-video-poster__copy strong {
  overflow: hidden;
  color: #fff7e4;
  font-family: "Noto Serif JP", serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.venture-footer-video-poster__copy small {
  margin-top: 0.12rem;
  color: #d0c7b8;
  font-size: 0.5rem;
}

.venture-footer-socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.55rem;
}

.venture-footer-socials a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0.65rem;
  border: 1px solid rgba(201, 154, 66, 0.12);
  border-radius: 6px;
  background: #111c2c;
  color: #f4e8d0;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.venture-footer-socials a i {
  padding: 0.1rem;
  font-size: 0.9rem;
  line-height: 1;
}

.venture-footer-socials a:hover,
.venture-footer-socials a:focus-visible {
  background: var(--venture-gold-light);
  color: var(--venture-ink);
  outline: none;
  transform: translateY(-2px);
}

body.venture-video-open {
  overflow: hidden;
}

.venture-video-modal[hidden] {
  display: none;
}

.venture-video-modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.venture-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 7, 13, 0.88);
  backdrop-filter: blur(7px);
}

.venture-video-modal__dialog {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: min(960px, calc(100vw - 2rem));
  border: 1px solid rgba(240, 206, 134, 0.72);
  background: #02070d;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.68);
}

.venture-video-modal__dialog:focus {
  outline: none;
}

.venture-video-modal video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.venture-video-modal__close {
  position: absolute;
  z-index: 2;
  top: 0.7rem;
  right: 0.7rem;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0.5rem;
  border: 1px solid rgba(240, 206, 134, 0.7);
  border-radius: 50%;
  background: rgba(2, 8, 14, 0.82);
  color: #fff7e4;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.venture-video-modal__close:hover,
.venture-video-modal__close:focus-visible {
  background: var(--venture-gold-light);
  color: var(--venture-ink);
  outline: none;
  transform: rotate(6deg);
}

.venture-payment-logos,
.venture-delivery-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.venture-payment-logos > span,
.venture-delivery-logos > span {
  display: grid;
  min-height: 30px;
  grid-template-columns: auto 1fr;
  gap: 0.25rem;
  place-items: center;
  padding: 0.3rem 0.4rem;
  border-radius: 3px;
  background: #f6f2e9;
  color: #15274a;
  font-size: 0.62rem;
  font-weight: 800;
}

.venture-footer-service .venture-delivery-heading {
  margin-top: 1rem;
}

.venture-payment-logos .material-symbols-outlined,
.venture-delivery-logos .material-symbols-outlined {
  font-size: 1.05rem;
}

.venture-payment-logos small,
.venture-delivery-logos small {
  font-size: 0.58rem;
  white-space: nowrap;
}

.venture-footer-bottom {
  padding-block: 0.62rem;
  border-top: 1px solid rgba(201, 154, 66, 0.24);
  color: #aaa398;
  font-size: 0.62rem;
}

.venture-footer-bottom p {
  margin: 0;
}

.venture-footer-bottom nav {
  display: flex;
  gap: 1.5rem;
}

.venture-footer-bottom nav a {
  position: relative;
  transition: color 160ms ease;
}

.venture-footer-bottom nav a::after {
  position: absolute;
  right: 50%;
  bottom: -0.15rem;
  left: 50%;
  height: 1px;
  background: var(--venture-gold-light);
  content: "";
  transition: right 160ms ease, left 160ms ease;
}

.venture-footer-bottom nav a:hover,
.venture-footer-bottom nav a:focus-visible {
  color: var(--venture-gold-light);
  outline: none;
}

.venture-footer-bottom nav a:hover::after,
.venture-footer-bottom nav a:focus-visible::after {
  right: 0;
  left: 0;
}

.venture-to-top {
  position: fixed;
  z-index: 50;
  right: 1.2rem;
  bottom: 1.2rem;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--venture-gold);
  border-radius: 50%;
  background: rgba(3, 12, 21, 0.9);
  color: var(--venture-gold-light);
  opacity: 0;
  transform: translateY(8px);
  transition: 180ms ease;
  visibility: hidden;
}

.venture-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

@media (max-width: 1040px) {
  .venture-header-main {
    grid-template-columns: 180px 1fr auto;
  }

  .venture-global-nav {
    gap: 1.4rem;
  }
}

@media (max-width: 820px) {
  .venture-header-main {
    grid-template-columns: 1fr auto auto;
    min-height: 78px;
    padding-block: 0.45rem;
  }

  .venture-logo strong {
    font-size: 2rem;
  }

  .venture-logo-kicker,
  .venture-logo > span:last-child,
  .venture-search,
  .venture-global-nav,
  .venture-account small,
  .venture-sidebar {
    display: none;
  }

  .venture-account {
    display: flex;
  }

  .venture-account > a:first-child,
  .venture-account > a:nth-child(2) {
    display: none;
  }

  .venture-cart-popup {
    display: none;
  }

  .venture-menu-button {
    display: block;
  }

  .venture-shop-layout {
    grid-template-columns: 1fr;
  }

  .venture-mobile-member-card {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .venture-mobile-member-card .venture-member-card {
    width: 100%;
  }

  .venture-mobile-member-card .venture-member-card__links {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    gap: 0.35rem;
  }

  .venture-mobile-member-card .venture-member-card__links a {
    min-width: 0;
    gap: 0.25rem;
    padding-inline: 0.35rem;
    font-size: clamp(0.56rem, 2.35vw, 0.68rem);
    white-space: nowrap;
  }

  .venture-mobile-member-card .venture-member-card__links a .material-symbols-outlined {
    font-size: 0.9rem;
  }

  .venture-commerce-grid,
  .venture-bottom-grid {
    grid-template-columns: 1fr;
  }

  .venture-recommended-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .venture-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
  }

  .venture-footer-grid .venture-footer-guide,
  .venture-footer-grid .venture-footer-mypage,
  .venture-footer-grid .venture-footer-support,
  .venture-footer-grid .venture-footer-store {
    display: none;
  }

  .venture-footer-grid section + section,
  .venture-footer-grid section:nth-child(odd),
  .venture-footer-grid section:nth-child(even),
  .venture-footer-grid section:nth-child(odd):not(:first-child) {
    padding-left: 0;
    border-left: 0;
  }

  .venture-footer-brand {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 0.65rem;
  }

  .venture-footer-video-poster {
    grid-column: 1 / -1;
    height: clamp(110px, 20vw, 170px);
  }

  .venture-footer-brand > p {
    margin: 0;
  }

  .venture-footer-socials {
    margin: 0;
  }

  .venture-footer-service {
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 0.28rem;
  }
}

@media (max-width: 620px) {
  :root {
    --venture-product-title-size: var(--venture-product-title-size-mobile);
    --venture-product-price-size: var(--venture-product-price-size-mobile);
  }

  .venture-shell {
    width: min(100% - 16px, 1220px);
  }

  .venture-announcement {
    display: none;
  }

  .venture-header-main {
    grid-template-columns: minmax(96px, 1fr) auto auto;
    grid-template-rows: auto auto;
    gap: 0.55rem 0.7rem;
    min-height: 0;
    padding: 0.65rem 0 0.7rem;
  }

  .venture-logo {
    grid-column: 1;
    grid-row: 1;
    align-items: flex-start;
  }

  .venture-logo strong {
    font-size: clamp(1.65rem, 8vw, 2rem);
    letter-spacing: 0.07em;
  }

  .venture-logo-kicker {
    display: none;
  }

  .venture-logo > span:last-child {
    display: block;
    margin-top: 0.25rem;
    padding-left: 0.28rem;
    font-size: 0.4rem;
    letter-spacing: 0.42em;
  }

  .venture-search {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: minmax(0, 1fr) 42px;
    border-color: rgba(240, 206, 134, 0.35);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.045);
  }

  .venture-search select {
    display: none;
  }

  .venture-search input {
    width: 100%;
    height: 42px;
    padding: 0 0.8rem;
    color: #f7f1e5;
    font-size: 0.7rem;
  }

  .venture-search input::placeholder {
    color: #bcb4a7;
    opacity: 1;
  }

  .venture-search button {
    color: var(--venture-gold-light);
    font-size: 1rem;
  }

  .venture-account {
    grid-column: 2;
    grid-row: 1;
    gap: clamp(0.55rem, 3.5vw, 0.9rem);
  }

  .venture-account > a:first-child,
  .venture-account > a:nth-child(2) {
    display: flex;
  }

  .venture-account a {
    gap: 0.12rem;
  }

  .venture-account .material-symbols-outlined {
    font-size: 1.35rem;
  }

  .venture-account small {
    display: block;
    font-size: 0.46rem;
    line-height: 1.1;
  }

  .venture-account b {
    top: -0.35rem;
    right: -0.2rem;
    width: 16px;
    height: 16px;
    font-size: 0.52rem;
  }

  .venture-menu-button {
    display: flex;
    grid-column: 3;
    grid-row: 1;
    flex-direction: column;
    align-items: center;
    gap: 0.12rem;
    padding: 0;
    border: 0;
  }

  .venture-menu-button .material-symbols-outlined {
    font-size: 1.45rem;
  }

  .venture-menu-button small {
    font-size: 0.46rem;
    line-height: 1.1;
  }

  .venture-shop-layout {
    width: 100%;
    padding-top: 0;
  }

  .venture-main-column {
    width: 100%;
  }

  .venture-hero {
    aspect-ratio: auto;
    min-height: 230px;
    border-width: 0 0 1px;
  }

  .venture-hero .swiper-wrapper,
  .venture-hero-slide {
    height: 230px;
    min-height: 230px;
  }

  .venture-hero img {
    object-position: 66% center;
  }

  .venture-hero-slide::after {
    background: linear-gradient(90deg, rgba(1, 9, 17, 0.94), rgba(1, 9, 17, 0.62) 58%, rgba(1, 9, 17, 0.06));
  }

  .venture-hero-copy {
    width: 66%;
    padding: 1rem 0.9rem;
  }

  .venture-hero-copy h1,
  .venture-hero-copy h2 {
    font-size: 1.18rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }

  .venture-hero-copy span {
    margin: 0.4rem 0 0.55rem;
    font-size: 0.62rem;
    line-height: 1.55;
  }

  .venture-hero-copy strong {
    font-size: 1.85rem;
    line-height: 1.05;
  }

  .venture-hero-copy b {
    margin-top: 0.2rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .venture-hero .venture-slider-arrow {
    display: none;
  }

  .venture-slider-dots {
    gap: 0.35rem;
    padding: 0.42rem;
  }

  .venture-slider-dots .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .venture-mobile-shortcuts {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 4px;
    width: min(100% - 16px, 1220px);
    margin: 0.45rem auto 0;
  }

  .venture-mobile-shortcuts a {
    display: flex;
    min-width: 0;
    min-height: 67px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.28rem 0.1rem;
    border: 1px solid rgba(201, 154, 66, 0.42);
    border-radius: 5px;
    background: rgba(8, 23, 38, 0.86);
    text-align: center;
  }

  .venture-mobile-shortcuts .material-symbols-outlined {
    color: var(--venture-gold-light);
    font-size: 1.35rem;
  }

  .venture-mobile-shortcuts small {
    display: -webkit-box;
    overflow: hidden;
    color: #eee6d7;
    font-size: clamp(0.42rem, 2vw, 0.5rem);
    font-weight: 600;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .venture-section {
    padding-top: 0.3rem;
  }

  .venture-section-heading {
    min-height: 30px;
  }

  .venture-section-heading h2 {
    gap: 0.2rem;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
  }

  .venture-section-heading h2 small {
    margin-left: 0.15rem;
    font-size: 0.46em;
    letter-spacing: 0.12em;
  }

  .venture-section-heading a {
    font-size: 0.52rem;
  }

  .venture-new-swiper {
    padding-top: 5px;
  }

  .venture-new-swiper .venture-product-card {
    padding: 0.35rem;
  }

  .venture-new-swiper .venture-product-card img {
    height: 92px;
  }

  .venture-new-swiper .venture-product-card h3 {
    margin: 0.35rem 0 0.1rem;
    overflow: hidden;
    font-size: var(--venture-product-title-size);
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .venture-new-swiper .venture-product-card p {
    overflow: hidden;
    margin-top: 0.05rem;
    font-size: var(--venture-product-price-size);
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .venture-new-swiper .venture-product-card p small {
    display: none;
  }

  .venture-new-swiper .venture-badge {
    top: 0;
    left: 0;
  }

  .venture-new-swiper .venture-badge--new {
    min-width: 32px;
    min-height: 22px;
    padding-inline: 0.38rem;
    font-size: 0.5rem;
  }

  .venture-new-swiper__arrow {
    display: none;
  }

  .venture-recommended-swiper__arrow {
    display: none;
  }

  .venture-commerce-grid {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 10px;
  }

  .venture-commerce-grid .venture-section-heading h2 {
    gap: 0.12rem;
    font-size: clamp(0.67rem, 3.15vw, 0.82rem);
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .venture-commerce-grid .venture-section-heading h2 small {
    display: none;
  }

  .venture-commerce-grid .venture-section-heading a {
    gap: 0;
    font-size: 0.43rem;
    white-space: nowrap;
  }

  .venture-ranking ol {
    margin-top: 5px;
    background: rgba(242, 236, 223, 0.1);
    color: #f4eee3;
  }

  .venture-ranking li {
    grid-template-columns: 22px 40px minmax(0, 1fr);
    min-height: 54px;
    padding: 0.22rem 0.18rem;
    border-color: rgba(201, 154, 66, 0.22);
  }

  .venture-ranking li:hover,
  .venture-ranking li:focus-within {
    background: rgba(240, 206, 134, 0.12);
  }

  .venture-ranking li > b {
    color: #f4eee3;
    font-size: 0.88rem;
    text-align: center;
  }

  .venture-ranking li:nth-child(-n + 3) > b {
    color: var(--venture-gold-light);
  }

  .venture-ranking img {
    width: 37px;
    height: 45px;
  }

  .venture-ranking li span {
    overflow: hidden;
    font-size: var(--venture-product-title-size);
    line-height: 1.35;
  }

  .venture-ranking li span strong {
    overflow: hidden;
    margin-top: 0.08rem;
    font-size: var(--venture-product-price-size);
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .venture-recommended-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 1px;
    margin-top: 5px;
    background: rgba(201, 154, 66, 0.34);
  }

  .venture-recommended-swiper {
    padding-top: 5px;
  }

  .venture-recommended-grid article {
    min-height: 67px;
    padding: 0.25rem;
    background: #15202b;
    color: #f4eee3;
  }

  .venture-recommended-grid article:hover,
  .venture-recommended-grid article:focus-within {
    background: #202c38;
  }

  .venture-recommended-grid article > a {
    display: grid;
    height: 100%;
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 0.3rem;
  }

  .venture-recommended-grid img {
    width: 34px;
    height: 48px;
    grid-row: 1 / 3;
  }

  .venture-recommended-grid h3,
  .venture-recommended-grid p {
    width: auto;
    color: #f4eee3;
  }

  .venture-recommended-grid h3 {
    align-self: end;
    margin: 0;
    font-size: var(--venture-product-title-size);
    line-height: 1.35;
  }

  .venture-recommended-grid p {
    align-self: start;
    overflow: hidden;
    margin-top: 0.08rem;
    font-size: var(--venture-product-price-size);
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .venture-brands-swiper {
    padding-top: 5px;
  }

  .venture-brands-swiper .swiper-slide {
    width: 112px;
  }

  .venture-brands-swiper .swiper-slide > a {
    min-height: 32px;
    padding: 0.25rem 0.45rem;
    border-color: rgba(201, 154, 66, 0.42);
    border-radius: 999px;
    background: rgba(242, 236, 223, 0.08);
    color: var(--venture-gold-light);
    font-size: 0.52rem;
  }

  .venture-news-summary {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 0.3rem;
    min-height: 28px;
    padding: 0;
    font-size: 0.54rem;
  }

  .venture-news-summary time {
    text-align: left;
  }

  .venture-news {
    padding: 0 0.55rem 0.25rem;
  }

  .venture-news ul {
    margin-top: 0.12rem;
  }

  .venture-news-toggle {
    padding: 0.25rem 0;
  }

  .venture-news-toggle .material-symbols-outlined {
    font-size: 0.78rem;
  }

  .venture-news-panel {
    padding: 0.3rem 0 0.6rem;
    font-size: 0.55rem;
  }

  .venture-bottom-grid {
    gap: 6px;
    padding: 5px 0 8px;
  }

  .venture-event-banner {
    min-height: 105px;
  }

  .venture-event-banner > span {
    padding: 0.7rem 1rem;
  }

  .venture-event-banner strong {
    font-size: 1.3rem;
  }

  .venture-event-banner small {
    margin-top: 0.35rem;
    font-size: 0.57rem;
  }

  .venture-event-banner em {
    margin-top: 0.42rem;
    padding: 0.12rem 0.45rem;
    font-size: 0.52rem;
  }

  .venture-footer {
    margin-top: 0;
  }

  .venture-footer-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: min(100% - 16px, 1220px);
    margin-top: 0.35rem;
    border: 1px solid rgba(201, 154, 66, 0.42);
  }

  .venture-footer-benefits > a {
    display: flex;
    min-width: 0;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    padding: 0.3rem 0.18rem;
    color: #e4ded2;
    text-align: center;
  }

  .venture-footer-benefits > a + a {
    border-left: 1px solid rgba(201, 154, 66, 0.32);
  }

  .venture-footer-benefits .material-symbols-outlined {
    flex: 0 0 auto;
    color: var(--venture-gold-light);
    font-size: 1.25rem;
  }

  .venture-footer-benefits > a > span:last-child {
    display: grid;
    color: inherit;
    font-size: clamp(0.42rem, 1.8vw, 0.5rem);
    line-height: 1.35;
  }

  .venture-footer-benefits small {
    display: block;
    color: #c9c1b3;
    font-size: 0.88em;
  }

  .venture-footer-mobile-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.2rem 0;
    padding: 0.5rem 0.15rem;
    border-bottom: 1px solid rgba(201, 154, 66, 0.2);
    color: #d8d2c7;
    font-size: 0.51rem;
  }

  .venture-footer-mobile-links a {
    padding: 0 0.42rem;
  }

  .venture-footer-mobile-links a + a {
    border-left: 1px solid rgba(201, 154, 66, 0.45);
  }

  .venture-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.65rem;
    padding-block: 0.7rem;
  }

  .venture-footer-brand {
    display: grid;
    grid-template-columns: minmax(110px, 1fr) auto;
    align-items: end;
    gap: 0.45rem;
  }

  .venture-footer-video-poster {
    grid-column: 1 / -1;
    height: 72px;
  }

  .venture-footer-video-poster__overlay {
    gap: 0.35rem;
    padding: 0.4rem;
  }

  .venture-footer-video-poster__play {
    flex-basis: 27px;
    width: 27px;
    height: 27px;
    font-size: 0.95rem;
  }

  .venture-footer-video-poster__copy strong {
    font-size: 0.55rem;
  }

  .venture-footer-video-poster__copy small {
    display: none;
  }

  .venture-footer-brand > p {
    margin: 0;
    font-size: 0.5rem;
    line-height: 1.45;
  }

  .venture-footer-socials {
    gap: 0.35rem;
    margin: 0;
  }

  .venture-footer-socials a {
    width: 30px;
    height: 30px;
    padding: 0.4rem;
  }

  .venture-footer-socials a i {
    font-size: 0.72rem;
  }

  .venture-footer-guide,
  .venture-footer-mypage,
  .venture-footer-support,
  .venture-footer-store {
    display: none;
  }

  .venture-footer-grid section + section,
  .venture-footer-grid section:nth-child(odd),
  .venture-footer-grid section:nth-child(even),
  .venture-footer-grid section:nth-child(odd):not(:first-child) {
    padding-left: 0;
    border-left: 0;
  }

  .venture-footer-service {
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 0.28rem;
  }

  .venture-footer-grid h2 {
    margin: 0;
    font-size: 0.57rem;
  }

  .venture-payment-logos,
  .venture-delivery-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.22rem;
  }

  .venture-payment-logos > span,
  .venture-delivery-logos > span {
    min-height: 24px;
    padding: 0.12rem;
  }

  .venture-payment-logos .material-symbols-outlined,
  .venture-delivery-logos .material-symbols-outlined {
    font-size: 0.72rem;
  }

  .venture-payment-logos small,
  .venture-delivery-logos small {
    font-size: 0.42rem;
  }

  .venture-footer-service .venture-delivery-heading {
    margin-top: 0.15rem;
  }

  .venture-footer-bottom {
    padding-block: 0.5rem;
    font-size: 0.49rem;
  }

  .venture-footer-bottom .venture-shell {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
  }

  .venture-footer-bottom nav {
    flex-direction: row;
    gap: 0.55rem;
    text-align: right;
  }

  .venture-to-top {
    right: 0.65rem;
    bottom: 0.65rem;
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 430px) {
  /* Keep narrow phones readable: give each shortcut enough room for its label. */
  .venture-mobile-shortcuts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .venture-mobile-shortcuts a {
    min-height: 72px;
    padding: 0.5rem 0.35rem;
  }

  .venture-mobile-shortcuts .material-symbols-outlined {
    font-size: 1.25rem;
  }

  .venture-mobile-shortcuts small {
    font-size: clamp(0.56rem, 2.9vw, 0.66rem);
    line-height: 1.35;
    -webkit-line-clamp: 2;
  }

  /* Stack the two commerce sections so recommendation titles do not collapse. */
  .venture-commerce-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .venture-ranking li {
    grid-template-columns: 28px 52px minmax(0, 1fr);
    min-height: 66px;
    padding: 0.3rem 0.35rem;
  }

  .venture-ranking img {
    width: 48px;
    height: 56px;
  }

  .venture-ranking li span {
    font-size: var(--venture-product-title-size);
  }

  .venture-ranking li span strong {
    font-size: var(--venture-product-price-size);
  }

  .venture-recommended-grid article {
    min-height: 82px;
    padding: 0.45rem;
  }

  .venture-recommended-grid article > a {
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 0.5rem;
  }

  .venture-recommended-grid img {
    width: 50px;
    height: 60px;
  }

  .venture-recommended-grid h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: var(--venture-product-title-size);
    line-height: 1.35;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .venture-recommended-grid p {
    font-size: var(--venture-product-price-size);
  }

  .venture-footer-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .venture-footer-benefits > a {
    min-height: 62px;
    gap: 0.42rem;
    padding: 0.4rem 0.35rem;
  }

  .venture-footer-benefits > a:nth-child(n + 3) {
    border-top: 1px solid rgba(201, 154, 66, 0.32);
  }

  .venture-footer-benefits > a > span:last-child {
    font-size: 0.58rem;
    line-height: 1.4;
  }

  .venture-footer-brand > p {
    font-size: 0.56rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/*
 * My Page uses the same horizontal shell as the Venture header.  The default
 * page templates carry generous Tailwind gutters, which makes the navigation
 * look detached on narrow screens and leaves its white panel blending into
 * the parchment page background. Keep this override scoped to My Page so
 * checkout, help and other legacy pages retain their own spacing.
 */
body.mypage .ec-layoutRole__main > main {
  width: min(100% - 28px, 1220px) !important;
  margin-inline: auto !important;
  padding: 2.5rem 0 3.5rem !important;
}

body.mypage .ec-layoutRole__main > main > .max-w-7xl {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  gap: 2rem !important;
}

body.mypage #venture01-mypage-nav-panel {
  border: 1px solid #e0d5c4 !important;
  border-radius: 0.5rem;
  background: rgba(255, 253, 248, 0.96) !important;
  box-shadow: 0 8px 24px rgba(70, 54, 36, 0.08);
  padding: 1rem !important;
}

body.mypage .js-mypage-nav-toggle {
  border-color: #e0d5c4 !important;
  border-radius: 0.5rem;
  background: rgba(255, 253, 248, 0.96) !important;
  box-shadow: 0 4px 14px rgba(70, 54, 36, 0.06);
}

body.mypage #venture01-mypage-nav-panel > div + div {
  margin-top: 1.25rem;
}

@media (max-width: 620px) {
  body.mypage .ec-layoutRole__main > main {
    width: min(100% - 16px, 1220px) !important;
    padding: 1.25rem 0 2.25rem !important;
  }

  body.mypage #venture01-mypage-nav-panel {
    padding: 0.75rem !important;
  }
}
