/* _common/_common\default\common.scss */
.monthly {
  --color-headline: #000;
  --color-text: #333;
  --color-highlight-color: #fec203;
  --container-width: 100%;
  --container-padding: 1rem;
  overflow-x: clip;
  background-color: #f6f3eb;
  line-height: normal;
}
.monthly * {
  font-family: "LGEI Text", "Segoe UI", "Microsoft Sans Serif", sans-serif;
}
@media all and (min-width: 93rem) {
  .monthly .only-mo {
    display: none !important;
  }
}
.monthly .only-pc {
  display: none !important;
}
@media all and (min-width: 93rem) {
  .monthly .only-pc {
    display: revert !important;
  }
}
.monthly .hidden-mo {
  display: none !important;
}
@media all and (min-width: 48.0625rem) {
  .monthly .hidden-mo {
    display: revert !important;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly .hidden-ta {
    display: none !important;
  }
}
.monthly .headline {
  font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
}
.monthly .headline p,
.monthly .headline span {
  font-family: inherit;
}
.monthly__container {
  width: 100%;
  max-width: var(--container-width);
  margin-inline: auto;
  padding-inline: var(--container-padding);
}
.monthly__container:has(> .monthly__pattern) {
  position: relative;
}
.monthly__section {
  --color-eyebrow: #fff;
  --color-headline: #fff;
  --color-text: #fff;
  --color-disclaimer: #ccc;
  --color-highlight-color: #fec203;
  --section-bg-color: #181d13;
  margin-inline: auto;
  background-color: var(--section-bg-color);
}
.monthly__title {
  font-size: 1.75rem;
  line-height: 1.1429;
  font-weight: 800;
  color: var(--color-headline);
}
.monthly__eyebrow {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 800;
  color: var(--color-eyebrow);
}
.monthly__text {
  color: var(--color-text);
}
.monthly__disclaimer {
  font-size: 0.75rem;
  line-height: 1.1667;
  color: var(--color-disclaimer);
}
@media all and (min-width: 48.0625rem) {
  .monthly__disclaimer {
    letter-spacing: -0.16px;
  }
}
.monthly .highlight {
  font-weight: 700;
  color: var(--color-highlight-color);
  text-decoration: none;
}
.monthly__image img {
  max-width: 100%;
  vertical-align: top;
}
@media all and (min-width: 48.0625rem) {
  .monthly {
    --container-padding: 1.5rem;
  }
  .monthly__title {
    font-size: 2.875rem;
    line-height: 1.1304;
    font-weight: 800;
  }
  .monthly__eyebrow {
    font-size: 1.625rem;
    line-height: 1.3077;
    font-weight: 800;
  }
  .monthly__disclaimer {
    font-size: 0.875rem;
    line-height: 1.2143;
  }
}
@media all and (min-width: 93rem) {
  .monthly {
    --container-width: 93rem;
  }
  .monthly__eyebrow {
    font-size: 2.25rem;
    line-height: 1.1667;
    font-weight: 800;
  }
  .monthly__title {
    font-size: 4rem;
    line-height: 1.125;
    font-weight: 800;
  }
  .monthly__disclaimer {
    font-size: 1rem;
    line-height: 1.125;
  }
}
.monthly__pattern {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  padding-inline: 1.9375rem;
  width: 100%;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
.monthly__pattern-content {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  background-image: url("/content/dam/channel/wcms/th/2026-monthly-lg/26-jul/feature/images/desktop/monthly-lg-2026-jul-th-01-common-pattern.png");
}
@media all and (min-width: 48.0625rem) {
  .monthly__pattern {
    padding-inline: clamp(0px, 1.9375rem - 2.1527777778vw, 1.9375rem);
    width: clamp(17.5rem, 41.3194444444vw, 37.1875rem);
    aspect-ratio: auto;
  }
}
@media all and (min-width: 93rem) {
  .monthly__pattern {
    padding-inline: 0;
    width: 37.1875rem;
    aspect-ratio: auto;
  }
}
.monthly__glow {
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: radial-gradient(var(--monthly-glow-size) var(--monthly-glow-size) at 50% 50%, var(--monthly-glow-center) 0%, var(--monthly-glow-edge) 100%);
}
.monthly__thunder {
  --monthly-thunder-fill-end: 40%;
  --monthly-thunder-clip-path: none;
  --monthly-thunder-wave-flow-end: 49.9636515903%;
  --monthly-thunder-reveal-offset-x: 38%;
  --monthly-thunder-reveal-offset-y: -32%;
  --monthly-thunder-reveal-scale: 0.82;
  pointer-events: none;
}
.monthly__thunder[data-animate] {
  transform-origin: 100% 0%;
  opacity: 0;
  transform: translate3d(var(--monthly-thunder-reveal-offset-x), var(--monthly-thunder-reveal-offset-y), 0) scale(var(--monthly-thunder-reveal-scale)) translateZ(0);
  will-change: transform opacity;
  transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1), transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media all and (min-width: 93rem) {
  .monthly__thunder[data-animate] {
    transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}
.monthly__thunder[data-animate].is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) translateZ(0);
}
.monthly__thunder-defs {
  position: absolute;
}
.monthly__thunder-inner {
  transform: translateZ(0);
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  clip-path: var(--monthly-thunder-clip-path);
}
.monthly__thunder-base {
  position: absolute;
  inset: 0;
}
.monthly__thunder-wave-wrap {
  transform: translateZ(0);
  backface-visibility: hidden;
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
}
.monthly__thunder-wave-track {
  position: absolute;
  left: 0;
  top: var(--monthly-thunder-fill-end);
  width: 100%;
  height: calc(100% - var(--monthly-thunder-fill-end));
  transform: translate3d(0, 100%, 0);
  backface-visibility: hidden;
  animation: monthly-thunder-rise-track 3s ease-out 0s forwards;
  animation-play-state: paused;
  will-change: transform;
}
@media all and (min-width: 48.0625rem) {
  .monthly__thunder-wave-track {
    animation-duration: 4s;
  }
}
@media all and (min-width: 93rem) {
  .monthly__thunder-wave-track {
    animation-duration: 5s;
  }
}
.monthly__thunder-wave-flow {
  width: calc(100% * 2);
  height: 100%;
  animation: monthly-thunder-wave-flow-x 7s linear 1.1s infinite;
  animation-play-state: paused;
  will-change: transform;
}
@media all and (min-width: 48.0625rem) {
  .monthly__thunder-wave-flow {
    animation-duration: 9s;
    animation-delay: 1.1s;
  }
}
@media all and (min-width: 93rem) {
  .monthly__thunder-wave-flow {
    animation-duration: 11s;
    animation-delay: 1.6s;
  }
}
.monthly__thunder[data-animate].is-animated .monthly__thunder-wave-wrap {
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.01s cubic-bezier(0.16, 1, 0.3, 1);
}
.monthly__thunder[data-animate].is-animated .monthly__thunder-wave-track,
.monthly__thunder[data-animate].is-animated .monthly__thunder-wave-flow {
  animation-play-state: running;
}
.monthly__thunder[data-animate].is-animated .monthly__thunder-wave-flow {
  will-change: transform;
}
.monthly__thunder-wave {
  width: 100%;
  height: 100%;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .monthly__thunder[data-animate] {
    opacity: 1;
    transform: none;
    will-change: auto;
    transition: none;
  }
  .monthly__thunder-wave-wrap {
    opacity: 1;
    transition: none;
  }
  .monthly__thunder-wave-track {
    animation: none;
    transform: translate3d(0, 0, 0);
    will-change: auto;
  }
  .monthly__thunder-wave-flow {
    animation: none;
    will-change: auto;
  }
}

@keyframes monthly-thunder-rise-track {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  78% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes monthly-thunder-wave-flow-x {
  to {
    transform: translate3d(-49.9636515903%, 0, 0);
  }
}
/* ????????????????????????????????????????????????????????????????????????????? */
.ST0016 {
  padding-block: 2.5rem !important;
}
.ST0016 .c-text-contents__interviewee-name,
.ST0016 .c-text-contents__interviewee-info,
.ST0016 .c-text-contents__bodycopy {
  display: none !important;
}
.ST0016 .c-text-contents__headline {
  margin-top: 0 !important;
}
.ST0016 .c-folding__text {
  display: none !important;
  padding-bottom: 2.5rem !important;
}
.ST0016 .c-folding__under {
  margin-top: 0.5rem !important;
}
.ST0016 .c-text-contents__disclaimer p {
  line-height: 1.167 !important;
}
@media all and (min-width: 48.0625rem) {
  .ST0016 {
    padding-block: 6.25rem !important;
  }
  .ST0016 .c-folding__text {
    padding-bottom: 3.25rem !important;
  }
  .ST0016 .c-folding__under {
    margin-top: 1rem !important;
  }
  .ST0016 .c-folding__under .c-text-contents {
    padding-inline: 1.5rem !important;
  }
  .ST0016 .c-text-contents__disclaimer p {
    line-height: 1.146 !important;
  }
}
@media all and (min-width: 93rem) {
  .ST0016 {
    padding-block: 10rem !important;
  }
  .ST0016 .c-text-contents__interviewee-name,
  .ST0016 .c-text-contents__interviewee-info,
  .ST0016 .c-text-contents__bodycopy {
    display: none !important;
  }
  .ST0016 .c-text-contents__headline {
    margin-top: 0 !important;
  }
  .ST0016 .c-folding__text {
    padding-bottom: 4rem !important;
  }
  .ST0016 .c-folding__under {
    margin-top: 1rem !important;
  }
  .ST0016 .c-folding__under .c-text-contents {
    padding-inline: 1.5rem !important;
  }
  .ST0016 .c-text-contents__disclaimer p {
    line-height: 1.125 !important;
  }
}

body .c-wrapper.bg-default.MT0004,
body .c-wrapper.bg-default.MT0004 .bg-default,
body .c-wrapper.PR0019,
body .c-wrapper.PR0019 .bg-default,
.monthly .monthly-offer {
  background-color: #181d13;
}

.MT0004 .component > .cmp-container .cmp-contents-layer .monthly-area .c-text-contents__disclaimer {
  display: none !important;
}

.c-wrapper.PR0019 {
  padding-block: 1.5rem !important;
}
@media all and (min-width: 48.0625rem) {
  .c-wrapper.PR0019 {
    padding-block: 3rem !important;
  }
}

.monthly .monthly-offer__layer {
  padding-block: 2.5rem !important;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__layer {
    padding-block: 5rem !important;
  }
}

/* offer-sticky-bar */
.monthly .monthly__section--offer-sticky-bar[hidden] {
  display: none;
}
.monthly .monthly__section--offer-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 99;
  width: 100%;
  max-width: 100%;
  background: #000;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s linear;
  padding-bottom: env(safe-area-inset-bottom);
}
.monthly .monthly__section--offer-sticky-bar.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section {
  width: 100%;
  max-width: 120rem;
  padding: 0.53125rem 4.25rem 0.53125rem 2.75rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  position: relative;
  color: #fff;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .hidden-ta {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .hidden-ta button {
  border: 0;
  cursor: pointer;
  appearance: none;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section {
    max-width: 100rem;
    padding: 0.875rem 2.5rem;
    gap: 0.75rem;
  }
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .monthly__icon {
  display: none;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .monthly__icon {
    display: block;
  }
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .monthly__icon {
  width: 1.5625rem;
  height: 1.5625rem;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .monthly__icon img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .monthly__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .monthly__icon--white {
  display: none;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-text {
  display: flex;
  gap: 0.75rem;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-title, .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-description {
  font-size: 1.25rem;
  line-height: 1rem;
  font-weight: 700;
  text-align: center;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-title, .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-description {
    font-size: 1.5rem;
    line-height: normal;
  }
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-title:after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 1rem;
  background: #fff;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-description {
  white-space: pre-line;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .button-wrap {
  position: absolute;
  top: 50%;
  left: 0rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .button-wrap {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    gap: 0.8125rem;
    padding-inline-start: 1.75rem;
  }
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .button-wrap button {
  border: 0;
  cursor: pointer;
  appearance: none;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .button-wrap > button {
  background: none;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-button {
  height: 2.0625rem;
  padding: 0.5625rem 0.984375rem;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1;
  transition: background 0.3s, color 0.2s, border-color 0.3s;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-button:focus-visible {
  outline: 0.125rem solid #fff;
  outline-offset: 0.125rem;
}
@media (min-width: 22.5rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-button {
    white-space: nowrap;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-button {
    height: 2.75rem;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    font-size: 1rem;
  }
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-button:hover {
  background: #ea1917;
  color: #fff;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-close {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-close:focus-visible {
  outline: 0.125rem solid #fff;
  outline-offset: -0.125rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-close {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-close svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-close svg {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.monthly .monthly__section--offer-sticky-bar.red {
  background: #ea1917;
}
.monthly .monthly__section--offer-sticky-bar.white {
  background: #fff;
  border-top: 0.1875rem solid #ea1917;
}
.monthly .monthly__section--offer-sticky-bar.white .offer-sticky-bar__section {
  padding: 0.34375rem 4.25rem 0.53125rem 2.75rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly__section--offer-sticky-bar.white .offer-sticky-bar__section {
    max-width: 100rem;
    padding: 0.6875rem 2.5rem 0.875rem;
    gap: 0.75rem;
  }
}
.monthly .monthly__section--offer-sticky-bar.white .offer-sticky-bar__section .monthly__icon--default {
  display: none;
}
.monthly .monthly__section--offer-sticky-bar.white .offer-sticky-bar__section .monthly__icon--white {
  display: block;
}
.monthly .monthly__section--offer-sticky-bar.white .offer-sticky-bar__section-title {
  color: #ea1917;
}
.monthly .monthly__section--offer-sticky-bar.white .offer-sticky-bar__section-title:after {
  background: #aba8a2;
}
.monthly .monthly__section--offer-sticky-bar.white .offer-sticky-bar__section-description {
  color: #000;
}
.monthly .monthly__section--offer-sticky-bar.white .offer-sticky-bar__section-button {
  background: #ea1917;
  color: #fff;
}
.monthly .monthly__section--offer-sticky-bar.white .offer-sticky-bar__section-close svg path {
  fill: #000;
}

@media all and (max-width: 48.061875rem) {
  body:has(.monthly__section--offer-sticky-bar.is-visible) .CM0007 {
    width: 3.25rem;
  }
  body:has(.monthly__section--offer-sticky-bar.is-visible) .CM0007 .al-proactive-msg {
    pointer-events: none;
  }
}
body:not(:has(.MT0004)) .monthly__section--offer-sticky-bar {
  display: none !important;
}

/* outro */
.monthly__section--outro {
  position: relative;
  padding-block-start: 2.5rem;
}
.monthly__section--outro .monthly__text {
  font-size: 1rem;
  line-height: 1.25;
  margin-block-start: 1.5rem;
}
.monthly__section--outro .monthly__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--outro {
    padding-block-start: clamp(2.5rem, 4.0322580645vw, 3.75rem);
  }
  .monthly__section--outro .monthly__text {
    font-size: clamp(1rem, 1.6129032258vw, 1.5rem);
    line-height: clamp(1.25rem, 1.8817204301vw, 1.75rem);
    margin-block-start: clamp(1.5rem, 3.2258064516vw, 3rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--outro {
    padding-block-start: 3.75rem;
  }
  .monthly__section--outro .monthly__text {
    font-size: 1.5rem;
    line-height: 1.1667;
    margin-block-start: 3rem;
  }
}
.monthly__section--outro .outro__grid[data-animate] {
  opacity: 0;
  transform: translate3d(0, 8%, 0) scale(0.96) translateZ(0);
  will-change: transform opacity;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.monthly__section--outro .outro__grid[data-animate] .monthly__image {
  opacity: 0;
  transform: none;
  will-change: opacity;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.15s;
}
.monthly__section--outro .outro__grid[data-animate] .monthly__text {
  opacity: 0;
  transform: none;
  will-change: opacity;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.3s;
}
.monthly__section--outro .outro__grid[data-animate].is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) translateZ(0);
  will-change: auto;
}
.monthly__section--outro .outro__grid[data-animate].is-animated .monthly__image,
.monthly__section--outro .outro__grid[data-animate].is-animated .monthly__text {
  opacity: 1;
  transform: none;
  will-change: auto;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--outro .outro__grid[data-animate] .monthly__image {
    transition-delay: 0.3s;
  }
  .monthly__section--outro .outro__grid[data-animate] .monthly__text {
    transition-delay: 0.15s;
  }
}
.monthly__section--outro .outro__header {
  position: relative;
  z-index: 3;
}
.monthly__section--outro .outro__header .monthly__title {
  text-align: center;
}
.monthly__section--outro .outro__header .monthly__title + .monthly__text {
  margin-inline: auto;
  max-width: 60rem;
}
.monthly__section--outro .outro__header .monthly__image {
  position: relative;
  padding-inline: 1rem;
  margin-block-start: 1.5rem;
}
.monthly__section--outro .outro__header .monthly__image[data-animate] img {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.8s ease-out;
}
.monthly__section--outro .outro__header .monthly__image[data-animate].is-animated img {
  opacity: 1;
  transform: none;
  will-change: auto;
}
.monthly__section--outro .outro__header .outro__text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.monthly__section--outro .outro__header .monthly__disclaimer {
  margin-block-start: 0.25rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--outro .outro__header .monthly__disclaimer {
    margin-block-start: 0.5rem;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--outro .outro__header .monthly__title + .monthly__text {
    max-width: clamp(30rem, 64.5161290323vw, 60rem);
  }
  .monthly__section--outro .outro__header .monthly__image {
    max-width: clamp(100%, 100vw, 120rem);
    margin-inline: auto;
    padding-inline: 0;
    padding-inline-end: clamp(1rem, 20.8333333333vw, 25rem);
    margin-block-start: clamp(1.5rem, 3.2258064516vw, 3rem);
  }
  .monthly__section--outro .outro__header .outro__text {
    flex-direction: row;
    gap: clamp(1.25rem, 2.688172043vw, 2.5rem);
    max-width: clamp(30rem, 64.5161290323vw, 60rem);
    margin-inline: auto;
  }
  .monthly__section--outro .outro__header .outro__text p {
    flex: 0 0 calc(50% - clamp(0.625rem, 1.3440860215vw, 1.25rem));
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--outro .outro__header .monthly__image {
    max-width: 120rem;
    margin-inline: auto;
    padding-inline-end: min(21.875vw, 26.25rem);
    margin-block-start: 3rem;
  }
  .monthly__section--outro .outro__header .monthly__image img {
    width: 100%;
    max-width: 80rem;
  }
  .monthly__section--outro .outro__header .outro__text {
    flex-direction: row;
    gap: 2.5rem;
    max-width: 60rem;
    margin-inline: auto;
  }
  .monthly__section--outro .outro__header .outro__text p {
    flex: 0 0 calc(50% - 1.25rem);
  }
}
.monthly__section--outro .outro__body {
  position: relative;
  z-index: 2;
  padding-block: 1.5rem 1.875rem;
  overflow: hidden;
}
.monthly__section--outro .outro__body::before {
  content: "";
  display: block;
  width: 60rem;
  height: 16.9375rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/content/dam/channel/wcms/th/2026-monthly-lg/26-jul/feature/images/desktop/monthly-lg-2026-jul-th-07-outro-bg.png");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.monthly__section--outro .outro__body .outro__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
  padding: 1.75rem 0.75rem;
  border-radius: 0.375rem;
  background: linear-gradient(284deg, rgba(0, 0, 0, 0.06) 27.18%, rgba(241, 230, 203, 0.2) 75.15%);
  text-align: center;
}
.monthly__section--outro .outro__body .outro__grid .monthly__image {
  width: 9.375rem;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
}
.monthly__section--outro .outro__body .outro__grid .monthly__text {
  font-size: 1.1875rem;
  font-weight: 600;
  margin-block-start: 0;
}
.monthly__section--outro .outro__body .monthly__disclaimer {
  position: relative;
  margin-block-start: 1.5rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--outro .outro__body {
    padding-block: clamp(1.5rem, 3.2258064516vw, 3rem) clamp(1.875rem, 4.0322580645vw, 3.75rem);
  }
  .monthly__section--outro .outro__body::before {
    width: clamp(60rem, 100vw, 120rem);
    height: 100%;
    bottom: 0;
    background-position: top center;
    background-size: cover;
  }
  .monthly__section--outro .outro__body .outro__grid {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.5rem, 3.2258064516vw, 3rem);
    padding-block: clamp(1.75rem, 2.688172043vw, 2.5rem);
    padding-inline: clamp(0.75rem, 6.7204301075vw, 6.25rem) clamp(0.75rem, 5.376344086vw, 5rem);
    border-radius: clamp(0.375rem, 0.8064516129vw, 0.75rem);
  }
  .monthly__section--outro .outro__body .outro__grid .monthly__image {
    flex: 0 0 clamp(9.375rem, 14.7849462366vw, 13.75rem);
    width: clamp(9.375rem, 14.7849462366vw, 13.75rem);
  }
  .monthly__section--outro .outro__body .outro__grid .monthly__text {
    font-size: clamp(1.1875rem, 2.1505376344vw, 2rem);
    line-height: normal;
    text-align: left;
  }
  .monthly__section--outro .outro__body .monthly__disclaimer {
    margin-block-start: clamp(1.5rem, 3.2258064516vw, 3rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--outro .outro__body {
    padding-block: 3rem 3.75rem;
  }
  .monthly__section--outro .outro__body::before {
    width: 120rem;
    height: 100%;
    bottom: 0;
  }
  .monthly__section--outro .outro__body .outro__grid {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding-block: 2.5rem;
    padding-inline: 6.25rem 5rem;
    border-radius: 0.75rem;
    background: linear-gradient(284deg, rgba(0, 0, 0, 0.06) 27.18%, rgba(241, 230, 203, 0.2) 75.15%);
  }
  .monthly__section--outro .outro__body .outro__grid .monthly__image {
    flex: 0 0 13.75rem;
    width: 13.75rem;
  }
  .monthly__section--outro .outro__body .outro__grid .monthly__text {
    font-size: 2rem;
  }
  .monthly__section--outro .outro__body .monthly__disclaimer {
    margin-block-start: 3rem;
  }
}
@media (min-width: 120rem) {
  .monthly__section--outro .outro__body::before {
    width: 100%;
    background-size: cover;
  }
}
.monthly__section--outro .outro__thunder {
  --monthly-thunder-clip-path: url(#outro-thunder-clip);
  --monthly-thunder-fill-end: -25%;
  --monthly-thunder-reveal-offset-x: 16%;
  --monthly-thunder-reveal-offset-y: -24%;
  position: absolute;
  top: -3.75rem;
  right: -4.5625rem;
  width: 14.5rem;
  z-index: 1;
  aspect-ratio: 300/476;
}
.monthly__section--outro .outro__thunder .monthly__thunder-inner {
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 100%);
}
.monthly__section--outro .outro__thunder[data-animate] {
  transform-origin: 50% 0%;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--outro .outro__thunder {
    top: clamp(-3.75rem, -2.4479166667vw, -2.9375rem);
    right: clamp(-4.5625rem, -5.8854166667vw, -7.0625rem);
    width: clamp(18.75rem, 29.4791666667vw, 35.375rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--outro .outro__thunder {
    top: -2.9375rem;
    right: calc(50% - 960 / 16 * 1rem + 113 / 16 * 1rem);
    width: 30%;
    max-width: 35.375rem;
  }
}
.monthly__section--outro .outro__thunder-base {
  background: linear-gradient(180deg, rgba(90, 165, 97, 0) 0%, #5aa561 50%, #0b0b0b 100%);
}
.monthly__section--outro .outro__bg {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.monthly__section--outro .outro__bg .outro__circle {
  position: absolute;
}
.monthly__section--outro .outro__bg .outro__circle--1 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: #409156;
  --monthly-glow-edge: rgba(37, 74, 55, 0);
  width: 19.6875rem;
  right: -6.125rem;
  top: 6.125rem;
}
.monthly__section--outro .outro__bg .outro__circle--2 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: #d06d4c;
  --monthly-glow-edge: rgba(156, 109, 72, 0);
  width: 27rem;
  right: -8.6875rem;
  top: 8.375rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--outro .outro__bg .outro__circle--1 {
    width: clamp(39.375rem, 79.0625vw, 94.875rem);
    right: clamp(-6.125rem, -4.1666666667vw, -5rem);
    top: clamp(6.125rem, -9.4270833333vw, -11.3125rem);
  }
  .monthly__section--outro .outro__bg .outro__circle--2 {
    width: clamp(54rem, 67.96875vw, 81.5625rem);
    right: clamp(8.6875rem, 12.03125vw, 14.4375rem);
    top: clamp(8.375rem, 20.8854166667vw, 25.0625rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--outro .outro__bg .outro__circle--1 {
    width: 94.875rem;
    right: calc(50% - 960 / 16 * 1rem - 80 / 16 * 1rem);
    top: -11.3125rem;
  }
  .monthly__section--outro .outro__bg .outro__circle--2 {
    width: 68.75rem;
    right: calc(50% - 960 / 16 * 1rem + 231 / 16 * 1rem);
    top: 25.0625rem;
  }
}
.monthly__section--outro .outro__bg .outro__pattern {
  top: 0.5rem;
  left: 0;
  height: 41.3888888889vw;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--outro .outro__bg .outro__pattern {
    top: 3.1209362809vw;
    left: 50%;
    transform: translateX(-50%);
    height: 13.0039011704vw;
  }
}
@media (min-width: 64rem) {
  .monthly__section--outro .outro__bg .outro__pattern {
    top: 0.78125vw;
    height: 14.55078125vw;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--outro .outro__bg .outro__pattern {
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    height: 18.5625rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .monthly__section--outro .outro__header .monthly__image[data-animate] img {
    opacity: 1;
    transform: none;
    will-change: auto;
    transition: none;
  }
  .monthly__section--outro .outro__grid[data-animate] {
    opacity: 1;
    transform: none;
    will-change: auto;
    transition: none;
  }
  .monthly__section--outro .outro__grid[data-animate] .monthly__image,
  .monthly__section--outro .outro__grid[data-animate] .monthly__text {
    opacity: 1;
    transform: none;
    will-change: auto;
    transition: none;
  }
}

/* message */
@property --message-body-edge-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes message-body-edge-spin {
  to {
    --message-body-edge-angle: 360deg;
  }
}
.monthly__section--message {
  position: relative;
}
.monthly__section--message .message__box[data-animate] {
  opacity: 0;
  transform: translate3d(0, 8%, 0) scale(0.96) translateZ(0);
  will-change: transform opacity;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.monthly__section--message .message__box[data-animate] .message__body {
  opacity: 0;
  transform: translate3d(0, 6%, 0) scale(0.97) translateZ(0);
  will-change: transform opacity;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.4s;
}
.monthly__section--message .message__box[data-animate].is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) translateZ(0);
  will-change: auto;
}
.monthly__section--message .message__box[data-animate].is-animated .message__body {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) translateZ(0);
  will-change: auto;
}
.monthly__section--message .message__box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0.75rem;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 0 0.015625rem rgba(255, 255, 255, 0.75), 0 0 1.25rem 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 3;
}
.monthly__section--message .message__box::before {
  content: "";
  display: block;
  height: 0.625rem;
  background-image: url("/content/dam/channel/wcms/th/2026-monthly-lg/26-jul/feature/images/desktop/monthly-lg-2026-jul-th-01-common-battery.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--message .message__box {
    gap: clamp(1.5rem, 2.1505376344vw, 2rem);
    padding: clamp(0.75rem, 1.6129032258vw, 1.5rem);
    border-radius: clamp(0.625rem, 1.3440860215vw, 1.25rem);
    box-shadow: inset 0 0 0 0.015625rem rgba(255, 255, 255, 0.75), 0 0 clamp(1.25rem, 2.688172043vw, 2.5rem) 0 rgba(0, 0, 0, 0.25);
  }
  .monthly__section--message .message__box::before {
    height: clamp(0.625rem, 1.3440860215vw, 1.25rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--message .message__box {
    gap: 2rem;
    padding: 1.5rem;
    border-radius: 1.25rem;
    box-shadow: inset 0 0 0 0.015625rem rgba(255, 255, 255, 0.75), 0 0 2.5rem 0 rgba(0, 0, 0, 0.25);
  }
  .monthly__section--message .message__box::before {
    height: 1.25rem;
  }
}
.monthly__section--message .message__header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding-inline: 1rem;
}
.monthly__section--message .message__header .monthly__image {
  flex: 0 0 2.5rem;
  aspect-ratio: 40/40;
  border-radius: 50%;
  overflow: hidden;
}
.monthly__section--message .message__header .monthly__text {
  flex: 1;
  font-size: 1.1875rem;
  font-weight: 600;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--message .message__header {
    align-items: center;
    gap: clamp(1rem, 1.6129032258vw, 1.5rem);
    padding-inline: clamp(1rem, 1.3440860215vw, 1.25rem);
  }
  .monthly__section--message .message__header .monthly__image {
    flex: 0 0 clamp(2.5rem, 5.376344086vw, 5rem);
  }
  .monthly__section--message .message__header .monthly__text {
    font-size: clamp(1.1875rem, 2.1505376344vw, 2rem);
    line-height: normal;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--message .message__header {
    gap: 1.5rem;
    padding-inline: 1.25rem;
  }
  .monthly__section--message .message__header .monthly__image {
    flex: 0 0 5rem;
  }
  .monthly__section--message .message__header .monthly__text {
    font-size: 2rem;
  }
}
.monthly__section--message .message__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(1.25rem);
  position: relative;
  isolation: isolate;
}
.monthly__section--message .message__body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  backface-visibility: hidden;
  box-shadow: inset 0 0 0 0.03125rem rgba(255, 255, 255, 0.45), inset 0 0.046875rem 0.046875rem rgba(255, 255, 255, 0.28), inset 0 0 0.375rem rgba(255, 255, 255, 0.08);
}
.monthly__section--message .message__body::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 0.078125rem;
  pointer-events: none;
  backface-visibility: hidden;
  background: conic-gradient(from var(--message-body-edge-angle), rgba(255, 223, 79, 0) 0deg, rgba(255, 240, 170, 0.16) 7deg, rgba(255, 201, 90, 0.52) 17deg, rgba(255, 229, 102, 0.78) 26deg, rgba(255, 201, 90, 0.52) 35deg, rgba(255, 240, 170, 0.16) 45deg, rgba(255, 223, 79, 0) 55deg, rgba(255, 255, 255, 0) 63deg, rgba(255, 255, 255, 0.08) 73deg, rgba(255, 255, 255, 0.28) 84deg, rgba(255, 255, 255, 0.76) 96deg, white 106deg, rgba(255, 255, 255, 0.76) 116deg, rgba(255, 255, 255, 0.28) 127deg, rgba(255, 255, 255, 0.08) 137deg, rgba(255, 255, 255, 0) 147deg, rgba(255, 223, 79, 0) 360deg);
  mix-blend-mode: screen;
  filter: brightness(1.15) contrast(1.14);
  animation: message-body-edge-spin 5s linear infinite;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.monthly__section--message .message__body .message__edge {
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  pointer-events: none;
  backface-visibility: hidden;
  animation: message-edge-pulse 2.8s ease-in-out infinite both;
  will-change: opacity;
}
.monthly__section--message .message__body .message__edge--right {
  top: -0.1875rem;
  right: 0;
  height: 0.5rem;
  background-image: url("/content/dam/channel/wcms/th/2026-monthly-lg/26-jul/feature/images/desktop/monthly-lg-2026-jul-th-01-common-edge-1.png");
  background-position: right 0.3125rem center;
}
.monthly__section--message .message__body .message__edge--left {
  left: 0;
  bottom: 0;
  height: 0.1875rem;
  background-image: url("/content/dam/channel/wcms/th/2026-monthly-lg/26-jul/feature/images/desktop/monthly-lg-2026-jul-th-01-common-edge-2.png");
  background-position: left 0.3125rem center;
  animation-delay: 1.4s;
}
.monthly__section--message .message__body .monthly__title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
.monthly__section--message .message__body .monthly__title::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  margin-inline-end: 0.3125rem;
  background-image: url("/content/dam/channel/wcms/th/2026-monthly-lg/26-jul/feature/images/desktop/monthly-lg-2026-jul-th-01-common-tip.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 20/20;
}
.monthly__section--message .message__body .monthly__text {
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 600;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--message .message__body {
    gap: clamp(0.75rem, 1.6129032258vw, 1.5rem);
    padding: clamp(1rem, 2.1505376344vw, 2rem);
    border-radius: clamp(0.75rem, 1.6129032258vw, 1.5rem);
    backdrop-filter: blur(clamp(1.25rem, 2.688172043vw, 2.5rem));
  }
  .monthly__section--message .message__body .message__edge--right {
    top: -0.5rem;
    height: 1rem;
  }
  .monthly__section--message .message__body .message__edge--left {
    height: 0.3125rem;
  }
  .monthly__section--message .message__body .monthly__title {
    font-size: clamp(1.125rem, 2.4193548387vw, 2.25rem);
    line-height: normal;
  }
  .monthly__section--message .message__body .monthly__title::before {
    width: clamp(1.25rem, 2.688172043vw, 2.5rem);
    margin-inline-end: clamp(0.3125rem, 0.6720430108vw, 0.625rem);
  }
  .monthly__section--message .message__body .monthly__text {
    font-size: clamp(0.875rem, 1.6129032258vw, 1.5rem);
    line-height: clamp(1.125rem, 1.8817204301vw, 1.75rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--message .message__body {
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2.5rem);
  }
  .monthly__section--message .message__body .message__edge--right {
    top: -0.75rem;
    height: 1.5rem;
  }
  .monthly__section--message .message__body .message__edge--left {
    height: 0.375rem;
  }
  .monthly__section--message .message__body .monthly__title {
    font-size: 2.25rem;
  }
  .monthly__section--message .message__body .monthly__title::before {
    width: 2.5rem;
    margin-inline-end: 0.625rem;
  }
  .monthly__section--message .message__body .monthly__text {
    font-size: 1.5rem;
    line-height: 1.1667;
  }
}
.monthly__section--message .message__bg {
  overflow: hidden;
  overflow-y: visible;
  pointer-events: none;
}
.monthly__section--message .message__bg .message__ellipse {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
  backface-visibility: hidden;
}
.monthly__section--message .message__bg .message__ellipse svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.monthly__section--message .message__bg .message__circle {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  backface-visibility: hidden;
}
.monthly__section--message.dryer {
  padding-block: 1.5rem 8.5625rem;
}
.monthly__section--message.dryer .message__ellipse {
  width: 44.5625rem;
  height: 22.25rem;
}
.monthly__section--message.dryer .message__circle--1 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: #409156;
  --monthly-glow-edge: rgba(37, 74, 55, 0);
  width: 60.5rem;
  left: -26.8125rem;
  bottom: -20.0625rem;
}
.monthly__section--message.dryer .message__circle--2 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: #fff27f;
  --monthly-glow-edge: rgba(255, 164, 92, 0);
  left: 2.75rem;
  bottom: 3.8125rem;
  width: 9rem;
  filter: blur(3.125rem);
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--message.dryer {
    padding-block-start: clamp(1.5rem, 4.1666666667vw, 5rem);
    padding-block-end: clamp(8.5625rem, 15.3645833333vw, 18.4375rem);
  }
  .monthly__section--message.dryer .message__ellipse {
    width: clamp(44.5625rem, 63.5416666667vw, 76.25rem);
    height: clamp(22.25rem, 31.7708333333vw, 38.125rem);
  }
  .monthly__section--message.dryer .message__circle--1 {
    width: clamp(60.5rem, 60.8854166667vw, 73.0625rem);
    left: calc(50% - 960 / 16 * 1rem + 7 / 16 * 1rem);
    bottom: clamp(-20.0625rem, -15.46875vw, -18.5625rem);
  }
  .monthly__section--message.dryer .message__circle--2 {
    --monthly-glow-size: 70%;
    --monthly-glow-center: #fff27f;
    --monthly-glow-edge: rgba(255, 164, 92, 0);
    left: clamp(2.75rem, 32.6041666667vw, 39.125rem);
    bottom: clamp(3.8125rem, 5.46875vw, 6.5625rem);
    width: clamp(9rem, 16.3020833333vw, 19.5625rem);
    filter: blur(6.25rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--message.dryer {
    padding-block: 5rem 18.4375rem;
  }
  .monthly__section--message.dryer .message__ellipse {
    width: 76.25rem;
    height: 38.125rem;
  }
  .monthly__section--message.dryer .message__circle--1 {
    width: 73.0625rem;
    left: calc(50% - 960 / 16 * 1rem + 7 / 16 * 1rem);
    bottom: -18.5625rem;
  }
  .monthly__section--message.dryer .message__circle--2 {
    --monthly-glow-size: 70%;
    --monthly-glow-center: #fff27f;
    --monthly-glow-edge: rgba(255, 164, 92, 0);
    left: calc(50% - 960 / 16 * 1rem + 626 / 16 * 1rem);
    bottom: 6.5625rem;
    width: 19.5625rem;
  }
}
.monthly__section--message.fridge {
  padding-block: 1.5rem 3.625rem;
}
.monthly__section--message.fridge .message__ellipse {
  width: 44.5625rem;
  height: 22.25rem;
}
.monthly__section--message.fridge .message__circle--1 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: #409156;
  --monthly-glow-edge: rgba(37, 74, 55, 0);
  width: 33.875rem;
  left: -15.8125rem;
  bottom: 0;
}
.monthly__section--message.fridge .message__circle--2 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: #fff27f;
  --monthly-glow-edge: rgba(255, 164, 92, 0);
  left: -0.75rem;
  bottom: 14.25rem;
  width: 9.0625rem;
  filter: blur(3.125rem);
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--message.fridge {
    padding-block-start: clamp(1.5rem, 2.5vw, 3rem);
    padding-block-end: clamp(3.625rem, 7.6041666667vw, 9.125rem);
  }
  .monthly__section--message.fridge .message__ellipse {
    width: clamp(44.5625rem, 63.5416666667vw, 76.25rem);
    height: clamp(22.25rem, 31.7708333333vw, 38.125rem);
  }
  .monthly__section--message.fridge .message__circle--1 {
    width: clamp(33.875rem, 39.4270833333vw, 47.3125rem);
    left: calc(50% - 960 / 16 * 1rem + 145 / 16 * 1rem);
    bottom: clamp(0px, -2.7604166667vw, -3.3125rem);
  }
  .monthly__section--message.fridge .message__circle--2 {
    --monthly-glow-size: 70%;
    --monthly-glow-center: #fff27f;
    --monthly-glow-edge: rgba(255, 164, 92, 0);
    left: calc(50% - 960 / 16 * 1rem + 550 / 16 * 1rem);
    bottom: clamp(14.25rem, 10.78125vw, 12.9375rem);
    width: clamp(9.0625rem, 10.5208333333vw, 12.625rem);
    filter: blur(6.25rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--message.fridge {
    padding-block: 3rem 9.125rem;
  }
  .monthly__section--message.fridge .message__ellipse {
    width: 76.25rem;
    height: 38.125rem;
  }
  .monthly__section--message.fridge .message__circle--1 {
    width: 47.3125rem;
    left: calc(50% - 960 / 16 * 1rem + 145 / 16 * 1rem);
    bottom: -3.3125rem;
  }
  .monthly__section--message.fridge .message__circle--2 {
    left: calc(50% - 960 / 16 * 1rem + 550 / 16 * 1rem);
    bottom: 12.9375rem;
    width: 12.625rem;
  }
}
.monthly__section--message.house {
  padding-block: 1.5rem;
}
.monthly__section--message.house .message__circle--1 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: #409156;
  --monthly-glow-edge: rgba(37, 74, 55, 0);
  width: 28rem;
  right: -9.9375rem;
  bottom: -0.5625rem;
}
.monthly__section--message.house .message__circle--2 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: #fff27f;
  --monthly-glow-edge: rgba(255, 164, 92, 0);
  right: 8.0625rem;
  bottom: 9.6875rem;
  width: 7.5625rem;
  filter: blur(3.125rem);
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--message.house {
    padding-block-start: clamp(1.5rem, 3.2258064516vw, 3rem);
  }
  .monthly__section--message.house .message__circle--1 {
    width: clamp(28rem, 56.40625vw, 67.6875rem);
    right: clamp(-9.9375rem, -7.65625vw, -9.1875rem);
    bottom: clamp(-12.5rem, -23.28125vw, -27.9375rem);
  }
  .monthly__section--message.house .message__circle--2 {
    --monthly-glow-size: 70%;
    --monthly-glow-center: #fff27f;
    --monthly-glow-edge: rgba(255, 164, 92, 0);
    right: clamp(6.25rem, 13.4408602151vw, 12.5rem);
    bottom: clamp(-3.125rem, -7.8645833333vw, -9.4375rem);
    width: clamp(7.5625rem, 16.3020833333vw, 19.5625rem);
    filter: blur(clamp(3.125rem, 6.7204301075vw, 6.25rem));
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--message.house {
    padding-block: 3rem;
  }
  .monthly__section--message.house .message__circle--1 {
    width: 67.6875rem;
    right: calc(50% - 960 / 16 * 1rem + 147 / 16 * 1rem);
    bottom: -27.9375rem;
  }
  .monthly__section--message.house .message__circle--2 {
    right: calc(50% - 960 / 16 * 1rem + 401 / 16 * 1rem);
    bottom: -9.4375rem;
    width: 19.5625rem;
    filter: blur(6.25rem);
  }
}

@keyframes message-edge-pulse {
  0%, 100% {
    opacity: 0.85;
  }
  50% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .monthly__section--message .message__box[data-animate] {
    opacity: 1;
    transform: none;
    will-change: auto;
    transition: none;
  }
  .monthly__section--message .message__box[data-animate] .message__body {
    opacity: 1;
    transform: none;
    will-change: auto;
    transition: none;
  }
  .monthly__section--message .message__edge {
    animation: none;
    opacity: 1;
    will-change: auto;
  }
  .monthly__section--message .message__body::after {
    animation: none;
    will-change: auto;
  }
}

/* house */
.monthly__section--house {
  padding-block-start: 1.3125rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--house {
    padding-block-start: 2.5rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--house {
    padding-block-start: 3.375rem;
  }
}
.monthly__section--house .house__view {
  position: relative;
  z-index: 3;
}
.monthly__section--house .house__view[data-animate] {
  opacity: 0;
  transform: none;
  will-change: opacity;
  transition: opacity 0.8s ease-out;
}
.monthly__section--house .house__view[data-animate].is-animated {
  opacity: 1;
  transform: none;
}
.monthly__section--house .house__view .house__light {
  position: absolute;
  top: 37.7804014168%;
  left: 58.3333333333%;
  width: 7.7777777778%;
  height: 7.5560802834%;
  background: url("/content/dam/channel/wcms/th/2026-monthly-lg/26-jul/feature/images/desktop/monthly-lg-2026-jul-th-06-house-light.png") no-repeat center center/cover;
  transform: scale(2.5);
  mix-blend-mode: plus-lighter;
  backface-visibility: hidden;
  animation: house-light-pulse 2.2s ease-in-out infinite;
  will-change: transform, opacity;
}
.monthly__section--house .house__view .house__dot {
  position: absolute;
}
.monthly__section--house .house__view .house__dot-core {
  position: relative;
  z-index: 3;
  width: 0.8333333333vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0.9em 0 #ffc300, 0 0 2.4em 0 #f00;
}
.monthly__section--house .house__view .house__dot-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #f00;
  aspect-ratio: 1/1;
  backface-visibility: hidden;
  will-change: transform, opacity;
  animation: house-dot-ring-pulse-lg 2s ease-in-out infinite both;
}
.monthly__section--house .house__view .house__dot-ring--md {
  mix-blend-mode: hard-light;
  width: 1.25em;
}
.monthly__section--house .house__view .house__dot-ring--lg {
  mix-blend-mode: plus-lighter;
  width: 2em;
}
.monthly__section--house .house__view .house__dot--1 {
  left: 31.4583333333%;
  top: 69.4214876033%;
}
.monthly__section--house .house__view .house__dot--2 {
  left: 66.5972222222%;
  top: 89.1381345927%;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--house .house__view .house__dot-core {
    width: clamp(0.1875rem, 0.8064516129vw, 0.75rem);
  }
  .monthly__section--house .house__view .house__dot-ring--md {
    width: 2.42em;
  }
  .monthly__section--house .house__view .house__dot-ring--lg {
    width: 3.83em;
  }
}
.monthly__section--house .house__view + .monthly__disclaimer {
  position: relative;
  z-index: 3;
  margin-block-start: 0.3125rem;
  text-align: center;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--house .house__view + .monthly__disclaimer {
    margin-block-start: 1.5rem;
  }
}
.monthly__section--house .house__content {
  position: relative;
  max-width: 120rem;
  margin-inline: auto;
  margin-block-start: 2.5rem;
}
.monthly__section--house .house__content .monthly__container {
  position: relative;
  z-index: 3;
}
.monthly__section--house .house__content .monthly__text {
  font-size: 1rem;
  line-height: 1.25;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--house .house__content {
    margin-block-start: clamp(2.5rem, 4.0322580645vw, 3.75rem);
  }
  .monthly__section--house .house__content .monthly__text {
    font-size: clamp(1rem, 1.6129032258vw, 1.5rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--house .house__content {
    margin-block-start: 7.5rem;
  }
  .monthly__section--house .house__content .monthly__text {
    font-size: 1.5rem;
    line-height: 1.1667;
  }
}
.monthly__section--house .house__header .monthly__title {
  text-align: center;
}
.monthly__section--house .house__body {
  margin-block-start: 1.25rem;
}
@media all and (min-width: 93rem) {
  .monthly__section--house .house__body {
    margin-block-start: 3rem;
  }
}
.monthly__section--house .house__body .house__grid[data-animate] .house__grid-item--2 > .monthly__image:not(.house__image) img,
.monthly__section--house .house__body .house__grid[data-animate] .house__grid-item--1 .monthly__image img,
.monthly__section--house .house__body .house__grid[data-animate] .house__image img {
  opacity: 0;
  will-change: opacity;
}
.monthly__section--house .house__body .house__grid[data-animate] .house__grid-item--2 > .monthly__image:not(.house__image) img {
  transition: opacity 0.6s ease-out;
  transition-delay: 0s;
}
.monthly__section--house .house__body .house__grid[data-animate] .house__grid-item--1 .monthly__image img {
  transition: opacity 0.6s ease-out;
  transition-delay: 0.15s;
}
.monthly__section--house .house__body .house__grid[data-animate] .house__image img {
  transition: opacity 0.6s ease-out;
  transition-delay: 0.3s;
}
.monthly__section--house .house__body .house__grid[data-animate].is-animated .house__grid-item--2 > .monthly__image:not(.house__image) img,
.monthly__section--house .house__body .house__grid[data-animate].is-animated .house__grid-item--1 .monthly__image img,
.monthly__section--house .house__body .house__grid[data-animate].is-animated .house__image img {
  opacity: 1;
  transform: none;
  will-change: auto;
}
.monthly__section--house .house__body .house__grid {
  --house-img-w: 720;
  --house-img-h: 456;
  --house-img-min-w: 11.8125rem;
  --house-img-side-padding: max(38.6111111111vw, 8.6875rem);
  --house-img-width: max(var(--house-img-min-w), calc(100% - var(--house-img-side-padding)));
  --house-img-height: calc(var(--house-img-width) * var(--house-img-h) / var(--house-img-w));
}
.monthly__section--house .house__body .house__grid-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.monthly__section--house .house__body .house__grid-item--1 .monthly__image {
  margin-block-start: var(--house-img-height);
}
.monthly__section--house .house__body .house__grid-item--1 .monthly__image img {
  width: var(--house-img-width);
  aspect-ratio: 720/456;
}
.monthly__section--house .house__body .house__grid-item--2 {
  position: relative;
  margin-block-start: calc(var(--house-img-height) * -2);
}
.monthly__section--house .house__body .house__grid-item--2 .monthly__image {
  display: flex;
  justify-content: flex-end;
  margin-block-end: var(--house-img-height);
}
.monthly__section--house .house__body .house__grid-item--2 .monthly__image img {
  width: var(--house-img-width);
  aspect-ratio: 720/456;
}
.monthly__section--house .house__body .house__grid-item--2 .monthly__text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.25rem 0.75rem;
}
.monthly__section--house .house__body .house__grid-item--2 .monthly__text > p {
  flex: 0 0 calc(50% - 0.375rem);
}
.monthly__section--house .house__body .house__grid-item--2 .house__image {
  position: absolute;
  top: max(19.4444444444vw, 4.375rem);
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  width: max(22.2222222222vw, 5rem);
}
.monthly__section--house .house__body .house__grid-item--2 .house__image img {
  aspect-ratio: initial;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--house .house__body .house__grid-item {
    width: 50%;
    gap: clamp(1.25rem, 3.2258064516vw, 3rem);
  }
  .monthly__section--house .house__body .house__grid-item--1 {
    padding-inline: clamp(0px, 4.8387096774vw, 4.5rem) clamp(0px, 3.2258064516vw, 3rem);
  }
  .monthly__section--house .house__body .house__grid-item--1 .monthly__image {
    margin-block-start: 0;
  }
  .monthly__section--house .house__body .house__grid-item--1 .monthly__image img {
    width: 100%;
    aspect-ratio: 600/380;
  }
  .monthly__section--house .house__body .house__grid-item--1 .monthly__text {
    display: flex;
    align-items: flex-end;
    padding-inline-end: clamp(0px, 10.2150537634vw, 9.5rem);
    min-height: clamp(12.5rem, 25.5376344086vw, 23.75rem);
  }
  .monthly__section--house .house__body .house__grid-item--2 {
    padding-inline: clamp(0px, 3.2258064516vw, 3rem) clamp(0px, 4.8387096774vw, 4.5rem);
    margin-block-start: calc(clamp(11.875rem, 25.5376344086vw, 23.75rem) * -2 - clamp(1.25rem, 1.3440860215vw, 1.25rem));
    margin-inline-start: auto;
  }
  .monthly__section--house .house__body .house__grid-item--2 .monthly__image {
    margin-block-end: 0;
  }
  .monthly__section--house .house__body .house__grid-item--2 .monthly__image img {
    width: 100%;
    aspect-ratio: 600/380;
  }
  .monthly__section--house .house__body .house__grid-item--2 .monthly__text {
    padding-inline: clamp(0px, 3.4946236559vw, 3.25rem) clamp(0px, 1.8817204301vw, 1.75rem);
    padding-block-start: clamp(0px, 8.8709677419vw, 8.25rem);
    flex-direction: column;
    gap: clamp(0.75rem, 1.6129032258vw, 1.5rem);
  }
  .monthly__section--house .house__body .house__grid-item--2 .monthly__text p {
    flex: 1;
  }
  .monthly__section--house .house__body .house__grid-item--2 .house__image {
    width: clamp(5rem, 24.1935483871vw, 22.5rem);
    top: clamp(4.375rem, 6.7204301075vw, 6.25rem);
    left: initial;
    right: 100%;
    transform: translateX(50%);
  }
  .monthly__section--house .house__body .house__grid-item--2 .house__image img {
    aspect-ratio: initial;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--house .house__body .house__grid-item {
    width: 50%;
    gap: 3rem;
  }
  .monthly__section--house .house__body .house__grid-item--1 {
    padding-inline: 4.5rem 3rem;
  }
  .monthly__section--house .house__body .house__grid-item--1 .monthly__image {
    margin-block-start: 0;
  }
  .monthly__section--house .house__body .house__grid-item--1 .monthly__image img {
    width: 100%;
    aspect-ratio: 600/380;
  }
  .monthly__section--house .house__body .house__grid-item--1 .monthly__text {
    padding-inline-end: 9.5rem;
    min-height: 22rem;
  }
  .monthly__section--house .house__body .house__grid-item--2 {
    padding-inline: 3rem 4.5rem;
    margin-block-start: calc(23.75rem * -2 - 1.25rem);
    margin-inline-start: auto;
  }
  .monthly__section--house .house__body .house__grid-item--2 .monthly__image {
    margin-block-end: 0;
  }
  .monthly__section--house .house__body .house__grid-item--2 .monthly__image img {
    width: 100%;
    aspect-ratio: 600/380;
  }
  .monthly__section--house .house__body .house__grid-item--2 .monthly__text {
    padding-inline: 3.25rem 1.75rem;
    padding-block-start: 8.25rem;
    flex-direction: column;
    gap: 1.5rem;
  }
  .monthly__section--house .house__body .house__grid-item--2 .monthly__text p {
    flex: 1;
  }
  .monthly__section--house .house__body .house__grid-item--2 .house__image {
    width: 22.5rem;
    top: 6.25rem;
    left: initial;
    right: 100%;
    transform: translateX(50%);
  }
  .monthly__section--house .house__body .house__grid-item--2 .house__image img {
    aspect-ratio: initial;
  }
}
.monthly__section--house .house__thunder {
  --monthly-thunder-clip-path: url(#house-thunder-clip);
  --monthly-thunder-fill-end: 16%;
  --monthly-thunder-reveal-offset-x: 16%;
  --monthly-thunder-reveal-offset-y: -24%;
  position: absolute;
  top: 9.5rem;
  left: -0.875rem;
  width: 10.125rem;
  z-index: 1;
  aspect-ratio: 300/476;
}
.monthly__section--house .house__thunder[data-animate] {
  transform-origin: 50% 0%;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--house .house__thunder {
    top: -5rem;
    width: clamp(10.125rem, 24.4623655914vw, 22.75rem);
    left: -0.875rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--house .house__thunder {
    top: -12.75rem;
    width: 22.75rem;
    left: calc(50% - 960 / 16 * 1rem + 278 / 16 * 1rem);
  }
}
.monthly__section--house .house__thunder-base {
  background: linear-gradient(180deg, rgba(90, 165, 97, 0) 0%, #5aa561 50%, #0b0b0b 100%);
}
.monthly__section--house .house__bg {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.monthly__section--house .house__bg .house__circle {
  position: absolute;
}
.monthly__section--house .house__bg .house__circle--1 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: #fff27f;
  --monthly-glow-edge: rgba(255, 164, 92, 0);
  width: 30.9375rem;
  left: -18.875rem;
  top: 7.875rem;
}
.monthly__section--house .house__bg .house__circle--2 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: #409156;
  --monthly-glow-edge: rgba(37, 74, 55, 0);
  width: 23rem;
  left: -16.0625rem;
  top: 4.625rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--house .house__bg .house__circle--1 {
    width: clamp(30.9375rem, 148.9247311828vw, 138.5rem);
    left: -110%;
    top: clamp(-22.5rem, -54.9731182796vw, -51.125rem);
    filter: blur(clamp(0px, 6.7204301075vw, 6.25rem));
  }
  .monthly__section--house .house__bg .house__circle--2 {
    width: clamp(23rem, 105.376344086vw, 98rem);
    left: -90%;
    top: clamp(-13.75rem, -68.0107526882vw, -63.25rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--house .house__bg .house__circle--1 {
    width: 138.5rem;
    left: calc(50% - 960 / 16 * 1rem - 1718 / 16 * 1rem);
    top: -51.125rem;
    filter: blur(6.25rem);
  }
  .monthly__section--house .house__bg .house__circle--2 {
    width: 98rem;
    left: calc(50% - 960 / 16 * 1rem - 311 / 16 * 1rem);
    top: -63.25rem;
  }
}
.monthly__section--house .house__bg .house__pattern {
  top: -0.75rem;
  left: 0;
  height: 22.2222222222vw;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--house .house__bg .house__pattern {
    top: clamp(-0.75rem, -2.34375vw, -2.8125rem);
    top: -1.5604681404vw;
    left: 50%;
    transform: translateX(-50%);
    height: 13.0039011704vw;
  }
}
@media (min-width: 64rem) {
  .monthly__section--house .house__bg .house__pattern {
    top: -3.515625vw;
    height: 15.625vw;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--house .house__bg .house__pattern {
    top: -2.8125rem;
    left: 50%;
    transform: translateX(-50%);
    height: 10rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .monthly__section--house .house__view[data-animate] {
    opacity: 1;
    transform: none;
    will-change: auto;
    transition: none;
  }
  .monthly__section--house .house__light {
    animation: none;
    opacity: 1;
    transform: scale(2.5);
    will-change: auto;
  }
  .monthly__section--house .house__dot-ring {
    animation: none;
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
    will-change: auto;
  }
  .monthly__section--house .house__grid[data-animate] .house__grid-item--2 > .monthly__image:not(.house__image) img,
  .monthly__section--house .house__grid[data-animate] .house__grid-item--1 .monthly__image img,
  .monthly__section--house .house__grid[data-animate] .house__image img {
    opacity: 1;
    transform: none;
    will-change: auto;
    transition: none;
  }
}

@keyframes house-light-pulse {
  0%, 100% {
    transform: scale(2);
    opacity: 0.5;
  }
  50% {
    transform: scale(2.5);
    opacity: 1;
  }
}
@keyframes house-dot-ring-pulse-md {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0.6;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0;
  }
}
@keyframes house-dot-ring-pulse-lg {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0.4;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}

/* spot-layer */
.monthly .monthly-gallery-spot {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
}
.monthly .monthly-gallery-spot .arrow {
  display: none;
}
.monthly .monthly-gallery-spot__image {
  width: 100%;
}
.monthly .monthly-gallery-spot__image img {
  width: 100%;
}
.monthly .monthly-gallery-spot__cta,
.monthly .monthly__container .monthly-gallery-spot__cta {
  --spot-cta-scale: 1;
  --spot-cta-before-scale: 1;
  --spot-cta-after-scale: 1;
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 35;
}
.monthly .monthly-gallery-spot__cta-visual {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #a50034;
  transform: scale(var(--spot-cta-scale));
  transform-origin: center center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  pointer-events: none;
}
.monthly .monthly-gallery-spot__cta-visual::before, .monthly .monthly-gallery-spot__cta-visual::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
  pointer-events: none;
}
.monthly .monthly-gallery-spot__cta-visual::before {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(165, 0, 52, 0.2);
  filter: blur(5px);
  z-index: -1;
  transform: translate(-50%, -50%) scale(var(--spot-cta-before-scale));
}
.monthly .monthly-gallery-spot__cta-visual::after {
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
  transform: translate(-50%, -50%) scale(var(--spot-cta-after-scale));
}
.monthly .monthly-gallery-spot-layer {
  display: none;
  position: fixed;
  max-width: 31.625rem;
  width: 20.5rem;
  z-index: 30;
  transform: translateY(2rem);
  padding-top: 3.375rem;
  margin-top: -3.375rem;
}
.monthly .monthly-gallery-spot-layer .arrow {
  position: absolute;
  bottom: calc(100% - 3.5rem);
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 1.375rem 1rem;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 11;
}
.monthly .monthly-gallery-spot-layer__inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: min(100vw - 2rem, 100dvw - 2rem);
  padding: 1.75rem 1.875rem 1.875rem;
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.125rem 0.5rem rgba(99, 98, 95, 0.2);
  background-color: #fff;
}
.monthly .monthly-gallery-spot-layer__image {
  flex: 0 0 42%;
  max-width: 42%;
  min-width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.monthly .monthly-gallery-spot-layer__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.monthly .monthly-gallery-spot-layer__content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.625rem;
  padding-right: 2.25rem;
}
.monthly .monthly-gallery-spot-layer__content .sku {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #767676;
}
.monthly .monthly-gallery-spot-layer__content .name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  line-height: 1.1666666667;
  color: #000;
}
.monthly .monthly-gallery-spot-layer .cta-wrap {
  margin-top: 0.75rem;
}
.monthly .monthly-gallery-spot-layer .cta-wrap .c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 5rem;
  height: 2.25rem;
  min-height: 2.25rem;
  padding: 0 1rem;
  border: 0.0625rem solid #94928d;
  border-radius: 0.375rem;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
}
.monthly .monthly-gallery-spot-layer .cta-wrap .c-button .cmp-button__text,
.monthly .monthly-gallery-spot-layer .cta-wrap .c-button .c-button__text {
  font: inherit;
}
.monthly .monthly-gallery-spot-layer .cta-wrap .c-button {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .monthly .monthly-gallery-spot-layer .cta-wrap .c-button:hover {
    background-color: #ea1917;
    border-color: #ea1917;
    color: #fff;
  }
}
.monthly .monthly-gallery-spot-layer .cta-wrap .c-button:focus-visible {
  outline: 0.125rem solid #ea1917;
  outline-offset: 0.125rem;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-gallery-spot-layer .cta-wrap .c-button {
    min-width: 6.25rem;
    height: 2.25rem;
    min-height: 2.25rem;
    padding: 0 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 600;
  }
}
.monthly .monthly-gallery-spot-layer__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}
.monthly .monthly-gallery-spot-layer__close:before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("https://www.lg.com/etc.clientlibs/lge/clientlibs/clientlib-site/resources/images/icon/icon-close-black-12-12.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 360px) {
  .monthly .monthly-gallery-spot-layer__image {
    width: 50%;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-gallery-spot {
    max-width: 100%;
  }
  .monthly .monthly-gallery-spot__cta,
  .monthly .monthly__container .monthly-gallery-spot__cta {
    --spot-cta-size: clamp(2.8125rem, 4.375vw, 4.375rem);
    --spot-cta-size-hover: 3.125rem;
    --spot-cta-before-size: clamp(3.4375rem, 5vw, 5rem);
    --spot-cta-before-size-hover: 3.75rem;
    --spot-cta-after-size: clamp(1rem, 1.5625vw, 1.5625rem);
    --spot-cta-after-size-hover: 0.9375rem;
    width: var(--spot-cta-size);
    height: var(--spot-cta-size);
  }
}
@media (min-width: 48.0625rem) and (hover: hover) and (pointer: fine) {
  .monthly .monthly-gallery-spot__cta:hover,
  .monthly .monthly__container .monthly-gallery-spot__cta:hover {
    --spot-cta-scale: calc(var(--spot-cta-size-hover) / var(--spot-cta-size));
    --spot-cta-before-scale: calc(
      (var(--spot-cta-before-size-hover) / var(--spot-cta-before-size)) / var(--spot-cta-scale)
    );
    --spot-cta-after-scale: calc(
      (var(--spot-cta-after-size-hover) / var(--spot-cta-after-size)) / var(--spot-cta-scale)
    );
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-gallery-spot__cta-visual::before {
    width: var(--spot-cta-before-size);
    height: var(--spot-cta-before-size);
  }
  .monthly .monthly-gallery-spot__cta-visual::after {
    width: var(--spot-cta-after-size);
    height: var(--spot-cta-after-size);
  }
  .monthly .monthly-gallery-spot-layer {
    max-width: none;
    width: 30rem;
    transform: translate(-50%, 6.5625rem);
    padding-top: 1.875rem;
    margin-top: -1.875rem;
  }
  .monthly .monthly-gallery-spot-layer .arrow {
    bottom: calc(100% - 2rem);
  }
  .monthly .monthly-gallery-spot-layer--left {
    width: 35rem;
    transform: translate(calc(-100% + 2.375rem), calc(-50% + 1.875rem));
    padding-top: 0;
    margin-top: 0;
    padding-right: 5rem;
    margin-right: -5rem;
  }
  .monthly .monthly-gallery-spot-layer--left .arrow {
    left: 100%;
    bottom: 50%;
    transform: translate(-5.125rem, 50%);
    border-width: 1rem 1.375rem;
    border-color: transparent transparent transparent #fff;
  }
  .monthly .monthly-gallery-spot-layer--right {
    width: 35rem;
    transform: translate(6.375rem, calc(-50% + 1.875rem));
    padding-left: 5rem;
    margin-left: -5rem;
    padding-top: 0;
    margin-top: 0;
  }
  .monthly .monthly-gallery-spot-layer--right .arrow {
    left: 0;
    bottom: 50%;
    transform: translate(calc(-100% + 5rem), 50%);
    margin-left: 0.125rem;
    border-width: 1rem 1.375rem;
    border-color: transparent #fff transparent transparent;
  }
  .monthly .monthly-gallery-spot-layer__inner {
    align-items: center;
    max-width: 27.5rem;
    width: auto;
    padding: 2.5rem 1.875rem 1.875rem;
    border-radius: 1.25rem;
    box-shadow: 0.25rem 0.25rem 0.75rem rgba(99, 98, 95, 0.2);
  }
  .monthly .monthly-gallery-spot-layer__image {
    flex: 0 0 8.75rem;
    max-width: 8.75rem;
    width: 8.75rem;
    min-width: auto;
  }
  .monthly .monthly-gallery-spot-layer__image img {
    max-height: 6.5625rem;
  }
  .monthly .monthly-gallery-spot-layer__content {
    flex: 1 1 0;
    min-width: 0;
    padding-left: 1.25rem;
    padding-right: 2.75rem;
  }
  .monthly .monthly-gallery-spot-layer__content .sku {
    font-size: 0.875rem;
  }
  .monthly .monthly-gallery-spot-layer__content .name {
    font-size: 1rem;
    line-height: 1.167;
  }
  .monthly .monthly-gallery-spot-layer .cta-wrap {
    margin-top: 1.25rem;
  }
  .monthly .monthly-gallery-spot-layer__close {
    right: 0.5rem;
    top: 0.5rem;
    width: 2.75rem;
    height: 2.75rem;
  }
  .monthly .monthly-gallery-spot-layer__close:before {
    width: 0.75rem;
    height: 0.75rem;
  }
}

/* special-offer */
.monthly-offer-toast {
  position: fixed;
  right: 1rem;
  bottom: 1.5rem;
  left: 1rem;
  z-index: 1005;
  max-width: 36.25rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly-offer-toast {
    left: 50%;
    right: auto;
    width: 36.25rem;
    transform: translateX(-50%);
  }
}
.monthly-offer-toast__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.375rem;
  padding: 0.75rem 1rem;
  border-radius: 62.4375rem;
  background-color: #006a63;
  color: #fff;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
}
.monthly-offer-toast__body {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.monthly-offer-toast__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 10.5L7.5 14.5L16.5 5.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.monthly-offer-toast__message {
  font-size: 0.75rem;
  line-height: 1.3333;
  font-weight: 600;
}
@media all and (min-width: 48.0625rem) {
  .monthly-offer-toast__message {
    font-size: 0.875rem;
    line-height: 1.1429;
    font-weight: 600;
  }
}
.monthly-offer-toast__close {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.5;
  width: 1.25rem;
  height: 1.25rem;
}
.monthly-offer-toast__close::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11M11 1L1 11' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .monthly-offer-toast__close:hover {
    opacity: 1;
  }
}

.monthly .monthly-offer {
  position: relative;
  width: 100%;
}
.monthly .monthly-offer__layer {
  padding: 5rem 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.monthly .monthly-offer__inner {
  max-width: 93rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__inner {
    padding-inline: 1.5rem;
  }
}
.monthly .monthly-offer__inner--large {
  max-width: 103rem;
}
.monthly .monthly-offer__card {
  position: relative;
  z-index: 1;
  list-style: none;
}
.monthly .monthly-offer__card--side {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
  padding: 1.5rem 1rem;
  border-radius: 1.25rem;
  background-color: #fff;
}
@media (min-width: 64rem) {
  .monthly .monthly-offer__card--side {
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5rem;
    padding: 2rem;
    border-radius: 2.5rem;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer__card--side {
    gap: 5rem;
    padding: 3rem 3.5rem;
  }
}
.monthly .monthly-offer--has-bg .monthly .monthly-offer__card--side {
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.08);
}
.monthly .monthly-offer__title {
  margin: 0 0 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.75rem;
  line-height: 1.1429;
  font-weight: 600;
  color: #000;
  font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer__title {
    margin-bottom: 1rem;
    font-size: 3.5rem;
    line-height: 1.0714;
    font-weight: 600;
  }
}
.monthly .monthly-offer__date {
  margin: 0.25rem 0;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 400;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__date {
    margin: 0.5rem 0;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 400;
  }
}
.monthly .monthly-offer__desc {
  margin: 0;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 400;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__desc {
    -webkit-line-clamp: 3;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
  }
}
.monthly .monthly-offer__disclaimer {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  color: #666;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__disclaimer {
    margin-top: 1.5rem;
  }
}
.monthly .monthly-offer__disclaimer li {
  white-space: pre-line;
  font-size: 0.875rem;
  line-height: 1.1429;
  font-weight: 400;
}
.monthly .monthly-offer__disclaimer li::before {
  content: none;
  display: none;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__disclaimer li {
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
  }
}
.monthly .monthly-offer__disclaimer li:not(:last-child) {
  padding-bottom: 0.375rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__disclaimer li:not(:last-child) {
    padding-bottom: 0.5rem;
  }
}
.monthly .monthly-offer__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.monthly .monthly-offer .monthly-offer__product-area {
  position: relative;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  width: 8.75rem;
  height: 8.75rem;
  padding: 0.5rem 0.5rem 0.875rem;
  overflow: hidden;
  border: 0.0625rem solid #cbc8c2;
  border-radius: 1.25rem;
  background-color: #fff;
}
@media (min-width: 22.5rem) and (max-width: 27.4375rem) {
  .monthly .monthly-offer .monthly-offer__product-area {
    width: 10.625rem;
    height: 10.625rem;
  }
}
@media (min-width: 27.5rem) and (max-width: 79.9375rem) {
  .monthly .monthly-offer .monthly-offer__product-area {
    width: 12.5rem;
    height: 12.5rem;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer .monthly-offer__product-area {
    border-radius: 1.75rem;
  }
}
@media (min-width: 80rem) and (max-width: 89.9375rem) {
  .monthly .monthly-offer .monthly-offer__product-area {
    width: 18.75rem;
    height: 18.75rem;
    padding: 1rem 1rem 1.5rem;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer .monthly-offer__product-area {
    width: 21.875rem;
    height: 21.875rem;
    padding: 1rem 1rem 1.5rem;
  }
}
.monthly .monthly-offer .monthly-offer__carousel {
  position: static;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.monthly .monthly-offer .monthly-offer__carousel .swiper-wrapper {
  height: 100%;
  align-items: center;
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel .swiper-wrapper {
  align-items: normal;
  margin-bottom: 0;
  padding-left: 0 !important;
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel .swiper-slide {
  display: block;
  height: 100%;
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-link {
  display: block;
  width: 100%;
  height: calc(100% - 0.4375rem);
}
@media (min-width: 90rem) {
  .monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-link {
    height: 100%;
  }
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.monthly .monthly-offer .monthly-offer__carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.monthly .monthly-offer .monthly-offer__carousel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.monthly .monthly-offer .monthly-offer__carousel-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-btn {
  display: none !important;
}
.monthly .monthly-offer .monthly-offer__carousel-handler {
  position: absolute;
  left: 0;
  bottom: 0.375rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  width: 100%;
  margin: 0;
  pointer-events: none;
}
.monthly .monthly-offer .monthly-offer__carousel-handler > * {
  pointer-events: auto;
}
@media (min-width: 90rem) {
  .monthly .monthly-offer .monthly-offer__carousel-handler {
    bottom: 0.5rem;
  }
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-handler {
  height: 1rem;
  gap: 0.625rem;
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-pagination {
  position: static !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: auto !important;
  flex-shrink: 0;
  min-height: 1rem;
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-control::after {
  width: 1rem;
  height: 1rem;
}
.monthly .monthly-offer .monthly-offer__carousel:has(.swiper-slide:only-child) .monthly-offer__carousel-handler {
  display: none;
}
.monthly .monthly-offer .monthly-offer__carousel-btn {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}
.monthly .monthly-offer .monthly-offer__carousel-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.monthly .monthly-offer .monthly-offer__carousel-control {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}
.monthly .monthly-offer .monthly-offer__carousel-control::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.monthly .monthly-offer .monthly-offer__carousel-control--pause::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2C3.44772 2 3 2.44772 3 3V13C3 13.5523 3.44772 14 4 14H6C6.55228 14 7 13.5523 7 13V3C7 2.44772 6.55228 2 6 2H4ZM10 2C9.44772 2 9 2.44772 9 3V13C9 13.5523 9.44772 14 10 14H12C12.5523 14 13 13.5523 13 13V3C13 2.44772 12.5523 2 12 2H10Z' fill='%234A4946'/%3E%3C/svg%3E");
}
.monthly .monthly-offer .monthly-offer__carousel-control--play::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8L6 2L6 14L14 8Z' fill='%234A4946' stroke='%234A4946' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.monthly .monthly-offer .monthly-offer__carousel-control:disabled {
  display: none;
}
.monthly .monthly-offer .monthly-offer__carousel-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-height: 0.5rem;
  width: auto !important;
}
.monthly .monthly-offer .monthly-offer__carousel-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 !important;
  border-radius: 0.25rem;
  background: #cbc8c2;
  opacity: 1;
  transition: width 0.3s, background-color 0.3s;
}
.monthly .monthly-offer .monthly-offer__carousel-pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  background: #ea1917;
}
.monthly .monthly-offer--type1 .monthly-offer__inner {
  max-width: 93rem;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__inner {
    padding-inline: 1.5rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__inner--large {
  max-width: 103rem;
}
.monthly .monthly-offer--type1 .monthly-offer__card--side {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
  padding: 1.5rem 1rem;
  border-radius: 1.25rem;
  background-color: #fff;
}
@media (min-width: 64rem) {
  .monthly .monthly-offer--type1 .monthly-offer__card--side {
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 2.5rem;
  }
}
@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__card--side {
    gap: 2.5rem;
    padding: 2rem;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer--type1 .monthly-offer__card--side {
    gap: 5rem;
    padding: 3rem 3.5rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__info {
  flex: 1;
  min-width: 0;
  max-width: 64rem;
}
.monthly .monthly-offer--type1 .monthly-offer__title {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
  line-height: 1.1429;
  font-weight: 600;
  color: #000;
}
@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer--type1 .monthly-offer__title {
    margin-bottom: 1rem;
    font-size: 3.5rem;
    line-height: 1.0714;
    font-weight: 600;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__date {
  margin: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 400;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__date {
    margin: 0.5rem 0;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 400;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__desc {
  -webkit-line-clamp: 4;
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 400;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__desc {
    -webkit-line-clamp: 3;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__disclaimer {
  margin-top: 0.75rem;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__disclaimer {
    margin-top: 1.5rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__disclaimer li {
  font-size: 0.875rem;
  line-height: 1.1429;
  font-weight: 400;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__disclaimer li {
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__disclaimer li:not(:last-child) {
  padding-bottom: 0.375rem;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__disclaimer li:not(:last-child) {
    padding-bottom: 0.5rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__side {
  align-items: flex-start;
  gap: 0.5rem;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__side {
    gap: 1rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__product-area {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  align-self: flex-start;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon {
  flex: 0 0 auto;
  flex-shrink: 0;
  align-self: stretch;
}
.monthly .monthly-offer--type1 .monthly-offer__sku-box {
  margin-top: 0.75rem;
}
@media (min-width: 64rem) {
  .monthly .monthly-offer--type1 .monthly-offer__sku-box {
    margin-top: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .monthly .monthly-offer--type1 .monthly-offer__sku-list li {
    padding: 0.5rem 1rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__sku-list button,
.monthly .monthly-offer--type1 .monthly-offer__sku-list a {
  font-size: 0.75rem;
  line-height: 1.1667;
  font-weight: 600;
}
@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__sku-list button,
  .monthly .monthly-offer--type1 .monthly-offer__sku-list a {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer--type1 .monthly-offer__sku-list button,
  .monthly .monthly-offer--type1 .monthly-offer__sku-list a {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 600;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__cta-wrap {
  gap: 0.625rem 0.5rem;
  margin-top: 0.75rem;
}
@media (min-width: 64rem) {
  .monthly .monthly-offer--type1 .monthly-offer__cta-wrap {
    gap: 0.9375rem 0.5rem;
    margin-top: 1.5rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__cta {
  min-width: 5rem;
  height: 2.25rem;
  padding: 0 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__cta {
    min-width: 6.25rem;
    height: 2.75rem;
    padding: 0 1.25rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__cta--external-link::after {
    width: 1rem;
    height: 1rem;
    background-image: url("https://www.lg.com/etc.clientlibs/lge/clientlibs/clientlib-site/resources/images/icon/icon-arrow-black-external-link-16-16.svg");
  }
}
@media (min-width: 80rem) and (max-width: 89.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value span {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 700;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value {
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value span {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 700;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p:not(.monthly-offer__discount-value) {
    font-size: 1.5rem;
    line-height: 1.1667;
    font-weight: 600;
  }
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-expired p {
    padding: 1.5rem;
    border-radius: 1.75rem;
    font-size: 1.5rem;
    line-height: 1.1667;
    font-weight: 600;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__side {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__side {
    gap: 1rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon {
  position: relative;
  flex: 0 0 auto;
  flex-shrink: 0;
  align-self: stretch;
  width: 6.75rem;
  text-align: center;
  border-radius: 1.25rem;
  box-sizing: border-box;
  max-height: 100%;
}
@media (min-width: 22.5rem) and (max-width: 27.4375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon {
    width: 7.375rem;
  }
}
@media (min-width: 27.5rem) and (max-width: 63.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon {
    width: 10.5rem;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon {
    border-radius: 1.75rem;
  }
}
@media (min-width: 64rem) and (max-width: 79.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon {
    min-width: 8.6875rem;
    width: 8.6875rem;
  }
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon {
    width: 15rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--red {
  color: #fff;
  background: #c72c48;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--red .monthly-offer__coupon-top::before, .monthly .monthly-offer--type1 .monthly-offer__coupon--red .monthly-offer__coupon-top::after {
  background-color: #fff;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--red .monthly-offer__copy-btn {
  background: #262626;
  border-color: #262626;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon--red .monthly-offer__copy-btn:hover {
    background: #fff;
    border-color: #646464;
    color: #000;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--red .monthly-offer__coupon-bottom {
  border-top: 0.125rem dashed rgba(0, 0, 0, 0.1);
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-inner {
  display: flex;
  flex-flow: column;
  height: 100%;
  overflow: hidden;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-top {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  padding: 0.5rem 1.25rem 0.625rem;
  border-radius: 1rem 1rem 0 0;
  box-sizing: border-box;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-top::before, .monthly .monthly-offer--type1 .monthly-offer__coupon-top::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-top::before {
  left: -0.5rem;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-top::after {
  right: -0.5rem;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-top p:not(.monthly-offer__discount-value) {
  margin: 0;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top {
    flex: 1 1 0;
    min-height: 0;
    height: auto;
    padding: 2rem 1.25rem;
    border-radius: 1.75rem 1.75rem 0 0;
    box-sizing: border-box;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top::before, .monthly .monthly-offer--type1 .monthly-offer__coupon-top::after {
    width: 2rem;
    height: 2rem;
    bottom: -1rem;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top::before {
    left: -1rem;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top::after {
    right: -1rem;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p:not(.monthly-offer__discount-value) {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.1667;
  }
}
@media (max-width: 79.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top {
    min-height: 4.0625rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.1429;
  font-weight: 700;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value span {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value span {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 700;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value {
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value span {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 700;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-bottom {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  flex-shrink: 1;
  min-height: 5.625rem;
  padding: 0.625rem 0.5rem 0.5rem;
  border-top: 0.125rem dashed #cbc8c2;
  border-radius: 0 0 1rem 1rem;
  box-sizing: border-box;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-bottom p:not(.monthly-offer__coupon-code) {
  margin: 0;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-bottom {
    flex: 0 0 9.75rem;
    flex-shrink: 0;
    min-height: 9.75rem;
    height: 9.75rem;
    padding: 1.5rem;
    border-radius: 0 0 1.75rem 1.75rem;
    box-sizing: border-box;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-bottom p:not(.monthly-offer__coupon-code) {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 47.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top {
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-bottom {
    border-radius: 0 0 1.25rem 1.25rem;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-expired p {
    border-radius: 1.25rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-bottom p.monthly-offer__coupon-code {
  margin: 0;
  width: 100%;
  text-align: center;
  word-break: break-all;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-bottom p.monthly-offer__coupon-code {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-btn {
  width: 100%;
  margin-top: 0.5rem;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-btn {
    margin-top: 1rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.25rem;
  margin: 0;
  padding: 0 0.625rem;
  border: 0.0625rem solid #262626;
  border-radius: 0.25rem;
  background: #262626;
  color: #fff;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 600;
}
.monthly .monthly-offer--type1 .monthly-offer__copy-btn .monthly-offer__copy-label {
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .monthly .monthly-offer--type1 .monthly-offer__copy-btn:hover {
    background: #fff;
    border-color: #646464;
    color: #000;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__copy-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__copy-btn {
    height: 2.75rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 1rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-expired {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: inherit;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-expired p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 1rem;
  text-align: center;
  border-radius: 1rem;
  backdrop-filter: blur(0.9375rem);
  -webkit-backdrop-filter: blur(0.9375rem);
  background-color: rgba(244, 244, 244, 0.8);
  color: #000;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-expired p {
    padding: 1.5rem;
    border-radius: 1.75rem;
    font-size: 1.5rem;
    line-height: 1.1667;
    font-weight: 600;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--white {
  color: #000;
  background: #fff;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__coupon-top,
.monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__coupon-bottom {
  background-color: #fff;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__coupon-top {
  border: 0.0625rem solid #cbc8c2;
  border-bottom: none;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__coupon-top::before, .monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__coupon-top::after {
  border: 0.0625rem solid #cbc8c2;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__coupon-bottom {
  border: 0.0625rem solid #cbc8c2;
  border-top: 0.125rem dashed #cbc8c2;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__copy-btn {
  background: #ea1917;
  border-color: #ea1917;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__copy-btn:hover {
    opacity: 0.92;
  }
}
.monthly .monthly-offer--type1.is-expired .monthly-offer__coupon-inner {
  pointer-events: none;
}
.monthly .monthly-offer--type1:not(.is-expired) .monthly-offer__coupon-expired {
  display: none;
}
.monthly .monthly-offer--type1 .monthly-offer__sku-list {
  display: none;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.monthly .monthly-offer--type1 .monthly-offer__sku-list:only-child, .monthly .monthly-offer--type1 .monthly-offer__sku-list.is-active {
  display: flex;
}
.monthly .monthly-offer--type1 .monthly-offer__sku-list li {
  display: flex;
  align-items: center;
  padding: 0.3125rem 0.75rem;
  border-radius: 6.25rem;
  border: 0.0625rem solid #cbc8c2;
  background: rgba(0, 0, 0, 0.05);
}
.monthly .monthly-offer--type1 .monthly-offer__sku-list button,
.monthly .monthly-offer--type1 .monthly-offer__sku-list a {
  border: 0;
  background: transparent;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.monthly .monthly-offer--type1 .monthly-offer__sku-list button:focus-visible,
.monthly .monthly-offer--type1 .monthly-offer__sku-list a:focus-visible {
  outline: 0.125rem solid #000;
  outline-offset: 0.4375rem;
  border-radius: 6.25rem;
}
@media (max-width: 63.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__card--side:not(:has(.monthly-offer__coupon)) {
    flex-flow: column-reverse;
  }
}
@media (max-width: 63.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__side:not(:has(.monthly-offer__coupon)) {
    justify-content: center;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__side:not(:has(.monthly-offer__coupon)) .monthly-offer__product-area {
  border: none;
}
.monthly .monthly-offer--type1 .monthly-offer__cta-wrap {
  display: flex;
  flex-wrap: wrap;
}
.monthly .monthly-offer--type1 .monthly-offer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #94928d;
  background: #fff;
  color: #000;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .monthly .monthly-offer--type1 .monthly-offer__cta:hover {
    opacity: 0.9;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__cta--highlight {
  border-color: #ea1917;
  background: #ea1917;
  color: #fff;
}
.monthly .monthly-offer--type1 .monthly-offer__cta--external-link {
  column-gap: 0.25rem;
}
.monthly .monthly-offer--type1 .monthly-offer__cta--external-link::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background: url("https://www.lg.com/etc.clientlibs/lge/clientlibs/clientlib-site/resources/images/icon/icon-arrow-black-external-link-12-12.svg") center/contain no-repeat;
}

/* fridge */
.monthly__section--fridge {
  position: relative;
  padding-block-start: 2.1875rem;
}
.monthly__section--fridge .monthly__text {
  font-size: 1rem;
  line-height: 1.25;
  margin-block-start: 1.25rem;
}
.monthly__section--fridge .monthly__image {
  margin-block-start: 1.25rem;
}
.monthly__section--fridge .monthly__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--fridge {
    padding-block-start: clamp(2.1875rem, 4.7043010753vw, 4.375rem);
  }
  .monthly__section--fridge .monthly__text {
    font-size: clamp(1rem, 1.6129032258vw, 1.5rem);
    line-height: clamp(1.25rem, 1.8817204301vw, 1.75rem);
    margin-block-start: clamp(1.25rem, 3.2258064516vw, 3rem);
  }
  .monthly__section--fridge .monthly__image {
    margin-block-start: clamp(1.25rem, 3.2258064516vw, 3rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--fridge {
    padding-block-start: 4.375rem;
  }
  .monthly__section--fridge .monthly__text {
    font-size: 1.5rem;
    line-height: 1.1667;
    margin-block-start: 3rem;
  }
  .monthly__section--fridge .monthly__image {
    margin-block-start: 3rem;
  }
}
.monthly__section--fridge .fridge__header {
  position: relative;
  z-index: 3;
  text-align: center;
}
.monthly__section--fridge .fridge__header .monthly__text {
  margin-inline: auto;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--fridge .fridge__header .monthly__text {
    max-width: clamp(30rem, 64.5161290323vw, 60rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--fridge .fridge__header .monthly__text {
    max-width: 60rem;
  }
}
.monthly__section--fridge .fridge__header .monthly__image {
  position: relative;
  padding-inline-end: 2rem;
}
.monthly__section--fridge .fridge__header .monthly__image[data-animate] {
  opacity: 0;
  transform: none;
  will-change: opacity;
  transition: opacity 0.8s ease-out;
}
.monthly__section--fridge .fridge__header .monthly__image[data-animate].is-animated {
  opacity: 1;
  transform: none;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--fridge .fridge__header .monthly__image {
    max-width: clamp(100%, 100vw, 120rem);
    margin-inline: auto;
    padding-inline-end: clamp(2rem, 12.5vw, 15rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--fridge .fridge__header .monthly__image {
    max-width: 120rem;
    margin-inline: auto;
    padding-inline-end: 15rem;
  }
}
.monthly__section--fridge .fridge__body .monthly__image {
  width: calc(100% + var(--container-padding) * 2);
  margin-inline: calc(var(--container-padding) * -1);
  padding-inline-start: 2rem;
}
.monthly__section--fridge .fridge__body .monthly__image[data-animate] {
  opacity: 0;
  transform: none;
  will-change: opacity;
  transition: opacity 0.8s ease-out;
}
.monthly__section--fridge .fridge__body .monthly__image[data-animate].is-animated {
  opacity: 1;
  transform: none;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--fridge .fridge__body .fridge__grid .monthly__image {
    padding-inline-start: clamp(2rem, 4.3010752688vw, 4rem);
  }
}
@media (min-width: 64rem) {
  .monthly__section--fridge .fridge__body .fridge__grid {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-block-start: 3rem;
  }
  .monthly__section--fridge .fridge__body .fridge__grid .monthly__text {
    margin-block-start: 0;
  }
  .monthly__section--fridge .fridge__body .fridge__grid .monthly__image {
    width: 100%;
    margin-inline: 0;
    padding-inline-start: 0;
    margin-block-start: 0;
    flex: 0 0 43.5rem;
  }
}
.monthly__section--fridge .fridge__thunder {
  --monthly-thunder-clip-path: url(#fridge-thunder-clip);
  --monthly-thunder-fill-end: 28%;
  --monthly-thunder-reveal-offset-x: 16%;
  --monthly-thunder-reveal-offset-y: -24%;
  position: absolute;
  top: -7.6875rem;
  inset-inline: 0;
  width: 9.375rem;
  margin-inline: auto;
  z-index: 1;
  aspect-ratio: 300/476;
}
.monthly__section--fridge .fridge__thunder[data-animate] {
  transform-origin: 50% 0%;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--fridge .fridge__thunder {
    top: -15.9947984395vw;
    width: clamp(9.375rem, 20.1612903226vw, 18.75rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--fridge .fridge__thunder {
    top: -15.4375rem;
    width: 18.75rem;
  }
}
.monthly__section--fridge .fridge__thunder-base {
  background: linear-gradient(180deg, rgba(90, 165, 97, 0) 0%, #5aa561 50%, #0b0b0b 100%);
}
.monthly__section--fridge .fridge__bg {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.monthly__section--fridge .fridge__bg .fridge__pattern {
  top: -2.625rem;
  left: 0;
  height: 43.8888888889vw;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--fridge .fridge__bg .fridge__pattern {
    top: -5.4616384915vw;
    left: 50%;
    transform: translateX(-50%);
    height: 39.6618985696vw;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--fridge .fridge__bg .fridge__pattern {
    top: -8.4375rem;
    left: 50%;
    transform: translateX(-50%);
    height: 19.0625rem;
  }
}
.monthly__section--fridge .fridge__disclaimer {
  margin-block-start: 1.25rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--fridge .fridge__disclaimer {
    margin-block-start: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .monthly__section--fridge .fridge__header .monthly__image[data-animate],
  .monthly__section--fridge .fridge__body .monthly__image[data-animate] {
    opacity: 1;
    transform: none;
    will-change: auto;
    transition: none;
  }
}

/* dryer */
.monthly__section--dryer {
  position: relative;
  padding-block-start: 27.7777777778vw;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--dryer {
    padding-block-start: clamp(6.25rem, 8.064516129vw, 7.5rem);
  }
}
.monthly__section--dryer .monthly__container {
  position: relative;
  z-index: 3;
}
.monthly__section--dryer .monthly__image img {
  width: 100%;
  height: auto;
}
.monthly__section--dryer .dryer__thunder {
  --monthly-thunder-clip-path: url(#dryer-thunder-clip);
  --monthly-thunder-fill-end: 40%;
  position: absolute;
  top: -36.1111111111vw;
  right: 0;
  z-index: 1;
  width: 49.1666666667vw;
  max-width: 13.75rem;
  aspect-ratio: 577/916;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--dryer .dryer__thunder {
    --monthly-thunder-fill-end: 40%;
    top: clamp(-2.75rem, -4.8387096774vw, -4.5rem);
    right: clamp(-1.25rem, -0.8064516129vw, 1.5rem);
    width: clamp(16.25rem, 30.0520833333vw, 36.0625rem);
    max-width: none;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--dryer .dryer__thunder {
    --monthly-thunder-fill-end: 40%;
    top: -4.5rem;
    right: -5.4375rem;
    width: 36.0625rem;
    max-width: initial;
  }
}
.monthly__section--dryer .dryer__thunder-base {
  background: linear-gradient(180deg, rgba(90, 165, 97, 0) 0%, #5aa561 50%, #0b0b0b 100%);
}
.monthly__section--dryer .dryer__pattern {
  top: -8.3333333333vw;
  left: 0;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--dryer .dryer__pattern {
    top: clamp(-8.3333333333vw, 1.2096774194vw, 1.125rem);
    left: auto;
    right: clamp(0px, -2.1505376344vw, -2rem);
    height: clamp(13.125rem, 32.2580645161vw, 30rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--dryer .dryer__pattern {
    top: 1.125rem;
    left: initial;
    right: -2rem;
    height: 28.125rem;
  }
}
.monthly__section--dryer .dryer__header {
  position: relative;
  z-index: 1;
}
.monthly__section--dryer .dryer__header .dryer__title {
  padding-inline: 0.9375rem 1.875rem;
}
.monthly__section--dryer .dryer__header .dryer__header-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-block-start: 1.25rem;
}
.monthly__section--dryer .dryer__header .dryer__header-content .monthly__image[data-animate] {
  opacity: 0;
  transform: none;
  will-change: opacity;
  transition: opacity 0.55s ease-out;
}
.monthly__section--dryer .dryer__header .dryer__header-content .monthly__image[data-animate].is-animated {
  opacity: 1;
  transform: none;
}
.monthly__section--dryer .dryer__header .dryer__header-content .monthly__image {
  padding-inline-start: 13.8888888889vw;
}
.monthly__section--dryer .dryer__header .dryer__header-content .monthly__text {
  font-size: 1rem;
  line-height: 1.25;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--dryer .dryer__header {
    padding-inline-start: clamp(2.5rem, 6.7204301075vw, 6.25rem);
  }
  .monthly__section--dryer .dryer__header .dryer__title {
    padding-inline: 0;
  }
  .monthly__section--dryer .dryer__header .dryer__header-content {
    flex-direction: row;
    align-items: flex-end;
    gap: clamp(1.25rem, 2.688172043vw, 2.5rem);
    margin-block-start: clamp(1.25rem, 5.376344086vw, 5rem);
  }
  .monthly__section--dryer .dryer__header .dryer__header-content .monthly__image {
    flex: 0 0 clamp(17.5rem, 43.6827956989vw, 40.625rem);
    padding-inline-start: 0;
  }
  .monthly__section--dryer .dryer__header .dryer__header-content .monthly__text {
    margin-block-end: clamp(1.25rem, 1.6129032258vw, 1.5rem);
    font-size: clamp(1rem, 1.6129032258vw, 1.5rem);
    line-height: clamp(1.25rem, 1.8817204301vw, 1.75rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--dryer .dryer__header {
    padding-inline-start: 6.25rem;
  }
  .monthly__section--dryer .dryer__header .dryer__title {
    padding-inline: 0;
  }
  .monthly__section--dryer .dryer__header .dryer__header-content {
    flex-direction: row;
    align-items: flex-end;
    gap: 2.5rem;
    margin-block-start: 5rem;
  }
  .monthly__section--dryer .dryer__header .dryer__header-content .monthly__image {
    flex: 0 0 40.625rem;
    padding-inline-start: 0;
  }
  .monthly__section--dryer .dryer__header .dryer__header-content .monthly__text {
    margin-block-end: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.1667;
  }
}
.monthly__section--dryer .dryer__body {
  position: relative;
  z-index: 3;
  margin-block-start: 1.25rem;
}
.monthly__section--dryer .dryer__body .dryer__content--1 .monthly__image[data-animate] {
  opacity: 0;
  transform: translate(2%, -1%);
  will-change: transform opacity;
  transition: opacity 0.55s ease-out, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s;
}
.monthly__section--dryer .dryer__body .dryer__content--1 .monthly__image[data-animate].is-animated {
  opacity: 1;
  transform: translate(0, 0);
  will-change: auto;
}
.monthly__section--dryer .dryer__body .dryer__content--2 .monthly__image[data-animate] {
  opacity: 0;
  transform: translate(-2%, 1%);
  will-change: transform opacity;
  transition: opacity 0.55s ease-out, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.25s;
}
.monthly__section--dryer .dryer__body .dryer__content--2 .monthly__image[data-animate].is-animated {
  opacity: 1;
  transform: translate(0, 0);
  will-change: auto;
}
.monthly__section--dryer .dryer__body .dryer__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.monthly__section--dryer .dryer__body .dryer__content .monthly__text {
  font-size: 1rem;
  line-height: 1.25;
}
.monthly__section--dryer .dryer__body .dryer__content .monthly__image {
  width: calc(100% + var(--container-padding) * 2);
  margin-inline: calc(var(--container-padding) * -1);
  position: relative;
}
.monthly__section--dryer .dryer__body .dryer__content--1 .monthly__image {
  padding-inline-start: 22.2222222222vw;
}
.monthly__section--dryer .dryer__body .dryer__content--2 {
  margin-block-start: -34.7222222222vw;
}
.monthly__section--dryer .dryer__body .dryer__content--2 .monthly__image {
  padding-inline-end: 22.2222222222vw;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--dryer .dryer__body {
    margin-block-start: clamp(1.25rem, 4.0322580645vw, 3.75rem);
  }
  .monthly__section--dryer .dryer__body .dryer__content {
    gap: clamp(1.25rem, 2.688172043vw, 2.5rem);
  }
  .monthly__section--dryer .dryer__body .dryer__content .monthly__text {
    font-size: clamp(1rem, 1.6129032258vw, 1.5rem);
    line-height: clamp(1.25rem, 1.8817204301vw, 1.75rem);
  }
  .monthly__section--dryer .dryer__body .dryer__content .monthly__image {
    width: 100%;
    margin-inline: 0;
  }
  .monthly__section--dryer .dryer__body .dryer__content--1 .monthly__text {
    max-width: clamp(17.5rem, 53.125vw, 63.75rem);
  }
  .monthly__section--dryer .dryer__body .dryer__content--1 .monthly__image {
    padding-inline-start: clamp(6rem, 26.0416666667vw, 31.25rem);
    padding-inline-end: clamp(2rem, 5.2083333333vw, 6.25rem);
  }
  .monthly__section--dryer .dryer__body .dryer__content--2 {
    margin-block-start: -41.6666666667vw;
  }
  .monthly__section--dryer .dryer__body .dryer__content--2 .monthly__text {
    max-width: clamp(17.5rem, 58.3333333333vw, 70rem);
    margin-inline-start: auto;
  }
  .monthly__section--dryer .dryer__body .dryer__content--2 .monthly__image {
    padding-inline-end: clamp(6rem, 31.7708333333vw, 38.125rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--dryer .dryer__body {
    margin-block-start: 3.75rem;
  }
  .monthly__section--dryer .dryer__body .dryer__content {
    gap: 0;
  }
  .monthly__section--dryer .dryer__body .dryer__content .monthly__text {
    font-size: 1.5rem;
    line-height: 1.1667;
  }
  .monthly__section--dryer .dryer__body .dryer__content .monthly__image {
    width: 100%;
    margin-inline: 0;
  }
  .monthly__section--dryer .dryer__body .dryer__content--1 .monthly__text {
    margin-inline-end: 56.25rem;
    margin-block-end: -1.25rem;
  }
  .monthly__section--dryer .dryer__body .dryer__content--1 .monthly__image {
    padding-inline: 27.8125rem 5rem;
  }
  .monthly__section--dryer .dryer__body .dryer__content--2 {
    margin-block-start: -43.75rem;
  }
  .monthly__section--dryer .dryer__body .dryer__content--2 .monthly__text {
    margin-inline-start: 50rem;
    margin-block-start: -1.25rem;
  }
  .monthly__section--dryer .dryer__body .dryer__content--2 .monthly__image {
    padding-inline-end: 33.75rem;
  }
}
.monthly__section--dryer .dryer__bg {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.monthly__section--dryer .dryer__bg-item {
  position: absolute;
}
.monthly__section--dryer .dryer__bg-item--1 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: #409156;
  --monthly-glow-edge: rgba(37, 74, 55, 0);
  top: -9.5rem;
  right: -32.75rem;
  width: 60.5rem;
}
@media all and (min-width: 93rem) {
  .monthly__section--dryer .dryer__bg-item--1 {
    top: -12.4375rem;
    right: initial;
    left: calc(50% - 960 / 16 * 1rem + 118 / 16 * 1rem);
    width: 105.75rem;
    height: 108.0625rem;
    aspect-ratio: auto;
  }
}
.monthly__section--dryer .dryer__bg-item--2 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: #fff27f;
  --monthly-glow-edge: rgba(255, 164, 92, 0);
  top: 13.4375rem;
  right: -3.9375rem;
  width: 10.4375rem;
  filter: blur(3.125rem);
}
@media all and (min-width: 93rem) {
  .monthly__section--dryer .dryer__bg-item--2 {
    display: none;
  }
}
.monthly__section--dryer .dryer__bg-item--3 {
  --monthly-glow-size: 90%;
  --monthly-glow-center: #5a4b30;
  --monthly-glow-edge: rgba(255, 164, 92, 0);
  top: 37.6875rem;
  left: -11rem;
  width: 35rem;
  filter: blur(3.125rem);
}
@media all and (min-width: 93rem) {
  .monthly__section--dryer .dryer__bg-item--3 {
    top: 43.5625rem;
    left: initial;
    right: calc(50% - 960 / 16 * 1rem - 296 / 16 * 1rem);
    width: 79.875rem;
    height: 76.8125rem;
    aspect-ratio: auto;
    filter: blur(6.25rem);
  }
}
.monthly__section--dryer .dryer__disclaimer {
  margin-block-start: 1.25rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--dryer .dryer__disclaimer {
    margin-block-start: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .monthly__section--dryer .dryer__header .monthly__image[data-animate],
  .monthly__section--dryer .dryer__body .monthly__image[data-animate] {
    opacity: 1;
    transform: none;
    will-change: auto;
    transition: none;
  }
}

/* intro */
.monthly__section--intro {
  --intro-profile-w: 26.6666666667vw;
  --intro-body-image-w: 100%;
  --intro-body-aside: 0px;
  --intro-body-min-h: auto;
  position: relative;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro {
    --intro-profile-w: clamp(12rem, 19.3548387097vw, 18rem);
    --intro-body-image-w: clamp(25rem, 40.3225806452vw, 37.5rem);
    --intro-body-aside: clamp(22.5rem, 34.9462365591vw, 32.5rem);
    --intro-body-min-h: clamp(25rem, 40.3225806452vw, 37.5rem);
  }
}
.monthly__section--intro .monthly__container {
  position: relative;
  z-index: 3;
}
.monthly__section--intro .monthly__image img {
  width: 100%;
  height: auto;
}
.monthly__section--intro [data-animate] {
  opacity: 0;
  transform: translateY(10%);
  will-change: transform opacity;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.monthly__section--intro [data-animate].is-animated {
  opacity: 1;
  transform: translateY(0);
}
.monthly__section--intro .intro__profile.is-animated {
  transition-delay: 0s;
}
.monthly__section--intro .intro__header .intro__name.is-animated {
  transition-delay: 0.2s;
}
.monthly__section--intro .intro__header .intro__desc.is-animated {
  transition-delay: 0.4s;
}
.monthly__section--intro .intro__body .intro__desc.is-animated {
  transition-delay: 0.6s;
}
.monthly__section--intro .intro__bubble.is-animated {
  transition-delay: 0.8s;
}
.monthly__section--intro .intro__image .monthly__image.is-animated {
  transition-delay: 1s;
}
.monthly__section--intro .intro__bubble[data-animate] {
  transform: translateY(-10%);
}
.monthly__section--intro .intro__bubble[data-animate].is-animated {
  transform: translateY(0);
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro .intro__bubble[data-animate] {
    transform: translateY(10%);
  }
  .monthly__section--intro .intro__bubble[data-animate].is-animated {
    transform: translateY(0);
  }
}
.monthly__section--intro .intro__image .monthly__image[data-animate] {
  opacity: 0;
  transform: none;
  will-change: opacity;
  transition: opacity 0.6s ease-out;
}
.monthly__section--intro .intro__image .monthly__image[data-animate].is-animated {
  opacity: 1;
  transform: none;
}
.monthly__section--intro .intro__desc {
  padding: 1rem;
  border-radius: 0.375rem;
  border-top-left-radius: 0;
}
.monthly__section--intro .intro__desc .monthly__text {
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 600;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro .intro__desc {
    padding: clamp(1.5rem, 2.1505376344vw, 2rem);
    border-radius: clamp(0.5625rem, 0.8064516129vw, 0.75rem);
    border-top-left-radius: 0;
  }
  .monthly__section--intro .intro__desc .monthly__text {
    font-size: clamp(1rem, 1.8817204301vw, 1.75rem);
    line-height: clamp(1.375rem, 2.4193548387vw, 2.25rem);
  }
}
.monthly__section--intro .intro__header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem 0.75rem;
  align-items: center;
  padding-block-start: 1.25rem;
}
.monthly__section--intro .intro__header .intro__profile {
  grid-column: 1;
  grid-row: 1;
  width: var(--intro-profile-w);
}
.monthly__section--intro .intro__header .intro__profile .monthly__image {
  width: 100%;
}
.monthly__section--intro .intro__header .intro__name {
  grid-column: 2;
  grid-row: 1;
}
.monthly__section--intro .intro__header .intro__name .monthly__title {
  font-size: 1.1875rem;
  line-height: normal;
}
.monthly__section--intro .intro__header .intro__desc {
  grid-column: 1/-1;
  grid-row: 2;
  background: linear-gradient(284deg, rgba(241, 230, 203, 0.2) 57.74%, rgba(0, 0, 0, 0.1) 70.91%);
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro .intro__header {
    align-items: start;
    gap: clamp(1.125rem, 1.6129032258vw, 1.5rem) clamp(1.5rem, 2.688172043vw, 2.5rem);
    padding-block-start: clamp(5rem, 8.064516129vw, 7.5rem);
    padding-inline-end: clamp(0px, 5.376344086vw, 5rem);
  }
  .monthly__section--intro .intro__header .intro__profile {
    grid-row: 1/3;
    align-self: center;
    width: var(--intro-profile-w);
  }
  .monthly__section--intro .intro__header .intro__name {
    align-self: end;
  }
  .monthly__section--intro .intro__header .intro__name .monthly__title {
    font-size: clamp(1.5rem, 2.5537634409vw, 2.375rem);
    line-height: normal;
  }
  .monthly__section--intro .intro__header .intro__desc {
    grid-column: 2;
    grid-row: 2;
    background: linear-gradient(284deg, rgba(241, 230, 203, 0.2) 24.85%, rgba(0, 0, 0, 0.06) 72.82%);
  }
}
.monthly__section--intro .intro__body {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-block-start: 0.625rem;
}
.monthly__section--intro .intro__body .intro__desc {
  background: linear-gradient(298deg, rgba(241, 230, 203, 0.2) 44.1%, rgba(0, 0, 0, 0.06) 100%);
}
.monthly__section--intro .intro__body .intro__image {
  position: relative;
  z-index: 2;
  width: calc(100% + var(--container-padding) * 2);
  margin-inline: calc(var(--container-padding) * -1);
}
.monthly__section--intro .intro__body .intro__image .monthly__image {
  width: var(--intro-body-image-w);
  padding-inline-end: 20.8333333333vw;
}
.monthly__section--intro .intro__body .intro__bubble {
  position: relative;
  z-index: 1;
  max-width: 15.625rem;
  margin-inline-start: auto;
  margin-block-end: -1.25rem;
}
.monthly__section--intro .intro__body .intro__bubble::after {
  content: "";
  display: block;
  width: 1.03125rem;
  height: 0.625rem;
  margin-block-start: -0.0625rem;
  aspect-ratio: 33/20;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='20' viewBox='0 0 33 20' fill='none'%3E%3Cpath d='M0 20C0 20 9 16 11.1279 0H33C33 0 24.5581 20 0 20Z' fill='%2319613D'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.monthly__section--intro .intro__body .intro__bubble .monthly__text {
  padding: 1rem;
  border-radius: 0.375rem;
  background-color: #19613d;
  font-size: 1rem;
  line-height: 1.5;
}
.monthly__section--intro .intro__body .intro__disclaimer {
  margin-block-start: 1.25rem;
  padding-inline-start: 1rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro .intro__body .intro__disclaimer {
    margin-block-start: clamp(1.25rem, 1.6129032258vw, 1.5rem);
    padding-inline-start: 0;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--intro .intro__body .intro__disclaimer {
    margin-block-start: 1.5rem;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro .intro__body {
    gap: clamp(0px, 2.688172043vw, 2.5rem);
    padding-inline-end: var(--intro-body-aside);
    position: relative;
    min-height: var(--intro-body-min-h);
    margin-block-start: clamp(1rem, 2.688172043vw, 2.5rem);
    padding-block-end: 0;
  }
  .monthly__section--intro .intro__body .intro__desc {
    margin-inline-end: clamp(5rem, 10.752688172vw, 10rem);
    background: linear-gradient(300deg, rgba(241, 230, 203, 0.2) 47.68%, rgba(0, 0, 0, 0.04) 108.12%);
  }
  .monthly__section--intro .intro__body .intro__image {
    position: static;
    width: 100%;
    margin-inline: 0;
  }
  .monthly__section--intro .intro__body .intro__image .monthly__image {
    flex: 0 0 var(--intro-body-image-w);
    width: var(--intro-body-image-w);
    max-width: 37.5rem;
    padding-inline-end: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .monthly__section--intro .intro__body .intro__bubble {
    width: clamp(17.5rem, 34.9462365591vw, 32.5rem);
    max-width: 32.5rem;
    margin-block-end: 0;
  }
  .monthly__section--intro .intro__body .intro__bubble::before {
    content: "";
    display: block;
    width: 2.0625rem;
    height: 1.25rem;
    margin-inline-start: auto;
    margin-block-end: -0.0625rem;
    aspect-ratio: 33/20;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='20' viewBox='0 0 33 20' fill='none'%3E%3Cpath d='M33 0C33 0 24 4 21.8721 20H0C0 20 8.44186 0 33 0Z' fill='%2319613D'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .monthly__section--intro .intro__body .intro__bubble::after {
    display: none;
  }
  .monthly__section--intro .intro__body .intro__bubble .monthly__text {
    padding: clamp(1rem, 1.6129032258vw, 1.5rem);
    border-radius: clamp(0.5625rem, 0.8064516129vw, 0.75rem);
    font-size: clamp(1rem, 1.8817204301vw, 1.75rem);
    line-height: clamp(1.5rem, 2.4193548387vw, 2.25rem);
  }
}
.monthly__section--intro .intro__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.monthly__section--intro .intro__bg-item {
  position: absolute;
}
.monthly__section--intro .intro__bg-item--1 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: #fff27f;
  --monthly-glow-edge: rgba(255, 164, 92, 0);
  top: -5rem;
  left: -13.375rem;
  width: 23.25rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro .intro__bg-item--1 {
    top: clamp(-5rem, -8.2291666667vw, -9.875rem);
    left: calc(50% - 960 / 16 * 1rem - 62 / 16 * 1rem);
    width: clamp(23.25rem, 38.6979166667vw, 46.4375rem);
    filter: blur(clamp(0px, 5.2083333333vw, 6.25rem));
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--intro .intro__bg-item--1 {
    top: -9.875rem;
    left: calc(50% - 960 / 16 * 1rem - 62 / 16 * 1rem);
    width: 46.4375rem;
    filter: blur(6.25rem);
  }
}
.monthly__section--intro .intro__bg-item--2 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: #409156;
  --monthly-glow-edge: rgba(37, 74, 55, 0);
  top: -19.0625rem;
  left: -20.8125rem;
  width: 52.3125rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro .intro__bg-item--2 {
    top: clamp(-19.0625rem, -31.71875vw, -38.0625rem);
    left: calc(50% - 960 / 16 * 1rem - 300 / 16 * 1rem);
    width: clamp(52.3125rem, 87.1875vw, 104.625rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--intro .intro__bg-item--2 {
    top: -38.0625rem;
    left: calc(50% - 960 / 16 * 1rem - 300 / 16 * 1rem);
    width: 104.625rem;
  }
}
.monthly__section--intro .intro__bg-item--3 {
  --monthly-glow-size: 50%;
  --monthly-glow-center: rgba(255, 119, 0, 0.6);
  --monthly-glow-edge: rgba(37, 74, 55, 0);
  top: -18.3125rem;
  left: -19.5625rem;
  width: 34.9375rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro .intro__bg-item--3 {
    top: clamp(-18.3125rem, -30.46875vw, -36.5625rem);
    left: calc(50% - 960 / 16 * 1rem - 250 / 16 * 1rem);
    width: clamp(34.9375rem, 58.2291666667vw, 69.875rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--intro .intro__bg-item--3 {
    top: -36.5625rem;
    left: calc(50% - 960 / 16 * 1rem - 250 / 16 * 1rem);
    width: 69.875rem;
  }
}
.monthly__section--intro .intro__thunder {
  position: absolute;
  top: -7.6875rem;
  left: 0;
  width: 120.2777777778vw;
  height: 190.8333333333vw;
  overflow: hidden;
  pointer-events: none;
}
.monthly__section--intro .intro__thunder svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro .intro__thunder {
    top: clamp(-7.6875rem, -11.71875vw, -14.0625rem);
    left: calc(50% - 960 / 16 * 1rem + 423.8 / 16 * 1rem);
    width: clamp(27.0625rem, 45.1041666667vw, 54.125rem);
    height: clamp(42.9375rem, 71.6145833333vw, 85.9375rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--intro .intro__thunder {
    top: -14.0625rem;
    left: calc(50% - 960 / 16 * 1rem + 603.8 / 16 * 1rem);
    width: 54.125rem;
    height: 85.9375rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .monthly__section--intro [data-animate] {
    opacity: 1;
    transform: none;
    will-change: auto;
    transition: none;
  }
}

/* keyvisual */
@property --keyvisual-edge-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes keyvisual-edge-spin {
  to {
    --keyvisual-edge-angle: 360deg;
  }
}
@keyframes keyvisual-glint-glow {
  0% {
    opacity: 0.7;
    transform: translateX(-5%) scale(0.8, 0.5);
    filter: brightness(1);
  }
  100% {
    opacity: 1;
    transform: translateX(5%) scale(2, 0.5);
    filter: brightness(2);
  }
}
@keyframes keyvisual-product-in {
  from {
    opacity: 0;
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes keyvisual-product-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes keyvisual-product-rise {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes keyvisual-edge-pulse {
  0%, 100% {
    opacity: 0.85;
  }
  50% {
    opacity: 1;
  }
}
.monthly__section--keyvisual {
  --color-eyebrow: #fff;
  --color-headline: #fff;
  --color-text: #fff;
  --section-bg-color: #000;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.monthly__section--keyvisual .monthly__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--keyvisual .monthly__container {
    height: auto;
  }
}
.monthly__section--keyvisual .keyvisual__clip-defs {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}
.monthly__section--keyvisual .keyvisual__bg {
  pointer-events: none;
  margin-inline: auto;
}
.monthly__section--keyvisual .keyvisual__bg img {
  width: 100%;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--keyvisual .keyvisual__bg {
    height: auto;
    max-height: 67.5rem;
    max-width: 120rem;
    aspect-ratio: 1920/1080;
  }
  .monthly__section--keyvisual .keyvisual__bg img {
    width: auto;
    max-width: initial;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--keyvisual .keyvisual__bg {
    min-height: 60rem;
  }
}
.monthly__section--keyvisual .keyvisual__body {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--keyvisual .keyvisual__body {
    display: flex;
    align-items: flex-end;
  }
}
.monthly__section--keyvisual .keyvisual__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
  padding-block-start: 1.875rem;
  padding-inline: 0.875rem;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--keyvisual .keyvisual__content {
    align-items: flex-start;
    gap: 0.5rem;
    padding-block-start: 0;
    padding-inline: 0;
    text-align: left;
  }
}
@media (min-width: 80rem) {
  .monthly__section--keyvisual .keyvisual__content {
    max-width: 38.0208333333vw;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--keyvisual .keyvisual__content {
    max-width: 45.625rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--keyvisual .keyvisual__content .monthly__title {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 700;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--keyvisual .keyvisual__content .monthly__text {
    margin-block-start: 1rem;
    font-size: 1.5rem;
    line-height: 1.1667;
  }
}
.monthly__section--keyvisual .keyvisual__content [data-animate] {
  opacity: 0;
  transform: translateY(10%);
  will-change: transform opacity;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.monthly__section--keyvisual .keyvisual__content [data-animate].is-animated {
  opacity: 1;
  transform: translateY(0);
}
.monthly__section--keyvisual .keyvisual__content .monthly__eyebrow.is-animated {
  transition-delay: 0s;
}
.monthly__section--keyvisual .keyvisual__content .monthly__title.is-animated {
  transition-delay: 0.5s;
}
.monthly__section--keyvisual .keyvisual__content .monthly__text.is-animated {
  transition-delay: 1s;
}
.monthly__section--keyvisual .keyvisual__products {
  --keyvisual-product-h: 29.7368421053vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block-start: 2.8125rem;
  padding-inline: 2.28125rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--keyvisual .keyvisual__products {
    --keyvisual-product-h: 13.9391447368vw;
    justify-content: flex-start;
    padding-block-start: 5.859375vw;
    padding-inline: 0;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--keyvisual .keyvisual__products {
    --keyvisual-product-h: 19.3125rem;
    padding-block-start: 8rem;
  }
}
.monthly__section--keyvisual .keyvisual__product {
  position: relative;
  flex-shrink: 0;
  height: var(--keyvisual-product-h);
  opacity: 0;
  animation: keyvisual-product-in 0.6s ease-out forwards;
  will-change: transform, opacity;
}
.monthly__section--keyvisual .keyvisual__product .monthly__image {
  opacity: 0;
  animation: keyvisual-product-fade-in 0.6s ease-out forwards;
  will-change: opacity;
}
.monthly__section--keyvisual .keyvisual__product--1 {
  animation-delay: 0s;
  width: calc(var(--keyvisual-product-h) * 320 / 226);
  border-radius: 21.6666666667vw;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(0.125rem);
  overflow: hidden;
  isolation: isolate;
}
@media all and (min-width: 93rem) {
  .monthly__section--keyvisual .keyvisual__product--1 {
    width: 27.4375rem;
  }
}
.monthly__section--keyvisual .keyvisual__product--1::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  backface-visibility: hidden;
  box-shadow: inset 0 0 0 0.03125rem rgba(255, 255, 255, 0.45), inset 0 0.046875rem 0.046875rem rgba(255, 255, 255, 0.28), inset 0 0 0.375rem rgba(255, 255, 255, 0.08);
}
.monthly__section--keyvisual .keyvisual__product--1::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 0.090625rem;
  pointer-events: none;
  backface-visibility: hidden;
  background: conic-gradient(from var(--keyvisual-edge-angle), rgba(255, 223, 79, 0) 0deg, rgba(255, 240, 170, 0.16) 7deg, rgba(255, 201, 90, 0.52) 17deg, rgba(255, 229, 102, 0.78) 26deg, rgba(255, 201, 90, 0.52) 35deg, rgba(255, 240, 170, 0.16) 45deg, rgba(255, 223, 79, 0) 55deg, rgba(255, 255, 255, 0) 63deg, rgba(255, 255, 255, 0.08) 73deg, rgba(255, 255, 255, 0.28) 84deg, rgba(255, 255, 255, 0.76) 96deg, white 106deg, rgba(255, 255, 255, 0.76) 116deg, rgba(255, 255, 255, 0.28) 127deg, rgba(255, 255, 255, 0.08) 137deg, rgba(255, 255, 255, 0) 147deg, rgba(255, 223, 79, 0) 360deg);
  mix-blend-mode: screen;
  filter: brightness(1.15) contrast(1.14);
  animation: keyvisual-edge-spin 5s linear infinite;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.monthly__section--keyvisual .keyvisual__product--1 .keyvisual__edge--right {
  top: -0.375rem;
  right: 0;
  height: 0.75rem;
}
.monthly__section--keyvisual .keyvisual__product--1 .keyvisual__edge--left {
  left: 0;
  bottom: -0.0625rem;
  height: 0.25rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--keyvisual .keyvisual__product--1 .keyvisual__edge--right {
    top: -0.5rem;
    height: 1rem;
  }
  .monthly__section--keyvisual .keyvisual__product--1 .keyvisual__edge--left {
    height: 0.3125rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--keyvisual .keyvisual__product--1 .keyvisual__edge--right {
    top: -0.75rem;
    height: 1.5rem;
  }
  .monthly__section--keyvisual .keyvisual__product--1 .keyvisual__edge--left {
    height: 0.375rem;
  }
}
.monthly__section--keyvisual .keyvisual__product--1 .monthly__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 100%;
  padding-inline: 5vw;
  opacity: 0;
  will-change: opacity;
  animation-delay: 0.4s;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--keyvisual .keyvisual__product--1 .monthly__image {
    padding-inline: 1.1875rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--keyvisual .keyvisual__product--1 .monthly__image {
    padding-inline: 3.125rem;
  }
}
.monthly__section--keyvisual .keyvisual__product--2 {
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: url(#keyvisual-blob-clip);
  background-color: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(0.125rem);
  isolation: isolate;
}
.monthly__section--keyvisual .keyvisual__product--2 .monthly__image {
  display: flex;
  align-items: center;
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  will-change: opacity;
  animation-delay: 0.9s;
}
.monthly__section--keyvisual .keyvisual__product-stack--2 {
  position: relative;
  flex-shrink: 0;
  width: calc(var(--keyvisual-product-h) * 190 / 226);
  flex: 0 0 calc(var(--keyvisual-product-h) * 190 / 226);
  height: var(--keyvisual-product-h);
  animation: keyvisual-product-rise 0.6s ease-out forwards;
  animation-delay: 0.5s;
  will-change: transform;
}
@media all and (min-width: 93rem) {
  .monthly__section--keyvisual .keyvisual__product-stack--2 {
    width: 16.25rem;
    flex: 0 0 16.25rem;
  }
}
.monthly__section--keyvisual .keyvisual__product-stack--2 .keyvisual__product--2 {
  opacity: 0;
  animation: keyvisual-product-fade-in 0.6s ease-out forwards;
  animation-delay: 0.5s;
  transform: none;
  will-change: opacity;
}
.monthly__section--keyvisual .keyvisual__product-stack--2 .keyvisual__object {
  z-index: 2;
  opacity: 0;
  animation: keyvisual-product-fade-in 0.6s ease-out forwards;
  animation-delay: 0.5s;
  will-change: opacity;
}
.monthly__section--keyvisual .keyvisual__product-stack--2 .keyvisual__edge--right {
  width: 52%;
  top: calc(var(--keyvisual-product-h) * 8 / 309);
  right: calc(var(--keyvisual-product-h) * 190 / 226 * 57 / 260);
  height: calc(var(--keyvisual-product-h) * 20 / 309);
  transform: rotate(12deg);
  transform-origin: right top;
  opacity: 0;
  filter: blur(0.0625rem);
  animation: keyvisual-product-fade-in 0.6s ease-out forwards;
  animation-delay: 0.5s;
  will-change: opacity;
}
.monthly__section--keyvisual .keyvisual__product-stack--2 .keyvisual__edge {
  z-index: 3;
}
.monthly__section--keyvisual .keyvisual__object {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
}
.monthly__section--keyvisual .keyvisual__object svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.monthly__section--keyvisual .keyvisual__edge {
  position: absolute;
  z-index: 3;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  pointer-events: none;
  backface-visibility: hidden;
  animation: keyvisual-edge-pulse 2.8s ease-in-out infinite both;
  will-change: opacity;
}
.monthly__section--keyvisual .keyvisual__edge--right {
  background-image: url("/content/dam/channel/wcms/th/2026-monthly-lg/26-jul/feature/images/desktop/monthly-lg-2026-jul-th-01-common-edge-1.png");
  background-position: right center;
  filter: brightness(1.5) contrast(1.14);
}
.monthly__section--keyvisual .keyvisual__edge--left {
  width: 75%;
  background-image: url("/content/dam/channel/wcms/th/2026-monthly-lg/26-jul/feature/images/desktop/monthly-lg-2026-jul-th-01-common-edge-2.png");
  background-position: left center;
  animation-delay: 1.4s;
  filter: brightness(1.5) contrast(1.14);
}
.monthly__section--keyvisual .keyvisual__glint {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  right: 32%;
  width: 12%;
  height: 0.25rem;
  mix-blend-mode: plus-lighter;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--keyvisual .keyvisual__glint {
    width: 15%;
    height: 0.390625vw;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--keyvisual .keyvisual__glint {
    width: 18%;
    height: 0.375rem;
  }
}
.monthly__section--keyvisual .keyvisual__glint::before, .monthly__section--keyvisual .keyvisual__glint::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}
.monthly__section--keyvisual .keyvisual__glint::before {
  background: linear-gradient(90deg, rgba(255, 223, 79, 0) 0%, rgba(255, 240, 170, 0.38) 50%, rgba(255, 223, 79, 0) 100%);
  filter: blur(0.5625rem);
  transform: scaleY(0.4);
}
.monthly__section--keyvisual .keyvisual__glint::after {
  left: 8%;
  right: 38%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-16%) scale(0.92, 0.55);
  transform-origin: center center;
  will-change: transform, opacity;
  animation: keyvisual-glint-glow 4s ease-in-out infinite alternate;
}
.monthly__section--keyvisual .keyvisual__glint--right {
  top: 0;
  right: 30%;
  transform: translateY(-50%);
}
.monthly__section--keyvisual .keyvisual__glint--right::after {
  animation-delay: 0s;
}
.monthly__section--keyvisual .keyvisual__glint--left {
  bottom: 0;
  left: 30%;
  transform: translateY(50%);
}
.monthly__section--keyvisual .keyvisual__glint--left::after {
  animation-delay: 1.1s;
}
.monthly__section--keyvisual .keyvisual__glint--cross {
  top: 0.5%;
  left: 43%;
  transform: rotate(12.211deg);
  width: 31%;
  height: 0.4em;
  opacity: 1;
  filter: brightness(1.5) contrast(1.5) blur(0.0625rem);
}
.monthly__section--keyvisual .keyvisual__glint--cross::after {
  animation-delay: 0.55s;
  animation-duration: 2s;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--keyvisual .keyvisual__glint--cross {
    top: -0.4%;
  }
}
@media (min-width: 64rem) {
  .monthly__section--keyvisual .keyvisual__glint--cross {
    top: 0.5%;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--keyvisual .keyvisual__glint--cross {
    top: 1.4%;
    transform: rotate(14deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .monthly__section--keyvisual .keyvisual .keyvisual__content [data-animate],
  .monthly__section--keyvisual .keyvisual .keyvisual__product,
  .monthly__section--keyvisual .keyvisual .keyvisual__product .monthly__image,
  .monthly__section--keyvisual .keyvisual .keyvisual__product--2,
  .monthly__section--keyvisual .keyvisual .keyvisual__product-stack--2,
  .monthly__section--keyvisual .keyvisual .keyvisual__product-stack--2 .keyvisual__product--2,
  .monthly__section--keyvisual .keyvisual .keyvisual__product-stack--2 .keyvisual__object,
  .monthly__section--keyvisual .keyvisual .keyvisual__product-stack--2 .keyvisual__edge {
    animation: none;
    opacity: 1;
    transform: none;
    will-change: auto;
    transition: none;
  }
  .monthly__section--keyvisual .keyvisual .keyvisual__product-stack--2 .keyvisual__edge--right {
    transform: rotate(12deg);
  }
  .monthly__section--keyvisual .keyvisual .keyvisual__product--1::after,
  .monthly__section--keyvisual .keyvisual .keyvisual__product--1 .keyvisual__edge,
  .monthly__section--keyvisual .keyvisual .keyvisual__product-stack--2 .keyvisual__edge {
    animation: none;
    will-change: auto;
  }
  .monthly__section--keyvisual .keyvisual .keyvisual__product--1 .keyvisual__edge,
  .monthly__section--keyvisual .keyvisual .keyvisual__product-stack--2 .keyvisual__edge {
    opacity: 1;
  }
  .monthly__section--keyvisual .keyvisual .keyvisual__blob-edge-spin {
    display: none;
  }
  .monthly__section--keyvisual .keyvisual .keyvisual__glint::after {
    animation: none;
    will-change: auto;
    transform: scaleY(0.55);
  }
}
.monthly__section--keyvisual .keyvisual__blob-shadow {
  filter: drop-shadow(0 0.5rem 2rem rgba(31, 38, 135, 0.37));
}
.monthly__section--keyvisual .keyvisual__blob-inset {
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.9;
  pointer-events: none;
}
.monthly__section--keyvisual .keyvisual__blob-stroke {
  stroke-linecap: round;
  stroke-linejoin: round;
  mix-blend-mode: screen;
  pointer-events: none;
  filter: brightness(1.08) contrast(1.08);
}
.monthly__section--keyvisual .keyvisual__blob-stroke--glow {
  opacity: 0.32;
  filter: url(#keyvisual-blob-glow);
}
.monthly__section--keyvisual .keyvisual__disclaimer {
  --color-disclaimer: #fff;
  margin-block: auto 1.5rem;
  text-align: center;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--keyvisual .keyvisual__disclaimer {
    --color-disclaimer: #ccc;
    margin-block: clamp(0px, 6.1827956989vw, 5.75rem) clamp(1.5rem, 3.3602150538vw, 3.125rem);
    text-align: left;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--keyvisual .keyvisual__disclaimer {
    margin-block: 5.75rem 3.125rem;
  }
}