@charset "UTF-8";
.shindan-bg {
  background: url("../img/shindan/bg.webp") center top no-repeat #d2d6d6;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .shindan-bg {
    background: url("../img/shindan/pc/bg.webp") center top no-repeat #d2d6d6;
    background-size: 2000px 100%;
  }
}
.shindan-bg-top {
  background: url("../img/shindan/bg-top.webp") center top no-repeat #fff;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .shindan-bg-top {
    background: url("../img/shindan/pc/bg-top.webp") center top no-repeat #fff;
    background-size: 2000px 100%;
  }
}
.shindan-bg-question {
  background: url("../img/shindan/q/bg-question.webp") center top no-repeat #fff;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .shindan-bg-question {
    background: url("../img/shindan/result/pc/bg-result.webp") center top no-repeat #fff;
    background-size: 2000px auto;
  }
}
.shindan-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 73.33333333333333vw;
  padding: 5.333333333333334vw 8.533333333333333vw 5.333333333333334vw 5.333333333333334vw;
  border-radius: 8vw;
  background: linear-gradient(-45deg, #d7a932 0%, #f5d373 50%, #d6a831 100%);
  box-shadow: 0px 6px 0px 0px #754617;
  font-size: 3.733333333333334vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .shindan-button {
    width: 550px;
    padding: 36px 0;
    border-radius: 60px;
    font-size: 24px;
  }
}
.shindan-button::after {
  content: "";
  position: absolute;
  background-image: url("../img/campaign2/w_arrow_icon.svg?hash=498160dd288bcbe8d00ecac3b42b53c2");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 3.2vw;
  height: 3.2vw;
  right: 4vw;
}
@media only screen and (min-width: 768px) {
  .shindan-button::after {
    width: 18px;
    height: 18px;
    right: 30px;
  }
}
.shindan-button.share,
.shindan-button.campaign {
  color: #fff;
  background: none;
  background-color: #299ded;
  box-shadow: none;
}
.shindan-button.campaign {
  padding: 5.600000000000001vw 0;
}
@media only screen and (min-width: 768px) {
  .shindan-button.campaign {
    padding: 39px 0;
  }
}
.shindan-button.campaign::before {
  background: url("../img/shindan/result/icon-x.webp") center top no-repeat transparent;
  background-size: 100% auto;
  content: "";
  position: absolute;
  width: 10.666666666666668vw;
  height: 10.666666666666668vw;
  left: 2.666666666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .shindan-button.campaign::before {
    width: 80px;
    height: 80px;
    left: 20px;
  }
}
.shindan-button.question {
  justify-content: start;
  height: 100%;
  padding: 8vw 8vw 8vw 18.666666666666668vw;
  border-radius: 2.666666666666667vw;
  box-shadow: 0px 0.8vw 0px 0px #754617;
}
@media only screen and (min-width: 768px) {
  .shindan-button.question {
    width: 100%;
    padding: 38px 46px 38px 87px;
    border-radius: 20px;
    box-shadow: 0px 10px 0px 0px #754617;
  }
}
.shindan-button.question::after {
  right: 4vw;
}
@media only screen and (min-width: 768px) {
  .shindan-button.question::after {
    right: 24px;
  }
}
.shindan-button.question::before {
  content: "";
  position: absolute;
  width: 10.666666666666668vw;
  height: 10.666666666666668vw;
  left: 4vw;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .shindan-button.question::before {
    width: 50px;
    height: 50px;
    left: 20px;
  }
}
.shindan-button.question.--a::before {
  background: url("../img/shindan/q/icon-a.webp") center top no-repeat transparent;
  background-size: 100% auto;
}
.shindan-button.question.--b::before {
  background: url("../img/shindan/q/icon-b.webp") center top no-repeat transparent;
  background-size: 100% auto;
}
.shindan-button.question > span {
  font-size: 3.733333333333334vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .shindan-button.question > span {
    font-size: 20px;
  }
}
.shindan-button.typeC {
  background: linear-gradient(155deg, #dec27d, #c28c44 100%);
}
.shindan-button-wrapper {
  margin-top: 6.4vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .shindan-button-wrapper {
    margin-top: 44px;
  }
}
.shindan-kv {
  padding-top: 24.4vw;
  padding-bottom: 13.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .shindan-kv {
    padding-top: 117px;
    padding-bottom: 100px;
  }
}
.shindan-kv .shindan-button-wrapper {
  margin-top: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .shindan-kv .shindan-button-wrapper {
    margin-top: 48px;
  }
}
.shindan-kv-inner {
  width: 89.33333333333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .shindan-kv-inner {
    width: 550px;
  }
}
.shindan-kv-title {
  width: 61.33333333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .shindan-kv-title {
    width: 438px;
  }
}
.shindan-kv-title img {
  width: 100%;
}
.shindan-kv-image {
  margin-top: 3.6vw;
}
@media only screen and (min-width: 768px) {
  .shindan-kv-image {
    margin-top: 22px;
  }
}
.shindan-kv-lead {
  margin-top: -4.533333333333333vw;
  font-size: 3.733333333333334vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .shindan-kv-lead {
    margin-top: -26px;
    font-size: 24px;
  }
}
.shindan-kv-lead > span {
  display: block;
  margin: 0 auto;
}
.shindan-kv-lead .text-1 {
  width: 38.666666666666664vw;
}
@media only screen and (min-width: 768px) {
  .shindan-kv-lead .text-1 {
    width: 250px;
  }
}
.shindan-kv-lead .text-2 {
  width: 18.266666666666666vw;
  margin-top: 2.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-kv-lead .text-2 {
    width: 118px;
    margin-top: 12px;
  }
}
.shindan-kv-lead .heading {
  font-size: 5.066666666666666vw;
  font-weight: 900;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .shindan-kv-lead .heading {
    font-size: 34px;
  }
}
.shindan-kv-lead .heading > span {
  display: inline-block;
  padding: 0.8vw 1.866666666666667vw 0.533333333333333vw;
  background-color: #a19898;
}
@media only screen and (min-width: 768px) {
  .shindan-kv-lead .heading > span {
    padding: 4px 3px;
  }
}
.shindan-kv-lead .heading.-first {
  margin-top: 2.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-kv-lead .heading.-first {
    margin-top: 12px;
  }
}
.shindan-kv-lead .heading.-last {
  margin-top: 1.333333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-kv-lead .heading.-last {
    margin-top: 8px;
  }
}
.shindan-share {
  padding: 10.666666666666668vw 0 13.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .shindan-share {
    padding: 140px 0 105px;
  }
}
.shindan-share-inner {
  width: 93.33333333333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .shindan-share-inner {
    width: 820px;
  }
}
.shindan-share-lead {
  font-weight: 900;
  text-align: center;
  font-style: italic;
}
.shindan-share-text {
  font-size: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .shindan-share-text {
    font-size: 40px;
  }
}
.shindan-share-text > span {
  font-size: 2.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-share-text > span {
    font-size: 22px;
  }
}
.shindan-share-title {
  margin-top: 2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .shindan-share-title {
    margin-top: 24px;
  }
}
.shindan-share-title > span {
  display: block;
}
.shindan-share-title .title-1 {
  font-size: 4vw;
}
@media only screen and (min-width: 768px) {
  .shindan-share-title .title-1 {
    font-size: 30px;
  }
}
.shindan-share-title .title-1 > span {
  font-size: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .shindan-share-title .title-1 > span {
    font-size: 36px;
  }
}
.shindan-share-title .title-1 .dots {
  -webkit-text-emphasis: filled #ef0c2e;
  text-emphasis: filled #ef0c2e;
}
.shindan-share-title .title-2 {
  color: #ef0c2e;
  font-size: 4.133333333333333vw;
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-offset: 0.25em;
  letter-spacing: -0.07em;
}
@media only screen and (min-width: 768px) {
  .shindan-share-title .title-2 {
    font-size: 31px;
    line-height: 1;
  }
}
.shindan-share-title .title-2 .num {
  font-size: 8.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .shindan-share-title .title-2 .num {
    font-size: 65px;
  }
}
.shindan-share-title .title-2 .thin {
  font-weight: 100;
  margin: 0 -4.666666666666667vw;
  font-size: 5.600000000000001vw;
}
@media only screen and (min-width: 768px) {
  .shindan-share-title .title-2 .thin {
    margin: 0 -35px;
    font-size: 42px;
  }
}
.shindan-share-title .title-2 .thin > span {
  font-weight: 900;
}
.shindan-share-title .title-3 {
  margin-top: 2.133333333333333vw;
  color: #ef0c2e;
  font-size: 4.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-share-title .title-3 {
    margin-top: 16px;
    font-size: 31px;
  }
}
.shindan-share-title .title-3 > span {
  font-size: 5.600000000000001vw;
}
@media only screen and (min-width: 768px) {
  .shindan-share-title .title-3 > span {
    font-size: 42px;
  }
}
.shindan-share-image {
  width: 44.4vw;
  margin: 3.466666666666666vw auto 0;
  padding-left: 8.4vw;
}
@media only screen and (min-width: 768px) {
  .shindan-share-image {
    width: 333px;
    margin-top: 26px;
    padding-left: 63px;
  }
}
.shindan-share-image img {
  width: 100%;
}
.shindan-question {
  width: 89.33333333333333vw;
  margin: 0 auto;
  padding: 22.933333333333334vw 0 8vw;
}
@media only screen and (min-width: 768px) {
  .shindan-question {
    max-width: 1000px;
    padding: 117px 0 60px;
  }
}
.shindan-question-title {
  width: 55.46666666666666vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .shindan-question-title {
    width: 328px;
  }
}
.shindan-question-block {
  position: relative;
  width: 86.66666666666667vw;
  padding: 13.333333333333334vw 6.666666666666667vw 10.666666666666668vw;
  margin: 13.333333333333334vw auto 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .shindan-question-block {
    max-width: 900px;
    height: 360px;
    margin-top: 88px;
    padding: 98px 46px 0;
  }
}
.shindan-question-num {
  position: absolute;
  top: -8.133333333333333vw;
  left: 50%;
  display: block;
  width: 17.066666666666666vw;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .shindan-question-num {
    width: 96px;
    top: -46px;
  }
}
.shindan-question-text {
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .shindan-question-text {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .shindan-question-text br {
    display: none;
  }
}
.shindan-question-list {
  margin-top: 6.4vw;
}
@media only screen and (min-width: 768px) {
  .shindan-question-list {
    display: flex;
    justify-content: space-between;
    margin-top: 62px;
  }
}
@media only screen and (min-width: 768px) {
  .shindan-question-item {
    width: 48%;
  }
}
.shindan-question-item + .shindan-question-item {
  margin-top: 2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .shindan-question-item + .shindan-question-item {
    margin-top: 0;
  }
}
.shindan-back {
  width: 86.66666666666667vw;
  margin: 5.333333333333334vw auto 0;
}
@media only screen and (min-width: 768px) {
  .shindan-back {
    max-width: 900px;
    margin: 30px auto 0;
  }
}
.shindan-back-list {
  font-size: 3.466666666666666vw;
}
@media only screen and (min-width: 768px) {
  .shindan-back-list {
    font-size: 14px;
  }
}
.shindan-back-list + .shindan-back-list {
  margin-top: 2.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-back-list + .shindan-back-list {
    margin-top: 5px;
  }
}
.shindan-back-list.center a {
  justify-content: center;
}
.shindan-back-list a {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  padding: 6px 8px;
  font-weight: 700;
}
.shindan-back-list a .icon {
  display: inline-block;
  width: 3.333333333333333vw;
  height: 3.333333333333333vw;
  margin-right: 0.5em;
  transform: rotate(-180deg);
}
@media only screen and (min-width: 768px) {
  .shindan-back-list a .icon {
    width: 14px;
    height: 14px;
  }
}
.shindan-back-list a .icon svg {
  vertical-align: baseline;
}
.shindan-back-list a .icon.one {
  transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .shindan-result {
    padding: 116px 0 124px;
    background: url("../img/shindan/result/pc/bg-result.webp") center top no-repeat #fff;
    background-size: 2000px auto;
  }
}
.shindan-result-bg-sp--top {
  padding-top: 23.200000000000003vw;
  padding-bottom: 7.466666666666668vw;
  background: url("../img/shindan/result/bg-result.webp") center top no-repeat #fff;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .shindan-result-bg-sp--top {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
}
.shindan-result-bg-sp--bottom {
  padding-top: 15.333333333333332vw;
  padding-bottom: 22.400000000000002vw;
  background: url("../img/shindan/result/bg-result-2.webp") center top no-repeat #fff;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .shindan-result-bg-sp--bottom {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
}
.shindan-result-inner {
  max-width: 89.33333333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .shindan-result-inner {
    max-width: 820px;
  }
}
.shindan-result-title {
  width: 56.00000000000001vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .shindan-result-title {
    width: 330px;
  }
}
.shindan-result-title-2 {
  width: 82.66666666666667vw;
  margin: 10.133333333333333vw auto 0;
}
@media only screen and (min-width: 768px) {
  .shindan-result-title-2 {
    width: 448px;
    margin-top: 76px;
  }
}
.shindan-result-lead {
  text-align: center;
  margin-top: 7.733333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-lead {
    margin-top: 70px;
  }
}
.shindan-result-lead .text-1 {
  font-size: 4.266666666666667vw;
  font-weight: 900;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .shindan-result-lead .text-1 {
    font-size: 32px;
  }
}
.shindan-result-lead .text-1 > span {
  font-size: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-lead .text-1 > span {
    font-size: 32px;
  }
}
.shindan-result-lead .text-1 + .text-3 {
  margin-top: 2.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-lead .text-1 + .text-3 {
    margin-top: 20px;
  }
}
.shindan-result-lead .text-3 {
  max-width: 89.33333333333333vw;
  margin: 0 auto;
}
.shindan-result-lead .text-3.result01 {
  width: 77.33333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-lead .text-3.result01 {
    width: auto;
  }
}
.shindan-result-lead .text-3.result02 {
  width: 89.33333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-lead .text-3.result02 {
    width: auto;
  }
}
.shindan-result-lead .text-3.result03 {
  width: 93.33333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-lead .text-3.result03 {
    width: auto;
  }
}
.shindan-result-lead .text-3.result04 {
  width: 93.33333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-lead .text-3.result04 {
    width: auto;
  }
}
.shindan-result-lead .text-3.result05 {
  width: 73.33333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-lead .text-3.result05 {
    width: auto;
  }
}
.shindan-result-lead .text-3.result06 {
  width: 93.33333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-lead .text-3.result06 {
    width: auto;
  }
}
.shindan-result-lead .text-3.result07 {
  width: 76vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-lead .text-3.result07 {
    width: auto;
  }
}
.shindan-result-lead .text-3.result08 {
  width: 78.66666666666666vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-lead .text-3.result08 {
    width: auto;
  }
}
.shindan-result-lead .text-4 {
  margin-top: 8vw;
  padding: 4.266666666666667vw 2.666666666666667vw;
  background-color: #fff;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.75;
  text-align: start;
}
@media only screen and (min-width: 768px) {
  .shindan-result-lead .text-4 {
    margin-top: 30px;
    padding: 30px 20px;
    font-size: 20px;
  }
}
.shindan-result-content {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .shindan-result-content {
    margin: 0 auto;
    max-width: 820px;
  }
}
.shindan-result-list {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .shindan-result-list {
    margin-top: 39px;
    padding: 42px;
    background-color: #fff;
  }
}
.shindan-result-item {
  padding: 4vw 5.333333333333334vw;
  background: linear-gradient(155deg, #dec27d, #c28c44 100%);
}
@media only screen and (min-width: 768px) {
  .shindan-result-item {
    padding: 20px;
  }
}
.shindan-result-item + .shindan-result-item {
  margin-top: 1.066666666666667vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-item + .shindan-result-item {
    margin-top: 4px;
  }
}
.shindan-result-link {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-link {
    padding-right: 36px;
  }
}
.shindan-result-link .body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.666666666666667vw 0;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .shindan-result-link .body {
    padding: 16px 0;
  }
}
.shindan-result-link .body .head {
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-link .body .head {
    font-size: 14px;
  }
}
.shindan-result-link .body .head > span {
  margin-right: 0.5em;
}
.shindan-result-link .body .head .date {
  margin-right: 1em;
}
.shindan-result-link .body .name {
  display: inline-flex;
  align-items: center;
  margin-top: 2.666666666666667vw;
  font-size: 5.066666666666666vw;
}
@media only screen and (max-width: 767px) {
  .shindan-result-link .body .name {
    display: inline-block;
  }
  .shindan-result-link .body .name .race-item-icon {
    vertical-align: top;
    margin-top: 1.2vw;
  }
}
@media only screen and (min-width: 768px) {
  .shindan-result-link .body .name {
    margin-top: 10px;
    font-size: 32px;
  }
}
.shindan-result-link .body .text {
  margin-top: 3.2vw;
  font-size: 3.466666666666666vw;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .shindan-result-link .body .text {
    margin-top: 15px;
    font-size: 18px;
  }
}
.shindan-result-link .image {
  flex-shrink: 0;
  width: 24vw;
  margin-right: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-link .image {
    width: 120px;
    margin-right: 20px;
  }
}
.shindan-result-link .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 4vw;
  height: 4vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .shindan-result-link .icon {
    width: 30px;
    height: 30px;
  }
}
.shindan-result-share {
  text-align: center;
}
.shindan-result-share .text {
  font-size: 4.533333333333333vw;
  font-weight: 900;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .shindan-result-share .text {
    margin-top: 111px;
    font-size: 32px;
  }
}
.shindan-result-share .button {
  text-align: center;
  margin-top: 4.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-share .button {
    margin-top: 43px;
  }
}
.shindan-result-share .shindan-back-list {
  margin-top: 8vw;
  font-size: 4vw;
}
@media only screen and (min-width: 768px) {
  .shindan-result-share .shindan-back-list {
    margin-top: 50px;
    font-size: 16px;
  }
}