html,
body {
  overflow-x: hidden;
}

.slick-track {
  overflow-x: hidden;
}

.new-intro {
  background: #fff9ed;
  padding: 30px 0;
  border-top: 20px solid #fca306;
}
@media screen and (min-width: 640px) {
  .new-intro {
    background: #fff9ed;
    padding: 50px 0;
    border-top: 20px solid #fca306;
  }
}

.new-intro-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}

.sp-br {
  display: block;
}
@media screen and (min-width: 640px) {
  .sp-br {
    display: none;
  }
}

.offer {
  margin: 0 0 70px 0;
}
.offer h2 {
  font-size: 26px;
  line-height: 44px;
  margin: 0 0 30px 0;
}
.offer p {
  font-size: 18px;
  letter-spacing: 0.7px;
  line-height: 35px;
  font-weight: 600;
}
.offer p b {
  color: #e7005a;
  font-weight: 600;
}
.offer p span {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
@media screen and (min-width: 640px) {
  .offer {
    margin: 0 0 70px 0;
  }
  .offer h2 {
    font-size: 40px;
    line-height: 64px;
    margin: 0 0 30px 0;
  }
  .offer p {
    font-size: 20px;
    letter-spacing: 0.7px;
    line-height: 40px;
    font-weight: 600;
  }
  .offer p b {
    color: #e7005a;
    font-weight: 600;
  }
  .offer p span {
    background: linear-gradient(transparent 60%, #ffff66 60%);
  }
}

.offer-num {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 10px;
  border-radius: 20px;
}
.offer-num h3 {
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 4px;
  margin: 0 0 30px 0;
}
.offer-num h3 span {
  font-size: 34px;
  color: #e7005a;
}
.offer-num p {
  font-size: 13px;
  margin: 30px 0 0 0;
}
.offer-num p span {
  display: block;
  font-size: 34px;
  letter-spacing: 4px;
  font-weight: 900;
  margin: 0 0 5px 0;
}
.offer-num::before {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
  content: "";
  display: inline-block;
  border-top: 40px solid #fba308;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
}
@media screen and (min-width: 640px) {
  .offer-num {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 10px;
    border-radius: 20px;
  }
  .offer-num h3 {
    font-size: 27px;
    line-height: 48px;
    letter-spacing: 4px;
    margin: 0 0 40px 0;
  }
  .offer-num h3 span {
    font-size: 40px;
    color: #e7005a;
  }
  .offer-num p {
    font-size: 13px;
    margin: 40px 0 0 0;
  }
  .offer-num p span {
    display: block;
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 900;
    margin: 0 0 5px 0;
  }
  .offer-num::before {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%);
    content: "";
    display: inline-block;
    border-top: 40px solid #fba308;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
  }
}

.chart-wrapper {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .chart-wrapper {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}

canvas {
  width: 250px !important;
  height: 250px !important;
}
@media screen and (min-width: 640px) {
  canvas {
    width: 300px !important;
    height: 300px !important;
  }
}

.chart-label {
  position: absolute;
  top: 52%;
  left: 49%;
  transform: translate(-50%, -55%);
  font-size: 90px;
  font-family: "Oswald";
  font-weight: 400;
  color: #000;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .chart-label {
    position: absolute;
    top: 52%;
    left: 49%;
    transform: translate(-50%, -55%);
    font-size: 110px;
    font-family: "Oswald";
    font-weight: 400;
    color: #000;
    line-height: 1;
  }
}

.chart-label small {
  display: block;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .chart-label small {
    display: block;
    font-size: 60px;
    font-weight: 600;
  }
}

.lesson-movie {
  margin: 40px 0 40px 0;
}
.lesson-movie h3 {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  letter-spacing: 2px;
  position: relative;
}
.lesson-movie h3 .yellow-text {
  color: #fba308;
}
.lesson-movie h3 .large-text {
  font-size: 26px;
}
.lesson-movie h3::after {
  content: "";
  background: #fba308;
  display: inline-block;
  width: 3px;
  height: 65px;
  position: absolute;
  right: -30px;
  top: auto;
  bottom: 0;
  transform: rotate(30deg);
}
.lesson-movie h3::before {
  content: "";
  background: #fba308;
  display: inline-block;
  width: 3px;
  height: 65px;
  position: absolute;
  left: -30px;
  top: auto;
  bottom: 0;
  transform: rotate(-30deg);
}
@media screen and (min-width: 640px) {
  .lesson-movie {
    margin: 50px 0 60px 0;
  }
  .lesson-movie h3 {
    font-size: 20px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    letter-spacing: 2px;
    position: relative;
  }
  .lesson-movie h3 .yellow-text {
    color: #fba308;
  }
  .lesson-movie h3 .large-text {
    font-size: 27px;
  }
  .lesson-movie h3::after {
    content: "";
    background: #fba308;
    display: inline-block;
    width: 3px;
    height: 65px;
    position: absolute;
    right: -40px;
    top: 5px;
    bottom: auto;
    transform: rotate(30deg);
  }
  .lesson-movie h3::before {
    content: "";
    background: #fba308;
    display: inline-block;
    width: 3px;
    height: 65px;
    position: absolute;
    left: -45px;
    top: 5px;
    bottom: auto;
    transform: rotate(-30deg);
  }
}

.movie-content-wrap {
  max-width: 370px;
  margin: 30px auto 0 auto;
}
.movie-content-wrap iframe {
  border-radius: 20px;
  border: none;
}
@media screen and (min-width: 640px) {
  .movie-content-wrap {
    max-width: 370px;
    margin: 40px auto 0 auto;
  }
  .movie-content-wrap iframe {
    border-radius: 20px;
    border: none;
  }
}

.new-instructor-intro {
  padding: 30px 0;
}
@media screen and (min-width: 640px) {
  .new-instructor-intro {
    padding: 50px 0;
  }
}
@media screen and (min-width: 800px) {
  .new-instructor-intro {
    padding: 70px 0 90px 0;
  }
}

.sp-new-img {
  display: block;
  max-width: 335px;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 1000px) {
  .sp-new-img {
    display: none;
  }
}

.new-instructor-intro-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .new-instructor-intro-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
  }
}
.new-instructor-intro-inner::after {
  content: none;
}
@media screen and (min-width: 1000px) {
  .new-instructor-intro-inner::after {
    position: absolute;
    right: -95px;
    top: 0;
    content: "";
    display: block;
    width: 512px;
    height: 740px;
    background: url("../images/kaneko-new-img.webp") no-repeat;
    background-size: contain;
  }
}
.new-instructor-intro-inner .left-text {
  text-align: left;
}
.new-instructor-intro-inner .left-text h2 {
  font-size: 22px;
  margin: 0 0 10px 0;
  letter-spacing: 4px;
  line-height: 34px;
}
.new-instructor-intro-inner .left-text p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.5px;
  margin: 0 0 20px 0;
}
.new-instructor-intro-inner .left-text p:last-child {
  margin: 0;
}
.new-instructor-intro-inner .left-text p .large-text {
  font-size: 18px;
  font-weight: bold;
}
.new-instructor-intro-inner .left-text p .color-text {
  color: #e7005a;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
@media screen and (min-width: 640px) {
  .new-instructor-intro-inner .left-text {
    text-align: center;
  }
  .new-instructor-intro-inner .left-text h2 {
    font-size: 27px;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
  }
  .new-instructor-intro-inner .left-text p {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 1.5px;
    margin: 0 0 40px 0;
  }
  .new-instructor-intro-inner .left-text p:last-child {
    margin: 0;
  }
  .new-instructor-intro-inner .left-text p .large-text {
    font-size: 20px;
    font-weight: bold;
  }
  .new-instructor-intro-inner .left-text p .color-text {
    color: #e7005a;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffff66 60%);
  }
}
@media screen and (min-width: 1000px) {
  .new-instructor-intro-inner .left-text {
    text-align: left;
  }
  .new-instructor-intro-inner .left-text h2 {
    font-size: 27px;
    margin: 0 0 60px 0;
    letter-spacing: 4px;
  }
  .new-instructor-intro-inner .left-text p {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 1.5px;
    margin: 0 0 40px 0;
  }
  .new-instructor-intro-inner .left-text p:last-child {
    margin: 0;
  }
  .new-instructor-intro-inner .left-text p .large-text {
    font-size: 20px;
    font-weight: bold;
  }
  .new-instructor-intro-inner .left-text p .color-text {
    color: #e7005a;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffff66 60%);
  }
}

.trouble-inner {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 1rem;
}
.trouble-inner ul {
  max-width: 500px;
  margin: 30px auto 50px auto;
}
.trouble-inner ul li {
  color: #fff;
  text-align: left;
  font-size: 14px !important;
  letter-spacing: 4.5px;
  font-weight: 600;
  margin: 0 0 25px 0;
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
}
.trouble-inner ul li::before {
  content: "";
  width: 20px;
  height: 15px;
  background: url("../images/check-mark.svg") no-repeat;
  background-size: contain;
  display: flex;
  flex: 0 0 auto;
  margin: 5px 20px 0 0;
}
@media screen and (min-width: 640px) {
  .trouble-inner {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .trouble-inner ul {
    max-width: 500px;
    margin: 60px auto 80px auto;
  }
  .trouble-inner ul li {
    color: #fff;
    text-align: left;
    font-size: 18px !important;
    letter-spacing: 4.5px;
    font-weight: 600;
    margin: 0 0 28px 0;
    align-items: center;
    justify-content: flex-start;
    display: flex;
  }
  .trouble-inner ul li::before {
    content: "";
    width: 20px;
    height: 15px;
    background: url("../images/check-mark.svg") no-repeat;
    background-size: contain;
    display: flex;
    flex: 0 0 auto;
    margin: 0 25px 0 0;
  }
}

.instructor-comment {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  position: relative;
}
.instructor-comment::before {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%);
  content: "";
  display: inline-block;
  border-top: 20px solid #e7005a;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.instructor-comment h3 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 4px;
}
.instructor-comment h3 span {
  font-size: 22px;
}
.instructor-comment h3::after {
  content: "";
  background: #333;
  display: inline-block;
  width: 3px;
  height: 55px;
  position: absolute;
  right: -35px;
  top: auto;
  bottom: 0;
  transform: rotate(35deg);
}
.instructor-comment h3::before {
  content: "";
  background: #333;
  display: inline-block;
  width: 3px;
  height: 55px;
  position: absolute;
  left: -35px;
  top: auto;
  bottom: 0;
  transform: rotate(-35deg);
}
.instructor-comment img {
  width: 195px;
  height: 195px;
  margin: 20px auto;
  display: block;
}
.instructor-comment p {
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
}
.instructor-comment p:last-child {
  margin: 0;
}
.instructor-comment p span {
  color: #e7005a;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
@media screen and (min-width: 640px) {
  .instructor-comment {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    position: relative;
  }
  .instructor-comment::before {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%);
    content: "";
    display: inline-block;
    border-top: 40px solid #e7005a;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
  }
  .instructor-comment h3 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 4px;
  }
  .instructor-comment h3 span {
    font-size: 27px;
  }
  .instructor-comment h3::after {
    content: "";
    background: #333;
    display: inline-block;
    width: 3px;
    height: 75px;
    position: absolute;
    right: -40px;
    top: 5px;
    bottom: auto;
    transform: rotate(30deg);
  }
  .instructor-comment h3::before {
    content: "";
    background: #333;
    display: inline-block;
    width: 3px;
    height: 75px;
    position: absolute;
    left: -45px;
    top: 5px;
    bottom: auto;
    transform: rotate(-30deg);
  }
  .instructor-comment img {
    width: 195px;
    height: 195px;
    margin: 30px auto;
    display: block;
  }
  .instructor-comment p {
    font-size: 16px;
    text-align: left;
    line-height: 34px;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
  }
  .instructor-comment p:last-child {
    margin: 0;
  }
  .instructor-comment p span {
    color: #e7005a;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffff66 60%);
  }
}

.price {
  padding: 0px !important;
  margin: 0 !important;
}
@media screen and (min-width: 640px) {
  .price {
    padding: 30px 20px 20px 20px !important;
    margin: 0 !important;
  }
}

.title-side {
  padding: 0 30px !important;
  margin: 0 0 20px 0 !important;
}
@media screen and (min-width: 640px) {
  .title-side {
    padding: 0 60px !important;
    margin: 0 0 40px 0 !important;
  }
}

.new-price-text p {
  text-align: left;
  line-height: 32px;
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .new-price-text p {
    text-align: left;
    line-height: 32px;
    font-size: 16px;
  }
}

.new-price-item {
  text-align: left;
}
.new-price-item h3 {
  margin: 0 0 30px 0;
}
.new-price-item h3 span {
  display: inline-block;
  font-size: 16px;
  background: #333;
  color: #fff;
  padding: 3px 10px;
  margin: 0 0 20px 0;
}
.new-price-item table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.new-price-item table tr th {
  background: #ffd48f;
  padding: 10px;
  border: 1px solid #fba308;
}
.new-price-item table tr td {
  padding: 10px;
  border: 1px solid #fba308;
  letter-spacing: 1px;
}
.new-price-item table tr td span {
  color: #e7005a;
  font-weight: bold;
}
.new-price-item table tr .title {
  background: #fff9ed;
}
@media screen and (min-width: 640px) {
  .new-price-item table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
  }
  .new-price-item table tr th {
    background: #ffd48f;
    padding: 15px;
    border: 1px solid #fba308;
  }
  .new-price-item table tr td {
    padding: 15px;
    border: 1px solid #fba308;
    letter-spacing: 2px;
  }
  .new-price-item table tr td span {
    color: #e7005a;
    font-weight: bold;
  }
  .new-price-item table tr .title {
    background: #fff9ed;
  }
}/*# sourceMappingURL=new-style.css.map */