@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

/* ------ brand common -------- */
/* ------ page -------- */
.p-check {
  color: #000;
}

.p-check__wrap {
  position: relative;
  padding: 22px 20px 55px;
  background: #fff9ed url(/brand/sarasaty/img/check/check_bg01_sp.png) no-repeat center;
  background-size: 100% auto;
}

.p-check__wrap::before,
.p-check__wrap::after {
  display: block;
  z-index: 3;
  position: absolute;
  background: no-repeat center;
  background-size: contain;
  content: "";
}

.p-check__wrap::before {
  top: 0;
  right: 0;
  width: 42px;
  height: 155px;
  background-image: url(/brand/sarasaty/img/check/check_deco03_sp.png);
}

.p-check__wrap::after {
  bottom: 0;
  left: 0;
  width: 118px;
  height: 94px;
  background-image: url(/brand/sarasaty/img/check/check_deco04_sp.png);
}

.p-check__ttl01 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
  margin: 0 0 20px;
  padding: 7px 20px 14px;
  color: #32904b;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
  text-align: center;
}

.p-check__ttl01::before,
.p-check__ttl01::after {
  display: block;
  position: absolute;
  background: no-repeat center;
  background-size: contain;
  content: "";
}

.p-check__ttl01::before {
  top: 0;
  left: 10px;
  width: 34px;
  height: 23px;
  background-image: url(/brand/sarasaty/img/check/check_deco01_sp.png);
}

.p-check__ttl01::after {
  right: 12px;
  bottom: 0;
  width: 33px;
  height: 28px;
  background-image: url(/brand/sarasaty/img/check/check_deco02_sp.png);
}

.p-check__qWrap {
  z-index: 2;
  position: relative;
}

.p-check__qWrap::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  border: 1px solid #e5c9ac;
  border-radius: 5px;
  background: #e5c9ac;
  box-shadow: 3.5355px 3.5355px 10px 0px rgba(0, 0, 0, 0.25);
  content: "";
}

.p-check__qBlc {
  padding: 4px;
  border: 1px solid #e5c9ac;
  border-radius: 5px;
  background: #fff;
  box-shadow: 3.5355px 3.5355px 10px 0px rgba(0, 0, 0, 0.25);
}

.p-check__qInner {
  min-height: 425px;
  border: 1px solid #e5c9ac;
  border-radius: 5px;
}

.p-check__q01 {
  padding: 21px 0 23px;
}

.p-check__q01__ttl01 {
  max-width: 209px;
  margin: 0 auto;
}

.p-check__q01__img01 {
  max-width: 318px;
  margin: -175px auto 0;
}

.p-check__q01__btn01 {
  max-width: 255px;
  margin: 16px auto 0;
}

.p-check__q01__btn01 a {
  display: block;
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.p-check__q02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 425px;
  padding: 25px 35px 35px;
}

.p-check__q02__ttl01 {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

.p-check__q02__ttl01>span {
  display: block;
  width: 26px;
  margin: 0 auto 4px;
}

.p-check__q02__btn01 {
  margin: 26px 0 0;
}

.p-check__q02__btn01>li {
  margin: 10px 0 0;
  font-size: 1.6rem;
  font-size: 300;
  line-height: 1.5;
  text-align: center;
}

.p-check__q02__btn01>li:first-child {
  margin-top: 0;
}

.p-check__q02__btn01>li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  border: 1px solid #e5c9ac;
  border-radius: 5px;
  background: url(/brand/sarasaty/img/check/check_ico01.png) no-repeat right 10px center;
  background-size: 17px auto;
  color: #5f3d19;
  font-weight: 300;
  cursor: pointer;
}

.p-check [data-js-q] {
  display: none;
}

.p-check [data-js-q=start] {
  display: block;
}

.p-check__rWrap {
  padding: 3px;
  border: 5px solid #32904b;
  border-radius: 5px;
  background: #fff;
  box-shadow: 3.5355px 3.5355px 10px 0px rgba(0, 0, 0, 0.25);
}

.p-check__rBlc {
  padding: 30px 31px 37px;
  border: 1px solid #32904b;
}

.p-check__rTtl01 {
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.is-load .p-check__rTtl01 {
  opacity: 1;
}

.p-check__rColumn01 {
  opacity: 0;
  transition: opacity 0.3s 3s;
}

.is-load .p-check__rColumn01 {
  opacity: 1;
}

.p-check__rColumn01+.p-check__rColumn01 {
  margin-top: 39px;
  padding-top: 30px;
  border-top: 1px solid rgba(50, 144, 75, 0.25);
}

.p-check [data-js-column=clean] {
  display: none;
}

.p-check [data-js-column=clean].is-active {
  display: block;
}

.p-check__rColumn02 {
  opacity: 0;
  transition: opacity 0.3s 3s;
}

.is-load .p-check__rColumn02 {
  opacity: 1;
}

.p-check__rColumn02>*+* {
  margin-top: 39px;
  padding-top: 30px;
  border-top: 1px solid rgba(50, 144, 75, 0.25);
}

.p-check__rColumn02+.p-check__rColumn01 {
  margin-top: 39px;
  padding-top: 30px;
  border-top: 1px solid rgba(50, 144, 75, 0.25);
}

.p-check__rImg01 {
  text-align: center;
}

.p-check__rImg02 {
  text-align: center;
}

.p-check__rTxt01 {
  padding: 0 0 15px;
  color: #967859;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-check__rTxt02 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 10px 0 0;
  background-image: linear-gradient(0deg, rgba(227, 199, 171, 0.5) 1px, transparent 1px);
  background-size: 100% 2.1875em;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.1em;
}

.p-check__rTxt02>span {
  color: #32904b;
  font-weight: 500;
}

.p-check__rTxt03 {
  margin: 16px 0 0;
  font-size: 1.2rem;
  line-height: 1.6666;
  letter-spacing: 0.1em;
}

.p-check__rTxt03+.p-check__rTxt03 {
  margin-top: 8px;
}

.p-check__rBtn01 {
  max-width: 510px;
  margin: 22px auto 0;
  text-align: center;
}

.p-check__rBtn01 a {
  display: block;
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.p-check__rBtn02 {
  width: 68.627%;
  max-width: 350px;
  margin: 28px auto 0;
  text-align: center;
}

.p-check__rBtn02 a {
  display: block;
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.p-check__rDeco01 {
  width: 5.098%;
  max-width: 26px;
  margin: 22px auto 20px;
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 1s;
}

.is-load .p-check__rDeco01 {
  -webkit-animation: anime1 1s infinite ease-out;
  animation: anime1 1s infinite ease-out;
  opacity: 1;
}

.p-check__rModalTtl01 {
  width: 74.1176%;
  max-width: 378px;
  margin: 0 auto 22px;
}

.p-check__rModalList01>li {
  margin: 10px 0 0;
}

.p-check__rModalList01>li:first-child {
  margin-top: 0;
}

.p-check__rModalList01>li a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 510px;
  height: 75px;
  border: 1px solid #e5c9ac;
  border-radius: 5px;
}

.p-check__rModalList01>li a::after {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  width: 17px;
  height: 17px;
  background: url(/brand/sarasaty/img/check/check_ico01.png) no-repeat center;
  background-size: contain;
  content: "";
}

.p-check__rModalList01>li a img {
  width: 41.501%;
}

@-webkit-keyframes anime1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes anime1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.mfp-zoomIn-check.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.mfp-zoomIn-check.mfp-ready.mfp-bg {
  background: #e4c8ab;
  opacity: 0.9;
}

.mfp-zoomIn-check.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoomIn-check .mfp-content {
  padding: 80px 25px;
}

.mfp-zoomIn-check .c-ecModal2 {
  z-index: 2;
  position: relative;
  padding: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.mfp-zoomIn-check.mfp-ready .c-ecModal2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mfp-zoomIn-check.mfp-removing .c-ecModal2 {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoomIn-check .c-ecModal2_wrap {
  padding: 4px;
  border: 1px solid #e5c9ac;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 3.5355px 3.5355px 10px 0px rgba(0, 0, 0, 0.25);
}

.mfp-zoomIn-check .c-ecModal2_inner {
  padding: 23px 35px 35px;
  border: 1px solid #e5c9ac;
  border-radius: 5px;
}

.mfp-zoomIn-check .mfp-close {
  top: -37px;
  width: 30px;
  height: 30px;
  font-weight: 300;
  font-size: 3rem;
  line-height: 30px;
  font-family: "Noto Serif JP", serif;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

@media print,
screen and (min-width: 768px) {
  .p-check .c-button:hover {
    opacity: 0.7;
  }

  .p-check__wrap {
    padding: 23px 0 58px;
    background-image: url(/brand/sarasaty/img/check/check_bg01_pc.png);
    background-size: auto auto;
  }

  .p-check__wrap::before {
    top: 0;
    right: auto;
    left: calc(50% + 379px);
    width: 206px;
    height: 147px;
    background-image: url(/brand/sarasaty/img/check/check_deco03_pc.png);
  }

  .p-check__wrap::after {
    right: calc(50% + 364px);
    bottom: 17px;
    left: auto;
    width: 198px;
    height: 126px;
    background-image: url(/brand/sarasaty/img/check/check_deco04_pc.png);
  }

  .p-check__ttl01 {
    margin-bottom: 17px;
    padding: 2px 0 4px;
    font-size: 2.4rem;
    letter-spacing: -0.05em;
  }

  .p-check__ttl01::before {
    left: calc(50% - 197px);
  }

  .p-check__ttl01::after {
    right: calc(50% - 203px);
  }

  .p-check__qWrap {
    max-width: 900px;
    margin: 0 auto;
  }

  .p-check__qWrap::before {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  .p-check__qInner {
    min-height: 440px;
  }

  .p-check__q01 {
    padding: 33px 0 29px;
  }

  .p-check__q01__ttl01 {
    max-width: 291px;
  }

  .p-check__q01__img01 {
    max-width: 772px;
    margin-top: -300px;
  }

  .p-check__q01__btn01 {
    max-width: 240px;
    margin-top: -56px;
  }

  .p-check__q02 {
    min-height: 440px;
  }

  .p-check__q02__ttl01 {
    font-size: 3rem;
  }

  .p-check__q02__ttl01>span {
    width: 41px;
  }

  .p-check__q02__btn01 {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .p-check__q02__btn01>li {
    width: 240px;
    margin: 0 0 0 20px;
    font-size: 1.8rem;
  }

  .p-check__q02__btn01>li:first-child {
    margin-left: 0;
  }

  .p-check__q02__btn01>li a {
    height: 180px;
  }

  .p-check__q02__btn01>li a:hover {
    opacity: 0.7;
  }

  .p-check__rWrap {
    max-width: 900px;
    margin: 0 auto;
  }

  .p-check__rBlc {
    padding: 50px 60px;
  }

  .p-check__rColumn01 {
    display: flex;
    justify-content: space-between;
  }

  .p-check__rColumn01+.p-check__rColumn01 {
    margin-top: 60px;
    padding-top: 60px;
  }

  .p-check [data-js-column=clean].is-active {
    display: flex;
  }

  .p-check__rColumn02 {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
  }

  .p-check__rColumn02>* {
    width: 50%;
    padding-right: 60px;
  }

  .p-check__rColumn02>*+* {
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 60px;
    border-top: none;
    border-left: 1px solid rgba(50, 144, 75, 0.25);
  }

  .p-check__rColumn02+.p-check__rColumn01 {
    margin-top: 60px;
    padding-top: 60px;
  }

  .p-check__rImg01 {
    flex: 0 0 auto;
    width: 240px;
    margin-right: 20px;
  }

  .p-check__rImg02 {
    width: 240px;
    margin: 0 auto;
  }

  .p-check__rTxt01 {
    padding-bottom: 0;
  }

  .p-check__rTxt02 {
    margin-top: 2px;
    background-size: 100% 2.2222em;
    font-size: 1.8rem;
    line-height: 2.2222;
  }

  .p-check__rTxt03 {
    margin-top: 12px;
  }

  .p-check__rTxt03+.p-check__rTxt03 {
    margin-top: 6px;
  }

  .p-check__rBtn01 {
    width: 100%;
    max-width: 320px;
    margin-top: 34px;
  }

  .p-check__rBtn02 {
    width: 100%;
    max-width: 175px;
    margin-top: 20px;
  }

  .p-check__rDeco01 {
    width: 100%;
    max-width: 16px;
    margin: 25px auto 27px;
  }

  .p-check__rModalTtl01 {
    width: 100%;
    max-width: 283px;
    margin-bottom: 37px;
  }

  .p-check__rModalList01 {
    display: flex;
    justify-content: space-between;
  }

  .p-check__rModalList01>li {
    width: 240px;
    margin-top: 0;
  }

  .p-check__rModalList01>li a {
    max-width: none;
    height: 120px;
  }

  .p-check__rModalList01>li a img {
    width: 158px;
  }

  .mfp-zoomIn-check .mfp-content {
    max-width: 950px;
  }

  .mfp-zoomIn-check .c-ecModal2::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
    border: 1px solid #e5c9ac;
    border-radius: 5px;
    background: #e5c9ac;
    box-shadow: 3.5355px 3.5355px 10px 0px rgba(0, 0, 0, 0.25);
    content: "";
  }

  .mfp-zoomIn-check .c-ecModal2_inner {
    padding: 48px 65px 65px;
  }
}