@charset "UTF-8";
.p-kvSimple__head {
  height: 105rem; /* 250115KVの高さ変更 */
  position: relative;
  overflow: hidden;
  background-color: #EBEBEB;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-kvSimple__head {
    height: 89.5rem; /* 250115KVの高さ変更 */
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .p-kvSimple__head {
    height: 89.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .p-kvSimple__head {
    height: 96rem;
  }
}

.p-kvSimple__bg {
  position: absolute;
  top: 0;
  left: -47rem;
  width: 224rem;
  height: 90rem;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .p-kvSimple__bg {
    left: -47rem;
  }
}
@media screen and (max-width: 1040px) {
  .p-kvSimple__bg {
    left: -50rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__bg {
    width: 66.5rem;
    height: 68rem;
    left: -12.8rem;
    top: auto;
    bottom: 2.6rem;
    z-index: 1;
  }
}

.p-kvSimple__lead {
  padding-top: 8.6rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-kvSimple__lead {
    padding-top: 1.7rem;
  }
}
.p-kvSimple__lead p {
  display: inline-block;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 1.4137931034;
  letter-spacing: 0.04em;
  padding-block: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-kvSimple__lead p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.375;
    letter-spacing: 0.04em;
    padding-block: 0.4rem;
  }
}
.p-kvSimple__lead p::before, .p-kvSimple__lead p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22.2rem;
  height: 1px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .p-kvSimple__lead p::before, .p-kvSimple__lead p::after {
    width: 11.1rem;
  }
}
.p-kvSimple__lead p::after {
  top: auto;
  bottom: 0;
}

.p-kvSimple__title {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 6.9rem;
  font-weight: 400;
  line-height: 1.2608695652;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-kvSimple__title {
    margin-top: 0;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2571428571;
    letter-spacing: 0.04em;
    width: calc(100% + 1.6rem);
    margin-left: -0.8rem;
  }
}
.p-kvSimple__title span {
  font-size: 9.7rem;
  font-weight: 300;
  line-height: 0.8969072165;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-kvSimple__title span {
    font-size: 4.9rem;
    font-weight: 300;
    line-height: 0.8979591837;
    letter-spacing: 0.04em;
  }
}

.p-kvSimple__subtitle {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-kvSimple__subtitle {
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.06em;
  }
}

.p-kvSimple__content {
  margin-top: 3.9rem;
  padding-top: 5.3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 919px) {
  .p-kvSimple__content {
    padding-top: 8.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__content {
    margin-top: 1.3rem;
    padding-top: 3.2rem;
  }
}
.p-kvSimple__content::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 51%;
  transform: translateX(-50%);
  width: calc(100% + 6rem);
  height: 53rem;
  background: url("/sp/kakakucom/img/simple/simple_kv_bg.png") no-repeat center/cover;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1300px) {
  .p-kvSimple__content::before {
    left: 50%;
  }
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__content::before {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__content::before {
    display: none;
  }
}

.p-kvSimple__logoWrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.1rem;
  position: relative;
  padding-left: 7rem;
}
@media screen and (max-width: 767px) {
  .p-kvSimple__logoWrap {
    gap: 0.7rem;
    padding-left: 0;
  }
}

.p-kvSimple__logo {
  width: 29.7rem;
  height: auto;
  aspect-ratio: 297/52;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__logo {
    width: 26.3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__logo {
    width: 18.4rem;
  }
}
.p-kvSimple__logo img {
  object-fit: contain;
}

.p-kvSimple__logoText {
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__logoText {
    font-size: clamp(3rem, 4vw, 3.4rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__logoText {
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

.p-kvSimple__logoBalloon {
  position: absolute;
  top: -11rem;
  right: -12rem;
  width: 11rem;
  height: 11rem;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 0 2rem rgba(51, 51, 51, 0.3));
}
@media screen and (max-width: 767px) {
  .p-kvSimple__logoBalloon {
    top: -9rem;
    right: -4.3rem;
    width: 7.9rem;
    height: 7.9rem;
  }
}
.p-kvSimple__logoBalloon::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 2.9rem;
  height: 3.3rem;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  rotate: 45deg;
}
.p-kvSimple__logoBalloon span {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #FF5C00;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__logoBalloon span {
    font-size: clamp(2.4rem, 3vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__logoBalloon span {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

.p-kvSimple__text {
  margin-top: 2.2rem;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.5416666667;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__text {
    font-size: clamp(2rem, 2vw, 2.4rem);
  }
}
@media screen and (max-width: 919px) {
  .p-kvSimple__text {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__text {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.375;
    letter-spacing: 0.04em;
  }
}

.p-kvSimple__detail {
  margin-top: 3.3rem;
  display: flex;
  justify-content: center;
  gap: 2.8rem;
}
@media screen and (max-width: 940px) {
  .p-kvSimple__detail {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__detail {
    margin-top: 1.4rem;
  }
}

.p-kvSimple__free {
  width: 60%;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__free {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__free {
    width: 100%;
  }
}

.p-kvSimple__freeText {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.4210526316;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__freeText {
    font-size: clamp(1.6rem, 2vw, 1.9rem);
  }
}

.p-kvSimple__freeContent {
  margin-top: 2.2rem;
  display: flex;
  align-items: flex-start;
  gap: 3.4rem;
  padding-left: 0.8rem;
}
@media screen and (max-width: 919px) {
  .p-kvSimple__freeContent {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__freeContent {
    margin-top: 1rem;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    padding-left: 0;
  }
}

.p-kvSimple__freeBalloon {
  margin-top: 1rem;
  border: 0.1rem solid #EB003F;
  width: 39.3939393939%;
  position: relative;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__freeBalloon {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__freeBalloon {
    width: 29.5rem;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-kvSimple__freeBalloon .icon {
  position: absolute;
  background: url("/sp/kakakucom/img/simple/kvSimple_balloon.svg") no-repeat center/contain;
  width: 3.5rem;
  height: 3.1rem;
  top: 50%;
  transform: translateY(-50%);
  right: -3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-kvSimple__freeBalloon .icon {
    background: url("/sp/kakakucom/img/simple/kvSimple_balloon_sp.svg") no-repeat center/contain;
    width: 2.5rem;
    height: 2.2rem;
    top: auto;
    bottom: -1.6rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-kvSimple__freeCommission {
  padding-top: 1.2rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
  background-color: #fff;
  color: #EB003F;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__freeCommission {
    font-size: clamp(1.8rem, 2vw, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__freeCommission {
    padding-top: 0;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.p-kvSimple__freePrice {
  padding-block: 1rem;
  padding-left: 0.4rem;
  text-align: center;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.9444444444;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.p-kvSimple__freePrice::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 90%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-kvSimple__freePrice::before {
    display: block;
  }
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__freePrice {
    font-size: clamp(1.5rem, 2vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__freePrice {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.9230769231;
    letter-spacing: 0.1em;
    padding-left: 0;
    padding-block: 0.4rem 0.3rem;
  }
}
.p-kvSimple__freePrice .accent {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  margin-right: 1.1rem;
  font-family: "Oswald", sans-serif;
  color: #EB003F;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__freePrice .accent {
    font-size: clamp(4rem, 4vw, 5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__freePrice .accent {
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    margin-right: 0.7rem;
  }
}

.p-kvSimple__freeTitle {
  font-size: 15rem;
  font-weight: 100;
  line-height: 0.8933333333;
  letter-spacing: 0.04em;
  color: #EB003F;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__freeTitle {
    margin-top: 2rem;
    font-size: clamp(9rem, 4vw, 15rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__freeTitle {
    margin-top: 0;
  }
}
.p-kvSimple__freeTitle span {
  margin-left: 0.6rem;
  font-size: 11.2rem;
  font-weight: 100;
  line-height: 1.1964285714;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__freeTitle span {
    font-size: clamp(7rem, 4vw, 11.2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__freeTitle span {
    font-size: 6.7rem;
    font-weight: 100;
    line-height: 1.1940298507;
    letter-spacing: -0.1em;
    margin-left: 0;
  }
}

.p-kvSimple__cta {
  margin-top: 3.2rem;
  width: 27.2727272727%;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__cta {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__cta {
    margin-top: 2.4rem;
    width: 100%;
  }
}

.p-kvSimple__ctaText {
  text-align: center;
}
.p-kvSimple__ctaText p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #FF5C00;
  position: relative;
  display: inline-block;
  padding-inline: 0.4rem;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__ctaText p {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__ctaText p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.p-kvSimple__ctaText p::before, .p-kvSimple__ctaText p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 5.8rem;
  background-color: #333333;
  rotate: -23deg;
}
.p-kvSimple__ctaText p::after {
  left: auto;
  right: 0;
  rotate: 23deg;
}
.p-kvSimple__ctaText span {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__ctaText span {
    font-size: clamp(1.6rem, 1.6vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__ctaText span {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
}

.p-kvSimple__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 1129px) {
  .p-kvSimple__btn {
    margin-top: 1rem;
  }
  .p-kvSimple__btn .c-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__btn {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
  .p-kvSimple__btn .c-btn {
    width: 30rem;
  }
}

.p-kvSimple__note {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.p-kvSimple__link {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 919px) {
  .p-kvSimple__link {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__link {
    margin-top: 1.4rem;
  }
}

.p-kvSimple__check {
  margin-top: 5.6rem;
  text-align: center;
}
@media screen and (max-width: 919px) {
  .p-kvSimple__check {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kvSimple__check {
    margin-top: 3.4rem;
  }
}
.p-kvSimple__check p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  display: inline-block;
  padding-left: 2.3rem;
  position: relative;
}
.p-kvSimple__check p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1rem;
  background: url("/sp/kakakucom/img/simple/icon_check_simple.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-kvSimple__check p::before {
    width: 2rem;
    height: 1.4rem;
  }
}

.p-kvSimple__noteBtn {
  margin-top: 4.8rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-kvSimple__noteBtn {
    margin-top: 3.3rem;
  }
}

.p-kvNetflix {
  position: relative;
  background: #EBEBEB;
}

.p-kvNetflix__head {
  position: relative;
  background-color: #EBEBEB;
}

.p-kvNetflix__inner {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__inner {
    overflow: hidden;
  }
}

.p-kvNetflix__bg {
  position: absolute;
  top: -1rem;
  left: -20rem;
  width: 164rem;
  height: 84.4rem;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .p-kvNetflix__bg {
    left: -6rem;
    top: 0.6rem;
    width: 140rem;
    height: 72.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__bg {
    width: 100%;
    height: auto;
    aspect-ratio: 390/831;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
.p-kvNetflix__bg_yellow {
  position: absolute;
  top: 33rem;
  left: -40.7rem;
  width: 62.3rem;
  height: 57.2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__bg_yellow {
    display: none;
  }
}

.p-kvNetflix__lead {
  padding-top: 8.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__lead {
    padding-top: 1.7rem;
  }
}
.p-kvNetflix__lead p {
  display: inline-block;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 1.4137931034;
  letter-spacing: 0.04em;
  padding-block: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__lead p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.375;
    letter-spacing: 0.04em;
    padding-block: 0.4rem;
  }
}
.p-kvNetflix__lead p::before, .p-kvNetflix__lead p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22.2rem;
  height: 1px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__lead p::before, .p-kvNetflix__lead p::after {
    width: 11.1rem;
  }
}
.p-kvNetflix__lead p::after {
  top: auto;
  bottom: 0;
}

.p-kvNetflix__title {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 6.9rem;
  font-weight: 400;
  line-height: 1.2608695652;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__title {
    margin-top: 0;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2571428571;
    letter-spacing: 0.04em;
    width: calc(100% + 1.6rem);
    margin-left: -0.8rem;
  }
}
.p-kvNetflix__title span {
  font-size: 9.7rem;
  font-weight: 300;
  line-height: 0.8969072165;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__title span {
    font-size: 4.9rem;
    font-weight: 300;
    line-height: 0.8979591837;
    letter-spacing: 0.04em;
  }
}

.p-kvNetflix__subtitle {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__subtitle {
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.06em;
    text-align: left;
    width: 32rem;
    margin-inline: auto;
  }
}

.p-kvNetflix__content {
  margin-top: 2.9rem;
  padding-top: 3.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__content {
/*    padding-top: 8.3rem;*/
  }
}
@media screen and (max-width: 919px) {
  .p-kvNetflix__content {
/*    padding-top: 12rem;*/
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__content {
    margin-top: 1.3rem;
    padding-block: 2.4rem;
    background-color: #fff;
    border-radius: 0.6rem;
  }
}
.p-kvNetflix__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + -6rem);
  height: calc(100% + 2rem); /* 250115KVの高さ変更 */
/*  background: url("/sp/kakakucom/img/simple/netflix_kv_bg.png") no-repeat center/cover;*/
  background-color: #fff;
  border-radius: 10px;
  z-index: -1;
  pointer-events: none;
}
.p-kvNetflix__content.simple::before {
/*  height: 74.2rem;*/ /* 250114KVの高さ変更 */
/*  background: url("/sp/kakakucom/img/simple/kakakukom_kv_bg.png") no-repeat center/cover;*/
}
@media screen and (max-width: 1300px) {
  .p-kvNetflix__content::before {
    left: 50%;
  }
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__content::before,
  .p-kvNetflix__content.simple::before {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__content::before,
  .p-kvNetflix__content.simple::before {
    display: none;
  }
}

.p-kvNetflix__logoWrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__logoWrap {
    gap: 0.7rem;
  }
}

.p-kvNetflix__logo {
  width: 29.7rem;
  height: auto;
  aspect-ratio: 297/52;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__logo {
    width: 26.3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__logo {
    width: 18.4rem;
  }
}
.p-kvNetflix__logo img {
  object-fit: contain;
}

.p-kvNetflix__logoText {
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__logoText {
    font-size: clamp(3rem, 4vw, 3.4rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__logoText {
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

.p-kvNetflix__logoBalloon {
  position: absolute;
  top: -8.5rem;
  right: -15rem;
  width: 11rem;
  height: 11rem;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 0 2rem rgba(51, 51, 51, 0.3));
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__logoBalloon {
    top: -9rem;
    right: -6.0rem;
    width: 7.9rem;
    height: 7.9rem;
  }
}
.p-kvNetflix__logoBalloon::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 2.9rem;
  height: 3.3rem;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  rotate: 45deg;
}
.p-kvNetflix__logoBalloon span {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #FF5C00;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__logoBalloon span {
    font-size: clamp(2.4rem, 3vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__logoBalloon span {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

.p-kvNetflix__text {
  margin-top: 1.2rem;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.5416666667;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__text {
    font-size: clamp(1.8rem, 1vw, 2.4rem);
  }
}
@media screen and (max-width: 919px) {
  .p-kvNetflix__text {
/*    margin-top: 0.4rem;*/
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__text {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.375;
    letter-spacing: 0.04em;
  }
}

.p-kvNetflix__detail {
  margin-top: 2.1rem;
  display: flex;
  justify-content: center;
  gap: 0.4rem 2.8rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 940px) {
  .p-kvNetflix__detail {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__detail {
    margin-top: 1rem;
  }
}

.p-kvNetflix__free {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__free {
    margin-top: 0.4rem;
  }
}

.p-kvNetflix__freeText {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.4210526316;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__freeText {
    font-size: clamp(1.2rem, 2vw, 1.9rem);
  }
}

.p-kvNetflix__freeContent {
  margin-top: 1.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4.4rem;
  max-width: 70rem;
  width: 100%;
  margin-inline: auto;
  padding-right: 3rem;
}
@media screen and (max-width: 919px) {
  .p-kvNetflix__freeContent {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__freeContent {
    margin-top: 1.8rem;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    padding-right: 0;
  }
}

.p-kvNetflix__freeBalloon {
  margin-top: 1rem;
  border: 0.1rem solid #EB003F;
  width: 38.8059701493%;
  position: relative;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__freeBalloon {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__freeBalloon {
    width: 29.5rem;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-kvNetflix__freeBalloon .icon {
  position: absolute;
  background: url("/sp/kakakucom/img/simple/kvSimple_balloon.svg") no-repeat center/contain;
  width: 3.5rem;
  height: 3.1rem;
  top: 50%;
  transform: translateY(-50%);
  right: -2.8rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__freeBalloon .icon {
    top: auto;
    bottom: -1.6rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-kvNetflix__freeCommission {
  padding-top: 1.2rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
  background-color: #fff;
  color: #EB003F;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__freeCommission {
    padding-top: 0.6rem;
    font-size: clamp(1.8rem, 2vw, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__freeCommission {
    padding-top: 0;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.p-kvNetflix__freePrice {
  padding-block: 1rem;
  padding-left: 0.4rem;
  text-align: center;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.9444444444;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.p-kvNetflix__freePrice::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 90%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__freePrice::before {
    display: block;
  }
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__freePrice {
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    padding-block: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__freePrice {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.9230769231;
    letter-spacing: 0.1em;
    padding-left: 0.5rem;
    padding-block: 0.4rem 0.3rem;
  }
}
.p-kvNetflix__freePrice .accent {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  margin-right: 1.1rem;
  font-family: "Oswald", sans-serif;
  color: #EB003F;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__freePrice .accent {
    font-size: clamp(4rem, 4vw, 5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__freePrice .accent {
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    margin-right: 0.7rem;
  }
}

.p-kvNetflix__freeTitle {
  font-size: 15rem;
  font-weight: 100;
  line-height: 0.8933333333;
  letter-spacing: 0.04em;
  color: #EB003F;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__freeTitle {
    margin-top: 0.4rem;
    font-size: clamp(9rem, 4vw, 15rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__freeTitle {
    margin-top: 0;
  }
}
.p-kvNetflix__freeTitle span {
  margin-left: 0.6rem;
  font-size: 11.2rem;
  font-weight: 100;
  line-height: 1.1964285714;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__freeTitle span {
    font-size: clamp(7rem, 4vw, 11.2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__freeTitle span {
    font-size: 6.7rem;
    font-weight: 100;
    line-height: 1.1940298507;
    letter-spacing: -0.1em;
    margin-left: 0;
  }
}

.p-kvNetflix__cta {
/*  margin-top: 2rem;*/
  width: 27.2727272727%;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__cta {
    margin-top: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__cta {
    width: 100%;
    margin-top: 1.6rem;
  }
}

.p-kvNetflix__ctaText {
  text-align: center;
}
.p-kvNetflix__ctaText p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #FF5C00;
  position: relative;
  display: inline-block;
  padding-inline: 0.4rem;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__ctaText p {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__ctaText p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.p-kvNetflix__ctaText p::before, .p-kvNetflix__ctaText p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 5.8rem;
  background-color: #333333;
  rotate: -23deg;
}
.p-kvNetflix__ctaText p::after {
  left: auto;
  right: 0;
  rotate: 23deg;
}
.p-kvNetflix__ctaText span {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__ctaText span {
    font-size: clamp(1.6rem, 1.6vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__ctaText span {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
}
.p-kvNetflix__ctaText .eo {
  font-size: 2rem;
}

.p-kvNetflix__btn {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__btn {
    margin-top: 1rem;
  }
  .p-kvNetflix__btn .c-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__btn {
    margin-top: 1.6rem;
    display: flex;
    justify-content: center;
  }
  .p-kvNetflix__btn .c-btn {
    width: 30rem;
  }
}

.p-kvNetflix__note {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.p-kvNetflix__link {
  margin-top: 1.6rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 919px) {
  .p-kvNetflix__link {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__link {
    margin-top: 1rem;
  }
}

.p-kvNetflix__check {
  margin-top: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 919px) {
  .p-kvNetflix__check {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__check {
    margin-top: 0.8rem;
    position: unset;
  }
}
.p-kvNetflix__check p {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  display: inline-block;
  padding-left: 2.3rem;
  position: relative;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__check p {
/*    font-size: clamp(1rem, 1vw, 1.4rem);*/
    margin-top: 1.2rem;
    padding-left: 1.6rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__check p {
    font-size: 1.4rem;
    padding-left: 1rem;
  }
}
.p-kvNetflix__check p::before {
  content: "";
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  left: 0;
  width: 1.4rem;
  height: 1rem;
  background: url("/sp/kakakucom/img/simple/icon_check_simple.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__check p::before {
    transform: unset;
    top: 0.2rem;
    left: 0.2rem;
    width: 2rem;
    height: 1.4rem;
  }
}
.p-kvNetflix__check span {
  font-size: 2.1rem;
  font-weight: 100;
  line-height: 1.1428571429;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1129px) {
  .p-kvNetflix__check span {
    font-size: clamp(1.2rem, 1.8vw, 2.1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__check span {
    font-size: 2.1rem;
  }
}
.p-kvNetflix__noteLink {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__noteLink p {
    line-height: 1.5;
  }
  .p-kvNetflix__noteLink .c-link .text {
    font-size: 1rem;
  }
}

.p-kvNetflix__noteBtn {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-kvNetflix__noteBtn {
    margin-top: 3.3rem;
  }
}

.p-planIntroduction {
  padding-top: 8rem;
  background-color: #FFE103;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction {
    padding-top: 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-planIntroduction__section {
    margin-top: -1.4rem;
  }
}

.p-planIntroduction__title {
  margin-top: 4.4rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__title {
    margin-top: 1.4rem;
  }
}
.p-planIntroduction__title.small {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.6363636364;
  letter-spacing: 0.04em;
}
.p-planIntroduction__title.white {
  color: #fff;
}

.p-planIntroduction__innerNarrow {
  width: 43.75%;
  margin-inline: auto;
}
@media screen and (max-width: 839px) {
  .p-planIntroduction__innerNarrow {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__innerNarrow {
    width: 100%;
  }
}

.p-planIntroduction__simple {
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__simple {
    margin-top: 2.6rem;
  }
  .p-planIntroduction__list {
    max-width: 35rem;
    margin-inline: auto;
  }
}

.p-planIntroduction__item {
  width: 100%;
  margin-inline: auto;
}
.p-planIntroduction__item:nth-child(n+2) {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__item:nth-child(n+2) {
    margin-top: 2.6rem;
  }
}
.p-planIntroduction__item.mt-high {
  margin-top: 5rem;
}
.p-planIntroduction__item.narrow {
  width: 43.75%;
  margin-inline: auto;
}
@media screen and (max-width: 839px) {
  .p-planIntroduction__item.narrow {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__item.narrow {
    width: 100%;
    max-width: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__item.netflix {
    margin-top: 2rem !important;
  }
}
.p-planIntroduction__item .p-planIntroduction__title {
  margin-top: 2.3rem;
}
.p-planIntroduction__item .p-plan__subject {
  margin-top: 2rem;
  padding-block: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__item .p-plan__subject {
    flex-direction: column;
    padding: 1.8rem 2.4rem 3rem;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__item .p-plan__subjectItem:first-child {
    padding-bottom: 3.2rem;
    border-bottom: 0.1rem solid #333333;
  }
  .p-planIntroduction__item .p-plan__subjectItem:nth-child(2) {
    padding-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__item .p-plan__subjectTitle {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
.p-planIntroduction__item .p-plan__subjectImg {
  margin-top: 1rem;
}
.p-planIntroduction__item .p-plan__subjectText {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
}

.p-planIntroduction__balloonTitle {
  width: 26rem;
  height: 4.7rem;
  display: grid;
  place-items: center;
  margin-inline: auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.p-planIntroduction__balloonTitle span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
.p-planIntroduction__balloonTitle.accent {
  width: 23.9rem;
  height: 4.3rem;
}
.p-planIntroduction__balloonTitle.accent span {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: #EB003F;
}
.p-planIntroduction__balloonTitle::before {
  content: "";
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  width: 2.5rem;
  height: 2.2rem;
  background-color: #fff;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: -1;
}

.p-planIntroduction__two-year {
  margin-top: 4.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__two-year {
    margin-top: 3.4rem;
  }
}
.p-planIntroduction__two-year p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  padding-inline: 0.8rem;
}
.p-planIntroduction__two-year p::before, .p-planIntroduction__two-year p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.1rem;
  height: 5.8rem;
  background-color: #333333;
  rotate: -23deg;
}
.p-planIntroduction__two-year p::after {
  left: auto;
  right: 0;
  rotate: 23deg;
}
.p-planIntroduction__two-year span {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.p-planIntroduction__typeItem {
  margin-top: 3rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__typeItem {
    width: 100%;
  }
}
.p-planIntroduction__typeItem.two-year .p-planIntroduction__content {
  margin-top: 0;
}
.p-planIntroduction__typeItem.two-year .p-planIntroduction__detail {
  padding-top: 1.6rem;
}
.p-planIntroduction__typeItem.two-year .p-planIntroduction__price {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.0666666667;
  letter-spacing: 0em;
  width: 13rem;
  margin-left: 1.9rem;
}
.p-planIntroduction__typeItem.two-year .p-planIntroduction__period {
  margin-top: 0.4rem;
}

.p-planIntroduction__itemTitle {
  background-color: #333333;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  text-align: center;
  padding-block: 1.1rem 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__itemTitle {
    font-size: 2.2rem;
    padding-block: 1.2rem 1.4rem;
  }
}
.p-planIntroduction__itemTitle span {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__itemTitle span {
    font-size: 3rem;
  }
}
.p-planIntroduction__itemTitle.red {
  color: #EB003F;
}

.p-planIntroduction__detail {
  padding: 1.9rem 1.6rem 2.5rem 2rem;
  background-color: #fff;
}

.p-planIntroduction__text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-planIntroduction__text span {
  font-size: 2.2rem;
  font-weight: 100;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
}

.p-planIntroduction__content, .p-planIntroduction__priceWrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__content, .p-planIntroduction__priceWrap {
    margin-top: 1rem;
  }
}

.p-planIntroduction__content:nth-child(n+2) {
  margin-top: 2.6rem !important;
}

.p-planIntroduction__priceWrap:nth-child(n+2) {
  margin-top: 1.4rem;
}

.p-planIntroduction__copyWrap {
  width: 8.2rem;
}
.p-planIntroduction__copyWrap.wide {
  width: 8.4rem;
}

.p-planIntroduction__speed {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__speed {
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
  }
}

.p-planIntroduction__valueWrap {
  display: flex;
  align-items: flex-end;
}
.p-planIntroduction__valueWrap .value {
  font-size: 4.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Oswald", sans-serif;
  color: #EB003F;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__valueWrap .value {
    font-size: 4.6rem;
  }
}
.p-planIntroduction__valueWrap .unit {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: 0.1em;
}

.p-planIntroduction__period {
  margin-top: 1rem;
  text-align: center;
  border-top: 0.1rem solid #333333;
  border-bottom: 0.1rem solid #333333;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__period {
    margin-top: 0.8rem;
  }
}
.p-planIntroduction__period .text {
  display: inline-block;
  padding-block: 0.3rem 0.4rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3076923077;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__period .text {
    padding-block: 0.1rem 0.2rem;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.3333333333;
    letter-spacing: 0.09em;
    margin-left: 0;
  }
}

.p-planIntroduction__price {
  font-size: 4.6rem;
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: 0em;
  font-family: "Oswald", sans-serif;
  width: 11.7rem;
  text-align: right;
  padding-right: 0.8rem;
}
.p-planIntroduction__price.accent {
  font-size: 12rem;
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: #EB003F;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__price.accent {
    font-size: 12rem;
  }
}
.p-planIntroduction__price.red {
  color: #EB003F;
}

.p-planIntroduction__unitWrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__unitWrap {
    margin-left: 0.2rem;
  }
}
.p-planIntroduction__unitWrap .unit,
.p-planIntroduction__unitWrap .unit-red {
  margin-top: 0.4rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
}
.p-planIntroduction__unitWrap .unit::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.4rem;
  width: 0.1rem;
  height: 2.1rem;
  background-color: #333333;
  rotate: 28deg;
}
.p-planIntroduction__unitWrap .unit-red::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.4rem;
  width: 0.1rem;
  height: 2.1rem;
  background-color: #eb003f;
  rotate: 28deg;
}
.p-planIntroduction__unitWrap .note {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  padding-right: 0.2rem;
}

.p-planIntroduction__next {
  margin-top: 2.1rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4166666667;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__next {
    margin-top: 2.4rem;
  }
}

.p-planIntroduction__linkWrap {
  margin-top: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__linkWrap {
    margin-top: 2.2rem;
  }
}
.p-planIntroduction__linkWrap.mt-high {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__linkWrap.mt-high {
    margin-top: 2rem;
  }
}

.p-planIntroduction__link:nth-child(n+2) {
  margin-top: 1.2rem;
}

.p-planIntroduction__itemNote {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__itemNote {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__itemNote.netflix {
    margin-top: 1.6rem;
  }
}
.p-planIntroduction__itemNote li {
  font-size: 1.2rem;
  font-weight: normal;
  padding-left: 2em;
  position: relative;
}
.p-planIntroduction__itemNote li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-planIntroduction__itemNote li:nth-of-type(n + 2){
  margin-top: 0.4rem;
}
.p-planIntroduction__itemNote .first::before {
  content: "※1";
}
.p-planIntroduction__itemNote .second::before {
  content: "※2";
}
.p-planIntroduction__itemNote .third::before {
  content: "※3";
}
.p-planIntroduction__itemNote .none::before {
  display: none;
}
.p-planIntroduction__itemNote li.white {
  color: #fff;
}

.p-planIntroduction__itemNote li.white .text-link:has(> span)[target=_blank] {
  background-image: url(/share/img/icon-blank-white.svg);
  padding-right: 18px;
  margin-right: 0.3em;
}

.p-planIntroduction__netflixWrap {
  margin-top: 2.4rem;
  width: 43.75%;
  margin-inline: auto;
}
@media screen and (max-width: 839px) {
  .p-planIntroduction__netflixWrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__netflixWrap {
    margin-top: 1.6rem;
    width: 100%;
    max-width: 35rem;
  }
}

.p-planIntroduction__netflix {
  background-color: #fff;
  border-radius: 0.6rem;
  padding: 2.4rem 1.6rem 2.8rem 2.2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__netflix {
    padding: 2.4rem 2.4rem 2.8rem 2.4rem;
  }
}

.p-planIntroduction__netflixTitle {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-planIntroduction__netflixLogo {
  margin-top: 1rem;
  width: 19.1rem;
  height: auto;
  aspect-ratio: 191/80;
  margin-inline: auto;
}
.p-planIntroduction__netflixLogo img {
  object-fit: contain;
}

.p-planIntroduction__netflixInfo {
  margin-top: 0.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-planIntroduction__netflixEnjoy {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-planIntroduction__netflixList {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__netflixList {
    margin-top: 2.4rem;
  }
}

.p-planIntroduction__netflixItem {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  padding-bottom: 2.3rem;
  padding-left: 1.2rem;
  position: relative;
}
.p-planIntroduction__netflixItem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30.2rem;
  height: 0.1rem;
  background-color: #333333;
}
.p-planIntroduction__netflixItem:nth-child(2) {
  padding-top: 2rem;
  padding-bottom: 0;
  margin-top: 0;
}
.p-planIntroduction__netflixItem:nth-child(2)::before {
  display: none;
}
.p-planIntroduction__netflixItem .p-planIntroduction__netflixImg {
  width: 8.7rem;
  aspect-ratio: 87/62;
}
.p-planIntroduction__netflixItem .p-planIntroduction__netflixText {
  margin-left: 1.3rem;
}

.p-planIntroduction__netflixImg {
  width: 8.8rem;
  height: auto;
  aspect-ratio: 88/61;
}
.p-planIntroduction__netflixImg img {
  object-fit: contain;
}

.p-planIntroduction__netflixText {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
  margin-left: 1.1rem;
}

.p-planIntroduction__btn {
  margin-top: 4.6rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__btn {
    margin-top: 2.4rem;
  }
}

.p-planIntroduction__textWrap {
  margin-top: 1.6rem;
}
.p-planIntroduction__textWrap .text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.1875;
  letter-spacing: 0.04em;
}
.p-planIntroduction__textWrap .accent {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.p-planIntroduction__textWrap strong {
  font-size: 2.9rem;
  font-weight: 300;
  line-height: 1.2068965517;
  letter-spacing: 0.04em;
  font-family: "Oswald", sans-serif;
}
.p-planIntroduction__textWrap .img {
  margin-left: -0.8rem;
  display: inline-block;
  width: 4.7rem;
  height: auto;
  aspect-ratio: 47/33;
  position: relative;
}
.p-planIntroduction__textWrap .img img {
  position: absolute;
  top: 0.4rem;
  object-fit: contain;
}

.p-planIntroduction__table {
  margin-top: 3.2rem;
  max-width: 71rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__table {
    margin-top: 1.6rem;
    max-width: 39rem;
  }
}
.p-planIntroduction__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.p-planIntroduction__table th {
  height: 5.6rem;
  vertical-align: middle;
}
.p-planIntroduction__table th, .p-planIntroduction__table td {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__table th, .p-planIntroduction__table td {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4285714286;
    letter-spacing: 0.04em;
  }
}
.p-planIntroduction__table thead {
  border-radius: 0.6rem 0.6rem 0 0;
}
.p-planIntroduction__table thead th {
  color: #fff;
  background-color: #333333;
}
.p-planIntroduction__table thead th:nth-child(n+2) {
  width: 32.8358208955%;
  border-left: 0.1rem solid #EBEBEB;
}
.p-planIntroduction__table thead th:first-child {
  border-radius: 0.6rem 0 0 0;
}
.p-planIntroduction__table thead th:last-child {
  border-radius: 0 0.6rem 0 0;
}
.p-planIntroduction__table tbody th, .p-planIntroduction__table tbody td {
  background-color: #fff;
  border: 0.1rem solid #333333;
  border-top: none;
}
.p-planIntroduction__table tbody th {
  width: 34.328358209%;
  background-color: #EBEBEB;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__table tbody th {
    text-align: left;
    padding-left: 1.4rem;
  }
}
.p-planIntroduction__table tbody td {
  font-family: "Oswald", sans-serif;
  text-align: center;
  vertical-align: middle;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__table tbody td {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.p-planIntroduction__table tbody td .accent {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.p-planIntroduction__table tbody td .unit {
  margin-left: 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  vertical-align: text-top;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__table tbody td .unit {
    margin-left: 0.3rem;
    vertical-align: bottom;
  }
}
.p-planIntroduction__table tbody td:nth-child(n+2) {
  border-left: 0.1rem solid #333333;
}
.p-planIntroduction__table tbody tr:nth-child(1) th, .p-planIntroduction__table tbody tr:nth-child(3) th {
  text-align: left;
  padding-left: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__table tbody tr:nth-child(1) th, .p-planIntroduction__table tbody tr:nth-child(3) th {
    padding-left: 1.4rem;
  }
}
.p-planIntroduction__table tbody tr:last-child th {
  border-radius: 0 0 0 0.6rem;
}
.p-planIntroduction__table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.6rem 0;
}
.p-planIntroduction__table .p-planIntroduction__itemNote {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-planIntroduction__table .p-planIntroduction__itemNote {
    margin-top: 1.8rem;
  }
}

.p-info {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-info {
    margin-top: -1.5rem;
  }
}

.p-info__free {
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-info__free {
    margin-top: 3.4rem;
  }
}
.p-info__free.penalty {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-info__free.penalty {
    margin-top: 4rem;
  }
}

.p-info__balloon {
  margin-inline: auto;
}
.p-info__balloon.free {
  width: 23.9rem;
  height: 4.3rem;
}
.p-info__balloon.free .p-info__balloonText {
  border-color: #EB003F;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: #EB003F;
}
.p-info__balloon.special {
  position: absolute;
  top: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 33.7rem;
  height: 4.9rem;
}
@media screen and (max-width: 767px) {
  .p-info__balloon.special {
    width: 24rem;
    height: 6.4rem;
    top: -4.9rem;
  }
}
.p-info__balloon.special .p-info__balloonText {
  background-color: #fff;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-info__balloon.special .p-info__balloonText {
    display: block;
    text-align: center;
    padding-top: 2rem;
  }
}
.p-info__balloon.special .p-info__balloonText::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 1rem;
  background-color: #fff;
  z-index: -1;
}
.p-info__balloon.special .p-info__balloonText::after {
  background: url("/sp/kakakucom/img/simple/icon_balloon_info.svg") no-repeat center/contain;
  width: 1.5rem;
  height: 1.7rem;
  bottom: -1rem;
  z-index: -2;
}
.p-info__balloon.special .p-info__balloonText span {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #051D93;
}
@media screen and (max-width: 767px) {
  .p-info__balloon.special .p-info__balloonText span {
    display: inline;
  }
}
.p-info__balloon.present {
  width: 27rem;
  height: 6.3rem;
  text-align: center;
}
.p-info__balloon.present .p-info__balloonText {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.p-info__balloon.present .p-info__balloonText::after {
  bottom: -1rem;
  background: url("/sp/kakakucom/img/simple/icon_balloon_info.svg") no-repeat center/contain;
}
.p-info__balloon.penalty {
  margin-top: 4.7rem;
  width: 26rem;
}

.p-info__balloonText {
  border: 0.1rem solid #333333;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.p-info__balloonText::after {
  content: "";
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 2.2rem;
  background: url("/sp/kakakucom/img/simple/kvSimple_balloon.svg") no-repeat center/contain;
}
.p-info__balloonText p {
  background-color: #fff;
  display: grid;
  place-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
.p-info__balloonText .img {
  display: inline-block;
  width: 8.8rem;
  height: 1.6rem;
  margin-right: 0.6rem;
}
.p-info__balloonText .img img {
  object-fit: contain;
}

.p-info__freeTitle {
  margin-top: 4.6rem;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.4583333333;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info__freeTitle {
    margin-top: 3.5rem;
  }
}
.p-info__freeTitle span {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
}
.p-info__freeTitle.large {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2666666667;
  letter-spacing: 0.04em;
}

.p-info__freePrice {
  margin-top: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-info__freePrice {
    margin-top: 0.4rem;
  }
}
.p-info__freePrice.penalty .unit {
  margin-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-info__freePrice.penalty {
    margin-top: 1.6rem;
  }
}
.p-info__freePrice .text {
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 1.4523809524;
  letter-spacing: 0.06em;
  color: #EB003F;
}
.p-info__freePrice .value {
  font-size: 12rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Oswald", sans-serif;
  color: #EB003F;
}
.p-info__freePrice .unit {
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1.4705882353;
  letter-spacing: 0.1em;
  position: relative;
  color: #EB003F;
}
.p-info__freePrice .unit sup {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: 0.1em;
  position: absolute;
  top: -1.4rem;
  right: 0.4rem;
  color: #333;
}

.p-info__freeText {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-info__freeText span {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
}
.p-info__Text{
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-info__freeNote {
  margin: 0.6rem auto 0;
  width: 31rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-info__freeNote {
    margin-top: 0.4rem;
  }
}
.p-info__freeNote.penalty {
  margin-top: 1rem;
}
.p-info__freeNote p {
  font-size: 1.2rem;
  font-weight: normal;
  padding-left: 1em;
  position: relative;
}
.p-info__freeNote p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-info__freeLink {
  margin-top: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info__freeLink {
    margin-top: 1.4rem;
  }
}

.p-info__special {
  margin-top: 7rem;
  padding-block: 5.6rem 2.8rem;
  position: relative;
  background-color: #FFE100;
  border-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-info__special {
    margin-top: 8rem;
    padding-block: 4.8rem 2.6rem;
    max-width: 35rem;
    margin-inline: auto;
  }
}

.p-info__specialTitle {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.4583333333;
  letter-spacing: 0.06em;
}
.p-info__specialTitle span {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
}

.p-info__specialPrice {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.p-info__specialPrice .value {
  font-size: 5.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Oswald", sans-serif;
}
.p-info__specialPrice .text {
  margin-left: 0.4rem;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.1904761905;
  letter-spacing: 0.1em;
}
.p-info__specialPrice .free {
  margin-left: 0.6rem;
  font-size: 7.1rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #EB003F;
}

.p-info__specialDetail {
  margin-top: 2rem;
  text-align: center;
}

.p-info__specialNote {
  margin-top: 2rem;
  text-align: center;
}
.p-info__specialNote p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  display: inline-block;
  padding-left: 2.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-info__specialNote p {
    text-align: left;
  }
}
.p-info__specialNote p::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.6rem;
  height: 1.2rem;
  background: url("/sp/kakakucom/img/simple/icon_check_simple.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-info__specialNote p::before {
    top: 0.8rem;
  }
}
.p-info__specialNote p span {
  font-size: 2.1rem;
  font-weight: 100;
  line-height: 1.1428571429;
  letter-spacing: 0.04em;
}
.p-info__specialNote .note {
  margin-top: 1.8rem;
  padding-left: 7rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8333333333;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-info__specialNote .note {
    margin-top: 1rem;
    display: block;
    padding-left: 0;
  }
}
.p-info__specialNote .note::before {
  display: none;
}

.p-info__present {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-info__present {
    margin-top: 4.8rem;
    max-width: 35rem;
    margin-inline: auto;
  }
}

.p-info__presentContent {
  margin-top: 2rem;
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-info__presentContent {
    margin-top: 3.2rem;
    flex-direction: column;
    gap: 2.3rem;
  }
}

.p-info__presentFree, .p-info__presentBack {
  width: calc(50% - 1.2rem);
  border: 0.1rem solid #333333;
  border-radius: 0.6rem;
  padding: 2.9rem 4.2rem;
}
@media screen and (max-width: 839px) {
  .p-info__presentFree, .p-info__presentBack {
    padding: 2.9rem 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-info__presentFree, .p-info__presentBack {
    width: 100%;
    padding: 2.8rem 2.2rem;
  }
}

.p-info__presentTitle {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
}
.p-info__presentTitle span {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.4583333333;
  letter-spacing: 0.06em;
}
.p-info__presentTitle.accent {
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.4473684211;
  letter-spacing: 0.06em;
  color: #EB003F;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-info__presentTitle.accent {
    margin-top: 0;
  }
}

.p-info__presentText {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-info__presentText {
    margin-top: 1rem;
  }
}
.p-info__presentText.penalty {
  margin-top: 2.2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-info__presentText.penalty {
    padding-left: 2.4rem;
    margin-top: 1rem;
  }
}

.p-info__presentGraph {
  margin: 1.2rem auto 0;
  width: 30.2rem;
  height: auto;
  aspect-ratio: 302/223;
}
.p-info__presentGraph img {
  object-fit: contain;
}

.p-info__presentNote {
  margin-top: 1.6rem;
}
.p-info__presentNote p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8333333333;
  letter-spacing: 0.04em;
  padding-left: 1em;
  position: relative;
}
.p-info__presentNote p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-info__presentNote .period {
  padding-left: 0;
}
.p-info__presentNote .period::before {
  display: none;
}
.p-info__presentNote .mt-high {
  margin-top: 1rem;
}
.p-info__presentNote .mark-none::before {
  display: none;
}

.p-info__presentLink {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info__presentLink {
    margin-top: 2rem;
  }
}

.p-info__presentBack .p-info__presentLink {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-info__presentBack .p-info__presentLink {
    margin-top: 2rem;
  }
}

.p-info__presentPrice {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #EB003F;
}
.p-info__presentPrice .text {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.2380952381;
  letter-spacing: 0.06em;
}
.p-info__presentPrice .value {
  margin-left: 0.5rem;
  font-size: 5.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Oswald", sans-serif;
}
.p-info__presentPrice .value span {
  margin-left: 0.4rem;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-info__presentPrice .unit {
  margin-left: 0.3rem;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.125;
  letter-spacing: 0.06em;
}

.p-info__presentList {
  margin-top: 2.2rem;
}

.p-info__presentItem {
  padding-block: 1.1rem 0.7rem;
  padding-left: 2.35rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  position: relative;
  counter-increment: count;
  border-bottom: 0.1rem dashed #333333;
}
.p-info__presentItem:first-child {
  border-top: 0.1rem dashed #333333;
}
.p-info__presentItem::before {
  content: counter(count);
  position: absolute;
  top: 0.8rem;
  left: 0.6rem;
  font-family: "Oswald", sans-serif;
  color: #EB003F;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7857142857;
  letter-spacing: 0em;
}

.p-info__limited {
  padding-top: 5.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-info__limited {
    padding-top: 21rem;
  }
}

.p-info__limitedBg {
  position: absolute;
  top: -1rem;
  left: 54%;
  transform: translateX(-50%);
  width: 164.9rem;
  height: 91.4rem;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-info__limitedBg {
    top: 2rem;
    width: 100vw;
    height: 97rem;
    left: 50%;
  }
}
@media screen and (max-width: 410px) {
  .p-info__limitedBg {
    top: 5rem;
    width: 41rem;
    height: 100rem;
  }
}
.p-info__limitedBg img {
  object-fit: contain;
}

.p-info__limitedTitle {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.7rem;
}
.p-info__limitedTitle .img {
  width: 18.4rem;
  height: 3.2rem;
}
.p-info__limitedTitle .img img {
  object-fit: contain;
}
.p-info__limitedTitle .text {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.1428571429;
  letter-spacing: 0.04em;
}

.p-info__limitedText {
  margin-top: 1.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2666666667;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-info__limitedText::before {
  content: "";
  position: absolute;
  bottom: -13.5rem;
  left: 48.9%;
  transform: translateX(-50%);
  width: 28.8rem;
  height: 27.1rem;
  background: url("/sp/kakakucom/img/simple/info_text_line.svg") no-repeat center/contain;
  z-index: -1;
  pointer-events: none;
}

.p-info__limitedLead {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-align: center;
  position: relative;
}
.p-info__limitedLead .small {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.7647058824;
  letter-spacing: 0.12em;
}
.p-info__limitedLead .normal {
  font-size: 1rem;
  font-weight: 300;
  line-height: 3;
  letter-spacing: 0.12em;
  position: absolute;
  bottom: -2.6rem;
  left: 38%;
  transform: translateX(-50%);
}

.p-info__limitedImg {
  margin-top: 2.4rem;
  width: 21.1rem;
  height: auto;
  aspect-ratio: 211/210;
  margin-inline: auto;
}
.p-info__limitedImg img {
  object-fit: contain;
  margin-left: 3rem;
}

.p-info__limitedCta {
  margin: 1.8rem;
  text-align: center;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-info__limitedCta {
    padding-bottom: 22rem;
  }
}
.p-info__limitedCta .lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #FF5C00;
  position: relative;
  display: inline-block;
  padding-inline: 0.4rem;
}
.p-info__limitedCta .lead::before, .p-info__limitedCta .lead::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 5.8rem;
  background-color: #333333;
  rotate: -23deg;
}
.p-info__limitedCta .lead::after {
  left: auto;
  right: 0;
  rotate: 23deg;
}
.p-info__limitedCta .lead span {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.p-info__limitedCta .btn {
  margin-top: 2.6rem;
  display: flex;
  justify-content: center;
}
.p-info__limitedCta .note {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.p-info__limitedCta .eo {
  font-size: 2rem;
}

.p-info__limitedBottom {
  overflow: hidden;
  padding-bottom: 11.4rem;
}
@media screen and (max-width: 767px) {
  .p-info__limitedBottom {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-info__limitedBottom .p-info__limitedBg {
    top: 0;
  }
}
.p-info__limitedBottom .p-info__limited {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-info__limitedBottom .p-info__limited {
    padding-top: 15.6rem;
  }
}
.p-info__limitedBottom .p-info__limitedImg {
  width: 26.5rem;
  aspect-ratio: 265/232;
}
@media screen and (max-width: 767px) {
  .p-info__limitedBottom .p-info__limitedImg {
    margin-top: 2.3rem;
  }
}
.p-info__limitedBottom .p-info__limitedImg img {
  margin-left: 0;
}
.p-info__limitedBottom .p-info__limitedCta {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-info__limitedBottom .p-info__limitedCta {
    margin-top: 1.2rem;
    padding-bottom: 0;
  }
}
.p-info__limitedBottom .p-info__limitedText::before {
  left: 49.6%;
}
@media screen and (max-width: 767px) {
  .p-info__limitedBottom .p-info__limitedText::before {
    left: 48%;
  }
}
.p-info__limitedBottom .p-info__limitedLead .normal {
  left: 47%;
}
@media screen and (max-width: 767px) {
  .p-info__limitedBottom .p-info__limitedLead .normal {
    left: 38%;
  }
}
.p-info__limitedBottom .p-info__limitedCta .btn {
  margin-top: 2.4rem;
}

.p-quality {
  margin-top: -14rem;
  background-color: #EBEBEB;
}
.p-qualityNetflix .c-section__title {
  padding-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-qualityNetflix .c-section__title {
    padding-top: 0;
  }
}

.p-quality__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6rem 2.4rem;
  margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-quality__wrap {
    gap: 1.6rem;
    margin-top: 4rem;
    max-width: 35rem;
    margin-inline: auto;
  }
}

.p-quality__content {
  width: calc(50% - 1.2rem);
  background-color: #fff;
  border-radius: 0.6rem;
  padding: 2.2rem 1.9rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-quality__content {
    width: 100%;
    padding: 1.6rem 1.9rem 1.8rem;
  }
}
.p-quality__content.wide {
  width: 100%;
  padding: 1.7rem 1.9rem 2rem;
}
.p-quality__content:first-child .p-quality__img {
  margin-top: 1.9rem;
  width: 31.1rem;
  aspect-ratio: 311/74;
}

.p-quality__img {
  margin-inline: auto;
  width: 31rem;
  height: auto;
  aspect-ratio: 310/136;
}
.p-quality__img img {
  object-fit: contain;
}

.p-quality__title {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.6363636364;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-quality__title span {
  font-size: 2.9rem;
  font-weight: 100;
  line-height: 1.2413793103;
  letter-spacing: 0.04em;
}

.p-quality__imgWrap {
  margin-top: 1.2rem;
}
.p-quality__imgText {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-quality__imgText.head {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}
.p-quality__imgText.head span {
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
}

.p-quality__balloon {
  margin-top: 1.1rem;
  width: 24rem;
  height: 4.5rem;
  margin-inline: auto;
  position: relative;
  display: grid;
  place-items: center;
  border: 0.1rem solid #333333;
}
.p-quality__balloon p {
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 100%;
}
.p-quality__balloon p::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.4rem;
  background: url("/sp/kakakucom/img/simple/icon_balloon_info.svg") no-repeat center/contain;
  z-index: 1;
}
.p-quality__balloon p::after {
  content: "";
  position: absolute;
  bottom: 0.05rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 1rem;
  background-color: #fff;
  z-index: 2;
}
.p-quality__balloon span {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4166666667;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  z-index: 3;
}
.p-quality__balloon.reverse p::before, .p-quality__balloon.reverse p::after {
  transform: translateX(-50%) rotate(180deg);
}
.p-quality__balloon.reverse p::before {
  bottom: auto;
  top: -1rem;
}
.p-quality__balloon.reverse p::after {
  top: 0;
  bottom: auto;
}

.p-quality__text {
  margin-top: 2.1rem;
  padding-inline: 2.4rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-quality__text {
    margin-top: 1.8rem;
    padding-inline: 0.6rem;
  }
}

.p-quality__imgFlex {
  margin-top: 2.3rem;
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-quality__imgFlex {
    flex-wrap: wrap;
    margin-top: 1.5rem;
    gap: 1.6rem;
  }
}
.p-quality__imgFlex .img {
  width: 30.2rem;
  height: auto;
  aspect-ratio: 302/207;
}
@media screen and (max-width: 767px) {
  .p-quality__imgFlex .img {
    width: 100%;
  }
}
.p-quality__imgFlex .img img {
  object-fit: contain;
}
.p-quality__imgFlex .text {
  width: 31.1rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-quality__imgFlex .text {
    width: 100%;
    padding-inline: 0.6rem;
  }
}
.p-quality__imgFlex .text span {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  color: #EB003F;
}

.p-quality__bottom {
  margin-top: 1.9rem;
  display: flex;
  justify-content: center;
  gap: 1.9rem;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-quality__bottom {
    margin-top: 1.1rem;
    flex-wrap: wrap;
    gap: 0.2rem;
    align-items: flex-start;
  }
}
.p-quality__bottom .img {
  width: 11.4rem;
  height: auto;
  aspect-ratio: 114/145;
}
@media screen and (max-width: 767px) {
  .p-quality__bottom .img {
    margin-inline: auto;
  }
}
.p-quality__bottom .img img {
  object-fit: contain;
}
.p-quality__bottom .text {
  padding-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-quality__bottom .text {
    padding-bottom: 0;
    text-align: center;
  }
}

.p-cost__first {
  margin-top: 3.8rem !important;
}
@media screen and (max-width: 767px) {
  .p-cost__first {
    margin-top: 5rem !important;
  }
}

.p-cost__free {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-cost__free {
    margin-top: 4.8rem;
  }
}

.p-cost__balloon--red {
  border: 0.1rem solid #EB003F;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: #EB003F;
}
.p-cost__balloon--red::before {
  clip-path: none;
  bottom: 0;
  z-index: 1;
  width: 4rem;
  height: 0.8rem;
}
.p-cost__balloon--red::after {
  content: "";
  position: absolute;
  bottom: -1.7rem;
  left: 49%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 2.2rem;
  background: url("/sp/kakakucom/img/simple/kvSimple_balloon.svg") no-repeat center/contain;
}

.p-cost__balloon--normal {
  height: 3.8rem !important;
}
.p-cost__balloon--normal .p-info__balloonText {
  border-color: #333333 !important;
  color: #333333 !important;
  font-size: 1.7rem !important;
  line-height: 1.4705882353 !important;
}
.p-cost__balloon--normal .p-info__balloonText::after {
  bottom: -1rem;
  background: url("/sp/kakakucom/img/simple/icon_balloon_info.svg") no-repeat center/contain;
}

.p-cost__itemTitle {
  border-radius: 0.6rem 0.6rem 0 0;
}

.p-cost__detail {
  border: 0.1rem solid #333333;
  border-top: none;
  border-radius: 0 0 0.6rem 0.6rem;
  padding-bottom: 1.8rem;
}

.p-cost__present {
  margin-top: 5.9rem;
}

.p-cost__presentWrap {
  margin-top: 2rem;
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-cost__presentWrap {
    margin-top: 3.2rem;
    flex-direction: column;
    gap: 1.6rem;
  }
}

.p-cost__presentContent {
  width: calc(50% - 1.2rem);
  background-color: #EBEBEB;
  border-radius: 0.6rem;
  padding-block: 2.3rem 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-cost__presentContent {
    width: 100%;
    padding-block: 2.3rem 2.8rem;
  }
}
.p-cost__presentContent:nth-child(2) {
  padding-block: 3.8rem 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-cost__presentContent:nth-child(2) {
    padding-block: 2.5rem 2.8rem;
  }
}
.p-cost__presentContent:nth-child(2) .p-cost__presentLink {
  margin-top: 3.2rem;
}
.p-cost__presentContent.netflix {
  padding-block: 5.8rem 2.6rem;
}
.p-cost__presentContent.netflix .p-cost__presentText {
  margin-top: 0;
}
.p-cost__presentContent.netflix .p-cost__presentLink {
  margin-top: 1.4rem;
}

.p-cost__presentTitle {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
}
.p-cost__presentTitle span {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.4583333333;
  letter-spacing: 0.06em;
}

.p-cost__presentPrice {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #EB003F;
}
.p-cost__presentPrice .text {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.2380952381;
  letter-spacing: 0.06em;
}
.p-cost__presentPrice .value {
  margin-left: 0.6rem;
  font-size: 5.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Oswald", sans-serif;
}
.p-cost__presentPrice .unit {
  margin-left: 0.4rem;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
.p-cost__presentPrice .back {
  margin-left: 1rem;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.1052631579;
  letter-spacing: 0.06em;
}

.p-cost__presentNote {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.p-cost__presentNote p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8333333333;
  letter-spacing: 0.04em;
  padding-left: calc(1em + 0.5rem);
  position: relative;
}
.p-cost__presentNote p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-cost__presentLink {
  margin-top: 2.2rem;
  text-align: center;
}
.p-cost__presentLink.netflix {
  margin-top: 3.2rem;
}

.p-cost__presentText {
  margin-top: 1.6rem;
  font-size: 5.4rem;
  font-weight: 300;
  line-height: 1.462962963;
  letter-spacing: 0.06em;
  text-align: center;
  color: #EB003F;
}

.p-cost__freeNote {
  margin-top: 1rem;
  width: 23.2rem;
}

.p-cost__penalty {
  margin-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  .p-cost__penalty {
    margin-top: 2.4rem !important;
  }
}
.p-cost__penalty .p-cost__balloon--normal {
  width: 23.9rem;
  height: 3.6rem;
  margin-top: 0;
}

.p-cost__btn {
  margin-top: 4.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cost__special {
    margin-top: 9rem;
  }
}

.p-info__btn, .p-apply__btn {
  display: flex;
  justify-content: center;
}

.p-apply__btn .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-info__limitedCta.bottom {
    padding-bottom: 14rem;
  }
}

.p-info__limitedCta.apply {
  margin-top: 4.8rem;
  padding-bottom: 0;
}

.p-kvNetflix__line, .p-kvNetflix__line2 {
  position: absolute;
  top: 21.5rem;
  right: -28rem;
  width: 32.1rem;
  height: 16.8rem;
}

.p-kvNetflix__line2 {
  top: 0.6rem;
  left: -5rem;
  width: 9.3rem;
  height: 5.1rem;
}


.fw300{
  font-weight: 300!important;
}


/* ----------------------------------------------------------------------------section区切りの打ち消し */
/* 黄色切り替え */
.c-slanting__bottom {
  padding-bottom: 0;
  clip-path: none;
}
/* 灰色切り替え */
.c-slanting__top {
  padding-top: 0;
  clip-path: none;
}
.p-quality {
  margin-top: 0;
}

/* NFページ用 */
.c-slanting {
  padding-bottom: 0;
  clip-path: none;
}