.innerLead {
  padding-bottom: 40px;
}
.focusBlock {
  margin-bottom: 42px;
  padding: 0 3%;
}
.focusBlock .details {
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
}
.focusBlock .details .imgBox {
  width: 44.2%;
  margin-right: 5.8%;
  position: relative;
  z-index: 3;
}
.focusBlock .details .txtBox {
  width: 50%;
  padding-top: 57px;
  position: relative;
  z-index: 2;
  max-width: 500px;
}
.focusBlock .details .txtBox .eTxt {
  font-size: 2.5rem;
  font-weight: 300;
  color: #e60033;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.focusBlock .details .txtBox h2 {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.focusBlock .details .txtBox h2 span {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .8s;
}
.focusBlock.show .details .txtBox h2 span {
  color: #fff;
  background-size: 100% 100%;
}
.focusBlock .details .txtBox .notes {
  position: relative;
  z-index: 2;
}
.focusBlock .details .txtBox .notes p {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.563;
  margin-bottom: 22px;
}
.focusBlock.focusBlock01 .details .txtBox::before {
  content: "";
  background: url(../img/title_bg.png) no-repeat right 0;
  background-size: cover;
  position: absolute;
  max-width: 1280px;
  height: 68px;
  width: 100%;
  left: -16%;
  top: 17px;
}
.focusBlock.focusBlock02::before {
  display: none;
}
.focusBlock.focusBlock02::after {
  top: -336px;
  left: -51.6%;
}
.focusBlock.focusBlock02 .details {
  flex-direction: row-reverse;
}
.focusBlock.focusBlock02 .details .imgBox {
  margin: 0 0 0 5.8%;
}
.focusBlock.focusBlock02 .details .txtBox {
  margin: 0 0 0 auto;
}
.focusBlock.focusBlock03::before {
  display: none;
}
.focusBlock.focusBlock03::after {
  top: -386px;
  right: -48.6%;
  transform: scale(-1, 1);
}
.harmonaize {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  padding: 76px 3%;
  margin-top: 85px;
  text-align: center;
  background: #f3f3f3;
}
.harmonaize::before,
.harmonaize::after {
  content: "";
  background: url(../img/focus/bg.png) no-repeat;
  background-size: contain;
  width: 230px;
  height: 103px;
  position: absolute;
}
.harmonaize::before {
  top: 0;
  left: 0;
}
.harmonaize::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.harmonaize h2 {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.harmonaize h2 span {
  font-size: 2.5rem;
  padding: 0 6px;
  font-weight: 500;
  letter-spacing: 0.06em;
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .8s;
}
.harmonaize h2 span {
  color: #fff;
  background-size: 100% 100%;
}
.harmonaize .notes {
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}
.harmonaize .notes p {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.563;
  margin-bottom: 25px;
  font-weight: 500;
}
.harmonaize .notes p span {
  font-weight: 500;
  color: #e60033;
}
.harmonaize .btn {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.harmonaize .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  border: 1px solid #000;
  background: #fff;
}
.harmonaize .btn a::after {
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.harmonaize .btn a:hover {
  opacity: 1;
  color: #fff;
  background: #000;
}
@media only screen and (max-width:749px) {
  .innerLead {
    padding: calc(19% + 17.33vw) 5% 3.5%;
  }
  .focusBlock {
    margin-bottom: 9%;
    padding: 0;
  }
  .focusBlock .details {
    max-width: none;
    display: block;
  }
  .focusBlock .details .imgBox {
    width: 100%;
    margin-right: 0;
  }
  .focusBlock .details .txtBox {
    width: 100%;
    padding: 14% 5% 0;
    max-width: none;
  }
  .focusBlock .details .txtBox .eTxt {
    font-size: 6.4vw;
    margin-bottom: 4.5%;
  }
  .focusBlock .details .txtBox h2 {
    margin-bottom: 8%;
    line-height: 2;
  }
  .focusBlock .details .txtBox h2 span {
    font-size: 5.33vw;
  }
  .focusBlock .details .txtBox .notes p {
    font-size: 4.26vw;
    margin-bottom: 8%;
  }
  .focusBlock.focusBlock01 .details .txtBox::before {
    content: "";
    background: url(../img/title_bg_sp.png) no-repeat right 0;
    background-size: contain;
    width: 110%;
    height: 150%;
    z-index: -1;
    left: -10%;
    top: 3%;
  }
  .focusBlock.focusBlock02::after {
    top: 31vw;
    left: -186.6%;
  }
  .focusBlock.focusBlock02 .details .imgBox {
    margin: 0;
  }
  .focusBlock.focusBlock03::after {
    top: 22vw;
    right: -189.6%;
  }
  .harmonaize {
    padding: 24% 5% 26%;
    margin-top: 0;
  }
  .harmonaize::before,
  .harmonaize::after {
    width: 42.66vw;
    height: 21.33;
  }
  .harmonaize h2 {
    margin: 0 12% 11%;
    line-height: 2.2;
    text-align: left;
  }
  .harmonaize h2 span {
    font-size: 5.33vw;
  }
  .harmonaize .notes {
    margin-bottom: 36px;
  }
  .harmonaize .notes p {
    font-size: 4.26vw;
    margin-bottom: 7.5%;
  }
  .harmonaize .btn {
    max-width: none;
  }
  .harmonaize .btn a {
    min-height: 13.33vw;
    font-size: 4vw;
  }
}