.c-kv--ins img {
  height: auto;
}

.c-kv img {
  width: 1400px;
  max-width: 1400px;
}

.c-kv--ins::after {
  content: none;
}

.sc__kvFreeGiftFeatures {
    position: absolute;
    left: calc(50% + 60px);
    top: 630px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    list-style-type: none;
    z-index: 11;
  }
  .sc__kvFreeGift.course_only .sc__kvFreeGiftFeatures {
    bottom: 75px;
  }
  .sc__kvFreeGiftFeatureItem {
    position: relative;
    width: 138px;
    height: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sc__kvFreeGiftTitles {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(calc(-50% + 20px), 42px);
    max-width: 1000px;
    width: 100%;
    text-align: right;
    font-weight: 900;
    white-space: nowrap;
  }

  .sc__kvFreeGiftTitles > h1 {
    font-size: 76px;
    line-height: 1.1;
    color: #E46BDA;
    text-shadow:
      rgb(255, 255, 255) -4px -4px 0,
      rgb(255, 255, 255) -4px 0 0,
      rgb(255, 255, 255) -4px 4px 0,
      rgb(255, 255, 255) 0 -4px 0,
      rgb(255, 255, 255) 0 4px 0,
      rgb(255, 255, 255) 4px -4px 0,
      rgb(255, 255, 255) 4px 0 0,
      rgb(255, 255, 255) 4px 4px 0;
  }

  .sc__kvFreeGiftTitles > h1 > span {
    letter-spacing: -5px;
  }

  .sc__kvFreeGiftTitles > h1 > b {
    font-size: 100px;
  }

  .sc__kvFreeGiftTitles > h2 {
    font-size: 76px;
    line-height: 1.1;
    color: #ffffff;
    text-shadow:
      rgb(228, 107, 218) -4px -4px 0,
      rgb(228, 107, 218) -4px 0 0,
      rgb(228, 107, 218) -4px 4px 0,
      rgb(228, 107, 218) 0 -4px 0,
      rgb(228, 107, 218) 0 0 0,
      rgb(228, 107, 218) 0 4px 0,
      rgb(228, 107, 218) 4px -4px 0,
      rgb(228, 107, 218) 4px 0 0,
      rgb(228, 107, 218) 4px 4px 0;
  }

  .sc__kvFreeGiftTitles > h2 > b {
    font-size: 120px;
  }
  .sc__kvFreeGiftTitles > h2.text-w3 { font-size: 60px; }
  .sc__kvFreeGiftTitles > h2.text-w3 > b { font-size: 104px; }
  .sc__kvFreeGiftTitles > h2.text-w4 { font-size: 52px; }
  .sc__kvFreeGiftTitles > h2.text-w4 > b { font-size: 88px; }

  .sc__kvFreeGiftFeatureItemIcon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -60%);
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0,0,0, 0.5));
            filter: drop-shadow(0px 0px 3px rgba(0,0,0, 0.5));
            transform: translateZ(0);
    will-change: filter;
    z-index: 2;
  }

  .sc__kvFreeGiftFeatureItem:nth-child(even) {
    transform: translate(0, -30px);
  }
  .sc__kvFreeGiftFeatureItemMembers.lazyloaded {
    background: url('/access/course/include/images/__kv_free_gift/bg_kv_fg_feature_access.png') no-repeat;
    background-size: cover;
  }
  .sc__kvFreeGiftFeatureItemMembers {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .sc__kvFreeGiftFeatureItemMembers > p {
    position: absolute;
    left: 3%;
    top: 38%;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #E22604;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -4px;
    z-index: 1;
  }
  .sc__kvFreeGiftFeatureItemMembers > p > span:nth-child(1) {
    font-size: 66px;
  }
  .sc__kvFreeGiftFeatureItemMembers > p > b:nth-child(2) {
    font-size: 43px;
  }

  .sc__kvFreeGiftFeatureItemAccess > ul > li {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000000;
  }
  .sc__kvFreeGiftFeatureItemAccess > ul > li > small {
    font-size: 14px;
    padding-left: 2px;
  }
  .sc__kvFreeGiftFeatureItemAccess {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: calc(100% - 8px);
    padding-bottom: 9px;
  }
  .sc__kvFreeGiftTotalStudiosDetail {
    position: absolute;
    bottom: -68px;
    left: 3px;
    width: 140px;
    height: calc(100% - 8px);
    padding-top: 50px;
  }

  .sc__kvFreeGiftFeatureItemAccess > p > span, .sc__kvFreeGiftTotalStudiosDetail > p > span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
  }

  .sc__kvFreeGiftFeatureItemAccess > p > b, .sc__kvFreeGiftTotalStudiosDetail > p > b {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 38px;
    font-style: italic;
    line-height: 0.7;
    color: #E22604;
    transform: translateY(5px);
    padding: 0 8px 0 4px;
  }

  .sc_kvFreeGiftStudioSearchBtn {
    position: absolute;
    bottom: -48px;
    left: -5px;
    width: 140px;
    max-width: unset;
  }

  .sc__kvFreeGiftFeatureItemFirstTime {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sc__kvFreeGiftFeatureItemFirstTime {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.21;
    color: #E22604;
    padding-top: 20px;
  }

  .sc__kvFreeGiftReason {
    position: absolute;
    right: calc(50% + 9px);
    bottom: 0;
    width: 491px;
    transform: translateY(20px);
    z-index: 2;
  }

  .sc__kvFreeGiftReasonBg {
    width: 100%;
  }

  .sc__kvFreeGiftReasonText {
    position: inherit;
    left: 64.5%;
    top: 47%;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.27;
    color: #009DFF;
    transform: translate(-50%, -50%);
  }

  .sc__kvFreeGiftReasonArrow {
    display: flex;
    position: inherit;
    right: 1.5%;
    top: 28%;
    width: 50px;
  }
  .sc__kvFreeGiftReasonArrow > img {
    width: 100%;
  }

  /* --/.sc__kvFreeGift */
