@charset "UTF-8";
/*==========================================
  Common
==========================================*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  display: revert;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

:where(button) {
  all: unset;
}

:where(ul, ol) {
  list-style: none;
}

img {
  max-width: 100%;
}

video {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

::-moz-placeholder {
  color: #F6F6F6;
}

::placeholder {
  color: #F6F6F6;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover])) {
  display: none !important;
}

:where([popover]) {
  border: none;
  background: none;
  inset: unset;
  color: inherit;
}

:where([popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

:where(main) {
  line-height: calc(0.25rem + 1em + 0.4rem);
  font-family: "Noto Sans JP", system-ui, YuGothicM, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  color: #181800;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  text-wrap: balance;
}

:where(a) {
  color: #FFD739;
  text-underline-offset: 0.2ex;
  transition: opacity 0.3s ease;
}
:where(a) {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  :where(a):hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  :where(a):active {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    opacity: 0.8;
  }
}
@media (any-hover: hover) {
  :where(a):hover {
    text-decoration: none;
  }
}

input[type=text], input[type=password], input[type=tel], input[type=email], select, textarea {
  font-size: 1.6rem;
  accent-color: #E9573B;
  font-family: inherit;
  border: 1px solid #F6F6F6;
  border-radius: 5px;
}
@media (width < 768px) {
  input[type=text], input[type=password], input[type=tel], input[type=email], select, textarea {
    font-size: 1.6rem;
    border-radius: 3px;
  }
}

select {
  font-family: inherit;
  color: #181800;
}
select:invalid {
  color: #F6F6F6;
}
select option {
  color: #181800;
}
select option:first-child {
  color: #F6F6F6;
}

option[selected][disabled] {
  display: none;
}

.only-sp {
  display: none;
}
@media (width < 768px) {
  .only-sp {
    display: inline;
  }
}

.only-pc {
  display: inline;
}
@media (width < 768px) {
  .only-pc {
    display: none;
  }
}

@media (width >= 768px) {
  body {
    min-width: unset;
  }
}
main {
  min-width: unset;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #181800;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media (width < 768px) {
  main {
    font-size: 3.8vw;
    line-height: 1.8;
  }
}
main h1 {
  font-size: 3.6rem;
}
@media (width < 768px) {
  main h1 {
    font-size: 0.6553603355rem;
  }
}
main h2 {
  font-size: 3.2rem;
}
@media (width < 768px) {
  main h2 {
    font-size: 0.5734402936rem;
  }
}
main h3 {
  font-size: 2.8rem;
}
@media (width < 768px) {
  main h3 {
    font-size: 0.4915202517rem;
  }
}
main h4 {
  font-size: 2.4rem;
}
@media (width < 768px) {
  main h4 {
    font-size: 0.4505602307rem;
  }
}
main h5 {
  font-size: 2.2rem;
}
@media (width < 768px) {
  main h5 {
    font-size: 0.4096002097rem;
  }
}
main h6 {
  font-size: 1.8rem;
}
@media (width < 768px) {
  main h6 {
    font-size: 0.3276801678rem;
  }
}

:where(a) {
  text-decoration: none;
  transition: 0.3s ease;
  cursor: pointer;
}
:where(a) {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  :where(a):hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  :where(a):active {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    opacity: 0.8;
  }
}

.note {
  display: inline-block;
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.en {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

._zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.cmn-btn_wrap {
  text-align: center;
}
.cmn-btn_wrap .cmn-btn {
  font-size: 2.2rem;
  position: relative;
  display: block;
  width: min(400px, 100%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  word-break: keep-all;
  border: 2px solid #E9573B;
  border-radius: 50vw;
  background: #E9573B;
  overflow: hidden;
  padding: 1em 2em;
  margin: auto;
  z-index: 1;
}
@media (width < 768px) {
  .cmn-btn_wrap .cmn-btn {
    font-size: 0.3276801678rem;
  }
}
@media (width < 768px) {
  .cmn-btn_wrap .cmn-btn {
    width: min(350px, 100%);
  }
}
.cmn-btn_wrap .cmn-btn::before, .cmn-btn_wrap .cmn-btn::after {
  content: "";
  position: absolute;
}
.cmn-btn_wrap .cmn-btn::before {
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: left 0.4s ease;
  z-index: -1;
}
.cmn-btn_wrap .cmn-btn::after {
  top: calc(50% - 0.5em);
  right: 1em;
  width: 1em;
  height: 1em;
  background: url("../images/2025results/ico_arrow.svg") no-repeat center;
  transition: translate 0.3s ease;
}
@media (any-hover: hover) {
  .cmn-btn_wrap .cmn-btn:hover {
    color: #E9573B;
    opacity: 1;
  }
  .cmn-btn_wrap .cmn-btn:hover::before {
    left: 0;
  }
  .cmn-btn_wrap .cmn-btn:hover::after {
    translate: 3px;
    filter: invert(54%) sepia(34%) saturate(6782%) hue-rotate(337deg) brightness(94%) contrast(94%);
  }
}
@media (hover: none) {
  .cmn-btn_wrap .cmn-btn:active {
    color: #E9573B;
    opacity: 1;
  }
  .cmn-btn_wrap .cmn-btn:active::before {
    left: 0;
  }
  .cmn-btn_wrap .cmn-btn:active::after {
    translate: 3px;
  }
}

.inner {
  max-width: 1130px;
  padding-inline: 40px;
  margin: auto;
}
@media (width < 768px) {
  .inner {
    max-width: 100%;
    padding-inline: 20px;
  }
}

#results2025 .footer .inner {
  width: unset;
  max-width: 1040px;
  padding: 60px 20px;
}
@media (width < 980px) {
  #results2025 .footer .inner {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 1em;
  }
}
@media (width < 768px) {
  #results2025 .footer .inner {
    padding: 0;
  }
}
@media (width < 980px) {
  #results2025 .footer .ft-adress {
    margin: auto;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes upDown {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(-4px);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: scale(0.8) translate(-50px, 50px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(150%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-150%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOutZoom {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@keyframes pukaPuka {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes fuwaFuwa {
  0% {
    transform: translate(0, 0) rotate(-4deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(4deg);
  }
}
@keyframes bounceIn {
  0% {
    transform: translateY(-100%);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-28px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    visibility: visible;
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}
@keyframes bounceLeft {
  0% {
    visibility: visible;
    transform: translateX(-100%);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-68px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-28px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateX(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
}
@keyframes boyoyon {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes buruburu {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-1px, 1px);
  }
  40% {
    transform: translate(-1px, -1px);
  }
  60% {
    transform: translate(1px, 1px);
  }
  80% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes arrow {
  0% {
    right: 0;
  }
  100% {
    right: -4px;
  }
}
@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  25%, 75%, 100% {
    opacity: 0;
  }
}
@keyframes slideClip {
  0% {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes slideClipTop {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes flash {
  0%, 25%, 35%, 45%, 50%, 80%, 100% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
}
.js-anime-slideClip {
  clip-path: inset(0 100% 0 0);
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.js-anime-slideClip.js-anime-on {
  animation-name: slideClip;
}

.js-anime-fadeIn {
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.js-anime-fadeIn.js-anime-on {
  animation-name: fadeIn;
}

.js-anime-fadeUp {
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.js-anime-fadeUp.js-anime-on {
  animation-name: fadeUp;
}

.js-anime-fadeInRight {
  opacity: 0;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: forwards;
}

.js-anime-fadeInRight.js-anime-on {
  animation-name: fadeInRight;
}

.js-anime-fadeInLeft {
  opacity: 0;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: forwards;
}

.js-anime-fadeInLeft.js-anime-on {
  animation-name: fadeInLeft;
}

.js-anime-fadeInZoom {
  opacity: 0;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: forwards;
}

.js-anime-fadeInZoom.js-anime-on {
  animation-name: fadeInZoom;
}

.js-anime-fadeOutZoom {
  opacity: 0;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: forwards;
}

.js-anime-fadeOutZoom.js-anime-on {
  animation-name: fadeOutZoom;
}

.js-anime-marker {
  display: inline;
  background: linear-gradient(to top, transparent 55%, var(--yellow) 70%) no-repeat;
  background-position: 0 1em;
  transition: background-size 1.5s 0.5s ease;
}

.js-anime-marker.js-anime-on {
  background-size: 100% 100%;
}

.upDown {
  animation: upDown 1s infinite steps(2, end) 0s alternate;
}

.pukaPuka {
  animation: pukaPuka 4s ease infinite;
}

.fuwaFuwa {
  animation: fuwaFuwa 4s ease infinite;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
@media (width < 768px) {
  .heading-area {
    height: auto;
  }
}
.heading-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumb {
  margin-bottom: 0;
}

.about {
  background: url("../images/2025results/about_bg01.png") no-repeat left 100px top, url("../images/2025results/about_bg02.png") no-repeat right 100px top, #FFFCE2;
  padding-block: 60px;
  margin: auto;
}
@media (width < 768px) {
  .about {
    background-position: left 1em top, right 1em top;
    background-size: 22%;
  }
}
.about__lead {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 1.5em;
}
@media (width < 768px) {
  .about__lead {
    font-size: 0.3276801678rem;
  }
}
@media (width < 768px) {
  .about__lead {
    width: calc(100% - 2em);
    margin: 0 auto 1.5em;
  }
}
.about__ttl {
  margin-bottom: 40px;
}

.award {
  position: relative;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 5px, rgb(255, 252, 238) 5px, rgb(255, 252, 238) 10px);
}
.award::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27px;
  background: url("../images/2025results/acc_border.svg") repeat-x left top;
  background-size: contain;
}
.award .inner {
  max-width: 1220px;
  background: #fff;
  padding: min(80px, 14dvw) min(85px, 5dvw) min(60px, 12dvw);
}
@media (width < 768px) {
  .award .inner {
    max-width: calc(100% - 2.5em);
    padding: 3.5em 1em 2em;
  }
}
.award .award__nav {
  margin-bottom: 60px;
}
.award .award__nav ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1em;
}
@media (width < 1150px) {
  .award .award__nav ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 768px) {
  .award .award__nav ul {
    grid-template-columns: auto;
  }
}
.award .award__link {
  font-size: 2.4rem;
  position: relative;
  display: block;
  text-align: center;
  background: #F6F6F6;
  border-bottom: 5px solid;
  padding: 0.9em 1.6em 0.6em 0.6em;
  transition: background-color 0.3s ease;
}
@media (width < 768px) {
  .award .award__link {
    font-size: 0.3481601783rem;
  }
}
@media (width < 768px) {
  .award .award__link {
    border-width: 3px;
    padding: 0.5em 1.6em 0.3em 0.5em;
  }
}
@media (any-hover: hover) {
  .award .award__link:hover {
    background-color: #FFFCE2;
    opacity: 1;
  }
}
@media (hover: none) {
  .award .award__link:active {
    background-color: #FFFCE2;
    opacity: 1;
  }
}
.award .award__link::before {
  content: "";
  display: inline-block;
  width: 1.87em;
  height: auto;
  aspect-ratio: 17/22;
  background: no-repeat center/contain;
  vertical-align: middle;
  margin-right: 0.4em;
}
@media (width < 768px) {
  .award .award__link::before {
    width: 1.2em;
    vertical-align: -0.4em;
  }
}
.award .award__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8em;
  translate: 0 -50%;
  width: 0.7em;
  height: auto;
  aspect-ratio: 1;
  -webkit-mask: url("../images/2025results/ico_arrow.svg") no-repeat center/contain;
          mask: url("../images/2025results/ico_arrow.svg") no-repeat center/contain;
  rotate: 90deg;
  transition: top 0.3s ease;
}
@media (any-hover: hover) {
  .award .award__link:hover::after {
    top: 53%;
  }
}
@media (hover: none) {
  .award .award__link:active::after {
    top: 53%;
  }
}
.award .award__link._n01 {
  border-color: #E9573B;
}
.award .award__link._n01::before {
  background-image: url("../images/2025results/ico_award01.png");
}
.award .award__link._n01::after {
  background-color: #E9573B;
}
.award .award__link._n02 {
  border-color: #F79938;
}
.award .award__link._n02::before {
  background-image: url("../images/2025results/ico_award02.png");
}
.award .award__link._n02::after {
  background-color: #F79938;
}
.award .award__link._n03 {
  border-color: #FF8E8E;
}
.award .award__link._n03::before {
  background-image: url("../images/2025results/ico_award03.png");
}
.award .award__link._n03::after {
  background-color: #FF8E8E;
}
.award .award__link._n04 {
  border-color: #6FBA41;
}
.award .award__link._n04::before {
  background-image: url("../images/2025results/ico_award04.png");
}
.award .award__link._n04::after {
  background-color: #6FBA41;
}
.award__recipe-box {
  display: grid;
  grid-template-columns: 1fr 1.28fr;
  grid-template-rows: repeat(6, auto);
  padding-top: min(60px, 10dvw);
}
@media (width < 980px) {
  .award__recipe-box {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 1em 2em;
  }
}
.award__recipe-box._reverse {
  grid-template-columns: 1.28fr 1fr;
}
@media (width < 980px) {
  .award__recipe-box._reverse {
    grid-template-columns: repeat(2, 1fr);
  }
}
.award__ttl-area {
  grid-area: 1/1/3/1;
  margin-bottom: 1.5em;
}
@media (width < 980px) {
  .award__ttl-area {
    grid-area: 1/1/1/3;
    margin-bottom: auto;
  }
}
._reverse .award__ttl-area {
  grid-area: 1/2/2/2;
}
@media (width < 980px) {
  ._reverse .award__ttl-area {
    grid-area: 1/1/1/3;
  }
}
.award__recipe-fig-area {
  grid-area: 1/2/3/2;
  margin-bottom: 3em;
}
@media (width < 980px) {
  .award__recipe-fig-area {
    grid-area: 2/1/2/3;
    margin-bottom: 1em;
  }
}
.award__recipe-fig-area figure {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  margin: auto;
}
@media (width < 980px) {
  .award__recipe-fig-area figure {
    width: min(590px, 100%);
  }
}
.award__recipe-fig-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
._reverse .award__recipe-fig-area {
  grid-area: 1/1/3/1;
}
@media (width < 980px) {
  ._reverse .award__recipe-fig-area {
    grid-area: 2/1/2/3;
  }
}
.award__point-area {
  grid-area: 3/1/5/1;
  position: relative;
  width: calc(100% - 2.6dvw);
  border: 1px solid;
  border-radius: 10px;
  padding: 1.3em 1em 1em;
  margin-bottom: 2.5em;
}
@media (width < 980px) {
  .award__point-area {
    grid-area: 3/1/3/3;
    width: 100%;
  }
}
._reverse .award__point-area {
  grid-area: 2/2/4/2;
  margin-left: auto;
}
@media (width < 980px) {
  ._reverse .award__point-area {
    grid-area: 3/1/3/3;
  }
}
.award__point-area-ttl {
  position: absolute;
  top: -0.8em;
  left: 0.5em;
  width: min(90px, 24%);
  background: #fff;
  height: 1em;
  padding-inline: 8px;
}
.award__point-area-ttl svg {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}
.award__team-fig-area {
  grid-area: 5/1/6/1;
  position: relative;
  width: calc(100% - 2.6dvw);
}
@media (width < 980px) {
  .award__team-fig-area {
    grid-area: 4/1/4/2;
    width: 100%;
    margin-bottom: 3em;
  }
}
@media (width < 768px) {
  .award__team-fig-area {
    grid-area: 4/1/4/3;
    margin-bottom: 1em;
  }
}
._reverse .award__team-fig-area {
  grid-area: 4/2/6/2;
  margin-left: auto;
}
@media (width < 980px) {
  ._reverse .award__team-fig-area {
    grid-area: 4/1/4/2;
    width: 100%;
    margin-left: 0;
  }
}
@media (width < 768px) {
  ._reverse .award__team-fig-area {
    grid-area: 4/1/4/3;
  }
}
.award__team-fig-area-ttl {
  position: absolute;
  top: -1.5em;
  left: -0.5em;
  width: 66%;
  z-index: 10;
}
.award__team-fig-area-ttl::before {
  content: "";
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  width: 30%;
  height: auto;
  aspect-ratio: 11/9;
  background: url("../images/2025results/ico_line.svg") no-repeat center/contain;
}
.award__team-fig-area-ttl img {
  width: 100%;
}
.award__team-fig {
  position: relative;
  border: 6px solid #fff;
}
.award__team-fig::before {
  border-left: 3px solid #E9573B;
  border-bottom: 3px solid #E9573B;
  bottom: -10px;
  left: -10px;
}
.award__team-fig::after {
  border-right: 3px solid #E9573B;
  border-top: 3px solid #E9573B;
  top: -10px;
  right: -10px;
}
.award__team-fig::before, .award__team-fig::after {
  position: absolute;
  width: 35%;
  height: 70%;
  content: "";
}
@media (width < 768px) {
  .award__team-fig::before, .award__team-fig::after {
    border-width: 2px;
  }
}
.award__team-ttl {
  font-size: 1.8rem;
  font-size: clamp(1rem, 0.5rem + 1.04vw, 1.75rem);
  text-align: center;
  line-height: 1.4;
  padding-top: 1em;
}
@media (width < 768px) {
  .award__team-ttl {
    font-size: 0.2662401363rem;
  }
}
.award__video-area {
  grid-area: 3/2/6/2;
}
@media (width < 980px) {
  .award__video-area {
    grid-area: 4/2/4/3;
  }
}
@media (width < 768px) {
  .award__video-area {
    grid-area: 5/1/5/3;
  }
}
._reverse .award__video-area {
  grid-area: 3/1/6/1;
}
@media (width < 980px) {
  ._reverse .award__video-area {
    grid-area: 4/2/4/3;
  }
}
@media (width < 768px) {
  ._reverse .award__video-area {
    grid-area: 5/1/5/3;
  }
}
._n04 .award__video-area {
  margin-top: -1em;
}
@media (width < 768px) {
  ._n04 .award__video-area {
    margin-top: 0;
  }
}
.award__video-box {
  position: relative;
  text-align: center;
  border: 1px solid;
  border-radius: 10px;
  padding: 2.5em 2em 1.5em;
}
@media (width < 980px) {
  .award__video-box {
    padding: 2em 1em 1em;
  }
}
@media (width < 768px) {
  .award__video-box {
    border-radius: 5px;
  }
}
.award__video-area-ttl {
  font-size: 2.4rem;
  position: absolute;
  top: -1em;
  left: 1em;
  letter-spacing: 0;
  background: #fff;
  padding-inline: 0.5em;
}
@media (width < 768px) {
  .award__video-area-ttl {
    font-size: 0.4096002097rem;
  }
}
.award__video-area-ttl::before {
  content: "";
  display: inline-block;
  width: min(60px, 6dvw);
  height: auto;
  aspect-ratio: 61/30;
  -webkit-mask: url("../images/2025results/ico_video.svg") no-repeat center/contain;
          mask: url("../images/2025results/ico_video.svg") no-repeat center/contain;
  background: #E9573B;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media (width < 768px) {
  .award__video-area-ttl::before {
    width: min(60px, 9dvw);
  }
}
.award__video-thumb {
  margin-bottom: 1em;
}
.award__video-thumb iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.award__video-ttl {
  font-size: 1.8rem;
  font-size: clamp(1rem, 0.5rem + 1.04vw, 1.75rem);
  font-weight: 400;
  line-height: 1.3;
}
@media (width < 768px) {
  .award__video-ttl {
    font-size: 0.2662401363rem;
  }
}
.award__ttl {
  font-size: 4.6rem;
  font-size: clamp(2.313rem, 0.854rem + 3.04vw, 4.5rem);
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #E9573B;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0.7em 0.5em 0.65em 0.5em;
  margin-bottom: min(30px, 6dvw);
}
.award__ttl {
  --dot-size: 3px;
  --gap-size: 10px;
  background-image: radial-gradient(circle, #fff calc(var(--dot-size) / 2), transparent calc(var(--dot-size) / 2));
  background-size: calc(var(--dot-size) + var(--gap-size)) var(--dot-size);
  background-position: bottom 10px left;
  background-repeat: repeat-x;
}
@media (width < 768px) {
  .award__ttl {
    --dot-size: 2px;
    --gap-size: 6px;
    background-position: bottom 5px left;
  }
}
@media (width < 768px) {
  .award__ttl {
    font-size: 0.4505602307rem;
  }
}
@media (width < 768px) {
  .award__ttl {
    gap: 0.5em;
    padding: 0.5em 0.6em;
  }
}
.award__ttl img {
  width: min(88px, 7vw);
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width < 768px) {
  .award__ttl img {
    width: min(58px, 12%);
  }
}
.award__tag {
  display: inline-block;
  font-size: 1.8rem;
  font-size: clamp(1rem, 0.5rem + 1.04vw, 1.75rem);
  color: #fff;
  letter-spacing: 0.1em;
  background: #E9573B;
  border-radius: 50vw;
  padding: 0.1em 1.5em;
  margin-bottom: 0.5em;
}
@media (width < 768px) {
  .award__tag {
    font-size: 0.2252801153rem;
  }
}
.award__recipe-ttl-wrap {
  width: calc(100% - 2.6dvw);
}
@media (width < 980px) {
  .award__recipe-ttl-wrap {
    width: auto;
  }
}
._reverse .award__recipe-ttl-wrap {
  margin-left: auto;
}
@media (width < 980px) {
  ._reverse .award__recipe-ttl-wrap {
    margin-left: 0;
  }
}
.award__recipe-ttl {
  font-size: 2.8rem;
  font-size: clamp(1.5rem, 0.667rem + 1.74vw, 2.75rem);
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: keep-all;
  border-bottom: 2px solid #E9573B;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media (width < 768px) {
  .award__recipe-ttl {
    font-size: 0.3686401887rem;
  }
}
@media (width < 980px) {
  .award__team-wrap {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 1em;
  }
}
.award__school {
  font-size: 1.8rem;
  font-size: clamp(1.313rem, 1.021rem + 0.61vw, 1.75rem);
  font-weight: bold;
}
@media (width < 768px) {
  .award__school {
    font-size: 0.2457601258rem;
  }
}
.award__team-con {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
.award__team-acc {
  width: min(182px, 10dvw);
  animation: fuwaFuwa 2.5s ease-in-out infinite alternate forwards;
}
@media (width < 980px) {
  .award__team-acc {
    width: min(182px, 13dvw);
  }
}
@media (width < 768px) {
  .award__team-acc {
    width: min(155px, 20dvw);
  }
}
.award__team {
  font-size: 2.4rem;
  font-size: clamp(1.375rem, 0.708rem + 1.39vw, 2.375rem);
}
@media (width < 768px) {
  .award__team {
    font-size: 0.3072001573rem;
  }
}
.award__team::before {
  content: "・";
  display: inline-block;
  color: #E9573B;
  margin-right: 0.5em;
}
.award__team ruby > * {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 0.3em;
}
@media (width < 768px) {
  .award__team ruby > * {
    font-size: 0.2048001049rem;
  }
}
.award ._gold {
  padding-bottom: min(60px, 10dvw);
}
.award ._gold {
  --dot-size: 3px;
  --gap-size: 10px;
  background-image: radial-gradient(circle, #181800 calc(var(--dot-size) / 2), transparent calc(var(--dot-size) / 2));
  background-size: calc(var(--dot-size) + var(--gap-size)) var(--dot-size);
  background-position: bottom left;
  background-repeat: repeat-x;
}
@media (width < 768px) {
  .award ._gold {
    --dot-size: 2px;
    --gap-size: 6px;
  }
}
.award ._gold .award__ttl::before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.3em;
  top: 0;
  left: 0;
  background: url("../images/2025results/ico_award_line.svg") no-repeat center/contain;
  filter: brightness(0) invert(1);
  animation: flash 2.5s ease-in-out infinite;
}
.award ._gold .award__point-area-ttl svg {
  fill: #E9573B;
}
.award ._gold .award__point-area {
  margin-bottom: 3.5em;
}
@media (width < 768px) {
  .award ._gold .award__point-area {
    margin-bottom: 2em;
  }
}
.award ._silver {
  padding-bottom: min(60px, 10dvw);
}
.award ._silver {
  --dot-size: 3px;
  --gap-size: 10px;
  background-image: radial-gradient(circle, #181800 calc(var(--dot-size) / 2), transparent calc(var(--dot-size) / 2));
  background-size: calc(var(--dot-size) + var(--gap-size)) var(--dot-size);
  background-position: bottom left;
  background-repeat: repeat-x;
}
@media (width < 768px) {
  .award ._silver {
    --dot-size: 2px;
    --gap-size: 6px;
  }
}
.award ._silver .award__ttl {
  background-color: #F79938;
}
.award ._silver .award__tag {
  background-color: #F79938;
}
.award ._silver .award__recipe-ttl {
  border-bottom-color: #F79938;
}
.award ._silver .award__point-area::after {
  content: "";
  position: absolute;
  bottom: -2em;
  right: 1em;
  width: min(116px, 12dvw);
  height: auto;
  aspect-ratio: 116/77;
  background: url("../images/2025results/recipe_acc02.svg") no-repeat center/contain;
  animation: fuwaFuwa 2.5s ease-in-out infinite alternate forwards;
}
@media (width < 768px) {
  .award ._silver .award__point-area::after {
    width: min(116px, 25%);
    bottom: -2.5em;
  }
}
.award ._silver .award__point-area-ttl svg {
  fill: #F79938;
}
.award ._silver .award__video-area-ttl::before {
  background: #F79938;
}
.award ._silver .award__team-fig::before {
  border-color: #F79938;
}
.award ._silver .award__team-fig::after {
  border-color: #F79938;
}
.award ._bronze .award__ttl {
  background-color: #FF8E8E;
}
.award ._bronze .award__tag {
  background-color: #FF8E8E;
}
.award ._bronze .award__recipe-ttl {
  border-bottom-color: #FF8E8E;
}
.award ._bronze .award__point-area-ttl svg {
  fill: #FF8E8E;
}
.award ._bronze .award__video-area-ttl::before {
  background: #FF8E8E;
}
.award ._bronze .award__team-fig::before {
  border-color: #FF8E8E;
}
.award ._bronze .award__team-fig::after {
  border-color: #FF8E8E;
}
.award ._bronze._n05 {
  padding-bottom: min(60px, 10dvw);
}
.award ._bronze._n05 {
  --dot-size: 3px;
  --gap-size: 10px;
  background-image: radial-gradient(circle, #181800 calc(var(--dot-size) / 2), transparent calc(var(--dot-size) / 2));
  background-size: calc(var(--dot-size) + var(--gap-size)) var(--dot-size);
  background-position: bottom left;
  background-repeat: repeat-x;
}
@media (width < 768px) {
  .award ._bronze._n05 {
    --dot-size: 2px;
    --gap-size: 6px;
  }
}
.award__idea-box {
  padding-top: min(60px, 10dvw);
}
.award__idea-box .award__ttl {
  font-size: 4rem;
  font-size: clamp(2.375rem, 1.292rem + 2.26vw, 4rem);
  background-color: #6FBA41;
  padding: 0.4em 0.5em 0.6em 0.5em;
}
@media (width < 768px) {
  .award__idea-box .award__ttl {
    font-size: 0.4096002097rem;
  }
}
.award__idea-box .award__ttl img {
  width: min(70px, 8dvw);
}
.award__idea-box .award__tag {
  background-color: #6FBA41;
}
.award__idea-box .award__recipe-ttl {
  border-bottom-color: #6FBA41;
  margin-bottom: 0.5em;
}
.award__idea-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em 2em;
  margin-bottom: min(55px, 10dvw);
}
@media (width < 980px) {
  .award__idea-lists {
    gap: 1.5em;
  }
}
@media (width < 768px) {
  .award__idea-lists {
    grid-template-columns: auto;
  }
}
.award__idea-lists li {
  border: 1px solid;
  border-radius: 10px;
  padding: 1.5em;
}
@media (width < 980px) {
  .award__idea-lists li {
    padding: 1.2em;
  }
}
@media (width < 768px) {
  .award__idea-lists li {
    border-radius: 5px;
    padding: 1.2em;
  }
}
.award__idea-img-area {
  margin-bottom: 1.3em;
}
.award__idea-team-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1em;
}
.award__idea-sub-ttl {
  font-size: 2.8rem;
  color: #E9573B;
  overflow-wrap: anywhere;
  word-break: keep-all;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 1em;
}
.award__idea-sub-ttl {
  --dot-size: 3px;
  --gap-size: 10px;
  background-image: radial-gradient(circle, #181800 calc(var(--dot-size) / 2), transparent calc(var(--dot-size) / 2));
  background-size: calc(var(--dot-size) + var(--gap-size)) var(--dot-size);
  background-position: bottom left;
  background-repeat: repeat-x;
}
@media (width < 768px) {
  .award__idea-sub-ttl {
    --dot-size: 2px;
    --gap-size: 6px;
  }
}
@media (width < 768px) {
  .award__idea-sub-ttl {
    font-size: 0.3686401887rem;
  }
}

.information {
  position: relative;
  padding-block: min(90px, 13dvw);
  background: #FFFCE2;
}
.information::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27px;
  background: url("../images/2025results/acc_border.svg") repeat-x left top/contain;
}
.information__ceremony-ttl {
  font-size: 4rem;
  font-size: clamp(2.375rem, 1.292rem + 2.26vw, 4rem);
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1em;
  background: #FFD739;
  padding: 0.5em;
  margin-bottom: 1em;
}
.information__ceremony-ttl {
  --dot-size: 3px;
  --gap-size: 10px;
  background-image: radial-gradient(circle, #fff calc(var(--dot-size) / 2), transparent calc(var(--dot-size) / 2));
  background-size: calc(var(--dot-size) + var(--gap-size)) var(--dot-size);
  background-position: bottom 10px left;
  background-repeat: repeat-x;
}
@media (width < 768px) {
  .information__ceremony-ttl {
    --dot-size: 2px;
    --gap-size: 6px;
    background-position: bottom 5px left;
  }
}
@media (width < 768px) {
  .information__ceremony-ttl {
    font-size: 0.4505602307rem;
  }
}
.information__ceremony-acc-ttl {
  font-size: 3.6rem;
  position: relative;
  font-size: clamp(2.375rem, 1.542rem + 1.74vw, 3.625rem);
  color: #E9573B;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media (width < 768px) {
  .information__ceremony-acc-ttl {
    font-size: 0.4096002097rem;
  }
}
.information__ceremony-acc-ttl::before {
  content: "";
  display: block;
  width: min(204px, 12.6dvw);
  height: auto;
  aspect-ratio: 204/61;
  background: url("../images/2025results/info_acc01.svg") no-repeat center/contain;
  margin: 0 auto 0.5em;
  animation: flash 2.5s ease-in-out 6s infinite;
}
@media (width < 768px) {
  .information__ceremony-acc-ttl::before {
    width: 20%;
    margin: 0 auto 0.2em;
  }
}
.information__ceremony-fig-wrap {
  position: relative;
  max-width: 800px;
  margin: auto;
}
.information__ceremony-fig-wrap::after {
  content: "";
  position: absolute;
  left: -2em;
  bottom: 94%;
  width: min(133px, 13dvw);
  height: auto;
  aspect-ratio: 143/94;
  background: url("../images/2025results/info_acc02.svg") no-repeat center/contain;
}
@media (width < 768px) {
  .information__ceremony-fig-wrap::after {
    left: -1em;
    bottom: calc(100% - 2.5em);
    width: 20%;
  }
}
.information__ceremony-fig-wrap figure {
  position: relative;
  width: min(750px, 100%);
  border: 1em solid #FFFCE2;
  margin: 0 auto 1.2em;
}
.information__ceremony-fig-wrap figure::before {
  border-left: 4px solid #FFD739;
  border-bottom: 4px solid #FFD739;
  bottom: -1em;
  left: -1em;
}
.information__ceremony-fig-wrap figure::after {
  border-right: 4px solid #FFD739;
  border-top: 4px solid #FFD739;
  top: -1em;
  right: -1em;
}
.information__ceremony-fig-wrap figure::before, .information__ceremony-fig-wrap figure::after {
  position: absolute;
  width: 30%;
  height: 60%;
  content: "";
}
@media (width < 768px) {
  .information__ceremony-fig-wrap figure::before, .information__ceremony-fig-wrap figure::after {
    border-width: 3px;
  }
}
.information__ceremony-fig-ttl {
  font-size: 2.4rem;
  position: relative;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 0.917rem + 1.22vw, 2.375rem);
  line-height: 1.3;
  padding-inline: 5em;
}
@media (width < 768px) {
  .information__ceremony-fig-ttl {
    font-size: 0.3072001573rem;
  }
}
@media (width < 768px) {
  .information__ceremony-fig-ttl {
    flex-direction: column;
    gap: 0.5em;
    padding: 0;
  }
}
.information__ceremony-fig-ttl span {
  font-size: 1.8rem;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: clamp(1rem, 0.5rem + 1.04vw, 1.75rem);
  font-weight: 400;
}
@media (width < 768px) {
  .information__ceremony-fig-ttl span {
    font-size: 0.2252801153rem;
  }
}
@media (width < 768px) {
  .information__ceremony-fig-ttl span {
    position: static;
    margin-left: auto;
  }
}
.information__cmn-ttl {
  font-size: 2.6rem;
  position: relative;
  text-align: center;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: keep-all;
  background: #FFD739;
  padding: 0.5em;
  margin-bottom: 1.2em;
}
@media (width < 768px) {
  .information__cmn-ttl {
    font-size: 0.4096002097rem;
  }
}
.information__summary {
  padding-block: min(90px, 25dvw) min(80px, 13dvw);
}
@media (width < 768px) {
  .information__summary {
    margin-bottom: 50dvw;
  }
}
.information__summary .information__cmn-ttl {
  padding: 0.5em 8em;
}
@media (width < 768px) {
  .information__summary .information__cmn-ttl {
    padding: 1.5em 0.5em 0.5em;
  }
}
.information__summary .information__cmn-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5em;
  translate: 0 -50%;
  width: min(88px, 6dvw);
  height: auto;
  aspect-ratio: 11/14;
  background: url("../images/2025results/summary_ttl.svg") no-repeat center/contain;
}
@media (width < 768px) {
  .information__summary .information__cmn-ttl::before {
    top: unset;
    bottom: calc(100% - 1em);
    left: 50%;
    translate: -50%;
    width: min(65px, 14%);
  }
}
.information__summary-dl-wrap {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 2em;
}
@media (width < 768px) {
  .information__summary-dl-wrap {
    border-radius: 10px;
    padding: 1.5em 1.2em;
  }
}
.information__summary-dl-wrap:before {
  content: "";
  position: absolute;
  right: 2em;
  top: 2em;
  width: min(270px, 24dvw);
  height: auto;
  aspect-ratio: 135/133;
  background: url("../images/2025results/summary_ph001.png") no-repeat center/contain;
  animation: pukaPuka 3.5s ease-in-out infinite alternate forwards;
}
@media (width < 768px) {
  .information__summary-dl-wrap:before {
    top: calc(100% + 1em);
    left: 50%;
    translate: -50%;
    width: 50%;
  }
}
.information__summary-dl-wrap dl {
  display: flex;
  gap: 1em;
}
@media (width < 768px) {
  .information__summary-dl-wrap dl {
    flex-direction: column;
  }
}
.information__summary-dl-wrap dl:has(+ dl) {
  margin-bottom: 1.5em;
}
.information__summary-dl-wrap dl:nth-child(-n+4) {
  width: 65%;
}
@media (width < 768px) {
  .information__summary-dl-wrap dl:nth-child(-n+4) {
    width: 100%;
  }
}
.information__summary-dl-wrap dt {
  font-size: 2rem;
  white-space: nowrap;
  min-width: 7.5em;
  font-weight: bold;
  border-right: 2px solid #E9573B;
}
@media (width < 768px) {
  .information__summary-dl-wrap dt {
    font-size: 0.3276801678rem;
  }
}
@media (width < 768px) {
  .information__summary-dl-wrap dt {
    min-width: auto;
    border-bottom: 1px solid #E9573B;
    border-right: none;
    padding-bottom: 0.3em;
  }
}
.information__summary-dl-wrap dt::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #E9573B;
  border-radius: 50vw;
  vertical-align: -2px;
  margin-right: 0.3em;
}
.information__summary-dl-wrap dd {
  font-size: 1.8rem;
}
@media (width < 768px) {
  .information__summary-dl-wrap dd {
    font-size: 0.3072001573rem;
  }
}
.information__judge-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
@media (width < 980px) {
  .information__judge-box {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.information__judge-img-area {
  flex: 1;
  width: max(350px, 100%);
  text-align: center;
}
@media (width < 768px) {
  .information__judge-img-area {
    width: 100%;
  }
}
.information__judge-txt-area {
  flex: 1.9;
  min-width: 450px;
}
@media (width < 768px) {
  .information__judge-txt-area {
    flex: auto;
    min-width: unset;
  }
}
.information__judge-txt-area .notes {
  font-size: 1.8rem;
}
@media (width < 768px) {
  .information__judge-txt-area .notes {
    font-size: 0.2662401363rem;
  }
}
.information__judge-lists {
  margin-bottom: 1em;
}
.information__judge-lists li {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #D8D8D8;
  line-height: 2;
  text-indent: -1em;
  padding: 1em 1em 0.2em 1em;
}
@media (width < 768px) {
  .information__judge-lists li {
    font-size: 0.3276801678rem;
  }
}
.information__judge-lists li::before {
  content: "・";
  color: #E9573B;
  margin-right: 0.5em;
}
.information__judge-lists ruby > * {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 0.2em;
}
@media (width < 768px) {
  .information__judge-lists ruby > * {
    font-size: 0.1843200944rem;
  }
}
@media (width < 768px) {
  .information__judge-lists ruby > * {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=style-2025results.css.map */