@charset "UTF-8";
.headline-text.option {
  margin-top: 120px;
  font-size: 40px;
  font-weight: 700;
}
.headline-text.option::before, .headline-text.option::after {
  content: "-";
}

.headline-text.big {
  font-size: 30px;
  margin: 50px 0;
  font-weight: 800;
}

.fee-system-table-top {
  width: 100%;
  border-radius: 20px;
  margin-top: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: var(--global--color--dark-purple);
  overflow: hidden;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 1280px) {
  .fee-system-table-top {
    font-size: 22px;
    font-weight: 700;
  }
}

.fee-system-table-top th {
  padding: 20px 0 24px;
  background-color: var(--global--background--color);
  color: var(--global--color--white);
  font-size: 30px;
  font-weight: 700;
}

.fee-system-table-top td .content {
  width: 100%;
  padding: 7px 0;
  box-sizing: border-box;
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.fee-system-table-top td .time-text {
  margin-left: 20px;
  min-width: 100px;
  text-align: start;
  font-size: 18px;
  font-weight: 800;
}
.fee-system-table-top td .price-text {
  margin-right: 10px;
  font-family: var(--global--font--m-plus);
  font-size: 24px;
  font-weight: 700;
  color: var(--global--color--pink);
}
.fee-system-table-top td .time-icon {
  display: flex;
  flex-grow: 1;
}
.fee-system-table-top td .time-icon .time {
  width: 24px;
  height: 32px;
  background: url(../img/stop-watch.svg) no-repeat;
  background-size: 24px 32px;
}
.fee-system-table-top td .time-icon .time.half {
  width: 12px;
  background-size: 24px 32px;
}
.fee-system-table-top td .time-icon .time.transparent {
  opacity: 50%;
}
@media screen and (max-width: 750px) {
  .fee-system-table-top td {
    justify-content: space-between;
  }
  .fee-system-table-top td .time-icon {
    display: none;
  }
}

.fee-system-table-top tr td:nth-of-type(odd) {
  border-right: 2px var(--global--color--pink) solid;
}
.fee-system-table-top tr:not(:nth-of-type(1), :nth-of-type(2)) {
  border-top: 2px var(--global--color--pink) solid;
}

.fee-system-table-top td {
  background-color: #fddded;
}

.fee-system-table-top tr:nth-of-type(even) td:nth-of-type(odd),
.fee-system-table-top tr:nth-of-type(odd) td:nth-of-type(even) {
  background-color: #fff4f8;
}

.course-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 42px 0;
}
.course-group.option .detail-additional-container {
  width: 500px;
  margin: 0 0 0;
}
.course-group.option .detail-additional-container .content {
  background-color: #fddded;
  font-family: var(--global--font--m-plus);
  font-size: 30px;
  font-weight: 700;
  color: var(--global--color--purple);
}
@media screen and (max-width: 750px) {
  .course-group.option .detail-additional-container {
    max-width: 48%;
  }
}

.course:not(.button) {
  position: relative;
  width: 550px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--global--color--dark-purple);
  font-weight: 300;
  overflow: hidden;
  transition: width ease 0.5s, opacity ease 0.7s, transform ease 1.5s;
}
.course:not(.button).unfold {
  width: 100%;
}
.course:not(.button).unfold .course-detail-content .short-content {
  display: none;
}
.course:not(.button).unfold .course-detail-content .long-content {
  display: block;
}
.course:not(.button) .course-detail-content .long-content {
  display: none;
}
.course:not(.button) .course-detail-content .short-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.course:not(.button) .course-detail-content {
  flex-grow: 1;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--global--color--white);
  font-weight: 600;
  overflow-wrap: break-word;
}
.course:not(.button) .course-detail-content .course-name {
  font-size: 30px;
  font-weight: 800;
  color: var(--global--color--purple);
  font-family: var(--global--font--m-plus);
}
.course:not(.button) .course-detail-content .course-detail-text {
  padding: 0 20px 40px;
  margin-top: 10px;
  flex-grow: 1;
  font-size: 18px;
  text-align: start;
}
@media screen and (max-width: 1280px) {
  .course:not(.button) {
    width: 690px;
  }
  .course:not(.button) .course-detail-content {
    min-height: 300px;
  }
  .course:not(.button) .course-detail-content .course-name {
    font-size: 36px;
    font-weight: 600;
  }
  .course:not(.button) .course-detail-content .course-detail-text {
    padding: 0 30px;
    font-size: 24px;
    font-weight: 500;
  }
}

.course-image {
  width: 100%;
}

.course-limited-time-text {
  box-sizing: border-box;
  width: 174px;
  height: 125px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/heart-limited.png) no-repeat;
  background-size: contain;
  font-family: var(--global--font--m-plus);
  font-size: 24px;
  font-weight: 600;
  color: var(--global--color--white);
  padding-bottom: 20px;
}

.course-limited-time-text.in-table {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 65px;
  height: 55px;
  font-size: 12px;
  background-size: 100% 100%;
  padding-bottom: 3px;
  line-height: 12px;
}

.fee-system-table {
  width: 100%;
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: var(--global--color--dark-purple);
  border-collapse: collapse;
  table-layout: fixed;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .fee-system-table {
    font-size: 22px;
    font-weight: 600;
  }
}

.fee-system-table th {
  position: relative;
  padding: 22px 0;
  background-color: var(--global--color--white);
  color: var(--global--color--purple);
  font-family: var(--global--font--m-plus);
  font-size: 30px;
  font-weight: 800;
  border: none;
}
@media screen and (max-width: 1280px) {
  .fee-system-table th {
    font-weight: 600;
  }
}

.fee-system-table td .content {
  padding: 10px 0 10px 0;
  box-sizing: border-box;
  width: 100%;
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  border: none;
}
.fee-system-table td .time-text {
  flex-grow: 1;
  margin-left: 20px;
  min-width: 80px;
  text-align: start;
  font-size: 18px;
  font-weight: 800;
}
@media screen and (max-width: 1280px) {
  .fee-system-table td .time-text {
    font-size: 22px;
    font-weight: 800;
  }
}
.fee-system-table td .price-text {
  margin-right: 14px;
  font-family: var(--global--font--m-plus);
  font-size: 24px;
  font-weight: 800;
  color: var(--global--color--pink);
}

.fee-system-table tr td:nth-of-type(odd) {
  border-right: 2px var(--global--color--pink) solid;
}
.fee-system-table tr:not(:nth-of-type(1)) {
  border-top: 2px var(--global--color--pink) solid;
}
.fee-system-table tr:nth-of-type(1) {
  border-top: 0;
}

.fee-system-table td {
  background-color: #fddded;
}

.fee-system-table tr:nth-of-type(even) td:nth-of-type(odd),
.fee-system-table tr:nth-of-type(odd) td:nth-of-type(even) {
  background-color: #fff4f8;
}

.fee-system-table.wide {
  margin-bottom: 150px;
  border-collapse: separate;
  border-spacing: 1px;
}

.fee-system-table.wide th {
  padding: 5px 0;
}

.fee-system-table.wide td {
  padding-right: 40px;
}

.fee-system-table.wide td:nth-of-type(odd) {
  width: 255px;
}
@media screen and (max-width: 1280px) {
  .fee-system-table.wide td:nth-of-type(odd) {
    width: 120px;
  }
}

.detail-area {
  margin-bottom: 50px;
  border-radius: 20px;
  padding-bottom: 50px;
  background-color: var(--global--color--white);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--global--color--dark-purple);
  overflow: hidden;
}

.detail-title {
  margin: 41px 0 20px;
  font-size: 40px;
  color: var(--global--color--purple);
  font-family: var(--global--font--m-plus);
  font-weight: 800;
}
@media screen and (max-width: 1280px) {
  .detail-title {
    font-size: 36px;
    font-weight: 600;
  }
}

.heart {
  margin: 0 auto 0;
  width: 85px;
  height: 85px;
  background: url(../img/heart.png) no-repeat;
  background-size: contain;
}

.detail-summary {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .detail-summary {
    font-size: 24px;
    font-weight: 500;
  }
}

.long-content .detail-summary {
  margin: 0 130px;
}
@media screen and (max-width: 1280px) {
  .long-content .detail-summary {
    width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
}

.detail-text {
  margin-bottom: 30px;
  padding: 20px 178px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  /*
  &::before {
    position: absolute;
    content: '“';
    top: 75px;
    left: 35px;
    font-size: 300px;
    font-weight: 600;
    color: rgba(255, 196, 218, 0.5);
  }

  &::after {
    position: absolute;
    content: '”';
    right: 60px;
    bottom: 0;
    font-size: 300px;
    font-weight: 600;
    color: rgba(255, 196, 218, 0.5);
  }
  */
}
.detail-text .title {
  font-size: 22px;
  font-weight: 800;
  color: var(--global--color--purple);
  margin-bottom: 40px;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1280px) {
  .detail-text {
    font-size: 22px;
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  .detail-text {
    padding: 20px 40px 20px 40px;
  }
}

.detail-additional-container {
  position: relative;
  margin: 10px 130px 40px;
  /*
    @media screen and (max-width: 1280px) {
      margin: 40px 30px 10px;
      .content {
        &.table {
          @include grid3(170px, auto);
          flex-shrink: 1;
          gap: 0 10px;

          &.option {
            @include grid3(170px, auto);
            gap: 0 10px;
          }
        }
      }
    }
   */
}
.detail-additional-container.play-style .content {
  font-size: 30px;
  font-weight: 800;
  color: var(--global--color--purple);
  padding-right: 20px;
  word-break: keep-all;
}
.detail-additional-container.play-style .content .sub-content {
  font-size: 14px;
  text-align: left;
  color: var(--global--color--dark-purple);
  font-weight: 600;
  line-height: 26px;
}
@media screen and (max-width: 1280px) {
  .detail-additional-container.play-style .content .sub-content {
    font-size: 22px;
    font-weight: 500;
  }
}
.detail-additional-container.basic-play .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  flex-shrink: 1;
  gap: 0 0;
  text-align: start;
}
.detail-additional-container.basic-play .content > div {
  width: 25%;
  height: 40px;
}
.detail-additional-container.basic-play .content::before, .detail-additional-container.basic-play .content::after {
  content: "";
  width: 25%;
  height: 0;
  display: block;
  order: 1;
}
.detail-additional-container.basic-play .content > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 600;
}
.detail-additional-container.basic-play .content > div::before {
  position: relative;
  content: " ";
  z-index: 1;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  margin-right: 10px;
  display: block;
  background-color: #00bbd7;
}
.detail-additional-container.basic-play .content > div::after {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 15px;
  left: 10px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  display: inline-block;
  background-color: #d8fbfb;
}
.detail-additional-container.basic-play .content > div.star::before {
  width: 44px;
  height: 44px;
  margin-left: -10px;
  margin-right: 0;
  background: url(../img/star.svg) no-repeat;
  background-size: contain;
}
.detail-additional-container.basic-play .content > div.star::after {
  width: 33px;
  height: 33px;
  left: 5px;
  background: url(../img/star-2.svg) no-repeat;
  background-size: contain;
  transform: rotate(10deg);
}
.detail-additional-container.detail {
  margin-bottom: 10px;
}
.detail-additional-container.option .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px 10px;
}
.detail-additional-container.option .content > div {
  width: 290px;
  height: 102px;
}
.detail-additional-container.option .content::after {
  content: "";
  width: 290px;
  height: 0;
  display: block;
}
@media screen and (max-width: 750px) {
  .detail-additional-container {
    margin: 10px 30px 30px;
  }
  .detail-additional-container.basic-play .content > div {
    width: 49%;
    height: 40px;
  }
  .detail-additional-container.basic-play .content::before, .detail-additional-container.basic-play .detail-additional-container.basic-play .content::after {
    content: "";
    width: 49%;
    height: 0;
    display: block;
    order: 1;
  }
}

.price-content .title {
  border-radius: 20px 20px 0 0;
}
.price-content .content {
  border-radius: 0 0 20px 20px;
  margin-top: 0;
}

/*
.course-group .detail-additional-container {
  .title {
    border-radius: 20px 20px 0 0;
    padding: 25px 0 23px;
  }

  .content {
    margin-top: 0;
    border-radius: 0 0 20px 20px;
    padding: 37px 0 40px;
  }
}
 */
.detail-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.detail-icon img {
  width: 100%;
}

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