body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #333;
}

.wrapper {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.section {
  margin: 0;
  padding: 0;
  max-width: 640px;
  width: 100%;
  position: relative;
}

body-05.body-05 {
  background: url("../img/body-05_bg.jpg") no-repeat center top;
  background-size: cover;
}

.body-06.body-06 {
  background-color: #F5F2E4;
}

.cta {
  position: absolute;
  width: 90%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 84px;
}
@media (min-width: 375px) and (max-width: 500px) {
  .cta {
    bottom: 50px;
  }
}
@media (max-width: 375px) {
  .cta {
    bottom: 35px;
  }
}
.cta a {
  display: inline-block;
}
.cta a:last-child {
  margin-top: 2vw;
}
@media (min-width: 640px) {
  .cta a:last-child {
    margin-top: 20px;
  }
}
.cta a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media (min-width: 375px) and (max-width: 500px) {
  .body-01-cta {
    bottom: 50px;
  }
}
@media (max-width: 375px) {
  .body-01-cta {
    bottom: 35px;
  }
}

.body-05_cta {
  bottom: 40px;
}
@media (min-width: 375px) and (max-width: 500px) {
  .body-05_cta {
    bottom: 32px;
  }
}
@media (max-width: 375px) {
  .body-05_cta {
    bottom: 15px;
  }
}

.body-06-cta {
  bottom: 80px;
}
@media (min-width: 375px) and (max-width: 500px) {
  .body-06-cta {
    bottom: 54px;
  }
}
@media (max-width: 375px) {
  .body-06-cta {
    bottom: 30px;
  }
}

.header {
  width: 640px;
  position: relative;
  max-width: 640px;
  width: 100%;
  padding-bottom: 8.3vw;
}
@media (min-width: 640px) {
  .header {
    padding-bottom: 80px;
  }
}

.footer {
  text-align: center;
  font-size: 12px;
  color: #999;
  padding: 20px 0;
  max-width: 640px;
  width: 100%;
}

.cta-fv {
  position: static;
  transform: none;
  margin: 0 auto;
}

.for-sp{
  display: block;
}

#sp-fixed-menu{
  position: fixed;
  text-decoration: none!important;
  width: 100%;
 max-width:641px;
  bottom: 0px;
  font-size: 0;
  opacity: 1;
  z-index: 9999;
  font-weight: 600;
  a {
    text-decoration: none;
}
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
  display: flex;
  list-style: none;
  padding:0;
  margin:0;
  width:100%;
}

#sp-fixed-menu li{
  justify-content: center;
  align-items: center;
  width: 50%;
  padding:0;
  margin:0;
  font-size: 14px;
  border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
  background: #38b435;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
  background: #f3a324;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
  color: #fff;
  text-align: center;
  display:block;
  width: 100%;
  padding:20px;
}