


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: bottom;
}


body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    color: #4a4a4a;
    background-color: #faf9f6;
  }

/* 


  .libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
  } */
  

  /* .noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  } */


/* -------------------------------------------------------- */
 

.site-header {
  background:#fff;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  padding: 16px 20px;
  margin: 0 auto;
  position: relative; 
}


/* ───────── ハンバーガー ───────── */
.burger-btn{
  width:28px;
  height:24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:none;
  border:none;
  cursor:pointer;
  padding:0;
}

.burger-btn span{
  display:block;
  height:2px;
  background:#568342;
  border-radius:1px;
}

/* ───────── ロゴ ───────── */
.site-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Libre Baskerville", serif;
  font-weight: 100;
  font-size: 21px;
  margin: 0;
}

.site-logo a{
  color:#4a4a4a;
  text-decoration:none;
}

.nav-toggle {
  display: none;
}

.global-nav {
  display: none;
  position: absolute;
  top: 60px;
  left: 20px;
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 1000;
}

.nav-toggle:checked + .burger-btn + .site-logo + .global-nav {
  display: block;
}

.global-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.global-nav li {
  margin-bottom: 16px;   
}

.global-nav a {
  text-decoration: none;  
  color: #568342;       
  font-size: 16px;         
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease;
}


  /* -------------------------------------------------------- */

  
  .main-visual {
    position: relative;
    text-align: center;
  }
  
  .main-visual img {
    width: 100%;
    height: auto;
  }

/* home-------------------------------------------------------- */

 main{
  padding-bottom: 100px;
 } 

h1, h2, h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 100;
}

p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

  
  .feature-section {
    background-color: #faf9f6;
    padding: 0;
  }
  
  .feature-inner {
    display: flex;
  }
  
  .feature-image-wrapper {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff; 
  }
  
  .feature-image {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }
  
  .feature-text {
    width: 50%;
    padding: 220px 40px;
    margin: 0 110px;
    max-width: 500px;
  }
  
  .feature-text h2 {
    font-size: 32px;
    line-height: 1.125;
    color: #4a4a4a;
    margin: 0 0 20px;
    font-family: 'Cormorant Garamond', serif;
  }
  
  .feature-text h2::before {
    content: "";
    display: block;
    width: 80px;
    height: 6px;
    background-color: #568342;
    margin: 0 0 20px;
  }

  
  .feature-text p {
    margin: 0 0 20px;
    line-height: 1.8;
}

/* -------------------------------------------------------- */

.full-image-section {
  width: 100%;
  margin: 0;
  padding: 0;
}

.full-image {
  width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------------------------------- */


.gift-section {
  background-color: #faf9f6;
  padding: 200px 0px;
  text-align: center;
}

.gift-inner {
  max-width: 800px;
  margin: 0 auto;
}

.gift-section h2 {
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.125;
  color: #4a4a4a;
  margin: 0 0 20px;
}

.gift-section h2::before {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  background-color: #568342;
  margin: 0 auto 20px;
}

.gift-section p {
  font-size: 16px;
  line-height: 2;
  margin: 10px 0;
  color: #444;
}

/* -------------------------------------------------------- */

.product-section {
  margin: 0;
  padding: 0;
}

.product-box {
  display: flex;
  width: 100%;
  padding-bottom: 140px;
}

.product-item {
  position: relative;
  width: 33.3333%;
  overflow: hidden;
}

.product-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-item p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 90%;
  line-height: 1.5;
}

/* -------------------------------------------------------- */

.product-grid-section {
  color: #4a4a4a;
}

.product-grid-section h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px; 
  margin: 0 auto 60px auto;
}


.product-card {
  width: 300px;
  margin-bottom: 40px;
  margin-right: 20px;
  box-sizing: border-box;
}

.product-card:nth-child(3n) {
  margin-right: 0;
}

.product-card img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  display: block;
}

.product-info {
  width: 100%;
  background-color: #fff;
  padding: 26px;
  box-sizing: border-box;
}

.product-info h4 {
  font-size: 24px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.product-info p {
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: 1.7px;
  margin: 8px 0 0;
  text-align: center;
}



.product-button-wrap {
  text-align: center;
  padding-bottom: 140px;
}


.button {
  position: relative;
  background-color: #568342;
  color: #fff;
  padding: 17px 36px;
  font-size: 12px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  z-index: 1; 
}

.product-link {
  text-decoration: none;
  color: inherit;
  display: block;
  display: block;
  cursor: pointer;
}




/* -------------------------------------------------------- */

.pickup-section {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative; 
  overflow: hidden;
}

.pickup-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Monotype Baskerville", serif;
  font-size: 32px;
  color: #fff;
  z-index: 2;
}

.pickup-left,
.pickup-right {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pickup-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pickup-right {
  background-color: #a7a293;
  color: #fff;
  font-family: "Monotype Baskerville", serif;
  text-align: center;
}

.pickup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pickup-thumb {
  width: 324px;
  height: 216px;
  object-fit: cover;
  margin-bottom: 20px;
}

.pickup-right p {
  font-size: 20px;
  margin-bottom: 20px;
}

/* -------------------------------------------------------- */

.highlight {
  background-color: #faf9f6;
  padding-top: 140px;
  display: flex;
  justify-content: center;
}

.highlight__wrapper {
  display: flex;
  width: 740px;
  padding: 60px 40px;
  border: 3px solid #d1cec7;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
}

.highlight__image-container {
  flex: 1;
  position: relative;
}

.highlight__image {
  width: 340px;
  position: relative;
  z-index: 0;
  left: -25%;
  max-width: none;
}

.highlight__content-container {
  flex: 1;
  min-width: 0;
  color: #4a4a4a;
  font-family: "Avenir Next", sans-serif;
}

.highlight__content-container h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.highlight__content-container p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  word-break: break-word;
}


.site-footer {
  background-color: #efede7; 
  padding: 60px 20px;
  text-align: center;
  font-family: "Avenir Next", sans-serif;
  color: #4a4a4a;
}

/* product-------------------------------------------------------- */



.section-header_title {
  font-size: 36px;
  font-family: "Libre Baskerville", serif;
  font-weight: 100;
  color: #4a4a4a;
  padding: 60px 0;
  text-align: center;
}


/* ------------------------------------------------------- */

.product-info .brand {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #4a4a4a;
  margin-bottom: 6px;
  display: block;
}

/* ------------------------------------------------------- */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  margin-top: 40px;
  font-family: "Avenir Next", sans-serif;
}

.pagination-btn {
  width: 45px;
  height: 45px;
  border: 2px solid #568342;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #568342;
  text-decoration: none;
}

.pagination-numbers {
  display: flex;
  gap: 30px;
  align-items: center;
}

.page {
  font-size: 13px;
  font-weight: bold;
  color: #568342;
  text-decoration: none;
}

.page.current {
  color: #333;
}

.dots {
  color: #333;
  font-size: 18px;
}


/* online-service------------------------------------------------------- */

.online-service-section {
  text-align: center;
}


.online-service-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 750px;
}

.contact-link {
  color: #568342;
  text-decoration: underline;
}

.online-service-button-wrapper {
  margin: 30px 0;
}


.online-service-images {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.online-service-images img {
  width: 240px;
  height: 240px;
  object-fit: cover;
}

/* contact------------------------------------------------------- */

.contact-section {
  padding: 60px 0;
  text-align: center;
}


.contact-box {
  width: 750px;
  margin: 0 auto;
  text-align: left;
}

.contact-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-bottom: 40px;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-input {
  font-family: "Noto Sans JP", sans-serif;
  padding: 14px 20px;
  font-size: 14px;
  border: none;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}

input::placeholder,
textarea::placeholder {
  color: #ccc; 
  font-family: 'Noto Sans JP', sans-serif;
}

.half {
  width: 365px;
}

.full {
  width: 100%;
  margin-bottom: 20px;
}

.form-textarea {
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  background: #fff;
  height: 166px;
  resize: none;
  margin-bottom: 20px;
}

.contact-btn {
  width: 100px;
  text-align: center;
}

/* shop guide------------------------------------------------------- */



.shop_guide_container {
  display: block;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #333;
}

.guide-link-box {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.guide-link-box a {
  color: #568342;
  text-decoration: underline;
  font-weight: 200;
  font-size: 16px;
}

.shop_section {
  margin-bottom: 60px;
}

.shop_section h3 {
  border-bottom: solid #568342 2px;
  font-size: 32px;
  margin-bottom: 30px;
}


.shop_section dl {
  margin-bottom: 40px;
}
.shop_section dt {
  font-size: 16px; 
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 8px;
}
.shop_section dd {
  margin-bottom: 16px;
  font-size: 16px; 
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  color: #4a4a4a;
}


.shop_section ul {
  margin-top: 0;
  padding-left: 20px;
}
.shop_section ul li {
  list-style: disc;
  margin-bottom: 4px;
}



ul.guide_point {
  background-color: #EFF2ED;
  padding: 20px;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 200;
  color: #4a4a4a;
}

ul.guide_point li {
  margin-bottom: 8px;
  list-style-type: none;
}

ul.cash_on_delivery li {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}


.shop_guide_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.shop_guide_table th,
.shop_guide_table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
  font-size: 13px;
}
.shop_guide_table th {
  background-color: #eff2ed;
  font-weight: bold;
}


/* Product Detail-------------------------------------------------------- */

.product-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 20px 0;
}

.product-image {
  width: 500px;
  height: 500px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.product-info-block {
  text-align: center;
  padding: 90px 0;
}

.brand {
  font-size: 12px;
  font-weight: 100;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
  letter-spacing: 0.09em;
}

.product-name {
  font-size: 40px;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 5px;
}

.price {
  font-size: 16px;
  font-weight: 200;
  font-family: "Noto Sans JP", sans-serif;
}

.tax {
  font-size: 14px;
  font-weight: 200;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2px;
}


.contact-desc-wrapper {
  display: flex;
  justify-content: flex-start; 
  align-items: center; 
  margin-top: 60px;
  flex-wrap: wrap;
}

.product-description {
  width: 350px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  line-height: 1.8;
  margin-left: 10px;
}

/* contact-------------------------------------------------------- */


.contact-box {
  width: 350px;
  height: 50px;
  position: relative;
}

.contact-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #568342; 
  color: #ffffff; 
  text-decoration: none;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  transition: background-color 0.1s ease, transform 0.1s ease;
}


/* .contact-box a:hover {
  border: 3px solid #568342;
  transform: scale(1.03);
} */





/* footer-------------------------------------------------------- */

.custom-footer {
  background-color: #eceae4;
  font-family: "Avenir Next", sans-serif;
  color: #4a4a4a;
  padding: 50px 20px;
  text-align: center;
}


.footer-nav a {
  font-size: 13px;
  color: #4a4a4a;
  text-decoration: none;
}


.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 100%;
}

.copyright {
  width: 310px;
  text-align: center;
  margin: 0 auto;
}

.copyright p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0;
}

.copyright a {
  text-decoration: underline;
  color: #4a4a4a;
}



