.howtobustmake .mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10rem;
}
@media screen and (min-width: 751px) {
  .howtobustmake .mv__ttl {
    position: absolute;
    bottom: 5rem;
    left: 10rem;
    z-index: 10;
  }
}
@media screen and (max-width: 750px) {
  .howtobustmake .mv__ttl {
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 750px) {
  .howtobustmake .mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.howtobustmake .intro {
  text-align: center;
  font-size: 3rem;
  line-height: 2;
  font-family: serif;
  margin-bottom: 15rem;
}
.howtobustmake .intro p {
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .howtobustmake .intro p {
    padding: 0 1rem;
  }
}
.howtobustmake .intro p:not(:last-child) {
  margin-bottom: 2em;
}
.howtobustmake .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #a3942f;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  font-family: serif;
  text-decoration: none;
  width: 60rem;
  height: 12.5rem;
  position: relative;
}
.howtobustmake .btn:after {
  content: "";
  display: block;
  border-width: 4rem 4rem 0 0;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
@media screen and (max-width: 750px) {
  .howtobustmake .btn:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.howtobustmake .btn__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 130rem;
  width: calc(100% - 10rem);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .howtobustmake .btn__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.howtobustmake .volumeup {
  margin-top: 14rem;
}
.howtobustmake .volumeup__inner {
  max-width: 130rem;
  width: calc(100% - 10rem);
  margin: 0 auto;
}
.howtobustmake .volumeup__ttl {
  height: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-style: solid;
  border-width: 0.8rem 0;
  border-color: #a3942f;
  font-family: serif;
  font-size: 4.6rem;
  font-weight: 500;
  margin-bottom: 8rem;
}
.howtobustmake .volumeup__main {
  background: -webkit-gradient(linear, left top, left bottom, from(#ebe8e5), to(#dedad8));
  background: linear-gradient(#ebe8e5, #dedad8);
  padding: 8rem 2.5rem 6rem;
}
.howtobustmake .volumeup__subttl {
  text-align: center;
  font-size: 5rem;
  font-weight: 400;
  font-family: serif;
  position: relative;
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .howtobustmake .volumeup__subttl {
    font-size: 4rem;
  }
}
.howtobustmake .volumeup__subttl:before, .howtobustmake .volumeup__subttl:after {
  top: 0;
  content: "";
  display: block;
  width: 2px;
  height: 1.5em;
  background: #000;
  margin: 0 1em;
}
@media screen and (max-width: 750px) {
  .howtobustmake .volumeup__subttl:before, .howtobustmake .volumeup__subttl:after {
    margin: 0 0.75em;
  }
}
.howtobustmake .volumeup__subttl:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.howtobustmake .volumeup__subttl:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.howtobustmake .volumeup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .howtobustmake .volumeup__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.howtobustmake .volumeup__list:not(:last-child) {
  margin-bottom: 8rem;
}
.howtobustmake .volumeup__list__item {
  list-style-type: none;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .howtobustmake .volumeup__list__item {
    max-width: 45%;
  }
  .howtobustmake .volumeup__list__item:not(:last-child) {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .howtobustmake .volumeup__list__item {
    width: 80%;
    margin-bottom: 4rem;
  }
}
.howtobustmake .volumeup__list__item__name {
  font-size: 3rem;
  color: #616161;
}
.howtobustmake .volumeup__list__item img {
  display: block;
  margin: 0 auto 1rem;
  max-width: 100%;
}
.howtobustmake .volumeup__list__item__desc {
  border-radius: 2rem;
  background: #efefef;
  padding: 5rem;
  font-size: 2.4rem;
  text-align: left;
  color: #616161;
  margin-top: 3rem;
}
.howtobustmake .volumeup__list__item.fig {
  width: 65rem;
  -ms-flex-negative: 0.1;
      flex-shrink: 0.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 55%;
}
@media screen and (max-width: 750px) {
  .howtobustmake .volumeup__list__item.fig {
    width: 100%;
    max-width: 100%;
  }
}
.howtobustmake .features {
  margin-top: 14rem;
}
.howtobustmake .features__inner {
  max-width: 130rem;
  width: calc(100% - 10rem);
  margin: 0 auto;
  border: 2rem solid #d3dae3;
  padding: 11rem 2.5rem;
}
.howtobustmake .features__ttl {
  font-size: 4.2rem;
  font-weight: 700;
  color: #616161;
  text-align: center;
  font-family: serif;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}
.howtobustmake .features__intro {
  font-size: 3rem;
  line-height: 2;
  color: #616161;
  max-width: 100rem;
  margin: 0 auto 14rem;
  font-family: serif;
}
@media screen and (min-width: 751px) {
  .howtobustmake .features__desc {
    padding: 0 7rem;
  }
}
.howtobustmake .features__desc:not(:last-child) {
  margin-bottom: 15rem;
}
.howtobustmake .features__desc__header {
  position: relative;
  padding-left: 18rem;
  border-style: solid;
  border-width: 0.6rem 0;
}
.howtobustmake .features__desc__ttl {
  height: 9.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.7rem;
  font-weight: 500;
}
.howtobustmake .features__desc__icon {
  top: -4.8rem;
  left: -5rem;
  position: absolute;
  width: 25.5rem;
}
@media screen and (max-width: 750px) {
  .howtobustmake .features__desc__icon {
    width: 20rem;
    top: -2.5rem;
    left: -4rem;
  }
}
.howtobustmake .features__desc__txt {
  font-size: 2.4rem;
  line-height: 1.8;
  color: #616161;
  padding-top: 1rem;
}
.howtobustmake .features__desc.lemon .features__desc__header {
  color: #abb8c8;
}
.howtobustmake .features__desc.lemon .features__desc__ttl {
  color: #6d85a2;
}
.howtobustmake .features__desc.pushup .features__desc__header {
  color: #a79e7a;
}
.howtobustmake .features__desc.pushup .features__desc__ttl {
  color: #857b51;
}
.howtobustmake .features__desc.half .features__desc__header {
  color: #a5a6a0;
}
.howtobustmake .features__desc.half .features__desc__ttl {
  color: #4b4b4b;
}
.howtobustmake .features__desc.full .features__desc__header {
  color: #a5a6a0;
}
.howtobustmake .features__desc.full .features__desc__ttl {
  color: #4b4b4b;
}
.howtobustmake .combi {
  margin-top: 14rem;
}
.howtobustmake .combi__ttl {
  text-align: center;
  font-family: serif;
  font-size: 6.4rem;
  font-weight: 500;
  margin-bottom: 1.2em;
}
.howtobustmake .combi__inner {
  max-width: 130rem;
  width: calc(100% - 10rem);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .howtobustmake .combi__inner {
    width: 100%;
  }
}
.howtobustmake .combi__main {
  background: #abb8c8;
  color: #fff;
  padding: 9rem 5rem;
  margin-left: 5rem;
}
@media screen and (max-width: 750px) {
  .howtobustmake .combi__main {
    margin-right: 5rem;
  }
}
.howtobustmake .combi__item:not(:last-child) {
  margin-bottom: 7rem;
}
.howtobustmake .combi__item__header {
  width: calc(100% + 10rem);
  left: -10rem;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.howtobustmake .combi__item__ex {
  position: relative;
  z-index: 10;
}
.howtobustmake .combi__item__ex span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37rem;
  height: 12rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 4.6rem;
  font-family: serif;
  background: #fff;
  border: 1px solid #6d85a2;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .howtobustmake .combi__item__ex span {
    width: 20rem;
    font-size: 3.6rem;
  }
}
.howtobustmake .combi__item__ex:before {
  content: "";
  display: block;
  width: 5rem;
  height: 100%;
  background-color: #6d85a2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(20deg);
          transform: skewY(20deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.howtobustmake .combi__item__ttl {
  width: calc( 100% - 37rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4rem;
}
@media screen and (max-width: 750px) {
  .howtobustmake .combi__item__ttl {
    display: block;
    width: calc(100% - 20rem);
    padding-left: 2rem;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 751px) {
  .howtobustmake .combi__item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  .howtobustmake .combi__item__fig {
    width: 60rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .howtobustmake .combi__item__fig {
    margin-bottom: 2rem;
  }
}
.howtobustmake .combi__item__txt {
  font-size: 2.4rem;
  line-height: 1.6;
  font-family: serif;
}
@media screen and (min-width: 751px) {
  .howtobustmake .combi__item__txt {
    width: 47rem;
  }
}
.howtobustmake .basic {
  margin-top: 14rem;
}
.howtobustmake .basic__inner {
  max-width: 130rem;
  width: calc(100% - 10rem);
  margin: 0 auto;
  padding: 11rem 2.5rem;
}
@media screen and (max-width: 750px) {
  .howtobustmake .basic__inner {
    padding: 10rem 0;
  }
}
.howtobustmake .basic__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -3rem;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 751px) {
  .howtobustmake .basic__ttl {
    width: 60rem;
  }
}
.howtobustmake .basic__ttl img {
  display: block;
  width: 28.8rem;
}
.howtobustmake .basic__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .howtobustmake .basic__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.howtobustmake .basic__list__item {
  list-style-type: none;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .howtobustmake .basic__list__item {
    width: 60rem;
  }
  .howtobustmake .basic__list__item:nth-child(n+3) {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 750px) {
  .howtobustmake .basic__list__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.howtobustmake .basic__list__item figure {
  display: block;
  padding: 0;
  margin-bottom: 0.25em;
}
.howtobustmake .basic__list__item__ttl {
  font-weight: 700;
  text-align: center;
  font-size: 3.2rem;
  font-family: serif;
}
.howtobustmake .basic__list__item__txt {
  text-align: center;
  font-size: 2.6rem;
  font-family: serif;
}
.howtobustmake .basic__list__item__txt strong {
  font-weight: 400;
  font-size: 3.2rem;
}
.howtobustmake .basic__message {
  font-size: 4rem;
  text-align: right;
  margin-top: 2em;
  font-family: serif;
}
@media screen and (max-width: 750px) {
  .howtobustmake .basic__message {
    text-align: center;
    font-size: 3.6rem;
  }
}