.is-primary-text {
  color: #00ADEC;
}

.is-mochiy {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.is-medium {
  font-weight: 500;
}

.is-bold {
  font-weight: 700;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: revert;
  }
}

header,
footer {
  display: none;
}

.l-main {
  background-image: url("../images/bg_pc.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
  margin-top: 0;
  overflow-x: hidden;
  padding-bottom: clamp(40px, 10.6666666667vw, 100px);
}
@media screen and (max-width: 768px) {
  .l-main {
    background-image: url("../images/bg_sp.png");
  }
}

.section-inner {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

#head {
  position: relative;
  background-color: #E84091;
  z-index: 5;
}
#head .section-inner {
  max-width: 1440px;
  padding: 0;
}

#hero {
  background-image: url("../images/bg_radial_pc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #hero {
    background-image: url("../images/bg_radial_sp.jpg");
  }
}
#hero .section-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: calc(clamp(10px, 2.6666666667vw, 20px) * -1);
  padding-bottom: clamp(20px, 5.3333333333vw, 40px);
  z-index: 10;
}
#hero .p-title-img {
  margin-top: clamp(29.5px, 7.8666666667vw, 40px);
}

#result {
  margin-top: clamp(20px, 5.3333333333vw, 40px);
}
#result .section-inner:first-child {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#result .result-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: clamp(20px, 5.3333333333vw, 30px);
  margin-top: 20px;
}
#result .section-inner:not(:first-child) {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(41px, 10.9333333333vw, 80px);
}
#result .p-result-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "title title" "image detail";
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  background-color: #FFFFFF;
  border: 1px solid #FFE244;
  border-radius: 24px;
  padding-block: clamp(20px, 5.3333333333vw, 30px);
  padding-inline: clamp(20px, 5.3333333333vw, 80px);
}
@media screen and (max-width: 768px) {
  #result .p-result-box {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "image" "detail";
  }
}
#result .p-result-box .p-result-title {
  grid-area: title;
  justify-self: center;
  margin-bottom: clamp(10px, 2.6666666667vw, 20px);
}
#result .p-result-box .p-result-title-wrapper {
  grid-area: title;
  justify-self: left;
  margin-bottom: clamp(10px, 2.6666666667vw, 20px);
}
#result .p-result-box .p-result-title-wrapper .p-result-title {
  margin-bottom: 0;
}
#result .p-result-box .p-result-img {
  grid-area: image;
}
#result .p-result-box .p-result-detail {
  grid-area: detail;
}
@media screen and (max-width: 768px) {
  #result .p-result-box .p-result-book {
    margin-top: 20px;
  }
}
#result .p-result-box .p-result-texts {
  margin-top: clamp(20px, 5.3333333333vw, 30px);
}
#result .p-result-box .p-result-text:not(:first-child) {
  margin-top: clamp(10px, 2.6666666667vw, 20px);
}
#result .p-result-title-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  grid-template-areas: "image name" "image book";
  -webkit-column-gap: clamp(10px, 2.6666666667vw, 20px);
     -moz-column-gap: clamp(10px, 2.6666666667vw, 20px);
          column-gap: clamp(10px, 2.6666666667vw, 20px);
  row-gap: 5px;
}
#result .p-result-title-wrapper .p-result-title {
  grid-area: image;
}
#result .p-result-title-wrapper .p-result-title-name {
  grid-area: name;
}
#result .p-result-title-wrapper .p-result-title-book {
  grid-area: book;
}
#result .ranking-table-wrapper {
  width: 100%;
  margin-top: 20px;
  overflow-x: auto;
}
#result .p-supplement-text {
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: 10px;
}

#comment {
  margin-top: clamp(40px, 10.6666666667vw, 80px);
}
#comment .section-inner {
  max-width: 1000px;
}
#comment .p-comment-box {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  grid-template-areas: "image name" "image text";
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  #comment .p-comment-box {
    grid-template-areas: "image" "name" "text";
  }
}
#comment .p-comment-box .p-comment-img {
  grid-area: image;
  justify-self: center;
}
#comment .p-comment-box .p-comment-name {
  grid-area: name;
}
@media screen and (max-width: 768px) {
  #comment .p-comment-box .p-comment-name {
    justify-self: center;
  }
}
#comment .p-comment-box .p-comment-text {
  grid-area: text;
}
#comment .p-comment-box:not(:first-child) {
  margin-top: 20px;
}

#foot {
  margin-top: clamp(40px, 10.6666666667vw, 80px);
}
#foot .section-inner {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: clamp(15px, 4vw, 20px);
}

.p-fv-img {
  width: 100%;
  height: auto;
}

.p-lead-img {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.p-title-img {
  width: clamp(250px, 66.6666666667vw, 403px);
  height: auto;
}

.p-hero-img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.p-heading-img {
  height: auto;
}
.p-heading-img:first-of-type {
  width: clamp(179px, 47.7333333333vw, 298px);
}
.p-heading-img:not(:first-of-type) {
  width: clamp(185px, 49.3333333333vw, 246px);
}

.p-result-title {
  width: 100%;
  max-width: 802px;
  height: auto;
}

.p-result-title-wrapper .p-result-title {
  width: clamp(80px, 21.3333333333vw, 160px);
  height: auto;
}
.p-result-title-wrapper .p-result-title-name {
  font-size: clamp(24px, 6.4vw, 60px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-result-title-wrapper .p-result-title-book {
  font-size: clamp(14px, 3.7333333333vw, 18px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

picture:has(.p-result-book) {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-result-book {
  width: 240px;
  height: auto;
}

.p-result-text {
  font-size: clamp(14px, 3.7333333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-ranking-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .p-ranking-table {
    min-width: 1000px;
  }
}
.p-ranking-table thead tr th {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #00ADEC;
  padding-block: 10px;
  padding-inline: 15px;
}
.p-ranking-table tbody tr td {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 15px;
}
.p-ranking-table tbody tr td:first-child, .p-ranking-table tbody tr td:last-child {
  text-align: center;
}
.p-ranking-table tbody tr td a {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 5%;
  text-underline-offset: 25%;
}
.p-ranking-table tbody tr:nth-child(odd) {
  background-color: #F0F5FC;
}
.p-ranking-table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}

.c-supplement-text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-comment-img {
  width: 150px;
  height: auto;
}

.p-comment-name,
.p-comment-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-button {
  display: grid;
  place-content: center;
  width: 100%;
  height: clamp(68px, 18.1333333333vw, 65px);
  color: #FFFFFF;
  font-size: clamp(16px, 4.2666666667vw, 30px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 64px;
}
.p-button.is-primary {
  background-color: #00ADEC;
}
.p-button.is-secondary {
  background-color: #E84091;
}/*# sourceMappingURL=sousenkyo_result.css.map */