:root {
  --ease-main: cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 901px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  font-size: 0.625em;
}

body {
  font-weight: 400;
  font-family: var(--font-jp);
}

h2,
h3 {
  font-weight: 400;
}

.svg-symbol {
  display: none;
}

a {
  text-decoration: none;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff6f6;
  font-weight: 400;
}

a {
  text-decoration: none;
}

.p-maker_result {
  width: 634px;
  margin: 0 auto;
  padding-top: 71px;
}
@media screen and (max-width: 899px) {
  .p-maker_result {
    width: 90%;
    padding-top: 35px;
  }
}
.p-maker_result__image {
  width: 100%;
}
.p-maker_result__image img {
  width: 100%;
}
.p-maker_result__lead {
  margin-bottom: 26px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 899px) {
  .p-maker_result__lead {
    font-size: 1.6rem;
  }
}

.p-maker-btn {
  position: relative;
  width: 280px;
  margin: 0 auto 2%;
  transition: transform 0.3s ease 0s;
}
.--top .p-maker-btn {
  width: 215px;
}
@media screen and (min-width: 900px) {
  .p-maker-btn:hover {
    transform: scale(0.96);
  }
}
.p-maker-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_decision_02.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-btn::before {
    background: url(../img/btn_decision_02_sp.png) no-repeat center/contain;
  }
}
.--top .p-maker-btn::before {
  background: url(../img/btn_bg_sp.png) no-repeat center/contain;
}
.p-maker-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
  background: url(../img/btn_decision_01.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-btn::after {
    background: url(../img/btn_decision_01_sp.png) no-repeat center/contain;
  }
}
.--top .p-maker-btn::after {
  background: url(../img/btn_bg_line.png) no-repeat center/contain;
}
.p-maker-btn__wrap {
  margin-top: 3%;
}
@media screen and (max-width: 899px) {
  .p-maker-btn__wrap {
    margin-top: 6%;
  }
}
.p-maker-btn__text a {
  display: block;
  font-size: 16px;
  padding: 19px 15px 23px;
  text-align: center;
  position: relative;
  color: #000;
  z-index: 1;
}
.--top .p-maker-btn__text a {
  color: #fff;
}
@media screen and (max-width: 899px) {
  .p-maker-btn__text a {
    padding: 9px 15px 13px;
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  .p-maker-btn {
    min-width: 200px;
    margin: 4% auto 0;
    width: 42%;
  }
}