: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_check {
  width: 634px;
  margin: 0 auto;
  padding-top: 71px;
}
@media screen and (max-width: 899px) {
  .p-maker_check {
    width: 90%;
    padding-top: 35px;
  }
}
.p-maker_check__image {
  width: 100%;
  margin-bottom: 43px;
}
@media screen and (max-width: 899px) {
  .p-maker_check__image {
    margin-bottom: 20px;
  }
}
.p-maker_check__image img {
  width: 100%;
}
.p-maker_check__head {
  margin-bottom: 26px;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 899px) {
  .p-maker_check__head {
    margin-bottom: 14px;
    font-size: 1.9rem;
  }
}
.p-maker_check__lead {
  margin-bottom: 54px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 899px) {
  .p-maker_check__lead {
    margin-bottom: 25px;
    font-size: 1.3rem;
  }
}

.p-maker-btn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-maker-btn__text {
  width: 220px;
  margin: 0 12px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}
@media screen and (min-width: 900px) {
  .p-maker-btn__text:hover {
    transform: scale(0.96);
  }
}
@media screen and (max-width: 899px) {
  .p-maker-btn__text {
    width: 39.5%;
    margin: 0 1.6%;
  }
}
.p-maker-btn__text a {
  display: block;
  color: #fff;
  padding: 20px 0px 24px;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-maker-btn__text a {
    padding: 7% 0 10%;
    font-size: 2.9vw;
  }
}
.p-maker-btn__text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_bg_sp.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-btn__text::before {
    background: url(../img/btn_bg01_sp.png) no-repeat center/contain;
  }
}
.p-maker-btn__text::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -4px;
  left: -4px;
  background: url(../img/btn_bg_line.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-btn__text::after {
    top: -2px;
    left: -2px;
    background: url(../img/btn_bg_line_sp.png) no-repeat center/contain;
  }
}
.p-maker-btn__text .p-in-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_bg_sp-2.png) no-repeat center/contain;
  opacity: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-btn__text .p-in-bg::before {
    background: url(../img/btn_bg_02_sp.png) no-repeat center/contain;
  }
}