@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
#page-footer.page-footer1 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #page-footer.page-footer1 {
    margin-top: 0.8rem;
  }
}
#page-footer .pf-box,
#page-footer .pf-box3 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box,
  #page-footer .pf-box3 {
    padding-bottom: 0.4rem;
  }
}
#page-footer .pf-box .request-ttl,
#page-footer .pf-box3 .request-ttl {
  border: none;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box .request-ttl,
  #page-footer .pf-box3 .request-ttl {
    font-size: 0.18rem;
    padding-bottom: 0;
  }
  #page-footer .pf-box .request-ttl .sp,
  #page-footer .pf-box3 .request-ttl .sp {
    display: inline-block;
  }
}
#page-footer .pf-box .sns-list,
#page-footer .pf-box3 .sns-list {
  gap: 32px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box .sns-list,
  #page-footer .pf-box3 .sns-list {
    gap: 0.16rem;
  }
}
#page-footer .pf-box .sns-list li,
#page-footer .pf-box3 .sns-list li {
  width: 60px;
  height: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box .sns-list li,
  #page-footer .pf-box3 .sns-list li {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#page-footer .pf-box .sns-list li a,
#page-footer .pf-box3 .sns-list li a {
  display: flex;
  width: 100%;
}
#page-footer .pf-box .sns-list li img,
#page-footer .pf-box3 .sns-list li img {
  width: 100%;
}
#page-footer .pf-box .sns-txt,
#page-footer .pf-box3 .sns-txt {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box .sns-txt,
  #page-footer .pf-box3 .sns-txt {
    font-size: 0.16rem;
    margin-top: 0.08rem;
  }
}
#page-footer .pf-box .request-area,
#page-footer .pf-box3 .request-area {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box .request-area,
  #page-footer .pf-box3 .request-area {
    margin-top: 0.16rem;
    flex-direction: column;
    gap: 0.32rem;
  }
}
#page-footer .pf-box .request-area > div,
#page-footer .pf-box3 .request-area > div {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box .request-area > div,
  #page-footer .pf-box3 .request-area > div {
    width: 100%;
  }
}
#page-footer .pf-box .sup-txt,
#page-footer .pf-box3 .sup-txt {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box .sup-txt,
  #page-footer .pf-box3 .sup-txt {
    font-size: 0.14rem;
    margin-top: 0.08rem;
  }
}
#page-footer .pf-box .btn-primary,
#page-footer .pf-box3 .btn-primary {
  width: 100%;
  margin: 0;
  height: 80px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box .btn-primary,
  #page-footer .pf-box3 .btn-primary {
    height: 0.6rem;
    font-size: 0.18rem;
  }
}

#page-footer .pf-box3 .txt-carink {
  rotate: -10deg;
}

#page-footer .pf-box3:after {
  right: -80px;
  top: -150px;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box3:after {
    top: initial;
    right: 0;
  }
}

.btn-area {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: center;
  margin-top: 80px;
}
.btn-area li {
  width: 532px;
}
@media screen and (max-width: 768px) {
  .btn-area li {
    width: 3.05rem;
  }
}

.data-contents .data-box {
  border-radius: 0;
}

.data-contents .data-box::before {
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  #pre-mv.fce_list {
    margin-bottom: 0;
  }
}

.wrapper.fce_list {
  background-image: url("../images/common/back-body-right.png"), url("../images/common/back-body-left.png");
  background-size: auto, auto;
  background-position: top right, top 280px left;
  background-repeat: no-repeat;
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  .wrapper.fce_list {
    padding-top: 0.88rem;
    background-color: transparent;
    background-image: url("../images/common/back-body_sp.png");
    background-size: 100%;
    margin-top: 0;
    background-position: top center;
  }
}

.type-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .type-list {
    gap: 0.48rem;
  }
}
.type-list .type-items {
  background: #fff;
  border-radius: 128px 0 128px 0;
  padding: 77px 180px 72px 180px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .type-list .type-items {
    padding: 0.32rem 0.32rem 0.48rem;
    width: 100%;
    border-radius: 0.64rem 0 0.64rem 0;
  }
}
.type-list .type-items:before {
  content: "";
  display: inline-block;
  width: 256px;
  height: 256px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 54px;
  right: 45px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .type-list .type-items:before {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    position: static;
    margin: 0 auto;
  }
}
.type-list .type-items.lion:before {
  background-image: url("../images/result/img-lion.png");
}
.type-list .type-items.kame:before {
  background-image: url("../images/result/img-kame.png");
}
.type-list .type-items.tora:before {
  background-image: url("../images/result/img-tora.png");
}
.type-list .type-items.usagi:before {
  background-image: url("../images/result/img-usagi.png");
}
.type-list .type-items.uma:before {
  background-image: url("../images/result/img-uma.png");
}
.type-list .type-items.lisu:before {
  background-image: url("../images/result/img-lisu.png");
}
.type-list .type-items.fukurou:before {
  background-image: url("../images/result/img-fukurou.png");
}
.type-list .type-items.panda:before {
  background-image: url("../images/result/img-panda.png");
}
.type-list .type-items.inu:before {
  background-image: url("../images/result/img-inu.png");
}
.type-list .type-ttl {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type-list .type-ttl {
    font-size: 0.18rem;
    margin-top: 0.16rem;
  }
}
.type-list .type-ttl .line-under {
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .type-list .type-ttl .line-under {
    width: 100%;
    padding-bottom: 0.16rem;
  }
}
.type-list .type-txt {
  font-size: 16px;
  line-height: 2;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .type-list .type-txt {
    display: none;
  }
}
.type-list .btn-primary {
  margin: 32px auto 0 auto;
  width: 242px;
  background: #34aaea;
  height: 58px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .type-list .btn-primary {
    margin-top: 0.32rem;
    width: 2.42rem;
    height: 0.58rem;
    font-size: 0.18rem;
  }
}

.btn-primary.btn-totop {
  background: #4c4c4c;
  width: 296px;
  height: 58px;
  font-size: 18px;
  margin: 76px auto 0;
}
@media screen and (max-width: 768px) {
  .btn-primary.btn-totop {
    width: 2.96rem;
    height: 0.58rem;
    font-size: 0.18rem;
    margin: 0.48rem auto 0;
  }
}

footer .top-link {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
footer .logo-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  footer .logo-txt {
    font-size: 0.16rem;
    gap: 0.04rem;
  }
}
footer .logo-txt:before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #000;
  rotate: 50deg;
  margin-bottom: -4px;
}
@media screen and (max-width: 768px) {
  footer .logo-txt:before {
    margin-bottom: -0.02rem;
    width: 0.24rem;
    height: 0.01rem;
  }
}
footer .logo-txt:after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #000;
  rotate: -50deg;
  margin-bottom: -4px;
}
@media screen and (max-width: 768px) {
  footer .logo-txt:after {
    margin-bottom: -0.02rem;
    width: 0.24rem;
    height: 0.01rem;
  }
}/*# sourceMappingURL=update.css.map */