/* ==================================================
  KUBOTA GIN LP
  Base / Common
================================================== */

.kg-lp {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
  overflow: hidden;
}

.kg-lp * {
  box-sizing: border-box;
}

.kg-lp img,
.kg-lp video {
  max-width: 100%;
  height: auto;
  display: block;
}

.kg-lp a {
  color: inherit;
  text-decoration: none;
}

.kg-container {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 24px;
}

.kg-section-title {
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 0 0 32px;
}

.kg-section-subtitle {
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 0 0 24px;
}

.kg-cart-button,
.kg-main-button,
.kg-detail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  padding: 14px 32px;
  border: 1px solid currentColor;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.kg-cart-button,
.kg-main-button {
  background: #111;
  color: #fff;
}

.kg-detail-button {
  background: transparent;
  color: #111;
}

.kg-cart-button:hover,
.kg-main-button:hover,
.kg-detail-button:hover {
  opacity: 0.75;
}

.kg-soldout-label {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid currentColor;
  font-size: 15px;
  letter-spacing: 0.1em;
}

/* section common */
.kg-purchase-anchor,
.kg-lineup,
.kg-product,
.kg-botanical,
.kg-gift,
.kg-final-cta,
.kg-notes {
  padding: 96px 0;
}

/* light section */
.kg-botanical,
.kg-final-cta {
  background: #f6f1e9;
  color: #111;
}

/* dark section */
.kg-gift,
.kg-purchase-anchor,
.kg-notes {
  background: #000;
  color: #fff;
}

/* responsive base */
@media screen and (max-width: 768px) {
  .kg-container {
    padding: 0 18px;
  }

  .kg-purchase-anchor,
  .kg-lineup,
  .kg-product,
  .kg-botanical,
  .kg-gift,
  .kg-final-cta,
  .kg-notes {
    padding: 64px 0;
  }

  .kg-cart-button,
  .kg-main-button,
  .kg-detail-button {
    width: 100%;
    max-width: 320px;
    min-height: 50px;
    font-size: 14px;
  }
}


/* ==================================================
  Hero / First View
================================================== */

.kg-hero {
  background: #fff;
  color: #111;
  position: relative;
  overflow: hidden;
}

.kg-hero__inner {
  width: 1220px
  min-height: 760px;
  margin: 0 auto;
  padding: 64px 24px 72px;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  gap: 32px;
}

.kg-hero__content {
  order: 1;
  text-align: center;
  padding-left: 40px;
  padding-right: 20px;
  align-self: center;
  margin-right:68px;
}

.kg-hero__visual {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: center;
}

.kg-hero__visual img {
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0;
}

.kg-hero__logo {
  margin: 0 0 28px;
}

.kg-hero__logo img {
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 auto;
}

.kg-hero__lead {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.9;
  letter-spacing: 0.5em;
  text-align: center;
  margin: 0 0 20px;
}

.kg-hero__main {
  font-size: clamp(24px, 1.4vw, 26px);
  line-height: 1.9;
  letter-spacing: 0.5em;
  text-align: center;
  margin: 0 0 20px;
}

.kg-hero__text {
  max-width: 420px;
  margin: 0 auto;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}

/* SP */
@media screen and (max-width: 768px) {
  .kg-hero__inner {
    min-height: auto;
    padding: 40px 18px 56px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .kg-hero__visual {
    order: 1;
    justify-content: center;
  }

  .kg-hero__visual img {
    max-width: 420px;
  }

  .kg-hero__content {
    order: 2;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .kg-hero__logo img {
    max-width: 260px;
  }
}



/* ==================================================
  Product Lineup
================================================== */

.kg-lineup {
  background: #fff;
  color: #111;
}

.kg-lineup__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}

.kg-lineup__item {
  text-align: center;
}

.kg-lineup__item img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 28px;
  margin-bottom: 0px;
}

.kg-lineup__item--soldout {
  opacity: 0.75;
}

.kg-lineup .kg-cart-button,
.kg-lineup .kg-soldout-label {
  margin-top: 8px;
}

.kg-lineup .kg-cart-button {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .kg-lineup {
    overflow: hidden;
  }

  .kg-lineup .kg-container {
    padding: 0;
  }

  .kg-lineup__list {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    padding: 0 18px 18px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .kg-lineup__list::-webkit-scrollbar {
    display: none;
  }

  .kg-lineup__item {
    flex: 0 0 78%;
    scroll-snap-align: center;
  }

  .kg-lineup__item img {
    max-width: 260px;
    margin-bottom: 0px;
  }
}



/* ==================================================
  Product Detail
================================================== */

.kg-product {
    position:relative;
    overflow:hidden;
    padding:120px 0;
}

.kg-product__heading{
    max-width:1080px;
    margin:0 auto 56px;
    text-align:left;
}

.kg-product__series {
  font-size: 16px;
  letter-spacing: .08em;
  margin: 0 0 12px;
  margin-bottom:6px;
}

.kg-product__title {
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.12em;
  margin: 0 0 24px;
  margin-bottom:0;
}

.kg-product__lead {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 2;
  margin: 0;
}

.kg-product__overview {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}

.kg-product__image,
.kg-product__chart {
  text-align: center;
}

.kg-product__image{
    width:100%;
    max-width:1040px;
    margin:0 auto;
}

.kg-product__image img{
    display:block;
    width:100%;
    max-width:520px;
    margin-left:0;
    margin-right:auto;
}

.kg-product__chart img {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

.kg-product__actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 48px 0 32px;
  flex-wrap: wrap;
}

.kg-product__description {
  max-width: 1040px;
  font-size: 16px;
  line-height: 2.15;
  text-align: left;
  margin-top: 20px;
}


.kg-lp .kg-product.kg-product--standard,
.kg-product--standard {
  background: #fff;
  color: #111;
}

.kg-product--satosyama {
  background: #fff;
  color: #111;
}

.kg-product--akikoku {
  background: #fff;
  color: #111;
}

.kg-product--satosyama .kg-cart-button,
.kg-product--akikoku .kg-cart-button {
  background: #111;
  color: #fff;
}

.kg-product--satosyama .kg-detail-button,
.kg-product--akikoku .kg-detail-button {
  color: #111;
}

/* SP */
@media screen and (max-width: 768px) {
  .kg-product__heading {
    margin-bottom: 40px;
  }

  .kg-product__overview {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .kg-product__image img {
    max-width: 340px;
  }

  .kg-product__chart img {
    max-width: 320px;
  }

  .kg-product__actions {
    gap: 14px;
    margin: 40px 0 28px;
  }

  .kg-product__description {
    text-align: left;
  }
}


/* ==================================================
  Gift Box
================================================== */

.kg-gift {
  background: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.kg-gift .kg-section-title {
  margin-bottom: 8px;
}

.kg-gift .kg-section-subtitle {
  margin-bottom: 48px;
}

.kg-gift__content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.kg-gift__movie,
.kg-gift__image {
  width: 100%;
}

.kg-gift__movie video,
.kg-gift__image img {
  width: 100%;
  height: auto;
  display: block;
}

.kg-gift__movie {
  background: #111;
  overflow: hidden;
}

.kg-gift__image img {
  max-width: 420px;
  margin: 0 auto;
}


.kg-gift__movie {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SP */
@media screen and (max-width: 768px) {
  .kg-gift .kg-section-subtitle {
    margin-bottom: 36px;
  }

  .kg-gift__content {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .kg-gift__movie {
    min-height: 220px;
  }

  .kg-gift__image img {
    max-width: 320px;
  }
}


/* ==================================================
  Botanical
================================================== */

.kg-botanical {
  position: relative;
  overflow: hidden;
}

.kg-botanical__visual {
  max-width: 900px;
  margin: 58px auto 32px;
  overflow:visible;
}

.kg-botanical__visual img {
  width: 110%;
  max-width:none;
  height: auto;
  display: block;
}

.kg-botanical__text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2;
  text-align: center;
}

.kg-botanical__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 48px;
}

.kg-botanical__item {
  text-align: center;
}

.kg-botanical__item img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto 20px;
}

.kg-botanical__item h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
}

.kg-botanical__item p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.kg-botanical--standard {
  background: #f2f2f2;
  color: #111;
}

.kg-botanical--satosyama {
  background: #fff;
  color: #111;
}

.kg-botanical--akikoku {
  background: #f6f1e9;
  color: #111;
}

/* SP */
@media screen and (max-width: 768px) {
  .kg-botanical__visual {
    margin: 36px auto 28px;
  }

  .kg-botanical__text {
    text-align: left;
  }

  .kg-botanical__list {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
  }

  .kg-botanical__item img {
    max-width: 240px;
    margin-bottom: 18px;
  }

  .kg-botanical__item h3 {
    font-size: 18px;
  }
}


/* ==================================================
  Final CTA / Notes
================================================== */

.kg-final-cta {
  background: #000;
  color: #fff;
  text-align: center;
}

.kg-final-cta__image {
  max-width: 900px;
  margin: 40px auto 36px;
}

.kg-final-cta__image img {
  width: 100%;
  height: auto;
  display: block;
}

.kg-final-cta .kg-main-button {
  margin-top: 8px;
}

.kg-notes {
  background: #000;
  color: #aaa;
  padding-top: 40px;
  padding-bottom: 56px;
  text-align: center;
}

.kg-notes p {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* SP */
@media screen and (max-width: 768px) {
  .kg-final-cta__image {
    margin: 32px auto 28px;
  }

  .kg-notes {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .kg-notes p {
    text-align: left;
  }
}


/* ==========================================
   Product Intro
========================================== */

.kg-product__intro{

    display:grid;

    grid-template-columns:240px 1fr;

    gap:60px;

    align-items:center;

    max-width:900px;

    margin:0 auto 60px;

}

.kg-product__intro-logo img{

    width:100%;

    height:auto;

}

.kg-product__intro-text h2{

    font-size:28px;

    font-weight:500;

    margin-bottom:20px;

    letter-spacing:.08em;

}

.kg-product__intro-text p{

    line-height:2;

}

/* ==================================================
   SATOYAMA INTRO
================================================== */

.kg-satoyama-intro{

    position:relative;
    overflow:hidden;
    padding:100px 0;

    background:
    radial-gradient(
        circle at 22% 32%,
        rgba(255,255,255,.55),
        transparent 42%
    ),
    linear-gradient(
        90deg,
        #d9c3e7 0%,
        #eadcf1 28%,
        #f5edf8 60%,
        #ffffff 100%
    );

}

.kg-satoyama-intro::before{

    content:"";

    position:absolute;

    inset:0;

    background:
        radial-gradient(
            circle at 18% 45%,
            rgba(255,255,255,.55),
            transparent 55%
        );

    pointer-events:none;

}

.kg-satoyama-intro__inner{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:30% 70%;

    align-items:center;

    gap:70px;

}

.kg-satoyama-intro__logo{

    text-align:center;

}

.kg-satoyama-intro__logo img{

    width:100%;

    max-width:280px;

    margin:auto;

}

.kg-satoyama-intro__text{

    color:#222;

    text-align:center;

}

.kg-satoyama-intro__text h2{

    font-size:32px;

    font-weight:400;

    letter-spacing:.18em;

    line-height:1.8;

    margin:18px 0 32px;

}

.kg-satoyama-intro__text p{

    font-size:17px;

    line-height:2.2;

    letter-spacing:.14em;

    margin:0;

}

@media screen and (max-width:768px){

    .kg-satoyama-intro{

        padding:70px 0;

    }

    .kg-satoyama-intro__inner{

        grid-template-columns:1fr;

        gap:40px;

    }

    .kg-satoyama-intro__logo img{

        max-width:180px;

    }

    .kg-satoyama-intro__text h2{

        font-size:22px;

    }

    .kg-satoyama-intro__text p{

        font-size:15px;

        line-height:2;

    }

}

/* SP */
@media screen and (max-width:768px){

.kg-product__intro{

    grid-template-columns:1fr;

    gap:24px;

    text-align:center;

}

.kg-product__intro-logo{

    max-width:180px;

    margin:0 auto;

}

}


/* ==================================================
  Season Product / SATOYAMA IMPRESSION
================================================== */

.kg-season-product {
  position: relative;
  overflow: hidden;
  color: #111;
  padding: 100px 0 110px;
  background:
    radial-gradient(circle at 18% 42%, rgba(255,255,255,.65), transparent 38%),
    linear-gradient(90deg, #e8f2fb 0%, #f5f9fd 42%, #ffffff 78%, #ffffff 100%);
}

.kg-season-product--winter {
  background:
    radial-gradient(
      circle at 18% 42%,
      rgba(255,255,255,.60),
      transparent 40%
    ),
    linear-gradient(
      90deg,
      #f8eaf9 0%,
      #fdfcfb 45%,
      #ffffff 100%
    );
}

.kg-season-product__intro {
  display: grid;
  grid-template-columns: 32% 68%;
  gap: 64px;
  align-items: center;
  margin-bottom: 92px;
}

.kg-season-product__logo {
  text-align: center;
}

.kg-season-product__logo img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.kg-season-product__intro-text {
  text-align: center;
}

.kg-season-product__intro-text p {
  margin: 0;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.18em;
}

.kg-season-product__intro-text h2 {
  margin: 14px 0;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.22em;
}

.kg-season-product__intro-note {
  margin-top: 44px !important;
  font-size: 14px !important;
  line-height: 2.1 !important;
  letter-spacing: 0.16em !important;
}

.kg-season-product__header {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 56px;
  align-items: end;
  margin-bottom: 32px;
}

.kg-season-product__name {
  text-align: left;
}

.kg-season-product__name p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.kg-season-product__name h3 {
  margin: 1px 0 8px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.kg-season-product__actions {
  text-align: center;
}

.kg-season-product__buttons {
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: center;
}

.kg-season-product__actions .kg-cart-button,
.kg-season-product__actions .kg-detail-button {
  min-width: 220px;
  min-height: 52px;
}

.kg-season-product__actions .kg-cart-button {
  background: #000;
  color: #fff;
}

.kg-season-product__actions .kg-detail-button {
  background: transparent;
  color: #111;
}

.kg-season-product__price {
  margin: 8px 0 0;
  font-size: 15px;
  letter-spacing: 0.06em;
}

.kg-season-product__overview {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 56px;
  align-items: center;
}

.kg-season-product__image{
    width:100%;
    max-width:520px;
}

.kg-season-product__image img{
    display:block;
    width:100%;
    max-width:520px;

    margin-left:0;
    margin-right:auto;
}

.kg-season-product__chart img {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

/* 冬のをと説明文 */
.kg-season-product__description {
  max-width: 1040px;
  margin: 48px auto 0;
  font-size: 17px;
  line-height: 2.15;
  letter-spacing: 0.05em;
  text-align: left;
  margin-left: -2px;
}

/* SP */
@media screen and (max-width: 768px) {
  .kg-season-product {
    padding: 70px 0 76px;
    background:
      radial-gradient(circle at 50% 12%, rgba(255,255,255,.7), transparent 36%),
      linear-gradient(180deg, #e8f2fb 0%, #f5f9fd 46%, #ffffff 100%);
  }

  .kg-season-product__intro {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 64px;
  }

  .kg-season-product__logo img {
    max-width: 210px;
  }

  .kg-season-product__intro-text p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.08em;
  }

  .kg-season-product__intro-text h2 {
    font-size: 20px;
    letter-spacing: 0.12em;
  }

  .kg-season-product__intro-note {
    margin-top: 32px !important;
    font-size: 13px !important;
  }

  .kg-season-product__header {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 36px;
  }

  .kg-season-product__name {
    text-align: center;
  }

  .kg-season-product__name h3 {
    font-size: 27px;
  }

  .kg-season-product__buttons {
    flex-direction: column;
    gap: 14px;
  }

  .kg-season-product__overview {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .kg-season-product__image img {
    max-width: 340px;
  }

  .kg-season-product__chart img {
    max-width: 340px;
  }

  .kg-season-product__description {
    margin-top: 40px;
    font-size: 14px;
    line-height: 2;
  }
}

/* ==================================================
  Season Botanical
================================================== */

.kg-season-botanical {
  position: relative;
  overflow: hidden;
  padding: 90px 0 80px;
  background: #eaf2f8;
  color: #111;
}

.kg-season-botanical::before {
  content: "";
  position: absolute;

  top: -36px;          /* 少し下げる */
  left: 33%;           /* 左へ寄せる */

  transform: translateX(-50%);

  width: 250px;        /* 360→250px */
  height: 250px;

  background-image: url("/kg_lp/img/kg_logo_b.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  opacity: .78;        /* 白をはっきり */

  pointer-events: none;
  z-index: 1;
}

.kg-season-botanical__title {
  position: relative;
  z-index: 1;
  margin: 0 0 72px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .18em;
  text-align: center;
}

.kg-season-botanical__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  max-width: 1040px;
  margin: 0 auto;
}

.kg-season-botanical__item {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 28px;
  align-items: start;
}

.kg-season-botanical__item:nth-child(2) {
  grid-template-columns: 1fr 200px;
}

.kg-season-botanical__text h3 {
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0,0,0,.35);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .12em;
}

.kg-season-botanical__text p {
  margin: 0;
  font-size: 16px;
  line-height: 2.15;
  letter-spacing: .06em;
}

.kg-season-botanical__image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-left: 0px;
}

.kg-season-botanical__note {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 70px auto 0;
  font-size: 20px;
  line-height: 2;
  letter-spacing: .14em;
  text-align: center;
}

.kg-season-botanical--winter {
  background: #eaf2f8;
}

.kg-season-botanical .kg-container {
  position: relative;
  z-index: 2;
}

/* SP */
@media screen and (max-width: 768px) {
  .kg-season-botanical {
    padding: 64px 0;
  }

  .kg-season-botanical::before{

      top:-28px;
      left:50%;
      transform:translateX(-50%);

      width:150px;
      height:150px;

      opacity:.78;

  }

  .kg-season-botanical__title {
    margin-bottom: 48px;
    font-size: 22px;
    letter-spacing: .12em;
  }

  .kg-season-botanical__list {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kg-season-botanical__item,
  .kg-season-botanical__item:nth-child(2) {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .kg-season-botanical__image {
    order: -1;
    max-width: 240px;
    margin: 0 auto;
  }

  .kg-season-botanical__text h3 {
    font-size: 20px;
    text-align: center;
  }

  .kg-season-botanical__text p {
    font-size: 14px;
  }

  .kg-season-botanical__note {
    margin-top: 52px;
    font-size: 15px;
    letter-spacing: .08em;
  }
}

/* ==================================================
   Movie
================================================== */

.kg-movie{

    padding:80px 0;

    background:#fff;

}

.kg-movie__inner{

    position:relative;

    width:100%;

    max-width:900px;

    margin:0 auto;

    aspect-ratio:16 / 9;

}

.kg-movie__inner iframe{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    border:none;

    border-radius:4px;

}

.kg-movie__caption{

    margin-top:24px;

    text-align:center;

    font-size:24px;

    letter-spacing:.12em;

}

@media screen and (max-width:768px){

    .kg-movie{

        padding:56px 0;

    }

    .kg-movie__caption{

        font-size:15px;

    }

}

/* ==================================================
  Lineup Gift Slider
================================================== */

.kg-lineup__item--gift {
  position: relative;
}

.kg-lineup-slider {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 28px;
  overflow: hidden;
}

.kg-lineup-slider__track {
  display: flex;
  width: 200%;
  transition: transform 0.45s ease;
}

.kg-lineup-slider.is-video .kg-lineup-slider__track {
  transform: translateX(-50%);
}

.kg-lineup-slider__panel {
  position: relative;
  width: 50%;
  flex: 0 0 50%;
}

.kg-lineup-slider__panel img,
.kg-lineup-slider__panel video {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  margin: 0;
}

.kg-lineup-slider__next,
.kg-lineup-slider__prev,
.kg-lineup-slider__play {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
}

.kg-lineup-slider__next,
.kg-lineup-slider__prev {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: rgba(255,255,255,.9);
  cursor: pointer;
  z-index: 4;
  transform: translateY(-50%);
}

.kg-lineup-slider__next {
  right: 8px;
}

.kg-lineup-slider__prev {
  left: 8px;
}

.kg-lineup-slider__next span,
.kg-lineup-slider__prev span {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
}

.kg-lineup-slider__next span {
  left: 11px;
  transform: translateY(-50%) rotate(45deg);
}

.kg-lineup-slider__prev span {
  left: 13px;
  transform: translateY(-50%) rotate(225deg);
}

.kg-lineup-slider__play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.9);
  background: rgba(255,255,255,.78);
  cursor: pointer;
  z-index: 5;
  display: none;
}

.kg-lineup-slider.is-video .kg-lineup-slider__play {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kg-lineup-slider.is-playing .kg-lineup-slider__play {
  display: none;
}

.kg-lineup-slider__play span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #111;
}

.kg-lineup__name {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .08em;
  text-align: center;
}

.kg-lineup__price {
  margin: 10px 0 0;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kg-lineup-slider {
    max-width: 260px;
  }

  .kg-lineup-slider__next {
    right: 6px;
  }

  .kg-lineup-slider__prev {
    left: 6px;
  }
}


/* ==================================================
  Lineup Badge
================================================== */

.kg-lineup__image {
  position: relative;
  display: block;

}

.kg-lineup__badge {
  position: absolute;
  height: auto;
  z-index: 30;
  pointer-events: none;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,.12));
}

/* ギフトBOX：スライダー内で切れないよう内側に配置 */
.kg-lineup-slider__panel .kg-lineup__badge--gift {
  width: 78px;
  top: 6px;
  left: 6px;
}

/* 冬のをと：通常画像なので少し外側へはみ出す配置 */
.kg-lineup__badge--limited {
  width: 72px;
  top: -12px;
  left: -12px;
}

/* SP */
@media screen and (max-width: 768px) {
  .kg-lineup-slider__panel .kg-lineup__badge--gift {
    width: 78px;
    top: 5px;
    left: 5px;
  }

  .kg-lineup__badge--limited {
    width: 78px;
    top: -8px;
    left: -8px;
  }
}

/* 冬のをとバッジだけ調整 */
.kg-lp .kg-lineup .kg-lineup__badge--limited {
  width: 78px !important;
  top: 8px !important;
  left: 8px !important;
}

/* ==================================================
  KUBOTA GIN Botanical Decoration
================================================== */

.kg-botanical__title{
    position:relative;
    display:inline-block;
    margin:0 auto 72px;
    z-index:2;
}

.kg-botanical__title::before{

    content:"";

    position:absolute;

    top:-150px;

    left:50%;

    transform:translateX(-50%);

    width:240px;

    height:240px;

    background:url("/kg_lp/img/kg_logo_b.png") center center no-repeat;

    background-size:contain;

    opacity:.28;

    pointer-events:none;

    z-index:-1;

}

/* KUBOTA GIN Botanical Decoration */

.kg-botanical--standard {
  position: relative;
  overflow: hidden;
}

.kg-botanical--standard::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 240px;
  background: url("/kg_lp/img/kg_logo_b.png") center center / contain no-repeat;
  opacity: .72;
  pointer-events: none;
  z-index: 1;
}

.kg-botanical--standard .kg-container {
  position: relative;
  z-index: 2;
}

/* ==================================================
  Gift Guide
================================================== */

.kg-gift-guide{

    padding:32px 0 72px;

    background:#fff;

    text-align:center;

}

.kg-gift-guide__text{

    margin:0 0 28px;

    font-size:28px;

    line-height:1.8;

    letter-spacing:.14em;

    color:#222;

}

.kg-gift-guide .kg-detail-button{

    min-width:300px;

    min-height:60px;

    font-size:20px;

    border:1px solid #666;

    color:#222;

    background:#fff;

}

.kg-gift-guide .kg-detail-button:hover{

    background:#000;

    color:#fff;

}

.kg-gift-guide .kg-detail-button:hover{

    background:#000;

    color:#fff;

}	

@media screen and (max-width:768px){

    .kg-gift-guide{

        padding:20px 0 48px;

    }

    .kg-gift-guide__text{

        font-size:18px;

        line-height:1.9;

        letter-spacing:.08em;

        margin-bottom:20px;

    }

    .kg-gift-guide .kg-detail-button{

        min-width:220px;

        min-height:50px;

        font-size:16px;

    }

}

.kg-gift-guide__text span{

    letter-spacing:.28em;

}

/* ==========================================
   Cart Button Icon
========================================== */

.kg-cart-button{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

}

.kg-cart-button::after{

    content:"";

    width:22px;
    height:22px;

    display:inline-block;

    background-image:url("/kg_lp/img/icon-cart.svg");
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;

}

/* ==================================================
  Spring Product / よそふ春
================================================== */

.kg-season-product--spring {
  background:
    radial-gradient(circle at 78% 34%, rgba(242,210,245,.58), transparent 38%),
    linear-gradient(90deg, #ffffff 0%, #fffdfd 42%, #f8edf9 100%);
}

.kg-season-botanical--spring {
  background: #f5effa;
}

.kg-season-botanical--spring::before {
  background-image: url("/kg_lp/img/kg_logo_b.png");
  opacity: .46;
}

/* ==================================================
  Autumn Product / 秋ふくる
================================================== */

.kg-season-product--autumn {
  background:
    radial-gradient(circle at 18% 42%, rgba(255,255,255,.68), transparent 40%),
    linear-gradient(90deg, #fbf3cf 0%, #fff9e9 46%, #ffffff 100%);
}

.kg-season-botanical--autumn {
  background: #f7f1e4;
}

.kg-season-botanical--autumn::before {
  background-image: url("/kg_lp/img/kg_logo_b.png");
  opacity: .72;
}

/* ==================================================
  Sold Out Buttons / よそふ春・秋ふくる
================================================== */

.kg-season-product__buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 68px;
}

/* 全体の基準。ここは動かさない */
.kg-season-product__soldout {
  position: relative;
  isolation: isolate;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 230px;
  min-width: 230px;
  height: 52px;

  margin: 0;
  padding: 0;

  background: transparent;
  transform: translateX(12px) rotate(-8deg);

  overflow: visible;
  z-index: 2;
}

/* 完売御礼の文字：上側の帯と一緒に下へ */
.kg-season-product__soldout-text {
  position: relative;
  z-index: 2;

  display: block;

  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .22em;
  text-align: center;
  text-indent: .25em;
  white-space: nowrap;

  transform: translateY(4px);
  margin-bottom: -5px;
}

/* 下側のグレー版「カートに入れる」ボタン：位置を固定 */
.kg-season-product__soldout::before {
  content: "カートに入れる";
  position: absolute;
  inset: 0;
  z-index: -2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 220px;
  height: 46px;

  border: 1px solid #999;
  background-color: #b7b7b7;
  color: #fff;

  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .08em;

  background-image: url("/kg_lp/img/icon-cart.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: right 18px center;

  /* 親の回転を戻し、グレーのボタンは水平に固定 */
  transform: rotate(8deg) translate(6px, 0);
}

/* 上側の半透明帯だけを下へ */
.kg-season-product__soldout::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  z-index: -1;

  width: 230px;
  height: 48px;

  background: rgba(206,104,219,.70);
  box-shadow: none;
  pointer-events: none;
}

/* よそふ春：薄紫 */
.kg-season-product__soldout--spring::after {
  background: rgba(206,104,219,.70);
}

/* 秋ふくる：濃いめの半透明オレンジ */
.kg-season-product--autumn .kg-season-product__soldout::after {
  background: rgba(214,118,0,.82);
}

.kg-season-product__buttons .kg-detail-button {
  min-width: 220px;
  min-height: 48px;
  margin-top: -0px;
}

@media screen and (max-width: 768px) {
  .kg-season-product__soldout {
    width: 210px;
    min-width: 210px;
    height: 48px;
    transform: translateX(4px) rotate(-6deg);
  }

  .kg-season-product__soldout-text {
    font-size: 28px;
    letter-spacing: .16em;
    text-indent: .16em;
    transform: translateY(4px);
    margin-bottom: 2px;
  }

  .kg-season-product__soldout::before {
    width: 210px;
    height: 48px;
    font-size: 14px;
    transform: rotate(6deg) translate(6px, 7px);
  }

  .kg-season-product__soldout::after {
    top: 5px;
    width: 210px;
    height: 48px;
  }

  .kg-season-product__buttons {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
}

/* ==================================================
  Three-column Seasonal Botanicals
================================================== */

.kg-season-botanical__list--three {
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}

.kg-season-botanical__list--three .kg-season-botanical__item,
.kg-season-botanical__list--three .kg-season-botanical__item:nth-child(2) {
  grid-template-columns: 1fr;
  gap: 22px;
}

.kg-season-botanical__list--three .kg-season-botanical__image {
  order: -1;
  max-width: 190px;
  margin: 0 auto;
}

.kg-season-botanical__list--three .kg-season-botanical__text h3 {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .kg-season-product--spring {
    background:
      radial-gradient(circle at 50% 14%, rgba(242,210,245,.62), transparent 36%),
      linear-gradient(180deg, #ffffff 0%, #fbf3fb 56%, #f8edf9 100%);
  }

  .kg-season-product--autumn {
    background:
      radial-gradient(circle at 50% 12%, rgba(255,255,255,.72), transparent 36%),
      linear-gradient(180deg, #fbf3cf 0%, #fff9e9 52%, #ffffff 100%);
  }

  .kg-season-botanical__list--three {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kg-season-botanical__list--three .kg-season-botanical__image {
    max-width: 220px;
  }

  .kg-season-botanical__list--three .kg-season-botanical__text h3 {
    text-align: center;
  }
}

.kg-hero__visual picture,
.kg-hero__visual img{

    display:block;
    width:100%;
    height:auto;
    margin-left:21px;
}

@media screen and (max-width: 768px) {

  .kg-hero__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .kg-hero__visual,
  .kg-hero__visual picture,
  .kg-hero__visual img {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .kg-hero__content {
    padding-left: 18px;
    padding-right: 18px;
  }

}

/* 冬のをと：カートボタンと価格を縦並び */
.kg-season-product__cart-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
}

.kg-season-product__cart-group .kg-cart-button {
  width: 220px;
}

.kg-season-product__cart-group .kg-season-product__price {
  margin: 8px 0 -3px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .06em;
  text-align: center;
  white-space: nowrap;
  margin-left: 8px;
}

/* 冬のをと：PC版のみ、2つのボタンを上揃え */
@media screen and (min-width: 769px) {

  .kg-season-product--winter .kg-season-product__buttons {
    align-items: flex-start;
  }

  .kg-season-product--winter
  .kg-season-product__buttons
  .kg-detail-button {
    margin-top: 0;
  }

}

/* ==========================================
   よそふ春 キーボタニカル背景調整
========================================== */

.kg-season-botanical--spring::before{

    left:66%;
    transform:translateX(-50%);
    opacity: 0.75;

}
/* ==================================================
  SP：KUBOTA GINのボタニカル 背景模様調整
  ※季節限定ブロックではなく、通常版ボタニカルだけに適用
================================================== */
@media screen and (max-width: 768px) {

  /* セクション側の背景模様を小さく・白くはっきり表示 */
  .kg-lp .kg-botanical--standard::before {
    top: 12px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 145px !important;
    height: 145px !important;
    background-position: center top !important;
    background-size: contain !important;
    opacity: .72 !important;
  }

  /* 同じ画像がタイトル側にも重なっているため、SPではこちらを非表示 */
  .kg-lp .kg-botanical--standard .kg-botanical__title::before {
    content: none !important;
    display: none !important;
  }

}

@media screen and (max-width:768px){

  .kg-botanical--standard{
      padding-top:128px;
  }

  .kg-botanical--standard::before{
      top:38px !important;
  }

  .kg-botanical__title{
      margin-bottom:64px;
  }

}

/* ==================================================
  SP：通常版ボタニカル 模様とタイトルの間隔調整
================================================== */
@media screen and (max-width: 768px) {

  /* 模様の位置 */
  .kg-lp .kg-botanical--standard::before {
    top: 88px !important;
    left: 50% !important;
    width: 145px !important;
    height: 145px !important;
    transform: translateX(-50%) !important;
    opacity: .72 !important;
  }

  /* タイトルを下げて、模様との間に余白を作る */
  .kg-lp .kg-botanical--standard .kg-container {
    padding-top: 12px;
  }

  .kg-lp .kg-botanical--standard .kg-botanical__title {
    display: block;
    width: 100%;
    margin: 0 auto 48px;
    text-align: center;
  }

}

/* ==================================================
  SP：SATOYAMA IMPRESSION 背景・ロゴ強調
================================================== */
@media screen and (max-width: 768px) {

  .kg-lp .kg-satoyama-intro {
    background:
      linear-gradient(
        180deg,
        #b9d5e8 0%,
        #cfe2ee 42%,
        #e8f0f4 72%,
        #f7f7f5 100%
      ) !important;
  }

  .kg-lp .kg-satoyama-intro::before {
    background:
      radial-gradient(
        circle at 50% 22%,
        rgba(255,255,255,.06) 0%,
        rgba(255,255,255,.03) 30%,
        transparent 58%
      ) !important;
  }

  .kg-lp .kg-satoyama-intro__logo img {
    opacity: 1 !important;
    filter:
      drop-shadow(0 1px 2px rgba(90,130,155,.18))
      drop-shadow(0 0 6px rgba(255,255,255,.35)) !important;
  }

}

/* ==================================================
  SP：SATOYAMA IMPRESSION シリーズ背景・ロゴ強調
  HTML上の実際の対象：
  .kg-season-product.kg-season-product--winter
================================================== */
@media screen and (max-width: 768px) {

  .kg-lp .kg-season-product--winter {
    background:
      radial-gradient(
        circle at 50% 13%,
        rgba(255,255,255,.18) 0%,
        rgba(255,255,255,.28) 28%,
        transparent 58%
      ),
      linear-gradient(
        180deg,
        #f8eaf9 0%,
        #edf4f8 34%,
        #f8fbfd 65%,
        #fbfbfa 100%
      ) !important;
  }

  .kg-lp .kg-season-product--winter .kg-season-product__logo img {
    opacity: 1 !important;
  }

}

@media screen and (max-width:768px){

    /* 商品名は左寄せ */

    .kg-season-product__name{

        text-align:left;

    }

    /* ボタンを説明文の下へ */

    .kg-season-product__actions--bottom{

        margin-top:40px;

    }

    /* 横幅を揃える */

    .kg-season-product__cart-group,
    .kg-season-product__cart-group .kg-cart-button,
    .kg-season-product__actions--bottom .kg-detail-button{

        width:100%;
        max-width:320px;

    }

    .kg-season-product__buttons{

        align-items:center;

    }

}

@media screen and (max-width:768px){

  .kg-season-product__actions--bottom{

      margin-top:40px;

  }

  .kg-season-product__actions--bottom .kg-detail-button,
  .kg-season-product__actions--bottom .kg-season-product__soldout{

      width:100%;
      max-width:320px;

  }

  .kg-season-product__buttons{

      align-items:center;

  }

}

/* ==================================================
  Seasonal Product Layout Fix
  商品名 → 商品画像・チャート → 説明文 → 購入ボタン
================================================== */

/* 商品名だけのヘッダーとして使用 */
.kg-season-product__header {
  display: block;
  margin-bottom: 32px;
}

/* 下部購入エリア */
.kg-season-product__actions--bottom {
  margin-top: 48px;
}

.kg-season-product__actions--bottom .kg-season-product__buttons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
}

/* 冬のをと：カートボタン側と商品ページボタンの横幅を統一 */
.kg-season-product__actions--bottom .kg-season-product__cart-group,
.kg-season-product__actions--bottom .kg-cart-button,
.kg-season-product__actions--bottom .kg-detail-button {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
}

/* よそふ春・秋ふくる：完売表示とブランドサイトボタンを中央配置 */
.kg-season-product__actions--bottom .kg-season-product__soldout {
  flex: 0 0 230px;
}

/* 旧PC用の上部ボタン位置調整を無効化 */
@media screen and (min-width: 769px) {
  .kg-season-product--winter .kg-season-product__buttons {
    align-items: flex-start;
  }
}

/* SP */
@media screen and (max-width: 768px) {

  .kg-season-product__header {
    display: block;
    margin-bottom: 32px;
  }

  .kg-season-product__name {
    text-align: left;
  }

  .kg-season-product__actions--bottom {
    margin-top: 40px;
  }

  .kg-season-product__actions--bottom .kg-season-product__buttons {
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }

  .kg-season-product__actions--bottom .kg-season-product__cart-group,
  .kg-season-product__actions--bottom .kg-cart-button,
  .kg-season-product__actions--bottom .kg-detail-button {
    width: 100%;
    min-width: 0;
    max-width: 320px;
  }

  /* 完売表示は回転表現を保つため、要素自体は従来幅のまま中央配置 */
  .kg-season-product__actions--bottom .kg-season-product__soldout {
    width: 210px;
    min-width: 210px;
    max-width: 210px;
    flex-basis: 210px;
  }
}

/* ==================================================
  Seasonal Product Actions
  PC：商品名と同じ段の右側
  SP：説明文の下
================================================== */

.kg-season-product__actions--pc {
  display: block;
}

.kg-season-product__actions--sp {
  display: none;
}

/* PC：商品名＋ボタンを元の2カラムへ戻す */
@media screen and (min-width: 769px) {

  .kg-season-product__header {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 56px;
    align-items: end;
    margin-bottom: 32px;
  }

  .kg-season-product__actions--pc {
    display: block;
  }

  .kg-season-product__actions--sp {
    display: none;
  }

  .kg-season-product__actions--pc .kg-season-product__buttons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 28px;
  }

  .kg-season-product__actions--pc .kg-season-product__cart-group,
  .kg-season-product__actions--pc .kg-cart-button,
  .kg-season-product__actions--pc .kg-detail-button {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
  }
}

/* SP：上段ボタンを隠し、説明文下のボタンだけ表示 */
@media screen and (max-width: 768px) {

  .kg-season-product__header {
    display: block;
    margin-bottom: 32px;
  }

  .kg-season-product__actions--pc {
    display: none !important;
  }

  .kg-season-product__actions--sp {
    display: block;
    margin-top: 40px;
  }

  .kg-season-product__actions--sp .kg-season-product__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }

  .kg-season-product__actions--sp .kg-season-product__cart-group,
  .kg-season-product__actions--sp .kg-cart-button,
  .kg-season-product__actions--sp .kg-detail-button {
    width: 100%;
    min-width: 0;
    max-width: 320px;
  }

  .kg-season-product__actions--sp .kg-season-product__soldout {
    width: 100%;
    min-width: 0;
    max-width: 320px;
  }

  .kg-season-product__actions--sp .kg-season-product__soldout-text{
    width:100%;
    box-sizing:border-box;
  }

}

/* ==================================================
  季節商品ボタンの表示切替を強制
================================================== */

/* PC */
@media screen and (min-width: 769px) {

  /* 商品名横のPC用ボタンだけ表示 */
  .kg-lp .kg-season-product__actions--pc {
    display: block !important;
  }

  /* 説明文下のスマホ用ボタンは非表示 */
  .kg-lp .kg-season-product__actions--sp {
    display: none !important;
  }

}

/* スマホ */
@media screen and (max-width: 768px) {

  /* 商品名下のPC用ボタンは非表示 */
  .kg-lp .kg-season-product__actions--pc {
    display: none !important;
  }

  /* 説明文下のスマホ用ボタンだけ表示 */
  .kg-lp .kg-season-product__actions--sp {
    display: block !important;
  }

}

/* スマホ版：完売御礼をブランドサイトボタンと同じ幅にする */
@media screen and (max-width: 768px) {

  .kg-lp .kg-season-product__actions--sp .kg-season-product__soldout {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 320px !important;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  /* 裏側のグレーのカートボタン */
  .kg-lp .kg-season-product__actions--sp
  .kg-season-product__soldout::before {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
  }

  /* 完売御礼の色付き帯 */
  .kg-lp .kg-season-product__actions--sp
  .kg-season-product__soldout::after {
    width: 103% !important;
    max-width: none !important;
    box-sizing: border-box;
  }

  /* ブランドサイトボタンも同じ基準に統一 */
  .kg-lp .kg-season-product__actions--sp .kg-detail-button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 320px !important;
    box-sizing: border-box;
  }

}

/* PC版：完売御礼の文字位置調整 */
@media screen and (min-width: 769px) {

  .kg-season-product__soldout-text {
    position: relative;
    top: -6px;   /* 数値を調整 */
  }

}

/* ==================================================
  Seasonal Botanical Decoration Position SP版
================================================== */

@media screen and (max-width: 768px) {

  /* 冬 */
  .kg-season-botanical--winter::before{
      top: 22px;
      left: 6%;
      transform: translateX(0);
  }

  /* 春 */
  .kg-season-botanical--spring::before{
      top: 22px;
      left: 72%;
      transform: translateX(-50%);
  }

  /* 秋 */
  .kg-season-botanical--autumn::before{
      top: 22px;
      left:  6%;
      transform: translateX(0);
  }
  
}

/* ==================================================
  冬のをと キーボタニカル タイトルサイズ
================================================== */

/* PC */
@media screen and (min-width: 769px) {

  .kg-lp
  .kg-season-botanical.kg-season-botanical--winter
  .kg-season-botanical__title {
    font-size: 26px !important;
    letter-spacing: .14em;
  }

}

/* スマホ */
@media screen and (max-width: 768px) {

  .kg-lp
  .kg-season-botanical.kg-season-botanical--winter
  .kg-season-botanical__title {
    font-size: 22px !important;
    letter-spacing: .10em;
    top: 20px;

  }

}


/* ==================================================
  よそふ春 キーボタニカル タイトルサイズ
================================================== */

/* PC */
@media screen and (min-width: 769px) {

  .kg-lp
  .kg-season-botanical.kg-season-botanical--spring
  .kg-season-botanical__title {
    font-size: 26px !important;
    letter-spacing: .14em;
  }

}

/* スマホ */
@media screen and (max-width: 768px) {

  .kg-lp
  .kg-season-botanical.kg-season-botanical--spring
  .kg-season-botanical__title {
    font-size: 22px !important;
    letter-spacing: .10em;
    top: 20px;

  }

}


/* ==================================================
  秋ふくる キーボタニカル タイトルサイズ
================================================== */

/* PC */
@media screen and (min-width: 769px) {

  .kg-lp
  .kg-season-botanical.kg-season-botanical--autumn
  .kg-season-botanical__title {
    font-size: 26px !important;
    letter-spacing: .14em;
  }

}

/* スマホ */
@media screen and (max-width: 768px) {

  .kg-lp
  .kg-season-botanical.kg-season-botanical--autumn
  .kg-season-botanical__title {
    font-size: 22px !important;
    letter-spacing: .10em;
    top: 20px;

  }

}

.kg-lineup__video{
    display:block;
    width:100%;
    height:auto;
    border-radius:12px;   /* 画像と同じ角丸なら */
}

.kg-hero__visual{
    position:relative;
}

.kg-hero__visual::after{

    content:"";

    position:absolute;

    top:0;
    right:0;

    width:220px;
    height:100%;

    background:linear-gradient(
        to left,
        #fff 0%,
        rgba(255,255,255,0) 100%
    );

    pointer-events:none;

}

.kg-botanical__chamomile{
    mix-blend-mode: multiply;
    filter: brightness(0.90) contrast(1.08);
}

/* ==================================================
  SP：ファーストビュー
  画像 → ロゴ → ナラティブの1ブロック構成
================================================== */
@media screen and (max-width: 768px) {

  .kg-lp .kg-hero__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0 0 44px;
    gap: 0;
  }

  /* ① メイン画像 */
  .kg-lp .kg-hero__visual {
    order: 1;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .kg-lp .kg-hero__visual picture,
  .kg-lp .kg-hero__visual img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    margin-left: 10px;
  }

  /* PC用の右側グラデーションをスマホでは解除 */
  .kg-lp .kg-hero__visual::after {
    content: none;
    display: none;
  }

  /* ② ロゴ・ナラティブ */
  .kg-lp .kg-hero__content {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 2px 22px 0;
    background: #fff;
    text-align: center;
  }

  .kg-lp .kg-hero__logo {
    margin: 0 auto 22px;
  }

  .kg-lp .kg-hero__logo img {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
  }

  .kg-lp .kg-hero__lead {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.75;
  }

  .kg-lp .kg-hero__main {
    margin: 0 0 16px;
    font-size: 21px;
    line-height: 1.65;
  }

  .kg-lp .kg-hero__text {
    max-width: 350px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.9;
    text-align: center;
  }

}

/* 初期状態 */
.kg-hero__text--sp{
    display:none;
}

/* スマホ */
@media screen and (max-width:768px){

    .kg-hero__text--pc{
        display:none;
    }

    .kg-hero__text--sp{
        display:block;
        font-size:14px;
        line-height:2.1;
    }

}

/* ==================================================
  SP：通常版KUBOTA GIN ボタニカル調整
================================================== */
@media screen and (max-width: 768px) {

  /* タイトルを小さく */
  .kg-lp
  .kg-botanical--standard
  .kg-botanical-standard__title {
    font-size: 20px !important;
    line-height: 1.6;
    letter-spacing: .08em;
    margin-top: -20px;
  }

  /* 画像の表示領域 */
  .kg-lp
  .kg-botanical--standard
  .kg-botanical-standard__visual {
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
    overflow: hidden;
  }

  /* 画像だけ少し左へ移動 */
  .kg-lp
  .kg-botanical--standard
  .kg-botanical-standard__image {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto;
    margin-left: -4% !important;
    margin-right: 0 !important;
  }

}

/* ==========================================
   SP：KUBOTA GIN ボタニカル背景位置調整
========================================== */
@media screen and (max-width:768px){

    .kg-lp .kg-botanical--standard::before{
        top: 52px !important;
    }

}