:root {
  --cp-white: #fff;
  --cp-blue: #0f5fcc;
  --cp-blue-dark: #083e8e;
  --cp-yellow: #ffe000;
  --cp-yellow-soft: #fff8be;
  --cp-navy: #12305f;
  --cp-text: #1d1d1d;
  --cp-font-accent: "IBM Plex Sans JP", sans-serif;
}

@media print, screen and (min-width: 741px) {
  .l-container {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
  }
}

#coolsculpting_cp .l-container {
    padding-top: 0;
}

@keyframes cp-cheer-wave {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  15% {
    transform: translateY(-4px) rotate(-7deg);
  }

  30% {
    transform: translateY(0) rotate(5deg);
  }

  45% {
    transform: translateY(-6px) rotate(-8deg);
  }

  60% {
    transform: translateY(-1px) rotate(6deg);
  }

  75% {
    transform: translateY(-4px) rotate(-4deg);
  }
}

.u-inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 421px) {
  .u-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.ibm-plex-sans-jp-regular {
  font-family: var(--cp-font-accent);
  font-weight: 500;
  font-style: normal;
}

.coolsculpting-cp {
  color: var(--cp-text);
  font-family: "Hiragino Sans", "Yu Gothic", "BIZ UDPGothic", sans-serif;
}

.cp-offer__name,
.cp-offer__regular,
.cp-offer__parts,
.cp-offer__discount,
.cp-offer__price,
.cp-offer__price span,
.cp-offer__unit-label,
.cp-offer__unit-price,
.cp-offer__unit-row small,
.cp-offer__save,
.cp-offer__notes,
.cp-case__main-title,
.cp-mechanism__title,
.cp-contrivance__title,
.cp-parts__eyebrow,
.cp-movie__title,
.cp-pattern__title,
.cp-mechanism__label,
.cp-mechanism__arrow,
.cp-contrivance__label,
.cp-contrivance__catch,
.cp-contrivance__message,
.cp-parts__title,
.cp-parts__ranking-title,
.cp-parts__ranking-no,
.cp-parts__ranking-name {
  font-family: var(--cp-font-accent);
}

.cp-page {
  overflow: hidden;
}

.cp-fv {
  background: #fff;
}

.cp-fv__image img {
  width: 100%;
}

.cp-offer {
  position: relative;
  padding: 0 0 26px;
  background: #fff;
}

.cp-offer::before,
.cp-offer::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  background: url(/osusume/coolsculpting_cp/img/bg_ice.webp) center top / 100% auto no-repeat;
}

.cp-offer::before {
  top: 0;
  height: 180px;
}

.cp-offer::after {
  bottom: 0;
  height: 180px;
  background-position: center bottom;
}

.cp-offer .cp-cta__link {
  position: relative;
  z-index: 2;
}

.cp-offer__inner {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.cp-offer__badge {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 30px 0 12px;
}

.cp-offer__badge-copy {
  width: min(100%, 690px);
  margin: 0 auto;
}

.cp-offer__badge-copy svg {
  display: block;
  width: 100%;
  height: auto;
}

.cp-offer__board {
  position: relative;
  z-index: 2;
  margin-top: -24px;
  padding: 20px 15px 10px;
  border-radius: 34px;
  background: linear-gradient(180deg, #c7c3f0 0, #c6c4ef 35%, #b4d8ff 100%);
  box-shadow: inset 0 8px 20px rgba(255, 255, 255, 0.22);
}

.cp-offer__board::before {
  content: "";
  position: absolute;
  top: -83px;
  right: 0;
  left: 0;
  height: 112px;
  background: rgba(206, 197, 244, 0.95);
  pointer-events: none;
  border-radius: 34px 34px 0 0;
}

.cp-offer__board::after {
  content: none;
}

.cp-offer__hero {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0;
  align-items: flex-start;
  margin: 0 auto;
  padding: 20px 100px 12px 20px;
  overflow: visible;
  border-radius: 32px 32px 0 0;
  background: #fff;
}

.cp-offer__hero::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 1;
  width: 100px;
  height: 20px;
  margin-left: -50px;
  background: linear-gradient(180deg, #c7c3f0 0, #c6c4ef 35%, #b4d8ff 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.cp-offer__summary,
.cp-offer__machine {
  position: relative;
  z-index: 2;
}

.cp-offer__summary {
  width: 100%;
  min-width: 0;
  padding-top: 18px;
}

.cp-offer__name,
.cp-offer__regular,
.cp-offer__parts,
.cp-offer__price,
.cp-offer__unit,
.cp-offer__save,
.cp-offer__monitor {
  margin: 0;
}

.cp-offer__name {
  color: #0f234b;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: -0.04em;
}

.cp-offer__regular {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 10px 7px;
  border: 1px solid #8793aa;
  color: #183763;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: right;
  background: #fff;
}

.cp-offer__machine {
  position: absolute;
  top: 34px;
  right: 8px;
  width: 95px;
  margin: 0;
  z-index: 3;
  overflow: visible;
}

.cp-offer__machine-caption {
  width: 140px;
  margin: 6px 0 0 50%;
  color: #0f234b;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.cp-offer__price-container {
  background: #fff;
  overflow: visible;
  border-radius: 0 0 32px 32px;
  padding: 20px 15px 60px;
}

.cp-offer__price-box {
  position: relative;
  width: calc(100% - 20px);
  margin: 2px auto 0;
  padding: 30px 10px 25px;
  border: 1px solid #9aa7bf;
  background: #fff;
}

.cp-offer__monitor {
  position: absolute;
  top: -18px;
  left: -32px;
  padding: 8px 10px 7px;
  border-radius: 999px;
  background: #112e63;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 3px 0 rgba(12, 35, 78, 0.22);
}

.cp-offer__price-row {
  display: grid;
  grid-template-columns: 60px 50px 1fr;
  align-items: end;
  column-gap: 3px;
}

.cp-offer__parts {
  color: #15335f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  padding-right: 0;
  text-align: right;
}

.cp-offer__discount {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 80px;
  width: 50px;
  height: 50px;
  margin-right: 0;
  border-radius: 50%;
  background: #ffe200;
  color: #12305f;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}

.cp-offer__discount-value {
  display: block;
  font-size: 2rem;
  line-height: 0.95;
  padding-right: 14px;
}

.cp-offer__discount-percent {
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 1.4rem;
  line-height: 1;
}

.cp-offer__discount small {
  display: block;
  margin-top: 1px;
  font-size: 1.5rem;
  line-height: 1;
}

.cp-offer__price {
  display: flex;
  align-items: flex-end;
  color: #12305f;
  font-size: 2.35rem;
  line-height: 1;
  white-space: nowrap;
  margin-left: 0;
  font-weight: 500;
}

.cp-offer__price span {
  color: #11305f;
  font-size: 4rem;
  letter-spacing: -0.04em;
  line-height: 0.9;
  padding: 0;
  background: linear-gradient(180deg, transparent 0, transparent 62%, #ffea00 62%, #ffea00 100%);
}

.cp-offer__unit-row {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: end;
  align-items: end;
  column-gap: 10px;
  row-gap: 2px;
  width: 100%;
  margin: 8px 0 0;
}

.cp-offer__unit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: #12305f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  grid-column: 1 / 3;
}

.cp-offer__unit-label {
  display: inline-block;
  padding: 2px 5px;
  background: #112e63;
  color: #fff;
  border: 1px solid #27456f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.cp-offer__unit-price {
  position: relative;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
}

.cp-offer__unit-row small {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.cp-offer__save {
  position: absolute;
  right: 8px;
  bottom: -23px;
  display: inline-block;
  margin-right: 0;
  padding: 8px 3px 6px;
  background: #ffea00;
  color: #15335f;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

.cp-offer__save::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 2px;
  width: 0;
  height: 0;
  border-width: 3px 0 15px 12px;
  border-style: solid;
  border-color: transparent transparent #ffea00 transparent;
}

.cp-offer .cp-cta--offer .cp-cta__link {
  width: min(88%, 558px);
  margin: 0 auto;
}

.cp-offer__notes {
  margin-top: 50px;
  padding: 10px 12px 6px;
  background: rgba(255, 255, 255, 0.72);
  color: #1a2f59;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
}

.cp-offer__notes p {
  margin: 0;
  text-indent: -1em;
  padding-left: 1em;
}

.cp-offer__notes p + p {
  margin-top: 4px;
}

.cp-cta {
  padding: 18px 20px 0;
  text-align: center;
}

.cp-cta--offer {
  padding: 18px 14px 0;
  margin-top: -45px;
}

.cp-cta--narrow {
  padding-top: 0;
  margin-top: -4px;
}

.cp-cta--last {
  padding: 50px 20px 32px;
}

.cp-cta__link {
  display: inline-block;
  width: min(100%, 558px);
  filter: drop-shadow(0 10px 24px rgba(0, 70, 160, 0.24));
  transition: transform 0.2s ease;
}

.cp-cta__link:hover {
  transform: translateY(-2px);
}


.cp-section--ice {
  background:
    url(/osusume/coolsculpting_cp/img/bg_ice.webp) top center / 100% auto no-repeat,
    linear-gradient(180deg, #dff5ff 0, #ffffff 210px, #edf8ff 100%);
}

.cp-section__head {
  margin-bottom: 20px;
  text-align: center;
}

.cp-section__eyebrow {
  display: inline-block;
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe84d 0, #ffd200 100%);
  color: var(--cp-navy);
  font-size: 1.3rem;
  font-weight: 700;
}

.cp-section__title {
  margin: 10px 0 0;
  color: var(--cp-blue-dark);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "BIZ UDPMincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.cp-card {
  padding: 16px;
  border: 3px solid #d9ecff;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--cp-shadow);
}

.cp-card + .cp-card {
  margin-top: 16px;
}

.cp-card__title {
  margin: 0 0 12px;
  color: var(--cp-blue-dark);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.cp-card__text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.9;
}

.cp-case {
  background: linear-gradient(180deg, #c7d3ea 0, #bacbe7 100%);
  padding-top: 34px;
  padding-bottom: 60px;
}

.cp-case__head {
  margin-bottom: 18px;
  text-align: center;
}

.cp-case__main-title {
  margin: 0;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 
	rgba(64, 90, 140, 0.3) 1px 1px 10px, rgba(64, 90, 140, 0.3) -1px 1px 10px,
	rgba(64, 90, 140, 0.3) 1px -1px 10px, rgba(64, 90, 140, 0.3) -1px -1px 10px;
}

.cp-case__list {
  display: grid;
  gap: 22px;
}

.cp-case__card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cp-case__label {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0 0 -18px -5px;
  padding: 10px 15px;
  background: linear-gradient(180deg, rgba(223, 242, 255, 0.88) 0, rgba(138, 168, 215, 0.88) 100%);
  color: #113f81;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  box-shadow: 0 10px 22px rgba(77, 110, 169, 0.18);
}

.cp-case__panel {
  padding: 30px 16px 18px;
  margin-top: -15px;
  border: 1px solid #9cb6dc;
  background: #fff;
  box-shadow: 0 10px 24px rgba(78, 105, 152, 0.18);
}

.cp-case__figure {
  margin: 0;
}


.cp-case__detail {
  margin-top: 30px;
  padding: 15px 15px 10px;
  background: #e6f0f7;
  color: #3f474f;
  font-size: 1.4rem;
  line-height: 1.5;
}

.cp-case__detail p {
  margin: 0;
}

.cp-case__note {
  margin: 8px 0 0;
  color: #3572c1;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: right;
}

.cp-mechanism {
  padding-top: 0;
  background: #fff;
}

.cp-mechanism__head,
.cp-contrivance__head,
.cp-movie__head,
.cp-pattern__head {
  position: relative;
  margin: 0 -16px 26px;
  padding-top: 28px;
  padding-bottom: 24px;
  background: linear-gradient(180deg, #020202 0, #002b59 100%);
  text-align: center;
}

.cp-mechanism__icon,
.cp-contrivance__icon,
.cp-movie__icon,
.cp-pattern__icon {
  position: absolute;
  top: 16px;
  right: 22px;
  width: 40px;
  margin: 0;
}
.cp-mechanism__icon {
  top: 50px;
  right: 22px;
}
.cp-contrivance__icon {
  top: 55px;
  right: 35px;
}
.cp-movie__icon {
  top: 55px;
  right: 33px;
}
.cp-pattern__icon {
  top: 55px;
  right: 55px;
}

.cp-mechanism__eyebrow,
.cp-contrivance__eyebrow,
.cp-movie__eyebrow,
.cp-pattern__eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 10px;
  background: #fff;
  color: #173560;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
}

.cp-mechanism__title,
.cp-contrivance__title,
.cp-movie__title,
.cp-pattern__title {
  margin: 0;
  color: var(--cp-white);
  font-size: 2.3rem;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}

.cp-mechanism__panel {
  padding-bottom: 60px;
}

.cp-mechanism__block + .cp-mechanism__block {
  margin-top: 30px;
}

.cp-mechanism__label {
  display: block;
  margin: 0 0 18px;
  padding: 15px 18px 10px;
  background: #ffe600;
  color: #192d52;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.cp-mechanism__lead,
.cp-mechanism__text {
  margin: 0;
  color: #1d1d1d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.cp-mechanism__lead span,
.cp-mechanism__text span {
  padding: 0 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #ffe600;
}

.cp-mechanism__figure,
.cp-mechanism__diet {
  margin: 24px 0 0;
}

.cp-mechanism__figure {
  position: relative;
}

.cp-mechanism__figure img,
.cp-mechanism__diet img {
  border-radius: 0;
}

.cp-mechanism__caption {
  position: absolute;
  bottom: 42px;
  left: 29%;
  color: #2a2a2a;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.cp-mechanism__arrow {
  margin-top: 30px;
  padding: 16px 10px 14px;
  background: #ffe600;
  color: #111;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.cp-contrivance {
  padding-top: 0;
  padding-bottom: 40px;
  background: #fff;
}

.cp-contrivance__label {
  margin: 0 0 18px;
  padding: 15px 18px 10px;
  background: #ffe600;
  color: #192d52;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.cp-contrivance__label--secondary {
  margin-top: 34px;
}

.cp-contrivance__text {
  margin: 20px 0 0;
  color: #1d1d1d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.cp-contrivance__text span {
  display: inline;
  padding: 2px 6px 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #ffe600;
}

.cp-contrivance__figure {
  margin: 24px 0 0;
}

.cp-contrivance__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.cp-contrivance__figure--main {
  margin-top: 28px;
  margin-bottom: 30px;
}

.cp-contrivance__figure--flow {
  margin-top: 26px;
}

.cp-contrivance__catch {
  position: relative;
  width: 130px;
  margin: 18px auto 10px;
  padding: 10px 0 2px;
  background: #0f2c5d;
  border: 1px solid #27456f;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}

.cp-contrivance__catch::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -21px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 21px 65px 0;
  border-style: solid;
  border-color: #0f2c5d transparent transparent;
}

.cp-contrivance__message {
  margin: 0;
  padding: 15px 10px 10px;
  background: #ffe600;
  color: #111;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.cp-movie {
  padding-top: 0;
  background: #fff;
}

.cp-movie__card + .cp-movie__card {
  margin-top: 42px;
}
.cp-movie__list {
  margin-bottom: 30px;
}
.cp-movie__thumb {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 0;
}

.cp-movie__frame {
  aspect-ratio: 505 / 283;
  background: #dfe7f3;
}

.cp-movie__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cp-movie__card-title {
  margin: 0;
  color: #112a57;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.cp-movie__cta {
  margin-top: 50px;
}

.cp-parts {
  padding: 0 15px 44px;
  background: linear-gradient(180deg, #b7c4e2 0, #cdd9ec 68%, #dfeaf6 100%);
}

.cp-parts__head {
  padding: 34px 20px 18px;
  text-align: center;
}

.cp-parts__eyebrow {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.cp-parts__title {
  margin: 8px 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.cp-parts__eyebrow,
.cp-parts__title {
  text-shadow: 
	rgba(64, 90, 140, 0.3) 1px 1px 10px, rgba(64, 90, 140, 0.3) -1px 1px 10px,
	rgba(64, 90, 140, 0.3) 1px -1px 10px, rgba(64, 90, 140, 0.3) -1px -1px 10px;
}
.cp-parts__figure {
  margin: 0;
}

.cp-parts__ranking {
  box-sizing: border-box;
  position: relative;
  margin: 40px auto 0;
  padding: 30px 80px 22px 24px;
  width: calc(100% - 35px);
  background: #fff;
}

.cp-parts__ranking-title {
  position: absolute;
  top: -18px;
  left: 50%;
  margin: 0;
  padding: 8px 18px 5px;
  transform: translateX(-50%);
  background: #ffe600;
  color: #0e2b61;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.cp-parts__ranking-list {
  display: grid;
  row-gap: 3px;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.cp-parts__ranking-list li {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #0c2b61;
  font-weight: 700;
  text-align: center;
}

.cp-parts__ranking-no {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: right;
}

.cp-parts__ranking-name {
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.3;
  white-space: nowrap;
}

.cp-parts__ranking-icon {
  position: absolute;
  right: 26px;
  bottom: 9px;
  width: 65px;
  margin: 0;
  z-index: 2;
  transform-origin: center bottom;
  animation: cp-cheer-wave 1.8s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .cp-parts__ranking-icon {
    animation: none;
  }
}
/* 吹き出し */
.fukidashi {
  position: absolute;
  top: 75px;
  right: 5px;
  z-index: 1;
  width: 105px;
  padding: 0;
  color: #0c2b61;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  white-space: normal;

  & > :first-child {
    display: block;
  }

  &::before {
    content: "";
    position: absolute;
    left: -14px;
    bottom: -13px;
    width: 26px;
    height: 1px;
    background-color: #0c2b61;
    transform: rotate(36deg);
    transform-origin: right center;
  }

  &::after {
    content: "";
    position: absolute;
    right: -14px;
    bottom: -13px;
    width: 26px;
    height: 1px;
    background-color: #0c2b61;
    transform: rotate(-36deg);
    transform-origin: left center;
  }

  & > .fukidashi__ornament {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;

    &::before {
      content: "";
      position: absolute;
      left: -8px;
      bottom: -17px;
      width: 32px;
      height: 1px;
      background-color: #0c2b61;
      transform: rotate(36deg);
      transform-origin: right center;
    }

    &::after {
      content: "";
      position: absolute;
      right: -8px;
      bottom: -17px;
      width: 32px;
      height: 1px;
      background-color: #0c2b61;
      transform: rotate(-36deg);
      transform-origin: left center;
    }
  }
}


.cp-pattern {
  padding: 0 15px 32px;
  background: linear-gradient(180deg, #7d95c8 0, #88a3d4 42%, #c9e0ef 100%);
}

.cp-pattern__body {
  padding: 30px 20px;
}

.cp-pattern__group + .cp-pattern__group {
  margin-top: 36px;
  padding-top: 34px;
  border-top: 2px solid rgba(255, 255, 255, 0.28);
}

.cp-pattern__group-title {
  margin: 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}

.cp-pattern__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}

.cp-pattern__item,
.cp-pattern__item figure {
  margin: 0;
}

.cp-pattern__item img {
  display: block;
  width: 100%;
  height: auto;
}

.sp-view {
  display: block;
}

.pc-view {
  display: none;
}

@media (min-width: 768px) {
  .pc-view {
    display: block;
  }

  .sp-view {
    display: none;
  }
}
@media (min-width: 421px) {
  .cp-offer__inner {
    padding: 0 20px;
  }

  .cp-offer__board {
    padding: 20px 22px 10px;
  }

  .cp-offer__machine {
    top: 21px;
    right: 8px;
    width: 160px;
  }

  .cp-offer__machine-caption {
    width: 180px;
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .cp-offer__name {
    font-size: 2.3rem;
    letter-spacing: 0.01em;
  }

  .cp-offer__hero {
    padding: 26px 208px 12px 36px;
  }

  .cp-offer__hero::before {
    width: 166px;
    height: 24px;
    margin-left: -83px;
  }

  .cp-offer__regular {
    margin-top: 12px;
    padding: 8px 18px 7px;
    font-size: 2rem;
  }

  .cp-offer__price-container {
    padding: 20px 20px 90px;
  }

  .cp-offer__monitor {
    padding: 10px 20px 9px;
    font-size: 2.2rem;
  }

  .cp-offer__parts {
    font-size: 2.1rem;
  }

  .cp-offer__price-row {
    grid-template-columns: 88px 82px 1fr;
    align-items: center;
    column-gap: 6px;
  }

  .cp-offer__price-box {
    width: calc(100% - 24px);
    padding: 32px 14px 30px;
  }

  .cp-offer__discount {
    width: 80px;
    height: 80px;
  }

  .cp-offer__discount-value {
    font-size: 3.4rem;
    padding-right: 15px;
  }

  .cp-offer__discount-percent {
    top: 25px;
    right: 8px;
    font-size: 1.7rem;
  }

  .cp-offer__discount small {
    font-size: 1.6rem;
  }

  .cp-offer__price span {
    font-size: 6.25rem;
    letter-spacing: 0.01em;
    padding: 0 8px 0 0;
  }

  .cp-offer__unit {
    gap: 10px;
  }

  .cp-offer__unit-label {
    padding: 7px 5px;
    font-size: 2rem;
  }

  .cp-offer__unit-price {
    font-size: 3.8rem;
  }

  .cp-offer__save {
    right: 10px;
    bottom: -15px;
    padding: 8px 12px;
    font-size: 2rem;
  }
  .cp-offer__notes {
    font-size: 1.4rem;
  }
  .cp-case__main-title {
    font-size: 3rem;
  }

  .cp-case__label {
    margin: 0 0 -18px -5px;
    padding: 12px 34px 13px;
    font-size: 2.2rem;
    font-weight: 700;
  }

  .cp-case__panel {
    padding: 28px 16px 18px;
    margin-top: -15px;
  }

  .cp-case__detail {
    margin-top: 40px;
    padding: 18px 20px;
    font-size: 1.5rem;
    line-height: 1.9;
  }

  .cp-mechanism__eyebrow,
  .cp-contrivance__eyebrow,
  .cp-movie__eyebrow,
  .cp-pattern__eyebrow {
    padding: 11px 18px 10px;
    font-size: 1.75rem;
  }

  .cp-mechanism__title,
  .cp-contrivance__title,
  .cp-movie__title,
  .cp-pattern__title {
    font-size: 3.2rem;
  }

  .cp-mechanism__icon,
  .cp-contrivance__icon,
  .cp-movie__icon,
  .cp-pattern__icon {
    width: 80px;
  }
  .cp-mechanism__icon {
    right: 33px;
  }
  .cp-contrivance__icon {
    top: 45px;
    right: 45px;
  }
  .cp-movie__icon {
    top: 45px;
    right: 40px;
  }
  .cp-pattern__icon {
    top: 40px;
    right: 87px;
  }

  .cp-mechanism__label,
  .cp-contrivance__label {
    padding: 14px 18px 13px;
    line-height: 1.2;
  }

  .cp-contrivance__label {
    margin: 0;
  }

  .cp-mechanism__lead,
  .cp-mechanism__text,
  .cp-contrivance__text {
    font-size: 2.2rem;
  }

  .cp-mechanism__arrow {
    padding: 16px 18px 14px;
    line-height: 1.55;
  }

  .cp-contrivance__message {
    padding: 15px 20px;
    font-size: 2.6rem;
    line-height: 1.45;
  }
  .cp-mechanism__label,
  .cp-contrivance__label {
    font-size: 2.4rem;
  }
  .cp-contrivance__catch {
    width: 176px;
    padding: 12px 0 5px;
    font-size: 2.15rem;
  }

  .cp-contrivance__catch::after {
    bottom: -22px;
    border-width: 21px 89px 0;
  }
  .cp-movie__card-title {
    font-size: 2rem;
  }
  .cp-parts__eyebrow {
    font-size: 2.4rem;
  }
  .cp-parts__title {
    font-size: 3.2rem;
  }

  .cp-parts__ranking {
    margin: 44px auto 0;
    padding: 56px 110px 22px 45px;
    width: calc(100% - 100px);
  }

  .cp-parts__ranking-title {
    padding: 12px 18px 10px;
    font-size: 2.6rem;
  }

  .cp-parts__ranking-list {
    row-gap: 10px;
  }

  .cp-parts__ranking-no {
    font-size: 2.3rem;
  }

  .cp-parts__ranking-name {
    padding-left: 30px;
    font-size: 2.9rem;
  }

  .fukidashi {
    top: 147px;
    right: 21px;
    width: 131px;
    max-width: none;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .cp-parts__ranking-icon {
    right: 39px;
    bottom: 31px;
    width: 94px;
  }
  .cp-cta--offer {
    padding: 18px 14px 0;
    margin-top: -45px;
    margin-top: -60px;
  }
}
