/* =====================================
 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;
}

/* =====================================
 WHOLESALE PAGE
===================================== */

.wholesale-page {
  background: #fff;
}

/* FV */
.wholesale-fv {
  position: relative;
  line-height: 0;
}

.wholesale-fv img {
  width: 100%;
  display: block;
}

.wholesale-fv__copy {
  position: absolute;
  left: 20px;
  top: 24px;
  width: 380px;
  color: #000;
  text-align: left;
  line-height: 1.7;
}

.wholesale-fv__copy h1 {
  margin: 0 0 10px;
  color: #000;
  font-size: 26px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.wholesale-fv__copy p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}

.wholesale-fv__copy span {
  color: #0b6c4c;
  font-weight: 700;
  font-size: 1.35em;
}

.wholesale-fv__cta {
  position: absolute;
  left: 10.5%;
  bottom: 2.0%;
  width: 79.3%;
  height: 9.55%;
  border-radius: 999px;
  display: block;
  z-index: 5;
  background: rgba(255, 255, 255, 0);
}


/* OUR VALUE */

.wholesale-value {
  padding: 42px 28px 54px;
  text-align: center;
  background: #fff;
}

.wholesale-value h1,
.wholesale-process h2,
.wholesale-faq h2 {
  margin: 0 0 18px;
  color: #000;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 500;
}

.wholesale-lead {
  margin: 0 0 28px;
  font-size: 12px;
  line-height: 1.9;
}

.value-list {
  display: grid;
  gap: 18px;
}

.value-card {
  position: relative;
  display: block;
  padding: 13px 15px 13px 92px;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  text-align: left;
  background: #fff;
}

.value-card img {
  position: absolute;
  left: 5px;
  top: 14px;
  width: 78px;
  display: block;
}

.value-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;
}

.value-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
}

/* PRODUCT LINEUP */

.wholesale-lineup {
  padding: 50px 0 54px;
  text-align: center;
  background: #fff;
}


.wholesale-lineup img {
  width: 100%;
}

/* ======================================
PRODUCT LINEUP TEXT
====================================== */

.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:22px;
  font-weight:700;
  line-height:1.5;
}

.lineup-body{
  color:#000;
  font-size:18px;
  line-height:1.8;
}

.lineup-body--01{
  text-align:center;
}

.lineup-body--02,
.lineup-body--03,
.lineup-body--04{
  font-size: 16px;
  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%;
}


/* ======================================
TARGET
====================================== */

.wholesale-target {
  padding: 48px 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: 12px;
  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 li::before{
  content:"×";
  color:#bf000f;
}


.target-ng {
  background: #fff8f7;
}

.target-ng::before {
  background: #bf000f
}


.target-ng h3 {
  color: #bf000f;
  
}

.target-ng h3::before {
  content: "×";
  border:2px solid #bf000f;
  background:#fff;
  color:#bf000f;

}



/* PROCESS */

.wholesale-process {
  padding: 50px 28px 58px;
  text-align: center;
  background: #fff;
}

.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;
}

/* FAQ */

.wholesale-faq {
  padding: 52px 28px 58px;
  background: #fff;
  text-align: center;
}

.faq-list {
  margin-top: 28px;
  text-align: left;
}

.faq-list article {
  margin-bottom: 40px;
}

.faq-list article:last-child {
  margin-bottom: 0;
}

.faq-list h3 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.7;
  color: #000;
}

.faq-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

/* =====================================
 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
===================================== */

@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;
  }

  .wholesale-fv__copy {
    left: 20px;
    top: 10px;
  
  }

  .wholesale-fv__copy h1 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .wholesale-fv__copy p {
    font-size: 12px;
    line-height: 1.8;
    font-weight: 500;
  }

  .wholesale-fv__copy span {
    color: #0b6c4c;
    font-weight: 700;
  }



  .lineup-title{
    font-size:18px;
    font-weight:700;
    line-height:1.5;
  }

  .lineup-body{
    font-size:14px;
    line-height:1.8;
  }

  .lineup-body--01{
    text-align:center;
  }

  .lineup-body--02,
  .lineup-body--03,
  .lineup-body--04{
    font-size: 11px;
  }

  .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%;
  }

   /* =====================================
      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;
    }


}