@charset "UTF-8";
/*                LP用
======================================================= */
@font-face {
  font-family: "MPLUSRounded1c";
  font-weight: 900;
  font-display: swap;
  src: url(/media/files/fonts/MPLUSRounded1c-ExtraBold-Subset.woff2) format("woff2");
}
@font-face {
  font-family: "MPLUSRounded1c";
  font-weight: 700;
  font-display: swap;
  src: url(/media/files/fonts/MPLUSRounded1c-Bold-Subset.woff2) format("woff2");
}
@font-face {
  font-family: "MPLUSRounded1c";
  font-weight: 500;
  font-display: swap;
  src: url(/media/files/fonts/MPLUSRounded1c-Medium-Subset.woff2) format("woff2");
}
@font-face {
  font-family: "MPLUSRounded1c";
  font-weight: 400;
  font-display: swap;
  src: url(/media/files/fonts/MPLUSRounded1c-Regular-Subset.woff2) format("woff2");
}
#kee_lp {
  color: #000;
}
#kee_lp .l-main {
  margin-top: -32px;
}
@media only screen and (max-width: 767px) {
  #kee_lp .l-main {
    margin-top: 0;
  }
}

summary {
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

.u-ib {
  display: inline-block;
}

.under-1271 {
  display: none;
}
@media only screen and (max-width: 1271px) {
  .under-1271 {
    display: block;
  }
}

.l-container {
  margin-inline: auto;
  max-width: 1260px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}

.p-kv {
  position: relative;
  width: 100%;
  height: auto;
}
.p-kv #bread {
  position: absolute;
  top: 1%;
  left: 14%;
}
@media only screen and (max-width: 767px) {
  .p-kv #bread {
    display: none;
  }
}
.p-kv #bread ol {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.p-kv #bread ol li {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-size: 12px;
}
.p-kv #bread ol li:not(:first-child) {
  padding-left: 30px;
}
.p-kv #bread ol li:not(:first-child)::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: translateY(-50%) rotate(45deg);
}

.p-kv__bg {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/1214;
  background-image: url(/media/images/lp/fv-pc.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-kv__bg {
    aspect-ratio: 390/708;
    background-size: contain;
    background-image: url(/media/images/lp/fv-sp.png);
  }
}

.p-kv__profile {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.p-kv__profile.--sp-none {
  position: absolute;
  top: 32vw;
  left: 16%;
}
@media only screen and (max-width: 1271px) {
  .p-kv__profile.--sp-none {
    top: 30vw;
    left: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__profile.--sp-none {
    display: none;
  }
}
.p-kv__profile.--pc-none {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-kv__profile.--pc-none {
    display: none;
  }
}

.p-kv__profile-name {
  display: block;
  font-size: 20px;
  font-family: "MPLUSRounded1c", sans-serif;
  font-weight: bold;
}

.p-kv__profile-detail {
  display: block;
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .p-news {
    margin-top: 40px;
  }
}

.p-news__wrap {
  background-color: #fff;
  padding: 85px 100px;
  border: 4px solid #000;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .p-news__wrap {
    padding: 48px 64px;
  }
}
@media only screen and (max-width: 767px) {
  .p-news__wrap {
    padding: 32px 24px;
  }
}

.p-news__item {
  overflow: hidden;
  padding-bottom: 16px;
}
.p-news__item + .p-news__item {
  padding-top: 40px;
  border-top: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .p-news__item + .p-news__item {
    padding-top: 32px;
  }
}

.p-news__head {
  position: relative;
  padding-right: 36px;
  display: flex;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-news__head {
    flex-direction: column;
  }
}
.p-news__head::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #000;
  border-radius: 10px;
  right: 0;
  top: 14px;
}
.p-news__head::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #000;
  border-radius: 10px;
  right: 0;
  top: 14px;
  rotate: 90deg;
  transition: 0.3s;
}

.p-news__item[open] .p-news__head::after {
  rotate: 180deg;
  opacity: 0;
}

.js-hidden-item {
  display: none;
}

.p-news__head-date {
  display: inline-block;
  min-width: 120px;
  font-size: 18px;
  font-family: "MPLUSRounded1c", sans-serif;
  font-weight: bold;
}

.p-news__head-title {
  padding-left: 40px;
  font-size: 18px;
  font-family: "MPLUSRounded1c", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-news__head-title {
    padding-left: 0;
  }
}

.p-news__body-inner {
  padding: 10px 36px 0 160px;
}
@media only screen and (max-width: 767px) {
  .p-news__body-inner {
    padding: 16px 0 0 0;
  }
}

.p-news__more-btn {
  display: block;
  position: absolute;
  content: "";
  bottom: -50px;
  max-width: 320px;
  width: 100%;
  background: #d9d9d9;
  padding: 27px 40px;
  border: 3px solid #000;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.p-news__more-btn-text {
  font-size: 22px;
  font-family: "MPLUSRounded1c", sans-serif;
  font-weight: bold;
  position: relative;
}
.p-news__more-btn-text::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #000;
  border-radius: 10px;
  right: -64px;
  top: 14px;
}
.p-news__more-btn-text::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #000;
  border-radius: 10px;
  right: -64px;
  top: 14px;
  rotate: 90deg;
  transition: 0.3s;
}

.p-video__wrap {
  margin-top: 140px;
}
@media only screen and (max-width: 767px) {
  .p-video__wrap {
    margin-top: 60px;
  }
}

.p-video__frame {
  width: 100%;
}

.p-course {
  margin-top: 290px;
  background-color: #f2d03c;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-course {
    margin-top: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .p-course {
    margin-top: 80px;
  }
}

.p-cours-head__deco {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  background-image: url(/media/images/lp/movie-top-bg.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1440/721;
}

.p-cours-head {
  width: 100%;
}

.p-course-head__container {
  padding-left: 200px;
}
@media only screen and (max-width: 1271px) {
  .p-course-head__container {
    padding-left: 20px;
  }
}

.p-course-head__inner {
  margin-inline: auto;
  max-width: 896px;
  position: relative;
  padding-top: 210px;
}
@media only screen and (max-width: 1271px) {
  .p-course-head__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-course-head__inner {
    padding-top: 140px;
  }
}
.p-course-head__inner::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 55%;
  max-width: 492px;
  height: auto;
  aspect-ratio: 492/738;
  background-image: url(/media/images/lp/course-head-kee.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -20%;
  left: -35%;
}
@media only screen and (max-width: 1271px) {
  .p-course-head__inner::before {
    max-width: 45%;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    left: 0;
    top: -25%;
  }
}
@media only screen and (max-width: 480px) {
  .p-course-head__inner::before {
    width: 190px;
    height: 285px;
    left: -20px;
    top: 0;
  }
}

.p-course-head__title {
  position: relative;
  font-family: "MPLUSRounded1c", sans-serif;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1271px) {
  .p-course-head__title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .p-course-head__title {
    margin-bottom: 40px;
  }
}

.p-course-head__title-text {
  font-size: 56px;
  font-weight: 700;
  -webkit-text-stroke: 10px #fff;
  paint-order: stroke;
  color: #000;
}
@media only screen and (max-width: 1271px) {
  .p-course-head__title-text {
    font-size: 48px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-course-head__title-text {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .p-course-head__title-text {
    font-size: 20px;
  }
}
.p-course-head__title-text.--green {
  font-size: 80px;
  font-weight: 900;
  color: #b1f184;
  line-height: 1;
  -webkit-text-stroke: 10px #000;
  paint-order: stroke;
  text-shadow: 0px 10px 0px black;
}
@media only screen and (max-width: 1271px) {
  .p-course-head__title-text.--green {
    font-size: 60px;
    line-height: 1.3;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-course-head__title-text.--green {
    font-size: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .p-course-head__title-text.--green {
    font-size: 40px;
    line-height: 1.4;
  }
}
.p-course-head__title-text.--green.--pc {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-course-head__title-text.--green.--pc {
    display: none;
  }
}
.p-course-head__title-text.--green.--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-course-head__title-text.--green.--sp {
    display: inline-block;
    margin-top: 8px;
  }
}

.p-course__start-data {
  font-family: "MPLUSRounded1c", sans-serif;
  text-align: center;
  position: relative;
  max-width: 780px;
}
.p-course__start-data.--center {
  margin-inline: auto;
}

.p-course__start-data-text {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #2f80ed;
}
@media only screen and (max-width: 767px) {
  .p-course__start-data-text {
    font-size: 900;
  }
}
.p-course__start-data-text::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 300px;
  height: 27px;
  top: 50%;
  left: -336px;
  transform: translateY(-50%);
  background-image: url(/media/images/lp/course-date-deco.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-course__start-data-text::before {
    background-image: url(/media/images/lp/course-date-deco-sp.svg);
    width: 24vw;
    left: -26vw;
  }
}
.p-course__start-data-text::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 300px;
  height: 27px;
  top: 50%;
  right: -336px;
  transform: translateY(-50%);
  background-image: url(/media/images/lp/course-date-deco.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-course__start-data-text::after {
    background-image: url(/media/images/lp/course-date-deco-sp.svg);
    width: 24vw;
    right: -26vw;
  }
}

.p-course-body {
  background-color: #f2d03c;
  padding-bottom: 104px;
  margin-top: 147px;
}

.p-course__list {
  max-width: 1140px;
  margin-inline: auto;
  position: relative;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .p-course__list {
    padding: 0 20px;
  }
}

.p-course-body__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
}
@media only screen and (max-width: 767px) {
  .p-course-body__item {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.p-course-body__item + .p-course-body__item {
  margin-top: 48px;
}

.p-course-body__img-item {
  position: relative;
  display: block;
  width: fit-content;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-course-body__img-item {
    margin-inline: auto;
  }
}
.p-course-body__img-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -14px;
  width: 231px;
  height: 231px;
  background-color: #57cfe7;
  border-radius: 50%;
  left: -120px;
}
.p-course-body__img-item.--darkblue::before {
  background-color: #1f2573;
}
.p-course-body__img-item.--red::before {
  background-color: #c41010;
}
.p-course-body__img-item.--orange::before {
  background-color: #ec5f00;
}
.p-course-body__img-item.--yellow::before {
  background-color: #fff495;
}
.p-course-body__img-item.--blue::before {
  background-color: #4c75f2;
}
.p-course-body__img-item.--lightgreen::before {
  background-color: #b1f184;
}

.p-course-body__item.--start .p-course-body__img-container {
  margin-top: -100px;
}

.p-course-body__img {
  position: relative;
}

.p-course-body__info {
  position: relative;
}
.p-course-body__info::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 47px;
  top: 0;
  left: -56px;
  background-image: url(/media/images/lp/icon-course-start.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-course-body__info:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  height: calc(100% - 20px + 56px);
  top: 20px;
  left: -46px;
  background-image: url(/media/images/lp/course-dot.svg);
  background-position: center;
  background-size: cover;
}

.p-course-body__item.--last .p-course-body__info:after {
  content: none;
}

.p-course-body__info-target {
  font-size: 18px;
  font-family: "MPLUSRounded1c", sans-serif;
  background-color: #fff;
  border-radius: 5px;
  min-width: 146px;
  padding: 3px 54px;
  position: relative;
}

.p-course-body__info-title {
  font-size: 40px;
  font-family: "MPLUSRounded1c", sans-serif;
  font-weight: bold;
  margin-top: 16px;
}

.p-couse-body__info-link {
  color: #000;
}
.p-couse-body__info-link:link {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.p-course-body__info-detail {
  font-size: 18px;
  font-family: "MPLUSRounded1c", sans-serif;
  margin-top: 24px;
}

.p-course-body__info-map {
  max-width: 480px;
  height: 200px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .p-course-body__info-map {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .p-course-body__info-map {
    height: 160px;
  }
}
.p-course-body__info-map iframe {
  width: 100%;
  height: 100%;
}

.p-course-body__info-time {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .p-course-body__info-time {
    margin-top: 40px;
    padding-left: 37px;
    position: relative;
    width: fit-content;
    margin-inline: auto;
  }
  .p-course-body__info-time::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 160px;
    top: -40px;
    left: 0;
    background-image: url(/media/images/lp/course-dot.svg);
    background-position: center;
    background-size: cover;
  }
}
@media only screen and (max-width: 480px) {
  .p-course-body__info-time {
    margin-inline: 0;
  }
}

.p-course-body__info-time-text {
  font-size: 24px;
  font-family: "MPLUSRounded1c", sans-serif;
  color: #db661a;
  font-weight: bold;
  padding-left: 64px;
  position: relative;
}
.p-course-body__info-time-text::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 36px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(/media/images/lp/icon-course-time.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-course-body__checkin-time {
  margin-top: 56px;
}
@media only screen and (max-width: 480px) {
  .p-course-body__checkin-time {
    text-align: center;
  }
}

.p-course-body__checkin-time-text {
  font-size: 18px;
  font-family: "MPLUSRounded1c", sans-serif;
}

.p-course-day2 {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .p-course-day2 {
    margin-top: 72px;
  }
}

.p-course-day3 {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .p-course-day3 {
    margin-top: 72px;
  }
}

.p-movie {
  padding: 270px 0 120px;
}
@media only screen and (max-width: 767px) {
  .p-movie {
    padding: 200px 0 120px;
  }
}
@media only screen and (max-width: 480px) {
  .p-movie {
    padding: 120px 0 120px;
  }
}

.p-movie-head__title {
  position: relative;
  font-family: "MPLUSRounded1c", sans-serif;
  text-align: center;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  width: fit-content;
  justify-content: center;
}
.p-movie-head__title::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 314px;
  height: 200px;
  top: -106px;
  left: -260px;
  background-image: url(/media/images/lp/movie-deco.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1271px) {
  .p-movie-head__title::before {
    width: 200px;
    left: -160px;
  }
}
@media only screen and (max-width: 767px) {
  .p-movie-head__title::before {
    width: 160px;
    left: -100px;
  }
}
@media only screen and (max-width: 480px) {
  .p-movie-head__title::before {
    width: 120px;
    left: -60px;
  }
}
.p-movie-head__title::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 346px;
  height: 190px;
  top: -134px;
  right: -134px;
  background-image: url(/media/images/lp/movie-charactor.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1271px) {
  .p-movie-head__title::after {
    width: 280px;
    right: -110px;
  }
}
@media only screen and (max-width: 767px) {
  .p-movie-head__title::after {
    width: 200px;
    right: -40px;
    top: -110px;
  }
}
@media only screen and (max-width: 480px) {
  .p-movie-head__title::after {
    width: 160px;
  }
}

.p-movie-head__title-text {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 80px;
  font-weight: bold;
  color: #b1f184;
  line-height: 1.2;
  -webkit-text-stroke: 10px #000;
  paint-order: stroke;
  text-shadow: 0px 10px 0px black;
}
@media only screen and (max-width: 1271px) {
  .p-movie-head__title-text {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .p-movie-head__title-text {
    font-size: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .p-movie-head__title-text {
    font-size: 32px;
    text-shadow: 0px 6px 0px black;
  }
}

.p-movie-menu {
  margin-top: 88px;
}
@media only screen and (max-width: 767px) {
  .p-movie-menu {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .p-movie-menu {
    margin-top: 32px;
  }
}

.p-movie-menu__category-list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .p-movie-menu__category-list {
    flex-wrap: wrap;
  }
}

.p-movie-menu__category-button {
  background-color: #fff;
  border: 1px solid #1f2573;
  border-radius: 5px;
  padding: 4px 16px;
}
.p-movie-menu__category-button.active {
  border: 1px solid #00479b;
  background-color: #00479b;
  border: 1px solid #00479b;
  color: #fff;
}

.p-movie-contents {
  margin-top: 48px;
}

.p-movie-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .p-movie-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .p-movie-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-movie-card {
  display: grid;
}

.p-movie-card__link {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
}
.p-movie-card__link:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .p-movie-card__thumbnail {
    width: 100%;
    height: auto;
  }
}

.p-movie-card__categories {
  margin-top: 10px;
}

.p-movie-card__category {
  background-color: #e5f0f4;
  color: #00479b;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
  border-radius: 5px;
  margin-right: 5px;
}

.p-movie-card__title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.p-movie-card__detail {
  margin-top: 15px;
  height: 74px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 767px) {
  .p-movie-card__detail {
    height: 68px;
  }
}

.p-movie-card__area {
  margin-top: 15px;
}

.p-movie-card__area-text {
  position: relative;
  padding-left: 25px;
  line-height: 1.4;
}
.p-movie-card__area-text::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 18px;
  background: center/contain no-repeat url(/media/images/lp/icon-movie-area.png);
}

.js-tab-panel {
  display: none;
}
.js-tab-panel.active {
  display: block;
}

/*# sourceMappingURL=kee_lp.css.map */
