.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%;
}

/**
 * 無料お見積りセクション用スタイル
 */
.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: 2% auto;
}
.ecocute-select-wrap {
  background-color: #f5f4f4;
  padding: 0;
}
.ecocute-select-wrap .eccute-img08 {
  width: 100%;
  margin: 0 auto;
}
.ecocute-select-wrap .eccute-img09 {
  width: 90%;
  margin: 3% auto 0 auto;
}
.ecocute-select-wrap .eccute-img10 {
  width: 90%;
  margin: 3% auto 0 auto;
}
.ecocute-select-wrap .eccute-img11 {
  width: 90%;
  margin: 3% auto 3% auto;
}
.ecocute-include-wrap {
  background: url(../img/bg-include.png) repeat-y center center;
  background-size: contain;
  padding: 5%;
}
.eccute-img12 {
  margin-bottom: 5%;
}
.ecocute-credit-wrap {
  background-color: #fefdde;
  padding: 5%;
}
.eccute-img15 {
  margin-bottom: 3%;
}
.eccute-img26 {
  margin-bottom: 5%;
}
.eccute-img33 {
  margin-bottom: 5%;
}

.ecocute-flow-wrap {
  background-color: #f5fbfc;
  padding: 5%;
}
.ecocute-flow-wrap img {
  width: 90%;
  margin-bottom: 6%;
}

.eccute-img50 {
  margin-top: 10%;
}
.ecocute-maker-wrap {
  display: flex;
  flex-wrap: wrap;
}
.ecocute-maker-wrap img {
  width: 50%;
}
