@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Zen+Antique&family=Zen+Old+Mincho&display=swap");
/*
.zen-antique-regular {
  font-family: "Zen Antique", serif;}

.roboto-condensed-<uniquifier> {
  font-family: "Roboto Condensed", sans-serif;}

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;}

  .zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;}
*/
* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Old Mincho", serif, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 3.6vw;
}

/* -------------------------------------- */
/* モバイル（デフォルト）用のスタイル */
/* -------------------------------------- */
.pc-only {
  display: none;
}

.title-section {
  text-align: left;
  padding: 0 0 5vw;
  background-color: #faf9f5;
}
.title-section header h1 {
  padding: 5vw;
  color: #444;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-size: 10vw;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.title-section .sponsor-section {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 4vw 0;
  background-color: #fff;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  z-index: 100;
}
.title-section .sponsor-section img {
  height: 40px;
}
.title-section .sponsor-section p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0 1em;
}
.title-section .sponsor-section span {
  font-size: 1em;
  padding: 0 1em;
  display: inline-block;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #444;
  transition: all 0.3s ease-in-out;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -400px;
  width: 400px;
  height: 100vh;
  background-color: #f8f4e2;
  transition: left 0.3s ease-in-out;
  z-index: 1000;
  box-sizing: border-box;
}
.sidebar nav ul {
  list-style-type: none;
  padding: 6em 2em 0;
  margin: 0;
}
.sidebar nav li {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
}
.sidebar nav li a {
  font-size: 1.4em;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #444;
}
.sidebar nav li a:hover {
  color: #0f9db6;
}

main.main-content {
  margin-left: 0;
}
main.main-content section {
  background-color: #faf9f5;
  border-bottom: 1px solid #ccc;
}
main.main-content section .content {
  width: 84vw;
  margin: 0 auto;
  padding: 2em 0;
}
main.main-content section .content h2 {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-size: 1.5em;
  text-align: center;
  color: #444;
  position: relative;
  padding-bottom: 0.25em;
  margin: 0 auto 1em;
  width: -moz-fit-content;
  width: fit-content;
}
main.main-content section .content h2::after {
  content: "";
  height: 1px;
  width: calc(100% + 2em);
  max-width: 84vw;
  background-color: #444;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
main.main-content section .content h2 span {
  display: inline-block;
}

section.main-image-section .main-image {
  background-color: #0f9db6;
  padding: 10px;
}
section.main-image-section div.entry-period {
  display: flex;
  width: calc(100% - 4vw);
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 1em 2vw 1em;
  background-color: #fff;
}
section.main-image-section div.entry-period .first {
  display: flex;
  width: 22%;
  align-items: center;
}
section.main-image-section div.entry-period .first h4 {
  font-size: 1em;
  border: 1px solid #444;
  padding: 0.5em 0.6em;
}
section.main-image-section div.entry-period .second {
  display: flex;
  width: 78%;
  justify-content: center;
}
section.main-image-section div.entry-period .second p {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  font-family: "Roboto Condensed", "noto sans jp", sans-serif;
  font-weight: bold;
}
section.main-image-section div.entry-period .second p b {
  font-size: 1.4em;
  font-weight: 500;
}
section.main-image-section div.entry-period .second p em {
  font-size: 0.8em;
  color: #794195;
  font-style: normal;
}
section.main-image-section div.entry-period .second p span {
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 2em;
}
section.main-image-section div.entry-period .second p span::after {
  content: "水";
  display: inline-block;
  position: absolute;
  top: -1.7em;
  left: 0.3em;
  background-color: #444;
  color: #fff;
  border-radius: 50%;
  font-size: 0.7em;
  padding: 0.2em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
}
section.main-image-section div.entry-period .second p span.mon::after {
  content: "月";
}
section.main-image-section div.entry-period .third {
  display: flex;
  width: 100%;
  padding-top: 1em;
}
section.main-image-section div.entry-period .third a {
  border-radius: 3em;
  font-size: 0.9em;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: #794195;
  color: #fff;
  width: 10em;
  height: 2em;
  align-items: center;
  justify-content: center;
}

#latest-news ul {
  list-style: none;
  padding: 1em 0 0;
  margin: 0;
}
#latest-news ul li {
  gap: 5px;
  margin-bottom: 10px;
  padding: 0 0 1em 0.5em;
  border-bottom: 1px solid #ccc;
}
#latest-news ul li time {
  flex-basis: auto; /* 日付の横幅 */
  font-weight: bold;
  margin-right: 10px;
  margin-left: -0.5em;
  padding-bottom: 0.5em;
}
#latest-news ul li:last-child {
  border: none;
}

#purpose {
  position: relative;
  padding: 1em 0;
  border: 1px solid #ccc; /* 既存のボーダー */
  outline: 10px solid #f3eb33;
  outline-offset: -10px;
}
#purpose .content {
  width: 82vw;
}
#purpose h2 {
  margin-bottom: 2em;
}
#purpose h3 {
  writing-mode: vertical-rl;
  margin: 0;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  position: absolute;
  font-size: 9.5vw;
  line-height: 1;
}
#purpose h3 span {
  padding-top: 0.5em;
  padding-right: 0.3em;
  display: inline-block;
}
#purpose .text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  padding-left: 30vw;
  padding-top: 5vw;
  text-align: justify;
  line-height: 1.8;
}
#purpose .text p {
  padding-bottom: 1em;
}

#about-award ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
#about-award ul li {
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 1em;
  background-color: #fff;
  position: relative;
}
#about-award ul li::after {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #ccc;
  position: absolute;
  top: 2px;
  left: 2px;
}
#about-award ul li span {
  background-color: #0f9db6;
  display: flex;
  color: #fff;
  font-size: 1.2em;
  padding: 0.4em;
}
#about-award ul li span i {
  display: block;
  font-style: normal;
  font-size: 0.9em;
}
#about-award ul li span b {
  font-size: 1.2em;
}
#about-award ul li strong {
  font-size: 1.4em;
  display: flex;
  padding: 0.4em;
}
#about-award ul li p {
  padding: 0 0.5rem 0.5rem;
  margin: 0;
  font-size: 0.9em;
  text-align: left;
}
#about-award p {
  font-size: 1.2em;
  text-align: center;
}

#prizes .content_inner,
#application-guide .content_inner,
#final-screening .content_inner {
  background-color: #fff;
  position: relative;
  display: block;
  z-index: 1;
}
#prizes .content_inner::after,
#application-guide .content_inner::after,
#final-screening .content_inner::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 1px solid #ccc;
  z-index: -1;
}

#prizes .content_inner ul {
  list-style: none;
  padding: 0;
  width: 90%;
  margin: 0 auto;
}
#prizes .content_inner ul.awardslist li {
  padding: 2em 1em 1em;
  display: block;
}
#prizes .content_inner ul.awardslist li h3 {
  font-size: 1.6em;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 0.3em;
  position: relative;
  background-image: url("../images/top/img_3line.svg");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 30% 100%;
}
#prizes .content_inner ul.awardslist li h3 b {
  background-color: #fff;
  display: block;
  width: 6em;
  margin: 0 auto;
}
#prizes .content_inner ul.awardslist li h3.beisia_award {
  background-image: url("../images/top/img_2line.svg");
}
#prizes .content_inner ul.awardslist li h3.excellence_award {
  background-image: url("../images/top/img_line.svg");
}
#prizes .content_inner ul.awardslist li span {
  font-size: 0.8em;
  color: #fff;
  background-color: #794195;
  padding: 0.3em 1em;
  border-radius: 1em;
  margin: 0.5em auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
#prizes .content_inner ul.awardslist li p {
  text-align: center;
}
#prizes .content_inner .textile {
  text-align: center;
  padding-bottom: 5em;
}
#prizes .content_inner .textile span {
  display: block;
  font-size: 3vw;
  padding-bottom: 1em;
}
#prizes .content_inner .textile img {
  width: 50%;
}
#prizes .content_inner .last_year_awarded_works,
#prizes .content_inner .y2024_final_review {
  font-size: 3.2vw;
}
#prizes .content_inner .last_year_awarded_works h3,
#prizes .content_inner .y2024_final_review h3 {
  margin: 0 auto;
  font-size: 1em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#prizes .content_inner .last_year_awarded_works h3::after,
#prizes .content_inner .y2024_final_review h3::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.5em;
  transform: translateX(-50%);
  width: calc(100% + 6em);
  height: 1px;
  background-color: #444;
}
#prizes .content_inner .last_year_awarded_works ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  gap: 10px;
  padding-top: 2em;
}
#prizes .content_inner .last_year_awarded_works ul li {
  text-align: center;
}
#prizes .content_inner .last_year_awarded_works ul li h4 {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  line-height: 2;
}
#prizes .content_inner .last_year_awarded_works ul li p {
  font-size: 0.8em;
  padding: 0;
  margin: 0;
  line-height: 1.6;
}
#prizes .content_inner .last_year_awarded_works ul li div {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #faf9f5;
  border: 1px solid #999;
  margin: 0.5em 0;
}
#prizes .content_inner .last_year_awarded_works ul li div a {
  display: block;
  height: 100%;
  font-size: 0;
}
#prizes .content_inner .last_year_awarded_works ul li div a img {
  vertical-align: top;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#prizes .content_inner .y2024_final_review {
  padding: 4em 0 1em;
}
#prizes .content_inner .y2024_final_review div {
  display: grid;
  margin: 2em auto 1em;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  gap: 10px;
}
#prizes .content_inner .y2024_final_review div span {
  display: block;
}
#prizes .content_inner .y2024_final_review div span img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#application-guide ul.wrap,
#final-screening ul.wrap {
  width: 84%;
  margin: 0 auto;
  list-style: none;
  padding: 2em 0;
  font-size: 3.2vw;
}
#application-guide ul.wrap > li,
#final-screening ul.wrap > li {
  display: grid;
  grid-template-columns: 5em 1fr;
  padding-bottom: 2em;
  font-family: "Noto Sans JP", sans-serif;
}
#application-guide ul.wrap > li div,
#final-screening ul.wrap > li div {
  font-weight: 400;
}
#application-guide ul.wrap > li div.midashi,
#final-screening ul.wrap > li div.midashi {
  font-weight: bold;
}
#application-guide ul.wrap > li th,
#final-screening ul.wrap > li th {
  width: 6em;
  display: block;
}
#application-guide ul.wrap > li td,
#final-screening ul.wrap > li td {
  display: block;
}
#application-guide ul.wrap > li ul.note,
#final-screening ul.wrap > li ul.note {
  padding-inline-start: 1.5em;
  list-style-type: disc;
}
#application-guide ul.wrap > li ul.note li,
#final-screening ul.wrap > li ul.note li {
  padding-bottom: 0.6em;
  line-height: 1.6;
}
#application-guide ul.wrap > li h4,
#final-screening ul.wrap > li h4 {
  padding-bottom: 0.5em;
}
#application-guide ul.wrap > li p,
#final-screening ul.wrap > li p {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-weight: normal;
  padding-bottom: 1em;
}
#application-guide ul.wrap > li p strong,
#final-screening ul.wrap > li p strong {
  font-weight: normal;
  display: block;
  padding-top: 0.5em;
}
#application-guide ul.wrap > li details.entry-guidelines,
#final-screening ul.wrap > li details.entry-guidelines {
  margin-bottom: 1em;
}
#application-guide ul.wrap > li details.entry-guidelines > summary,
#final-screening ul.wrap > li details.entry-guidelines > summary {
  cursor: pointer;
  padding: 0.5em;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  list-style: none;
  position: relative;
}
#application-guide ul.wrap > li details.entry-guidelines > summary::-webkit-details-marker,
#final-screening ul.wrap > li details.entry-guidelines > summary::-webkit-details-marker {
  display: none;
}
#application-guide ul.wrap > li details.entry-guidelines > summary::after,
#final-screening ul.wrap > li details.entry-guidelines > summary::after {
  content: "+";
  position: absolute;
  right: 0.5em;
  transition: all 0.3s;
}
#application-guide ul.wrap > li details.entry-guidelines > div,
#final-screening ul.wrap > li details.entry-guidelines > div {
  overflow: hidden;
  padding-top: 0;
  max-height: 1px;
  transition: max-height 0.4s cubic-bezier(0.5, 0, 0.2, 1), padding-top 0.4s cubic-bezier(0.5, 0, 0.2, 1);
}
#application-guide ul.wrap > li details.entry-guidelines[open] > div,
#final-screening ul.wrap > li details.entry-guidelines[open] > div {
  padding-top: 1em;
  max-height: 500px;
}
#application-guide ul.wrap > li details.entry-guidelines[open] > summary::after,
#final-screening ul.wrap > li details.entry-guidelines[open] > summary::after {
  transform: rotate(43deg);
}
#application-guide ul.judge,
#final-screening ul.judge {
  list-style: none;
  padding: 0;
}
#application-guide ul.judge li,
#final-screening ul.judge li {
  padding: 0 0 0.5em;
}
#application-guide ul.judge li p,
#final-screening ul.judge li p {
  padding: 0;
}
#application-guide ul.judge li p strong,
#final-screening ul.judge li p strong {
  padding: 0;
  white-space: nowrap;
}

#contact {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#contact .inquiry-sections {
  position: relative;
  z-index: 1;
}
#contact .inquiry-sections .wrap {
  background-color: #faf9f5;
  padding: 2em;
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
#contact .inquiry-sections .wrap::after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 1px solid #444;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
}
#contact .inquiry-sections .wrap .messeArea h3 {
  font-size: 5vw;
}
#contact .inquiry-sections .wrap .messeArea .contact-details {
  padding: 2em 0;
}
#contact .inquiry-sections .wrap .messeArea .contact-details address {
  font-style: normal;
}
#contact .inquiry-sections .wrap .messeArea .contact-details .name {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
#contact .inquiry-sections .wrap .messeArea .contact-details .phone {
  color: #0f9db6;
  font-size: 7vw;
  font-weight: bold;
  line-height: 1.6;
}
#contact .inquiry-sections .wrap .messeArea .contact-details .phone span {
  font-size: 0.7em;
}
#contact .inquiry-sections .wrap .messeArea .contact-details .time {
  font-size: 0.8em;
}
#contact .inquiry-sections .wrap .formArea {
  position: relative;
  z-index: 10;
}
#contact .inquiry-sections .wrap .formArea a {
  display: block;
  background-color: #0f9db6;
  width: 100%;
  padding: 0.6em 0;
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
  position: relative;
  z-index: 100;
}
#contact .inquiry-sections .wrap .formArea p {
  text-align: left;
  font-size: 0.8em;
  padding-top: 2em;
}

footer {
  background-color: #0f9db6;
  padding: 2em 0 20vw;
  text-align: center;
}
footer p {
  color: #fff;
  width: 83vw;
  margin: 0 auto;
  padding-bottom: 1em;
  line-height: 1.6;
  font-size: 0.8em;
}
footer p span {
  display: inline-block;
}

#menu-toggle {
  display: none;
}
#menu-toggle:checked + .hamburger .bar:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .hamburger .bar:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
#menu-toggle:checked + .hamburger .bar:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}
#menu-toggle:checked ~ .sidebar {
  left: 0;
}

/* -------------------------------------- */
/* PC用のスタイル */
/* -------------------------------------- */
@media (min-width: 768px) {
  body {
    font-size: 1.3vw;
  }
  .mobile-only {
    display: none;
  }
  .pc-only {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 0;
  }
  .pc-only header h1 {
    padding: 0;
    font-weight: bold;
    line-height: 1.4;
    font-size: 2.4rem;
    margin: 0;
  }
  .sidebar {
    width: 400px;
    position: fixed;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 50px 20px 20px 48px;
    box-sizing: border-box;
  }
  .sidebar .pc-only.title-section {
    width: 100%;
    color: #444;
    order: -1;
    text-align: left;
    position: relative;
    padding: 0 0 0.7em;
  }
  .sidebar .pc-only.title-section .sponsor-section {
    width: 400px;
    text-align: left;
    background-color: transparent;
    position: fixed;
    bottom: 0;
    padding: 0 0 10px;
    left: 48px;
    display: block;
    flex-direction: column;
    align-items: start;
  }
  .sidebar .pc-only.title-section .sponsor-section img {
    width: 40%;
    height: auto;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .sidebar .pc-only.title-section .sponsor-section p {
    display: block;
    margin: 0;
    padding: 0 0 1em;
    font-size: 15px;
  }
  .sidebar .pc-only.title-section .sponsor-section p.sponsor-name {
    display: inline-block;
    font-size: 18px;
    padding: 0;
  }
  .sidebar nav {
    flex-grow: 1;
    overflow-y: auto;
    margin-bottom: 20px;
    max-height: calc(100vh - 350px);
  }
  .sidebar nav ul {
    padding: 0;
  }
  .sidebar nav ul li a {
    font-size: clamp(1rem, 2.2vh, 1.3rem); /* デフォルトのliに適用 */
    padding: 0;
    line-height: 2.5em;
  }
  main.main-content {
    padding-left: 400px;
    background-color: #faf9f5;
  }
  main.main-content section .content {
    width: 80%;
    margin: 0 auto;
    padding: 6em 0;
  }
  main.main-content section .content h2 {
    display: block;
    font-size: 40px;
    text-align: center;
    color: #444;
    position: relative;
    padding-bottom: 0.25em;
    margin: 0 auto 1em;
    width: -moz-fit-content;
    width: fit-content;
  }
  main.main-content section .content h2::after {
    content: "";
    height: 1px;
    width: calc(100% + 2em);
    max-width: 84vw;
    background-color: #444;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  main.main-content section .content > p {
    font-size: 16px;
    text-align: center;
  }
  section.main-image-section .main-image {
    padding: 10px;
    max-width: 100%;
  }
  section.main-image-section .main-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  section.main-image-section div.entry-period {
    width: 100%;
    height: 10vh;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0;
    background-color: #fff;
  }
  section.main-image-section div.entry-period .first {
    display: flex;
    width: 10%;
    margin-left: 10%;
    align-items: center;
  }
  section.main-image-section div.entry-period .first h4 {
    font-size: 0.9em;
    border: 1px solid #444;
    padding: 0.5em 0.6em;
    margin: 0.5em 0;
  }
  section.main-image-section div.entry-period .second {
    display: flex;
    width: 50%;
    justify-content: center;
  }
  section.main-image-section div.entry-period .second p {
    display: flex;
    align-items: center;
    font-size: 1.4em;
    font-family: "Roboto Condensed", "noto sans jp", sans-serif;
    font-weight: bold;
    vertical-align: text-top;
  }
  section.main-image-section div.entry-period .second p b {
    font-size: 1.4em;
    font-weight: 500;
    display: inline-block;
    padding-bottom: -1em;
  }
  section.main-image-section div.entry-period .second p em {
    font-size: 0.8em;
    color: #794195;
    font-style: normal;
  }
  section.main-image-section div.entry-period .second p span::after {
    font-size: 0.65em;
  }
  section.main-image-section div.entry-period .third {
    display: flex;
    width: 30%;
    padding: 0;
    height: 100%;
    background-color: #794195;
  }
  section.main-image-section div.entry-period .third a {
    border-radius: 0;
    width: 100%;
    height: 100%;
    font-size: 1.1em;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0 auto;
    background-color: #794195;
    color: #fff;
    align-items: center;
    justify-content: center;
  }
  #latest-news ul {
    list-style: none;
    padding: 1em 0 0;
    margin: 0;
  }
  #latest-news ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0 0 1em 0.5em;
    border-bottom: 1px solid #ccc;
  }
  #latest-news ul li time {
    flex-basis: 120px; /* 日付の横幅 */
    flex-shrink: 0;
    font-weight: bold;
  }
  #latest-news ul li p {
    flex-grow: 1; /* 残りの幅をすべて使う */
    line-height: 1.6;
  }
  #latest-news ul li:last-child {
    border: none;
  }
  #purpose {
    position: relative;
    padding: 1em 0;
    border: 1px solid #ccc; /* 既存のボーダー */
    outline: 10px solid #f3eb33;
    outline-offset: -10px;
  }
  #purpose .content {
    width: 80%;
  }
  #purpose h2 {
    margin-bottom: 2em;
  }
  #purpose h3 {
    writing-mode: vertical-rl;
    margin: 0;
    font-family: "Zen Antique", serif;
    font-weight: 400;
    position: absolute;
    font-size: 3.6rem;
    line-height: 1;
  }
  #purpose h3 span {
    padding-top: 0.5em;
    padding-right: 0.3em;
    display: inline-block;
  }
  #purpose .text {
    font-size: 1.1rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    padding-left: 16rem;
    padding-top: 5em;
  }
  #about-award ul {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    width: 600px;
  }
  #about-award ul li {
    display: grid;
    grid-template-columns: 1fr 3fr;
    margin-bottom: 1em;
    background-color: #fff;
    position: relative;
  }
  #about-award ul li::after {
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #ccc;
    position: absolute;
    top: 2px;
    left: 2px;
  }
  #about-award ul li span {
    background-color: #0f9db6;
    display: flex;
    color: #fff;
    font-size: 1.4em;
    padding: 0.4em;
  }
  #about-award ul li span i {
    display: block;
    font-style: normal;
    font-size: 0.9em;
  }
  #about-award ul li span b {
    font-size: 1.2em;
  }
  #about-award ul li strong {
    font-size: 1.6em;
    display: flex;
    padding: 0.4em;
  }
  #about-award ul li p {
    padding: 0 0.5rem 0.5rem;
    margin: 0;
    font-size: 0.9em;
    text-align: left;
  }
  #about-award p {
    font-size: 1rem;
    text-align: center;
  }
  #about-award p.present {
    font-size: 1.8rem;
    font-family: "Zen Antique", serif;
  }
  #prizes .content_inner ul {
    list-style: none;
    padding: 3em 0 5em;
    width: 90%;
    margin: 0 auto;
  }
  #prizes .content_inner ul.awardslist li {
    padding: 2em 1em 1em;
    display: block;
  }
  #prizes .content_inner ul.awardslist li h3 {
    font-size: 2.4rem;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 0.3em;
    position: relative;
    background-image: url("../images/top/img_3line.svg");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 30% 100%;
  }
  #prizes .content_inner ul.awardslist li h3 b {
    background-color: #fff;
    display: block;
    width: 6em;
    margin: 0 auto;
  }
  #prizes .content_inner ul.awardslist li h3.beisia_award {
    background-image: url("../images/top/img_2line.svg");
  }
  #prizes .content_inner ul.awardslist li h3.excellence_award {
    background-image: url("../images/top/img_line.svg");
  }
  #prizes .content_inner ul.awardslist li span {
    font-size: 1rem;
    color: #fff;
    background-color: #794195;
    padding: 0.3em 1em;
    border-radius: 1em;
    margin: 0.5em auto;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
  }
  #prizes .content_inner ul.awardslist li p {
    text-align: center;
    font-size: 1.9rem;
    padding-top: 0.5em;
  }
  #prizes .content_inner .textile {
    text-align: center;
    padding-bottom: 5em;
  }
  #prizes .content_inner .textile span {
    display: block;
    font-size: 1rem;
    padding-bottom: 1em;
  }
  #prizes .content_inner .textile img {
    width: 50%;
  }
  #prizes .content_inner .last_year_awarded_works,
  #prizes .content_inner .y2024_final_review {
    font-size: 0.9rem;
  }
  #prizes .content_inner .last_year_awarded_works h3,
  #prizes .content_inner .y2024_final_review h3 {
    margin: 0 auto;
    font-size: 1.1rem;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  #prizes .content_inner .last_year_awarded_works h3::after,
  #prizes .content_inner .y2024_final_review h3::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 1.5em;
    transform: translateX(-50%);
    width: calc(100% + 6em);
    height: 1px;
    background-color: #444;
  }
  #prizes .content_inner .last_year_awarded_works ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 85%;
    gap: 24px;
    padding-top: 2em;
  }
  #prizes .content_inner .last_year_awarded_works ul li {
    text-align: center;
  }
  #prizes .content_inner .last_year_awarded_works ul li h4 {
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
    line-height: 2;
  }
  #prizes .content_inner .last_year_awarded_works ul li p {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    line-height: 1.6;
  }
  #prizes .content_inner .last_year_awarded_works ul li div {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #faf9f5;
    border: 1px solid #999;
    margin: 0.5em 0;
  }
  #prizes .content_inner .last_year_awarded_works ul li div a {
    display: block;
    height: 100%;
    font-size: 0;
  }
  #prizes .content_inner .last_year_awarded_works ul li div a img {
    vertical-align: top;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #prizes .content_inner .y2024_final_review {
    padding: 4em 0 1em;
  }
  #prizes .content_inner .y2024_final_review div {
    display: grid;
    margin: 2em auto 1em;
    grid-template-columns: 1fr 1fr;
    width: 85%;
    gap: 24px;
  }
  #prizes .content_inner .y2024_final_review div span {
    display: block;
  }
  #prizes .content_inner .y2024_final_review div span img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #application-guide ul.wrap,
  #final-screening ul.wrap {
    width: 84%;
    margin: 1em auto 0;
    list-style: none;
    padding: 4em 0;
    font-size: 1rem;
    line-height: 1.8;
  }
  #application-guide ul.wrap > li,
  #final-screening ul.wrap > li {
    display: grid;
    grid-template-columns: 5em 1fr;
    padding-bottom: 2em;
    font-family: "Noto Sans JP", sans-serif;
  }
  #application-guide ul.wrap > li div,
  #final-screening ul.wrap > li div {
    font-weight: 400;
  }
  #application-guide ul.wrap > li div.midashi,
  #final-screening ul.wrap > li div.midashi {
    font-weight: bold;
  }
  #application-guide ul.wrap > li th,
  #final-screening ul.wrap > li th {
    width: 6em;
    display: table-cell;
    vertical-align: top;
  }
  #application-guide ul.wrap > li td,
  #final-screening ul.wrap > li td {
    display: table-cell;
  }
  #application-guide ul.wrap > li ul.note,
  #final-screening ul.wrap > li ul.note {
    padding-inline-start: 1.5em;
    list-style-type: disc;
  }
  #application-guide ul.wrap > li ul.note li,
  #final-screening ul.wrap > li ul.note li {
    padding-bottom: 0.6em;
    line-height: 1.6;
  }
  #application-guide ul.wrap > li h4,
  #final-screening ul.wrap > li h4 {
    padding-bottom: 0.5em;
  }
  #application-guide ul.wrap > li p,
  #final-screening ul.wrap > li p {
    padding: 0;
    margin: 0;
    line-height: 1.6;
    font-weight: normal;
    padding-bottom: 1em;
  }
  #application-guide ul.wrap > li p strong,
  #final-screening ul.wrap > li p strong {
    font-weight: normal;
    display: block;
    padding-top: 0.5em;
  }
  #application-guide ul.wrap > li details.entry-guidelines,
  #final-screening ul.wrap > li details.entry-guidelines {
    margin-bottom: 1em;
  }
  #application-guide ul.wrap > li details.entry-guidelines > summary,
  #final-screening ul.wrap > li details.entry-guidelines > summary {
    cursor: pointer;
    padding: 0.5em;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    list-style: none;
    position: relative;
  }
  #application-guide ul.wrap > li details.entry-guidelines > summary::-webkit-details-marker,
  #final-screening ul.wrap > li details.entry-guidelines > summary::-webkit-details-marker {
    display: none;
  }
  #application-guide ul.wrap > li details.entry-guidelines > summary::after,
  #final-screening ul.wrap > li details.entry-guidelines > summary::after {
    content: "+";
    position: absolute;
    right: 0.5em;
    transition: all 0.3s;
  }
  #application-guide ul.wrap > li details.entry-guidelines > div,
  #final-screening ul.wrap > li details.entry-guidelines > div {
    overflow: hidden;
    padding-top: 0;
    max-height: 1px;
    transition: max-height 0.4s cubic-bezier(0.5, 0, 0.2, 1), padding-top 0.4s cubic-bezier(0.5, 0, 0.2, 1);
  }
  #application-guide ul.wrap > li details.entry-guidelines[open] > div,
  #final-screening ul.wrap > li details.entry-guidelines[open] > div {
    padding-top: 1em;
    max-height: 500px;
  }
  #application-guide ul.wrap > li details.entry-guidelines[open] > summary::after,
  #final-screening ul.wrap > li details.entry-guidelines[open] > summary::after {
    transform: rotate(43deg);
  }
  #application-guide ul.judge,
  #final-screening ul.judge {
    list-style: none;
    padding: 0;
  }
  #application-guide ul.judge li,
  #final-screening ul.judge li {
    padding: 0 0 0.5em;
  }
  #application-guide ul.judge li p,
  #final-screening ul.judge li p {
    padding: 0;
  }
  #application-guide ul.judge li p strong,
  #final-screening ul.judge li p strong {
    padding: 0;
    width: 5.5em;
    display: inline-block;
  }
  #contact {
    background-color: #fff;
    position: relative;
  }
  #contact .inquiry-sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  #contact .inquiry-sections .wrap {
    background-color: #faf9f5;
    padding: 2em;
    text-align: center;
    margin-bottom: 1em;
    position: relative;
  }
  #contact .inquiry-sections .wrap::after {
    content: "";
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid #444;
    position: absolute;
    top: 6px;
    left: 6px;
  }
  #contact .inquiry-sections .wrap .messeArea h3 {
    font-size: 1.4rem;
  }
  #contact .inquiry-sections .wrap .messeArea .contact-details {
    padding: 2em 0;
    height: 80px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #contact .inquiry-sections .wrap .messeArea .contact-details address {
    font-style: normal;
  }
  #contact .inquiry-sections .wrap .messeArea .contact-details .name {
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: bold;
  }
  #contact .inquiry-sections .wrap .messeArea .contact-details .name span {
    display: inline-block;
  }
  #contact .inquiry-sections .wrap .messeArea .contact-details .phone {
    color: #0f9db6;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
  }
  #contact .inquiry-sections .wrap .messeArea .contact-details .phone span {
    font-size: 0.7em;
  }
  #contact .inquiry-sections .wrap .messeArea .contact-details .time {
    font-size: 0.72em;
  }
  #contact .inquiry-sections .wrap .formArea a {
    display: block;
    background-color: #0f9db6;
    width: 100%;
    padding: 0.6em 0;
    color: #fff;
    font-size: 1.1em;
    text-decoration: none;
  }
  #contact .inquiry-sections .wrap .formArea p {
    text-align: left;
    font-size: 0.8em;
    padding-top: 2em;
  }
  footer {
    padding: 3em 0;
    text-align: center;
  }
  footer p {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1em;
    line-height: 1.6;
    font-size: 0.9rem;
  }
  footer p span {
    display: inline-block;
  }
  .hamburger,
  #menu-toggle {
    display: none;
  }
  #prizes .last-year-section ul {
    grid-template-columns: repeat(4, 1fr);
  }
}