/* Top page: desktop layout ------------------------------------------------- */
@media screen and (min-width: 769px) {
  body.home .l-header__inner {
    width: min(1200px, calc(100% - 80px));
    max-width: none;
    padding: 0;
  }

  body.home .l-header__logo {
    font-size: 22px;
  }

  body.home .c-header-nav {
    gap: 42px;
  }

  body.home .c-header-nav__link {
    font-size: 17px;
  }

  body.home .p-main {
    background: #F5F1EE;
    margin-top: 0;
  }

  body.home .p-main-visual {
    --mv-height: clamp(520px, 51.32vw, 739px);
    --mv-tagline-size: clamp(56px, 7.444vw, 107.2px);
    --mv-tagline-inset: clamp(20px, 3.33vw, 48px);
    --mv-image-bottom-gap: 120px;
    --mv-image-left: max(88px, calc(100vw - 1228px));
    --mv-image-height: min(
      calc(var(--mv-height) - var(--mv-image-bottom-gap)),
      calc((100vw - var(--mv-image-left)) * 1320 / 2404)
    );
    --mv-content-left: clamp(72px, calc(88px + (100vw - 769px) * 0.052), 128px);
    width: 100%;
    max-width: none;
    height: var(--mv-height);
    padding: 0;
    background: #F5F1EE;
    position: relative;
    overflow: visible;
  }

  body.home .p-main-visual__slider {
    height: 100%;
    overflow: hidden;
  }

  body.home .p-main-visual__inner {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  body.home .p-main-visual__slide::before {
    top: 0;
    left: var(--mv-image-left);
    right: 0;
    width: auto;
    height: var(--mv-image-height);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  }

  body.home .p-main-visual__slide:nth-child(1)::before {
    background-image: url("../img/top/pc/main-visual.png");
  }

  body.home .p-main-visual__slide:nth-child(2)::before {
    background-image: url("../img/top/pc/main-visual1.png");
  }

  body.home .p-main-visual__slide::after {
    content: none;
  }

  body.home .p-main-visual__content {
    top: 50%;
    left: var(--mv-content-left);
    right: auto;
    transform: translateY(-50%);
    align-items: flex-start;
    gap: clamp(12px, 1.11vw, 16px);
    max-width: min(480px, calc(100vw - var(--mv-image-left) - 48px));
    padding-left: 0;
    z-index: 2;
  }

  body.home .p-main-visual__box {
    padding: clamp(16px, 1.39vw, 20px) clamp(24px, 2.22vw, 32px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }

  body.home .p-main-visual__box--top-2 {
    padding: clamp(16px, 1.39vw, 20px) clamp(20px, 1.94vw, 28px);
  }

  body.home .p-main-visual__box-text,
  body.home .p-main-visual__box--top-2 .p-main-visual__box-text {
    font-size: clamp(20px, 2.36vw, 34px);
    line-height: 1.5;
    text-align: left;
  }

  body.home .p-main-visual__box--bottom .p-main-visual__box-text {
    font-size: clamp(14px, 1.39vw, 20px);
    line-height: 1.5;
    text-align: left;
  }

  body.home .p-main-visual__tagline {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: auto;
    top: 8px;
    bottom: var(--mv-image-bottom-gap);
    left: 24px;
    height: auto;
    transform: none;
    font-size: var(--mv-tagline-size);
    line-height: 1;
    letter-spacing: -0.02em;
    z-index: 4;
    padding: 0;
    white-space: nowrap;
    overflow: visible;
    color: rgba(187, 176, 168, 0.5);
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: rgba(187, 176, 168, 0.5);
    opacity: 1;
  }

  body.home .p-main-visual__nav,
  body.home .p-main-visual__indicators {
    display: none;
  }

  body.home .p-main-visual__floating-buttons {
    top: 50%;
  }

  body.home .p-message,
  body.home .p-reason,
  body.home .p-information,
  body.home .p-monitor,
  body.home .p-price-plan {
    max-width: none;
    width: 100%;
  }

  body.home .p-message__inner,
  body.home .p-reason__inner,
  body.home .p-information__inner,
  body.home .p-price-plan__inner {
    width: min(1200px, calc(100% - 80px));
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  body.home .p-message {
    background: #fff;
  }

  body.home .p-message__inner {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  body.home .p-message__title {
    font-size: 88px;
    margin-bottom: 46px;
  }

  body.home .p-message__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }

  body.home .p-message__block {
    margin: 0;
    font-size: 16px;
    text-align: center;
  }

  body.home .p-message__block--first {
    align-self: center;
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 10px;
  }

  body.home .p-message__profile {
    margin: 32px auto 0;
    max-width: 320px;
  }

  body.home .p-message .p-cta--ameba {
    margin-top: 20px;
  }

  body.home .p-message .p-cta--ameba a,
  body.home .p-message .p-cta--ameba img {
    max-width: 320px;
  }

  body.home .p-reason {
    background: #f5f1ee;
  }

  body.home .p-message__inner,
  body.home .p-reason__inner {
    max-width: 1200px;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  body.home .p-reason__title-en,
  body.home .p-information__title,
  body.home .p-price-plan__title-en {
    font-size: 24px;
  }

  body.home .p-reason__title,
  body.home .p-information__subtitle,
  body.home .p-price-plan__title-ja {
    font-size: 32px;
  }

  body.home .p-reason__title {
    margin-bottom: 58px;
  }

  body.home .p-reason__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }

  body.home .p-reason__item-image {
    height: 310px;
    margin-bottom: -36px;
  }

  body.home .p-reason__item-content {
    width: calc(100% - 48px);
    min-height: 154px;
    padding: 28px 24px;
  }

  body.home .p-reason__item-title {
    font-size: 22px;
  }

  body.home .p-reason__item-text {
    font-size: 15px;
  }

  body.home .p-reason__sns {
    margin-top: 64px;
    display: flex;
    justify-content: center;
  }

  body.home .p-reason__sns-list {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 960px;
  }

  body.home .p-reason__sns-item {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }

  body.home .p-reason__sns-link {
    min-height: 0;
    gap: 10px;
    padding: 20px 8px 16px;
    border-radius: 14px;
  }

  body.home .p-reason__sns-external {
    display: grid;
    place-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #b0aaa4;
  }

  body.home .p-reason__sns-icon,
  body.home .p-reason__sns-icon img {
    width: 40px;
    height: 40px;
  }

  body.home .p-reason__sns-name {
    font-size: 12px;
    letter-spacing: 0.02em;
  }

  body.home .p-cta {
    margin-top: 44px;
  }

  body.home .p-cta img,
  body.home .p-cta__button {
    max-width: 520px;
  }

  body.home .p-cta__button {
    padding: 24px 56px;
  }

  body.home .p-cta__button-arrow,
  body.home .p-cta__button img {
    right: 28px;
  }

  body.home .p-cta--ameba a,
  body.home .p-cta--ameba img {
    max-width: 360px;
  }

  body.home .p-reason__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 44px;
  }

  body.home .p-reason__links .p-cta {
    margin: 0;
    width: 100%;
    max-width: 520px;
  }

  body.home .p-reason__links .p-cta__button {
    min-height: 88px;
    padding: 20px;
    max-width: 100%;
  }

  body.home .p-reason__links .p-cta__button-text,
  body.home .p-reason__links .p-cta__button-text1 {
    font-size: 16px;
  }

  body.home .p-join-cta {
    background: #8ca0b8;
  }

  body.home .p-join-cta__inner {
    width: min(920px, calc(100% - 80px));
    max-width: none;
    padding: 88px 0;
  }

  body.home .p-join-cta__title {
    font-size: 32px;
  }

  body.home .p-join-cta__desc {
    max-width: 760px;
    margin: 0 auto 42px;
    font-size: 17px;
    line-height: 1.9;
  }

  body.home .p-join-cta__buttons {
    flex-direction: row;
    justify-content: center;
    gap: 22px;
  }

  body.home .p-join-cta__btn {
    max-width: 360px;
    min-height: 84px;
  }

  body.home .p-information {
    background: #fff;
  }

  body.home .p-information__inner {
    padding-top: 104px;
    padding-bottom: 112px;
  }

  body.home .p-information__banner,
  body.home .p-information__list {
    max-width: 920px;
    padding-left: 0;
    padding-right: 0;
  }

  body.home .p-information__banner {
    margin: 0 auto 32px;
  }

  body.home .p-information__list {
    margin: 0 auto 38px;
  }

  body.home .p-information__link-item {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  body.home .p-information__date {
    flex: 0 0 108px;
    margin: 0;
    text-align: center;
  }

  body.home .p-information__text {
    font-size: 16px;
  }

  body.home .p-information__link-wrapper {
    margin: 0 auto;
  }

  body.home .p-information::before {
    font-size: 108px;
  }

  body.home .p-instagram-feed__embed {
    max-width: 920px;
    padding: 0;
    margin: 0 auto 32px;
    justify-content: center;
  }

  body.home .p-instagram-feed__embed #sbi_images {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  body.home .p-monitor__inner {
    max-width: none;
    height: 500px;
    padding: 116px 40px;
    background-image: linear-gradient(rgba(55, 65, 76, .15), rgba(55, 65, 76, .15)), url("../img/top/pc/main-monitor.png");
    background-size: cover;
  }

  body.home .p-monitor__title {
    font-size: 40px;
  }

  body.home .p-monitor__subtitle-text {
    font-size: 18px;
  }

  body.home .p-monitor__buttons {
    flex-direction: row;
    max-width: 720px;
    gap: 20px;
  }

  body.home .p-monitor__btn {
    width: 50%;
    padding: 20px;
  }

  body.home .p-price-plan {
    background: #f5f1ee;
  }

  body.home .p-price-plan__inner {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  body.home .p-price-plan__desc-text {
    font-size: 20px;
  }

  body.home .l-footer {
    max-width: none;
  }

  body.home .l-footer__inner {
    max-width: none;
    padding: 72px 40px 36px;
  }
}
