@charset "UTF-8";
/* =========================================
   Compact Mansion LP - main.scss
   ========================================= */
/* ---------- variables ---------- */
/* ---------- mixin ---------- */
/* ---------- reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

/* =========================================
   scope
   ========================================= */
#lp {
  color: #333;
  line-height: 1.6;
  margin: 0;
  position: relative;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Hiragino Kaku Gothic ProN", sans-serif;
}
#lp p {
  margin: 0 0 28px;
  line-height: 1.6;
}
#lp h2 {
  font-size: 64px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.33;
  margin: 0 0 30px;
  text-align: center;
}
@media (max-width: 767px) {
  #lp h2 {
    font-size: 28px;
    margin: 0 0 40px;
  }
}
#lp h2 span {
  background: linear-gradient(transparent 70%, rgba(255, 218, 94, 0.7) 70%);
}
#lp .pc {
  display: block;
}
@media (max-width: 767px) {
  #lp .pc {
    display: none;
  }
}
#lp .sp {
  display: none;
}
@media (max-width: 767px) {
  #lp .sp {
    display: block;
  }
}
#lp {
  /* ---------- utility ---------- */
}
#lp .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: content-box;
}
#lp .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 100px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2.4px;
}
@media (max-width: 991px) {
  #lp .btn {
    border-radius: 0;
    letter-spacing: 0.8px;
  }
}
#lp {
  /* ---------- header ---------- */
}
#lp header {
  box-shadow: 0 6px 16px 0 rgba(17, 37, 89, 0.07);
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 2px 24px;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 10;
}
@media (max-width: 991px) {
  #lp header {
    padding: 0;
  }
}
#lp header nav {
  display: flex;
}
#lp header .logo {
  padding-top: 10px;
}
@media (max-width: 991px) {
  #lp header .logo {
    padding: 12px 11px;
  }
}
#lp header .logo:hover {
  opacity: 0.8;
}
#lp header .btn {
  width: 215px;
  font-family: "Noto Serif JP", serif;
  padding: 0;
}
#lp header .btn:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  #lp header .btn {
    width: 92px;
  }
}
#lp header .btn img {
  display: block;
}
@media (max-width: 991px) {
  #lp header .btn img {
    display: none;
  }
}
#lp header .btn .label {
  display: none;
}
@media (max-width: 991px) {
  #lp header .btn .label {
    display: block;
  }
}
@media (max-width: 991px) {
  #lp header .contact {
    border: 1px solid transparent;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 49%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.14) 100%) padding-box, linear-gradient(90deg, #06c755 0%, #06c755 50%, #06c755 100%) padding-box, linear-gradient(180deg, #06c755 0%, #06c755 50%, #06c755 100%) border-box;
    background-clip: padding-box, padding-box, border-box;
    background-origin: border-box;
    box-shadow: 0 4px 12px 0 rgba(102, 60, 17, 0.25);
    border-right: none;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  #lp header .dl {
    border: 1px solid transparent;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 49%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.14) 100%) padding-box, linear-gradient(90deg, #e89043 0%, #ef6f00 50%, #e89043 100%) padding-box, linear-gradient(0deg, #946300, #ad7a38, #af7d3b, #e8c979, #ffe792, #fff697, #cbaf4a, #a67d14, #986a00) border-box;
    background-clip: padding-box, padding-box, border-box;
    background-origin: border-box;
    box-shadow: 0 4px 12px 0 rgba(102, 60, 17, 0.25);
  }
}
#lp #mv {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 991px) {
  #lp #mv {
    padding-top: 58px;
  }
}
#lp #mv h1,
#lp #mv p {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
#lp #mv .btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}
@media (max-width: 767px) {
  #lp #mv .btn {
    bottom: 3%;
    max-width: 330px;
  }
}
#lp #mv .btn img {
  width: min(46.25vw, 970px);
  height: auto;
}
@media (max-width: 991px) {
  #lp #mv .btn img {
    width: clamp(260px, 72vw, 666px);
  }
}
@media (max-width: 767px) {
  #lp #mv .btn img {
    width: clamp(320px, 92vw, 666px);
  }
}
#lp #mv a:hover {
  filter: brightness(1.2);
}
#lp #case {
  padding: 66px 16px;
  background: #f5f5f8;
}
@media (max-width: 767px) {
  #lp #case {
    padding: 60px 16px;
  }
}
#lp #case .title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #004a87;
}
#lp #case h2 {
  font-size: 54px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  #lp #case h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
#lp #case h2 .sub-text {
  font-size: 36px;
  background: none;
}
@media (max-width: 767px) {
  #lp #case h2 .sub-text {
    font-size: 24px;
  }
}
#lp #case h3 {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.25px;
  color: #0062b0;
  margin-bottom: 6px;
  padding: 0 9px;
}
@media (max-width: 767px) {
  #lp #case h3 {
    font-size: 24px;
    padding: 0 3px 0 0;
    letter-spacing: 0.24px;
  }
}
#lp #case .list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#lp #case .list p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.16px;
  padding: 0 9px;
}
@media (max-width: 767px) {
  #lp #case .list p {
    padding: 0 3px 0 0;
    letter-spacing: 0.24px;
  }
}
#lp #case article {
  width: calc(50% - 12px);
  background: #fff;
  padding: 13px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  #lp #case article {
    width: 100%;
    padding: 16px;
  }
}
#lp #case article img {
  border-radius: 12px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  #lp #case article img {
    aspect-ratio: 303/196;
    object-fit: cover;
  }
}
#lp #case dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  column-gap: 12px;
  row-gap: 6px;
  align-items: center;
  padding: 9px 0 23px 8px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  #lp #case dl {
    grid-template-columns: 57px 1fr;
    column-gap: 10px;
    row-gap: 6px;
    padding: 9px 0 23px;
  }
}
#lp #case dt {
  background: #3089d0;
  color: #fff;
  border-radius: 6px;
  padding: 6px 2px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #lp #case dt {
    font-size: 14px;
    padding: 4px 2px;
  }
}
#lp #case dd {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  word-break: break-word;
  letter-spacing: 0.16px;
}
@media (max-width: 767px) {
  #lp #case dd {
    font-size: 18px;
    line-height: 1.3;
  }
}
#lp #case dd span {
  display: inline-block;
}
@media (max-width: 767px) {
  #lp #case dd span {
    display: none;
  }
}
#lp #what {
  text-align: center;
  background: linear-gradient(0deg, #f5f5f8 0%, #f5f5f8 100%), linear-gradient(90deg, #0d0e14 0%, #0d1e4e 75%), #f5f5f5;
  padding: 100px 0 80px;
  color: #01294c;
  position: relative;
}
@media (max-width: 767px) {
  #lp #what {
    padding: 43px 0 60px;
  }
}
#lp #what:after {
  content: "";
  background-image: url(./../images/what/person-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  position: absolute;
  width: clamp(320px, 42vw, 610px);
  aspect-ratio: 610/515;
  height: auto;
}
@media (max-width: 767px) {
  #lp #what:after {
    content: none;
  }
}
#lp #what .title img {
  width: 216px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  #lp #what .title img {
    width: 149px;
    object-fit: cover;
    margin-bottom: 16px;
  }
}
#lp #what .sub-title {
  font-size: 36px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  background: none;
}
@media (max-width: 767px) {
  #lp #what .sub-title {
    font-size: 24px;
  }
}
#lp #what h2 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  #lp #what h2 {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
}
#lp #what h2 span {
  font-size: 64px;
}
@media (max-width: 767px) {
  #lp #what h2 span {
    font-size: 28px;
    letter-spacing: -1.4px;
  }
}
#lp #what p {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.16px;
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  #lp #what p {
    font-weight: 500;
    text-align: left;
  }
}
#lp #what .table {
  margin-bottom: 62px;
}
@media (max-width: 767px) {
  #lp #what .table {
    margin-bottom: 40px;
  }
}
#lp #reason {
  padding: 100px 0 80px;
}
@media (max-width: 767px) {
  #lp #reason {
    padding: 60px 0;
  }
}
#lp #reason .title {
  text-align: center;
}
#lp #reason .title img {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  #lp #reason .title img {
    width: 119px;
    margin-bottom: 8px;
  }
}
#lp #reason .title h2 {
  line-height: 1.4;
  color: #01294c;
}
#lp #reason .card {
  box-shadow: 0 8px 16px 0 rgba(184, 198, 217, 0.3);
  margin: 0 0 24px;
}
#lp #reason .card h3 {
  border-radius: 6px 6px 0 0;
  background: linear-gradient(90deg, #0f47a1 0%, #1056b7 50.48%, #2470ce 100%);
  color: #fff;
  letter-spacing: 0.24px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 13px 20px 15px;
}
@media (max-width: 767px) {
  #lp #reason .card h3 {
    font-size: 20px;
    letter-spacing: 0.2px;
    padding: 20px 8px;
  }
}
#lp #reason .card h3 br {
  display: none;
}
@media (max-width: 767px) {
  #lp #reason .card h3 br {
    display: block;
  }
}
#lp #reason .inner {
  display: flex;
  padding: 24px 40px;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  #lp #reason .inner {
    flex-direction: column-reverse;
    gap: 28px;
  }
}
@media (max-width: 767px) {
  #lp #reason .inner {
    padding: 24px 16px;
    gap: 20px;
  }
}
#lp #reason .inner p {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.16px;
}
#lp #reason .inner p:last-of-type {
  margin-bottom: 0;
}
#lp #reason .inner img {
  max-width: 588px;
  width: 100%;
}
#lp #reason .inner.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  #lp #reason .inner.reverse {
    flex-direction: column-reverse;
  }
}
#lp .disadvantages {
  margin: 60px auto 0;
  border-radius: 32px;
  background: linear-gradient(90deg, #0d0e14 0%, #0d1e4e 75%), linear-gradient(0deg, #dbdbdb 0%, #dbdbdb 100%), linear-gradient(0deg, #f5f5f8 0%, #f5f5f8 100%), linear-gradient(90deg, #0d0e14 0%, #0d1e4e 75%), linear-gradient(0deg, rgba(238, 0, 68, 0.2) 0%, rgba(238, 0, 68, 0.2) 100%), #f5f5f5;
  padding: 70px 16px 62px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  #lp .disadvantages {
    padding: 60px 16px 28px;
    border-radius: 24px;
  }
}
#lp .disadvantages h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #lp .disadvantages h3 {
    font-size: 28px;
    line-height: 1.5;
  }
}
#lp .disadvantages h3 span {
  display: block;
  font-size: 36px;
}
@media (max-width: 767px) {
  #lp .disadvantages h3 span {
    font-size: 24px;
  }
}
#lp .disadvantages p {
  letter-spacing: 0.16px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  #lp .disadvantages p {
    text-align: left;
  }
}
#lp .disadvantages .gray {
  letter-spacing: 0.26px;
  font-size: 13px;
  color: #a8a8a8;
}
@media (max-width: 767px) {
  #lp .disadvantages .gray {
    text-align: left;
  }
}
#lp #management {
  background: linear-gradient(90deg, var(--color-blue-blue-800, rgba(0, 74, 135, 0.9)) 0%, var(--color-blue-blue-700, rgba(0, 98, 176, 0.9)) 75%), #fff;
  padding: 50px 0;
  color: #fff;
}
#lp #management .small {
  font-size: 40px;
  background: none;
}
@media (max-width: 767px) {
  #lp #management .small {
    font-size: 22px;
    letter-spacing: -0.5px;
  }
}
#lp #management h2 {
  font-size: 54px;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  #lp #management h2 {
    font-size: 28px;
  }
}
#lp #management h2 span {
  font-size: 54px;
}
@media (max-width: 767px) {
  #lp #management h2 span {
    font-size: 28px;
  }
}
#lp #management p {
  text-align: center;
}
@media (max-width: 767px) {
  #lp #management p {
    text-align: left;
  }
}
#lp #management p span {
  font-size: 13px;
}
#lp #management .list {
  display: flex;
  gap: 24px;
  padding-top: 14px;
}
@media (max-width: 767px) {
  #lp #management .list {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
#lp #management .list li {
  flex: 1;
}
#lp #management .list img {
  border-radius: 8px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  #lp #management .list img {
    margin-bottom: 8px;
  }
}
#lp #faq {
  background: linear-gradient(0deg, #f5f5f8 0%, #f5f5f8 100%), #ebebeb;
  padding: 80px 16px;
}
@media (max-width: 767px) {
  #lp #faq {
    padding: 60px 16px;
  }
}
#lp #faq h2 {
  font-size: 54px;
  margin-bottom: 42px;
  color: #01294c;
}
@media (max-width: 767px) {
  #lp #faq h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
#lp #faq .container {
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(184, 198, 217, 0.3);
  border-radius: 6px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  #lp #faq .container {
    border-radius: 10px;
    padding: 10px 16px;
  }
}
#lp #faq .inner {
  max-width: 996px;
  margin: 0 auto;
}
#lp #faq details {
  border-bottom: 2px dashed #c6cad0;
}
#lp #faq details:last-of-type {
  border: none;
}
#lp #faq details .faq-body {
  overflow: hidden;
  transition: height 0.3s ease;
  opacity: 0;
  transform: translateY(-8px);
  transition: height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
#lp #faq details .faq-body p {
  padding: 0 104px 40px 100px;
  margin: 0;
}
@media (max-width: 767px) {
  #lp #faq details .faq-body p {
    padding: 0 28px 32px 32px;
  }
}
#lp #faq summary {
  list-style: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #0062b0;
  cursor: pointer;
  padding: 0 104px 0 100px;
  position: relative;
  text-indent: -60px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  #lp #faq summary {
    font-size: 18px;
    text-indent: -32px;
    padding: 0 28px 0 32px;
    margin: 28px 0;
  }
}
#lp #faq summary:before {
  content: "Q.";
  color: #75b2e3;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.28px;
  padding-right: 28px;
}
@media (max-width: 767px) {
  #lp #faq summary:before {
    font-size: 20px;
    padding-right: 8px;
  }
}
#lp #faq summary:after {
  content: "";
  background: url(./../images/faq/open.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  #lp #faq summary:after {
    width: 18px;
    height: 18px;
    background-size: contain;
    right: 4px;
    top: 6px;
    transform: translateY(0);
  }
}
#lp #faq details[open] > *:not(summary) {
  opacity: 1;
  transform: translateY(0);
}
#lp #faq details[open] summary:after {
  transform: translateY(-50%) rotate(180deg);
  background: url(./../images/faq/close.svg);
}
@media (max-width: 767px) {
  #lp #faq details[open] summary:after {
    width: 18px;
    height: 18px;
    background-size: contain;
    transform: translateY(0) rotate(180deg);
  }
}
#lp #cta {
  background: url(./../images/cta/bg-pc.jpg);
  background-size: cover;
  color: #fff;
  padding: 120px 16px;
}
@media (max-width: 767px) {
  #lp #cta {
    background: url(./../images/cta/bg-sp.jpg);
    background-size: cover;
    padding: 60px 16px;
  }
}
#lp #cta h2 {
  color: #fff;
  font-size: 54px;
}
@media (max-width: 767px) {
  #lp #cta h2 {
    font-size: 28px;
  }
}
#lp #cta p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.24px;
  text-align: center;
}
@media (max-width: 767px) {
  #lp #cta p {
    font-size: 20px;
    letter-spacing: 0.2px;
    text-align: left;
  }
}
#lp #cta .cv {
  max-width: 792px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: content-box;
}
#lp #cta .cv img {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  #lp #cta .cv img {
    margin-bottom: 48px;
  }
}
#lp #cta .cv img:hover {
  filter: brightness(0.9);
}
#lp #cta .cta-btn {
  display: flex;
  gap: 24px;
  font-size: 16px;
  justify-content: center;
}
@media (max-width: 767px) {
  #lp #cta .cta-btn {
    margin-bottom: 6px;
  }
}
#lp #cta .btn {
  padding: 8px 16px;
  flex: 1;
  position: relative;
}
#lp #cta .btn:after {
  content: "";
  background: url(./../images/cta/arrow.svg);
  width: 16px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#lp #cta .btn:hover {
  filter: brightness(1.2);
}
#lp #cta .dl {
  max-width: 440px;
  border-radius: 30px;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #ec7c1b 0%, #d66300 100%) padding-box, linear-gradient(0deg, #946300, #ad7a38, #af7d3b, #e8c979, #ffe792, #fff697, #cbaf4a, #a67d14, #986a00) border-box;
  background-clip: padding-box, border-box;
  background-origin: border-box;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}
@media (max-width: 767px) {
  #lp #cta .dl {
    font-size: 18px;
    display: inline-block;
    max-width: 295px;
  }
}
#lp #cta .dl span {
  font-size: 16px;
}
@media (max-width: 767px) {
  #lp #cta .dl span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #lp #cta .dl {
    text-align: center;
    line-height: 1.2;
    padding: 8px;
  }
}
#lp #cta .reservation {
  border-radius: 30px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #4475c4 0%, #3a70c7 37.02%, #244e92 100%) padding-box, linear-gradient(0deg, #946300, #ad7a38, #af7d3b, #e8c979, #ffe792, #fff697, #cbaf4a, #a67d14, #986a00) border-box;
  background-clip: padding-box, border-box;
  background-origin: border-box;
}
#lp footer {
  background-color: #081844;
  color: #fff;
  padding: 40px 16px;
}
#lp footer a {
  color: #fff;
}
#lp footer .logo {
  margin-bottom: 24px;
}
#lp footer .logo img {
  filter: brightness(0) invert(1);
  width: 245px;
  height: auto;
}
#lp footer .banner-list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 24px;
  max-width: 1100px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  #lp footer .banner-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 16px;
  }
}
#lp footer .banner-list img {
  width: 276px;
}
@media (max-width: 767px) {
  #lp footer .banner-list img {
    width: 100%;
  }
}
#lp footer .banner-list a:hover {
  filter: brightness(1.2);
}
#lp footer .book-download {
  margin: 0 auto 64px;
  text-align: center;
}
#lp footer .book-download a:hover {
  filter: brightness(1.2);
}
@media (max-width: 767px) {
  #lp footer .book-download {
    margin-bottom: 24px;
  }
  #lp footer .book-download img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #lp footer .c-footer-bottom__info {
    margin-top: 13px;
  }
}
#lp footer .sns-list {
  display: flex;
  gap: 11px;
  margin-bottom: 16px;
}
#lp footer .sns-list a:hover {
  filter: brightness(0.8);
}
#lp footer .sns-list img {
  vertical-align: middle;
}
#lp footer address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}
#lp footer .c-footer-bottom {
  border-top: 1px solid #fff;
  padding: 60px 0 0;
  max-width: 1285px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  #lp footer .c-footer-bottom {
    border: none;
    padding-top: 0;
  }
}
#lp footer .inner {
  display: flex;
  gap: 90px;
}
@media (max-width: 767px) {
  #lp footer .inner {
    flex-direction: column;
    gap: 24px;
  }
}
#lp footer .footer-nav {
  font-family: serif;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
}
@media (max-width: 767px) {
  #lp footer .footer-nav {
    gap: 0;
  }
}
#lp footer .footer-nav li {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #lp footer .footer-nav li {
    font-size: 13px;
  }
}
#lp footer .footer-nav a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #lp footer .nav-list {
    width: 50%;
  }
}
#lp footer .copy {
  font-size: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #lp footer .copy {
    text-align: center;
  }
}

/* 並びアニメ用グループ */
.fade-group > .fade {
  opacity: 1;
  transform: translateY(24px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.fade-group > .fade:nth-child(1) {
  transition-delay: 0s;
}
.fade-group > .fade:nth-child(2) {
  transition-delay: 0.12s;
}
.fade-group > .fade:nth-child(3) {
  transition-delay: 0.24s;
}
.fade-group > .fade:nth-child(4) {
  transition-delay: 0.36s;
}
.fade-group > .fade:nth-child(5) {
  transition-delay: 0.48s;
}
.fade-group > .fade:nth-child(6) {
  transition-delay: 0.6s;
}
.fade-group > .fade:nth-child(7) {
  transition-delay: 0.72s;
}
.fade-group > .fade:nth-child(8) {
  transition-delay: 0.84s;
}
.fade-group > .fade:nth-child(9) {
  transition-delay: 0.96s;
}
.fade-group > .fade:nth-child(10) {
  transition-delay: 1.08s;
}
.fade-group > .fade.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* 単発フェード（グループ外でも使える） */
.fade:not(.fade-group > .fade) {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.fade:not(.fade-group > .fade).is-in {
  opacity: 1;
  transform: translateY(0);
}

/* 動き軽減 */
@media (prefers-reduced-motion: reduce) {
  .fade-group > .fade,
  .fade {
    transition: none;
    opacity: 1;
    transform: none;
  }
}