#main > .topicpath {
  display: none;
}

main article {
  background: url(/campaign/otarubine/images/bg-img.webp) left bottom repeat-x;
  background-size: 180px auto;
  margin-bottom: 20px;
  padding-bottom: 70px;
  padding-top: 0;
}

main article .container header {
  display: none;
}

main article h1 {
  background: url(/campaign/otarubine/images/main-img.webp) center bottom no-repeat;
  background-size: auto 520px;
  height: 520px;
}

.nav-anchor {
  margin-bottom: 162px;
  position: relative;
}
.nav-anchor::after {
  background: url(/campaign/otarubine/images/bg-img.webp) left bottom repeat-x;
  background-size: 180px auto;
  content: "";
  position: absolute;
  left: 0;
  bottom: -103px;
  height: 83px;
  width: 100%;
}

.a1, .a2, .a3, .a4, .a5, .a6, .a7 {
  padding: 60px 0;
}
.a1, .a4 {
  background-color: #F5F4FD;
}
.a1 table {
  background-color: #fff;
}
.a2 h3 {
  margin-bottom: -100px;
}
.a3, .a6 {
  background-color: #FAFFF7;
}
div[data-anc] h2 {
  background: url(/campaign/otarubine/images/ornament.webp) center bottom no-repeat;
  background-size: 126px auto;
  padding-bottom: 25px;
}

.howto figure {
  display: inline-block;
  vertical-align: -22px;
  margin-right: 28px;
}

main .main-footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  main article {
    padding: 0 0 70px;
  }
  h1.mv {
    background: none;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
  .row.row-mg-md {
    margin: 0;
  }
  article > .nav-anchor {
    margin: 0 0 120px;
  }

  .a1, .a2, .a3, .a4, .a5, .a6, .a7 {
    padding: 30px 0 50px;
  }

  .a1 .container,
  .a2 .container,
  .a3 .container,
  .a4 .container,
  .a5 .container,
  .a6 .container,
  .a7 .container {
    padding: 0 16px;
  }

  .a2 h3 {
    margin-bottom: -16.5vw;
  }
  .a2 .col-50 + .col-50 {
    margin-top: 5vw;
  }
  .howto figure {
    margin-right: 15px;
    width: 80px;
  }
  .a3 ul,
  .a4 ul {
    margin-top: 5px !important;
  }
  .a7 > figure {
    padding: 0 16px;
  }

  main .main-footer {
    margin-top: 30px;
  }
}