.eccute-container {
  margin: 0 auto;
  padding: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw); /* 中央から左にずらす */
}
.eccute-contents {
  text-align: center;
  line-height: 0;
  max-width: 640px;
  margin: 0 auto;
}
.eccute-img01 {
  width: 100%;
}

.ecocute-sale-header{
  text-align: center;
    line-height: 0;
    background-color: #031fd6;
}

/**
 * 無料お見積りセクション用スタイル
 */
.cta-section {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  max-height: 464px;
  position: relative;
}
.cta-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-inner {
  max-width: 640px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cta-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.cta-btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  width: 100%;
}
.cta-btn:hover {
  opacity: 0.8;
}
.cta-btn-form{
  margin-bottom: 45px;  
}
@media (max-width: 640px) {
  .cta-section {
    height: 70vw;
  }
  .cta-btn{
    margin-bottom: 0;
  }
  .cta-btn-form{
    margin-bottom: 6.5vw;
  }
}

.ecocute-sale-items {
  background: url(../img/bg-sale.png) repeat-y center center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  padding: 30px 0 15px 0;
  max-width: 640px;
}

.ecocute-sale-item {
  position: relative;
  text-align: center;
  width: 85%;
}

.ecocute-sale-item:last-child {
  margin-bottom: 0;
}
.ecocute-sale-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.ecocute-sale-btn-wrap {
  position: absolute;
  bottom: clamp(6px, 3vw, 24px);
  margin-top: 0;
  text-align: center;
  width: 100%;
  pointer-events: none;
}
.ecocute-sale-btn-wrap a {
  pointer-events: auto;
}
.mitumori-btn-img {
  display: inline-block;
  cursor: pointer;
  width: 90%;
  height: auto;
  transition: opacity 0.2s;
}
@media (max-width: 640px) {
  .ecocute-sale-container {
    padding: 0;
  }
  .mitumori-btn-img {
    max-width: 100%;
  }
}
.eccute-img07 {
  width: 95%;
  margin: 0 auto;
}
.eccute-notes {
  width: 95%;
  margin: 0 auto 2%;
  text-align: left;
  font-size: 1em;
}

