/* ===== RETHEME teal (§3-3b・2026-07-03 batch) — 原本はサーバ .bak & _server_mirror/css ===== */
@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
}

button, input, textarea, select {
  font: inherit;
}

a {
  color: inherit;
}

body {
  color: #24393a;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
}

body.is-menu-open {
  overflow: hidden;
}

#wrapper,
#contents {
  width: 100%;
}

.inner {
  width: min(1180px, 100% - 100px);
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding: 120px 0;
}

.section--soft {
  background: #f5f8f8;
}

.section--navy {
  color: #fff;
  background: #103d3f;
}

.section--green {
  color: #fff;
  background: #0A5457;
}

.skip-link {
  position: fixed;
  top: -60px;
  left: 20px;
  z-index: 9999;
  padding: 12px 18px;
  color: #fff;
  background: #16181c;
}

.skip-link:focus {
  top: 20px;
}

.breadcrumb {
  border-top: 1px solid #d9e7e7;
  border-bottom: 1px solid #d9e7e7;
  background: #fff;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style: none;
  font-size: 12px;
}

.breadcrumb__item {
  position: relative;
  color: #647a7b;
}

.breadcrumb__item:not(:last-child)::after {
  position: absolute;
  right: -12px;
  content: "/";
}

.breadcrumb__link {
  text-decoration: none;
}

.section-heading {
  max-width: 760px;
}

.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading--compact {
  max-width: 620px;
}

.section-heading__eyebrow {
  margin: 0 0 16px;
  color: #0F6E70;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.section-heading--light .section-heading__eyebrow {
  color: #8cdde0;
}

.section-heading__title {
  margin: 0;
  color: #16181c;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.section-heading--light .section-heading__title {
  color: #fff;
}

.section-heading__lead {
  margin: 28px 0 0;
  color: #647a7b;
  font-size: 17px;
  line-height: 2;
}

.section-heading--light .section-heading__lead {
  color: #d7eced;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button--primary {
  color: #fff;
  background: #0F6E70;
}

.button--accent {
  color: #16181c;
  background: #f5b500;
}

.button--outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.06);
}

.button--large {
  min-width: 250px;
  min-height: 66px;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
    transform: translateY(-2px);
  }
  .text-link:hover {
    opacity: 0.72;
  }
}
.button:focus-visible,
.text-link:focus-visible,
.related-links__card:focus-visible,
.market-card__link:focus-visible {
  outline: 3px solid #f5b500;
  outline-offset: 4px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0F6E70;
  font-weight: 700;
  text-decoration: none;
}

.text-link--light {
  color: #fff;
}

.media-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(18, 59, 60, 0.1);
}

.media-card picture,
.media-card img {
  display: block;
  width: 100%;
  height: 100%;
}

.media-card img {
  object-fit: cover;
}

.media-card__caption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 5px 9px;
  border-radius: 2px;
  color: #fff;
  background: rgba(16, 61, 63, 0.78);
  font-size: 10px;
  line-height: 1.4;
}

@media (max-width: 850px) {
  .inner {
    width: min(100% - 60px, 1180px);
  }
  .section {
    padding: 90px 0;
  }
  .section-heading__title {
    font-size: clamp(29px, 6vw, 42px);
  }
}
@media (max-width: 568px) {
  .inner {
    width: calc(100% - 40px);
  }
  .section {
    padding: 72px 0;
  }
  .section-heading__eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .section-heading__title {
    font-size: 30px;
    line-height: 1.42;
  }
  .section-heading__lead {
    margin-top: 20px;
    font-size: 15px;
  }
  .button {
    width: 100%;
    min-height: 56px;
  }
  .button--large {
    min-width: 0;
  }
}
.header {
  position: relative;
  z-index: 100;
  width: 100%;
  color: #000;
  background: #fff;
  font-family: inherit;
}

.header *,
.header *::before,
.header *::after {
  box-sizing: border-box;
}

.header__inner {
  width: 100%;
  padding: 0 50px;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__brand {
  padding-top: 0;
}

.header__logo {
  display: block;
  width: 200px;
  line-height: 0;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__tagline {
  margin: 10px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.header__utility {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__lang {
  position: relative;
  flex: 0 0 auto;
}

.header__lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #000;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.header__lang-arrow {
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.header__lang.is-open .header__lang-arrow {
  transform: translateY(2px) rotate(225deg);
}

.header__lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 10;
  display: grid;
  width: 150px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.header__lang.is-open .header__lang-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header__lang-link {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.header__lang-link.is-current {
  background: #f4f8f8;
  font-weight: 600;
}

.header__actions {
  position: relative;
  top: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: auto;
  padding: 100px 20px 20px;
  border-radius: 0 0 10px 10px;
  background: #128083;
}

.header__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 32px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.header__action-link img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-height: 18px;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 10px;
}

.header__nav-link {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.header__lang-button:focus-visible,
.header__lang-link:focus-visible,
.header__action-link:focus-visible,
.header__nav-link:focus-visible,
.header__logo:focus-visible {
  outline: 2px solid #128083;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    border-color: #128083;
  }
  .header__lang-link:hover {
    background: #f4f8f8;
  }
  .header__action-link:hover {
    opacity: 0.8;
  }
  .header__nav-link:hover {
    color: #128083;
  }
}
@media (max-width: 1250px) {
  .header__utility {
    gap: 20px;
  }
  .header__nav {
    gap: 22px;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    padding: 0 35px;
  }
  .header__tagline {
    display: none;
  }
}
@media (max-width: 850px) {
  .header__inner {
    padding: 14px 30px;
  }
  .header__top {
    align-items: center;
    gap: 16px;
  }
  .header__brand {
    padding-top: 0;
  }
  .header__logo {
    width: 160px;
  }
  .header__utility {
    margin-left: auto;
  }
  .header__lang-button {
    width: 98px;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }
  .header__lang-menu {
    width: 140px;
  }
  .header__actions,
  .header__nav {
    display: none;
  }
}
@media (max-width: 568px) {
  .header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__logo {
    width: 145px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header__lang-arrow,
  .header__lang-menu {
    transition: none;
  }
}
.sp-menu {
  display: none;
}

@media (max-width: 850px) {
  .sp-menu {
    position: fixed;
    top: 15px;
    right: 18px;
    z-index: 1200;
    display: block;
  }
  .sp-menu__button {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #1e3a5f;
    gap: 5px;
  }
  .sp-menu__line {
    width: 18px;
    height: 2px;
    background: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .sp-menu.is-open .sp-menu__line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .sp-menu.is-open .sp-menu__line:nth-child(2) {
    opacity: 0;
  }
  .sp-menu.is-open .sp-menu__line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .sp-menu__panel {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 90px 30px 40px;
    visibility: hidden;
    opacity: 0;
    background: rgba(16, 61, 63, 0.98);
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .sp-menu.is-open .sp-menu__panel {
    visibility: visible;
    opacity: 1;
  }
  .sp-menu__nav {
    display: flex;
    flex-direction: column;
    width: min(100%, 430px);
  }
  .sp-menu__link {
    padding: 16px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
  .sp-menu__link.is-current {
    color: #8cdde0;
  }
  .sp-menu__link--cta {
    margin-top: 24px;
    border: 0;
    border-radius: 4px;
    color: #16181c;
    background: #f5b500;
    text-align: center;
  }
}
.footer {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.footer__inner {
  box-sizing: border-box;
  margin: 100px 0;
  padding: 0 50px;
}

.footer__top {
  display: flex;
}

.footer__intro {
  display: flex;
  flex: 0 0 400px;
  flex-direction: column;
}

.footer__copy {
  display: block;
  width: 355px;
  margin: 0;
}

.footer__copy img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__description {
  display: block;
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}

.footer__nav {
  width: calc(100% - 400px);
}

.footer__columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 24px 0 28px;
  list-style: none;
}

.footer__column {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding: 0 35px;
  gap: 10px;
}

.footer__column--center {
  border-left: 1px dotted #f4f8f8;
}

.footer__heading {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}

.footer__heading--spaced {
  margin-top: 15px;
}

.footer__heading span {
  position: relative;
  bottom: -1px;
  display: block;
  width: 17px;
  margin-left: 5px;
  border-radius: 50%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #128083 0%, #197275 100%);
}

.footer__heading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 7px;
  content: "";
  transform: translate(-25%, -50%);
  clip-path: polygon(0 15%, 15% 0, 65% 50%, 15% 100%, 0 85%, 35% 50%, 0 15%);
  aspect-ratio: 1;
  background-color: #fff;
}

.footer__group {
  margin: 0;
}

.footer__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}

.footer__summary::-webkit-details-marker {
  display: none;
}

.footer__summary::after {
  display: block;
  width: 13px;
  content: "";
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  clip-path: polygon(0 45%, 45% 45%, 45% 0, 55% 0, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 100%, 45% 100%, 45% 55%, 0 55%);
  aspect-ratio: 1;
  background-color: #000;
}

.footer__group[open] .footer__summary::after {
  clip-path: polygon(0 45%, 100% 45%, 100% 55%, 0 55%);
}

.footer__links {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 15px;
  border-radius: 5px;
  background-color: #f4f8f8;
}

.footer__nav-link {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}

.footer__bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}

.footer__company {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.footer__brand-row {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.footer__logo {
  display: block;
  width: 200px;
}

.footer__bess {
  display: block;
  width: 170px;
}

.footer__logo img, .footer__bess img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__link {
  display: flex;
  align-items: center;
  gap: 0 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.footer__link span {
  display: block;
  width: 15px;
  line-height: 1;
}

.footer__link img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__copyright {
  margin: 0;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}

.footer__copyright--mobile {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .footer__heading:hover, .footer__summary:hover, .footer__nav-link:hover, .footer__link:hover {
    color: #128083;
  }
  .footer__summary:hover::after {
    background-color: #128083;
  }
}
@media (max-width: 1350px) {
  .footer__top {
    flex-direction: column;
  }
  .footer__intro {
    flex-basis: auto;
    width: 100%;
  }
  .footer__description br {
    display: none;
  }
  .footer__nav {
    width: 100%;
    margin-top: 50px;
  }
  .footer__column {
    width: 31.6666666667%;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .footer__nav {
    margin-top: 20px;
  }
  .footer__links {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .footer__inner {
    margin: 50px 0;
    padding: 0 30px;
  }
  .footer__intro {
    align-items: center;
  }
  .footer__copy {
    width: 300px;
  }
  .footer__description {
    max-width: 500px;
    margin: 10px auto 0;
    text-align: center;
  }
  .footer__nav {
    display: none;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .footer__brand-row {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  .footer__copyright--desktop {
    display: none;
  }
  .footer__company {
    align-items: center;
    width: 100%;
    gap: 24px 0;
  }
  .footer__brand-row {
    width: 100%;
  }
  .footer__logo {
    width: 180px;
  }
  .footer__bess {
    width: 150px;
  }
  .footer__link {
    justify-content: center;
    font-size: 13px;
  }
  .footer__copyright--mobile {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 568px) {
  .footer__inner {
    padding: 0 20px;
  }
  .footer__copy {
    width: min(100%, 300px);
  }
}
body#mk-wholesale .wholesale-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
  background: #103d3f;
}

body#mk-wholesale .wholesale-hero__media, body#mk-wholesale .wholesale-hero__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

body#mk-wholesale .wholesale-hero__media img {
  object-fit: cover;
  object-position: center;
}

body#mk-wholesale .wholesale-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 35, 36, 0.9) 0%, rgba(16, 61, 63, 0.72) 45%, rgba(16, 61, 63, 0.15) 78%, rgba(16, 61, 63, 0.3) 100%);
}

body#mk-wholesale .wholesale-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 760px;
  padding-top: 70px;
  padding-bottom: 70px;
}

body#mk-wholesale .wholesale-hero__content {
  max-width: 720px;
}

body#mk-wholesale .wholesale-hero__eyebrow {
  margin: 0 0 18px;
  color: #8cdde0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

body#mk-wholesale .wholesale-hero__label {
  display: inline-flex;
  margin: 0 0 24px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
}

body#mk-wholesale .wholesale-hero__title {
  margin: 0;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1.2;
  letter-spacing: 0.025em;
}

body#mk-wholesale .wholesale-hero__lead {
  margin: 30px 0 0;
  font-size: 19px;
  line-height: 1.9;
}

body#mk-wholesale .wholesale-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

body#mk-wholesale .wholesale-hero__note {
  margin: 22px 0 0;
  color: #d8e8e9;
  font-size: 12px;
}

body#mk-wholesale .quick-answer {
  position: relative;
  z-index: 2;
  margin-top: -52px;
}

body#mk-wholesale .quick-answer__inner {
  padding: 54px 60px 60px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(18, 59, 60, 0.1);
}

body#mk-wholesale .quick-answer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 36px;
}

body#mk-wholesale .quick-answer__card {
  position: relative;
  padding: 8px 34px 6px;
  border-left: 1px solid #d9e7e7;
}

body#mk-wholesale .quick-answer__card:first-child {
  padding-left: 0;
  border-left: 0;
}

body#mk-wholesale .quick-answer__number {
  display: block;
  margin-bottom: 10px;
  color: #1e3a5f;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

body#mk-wholesale .quick-answer__title {
  margin: 0;
  color: #16181c;
  font-size: 20px;
  line-height: 1.5;
}

body#mk-wholesale .quick-answer__text {
  margin: 12px 0 0;
  color: #647a7b;
  font-size: 14px;
  line-height: 1.85;
}

body#mk-wholesale .market-basics__inner {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: 86px;
}

body#mk-wholesale .market-basics__lead {
  margin: 34px 0 0;
  font-size: 17px;
  line-height: 2;
}

body#mk-wholesale .market-basics__definitions {
  margin: 34px 0;
}

body#mk-wholesale .market-basics__definition {
  padding: 20px 0;
  border-top: 1px solid #d9e7e7;
}

body#mk-wholesale .market-basics__definition:last-child {
  border-bottom: 1px solid #d9e7e7;
}

body#mk-wholesale .market-basics__term {
  color: #1e3a5f;
  font-size: 16px;
  font-weight: 700;
}

body#mk-wholesale .market-basics__description {
  margin: 7px 0 0;
  color: #647a7b;
  font-size: 14px;
  line-height: 1.9;
}

body#mk-wholesale .market-basics__visual {
  height: 620px;
}

body#mk-wholesale .arbitrage {
  overflow: hidden;
}

body#mk-wholesale .price-diagram {
  display: grid;
  grid-template-columns: 40px 1fr;
  margin-top: 60px;
  padding: 42px 42px 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}

body#mk-wholesale .price-diagram__axis {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbe1e2;
  font-size: 12px;
  writing-mode: vertical-rl;
}

body#mk-wholesale .price-diagram__plot {
  position: relative;
  min-height: 380px;
}

body#mk-wholesale .price-diagram__chart {
  width: 100%;
  height: 330px;
}

body#mk-wholesale .price-diagram__charge, body#mk-wholesale .price-diagram__discharge {
  position: absolute;
  top: 176px;
  display: grid;
  justify-items: center;
  min-width: 130px;
  padding: 12px;
  border-radius: 4px;
  color: #16181c;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

body#mk-wholesale .price-diagram__charge {
  left: 27%;
}

body#mk-wholesale .price-diagram__discharge {
  top: 34px;
  right: 11%;
}

body#mk-wholesale .price-diagram__tag {
  color: #647a7b;
  font-size: 11px;
}

body#mk-wholesale .price-diagram__action {
  color: #1e3a5f;
  font-size: 24px;
}

body#mk-wholesale .price-diagram__flow {
  color: #0F6E70;
  font-size: 20px;
  line-height: 1;
}

body#mk-wholesale .price-diagram__battery {
  font-size: 12px;
}

body#mk-wholesale .price-diagram__times {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  color: #b8d4d5;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

body#mk-wholesale .arbitrage__logic {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 50px;
  margin-top: 36px;
}

body#mk-wholesale .arbitrage__formula {
  padding: 24px 28px;
  border-left: 4px solid #f5b500;
  background: rgba(255, 255, 255, 0.08);
}

body#mk-wholesale .arbitrage__formula-label {
  color: #8cdde0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

body#mk-wholesale .arbitrage__formula-text {
  margin: 8px 0 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

body#mk-wholesale .arbitrage__note {
  margin: 0;
  color: #d7eced;
  font-size: 14px;
  line-height: 1.9;
}

body#mk-wholesale .market-compare .section-heading {
  margin-right: auto;
  margin-left: auto;
}

body#mk-wholesale .table-scroll {
  margin-top: 48px;
  overflow-x: auto;
  border: 1px solid #d9e7e7;
  border-radius: 6px;
}

body#mk-wholesale .comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
}

body#mk-wholesale .comparison-table__cell {
  padding: 24px 26px;
  border-right: 1px solid #d9e7e7;
  border-bottom: 1px solid #d9e7e7;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.8;
}

body#mk-wholesale .comparison-table__cell:last-child {
  border-right: 0;
}

body#mk-wholesale .comparison-table__row:last-child .comparison-table__cell {
  border-bottom: 0;
}

body#mk-wholesale .comparison-table__cell--head {
  color: #fff;
  background: #1e3a5f;
  font-size: 15px;
  text-align: left;
}

body#mk-wholesale .comparison-table__cell--label {
  width: 22%;
  color: #1e3a5f;
  background: #eef3f8;
  font-weight: 700;
}

body#mk-wholesale .market-compare__note {
  margin: 16px 0 0;
  color: #647a7b;
  font-size: 12px;
}

body#mk-wholesale .operation__header {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: end;
  gap: 70px;
}

body#mk-wholesale .operation__visual {
  height: 430px;
}

body#mk-wholesale .operation__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 58px 0 0;
  padding: 0;
  list-style: none;
}

body#mk-wholesale .operation__step {
  position: relative;
  min-height: 260px;
  padding: 34px 28px;
  border-left: 1px solid #d9e7e7;
  background: #fff;
}

body#mk-wholesale .operation__step:last-child {
  border-right: 1px solid #d9e7e7;
}

body#mk-wholesale .operation__number {
  color: #0F6E70;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

body#mk-wholesale .operation__title {
  margin: 32px 0 0;
  color: #16181c;
  font-size: 19px;
  line-height: 1.5;
}

body#mk-wholesale .operation__text {
  margin: 14px 0 0;
  color: #647a7b;
  font-size: 13px;
  line-height: 1.85;
}

body#mk-wholesale .mid-cta {
  color: #fff;
  background: #1e3a5f;
}

body#mk-wholesale .mid-cta__inner {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  align-items: center;
  gap: 70px;
  padding-top: 72px;
  padding-bottom: 72px;
}

body#mk-wholesale .mid-cta__eyebrow {
  margin: 0 0 12px;
  color: #8cdde0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

body#mk-wholesale .mid-cta__title {
  margin: 0;
  font-size: 34px;
  line-height: 1.55;
}

body#mk-wholesale .mid-cta__text {
  margin: 18px 0 0;
  color: #d7eced;
  font-size: 15px;
  line-height: 1.9;
}

body#mk-wholesale .mid-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}

body#mk-wholesale .mid-cta__actions .text-link {
  justify-content: center;
}

body#mk-wholesale .decision-factors__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

body#mk-wholesale .decision-factors__visual {
  position: relative;
  height: 720px;
}

body#mk-wholesale .decision-factors__image, body#mk-wholesale .decision-factors__image img {
  display: block;
  width: 100%;
  height: 100%;
}

body#mk-wholesale .decision-factors__image img {
  object-fit: cover;
}

body#mk-wholesale .decision-factors__badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 6px 10px;
  color: #fff;
  background: rgba(16, 61, 63, 0.82);
  font-size: 10px;
}

body#mk-wholesale .decision-factors__list {
  margin-top: 42px;
}

body#mk-wholesale .decision-factors__item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid #d9e7e7;
}

body#mk-wholesale .decision-factors__item:last-child {
  border-bottom: 1px solid #d9e7e7;
}

body#mk-wholesale .decision-factors__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  background: #1e3a5f;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

body#mk-wholesale .decision-factors__title {
  margin: 0;
  color: #16181c;
  font-size: 18px;
  line-height: 1.5;
}

body#mk-wholesale .decision-factors__text {
  margin: 8px 0 0;
  color: #647a7b;
  font-size: 13px;
  line-height: 1.8;
}

body#mk-wholesale .three-markets__header {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  gap: 80px;
}

body#mk-wholesale .three-markets__visual {
  height: 390px;
  box-shadow: none;
}

body#mk-wholesale .three-markets__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 54px;
}

body#mk-wholesale .market-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 38px 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
}

body#mk-wholesale .market-card--current {
  border-top: 5px solid #f5b500;
  background: #fff;
  color: #24393a;
}

body#mk-wholesale .market-card__category {
  margin: 0;
  color: #8cdde0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

body#mk-wholesale .market-card--current .market-card__category {
  color: #0F6E70;
}

body#mk-wholesale .market-card__title {
  margin: 20px 0 0;
  font-size: 25px;
  line-height: 1.45;
}

body#mk-wholesale .market-card__text {
  margin: 18px 0 0;
  color: #d7eced;
  font-size: 14px;
  line-height: 1.9;
}

body#mk-wholesale .market-card--current .market-card__text {
  color: #647a7b;
}

body#mk-wholesale .market-card__link, body#mk-wholesale .market-card__status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 30px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

body#mk-wholesale .market-card__status {
  color: #1e3a5f;
}

body#mk-wholesale .risk__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 52px;
}

body#mk-wholesale .risk__card {
  min-height: 290px;
  padding: 34px 28px;
  border: 1px solid #d9e7e7;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 59, 60, 0.06);
}

body#mk-wholesale .risk__label {
  color: #0F6E70;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

body#mk-wholesale .risk__title {
  margin: 32px 0 0;
  color: #16181c;
  font-size: 20px;
  line-height: 1.5;
}

body#mk-wholesale .risk__text {
  margin: 16px 0 0;
  color: #647a7b;
  font-size: 13px;
  line-height: 1.9;
}

body#mk-wholesale .risk__notice {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 26px;
  margin-top: 32px;
  padding: 24px 30px;
  border-left: 4px solid #f5b500;
  background: #fff8dd;
}

body#mk-wholesale .risk__notice-title {
  color: #16181c;
}

body#mk-wholesale .risk__notice-text {
  margin: 0;
  color: #5c594d;
  font-size: 13px;
  line-height: 1.85;
}

body#mk-wholesale .consultation__inner {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 84px;
}

body#mk-wholesale .consultation__visual {
  height: 570px;
}

body#mk-wholesale .consultation__steps {
  margin: 36px 0;
  padding: 0;
  list-style: none;
}

body#mk-wholesale .consultation__step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid #d9e7e7;
}

body#mk-wholesale .consultation__step:last-child {
  border-bottom: 1px solid #d9e7e7;
}

body#mk-wholesale .consultation__step > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #1e3a5f;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

body#mk-wholesale .consultation__step p {
  margin: 0;
  color: #647a7b;
  font-size: 14px;
}

body#mk-wholesale .consultation__step strong {
  display: block;
  margin-bottom: 4px;
  color: #16181c;
  font-size: 16px;
}

body#mk-wholesale .related-links__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}

body#mk-wholesale .related-links__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  padding: 30px;
  border: 1px solid #d9e7e7;
  background: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body#mk-wholesale .related-links__category {
  color: #0F6E70;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

body#mk-wholesale .related-links__title {
  margin-top: 26px;
  color: #16181c;
  font-size: 20px;
  line-height: 1.5;
}

body#mk-wholesale .related-links__arrow {
  margin-top: auto;
  color: #1e3a5f;
  font-size: 24px;
}

@media (hover: hover) and (pointer: fine) {
  body#mk-wholesale .related-links__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(18, 59, 60, 0.1);
  }
}
body#mk-wholesale .faq {
  background: #f5f8f8;
}

body#mk-wholesale .faq__list {
  max-width: 980px;
  margin: 54px auto 0;
}

body#mk-wholesale .faq__item {
  border-top: 1px solid #d9e7e7;
  background: #fff;
}

body#mk-wholesale .faq__item:last-child {
  border-bottom: 1px solid #d9e7e7;
}

body#mk-wholesale .faq__question {
  display: grid;
  grid-template-columns: 40px 1fr 26px;
  align-items: center;
  gap: 18px;
  padding: 28px 30px;
  color: #16181c;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

body#mk-wholesale .faq__question::-webkit-details-marker {
  display: none;
}

body#mk-wholesale .faq__mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #1e3a5f;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

body#mk-wholesale .faq__mark--answer {
  color: #fff;
  background: #0F6E70;
}

body#mk-wholesale .faq__toggle {
  position: relative;
  width: 20px;
  height: 20px;
}

body#mk-wholesale .faq__toggle::before, body#mk-wholesale .faq__toggle::after {
  position: absolute;
  top: 9px;
  left: 2px;
  width: 16px;
  height: 2px;
  content: "";
  background: #1e3a5f;
  transition: transform 0.2s ease;
}

body#mk-wholesale .faq__toggle::after {
  transform: rotate(90deg);
}

body#mk-wholesale .faq__item[open] .faq__toggle::after {
  transform: rotate(0);
}

body#mk-wholesale .faq__answer {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
  padding: 0 30px 28px;
}

body#mk-wholesale .faq__answer p {
  margin: 0;
  color: #647a7b;
  font-size: 14px;
  line-height: 1.9;
}

body#mk-wholesale .final-cta {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background: #103d3f;
}

body#mk-wholesale .final-cta__media, body#mk-wholesale .final-cta__media picture, body#mk-wholesale .final-cta__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

body#mk-wholesale .final-cta__media img {
  object-fit: cover;
  object-position: center;
}

body#mk-wholesale .final-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 35, 36, 0.94), rgba(16, 61, 63, 0.68));
}

body#mk-wholesale .final-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 650px;
}

body#mk-wholesale .final-cta__eyebrow {
  margin: 0 0 16px;
  color: #8cdde0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

body#mk-wholesale .final-cta__title {
  margin: 0;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.45;
}

body#mk-wholesale .final-cta__text {
  margin: 24px 0 0;
  color: #d7eced;
  font-size: 17px;
}

body#mk-wholesale .final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

body#mk-wholesale .final-cta__note {
  margin: 20px 0 0;
  color: #d7eced;
  font-size: 12px;
}

@media (max-width: 1024px) {
  body#mk-wholesale .quick-answer__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
  body#mk-wholesale .market-basics__inner, body#mk-wholesale .decision-factors__inner, body#mk-wholesale .consultation__inner {
    gap: 50px;
  }
  body#mk-wholesale .market-basics__visual {
    height: 520px;
  }
  body#mk-wholesale .operation__steps {
    grid-template-columns: repeat(2, 1fr);
  }
  body#mk-wholesale .operation__step:nth-child(3) {
    border-top: 1px solid #d9e7e7;
  }
  body#mk-wholesale .risk__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px) {
  body#mk-wholesale .wholesale-hero, body#mk-wholesale .wholesale-hero__inner {
    min-height: 700px;
  }
  body#mk-wholesale .wholesale-hero__shade {
    background: linear-gradient(90deg, rgba(8, 35, 36, 0.88), rgba(16, 61, 63, 0.52));
  }
  body#mk-wholesale .quick-answer__grid {
    grid-template-columns: 1fr;
  }
  body#mk-wholesale .quick-answer__card, body#mk-wholesale .quick-answer__card:first-child {
    padding: 24px 0;
    border-top: 1px solid #d9e7e7;
    border-left: 0;
  }
  body#mk-wholesale .quick-answer__card:first-child {
    border-top: 0;
  }
  body#mk-wholesale .market-basics__inner, body#mk-wholesale .operation__header, body#mk-wholesale .decision-factors__inner, body#mk-wholesale .three-markets__header, body#mk-wholesale .consultation__inner {
    grid-template-columns: 1fr;
  }
  body#mk-wholesale .market-basics__visual, body#mk-wholesale .decision-factors__visual, body#mk-wholesale .consultation__visual {
    height: 520px;
  }
  body#mk-wholesale .price-diagram {
    grid-template-columns: 1fr;
    padding: 28px 18px 20px;
  }
  body#mk-wholesale .price-diagram__axis {
    display: none;
  }
  body#mk-wholesale .price-diagram__charge {
    left: 22%;
  }
  body#mk-wholesale .price-diagram__discharge {
    right: 7%;
  }
  body#mk-wholesale .arbitrage__logic, body#mk-wholesale .mid-cta__inner {
    grid-template-columns: 1fr;
  }
  body#mk-wholesale .operation__header {
    align-items: start;
  }
  body#mk-wholesale .mid-cta__actions {
    align-items: flex-start;
  }
  body#mk-wholesale .mid-cta__actions .button {
    width: auto;
  }
  body#mk-wholesale .decision-factors__visual {
    order: 2;
  }
  body#mk-wholesale .three-markets__cards {
    grid-template-columns: 1fr;
  }
  body#mk-wholesale .market-card {
    min-height: 260px;
  }
  body#mk-wholesale .related-links__grid {
    grid-template-columns: 1fr;
  }
  body#mk-wholesale .related-links__card {
    min-height: 160px;
  }
}
@media (max-width: 568px) {
  body#mk-wholesale .wholesale-hero, body#mk-wholesale .wholesale-hero__inner {
    min-height: 680px;
  }
  body#mk-wholesale .wholesale-hero__media img {
    object-position: 62% center;
  }
  body#mk-wholesale .wholesale-hero__inner {
    align-items: flex-end;
    padding-bottom: 54px;
  }
  body#mk-wholesale .wholesale-hero__title {
    font-size: 44px;
  }
  body#mk-wholesale .wholesale-hero__lead {
    margin-top: 22px;
    font-size: 16px;
  }
  body#mk-wholesale .wholesale-hero__lead br {
    display: none;
  }
  body#mk-wholesale .wholesale-hero__actions {
    flex-direction: column;
    margin-top: 28px;
  }
  body#mk-wholesale .quick-answer {
    margin-top: 0;
  }
  body#mk-wholesale .quick-answer__inner {
    width: 100%;
    padding: 48px 20px;
    border-radius: 0;
    box-shadow: none;
  }
  body#mk-wholesale .market-basics__visual, body#mk-wholesale .operation__visual, body#mk-wholesale .decision-factors__visual, body#mk-wholesale .consultation__visual {
    height: 360px;
  }
  body#mk-wholesale .price-diagram__plot {
    min-height: 300px;
    overflow: hidden;
  }
  body#mk-wholesale .price-diagram__chart {
    width: 700px;
    max-width: none;
    height: 250px;
    transform: translateX(-150px);
  }
  body#mk-wholesale .price-diagram__charge, body#mk-wholesale .price-diagram__discharge {
    min-width: 104px;
    padding: 8px;
  }
  body#mk-wholesale .price-diagram__charge {
    top: 140px;
    left: 14%;
  }
  body#mk-wholesale .price-diagram__discharge {
    top: 36px;
    right: 0;
  }
  body#mk-wholesale .price-diagram__action {
    font-size: 19px;
  }
  body#mk-wholesale .price-diagram__times {
    padding-top: 0;
  }
  body#mk-wholesale .arbitrage__logic {
    gap: 22px;
  }
  body#mk-wholesale .operation__steps {
    grid-template-columns: 1fr;
  }
  body#mk-wholesale .operation__step {
    min-height: 0;
    border-top: 1px solid #d9e7e7;
    border-right: 1px solid #d9e7e7;
  }
  body#mk-wholesale .mid-cta__inner {
    padding-top: 58px;
    padding-bottom: 58px;
    gap: 34px;
  }
  body#mk-wholesale .mid-cta__title {
    font-size: 27px;
  }
  body#mk-wholesale .mid-cta__actions .button {
    width: 100%;
  }
  body#mk-wholesale .decision-factors__item {
    grid-template-columns: 46px 1fr;
  }
  body#mk-wholesale .decision-factors__icon {
    width: 46px;
    height: 46px;
  }
  body#mk-wholesale .risk__grid {
    grid-template-columns: 1fr;
  }
  body#mk-wholesale .risk__card {
    min-height: 0;
  }
  body#mk-wholesale .risk__notice {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px;
  }
  body#mk-wholesale .faq__question {
    grid-template-columns: 34px 1fr 20px;
    gap: 12px;
    padding: 24px 16px;
    font-size: 14px;
  }
  body#mk-wholesale .faq__mark {
    width: 30px;
    height: 30px;
  }
  body#mk-wholesale .faq__answer {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 0 16px 24px;
  }
  body#mk-wholesale .final-cta, body#mk-wholesale .final-cta__inner {
    min-height: 650px;
  }
  body#mk-wholesale .final-cta__title {
    font-size: 34px;
  }
  body#mk-wholesale .final-cta__title br {
    display: none;
  }
  body#mk-wholesale .final-cta__actions {
    width: 100%;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
p,
ul,
ol,
dl,
dd,
figure,
blockquote {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  color: #283333;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
}

body {
  min-width: 320px;
  color: #283333;
  background: #fff;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

body.is-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button {
  color: inherit;
}

::selection {
  color: #fff;
  background: #187376;
}

.header {
  position: relative;
  z-index: 100;
  width: 100%;
  color: #000;
  background: #fff;
  font-family: inherit;
}
.header *, .header *::before, .header *::after {
  box-sizing: border-box;
}

.header__inner {
  width: 100%;
  padding: 0 50px;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__brand {
  padding-top: 0;
}

.header__logo {
  display: block;
  width: 200px;
  line-height: 0;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__tagline {
  margin: 10px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.header__utility {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__lang {
  position: relative;
  flex: 0 0 auto;
}

.header__lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #000;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.header__lang-arrow {
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.header__lang.is-open .header__lang-arrow {
  transform: translateY(2px) rotate(225deg);
}

.header__lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 10;
  display: grid;
  width: 150px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.header__lang.is-open .header__lang-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header__lang-link {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.header__lang-link.is-current {
  background: #f4f8f8;
  font-weight: 600;
}

.header__actions {
  position: relative;
  top: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: auto;
  padding: 100px 20px 20px;
  border-radius: 0 0 10px 10px;
  background: #128083;
}

.header__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 32px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.header__action-link img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-height: 18px;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 10px;
}

.header__nav-link {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.header__lang-button:focus-visible, .header__lang-link:focus-visible, .header__action-link:focus-visible, .header__nav-link:focus-visible, .header__logo:focus-visible {
  outline: 2px solid #128083;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    border-color: #128083;
  }
  .header__lang-link:hover {
    background: #f4f8f8;
  }
  .header__action-link:hover {
    opacity: 0.8;
  }
  .header__nav-link:hover {
    color: #128083;
  }
}
@media (max-width: 1250px) {
  .header__utility {
    gap: 20px;
  }
  .header__nav {
    gap: 22px;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    padding: 0 35px;
  }
  .header__tagline {
    display: none;
  }
}
@media (max-width: 850px) {
  .header__inner {
    padding: 14px 30px;
  }
  .header__top {
    align-items: center;
    gap: 16px;
  }
  .header__brand {
    padding-top: 0;
  }
  .header__logo {
    width: 160px;
  }
  .header__utility {
    margin-left: auto;
  }
  .header__lang-button {
    width: 98px;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }
  .header__lang-menu {
    width: 140px;
  }
  .header__actions, .header__nav {
    display: none;
  }
}
@media (max-width: 568px) {
  .header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__logo {
    width: 145px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header__lang-arrow, .header__lang-menu {
    transition: none;
  }
}
.sp-menu {
  display: none;
}

@media (max-width: 850px) {
  .sp-menu {
    position: fixed;
    top: 22px;
    right: 20px;
    z-index: 300;
    display: block;
  }
  .sp-menu__button {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #128083;
    box-shadow: 0 10px 30px rgba(16, 27, 27, 0.07);
    cursor: pointer;
  }
  .sp-menu__line {
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .sp-menu__panel {
    position: fixed;
    inset: 0;
    visibility: hidden;
    padding: 104px 24px 40px;
    background: rgba(16, 37, 38, 0.98);
    opacity: 0;
    overflow-y: auto;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .sp-menu__nav {
    display: grid;
    gap: 8px;
    width: min(100%, 520px);
    margin: 0 auto;
  }
  .sp-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 12px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }
  .sp-menu__link::after {
    content: "→";
  }
  .sp-menu__link--cta {
    justify-content: center;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 999px;
    background: #128083;
  }
  .sp-menu__link--cta::after {
    display: none;
  }
  .sp-menu.is-open .sp-menu__panel {
    visibility: visible;
    opacity: 1;
  }
  .sp-menu.is-open .sp-menu__line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .sp-menu.is-open .sp-menu__line:nth-child(2) {
    opacity: 0;
  }
  .sp-menu.is-open .sp-menu__line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
.footer {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
.footer__inner {
  box-sizing: border-box;
  margin: 100px 0;
  padding: 0 50px;
}
.footer__top {
  display: flex;
}
.footer__intro {
  display: flex;
  flex: 0 0 400px;
  flex-direction: column;
}
.footer__copy {
  display: block;
  width: 355px;
  margin: 0;
}
.footer__copy img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__description {
  display: block;
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}
.footer__nav {
  width: calc(100% - 400px);
}
.footer__columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 24px 0 28px;
  list-style: none;
}
.footer__column {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding: 0 35px;
  gap: 10px;
}
.footer__column--center {
  border-left: 1px dotted #f4f8f8;
}
.footer__heading {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}
.footer__heading--spaced {
  margin-top: 15px;
}
.footer__heading span {
  position: relative;
  bottom: -1px;
  display: block;
  width: 17px;
  margin-left: 5px;
  border-radius: 50%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #128083 0%, #72d4d7 100%);
}
.footer__heading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 7px;
  content: "";
  transform: translate(-25%, -50%);
  clip-path: polygon(0 15%, 15% 0, 65% 50%, 15% 100%, 0 85%, 35% 50%, 0 15%);
  aspect-ratio: 1;
  background-color: #fff;
}
.footer__group {
  margin: 0;
}
.footer__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.footer__summary::-webkit-details-marker {
  display: none;
}
.footer__summary::after {
  display: block;
  width: 13px;
  content: "";
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  clip-path: polygon(0 45%, 45% 45%, 45% 0, 55% 0, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 100%, 45% 100%, 45% 55%, 0 55%);
  aspect-ratio: 1;
  background-color: #000;
}
.footer__group[open] .footer__summary::after {
  clip-path: polygon(0 45%, 100% 45%, 100% 55%, 0 55%);
}
.footer__links {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 15px;
  border-radius: 5px;
  background-color: #f4f8f8;
}
.footer__nav-link {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.footer__bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
.footer__company {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.footer__brand-row {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.footer__logo {
  display: block;
  width: 200px;
}
.footer__bess {
  display: block;
  width: 170px;
}
.footer__logo img, .footer__bess img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 0 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}
.footer__link span {
  display: block;
  width: 15px;
  line-height: 1;
}
.footer__link img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__copyright {
  margin: 0;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}
.footer__copyright--mobile {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .footer__heading:hover, .footer__summary:hover, .footer__nav-link:hover, .footer__link:hover {
    color: #128083;
  }
  .footer__summary:hover::after {
    background-color: #128083;
  }
}
@media (max-width: 1350px) {
  .footer__top {
    flex-direction: column;
  }
  .footer__intro {
    flex-basis: auto;
    width: 100%;
  }
  .footer__description br {
    display: none;
  }
  .footer__nav {
    width: 100%;
    margin-top: 50px;
  }
  .footer__column {
    width: 31.6666666667%;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .footer__nav {
    margin-top: 20px;
  }
  .footer__links {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .footer__inner {
    margin: 50px 0;
    padding: 0 30px;
  }
  .footer__intro {
    align-items: center;
  }
  .footer__copy {
    width: 300px;
  }
  .footer__description {
    max-width: 500px;
    margin: 10px auto 0;
    text-align: center;
  }
  .footer__nav {
    display: none;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .footer__brand-row {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  .footer__copyright--desktop {
    display: none;
  }
  .footer__company {
    align-items: center;
    width: 100%;
    gap: 24px 0;
  }
  .footer__brand-row {
    width: 100%;
  }
  .footer__logo {
    width: 180px;
  }
  .footer__bess {
    width: 150px;
  }
  .footer__link {
    justify-content: center;
    font-size: 13px;
  }
  .footer__copyright--mobile {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 568px) {
  .footer__inner {
    padding: 0 20px;
  }
  .footer__copy {
    width: min(100%, 300px);
  }
}

/* ===== PHOTO HARMONY + POSTER GRAMMAR（§5-5/§8・2026-07-03） ===== */
main img { filter: saturate(0.78); }
main figure { position: relative; }
main figure::after { content:""; position:absolute; inset:0; background:#128083; opacity:0.14; mix-blend-mode:color; pointer-events:none; }
main h1, main h2, main h3, main [class*="__title"] { font-family:'Yu Mincho','Hiragino Mincho ProN','MS Mincho',serif; font-weight:700; letter-spacing:0.03em; }
main [class*="__eyebrow"], main [class*="__en"], main [class*="__label"] { font-family:'Barlow',Arial,sans-serif; font-weight:700; letter-spacing:0.28em; text-transform:uppercase; }
main [class*="__eyebrow"]::after, main [class*="__label"]::after { content:""; display:inline-block; vertical-align:middle; width:34px; height:2px; margin-left:14px; background:#128083; }
main [class*="__number"] { font-family:'Barlow',Arial,sans-serif; letter-spacing:0.02em; }
@media (hover:hover) and (pointer:fine) { main [class*="card"]:hover { transform:translateY(-4px); transition:transform .25s ease; } }
@media (prefers-reduced-motion:reduce) { main [class*="card"]:hover { transform:none; } main img { transition:none; } }


/* ===== BATCHC LP図解表示型オーバーライド（image-design-system v1.1 §7-2）2026-07-03 =====
   図解スロット限定（:has/src指定）: contain・height:auto・原寸比率契約・写真調和フィルタ/ベール解除・caption下置き。
   写真スロット（ヒーロー/CTA帯/背景型/記事サムネ）は不変更。 ===== */
body#mk-wholesale img[src][src$="/img/contents/bess/market/wholesale/market-operations.jpg"]{width:100%;height:auto;min-height:0;max-height:none;position:static;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal;aspect-ratio:1200/800}
body#mk-wholesale :is(div,figure,picture):has(> img[src$="/img/contents/bess/market/wholesale/market-operations.jpg"]),body#mk-wholesale :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess/market/wholesale/market-operations.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#mk-wholesale picture:has(> img[src$="/img/contents/bess/market/wholesale/market-operations.jpg"]){position:static;display:block;height:auto;min-height:0}
body#mk-wholesale img[src][src$="/img/contents/bess/market/wholesale/battery-yard.jpg"]{width:100%;height:auto;min-height:0;max-height:none;position:static;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal;aspect-ratio:1200/800}
body#mk-wholesale :is(div,figure,picture):has(> img[src$="/img/contents/bess/market/wholesale/battery-yard.jpg"]),body#mk-wholesale :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess/market/wholesale/battery-yard.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#mk-wholesale picture:has(> img[src$="/img/contents/bess/market/wholesale/battery-yard.jpg"]){position:static;display:block;height:auto;min-height:0}
body#mk-wholesale img[src][src$="/img/contents/bess/market/wholesale/grid-renewables.jpg"]{width:100%;height:auto;min-height:0;max-height:none;position:static;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal;aspect-ratio:1200/800}
body#mk-wholesale :is(div,figure,picture):has(> img[src$="/img/contents/bess/market/wholesale/grid-renewables.jpg"]),body#mk-wholesale :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess/market/wholesale/grid-renewables.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#mk-wholesale picture:has(> img[src$="/img/contents/bess/market/wholesale/grid-renewables.jpg"]){position:static;display:block;height:auto;min-height:0}
body#mk-wholesale img[src][src$="/img/contents/bess/market/wholesale/three-markets.jpg"]{width:100%;height:auto;min-height:0;max-height:none;position:static;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal;aspect-ratio:1200/800}
body#mk-wholesale :is(div,figure,picture):has(> img[src$="/img/contents/bess/market/wholesale/three-markets.jpg"]),body#mk-wholesale :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess/market/wholesale/three-markets.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#mk-wholesale picture:has(> img[src$="/img/contents/bess/market/wholesale/three-markets.jpg"]){position:static;display:block;height:auto;min-height:0}
main figure:has(img[src$="/img/contents/bess/market/wholesale/market-operations.jpg"])::after,main figure:has(img[src$="/img/contents/bess/market/wholesale/battery-yard.jpg"])::after,main figure:has(img[src$="/img/contents/bess/market/wholesale/grid-renewables.jpg"])::after,main figure:has(img[src$="/img/contents/bess/market/wholesale/three-markets.jpg"])::after{content:none}
main figure:has(img[src$="/img/contents/bess/market/wholesale/market-operations.jpg"]) figcaption,main figure:has(img[src$="/img/contents/bess/market/wholesale/battery-yard.jpg"]) figcaption,main figure:has(img[src$="/img/contents/bess/market/wholesale/grid-renewables.jpg"]) figcaption,main figure:has(img[src$="/img/contents/bess/market/wholesale/three-markets.jpg"]) figcaption{position:static;margin:12px 0 0;padding:0;color:#5A6270;background:none;font-size:12px;right:auto;bottom:auto;left:auto;top:auto;width:auto}

/* ===== UPLIFT batch2 bess teal (uplift_20260704) — 下層格上げ指示書 2026-07-04 ===== */
:root {
  --u-theme: #128083;
  --u-deep: #0A5457;
  --u-tint: #F0F7F7;
  --u-gold: #F5B500;
  --u-ink: #16181C;
  --u-sub: #5A6270;
  --u-border: #E2E5E8;
  --u-aqua: #8CCFD0;
}

/* ---- セクション余白リズム（96px）＋旧色面のティール化 ---- */
body#mk-wholesale .section { padding: 96px 0; }
body#mk-wholesale .section--soft { background: var(--u-tint); }
body#mk-wholesale .section--navy { background: var(--u-deep); }
body#mk-wholesale .section--green { background: var(--u-deep); }

/* ---- 共通見出し（eyebrow=テーマ色0.28em・h2=25px明朝・リード18px） ---- */
body#mk-wholesale .section-heading__eyebrow { color: var(--u-theme); font-size: 13px; letter-spacing: 0.28em; }
body#mk-wholesale .section-heading--light .section-heading__eyebrow { color: var(--u-aqua); }
body#mk-wholesale .section-heading--light .section-heading__eyebrow::after { background: var(--u-aqua); }
body#mk-wholesale .section-heading__title { font-size: 25px; line-height: 1.5; letter-spacing: 0.03em; }
body#mk-wholesale .section-heading__lead { color: var(--u-sub); font-size: 18px; line-height: 1.9; }
body#mk-wholesale .section-heading--light .section-heading__lead { color: rgba(255, 255, 255, 0.8); }

/* ---- ボタン（金CTA・radius999・16/32級）・リンク ---- */
body#mk-wholesale .button { min-height: 56px; padding: 0 32px; border-radius: 999px; font-size: 16px; }
body#mk-wholesale .button--large { min-height: 56px; }
body#mk-wholesale .button--primary { background: var(--u-theme); }
body#mk-wholesale .button--accent { color: var(--u-ink); background: var(--u-gold); box-shadow: 0 10px 26px rgba(245, 181, 0, 0.24); }
body#mk-wholesale .button:focus-visible { outline: 2px solid var(--u-deep); outline-offset: 3px; }
body#mk-wholesale .wholesale-hero .button:focus-visible,
body#mk-wholesale .mid-cta .button:focus-visible,
body#mk-wholesale .final-cta .button:focus-visible { outline-color: #fff; }
body#mk-wholesale .text-link:focus-visible,
body#mk-wholesale .related-links__card:focus-visible,
body#mk-wholesale .market-card__link:focus-visible { outline: 2px solid var(--u-deep); outline-offset: 3px; }
body#mk-wholesale .text-link { color: var(--u-theme); }
body#mk-wholesale .text-link--light { color: #fff; }
@media (hover: hover) and (pointer: fine) {
  body#mk-wholesale .button--accent:hover { box-shadow: 0 16px 34px rgba(245, 181, 0, 0.34); filter: brightness(0.92); }
}

/* ---- メディアカード（radius12） ---- */
body#mk-wholesale .media-card { border-radius: 12px; }
body#mk-wholesale .consultation__visual .media-card__caption { background: rgba(10, 84, 87, 0.8); }
body#mk-wholesale .media-card--dark .media-card__caption { color: rgba(255, 255, 255, 0.72); }

/* ---- ヒーロー（--u-deepグラデ＋白明朝31px＋eyebrowアニメ） ---- */
body#mk-wholesale .wholesale-hero { background: var(--u-deep); }
body#mk-wholesale .wholesale-hero__shade { background: linear-gradient(100deg, rgba(10, 84, 87, 0.96) 0%, rgba(10, 84, 87, 0.82) 45%, rgba(18, 128, 131, 0.25) 100%); }
body#mk-wholesale .wholesale-hero__eyebrow { color: var(--u-aqua); font-family: 'Barlow', Arial, sans-serif; font-size: 13px; letter-spacing: 0.28em; }
body#mk-wholesale .wholesale-hero__eyebrow::before { content: ""; display: block; width: 40px; height: 2px; margin-bottom: 14px; background: var(--u-theme); }
body#mk-wholesale .wholesale-hero__eyebrow::after { content: none; }
body#mk-wholesale .wholesale-hero__label { border-radius: 999px; letter-spacing: 0.12em; }
body#mk-wholesale .wholesale-hero__label::after { content: none; }
body#mk-wholesale .wholesale-hero__title { font-size: 31px; line-height: 1.5; letter-spacing: 0.03em; }
body#mk-wholesale .wholesale-hero__lead { font-size: 18px; line-height: 1.9; }
@keyframes u37-fade {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
body#mk-wholesale .wholesale-hero__eyebrow,
body#mk-wholesale .wholesale-hero__label,
body#mk-wholesale .wholesale-hero__title,
body#mk-wholesale .wholesale-hero__lead,
body#mk-wholesale .wholesale-hero__actions,
body#mk-wholesale .wholesale-hero__note { animation: u37-fade 0.6s ease both; }
body#mk-wholesale .wholesale-hero__label { animation-delay: 0.12s; }
body#mk-wholesale .wholesale-hero__title { animation-delay: 0.24s; }
body#mk-wholesale .wholesale-hero__lead { animation-delay: 0.36s; }
body#mk-wholesale .wholesale-hero__actions { animation-delay: 0.48s; }
body#mk-wholesale .wholesale-hero__note { animation-delay: 0.6s; }
@media (prefers-reduced-motion: reduce) {
  body#mk-wholesale .wholesale-hero__eyebrow,
  body#mk-wholesale .wholesale-hero__label,
  body#mk-wholesale .wholesale-hero__title,
  body#mk-wholesale .wholesale-hero__lead,
  body#mk-wholesale .wholesale-hero__actions,
  body#mk-wholesale .wholesale-hero__note { animation: none; }
}

/* ---- クイックアンサー ---- */
body#mk-wholesale .quick-answer__inner { border-radius: 12px; }
body#mk-wholesale .quick-answer__card { border-left-color: var(--u-border); }
body#mk-wholesale .quick-answer__number { color: var(--u-theme); font-family: 'Barlow', Arial, sans-serif; }
body#mk-wholesale .quick-answer__title { font-size: 20px; }

/* ---- 市場の基礎 ---- */
body#mk-wholesale .market-basics__lead { font-size: 18px; line-height: 1.9; }
body#mk-wholesale .market-basics__definition { border-color: var(--u-border); }
body#mk-wholesale .market-basics__definition:last-child { border-color: var(--u-border); }
body#mk-wholesale .market-basics__term { color: var(--u-deep); }

/* ---- 価格差図解（濃色バンド） ---- */
body#mk-wholesale .price-diagram { border-radius: 12px; }
body#mk-wholesale .price-diagram__charge, body#mk-wholesale .price-diagram__discharge { border-radius: 6px; }
body#mk-wholesale .price-diagram__action { color: var(--u-deep); }
body#mk-wholesale .price-diagram__flow { color: var(--u-theme); }
body#mk-wholesale .price-diagram__times { font-family: 'Barlow', Arial, sans-serif; }
body#mk-wholesale .price-diagram__chart path[stroke="#f5b500"] { stroke: var(--u-aqua); }
body#mk-wholesale .price-diagram__chart path[fill^="url"] { fill: rgba(140, 207, 208, 0.16); }
body#mk-wholesale .price-diagram__chart circle[fill="#42c98a"] { fill: var(--u-aqua); }
body#mk-wholesale .price-diagram__chart circle[fill="#f5b500"] { fill: #fff; }
body#mk-wholesale .arbitrage__formula { border-left-color: var(--u-aqua); border-radius: 6px; }
body#mk-wholesale .arbitrage__formula-label { color: var(--u-aqua); font-family: 'Barlow', Arial, sans-serif; font-size: 12px; letter-spacing: 0.28em; }

/* ---- 比較表 ---- */
body#mk-wholesale .table-scroll { border-color: var(--u-border); border-radius: 12px; }
body#mk-wholesale .comparison-table__cell { border-color: var(--u-border); }
body#mk-wholesale .comparison-table__cell--head { background: var(--u-deep); }
body#mk-wholesale .comparison-table__cell--label { color: var(--u-deep); background: var(--u-tint); }

/* ---- 運用ステップ ---- */
body#mk-wholesale .operation__step { border-color: var(--u-border); }
body#mk-wholesale .operation__step:last-child { border-right-color: var(--u-border); }
body#mk-wholesale .operation__number { color: var(--u-theme); font-family: 'Barlow', Arial, sans-serif; }
body#mk-wholesale .operation__title { font-size: 20px; }

/* ---- 中間CTA（deep帯） ---- */
body#mk-wholesale .mid-cta { background: var(--u-deep); }
body#mk-wholesale .mid-cta__eyebrow { color: var(--u-aqua); font-family: 'Barlow', Arial, sans-serif; font-size: 13px; letter-spacing: 0.28em; }
body#mk-wholesale .mid-cta__eyebrow::after { background: var(--u-aqua); }
body#mk-wholesale .mid-cta__title { font-size: 25px; line-height: 1.5; }
body#mk-wholesale .mid-cta__text { font-size: 15px; }

/* ---- 判断材料 ---- */
body#mk-wholesale .decision-factors__badge { background: rgba(10, 84, 87, 0.82); }
body#mk-wholesale .decision-factors__item { border-color: var(--u-border); }
body#mk-wholesale .decision-factors__item:last-child { border-color: var(--u-border); }
body#mk-wholesale .decision-factors__icon { background: var(--u-deep); font-family: 'Barlow', Arial, sans-serif; }
body#mk-wholesale .decision-factors__title { font-size: 20px; }

/* ---- 3市場カード（deep面上） ---- */
body#mk-wholesale .market-card { border-radius: 12px; }
body#mk-wholesale .market-card--current { border-top-color: var(--u-theme); }
body#mk-wholesale .market-card__category { color: var(--u-aqua); font-family: 'Barlow', Arial, sans-serif; font-size: 12px; }
body#mk-wholesale .market-card--current .market-card__category { color: var(--u-theme); }
body#mk-wholesale .market-card__title { font-size: 25px; line-height: 1.5; }
body#mk-wholesale .market-card__status { color: var(--u-deep); }
body#mk-wholesale .market-card__link:focus-visible { outline-color: #fff; }

/* ---- リスク ---- */
body#mk-wholesale .risk__card { border-color: var(--u-border); border-radius: 12px; }
body#mk-wholesale .risk__label { color: var(--u-theme); font-family: 'Barlow', Arial, sans-serif; font-size: 12px; }
body#mk-wholesale .risk__title { font-size: 20px; }
body#mk-wholesale .risk__notice { border-left-color: var(--u-theme); border-radius: 6px; background: var(--u-tint); }
body#mk-wholesale .risk__notice-text { color: var(--u-sub); }

/* ---- 相談ステップ ---- */
body#mk-wholesale .consultation__step { border-color: var(--u-border); }
body#mk-wholesale .consultation__step:last-child { border-color: var(--u-border); }
body#mk-wholesale .consultation__step > span { background: var(--u-deep); font-family: 'Barlow', Arial, sans-serif; }

/* ---- 関連リンク ---- */
body#mk-wholesale .related-links__card { border-color: var(--u-border); border-radius: 12px; }
body#mk-wholesale .related-links__category { color: var(--u-theme); font-family: 'Barlow', Arial, sans-serif; font-size: 11px; }
body#mk-wholesale .related-links__title { font-size: 20px; }
body#mk-wholesale .related-links__arrow { color: var(--u-theme); }

/* ---- FAQ ---- */
body#mk-wholesale .faq { background: var(--u-tint); }
body#mk-wholesale .faq__item { border-color: var(--u-border); }
body#mk-wholesale .faq__mark { background: var(--u-deep); font-family: 'Barlow', Arial, sans-serif; }
body#mk-wholesale .faq__mark--answer { color: var(--u-deep); background: var(--u-aqua); }
body#mk-wholesale .faq__toggle::before, body#mk-wholesale .faq__toggle::after { background: var(--u-deep); }
body#mk-wholesale .faq__question:focus-visible { outline: 2px solid var(--u-deep); outline-offset: 3px; }

/* ---- 最終CTA（--u-deep締め×金CTA） ---- */
body#mk-wholesale .final-cta { background: var(--u-deep); }
body#mk-wholesale .final-cta__overlay { background: linear-gradient(100deg, rgba(10, 84, 87, 0.96) 0%, rgba(10, 84, 87, 0.8) 52%, rgba(18, 128, 131, 0.3) 100%); }
body#mk-wholesale .final-cta__eyebrow { color: var(--u-aqua); font-family: 'Barlow', Arial, sans-serif; font-size: 13px; letter-spacing: 0.28em; }
body#mk-wholesale .final-cta__eyebrow::after { background: var(--u-aqua); }
body#mk-wholesale .final-cta__title { font-size: 31px; line-height: 1.5; letter-spacing: 0.03em; }
body#mk-wholesale .final-cta__text { font-size: 18px; line-height: 1.9; }

/* ---- 〜900px：セクション48px ---- */
@media (max-width: 900px) {
  body#mk-wholesale .section { padding: 48px 0; }
}
@media (max-width: 850px) {
  body#mk-wholesale .wholesale-hero__shade { background: linear-gradient(180deg, rgba(10, 84, 87, 0.6) 0%, rgba(10, 84, 87, 0.94) 62%, rgba(10, 84, 87, 0.98) 100%); }
  body#mk-wholesale .quick-answer__card, body#mk-wholesale .quick-answer__card:first-child { border-top-color: var(--u-border); }
}

/* ===== HEADER GREEN UNIFY addon (uplift_20260704 option) — headercolor_20260704決定の横展開。
   mk-wholesale は配備時に各ページのbody idへ置換。ヘッダー構造は不変更・配色のみ緑固定 ===== */
body#mk-wholesale .header__actions { background: #1E8A58; }
body#mk-wholesale .sp-menu__button { background: #0F4C30; box-shadow: 0 10px 28px rgba(15, 76, 48, 0.28); }
body#mk-wholesale .sp-menu__panel { background: rgba(15, 76, 48, 0.98); }
body#mk-wholesale .header__lang-link.is-current { background: #EDF6F1; }
body#mk-wholesale .header__lang-button:focus-visible,
body#mk-wholesale .header__lang-link:focus-visible,
body#mk-wholesale .header__action-link:focus-visible,
body#mk-wholesale .header__nav-link:focus-visible,
body#mk-wholesale .header__logo:focus-visible { outline-color: #1E8A58; }
@media (hover: hover) and (pointer: fine) {
  body#mk-wholesale .header__lang-button:hover { border-color: #1E8A58; }
  body#mk-wholesale .header__lang-link:hover { background: #EDF6F1; }
  body#mk-wholesale .header__nav-link:hover { color: #1E8A58; }
}
