@charset "utf-8";

/* ------------------------------------
 * iron-checkkit
 * --------------------------------- */

.slick-track ::before,
.slick-track ::after {
  content: unset;
}

.iron-checkkit .main-kv-section {
  position: relative;
}

.iron-checkkit .main-kv-section .CMP-CM26-ec-button:has(.sofybe-cart-btn) {
  width: 100%;
}

.iron-checkkit .main-kv-section .CMP-CM26-ec-button .sofybe-cart-btn {
  position: absolute;
  right: 50%;
  bottom: calc((100vw / 375) * 52);
  z-index: 1;
  width: 100%;
  max-width: 192px;
  transform: translateX(50%);
}

.iron-checkkit .main-kv-section .CMP-CM26-ec-button .sofybe-cart-btn a text {
  margin-left: -12px;
}

.iron-checkkit .sofybe-block:has(.faq) {
  padding-block: 40px 56px;
}

.CMP-CM10-text .intro01-text,
.CMP-CM10-text .intro01-sub-text {
  margin-top: 0;
}

.intro01-text {
  font-size: calc(14 * var(--rem));
  font-weight: 400;
  line-height: calc(25.2 / 14);
  letter-spacing: calc(1.4 * var(--rem));
}

.intro01-heading>* {
  font-size: calc(24 * var(--rem));
  line-height: calc(38.4 / 24);
  letter-spacing: calc(2.4 * var(--rem));
}

.intro01-sub {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 30px 17px 40px;
  margin-inline: auto;
  background: rgb(255 255 255 / 50%);
  border: 3px solid var(--sofybe-color-white-01);
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgb(228 115 166 / 30%);
}

.intro01-image,
.intro01-annotation-list,
.CMP-CM05-block:has(>.intro01-sub-block-02) {
  padding-inline: 7px;
}

.intro01-sub-heading-01>* {
  font-size: calc(24 * var(--rem));
  font-weight: 800;
  line-height: calc(38.4 / 24);
  color: var(--sofybe-color-blue-01);
  text-align: center;
  letter-spacing: calc(1.2 * var(--rem));
}

.intro01-sub-heading-01-custom {
  font-size: calc(48 * var(--rem));
  line-height: calc(48 / 48);
  letter-spacing: calc(2.4 * var(--rem));
}

.intro01-sub-heading-02>* {
  font-size: calc(18 * var(--rem));
  font-weight: 800;
  line-height: calc(28.8 / 18);
  color: var(--sofybe-color-black-01);
  text-align: center;
  letter-spacing: calc(1.8 * var(--rem));
}

.intro01-sub-text {
  font-size: calc(16 * var(--rem));
  font-weight: 400;
  line-height: calc(28.8 / 16);
  color: var(--sofybe-color-black-01);
  text-align: left;
  letter-spacing: calc(0.8 * var(--rem));
}

.intro01-annotation-list {
  padding-top: 10px;
}

.intro01-annotation-list ul li {
  font-size: calc(12 * var(--rem));
  line-height: calc(21.6 / 12);
}

.CMP-CM10-text .intro02-text {
  margin-inline: auto;
}

.intro02-text {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 302px;
  padding: 8px 12px;
  font-size: calc(14 * var(--rem));
  font-weight: 700;
  line-height: calc(25.2 / 14);
  color: #FF91B6;
  text-align: center;
  letter-spacing: calc(0.7 * var(--rem));
  background: var(--sofybe-color-white-01);
  border-radius: 20px;
}

.intro02-text::before {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: -1;
  display: inline-block;
  width: 36px;
  height: 34px;
  margin-left: -36px;
  content: "";
  background-image: url("/content/dam/sites/www_sofybe_jp/checkkit/iron-checkkit/icon-intro02_bubble.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateX(50%);
}

.intro02-heading>* {
  font-size: calc(19 * var(--rem));
  font-weight: 800;
  line-height: calc(30.4 / 19);
  color: var(--sofybe-color-blue-01);
  text-align: center;
  letter-spacing: calc(0.95 * var(--rem));
}

.usage-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 40px 24px;
  background: rgb(255 255 255 / 50%);
  border: 3px solid var(--sofybe-color-white-01);
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgb(228 115 166 / 30%);
}

.usage-heading>* {
  line-height: calc(33.6 / 21);
  letter-spacing: calc(1.05 * var(--rem));
}

.usage-video {
  padding-inline: 3px;
}

.usage-sub-heading>* {
  font-size: calc(18 * var(--rem));
  font-weight: 800;
  line-height: calc(25.2 / 18);
  color: var(--sofybe-color-black-01);
  text-align: left;
  letter-spacing: calc(0.9 * var(--rem));
}

.usage-sub-heading span {
  display: flex;
  gap: 12px;
  align-items: center;
}

.usage-sub-heading img {
  width: 48px;
  height: 48px;
}

.usage-annotation-list ul li {
  margin-left: 60px;
  font-size: calc(12 * var(--rem));
  line-height: calc(21.6 / 12);
  text-align: left;
  letter-spacing: calc(0.7 * var(--rem));
}

.CMP-CM10-text .usage-question-text {
  margin-top: 0;
}

.usage-question-text {
  padding: 6px 32px;
  font-size: calc(16 * var(--rem));
  font-weight: 700;
  line-height: calc(22.4 / 16);
  color: var(--sofybe-color-white-01);
  text-align: center;
  letter-spacing: calc(0.8 * var(--rem));
  background: var(--sofybe-color-pink-03);
  border-radius: 8px;
}

.CMP-CM10-text .usage-anser-text {
  margin-block: 14px;
}

.usage-anser-text {
  font-size: calc(14 * var(--rem));
  font-weight: 400;
  line-height: calc(25.2 / 14);
  color: var(--sofybe-color-black-01);
  text-align: center;
  letter-spacing: calc(0.7 * var(--rem));
}

.usage-more {
  padding: 24px;
  margin-block: 32px 40px;
  background: var(--sofybe-color-white-01);
  border: 1px solid #FFD5E8;
}

.CMP-CM10-text .usage-more-text {
  margin-block: 0 16px;
}

.usage-more-text {
  font-size: calc(18 * var(--rem));
  font-weight: 700;
  line-height: calc(25.2 / 18);
  color: var(--sofybe-color-blue-01);
  text-align: center;
  letter-spacing: normal;
}

.CMP-CM10-text .usage-attention-text {
  margin-top: 0;
}

.usage-attention-text {
  font-size: calc(16 * var(--rem));
  font-weight: 700;
  line-height: calc(22.4 / 16);
  color: var(--sofybe-color-black-01);
  text-align: left;
  letter-spacing: calc(0.8 * var(--rem));
}

.uc-list.usage-attention-list {
  margin-top: 0;
}

.usage-attention ul {
  margin-bottom: 0;
}

.usage-attention ul li {
  margin-left: 0;
  font-size: calc(12 * var(--rem));
  font-weight: 400;
  line-height: calc(21.6 / 12);
  color: var(--sofybe-color-black-01);
  text-align: left;
  letter-spacing: calc(0.6 * var(--rem));
  list-style: none;
}

.sofybe-block:has(>.CMP-CM06-section .check) {
  padding-inline: 15px;
  background: #FFE5F1;
}

.check {
  padding: 24px 16px;
  background: var(--sofybe-color-white-01);
  border: 1px solid #D2D2D2;
  border-radius: 10px;
}

.check-heading>* {
  font-size: calc(18 * var(--rem));
  font-weight: 700;
  line-height: calc(25.2 / 18);
  color: var(--sofybe-color-black-01);
  text-align: left;
  letter-spacing: calc(0.9 * var(--rem));
}

.check-heading img {
  width: 32px;
  margin-right: 2px;
}

.CMP-CM10-text .check-text {
  margin-block: 12px 16px;
}

.check-text {
  font-size: calc(10 * var(--rem));
  font-weight: 500;
  line-height: calc(14 / 10);
  color: var(--sofybe-color-black-01);
  text-align: left;
  letter-spacing: calc(0.5 * var(--rem));
}

.uc-list.check-list {
  margin-top: 0;
}

.check-list ul {
  margin-bottom: 0;
}

.check-list ul li {
  position: relative;
  margin-left: 19px;
  font-size: calc(13 * var(--rem));
  font-weight: 700;
  line-height: calc(15.6 / 13);
  color: var(--sofybe-color-black-01);
  text-align: left;
  letter-spacing: calc(0.65 * var(--rem));
  list-style: none;
}

.check-list ul li:not(:last-child) {
  margin-bottom: 8px;
}

.check-list ul li::before {
  position: absolute;
  top: 50%;
  left: -20px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: var(--sofybe-color-white-01);
  border: 1px solid #000;
  border-radius: 4px;
  translate: 0 -50%;
}

.sofybe-block:has(>.CMP-CM06-section .product-intro) {
  padding-inline: 0;
  background: linear-gradient(180deg, #FEF1F0 0%, #FEF4D0 100%);
}

.product-intro-heading {
  height: 0;
}

.product-intro-heading>* {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
}

.CMP-CM05-block:has(>.product-intro-block) {
  width: calc((100vw / 375) * 309);
  margin-right: 16px;
}

.product-intro-block {
  gap: 16px;
  height: 100%;
  padding: 32px 24px 24px;
  background: rgb(255 255 255 / 50%);
  border: 3px solid var(--sofybe-color-white-01);
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgb(228 115 166 / 30%);
}

.product-intro-slider .slick-track {
  display: flex;
}

.product-intro-slider .slick-slide {
  height: auto !important;
}

.CMP-CM05-block:has(>.product-intro-slider) {
  padding-left: 16px;
}

.CMP-CM10-text .product-intro-text-01,
.CMP-CM10-text .product-intro-text-02,
.CMP-CM10-text .product-intro-text-03,
.CMP-CM10-text .product-intro-text-04,
.CMP-CM10-text .product-intro-text-05,
.CMP-CM10-text .product-intro-text-06,
.CMP-CM10-text .product-intro-text-07 {
  margin-top: 0;
}

.product-intro-text-01 {
  font-size: calc(18 * var(--rem));
  font-weight: 800;
  line-height: calc(32.4 / 18);
  color: var(--sofybe-color-blue-01);
  text-align: center;
  letter-spacing: calc(0.9 * var(--rem));
}

.product-intro-pkg {
  width: calc((100vw / 375) * 202);
}

.product-intro-text-02 {
  width: 302px;
  font-size: calc(23 * var(--rem));
  font-weight: 800;
  line-height: calc(27.6 / 23);
  color: #283F70;
  text-align: center;
  letter-spacing: normal;
}

@media screen and (max-width: 374px) {
  .product-intro-text-02 {
    width: 100%;
    max-width: calc((100vw / 375) * 302px);
  }
}

.product-intro-text-03 {
  font-size: calc(11 * var(--rem));
  font-weight: 700;
  line-height: calc(19.8 / 11);
  color: #254978;
  text-align: center;
  letter-spacing: calc(0.22 * var(--rem));
}

.product-intro-text-04 {
  font-size: calc(40 * var(--rem));
  font-weight: 800;
  line-height: calc(40 / 40);
  color: #283F70;
  text-align: center;
  letter-spacing: normal;
}

.CMP-CM10-text .product-intro-text-05 {
  margin: 0 auto;
}

.product-intro-text-05 {
  width: fit-content;
  padding: 6px 12px;
  margin-inline: auto;
  font-size: calc(12 * var(--rem));
  font-weight: 700;
  line-height: calc(16.8 / 12);
  color: var(--sofybe-color-white-01);
  text-align: center;
  letter-spacing: calc(0.6 * var(--rem));
  background: var(--sofybe-color-blue-04);
  border-radius: 4.96px;
}

.product-intro-text-06 {
  font-size: calc(15 * var(--rem));
  font-weight: 700;
  line-height: calc(24 / 15);
  color: var(--sofybe-color-black-01);
  text-align: center;
  letter-spacing: calc(0.3 * var(--rem));
}

.product-intro-text-07 {
  font-size: calc(11 * var(--rem));
  font-weight: 500;
  line-height: calc(13.2 / 11);
  color: var(--sofybe-color-blue-01);
  text-align: center;
  letter-spacing: calc(0.55 * var(--rem));
}

.product-intro-detail-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uc-list.product-intro-text-list-01 {
  margin-top: 6px;
}

.product-intro-text-list-01 ul {
  margin-bottom: 0;
}

.product-intro-text-list-01 ul li {
  margin-left: 0;
  font-size: calc(10 * var(--rem));
  font-weight: 400;
  line-height: calc(14 / 10);
  color: var(--sofybe-color-blue-04);
  text-align: left;
  letter-spacing: calc(0.2 * var(--rem));
  list-style: none;
}

.product-intro-table-wrap {
  padding: 4.95px;
  background: #FECFCA;
  border-radius: 7.42px;
}

.product-intro-table {
  width: 261px;
  margin-bottom: 0;
  background: var(--sofybe-color-white-01);
  border-radius: 4.966px;
}

@media screen and (max-width: 374px) {
  .product-intro-table {
    width: calc((100vw / 375) * 261);
  }
}

.product-intro-table caption {
  padding-bottom: 4.95px;
  font-size: calc(11 * var(--rem));
  font-weight: 700;
  line-height: calc(17.6 / 11);
  color: var(--sofybe-color-black-01);
  text-align: center;
  letter-spacing: calc(0.22 * var(--rem));
}

.product-intro-table th {
  background: var(--sofybe-color-white-01);
}

.product-intro-table th,
.product-intro-table td {
  width: 50%;
  padding: 14px 16px;
  font-size: calc(18 * var(--rem));
  font-weight: 700;
  line-height: calc(18 / 18);
  color: #242828;
  text-align: left;
  letter-spacing: calc(0.72 * var(--rem));
  border-top: none;
  border-right: 1px solid #E5E8E7;
  border-bottom: 1px solid #E5E8E7;
  border-left: none;
}

.product-intro-table tr:last-child td {
  border-bottom: unset;
}

.product-intro-table tr th:last-child,
.product-intro-table tr td:last-child {
  border-right: unset;
}

.product-intro-table tr:first-child>*:first-child {
  border-radius: 4.966px 0 0;
}

.product-intro-table tr:first-child>*:last-child {
  border-radius: 0 4.966px 0 0;
}

.product-intro-table tr:last-child>*:first-child {
  border-radius: 0 0 0 4.966px;
}

.product-intro-table tr:last-child>*:last-child {
  border-radius: 0 0 4.966px;
}

.product-intro-table tr:last-child {
  border: none;
}


.product-intro-slider .slick-list {
  overflow: unset;
}

.uc-list.product-intro-text-list-02 {
  margin-top: 0;
}

.product-intro-text-list-02 ul {
  margin-bottom: 0;
}

.product-intro-text-list-02 ul li {
  margin-left: 0;
  font-size: calc(12 * var(--rem));
  font-weight: 400;
  line-height: calc(19.2 / 12);
  color: #999;
  text-align: left;
  letter-spacing: calc(0.24 * var(--rem));
  list-style: none;
}

.product-intro-btn {
  text-align: center;
}

.CMP-CM10-text .product-intro-btn {
  margin-top: 0;
}

.product-intro-btn a {
  display: inline-block;
  min-width: 279px;
  padding: 15.5px 28px;
  font-size: calc(14 * var(--rem));
  font-weight: 800;
  line-height: calc(14 / 14);
  color: var(--sofybe-color-white-01);
  text-align: center;
  letter-spacing: calc(0.7 * var(--rem));
  cursor: pointer;
  background: var(--sofybe-color-blue-04);
  border: 0;
  border-radius: 24px;
}

@media screen and (max-width: 374px) {
  .product-intro-btn a {
    width: 100%;
    min-width: unset;
    max-width: calc((100vw / 375) * 279);
  }
}

.product-intro-btn a:visited,
.product-intro-btn a:link {
  color: var(--sofybe-color-white-01);
}

/* モーダル */

.sofybe-modal-01 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
}

.sofybe-modal-content-01 {
  position: relative;
  min-width: 343px;
  height: 75%;
  padding: 40px 24px;
  overflow: auto;
  text-align: center;
  background-color: var(--sofybe-color-white-01);
  border-radius: 20px;
}

@media screen and (max-width: 374px) {
  .sofybe-modal-content-01 {
    width: 100%;
    min-width: unset;
    max-width: calc((100vw / 375) * 343);
  }
}

.close-sofybe-modal-01 {
  z-index: 1;
}

.close-sofybe-modal-01 button {
  position: absolute;
  top: 8px;
  right: 14px;
  width: 26.3px;
  height: 26.3px;
  font-size: 0;
  cursor: pointer;
}

.close-sofybe-modal-01 button::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 26.3px;
  color: #000;
  content: "×";

  /* background-image: url("/content/dam/sites/www_sofybe_jp/common/icon/icon-close_01.svg");
  background-repeat: no-repeat;
  background-size: 100%; */
}

.sofybe-modal-01.is-active {
  display: flex;
  padding: 16px;
}


/* モーダル */

.read-more-block {
  margin-bottom: 40px;
}

.read-more-heading-01>* {
  padding-bottom: 10px;
  margin-bottom: 24px;
  font-size: calc(18 * var(--rem));
  font-weight: 800;
  line-height: calc(25.2 / 18);
  color: #E890B8;
  text-align: left;
  letter-spacing: calc(0.9 * var(--rem));
  border-bottom: 2px solid currentcolor;
}

.CMP-CM10-text .read-more-text {
  margin-top: 0;
}

.read-more-text {
  font-size: calc(14 * var(--rem));
  font-weight: 400;
  line-height: calc(25.2 / 14);
  color: var(--sofybe-color-black-01);
  text-align: left;
  letter-spacing: calc(0.7 * var(--rem));
}

.read-more-heading-02>* {
  padding-left: 8px;
  font-size: calc(16 * var(--rem));
  font-weight: 700;
  line-height: calc(22.4 / 16);
  color: #E890B8;
  text-align: left;
  letter-spacing: normal;
  border-left: 4px solid currentcolor;
}

.read-more-last-text {
  position: relative;
}

.read-more-last-text::before {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  padding-top: 54px;
  content: "";
  background-image: url("/content/dam/sites/www_sofybe_jp/checkkit/iron-checkkit/icon-border_01.png");
  background-repeat: repeat-x;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .iron-checkkit .main-kv-section .CMP-CM26-ec-button:has(.sofybe-cart-btn) {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
  }

  .iron-checkkit .main-kv-section .CMP-CM26-ec-button .sofybe-cart-btn {
    bottom: 82px;
    left: -108px;
    max-width: 323px;
  }

  .iron-checkkit .main-kv-section .CMP-CM26-ec-button .sofybe-cart-btn a {
    padding-block: 22px;
  }

  .iron-checkkit .main-kv-section .CMP-CM26-ec-button .sofybe-cart-btn a::after {
    right: 25px;
  }

  .iron-checkkit .sofybe-block:has(.faq) {
    padding-block: 120px;
  }

  .intro01-heading>* {
    font-size: calc(32 * var(--rem));
    line-height: calc(51.2 / 32);
    letter-spacing: calc(3.2 * var(--rem));
  }

  .intro01-text {
    font-size: calc(18 * var(--rem));
    line-height: calc(36 / 18);
    letter-spacing: calc(1.8 * var(--rem));
  }

  .intro01-sub {
    flex-direction: row;
    gap: 56px;
    align-items: start;
    justify-content: center;
    width: 100%;
    max-width: 1040px;
    padding: 56px 24px;
    border-radius: 40px;
  }

  .intro01-sub-block-01 {
    width: 100%;
    max-width: 400px;
  }

  .intro01-sub-block-02 {
    width: 100%;
    max-width: 424px;
  }

  .intro01-sub-heading-02>* {
    font-size: calc(28 * var(--rem));
    line-height: calc(50.4 / 28);
    letter-spacing: calc(1.4 * var(--rem));
  }

  .intro01-sub-text {
    font-size: calc(16 * var(--rem));
    line-height: calc(28.8 / 16);
    letter-spacing: calc(0.8 * var(--rem));
  }

  .intro01-annotation-list ul li {
    font-size: calc(14 * var(--rem));
    line-height: calc(25.2 / 14);
  }

  .intro02-text {
    max-width: 453px;
    padding-block: 12px;
    font-size: calc(21 * var(--rem));
    line-height: calc(37.8 / 21);
    letter-spacing: calc(1.05 * var(--rem));
    border-radius: 30px;
  }

  .intro02-text::before {
    top: 58px;
    margin-left: -35px;
  }

  .intro02-heading>* {
    font-size: calc(32 * var(--rem));
    line-height: calc(51.2 / 32);
    letter-spacing: calc(1.6 * var(--rem));
  }

  .usage-block {
    gap: 58px;
    width: 100%;
    max-width: 925px;
    padding: 56px 89px;
    margin-inline: auto;
  }

  .CMP-CM09-heading:has(>.usage-sub-heading) {
    max-width: 740px;
    margin-inline: auto;
  }

  .usage-sub-heading>* {
    font-size: calc(28 * var(--rem));
    line-height: calc(50.4 / 28);
    letter-spacing: calc(1.4 * var(--rem));
  }

  .usage-sub-heading span {
    align-items: start;
  }

  .usage-annotation-list ul li {
    font-size: calc(14 * var(--rem));
    line-height: calc(25.2 / 14);
    letter-spacing: calc(0.6 * var(--rem));
  }

  .usage-grid-block {
    display: flex;
    gap: 40px;
    align-items: start;
  }

  .usage-grid-block>.CMP-CM05-block {
    max-width: 350px;
  }

  .usage-question-text {
    padding: 10px 32px;
    font-size: calc(20 * var(--rem));
    line-height: calc(28 / 20);
    letter-spacing: calc(1 * var(--rem));
  }

  .CMP-CM10-text .usage-anser-text {
    margin-block: 24px;
  }

  .usage-anser-text {
    font-size: calc(16 * var(--rem));
    line-height: calc(28.8 / 16);
    letter-spacing: calc(0.8 * var(--rem));
  }

  .usage-more {
    width: 100%;
    max-width: 480px;
    padding: 32px 40px;
    margin-block: 58px;
    margin-inline: auto;
  }

  .usage-more-text {
    font-size: calc(28 * var(--rem));
    line-height: calc(50.4 / 28);
    letter-spacing: calc(1.4 * var(--rem));
  }

  .CMP-CM10-text .usage-more-text {
    margin-bottom: 24px;
  }

  .usage-attention {
    display: flex;
    gap: 8px;
    align-items: start;
    justify-content: center;
    width: 860px;
  }

  .usage-attention-text {
    width: 152px;
    font-size: calc(18 * var(--rem));
    line-height: calc(25.2 / 18);
    letter-spacing: calc(0.9 * var(--rem));
  }

  .usage-attention ul li {
    font-size: calc(16 * var(--rem));
    line-height: calc(28.8 / 16);
    letter-spacing: calc(0.8 * var(--rem));
  }

  .check {
    width: 100%;
    max-width: 1040px;
    padding: 40px 56px;
    margin-inline: auto;
  }

  .check-heading>* {
    font-size: calc(30 * var(--rem));
    line-height: calc(42 / 30);
    letter-spacing: calc(1.5 * var(--rem));
  }

  .check-heading img {
    width: 50.4px;
    margin-right: 11.2px;
  }

  .CMP-CM10-text .check-text {
    margin-bottom: 35px;
  }

  .check-text {
    font-size: calc(18 * var(--rem));
    line-height: calc(21.6 / 18);
    letter-spacing: calc(0.9 * var(--rem));
  }

  .check-list ul li {
    margin-left: 31px;
    font-size: calc(20 * var(--rem));
    line-height: calc(24 / 20);
    letter-spacing: calc(1 * var(--rem));
  }

  .check-list ul li::before {
    left: -31px;
    width: 22.4px;
    height: 22.4px;
  }

  .check-list ul li:not(:last-child) {
    margin-bottom: 16px;
  }

  .CMP-CM06-section:has(>.product-intro) {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
  }

  .CMP-CM05-block:has(>.product-intro-slider) {
    padding-left: 110px;
    overflow: hidden;
  }

  .sofybe-block:has(>.CMP-CM06-section .product-intro) {
    padding-bottom: 118px;
  }

  .product-intro-slider {
    width: 100%;
    max-width: 1280px;
  }

  .CMP-CM05-block:has(>.product-intro-block) {
    width: 520px;
    padding: 10px;
    margin-right: 23px;
  }

  .product-intro-slider .slick-prev,
  .product-intro-slider .slick-next {
    position: absolute;
    top: 45%;
    z-index: 1;
    font-size: 0;
    transform: translateY(-50%);
  }

  .product-intro-slider .slick-prev {
    left: -96px;
  }

  .product-intro-slider .slick-next {
    right: 0;
  }

  .product-intro-slider .slick-prev::before,
  .product-intro-slider .slick-next::before {
    display: block;
    width: 88px;
    height: 88px;
    content: "";
    background-image: url("/content/dam/sites/www_sofybe_jp/common/icon/icon-arrow_02.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border-top: 0;
    border-right: 0;
  }

  .product-intro-slider .slick-prev::before {
    transform: scale(-1, 1);
  }

  .product-intro-slider .slick-disabled {
    visibility: hidden;
    opacity: 0;
  }

  .product-intro-block {
    height: 694px;
    padding: 48px 40px;
  }

  .product-intro-text-01 {
    font-size: calc(28 * var(--rem));
    line-height: calc(50.4 / 28);
    letter-spacing: calc(1.4 * var(--rem));
  }


  .product-intro-text-02 {
    width: 458px;
    font-size: calc(36 * var(--rem));
    line-height: calc(43.2 / 36);
    letter-spacing: normal;
  }

  .product-intro-text-03 {
    font-size: calc(16 * var(--rem));
    line-height: calc(28.8 / 16);
    letter-spacing: calc(0.32 * var(--rem));
  }

  .product-intro-text-04 {
    font-size: calc(46 * var(--rem));
    line-height: calc(46 / 46);
  }

  .product-intro-text-05 {
    padding: 8px 24px;
    font-size: calc(14 * var(--rem));
    line-height: calc(19.6 / 14);
    letter-spacing: calc(0.6 * var(--rem));
    border-radius: 8px;
  }

  .product-intro-text-07 {
    font-size: calc(14 * var(--rem));
    line-height: calc(16.8 / 14);
    letter-spacing: calc(0.7 * var(--rem));
  }

  .product-intro-pkg {
    width: 277px;
  }

  .product-intro-text-list-01 ul li {
    font-size: calc(14 * var(--rem));
    line-height: calc(16.8 / 14);
    letter-spacing: calc(0.56 * var(--rem));
  }

  .product-intro-table-wrap {
    padding: 8px;
    border-radius: 12px;
  }

  .product-intro-table {
    width: 404px;
  }

  .product-intro-table caption {
    padding-bottom: 8px;
    font-size: calc(14 * var(--rem));
    line-height: calc(22.4 / 14);
    letter-spacing: calc(0.28 * var(--rem));
  }

  .product-intro-btn a {
    width: 100%;
    min-width: unset;
    max-width: 383px;
    padding: 26px 18px;
    font-size: calc(20 * var(--rem));
    line-height: calc(20 / 20);
    letter-spacing: calc(1 * var(--rem));
    border-radius: 40px;
  }

  .product-intro-btn a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .read-more-heading-01>* {
    padding-bottom: 13px;
    margin-bottom: 13px;
  }

  .read-more-text {
    font-size: calc(16 * var(--rem));
    line-height: calc(28.8 / 16);
    letter-spacing: calc(0.8 * var(--rem));
  }

  .read-more-last-text::before {
    max-width: 610px;
    padding-top: 69px;
  }

  /* モーダル */
  .sofybe-modal-content-01 {
    width: 100%;
    min-width: unset;
    max-width: 770px;
    padding: 56px 80px;
  }
}

@media (min-width: 769px) and (max-width: 1279px) {
  .usage-attention {
    width: calc((100vw / 1280) * 860);
    margin-inline: auto;
  }

  .iron-checkkit .main-kv-section .CMP-CM26-ec-button .sofybe-cart-btn {
    right: calc((100vw / 1280) * 60);
    bottom: calc((100vw / 1280) * 75);
    max-width: 280px;
  }

  .CMP-CM05-block:has(>.product-intro-block) {
    width: calc((100vw / 1280) * 520);
  }

  .CMP-CM05-block:has(>.product-intro-slider) {
    padding-left: calc((100vw / 1280) * 110);
  }

  .product-intro-slider .slick-prev {
    left: calc((100vw / 1280) * -111);
  }

  .product-intro-table {
    width: calc((100vw / 1280) * 404);
  }

  .product-intro-text-02 {
    width: 100%;
    max-width: 458px;
  }

  .product-intro-block {
    height: 100%;
  }
}