@media (max-width: 767px) {

  /* ===== 共通切替 ===== */
  .pc { display: none !important; }
  .sp { display: block !important; }

  .br-pc { display: none; }
  .br-sp { display: block; }

  /* ===== FV ===== */
  .fv-logo {
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .fv-logo img {
    width: 160px;
  }

  .fv-line1 {
    font-size: 28px;
    line-height: 1.4;
  }

  .fv-line2 {
    font-size: 26px;
    line-height: 1.4;
    margin-top: 30px;
  }

  .fv-sub {
    font-size: 16px;
    margin: 10px 0 18px;
  }

  /* ===== お困り ===== */
  .worry-section {
    margin: 70px auto;
  }

  .worry-title {
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 1.8;
  }
.worry-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
}
	
/* ===== 更新簡単 ===== */
    .easy-manage-section {
        margin: 0px;
        padding: 50px 15px 10px 15px;
    }

    .easy-manage-title {
        font-size: 28px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .easy-manage-text {
        font-size: 15px;
		text-align: center;
		margin-bottom: 35px;
    }

    .easy-manage-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 15px;
    }
.easy-manage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.easy-manage-item img {
    width: 50%;
    margin-bottom: 12px;
}

.easy-manage-item p {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.8;
}

  /* ===== 制作事例 ===== */
  .works-section {
    padding: 40px 15px;
  }

  .section-title {
    font-size: 26px;
  }

  .section-lead,
  .section-lead-white {
    font-size: 15px;
    margin: 30px 5px;
    text-align: center;
  }

  .works-grid {
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 0;
  }

  .works-card {
    padding: 10px 3px;
  }

  .works-card p {
    font-size: 13px;
    line-height: 1.5;
  }

  /* ===== お客様の声 ===== */
  .pet-voice-slider {
    width: 100%;
    padding-bottom: 45px;
  }

  .voice-prev,
  .voice-next {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .voice-prev {
    left: calc(50% - 45px);
  }

  .voice-next {
    right: calc(50% - 45px);
  }

  /* ===== 料金 ===== */
  .pw-price {
    padding: 0 15px;
  }

  .pw-price-wrap {
    flex-direction: column;
  }

  .pw-plan {
    padding: 25px;
  }

  .pw-price-num span {
    font-size: 30px;
  }

  .pw-option {
    padding: 20px 15px;
  }

/* ===== SP（スマホ）ご依頼の流れ ===== */
  .flow-section {
    margin: 30px auto;
  }

  .flow-item {
    padding: 20px 15px;
  }

  .flow-title {
    font-size: 16px;
  }
	.flow-text{
		text-align : left;
	}

  .flow-btns {
    flex-direction: column;
    gap: 8px;
  }

  .flow-btn {
    width: 100%;
  }
	
/* ===== SP（スマホ）デザイナー紹介 ===== */
  .designer-section {
    padding: 40px 15px;
  }

  .designer-box {
    padding: 25px 15px;
  }

  .designer-img img {
    width: 100px;
    height: 100px;
  }

  .designer-name {
    font-size: 18px;
  }

  .designer-text {
    font-size: 14px;
  }

/* ===== FAQ（SP） ===== */
.faq-section {
  width: auto;
  background: #fff;
  padding: 60px 0;
	margin : 0 20px;
}
.faq-q {
  font-size: 16px;
  line-height: 1.6;
}

.faq-a {
  font-size: 15px;
  line-height: 1.8;
}

/* =======フォーム========*/
.premium-contact-form{
text-align : left;
}

}
/* ===== SP固定ボタン ===== */
.sp-fixed-btns {
  display: none;
}

@media (max-width: 899px) {

  .sp-fixed-btns {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    gap: 10px;
    z-index: 9999;
  }

  .sp-fixed-btns a {
    width: 50%;
    margin: 0 !important;
    padding: 10px 6px 11px;
    text-align: center;
    line-height: 1.15;
  }

  .sp-fixed-btns a span {
    display: block;
    font-size: 10px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 4px;
    white-space: nowrap;
  }

  .sp-fixed-btns a strong {
    display: block;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 700;
  }

  body {
    padding-bottom: 82px;
  }
.site-footer {
  background: #f0f8fb;
  padding: 40px 20px 70px 20px;
  text-align: center;
}
  .sp-fixed-btns {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    gap: 10px;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
  }

  .sp-fixed-btns.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

}