/* =====================================
 COMMON
===================================== */

:root {
  --site-width: 520px;
  --green: #003333;
  --nav-green: #e3e37e;
  --gold: #929248;
  --orange: #c48a4d;
  --business-bg: #faf8f4;
  --line-gray: #b4b4b4;
  --sub-green: #0b6c4c;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f2f2f2;
  color: #000;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-wrap {
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

/* =====================================
 HEADER
===================================== */

.site-header {
  background: #fff;
  padding-top: 24px;
}

.site-logo {
  display: block;
  width: 260px;
  margin: 0 0 18px 28px;
}

.global-nav {
  background: var(--nav-green);
  min-height: 48px;
  position: relative;
}

.nav-list {
  display: flex;
  justify-content: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 12px 18px;
  font-size: 13px;
  color: var(--green);
  white-space: nowrap;
}

.nav-toggle {
  display: none;
}

/* =====================================
 COMMON HEADING
===================================== */

.section-heading {
  text-align: center;
  margin-bottom: 15px;
}

.section-en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1;
}

.section-en::before,
.section-en::after {
  content: "";
  display: block;
  flex: 0 0 18px;
  width: 32px;
  height: 1px;
  background: var(--orange);
}

.section-heading h2 {
  margin: 0;
  color: var(--green);
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}

/* =====================================
 PB PAGE
===================================== */

.pb-page {
  background: #fff;
}

/* =====================================
 FV
===================================== */

/* FV */
.pb-fv {
  background: #fff;
}

.pb-fv__visual {
  position: relative;
  line-height: 0;
}

.pb-fv__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.pb-fv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 見出し */
.pb-fv__overlay h1 {
  position: absolute;

  left: 3.15%;   /* 32 / 520 */
  top: 5%;   /* 92 / 348 */

  margin: 0;

  color: var(--green);
  font-size: 32px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: .08em;
}

.pb-fv__overlay h1 span {
  color: var(--sub-green);
  font-weight: 900;
  font-size: 40px;
  letter-spacing: .01em;
}

/* 説明文 */

.pb-fv__overlay p {
  position: absolute;

  left: 3.15%;
  top: 45.0%;   /* ←実際のデザインに合わせて微調整 */

  margin: 0;

  color: #000;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
  letter-spacing: .04em;
}

.pb-fv__cta {
  position: absolute;
  left: 11.73%;
  top: 81.9%;
  width: 76.54%;
  height: 14.94%;
  display: block;
  z-index: 5;
  border-radius: 999px;
  background: transparent;
}


/* =====================================
  INTRO
===================================== */

.pb-intro {
  padding: 28px 44px 36px;
  background: #fbf7f2;
}

.pb-intro__inner {
  text-align: left;
}

.pb-intro__inner p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.9;
}

.pb-intro__inner p + p {
  margin-top: 18px;
}


/* =====================================
 CHANNEL
===================================== */

.pb-channel {
  margin: 0px 0 30px;
  background: #fbf7f2;
}

.pb-channel img {
  display: block;
  width: 100%;
  height: auto;
}

/* =====================================
 WHY CHAN-EMI
===================================== */

.pb-why {
  padding: 48px 0 54px;
  background: #fff;
}

.pb-why-lead {
  margin: 0 0 28px;
  font-size: 12px;
  line-height: 1.9;
}

.pb-reason-list {
  display: grid;
  gap: 18px;
}

.pb-why .d2c-reason-list {
  margin-top: 28px;
}

.pb-reason-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 18px 18px 0;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  background: #fff;
  text-align: left;
}

.pb-reason-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-left: -8px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.pb-reason-card h3 {
  margin: 0 0 10px;
  padding-bottom: 8px;
  color: #5c693a;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 1px dashed #f0c8b7;
}

.pb-reason-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
}

/* =====================================
 PRODUCT LINEUP
===================================== */

.wholesale-lineup {
  padding: 50px 0 5px;
  text-align: center;
  background: #fff;
}

.wholesale-lead {
  margin: 0 0 28px;
  font-size: 12px;
  line-height: 1.9;
}

.wholesale-lineup img {
  width: 100%;
}

.lineup-image-wrap {
  position: relative;
}

.lineup-image-wrap > img {
  display: block;
  width: 100%;
}

.lineup-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lineup-title,
.lineup-body {
  position: absolute;
  margin: 0;
}

.lineup-title {
  color: #5c693a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.lineup-body {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
}

.lineup-body--01 {
  text-align: center;
}

.lineup-body--02,
.lineup-body--03,
.lineup-body--04 {
  font-size: 12.5px;
  text-align: left;
  line-height: 1.5;
}

.lineup-title--01 {
  left: 20%;
  top: 6%;
}

.lineup-body--01 {
  left: 21%;
  top: 14%;
}

.lineup-title--02 {
  left: 20%;
  top: 33%;
}

.lineup-body--02 {
  left: 20%;
  top: 40%;
}

.lineup-title--03 {
  font-size: 16px;
  left: 20%;
  top: 58%;
}

.lineup-body--03 {
  left: 20%;
  top: 65%;
}

.lineup-title--04 {
  left: 20%;
  top: 77.5%;
}

.lineup-body--04 {
  left: 20%;
  top: 85%;
}


/* ======================================
 PB INDUSTRY FIRST
====================================== */

.pb-levels {
  padding: 54px 20px 20px;
  background: #fff;
  text-align: center;
}

.pb-levels .section-heading {
  margin-bottom: 24px;
}

.pb-levels .wholesale-lead {
  margin: 0 0 28px;
}

/* カード全体 */
.pb-level-card {
  margin: 0 auto 18px;
}

.pb-level-card:last-child {
  margin-bottom: 0;
}

/* 背景画像＋テキストを重ねる箱 */
.pb-level-card__visual {
  position: relative;
}

/* 背景画像 */
.pb-level-card__bg {
  display: block;
  width: 100%;
  height: auto;
}

/* 箇条書き */
.pb-level-card__list {
  position: absolute;
  left: 22.5%;
  top: 72%;
  transform: translateY(-50%);
  margin: 0;
  padding-left: 1.1em;
  text-align: left;
  color: var(--green);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* 3枚目だけ少し上に寄せる */
.pb-level-card--03 .pb-level-card__list {
  top: 72%;
  width: 46.5%;
}

/* PB LEVEL NOTE */
.pb-level-note {
  margin: 28px 20px 54px;
  padding: 14px 16px 16px;
  background: #fffaf0;
  border-left: 4px solid var(--orange);
  text-align: left;
}

.pb-level-note h3 {
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #d9a46f;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pb-level-note p {
  margin: 0;
  color: #000;
  font-size: 13px;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.08em;
}

/* =====================================
 CHANGE RANGE / TARGET
===================================== */

.wholesale-target {
  padding: 5px 28px 54px;
  text-align: center;
  background: #fff;
}

.target-box {
  position: relative;
  margin-top: 20px;
  padding: 20px 20px 20px 42px;
  border: 1px solid var(--orange);
  border-radius: 8px;
  background: #fff;
  text-align: left;
}

.target-box::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: #0b6c4c;
}

.target-box h3 {
  position: relative;
  margin: 0 0 16px;
  padding-left: 42px;
  color: #0b6c4c;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.target-box h3::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #0b6c4c;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6c4c;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  box-sizing: border-box;
}

.target-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.target-box li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.5;
}

.target-box li:last-child {
  margin-bottom: 0;
}

.target-box li::before {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 16px;
  font-weight: 900;
}

.target-box li::before {
  content: "✓";
  color: #0b6c4c;
}

.target-ng {
  background: #fff;
}

.target-ng::before {
  background: #bf000f;
}

.target-ng h3 {
  color: #bf000f;
}

.target-ng h3::before {
  content: "×";
  border: 2px solid #bf000f;
  background: #fff;
  color: #bf000f;
}

.target-ng li::before {
  content: "×";
  color: #bf000f;
}

/* =====================================
 PROCESS
===================================== */

.wholesale-process {
  padding: 50px 28px 58px;
  text-align: center;
  background: #fff;
}

.wholesale-process h2 {
  margin: 0 0 18px;
  color: #000;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 500;
}

.process-list {
  position: relative;
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.process-item {
  position: relative;
  display: grid;
  grid-template-columns: 48px 72px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px 12px 0;
  border: 1px solid #d9d0ba;
  border-radius: 8px;
  background: #fff;
  text-align: left;
}

.process-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-left: -8px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 700;
}

.process-item img {
  width: 64px;
}

.process-item h3 {
  margin: 0 0 4px;
  color: var(--green);
  font-size: 15px;
  line-height: 1.5;
}

.process-sub {
  font-size: 0.8em;
  font-weight: 700;
}

.process-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

/* =====================================
 PERIOD / NOTICE
===================================== */

.wholesale-period-notice {
  padding: 0 28px 56px;
  background: #fff;
}

.period-card {
  position: relative;
  margin: 0 0 36px;
  padding: 20px 20px 22px;
  border: 1px solid var(--orange);
  border-radius: 6px;
  background: #fffbe9;
  text-align: center;
}

.period-label {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.period-time {
  margin: 0;
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.period-time strong {
  color: var(--orange);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.period-dog {
  position: absolute;
  top: 4%;
  right: 4%;
  width: 25%;
  min-width: 42px;
  max-width: 60px;
  height: auto;
}

.notice-box {
  margin-top: 22px;
  padding: 18px 18px 20px;
  background: #fffbe9;
  border-left: 5px solid #c48a4d;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0,0,0,.04);
}

.notice-box h3 {
  margin: 0;
  padding-bottom: 12px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px dashed #f0c8b7;
}

.notice-box ol {
  margin: 16px 0 0;
  padding-left: 1.4em;
}

.notice-box li {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.9;
}

.notice-box li:last-child {
  margin-bottom: 0;
}

.notice-box li::marker {
  color: #5c693a;
  font-weight: 700;
}

/* =====================================
 JOIN US
===================================== */

.join-section {
  background: #faf8f4;
  padding: 56px 20px 48px;
  text-align: center;
}

.join-inner {
  max-width: 100%;
  margin: 0 auto;
}

.join-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--gold);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 0 18px;
}

.join-label::before,
.join-label::after {
  content: "";
  width: 15px;
  height: 1px;
  background: var(--gold);
}

.join-title {
  color: #000;
  font-size: 28px;
  line-height: 1.7;
  margin: 0 0 28px;
}

.join-lead {
  color: #000;
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 32px;
}

.join-cta-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 350px;
  margin: 0 auto;
}

.join-cta {
  display: block;
  border: 1px solid #929248;
  color: #929248;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 20px;
}

/* =====================================
 FOOTER
===================================== */

.site-footer {
  background: #929248;
  color: #fff;
  padding: 32px 28px 18px;
}

.footer-inner {
  max-width: 100%;
  margin: 0 auto;
}

.footer-company {
  margin-bottom: 18px;
}

.footer-company-name {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.footer-company-en {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  line-height: 1.4;
  margin: 2px 0 0;
}

.footer-address {
  font-family: "Arimo", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 28px;
}

.footer-address p {
  margin: 0;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer-nav-column {
  padding: 16px 14px 18px;
  border-right: 1px solid #fff;
}

.footer-nav-column:last-child {
  border-right: none;
}

.footer-nav-title {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  line-height: 1.4;
  margin: 0 0 14px;
}

.footer-nav-column a {
  display: block;
  font-family: "Arimo", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.footer-copy {
  font-family: "Arimo", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  margin: 18px 0 0;
}

/* =====================================
 SP MENU / RESPONSIVE
===================================== */

@media (max-width: 520px) {
  body {
    overflow-x: hidden;
  }

  .site-logo {
    width: 230px;
    margin-left: 24px;
  }

  .nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 48px;
    height: 48px;
    margin-left: auto;
    padding: 14px;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--green);
  }

  .nav-list {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0 0 12px;
  }

  .global-nav.is-open .nav-list {
    display: flex;
  }

  .nav-list li {
    width: 100%;
    text-align: center;
  }

  .nav-list a {
    display: block;
    padding: 10px;
  }
}

@media (max-width: 430px) {
  .pb-fv__overlay h1 {
    margin-bottom: 12px;
    font-size: 23px;
    line-height: 1.45;
  }

  .pb-fv__overlay h1 span {
    margin-bottom: 12px;
    font-size: 35px;
    line-height: 1.45;
  }  

  .pb-fv__overlay p {
    font-size: 12px;
    line-height: 1.85;
  }


  .pb-intro {
    padding: 18px 22px 18px;
  }

  .pb-intro__inner p {
    font-size: 13px;
    line-height: 1.9;
  }


  /* 箇条書き */
  .pb-level-card__list {
    left: 18.5%;
    top: 72%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 11px;
    line-height: 1.65;
    font-weight: 600;
    letter-spacing: 0.04em;
  }

  /* 3枚目だけ少し上に寄せる */
  .pb-level-card--03 .pb-level-card__list {
    top: 72%;
    width: 50%;
  }  


   /* =====================================
      JOIN US
    ===================================== */

    .join-label {
      font-size: 13px;
    }

    .join-title {
      font-size: 20px;
      line-height: 1.65;
    }

    .join-lead {
      font-size: 13px;
      line-height: 1.9;
    }

    .join-cta-list {
      max-width: 320px;
    }

    .join-cta {
      font-size: 14px;
      padding: 9px 16px;
    }

}