@charset "utf-8";
/* 2026 野菜をくわえてシリーズ / Add Vegetables Series LP */

:where(.yasai-landing) {
    --min6max16: clamp(0.375rem, -0.25rem + 2.08vw, 1rem);
    --min10max15: clamp(0.625rem, 0.313rem + 1.04vw, 0.938rem);
    --min10max33: clamp(0.625rem, -0.813rem + 4.79vw, 2.063rem);
    --min12max15: clamp(0.75rem, 0.563rem + 0.63vw, 0.938rem);
    --min12max33: clamp(0.75rem, -0.563rem + 4.38vw, 2.063rem);
    --min15max18: clamp(0.938rem, 0.75rem + 0.63vw, 1.125rem);
    --min15max22: clamp(0.938rem, 0.5rem + 1.46vw, 1.375rem);
    --min20max29: clamp(1.25rem, 0.688rem + 1.88vw, 1.813rem);
    --min20max30: clamp(1.25rem, 0.625rem + 2.08vw, 1.875rem);
    --min20max35: clamp(1.25rem, 0.313rem + 3.13vw, 2.188rem);
    --min20max40: clamp(1.25rem, 4.17vw, 2.5rem);
    --min20max45: clamp(1.25rem, -0.313rem + 5.21vw, 2.813rem);
    --min20max70: clamp(1.25rem, -1.875rem + 10.42vw, 4.375rem);
    --min25max30: clamp(1.563rem, 1.25rem + 1.04vw, 1.875rem);
    --min30max50: clamp(1.875rem, 0.625rem + 4.17vw, 3.125rem);
    --min126max316: clamp(7.875rem, -4rem + 39.58vw, 19.75rem);
    --font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}


.yasai-landing {
    padding-bottom: 50px;
    width: 100%;
    overflow-x: hidden; 
}

@media (max-width: 500px) {
    .yasai-landing {
        width: calc(100% + 30px);
        transform: translateX(-15px);
    }
}

.yasai-landing * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.yasai-landing .fv img {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 auto !important;
      position: static !important; 
      transform: none !important;  
      box-sizing: border-box !important;    
      padding-top: 5px;     
      padding-left: 20px;   
      padding-right: 20px;   


}
@media (max-width: 500px) {
  .yasai-landing .fv img {
    width: 105% !important;         
    max-width: 105% !important;
    margin-left: -2.5% !important;  
    border-radius: 12px !important;    
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
  }
}

.yasai-landing .lead {
    background-color: #FF7F27;
    overflow: hidden;
    width: 100%;
}

.yasai-landing .slide-unit {
    padding-top: 10px;
    display: flex;
    width: max-content;
}

.yasai-landing .slide-unit .slidewrap.-anime1 {
    display: flex !important; 
    flex-direction: row !important;
}

.yasai-landing .slide-unit .slidewrap .slide {
    width: var(--min126max316);
    margin-left: var(--min6max16);
    flex-shrink: 0; 
}

.yasai-landing .slide-unit .slidewrap .slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.yasai-landing .slide-unit .slidewrap {
    animation: yasaiAnime 40s linear infinite !important;
}

@keyframes yasaiAnime {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


.features-container {
    position: relative;
    width: min(850px, calc(100% - 2*var(--min12max33)));
    margin: var(--min30max50) auto;
    padding-top: 30px;
}


.badge-yellow {
    position: absolute;
    top: 10px;
    left: 20px;
    background-color: #FFEE00;
    color: #000;
    font-weight: bold;
    padding: 8px 18px;
    font-size: var(--min15max22);
    transform: rotate(-6deg);
    display: inline-block;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
    z-index: 2;
    font-family: var(--font-family);
}

.list-wrap {
    width: 100%;
    padding: var(--min30max50) var(--min20max70);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    list-style: none;
}

.check-list {
    display: grid;
    grid-template-columns: var(--min20max29) auto;
    gap: 15px;
    color: #1b1919;
    font-size: var(--min15max22);
    line-height: 1.5;
    align-items: center;
}

.check-list:nth-child(n + 2) {
    margin-top: var(--min20max30);
}

.check-list::before {
    content: "";
    display: block;
    background: url(/external/category/template/yasai/assets/imgs/check_icon.png) no-repeat center center;
    background-size: contain;
    aspect-ratio: 29 / 27;
    width: 100%;
}

.point-mark {
    background: linear-gradient(0deg, transparent -.3em, #f4bd45 0em, #f4bd45 0.4em, transparent 0em);
    font-weight: 600;
}

/* =========================================================================
   Styles moved from lp_body.tpl
   ========================================================================= */
.yasai-landing {
  font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック体", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  background-image: url(/external/category/template/yasai/assets/imgs/bg_cloth.jpg) !important; 
  background-size: cover;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  padding-top: 15px;
  top: 9px;
  position: relative;
}

.landing-top-title {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 11px;
}
.landing-top-title h1 {
  font-family: 'Hina Mincho', serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}

.yasai-landing .lead {
  background-color: transparent !important;
  background-image: none !important;
}

@media screen and (max-width: 500px) {
  .yasai-landing {
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important; 
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding-top: 15px;
    padding-left: 12px;
    padding-right: 12px;
    top:6px;
  }
 
  .landing-top-title h1 {
    font-family: 'Hina Mincho', serif;
    font-size: 24px;
  }

  .yasai-landing .vegeota-item-section .section-title img {
    max-width: 260px !important; 
    padding-top: 10px;
    height: 125px !important;
    max-height: max-content !important;
  }
}

@media screen and (max-width: 300px) {
  .yasai-landing .vegeota-item-section .section-title img {
    max-width: 260px !important; 
    padding-top: 10px;
  }
}

/* sample */
.yasai-landing .vegeota-item-section#section-0 {
  background-color: #FFE8A1 !important;
}

.yasai-landing .vegeota-item-section#section-1 {
  background-color: #FFF8EF !important;
}

.yasai-landing .vegeota-item-section .section-title {
  background-color: transparent !important;
  padding: 0; 
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.yasai-landing .vegeota-item-section .section-title img {
  max-width: 100%; 
  max-height: none; 
  display: block;
  margin: 0 auto;
  width: 400px;
  height: 150px;
  padding-top: 20px;
}

.vegeota-item-section {
  margin-bottom: -50px !important;
}

.vegeota-item-section .recomend-items {
  padding-bottom: 12px;
}

/* =========================================================================
   Styles moved from _lead_section.tpl
   ========================================================================= */
.lead-marquee-title {
  text-align: center;
  color: #FFFFFF;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Hina Mincho", "Helvetica Neue", Arial, sans-serif;
}

.lead-marquee-title p {
  font-size: 42px;
  margin: 0 0 3px 0;
  letter-spacing: 0.05em;
}

.lead-marquee-title h2 {
  font-size: 52px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.05em;
}

.custom-dot {
  position: relative;
  display: inline-block;
}

.custom-dot::before {
  content: "•";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  color: #4a2c1196;
  line-height: 1;
}

.features-container {
  background-color: #FFFFFF;
  
  padding: 50px 35px 40px;
  margin: 60px auto 0;
  max-width: 1000px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  box-sizing: border-box;
}

.badge-yellow {
  position: absolute;
  top: -25px;
  left: -25px;
  background-color: #FFF200;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 16px;
  transform: rotate(-5deg);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
  font-family:"Helvetica Neue", Arial, sans-serif;
}

.features-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.feature-card {
  flex: 1;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.feature-icon {
  width: 110px;
  height: 110px;
  /*background-color: #fbe9e7;*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.feature-icon img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.feature-icon svg {
  width: 56px;
  height: 56px;
}

.feature-card h3 {
  font-size: 20px;
  color: #f9703c;
  margin: 0 0 12px 0;
  font-weight: bold;
}

.feature-card p {
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

.highlight-text {
  color: #f9703c;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .features-grid {
    flex-direction: column;
    gap: 40px;
  }
  .features-container {
    padding: 40px 8px 30px;
    margin: 60px 10px 0;
  }
  .feature-card p {
    text-align: center;
    font-size: 13px;
  }
  .lead-marquee-title p {
    font-size: 25px;
  }
  .custom-dot::before {
    top: -10px;
    font-size: 18px;
  }
  .lead-marquee-title h2 {
    font-size: 26px;
  }
  .lead-marquee-title {
    margin-bottom: 10px;
  }
}