/* Styles for /lineup/ */
#lineup.lineup-page {
  overflow-x: hidden;
  overflow-x: clip;
}

.hero-image-wrapper {
  width: 100%;
  max-height: 800px;
  aspect-ratio: 12/5;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .hero-image-wrapper {
    min-height: 215px;
  }
}
.hero-image-wrapper picture, .hero-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-title-text {
  display: block;
  margin: auto auto auto 25%;
  position: absolute;
  top: 20%;
}
@media screen and (max-width: 767.9px) {
  .page-title-text {
    display: inline-block;
    margin: 0;
    width: auto;
    left: 15%;
  }
}
.page-title-text::after {
  content: "LINEUP";
  color: #F45E5E;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  display: block;
  padding: 52px 8px 18px;
  font-size: 20px;
  border-radius: 50px;
  margin-left: 16px;
  letter-spacing: 1px;
}
.page-title-text .page-title {
  padding: 12px 6px;
  margin: 0;
  letter-spacing: 4px;
}
@media screen and (max-width: 767.9px) {
  .page-title-text .page-title {
    font-size: 2rem;
  }
}
.cribsheet-wrapper {
  padding: 100px 0;
}
.cribsheet-title {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
}
.cribsheet-title .img {
  width: 20%;
  margin: 0 auto;
  position: absolute;
  top: 10%;
  left: 29%;
}
@media screen and (max-width: 767.9px) {
  .cribsheet-title .img {
    margin: 0 auto;
  }
}
.cribsheet-title .img img {
  margin: 0 auto;
}
.cribsheet-title .title {
  margin: 0;
  font-size: 66px;
  font-weight: 600;
}
@media screen and (max-width: 1536.9px) {
  .cribsheet-title .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1280.9px) {
  .cribsheet-title .title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767.9px) {
  .cribsheet-title .title {
    font-size: 1.875rem;
    margin-top: 0;
  }
}
.cribsheet-title .title span {
  font-size: 7.5rem;
  color: #EBA09D;
}
@media screen and (max-width: 1536.9px) {
  .cribsheet-title .title span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1280.9px) {
  .cribsheet-title .title span {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 767.9px) {
  .cribsheet-title .title span {
    font-size: 3.75rem;
  }
}
.cribsheet-leadcopy {
  text-align: center;
  margin-bottom: 100px;
  font-size: 1.5rem;
  line-height: 200%;
}
@media screen and (max-width: 1536.9px) {
  .cribsheet-leadcopy {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.9px) {
  .cribsheet-leadcopy {
    font-size: 1.125rem;
    width: 80%;
    margin: 0 auto 80px;
  }
}
.cribsheet-method-tabs {
  width: 100%;
  margin: 0 auto 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 2px solid #E67E4A;
  padding: 0 8px;
}
.cribsheet-method-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  min-width: 0;
  min-height: 78px;
  border: 2px solid #C8C8C8;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #F6F6F6;
  color: #555;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 0 20px;
  white-space: normal;
  cursor: pointer;
  -webkit-transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-box-shadow 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-box-shadow 0.24s ease;
  -o-transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, -webkit-box-shadow 0.24s ease;
}
.cribsheet-method-tab .tab-main {
  display: block;
  font-size: clamp(1.06rem, 1.35vw, 1.45rem);
  line-height: 1.1;
  font-weight: 700;
}
.cribsheet-method-tab .tab-sub {
  display: block;
  font-size: clamp(0.74rem, 0.84vw, 0.88rem);
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-weight: 500;
  opacity: 0.86;
}
.cribsheet-method-tab:hover {
  border-color: #E67E4A;
  color: #A9512E;
}
.cribsheet-method-tab.is-active,
.cribsheet-method-tab[aria-selected="true"] {
  background: #fff;
  color: #E67E4A;
  border-color: #E67E4A;
  margin-bottom: -2px;
}
.cribsheet-method-tab:focus-visible {
  outline: 2px solid #D7250C;
  outline-offset: 2px;
}
@media screen and (max-width: 767.9px) {
  .cribsheet-method-tabs {
    width: 100%;
    margin: 0 auto 48px;
    gap: 6px;
    padding: 0 2px;
  }
  .cribsheet-method-tab {
    min-height: 62px;
    gap: 3px;
    padding: 0 8px;
  }
  .cribsheet-method-tab .tab-main {
    font-size: clamp(0.96rem, 3.8vw, 1.1rem);
  }
  .cribsheet-method-tab .tab-sub {
    font-size: clamp(0.64rem, 2.6vw, 0.72rem);
    letter-spacing: 0.02em;
  }
}
.cribsheet-course-list-heading {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 120px;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1536.9px) {
  .cribsheet-course-list-heading {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1280.9px) {
  .cribsheet-course-list-heading {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.9px) {
  .cribsheet-course-list-heading {
    font-size: 1.125rem;
    width: 70%;
    margin: 0 auto 80px 20%;
  }
}
.cribsheet-course-list-heading span {
  display: inline-block;
  background-color: rgba(235, 160, 157, 0.18);
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .cribsheet-course-list-heading span {
    background-color: rgba(235, 160, 157, 0.18);
  }
}
.cribsheet-course-list-heading span::before {
  content: "";
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon_cource-exp.png?tr=n-base,q-70&updatedAt=1755497841113");
  background-repeat: no-repeat;
  background-size: contain;
  width: 41px;
  height: 60px;
  position: absolute;
  right: 100%;
  top: 0;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .cribsheet-course-list-heading span::before {
    width: 41px;
    height: 50px;
    background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon_cource-exp-tap.png?tr=n-base,q-70&updatedAt=1755497840969");
  }
}
.cribsheet-course-list-heading span::after {
  content: "";
  display: block;
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/orna_cource-lineup.png?tr=n-base,q-70&updatedAt=1755497828102");
  background-repeat: no-repeat;
  background-size: contain;
  width: 352px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 20px auto;
}
@media screen and (max-width: 767.9px) {
  .cribsheet-course-list-heading span::after {
    width: 300px;
  }
}
@media screen and (max-width: 412.9px) {
  .cribsheet-course-list-heading span::after {
    width: 230px;
  }
}
.cribsheet-course-list-lead {
  max-width: 980px;
  margin: 22px auto 54px;
  padding: 0 16px;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.9;
  letter-spacing: 0.02em;
  text-align: center;
  color: #1D1D1D;
}
@media screen and (max-width: 767.9px) {
  .cribsheet-course-list-lead {
    margin: 14px auto 34px;
    padding: 0 20px;
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .cribsheet-course-list-lead br {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  .cribsheet-course-list-container {
    overflow-x: scroll;
  }
}
.cribsheet-course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cribsheet-course-list[data-visible-count="1"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cribsheet-course-list[data-visible-count="3"] {
  -webkit-box-pack: distribute;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (max-width: 767.9px) {
  .cribsheet-course-list {
    width: 768px;
    padding: 0 24px;
  }
}
.cribsheet-course-list-heading[hidden],
.cribsheet-course-list-container[hidden],
.cribsheet-course-box[hidden],
.cribsheet-detail-box[hidden] {
  display: none !important;
}
.cribsheet-course-box {
  cursor: pointer;
  width: 25%;
  padding: 8px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  text-align: center;
  min-height: 178px;
}
@media screen and (max-width: 767.9px) {
  .cribsheet-course-box {
    width: 236px;
    min-height: 220px;
    padding: 12px 8px;
    gap: 12px;
  }
}
.cribsheet-course-box-title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.22em;
  line-height: 1;
  color: #1D1D1D;
}
.cribsheet-course-box-title-main {
  font-size: clamp(34px, 2.28vw, 37px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.cribsheet-course-box-title-sub {
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.cribsheet-course-box-kicker.kicker {
  margin-top: 0;
  color: #1D1D1D;
}
.cribsheet-course-box-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #1D1D1D;
  position: relative;
  display: inline-block;
}
.cribsheet-course-box-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  -webkit-transform: translate(-50%, -28%);
      -ms-transform: translate(-50%, -28%);
          transform: translate(-50%, -28%);
}
.cribsheet-course-box[aria-pressed="true"] .cribsheet-course-box-title,
.cribsheet-course-box[aria-pressed="true"] .cribsheet-course-box-kicker.kicker {
  color: #D7250C;
}
.cribsheet-course-box[aria-pressed="true"] .cribsheet-course-box-arrow {
  background-color: #D7250C;
}
.cribsheet-course-box:hover .cribsheet-course-box-title,
.cribsheet-course-box:hover .cribsheet-course-box-kicker.kicker {
  color: #D7250C;
}
.cribsheet-course-box:hover .cribsheet-course-box-arrow {
  background-color: #D7250C;
}
@media screen and (max-width: 767.9px) {
  .cribsheet-course-box-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.15em;
  }
  .cribsheet-course-box-title-main {
    font-size: 34px;
  }
  .cribsheet-course-box-title-sub {
    font-size: 34px;
  }
}
.cribsheet-course-container {
  margin-top: 24px;
}
.cribsheet-detail-box {
  display: none;
}
.cribsheet-detail-box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .cribsheet-detail-box.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.cribsheet-detail-box .cribsheet-image {
  width: 48%;
}
@media screen and (max-width: 767.9px) {
  .cribsheet-detail-box .cribsheet-image {
    display: block;
    width: 100%;
  }
}
.cribsheet-detail-box .cribsheet-image img {
  width: 100%;
  height: auto;
  display: block;
}
.cribsheet-detail-box .cribsheet-desc {
  width: 52%;
  background-color: #FBFAF7;
  padding: 30px 30px 30px 60px;
}
@media screen and (max-width: 767.9px) {
  .cribsheet-detail-box .cribsheet-desc {
    width: 100%;
    text-align: center;
    padding: 1.5rem 1rem 1.75rem;
    gap: 18px;
  }
}
.cribsheet-detail-box .cribsheet-desc > picture,
.cribsheet-detail-box .cribsheet-desc > img {
  width: 80%;
  margin: 0 auto;
}
.cribsheet-software {
  width: 100%;
  padding-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .cribsheet-software {
    padding-top: 10px;
  }
}
.cribsheet-software-cta {
  width: min(100%, 520px);
  margin: 0 auto;
  text-align: center;
}
.cribsheet-software-label {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #5D5D5D;
}
.cribsheet-software-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: min(100%, 360px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #1D1D1D;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  transition: background-color 0.25s ease;
}
.cribsheet-software-link:hover,
.cribsheet-software-link:focus-visible {
  background: #D7250C;
}
@media screen and (max-width: 767.9px) {
  .cribsheet-software-link {
    width: min(100%, 320px);
    min-height: 52px;
    padding: 11px 20px;
  }
}
.lineup-divider-banner {
  width: 100%;
  max-width: 1536px;
  margin: 20px auto 200px;
  padding: 0 clamp(16px, 2.4vw, 32px);
}
.lineup-divider-banner picture,
.lineup-divider-banner img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .lineup-divider-banner {
    margin: 20px auto 200px;
    padding: 0 16px;
  }
}
.feature-cover-image {
  width: 100%;
  height: 50vw;
  max-width: 1536px;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .feature-cover-image {
    margin-bottom: 120px;
  }
}
.feature-cover-image picture, .feature-cover-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.feature-pickups {
  position: absolute;
  width: 36%;
  left: 0;
  right: 0;
  bottom: -2%;
  margin: auto;
}
@media screen and (max-width: 767.9px) {
  .feature-pickups {
    top: 50%;
    bottom: auto;
    width: 66%;
  }
}
.feature-pickups img {
  width: 100%;
}
.feature-leadcopy {
  text-align: center;
  line-height: 200%;
  font-size: 22px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .feature-leadcopy {
    font-size: 1.125rem;
  }
}
.feature-illust {
  width: 284px;
  height: 181px;
  margin: 0 auto;
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .feature-illust {
    width: 50%;
    margin: 0 auto 11%;
  }
  .feature-illust img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.course-lineup-title {
  text-align: center;
  margin-bottom: 100px;
}
.course-lineup-wrapper {
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .course-lineup-wrapper {
    margin-bottom: 6.25rem;
  }
}
.course-lineup-box {
  margin-bottom: 100px;
  position: relative;
}
.course-hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 126%;
}
@media screen and (max-width: 767.9px) {
  .course-hero-container {
    width: 100%;
  }
}
.course-hero-container .course-hero-image {
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .course-hero-container .course-hero-image {
    width: 100%;
  }
}
.course-hero-container .course-hero-image img {
  width: 100%;
}
.course-hero-container .course-not-hero {
  width: 30%;
}
@media screen and (max-width: 767.9px) {
  .course-hero-container .course-not-hero {
    display: none;
  }
}
.course-hero-container .course-not-hero img {
  width: 100%;
}
.course-desc-box {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 16%;
  left: 52%;
  width: 540px;
  padding: 56px;
  z-index: 2;
}
@media screen and (max-width: 1536.9px) {
  .course-desc-box {
    max-width: 440px;
    width: 40%;
    padding: 2%;
    left: 55%;
  }
}
@media screen and (max-width: 767.9px) {
  .course-desc-box {
    position: static;
    width: 100%;
    padding: 1.5rem 2.25rem;
  }
}
.course-desc-box p {
  margin: 0;
}
.course-desc-box .course-name {
  font-size: 3.875rem;
  margin: 0 0 16px;
}
@media screen and (max-width: 1536.9px) {
  .course-desc-box .course-name {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 767.9px) {
  .course-desc-box .course-name {
    font-size: 2.5rem;
  }
}
.course-desc-box .course-name-eng {
  position: relative;
  font-size: 20px;
  margin-bottom: 32px;
  margin-left: 6px;
}
@media screen and (max-width: 1536.9px) {
  .course-desc-box .course-name-eng {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767.9px) {
  .course-desc-box .course-name-eng {
    font-size: 1rem;
  }
}
.course-desc-box .course-name-eng::after {
  content: "";
  margin-top: 4px;
  display: block;
  width: 52px;
  height: 1px;
  background-color: #000;
}
.course-desc-box .course-desc-text {
  text-align: justify;
  line-height: 200%;
  font-size: 18px;
  margin-left: 8px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1536.9px) {
  .course-desc-box .course-desc-text {
    font-size: 1vw;
    line-height: 180%;
  }
}
@media screen and (max-width: 767.9px) {
  .course-desc-box .course-desc-text {
    font-size: 1rem;
  }
}
.course-desc-box .price-and-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin: 0 auto;
  border-bottom: 1px solid #aaa;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.course-desc-box .price-and-page:first-child {
  margin-right: 8%;
}
.course-desc-box .price-heading {
  display: inline-block;
  font-size: 16px;
  border-bottom: 1px solid #5b5353;
  line-height: 100%;
  margin-bottom: 4px;
}
@media screen and (max-width: 1536.9px) {
  .course-desc-box .price-heading {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.9px) {
  .course-desc-box .price-heading {
    font-size: 0.75rem;
  }
}
.course-desc-box .price-content {
  font-size: 2.125rem;
  color: #444;
}
@media screen and (max-width: 1536.9px) {
  .course-desc-box .price-content {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767.9px) {
  .course-desc-box .price-content {
    font-size: 1.5rem;
  }
}
.course-desc-box .price-content .price-sub {
  font-size: 14px;
  color: #666;
  font-size: 0.75rem;
}
.course-desc-box .link-btn {
  --lineup-link-btn-accent: #EBA09D;
  --lineup-link-btn-accent-soft: #FFDAC7;
  --lineup-link-btn-ink: #7B3D38;
  width: min(84%, 350px);
  margin: 0 auto;
  border-radius: 999px;
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 12px 28px rgba(235, 160, 157, 0.24);
  transition: box-shadow 0.45s ease;
}
@media screen and (max-width: 767.9px) {
  .course-desc-box .link-btn {
    width: min(80%, 320px);
  }
}
.course-desc-box .link-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 14px 56px 14px 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF3EC 100%);
  text-decoration: none;
  color: var(--lineup-link-btn-ink);
  position: relative;
  z-index: 1;
  transition: transform 0.35s ease, filter 0.35s ease, box-shadow 0.35s ease, background 0.45s ease, color 0.35s ease;
}
@media screen and (max-width: 767.9px) {
  .course-desc-box .link-btn a {
    min-height: 64px;
    padding: 10px 46px 10px 18px;
  }
}
.course-desc-box .link-btn::before {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transform: translateY(-50%) scale(1);
  transform-origin: 82% 50%;
  z-index: 2;
  background: radial-gradient(circle, rgba(238, 121, 72, 0.78) 0%, rgba(238, 121, 72, 0.62) 18%, rgba(244, 149, 111, 0.42) 38%, rgba(250, 177, 146, 0.27) 58%, rgba(255, 205, 185, 0.16) 74%, rgba(255, 218, 199, 0.08) 88%, rgba(255, 218, 199, 0) 100%);
  pointer-events: none;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}
.course-desc-box .link-btn::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #B15E58;
  border-right: 2px solid #B15E58;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
  transition: border-color 0.35s ease;
}
@media screen and (max-width: 767.9px) {
  .course-desc-box .link-btn::before {
    right: 1px;
    width: 46px;
    height: 46px;
  }
  .course-desc-box .link-btn::after {
    right: 21px;
    width: 6px;
    height: 6px;
  }
}
.course-desc-box .link-btn:hover::before,
.course-desc-box .link-btn:focus-within::before {
  transform: translateY(-50%) scale(7.8);
}
.course-desc-box .link-btn:hover,
.course-desc-box .link-btn:focus-within {
  box-shadow: 0 0 0 1px rgba(237, 165, 139, 0.42), 0 0 26px rgba(238, 142, 101, 0.44), 0 14px 30px rgba(235, 160, 157, 0.30);
}
.course-desc-box .link-btn:hover a,
.course-desc-box .link-btn:focus-within a,
.course-desc-box .link-btn a:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.015);
  box-shadow: inset 0 0 0 1px rgba(235, 160, 157, 0.25);
  background: linear-gradient(95deg, rgba(255, 246, 240, 0.80) 0%, rgba(247, 192, 165, 0.72) 44%, rgba(236, 153, 118, 0.86) 100%);
  color: #FFFFFF;
  z-index: 4;
}
.course-desc-box .link-btn:hover::after,
.course-desc-box .link-btn:focus-within::after {
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
}
.course-desc-box .link-btn:hover .more-detail-eng,
.course-desc-box .link-btn:focus-within .more-detail-eng {
  color: rgba(255, 255, 255, 0.9);
}
.course-desc-box .link-btn a:focus-visible {
  outline: 2px solid #B15E58;
  outline-offset: 2px;
}
.course-desc-box .more-detail {
  margin: 0;
  position: relative;
  z-index: 4;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .course-desc-box .more-detail {
    font-size: 0.9375rem;
  }
}
.course-desc-box .more-detail-eng {
  margin-top: 2px;
  position: relative;
  z-index: 4;
  color: #B15E58;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767.9px) {
  .course-desc-box .more-detail-eng {
    font-size: 0.625rem;
  }
}
.course-lineup-box.custom .course-hero-container,
.course-lineup-box.myself-lite .course-hero-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: -26%;
}
@media screen and (max-width: 767.9px) {
  .course-lineup-box.custom .course-hero-container,
  .course-lineup-box.myself-lite .course-hero-container {
    margin-left: 0;
  }
}
.course-lineup-box.custom .course-desc-box,
.course-lineup-box.myself-lite .course-desc-box {
  left: auto;
  right: 55%;
}
.image-gallery {
  margin-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 1536.9px) {
  .image-gallery {
    margin-bottom: 80px;
  }
}
.image-gallery img {
  width: 100%;
}
.hikaku-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 150px auto 100px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1024.9px) {
  .hikaku-wrapper {
    margin: 50px auto;
  }
}
@media screen and (max-width: 767.9px) {
  .hikaku-wrapper {
    margin: 50px auto;
  }
}
.hikaku-wrapper .title-line {
  font-size: 2.5rem;
}
@media screen and (max-width: 1536.9px) {
  .hikaku-wrapper .title-line {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1280.9px) {
  .hikaku-wrapper .title-line {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767.9px) {
  .hikaku-wrapper .title-line {
    font-size: 1.5rem;
  }
}
.hikaku-wrapper .title-line div {
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), color-stop(76%, #ffdddd));
  background: linear-gradient(transparent 76%, #ffdddd 76%);
}
.hikaku-wrapper .title-line div::before,
.hikaku-wrapper .title-line div::after {
  content: "";
  display: block;
  width: 15px;
  height: 40px;
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/orna_course-compare_pre.png?tr=n-base,q-70&updatedAt=1755497828081");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 105%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1536.9px) {
  .hikaku-wrapper .title-line div::before,
  .hikaku-wrapper .title-line div::after {
    width: 12px;
    height: 34px;
  }
}
@media screen and (max-width: 767.9px) {
  .hikaku-wrapper .title-line div::before,
  .hikaku-wrapper .title-line div::after {
    width: 10px;
    height: 30px;
  }
}
.hikaku-wrapper .title-line div::after {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/orna_course-compare_post.png?tr=n-base,q-70&updatedAt=1755497828092");
  right: auto;
  left: 105%;
}
.hikaku-wrapper > h2 {
  text-align: center;
}
.hikaku-wrapper > h2 > span:before {
  display: none;
}
.hikaku-wrapper [target*=_blank]::after {
  content: "\f35d";
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 0.5rem;
}
.hikaku-wrapper .hikaku-arrow {
  display: none;
}
@media screen and (max-width: 1024.9px) {
  .hikaku-wrapper .hikaku-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    position: sticky;
    top: 30vh;
    z-index: 9;
  }
}
.hikaku-wrapper .hikaku-arrow p[class^=hikaku-arw-] {
  width: calc(100% - 2rem);
  color: #d24d43;
  font-size: 5rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}
.hikaku-wrapper .hikaku-arrow p[class^=hikaku-arw-].hikaku-arw-next {
  margin-left: auto;
  margin-right: 1rem;
  text-align: right;
}
.hikaku-wrapper .hikaku-arrow p[class^=hikaku-arw-].hikaku-arw-prev {
  margin-left: 1rem;
  text-align: left;
}
@media screen and (max-width: 1024.9px) {
  .hikaku-wrapper .tbl-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 2;
  }
}
.hikaku-wrapper .tbl-wrap .tbl-content {
  width: 100%;
  min-width: 900px;
  font-size: 92%;
}
@media screen and (max-width: 1024.9px) {
  .hikaku-wrapper .tbl-wrap .tbl-content {
    width: auto;
    min-width: 1024px;
    position: relative;
  }
}
.hikaku-wrapper .tbl-wrap .tbl-content .spec-lineup {
  background-color: #ddd;
}
.hikaku-wrapper .tbl-wrap .tbl-content > tbody a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.hikaku-wrapper .tbl-wrap .tbl-content small {
  display: block;
  font-size: 80%;
  font-weight: normal;
}
.hikaku-wrapper .tbl-wrap .tbl-content th,
.hikaku-wrapper .tbl-wrap .tbl-content td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem 0.3125rem;
}
@media screen and (max-width: 767.9px) {
  .hikaku-wrapper .tbl-wrap .tbl-content th,
  .hikaku-wrapper .tbl-wrap .tbl-content td {
    font-size: 1.15em;
  }
}
.hikaku-wrapper .tbl-wrap .tbl-content .txt-lft {
  text-align: left;
  padding-left: clamp(0.75rem, 1vw, 1rem);
  line-height: 1.7;
}
.hikaku-wrapper .tbl-wrap .tbl-content .cover-options-row .txt-lft,
.hikaku-wrapper .tbl-wrap .tbl-content .delivery-options-row .txt-lft {
  padding-left: clamp(1.5rem, 2.4vw, 2.2rem);
}
@media screen and (max-width: 767.9px) {
  .hikaku-wrapper .tbl-wrap .tbl-content .txt-lft {
    padding-left: 0.875rem;
    line-height: 1.6;
  }
  .hikaku-wrapper .tbl-wrap .tbl-content .cover-options-row .txt-lft,
  .hikaku-wrapper .tbl-wrap .tbl-content .delivery-options-row .txt-lft {
    padding-left: 1.25rem;
  }
}
.hikaku-wrapper .tbl-wrap .tbl-content .neutral {
  background-color: #ddd;
  font-size: 100%;
}
@media screen and (max-width: 1024.9px) {
  .hikaku-wrapper .tbl-wrap .tbl-content > thead {
    position: sticky;
    top: 0;
  }
}
.hikaku-wrapper .tbl-wrap .tbl-content > thead > tr > th {
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8), -1px -1px 0 rgba(255, 255, 255, 0.8);
  font-size: 120%;
}
.hikaku-wrapper .tbl-wrap .tbl-content > tbody > tr > th {
  width: 15%;
  text-align: center;
}
.hikaku-wrapper .tbl-wrap .tbl-content > tbody > tr > td {
  width: 17%;
  text-align: center;
}
.hikaku-wrapper .tbl-wrap .tbl-content > tbody > tr > th,
.hikaku-wrapper .tbl-wrap .tbl-content > tbody > tr > td {
  font-size: 1rem;
  line-height: 1.65;
}
@media screen and (max-width: 767.9px) {
  .hikaku-wrapper .tbl-wrap .tbl-content > tbody > tr > th,
  .hikaku-wrapper .tbl-wrap .tbl-content > tbody > tr > td {
    font-size: 0.95rem;
    line-height: 1.55;
  }
}



.notes {
  font-size: 10px;
  font-weight: 400;
}

.hikaku-wrapper .tbl-content .spec-comfort {
  background-color: #fbdfd3;
  color: #ed7848;
}
.hikaku-wrapper .tbl-content .spec-comfort > a {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  color: #e95d23;
  cursor: pointer;
  text-decoration: none;
}

.hikaku-wrapper .tbl-content .spec-creator {
  background-color: #fef5e8;
  color: #f7b756;
}
.hikaku-wrapper .tbl-content .spec-creator > a {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  color: #f5a62f;
  cursor: pointer;
  text-decoration: none;
}

.hikaku-wrapper .tbl-content .spec-matsu {
  background-color: #c6e6cd;
  color: #5bb871;
}
.hikaku-wrapper .tbl-content .spec-matsu > a {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  color: #47a35d;
  cursor: pointer;
  text-decoration: none;
}

.hikaku-wrapper .tbl-content .spec-take {
  background-color: #f3fafd;
  color: #73bee4;
}
.hikaku-wrapper .tbl-content .spec-take > a {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  color: #51aedd;
  cursor: pointer;
  text-decoration: none;
}

.hikaku-wrapper .tbl-content .spec-ume {
  background-color: #fcf5f6;
  color: #d58389;
}
.hikaku-wrapper .tbl-content .spec-ume > a {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  color: #cb656c;
  cursor: pointer;
  text-decoration: none;
}

.hikaku-wrapper .tbl-content .spec-lineup {
  background-color: white;
  color: #ddd;
}
.hikaku-wrapper .tbl-content .spec-lineup > a {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  color: #c9c9c9;
  cursor: pointer;
  text-decoration: none;
}
/* Course Grandchild Fixes 2026-04 */
#course .page-title-mv-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.9px) {
  #course .page-title-mv-box {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 460.9px) {
  #course .page-title-mv-box {
    margin-bottom: 5%;
    margin-top: 25%;
  }
}
#course .page-title-mv-box .page-title-image,
#course .page-title-mv-box .page-title-image > picture {
  width: 100%;
  display: block;
}
#course .page-title-mv-box .page-title-image > picture img {
  display: block;
  width: 100%;
  max-height: none;
  height: clamp(260px, 28vw, 430px);
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767.9px) {
  #course .page-title-mv-box .page-title-image > picture img {
    height: clamp(190px, 56vw, 320px);
  }
}
#course .page-title-mv-box .page-title-text {
  top: 38%;
  z-index: 2;
}
#course .page-title-mv-box .page-desc {
  margin: 0;
  position: absolute;
  top: auto;
  left: 6%;
  right: 6%;
  bottom: clamp(16px, 4vw, 44px);
  max-width: min(680px, 88vw);
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  #course .page-title-mv-box .page-desc {
    left: 5%;
    right: 5%;
    bottom: 12px;
  }
}
@media screen and (max-width: 600.9px) {
  #course .page-title-mv-box .page-desc {
    bottom: 10px;
  }
}
#course .page-title-mv-box .page-desc .page-desc-text {
  margin: 0;
  font-size: 20.8px;
  line-height: 1.6;
  color: #222;
}

#course .course-contents-wrapper .section-title-container .section-title {
  text-align: left;
  white-space: normal;
  text-wrap: balance;
}

#course .course-contents-wrapper .cover-design-container {
  overflow: hidden;
}
#course .course-contents-wrapper .cover-design-container.slick-initialized {
  display: block;
}
#course .course-contents-wrapper .cover-design-container .slick-list {
  width: 100%;
}
#course .course-contents-wrapper .cover-design-container .slick-track {
  display: flex;
  align-items: stretch;
  height: 100%;
}
#course .course-contents-wrapper .cover-design-container .slick-slide {
  height: inherit;
}
#course .course-contents-wrapper .cover-design-container .slick-slide > div {
  height: 100%;
}
#course .course-contents-wrapper .cover-design-container.slick-initialized .hyoushi-wrapper,
#course .course-contents-wrapper .cover-design-container.slick-initialized .pagenation-box {
  width: auto;
  margin: 0 7px;
}
#course .course-contents-wrapper #pagenation-design-container {
  margin-top: 20px;
}


#course { overflow-x: clip; }
#course .page-title-wrapper {
  width: 100vw;
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 0;
}

#course .page-title-mv-box {
  margin-top: 0;
  padding-top: 0;
}

/* Use the shared floating page-top button on /lineup/ pages */
.lineup-page ~ .page-top-fab {
  display: inline-flex !important;
  z-index: 70;
}

/* Hide old lineup-local duplicate button */
.lineup-page .page-top-fab--lineup-local {
  display: none !important;
}

@media screen and (max-width: 767.9px) {
  /* Body text baseline on mobile */
  #lineup.lineup-page .cribsheet-leadcopy,
  #lineup.lineup-page .cribsheet-course-list-lead,
  #lineup.lineup-page .feature-leadcopy,
  #lineup.lineup-page .course-desc-box .course-desc-text,
  #lineup.lineup-page .course-desc-box .more-detail,
  #lineup.lineup-page .hikaku-wrapper .tbl-wrap .tbl-content {
    font-size: 16px;
  }

  /* Annotation text on mobile */
  #lineup.lineup-page .cribsheet-method-tab .tab-sub,
  #lineup.lineup-page .cribsheet-course-box-kicker.kicker,
  #lineup.lineup-page .cribsheet-software-label,
  #lineup.lineup-page .course-desc-box .price-heading,
  #lineup.lineup-page .course-desc-box .price-content .price-sub,
  #lineup.lineup-page .course-desc-box .more-detail-eng,
  #lineup.lineup-page .hikaku-wrapper .tbl-wrap .tbl-content small {
    font-size: 14px;
  }
}
