/******************************/
/* Bio QUON TOP - Vue parity */
/******************************/
:root {
  --bq-vue-cream: #f7f5f0;
  --bq-vue-beige: #d0c1ae;
  --bq-vue-teal: #5cbcb8;
  --bq-vue-teal-dark: #48b0ae;
  --bq-vue-black: #3d3d3d;
  --bq-vue-charcoal: #333333;
  --bq-vue-gray: #888888;
  --bq-vue-line: #d1d5db;
}

.bq-vue-container {
  box-sizing: border-box;
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 0 24px;
}

.bq-vue-container--news {
  width: min(800px, 100%);
}

.bq-vue-container--contact {
  width: min(672px, 100%);
}

.bq-vue-section {
  padding: 48px 0 64px;
  background: #ffffff;
}

.bq-vue-title {
  text-align: center;
}

.bq-vue-title h2 {
  margin: 0;
  color: var(--bq-vue-charcoal);
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Sans", sans-serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1;
}

.bq-vue-title span {
  display: block;
  margin: 12px 0 32px;
  color: var(--bq-vue-charcoal);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.bq-vue-hero {
  overflow: hidden;
  padding: 32px 0 48px;
  background: #ffffff;
}

.bq-vue-hero__viewport {
  width: 100%;
}

.bq-vue-hero__track {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.7s ease-in-out;
}

.bq-vue-hero__slide {
  flex: 0 0 60vw;
  color: var(--bq-vue-charcoal);
  opacity: 0.5;
  text-decoration: none;
  transform: scale(0.95);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.bq-vue-hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.bq-vue-hero__banner {
  display: flex;
  align-items: center;
  aspect-ratio: 16 / 7;
  min-height: 220px;
}

.bq-vue-hero__banner--wine {
  background: #faf5ee;
}

.bq-vue-hero__banner--supplement {
  background: #edf7f6;
}

.bq-vue-hero__banner--device {
  background: #f5f3ee;
}

.bq-vue-hero__banner--skincare {
  background: #f0f4f0;
}

.bq-vue-hero__copy {
  box-sizing: border-box;
  width: 50%;
  padding: 0 56px;
}

.bq-vue-hero__copy p {
  margin: 0 0 12px;
  color: #a08060;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.bq-vue-hero__copy h2 {
  margin: 0 0 12px;
  color: var(--bq-vue-charcoal);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}

.bq-vue-hero__copy span {
  display: block;
  color: var(--bq-vue-gray);
  font-size: 14px;
  line-height: 1.75;
}

.bq-vue-hero__copy em {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  color: var(--bq-vue-charcoal);
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.04em;
}

.bq-vue-hero__image {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  padding: 32px;
}

.bq-vue-hero__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bq-vue-hero__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.bq-vue-hero__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d1d5db;
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease;
}

.bq-vue-hero__dots button.is-active {
  width: 24px;
  height: 8px;
  background: var(--bq-vue-teal);
}

.bq-vue-news {
  padding-top: 32px;
  padding-bottom: 64px;
}

.bq-vue-news__list {
  margin: 0;
  padding: 0;
}

.bq-vue-news__list li {
  border-top: 1px solid #d1d5db;
}

.bq-vue-news__list li:last-child {
  border-bottom: 1px solid #d1d5db;
}

.bq-vue-news__list a,
.bq-vue-news__list div {
  display: flex;
  position: relative;
  gap: 16px;
  align-items: flex-start;
  padding: 0.8em 32px 0.8em 0;
  color: var(--bq-vue-black);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.bq-vue-news__list a:hover {
  opacity: 0.7;
}

.bq-vue-news__list time {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #9ca3af;
  font-size: 14px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.bq-vue-news__list span {
  color: var(--bq-vue-black);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.bq-vue-news__list em {
  position: absolute;
  top: 50%;
  right: 0;
  color: #9ca3af;
  font-size: 28px;
  font-style: normal;
  line-height: 1;
  transform: translateY(-50%);
}

.bq-vue-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid #e5e7eb;
}

.bq-vue-sns a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--bq-vue-charcoal);
  text-decoration: none;
}

.bq-vue-sns__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  color: #ffffff;
}

.bq-vue-sns__icon svg {
  width: 30px;
  height: 30px;
}

.bq-vue-sns__icon--instagram {
  background: linear-gradient(135deg, #c084fc, #f472b6 50%, #fb923c);
}

.bq-vue-sns__icon--line {
  background: #06c755;
}

.bq-vue-sns strong,
.bq-vue-sns small {
  display: block;
}

.bq-vue-sns strong {
  color: var(--bq-vue-charcoal);
  font-size: 16px;
  font-weight: 500;
}

.bq-vue-sns small {
  color: var(--bq-vue-gray);
  font-size: 12px;
}

.bq-vue-feature {
  padding-top: 48px;
}

.bq-vue-feature__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  width: min(900px, 100%);
  margin: 0 auto;
}

.bq-vue-feature-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  color: var(--bq-vue-charcoal);
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}

.bq-vue-feature-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
}

.bq-vue-feature-card--wine {
  background: #faf5ee;
}

.bq-vue-feature-card--supplement {
  background: #edf7f6;
}

.bq-vue-feature-card__image {
  display: block;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: #ffffff;
}

.bq-vue-feature-card__image img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 32px;
  object-fit: contain;
  transition: transform 0.7s ease;
}

.bq-vue-feature-card:hover .bq-vue-feature-card__image img {
  transform: scale(1.05);
}

.bq-vue-feature-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 24px;
}

.bq-vue-feature-card__body > span {
  margin-bottom: 8px;
  color: var(--bq-vue-gray);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
}

.bq-vue-feature-card__body strong {
  margin-bottom: 8px;
  color: var(--bq-vue-charcoal);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.bq-vue-feature-card__body em {
  flex: 1;
  margin-bottom: 16px;
  color: var(--bq-vue-gray);
  font-size: 14px;
  font-style: normal;
  line-height: 1.75;
}

.bq-vue-feature-card__body b {
  align-self: flex-start;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  color: var(--bq-vue-charcoal);
  font-size: 14px;
  font-weight: 400;
}

.bq-vue-feature-card__body b:after {
  content: "\203A";
  margin-left: 4px;
}

.bq-vue-category-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  margin-bottom: 40px;
  border-top: 1px solid #d1d5db;
  border-bottom: 1px solid #d1d5db;
  scrollbar-width: none;
}

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

.bq-vue-category-tabs a {
  flex: 0 0 auto;
  padding: 1.3em 24px;
  color: var(--bq-vue-charcoal);
  font-size: 0.85em;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.3s ease, color 0.3s ease;
}

.bq-vue-category-tabs a:hover,
.bq-vue-category-tabs a.is-active {
  background: #f3f4f6;
  color: var(--bq-vue-black);
}

.bq-vue-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px 24px;
  margin: 0;
  padding: 0;
}

.bq-vue-product-grid[aria-busy="true"] {
  opacity: 0.45;
  pointer-events: none;
}

.bq-vue-product-card {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.bq-vue-product-card a {
  color: #444444;
  text-decoration: none;
}

.bq-vue-product-card > a:first-child {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.bq-vue-product-card__image {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.bq-vue-product-card__image img {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e7eb;
  object-fit: cover;
  object-position: center;
  transition: border-color 0.5s ease, transform 0.5s ease;
}

.bq-vue-product-card:hover .bq-vue-product-card__image img {
  border-color: #6b7280;
  transform: scale(1.05);
}

.bq-vue-product-card__subtitle {
  display: block;
  margin: 0.8em 0 0.3em;
  color: var(--bq-vue-gray);
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.65;
}

.bq-vue-product-card strong {
  display: block;
  color: var(--bq-vue-black);
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.65;
}

.bq-vue-product-card em {
  display: block;
  margin-top: auto;
  padding-top: 8px;
  color: var(--bq-vue-teal);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 0.85em;
  font-style: normal;
  font-weight: 700;
}

.bq-vue-product-card.is-wine-preparing em,
.bq-vue-product-card__status {
  color: var(--bq-vue-teal);
  font-family: "Noto Sans JP", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.bq-vue-product-card__status {
  display: block;
  margin-top: 12px;
  line-height: 1.6;
  text-align: center;
}

.bq-vue-product-card__button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 12px;
  padding: 8px 12px;
  border: 1px solid var(--bq-vue-teal);
  background: var(--bq-vue-teal);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}

.bq-vue-product-card__button:hover {
  background: #ffffff;
  color: var(--bq-vue-teal) !important;
}

.bq-vue-product-card.is-hidden-by-more {
  display: none;
}

.bq-vue-product-empty {
  margin: 0;
  color: var(--bq-vue-gray);
  font-size: 14px;
  text-align: center;
}

.bq-vue-product-card strong {
  margin-top: 0.8em;
}

.bq-vue-more-wrap {
  margin-top: 40px;
  text-align: center;
}

.bq-vue-more-button {
  min-width: 180px;
  padding: 13px 32px;
  border: 1px solid var(--bq-vue-charcoal);
  background: #ffffff;
  color: var(--bq-vue-charcoal);
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.bq-vue-more-button:hover {
  background: #f9fafb;
}


.bq-vue-about {
  background: #ffffff;
}

.bq-vue-about__title {
  padding: 40px 0;
}

.bq-vue-about__title span {
  margin-bottom: 0;
}

.bq-vue-about__visual {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.bq-vue-about__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}

.bq-vue-about__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 46, 26, 0.70);
}

.bq-vue-about__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  min-height: 280px;
  padding: 0 64px;
}

.bq-vue-about__content img {
  flex: 0 0 auto;
  width: 224px;
  height: auto;
  opacity: 0.7;
}

.bq-vue-about__content h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}

.bq-vue-about__body {
  box-sizing: border-box;
  width: min(768px, 100%);
  margin: 0 auto;
  padding: 48px 64px 64px;
  background: #ffffff;
  text-align: center;
}

.bq-vue-about__body p {
  margin: 0 0 24px;
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  line-height: 2;
}

.bq-vue-about__body p:last-child {
  margin-bottom: 0;
}

.bq-vue-about__body span {
  white-space: nowrap;
}

.bq-vue-store {
  padding: 80px 0 128px;
}

.bq-vue-store__container {
  width: min(1152px, 100%);
}

.bq-vue-section-heading {
  margin-bottom: 80px;
}

.bq-vue-section-heading p {
  margin: 0 0 16px;
  color: var(--bq-vue-gray);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.bq-vue-section-heading h2 {
  margin: 0 0 16px;
  color: var(--bq-vue-charcoal);
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.3;
}

.bq-vue-section-heading span {
  display: block;
  width: 48px;
  height: 1px;
  background: var(--bq-vue-teal);
}

.bq-vue-store__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: start;
}

.bq-vue-store__photo {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 32px;
}

.bq-vue-store__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bq-vue-store__name {
  margin-bottom: 24px;
}

.bq-vue-store__name h3 {
  margin: 0;
  color: var(--bq-vue-black);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 20px;
  font-weight: 700;
}

.bq-vue-store__name p {
  margin: 0;
  color: var(--bq-vue-gray);
  font-size: 14px;
}

.bq-vue-store__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.bq-vue-store__table th,
.bq-vue-store__table td {
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
}

.bq-vue-store__table th {
  width: 96px;
  padding-right: 16px;
  color: var(--bq-vue-gray);
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.bq-vue-store__table td {
  color: var(--bq-vue-black);
}

.bq-vue-store__table td p {
  margin: 0 0 8px;
}

.bq-vue-store__table small,
.bq-vue-store__days {
  color: var(--bq-vue-gray);
  font-size: 12px;
}

.bq-vue-store__days {
  display: flex;
  gap: 12px;
}

.bq-vue-store__days .is-closed {
  color: #f87171;
}

.bq-vue-store__map {
  overflow: hidden;
  margin-bottom: 16px;
}

.bq-vue-store__map iframe {
  display: block;
  background: #f3f4f6;
}

.bq-vue-store__map-link {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid var(--bq-vue-charcoal);
  color: var(--bq-vue-charcoal);
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.bq-vue-store__map-link:hover {
  background: #f9fafb;
}

.bq-vue-staff {
  padding: 64px 0 80px;
  background: var(--bq-vue-cream);
}

.bq-vue-staff__title {
  margin-bottom: 40px;
}

.bq-vue-staff__title span {
  margin-bottom: 0;
}

.bq-vue-staff__slider {
  position: relative;
}

.bq-vue-staff__track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.bq-vue-staff__track::-webkit-scrollbar {
  display: none;
}

.bq-vue-staff-card {
  box-sizing: border-box;
  flex: 0 0 25%;
  padding: 0 16px 16px;
  text-align: center;
}

.bq-vue-staff-card img,
.bq-vue-staff-card--empty > span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  border: 1px solid #d0c1ae;
  border-radius: 50%;
  padding: 3px;
  background: #f3f4f6;
  color: var(--bq-vue-gray);
  font-size: 12px;
  object-fit: cover;
  object-position: top center;
}

.bq-vue-staff-card p {
  margin: 0 0 4px;
  color: var(--bq-vue-gray);
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.35;
}

.bq-vue-staff-card h3 {
  margin: 0;
  color: var(--bq-vue-charcoal);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
  font-weight: 700;
}

.bq-vue-staff-card span {
  display: block;
  margin-top: 4px;
  color: var(--bq-vue-gray);
  font-size: 0.8em;
  line-height: 1.4;
}

.bq-vue-staff__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
  color: var(--bq-vue-charcoal);
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
}

.bq-vue-staff__arrow--prev {
  left: -24px;
}

.bq-vue-staff__arrow--next {
  right: -24px;
}

.bq-vue-contact {
  padding: 48px 0 64px;
}

.bq-vue-contact__form {
  display: grid;
  gap: 24px;
}

.bq-vue-contact__form label {
  display: block;
  color: var(--bq-vue-black);
  font-size: 14px;
  font-weight: 500;
}

.bq-vue-contact__form label > span,
.bq-vue-contact__privacy span {
  margin-left: 4px;
  color: #f87171;
  font-size: 12px;
}

.bq-vue-contact__form input[type="text"],
.bq-vue-contact__form input[type="email"],
.bq-vue-contact__form input[type="tel"],
.bq-vue-contact__form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: var(--bq-vue-black);
  font: inherit;
  transition: border-color 0.2s ease;
}

.bq-vue-contact__form input:focus,
.bq-vue-contact__form textarea:focus {
  border-color: var(--bq-vue-teal);
  outline: 0;
}

.bq-vue-contact__form textarea {
  resize: none;
}

.bq-vue-contact__privacy {
  display: flex !important;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
}

.bq-vue-contact__privacy input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--bq-vue-teal);
}

.bq-vue-contact__privacy small {
  color: rgba(51, 51, 51, 0.70);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}

.bq-vue-contact__submit {
  padding-top: 8px;
  text-align: center;
}

.bq-vue-contact__submit button {
  box-sizing: border-box;
  min-width: 188px;
  padding: 12px 48px;
  border: 0;
  background: var(--bq-vue-teal);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.bq-vue-contact__submit button:disabled {
  background: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
}

.bq-vue-contact__form > p {
  margin: 0;
  color: var(--bq-vue-gray);
  font-size: 12px;
  text-align: center;
}

.bq-vue-admin {
  padding: 48px 0;
  background: var(--bq-vue-cream);
}

.bq-vue-admin__body {
  box-sizing: border-box;
  overflow: hidden;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.bq-vue-admin__body img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1030px) {
  .bq-vue-title h2 {
    font-size: 40px;
  }

  .bq-vue-hero__slide {
    flex-basis: 85vw;
  }

  .bq-vue-hero__copy {
    padding: 0 32px;
  }

  .bq-vue-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bq-vue-store__grid {
    grid-template-columns: 1fr;
  }

  .bq-vue-staff-card {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 767px) {
  .bq-vue-container {
    padding: 0 24px;
  }

  .bq-vue-section {
    padding: 48px 0;
  }

  .bq-vue-title h2 {
    font-size: 36px;
  }

  .bq-vue-title span {
    margin-bottom: 32px;
  }

  .bq-vue-hero {
    padding: 32px 0 40px;
  }

  .bq-vue-hero__slide {
    min-width: 0;
  }

  .bq-vue-hero__banner {
    width: 100%;
    min-height: 220px;
  }

  .bq-vue-hero__copy {
    min-width: 0;
    width: 58%;
    padding: 0 16px 0 24px;
  }

  .bq-vue-hero__copy p {
    font-size: 10px;
  }

  .bq-vue-hero__copy h2 {
    font-size: 16px;
  }

  .bq-vue-hero__copy span {
    font-size: 11px;
    line-height: 1.6;
  }

  .bq-vue-hero__copy em {
    margin-top: 12px;
    font-size: 10px;
  }

  .bq-vue-hero__image {
    min-width: 0;
    width: 42%;
    padding: 12px 12px 12px 0;
  }

  .bq-vue-hero__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .bq-vue-news__list a,
  .bq-vue-news__list div {
    gap: 12px;
    padding-right: 24px;
  }

  .bq-vue-news__list time,
  .bq-vue-news__list span {
    font-size: 13px;
  }

  .bq-vue-sns {
    gap: 24px;
  }

  .bq-vue-feature__grid {
    grid-template-columns: 1fr;
  }

  .bq-vue-category-tabs {
    justify-content: flex-start;
  }

  .bq-vue-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }

  .bq-vue-about__content {
    gap: 32px;
    min-height: 220px;
    padding: 0 32px;
  }

  .bq-vue-about__content img {
    width: 160px;
  }

  .bq-vue-about__content h3 {
    font-size: 20px;
  }

  .bq-vue-about__body {
    padding: 48px 32px;
  }

  .bq-vue-about__body p {
    font-size: 14px;
  }

  .bq-vue-store {
    padding: 64px 0;
  }

  .bq-vue-section-heading {
    margin-bottom: 56px;
  }

  .bq-vue-section-heading h2 {
    font-size: 28px;
  }

  .bq-vue-store__days {
    flex-wrap: wrap;
  }

  .bq-vue-staff-card {
    flex-basis: 50%;
  }

  .bq-vue-staff-card img,
  .bq-vue-staff-card--empty > span:first-child {
    width: 130px;
    height: 130px;
  }

  .bq-vue-staff__arrow--prev {
    left: -12px;
  }

  .bq-vue-staff__arrow--next {
    right: -12px;
  }

  .bq-vue-contact__submit button {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .bq-vue-about__content {
    flex-direction: column;
    gap: 20px;
    padding: 32px;
  }

  .bq-vue-sns {
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 1030px) {
  .bq-vue-hero__slide {
    flex-basis: 60vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1030px) {
  .bq-vue-title h2 {
    font-size: 48px;
  }

  .bq-vue-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bq-vue-store__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bq-vue-staff-card {
    flex-basis: 25%;
  }
}

.bq-vue-sns__icon--note {
  background: #41c9b4;
}