.siteHeader,
.siteNavOverlay,
.siteNav,
.lpFooter,
.siteFooter,
.footer,
footer {
  display: none !important;
}

html,
body {
  margin: 0;
  overflow-x: hidden;
}

body {
  background: #f6eef2;
}

.longStudy,
.longStudy * {
  box-sizing: border-box;
}

.longStudy {
  width: min(100%, 910px);
  margin: 0 auto;
  overflow: hidden;
  background: #fffaf7;
  color: #47363c;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.75;
  box-shadow: 0 18px 44px rgba(162, 94, 109, 0.14);
}

.longStudy img {
  display: block;
  max-width: 100%;
}

.longStudy a {
  text-decoration: none;
}

.longHero {
  position: relative;
  min-height: 462px;
  overflow: hidden;
  background: #eaf9ff;
}

.longHero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    radial-gradient(circle at 2% 8%, rgba(255, 178, 130, 0.55) 0 5px, transparent 6px),
    radial-gradient(circle at 8% 63%, rgba(245, 97, 122, 0.18) 0 70px, transparent 72px),
    linear-gradient(100deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 39%, rgba(255,255,255,0.36) 55%, rgba(255,255,255,0) 74%);
  pointer-events: none;
}

.longHero::after {
  position: absolute;
  left: -45px;
  bottom: -42px;
  z-index: 2;
  width: 520px;
  height: 126px;
  content: "";
  background: rgba(255, 239, 244, 0.82);
  border-top-right-radius: 78% 100%;
  pointer-events: none;
}

.longHero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.longHero__copy {
  position: relative;
  z-index: 4;
  width: 58%;
  padding: 32px 0 0 42px;
}

.longHero__tag {
  position: relative;
  display: inline-block;
  margin: 0 0 15px 76px;
  padding: 7px 34px 8px;
  color: #fff;
  background: #ee6683;
  border-radius: 999px 999px 999px 12px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(-5deg);
}

.longHero__tag::before,
.longHero__tag::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 22px;
  border-top: 2px solid #8b5f58;
}

.longHero__tag::before {
  left: -29px;
  transform: rotate(20deg);
}

.longHero__tag::after {
  right: -28px;
  transform: rotate(-26deg);
}

.longHero h1 {
  margin: 0 0 10px;
  color: #ed6681;
  font-family: "Shippori Mincho", "Yu Mincho", serif;
  font-size: 76px;
  font-weight: 800;
  line-height: 1.02;
}

.longHero h1 span {
  color: #6d443d;
}

.longHero__lead {
  margin: 0;
  color: #4a3546;
  font-family: "Shippori Mincho", "Noto Sans JP", serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.65;
}

.longHero__lead span {
  color: #f0647f;
}

.longHero__lead em {
  color: #0da7a2;
  font-style: normal;
}

.longHero__cta {
  width: 450px;
  margin-top: 18px;
  padding: 13px 17px 15px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #f5b887;
  border-radius: 12px;
  box-shadow: 0 9px 24px rgba(224, 111, 98, 0.16);
  text-align: center;
}

.longHero__cta p {
  margin: 0 0 11px;
  color: #5a3739;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.75;
}

.longHero__cta p span {
  color: #ef5e7f;
}

.longHero__cta a,
.longCourse a,
.longConsult__copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  color: #fff;
  background: linear-gradient(135deg, #ff7a83 0%, #ec4d78 100%);
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(211, 77, 90, 0.18);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}

.longHero__cta a {
  width: 360px;
}

.longHero__cta a::after,
.longCourse a::after,
.longConsult__copy a::after {
  margin-left: 12px;
  content: ">";
}

.longHero__suitcase {
  position: absolute;
  left: 14px;
  bottom: 112px;
  z-index: 3;
  width: 76px;
  transform: rotate(-5deg);
  mix-blend-mode: multiply;
}

.longHero__plane {
  position: absolute;
  top: 36px;
  left: 560px;
  z-index: 4;
  width: 78px;
  transform: rotate(-11deg);
  filter: drop-shadow(0 8px 8px rgba(214, 79, 108, 0.12));
}

.longHero__note {
  position: absolute;
  top: 78px;
  right: 242px;
  z-index: 4;
  margin: 0;
  color: #7e4138;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  transform: rotate(13deg);
}

.longHero__postcards {
  position: absolute;
  right: 25px;
  bottom: 28px;
  z-index: 5;
  width: 280px;
  height: 100px;
}

.longHero__postcards figure {
  position: absolute;
  margin: 0;
  padding: 7px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 12px 20px rgba(97, 69, 70, 0.18);
}

.longHero__postcards figure:first-child {
  left: 0;
  bottom: 2px;
  width: 128px;
  transform: rotate(-8deg);
}

.longHero__postcards figure:last-child {
  right: 0;
  bottom: 10px;
  width: 145px;
  transform: rotate(8deg);
}

.longHero__postcards img {
  width: 100%;
  aspect-ratio: 1.45;
  border-radius: 4px;
  object-fit: cover;
}

.longCharm {
  position: relative;
  display: grid;
  grid-template-columns: 47% 1fr;
  gap: 20px;
  padding: 28px 32px 24px;
  background:
    radial-gradient(circle at 4% 42%, rgba(255, 178, 201, 0.24) 0 85px, transparent 87px),
    radial-gradient(circle at 96% 12%, rgba(97, 210, 210, 0.12) 0 60px, transparent 62px),
    #fffaf7;
}

.longCharm__text h2,
.longRecommend h2,
.longCourses__heading h2,
.longFinal__copy h2 {
  margin: 0;
  color: #6c4038;
  font-family: "Shippori Mincho", "Yu Mincho", serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.35;
}

.longCharm__text h2 span,
.longRecommend h2 span,
.longCourses__heading h2 span,
.longFinal__copy h2 span {
  color: #ef5f7d;
}

.longCharm__text p {
  margin: 14px 0 0;
  color: #4f4145;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.05;
}

.longCharm__text p + p {
  padding-top: 13px;
  border-top: 1px dashed rgba(239, 105, 127, 0.45);
}

.longPhotoStack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  align-content: start;
  padding-top: 2px;
}

.longPhotoStack__card {
  margin: 0;
  padding: 7px 7px 11px;
  background: #fff;
  border: 2px solid #f7e5c7;
  border-radius: 13px;
  box-shadow: 0 11px 18px rgba(142, 91, 90, 0.13);
  text-align: center;
}

.longPhotoStack__card:nth-child(odd) {
  transform: rotate(-4deg);
}

.longPhotoStack__card:nth-child(even) {
  transform: rotate(4deg);
}

.longPhotoStack__card img {
  width: 100%;
  height: 95px;
  border-radius: 8px;
  object-fit: cover;
}

.longPhotoStack__card figcaption {
  margin-top: 7px;
  color: #4d3332;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
}

.longRecommend {
  position: relative;
  margin: 0 23px 22px;
  padding: 21px 20px 18px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(236, 119, 140, 0.12);
}

.longRecommend h2 {
  margin-bottom: 16px;
  text-align: center;
  font-size: 27px;
}

.longRecommend__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.longRecommend__card {
  position: relative;
  min-height: 160px;
  padding: 4px 14px 0;
  text-align: center;
}

.longRecommend__card + .longRecommend__card {
  border-left: 1px dashed rgba(239, 108, 129, 0.5);
}

.longRecommend__card img {
  width: 95px;
  height: 70px;
  margin: 0 auto 7px;
  object-fit: contain;
}

.longRecommend__card p {
  margin: 0;
  color: #4a393e;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.75;
}

.longCourses {
  position: relative;
  padding: 3px 22px 25px;
}

.longCourses__heading {
  text-align: center;
}

.longCourses__heading h2 {
  color: #0c9da7;
  font-size: 28px;
}

.longCourses__heading h2 span {
  color: #0c9da7;
}

.longCourses__heading p {
  margin: 6px auto 16px;
  max-width: 700px;
  color: #5c4a4e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.longCourses__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.longCourse {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  overflow: hidden;
  padding: 14px 13px 15px;
  background: #fff;
  border: 2px solid #ccebea;
  border-radius: 12px;
  box-shadow: 0 11px 22px rgba(84, 140, 150, 0.12);
}

.longCourse h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.longCourse__period {
  display: block;
  margin: 1px 0 8px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.longCourse img {
  width: 100%;
  height: 103px;
  border-radius: 8px;
  object-fit: cover;
}

.longCourse dl {
  margin: 12px 0 13px;
}

.longCourse dt {
  display: inline-block;
  margin: 0 0 5px;
  padding: 2px 8px;
  color: #fff;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.4;
}

.longCourse dd {
  margin: 0 0 10px;
  color: #40383d;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.75;
}

.longCourse a {
  width: 100%;
  min-height: 38px;
  margin-top: auto;
  font-size: 13px;
}

.longCourse--teal {
  border-color: #9bdedc;
}

.longCourse--pink {
  border-color: #ffc9d4;
}

.longCourse--purple {
  border-color: #d1b6ee;
}

.longCourse--orange {
  border-color: #ffd6a2;
}

.longCourse--teal h3,
.longCourse--teal .longCourse__period {
  color: #0a9ba1;
}

.longCourse--pink h3,
.longCourse--pink .longCourse__period {
  color: #ee5c7a;
}

.longCourse--purple h3,
.longCourse--purple .longCourse__period {
  color: #8b67cc;
}

.longCourse--orange h3,
.longCourse--orange .longCourse__period {
  color: #ee9b22;
}

.longCourse--teal dt,
.longCourse--teal a {
  background: #17aba6;
}

.longCourse--pink dt,
.longCourse--pink a {
  background: #ee5f7f;
}

.longCourse--purple dt,
.longCourse--purple a {
  background: #8b67cc;
}

.longCourse--orange dt,
.longCourse--orange a {
  background: #f2a33a;
}

.longConsult {
  position: relative;
  display: grid;
  grid-template-columns: 215px 1fr 205px;
  gap: 16px;
  align-items: center;
  margin: 0 19px 24px;
  padding: 18px 19px;
  background: linear-gradient(135deg, rgba(255, 248, 241, 0.96), rgba(255, 236, 241, 0.96));
  border: 2px solid #f7c0ca;
  border-radius: 15px;
  box-shadow: 0 10px 22px rgba(238, 111, 132, 0.12);
}

.longConsult__note {
  width: 100%;
  transform: rotate(-5deg);
  filter: drop-shadow(0 8px 12px rgba(126, 95, 90, 0.12));
}

.longConsult__copy {
  text-align: center;
}

.longConsult__copy p {
  margin: 0 0 10px;
  color: #5c3c3a;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.75;
}

.longConsult__copy span {
  display: block;
  margin-bottom: 13px;
  color: #236b9d;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.65;
}

.longConsult__copy a {
  width: 315px;
  min-height: 56px;
  font-size: 16px;
}

.longConsult__photo {
  position: relative;
  margin: 0;
  padding: 7px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(150, 94, 97, 0.13);
  transform: rotate(5deg);
}

.longConsult__photo img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.longConsult__photo figcaption {
  position: absolute;
  right: -15px;
  bottom: -22px;
  color: #f36d84;
  font-family: "Yaldevi", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(16deg);
}

.longFinal {
  position: relative;
  display: grid;
  grid-template-columns: 218px 1fr;
  gap: 20px;
  padding: 26px 24px 23px;
  background:
    radial-gradient(circle at 12% 18%, rgba(254, 182, 103, 0.18) 0 52px, transparent 54px),
    linear-gradient(180deg, #fff9f6 0%, #fff2f4 100%);
  border-top: 1px solid rgba(244, 173, 184, 0.55);
}

.longFinal__photoWrap {
  align-self: end;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(122, 82, 86, 0.14);
}

.longFinal__photoWrap img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
}

.longFinal__copy h2 {
  margin-bottom: 17px;
  text-align: center;
  font-size: 24px;
}

.longFinal__copy h2 span {
  color: #593b35;
}

.longFinal__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.longFinalPoint {
  min-height: 170px;
  padding: 0 13px;
  text-align: center;
}

.longFinalPoint + .longFinalPoint {
  border-left: 1px dashed rgba(129, 118, 128, 0.38);
}

.longFinalPoint img {
  width: 54px;
  height: 54px;
  margin: 0 auto 7px;
  object-fit: contain;
}

.longFinalPoint h3 {
  margin: 0 0 6px;
  color: #2362ad;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.55;
}

.longFinalPoint p {
  margin: 0;
  color: #50434b;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.75;
}

.longFinal__message {
  margin: 7px 0 0;
  color: #5b3f41;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 760px) {
  .longStudy {
    width: 100%;
  }

  .longHero {
    min-height: 690px;
  }

  .longHero::before {
    background:
      radial-gradient(circle at 8% 58%, rgba(245, 97, 122, 0.16) 0 70px, transparent 72px),
      linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.93) 47%, rgba(255,255,255,0.14) 76%, rgba(255,255,255,0) 100%);
  }

  .longHero__photo {
    height: 360px;
    object-position: 62% top;
  }

  .longHero__copy {
    width: 100%;
    padding: 334px 18px 0;
    text-align: center;
  }

  .longHero__tag {
    margin-left: 0;
    font-size: 15px;
  }

  .longHero h1 {
    font-size: 50px;
  }

  .longHero__lead {
    font-size: 21px;
  }

  .longHero__cta {
    width: 100%;
    margin: 15px auto 0;
  }

  .longHero__cta a {
    width: 100%;
  }

  .longHero__suitcase,
  .longHero__plane,
  .longHero__note,
  .longHero__postcards {
    display: none;
  }

  .longCharm,
  .longFinal {
    grid-template-columns: 1fr;
    padding-right: 18px;
    padding-left: 18px;
  }

  .longPhotoStack,
  .longRecommend__grid,
  .longCourses__grid,
  .longFinal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .longRecommend {
    margin-right: 14px;
    margin-left: 14px;
  }

  .longRecommend__card:nth-child(odd) {
    border-left: 0;
  }

  .longRecommend__card:nth-child(n + 3) {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(239, 108, 129, 0.5);
  }

  .longCourses {
    padding-right: 14px;
    padding-left: 14px;
  }

  .longCourse {
    min-height: auto;
  }

  .longConsult {
    grid-template-columns: 1fr;
    margin-right: 14px;
    margin-left: 14px;
    text-align: center;
  }

  .longConsult__note {
    width: 220px;
    margin: 0 auto;
  }

  .longConsult__copy a {
    width: 100%;
  }

  .longConsult__photo {
    width: 230px;
    margin: 0 auto;
  }

  .longFinal__photoWrap {
    order: 2;
    width: 72%;
    margin: 0 auto;
  }

  .longFinal__copy {
    order: 1;
  }

  .longFinalPoint:nth-child(odd) {
    border-left: 0;
  }

  .longFinalPoint:nth-child(n + 3) {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed rgba(129, 118, 128, 0.38);
  }
}

@media (max-width: 600px) {
  .longHero {
    min-height: 705px;
  }

  .longHero__photo {
    height: 330px;
  }

  .longHero__copy {
    padding-top: 305px;
  }

  .longHero h1 {
    font-size: 44px;
  }

  .longHero__lead {
    font-size: 18px;
  }

  .longCharm__text h2,
  .longRecommend h2,
  .longCourses__heading h2,
  .longFinal__copy h2 {
    font-size: 24px;
  }

  .longPhotoStack,
  .longRecommend__grid,
  .longCourses__grid,
  .longFinal__grid {
    grid-template-columns: 1fr;
  }

  .longPhotoStack__card img {
    height: 150px;
  }

  .longRecommend__card + .longRecommend__card,
  .longFinalPoint + .longFinalPoint {
    margin-top: 14px;
    padding-top: 14px;
    border-left: 0;
    border-top: 1px dashed rgba(239, 108, 129, 0.5);
  }

  .longPhotoStack__card {
    transform: none !important;
  }
}
