html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  :root {
    scroll-padding: 60px;
  }
}

.kv {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .kv {
    margin: 60px auto 0;
  }
}

.natsuhonda__container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .natsuhonda__container {
    width: 100%;
  }
}

.title01 {
  padding: 0 10%;
  margin: 0 auto;
}

.title02 {
  padding: 0 10%;
  margin: 40px auto;
}

@media only screen and (max-width: 768px) {
  .title02 {
    margin: 20px auto;
  }
}

.title03 {
  padding: 0 10%;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 768px) {
  .title03 {
    margin: 0 auto 20px;
  }
}

.title04 {
  padding: 0 10%;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 768px) {
  .title04 {
    margin: 0 auto 20px;
  }
}

.present {
  padding: 0;
  margin: 40px auto;
}

@media only screen and (max-width: 768px) {
  .present {
    padding: 0 15px;
    margin: 20px auto;
  }
}

.campaign {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .campaign {
    padding: 0 15px;
  }
}


.campaign {
  padding: 0;
  margin: 20px auto 0;
}

@media only screen and (max-width: 768px) {
  .campaign {
    padding: 0 15px;
    margin: 10px auto 0;
  }
}

.news {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  padding: 0 15px;
}

@media only screen and (max-width: 768px) {
  .news {
    display: block;
  }
}

.news:after {
  content: "";
  display: block;
  width: 48%;
  height: 0;
}

.news__img {
  width: 48%;
  margin-bottom: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .news__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.plan {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  padding: 0 15px;
}

@media only screen and (max-width: 768px) {
  .plan {
    display: block;
  }
}

.plan:after {
  content: "";
  display: block;
  width: 48%;
  height: 0;
}

.plan__img {
  width: 48%;
  margin-bottom: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .plan__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.btn {
  padding: 0 10% 160px;
  margin: 40px auto 0;
}

@media only screen and (max-width: 768px) {
  .btn {
    padding: 0 10% 15vw;
    margin: 20px auto 0;
  }
}

.natsuhonda25__fixed .natsuhonda25__LP__sec04__inline {
  display: block;
  width: 100%;
}
.natsuhonda25__fixed .natsuhonda25__LP__sec04__inlineItem {
  max-width: 110px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .natsuhonda25__fixed .natsuhonda25__LP__sec04__inlineItem {
    max-width: 60px;
  }
}

.natsuhonda25__fixed .natsuhonda25__LP__sec04__inlineItem2 {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #E50012;
  position: relative;
}

.natsuhonda25__fixed .natsuhonda25__LP__sec04__inlineItem2 .natsuhonda25__LP__sec04__inlineItem2__text {
  width: 450px;
  margin: 0 auto;
  padding: 15px 10px;
}

@media only screen and (max-width: 768px) {
  .natsuhonda25__fixed .natsuhonda25__LP__sec04__inlineItem2 .natsuhonda25__LP__sec04__inlineItem2__text {
    width: 200px;
    padding: 10px 5px;
  }
}

.natsuhonda25__fixed .natsuhonda25__LP__sec04__inlineItem2 .natsuhonda25__LP__sec04__inlineItem2__store {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.natsuhonda25__fixed .natsuhonda25__LP__sec04__inlineItem2 .natsuhonda25__LP__sec04__inlineItem2__store img {
  height: 100%;
  width: auto;
}

.natsuhonda25__fixed .natsuhonda25__LP__sec04__inline__group {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .natsuhonda25__fixed .natsuhonda25__LP__sec04__inline__group {
    padding-bottom: 0px;
  }
}

.natsuhonda25__fixed .natsuhonda25__LP__sec04__inline__group__col {
  width: 30%;
}

.natsuhonda25 #search-fixed .search-fixed-item {
  max-width: 100%;
  width: inherit;
  bottom: 0;
}

.natsuhonda25__fixed2 .natsuhonda25__LP__sec04__inlineItem {
  display: flex;
  max-width: 110px;
  position: fixed;
  bottom: 150px;
  right: 50px;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .natsuhonda25__fixed2 .natsuhonda25__LP__sec04__inlineItem {
    max-width: 60px;
    bottom: 20vw;
    right: 15px;
  }
}

.natsuhonda25 #search-fixed .search-fixed-item .natsuhonda25__LP__sec04__inline {
    margin: 0 auto;
}

.btn__container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .btn__container {
    width: 100%;
    box-sizing: border-box;
  }
}

.lp__flex__field .lp__col__btn {
  width: 44%;
}

@media only screen and (max-width: 768px) {
  .lp__flex__field .lp__col__btn {
    width: 41%;
  }
}

.lp__flex__field .lp__col__top {
  width: 10%;
}