/*
  Gelee by キャンペーン専用CSS
  すべて .gelee-cp 配下に限定しているため、既存サイトのCSSへ干渉しにくい設計です。
*/
.gelee-cp {
  --gelee-pink: #ea6f92;
  --gelee-pink-dark: #d94f76;
  --gelee-pink-soft: #fff0f4;
  --gelee-mint: #5db8bd;
  --gelee-mint-dark: #2f969d;
  --gelee-mint-soft: #eefafa;
  --gelee-ink: #463b3f;
  --gelee-sub: #7b6e73;
  --gelee-line: #eadfe3;
  --gelee-white: #fff;
  --gelee-radius: 28px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: var(--gelee-ink);
  background: #fffafc;
  line-height: 1.7;
  letter-spacing: .02em;
  isolation: isolate;
}
.gelee-cp *, .gelee-cp *::before, .gelee-cp *::after {
  box-sizing: border-box;
}
.gelee-cp img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gelee-cp a {
  color: inherit;
  text-decoration: none;
}
/*
.gelee-cp__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 48px 24px 72px;
}
*/
.gelee-cp__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  overflow: hidden;
}

.gelee-cp__hero {
  text-align: center;
  padding: 20px 0 42px;
}
.gelee-cp__eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .2em;
  color: var(--gelee-pink-dark);
}
.gelee-cp__title {
  margin: 0;
  font-size: clamp(32px, 6vw, 68px);
  line-height: 1.18;
  font-weight: 900;
}
.gelee-cp__title span {
  color: var(--gelee-pink-dark);
}
.gelee-cp__lead {
  margin: 20px auto 28px;
  color: var(--gelee-sub);
  font-size: clamp(15px, 2.4vw, 20px);
}
.gelee-cp__hero-image {
  width: 100%;
  border-radius: 32px;
  box-shadow: 0 18px 45px rgba(103, 61, 75, .12);
}
.gelee-cp__jump {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 8px 0 34px;
}
.gelee-cp__jump a {
  min-width: 160px;
  padding: 13px 22px;
  border: 1px solid var(--gelee-line);
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
  text-align: center;
  transition: .2s ease;
}
.gelee-cp__jump a:hover {
  transform: translateY(-2px);
  border-color: var(--gelee-pink);
}

/*　26.08.13
.gelee-cp__section {
  position: relative;
  margin: 28px 0;
  padding: 54px;
  border-radius: var(--gelee-radius);
  overflow: hidden;
}
.gelee-cp__section--pink {
  background: linear-gradient(135deg, #fff7f9, var(--gelee-pink-soft));
  border: 1px solid #f7cfda;
}
.gelee-cp__section--mint {
  background: linear-gradient(135deg, #f7ffff, var(--gelee-mint-soft));
  border: 1px solid #c9ebed;
}
.gelee-cp__section--plain {
  background: #fff;
  border: 1px solid var(--gelee-line);
}
*/
.gelee-cp__section {
  position: relative;
  /*padding: 64px 52px;*/
    padding: 64px 10px;
}
.gelee-cp__section--pink {
  background: var(--gc-pink-soft);
}


.gelee-cp__section--mint {
  background: var(--gc-mint-soft);
}


.gelee-cp__section--plain {
  background: #fff;
}


.gelee-cp__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 105px;
  height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--gelee-pink);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  box-shadow: 0 10px 25px rgba(217, 79, 118, .25);
}
.gelee-cp__badge strong {
  display: block;
  font-size: 44px;
  line-height: 1;
}
.gelee-cp__badge--mint {
  background: var(--gelee-mint);
  box-shadow: 0 10px 25px rgba(47, 150, 157, .22);
}

/*
.gelee-cp__campaign-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 40px;
  align-items: center;
  padding-left: 90px;
}
*/
.gelee-cp__campaign-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 40px;
  align-items: center;
  padding-left: 70px;
}



.gelee-cp__mini {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 800;
  color: var(--gelee-sub);
}

/*
.gelee-cp__campaign-title {
  margin: 0;
  font-size: clamp(30px, 4.8vw, 54px);
  line-height: 1.28;
  font-weight: 900;
}
*/
.gelee-cp__campaign-title {
  margin-top: 6px !important;
  font-size: clamp(30px, 4.7vw, 50px);
  line-height: 1.3;
}


.gelee-cp__campaign-title em {
  font-style: normal;
  color: var(--gelee-pink-dark);
}
/* 26.08.13
.gelee-cp__section--mint .gelee-cp__campaign-title em, .gelee-cp__section--mint .gelee-cp__campaign-title span {
  color: var(--gelee-mint-dark);
}
*/
.gelee-cp__section--mint .gelee-cp__campaign-title em, .gelee-cp__section--mint .gelee-cp__campaign-title span {
  color: var(--gc-mint);
}

.gelee-cp__note {
  margin: 18px 0 0;
  font-size: 14px;
  color: var(--gelee-sub);
}
.gelee-cp__gift img {
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(80, 62, 68, .12);
}
.gelee-cp__gift figcaption {
  margin-top: 10px;
  text-align: center;
  font-weight: 800;
}
.gelee-cp__center {
  text-align: center;
}
.gelee-cp__sublead {
  margin: 12px 0 0;
  color: var(--gelee-sub);
}

/*追加 26.08.12*/
/*
.gelee-cp__rulebox {
  max-width: 780px;
  margin: 30px auto 0;
  padding: 10px 24px;
  text-align: center;
  background: #fff;
  border: 2px solid #95d4d2;
  border-radius: 18px;
  box-shadow: var(--gc-shadow);
}
*/
.gelee-cp__rulebox {
  max-width: 780px;
  margin: 10px auto 0;
  padding: 5px 10px;
  text-align: center;
  background: #fff;
  border: 2px solid #95d4d2;
  border-radius: 18px;
  box-shadow: var(--gc-shadow);
}
.gelee-cp__rulebox-main {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 900;
  line-height: 1.45;
}
.gelee-cp__rulebox-main span {
  display: inline-block;
  margin: 0 .2em;
  color: #168f93;
  text-decoration: underline;
  text-decoration-thickness: .16em;
  text-underline-offset: .15em;
}
.gelee-cp__rulebox p:last-child {
  margin-top: 8px !important;
  font-size: 13px;
  font-weight: 700;
}

.gelee-cp__examples-head {
  margin-top: 46px;
  text-align: center;
}
.gelee-cp__examples-head h3 {
  margin-top: 6px !important;
  font-size: 27px;
}
.gelee-cp__examples-head p:last-child {
  margin-top: 7px !important;
  font-size: 14px;
}

.gelee-cp__chips {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}
.gelee-cp__chips span {
  display: grid;
  place-items: center;
  min-width: 72px;
  min-height: 46px;
  padding: 7px 9px;
  border-radius: 12px;
  background: #f8f2f4;
  border: 1px solid #efdfe4;
  color: #70414d;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
}
.gelee-cp__chips b {
  color: #168f93;
  font-size: 15px;
}

.gelee-cp__free-callout {
  max-width: 640px;
  margin: 28px auto 0 !important;
  padding: 14px 20px;
  text-align: center;
  border-radius: 999px;
  background: #168f93;
  color: #fff;
}
.gelee-cp__free-callout strong {
  font-size: 20px;
}

/*ここまで追加*/


.gelee-cp__patterns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.gelee-cp__pattern {
  position: relative;
  padding: 24px 18px 20px;
  text-align: center;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #d8eded;
  box-shadow: 0 10px 28px rgba(48, 99, 102, .08);
}
.gelee-cp__pattern-no {
  display: inline-block;
  margin: -8px 0 12px;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--gelee-mint);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.gelee-cp__pattern h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.5;
}
.gelee-cp__pattern p {
  margin: 14px 0 0;
}
.gelee-cp__pattern strong {
  color: var(--gelee-mint-dark);
}
.gelee-cp__bottles {
  display: flex;
  justify-content: center;
  gap: 10px;
  height: 120px;
  align-items: flex-end;
  margin-top: 18px;
}
.gelee-cp__bottles span {
  width: 42px;
  height: 92px;
  border-radius: 8px 8px 13px 13px;
  background: linear-gradient(#f8f8f8 0 34%, #fff 34% 70%, #ed819e 70% 86%, #fff 86%);
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
}
.gelee-cp__bottles--mint span {
  background: linear-gradient(#f8f8f8 0 34%, #fff 34% 70%, #73bcc0 70% 86%, #fff 86%);
}
.gelee-cp__mix {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 120px;
  margin-top: 18px;
}
.gelee-cp__mix span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 18px;
  background: #fff7f9;
  border: 1px solid #efcbd5;
  font-size: 12px;
  font-weight: 900;
}
.gelee-cp__mix span:last-child {
  background: #f5f1fb;
  border-color: #d9cfec;
}
.gelee-cp__mix b {
  font-size: 32px;
  color: var(--gelee-mint-dark);
}
.gelee-cp__section-title {
  margin: 0;
  text-align: center;
  font-size: clamp(30px, 4vw, 44px);
}
.gelee-cp__products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 32px;
}
.gelee-cp__product {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--gelee-line);
  transition: .2s ease;
}
.gelee-cp__product:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(92, 62, 71, .1);
}
.gelee-cp__product img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 14px;
}
.gelee-cp__product-type {
  align-self: flex-start;
  margin-top: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fde6ec;
  color: #c74569;
  font-size: 11px;
  font-weight: 900;
}
.gelee-cp__product-type--mint {
  background: #e7f7f7;
  color: #2e8c92;
}
.gelee-cp__product-type--gold {
  background: #faf1dc;
  color: #9a7429;
}
.gelee-cp__product-type--lavender {
  background: #f0ebf9;
  color: #7258a0;
}
.gelee-cp__product h3 {
  margin: 8px 0 4px;
  font-size: 17px;
  line-height: 1.4;
}
.gelee-cp__product p {
  margin: 0;
  color: var(--gelee-sub);
  font-size: 14px;
}
.gelee-cp__button {
  margin-top: auto;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--gelee-ink);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

/* 26.08.13
.gelee-cp__all-link {
  margin: 30px 0 0;
}
.gelee-cp__all-link a {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
}
*/
.gelee-cp__all-link {
  margin-top: 28px !important;
}
.gelee-cp__all-link a {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #49333a;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
}

/*
.gelee-cp__notes {
  margin-top: 28px;
  padding: 26px 30px;
  border-radius: 20px;
  background: #f7f4f5;
  color: #62575b;
}
.gelee-cp__notes h2 {
  margin: 0 0 10px;
  font-size: 18px;
}
.gelee-cp__notes ul {
  margin: 0;
  padding-left: 1.3em;
  font-size: 13px;
}
*/
.gelee-cp__notes {
  padding: 32px 52px 42px;
  background: #faf7f8;
  border-top: 1px solid var(--gc-line);
}
.gelee-cp__notes h2 {
  font-size: 18px;
}
.gelee-cp__notes ul {
  margin-top: 12px !important;
  font-size: 12px;
  color: #685b5e;
}
.gelee-cp__notes li + li {
  margin-top: 4px;
}



.gelee-cp__sp-only {
  display: none;
}
@media (max-width:820px) {
  /*　26.08.13
    .gelee-cp__inner {
    padding: 30px 14px 50px;
  }
*/    
  .gelee-cp__section {
    padding: 34px 18px;
  }
    
    
  .gelee-cp__badge {
    position: static;
    width: auto;
    height: auto;
    display: inline-flex;
    flex-direction: row;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
  }
  .gelee-cp__badge strong {
    font-size: 18px;
  }
/*    
  .gelee-cp__campaign-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    gap: 26px;
  }
*/    
  .gelee-cp__campaign-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    gap: 24px;
    text-align: center;
  }
    
    
    
    
/* 26.308.13   
  .gelee-cp__patterns {
    grid-template-columns: 1fr;
  }
*/   
    
   .gelee-cp__campaign-copy {
    padding-top: 22px;
  }   
    
    .gelee-cp__patterns {
    grid-template-columns: repeat(2, 1fr);
  }   
  .gelee-cp__products {
    grid-template-columns: repeat(2, 1fr);
  }
    
    /*26.08.13　追加*/
  .gelee-cp__notes {
    padding: 26px 20px 34px;
  } 
    
}
@media (max-width:520px) {
  .gelee-cp__hero {
    padding-top: 6px;
  }
  .gelee-cp__hero-image {
    border-radius: 18px;
  }
  .gelee-cp__jump a {
    min-width: 0;
    flex: 1 1 30%;
    padding: 10px 8px;
    font-size: 12px;
  }
  .gelee-cp__campaign-title {
    font-size: 32px;
  }
  .gelee-cp__products {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .gelee-cp__product {
    padding: 10px;
  }
  .gelee-cp__product h3 {
    font-size: 14px;
  }
  .gelee-cp__button {
    font-size: 11px;
    padding: 8px 10px;
  }
  .gelee-cp__sp-only {
    display: block;
  }
}