/* desktop.css */
/* PC版のみ：768px以上で適用 */

@media screen and (min-width: 768px) {
  body {
    background: #fff;
  }

  .sp {
    max-width: none;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    padding-top: 58px;
    padding-bottom: 120px;
    overflow-x: hidden;
    align-items: center;
  }

  /* Header */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: none;
    height: 64px;
    padding: 0 32px;
    box-sizing: border-box;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .header::after {
    content: none;
    display: none;
  }

  .header .logo {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rectangle-icon {
    width: 62px;
    height: auto;
    max-height: 48px;
    object-fit: contain;
  }

  .pc-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 28px;
    white-space: nowrap;
  }

  .pc-nav a {
    color: #333;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 0.12em;
    line-height: 1;
    transition: opacity 0.2s ease;
  }

  .pc-nav a:hover {
    opacity: 0.6;
  }

  .instagramlogo {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
  }

  .hamburgerbutton-icon,
  .mobile-menu-overlay {
    display: none !important;
  }

  /* 共通セクション */
  .hero,
  .zerotorelogo,
  .hanareintro,
  .aboutzerotore,
  .beforeafter,
  .beforeaftergallery,
  .instructor,
  .aboutlesson,
  .faq,
  .access,
  .inquiry,
  .footer {
    width: 100%;
  }

  .hero,
  .hanareintro,
  .aboutzerotore,
  .beforeafter,
  .beforeaftergallery,
  .instructor,
  .aboutlesson,
  .faq,
  .access,
  .inquiry {
    align-items: center;
  }

  /* Hero */
  .hero {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 0;
    min-height: auto;
  }

  .herocopy {
    width: 100%;
    max-width: 920px;
    height: auto;
    padding: 0 24px;
    margin-top: 0;
    margin-bottom: -20px;
    align-items: flex-start;
  }

  .h2 {
    font-family: var(--font-noto-sans-jp);
    font-size: 20px;
    line-height: 2.0;
    letter-spacing: 0.28em;
  }

  .logo-icon {
    width: 120px;
    height: auto;
    margin-top: 8px;
  }

  .heroimage-icon {
    width: 640px;
    max-width: 64vw;
    height: auto;
    margin-top: -132px;
  }

  .zerotorelogo {
    height: auto;
    margin-top: -8px;
    padding: 0 0 48px;
    position: relative;
    z-index: 1;
  }

  .tvsns {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .h3 {
    font-size: 22px;
    line-height: 1.45;
  }

  .button {
    font-size: 15px;
    line-height: 1.5;
  }

  /* hanareについて */
  .hanareintro {
    padding: 0 0 56px;
  }

  .abouthanare {
    width: 600px;
    height: auto;
    padding: 32px 48px;
    gap: 18px;
  }

  .hanaretitle {
    width: 100%;
  }

  .yuka {
    width: 100%;
    font-size: 12px;
    line-height: 1.9;
  }

  /* お悩み */
  .aboutzerotore {
    padding: 0 0 56px;
    gap: 16px;
  }

  .div2 {
    width: 420px;
    font-size: 14px;
    line-height: 1.9;
  }

  .zerotoremessage {
    justify-content: center;
    padding: 0;
  }

  .worrieslist {
    width: 760px;
    justify-content: center;
    align-items: center;
    gap: 10px 14px;
  }

  .worrieslist .onayami01-icon {
    width: 360px;
    height: auto;
  }

  .worrieslist .onayami01-icon:nth-child(5) {
    margin-left: 180px;
    margin-right: 180px;
  }

  /* ゼロトレとは */
  .aboutzerotore2 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
    gap: 16px;
    padding-top: 24px;
  }

  .hanare2 {
    width: 560px;
    height: auto;
    text-align: center;
    font-size: 13px;
    line-height: 1.9;
  }

  .zerotreimage {
    width: 100%;
    max-width: 900px;
    margin: 8px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    overflow: visible;
  }

  .stepsimage,
  .cycleimage {
    flex: 1;
    max-width: 420px;
    align-items: center;
  }

  .stepslogo {
    width: 360px;
  }

  .cyclelogo {
    padding: 0;
  }

  .div6 {
    width: 340px;
  }

  .zerotorecycle-icon {
    width: 360px;
    height: auto;
  }

  /* Before & After */
  .beforeafter {
    padding: 8px 0;
  }

  .beforeafter .div8 {
    display: none;
  }

  .beforeaftergallery {
    max-width: none;
    overflow: visible;
    padding-bottom: 64px;
  }

  .beforeaftercarousel {
    width: 100%;
    overflow: visible !important;
    padding: 0;
  }

  .carouseltrack {
    width: 900px !important;
    max-width: 90vw;
    height: auto !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 24px;
    overflow: visible !important;
  }

  .beforeaftercard01-icon {
    width: 280px;
    height: 280px;
    flex: 0 0 auto;
    object-fit: cover;
  }

  .beforeafter-overlay {
    width: 100%;
    left: 0;
    transform: none;
  }

  .beforeafter-overlay-image {
    max-width: 760px;
    max-height: 86vh;
  }

  .beforeafter-overlay-close {
    top: 32px;
    right: 48px;
  }

  /* Instructor */
  .instructor {
    padding: 0 0 64px;
    gap: 24px;
  }

  .instructorimage {
    width: 560px;
    height: 412px;
    padding: 0 32px;
  }

  .aboutyuka {
    width: 230px;
  }

  .instagram {
    width: 220px;
    height: auto;
    font-size: 11px;
  }

  .story {
    width: 600px;
    height: auto;
    padding: 32px 40px;
    gap: 14px;
  }

  .div12,
  .div13,
  .ny,
  .div14 {
    width: 100%;
    height: auto;
  }

  .ny,
  .div14 {
    font-size: 11px;
    line-height: 1.9;
  }

  /* Lesson */
  .aboutlesson {
    padding: 0 0 64px;
    gap: 12px;
  }

  .lessoncard01,
  .lessoncard02,
  .lessoncard03 {
    width: 520px;
    min-height: 56px;
  }

  .lessoncard01 .line,
  .lessoncard02 .line3,
  .lessoncard03 .div20,
  .lessoncard03 .befoerafter-ok {
    width: 400px;
  }

  /* FAQ */
  .faq {
    padding-bottom: 64px;
  }

  .faqfield {
    width: 520px;
    gap: 16px;
  }

  .faqcard01,
  .faqcard03 {
    width: 520px;
    height: auto;
    min-height: 120px;
    padding: 14px 18px;
  }

  .question,
  .line4,
  .answer,
  .answer3 {
    width: 100%;
  }

  .div25,
  .div27,
  .div31,
  .div33 {
    width: auto;
    font-size: 12px;
  }

  .div26,
  .div30 {
    width: 100%;
    height: auto;
    font-size: 10px;
    line-height: 1.7;
  }

  /* Access */
  .access {
    height: auto;
    padding: 0 0 64px;
  }

  .accesssummary {
    width: 520px;
    height: auto;
    font-size: 10px;
  }

  .hanare4,
  .place,
  .adress,
  .parking {
    width: 100%;
  }

  .map-embed {
    width: 520px;
    height: 380px;
  }

  /* Inquiry */
  .inquiry {
    height: auto;
    padding: 0 0 80px;
  }

  .inquirytext {
    width: 520px;
    align-items: center;
    text-align: center;
  }

  .line-line {
    width: 100%;
    height: auto;
  }

  /* Footer / CTA */
  .footer {
    height: 44px;
  }

  .footercta {
    width: 360px;
    height: 86px;
    left: auto;
    right: 48px;
    transform: none;
  }

  .cta {
    position: relative;
    width: 360px;
    justify-content: center;
    gap: 16px;
    padding: 11px 24px;
  }

  .cta-arrow {
    position: absolute;
    right: 16px;
  }

  .reterntop {
    right: 38px;
    bottom: 80px;
  }
}
/* Desktop：フッター・CTA・FV最終調整 */
@media screen and (min-width: 768px) {

  /* FVをスクロールなしで収める */
  .hero {
    min-height: auto;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .herocopy {
    margin-bottom: -20px;
  }

  .h2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .logo-icon {
    width: 120px;
  }

  .heroimage-icon {
    width: 640px;
    max-width: 64vw;
    margin-top: -20px;
  }

  .zerotorelogo {
    margin-top: -8px;
    padding-top: 0;
    padding-bottom: 48px;
  }

  /* フッター下の余白をなくす */
  .footer {
    margin-bottom: 0 !important;
  }

  .sp {
    padding-bottom: 0;
  }

  /* DesktopのみCTA背景を透明に */
  .footercta {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    width: 360px;
    left: auto;
    right: 48px;
    transform: none;
  }

  .cta {
    width: 360px;
  }
}
