.page-header.illust::before {
  content: '';
  position: absolute;
  top: 332px;
  right: max(calc((100vw - 1200px) / 2 - -65px),20px);
  display: block;
  width: min(21.45vw,266px);
  height: auto;
  aspect-ratio: 266 / 311;
  background: url(../img/common/mv_illust_01.png) center / contain no-repeat;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .page-header.illust::before {
      width: 20vw;
      top: 67.8vw;
		  right: 1.25vw;
    }
}

.btn-box {
  display: flex;
  justify-content: center;
  gap: 0 3rem;
  margin-top: 15.2rem;
  margin-bottom: 10rem;
}
.btn-box .button01 a {
  display: block;
  height: 7rem;
  background: #222 url(../img/common/arrow01.png) right 1.7rem center no-repeat;
  border-radius: 7.2rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
  text-indent: 35px;
  transition: all .2s;
  padding: 1.7rem 0 0;
  width: 28rem;
  letter-spacing: 0.05em;
  border: 2px solid #222;
  background-size: 30px auto;
}
.btn-box.btn-box1 {
  margin-top: calc(156/1700*100vw);
  position: relative;
}
.btn-box.btn-box1::before {
  position: absolute;
  content: 'BE HAPPY! BE HAPPY!';
  top: calc(-105/1700*100vw);
  left: 50%;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: calc(200/1700*100vw);
  line-height: 1;
  letter-spacing: .03em;
  color: #ffffff;
  white-space: nowrap;
  z-index: -1;
  transform: translateX(-41%);
}
.btn-box {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 895px;
  margin: 0 auto;
}
.btn-box.btn-box2 {
  display: flex;
  justify-content: left;
  margin-top: -2rem;
}
.compay-common-btn.btn-box .button01 a {
  width: 280px !important;
	    letter-spacing: 0.1rem !important;
    margin: 5rem auto 0 !important;
}
.compay-common-btn.btn-box.btn-box2 {
    margin-bottom: 10rem;
}

@media screen and (min-width: 751px) {
  .btn-box .button01 a:hover {
    background: #e74921 url(../img/common/arrow2.png) right 1.7rem center no-repeat;
    border: 2px solid #e74921;
    background-size: 30px auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .compay-common-btn.btn-box {
    max-width: 464px !important;
  }
  .compay-common-btn.btn-box .button01 a {
    width: 220px !important;
  }
}
@media screen and (max-width: 750px) {
  .compay-common-btn.btn-box {
    display: block;
    margin-top: 5.5rem;
    margin-bottom: 15px;
  }
  .compay-common-btn.btn-box .button01 a {
    width: 285px !important;
    margin: 15px auto 0 !important;
    background: #222 url(../img/common/arrow01.png) right 20px center no-repeat;
    background-size: 23px auto;
    text-align: center;
    text-indent: -6px;
  }
  .btn-box .button01:first-child a {
    margin-top: 0 !important;
  }
  .btn-box.btn-box2 {
    display: block;
    justify-content: left;
    margin-top: 0;
  }
  .btn-box.btn-box1 {
    margin-top: 50px;
    padding-top: 6.2vw;
  }
  .btn-box.btn-box1::before {
    content: '';
    top: 0;
    background: url(../img/common/behappy_txt_sp.png) center repeat-x;
    background-size: 100vw;
    width: 100vw;
    height: 15vw;
    transform: translateX(-50%);
  }
	.compay-common-btn.btn-box.btn-box2 {
    margin-bottom: 6rem !important;
  }
}