@charset "UTF-8";
#contentsWrapper .c-match {
  max-width: 600px;
  margin: 0 auto;
  padding: 1.5em;
  background: #f1d9f8;
  border-radius: 1.67em;
  text-align: center;
}

#contentsWrapper .c-match img {
  max-width: 250px;
  margin: 0 auto;
}

#contentsWrapper .c-match .name {
  font-size: 150%;
  margin-top: 0.5em;
  display: block;
}

#contentsWrapper .c-match dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 75%;
}

#contentsWrapper .c-match dl dd {
  font-size: 125%;
}

@media screen and (max-width: 800px) {
  #contentsWrapper .c-match img {
    max-width: 50%;
  }
}

#contentsWrapper .p-result {
  padding-top: 120px;
  font-size: 20px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

#contentsWrapper .p-result .widthWrapper {
  max-width: 800px;
}

#contentsWrapper .p-result h3 {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.25em 1.5em;
  color: var(--maincolor);
  background: -webkit-gradient(linear, left top, left bottom, from(#e4b809), to(#fae861));
  background: linear-gradient(#e4b809, #fae861);
  border: 2px solid var(--subcolor);
  -webkit-box-shadow: 0 0 5px #fff inset;
          box-shadow: 0 0 5px #fff inset;
  border-radius: 5em;
}

#contentsWrapper .p-result h3 .sub {
  display: block;
  font-size: 75%;
}

#contentsWrapper .p-result h4 {
  font-size: 24px;
  padding-left: 2em;
  position: relative;
  color: #fff;
}

#contentsWrapper .p-result h4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1.5em;
  height: 1.5em;
  background: var(--subcolor) url(../images/shindan/icon_check.svg) no-repeat center/50%;
  border-radius: 50%;
}

#contentsWrapper .p-result .logo {
  width: 350px;
  max-width: 50%;
  margin: 0 auto;
}

#contentsWrapper .p-result .block1 {
  background: #f1d9f8;
  border-radius: 1.67em;
  padding: 1.5em;
}

#contentsWrapper .p-result .block1 .match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  text-align: center;
}

#contentsWrapper .p-result .block1 .match dd {
  font-size: 150%;
}

#contentsWrapper .p-result .block1 .match.--friends dd {
  color: var(--colorGreen);
}

#contentsWrapper .p-result .block1 .match.--partner dd {
  color: var(--colorRed);
}

#contentsWrapper .p-result .block1 .title {
  text-align: center;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0;
  padding: 0.25em 1.5em;
  color: var(--maincolor);
  background: var(--subcolor);
  border-radius: 3em;
}

#contentsWrapper .p-result .block1 .name {
  font-size: 200%;
  text-align: center;
  padding: 0.5em 0;
}

#contentsWrapper .p-result .block1 .name span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66.66%, transparent), color-stop(66.66%, var(--subcolor)));
  background: linear-gradient(transparent 66.66%, var(--subcolor) 66.66%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 0.25em;
}

#contentsWrapper .p-result .block1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}

#contentsWrapper .p-result .block1 .flex .img {
  width: 40%;
}

#contentsWrapper .p-result .block1 .flex .summary > li {
  padding-left: 1em;
  text-indent: -1em;
}

#contentsWrapper .p-result .block1 .flex .summary > li:before {
  content: '・';
}

#contentsWrapper .p-result .block1 .flex .summary > li + li {
  margin-top: 0.5em;
}

#contentsWrapper .p-result .block1.js-scroll > p {
  -webkit-transition: 1s ease 0.3s;
  transition: 1s ease 0.3s;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

#contentsWrapper .p-result .block1.js-scroll .match {
  -webkit-transition: 1s ease 1s;
  transition: 1s ease 1s;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

#contentsWrapper .p-result .block1.js-scroll .title {
  -webkit-transition: 1s ease 2s;
  transition: 1s ease 2s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

#contentsWrapper .p-result .block1.js-scroll .name {
  -webkit-transition: 1s ease 2.3s;
  transition: 1s ease 2.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

#contentsWrapper .p-result .block1.js-scroll .flex .img {
  -webkit-transition: 0.5s ease 3s;
  transition: 0.5s ease 3s;
  opacity: 0;
}

#contentsWrapper .p-result .block1.js-scroll .flex .summary {
  -webkit-transition: 1s ease 3s;
  transition: 1s ease 3s;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

#contentsWrapper .p-result .block1.js-scroll .c-btn {
  -webkit-transition: 1s ease 3.2s;
  transition: 1s ease 3.2s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

#contentsWrapper .p-result .block1.is-scroll > p, #contentsWrapper .p-result .block1.is-scroll .match, #contentsWrapper .p-result .block1.is-scroll .title, #contentsWrapper .p-result .block1.is-scroll .name, #contentsWrapper .p-result .block1.is-scroll .flex .summary, #contentsWrapper .p-result .block1.is-scroll .c-btn {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

#contentsWrapper .p-result .block1.is-scroll .flex .img {
  opacity: 1;
  -webkit-animation: gummy 1.5s ease 3.5s 1 normal forwards running;
          animation: gummy 1.5s ease 3.5s 1 normal forwards running;
}

#contentsWrapper .p-result .c-frame {
  padding: 1.5em 2em;
}

#contentsWrapper .p-result .share .buttonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}

#contentsWrapper .p-result .share .buttonList > li {
  width: calc(calc(100% - 1em) / 2);
}

@media screen and (max-width: 1220px) {
  #contentsWrapper .p-result {
    padding-top: 12%;
    font-size: min(2.4vw,24px);
  }
  #contentsWrapper .p-result h3 {
    font-size: min(3vw,30px);
  }
  #contentsWrapper .p-result h4 {
    font-size: min(2.4vw,24px);
  }
}

@media screen and (max-width: 800px) {
  #contentsWrapper .p-result {
    font-size: 4vw;
  }
  #contentsWrapper .p-result h3 {
    font-size: 4.5vw;
  }
  #contentsWrapper .p-result h4 {
    font-size: 4vw;
  }
  #contentsWrapper .p-result .block1 .match {
    gap: 0;
  }
  #contentsWrapper .p-result .block1 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
  #contentsWrapper .p-result .block1 .flex .img {
    width: 50%;
  }
  #contentsWrapper .p-result .share .buttonList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contentsWrapper .p-result .share .buttonList > li {
    width: 100%;
  }
}
