@charset "utf-8";
body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #2F2F2F;
	margin: 0;
	padding: 0;
	letter-spacing: 0.02em;
	font-feature-settings: "palt";
}
.pc{ display: block; }
.sp{ display: none; }

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */
#caosSummerLp * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#caosSummerLp {
  width: 100%;
  background: #edf6fa;
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 30px 0;
}

#caosSummerLp img {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}

#caosSummerLp a {
  text-decoration: none;
}

#caosSummerLp .cs-stack {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 25px 0;
}

#caosSummerLp .caption {
  font-size: 12px;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
#caosSummerLp .cs-hero {
  display: grid;
  grid-template-columns: 0.9fr 0.95fr;
  gap: 34px;
  align-items: center;
  padding: 50px 20px 30px;
  max-width: 980px;
  margin: 0 auto;
}

#caosSummerLp .cs-hero-eyebrow {
  font-size: 22px;
  font-weight: 700;
  color: #4ABFBF;
  margin-bottom: 6px;
}

#caosSummerLp .cs-hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.32;
  color: #2c2c2c;
  letter-spacing: .01em;
  margin-bottom: 16px;
}

#caosSummerLp .cs-hero-lead {
  font-size: 16px;
  color: #666666;
}

#caosSummerLp .cs-hero-photo img {
  width: 100%;
  border-radius: 14px;
}

/* ==========================================================================
   WHITE SECTION (COMMON)
   ========================================================================== */
#caosSummerLp .cs-sec {
  background: #ffffff;
  padding: 40px 60px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(70, 95, 105, .07);
}

#caosSummerLp .cs-sec-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

#caosSummerLp .cs-num {
  flex: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #4ABFBF;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

#caosSummerLp .cs-h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  color: #333;
}

#caosSummerLp .cs-subhead {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.6;
  margin-bottom: 20px;
}

#caosSummerLp .cs-subhead .cs-mark {
  color: #33ada4;
}

#caosSummerLp .cs-fig {
  margin-bottom: 22px;
}

#caosSummerLp .cs-fig:last-child {
  margin-bottom: 0;
}

#caosSummerLp .cs-fig--flush {
  margin-bottom: 0;
}

#caosSummerLp .cs-img {
  width: 100%;
  border-radius: 14px;
}

#caosSummerLp .cs-body {
  font-size: 16px;
  color: #666666;
  margin-bottom: 30px;
}

#caosSummerLp .cs-body:last-child {
  margin-bottom: 0;
}

/* SECTION 2 SPECIFIC: TRIO IMAGES */
#caosSummerLp .cs-trio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

#caosSummerLp .cs-trio .cs-img {
  border-radius: 12px;
}

/* SECTION 3 SPECIFIC: WORRY BOX & STRONG LEAD */
#caosSummerLp .cs-worry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #98d5cc;
  color: #ffffff;
  border-radius: 10px;
  padding: 16px 24px;
  margin: 0 auto 20px;
  max-width: 590px;
}

#caosSummerLp .cs-worry-img {
  flex: none;
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 50%;
  background: #ffffff;
}

#caosSummerLp .cs-worry-txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

#caosSummerLp .cs-worry-txt .cs-big {
  font-size: 2.3em;
  margin-left: 0.6rem;
}

#caosSummerLp .cs-lead-strong {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.5;
  margin-bottom: 16px;
}

/* ==========================================================================
   PROMOTION CARDS & BANDS
   ========================================================================== */
#caosSummerLp .cs-promo-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(70, 95, 105, .07);
}

#caosSummerLp .cs-promo-body {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 20px;
  align-items: center;
  padding: 26px 30px 30px;
}

#caosSummerLp .cs-promo-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#caosSummerLp .cs-promo-txt {
  font-size: 16px;
  color: #666666;
  line-height: 1.85;
  margin-bottom: 22px;
}

#caosSummerLp .cs-promo-txt .cs-emph {
  font-weight: 700;
  color: #2c2c2c;
  font-size: 18px;
}

#caosSummerLp .cs-promo-img {
  width: 100%;
}

#caosSummerLp .cs-teal-band {
  background: #98d5cc;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0;
  line-height: 1.4;
  border-radius: 14px;
  box-shadow: 0 3px 12px rgba(70, 95, 105, .08);
}

#caosSummerLp .cs-promo-card .cs-teal-band {
  border-radius: 0;
  box-shadow: none;
}

/* ==========================================================================
   SOLUTION BLOCK & CS-CARDS
   ========================================================================== */
#caosSummerLp .cs-block {
  display: flex;
  flex-direction: column;
  /*gap: 22px;*/
  padding: 40px 60px;
}

#caosSummerLp .cs-block .cs-fig .cs-img {
  border-radius: 16px;
}

#caosSummerLp .cs-cards {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  margin: 20px auto 0 auto;
}

#caosSummerLp .cs-card {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

#caosSummerLp .cs-card__title {
  background-color: #76c4bc;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 12px 10px;
  margin: 0 0 15px 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
}

#caosSummerLp .cs-card__img-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

#caosSummerLp .cs-card__img-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#caosSummerLp .cs-card__img-wrapper--product img {
  max-width: 290px;
}

#caosSummerLp .cs-note {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: inherit;
  margin-bottom: 5px;
}

#caosSummerLp .cs-link {
  color: #4ABFBF;
  font-weight: 700;
  font-size: 16px;
}

#caosSummerLp a.cs-link:hover {
  text-decoration: underline;
}

/* ==========================================================================
   BUTTONS & ACTIONS
   ========================================================================== */
#caosSummerLp .cs-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #4abfbf;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(74, 191, 191, .28);
  transition: filter .18s ease, transform .18s ease;
  width: 80%;
}

#caosSummerLp .cs-cta:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

#caosSummerLp .cs-cta .cs-arw {
  font-size: 1.15em;
}

#caosSummerLp .cs-cta--wide {
  display: flex;
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
}

/* ==========================================================================
   ANIMATIONS & EFFECTS
   ========================================================================== */
#caosSummerLp .cs-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
}

#caosSummerLp .cs-reveal.cs-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  #caosSummerLp .cs-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ==========================================================================
   RESPONSIVE STYLES (1000px)
   ========================================================================== */
@media only screen and (max-width: 1000px) {
  #caosSummerLp .cs-stack {
    padding: 25px 20px;
  }
}

/* ==========================================================================
   RESPONSIVE STYLES (767px)
   ========================================================================== */
@media only screen and (max-width: 767px) {
  .pc { display: none; }
  .sp { display: block; }
	
  #caosSummerLp {
    max-width: 100%;
    padding: 5vw 0 0 0;
  }

  #caosSummerLp img {
    margin: 0 auto;
    width: 82%;
  }
	
  #caosSummerLp .cs-stack {
    gap: 1.2rem;
    padding: 1.4rem 1rem;
  }

  /* HERO */
  #caosSummerLp .cs-hero {
    display: block;
    padding: 6px 0 0;
  }

  #caosSummerLp .cs-hero-eyebrow {
    font-size: 5vw;
    text-align: center;
  }

  #caosSummerLp .cs-hero-title {
    font-size: 7.4vw;
    margin-bottom: 3.5vw;
    text-align: center;
  }

  #caosSummerLp .cs-hero-lead {
    font-size: 3.5vw;
    margin-bottom: 5vw;
    padding: 0 5vw;
  }

  #caosSummerLp .cs-hero-photo img {
    border-radius: 0;
  }

  /* SECTIONS & BLOCK */
  #caosSummerLp .cs-sec {
    padding: 7vw 6vw;
  }

  #caosSummerLp .cs-sec-head {
    gap: 3.5vw;
    margin-bottom: 5vw;
  }

  #caosSummerLp .cs-num {
    width: 11.5vw;
    height: 11.5vw;
    font-size: 5.6vw;
  }

  #caosSummerLp .cs-h2 {
    font-size: 4.8vw;
  }

  #caosSummerLp .cs-subhead {
    font-size: 4.1vw;
  }

  #caosSummerLp .cs-body {
    font-size: 3.6vw;
  }

  #caosSummerLp .cs-block {
    gap: 4.5vw;
    padding: 7vw 6vw;
  }

  #caosSummerLp .cs-note {
    font-size: 3.5vw;
  }

  #caosSummerLp .cs-link {
    font-size: 3.2vw;
  }

  /* PROMO CARD */
  #caosSummerLp .cs-promo-body {
    display: block;
    padding: 5vw 5vw 6vw;
    text-align: center;
  }

  #caosSummerLp .cs-promo-left {
    align-items: center;
  }

  #caosSummerLp .cs-promo-txt {
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }

  #caosSummerLp .cs-promo-txt .cs-emph {
    font-size: 4.8vw;
    line-height: 6.6vw;
  }

  #caosSummerLp .cs-promo-img {
    max-width: 70%;
    margin: 5vw auto 2vw;
  }

  #caosSummerLp .cs-teal-band {
    font-size: 4.9vw;
    padding: 3vw 5vw;
    border-radius: 10px;
  }

  /* SPECIAL CARDS (FLEX OVERRIDE FOR SP) */
  #caosSummerLp .cs-cards {
    flex-direction: column !important;
    gap: 20px;
  }

  #caosSummerLp .cs-card__title {
    font-size: 4.2vw;
    padding: 3vw 2vw;
    margin-bottom: 3vw;
    min-height: auto;
  }

  #caosSummerLp .cs-card__img-wrapper--product img {
    max-width: 65%;
  }

  /* WORRY BOX */
  #caosSummerLp .cs-worry {
    padding: 4vw 3vw;
    gap: 4vw;
    max-width: none;
  }

  #caosSummerLp .cs-worry-img {
    width: 20vw;
    height: 20vw;
  }

  #caosSummerLp .cs-worry-txt {
    font-size: 4.4vw;
    line-height: 6vw;
    text-align: center;
  }

  #caosSummerLp .cs-worry-txt .cs-big {
    font-size: 7.4vw;
    margin: 2vw auto;
    display: block;
    text-align: center;
  }

  #caosSummerLp .cs-lead-strong {
    font-size: 4.8vw;
  }

  #caosSummerLp .cs-lead-strong span {
    font-size: 4.2vw;
  }

  /* ACTIONS */
  #caosSummerLp .cs-cta {
    font-size: 4.2vw;
    width: 100%;
    padding: 2vw 0;
    border-radius: 8px;
  }

  #caosSummerLp .cs-cta--wide {
    width: 100%;
    max-width: none;
    padding: 3.4vw 5vw;
  }
}


