.spsc__kv {
    width: 100%;
    min-height: 490px;
}
.spsc__kvTitle {
    font-size: max(8px, min(2.67vw, 13.34px));
    font-weight: 300;
    color: #ffffff;
    background-color: #888888;
    line-height: 3;
    text-align: center;
    white-space: nowrap;
}
.spsc__kvGalleryBackground {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.spsc__kvGalleryBackground::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.spsc__kvGalleryBackgroundStudio img,
.spsc__kvGalleryBackgroundCourse img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    min-height: min(76vw, 285px);
}
.spsc__kvGalleryBackgroundStudio img {
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 80px), 0 100%);
}
.spsc__kvGalleryBackgroundCourse img {
    clip-path: polygon(0 80px, 100% 0%, 100% 100%, 0 100%);
}
.spsc__kvGalleryBackgroundCourse {
    margin-top: -82px;
}
.spsc__kvGallery {
    position: relative;
}
.spsc__kvGalleryInfo {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    min-height: 100px;
}
.spsc__kvGalleryInfoLogo {
    width: max(8px, min(50.67vw, 190.8px));
    margin: 25px auto;
}
.spsc__kvGalleryInfoLogo img {
    width: 100%;
}
.spsc__kvGalleryInfoStudio,
.spsc__kvGalleryInfoCourse {
    color: #222222;
    background-color: #ffffff;
    font-size: max(8px, min(5.34vw, 26px));
    font-weight: 600;
    line-height: 2;
    width: calc(65% - 20px);
    text-align: center;
    position: relative;
    white-space: nowrap;
}
.spsc__kvGalleryInfoCourse {
    margin: 0 0 0 auto;
}
.spsc__kvGalleryInfoStudio::after,
.spsc__kvGalleryInfoCourse::before {
    position: absolute;
    top: 0;
    content: "";
    width: 20%;
    height: 100%;
    background-color: #ffffff;
}
.spsc__kvGalleryInfoStudio::after {
    right: 0;
    transform: skewX(-20deg) translateX(50%);
}
.spsc__kvGalleryInfoCourse::before {
    left: 0;
    transform: skewX(-20deg) translateX(-50%);
}

div .spsc__kvGalleryInfo a {
    text-decoration: none;
    color: #222222;
}

/* spsc__kvFreeGift */

.spsc__kvFreeGift {
    width: 100%;
}
.spsc__kvFreeGift .spsc__kvGallery {
    margin-bottom: -60px;
}
.spsc__kvFreeGift.course_only .spsc__kvGallery {
  margin-bottom: 0;
}
.spsc__kvFreeGift .spsc__kvGalleryInfo {
  top: 39%;
}
.spsc__kvFreeGift.course_only .spsc__kvGalleryInfo {
  top: 50%;
}
.spsc__kvFreeGift .spsc__kvGalleryInfoStudio,
.spsc__kvFreeGift .spsc__kvGalleryInfoCourse {
  width: calc(50% - 25px);
  letter-spacing: 0.15rem;
}
.spsc__kvFreeGift .spsc__kvGalleryBackgroundCourse {
  margin-top: -100px;
}
.spsc__kvFreeGift .spsc__kvGalleryBackgroundStudio img,
.spsc__kvFreeGift .spsc__kvGalleryBackgroundCourse img {
    min-height: min(62vw, 230px);
}
.spsc__kvFreeGift .spsc__kvGalleryInfoLogo {
  margin: 35px auto 26px;
}

  .spsc__kvFreeGift > figure {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .spsc__kvFreeGiftBackground {
    display: flex;
    width: 100%;
  }

  .spsc__kvFreeGift > figure > figcaption {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #4A4A4A;
  }
  .course_only.spsc__kvFreeGift > figure > figcaption {
    margin-top: -12.5vw;
    background-color: transparent;
  }

  .spsc__kvFreeGift > figure > figcaption::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #4A4A4A;
    clip-path: polygon(0 30%, 100% 10%, 100% 100%, 0% 100%);
  }

  .spsc__kvFreeGift.course_only > figure > figcaption::after {
    background-color: #004A93;
  }

  .spsc__kvFreeGiftTitles {
    position: absolute;
    left: 0;
    top: 64.5vw;
    width: 100%;
    font-weight: 900;
    white-space: nowrap;
  }

  .spsc__kvFreeGiftTitles > h1 > img {
    width: 89.6%;
  }

  .spsc__kvFreeGiftTitles > h2 {
    color: #ffffff;
    text-shadow:
      rgb(228, 107, 218) -2px -2px 0,
      rgb(228, 107, 218) -2px 0 0,
      rgb(228, 107, 218) -2px 2px 0,
      rgb(228, 107, 218) 0 -2px 0,
      rgb(228, 107, 218) 0 0 0,
      rgb(228, 107, 218) 0 2px 0,
      rgb(228, 107, 218) 2px -2px 0,
      rgb(228, 107, 218) 2px 0 0,
      rgb(228, 107, 218) 2px 2px 0;
  }

  .spsc__kvFreeGiftTitles > h2 > b {
    font-size: 17vw;
  }

  .spsc__kvFreeGiftTitles > h2 > span {
    font-size: 11.2vw;
    line-height: 1;
  }

  .spsc__kvFreeGiftTitles > h2.text-w3 > span {
    font-size: 8vw;
  }

  .spsc__kvFreeGiftTitles > h2.text-w4 > b {
    font-size: 14vw;
  }

  .spsc__kvFreeGiftTitles > h2.text-w4 > span {
    font-size: 7vw;
  }

  .spsc__kvFreeGiftFeatures {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    list-style-type: none;
    z-index: 2;
    margin: -17px auto 0;
    padding-bottom: 7vw;
  }
  .spsc__kvFreeGiftFeatureItem {
    position: relative;
    background-color: #ffffff;
    width: 26.66vw;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .spsc__kvFreeGiftFeatureItemIcon {
    position: absolute;
    left: 50%;
    top: 0;
    width: 40%;
    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));
    will-change: filter;
    z-index: 2;
  }

  .spsc__kvFreeGiftFeatureItem:not(:first-of-type){
    margin-left: 15px;
  }
  .spsc__kvFreeGiftFeatureItem:nth-child(even) {
    aspect-ratio: 1/1.05;
    transform: translate(0, -18px);
  }
  .spsc__kvFreeGiftFeatureItemMembers.lazyloaded {
    background: url('/access/course/include/images/__kv_free_gift/bg_kv_fg_feature_access.png') no-repeat;
    background-size: cover;
  }
  .spsc__kvFreeGiftFeatureItemMembers {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .spsc__kvFreeGiftFeatureItemMembers > p {
    position: absolute;
    left: 5%;
    top: 40%;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #E22604;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -3px;
    z-index: 1;
  }
  .spsc__kvFreeGiftFeatureItemMembers > p > span:nth-child(1) {
    font-size: 13vw;
  }
  .spsc__kvFreeGiftFeatureItemMembers > p > b:nth-child(2) {
    font-size: 9.6vw;
  }

  .spsc__kvFreeGiftFeatureItemAccess > ul > li {
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #000000;
  }
  .spsc__kvFreeGiftFeatureItemAccess > ul > li > small {
    font-size: 3.2vw;
    padding-left: 3px;
  }
  .spsc__kvFreeGiftFeatureItemAccess {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 3.46vw;
  }
  .spsc__kvFreeGiftTotalStudiosDetail {
    width: 100%;
    height: 100%;
    padding-top: 7vw;
  }

  .spsc__kvFreeGiftFeatureItemAccess > p > span, .spsc__kvFreeGiftTotalStudiosDetail > p > span {
    font-size: 4.26vw;
    font-weight: 700;
    line-height: 1;
    color: #000000;
  }

  .spsc__kvFreeGiftFeatureItemAccess > p > b, .spsc__kvFreeGiftTotalStudiosDetail > p > b {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 10.13vw;
    line-height: 0.8;
    color: #E22604;
    transform: translateY(5px);
    padding: 0 4px;
  }

.spsc_kvFreeGiftStudioSearchBtn {
  position: absolute;
  bottom: -10vw;
  left: -2.9vw;
  width: 35vw;
  max-width: 174px;
}

  .spsc__kvFreeGiftFeatureItemFirstTime {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 1.3;
    color: #E22604;
    padding-top: 15px;
  }

  .spsc__kvFreeGiftReason {
    position: relative;
    z-index: 2;
    width: 86.53vw;
    margin-top: 10px;
  }

  .spsc__kvFreeGiftReasonBg {
    display: flex;
    width: 100%;
  }

  .spsc__kvFreeGiftReasonText {
    position: absolute;
    left: 58.5%;
    top: 25%;
    font-family: "Roboto", sans-serif;
    font-size: 7.46vw;
    font-weight: 600;
    font-style: italic;
    line-height: 1.27;
    color: #009DFF;
    transform: translate(-50%, -50%);
  }

  .spsc__kvFreeGiftReasonArrow {
    display: flex;
    position: absolute;
    right: 1.5%;
    top: 0;
    width: 13.33vw;
  }
  .spsc__kvFreeGiftReasonArrow > img {
    display: flex;
    width: 100%;
  }


  @media only screen and (min-width: 499px) {
      .spsc__kvFreeGiftTitles {
        top: 322.6px;
      }
      .spsc__kvFreeGiftTitles > h2 > b {
        font-size: 85px;
      }
      .spsc__kvFreeGiftTitles > h2 > span {
        font-size: 56px;
      }
      .spsc__kvFreeGiftTitles > h2.text-w3 > span {
        font-size: 40px;
      }
      .spsc__kvFreeGiftTitles > h2.text-w4 > b {
        font-size: 70px;
      }
      .spsc__kvFreeGiftTitles > h2.text-w4 > span {
        font-size: 35px;
      }

      .spsc__kvFreeGiftFeatureItemMembers > p {
        letter-spacing: -5px;
      }
      .spsc__kvFreeGift > figure > figcaption {
        margin-top: -62.5px;
      }

      .spsc__kvFreeGiftFeatures {
        padding-bottom: 35px;
      }

      .spsc__kvFreeGiftFeatureItem {
        width: 133px;
      }

      .spsc__kvFreeGiftFeatureItemMembers > p > span:nth-child(1) {
        font-size: 73.3px;
      }
      .spsc__kvFreeGiftFeatureItemMembers > p > b:nth-child(2) {
        font-size: 48px;
      }

      .spsc__kvFreeGiftFeatureItemAccess > ul > li {
        font-size: 21.3px;
      }

      .spsc__kvFreeGiftFeatureItemAccess {
        padding-bottom: 17.33px;
      }

      .spsc__kvFreeGiftTotalStudiosDetail {
        padding-top: 36px;
      }

      .spsc__kvFreeGiftFeatureItemAccess > ul > li > small {
        font-size: 16px;
      }

      .spsc__kvFreeGiftFeatureItemAccess > p > span, .spsc__kvFreeGiftTotalStudiosDetail > p > span {
        font-size: 21.3px;
      }

      .spsc__kvFreeGiftFeatureItemAccess > p > b, .spsc__kvFreeGiftTotalStudiosDetail > p > b {
        font-size: 50px;
        line-height: 0.6;
      }

      .spsc_kvFreeGiftStudioSearchBtn {
        bottom: -40px;
        left: -13px;
        width: 174px;
      }

      .spsc__kvFreeGiftFeatureItemFirstTime {
        font-size: 32px;
      }

      .spsc__kvFreeGiftReason {
        width: 432px;
      }

      .spsc__kvFreeGiftReasonText {
        font-size: 37.3px;
      }

      .spsc__kvFreeGiftReasonArrow {
        width: 66px;
      }
  }

/* --/.spsc__kvFreeGift */
