@charset "UTF-8";
:root {
  --maincolor: #dfb716;
  --subcolor: #61cdff;
  --textcolor: #000;
  --container: 1200px;
}

/* ======== ↓ common ↓ ======== */
#sousenkyo2025 {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "黎ミン B", "Reimin Bold", serif;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  #sousenkyo2025 {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 {
    font-size: max(3.6vw,10px);
  }
}

#sousenkyo2025 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sousenkyo2025 *:before, #sousenkyo2025 *:after {
  visibility: initial;
  font-size: inherit;
}

#sousenkyo2025 a {
  opacity: 1;
  color: #fff;
  background-color: transparent;
  text-decoration: none !important;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

#sousenkyo2025 a.hover {
  color: var(--maincolor);
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sousenkyo2025 img {
  max-width: 100%;
  height: auto;
  display: block;
}

#sousenkyo2025 img.alignCenter {
  margin-left: auto;
  margin-right: auto;
}

#sousenkyo2025 .cover {
  width: 100%;
  max-width: none;
  height: auto;
}

#sousenkyo2025 .sectionWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

#sousenkyo2025 .widthWrapper {
  position: relative;
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1220px) {
  #sousenkyo2025 .widthWrapper {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 .widthWrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
}

#sousenkyo2025 .insideWrapper {
  position: relative;
  width: 80%;
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sousenkyo2025 .flexBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style: none;
}

#sousenkyo2025 .flexBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sousenkyo2025 .flexLeft {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#sousenkyo2025 .flexAlignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sousenkyo2025 .flexSplit > * {
  width: 50%;
}

#sousenkyo2025 .flexList2 > * {
  width: 45.37%;
}

#sousenkyo2025 .flexList2 > *:nth-child(even) {
  margin-left: 4.6%;
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 .flexSplit > *,
  #sousenkyo2025 .flexList2 > * {
    width: 100%;
  }
  #sousenkyo2025 .flexList2 > *:nth-child(even) {
    margin-left: 0;
  }
}

#sousenkyo2025 .fontEn {
  font-family: 'Teko', sans-serif;
  font-weight: 300 !important;
}

#sousenkyo2025 .fontBold {
  font-family: '黎ミン B', 'Reimin Bold', serif;
}

#sousenkyo2025 .fontMedium {
  font-family: '黎ミン M', 'Reimin Medium', serif;
}

#sousenkyo2025 .alignCenter {
  text-align: center;
}

#sousenkyo2025 .alignRight {
  text-align: right;
}

#sousenkyo2025 .alignLeft {
  text-align: left;
}

#sousenkyo2025 .lh-10 {
  line-height: 1;
}

#sousenkyo2025 .lh-15 {
  line-height: 1.5;
}

#sousenkyo2025 .lh-20 {
  line-height: 2;
}

#sousenkyo2025 .font-10 {
  font-size: 10px !important;
}

#sousenkyo2025 .font-12 {
  font-size: 12px !important;
}

#sousenkyo2025 .font-14 {
  font-size: 14px !important;
}

#sousenkyo2025 .font-16 {
  font-size: 16px !important;
}

#sousenkyo2025 .font-18 {
  font-size: 18px !important;
}

#sousenkyo2025 .font-20 {
  font-size: 20px !important;
}

#sousenkyo2025 .font-22 {
  font-size: 22px !important;
}

#sousenkyo2025 .font-24 {
  font-size: 24px !important;
}

#sousenkyo2025 .font-26 {
  font-size: 26px !important;
}

#sousenkyo2025 .font-28 {
  font-size: 28px !important;
}

#sousenkyo2025 .font-30 {
  font-size: 30px !important;
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  #sousenkyo2025 .font-10 {
    font-size: 0.83333vw !important;
  }
  #sousenkyo2025 .font-12 {
    font-size: 1vw !important;
  }
  #sousenkyo2025 .font-14 {
    font-size: 1.16667vw !important;
  }
  #sousenkyo2025 .font-16 {
    font-size: 1.33333vw !important;
  }
  #sousenkyo2025 .font-18 {
    font-size: 1.5vw !important;
  }
  #sousenkyo2025 .font-20 {
    font-size: 1.66667vw !important;
  }
  #sousenkyo2025 .font-22 {
    font-size: 1.83333vw !important;
  }
  #sousenkyo2025 .font-24 {
    font-size: 2vw !important;
  }
  #sousenkyo2025 .font-26 {
    font-size: 2.16667vw !important;
  }
  #sousenkyo2025 .font-28 {
    font-size: 2.33333vw !important;
  }
  #sousenkyo2025 .font-30 {
    font-size: 2.5vw !important;
  }
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 .font-10 {
    font-size: 2.375vw !important;
  }
  #sousenkyo2025 .font-12 {
    font-size: 2.7vw !important;
  }
  #sousenkyo2025 .font-14 {
    font-size: 2.975vw !important;
  }
  #sousenkyo2025 .font-16 {
    font-size: 3.2vw !important;
  }
  #sousenkyo2025 .font-18 {
    font-size: 3.375vw !important;
  }
  #sousenkyo2025 .font-20 {
    font-size: 3.5vw !important;
  }
  #sousenkyo2025 .font-22 {
    font-size: 3.575vw !important;
  }
  #sousenkyo2025 .font-24 {
    font-size: 3.6vw !important;
  }
  #sousenkyo2025 .font-26 {
    font-size: 3.575vw !important;
  }
  #sousenkyo2025 .font-28 {
    font-size: 3.5vw !important;
  }
  #sousenkyo2025 .font-30 {
    font-size: 3.375vw !important;
  }
}

#sousenkyo2025 .mt-5 {
  margin-top: 0.5em !important;
}

#sousenkyo2025 .mt-10 {
  margin-top: 1em !important;
}

#sousenkyo2025 .mt-15 {
  margin-top: 1.5em !important;
}

#sousenkyo2025 .mt-20 {
  margin-top: 2em !important;
}

#sousenkyo2025 .mt-25 {
  margin-top: 2.5em !important;
}

#sousenkyo2025 .mt-30 {
  margin-top: 3em !important;
}

#sousenkyo2025 .mt-35 {
  margin-top: 3.5em !important;
}

#sousenkyo2025 .mt-40 {
  margin-top: 4em !important;
}

#sousenkyo2025 .mt-45 {
  margin-top: 4.5em !important;
}

#sousenkyo2025 .mt-50 {
  margin-top: 5em !important;
}

#sousenkyo2025 .u-note {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

#sousenkyo2025 .u-marker {
  padding: 0 0.2em;
  margin: 0 0.2em;
  background: var(--maincolor);
  color: #fff;
}

#sousenkyo2025 .u-maincolor {
  color: var(--maincolor);
}

#sousenkyo2025 .u-small {
  font-size: 80%;
}

#sousenkyo2025 .blockLink a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#sousenkyo2025 [data-ruby] {
  position: relative;
  display: inline-block;
  line-height: 1;
}

#sousenkyo2025 [data-ruby]:before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.2em;
  left: 50%;
  font-size: max(0.3em,8px);
  font-family: "新ゴ R", "Shin Go Regular", sans-serif;
  line-height: 1;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

@media screen and (min-width: 801px) {
  #sousenkyo2025 .sp {
    display: none !important;
  }
  #sousenkyo2025 a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 .pc {
    display: none !important;
  }
}

/* ======== ↑ End common ↑ ======== */
/* ======== ↓ main ↓ ======== */
#cduWrap {
  width: 100%;
  background: #fff;
}

#cduFooter {
  max-width: 1016px;
}

#sousenkyo2025 .parallax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105vh;
  z-index: -1;
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 .parallax {
    background-size: auto 100vh;
  }
}

#sousenkyo2025 h2.heading--A {
  font-size: 34px;
  text-align: center;
  line-height: 1.3;
  color: var(--maincolor);
}

#sousenkyo2025 h2.heading--B {
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  border: 1px solid var(--maincolor);
  padding: 0.1em 0.5em;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 h2.heading--A {
    font-size: 6vw;
  }
  #sousenkyo2025 h2.heading--B {
    font-size: 5vw;
  }
}

#sousenkyo2025 .c-btn a {
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: -0.05em;
  display: block;
  width: 100%;
  max-width: 400px;
  background: #c09411;
  color: #fff;
  padding: 0.25em 1em;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#sousenkyo2025 .c-btn a:hover {
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  #sousenkyo2025 .c-btn a {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 .c-btn a {
    font-size: min(6vw,30px);
  }
}

#sousenkyo2025 .randomImg {
  background: #000;
}

#sousenkyo2025 .randomImg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sousenkyo2025 .randomImg ul li img {
  width: 100%;
}

@media screen and (min-width: 801px) {
  #sousenkyo2025 .randomImg ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 .randomImg ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sousenkyo2025 .randomImg ul li {
    width: calc(100% / 5);
  }
}

#sousenkyo2025 .randomImg.js-scroll li {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.33, 0, 0.1, 1) 0.6s;
  transition: 1s cubic-bezier(0.33, 0, 0.1, 1) 0.6s;
  -webkit-transform: rotate3d(-1, 1, 0, 90deg);
          transform: rotate3d(-1, 1, 0, 90deg);
  -webkit-filter: contrast(0) brightness(3);
          filter: contrast(0) brightness(3);
}

#sousenkyo2025 .randomImg.js-scroll li:nth-child(1) {
  -webkit-transition-delay: 0.475s;
          transition-delay: 0.475s;
}

#sousenkyo2025 .randomImg.js-scroll li:nth-child(2) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

#sousenkyo2025 .randomImg.js-scroll li:nth-child(3) {
  -webkit-transition-delay: 0.625s;
          transition-delay: 0.625s;
}

#sousenkyo2025 .randomImg.js-scroll li:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#sousenkyo2025 .randomImg.js-scroll li:nth-child(5) {
  -webkit-transition-delay: 0.775s;
          transition-delay: 0.775s;
}

#sousenkyo2025 .randomImg.js-scroll li:nth-child(6) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

#sousenkyo2025 .randomImg.js-scroll li:nth-child(7) {
  -webkit-transition-delay: 0.925s;
          transition-delay: 0.925s;
}

#sousenkyo2025 .randomImg.js-scroll li:nth-child(8) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#sousenkyo2025 .randomImg.js-scroll li:nth-child(9) {
  -webkit-transition-delay: 1.075s;
          transition-delay: 1.075s;
}

#sousenkyo2025 .randomImg.js-scroll li:nth-child(10) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

#sousenkyo2025 .randomImg.is-scroll li {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

#sousenkyo2025 .c-result .img {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#sousenkyo2025 .c-result .img:after {
  content: '';
  position: absolute;
  visibility: visible;
  top: 3%;
  left: 3%;
}

#sousenkyo2025 .c-result .img.rg:after {
  width: 26.43%;
  height: 14.2%;
}

#sousenkyo2025 .c-result .img.hg:after {
  width: 21.43%;
  height: 13.22%;
}

#sousenkyo2025 .c-result .img.mg:after {
  width: 24.65%;
  height: 14.83%;
}

#sousenkyo2025 .c-result .img.re:after {
  width: 23.13%;
  height: 16.08%;
}

#sousenkyo2025 .c-result .img img {
  border: 1px solid var(--maincolor);
}

#sousenkyo2025 .c-result_selection {
  margin-top: 40px;
  padding: 3.33%;
  border: 1px solid #0093ff;
  border-radius: 20px;
}

#sousenkyo2025 .c-result_selection .img {
  margin-top: 1em;
}

#sousenkyo2025 .c-result_selection .img img {
  border: 1px solid var(--maincolor);
}

#sousenkyo2025 .c-result_selection .head {
  font-size: 30px;
  color: #6ac0ff;
  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;
  margin-top: 0.5em;
}

#sousenkyo2025 .c-result_selection .rank .num {
  font-size: 180%;
  line-height: 1;
  vertical-align: sub;
}

#sousenkyo2025 .c-result_selection .name {
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
}

#sousenkyo2025 .c-result_selection .c-btn {
  margin-top: 1em;
}

#sousenkyo2025 .c-result_selection .c-btn a {
  background: #0091fb;
}

#sousenkyo2025 .c-result_selection.js-scroll {
  -webkit-transition: 1.5s ease 0.3s;
  transition: 1.5s ease 0.3s;
  -webkit-filter: brightness(250%);
          filter: brightness(250%);
  opacity: 0;
}

#sousenkyo2025 .c-result_selection.is-scroll {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

#sousenkyo2025 .c-result_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 3.33%;
}

#sousenkyo2025 .c-result_list.around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#sousenkyo2025 .c-result_list.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sousenkyo2025 .c-result_list li {
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#sousenkyo2025 .c-result_list li img {
  margin: 0 auto;
}

#sousenkyo2025 .c-result_list li .name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#sousenkyo2025 .c-result_list .top1 {
  width: 100%;
}

#sousenkyo2025 .c-result_list .top1 .img {
  margin-top: 1em;
}

#sousenkyo2025 .c-result_list .top1 .img img {
  border-width: 4px;
}

#sousenkyo2025 .c-result_list .top5 {
  width: calc(calc(100% - 3.33%) / 2);
}

#sousenkyo2025 .c-result_list .top5 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#sousenkyo2025 .c-result_list .top5 .head > img {
  width: 31.32%;
}

#sousenkyo2025 .c-result_list .top5 .name {
  width: 68.68%;
  padding-left: 1em;
  position: relative;
  font-size: 20px;
  line-height: 1.3;
}

#sousenkyo2025 .c-result_list .top5 .name .votes {
  color: #c1c1c1;
  display: block;
}

#sousenkyo2025 .c-result_list .top5 .name .votes .num {
  font-size: 150%;
}

#sousenkyo2025 .c-result_list .top5 .img {
  margin-top: 1.5em;
}

#sousenkyo2025 .c-result_list .top5:nth-child(2) .name .votes {
  color: #c27325;
}

#sousenkyo2025 .c-result_list .top5:nth-child(n+3) .name .votes {
  color: #a26aff;
}

#sousenkyo2025 .c-result_list .top10 {
  width: calc(calc(100% - 3.33% * 2) / 3);
}

#sousenkyo2025 .c-result_list .top10 .head {
  font-size: 20px;
  color: #6ac0ff;
}

#sousenkyo2025 .c-result_list .top10 .rank {
  letter-spacing: 0.2em;
}

#sousenkyo2025 .c-result_list .top10 .rank .num {
  font-size: 170%;
}

#sousenkyo2025 .c-result_list .top10 .votes {
  padding-left: 0.5em;
  display: inline-block;
  position: relative;
}

#sousenkyo2025 .c-result_list .top10 .votes:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 1em;
  background: currentColor;
}

#sousenkyo2025 .c-result_list .top10 .name {
  margin-top: 1em;
  line-height: 1.3;
}

#sousenkyo2025 .c-result_list .top10 .c-btn {
  margin-top: 1em;
}

#sousenkyo2025 .c-result_list .top10 .c-btn a {
  font-size: 24px;
}

#sousenkyo2025 .c-result_list .top30 {
  width: calc(calc(100% - 3.33% * 4) / 5);
}

#sousenkyo2025 .c-result_list .top30 .head {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.3;
  color: #6ac0ff;
}

#sousenkyo2025 .c-result_list .top30 .name {
  font-size: 16px;
  line-height: 1.3;
}

#sousenkyo2025 .c-result_list .top30 .rank {
  letter-spacing: 0.2em;
}

#sousenkyo2025 .c-result_list .top30 .votes {
  padding-left: 0.5em;
  display: inline-block;
  position: relative;
}

#sousenkyo2025 .c-result_list .top30 .votes:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 1em;
  background: currentColor;
}

#sousenkyo2025 .c-result_list .top30 .c-btn {
  margin-top: 0.5em;
}

#sousenkyo2025 .c-result_list .top30 .c-btn a {
  font-size: 20px;
  letter-spacing: 0;
}

#sousenkyo2025 .c-result_list .top100 {
  width: calc(calc(100% - 3.33%) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 4.5em;
  margin: 0;
  padding: 1.7em 0 0.5em;
  border-bottom: 1px solid #757575;
}

#sousenkyo2025 .c-result_list .top100 .head {
  font-size: 16px;
  line-height: 1.3;
  color: #6ac0ff;
  width: 10.5em;
}

#sousenkyo2025 .c-result_list .top100 .name {
  font-size: 16px;
  line-height: 1.3;
  width: calc(100% - 10.5em);
}

#sousenkyo2025 .c-result_list .top100 .rank {
  letter-spacing: 0.2em;
}

#sousenkyo2025 .c-result_list .top100 .votes {
  padding-left: 0.75em;
  margin-left: 0.25em;
  display: inline-block;
  position: relative;
}

#sousenkyo2025 .c-result_list .top100 .votes:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 1em;
  background: currentColor;
}

#sousenkyo2025 .c-result_list .break {
  width: 100%;
}

#sousenkyo2025 .c-result_list .c-btn {
  margin-top: 2em;
}

#sousenkyo2025 .c-result_list .c-btn a {
  background-color: #ec5900;
}

#sousenkyo2025 .c-result_list.js-scroll {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-perspective-origin: center;
          perspective-origin: center;
}

#sousenkyo2025 .c-result_list.js-scroll .top1 {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
  -webkit-transform: translateZ(50px);
          transform: translateZ(50px);
}

#sousenkyo2025 .c-result_list.js-scroll .top5, #sousenkyo2025 .c-result_list.js-scroll .top10, #sousenkyo2025 .c-result_list.js-scroll .top30, #sousenkyo2025 .c-result_list.js-scroll .top100 {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform: translate3d(0, -20px, 50px);
          transform: translate3d(0, -20px, 50px);
}

#sousenkyo2025 .c-result_list.is-scroll .top1 {
  -webkit-animation: top1 1.5s ease-in-out 0.5s 1 normal forwards running;
          animation: top1 1.5s ease-in-out 0.5s 1 normal forwards running;
  -webkit-transform: none;
          transform: none;
}

#sousenkyo2025 .c-result_list.is-scroll .top5, #sousenkyo2025 .c-result_list.is-scroll .top10, #sousenkyo2025 .c-result_list.is-scroll .top30, #sousenkyo2025 .c-result_list.is-scroll .top100 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

#sousenkyo2025 .c-result .c-btn a {
  font-family: "黎ミン B", "Reimin Bold", serif;
  letter-spacing: 0.1em;
  border-radius: 8px;
  max-width: 560px;
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  #sousenkyo2025 .c-result_list .top5 .name {
    font-size: 1.6vw;
  }
  #sousenkyo2025 .c-result_list .top10 .c-btn a {
    font-size: 2vw;
  }
  #sousenkyo2025 .c-result_list .top30 .head, #sousenkyo2025 .c-result_list .top30 .name {
    font-size: 1.4vw;
  }
  #sousenkyo2025 .c-result_list .top30 .c-btn a {
    font-size: 1.6vw;
  }
  #sousenkyo2025 .c-result_list .top100 .head, #sousenkyo2025 .c-result_list .top100 .name {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 .c-result_selection {
    border-radius: 10px;
  }
  #sousenkyo2025 .c-result_selection .head {
    font-size: 6vw;
  }
  #sousenkyo2025 .c-result_selection .name {
    font-size: 5vw;
  }
  #sousenkyo2025 .c-result_list .top5 .head .name {
    font-size: 4vw;
  }
  #sousenkyo2025 .c-result_list .top5 .img {
    margin-top: 0.5em;
  }
  #sousenkyo2025 .c-result_list .top5 .img + .name {
    font-size: 3.5vw;
    margin-top: 1em;
    padding: 0;
    width: 100%;
  }
  #sousenkyo2025 .c-result_list .top5 .c-btn a {
    font-size: 4vw;
  }
  #sousenkyo2025 .c-result_list .top10 {
    width: calc(calc(100% - 3.33%) / 2);
  }
  #sousenkyo2025 .c-result_list .top10 .rank {
    font-size: 4.5vw;
  }
  #sousenkyo2025 .c-result_list .top10 .votes {
    font-size: 4.5vw;
  }
  #sousenkyo2025 .c-result_list .top10 .name {
    font-size: 3.5vw;
  }
  #sousenkyo2025 .c-result_list .top10 .c-btn a {
    font-size: 4vw;
  }
  #sousenkyo2025 .c-result_list .top30 {
    width: calc(calc(100% - 3.33%) / 2);
  }
  #sousenkyo2025 .c-result_list .top30 .head {
    margin-top: 0.5em;
  }
  #sousenkyo2025 .c-result_list .top30 .rank {
    font-size: 4vw;
  }
  #sousenkyo2025 .c-result_list .top30 .votes {
    font-size: 4vw;
  }
  #sousenkyo2025 .c-result_list .top30 .name {
    font-size: 3.5vw;
  }
  #sousenkyo2025 .c-result_list .top30 .c-btn a {
    font-size: 4vw;
  }
  #sousenkyo2025 .c-result_list .top100 {
    width: 100%;
  }
  #sousenkyo2025 .c-result_list .top100 .head {
    font-size: 3.5vw;
  }
  #sousenkyo2025 .c-result_list .top100 .name {
    font-size: 3.5vw;
  }
}

#sousenkyo2025 .c-hr {
  border: none;
  height: 1px;
  margin: 0 auto;
  width: var(--container);
  max-width: 92%;
  position: relative;
}

#sousenkyo2025 .c-hr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: var(--maincolor);
}

#sousenkyo2025 .c-hr:after {
  content: '';
  position: absolute;
  top: 0;
  left: -0.5em;
  bottom: 0;
  margin: auto;
  font-size: 150px;
  width: 1em;
  height: 1em;
}

#sousenkyo2025 .c-hr.js-scroll:before {
  -webkit-transition: 1.2s cubic-bezier(0.5, 0, 0, 1) 0.3s;
  transition: 1.2s cubic-bezier(0.5, 0, 0, 1) 0.3s;
  width: 0;
}

#sousenkyo2025 .c-hr.js-scroll:after {
  -webkit-transition: 1.2s cubic-bezier(0.5, 0, 0, 1) 0.3s;
  transition: 1.2s cubic-bezier(0.5, 0, 0, 1) 0.3s;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(0) rotate(0);
          transform: scale(0) rotate(0);
}

#sousenkyo2025 .c-hr.is-scroll:before {
  width: 100%;
}

#sousenkyo2025 .c-hr.is-scroll:after {
  left: calc(100% - 0.5em);
  -webkit-animation: hrFlash 1.5s linear 0.3s 1 normal forwards running;
          animation: hrFlash 1.5s linear 0.3s 1 normal forwards running;
}

@-webkit-keyframes hrFlash {
  0% {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: scale(0) rotate(0);
            transform: scale(0) rotate(0);
  }
  15% {
    -webkit-filter: brightness(2) drop-shadow(0 0 0.1em #fff);
            filter: brightness(2) drop-shadow(0 0 0.1em #fff);
    -webkit-transform: scale(1) rotate(36deg);
            transform: scale(1) rotate(36deg);
  }
  100% {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: scale(0) rotate(360deg);
            transform: scale(0) rotate(360deg);
  }
}

@keyframes hrFlash {
  0% {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: scale(0) rotate(0);
            transform: scale(0) rotate(0);
  }
  15% {
    -webkit-filter: brightness(2) drop-shadow(0 0 0.1em #fff);
            filter: brightness(2) drop-shadow(0 0 0.1em #fff);
    -webkit-transform: scale(1) rotate(36deg);
            transform: scale(1) rotate(36deg);
  }
  100% {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: scale(0) rotate(360deg);
            transform: scale(0) rotate(360deg);
  }
}

#sousenkyo2025 .c-copyright {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 .c-copyright {
    font-size: min(2.8vw,14px);
  }
}

#sousenkyo2025 .p-kv {
  background: #000;
  overflow: hidden;
}

#sousenkyo2025 .p-kv img {
  width: 100%;
}

#sousenkyo2025 .p-kv.js-scroll img {
  -webkit-transition: 3s cubic-bezier(0.5, 0, 0.5, 1) 0.3s;
  transition: 3s cubic-bezier(0.5, 0, 0.5, 1) 0.3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: contrast(0) brightness(3) blur(5px);
          filter: contrast(0) brightness(3) blur(5px);
}

#sousenkyo2025 .p-kv.is-scroll img {
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

#sousenkyo2025 .p-sec01 {
  padding: 60px 0 50px;
}

#sousenkyo2025 .p-sec01 h2 img {
  display: block;
  margin: 0 auto;
}

#sousenkyo2025 .p-sec01 .c-body {
  margin-top: 2em;
}

#sousenkyo2025 .p-sec02 {
  padding: 50px 0 70px;
}

#sousenkyo2025 .p-sec02 .c-body {
  margin-top: 2em;
}

#sousenkyo2025 .p-sec02 .imgWrap {
  margin-top: 3.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sousenkyo2025 .p-sec02 .imgWrap > * {
  margin-left: 8%;
  max-width: 49%;
}

#sousenkyo2025 .p-sec02 .imgWrap > *:first-child {
  margin-left: 0;
}

#sousenkyo2025 .p-sec03 {
  padding: 40px 0 60px;
}

#sousenkyo2025 .p-sec03 .c-body {
  margin-top: 2em;
}

#sousenkyo2025 .p-sec03 h3 {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  color: var(--maincolor);
  margin-top: 1.25em;
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 .p-sec03 h3 {
    font-size: 4.5vw;
  }
}

#sousenkyo2025 .p-sec04 {
  padding: 40px 0 65px;
}

#sousenkyo2025 .p-sec04 .c-body {
  margin-top: 1.5em;
}

#sousenkyo2025 .p-sec04 h3 {
  font-size: 30px;
  line-height: 1.3;
  color: var(--subcolor);
}

#sousenkyo2025 .p-sec04 h3 + p {
  margin-top: 0.5em;
}

#sousenkyo2025 .p-sec04 .btn {
  margin-top: 3em;
}

#sousenkyo2025 .p-sec04 .btn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.15s cubic-bezier(0.5, 0.9, 0.5, 1.5);
  transition: 0.15s cubic-bezier(0.5, 0.9, 0.5, 1.5);
}

#sousenkyo2025 .p-sec04 .btn a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-filter: contrast(0.8) brightness(1.2) drop-shadow(0 0 0.2em var(--maincolor));
          filter: contrast(0.8) brightness(1.2) drop-shadow(0 0 0.2em var(--maincolor));
}

#sousenkyo2025 .p-sec04 .btn.close {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em;
  background: #666;
  border-radius: 5px;
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 .p-sec04 h3 {
    font-size: 5vw;
  }
}

#sousenkyo2025 .p-sec05 {
  padding: 60px 0;
}

#sousenkyo2025 .p-sec05 figure figcaption {
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
  margin-top: 1em;
}

#sousenkyo2025 .p-sec05_item img {
  margin: 0 auto;
}

#sousenkyo2025 .p-sec05_item a:hover img {
  opacity: 0.7;
}

#sousenkyo2025 .p-sec05_item a:hover figcaption {
  text-decoration: none;
}

@media screen and (min-width: 801px) {
  #sousenkyo2025 .p-sec05_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sousenkyo2025 .p-sec05_flex::after {
    content: none;
  }
  #sousenkyo2025 .p-sec05_item {
    max-width: 49%;
  }
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 .p-sec05 {
    padding-bottom: 6%;
  }
  #sousenkyo2025 .p-sec05 figure figcaption {
    font-size: 3.6vw;
  }
  #sousenkyo2025 .p-sec05_item:not(:first-child) {
    margin-top: 2em;
  }
}

#sousenkyo2025 .p-sec06 {
  padding: 60px 0;
}

#sousenkyo2025 .p-sec06_ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.33%;
}

#sousenkyo2025 .p-sec06_ranking li {
  margin-top: 5%;
}

#sousenkyo2025 .p-sec06_ranking li:nth-child(1) .rank {
  color: #dfb716;
}

#sousenkyo2025 .p-sec06_ranking li:nth-child(2) .rank {
  color: #c1c1c1;
}

#sousenkyo2025 .p-sec06_ranking li:nth-child(3) .rank {
  color: #c27325;
}

#sousenkyo2025 .p-sec06_ranking a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#sousenkyo2025 .p-sec06_ranking a:hover img {
  -webkit-box-shadow: 0 0 16px 6px #824e01;
          box-shadow: 0 0 16px 6px #824e01;
}

#sousenkyo2025 .p-sec06_ranking img {
  border: 1px solid #bf9900;
}

#sousenkyo2025 .p-sec06_ranking .col3 {
  font-size: 20px;
  width: calc(calc(100% - 6.67%) / 3);
}

#sousenkyo2025 .p-sec06_ranking .col3 .rank .num {
  font-size: 170%;
  margin-right: 0.1em;
}

#sousenkyo2025 .p-sec06_ranking .col5 {
  font-size: 16px;
  width: calc(calc(100% - 13.33%) / 5);
}

#sousenkyo2025 .p-sec06_ranking .rank {
  line-height: 1.3;
  margin-top: 0.75em;
}

#sousenkyo2025 .p-sec06_ranking .name {
  line-height: 1.3;
}

#sousenkyo2025 .p-sec06_ranking .point {
  margin-top: 0.4em;
  padding-top: 0.2em;
  position: relative;
}

#sousenkyo2025 .p-sec06_ranking .point:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5em;
  height: 1px;
  background: #8c7103;
}

#sousenkyo2025 .p-sec06_ranking .end {
  background: -webkit-gradient(linear, left top, left bottom, from(#760011), to(#9e0017));
  background: linear-gradient(#760011, #9e0017);
  border: 1px solid #bf9900;
  color: #ffbc28;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 17.15%;
  position: relative;
}

#sousenkyo2025 .p-sec06_ranking .end .txt {
  position: absolute;
  top: 50%;
  left: 2%;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#sousenkyo2025 .p-sec06_ranking.js-scroll > li {
  -webkit-transition: 0.5s cubic-bezier(0.66, 0.33, 0.33, 0.66) 0.3s;
  transition: 0.5s cubic-bezier(0.66, 0.33, 0.33, 0.66) 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20%) rotateY(90deg) scale(0.9);
          transform: translateY(20%) rotateY(90deg) scale(0.9);
  -webkit-filter: contrast(0) brightness(2) blur(5px);
          filter: contrast(0) brightness(2) blur(5px);
}

#sousenkyo2025 .p-sec06_ranking.is-scroll > li {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

@media screen and (max-width: 1220px) {
  #sousenkyo2025 .p-sec06_ranking .col3 {
    font-size: 1.67vw;
  }
  #sousenkyo2025 .p-sec06_ranking .col5 {
    font-size: 1.34vw;
  }
  #sousenkyo2025 .p-sec06_ranking .end {
    font-size: 2vw;
  }
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 .p-sec06_ranking li {
    margin-top: 10%;
  }
  #sousenkyo2025 .p-sec06_ranking .col3 {
    font-size: min(4.85vw,30px);
    width: 100%;
    max-width: 562px;
    margin-left: auto;
    margin-right: auto;
  }
  #sousenkyo2025 .p-sec06_ranking .col5 {
    font-size: 3.8vw;
    width: calc(calc(100% - 3.33%) / 2);
  }
  #sousenkyo2025 .p-sec06_ranking .end {
    font-size: 5vw;
    padding-top: 47.7%;
  }
}

#sousenkyo2025 .p-sec07 {
  padding: 60px 0;
}

#sousenkyo2025 .p-sec07 h2 img {
  margin: 0 auto;
}

#sousenkyo2025 .p-sec07 h2 + p {
  font-size: 34px;
  text-align: center;
  color: var(--maincolor);
  line-height: 1.7;
  margin-top: 1em;
}

#sousenkyo2025 .p-sec07 h2 + p span {
  border-bottom: 1px solid currentColor;
}

@media screen and (max-width: 800px) {
  #sousenkyo2025 .p-sec07 h2 + p {
    font-size: max(4.5vw,.34px);
  }
}

/* Animation */
.js-scroll.fadeInUp {
  opacity: 0;
  -webkit-transition: 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0.3s;
  transition: 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0.3s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.js-scroll.fadeInFlip {
  opacity: 0;
  -webkit-transition: 1s linear 0.3s;
  transition: 1s linear 0.3s;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-filter: contrast(0) brightness(2);
          filter: contrast(0) brightness(2);
}

.js-scroll.is-scroll.fadeInUp {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.js-scroll.is-scroll.fadeInFlip {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

@-webkit-keyframes top1 {
  0% {
    -webkit-filter: brightness(0%);
            filter: brightness(0%);
  }
  50% {
    -webkit-filter: brightness(250%) drop-shadow(0 0 20px #dfb716);
            filter: brightness(250%) drop-shadow(0 0 20px #dfb716);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

@keyframes top1 {
  0% {
    -webkit-filter: brightness(0%);
            filter: brightness(0%);
  }
  50% {
    -webkit-filter: brightness(250%) drop-shadow(0 0 20px #dfb716);
            filter: brightness(250%) drop-shadow(0 0 20px #dfb716);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

/* ======== ↑ End main ↑ ======== */
